/* fontawasome-link */
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');

/* fontawasome-link */


:root {
    --primary-dark: #0b2f6b;
    --primary: #0f4ba5;
    --secondry-dark: #1fa2ff;
    --secondry-light: #2f7de1;
    --highlight-color: #00e6ff;
    --color-white: #fff;
    --bg-main: #f3f6fb;
    --bg-section: #ffffff;
    --bg-soft: #f7f9fd;
    --bg-card: #ffffff;
    --text-dark: #1c2b4a;
    --text-primary: #243a6b;
    --text-light: #4a4e56;
    --dark-bg: #0a0a0a;
    --gradient-primary: linear-gradient(135deg, #0b2f6b, #0f4ba5);
    --gradient-button: linear-gradient(90deg, #2f7de1, #1fa2ff);
    --body-gredient: linear-gradient(to right, #f6f4fd, #f5f4fe82, #f8f6fe);
    --gradient-footer: linear-gradient(180deg, #0a2e6e, #071c3d);
    --gradient-card: linear-gradient(180deg, #ffffff, #f4f7fc);
    --shadow-soft: 0 6px 20px rgba(0, 0, 0, 0.08);
    --shadow-card: 0 10px 25px rgba(0, 0, 0, 0.12);
    --shadow-navbar: 0 5px 15px rgba(0, 0, 0, 0.1);
    --primary-font: "Montserrat", sans-serif;
    --secondry-font: "Roboto", sans-serif;

}

html {
    font-size: 62.5%;
}

html,
body {
    overflow-x: hidden !important;
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--secondry-font);
}

.img-coverr {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ptb {
    padding: 5rem 0;
}

.sec-pt {
    padding-top: 4rem;
}

.sec-gredient {
    background: linear-gradient(to top, #f9f7fe, #0426690a, #ffffff);
}

.sec-pb {
    padding-bottom: 4rem;
}

p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.02rem;
    color: var(--text-light);
}


/* header-start */

.navbar-toggler .icon-bar {
    display: block;
    width: 3.6rem;
    height: .4rem;
    background-color: var(--secondry-color);
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.main-hdr-area {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: var(--color-white);
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem 3rem !important;
    border-radius: 2rem;
}

header.header-sec {
    margin: 0 2.5rem;
}

li.nav-item .active {
    color: var(--secondry-light) !important;
    border-bottom: 1px solid var(--secondry-light);
}

i.top-hdr-time-icn {
    color: var(--primary-color) !important;
}

.top-nav-container {
    background-color: var(--deep-black);
    font-size: 13px;
    overflow: hidden;
}

.top-left-info {
    font-weight: 500;
}

.top-right-section {
    height: 100%;
}

.links-wrapper {
    background: linear-gradient(to right, #0073a2, #070707 100%);
    height: 100%;
    padding: 1.3rem 3rem;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
}

.hdr-logo img {
    height: 8.5rem;
    width: 100%;
    object-fit: cover;
}


.for-sm-hdr-social {
    display: none;
}

.top-link {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.top-link:hover {
    opacity: 0.8;
    color: var(--color-white);
}

.fixed-hdr {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 1rem 0 !important;
    width: 100%;
    border-radius: 0 !important;
}

.social-wrapper {
    height: 100%;
}

.social-wrapper a {
    color: var(--color-white);
    margin-left: 15px;
    font-size: 14px;
    transition: color 0.3s;
}

.social-wrapper a:hover {
    color: var(--primary-color);
}

.top-bar {
    background-color: var(--dark-bg);
    color: var(--color-white);
    font-size: 14px;
    padding: 8px 0;
}

.top-links a {
    color: var(--color-white);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s;
}

.top-links a:hover {
    color: var(--primary-color);
}

.social-icons a {
    margin-left: 15px;
}

.header-sec .nav-link {
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.03rem;
    text-transform: capitalize;
    color: var(--text-light) !important;
}

ul.navbar-nav {
    display: flex;
    gap: 2.2rem;
}

.btn-appointment {
    background: var(--gradient-button);
    color: var(--color-white) !important;
    padding: 1.2rem 3rem;
    border: none;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 10px 30px rgba(120, 90, 60, 0.25);
    letter-spacing: 0.02rem;
}


.navbar-toggler {
    border: none;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}


.navbar-toggler:not(.collapsed) .top-bar-line {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .middle-bar-line {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar-line {
    transform: translateY(-8px) rotate(-45deg);
}

.hdr-dropdown .dropdown-menu {
    min-width: 18rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    font-weight: 500;
}

.hdr-dropdown .dropdown-menu li a.active,
.hdr-dropdown .dropdown-menu li .dropdown-item:active {
    background: var(--primary-color);
}


.ser-btn button i {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}


.call-text small {
    font-size: 1.4rem;
}

.call-text {
    width: 100%;
    height: 100%;
}

.call-text strong {
    font-size: 1.6rem;
}

.hdr-cl-icon i {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.ser-btn .search-btn {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ser-btn .search-btn:hover i {
    color: var(--primary-color);
    transition: 0.8s;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    header.header-sec .navbar .container-fluid {
        padding: 0 7rem;
    }
}

@media (min-width: 992px) {
    .hdr-dropdown:hover .dropdown-menu {
        display: block;
    }

    .hdr-dropdown .dropdown-menu {
        margin-top: 0;
    }

    .hdr-dropdown>.nav-link::after {
        display: inline-block;
        margin-left: 0.5rem;
        vertical-align: middle;
        content: "";
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
    }

}

@media (max-width: 1199px) {
    .main-hdr-area {
        padding: 1rem 2rem !important;
    }

    .header-sec .nav-link {
        font-size: 1.6rem;
        letter-spacing: 0;
    }

    ul.navbar-nav {
        display: flex;
        gap: .5rem;
        /* margin-left: 1rem !important; */
    }

    .btn-appointment {
        padding: 1.2rem 2.6rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        display: block !important;
    }

    button.navbar-toggler span {
        background: var(--primary-dark) !important;
    }

    header.header-sec {
        margin: 0;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 255px;
        height: 100vh;
        background: var(--color-white);
        padding: 30px 20px 20px;
        transition: left 0.35s ease-in-out;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
        z-index: 1050;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .nav-item {
        width: 100%;
    }

    .header-sec .nav-link {
        width: 100%;
        border-bottom: 1px dotted #666666b3;
        padding: 3rem 0 1rem !important;
    }

    .ser-btn {
        margin-top: 2rem;
        align-items: start !important;
    }

    .contact-box {
        display: none !important;
    }

    .mobile-arrow {
        font-size: 14px;
        margin-left: 10px;
        cursor: pointer;
    }

    .hdr-dropdown .dropdown-menu.show+.mobile-arrow i {
        transform: rotate(180deg);
        transition: 0.3s;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .main-hdr-area {
        border-radius: 0;
        top: 0;
    }

    li.nav-item .active {
        border-bottom: 1px dotted #666666b3;
    }

    .main-hdr-area {
        position: fixed;
        transform: none;
        width: 100% !important;
        left: 0;
        padding: 0 3rem !important;
    }

}


@media (max-width: 576px) {
    .links-wrapper {
        display: none !important;
    }

    .ser-btn {
        flex-direction: column;
        gap: 1.5rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 1rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 3rem;
        margin: 1rem 0;
    }

    .for-sm-hdr-social a i {
        font-size: 18px;
        color: var(--primary-color);
        outline: 1px solid var(--primary-color);
        outline-offset: 7px;
        border-radius: 50%;
    }
}

/* header-end */

/* bnr-start */

.bnr-sec {
    position: relative;
    height: 89vh;
    margin-bottom: 10rem;
}


.bnr-main {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    padding: 4rem;
    height: 100%;
}

.bnr-lt-text {
    color: var(--color-white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    background: linear-gradient(45deg, #07163a6b, #04081b4a);
    padding: 1rem;
}

.bnr-lt-text .bnr-sub-txt {
    display: block;
    font-size: 2rem;
    font-weight: 500;
}

.bnr-txt {
    font-size: 6.1rem;
    font-weight: 700;
}

.bnr-txt span {
    color: var(--highlight-color);
}

.bnr-text-2 {
    display: flex;
    font-size: 2.7rem;
    /*margin-bottom: 20px;*/
    font-weight: 500;
    gap: .8rem;
}


span.bnr-text-2 em {
    padding-left: 1.2rem;
    display: inline-block;
    border-left: 1px solid var(--highlight-color);
    color: var(--highlight-color);
}

.btn-grid {
    display: flex;
    gap: 20px;
}

.submit-btn a,
.regs-btn a {
    display: inline-block;
    padding: 1.2rem 2.5rem;
    background: var(--gradient-button);
    color: var(--color-white);
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 1.7rem;
}

.submit-btn a:hover,
.regs-btn a:hover {
    background-color: var(--highlight-color);
}

.bnr-lt-text>p {
    color: var(--bg-soft);
    font-size: 2.2rem !important;
    font-weight: 600;
    margin-top: .5rem;
    margin-bottom: 2rem;
}

.bnr-main {
    position: relative;
}

.bnr-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: block;
}

.bnr-float-crd-cont {
    padding: 1rem;
    background: var(--gradient-card);
    box-shadow: 0 10px 25px rgb(0 0 0 / 16%);
    display: flex;
    border-radius: 1rem;
    position: relative;
    margin-top: -111px;
    z-index: 23;
}

.bnr-float-crd-cont .row {
    align-items: center;
    width: 100%;
}

.float-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 100%;
    padding: 1.8rem 2rem;
    flex-direction: column;
}

.float-card i {
    font-size: 3.7rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.float-card span {
    font-size: 2rem;
    font-weight: 500;
    color: var(--text-dark);
}


.float-crd-right-img img {
    width: 14rem;
    height: auto;
    object-fit: cover;
    margin-bottom: .5rem;
}

.flt-crd-rt-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flt-crd-rt-img img {
    max-height: 6rem;
}


/* coundown */

.countdown-wrapper {
    text-align: center;
    padding: 20px;
}

.count-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.time-box {
    background: var(--gradient-button);
    padding: 1.1rem;
    border-radius: .5rem;
    width: 8rem;
    box-shadow: 0 5px 15px rgb(0 0 0 / 13%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.time-box span {
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    color: var(--color-white);
    font-family: var(--secondry-font);
}

.time-box p {
    margin: 0;
    opacity: .7;
    color: var(--color-white);
    font-family: var(--secondry-font);
    font-size: 1.7rem;
}

/* coundown */


.bnr-float-crd-cont .y-bdr {
    position: relative;
}


.bnr-float-crd-cont .row>div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .2rem;
    height: 5rem;
    background: #9ca4b596;
}

.bnr-float-crd-cont .row .y-bdr :last-child::after {
    display: none;
}

/* bnr-end */

/* about-start */


.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--dark-bg);
    border-radius: 2rem;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: none;
}

.video-poster {
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6rem;
    height: 6rem;
    background: var(--secondry-light);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite;
}

.play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 1.8rem solid var(--color-white);
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 115, 162, 0.7);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(0, 115, 162, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 115, 162, 0);
    }
}

.abt-lt .sec-tle {
    font-size: 4rem;
    font-weight: 600;
    background: linear-gradient(to left, #0f4ba5 40%, #239bf9c7 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

section.about-sec {
    background: linear-gradient(to top, #f9f7fe, #0426690a, #ffffff);
}

.about-2-sec {
    background: var(--body-gredient);
    padding-bottom: 4rem;
}

.abt-lt p {
    text-wrap: balance;
    margin-bottom: 2rem;
}

.sec-tle {
    font-size: 3.6rem;
    letter-spacing: 0.02rem;
    color: var(--text-primary);
    font-weight: 500;
}

.abt-date-rt {
    box-shadow: 0 10px 30px #dbe2f7;
    padding: 3rem 2rem;
    border-radius: 2rem;
}

.date-crd-item {
    display: flex;
    gap: 1.8rem;
}

.date-crd-icn img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
}

.date-crd-txt p {
    font-size: 2rem;
    font-weight: 500;
    color: var(--primary-dark);
    margin-bottom: .5;
}

.date-crd-txt {
    display: flex;
    flex-direction: column;
}

.date-crd-txt .dedline {
    font-size: 1.7rem;
    color: var(--text-dark);
    font-weight: 500;
    margin-top: .5rem;
}

.date-crd-txt .abt-date-txt {
    font-size: 2rem;
    font-family: var(--secondry-font);
    color: var(--text-dark);
    margin-top: 1.2rem;
}

.confr-lt-left-ara .img-area img {
    width: 20rem;
    height: 20rem;
    object-fit: cover;
}

img.confr-lt-icon {
    width: 4rem;
    height: 4rem;
}

.confr-lt {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.confr-lt-left-ara .img-area {
    isolation: isolate;
}

.confr-lt-left-ara .img-area:after {
    content: "";
    position: absolute;
    top: 44%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 20rem;
    height: 20rem;
    background: #bec7e0;
    z-index: -1;
    border-radius: 50%;
}

.abt-confr-sec {
    box-shadow: 0 10px 30px #dbe2f7;
    margin-top: 5rem;
    padding: 3rem;
    background: var(--color-white);
    border-radius: 2rem;
}

.confr-lt-rt-ara-txts {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.confr-lt-rt-ara-txts p {
    text-wrap: balance;
}

.confr-lt-left-ara {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.confr-lt-left-ara .confr-lt-athr {
    font-size: 2.2rem;
    font-family: var(--secondry-font);
    color: var(--primary);
    font-weight: 500;
}

.confr-lt-left-ara .confr-lt-pst {
    font-size: 1.6rem;
    color: var(--text-light);
}

.confr-rt-athr-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 1rem;
}

.confr-rt-athr-txt {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1.2rem;
}

.confr-rt-athr-txt b {
    font-size: 1.6rem;
    color: var(--text-primary);
}

.confr-rt-athr-txt span {
    font-size: 1.5rem;
}

.confr-lt-rt-ara-txts .confr-sub-tle {
    font-size: 1.7rem;
    color: var(--secondry-dark);
}

.confr-lt-rt-ara-txts h3 {
    font-size: 2.5rem;
    color: var(--text-primary);
}

/* about-end */

/* glry-start */
section.glry-sec {
    background: linear-gradient(to top, #f9f7fe, #0426690a, #ffffff);
}

.main-wrp {
    margin-top: 3.6rem;
}

.glry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    object-position: center;
}

.glry-content {
    box-shadow: 0 10px 30px #dbe2f7;
    padding: 3rem;
    border-radius: 1rem;
    background: var(--color-white);
}

.glry-img {
    position: relative;
    overflow: hidden;
}

.glry-img img {
    width: 100%;
    display: block;
    transition: 0.4s;
}

.glry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
    text-decoration: none;
}

.glry-overlay i {
    color: var(--color-white);
    font-size: 32px;
}

.glry-img:hover img {
    transform: scale(1.1);
}

.glry-img:hover .glry-overlay {
    opacity: 1;
}

/* glry-end */

/* cta-start */

.cta-sec {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 10rem 0;
}

.cta-sec-txts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-align: center;
}

.cta-sec-txts h3 {
    font-size: 4rem;
    color: var(--color-white);
    letter-spacing: 0.02rem;
}

.cta-sec-txts p {
    font-size: 2.2rem;
    color: var(--color-white);
    margin-top: .5rem;
    margin-bottom: 1.9rem;
}

/* cta-end */

/* keynotes-start */
section.keynotes-sec {
    background: var(--body-gredient);
}

.key-note-img {
    padding: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30rem;
    border-radius: 2rem;
    background: #e3e5f973;
}

.key-note-img img {
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    object-fit: cover;
    background: #d0d4e8;
}

.keynote-txt {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}

.keynote-txt h3 {
    font-size: 2.6rem;
    color: var(--secondry-light);
    letter-spacing: 0.02rem;
}

.keynote-txt p {
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-top: 1rem;
    text-wrap: balance;
}

.x-brdr:before,
.x-brdr:after {
    content: "";
    flex: 1;
    border-bottom: 3px solid #209efc24;
}

.x-brdr {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.view-btn-2 a {
    padding: 1.3rem 2.8rem;
    background: linear-gradient(to top, #f9f7fe, #0426690a, #ffffff);
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 1.7rem;
    box-shadow: 0 10px 30px #adb4ca96;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: .7rem;
    text-align: center;
}

p.keynote-athr-txt-1 {
    display: none;
}

.view-btn-2 {
    margin-top: 3rem;
}

/* keynotes-end */

/* cta-2-start */

section.cta-2-sec {
    background: var(--body-gredient);
}

.cta-2-cont {
    box-shadow: 0 10px 30px #dbe2f7;
    padding: 5rem;
    border-radius: 2rem;
}

.cta-2-btm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-tle-2 {
    font-size: 2.8rem;
    color: var(--text-dark);
    letter-spacing: 0.02rem;
    text-transform: capitalize;
}

.cta-2-btm p {
    font-size: 2rem;
    font-family: var(--secondry-font);
}

/* cta-2-end */

/* footer-start */

.wintech-footer {
    background: url('../images/footer-bg.png') center top/cover no-repeat;
    padding-top: 8rem;
    color: var(--color-white);
    position: relative;
}


.wintech-footer::before,
.footer-supported:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(10 25 60 / 52%);
    z-index: 0;
}

.wintech-footer .container {
    position: relative;
    z-index: 2;
}


.footer-top {
    margin-bottom: 50px;
}


.footer-main-logo {
    max-width: 100%;
    margin-bottom: 20px;
    background: var(--color-white);
}


.footer-desc {
    line-height: 1.7;
    margin-bottom: 25px;
    color: var(--bg-soft);
    text-wrap: balance !important;
}


.ftr-items .footer-title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}


ul.footer-menu li a {
    color: var(--color-white);
    font-size: 1.7rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: .8rem;
}

.footer-menu a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.footer-supported {
    text-align: center;
    background-size: cover !important;
    background-position: top center !important;
    padding: 4rem;
    background-repeat: no-repeat !important;
    position: relative;
}

.ftr-brnd-wrp .supported-title {
    margin-bottom: 3.4rem;
    font-size: 2.8rem;
    letter-spacing: 1px;
    margin-top: 1rem;
}


.support-logo {
    max-height: 6rem;
    opacity: 0.9;
}

.flw-ftr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0 1rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 99;
}

.flw-ftr p {
    font-size: 2.2rem;
    color: var(--color-white);
    font-family: var(--secondry-font);
    letter-spacing: 0.02rem;
    opacity: 0.8;
}


.copy-txt-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: .5rem;
    position: relative;
    z-index: 90;
    flex-direction: column;
    text-align: center;
}

.copyright-text p {
    color: var(--color-white);
}


.copyright-text p a {
    color: var(--highlight-color);
}

.ft-social a {
    font-size: 3rem;
    color: var(--color-white);
    margin-top: 1rem;
    display: inline-block;
}

/* footer-end */

/* speakers-pg */

section.speaker-section {
    margin-top: 12rem;
}

.speaker-item {
    margin-top: 4rem;
}

.speaker-main-con {
    margin-top: 3.2rem;
}

.spkr-img img {
    width: 390px;
    height: 340px;
    object-fit: cover;
    margin-bottom: 2rem;
    border-radius: 2rem;
}

.spkr-text-cont {
    display: flex;
    flex-direction: column;
}

.spkr-text-cont .spk-athr-nm {
    font-size: 2rem;
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: .5rem;
}

.spkr-text-cont .spk-athr-pst {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    color: var(--text-light);
    font-weight: 600;
}

/* speakers-pg */

/* resposnive-start */

@media (max-width: 1199.98px) {

    .bnr-lt-text {
        color: var(--color-white);
        width: auto;
        left: 4.5rem;
        background: linear-gradient(45deg, #013486cc, transparent);
        padding: 1rem;
    }

    .bnr-txt {
        font-size: 5.5rem;
    }

    .float-card i {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .float-card span {
        font-size: 1.8rem;
    }

    .bnr-sec {
        height: 100%;
        margin-bottom: 5rem !important;
    }

    .date-crd-txt p {
        font-size: 1.99rem;
    }

    .date-crd-txt .dedline {
        font-size: 1.5rem;
    }

    .date-crd-txt .abt-date-txt {
        font-size: 1.6rem;
        margin-top: .8rem;
    }

    .confr-lt-left-ara .img-area img,
    .confr-lt-left-ara .img-area:after {
        width: 15rem;
        height: 15rem;
    }

    .main-wrp {
        margin-top: 2.5rem;
    }

    .key-note-img {
        width: 100%;
    }

    .cta-sec {
        padding: 7rem 0;
    }

    .cta-2-cont {
        padding: 3rem;
    }

    .flt-crd-rt-img img {
        max-height: 5rem;
    }

    .keynote-txt h3 {
        font-size: 2.1rem;
        color: var(--secondry-light);
        letter-spacing: 0;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 991.98px) {

    .bnr-lt-text {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        background: linear-gradient(45deg, #01348647, transparent);
        margin-top: 9rem;
    }

    .bnr-sec {
        height: auto;
        margin-bottom: 0;
    }

    .bnr-float-crd-cont {
        margin-top: -9rem;
    }

    .ptb {
        padding: 3rem 0;
    }

    .video-wrapper {
        margin-top: 2.5rem;
    }

    .submit-btn a,
    .regs-btn a {
        padding: 1rem 2.2rem;
        font-size: 1.5rem;
    }

    .sec-tle {
        font-size: 3.4rem;
        letter-spacing: 0;
    }

    .abt-date-lt p {
        margin-top: 0 !important;
        margin-bottom: 1.5rem;
    }

    .abt-date-rt {
        box-shadow: 0 10px 30px #47495052;
        padding: 2rem;
    }

    .date-crd-txt p {
        font-size: 1.8rem;
        line-height: 2.3rem;
        margin-bottom: .7rem;
    }

    .date-crd-txt .dedline,
    .date-crd-txt .abt-date-txt {
        font-size: 1.5rem !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .date-crd-icn img {
        width: 3rem;
        height: 3rem;
    }

    .date-crd-item {
        gap: 1.5rem;
        flex-direction: column;
    }

    .abt-lt .sec-tle {
        font-size: 3.6rem;
    }

    .confr-rt-ara {
        margin-top: 2.5rem;
    }

    .confr-rt-athr-txt {
        margin-top: 1rem;
        text-align: center;
    }

    .keynote-txt {
        margin-top: 1rem;
        margin-left: 0;
        align-items: center;
        text-align: center;
    }

    .keynote-crd {
        margin-bottom: 2.5rem;
    }

    .cta-sec-txts h3 {
        font-size: 3.5rem;
        letter-spacing: 0;
    }

    .ftr-items {
        margin-top: 2.4rem;
    }

    .support-logo {
        margin-top: 0;
        max-height: 5rem;
    }

    .x-brdr:before,
    .x-brdr:after {
        display: none;
    }

    .cta-2-logo img {
        width: 17.4rem;
        margin: 1rem 0;
    }

    .glry-content {
        box-shadow: 0 10px 30px #9daee1;
    }

    .bnr-text-2 {
        margin-bottom: .5rem;
        gap: .8rem;
    }

    .bnr-lt-text p {
        margin-bottom: 1.5rem;
    }

    .about-sec {
        padding-top: 0 !important;
    }

    .float-card span {
        font-size: 1.6rem !important;
        text-align: center;
    }

    .bnr-float-crd-cont .row>div:not(:last-child)::after {
        right: 1.4rem;
    }

}

@media (max-width: 575.98px) {

    .hdr-logo img {
        height: 6rem;
    }

    .main-hdr-area {
        padding: 0 1rem !important;
    }

    .bnr-float-card-wrp {
        display: none;
    }

    .bnr-wave {
        display: none;
    }

    .bnr-lt-text {
        margin-top: 7rem;
        width: 100%;
        padding: 0 !important;
    }

    .bnr-lt-text .bnr-sub-txt {
        font-size: 1.7rem;
    }

    .bnr-txt {
        font-size: 3.6rem;
        display: flex;
        gap: .5rem;
    }

    .bnr-main {
        padding: 1rem;
    }

    .bnr-text-2 {
        font-size: 2rem;
        margin-bottom: .5rem;
    }

    .bnr-lt-text>p {
        font-size: 2rem !important;
    }

    .bnr-lt-text {
        margin-top: 0;
        width: 100%;
        position: absolute;
        top: 11rem;
        left: 1.4rem;
        gap: 1.5rem;
        background: linear-gradient(45deg, #0b5bb4, transparent);
        padding: 1rem !important;
    }

    .bnr-sec {
        height: 82vh;
        margin-bottom: 2rem !important;
    }

    .abt-lt .sec-tle {
        font-size: 2.8rem;
        margin-bottom: .5rem;
    }

    p {
        font-size: 1.5rem;
    }

    .sec-tle {
        font-size: 3rem;
    }

    .date-crd-item {
        gap: 1.4rem;
        flex-direction: row;
        margin-bottom: 2.5rem;
    }

    .abt-date-rt {
        box-shadow: 0 10px 30px #4749502e;
    }

    .abt-confr-sec {
        box-shadow: 0 10px 30px #dbe2f7;
        margin-top: 0;
        padding: 3rem 0;
    }

    .confr-lt {
        display: flex;
        gap: 1rem;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-top: 2.5rem;
    }

    img.confr-lt-icon {
        display: none;
    }

    .confr-lt-left-ara .confr-lt-athr {
        font-size: 2rem;
    }

    .confr-lt-rt-ara-txts h3 {
        font-size: 2.3rem;
    }

    .abt-confr-sec {
        box-shadow: none !important;
        margin-top: 0;
        padding: 0;
        background: transparent !important;
    }

    .confr-lt-left-ara .img-area img,
    .confr-lt-left-ara .img-area:after {
        width: 10rem;
        height: 10rem;
    }


    .date-crd-item {
        gap: 1.4rem;
        flex-direction: column;
        margin-bottom: 2.5rem;
        align-items: center;
        text-align: center;
    }

    .abt-date-lt {
        text-align: center;
    }

    .glry-content {
        box-shadow: 0 10px 30px #9daee16b;
        background: transparent !important;
    }

    .main-wrp {
        margin-top: 2rem;
    }

    .cta-sec-txts h3 {
        font-size: 2.7rem;
    }

    .cta-sec-txts p {
        font-size: 1.7rem;
        color: var(--color-white);
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }

    .view-btn-2 {
        margin-top: 0;
    }

    .view-btn-2 a {
        padding: 1.2rem 2.6rem;
        font-size: 1.5rem;
    }

    .sec-tle-2 {
        font-size: 2.4rem;
        letter-spacing: 0;
    }

    .cta-2-logo img {
        width: 13rem;
        margin: 1rem 0;
    }

    .cta-2-btm p {
        font-size: 1.6rem;
        text-align: center;
    }

    .footer-top {
        margin-bottom: 3rem;
        margin-left: 1.5rem;
    }

    .footer-supported {
        display: none;
    }

    ul.footer-menu li a {
        font-size: 1.5rem;
    }

}

/* resposnive-end */