@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html,
body {
    background: #fff;
    font-family: "Inter", sans-serif;
}

h1,
h2 {
    font-family: "Anton", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

ul li {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.btn {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}


@scope (.topnavscrle) {
    :scope {}

    .navbar {
        padding: 15px 16px 14px;
        background: #05265b;
        position: relative;
        box-shadow: 0 2px 15px #0000002e;
    }

    .navbar-brand {
        padding: 0;
    }

    .navbar-brand img {}

    .navbar .navbar-nav li {
        position: relative;
    }

    .navbar .navbar-nav li a {
        padding: 10px 15px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
    }

    .navbar .navbar-nav li a:hover,
    .topnavscrle .navbar .navbar-nav li a:focus {
        color: #0698e8;
    }

    .navbar li.navbtn {
        margin: -5px 0 0 15px;
    }

    .navbar li.navbtn a {
        background: linear-gradient(to bottom, #cfadf9 0%, #a8c0f9 100%);
        font-weight: 700;
        border: solid 1px #cfadf9;
        padding: 12px 36px 10px !important;
        border-radius: 50px;
        text-align: center;
        color: #05265b;
    }

    .navbar li.navbtn a:hover {
        background: none;
        color: #cfadf9;
    }

    .navbar .navbar-nav li:last-child:before {
        border-left: none;
    }

    .scrolled {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        z-index: 10;
        background: #05265b;
        box-shadow: 0 2px 15px #0000002e;
    }

    .scrolled .navbar-expand-md .navbar-collapse {
        justify-content: flex-end;
    }

}



.allmidscn {
    background: #05265b;
    padding: 40px 0 30px;
}

@scope (.leftbox1) {
    :scope {
        text-align: center;
        background: #0f2d63;
        border-radius: 14px;
        padding: 20px;
        margin-bottom: 30px;
    }

    p.lstprgrp {
        margin-bottom: 0;
    }

    .cntricon {
        justify-content: space-evenly;
        margin-bottom: 20px;
    }

    h3 {
        padding: 15px;
        margin: -15px -15px 25px;
        border-bottom: solid 1px #b6b8f9;
        font-size: 20px;
        font-weight: 700;
        color: #b6b8f9;
    }

    h4 {
        margin: 10px 0;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

    p {
        margin: 7px 0 25px;
        font-size: 15px;
        font-weight: 400;
        color: #b6b8f9;
    }

    iframe {
        width: 100%;
    }

    a {
        display: inline-block;
        margin-top: 20px;
        background: linear-gradient(to bottom, #cfadf9 0%, #a8c0f9 100%);
        font-weight: 700;
        border: solid 1px #cfadf9;
        padding: 12px 36px 10px !important;
        border-radius: 50px;
        text-align: center;
        color: #05265b;
    }

    a:hover {
        background: none;
        color: #cfadf9;
    }
}

@scope (.rgtbox1) {
    :scope {
        text-align: center;
        margin-bottom: 30px;
    }

    .grdintbox {
        background: linear-gradient(to bottom, #cfadf9 0%, #a8c0f9 100%);
        padding: 20px;
        border-radius: 15px;
    }

    p {
        font-size: 20px;
        line-height: 1.3em;
        font-weight: 400;
        color: #05265b;
    }

    h4 {
        font-size: 24px;
        font-weight: 700;
        margin-top: 10px;
        color: #05265b;
    }
}

@scope (.rgtbox2) {
    :scope {
        text-align: center;
        margin-bottom: 30px;
    }

    iframe {
        width: 100%;
        border-radius: 15px;
        height: 350px;
        border: solid 1px #002e95;
    }

    .nav-pills {
        justify-content: center;
    }

    .nav-pills .nav-link.active {
        color: #05265b;
        font-weight: 700;
        border-radius: 100px;
        background: linear-gradient(to bottom, #cfadf9 0%, #a8c0f9 100%);
    }

    .nav-pills .nav-link {
        margin: 0 5px;
        border-radius: 100px;
        background: #0f2d63;
        color: #fff;
    }

}


@scope (.rgtbox3) {
    :scope {
        text-align: center;
        margin-bottom: 30px;
    }

    .timrcntnt {
        text-align: left;
    }

    h2 {
        font-size: 40px;
        font-weight: 500;
        margin: 10px 0;
        letter-spacing: 1px;
        color: #bdb6f9;
    }

    p {
        font-size: 20px;
        line-height: 1.3em;
        margin-top: 10px;
        font-weight: 400;
        color: #fff;
    }

    h3 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
    }

    .summitimer {
        margin-top: 30px;
        align-items: center;
        display: flex;
    }

    .summitimer .temrtxt h5 {
        font-weight: 500;
        font-size: 20px;
        color: #000;
        margin-right: 10px;
    }

    .contdowntmer .tg {
        text-align: center;
        margin: 0 8px;
        display: inline-block;
    }

    .contdowntmer .num {
        font-weight: 800;
        font-size: 40px;
        color: #fff;
        border: solid 1px #2b4b80;
        background: #0d2e63;
        padding: 8px 15px;
        border-radius: 5px;
    }

    .contdowntmer .text {
        font-weight: 400;
        margin-top: 5px;
        text-transform: uppercase;
        font-size: 13px;
        display: block;
        color: #fff;
    }
}

@scope (.rgtbox4) {
    :scope {
        text-align: center;
        margin-bottom: 30px;
    }

    .discntcntnt {
        background: #293e77;
        border-radius: 15px;
        margin: 45px 0;
        padding: 35px 20px;
        border: solid 1px #76717c;
    }

    h2 {
        font-size: 40px;
        font-weight: 500;
        margin: 10px 0;
        letter-spacing: 1px;
        color: #bdb6f9;
    }

    p {
        font-size: 20px;
        line-height: 1.3em;
        margin-top: 10px;
        font-weight: 400;
        color: #fff;
    }

    h3 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
    }

}

@scope (.rgtbox5) {
    :scope {
        margin-bottom: 30px;
    }

    .vaucharcntnt {
        text-align: center;
        background: #293e77;
        border-radius: 15px;
        border: solid 1px #a8c0f9;
    }

    h2 {
        font-size: 40px;
        font-weight: 500;
        margin: 10px 0;
        letter-spacing: 1px;
        color: #bdb6f9;
    }

    h4 {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
    }

    p {
        font-size: 16px;
        line-height: 1.3em;
        margin-bottom: 5px;
        font-weight: 400;
        color: #fff;
    }

    .pdngspce {
        padding: 15px 15px 28px;
    }

    h3 {
        padding: 15px;
        border-radius: 15px 15px;
        background: linear-gradient(to bottom, #cfadf9 0%, #a8c0f9 100%);
    }

    .flxmg {
        display: flex;
        justify-content: center;
    }

    .flxmg img {
        margin: 16px 6px 6px;
        max-width: 150px;
        width: 100%;
    }
}

@scope (.rgtbox6) {
    :scope {
        border: solid 1px #39547d;
        text-align: center;
        padding: 25px 15px 25px;
    }

    h2 {
        font-size: 40px;
        font-weight: 500;
        margin: 10px 0;
        letter-spacing: 1px;
        color: #bdb6f9;
    }

    p {
        font-size: 15px;
        line-height: 1.3em;
        margin-top: 10px;
        font-weight: 400;
        color: #fff;
    }

    h4 {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
    }

    h3 span {
        text-align: center;
        margin: 20px 0 25px;
        background: #293e77;
        border-radius: 15px;
        font-size: 18px;
        padding: 10px 25px;
        display: inline-block;
        font-weight: 600;
        color: #fff;
        border: solid 1px #a8c0f9;
    }

    iframe {
        width: 100%;
    }

    a {
        display: inline-block;
        margin-top: 20px;
        background: linear-gradient(to bottom, #cfadf9 0%, #a8c0f9 100%);
        font-weight: 700;
        border: solid 1px #cfadf9;
        padding: 12px 36px 10px !important;
        border-radius: 50px;
        text-align: center;
        color: #05265b;
    }

    a:hover {
        background: none;
        color: #cfadf9;
    }
}



.custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: none;
    /* Hidden by default */
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.custom-popup {
    background: white;
    max-width: 90%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    animation: popupScale 0.3s ease-out;
}

/* Layout: Split (Wide, Side-by-Side) */
.layout-split {
    width: 800px;
    display: flex;
    flex-direction: row;
}

.popup-image {
    background-image: url('img/1.jpeg');
    background-size: cover;
    background-position: center;
    flex: 1;
    min-height: 300px;
    display: none;
}

.layout-split .popup-image {
    display: block;
}

/* Layout: Standard (Vertical, Top Image) */
.layout-standard {
    width: 500px;
    display: flex;
    flex-direction: column;
}

.popup-image-top {
    background-image: url('img/1.jpeg');
    background-size: cover;
    background-position: center;
    height: 200px;
    width: calc(100% - 30px);
    margin: 15px auto 0;
    border-radius: 10px;
    display: none;
}

.layout-standard .popup-image-top {
    display: block;
}

/* Color Themes */
/* Default Purple is already set via base styles */

/* Green Theme */
.theme-green .popup-header,
.theme-green .btn-purple {
    background: linear-gradient(90deg, #2e7d32, #1b5e20) !important;
}

.theme-green .text-purple {
    color: #2e7d32 !important;
}

/* Blue Theme */
.theme-blue .popup-header,
.theme-blue .btn-purple {
    background: linear-gradient(90deg, #1565c0, #0d47a1) !important;
}

.theme-blue .text-purple {
    color: #1565c0 !important;
}

/* Orange Theme */
.theme-orange .popup-header,
.theme-orange .btn-purple {
    background: linear-gradient(90deg, #ef6c00, #e65100) !important;
}

.theme-orange .text-purple {
    color: #ef6c00 !important;
}

/* Red Theme */
.theme-red .popup-header,
.theme-red .btn-purple {
    background: linear-gradient(90deg, #c62828, #b71c1c) !important;
}

.theme-red .text-purple {
    color: #c62828 !important;
}




@media (min-width: 1400px) and (max-width: 1600px) {}

@media (min-width: 1200px) and (max-width: 1400px) {
    @scope (.topnavscrle) {
        :scope {}

        .navbar .navbar-nav li a {
            padding: 10px 8px;
            font-size: 15px;
        }

    }


}

@media (min-width: 992px) and (max-width: 1199px) {

    @scope (.rgtbox3) {
        :scope {}

        h2 {
            font-size: 36px;
        }

        .contdowntmer .num {
            font-size: 32px;
        }

        .contdowntmer .text {
            font-size: 13px;
        }
    }

    @scope (.rgtbox5) {
        :scope {}

        .flxmg img {
            max-width: 128px;
        }
    }

    @scope (.rgtbox6) {
        :scope {}

        br {
            display: none;
        }

        p {
            font-size: 13px;
        }
    }


    @scope (.topnavscrle) {
        :scope {}

        .navbar {
            padding: 8px 0;
        }

        .navbar .navbar-nav li a {
            padding: 10px 8px;
            font-size: 15px;
        }

    }

}

@media (min-width: 768px) and (max-width: 991px) {
    @scope (.topnavscrle) {
        :scope {}

        .navbar .navbar-nav li a {
            font-size: 14px;
            padding: 5px 6px;
        }

        .navbar li.navbtn a {
            padding: 8px 10px 8px;
        }
    }


    @scope (.leftbox1) {
        :scope {}

        .sharmg img {
            width: 100%;
        }
    }

    @scope (.rgtbox5) {
        :scope {}

        p {
            font-size: 14px;
        }
    }

    @scope (.rgtbox6) {
        :scope {}

        br {
            display: none;
        }

        p {
            font-size: 13px;
        }
    }




}

@media (max-width: 767px) {
    @scope (.topnavscrle) {
        :scope {}

        .navbar .navbar-toggler {
            background: linear-gradient(to right, #cfadf9 0%, #a8c0f9 100%);
            color: #fff;
            border-color: #fff;
        }

        .navbar .navbar-nav {
            border-top: solid 1px #ddd;
            padding-top: 8px;
            margin-top: 12px;
        }

        .navbar .navbar-nav li a {
            font-size: 14px;
            padding: 5px 0;
        }

        .navbar li.navbtn {
            margin: 10px 0 0 0;
        }

        .navbar li.navbtn a {
            display: inline-block;
            padding: 10px 26px 10px !important;
        }
    }


    @scope (.leftbox1) {
        :scope {}

        .sharmg img {
            width: 100%;
        }

        a {
            margin-top: 15px;
            padding: 10px 26px 8px !important;
            font-size: 15px;
        }

        h4 {
            font-size: 15px;
        }
    }

    @scope (.rgtbox1) {
        :scope {}

        p {
            font-size: 15px;
        }

        h4 {
            font-size: 18px;
        }
    }

    @scope (.rgtbox2) {
        :scope {}

        .nav-pills .nav-link {
            font-size: 13px;
        }
    }

    @scope (.rgtbox3) {
        :scope {}

        .timrcntnt {
            margin-top: 25px;
        }

        .summitimer {
            margin-top: 21px;
        }

        h2 {
            font-size: 26px;
        }

        p {
            font-size: 15px;
        }

        .contdowntmer .num {
            font-size: 26px;
        }

        .contdowntmer .text {
            font-size: 12px;
        }
    }

    @scope (.rgtbox4) {
        :scope {}

        h2 {
            font-size: 26px;
        }

        h3 {
            font-size: 17px;
        }

    }

    @scope (.rgtbox5) {
        :scope {}

        p {
            font-size: 14px;
        }

        .vaucharcntnt {
            margin-bottom: 17px;
        }

        .flxmg {
            display: block;
            text-align: center;
        }
    }

    @scope (.rgtbox6) {
        :scope {}

        h2 {
            font-size: 26px;
        }

        h4 {
            line-height: 1.3em;
            font-size: 15px;
        }

        br {
            display: none;
        }

        p {
            font-size: 13px;
        }

        h3 span {
            font-size: 15px;
            padding: 10px 20px;
            line-height: 1.3em;
        }

        a {
            margin-top: 15px;
            padding: 10px 26px 8px !important;
            font-size: 15px;
        }
    }

    .allmidscn {
        padding: 40px 0 20px;
    }

    br {
        display: none;
    }

}


@media (max-width: 576px) {}


@media (max-width: 480px) {}


@media (max-width: 393px) {}

@media (max-width: 360px) {}


@media (max-width: 320px) {}