.love-navbar .navbar-nav li a {
    color: #fff !important;
}

.love-navbar .navbar-nav .btn {
    color: #fff;
    border: 1px solid #fff;
}

.love-navbar .navbar-nav li.nav-item a::before,
.love-navbar .navbar-nav li.nav-item a::after {
    background-color: #fff;
}

/********/
.banner-section {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}

.cloud-left {
    width: 50%;
    position: absolute;
    bottom: -1px;
    left: 0;
    animation: cloudLeft 3s linear infinite alternate;
}

.cloud-right {
    width: 52%;
    position: absolute;
    bottom: -1px;
    right: 0;
    animation: cloudRight 3s linear infinite alternate;
}

@keyframes cloudLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-1%);
    }
}
@keyframes cloudRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(1%);
    }
}
.love-navbar {
    background: transparent;
}

.popular-section {
    width: 100%;
    padding: 70px 0;
}

.popular-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.love-head {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.popular-head p {
    width: 230px;
    height: 45px;
    background: #F3F7FA;
    border-radius: 25px;
    position: relative;
}
.popular-head p::after {
    content:'';
    position:absolute;
    background:url(../images/icons/down-arrow.png);
    width: 15px;
    height: 15px;
    right: 15px;
    top: 15px;
}
.popular-head p select:focus-within {
    box-shadow: inset 0 0 3px #7666d2;
}

.popular-head p img {
    position: absolute;
    left: 14px;
    top: 15px;
}

.popular-head p select {
    height: 100%;
    width: 100%;
    padding: 8px 8px 8px 40px;
    background: transparent;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #6A6A6A;
}
.popular-head p select option{
    font-size: 16px;
    background: #f3f7fa;
}
.popular-head p select:focus {
    outline: none;
    background-color: transparent;
    box-shadow:none;
}

.love-head span {
    color: #7666D2;
}

.popular-section .nav {
    margin-bottom: 70px;
}

.popular-section .nav .nav-item .nav-link {
    width: 140px;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #777;
    position: relative;
}

.popular-section .nav .nav-item .nav-link.active {
    color: #252525;
}

.popular-section .nav .nav-item .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 3px;
    background: #7666D2;
    border-radius: 5px;
}

.pop-tab-content .tab-pane .row {
    margin-bottom: 30px;
}

.event-where {
    width: 100%;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}

.events {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 18px 46px #7773aa1a;
    border-radius: 20px 0 0 20px;
}

.events-right {
    border-radius: 0 20px 20px 0;
}

.event-date {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.event-date strong {
    font-weight: 700;
    font-size: 55px;
    letter-spacing: -0.055em;
    color: #252525;
    line-height: 52px;
}

.event-date p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.event-date p span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.event-complete {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #C5537D;
    margin-left: auto;
}

.events-head {
    width: 70%;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #110F0F;
    margin-bottom: 10px;
}

.events-info {
    width: 90%;
    margin-bottom: 25px;
}

.events-venue li {
    width: 55%;
    font-weight: 400;
    font-size: 14px;
    color: #6A6A6A;
    margin-bottom: 15px;
    line-height: 21px;
    position: relative;
}

.event-loc::before {
    content: url(../images/location.svg);
    position: absolute;
    left: -22px;
    top: 1px;
}

.event-time::before {
    content: url(../images/time.svg);
    position: absolute;
    left: -22px;
    top: 1px;
}

.events .buy-tickets {
    background: #7166CD;
    color: #fff;
    margin-top: auto;
    transition: 0.2s ease-in;
}

.events-img {
    width: 100%;
    height: 420px;
}

.events-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
}

.events-img-left img {
    border-radius: 15px 0 0 15px;
}

/***/
.all-event {
    width: 100%;
    height: 375px;
    overflow: hidden;
    box-shadow: 0px 18px 46px #7773aa1a;
    border-radius: 10px 10px 18px 18px;
    filter: drop-shadow(0px 18.9529px 47.3822px rgba(119, 115, 170, 0.1));
    display: flex;
    flex-direction: column;
    transition: all .2s;

}

.all-event-img {
    width: 100%;
    height: 210px;
    min-height: 210px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    transition: all .2s;
}

.all-event-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-event-info {
    width: 100%;
    padding: 15px;
}

.all-event-info .event-date {
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.all-event-info .event-date span {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #7A2B2B;
    font-weight: 600;
    font-size: 12px;
}

.all-event-info .event-date span strong {
    font-size: 28px;
    line-height: 28px;
}

.all-event-info .event-date p {
    width: auto;
}
.all-event-info .events-venue {
    min-height: 80px;
    transition: all .2s;

}
.all-event-info .events-venue {
    padding-left: 30px;
    margin: 0;
}

.all-event-info .events-venue li {
    width: 100%;
    margin-bottom: 10px;
}


.event-buy {
    margin-top:auto;
    background: #7166CD;
    color: #FFFFFF;
    transition: all .2s;
}

.all-event:hover .all-event-img {
    min-height: 150px;
    height: 150px;
    transition: all .2s;
}

.all-event:hover .event-buy {
    transition: all .2s;
}
.all-event:hover .all-event-info .events-venue {
    min-height:auto;
}
/***brand-section****/
.brands {
    width: 100%;
    margin: 40px 0 10px;
}

.brand span {
    width: 165px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.brand span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand p {
    line-height: 27px;
    color: #6A6A6A;
    margin: 20px 0 10px;
    text-align: center;
}

.brand p strong {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #252525;
}


/*****how-section*****/
.how-section {
    width: 100%;
    background: url(../images/crowd.png) no-repeat;
    background-size: cover;
    margin: 80px 0;
    padding: 100px 0;
}

.how-it {
    width: 80%;
    margin: 0 auto;
}

.hows h6 {
    color: #fff;
}

.hows h6+p {
    width: 75%;
    color: #fff;
    margin-bottom: 60px;
}

.how {
    width: 100%;
    text-align: center;
}

.how p {
    color: #fff;
    margin-top: 20px;
}

.hows .get-in-touch {
    width: 200px;
    background: #F7F7F7;
    font-size: 16px;
    color: #252525;
    margin: 60px auto 0;
    font-weight: 600;
}

/*** choose-section ***/
.why-choose>p {
    width: 50%;
    margin-bottom: 40px;
}

.why-choose .row {
    margin-bottom: 20px;
    gap: 20px 0px;
}

.choose {
    width: 100%;
    min-height: 290px;
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    filter: drop-shadow(0px 18px 45px rgba(119, 115, 170, 0.1));
}

.choose-head {
    width: 100%;
    display: block;
    margin: 10px 0;
}

/*** client-section ***/
.client-section {
    width: 100%;
    margin: 70px 0;
}

.client-desc {
    width: 44%;
    margin-bottom: 25px;
}

.client {
    width: 100%;
    padding: 40px 30px 20px;
    background: #FAFAFA;
    border-radius: 20px;
    opacity: 0.2;
    transform: scale(0.9);
}

.owl-item.active.center .client {
    opacity: 1;
    transform: scale(1);
}

.client-img,
.client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.client-info::after {
    content: url(../images/quotes.svg);
    position: absolute;
    top: 10px;
    right: 15px;
}

.client-info .client-who {
    color: #808080;
}

.client-info .client-who strong {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #202020;
}

.clients .owl-dots {
    margin-top: 40px !important;
}

.clients .owl-dots .owl-dot span {
    background: #EAEAEA !important;
}

.clients .owl-dots .owl-dot.active span {
    background: #7166CD !important;
}

/***faq-section***/
.faq-section {
    width: 100%;
    margin-bottom: 70px;
}

.load-faq {
    width: 145px;
    height: 45px;
    background: #FFF;
    border: 1px solid #252525;
    border-radius: 50px;
    color: #252525;
    margin: 30px auto 0;
}

@media screen and (max-width:991px) {

    .navbar-light .navbar-toggler {
        border-color: #fff;
    }

    .navbar-light .navbar-toggler img {
        filter: invert(1);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .banner-section {
        height: 540px;
    }

    .events-head,
    .events-info,
    .events-venue li {
        width: 100%;
    }

    .event-date {
        margin-bottom: 10px;
    }

    .events-head {
        margin: 5px 0 10px;
    }

    .consignee-section {
        margin: 140px 0 70px;
    }

    .choose {
        width: 100%;
        min-height: 380px;
        padding: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section {
        height: 420px;
    }

    .popular-section {
        padding: 40px 0;
    }

    .popular-section .nav {
        margin-bottom: 50px;
    }

    .love-head,
    .event-where {
        font-size: 28px;
    }

    .pop-tab-content .tab-pane .you-row {
        flex-direction: column-reverse;
    }

    .events {
        padding: 20px;
        border-radius: 0 0 20px 20px;
    }

    .event-date {
        margin-bottom: 15px;
    }

    .event-date strong {
        font-size: 48px;
    }

    .events-head {
        width: 100%;
        margin-bottom: 5px;
    }

    .events-info {
        width: 100%;
        margin-bottom: 15px;
    }

    .events-venue li {
        width: 100%;
    }

    .events-img {
        height: 165px;
    }

    .events-img img {
        border-radius: 15px 15px 0 0;
    }

    .consignee-section {
        margin: 100px 0 40px;
    }

    .how-section {
        margin: 65px 0;
        padding: 75px 0;
    }

    .hows h6+p {
        width: 100%;
    }

    .hows .get-in-touch {
        margin: 40px auto 0;
    }

    .why-choose>p {
        width: 100%;
    }

    .choose {
        padding: 20px;
        min-height: 310px;
    }

    .client-desc {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
    .banner-section {
        height: 300px;
    }

    .choose {
        min-height: auto;
    }

    .client {
        padding: 20px;
    }

    .client-img,
    .client-img img {
        width: 50%;
        height: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .how {
        display: flex;
        gap: 20px;
    }

    .how p br {
        display: none;
    }

    .hows h6+p {
        margin-bottom: 25px;
    }

}
.navbar-brand img {
    filter: invert(1) brightness(500);
}
.profile-btn #profile-dropdown {
    color: #fff;
}
/* .dropdown-item li a {
    color: #212529  !important;
} */
.profile-btn #profile-dropdown+.dropdown-menu.show li .dropdown-item {
    color: #252525 !important;
}

@media only screen and (min-width: 469px) and (max-width: 767px) {
    .all-event {
        height: 355px;
    }

}