@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Figtree:ital,wght@0,300..900;1,300..900&family=Kalam:wght@300;400;700&family=Michroma&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+IN:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Tangerine:wght@400;700&display=swap');

html,
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "meb";
    src: url("../fonts/mortend-mortend-extra-bold-800.otf");
}

.whatsapp-float{
    position: fixed;
    right: 2vw;
    bottom: 2vw;
    z-index: 10;
}
/* navbar */
.navbar {
    width: 100%;
    height: 5vw;
    position: fixed;
    z-index: 10;
    background-color: #ffffff5a;
    backdrop-filter: blur(5px);
}

@media screen and (max-width:1600px) {
    .navbar{
        height: 7vw;
    }
}

.nav-cont {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.nav-cont ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    font-size: 15px;
    font-family: "figtree";
    font-weight: 600;
}

.nav-cont ul li {
    position: relative;
    cursor: pointer;
}

.nav-cont ul li a{
    color: rgb(0, 0, 0);
}

.fintech_logo {
    width: 190px;
}

.nav-cont ul .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    min-width: 160px;
    z-index: 1000;
}

.dropdown-menu li {
    padding: 8px 12px;
    white-space: nowrap;
}

.dropdown-menu li:hover {
    background: #f5f5f5;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

.mob-frs-logo{
    display: none;
}
/* cover */
.cover {
    width: 100vw;
    height: 100vh;
    background: linear-gradient(45deg, #FD1D1D, #FCB045);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cover_cont {
    width: 90%;
    height: 85vh;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 17vw;
}

.cover_left {
    width: 25%;
    height: 100%;
}

.cover_left h1 {
    color: white;
    font-family: "poppins";
    text-transform: uppercase;
    font-size: 3vw;
    line-height: 3.2vw;
    font-weight: 800;
    margin: 0;
    display: none;

}

.cover_left h2 {
    font-family: "figtree";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.2vw;
    font-weight: 800;
    color: #000000;
    padding: 0;
    margin: 0;
    display: none;
}

.icon_event {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    width: fit-content;
    margin-top: 2vw;
    padding-bottom: 0.4vw;
    display: none;
}

.icon_event {
    border-bottom: 1px solid white;
}

.icon_event span {
    color: white;
}

.cover_left .tagline {
    text-transform: none;
    font-size: 2.3vw;
    max-width: 100%;
    font-weight: 700;
    margin-top: 1vw;
    color: rgb(232, 232, 232);
    display: block;
    text-transform: uppercase;
    text-shadow: -1px 1px 2px black;
    font-family: "montserrat";
}
.tagline span{
    color: #FCB045;
}
.frs_icon {
    position: absolute;
    left: 1vw;
    opacity: 0.12;
    width: 25%;
    bottom: 2vw;
}

.cover_right {
    width: 72%;
    margin-left: 1vw;
    border-radius: 1vw;
    overflow: hidden;
}

.event-carousel .item {
    height: 27vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-carousel .item .city_img {
    position: absolute;
}

.event_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: 1vw;
}

.event_date_box{
    width: 5.5vw;
    height: 6vw;
    background-color: rgba(109, 109, 109, 0.442);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 2vw;
    border-radius: 0 0 1vw 1vw;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.event-date{
    font-size: 2vw;
    font-family: "meb";
    color: rgb(212, 212, 212);
    line-height: 2vw;
    margin-top: 1vw;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.485);
}
.event-month{
    font-family: "figtree";
    color: white;
    margin-top: -0.4vw;
    font-size: 0.9vw;
}
.event-year{
    width: 100%;
    height: 1.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FD1D1D;
    position: absolute;
    bottom: 0;
    color: white;
    font-family: "michroma";
    font-size: 0.7vw;
}


.event_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#00000000, #000000a0);
    z-index: 3;
}

.content {
    position: relative;
    z-index: 4;
}

.place {
    font-family: "michroma";
    color: white;
    font-weight: bolder;
    font-size: 1.3vw;
    padding: 1vw;
}

.visit {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "figtree";
    font-weight: 600;
    text-transform: uppercase;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 5;
    color: #050505;
    background-color: #ffffffe8;
    backdrop-filter: blur(5px);
    right: -1vw;
    bottom: -1vw;
    font-size: 0.8vw;
    transition: all 0.3s ease;
}

.event_box:hover .event_overlay {
    background: linear-gradient(#05050502, #050505);
}

.event_box:hover .visit {
    height: 6vw;
    width: 6vw;
}

.event_box:hover .place,
.event_box:hover .date {
    color: #fff;
}

.cover_cont button {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.453), rgba(255, 255, 255, 0.163));
    border: none;
    margin-top: 2vw;
    padding: 1vw 2vw;
    border-radius: 4vw;
    font-family: "poppins";
    backdrop-filter: blur(5px);
    font-size: 1vw;
    color: rgb(0, 0, 0);
    font-weight: 700;
    border: 2px solid #ffffff00;
    text-transform: uppercase;
}



.enquire-btn:hover {
    background: #FD1D1D;
    border: 2px solid #ffffff;
    color: white;
    cursor: pointer;
}

/* about */
.about {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3vw 0;
}

.about-cont {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3vw;
}

.about-h {
    font-family: "montserrat";
    font-size: 3vw;
    font-weight: 900;
}

.about_para {
    font-family: "figtree";
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    font-size: 1.05vw;
    color: #323232;
    font-weight: 500;
    width: 80%;
    padding-bottom: 3vw;
}

.world_map {
    position: absolute;
    width: 60%;
    opacity: 0.15;
}

/* numbers */
.numbers {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 2vw;
    position: relative;
}

.numbers-box-container {
    width: 80%;
    margin: 0 auto;
    height: 15vw;
    border-radius: 2vw;
    background: linear-gradient(45deg, #202020, #252828);
    position: relative;
    z-index: 2;
}

.num-img {
    position: absolute;
    width: 20vw;
    bottom: 15vw;
    margin-left: -10vw;
}

.num-img1 {
    z-index: 2;
}

.num-img2 {
    width: 18vw;
    margin-left: 12vw;
    z-index: 2;
}

.num-img3 {
    width: 16vw;
    margin-left: -32vw;
}

.num-img4 {
    width: 17vw;
    margin-left: 32vw;
}

.numBoxes {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 1vw;
}

.numBox {
    width: 12vw;
    background: linear-gradient(45deg, white, rgb(225, 225, 225));
    height: 8vw;
    border-radius: 2vw;
    padding: 1vw;
    gap: 0.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.num-dig {
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

.num-dig .odometer {
    font-family: "Montserrat";
    font-size: 3vw;
    font-weight: 700;
}

.num-plus {
    font-size: 2vw;
    font-weight: 900;
}

.num-des {
    font-size: 1vw;
    font-family: "figtree";
    font-weight: 500;
}

.numBox:hover {
    background: linear-gradient(45deg, #FD1D1D, #FD1D1D);
    color: white;
}

/* speakers */
.speakers {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10vw;
}

.speaker_h {
    font-family: "Poppins";
    font-size: 3vw;
    font-weight: 900;
    text-transform: uppercase;
}

.speaker_boxes {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
    gap: 6vw 2vw;
    flex-wrap: wrap;
}

.spk-img {
    width: 100%;
    transform: translateY(2vw);
}

.spk-img2 {
    width: 100%;
    position: absolute;
    transform: translateY(2vw);
    display: none;
}

.speaker-box {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 25vw;
    position: relative;
}

.speaker-img-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 20vw;
    background: linear-gradient(45deg, #FD1D1D, #FCB045);
    overflow: hidden;
    border-radius: 2vw;
}

.spk-cont {
    width: 70%;
    height: 6vw;
    background-color: white;
    position: absolute;
    bottom: -5vw;
    padding: 1vw;
    border-radius: 1vw;
    box-shadow: 0.5vw 0.5vw 1vw rgba(0, 0, 0, 0.332);
}

.spk-name {
    font-family: "poppins";
    font-weight: 800;
    font-size: 1vw;
    line-height: 1.1vw;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.spk-job {
    font-family: "poppins";
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.1vw;
    color: #626262;
    position: relative;
    z-index: 2;
}

.spk-company {
    font-family: "montserrat";
    font-weight: 700;
    color: #626262;
    position: relative;
    z-index: 2;
    font-size: 0.9vw;
}

.spk-cont::before {
    content: "";
    width: 100%;
    height: 3vw;
    background-color: white;
    display: block;
    position: absolute;
    top: -1vw;
    left: 0;
    transform: skew(0deg, 8deg);
    border-radius: 1vw 1vw 0 0;
}

/* sponsors */
.sponsors {
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vw;
}

.sponsor-h {
    font-family: "Poppins";
    font-size: 3vw;
    font-weight: 900;
    text-transform: uppercase;
}

.spon_boxes {
    width: 80%;
    height: auto;
    min-height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5vw;
}

.spon_box {
    width: 11vw;
    height: 6vw;
    border: 1px solid rgba(0, 0, 0, 0.086);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* media_partners */
.media {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e6e6e6;
    justify-content: center;
    padding-bottom: 6vw;
}

.media_h {
    font-family: "Poppins";
    font-size: 3vw;
    font-weight: 900;
    text-transform: uppercase;
}

.media_coverage {
    width: 60%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.236));
}




/* Modal Overlay */
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Modal Box */
.modal-content {
    background: #ffffff;
    max-width: 600px;
    margin: 5% auto;
    padding: 30px 40px;
    border-radius: 12px;
    position: relative;
    animation: fadeIn .3s ease;
}

.modal-content h2 {
    font-family: "poppins";
    text-transform: uppercase;
    font-size: 1.2vw;
}

/* Close button */
.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #555;
    cursor: pointer;
}

/* Form styling */
.enquire-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.enquire-form input,
.enquire-form select,
.enquire-form textarea {
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
}

.enquire-form input:focus,
.enquire-form select:focus,
.enquire-form textarea:focus {
    border-color: #FCB045;
}

.enquire-form textarea {
    width: 95%;
    resize: none;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: #FD1D1D;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background .3s;
    margin-top: 20px;
}

.submit-btn:hover {
    background: #FCB045;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 767px) {
    .enquire-form .form-row {
        flex-direction: column;
        gap: 12px;
    }
    .modal-content h2{
        font-size: 5vw;
    }
    .modal-content{
        width: 70%;
        max-width: 70%;
    }
}


   /* footer */
a {
    text-decoration: none;
}

#footer {
    width: 100%;
    height: auto;
     background: linear-gradient(45deg, #FD1D1D, #FD1D1D);
    display: flex;
    align-items: center;
    border-top: 0.2vw solid #c7c7c7;
}

.footerContainer {
    display: flex;
    justify-content: space-between;
    width: 99vw;
    align-items: center;
}

.fLeft {
    width: 60vw;
    height: 8vw;
    display: flex;
    flex-direction: row;
    margin: 0 0 0 1vw;
    gap: 0.8vw;
}

.fMails {
    width: 12vw;
    height: 1.8vw;
    display: flex;
    border: 1.5px solid white;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
}

.fUp {
    display: flex;
    gap: .7vw;
}

.fRight {
    width: 45vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}

.s-f {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vw;
    position: relative;
}

.s-f::after {
    content: "";
    width: 2px;
    height: 4vw;
    position: absolute;
    background-color: #FD1D1D;
    right: -1.7vw;
}

.org {
    width: 17vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
}

.foot-logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    height: 5vw;
    border: 1px solid rgba(255, 255, 255, 0.379);
    width: 7vw;
}

.foot-logo-box img {
    width: 4vw;
}

.foot-logo-box:nth-child(2) .fl-des {
    margin-top: -0.5vw;
}

.foot-logo-box:nth-child(2) img {
    transform: translateY(0.3vw);
}

.fl-des {
    color: rgb(255, 255, 255);
    font-family: "Source Sans 3";
    font-weight: 400;
    font-size: 0.8vw;
}

.fUp div {
    width: 2vw;
    height: 2vw;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px white solid;
    transition: all ease .4s;
}

.fUp div svg {
    width: 1.2vw;
    fill: rgb(255, 255, 255);
}

.fUp div:hover {
    transform: translateY(-3px);
    background-color: #000000;
    border: 1.5px #000000 solid;


}

.fUp div:hover svg {
    fill: rgb(255, 255, 255);
}

.fUp div:hover .fLinks {
    color: #fff;
}

.fLinks {
    font-size: 1.25vw;
    padding-top: 0.1vw;
    color: #fff;
}

.fCopy {
    color: white;
    font-family: 'Montserrat';
    font-size: 0.8vw;
    font-weight: 400;
}

.fCopy span a {
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.foot-l {
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 1.5vw 0vw;
}

.mail-heading {
    color: white;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.9vw;
}

.mail-box {
    width: 26%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}


.mail {
    font-family: 'Montserrat';
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9vw;
    transition: all 0.3s ease;
}

.mb-cont {
    cursor: pointer;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.8vw 0vw;
    padding-left: 1vw;
}
.mb-cont::before {
    content: "";
    width: 0.1vw;
    z-index: -1;
    height: 3.8vw;
    display: block;
    background: linear-gradient(#050505, #050505);
    position: absolute;
    margin-left: -1vw;
    transition: all 0.5s ease;
}

.mail-box:hover .mb-cont::before {
    width: 100%;
}


@media screen and (max-width : 767px) {
    .navbar{
        height: 100vh;
        left: -100vw;
        transition: all 0.4s ease;
    }
    .nav-cont{
        flex-direction: column;
        justify-content: center;
        gap: 5vw;
    }
    .nav-cont ul{
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    .fintech_logo{
        display: none;
    }
     .container,
    .menu-icon,
    .frame {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20vw;
        height: 20vw;
        position: fixed;
        z-index: 10000;
        right: 0;
        top: 0;
    }

    .frame {

        width: 20vw;
        height: 20vw;
    }

    .nav-logo-box {
        display: none;
    }

    .menu-icon {
        width: 9vw;
        height: 11vw;
        position: relative;
        cursor: pointer;
    }

    .line-1 {
        background: #000000;
        width: 100%;
        height: 1vw;
        border-radius: 5px;
        position: absolute;
     
    }

    .line-2 {
        background: #000000;
        width: 100%;
        height: 1vw;
        border-radius: 5px;
        position: absolute;
    }

    .line-3 {
        background: #000000;
        width: 100%;
        height: 1vw;
        border-radius: 5px;
        position: absolute;
    }

    .line-1 {
        transition: 500ms;
        transform: translateY(-3vw);
        animation: animateReverse 600ms ease-in-out;
    }

    .line-2 {
        transition: 500ms;
        transform: scale(1);
        opacity: 1;
    }

    .line-3 {
        transition: 500ms;
        transform: translateY(3vw);
        animation: animate2Reverse 600ms ease-in-out;
    }

    .menu-icon.active {
        animation: rotateIcon 600ms ease-in-out forwards;
    }

    .line-1.active {
        animation: animate 600ms ease-in-out forwards;
    }

    .line-2.active {
        transform: scale(0);
        opacity: 0;
    }

    .line-3.active {
        animation: animate2 600ms linear forwards;
    }

    @keyframes animate {
        50% {
            transform: translateY(0px) rotate(0deg);
        }

        100% {
            transform: translateY(0px) rotate(-45deg);
        }
    }

    @keyframes animateReverse {
        0% {
            transform: translateY(0px) rotate(45deg);
        }

        50% {
            transform: translateY(0px) rotate(0deg);
        }

        100% {
            transform: translateY(-3vw) rotate(0deg);
        }
    }

    @keyframes animate2 {
        50% {
            transform: translateY(0px) rotate(0deg);
        }

        100% {
            transform: translateY(0px) rotate(45deg);
        }
    }

    @keyframes animate2Reverse {
        0% {
            transform: translateY(0px) rotate(-45deg);
        }

        50% {
            transform: translateY(0px) rotate(0deg);
        }

        100% {
            transform: translateY(3vw) rotate(0deg);
        }
    }

    @keyframes rotateIcon {
        100% {
            transform: rotate(90deg);
        }
    }
    .navactive{
        left: 0;
    }
    .mob-frs-logo{
        position: fixed;
        width: 35vw;
        top: 4vw;
        left: 4vw;
        z-index: 30;
        display: block;
    }

    /* cover_ */
    .cover_cont{
        flex-direction: column;
        justify-content: center;
        gap: 2vw;
    }
  .cover_left{
    width: 60%;
    height: auto;
  }
  .cover_left .tagline {
    text-transform: none;
    font-size: 7.8vw;
  }
  .event-carousel .item {
    height: 83vw;
  }
  .event_box {
    border-radius: 3vw;
}
.place {
    font-size: 4vw;
    padding: 3vw;
}

.event_date_box {
    width: 15.5vw;
    height: 16vw;
    top: -2px;
    left: 8vw;
}

.event-date {
    font-size: 6vw;
    line-height: 8vw;
    margin-top: 1vw;
}

.event-month {
    margin-top: -0.9vw;
    font-size: 2.3vw;
}
.event-year {
    width: 100%;
    height: 4vw;
    font-size: 2.7vw;
}

.cover_cont button {
    margin-top: 2vw;
    padding: 3vw 5vw;
    border-radius: 8vw;
    font-size: 3vw;
}
.visit {
    height: 18vw;
    width: 18vw;
    right: -3vw;
    bottom: -3vw;
    font-size: 2.5vw;
}
.event_box:hover .visit{
        height: 15vw;
    width: 15vw;
}

/* about us */
.about-h {

    font-size: 7vw;
}
.about_para {
    font-size: 4.05vw;
width: 100%;
}

/* numbers */
.numBoxes{
    flex-wrap: wrap;
    border-radius: 3vw;
}
.numbers-box-container{
    padding: 5vw;
    height: auto;
}
.numBox {
    width: 35vw;
    height: 24vw;
    border-radius: 3vw;
    padding: 2vw;
    gap: 1.5vw;
}
.num-dig .odometer {
    font-size: 8vw;
}
.num-plus {
    font-size: 5vw;
    font-weight: 900;
}
.num-plus {
    font-size: 5vw;
}
.num-des{
    font-size: 4vw;
}
.num-img {
    bottom: 66vw;
}
.num-img {
    width: 35vw;
}
.num-img1{
    width: 45vw;
}
.num-img2 {
    margin-left: 24vw;
}
.num-img3 {
    margin-left: -49vw;
}
.num-img4 {
    margin-left: 59vw;
}
.numbers {
    width: 100%;
    height: 119vw;
}

/* speakers */

.speaker_h {
    font-family: "Poppins";
    font-size: 8vw;
}
.speaker-box {
    width: 47%;
    height: 70vw;
}
.speaker-img-box {
    height: 43vw;
}
.spk-cont {
    width: 80%;
    height: 15vw;
}
.spk-cont::before {
    height: 7vw;
    top: -5vw;
    left: 0;
    border-radius: 2vw 2vw 0 0;
}

.spk-name {
    font-size: 3vw;
    line-height: 3.1vw;
}
.spk-job {
    font-size: 2vw;
    line-height: 2.6vw;
}
.spk-company {
    font-size: 2.3vw;
}
/* sponsors */
.sponsor-h {
    font-family: "Poppins";
    font-size: 7vw;
}

.spon_box {
    width: 25vw;
    height: 19vw;
}
/* media */
.media{
    width: 100%;
    height: auto;
    padding: 8vw 0vw;
}
.media_h {
    font-family: "Poppins";
    font-size: 6vw;
}
.media_coverage{
    width: 90%;
}

/* footer */
.footerContainer{
  flex-direction: column;
}
.fLeft {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5vw;
}
.mail-box{
  width: fit-content;
}
.mb-cont{
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}
.mb-cont::before{
  display: none;
}
.mail{
  font-size: 2.5vw;
}
.mail-heading{
  font-size: 3.5vw;
}
.fRight{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-top: 4vw;
}
.s-f{
  align-items: center;
}
.s-f::after{
  display: none;
}
.org{
  width: 100%;
  height: auto;
  padding-bottom: 3vw;
  gap: 3vw;
}
.foot-logo-box {
  gap: 0.5vw;
  height: 20vw;
  width: 30vw;
}
.fl-des {
  font-size: 2.8vw;
}
.foot-logo-box img {
  width: 13vw;
}
.fUp div{
  width: 6vw;
  height: 6vw;
}
.fLinks{
  font-size: 3vw;
}
.fCopy{
  font-size: 2.5vw;
  margin-top: 2.5vw;

}

/* form */
.modalWrapper {
  width: 70%;
}

.inputs input {
  width: 85%;
  height: 4.7vw;
  font-size: 1.5vw;
}

.modalContents {
  width: 80%;
}

.inputs input::placeholder {
  font-family: "Poppins";
  font-size: 1.5vw;
  transform: translate(0.3vw, 0vw);
}
form{
  width: 100%;
}
.form-heading {
  font-size: 3vw;
  font-weight: 800;
  margin: 0vw 0vw;
  margin-top: 4.5vw;
  text-align: center;
  line-height: 4vw;
  width: 80%;
}

.check-box {
  width: 85%;
}
.checks label{
  gap: 0.5vw;
}
.custom-checkbox {
  width: 1.5vw;
  height: 1.5vw;
}

.lt {
  font-size: 1.6vw;
  list-style: 1.7;
}

input[type="checkbox"]:checked+.custom-checkbox::after {
  left: -0.2vw;
  font-size: 1.5vw;
}

.f-btn {

  font-size: 2vw;
  border-radius: 5px;
  padding: 0.5vw 3vw;
  margin: 2vw 0vw;
}

.clModal {
  font-size: 1.8vw;
  width: 3vw;
  height: 3vw;
}
.form-img-box{
  display: none;
}
.del-amount-box {
  width: 86%;
  padding: 1.5vw;
  margin-top: 2.5vw;
}
.del-amount-box  .custom-checkbox{
  transform: translateY(-0.4vw);
}
.del-price-input-box label {
  font-size: 2vw;
  font-weight: 800;
}
.del-price-input-box {
  gap: 1.5vw;
}
.del-list li {
  font-size: 1.4vw;
}
.form-message {
  margin-top: 2.5vw;
  font-size: 1.95vw;
  display: none;
}
.in-h {
  font-size: 1.75vw;
}
.form-interest {
  width: 85%;
  background-color: #393939;
  padding: 1.5vw;
}
.in-box {
  margin-top: 1.5vw;
  gap: 0.9vw;
}
.fUp div svg {
    width: 4.2vw;
    fill: rgb(255, 255, 255);
}
.fUp div{
    width: 8vw;
    height: 8vw;
}
}

  @media screen and (min-width: 768px) and (max-width: 1024px){
    .navbar{
        height: 100vh;
        left: -100vw;
        transition: all 0.4s ease;
    }
    .nav-cont{
        flex-direction: column;
        justify-content: center;
        gap: 5vw;
    }
    .nav-cont ul{
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    .fintech_logo{
        display: none;
    }
     .container,
    .menu-icon,
    .frame {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20vw;
        height: 20vw;
        position: fixed;
        z-index: 10000;
        right: 0;
        top: 0;
    }

   .frame {
      width: 15vw;
      height: 15vw;
    }
    
    .menu-icon {
      width: 7vw;
      height: 7vw;
      position: relative;
      cursor: pointer;
    }
    
    .line-1 {
      background: #000000;
      width: 100%;
      height: 0.7vw;
      border-radius: 5px;
      position: absolute;
    }
    
    .line-2 {
      background: #000000;
      width: 100%;
      height: 0.7vw;
      border-radius: 5px;
      position: absolute;
    }
    
    .line-3 {
      background: #000000;
      width: 100%;
      height: 0.7vw;
      border-radius: 5px;
      position: absolute;
    }
    
    .line-1 {
      transition: 500ms;
      transform: translateY(-2vw);
      animation: animateReverse 600ms ease-in-out;
    }
    
    .line-2 {
      transition: 500ms;
      transform: scale(1);
      opacity: 1;
    }
    
    .line-3 {
      transition: 500ms;
      transform: translateY(2vw);
      animation: animate2Reverse 600ms ease-in-out;
    }
    
    .menu-icon.active {
      animation: rotateIcon 600ms ease-in-out forwards;
    }
    
    .line-1.active {
      animation: animate 600ms ease-in-out forwards;
    }
    
    .line-2.active {
      transform: scale(0);
      opacity: 0;
    }
    
    .line-3.active {
      animation: animate2 600ms linear forwards;
    }
    
    @keyframes animate {
      50% {
        transform: translateY(0px) rotate(0deg);
      }
      100% {
        transform: translateY(0px) rotate(-45deg);
      }
    }
    @keyframes animateReverse {
      0% {
        transform: translateY(0px) rotate(45deg);
      }
      50% {
        transform: translateY(0px) rotate(0deg);
      }
      100% {
        transform: translateY(-3vw) rotate(0deg);
      }
    }
    @keyframes animate2 {
      50% {
        transform: translateY(0px) rotate(0deg);
      }
      100% {
        transform: translateY(0px) rotate(45deg);
      }
    }
    @keyframes animate2Reverse {
      0% {
        transform: translateY(0px) rotate(-45deg);
      }
      50% {
        transform: translateY(0px) rotate(0deg);
      }
      100% {
        transform: translateY(3vw) rotate(0deg);
      }
    }
    @keyframes rotateIcon {
      100% {
        transform: rotate(90deg);
      }
    } 
    .navactive{
        left: 0;
    }
    .mob-frs-logo{
        position: fixed;
        width: 25vw;
        top: 4vw;
        left: 4vw;
        z-index: 30;
        display: block;
    }

    /* cover_ */
    .cover_cont{
        flex-direction: column;
        justify-content: center;
        gap: 2vw;
    }
  .cover_left{
    width: 60%;
    height: auto;
  }
  

.cover_right {
    width: 100%;
}
  .cover_left .tagline {
    text-transform: none;
    font-size: 4.8vw;
  }
  .event-carousel .item {
    height: 53vw;
  }
  .event_box {
    border-radius: 3vw;
}
.place {
    font-size: 2.2vw;
    padding: 2.5vw;
}


.event_date_box {
    width: 14.5vw;
    height: 15vw;
    top: -2px;
    left: 8vw;
}

.event-date {
    font-size: 4vw;
    line-height: 8vw;
    margin-top: 1vw;
}

.event-month {
    margin-top: -2vw;
    font-size: 2.3vw;
}
.event-year {
    width: 100%;
    height: 4vw;
    font-size: 2vw;
}

.cover_cont button {
    margin-top: 2vw;
    padding: 3vw 5vw;
    border-radius: 8vw;
    font-size: 2vw;
}

.visit {
    height: 14vw;
    width: 14vw;
    right: -2vw;
    bottom: -2vw;
    font-size: 2vw;
}
.event_box:hover .visit{
        height: 14vw;
    width: 14vw;
}

/* about us */
.about-h {

    font-size: 7vw;
}
.about_para {
    font-size: 2.7vw;
width: 100%;
}

/* numbers */
.numBoxes{
    flex-wrap: wrap;
    border-radius: 3vw;
}
.numbers-box-container{
    padding: 5vw;
    height: auto;
}
.numBox {
    width: 34vw;
    height: 24vw;
    border-radius: 3vw;
    padding: 2vw;
    gap: 1.5vw;
}
.num-dig .odometer {
    font-size: 6vw;
}
.num-plus {
    font-size: 3vw;
    font-weight: 900;
}
.num-plus {
    font-size: 3vw;
}
.num-des{
    font-size: 2.7vw;
}
.num-img {
    bottom: 66vw;
}
.num-img {
    width: 35vw;
}
.num-img1{
    width: 45vw;
}
.num-img2 {
    margin-left: 24vw;
}
.num-img3 {
    margin-left: -49vw;
}
.num-img4 {
    margin-left: 59vw;
}
.numbers {
    width: 100%;
    height: 119vw;
}

/* speakers */

.speaker_h {
    font-family: "Poppins";
    font-size: 8vw;
}
.speaker-box {
    width: 47%;
    height: 70vw;
}
.speaker-img-box {
    height: 43vw;
}
.spk-cont {
    width: 80%;
    height: 15vw;
}
.spk-cont::before {
    height: 7vw;
    top: -5vw;
    left: 0;
    border-radius: 2vw 2vw 0 0;
}

.spk-name {
    font-size: 3vw;
    line-height: 3.1vw;
}
.spk-job {
    font-size: 2vw;
    line-height: 2.6vw;
}
.spk-company {
    font-size: 2.3vw;
}
/* sponsors */
.sponsor-h {
    font-family: "Poppins";
    font-size: 7vw;
}

.spon_box {
    width: 25vw;
    height: 19vw;
}
/* media */
.media{
    width: 100%;
    height: auto;
    padding: 8vw 0vw;
}
.media_h {
    font-family: "Poppins";
    font-size: 6vw;
}
.media_coverage{
    width: 90%;
}

/* footer */
.footerContainer{
  flex-direction: column;
}
.fLeft {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5vw;
}
.mail-box{
  width: fit-content;
}
.mb-cont{
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}
.mb-cont::before{
  display: none;
}
.mail{
  font-size: 2.2vw;
}
.mail-heading{
  font-size: 2.7vw;
}
.fRight{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-top: 4vw;
}
.s-f{
  align-items: center;
}
.s-f::after{
  display: none;
}
.org{
  width: 100%;
  height: auto;
  padding-bottom: 3vw;
  gap: 3vw;
}
.foot-logo-box {
  gap: 0.5vw;
  height: 20vw;
  width: 30vw;
}
.fl-des {
  font-size: 2.8vw;
}
.foot-logo-box img {
  width: 13vw;
}
.fUp div{
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
}
.fUp div svg{
    width: 4vw;
}
.fLinks{
  font-size: 3vw;
}
.fCopy{
  font-size: 2.5vw;
  margin-top: 2.5vw;

}



  }