@import url('https://fonts.googleapis.com/css2?family=Yatra+One&display=swap');
:root {
  --color1: #be9763;
  --color2: #5b132b;
}

.main_header_area {
    z-index: 999;
}
.header-content {
    background-color: #00000069;
    /*color code *//*rveventenrv*/
}
.event-info-box small {
    color: #535353;
    font-size: 13px !important;
}
.social-links i {
    height: 34px;
    width: 34px;
    line-height: 34px;
    transition: all 0.3s ease-in-out;
}
.navbar-sticky-in a.btn.btn3 {
    background: white;
    color: #5b132b;
}
.schedule-list-box {
    background: #ffffffcc;
    padding: 12px;
    margin-bottom: 16px;
}
.schedule-list h5.text-center {
    margin-bottom: 17px;
    margin-top: 11px;
}
.fixed-top a.btn.btn3:hover {
    color: var(--color2);
}
.fixed-top a.btn.btn3 {
    background: white;
    color: #292929;
}
.video-div {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin-bottom: -100vh;
    overflow: hidden;
}
.video-div video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.copyright a {
    text-transform: capitalize;
    color: #FFEB3B;
}
.ro-bx img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
}
.social-links i:hover {
    background-color: var(--color1);
    border-color: var(--color1);
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1100px) {
    .header-content,
    nav.navbar.navbar-expand-lg.py-2.navbar-sticky-in {
        display: none;
    }
}
.header_menu .navbar-brand img {
    position: absolute;
    width: 150px;
    top: -44px;
    transition: all 0.3s ease-in-out;
}
.navbar-sticky-in .navbar-brand img, .fixed-top .navbar-brand img {
    width: 51px;
    top: 1px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.header_menu li.nav-item .active:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0;
    width: 80%;
    height: 2px;
    background: #FFEB3B;
    margin: 0 10%;
}
.header_menu li.nav-item .active {
    position: relative;
}
.hide-al {
    display: none;
}
.header_menu .row {
    width: 100%;
}
.dropdown-menu {
    left: 0;
    transition: all 0.3s ease-in-out;
}
.dropdown-menu li:hover a {
    background-color: var(--color1);
    color: #fff !important;
    transition: none;
}
.dropdown-menu li:first-child:hover a {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.dropdown-menu li:last-child:hover a {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.fixed-top {
    background-color: var(--color2);
}
@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }
    .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease-in-out;
    }
    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
    .nav-item a {
/*        text-transform: uppercase;*/
    }
    .dropdown-menu a {
        text-transform: capitalize;
    }
}
@media (max-width: 1100px) {
    .dropdown-toggle::after {
        display: none;
    }
    .slicknav_btn.slicknav_open:before,
    .slicknav_btn.slicknav_collapsed:before {
        top: -40px;
    }
    .slicknav_nav {
        border-radius: 20px;
        top: 100px;
        box-shadow: 0 0 15px #cccccc50;
        background-color: #f9f9f9;
    }
    .slicknav_nav a {
        text-transform: capitalize;
        font-size: 16px;
        color: #777 !important;
    }
   
    .slicknav_nav a:hover,
    .slicknav_nav .slicknav_row:hover {
        background-color: var(--color1);
    }
    .nav-link {
        padding: 12px 36px !important;
        margin: 0 !important;
    }
    .dropdown-menu > li > a {
        padding: 12px 45px !important;
        font-size: 15px;
        color: #777 !important;
        background-color: #f9f9f9;
        border-radius: 0;
    }
    .nav-link:focus {
        color: #fff !important;
    }
    a.nav-link.dropdown-toggle:focus {
        color: #fff !important;
        background-color: var(--color1);
    }
    .dropdown-menu li:first-child:hover a,
    .dropdown-menu li,
    .dropdown-menu li:last-child:hover a {
        border-radius: 0;
    }
    ul.dropdown-menu {
        margin: 0;
        border-radius: 0 !important;
    }
    .navbar li {
        border-top: 1px solid #b6b3c470;
    }
    .dropdown-menu li {
        border-color: #b6b3c470;
    }
    li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
        background: var(--color1);
        color: #fff !important;
    }
    li.nav-item.dropdown.slicknav_parent.slicknav_open > a span i {
        color: #fff !important;
    }
    .slicknav_btn.slicknav_open:before:hover {
        color: var(--color1);
    }
}
@media (max-width: 990px) {
   
    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        top: 14px;
        left: -20px;
    }
    .header_menu .navbar-brand img {
        top: 12px;
    }
    .navbar-sticky-in .navbar-brand img, .fixed-top .navbar-brand img{
        top: 0 !important;
    }
    .navbar-sticky-in .slicknav_btn.slicknav_collapsed:before {
        top: -36px;
    }
    .testimonial .box1 {
    height: 427px;
}

}
@media (max-width: 576px) {
   
    .slicknav_btn.slicknav_open:before,
    .slicknav_btn.slicknav_collapsed:before {
        top: -35px;
        left: -20px;
    }
    .slicknav_nav {
        top: 80px;
    }
}
#search1 {
    background-color: rgba(0, 0, 0, 0.87);
}
#search1 .form-control::placeholder {
    color: #fff;
}
#search1 .close {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
#search1 .close:hover {
    border-color: transparent;
    transition: all 0.3s ease-in-out;
}
#search1 .btn {
    background: 0 0;
    top: 41%;
    left: 45%;
    font-size: 14px;
}
/*.banner {
    background-image: url(../images/background/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 10%;
}*/
.inner-banner {
    padding-top: 150px;
}
.countdown-inner span {
    color: var(--color1)a1;
}
.banner-image {
    background-image: url(../images/pattern/3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-button .btn2:hover {
    background-color: var(--color1);
    border-color: var(--color1);
    transition: all 0.5s ease-in-out;
}
.wave {
    left: 0;
    line-height: 0;
    bottom: 0;
    z-index: 99;
}

@media (min-width: 992px) {
.banner-title h1 {
    line-height: 1.2;
    font-size: 33px;
}
.event-discription p {
    font-size: 12px;
}
.banner-title h4 {
    font-size: 15px;
}



    
}

@media (min-width: 1200px) {
.banner-title h1 {
    line-height: 1.2;
    font-size: 36px;
}
.event-discription p {
    font-size: 13px;
}
.banner-title h4 {
    font-size: 18px;
}



    
}

@media (min-width: 1400px) {
.inner-banner {
    padding-top: 150px;
}
.banner-title h1 {
    line-height: 1.3;
    font-size: 46px;
}
.event-discription p {
    font-size: 14px;
}
.banner-title h4 {
    font-size: 20px;
}


    
}








.banner-title h4 {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 20px;
}
section.banner {
    height: 100vh;
    overflow: hidden;
}
.wave .elementor-shape-fill {
    fill: #be9763;
    transform-origin: center;
    transform: rotateY(0deg);
}
.wave svg {
    width: calc(100% + 1.3px);
    left: 50%;
    transform: translateX(-50%);
    height: 46px;
}
@media (max-width: 1100px) {
    .inner-banner {
        padding-top: 170px;
    }
    .banner-left {
        padding-bottom: 100px;
    }
    .countdown-inner {
        padding: 20px !important;
    }
}
@media (max-width: 576px) {
    .banner-event-info li {
        border: none !important;
    }
    .inner-banner {
        padding-top: 20px;
    }
}
.event-info-icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    transition: all 0.4s ease-in-out;
}
.overview-event-info a:hover i {
    background-color: var(--color2);
    transition: all 0.5s ease-in-out;
}
.banner-event-info ul li:nth-child(2) {
    background: #5b132b;
    color: white;
}
.banner-event-info ul li {
    background: #ffffff;
    padding: 7px 12px !important;
    font-size: 15px;
    color: black;
}
.banner-title h1 {
    line-height: 1.3;
/*    font-size: 46px;*/
}
.event-discription p {
/*    font-size: 14px;*/
    line-height: 1.6;
    opacity: .9;
    margin: 14px 0;
    text-align: justify;
}
@media (max-width: 1100px) {
    .event-info-icon i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .event-info-icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }
    .overview-event-info {
        position: relative !important;
    }
}
.partner-img-box img:hover {
    opacity: 1 !important;
}
@media (max-width: 576px) {
    .partner-img-box {
        border-bottom: 1px solid #00000014 !important;
    }
    .border-sm-0 {
        border: 0 !important;
    }
}
/*.feature {
    background-image: url(../images/background/5.jpg);
    background-size: auto;
    background-position: top center;
}*/
.guest-c a {
    font-size: 22px;
    color: #5b132b;
    margin: 15px 0 9px 0;
    display: block;
}
.guest-c span {
    color: #000000;
}
.motto .col-lg-2 {
    width: 20%;
    padding: 5px;
}
.motto .rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.motto .blog-info p {
    height: 89px;
    font-size: 14px;
}
.feature .overlay {
    background: #be9763;
}
.feature-box i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
    transition: all 0.5s ease-in-out;
}
.feature-lists a:hover i {
    background-color: var(--color2);
    transition: all 0.5s ease-in-out;
}
@media (max-width: 576px) {
    .counter-box {
        border-bottom: 1px solid #ffffff25;
        border-width: 0 0 1px !important;
    }
    .inner-counter {
        margin-bottom: 20px !important;
    }
}
.box-content,
.speaker-box:after {
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 25px;
    transition: all ease-in-out 0.5s;
}
.speaker-box:after {
    content: "";
    height: 100%;
}
.speaker-box .social-link li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #a1a1a1;
    transition: all 0.3s ease-in-out;
}
.speaker-box:hover:after {
   /* background: rgba(0, 0, 0, 0.7);
    border-radius: 25px;
    transition: all ease-in-out 0.5s;*/
    opacity: .9;
}
.box-content {
    transform: translateY(100%);
    transition: transform 0.5s ease-out;
}
.speaker-box:hover .box-content {
    transform: translateY(-20px);
}
@keyframes iconTranslateY {
    48% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    49% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    50% {
        opacity: 1;
    }
}
.social-link > li > a:hover > i {
    -webkit-animation: iconTranslateY 0.4s forwards;
    animation: iconTranslateY 0.4s forwards;
}
.speaker-box .social-link li a:hover {
    background: #1da1f2;
    color: #fff;
}
.speaker-box .social-link li:last-child a:hover {
    background: #e60023;
}
.speaker-box .social-link li:first-child a:hover {
    background: #1877f2;
}
/*.ticket,
.next-sponser {
    background-image: url(../images/background/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}*/
section.ticket {
    background: #be9763;
}
.ticket .overlay,
.next-sponser .overlay {
    background-image: linear-gradient(90deg, #24369c 0%, #c40f4c 100%);
}
.spin {
    transition: transform 0.8s;
}
h1:hover .spin,
h2:hover .spin {
    transform: rotateY(360deg);
}
.schedules {
/*    background-image: linear-gradient(90deg, #ffffff 50%, #f7f7f7 50%);*/
}
.schedule-list-outer .col-lg-4 {
    padding: 8px 10px;
    margin-bottom: 18px;
    border-left: 3px solid #be9763;
    border-radius: 14px;
    position: relative;
    background-color: #be97632e;
    width: 31%;
    margin: 1%;
}
.bx-none {
    padding: 0 !important;
    margin: 0 1% !important;
    border-left: none !important;
    background: none !important;
}
.schedule-list span.pink2 b {
    font-size: 20px;
}
.tp-right {
    position: absolute;
    top: -11px;
    right: 18px;
    font-size: 11px;
    color: #ffffff;
    background: #5b132b;
    padding: 3px 10px;
    border-radius: 12px;
}
.schedule-day::after {
    position: absolute;
    font-family: fontawesome;
    font-size: 100px;
    color: #70707021;
    content: "\f073";
    top: -13%;
    left: 34%;
    z-index: -1;
    display: none;
}
.schedule-list-box .tp-right {
    display: none;
}
.schedules div#nav-tab {
    justify-content: center;
    border: none;
}
.schedules .nav-link.active:before {
    content: '▼';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 32px;
    left: 41%;
    color: #5b132b;
    font-size: 24px;
}
.schedules .nav-link.active {
    background: #5b132b;
    color: white !important;
}
.schedules .nav-link {
    background: #be9763;
    padding: 7px 38px !important;
    border: none;
    position: relative;
    color: white;
    border-radius: inherit;
    font-size: 20px;
}
.schedules img {
    height: 50px;
    width: 50px;
}
.schedule-bio-info p a:hover {
    color: #24369c;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
    .schedule-day::after {
        left: 36%;
    }
    
    .schedule-list {
        margin-bottom: 40px;
    }
    .schedules {
        padding-bottom: 60px;
    }
}
.pattern {
    top: -11px;
    left: 0;
}
.currency,
.cents {
    font-size: 21px;
}
.dollor {
    font-size: 70px;
    line-height: 0.8;
}
@media (max-width: 1100px) {
    .currency,
    .cents {
        font-size: 16px;
    }
    .dollor {
        font-size: 54px;
    }
    .pattern {
        top: -9px;
    }
}
@media (max-width: 990px) {
    .pattern {
        top: -10px;
    }
}
@media (max-width: 576px) {
    .currency,
    .cents {
        font-size: 12px;
    }
    .dollor {
        font-size: 42px;
    }
    .ticket-box-inner {
        margin-bottom: 30px;
    }
    .price-options {
        padding-bottom: 0 !important;
    }
    .pattern {
        top: -11px;
    }
}
.gallery {
    background-image: url(../images/background/6.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}
.lightgallery a:hover::after {
    background: rgba(0, 0, 0, 0.5);
}
.lg-toolbar .lg-close:after,
.lg-toolbar .lg-download:after,
.lg-outer .lg-toggle-thumb:after,
.lg-next:before,
.lg-prev:after {
    content: "\f00d" !important;
    font-family: fontawesome;
    font-size: 25px;
}
.lg-toolbar .lg-download:after {
    content: "\f063" !important;
}
.lg-outer .lg-toggle-thumb:after {
    content: "\f00e" !important;
}
.lg-next:before {
    content: "\f061" !important;
}
.lg-prev:after {
    content: "\f060" !important;
}
.grid-item {
    width: 33%;
}
@media (max-width: 576px) {
    .grid-item {
        width: 100%;
    }
}
.bio-img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    background: #e5e5e5;
}
.testimonial-content i {
    color: #f3efef;
    font-size: 70px;
    top: -30px;
}
.testimonial {
    background-image: url(../images/background/4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.faq {
    background-image: url(../images/background/5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.accordion-button,
.accordion-body {
    font-size: 16px;
    color: #707070;
}
.accordion-button:not(.collapsed),
.accordion-button::after {
    color: var(--color1);
    background-color: #fff;
    box-shadow: none;
}
.accordion-faq > .accordion-item {
    border: 0;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: fontawesome;
    font-size: 16px;
    color: var(--color1);
    content: "\f068";
}
.accordion-button::after {
    background-image: none;
    font-family: fontawesome;
    color: #707070;
    content: "\f067";
    transition: none;
}
@media (max-width: 1100px) {
    .accordion-button {
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    .accordion-button {
        font-size: 14px;
    }
    .box {
        width: 100%;
    }
}
.subscribe {
    background-image: linear-gradient(90deg, #24369c 0%, #c40f4c 95%);
}
footer {
    background: #5b132b;
}
.footer-socials a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 0.5s ease-in-out;
}
.footer-socials a:hover {
    background-color: var(--color1) !important;
    color: #fff;
    opacity: 100%;
    transition: all 0.3s ease-in-out;
}
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}
#back-to-top a {
    width: 50px;
    height: 50px;
    transition: all ease-in-out 0.5s;
}
#back-to-top a:hover {
    background-color: #223645;
}
#back-to-top a:after {
    position: absolute;
    content: "\f062";
    font-family: fontawesome;
    font-size: 16px;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.conference {
    background-image: url(../images/background/4.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.conference-left {
    background-image: url(../images/pattern/3.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.conference .benifit-list-box:hover h5 {
    color: var(--color1);
    transition: all 0.3s ease-in-out;
}
.conference .benifit-list-box:hover a {
    color: var(--color2);
}
.list-box-icon i {
    font-size: 40px;
}
.progress-bar {
    font-size: 14px;
}
.speaker-img img {
    height: 100px;
    width: 100px;
}
.speaker-socials a i {
    transition: all 0.4s ease-in-out;
}
.speaker-socials a:hover i {
    color: #fff;
    border-color: var(--color1);
}
.contact-icon i {
    font-size: 24px;
}
@media (max-width: 1100px) {
    .event-list-box {
        padding: 20px !important;
    }
}
.schedule-2 {
    background-image: linear-gradient(90deg, #f7f7f7 50%, #ffffff 50%);
}
.schedule-2 .schedule-icon i {
    font-size: 100px;
}
@media (min-width: 576px) and (max-width: 990px) {
    .schedule-day1::after {
        left: 44%;
    }
}
.qoutation i {
    font-size: 30px;
    transition: all 0.4s ease-in-out;
}
.qoutation i:hover,
.organizer-bio-info p:hover {
    color: var(--color1) !important;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}
.sperator {
    height: 1px;
}
.organizers-box img {
    width: 50px;
    height: 50px;
}
.info-icon i {
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}
.info-icon i:hover {
    color: var(--color2);
    transition: all 0.3s ease-in-out;
}
.contact-us-outer {
    background-image: url(../images/background/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.contact-us-outer .overlay {
    background-image: linear-gradient(180deg, #24369c 0%, #c40f4c 100%);
    border-radius: 25px;
}
.ticket2 {
    background-image: url(../images/background/6.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}
.ticket-right {
    background-image: url(../images/pattern/3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.general-ques-image {
    background-image: url(../images/pattern/3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sale {
    top: 30px;
    right: -25px;
}
.recent-product-box img {
    width: 75px;
    height: 75px;
    z-index: 1;
}
.social-media-links i {
    font-size: 18px;
}
.image-overlay,
.image-overlay1 {
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    position: absolute;
    height: 100%;
    width: 94%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.item:hover .image-overlay {
    opacity: 0.5;
}
.recent-product a:hover .product-detail h6 {
    color: var(--color1) !important;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 996px) {
    .image-overlay {
        width: 97%;
    }
}
.ticket-booking {
    background-image: url(../images/background/4.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.price input {
    width: 54px;
}
.product-img-nav img {
    width: 115px;
    height: 115px;
}
.product-img-nav img:hover,
.slick-current img {
    opacity: 1 !important;
}
.product-img-nav.slick-slide.slick-current.slick-center,
.product-img-nav.slick-slide {
    width: 115px !important;
}
.slick-track {
    display: flex;
    justify-content: center;
}
.slick-list.draggable {
    padding: 0 !important;
}
@media (max-width: 576px) {
    .product-img-nav img {
        width: 100px;
        height: 100px;
    }
}
.related-product .sale {
    background-color: #b3af54;
    top: 10px;
    right: -35px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 0 !important;
    color: var(--color1);
}
.related-product-info .nav-link {
    color: #707070;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.error {
    background-image: url(../images/background/6.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}
.error .overlay {
    background-image: url(../images/pattern/3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    opacity: 0.1;
}
.inner-error h1 {
    font-size: 70px;
    -webkit-text-stroke: 2px var(--color2);
}
.line-icon {
    font-size: 20px;
}
.line-icon::before,
.line-icon::after {
    width: 15%;
    height: 1px;
    border-top: 3px solid #e8e8e8;
    display: inline-block;
    content: "";
    padding-top: 0.2em;
    margin-left: 1%;
    margin-right: 1%;
}
.blog-info a small:hover {
    color: #24369c;
    transition: all 0.5s ease-in-out;
}
.coming-soon {
    background-image: url(../images/background/1.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}
.divider-pattern {
    background: repeating-linear-gradient(-55deg, #fff, #fff 1px, transparent 1px, transparent 6px);
}
.coming-soon span {
    font-size: 70px;
}
.coming-soon .overlay {
    background-image: linear-gradient(90deg, #24369c 0%, #c40f4c 100%);
    top: 0;
    left: 0;
    opacity: 0.7;
}
@media (max-width: 992px) {
    .coming-soon span {
        font-size: 54px;
    }
    .coming-soon p {
        font-size: 14px;
    }
}
@media (min-width: 800px) and (max-width: 996px) {
    .coming-soon {
        height: 150vh !important;
    }
}
@media (max-width: 576px) {
    .coming-soon span {
        font-size: 42px;
    }
}
.organizer-image img {
    width: 80px;
    height: 80px;
}
.organizer-socials a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 0.5s ease-in-out;
}
.organizer-socials a:hover {
    background-color: var(--color1);
    opacity: 100%;
    transition: all 0.3s ease-in-out;
    color: #fff;
    border-color: var(--color1);
}
.recent-post-list img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    object-fit: cover;
}
.qoutation img {
    width: 80px;
    height: 80px;
}
.navigation i {
    font-size: 20px;
}
.navigation a:hover h6 {
    color: var(--color1);
    transition: all 0.3s ease-in-out;
}
.contact {
    background-image: url(../images/background/4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.motto img {
    height: auto !important;
    object-fit: cover;
    /* padding: 10px; */
    border-radius: 0;
    transition: all 0.75s ease-in-out;
    transform: scale(1);
    width: 100% !important;
    background: white;
}
.blog-box {
    z-index: 1;
    overflow: hidden;
}
/*.blog-box:hover .blog-img {
    transform: scale(1.1);
    transition: all 0.75s ease-in-out;
}*/
.highlight-box ul li b {
    color: #851112;
}
.partner-img-box {
    background: #f2eadf;
    margin: 10px;
}
.motto .blog-box {
    background: none;
    border: none !important;
    border-radius: 0 !important;
}
/*.motto .blog-box:hover {
    box-shadow: 0px 0px 10px #2b2b2b85;
    background: #be97633b;
    transition: all 0.3s ease-in-out;
}*/
/*.motto .blog-box:hover a.black {
    color: #5b132b;
    transition: all 0.3s ease-in-out;
}*/
.testimonial-content img.position-absolute {
    top: -25px;
    left: -3px;
    opacity: .2 !important;
}
.highlight-box ul li:before {
    content: '';
    background-image: url(../images/logo/1.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: -26px;
    top: 0;
    background-size: contain;
}
.highlight-box ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    margin-bottom: 8px;
    color: #474747;
    font-family: "Yatra One", system-ui;
    font-weight: 600;
}
.highlight-box ul {
    text-align: left;
}
.highlight-box {
    text-align: center;
}
.highlight-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 6px 4px 0px #5b132b;
    background: white;
    transition: all 0.3s ease-in-out;
    padding: 5px;
}
.highlight-box:hover img {
    box-shadow: -6px -4px 0px #5b132b;
    transition: all 0.3s ease-in-out;
}
.highlight .col-lg-4 {
    background: #be976333;
    width: 30%;
    margin: 1%;
    border-radius: 0px 50px;
    border: 2px solid #be976359;
    padding-top: 15px;
}
 .highlight .col-lg-3 {
    background: #be976333;
    width: 23%;
    margin: 1%;
    border-radius: 0px 50px;
    border: 2px solid #be976359;
    padding-top: 15px;
}
.highlight-box h2 {
    font-size: 45px;
    font-weight: 800;
    margin: 25px 0;
    color: #5b132b;
    text-shadow: 3px 5px #ffffff;
    transition: all 0.3s ease-in-out;
    font-family: "Yatra One", system-ui;
}
.highlight-box:hover h2 {
    text-shadow: none;
    transition: all 0.3s ease-in-out;
}
.speakers {
    background: #be97631f;
}
.top_banner {
    background-position: center;
    background-size: 100%;
    /* background-attachment: fixed; */
}
.bg_light {
    background: #000000c2;
    padding: 120px 0;
}
.bg_light p span {
    color: var(--color1);
}
.top_banner h2 {
    font-size: 40px;
    line-height: 42px;
    color: white;
}
.overview-img img {
    height: 700px;
    object-fit: contain;
}
.top_banner p {
    display: none;
}

.top_banner .bg_light {
    padding: 181px 0 74px 0 !important;
}
.top_banner p i {
    font-size: 12px;
}
.text-justify{
    text-align: justify;
}
.gallerybox .grid-item img {
    height: 300px;
    object-fit: cover;
    background: black;
}
.list-box-icon img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    padding: 6px;
    border: 6px solid #fff0dc;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}
.benifit-list-box:hover .list-box-icon img {
    border: 6px solid #c19b6a;
    transition: all 0.3s ease-in-out;
}
img.blog-img {
    height: 250px;
    object-fit: cover;
}
.contact-form, .booking-form {
    background: white;
    padding: 25px;
    box-shadow: 0px 0px 10px #d6d6d6;
    border-radius: 25px;
}
.form-content label {
    font-size: 14px;
    color: #292929;
    margin-bottom: 3px;
    font-weight: 500;
}
.top-marque {
    background: #5b132b;
    padding: 3px 0 0 0;
}
.top-marque a {
    color: white;
    font-size: 14px;
    letter-spacing: .5px;
}
.form-content label a {
    color: #2196F3;
}
.testimonial .box1 {
    height: 290px;
}
img.artist-slide-img {
    height: 250px;
    object-fit: cover;
    border-radius: 25px;
    padding: 10px;
    background: white;
    box-shadow: 0px 0px 5px #d2d2d2;
    width: 96%;
    margin: 10px auto 10px auto;
}

.form-content {
    text-transform: capitalize;
}
.banner-event-info ul li {
    white-space: nowrap;
}
.contact-event-info p {
    margin-bottom: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.partner-img-box img {
    height: 100px;
    object-fit: contain;
    width: 100%;
}
.menu-search a {
    white-space: nowrap;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.swiper .swiper-button-prev::after, 
.swiper .swiper-button-next::after {
    color: var(--white);
    font-size: 14px;
}

.swiper .swiper-button-prev {
    left: 50px;
    opacity: 1;
    visibility: visible;
}

.swiper .swiper-button-next {
    right: 50px;
    opacity: 1;
    visibility: visible;
}
.slick-arrow {
    font-size: 45px;
    cursor: pointer;
    background-color: #000;
    border: thin solid #ffffff;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    outline: none;
    pointer-events: all;
    background-color: rgb(0, 0, 0);
    padding: 16px;
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 13px;
    line-height: 10px;
    padding: 8px;
    overflow: hidden;
}
button.slick-prev.slick-arrow {
    left: -30px;
}
button.slick-next.slick-arrow {
    right: -30px;
}
.slick-prev.slick-arrow:before {
    content: '<';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b3b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 1px;
}
.slick-next.slick-arrow:before {
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b3b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 1px;
}














@media (min-width: 576px) and (max-width: 1100px) {
    .contact-event-info {
        padding: 25px !important;
    }
}

@media only screen and (max-width:767px){
.motto .col-lg-2 {
    width: 100%;
}
.motto .blog-info p {
    height: auto;
}
.schedule-list-outer .col-lg-4 {
    background-color: #be97632e;
    width: 100%;
}
.banner-title h1 {
    font-size: 22px;
}
.highlight .col-lg-4, .highlight .col-lg-3 {
    width: 100%;
}
.header_menu .navbar-brand img {
    width: 94px;
    top: -29px;
}
.inner-banner {
    padding-top: 88px;
}
div#header_menu {
    padding: 37px 0 0 0;
}
.video-div video {
    height: 100vh;
    object-fit: cover;
}
.testimonial .box1 {
    height: auto;
}
.navbar-sticky-in .navbar-brand img, .fixed-top .navbar-brand img {
    width: 51px !important;
    top: 1px !important;
    position: absolute;
}
.menu-search.text-end.mt-2 {
    margin: 0 !important;
    position: relative;
    left: -42px;
    top: -10px;
}
.navbar-sticky-in .menu-search.text-end.mt-2 {
    top: -5px;
}
.fixed-top {
    padding: 0 !important;
}
.header_menu li.nav-item .active:before {
    top: 39px;
    left: 0;
    width: 14%;
    height: 2px;
    background: #FFEB3B;
}
ul.slicknav_nav {
    height: auto;
}
.top_banner .bg_light {
    padding: 126px 0 35px 0 !important;
}
.top_banner h2 {
    font-size: 25px;
}
.partner-img .col.p-0 {
    width: 49%;
}
.ticket-button a:nth-child(3) {
    margin: 10px 0 0 0;
}
.contact-event-info.p-8 {
    padding: 20px 7px !important;
}
.contact-event-info p {
    font-size: 14px;
}
.banner-event-info ul li {
    white-space: break-spaces;
}
.form-title br {
    display: none;
}  
.ticket-title .text-white br {
    display: none;
}
.slick-prev.slick-arrow {
    left: 0px;
}
.slick-next.slick-arrow {
    right: 0px;
}




















}