:root {
    --bg-custom-gray--: #f2f2f2;
    --bg-custom-primary--: #3a0ce7;
    --bg-custom-secondary--: #dd8e36;
    --bg-custom-info--: #1e1926;
    --bg-custom-danger--: #a16f95;
    --bg-custom-dark--: #0e1424;
}

.header {
    background-color: #ffffff;
    transition: box-shadow 0.3s ease-in-out;
}

.header.scrolled {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header .search-box,
.header .search-box:focus,
.header .search-box:active {
    outline: none;
    border: none;
    box-shadow: none;
}

/* todo: Hero Section */

.hero-section {
    padding: 20px 0;
    background-color: var(--bg-custom-gray--);
}

.hero-section .menu {
    & :where(li) {
        & > :not(ul, .menu-title, details, .btn):active,
        & > :not(ul, .menu-title, details, .btn).menu-active,
        & > details > summary:active {
            --tw-outline-style: none;
            color: none;
            background-color: none;
            background-size: auto, calc(var(--noise) * 100%);
            background-image: none;
            outline-style: none;
        }
    }
}

.hero-section .menu li a:hover,
.hero-section .menu li a:active {
    background-color: none;
    color: var(--bg-custom-primary--);
}

/* todo: News Section */
.news-section {
    background-color: #f2f2f2;
    padding: 10px 0;
}

.news-section .news {
    background-image: -moz-linear-gradient(0deg, #2e02f5 0%, #f09d21 100%);
    background-image: -webkit-linear-gradient(0deg, #2e02f5 0%, #f09d21 100%);
    background-image: -ms-linear-gradient(0deg, #2e02f5 0%, #f09d21 100%);
    padding: 18px 0;
    margin: 35px 0;
}

/* Slider indicator active state */
.indicator.active {
    background-color: white;
    transform: scale(1.2);
}

/* Smooth transitions for slider */
#slider-track {
    transition: transform 0.5s ease-in-out;
}

/* Hover effects for pagination */
.indicator:hover {
    background-color: white;
    transform: scale(1.1);
}

/* todo: Hero Slider */
.hero-slider-section {
    background-color: #f2f2f2;
    padding-bottom: 50px;
}

.hero-slider-section .home-slider-inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(180deg, #2b00f7 0%, #ef9c22 100%);
    background-image: -webkit-linear-gradient(180deg, #2b00f7 0%, #ef9c22 100%);
    background-image: -ms-linear-gradient(180deg, #2b00f7 0%, #ef9c22 100%);
    opacity: 0.6;
    display: block;
}

/* todo: ************************** Featured Blog ********************************** */
.featured-blog-section {
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 60px;
}

.featured-blog-item {
    position: relative;
    overflow: hidden;
}

.featured-blog-item .content {
    padding: 20px;
    z-index: 300;
}

.featured-blog-item:hover .featured-blog-item-overlay {
    display: none;
}

.featured-blog-item:hover .featured-blog-img {
    transform: scale(1.1);
}

.featured-blog-item-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: -moz-linear-gradient(0deg, #e3932f 0%, #2b00f7 100%);
    background: -webkit-linear-gradient(0deg, #e3932f 0%, #2b00f7 100%);
    background: -ms-linear-gradient(0deg, #e3932f 0%, #2b00f7 100%);
    opacity: 0.702;
    display: block;
    transition: all 300ms linear 0s;
}

/* .featured-blog-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(0deg, #e3932f 0%, #2b00f7 100%);
    background-image: -webkit-linear-gradient(0deg, #e3932f 0%, #2b00f7 100%);
    background-image: -ms-linear-gradient(0deg, #e3932f 0%, #2b00f7 100%);
    opacity: 0.702;
    display: block;
    transition: all 300ms linear 0s;
} */

/* todo: Campaign Section CSS */

.campaign-section {
    background-color: #f2f2f2;
    padding-bottom: 50px;
}

.campaign-item a {
    position: relative;
    z-index: 100 !important;
}

.campaign-item a.one::before {
    content: "1";
    font: 700 85px / 1 "Poppins", sans-serif;
    background: #e6952c;
    background: -webkit-linear-gradient(
        top,
        #e89729 25%,
        #3e0fe7 65%,
        #3306ef 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;
    top: -35px;
    z-index: -1;
}

.campaign-item a.two::before {
    content: "2";
    font: 700 85px / 1 "Poppins", sans-serif;
    background: #e6952c;
    background: -webkit-linear-gradient(
        top,
        #e89729 25%,
        #3e0fe7 65%,
        #3306ef 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;
    top: -35px;
    z-index: -1;
}

.campaign-item a.three::before {
    content: "3";
    font: 700 85px / 1 "Poppins", sans-serif;
    background: #e6952c;
    background: -webkit-linear-gradient(
        top,
        #e89729 25%,
        #3e0fe7 65%,
        #3306ef 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;
    top: -35px;
    z-index: -1;
}

/* todo: main-post-section sidebar-post-section */
.main-post-section.sidebar-post-section {
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 50px;
}

.business-post .heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    position: relative;
}

.business-post .heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 4px;
    width: 150px;
    z-index: 100;
    background-image: -moz-linear-gradient(180deg, #2b00f7 0%, #f09d21 100%);
    background-image: -webkit-linear-gradient(180deg, #2b00f7 0%, #f09d21 100%);
    background-image: -ms-linear-gradient(180deg, #2b00f7 0%, #f09d21 100%);
}

.travel-post {
    position: relative;
}

/* .travel-post .top-heading::before { */
.travel-post .top-heading .hr-line {
    /* content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 15px; */
    width: 50%;
    height: 3px;
    display: block;
    background-image: -moz-linear-gradient(180deg, #2b00f7 0%, #f09d21 100%);
    background-image: -webkit-linear-gradient(180deg, #2b00f7 0%, #f09d21 100%);
    background-image: -ms-linear-gradient(180deg, #2b00f7 0%, #f09d21 100%);
    z-index: 100;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .travel-post .top-heading .hr-line {
        /* content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 15px; */
        width: 40%;
        height: 3px;
        display: block;
        background-image: -moz-linear-gradient(
            180deg,
            #2b00f7 0%,
            #f09d21 100%
        );
        background-image: -webkit-linear-gradient(
            180deg,
            #2b00f7 0%,
            #f09d21 100%
        );
        background-image: -ms-linear-gradient(180deg, #2b00f7 0%, #f09d21 100%);
        z-index: 100;
    }
}

@media (min-width: 300px) and (max-width: 430px) {
    .travel-post .top-heading .hr-line {
        /* content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 15px; */
        width: 30%;
        height: 3px;
        display: block;
        background-image: -moz-linear-gradient(
            180deg,
            #2b00f7 0%,
            #f09d21 100%
        );
        background-image: -webkit-linear-gradient(
            180deg,
            #2b00f7 0%,
            #f09d21 100%
        );
        background-image: -ms-linear-gradient(180deg, #2b00f7 0%, #f09d21 100%);
        z-index: 100;
    }
}

/* todo: Magazine Section */
.magazine-section {
    background-color: #f2f2f2;
    padding: 50px 0;
}

/* todo: Subscribe Section */
.subscribe-section {
    background-color: #f2f2f2;
    padding: 50px 0;
}
.subscribe-section.contact-page {
    background-color: #ffffff;
    padding: 50px 0;
}
.subscribe-section .subscribe {
    background-image: -moz-linear-gradient(-176deg, #6d51e9 0%, #e89821 100%);
    background-image: -webkit-linear-gradient(
        -176deg,
        #6d51e9 0%,
        #e89821 100%
    );
    background-image: -ms-linear-gradient(-176deg, #6d51e9 0%, #e89821 100%);
    /* padding: 45px 55px; */
}

.subscribe-section .subscribe input:focus,
.subscribe-section .subscribe input:active {
    border: none;
    outline: none;
    box-shadow: none;
}

/* .subscribe-section .subscribe button
{
  background-color: #6d51e9;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-section .subscribe button:hover
{
  background-color: #e89821;
} */

/* todo: Watch It */

.watch-it-section {
    /* background-color: #f2f2f2; */
    padding: 50px 0;
}

/* todo: Connect With Us Section */
.connect-with-us-section {
    background-image: -moz-linear-gradient(180deg, #8369fd 0%, #d49538 100%);
    background-image: -webkit-linear-gradient(180deg, #8369fd 0%, #d49538 100%);
    background-image: -ms-linear-gradient(180deg, #8369fd 0%, #d49538 100%);
}

/* todo: Footer Section */
.footer-section {
    background-color: #1e1926;
    padding: 100px 0;
}

.message {
    background-color: #272130;
}

/* .message input,
.message input:focus {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
} */

.message:hover {
    border: 1px solid #d49538;
}

.newsletter-input:hover,
.newsletter-input:focus,
.newsletter-input:active {
    border: none;
    outline: none;
    box-shadow: none;
    /* border: 1px solid #d49538; */
}

.social-media-links .facebook-icon {
    background-color: #3b5999;
}
.social-media-links .twitter-icon {
    background-color: #55acee;
}
.social-media-links .pinterest-icon {
    background-color: #bd081c;
}
.social-media-links .linkedin-icon {
    background-color: #0077b5;
}
.social-media-links .google-plus-icon {
    background-color: #dd4b39;
}
.social-media-links .instagram-icon {
    background-color: #e4405f;
}

.social-media-links a:hover i {
    animation: bounce 0.3s;
    transition: all 0.3s ease-in-out;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: translateY(-15px);
    }
    75% {
        opacity: 0;
        transform: translateY(15px);
    }
}

.sidebar-tabs li button {
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sidebar-tabs li button:hover {
    color: #ffffff;
}

select#blog-post-select:focus,
select#blog-post-select:active {
    border: none;
    outline: none;
    box-shadow: none;
}

.post_select {
    position: relative;
    /* background: #fff; */
    float: right;
    border: 0;
    box-shadow: none;
    outline: none;
    font: 400 16px / 40px "Source Sans Pro", sans-serif;
    padding: 0 30px;
    height: auto;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.6);
    min-width: 150px;
}

.post_select::before {
    content: "\f107";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 16px/40px FontAwesome;
    color: #2b00f7;
}

.post_select .list {
    width: 100%;
    border-radius: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

input.sidebar-search:active,
input.sidebar-search:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

/* .sidebar-search:active,
.sidebar-search:focus::placeholder {
  color: transparent;
} */

.sidebar-search-icon:hover svg {
    color: white;
}
