@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
body{
    overflow-x: hidden;
    /*cursor: none;*/
}
/* a:hover, button:hover {*/
/*    cursor: url("images/icons/plane.png") 16 16,;*/
/*}*/
.grecaptcha-badge{
    display: none;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Marcellus", serif;
}
.footer .footer-widget-social a.f-icons {
    display: none;
}
.spk-content {
    padding-left: 0px;
}
#home{z-index:2;background-image:url(../images/background/aam-bg.webp);background-repeat:no-repeat;background-size:cover;padding:0;background-position:center}
#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
section{
    overflow: hidden;
}
::-webkit-scrollbar {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #FF80C0, #0F99F5);
    border-radius: 0;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 0;
}
.enquire-btn {
    clear: both;
    position: fixed;
    display: block;
    list-style-type: none;
    left: -50px;
    top: 45%;
    z-index: 10;
    transform: rotate(90deg);
}
.enquire-btn a {
    background-color: #0F99F5;
    border-radius: 0;
    font-size: 18px;
    border: 1px solid #0F99F5;
    -webkit-transition: width 0.5s, background-color 0.1s;
    transition: width 0.5s, background-color 0.1s;
    color: #fff;
    padding: 10px 18px;
}
.enquire-btn a:hover{
    background: transparent;
    color: #0F99F5;
}
.custom-cursor {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("images/icons/plane.png") no-repeat center center;
    pointer-events: none;
    background-size: cover;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.hero-section .hero-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: auto;
    z-index: 10;
}
/*#plane-container {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 0;*/
/*    height: 100vh;*/
/*    width: 30px;*/
/*    background-color: white;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    z-index: 1000;*/
/*}*/
/*#plane-icon {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0%;*/
/*    transform: rotate(90deg);*/
/*    transition: transform 0.3s, top 0.3s;*/
/*    z-index: 2;*/
/*    width: 100%;*/
/*}*/
/*#plane-icon i {*/
/*    font-size: 1.5rem;*/
/*    color: #0F99F5;*/
/*    cursor: pointer;*/
/*    transition: transform 0.3s;*/
/*}*/
/*#dotted-line {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 2px;*/
/*    background-image: linear-gradient(to bottom, #0F99F5 50%, transparent 50%);*/
/*    background-size: 2px 8px;*/
    /*z-index: 1;  Behind the plane */
/*}*/
/*Airplane Style*/
.airplane-container {
    position: fixed;
    right: 10px;
    top: 0;
    width: 2px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    }
.flight-path {
    position: absolute;
    width: 2px;
    height: 0;
    background: repeating-linear-gradient(
    to bottom,
    blue,
    blue 4px,
    transparent 4px,
    transparent 8px
    );
}
.airplane {
    position: absolute;
    font-size: 24px;
    transform: rotate(90deg);
    color: blue;
    transition: top 0.1s linear, transform 0.3s ease-in-out;
}
::-webkit-scrollbar {
    display: none;
}
.airplane-container {
    position: fixed;
    right: 10px;
    top: 0;
    width: 2px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 100;
}
.flight-path {
    position: absolute;
    width: 2px;
    height: 0;
    background: repeating-linear-gradient(
    to bottom,
    #FF80C0,
    #FF80C0 4px,
    transparent 4px,
    transparent 8px
    );
}
.airplane {
    position: absolute;
    font-size: 24px;
    transform: rotate(90deg);
    color: #0F99F5;
    transition: top 0.1s linear, transform 0.3s ease-in-out;
}
::-webkit-scrollbar {
display: none;
}
#popup.show {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
}

.hidden {
    display: none;
}
a{
    text-decoration: none !important;
}
h2{
    font-weight: 700;
    font-size: 38px;
}
ul{
    list-style: none;
}
.text-justify{
    text-align: justify;
}
#nav{
    transition: background 0.3s ease-in-out;
}
#navbar.scrolled {
    background: black !important;
}
.navbar-nav {
    justify-content: center;
}
.navbar-toggler{
    background: #fff;
}
.btn-menu {
    background: #0F99F5;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: max-content;
    padding: 10px 30px;
    border-radius: 192px;
    font-size:18px;
}
.register-btn{
    border-radius: 192px;
    width: max-content;
    margin: 0 auto;
}
.register-btn:hover{
    color: #0F99F5;
    border: 1px solid #0F99F5;
}
.registered-btn{
    background: #0F99F5;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: max-content;
    padding: 10px 30px;
    border-radius: 192px;
    font-size:18px;
}
.registered-btn:hover{
    background: transparent;
}
.registers-btn{
    width: max-content;
}
.registers-btn:hover{
    color: #0F99F5;
    border: 1px solid #0F99F5;
    border-radius: 192px;
}
.navbar-nav .nav-link {
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
}
/* Header */
.hero-section {
    position: relative;
    height: 90vh;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
}
.hero-section video {
    position: absolute;
    top: 0;
    /*left: -2px;*/
    width: 100.8%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.text-section {
    z-index: 2;
    position: relative;
}
.text-section h1 {
    font-size: 3.6rem;
    font-weight: 700;
}
.text-section h2 {
    font-size: 1.7rem;
    margin: 10px 0;
    line-height: 50px;
}
.text-section .btn-primary {
    background-color: #28a745;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
}
/*.svg-overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*    background: url(../images/icons/header.svg);*/
/*    background-repeat: no-repeat;*/
/*    pointer-events: none;*/
/*    background-size: 65%;*/
/*}*/
.play-button {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(95 141 201 / 0.8) 0%, rgb(75 88 41 / 0.8) 100%);
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}
.play-button i {
    font-size: 2rem;
    color: #fff;
}
.play-button:before {
    animation: ripple 2s ease-out infinite;
    border: solid 2px #a2cdfc;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.play-button:after {
    animation: ripple 2s 1s ease-out infinite;
    border: solid 2px #48ff94;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
@keyframes ripple {
    0% {
        opacity: 0.8;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
.video-btn {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.attendee-container {
    position: relative;
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-items: center;
    z-index: 97;
}

.attendee-text {
    color: white;
    font-weight: bold;
    padding: 15px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #0db66d;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    text-align: center;
    font-size: 20px;
}

.number-block {
    text-align: center;
}

.number {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

.label {
    font-size: 0.8em;
    color: #777;
}

.agenda-text {
    color: white;
    font-weight: bold;
    padding: 15px 20px;
    border: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #2d5cde;
    clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
    text-align: center;
    font-size: 20px;
}

.view-agenda {
    color: white;
    text-decoration: none;
}

.attendee {
    margin-top: -50px;
}
/*Highlights*/
#heighlights {
    margin-top: 6rem;
}
.section-heading {
    background: #10390f;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: max-content;
    padding: 5px 23px;
    border-radius: 192px;
}
.marquees {
    position: relative;
    /* height: 41vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    margin-top: 4rem;
}
.marquee1 {
    width: 100%;
    position: relative;
    background: #eb650e;
    color: #10390f;
}
/*.marquee1 {*/
    
/*}*/

/*.marquee1::after{*/
/*    left: 0px;*/
/*    right: 0px;*/
/*    top: 0px;*/
/*    bottom: 0px;*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: transparent;*/
/*    background-image: linear-gradient(180deg, #00000000 0%, #00000000 100%);*/
/*}*/
.marquee-wrap {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 0;
}
.marquee-slide {
    display: flex;
    gap: 21px;
    align-items: center;
    transition: transform 0.1s linear;
    animation: marquee-scroll 120s linear infinite;
}
.marquee-txt {
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    gap: 18px;
}
.marquee-txt h4 {
    font-size: 32px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    line-height: 1.2em;
    letter-spacing: -1px;
    background-clip: text;
}
.marquee-txt img {
    width: 30px;
}
/* Keyframes for the scrolling effect */
@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.marquee2 {
    width: 100%;
    position: relative;
    background: #10390f; 
    color: #ff6705;
}
/*.marquee2::after {*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: transparent;*/
/*    background-image: linear-gradient(180deg, #00000000 0%, #00000000 100%);*/
/*}*/
.marquee-wrap2 {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 0;
}
.marquee-slide2 {
    display: flex;
    gap: 21px;
    align-items: center;
    transition: transform 0.1s linear;
    animation: marquee-scroll2 70s linear infinite;
}
.marquee-txt2 {
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    gap: 18px;
}
.marquee-txt2 h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -1px;
    background-clip: text;
}
.marquee-txt2 img {
    width: 30px;
}
/* Keyframes for Left to Right Scrolling */
@keyframes marquee-scroll2 {
    from {
        transform: translateX(-79%);
    }
    to {
        transform: translateX(0%);
    }
}
/* Invitation */
#about {
    margin-top: 4rem;
    padding: 3rem 0px;
    /* background: url("./Background.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; */
}
.invitition-wrap h2 {
    color: #FF80C0;
}
#about .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.text-justify {
    text-align: justify;
}

.invitition-wrap {
    padding: 3rem 0px;
}

.invitition-wrap p {
    font-size: 18px;
}

#about .bg-image img {
    width: 100%;
    height: 100%;
}

.learn-btn {
    background-color: #FF80C0;
    color: #fff;
    font-size: 18px;
    padding: 4px 36px;
    font-weight: 500;
}
.learn-btn:hover{
    border: 1px solid #FF80C0;
    color: #FF80C0;
    background-color: transparent;
}
.invitation-info .info-cards.card {
    height: 16rem;
    padding: 3rem 15px;
    margin-top: 1rem;
    margin-bottom: 3rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: none;
    border-radius: 40px;
}
.attendees-card:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
    /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
}
.info-cards .card-image img {
    padding: 5px;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.info-cards:hover .card-image img {
    transform: scale(-1) rotate(180deg);
}
.info-cards .card-image {
    margin: 0 auto;
    margin-top: -100px;
    width: 90px;
    height: 90px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.info-cards .card-body {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.invitation-info .col-md-6:nth-child(2) .info-cards,
.invitation-info .col-md-6:nth-child(4) .info-cards {
    margin-top: 3.5rem;
}
/* Attendees */
#attends {
    padding: 3rem 0 1rem 0;
}
#attends h2 {
    font-size: 49px;
    color: #0F99F5;
}
.attendees-card {
    height: 100%;
    padding: 17px 15px;
    border: 1px solid lightgray;
    border-radius: 15px;
}
.attendees-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 1rem 0 1rem;
    text-align: center;
}
.attendee-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0F99F5;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    opacity: 0.7;
    border-radius: 30px;
}
.attendees-card .card-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.attendees-card .card-image img {
    width: 50px;
}
/* Reasons */
.dhai-summit {
    padding: 70px 0 0;
}
.aam-wrap .card-image{
    margin: 0 auto;
    margin-top: -75px;
    margin-bottom: 15px;
    width: 100px;
    /*height: 90px;*/
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #AFCCFF;
}
.aam-wrap img{
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.aam-wrap:hover img{
    transform: scale(-1) rotate(180deg);
}
/* Speaekr */
#speakers {
    padding: 2rem 0;
}
.speaker-heading {
    padding: 12px 0 20px 0;
}
.speaker-heading h2 {
    font-size: 35px;
    font-weight: 700;
    color: #0F99F5;
}
.speaker-heading h3 {
    font-size: 26px;
}
#speakerSlider{
    display: none;
}
.speakers-wrap .speaker-cols:nth-child(odd) .speaker-img {
    background-color: #c7e28c;
}
.speakers-wrap .speaker-cols:nth-child(even) .speaker-img {
    background-color: #c5deff;
}
.speakers .speaker-socail {
    position: absolute;
    z-index: 9;
    top: 91%;
    left: 43%;
    background: #007ab7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 1s ease-out;
}
.speakers:hover .speaker-socail {
    opacity: 1;
    animation: icons 1.5s linear infinite;
}
@keyframes icons {
    to {
        transform: scale(1);
    }
    from {
        transform: scale(1.1);
    }
}
.speakers .img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    transition: all 1s ease-out;
}
.speakers .speaker-socail a {
    color: #fff;
    font-size: 25px;
}
.speaker-info {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: #000;
}
.speaker-info p{
    margin-bottom: .5rem;
}

/*Ticket Section*/
#tickets{
    padding: 2rem 0;
}
.section-title {
    /*font-size: 28px;*/
    font-weight: bold;
    color: #0F99F5;
}
.section-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}
.features .feature-item {
    gap: 15px;
}
.feature-icon {
    width: 30px;
}
.feature-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.feature-description {
    font-size: 14px;
    color: #555;
}
.register-card {
    background-color: #E8F0FF;
    color: #000;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    /*max-width: 400px;*/
    margin: auto;
}
.dinner-column {
    position: relative;
    background: url("../images/background/Networking Dinner.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    z-index: 9;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.dinner-column:before {
    content: '';
    position: absolute;
    background-color: #10390f;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
    border-radius: 8px;
}
.dinner-content {
    padding: 20px 25px;
    position: relative;
     z-index: 9;    
}
.dinner-heading{
    color: #fff;
}
.dinner-heading h3 {
    font-size: 25px;
}
.ribbon-wrapper {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1; 
}
.ribbon {
    position: absolute;
    top: 25px;
    right: -25px;
    background-color: #0F99F5;
    color: white;
    width: 150px;
    padding: 10px 0;
    text-align: center;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.register-card ::placeholder{
    color: #000;
}
.register-card .card-body {
    padding: 30px;
}
.register-card .card-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.register-card .card-title .highlight {
    color: #FF80C0;
    font-size: 28px;
}
.register-card .card-description {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}
#contactForm .form-control,
#contactForm .form-select{
    border-radius: 0px;
    height: 45px;
    font-size: 14px;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000;
}
.pricing-column {
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: -1;
}
.top-left-strip {
    position: absolute;
    top: -10px; 
    /*left: 25px;*/
    background-color: #00a86b; 
    color: white;
    padding: 5px 15px;
    z-index: 2; 
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pricing-header {
    padding: 20px;
    text-align: center;
    color: white;
    position: relative;
}
.green{
    background-color: #00a86b;
}
.blue{
    background-color: #3b5998;
}

.pricing-type {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.price-tag {
    font-size: 2em;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}
.price-tag span{
    display: block;
}
.days{
    font-size: 0.5em;
}

.package-heading{
    height: 7rem;
    padding: 15px;
    font-weight: bold;
}

.pricing-content {
    padding: 20px 0;
}

.pricing-content ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.pricing-content li {
    padding: 8px 0 8px 15px;
    border-bottom: 1px solid #eee;
}

.pricing-content li:last-child {
    border-bottom: none;
}

.pricing-button {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    text-align: center;
}
.green-button{
    background-color: #0F99F5;
}
.blue-button{
    background-color: #FF80C0;
}
.top-left-circle {
    position: absolute;
    top: -50px;
    right: 50px;
    padding: 15px;
    background-color: #2D5CDE;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 28px, rgba(0, 0, 0, 0.22) 0px 7px 4px;
    color: white;
    border-radius: 50%;
    width: 92px;
    height: 92px;
    z-index: 1;
    text-align: center;
    animation: blink-background .9s infinite, zoom-in 2.5s infinite;
}

@keyframes blink-background {
    0%, 100% {
        background-color: #FF80C0;
    }
    50% {
        background-color: #0F99F5;
    }
}

@keyframes zoom-in {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

.top-left-circle .days {
    font-size: 0.9em; 
}

.top-left-circle .price {
    font-size: 1.4em;
}
.section-header{
    margin-bottom: 80px;
}
.section-header h2{
    color: #0F99F5;
}
/*Brand Identity*/
#identity{
    padding: 2rem 0;
}
.brand-intro h2 {
    color: #0F99F5;
}
.brand-intro .register-btn{
    margin: 0;
}
.brand-intro p{
    font-size: 19px;
}
.brand-infos .brand-imgs {
    display: flex;
    align-items: stretch;
}
.brand-infos .brand-pics {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.brand-infos .brand-pics img {
    object-fit: cover;
    /*object-fit: inherit;*/
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
/* Gallery Section */
.gallery-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gallery-heading h2 {
    font-size: 50px;
    color: #10390f;
}
.gallery-heading p {
    font-weight: 600;
    font-size: 20px;
}
.image-collage {
    padding: 2rem 0;
}

.collage {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.flip-card {
    width: 300px;
    height: 300px;
    perspective: 1000px;
}
.flip-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
.flip-card:hover .flip-inner {
    transform: rotateX(180deg);
}
.front, .back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    object-fit: cover;
    border-radius: 8px;
}
.back {
  transform: rotateX(180deg);
}

.reasons{
    background-image: url("../images/background/Reasons to join.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 50px;
    z-index: 9;
}
.reasons::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2D3618;
    top: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: multiply;
}
.accordion-hover .accordion-item {
      border: none;
      margin-bottom: 10px;
      transition: all 0.3s ease-in-out;
    }

    .accordion-hover .accordion-header {
      cursor: pointer;
      padding: 10px 0;
      border-bottom: 1px solid #dee2e6;
      font-size: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: white;
      transition: color 0.3s ease;
    }

    .accordion-hover .accordion-body {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      padding: 0;
      transition: max-height 0.5s ease, padding 0.3s ease, opacity 0.5s ease;
      border-left: 3px solid #0F99F5;
      border-radius: 0 0 8px 8px;
      font-size: 18px;
    }

    .accordion-hover .accordion-item:hover .accordion-body {
      max-height: 500px;
      padding: 15px 0 15px 15px;
      opacity: 1;
      color: white;
    }

    .accordion-hover .fa-chevron-down {
      transition: transform 0.3s ease;
      color: #0F99F5;
      transform: rotate(0deg);
    }

    .accordion-hover .accordion-item:hover .fa-chevron-down {
      transform: rotate(180deg);
    }
    
/* Testimonail Section */
.testimonial {
    background: linear-gradient(135deg, #f0f0f0, #e8e8e8); 
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}
.testimonial-heading {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sub-heading {
    font-size: 18px;
}
/*  Sponsor Section*/
.sponsor{
    padding: 0px 0 50px 0;
    border-radius: 0 0 40px 40px;
}
#sponsors h2 {
    color: #0F99F5;
}
#sponsors .supporters-wrap{margin-bottom:10px}#sponsors .supporter-logo{padding:20px;display:flex;justify-content:center;align-items:center;overflow:hidden;height:100px}.supporter{padding:10px;margin:0;background:#fff0;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);border:1px solid rgb(0 0 0 / .3);box-shadow:rgb(2 10 68 / .073) 0 -50px 36px -28px inset}#sponsors img{transition:all 0.4s ease-in-out;width:200px}.counter-section{color:#000;text-align:center;margin-top:-50px;z-index:9;position:relative}
/* Contact Section */
#contactForm{padding:2rem 0}#contactForm h2{font-size:35px}#contactForm h3{font-size:28px}#contactForm .sponsored p,#contactForm .speakered p{margin-bottom:0}#contactForm .sponsored img,#contactForm .speakered img{width:130px}#contactForm .form-control,#contactForm .form-select{color: #000;border-radius:0;height:45px;font-size:14px;padding:10px 15px;border:none;border-bottom:1px solid #000;background:transparent}.text-form{width:90%;margin:auto;padding-bottom:20px}
.quries-wrap img {
    width: 150px;
}
/*Footer Section*/
/*.footer-bg {*/
/*    background-color: black;*/
/*    padding: 30px 0px;*/
/*}*/
/*.footer-bg ul{*/
/*    padding-left: 0;*/
/*}*/
/*.footer-desc {*/
/*    font-size: 22px;*/
/*    margin-top: 20px;*/
/*    font-weight: bold;*/
/*    color: white;*/
/*}*/
/*.social-icon {*/
/*    gap: 10px;*/
/*    margin: 25px 0px 20px;*/
/*    text-align: center;*/
/*    display: flex;*/
/*}*/
/*.social-icon a {*/
/*    height: 38px;*/
/*    width: 38px;*/
/*    line-height: 38px;*/
/*    background-color: #4CC9F0;*/
/*    border-radius: 50%;*/
/*    font-size: 16px;*/
/*    color: #000;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);*/
/*}*/
/*.footer-title {*/
/*    color: #4CC9F0;*/
/*    font-size: 32px;*/
/*    font-weight: 700;*/
    /*margin-left: 90px;*/
/*}*/
/*.footer-menu {*/
/*    line-height: 35px;*/
    /*margin-left: 60px;*/
/*    color: white;*/
/*}*/
/*.footer-menu ul li{*/
/*    font-size: 19px;*/
/*}*/
/*.footer-menu a {*/
/*    color: white;*/
/*}*/
/*.footer-space {*/
/*    margin-right: 10px;*/
/*}*/
/*.footer-menu i {*/
/*    color: #4CC9F0;*/
/*}*/
.footer{
  padding: 30px 0;
  background: #000;
}
.our-moto {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}
.footer ul{
  list-style: none;
  padding-left: 0;
}
.footer ul li a{
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer a:hover{
  text-decoration: underline;
  color: #0F99F5;
  transition: text-decoration 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer .footer-widget-social {
    gap: 10px;
    margin: 18px 0px 20px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    border-top: none;
    padding-top: 0;
    text-align: center;
}
.footer .footer-widget-social a{
    height: 35px;
    width: 40px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 22px;
    color: #ffffff;
    transition: all 1s ease-out;
}
.footer-heading{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.footer-menu {
    line-height: 35px;
    color: white;
}
.footer-menu ul li{
    font-size: 19px;
}

.footer .footer-copyright p {
  color: #919191;
}
.footer .footer-widget-social a:hover {
  transform: scale(1.3);
}
/*past-attendess section*/
#past-attendees {
    padding: 2rem 0;
}
.past-heading{
    color: #10390f;
    text-align:center;
    font-weight: 600;
}

logo-slider {
    --image-size: 100px;
    /*border: 1px solid #575757;*/
    padding: 10px;
    overflow: hidden;
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}
logo-slider:hover div {
    animation-play-state: paused;
}
logo-slider div {
    display: flex;
    position: relative;
    animation: marquee 300s linear infinite;
    justify-content: space-around;
    margin-top: 30px;
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
logo-slider img {
    display: block;
    min-width: var(--image-size);
    height: var(--image-size);
    margin: 0 1vw;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
logo-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), white);
}
/* Venue Section */
#venue {
    padding: 3rem 0px;
    background-image: url("https://worldbigroup.com/dist/images/backgrounds/hero-img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}
#venue h2 {
    color: #0F99F5;
}
.box {
    position: relative;
    width: 95%;
    height: 300px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    animation-duration: 17s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transition: all 2s ease;
}
.venue-inner-wrap .box:hover {
    transform: scale(1.1);
}
.venue-inner-wrap:nth-child(1) .box {
    background-image: url("../images/venue/dubai_1.webp");
    animation-name: cycle1;
}
.venue-inner-wrap:nth-child(2) .box {
    background-image: url("../images/venue/dubai_2.webp");
    animation-name: cycle2;
}
.venue-inner-wrap:nth-child(3) .box {
    background-image: url("../images/venue/dubai_3.webp");
    animation-name: cycle3;
}
.venue-inner-wrap:nth-child(4) .box {
    background-image: url("../images/venue/dubai_4.webp");
    animation-name: cycle4;
}
@keyframes cycle1 {
         0%, 100% { background-image: url("../images/venue/dubai_1.webp"); }
         16.66% { background-image: url("../images/venue/dubai_2.webp"); }
         33.33% { background-image: url("../images/venue/dubai_6.webp"); }
         50% { background-image: url("../images/venue/dubai_5.webp"); }
         66.66% { background-image: url("../images/venue/dubai_4.webp"); }
         83.33% { background-image: url("../images/venue/dubai_3.webp"); }
}

@keyframes cycle2 {
         0%, 100% { background-image: url("../images/venue/dubai_2.webp"); }
         16.66% { background-image: url("../images/venue/dubai_6.webp"); }
         33.33% { background-image: url("../images/venue/dubai_5.webp"); }
         50% { background-image: url("../images/venue/dubai_4.webp"); }
         66.66% { background-image: url("../images/venue/dubai_3.webp"); }
         83.33% { background-image: url("../images/venue/dubai_1.webp"); }
}

@keyframes cycle3 {
         0%, 100% { background-image: url("../images/venue/dubai_3.webp"); }
         16.66% { background-image: url("../images/venue/dubai_1.webp"); }
         33.33% { background-image: url("../images/venue/dubai_2.webp"); }
         50% { background-image: url("../images/venue/dubai_6.webp"); }
         66.66% { background-image: url("../images/venue/dubai_5.webp"); }
         83.33% { background-image: url("../images/venue/dubai_4.webp"); }
}

@keyframes cycle4 {
         0%, 100% { background-image: url("../images/venue/dubai_4.webp"); }
         16.66% { background-image: url("../images/venue/dubai_3.webp"); }
         33.33% { background-image: url("../images/venue/dubai_1.webp"); }
         50% { background-image: url("../images/venue/dubai_2.webp"); }
         66.66% { background-image: url("../images/venue/dubai_6.webp"); }
         83.33% { background-image: url("../images/venue/dubai_5.webp"); }
}
.medtech-sec{
        height: 400px;
    }
    .medtech-bg{
      background-image: url('../images/background/dhai_medtech 1.webp');
      background-size: cover;
    }
    .medtech-bg2{
      background-image: url('../images/background/dhai_medtech 2.webp');
      background-size: cover;
    }
    .medtech-details{
        background-image: linear-gradient( rgba(13, 182, 109, 0.9), rgba(13, 182, 109, 0.9)), url('../images/background/medtech-bg1.webp');
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 30px;
        color: white;
        mix-blend-mode: multiply;
    }
    .medtech-details h4{
        font-size: 35px;
    }
    .medtech-details p{
        font-size: 18px;
    }
.tree-section{background:#F9FFEB;position:relative}.tree-section .bottom-right-image{position:absolute;bottom:25px;right:0;width:350px;height:auto;z-index:1}.tree-img{max-width:80%}.sec-details{color:#000;font-size:18px}.sec-details h3{font-weight:700;font-size:35px;margin-bottom:15px}.sec-details p{font-size:20px;line-height:1.5}   
    /* Agenda Page */
#schedule .section-header{
    margin-bottom: 40px;
}
#schedule .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
}
#schedule .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
}
#schedule .nav-tabs a {
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    padding: 8px 100px;
    margin-top: 20px;
}
#schedule .nav-tabs a.active {
    background-color: #0F99F5;
    color: #fff;
}
.agenda-time {
    background: #0F99F5;
    color: #fff;
}
.agenda-time, .agenda-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ptnr-slots {
    background-color: #3a506d !important;
}
.shrt-break, .lunch, .coffee {
    background-color: #FF80C0 !important;
}
.activity{
    background: #430678;
}
.time-detail, .agenda-detail {
    padding: 1rem;  
    /*1.5rem*/
}
.spk-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}
.spk-img .spk-img-wrap{
    width: 110px;
    /*height: 110px;*/
}
.spk-img-wrap img{
    width: 100%;
}
.agenda-page .modal.enquire-modal {
    display: none;
    position: fixed;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000d1;
}
.agenda-page .enquire-modal .modal-content {
    position: relative;
    background-color: #fff0;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    border: none;
}
.agenda-page form .styled-input {
    padding: 15px;
    background: lightgray;
    border-radius: 15px;
}
.agenda-page .btn-closed {
    color: #fff !important;
    font-size: 26px;
    background-color: #fff0;
    border: none;
}
.agenda-page .main-btn {
    align-items: center;
    background-color: #C7E28C;
    border: 2px solid #111;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 48px;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}    
/* Media Queries */
@media (max-width: 1399px) {
    .tree-section .bottom-right-image{width: 270px;}.sec-details p br{display: none;}
    .svg-overlay{
        background-size: contain;
    }
    .navbar-nav .nav-link{
        font-size: 17px;
    }
    .text-section h1{
        font-size: 3.0rem;
    }
    .dinner-heading h3{
        font-size: 21px;
    }
    .top-left-circle{
        top: -56px;
    }
    .flip-card{
        width: 250px;
        height: 250px;
    }
    .info-cards .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-menu ul li{
        font-size: 17px;
    }
    .social-icon {
        flex-wrap: wrap;
    }
    .invitation-info .info-cards.card {
        height: 15rem;
    }
    /*.brand-infos .brand-imgs:nth-child(2) img{*/
    /*    height: 187px;*/
    /*}*/
    /*.brand-infos .brand-imgs:nth-child(3) img{*/
    /*    height: 335px;*/
    /*}*/
    /*
            .info-cards .card-image {
                margin-top: -82px;
            }*/
}

@media (max-width: 1199px) {
    .tree-section .bottom-right-image{right:-30px; width:230px;}
    .footer .footer-widget-social{
        flex-wrap: wrap;
    }
    .spk-content {
        padding-left: 0;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
        margin-right: 0;
    }
    .text-section h1 {
        font-size: 2.8rem;
    }
    .flip-card {
        width: 270px;
        height: 270px;
    }
    .invitation-info .info-cards.card {
        height: 16rem;
    }
    .footer-menu ul li{
        font-size: 19px;
    }
    .info-cards .card-image {
        margin-top: -82px;
    }

    .invitation-info .info-cards.card {
        height: 19rem;
    }
    .attendee-text {
    padding: 30px 20px;
}
}
@media (max-width: 992px){
    .navbar{
        background: black;
    }
}
@media (max-width: 900px) {
    logo-slider {
      --image-size: 120px !important;
      --image-size: min(max(50px, 10vw), 100px);
    }
}
@media (max-width: 991px){
    .bottom-right-image{display:none}
    .spk-content {
        padding-left: 20px;
    }
    #background-video{display: none;}
    #home{
      height: 70vh;
    }
    .accordion-hover .accordion-header {
      font-size: 17px;
    }
    ::-webkit-scrollbar {
        width: auto;
        height: auto;
    }
    .airplane-container{
        display: none;
    }
    #venue h3 br{
        display: none;
    }
    .navbar-nav .nav-link {
        font-size: 21px;
    }
    .medtech-sec {
        height: 510px;
    }
    .invitation-info .info-cards.card{
        height: 17rem;
    }
    .info-cards .card-body{
        justify-content: center;
    }
    .navbar-collapse .register-btn{
        margin: initial;
    }
    .speakers .speaker-socail{
        top: 87%;
        left: 40%;
    }
    .svg-overlay{
        background-size: cover;
    }
    .video-wrap{
        display: none;
    }
    .brand-infos{
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    .agenda-detail h4 {
        font-size: 1.3em;
    }
    .agenda-time {
        text-align: center;
        padding: 0;
    }
    .time-detail {
        padding: .5rem;
    }
}
@media (max-width: 768px) {
    .pricing-column {
        width: 100%;
        margin: 10px auto;
    }
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
@media (max-width: 767px) {
    #home{
        margin-top:55px;
    }
    .reasons{
        padding: 50px 10px;
    }
    .enquire-btn{
        top: 80%;
    }
    .social-icons{
        display: none;
    }
    .supporters-wrap.row>*{
        width: 50%;
    }
    .footer .footer-widget-social{
        justify-content: start;
    }
    .speakers .speaker-socail {
        top: 89%;
        left: 45%;
    }
    .speaker-info{
        align-items: center;
        text-align: center;
    }
    #speakerRow{
        display: none;
    }
    #speakerSlider{
        display: block;
    }
    .flip-card {
        width: 245px;
        height: 245px;
    }
    .top-left-circle {
        top: -44px;
    }
    .attendee-text, .agenda-text{
        clip-path: none;
        border-radius: 10px 10px 0 0;
    }
    .navbar-toggler {
        background-color: #d7ceee;
        color: white;
    }
    .invitation-info .info-cards.card {
        height: auto;
    }

    .invitation-info .col-md-6:nth-child(2) .info-cards,
    .invitation-info .col-md-6:nth-child(4) .info-cards {
        margin-top: 1rem;
    }
    .ticket-wrap .position-relative{
        margin-bottom: 45px;
    }
    .attendee-text {
    padding: 15px 20px;
}
}
@media (max-width: 575px) {
    .aam-wrap .card-image{
        margin-top: 0;
    }
    .brand-infos .row>*{
        width: 50%;
    }
    .sponsor-wrap.row>* {
        width: 50%;
    }
    #about {
        background-color: #e3f5fa;
    }
    .attendee-img{
        margin-top: 20px;
    }
    .speaker-info{
        align-items: center;
        text-align: center;
    }
    .speakers .speaker-socail{
        top: 91%;
        left: 45%;
    }
    .invitation-info .row{
        width: 100%;
        margin: 0 auto;
    }
    .venue-wrap.row > * {
        width: 50%;
    }
    .flip-card {
        width: 238px;
        height: 238px;
    }
}
@media (max-width: 509px) {
    .flip-card {
        width: 210px;
    }
}
@media (max-width: 478px){
    .text-section h1{
        font-size: 38px;
    }
    .text-section h2 {
        font-size: 25px;
    }
}
@media (max-width: 457px) {
    .flip-card {
        width: 100%;
        height: 255px;
    }
}
@media (max-width: 390px){
    .top-left-circle{
        right: 10px;
    }
    .register-card .card-body{
        padding: 10px;
    }
    .navbar img{
        width: 200px;
    }
}
@media (max-width: 360px){
    .section-heading{
        padding: 5px 10px;
        word-break: break-word;
    }
    .section-heading h2{
        font-size: 32px;
    }
    .medtech-sec{
        height :550px;
    }
}
@media (max-width: 345px){
    .text-section h1{
        font-size: 37px;
    }
}

