* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('/Content/fonts/AvenirNextLTPro-Regular.otf');
}

@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('/Content/fonts/AvenirNextLTPro-Bold.otf');
}

@font-face {
    font-family: 'AvenirNextLTPro-Demi';
    src: url('/Content/fonts/AvenirNextLTPro-Demi.otf');
}

@font-face {
    font-family: 'AvenirNextLTPro-It';
    src: url('/Content/fonts/AvenirNextLTPro-It.otf');
}

@font-face {
    font-family: 'AvenirLTProLight';
    src: url('/Content/fonts/AvenirLTProLight.otf');
}

@font-face {
    font-family: 'AvenirLTProbold';
    src: url('/Content/fonts/avenir-next-lt-pro-bold.otf');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: normal;
    font-size: 15px;
}

header {
    z-index: 99;
}

h1 {
    font-family: 'AvenirNextLTPro-Demi', sans-serif;
}

.container-large {
    max-width: 1800px;
}

.container {
    max-width: 90%;
}

header {
    position: relative;
    backdrop-filter: blur(5px);
    height: 145px;
}

    header div {
        z-index: 9;
    }

    header::after {
        /*        transform: scale(1.1) skew(-40deg);
        -webkit-transform: scale(1.1) skew(-25deg);
        -moz-transform: scale(1.1) skew(-40deg);*/
        background-color: #000;
        width: calc(20% - 20px);
        height: 100%;
        left: 0px;
        top: 0px;
        position: absolute;
        content: "";
        z-index: 0;
    }

#navbarNav .navbar-nav .nav-link {
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
}

.w-45{
    width: 45% !important;
}

.tagline .h1 {
    background-color:rgba(0,0,0,0.7);
}

.tagline span {
    font-family: 'inter';
}

.bg-dark.scrolled {
    background: #000000 !important;
}

#sponsers.owl-carousel .owl-item img {
    padding: 20px;
    background-color: #ffffff;
}


/*       Squeeze Page Starts         */


.modal-dialog,
.modal-content {
    background: none !important;
}


.position-relative {
    position: relative;
}

.inside-close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background: #000;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500002;
    padding: 0; 
}

.inside-play-btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background: #000;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500002;
    padding: 0;
}

/*     Squeeze Page Ends     */


.about-event::before {
    transform: scale(1.1) skew(-20deg);
    -webkit-transform: scale(1.1) skew(-20deg);
    -moz-transform: scale(1.1) skew(-20deg);
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    position: absolute;
    left: -80px;
    top: 0;
    width: 59%;
    height: 100%;
    content: "";
    z-index: -1;
}

.REGISTER-FOR-FREE::before {
    background-color: rgba(0,0,0,0.6);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ENQUIRE-ABOUT-EXHIBITING::before {
    background-color: rgba(0,0,0,0.6);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.testimonial-box {
    min-height: 320px;
}

#testimonials .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
}

.SPONSORSHIP-OPPORTUNITIES::before {
    background-color: rgba(0,0,0,0.6);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.BOOK-YOUR-STAND::before {
    transform: scale(1.1) skew(-20deg);
    -webkit-transform: scale(1.1) skew(20deg);
    -moz-transform: scale(1.1) skew(-20deg);
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    position: absolute;
    right: -168px;
    top: 0;
    width: 60%;
    height: 100%;
    content: "";
    z-index: -1;
}

.why-sponsor::before {
    transform: scale(1.1) skew(30deg);
    -webkit-transform: scale(1.1) skew(30deg);
    -moz-transform: scale(1.1) skew(30deg);
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    right: -70px;
    top: 0;
    width: 70%;
    height: 100%;
    content: "";
    z-index: -1;
}

.why-exhibit::before {
    transform: scale(1.1) skew(20deg);
    -webkit-transform: scale(1.1) skew(20deg);
    -moz-transform: scale(1.1) skew(20deg);
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    position: absolute;
    left: -100px;
    top: 0;
    width: 886px;
    height: 100%;
    content: "";
    z-index: -1;
}

.additionalConferences h1 {
    font-size: 48px;
}

.additionalConferences {
    position: relative;
    overflow: hidden;
}

    .additionalConferences::before {
        transform: scale(1.1) skew(-20deg);
        -webkit-transform: scale(1.1) skew(-20deg);
        -moz-transform: scale(1.1) skew(-20deg);
        background-color: rgba(0,0,0,0.7);
        backdrop-filter: blur(5px);
        position: absolute;
        left: -100px;
        top: 0;
        width: 890px;
        height: 100%;
        content: "";
        z-index: -1;
    }

.stay-connected::before {
    transform: scale(1.1) skew(-20deg);
    -webkit-transform: scale(1.1) skew(-20deg);
    -moz-transform: scale(1.1) skew(-20deg);
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    position: absolute;
    left: -100px;
    top: 0;
    width: 750px;
    height: 100%;
    content: "";
    z-index: -1;
}

.stay-connected .input-group input {
    border-radius: 50px 0px 0px 50px;
    background: rgba(255, 255, 255, 0.50);
    padding: 15px 20px;
    border-color: transparent;
}

.stay-connected .input-group a {
    border-radius: 0px 50px 50px 0px;
    padding: 15px 20px;
    border-color: transparent;
}

    /*a:hover, .stay-connected .input-group a:hover {
        opacity: 0.8;
    }*/

.stay-connected .input-group input::placeholder {
    color: #ffffff;
    z-index: 999;
}

.OrganisedBy h1 {
    font-size: 48px;
}

.OrganisedBy {
    position: relative;
    overflow: hidden;
}

    .OrganisedBy::before {
        transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        position: absolute;
        left: -100px;
        top: 0;
        width: 58%;
        height: 100%;
        content: "";
        z-index: -1;
    }

footer {
    background-color: #000000;
}

.Visitor_Registration form input::placeholder, .Visitor_Registration form textarea::placeholder {
    color: #000;
}

.Visitor_Registration h1 {
    font-size: 36px;
}

.Visitor_Registration {
    position: relative;
    overflow: hidden;
}

    .Visitor_Registration::before {
        transform: skew(-30deg);
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        background-color: #e5e5e5;
        position: absolute;
        right: 300px;
        top: 0;
        width: calc(100% - -400px);
        height: 100%;
        content: "";
        z-index: -1;
    }

.Exhibitors-Enquiry-img::before {
    background-color: rgba(0,0,0,0.8);
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

footer a i {
    width: 25px;
}

.checkbox-panel {
    border: solid 1px #ddd;
    background: #fff;
}

.Partners-logo img {
    height: 100px;
    width: 200px !important;
    margin: auto;
    object-fit: contain;
}
 

@media screen and (max-width: 640px) {

    header::after {
        display: none;
    }

    header{
        height: 160px !important;
    }

    navbar-nav {
        position: absolute !important;
        background-color: #000000 !important;
        padding: 20px !important;
        width: 200px !important;
        right: -7px !important;
    }

    .homeBanner {
        height: 1000px;
    }

    header nav ul.navbar-nav {
        position: absolute;
        right: 10px;
        background-color: #000;
        width: 300px;
        padding: 10px;
        top: 45px;
    }
     
    .about-event::before {
        transform: scale(1.1) skew(0deg);
        -webkit-transform: scale(1.1) skew(0deg);
        -moz-transform: scale(1.1) skew(0deg);
        left: 0;
        top: 0;
        width: 100%;
    }

    #testimonials .owl-nav.disabled + .owl-dots {
        left: 0;
        bottom: auto;
    }


    .REGISTER-FOR-FREE {
        height: 320px;
    }

    .ENQUIRE-ABOUT-EXHIBITING {
        height: 320px;
    }

    .BOOK-YOUR-STAND::before {
        transform: scale(1.1) skew(0deg);
        -webkit-transform: scale(1.1) skew(0deg);
        -moz-transform: scale(1.1) skew(0deg);
        right: 0px;
        top: 0;
        width: 100%;
    }

    .why-exhibit::before {
        transform: scale(1.1) skew(0deg);
        -webkit-transform: scale(1.1) skew(0deg);
        -moz-transform: scale(1.1) skew(0deg);
        left: 0;
        top: 0;
        width: 100%;
    }

    .why-sponsor::before {
        transform: scale(1.1) skew(0deg);
        -webkit-transform: scale(1.1) skew(0deg);
        -moz-transform: scale(1.1) skew(0deg);
        right: 0;
        top: 0;
        width: 100%;
    }

    .additionalConferences::before {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        left: 0;
        top: 0;
        width: 100%;
    }

    .stay-connected::before {
        transform: scale(1.1) skew(0deg);
        -webkit-transform: scale(1.1) skew(0deg);
        -moz-transform: scale(1.1) skew(0deg);
        left: 0;
        top: 0;
        width: 100%;
    }

    .OrganisedBy::before {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        left: 0;
        top: 0;
        width: 100%;
    }

    .Visitor_Registration::before {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        right: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 2000px) {
    .why-exhibit::before {
        transform: scale(1.1) skew(20deg);
        -webkit-transform: scale(1.1) skew(20deg);
        -moz-transform: scale(1.1) skew(20deg);
        background-color: rgba(0,0,0,0.7);
        backdrop-filter: blur(5px);
        position: absolute;
        left: -100px;
        top: 0;
        width: 1020px;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .additionalConferences::before {
        transform: scale(1.1) skew(-20deg);
        -webkit-transform: scale(1.1) skew(-20deg);
        -moz-transform: scale(1.1) skew(-20deg);
        background-color: rgba(0,0,0,0.7);
        position: absolute;
        left: -100px;
        top: 0;
        width: 1030px;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .stay-connected::before {
        transform: scale(1.1) skew(-20deg);
        -webkit-transform: scale(1.1) skew(-20deg);
        -moz-transform: scale(1.1) skew(-20deg);
        background-color: rgba(0,0,0,0.7);
        backdrop-filter: blur(5px);
        position: absolute;
        left: -100px;
        top: 0;
        width: 897px;
        height: 100%;
        content: "";
        z-index: -1;
    }
}

.countdown-box {
    width: 100px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.8);
    border: 1px solid #376822;
}

.clockdiv div > span {
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    line-height: 30px;
    font-size: 30px;
    color: #5fbe36;
}

.smalltext {
    font-size: 16px;
}

.hm-popup .modal-content {
    display: block;
    background: transparent;
    border: none;
    text-align: right;
}

.hm-popup .close {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0 5px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.reshcedule-box {
    border-radius: 10px;
    background-color: rgb(233 33 33 / 75%);
    font-size: 15px;
}

    .tagline-2 img {
        width: 230px;
    }

.video-hero {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #000;
}

.video-background {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, 0%);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.hero-content {
    position: relative;
    z-index: 3;
    color: white;
    height: 100%;
    transform: translate(0%, 35%);
}

/* Adjust iframe to cover full container */
.video-background iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 150px;
}

.photo-gallery a img {
    height: 150px;
    object-fit: fill;
    width: 100%;
}

.banner .race-to-recycle {
    bottom:0;
}

@media screen and (max-width: 640px) {
    .video-hero {
        height: 900px;
        position: relative;
        overflow: hidden;
        background: #000;
    }
    .video-background iframe {
        width: 100vw;
        height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -51%);
    }
    .race-to-recycle {
        left:0;
    }
    header div {
        z-index: auto;
    }

}

.interlinking {
    color: black;
    text-decoration: none;
}


.interlinking:hover {
    color: #5ebb46;
    text-decoration: none
}

.interlink{
    color: white;
    text-decoration: none;
}

.interlink:hover {
    color: #5ebb46;
    text-decoration: none
}

.font-pro-bold {
    font-weight: 900;
    font-family: 'AvenirNextLTPro-Bold';
}

.header-btn {
    font-size: 12px;
    padding: 5px;
    width: 70%;
    margin: auto;
}

.day-box {
    border-radius: 25%;
    padding: 20px 30px;
}

.day-box-list {
    border-radius: 25%;
    padding: 10px 20px;
}

@media screen and (max-width: 640px) {
    .race-to-recycle {
        position: initial;
        margin-top: 25px;
    }
}