@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;600;700&family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&family=Great+Vibes&family=Lobster+Two:wght@400;700&family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500&family=Roboto:wght@300;400;500&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap');

@font-face {
    font-family: "customGazpacho";
    src: url("./../fonts/gazpachoBlack.ttf");

}

@font-face {
    font-family: "razhaone-regular";
    src: url("./../fonts/rozhaone-regular.ttf");
}

@font-face {
    font-family: 'FontAwesome';
    src: url('./../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('./../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./../fonts/fontawesome-webfont3e6e.html?v=4.7.0') format('woff2'), url('./../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('./../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('./../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


:root {
    --primary-color: #ffff;
    --secondary-color: #151515;
    --main-bg-color: rgb(102 49 0 / 14%);
    /* --theme-gradient:linear-gradient(to right, rgb(0, 4, 40), rgb(0, 78, 146)); */


    /*-------- Colors */
    --theme-primary-color: #AB0C59;
    --theme-secondary-color: #4B328B;
    --orange-color: #FFC107;
    --light-theme-clr: #FFEAF0;
    --text-color: #1A281F;
    --main-body-bg: #ffff;
    --border-color: #ffcbe4;


    /*-------- Gradients */
    --theme-gradient: linear-gradient(90deg, #E2006D 0%, #4A328B 100%);
    --secondary-gradient: linear-gradient(180deg, #4B328B 0%, #2B1C50 100%);
    --yl-gradient: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51));
    --green-gradient: linear-gradient(to right, rgb(7 137 127), rgb(0 174 66));
    --sele-gradient: linear-gradient(to right, rgb(60, 59, 63), rgb(96, 92, 60));

    --gradient-style-1: linear-gradient(to right, rgb(0, 159, 255), rgb(236, 47, 75));



    /*-------- font family  */
    --primary-font: 'Poppins', sans-serif;
    --script-font: "razhaone-regular";
}



/* ----------------------------------------------
/ Page Indexing
------------------------------------------------*/


/* 

00. Utility Classes
01. Landing Page
02. Popup's     
03. Award Place Section 
04. Multi Purpose From Style 
05. Signin/Signup Page Style
06. User Detail Page "Under Report Section" Style
07. Voting Section
08. Main Voting Page
09. Search Voting Participant Page
10. Jury Voting Page
11. Form Aside Wrapper & Contents
12. All Cards Styles
13. Video Player Banner




*/


/* ----------------------------------------------
/ 00.  Utility Classes
------------------------------------------------*/

/*-------- Custom Line (Desing)  */
.cst-line {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    margin: 0px auto;
    vertical-align: middle;
}

.cst-line span {
    width: 31px;
    height: 1.7px;
    border-radius: 24px;
    display: inline-block;
    margin: 0px 10px;
}

.cst-line img {
    width: 25px !important;
}


/* .left-line {
    transform: rotateZ(180deg);
} */



/*-------- heading and Other Text Styles  */

.sec-heading {
    font-family: var(--primary-font);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: 0px;
}

.sec-heading-white {

    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 15px;
}

.desc-text {
    color: #1A281F;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin: 0px;
}

.desc-text-2 {
    color: #1A281F;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    margin: 0px;
}

.sm-heading {
    color: var(--theme-secondary-color);
    font-family: var(--primary-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 14px;
}

.script-heading {
    font-family: var(--script-font);
    font-size: 60px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 1px;
}

.tag-text {
    color: #1A281F;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0px;
}

.list-subheading {
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(75, 50, 139, 0.9) 22%, rgba(75, 50, 139, 1) 52%, rgba(75, 50, 139, 0.89) 80%, rgba(0, 0, 0, 0) 100%);
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    color: #fff;
    margin-bottom: 12px;
}


.heading-w-box {
    display: flex;
    align-items: center;
}

.heading-w-box .icon {
    background-color: rebeccapurple;
    border-radius: 8px;
    padding: 11px;
    margin-right: 12px;
}

.heading-w-box .icon img {
    width: 25px;
}

.heading-w-box h4 {
    font-family: var(--primary-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    margin-bottom: 0px;
}

@media screen and (max-width:440px) {

    .sec-heading {
        font-size: 15px;
        margin-bottom: 6px;
        margin-top: 10px;
        line-height: normal;
    }

    .cst-line span {
        width: 30px;
        margin: 0px 7px;
    }

    .desc-text {
        font-size: 12px;
        line-height: 23px;
    }

    .sec-heading-white {
        font-size: 15px;
        margin-bottom: 10px;

    }

    .script-heading {
        font-size: 35px;
    }

    .desc-text-2 {
        font-size: 14px;
        line-height: 28px;
    }




}

/*-------- Colors Stle  */

.Ptxt-clr {
    color: var(--theme-primary-color);
}

.bg-theme {
    background-color: var(--theme-primary-color);
}


/*-------- Margin & Padding  */

.section-mt {
    margin-top: 6rem;
}

.sec-py {
    padding: 4rem 0rem;
}

.sec-paper-eff-top {
    position: absolute;
    top: -35px;
}

.sec-paper-eff-bottom {
    position: absolute;
    bottom: -40px;
}

@media screen and (max-width:440px) {
    .section-mt {
        margin-top: 1rem;
    }

    .sec-py {
        padding: 1.5rem 0rem;
    }

}

/*-------- Custom List Style 1 (Simple with checkicon)  */

.cst-list {
    margin: 0px;
    padding: 0px;
}

.cst-list li {
    list-style: none;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.cst-list li i {
    color: #fff;
    font-size: 20px;
    margin-right: 7px;
}

@media screen and (max-width:440px) {
    .cst-list li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 16px;
    }

}

/*-------- Custom List Style 2 (heading,subheading list with icons)  */

.cst-list-2 {
    margin: 0px;
    padding: 0px;
}

.cst-list-2 li {
    list-style: none;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 3px;
    flex-direction: column;
}

.cst-list-2 li i {
    color: #fff;
    font-size: 20px;
    margin-right: 7px;
}


/*-------- Custom List Style 3 (heading,subheading list with icons)  */


.cst-list-3 {
    margin: 0px;
    padding: 0px;
}

.cst-list-3 li {
    list-style: none;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 27px; */
    margin: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.cst-list-3 li i {
    color: #fff;
    font-size: 20px;
    margin-right: 7px;
}

@media screen and (max-width:440px) {
    .cst-list-3 li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 16px;
    }

}


/*-------- Video Container Overlay with Play icon  */

.video-container {
    position: relative;
    /* width: 640px; */
    height: 360px;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 7px;
}

video {
    width: 100%;
    height: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
    transition: opacity 0.3s;
    height: 5rem;
    width: 5rem;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #e2006dc9 0%, #4a328bcc 100%);
}

.play-button.hide {
    opacity: 0;
    pointer-events: none;
}

/*-------- All Button Style   */
.smp-outline-btn {
    font-family: var(--primary-font);
    font-size: 13px;
    border: 2px solid var(--theme-secondary-color);
    background-color: #fff;
    padding: 14px 18px;
    margin-right: 12px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    width: fit-content;
    color: var(--theme-secondary-color);
    transition: all ease-in-out 0.5s;
    overflow: hidden;
    position: relative;
}

.smp-outline-btn:hover {
    color: #fff;
    background-color: var(--theme-secondary-color);
    border: 2px solid var(--theme-secondary-color);

}


.submit-btn {
    /*margin: 20px 25px 20px 0px;*/
    border: none;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    height: 100%;
    font-family: var(--primary-font);
    color: #fff;
    background: var(--theme-gradient);
    width: 100%;
    transition: all ease-in-out 0.2s;
}

.submit-btn:hover {
    background-color: rgb(45 42 104);
    color: #fff;
}

/* ----------- Gray Button  */
.gray-btn {
    background-color: #f8f9fa;
    border: 0.8px solid #dee2e6;
    color: #343a40;
}

/* ----------- Small Button  */

.outline-sm-btn {
    padding: 10px 12px;
    font-family: var(--primary-font);
    font-size: 13px;
    border: 2px solid var(--theme-secondary-color);
    background-color: #fff;
    padding: 6px 15px;
    margin-right: 12px;
    text-decoration: none;
    border-radius: 7px;
    font-weight: 500;
    width: fit-content;
    color: var(--theme-secondary-color);
    transition: all ease-in-out 0.5s;
}

.outline-sm-btn:hover {
    color: #fff;
    background-color: var(--theme-secondary-color);
}

.outline-sm-btn i {
    font-size: 12px;
    margin-left: 8px;
}


/* ----------- Circular Button  */
.circular-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f8f9fa;
    border: 0.8px solid #dee2e6;
    color: #343a40;
}

.circular-btn:hover {
    color: #fff;
    background-color: var(--theme-secondary-color);
}


/* ----------- Round Button  */
.round-sm-btn {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 17px;
    border-radius: 100px;
    background-color: #f8f9fa;
    border: 0.8px solid #dee2e6;
    color: #343a40;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
}

.round-sm-btn i {
    font-size: 22px;
    margin-right: 8px;
}


/* ----------- Button Active Classes */

.primary-active-btn {
    background-color: var(--theme-primary-color);
    color: #fff;
    border: 2px solid var(--theme-primary-color);
}

.secondary-active-btn {
    background-color: var(--theme-secondary-color);
    color: #fff;
    border: 2px solid var(--theme-secondary-color);
}

.yellow-active-btn {
    background-color: var(--orange-color);
    color: var(--text-color);
    ;
    border: 2px solid var(--orange-color);
}


/* ----------- Button Shimmer Animation */

.shimmer-ani:before {
    content: '';
    position: absolute;
    overflow: hidden;
    top: -4rem;
    right: -1rem;
    height: 20rem;
    width: 20px;
    background-color: rgb(255 255 255 / 39%);
    transform: rotateZ(10deg);
    animation-name: shimmerAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes shimmerAnimation {
    from {
        right: -1rem;
    }

    to {
        right: 20rem;
    }
}





/*-------- All Dropdown Button Style   */
.lang-dropdown {
    top: 2rem;
    right: 0rem;
}

.lang-dropdown img {
    width: 16px;
}


/*-------- Border/Border Radius & Shadow Style  */

.border-full {
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.bor-1 {
    border-right: 1px solid var(--light-theme-clr);
}


/*--------Input & Other Form Fields Style */

.f-input-1:not([type="checkbox"]) {

    font-size: 17px;
    padding: 8px 9px;
    margin-bottom: 14px;
    border: none;
    border-radius: 5px;
    background-color: rgb(255 255 255 / 22%);
    font-weight: 500;
    color: #fff;
    width: 100%;
}

.f-input-1:not([type="checkbox"]):focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    border-bottom: 2px solid #fff;
}

.f-input-1:not([type="checkbox"])::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.f-input-1 option {
    background-color: var(--theme-primary-color);
    color: #fff;
}


.f-input-2:not([type="checkbox"]) {
    font-size: 14px;
    padding: 14px 11px;
    margin-bottom: 14px;
    border: none;
    border-radius: 8px;
    background-color: #fff3f7;
    font-weight: 500;
    color: var(--theme-primary-color);
    width: 100%;
    border: 0.5px solid #fed3e8;
}

.f-input-2::placeholder {

    font-size: 14px;
    padding: 12px 11px;
    margin-bottom: 14px;
    border: none;
    border-radius: 5px;
    background-color: #fff3f7;
    font-weight: 500;
    color: var(--theme-primary-color);
    width: 100%;
}


.f-input-2:not([type="checkbox"]):focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    /* border-bottom: 2px solid var(--theme-secondary-color); */
    border: 0.5px solid var(--theme-primary-color);
}

.f-input-2:not([type="checkbox"])::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-primary-color);
}

.f-input-2 option {
    background-color: var(--theme-primary-color);
    color: #fff;
}




/*-------- double section layout  */

.double-section-layout {
    height: 100vh;
}

.double-section-layout .left-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.double-section-layout .left-wrapper a {
    width: 17rem;
}

.double-section-layout .left-wrapper h6 {
    font-family: Montserrat, sans-serif;
    position: relative;
    color: #fff;
    font-size: 20px;
    margin: 0px;
    margin-top: 2rem;
    text-align: center;
}

.double-section-layout .left-wrapper h1 {
    font-family: "customGazpacho";
    color: #fff;
    font-size: 60px;
    margin: 0px;
    text-align: center;
}

.double-section-layout .left-wrapper h2 {
    font-family: 'MonteCarlo', cursive;
    color: #fff;
    font-size: 45px;
    letter-spacing: 3px;
    text-align: center;
}

.double-section-layout .left-wrapper .partnerWrapper {
    color: #ffff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
}

.double-section-layout .left-wrapper .partnerWrapper .partnerCard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    width: 10rem;
    padding: 10px;
    margin-right: 15px;
    height: 4rem;
    border-radius: 5px;
}

.double-section-layout .left-wrapper .partnerWrapper .partnerCard h3 {
    font-size: 8px;
    margin: 0px;
}

.double-section-layout .left-wrapper .partnerWrapper .partnerCard p {
    margin-bottom: 0px;
    font-size: 12px;
    margin-bottom: 7px;
    font-family: 'Archivo Narrow', sans-serif;
    line-height: 15px;
}

.double-section-layout .left-wrapper .partnerWrapper .partnerCard img {
    width: 2rem;
    position: absolute;
    top: 6px;
    right: 7px;
}

.double-section-layout .right-wrapper {}

@media screen and (max-width:770px) {
    .double-section-layout {
        height: auto;
        padding-bottom: 2rem;
    }

    .double-section-layout .left-wrapper a {
        width: 11rem;
        margin-top: 4rem;
    }

    .double-section-layout .left-wrapper h6 {
        font-size: 14px;
        margin-top: 2rem;
    }

    .double-section-layout .left-wrapper h1 {
        font-size: 46px;
    }

    .double-section-layout .left-wrapper h2 {
        font-size: 29px;
    }
}

@media screen and (max-width:440px) {
    .double-section-layout .left-wrapper a {
        width: 7rem;
        margin-top: 2rem;
    }

    .double-section-layout .left-wrapper h6 {
        font-size: 10px;
        margin-top: 1rem;
    }

    .double-section-layout .left-wrapper h1 {
        font-size: 33px;
    }

    .double-section-layout .left-wrapper h2 {
        font-size: 21px;
    }

    .double-section-layout .left-wrapper .partnerWrapper {
        flex-direction: column;
    }
}

/*-------- Sort Notes  */
.sm-note {
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #8d8d8d !important;
}

.sm-note span {
    color: var(--theme-primary-color);
    margin: 0px 2px;
    font-weight: 600;
    text-decoration: underline;
    font-size: 15px;
}


/* ----------------------------------------------
01 . Landing Page
------------------------------------------------*/


/* Navigation  */

nav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}

.scrollNav {
    /* background-color: rgb(0 0 0 / 78%); */
}

.fade-nav {
    background: rgba(103, 94, 94, 0.1);
    box-shadow: 0 8px 32px 0 rgba(121, 122, 126, 0.37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.nav-wrapper {
    margin: 0px auto;
    display: flex;
    z-index: 100;
    align-items: center;
    justify-content: space-evenly;
    padding: 1rem 0rem;
}

.nav-wrapper .logo img {
    width: 5rem;
    position: relative;
}

/* .nav-wrapper .logo::before {
    content: '';
    width: 13rem;
    height: 8rem;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -42px;
    margin: auto 0px;
    background: radial-gradient(circle, rgb(255 255 255 / 62%) 0%, #00000000 70%);
    border-radius: 50%;
} */

.nav-wrapper .menu-link {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.nav-wrapper .menu-link li {
    list-style: none;
    margin: 0px 4px;
}

.nav-wrapper .menu-link li a {
    text-decoration: none;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all ease-in-out 0.5s;
    font-family: var(--primary-font);
    border-radius: 6px;
}

.nav-wrapper .menu-link li a i {
    font-size: 15px;
    margin-left: 8px;
}

.nav-wrapper .imgIcon {
    width: 18px;
}


.animated-btn {
    font-size: 14px;
    background: var(--theme-gradient);
    color: #fff;
    padding: 9px 12px;
    /* margin-right: 12px; */
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    border: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* scale: 0.8;
    animation-name: mainBtnScaleAni;
    animation-duration: 1.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate; */
}

.animated-btn:before {
    content: '';
    position: absolute;
    top: -4rem;
    right: -1rem;
    height: 20rem;
    width: 20px;
    background-color: rgb(255 255 255 / 39%);
    transform: rotateZ(10deg);
    animation-name: mainBtnAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.nav-wrapper .menu-link li a:hover,
.nav-wrapper .active {
    background-color: var(--theme-secondary-color);
    color: #fff;
}

#hamburger-icon,
#hamburger-click {
    display: none;
}

.web-navbar {
    position: fixed;
    /* overflow: hidden; */
    padding: 0rem 5rem;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 200 !important;
}

.web-navbar::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, #e2006dc9 0%, #4a328bcc 100%); */
    background: #e2c091;
    opacity: 50%;
}

.web-navbar .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* overflow: hidden; */
}

.web-navbar .nav-wrapper .logo {
    margin: 0px auto;
    margin-left: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.web-navbar .nav-wrapper .menu-link {
    width: fit-content;
}

.mobile-navbar {
    display: none;
}

.mobile-navbar::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, #e2006dc9 0%, #4a328bcc 100%); */
    background: #e2c091;
    opacity: 50%;
}



.submenu {
    position: absolute;
    top: 120%;
    left: -8rem;
    width: 200px;
    padding: 17px 0;
    padding-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -ms-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -o-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 11;
    border-top: 3px solid var(--tp-theme-1);
    border-radius: 8px;

    visibility: hidden;
    opacity: 0;
}

.show-submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

/* .has-dropdown:hover>.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
} */

.has-dropdown .submenu li {
    display: block;
    width: 100%;
    margin: 0;
}

.has-dropdown .submenu li>a {
    width: 100%;
    display: block;
    padding: 8px 30px;
    text-transform: capitalize;
    color: var(--tp-text-1);
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

.has-dropdown .submenu li>a:hover {
    color: #b01177;
    background: #fff3e9;
}

.has-dropdown .second-submenu {
    left: 200px !important;
    top: 0px !important;
}


.has-dropdown {
    position: relative;
}

.has-dropdown>a {
    position: relative;
}

.has-dropdown>a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-weight: 900;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
}

.web-navbar li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

/* .circular-dropdown .submenu {
    left: -10rem;
} */


@media screen and (max-width:440px) {

    .submenu {
        top: 55px !important;
        left: -4rem;
        width: 8rem;
    }

    .has-dropdown .submenu li>a {
        padding: 6px 22px;
        font-size: 13px;
        text-decoration: none;
    }

}

@media screen and (max-width:930px) {
    .web-navbar {
        padding: 0rem 2rem;
    }

}

@media screen and (max-width:1030px) {
    .nav-wrapper .menu-link li a {
        font-size: 14px;
        font-weight: 500;
    }
}

@media screen and (max-width:1040px) {
    .nav-wrapper .menu-link li a {
        font-size: 14px;
        font-weight: 500;
    }
}

/* Mobile Sticky Navigation CSS */

.mobile-sticky-nav {
    background: #ffff;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    box-shadow: -4px -4px 18px #b5b5b5;
    padding: 5px 0px;
    display: none;
    flex-wrap: nowrap;
    white-space: unset;
    overflow-x: scroll;
}

.mobile-sticky-nav ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.mobile-sticky-nav ul li {
    list-style: none;
}

.mobile-sticky-nav ul li a {
    text-decoration: none;
    background: #fff;
    padding: 9px 30px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
}

.mobile-sticky-nav ul li a img {
    width: 24px;
    margin-bottom: 8px;
}


/* Hero Section Start */

.heroSection {
    background-image: url('./../assets/landingPageAssets/heroSectionBG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position-y: center;
    position: relative;
    padding-top: 9rem;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;
}

.heroSection:before {
    content: "";
    position: absolute;
    inset: -0.625em;
    background: linear-gradient(to bottom right, #B5964D, #B5964D);
    filter: blur(12rem);
    z-index: 1;
    width: 16rem;
    height: 16rem;
    top: -1rem;
    left: 0px;
    border-radius: 50%;
}

.heroSection:after {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 55%
}

.heroSection h6 {
    font-family: 'Montserrat', sans-serif;
    background-image: linear-gradient(to right, #c6a129 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #c6a129 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 20px;
}

.heroSection h3 {
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    font-size: 50px;
    margin-bottom: -3px;
}

.heroSection h1 {
    font-family: 'Archivo Narrow', sans-serif;
    background-image: linear-gradient(to right, #c6a129 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #c6a129 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 65px;
    font-weight: 800;
    margin-bottom: 2rem;
}

.heroSection p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.heroSection .mainBtn {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: red;
    color: #fff;
    padding: 9px 12px;
    margin-right: 12px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    scale: 0.8;
    animation-name: mainBtnScaleAni;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes mainBtnScaleAni {
    from {
        scale: 0.8;
    }

    to {
        scale: 1;
    }
}

.heroSection .mainBtn:before {
    content: '';
    position: absolute;
    top: -4rem;
    right: -1rem;
    height: 20rem;
    width: 20px;
    background-color: rgb(255 255 255 / 39%);
    transform: rotateZ(10deg);
    animation-name: mainBtnAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes mainBtnAnimation {
    from {
        right: -1rem;
    }

    to {
        right: 20rem;
    }
}

.heroSection picture {
    position: relative;
}

.heroSection picture img {
    position: relative;
    z-index: 100;
}

.heroSection img::after,
picture::after {
    content: "";
    position: absolute;
    inset: -0.625em;
    background: linear-gradient(to bottom right, #B5964D, #B5964D);
    filter: blur(5rem);
    z-index: 1;
    width: 17rem;
    height: 17rem;
    margin: 0px auto;
    top: -1rem;
    border-radius: 50%;
}

.heroSection .headerNote {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.heroSection .headerNote p {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
}

.heroSection .headerNote a {
    font-family: 'Archivo Narrow', sans-serif;
    background-image: linear-gradient(to right, #c6a129 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #c6a129 100%);
    color: transparent;
    -webkit-background-clip: text;
    margin-left: 5px;
    text-decoration: underline;
}

.brand-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.brand-wrapper .brandCard {
    margin-top: 1rem;
    position: relative;
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 5px;
    margin-right: 30px;
    width: 30%;
    height: 4.5rem;
    display: flex;
    align-items: center;
}

.brand-wrapper .brandCard h2 {
    font-size: 12px;
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
}

.brand-wrapper .brandCard h4 {
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin: 0px;
}

.brand-wrapper .brandCard img {
    width: 3.5rem;
    position: absolute;
    top: 10px;
    right: 9px;
}


/* Hero Section Slider  */

.landingHeroSlider {
    /* padding-top: 1.5rem; */
    background: radial-gradient(129.19% 55.68% at 50% 50%, #FDFFD6 0%, #FEF5DF 100%);
}

.landingHeroSlider .slide {
    width: 100%;
    height: 85vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.landingHeroSlider .slide img {
    height: 100%;
    object-fit: cover;
}

.slide-note {
    background-color: #F16724;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -35px;
    left: 0px;
    width: 100%;
    padding: 15px 3rem;
    opacity: 100%;
    gap: 12px;
    z-index: 1;
}

.slide-note h3 {
    font-family: var(--primary-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.slide-note p {
    font-family: var(--primary-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

/* .landingHeroSlider .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
} */

.landingHeroSlider .slide video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.mobile-slide {
    display: none;
}

/* .landingHeroSlider .slide-1 {
    background-image: url('./../assets/award-event-2024/slider/slider-1.1.png');
} */

/* .landingHeroSlider .slide-2 {
    background-image: url('./../assets/conclave/img/banner/header-banner-en.jpg?v=1.4');
} */

/* .landingHeroSlider .en-banner-slider {
    background-image: url('./../img/banners/h-banner-en.jpg?v=0.5');
}
.landingHeroSlider .hi-banner-slider {
    background-image: url('./../img/banners/h-banner-hi.jpg?v=0.5');
} */


/* .landingHeroSlider .slide-3 {
    background-image: url('./../assets/award-event-2024/slider/slider-3.JPG');
}

.landingHeroSlider .slide-4 {
    background-image: url('./../assets/award-event-2024/slider/slider-4.JPG');
} */

/* .landingHeroSlider .slide-2::before {
    display: none;
}

.slide-3::before,
.slide-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 40%);
    z-index: 1;
} */

.landingHeroSlider .slide-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 20%;
    z-index: 1;
    text-align: left;
}

.landingHeroSlider .slide-content h1 {
    font-family: "Anton", serif;
    font-size: 40px;
    text-transform: uppercase;
}

.landingHeroSlider .slide-content p {
    font-family: "Lato", serif;
    font-size: 18px;
    margin-bottom: 20px;
    width: 66%;
}

.landingHeroSlider .slide-content button {
    font-family: "Roboto", serif;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 10px 25px;
    border: none;
}

.landingHeroSlider .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 3%;
}

.landingHeroSlider .owl-dots span {
    width: 10px !important;
    height: 10px !important;
}

.owl-dots button {
    border: none !important;
    outline: none !important;
}

.landingHeroSlider .owl-nav button {
    border: none !important;
    outline: none !important;
}

.landingHeroSlider .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #CD155E !important;
    font-size: 65px !important;
    font-weight: bolder !important;
    background: none !important;
}

.landingHeroSlider .owl-prev {
    left: 1%;
}

.landingHeroSlider .owl-next {
    right: 1%;
}

.landingHeroSlider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #CD155E !important;
}

.landingHeroSlider .owl-theme .owl-dots .owl-dot span {
    background: #fd9cc2 !important;
}

@media screen and (max-width:1024px) {
    .landingHeroSlider .slide {
        height: 60vh;
    }
}

@media screen and (max-width:770px) {}

@media screen and (max-width:440px) {
    .landingHeroSlider {
        padding-top: 4rem;
    }

    .web-slide {
        display: none;
    }

    .mobile-slide {
        display: block;
    }

    .landingHeroSlider .owl-dots {
        bottom: 6%;
    }

}


/* upcommig event notification section  */

#upcommig-event {
    padding: 3rem 0rem;
}

#upcommig-event .content {
    /* background-image: url(./../assets/award-event-2024/DSC02736.JPG);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center; */
    background: var(--theme-gradient);
    padding: 3rem 0rem;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

#upcommig-event .content::before {
    content: '';
    position: absolute;
    top: 21rem;
    right: -36rem;
    background-color: #fff;
    width: 63rem;
    height: 60px;
    transform: rotateZ(-50deg);
    animation-name: shade-effect-animation;
    animation-duration: 1.7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    opacity: 29%;
}

@keyframes shade-effect-animation {
    from {
        right: -36rem;
    }

    to {
        right: 90rem;
    }
}


/* .upcommig-event .content::before{
    content: '';
    background: linear-gradient(to right, rgb(0, 4, 40), rgb(0, 78, 146));
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
} */

#upcommig-event span {
    /* font-family: 'Archivo Narrow', sans-serif; */
    color: #fff;
    position: relative;
    font-size: 24px;
    font-weight: 300;
}

#upcommig-event h1 {
    color: var(--primary-color);
    position: relative;
    font-family: "razhaone-regular";
    font-size: 63px;
    font-weight: 800;
    line-height: 61px;
    margin-bottom: 17px;
    margin-top: 8px;
}

#upcommig-event h6 {
    color: #fff;
    position: relative;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0px;
}

#upcommig-event p {
    color: #fff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

#upcommig-event a {
    color: #fff;
    position: relative;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 12px 26px;
    font-size: 22px;
    border-radius: 6px;
}

@keyframes scale-animation {
    from {
        right: -36rem;
    }

    to {
        right: 90rem;
    }
}


/* Gallery Section  */

.gallerySection {}

.gallerySection .cont-gallery-card {}

.gallerySection .cont-gallery-card h2 {
    color: #0074ff;
    font-size: 30px;
    margin-bottom: 11px;
    position: relative;
    font-family: 'Archivo Narrow', sans-serif;
}

.gallerySection .cont-gallery-card p {
    color: #000;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-top: 24px;
    font-weight: 500;
    opacity: 100%;
    padding: 0px;
    margin: 0px;
}

/* .gallerySection .cont-gallery-card a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121));
    color: #fff;
    padding: 9px 12px;
    margin-right: 12px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 2rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
} */

.gallerySection .img-gallery-card {}

.gallerySection .img-gallery-card img {
    border-radius: 12px;
}

.gallerySection .img-type-1 {
    margin-bottom: 20px;
}

.gallerySection .img-type-1 img {
    aspect-ratio: 4 / 2;
    object-fit: cover;
}

.gallerySection .img-type-2 img {
    aspect-ratio: 6 / 7;
    object-fit: cover;
}

.gallerySection .img-type-2 {
    position: relative;
}

.gallerySection .img-type-2::before {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: -6rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: var(--theme-gradient);
    border: 14px solid #fff;
}

.gallerySection .img-type-3 img {
    aspect-ratio: 5 / 5;
    object-fit: cover;
}

.gallerySection .new-wrapper {
    margin-top: 6rem;
}

.gallerySection .new-wrapper .cont-news-card {}

.gallerySection .new-wrapper .cont-news-card h3 {
    color: #0074ff;
    font-size: 30px;
    margin-bottom: 11px;
    position: relative;
    font-family: 'Archivo Narrow', sans-serif;
}

.gallerySection .new-wrapper .cont-news-card p {
    color: #000;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-top: 24px;
    font-weight: 500;
    opacity: 100%;
    padding: 0px;
    margin: 0px;
}

.gallerySection .new-wrapper #newpaper-article .owl-stage-outer {
    padding: 2rem 0rem;
}

.gallerySection .new-wrapper .img-news-card {
    padding: 16px;
    box-shadow: 4px 5px 11px #c8c4c4;
    border-radius: 6px;
}

.gallerySection .new-wrapper .img-news-card img {
    border-radius: 7px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}


/* .gallerySection h2{
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 37px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    
}
.gallerySection img{

}
.gallerySection a{
    background: linear-gradient(to right, rgb(237 135 45), rgb(248 196 37));
    color: #713600;
    font-family: 'Rubik', sans-serif;
    margin: 0px auto;
    display: inline-block;
    width: fit-content;
    padding: 11px 30px;
    margin-bottom: 2rem;
    font-size: 17px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
} */


/* Category Section ------ */

.categorySection {
    padding: 2rem 0rem;
}

.categorySection span {
    font-family: 'Archivo Narrow', sans-serif;
    color: #A7A5A5;
    font-size: 18px;
}

.categorySection h1 {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 35px;
    font-weight: 600;
}

.categorySection .categoryCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 2.2rem;
}

.categorySection .categoryCard a {
    text-align: center;
    text-decoration: none;
    color: #000;
}

.categorySection .categoryCard .categoryCardShape {
    position: absolute;
    top: 0px;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    scale: 0;
    opacity: 0%;
    transition: all ease-in-out 0.5s;
}

.categorySection .categoryCard a:hover .categoryCardShape {
    scale: 1;
    opacity: 100%;
}

.categorySection .categoryCard img {
    width: 14rem;
}

.categorySection .categoryCard p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}


/* New Category Card Design  */

.categorySection .newCategoryCard {
    margin-bottom: 2rem;
}

.categorySection .newCategoryCard a {
    background: var(--main-bg-color);
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    transition: all ease-in-out 0.5ms;
    min-height: 11rem;
    /* border: 2px solid rgb(0 71 135 / 33%); */
}

.categorySection .newCategoryCard a:hover {
    background: rgb(230 198 168);
}

.categorySection .newCategoryCard span {
    /* background: gray; */
    background: var(--theme-gradient);
    display: flex;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.categorySection .newCategoryCard span img {
    width: 35px;
    filter: invert(1);
}

.categorySection .newCategoryCard p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    margin-top: 22px;
    color: #002558;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
}


/* Who can Apply ?  */

.applySection {
    background-color: var(--secondary-color);
    padding: 30px 0px;
    position: relative;
    z-index: 1;
}

.applySection::after {
    content: 'Application process';
    position: absolute;
    top: 6rem;
    right: 0rem;
    font-size: 8rem;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    opacity: 3%;
}

.applySection h5 {
    padding: 0px;
    color: #B5964D;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-bottom: 12px;
}

.applySection h2 {
    padding: 0px;
    color: #fff;
    font-family: customGazpacho;
    font-weight: bold;
    font-size: 51px;
}

.applySection ul {
    padding: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.applySection ul li {
    width: 45%;
    margin: 0px;
    margin-bottom: 15px;
    list-style: none;
}

.applySection ul li p {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
}

.applySection ul li p i {
    color: #B5964D;
    font-size: 18px;
    margin-right: 16px;
}

.applySection a {
    color: #B5964D;
    font-size: 18px;
    text-decoration: none;
}

.applySection a i {
    margin-left: 8px;
}

.applySection svg {
    position: absolute;
    bottom: -10rem;
    width: 100%;
    font-family: 'Rubik', sans-serif;
}


/* Media partners Section */

.mediaPartners {
    /* padding-top: 2rem; */
    /* padding-bottom: 13rem; */
    position: relative;
}

.mediaPartners span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.mediaPartners h2 {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 37px;
    font-weight: 600;
}

.mediaPartners .mediaPartnerWrapper {
    /* margin-top: 3rem; */
}

.mediaPartners svg {
    position: absolute;
    bottom: -9rem;
    left: 0px;
    width: 100%;
    transform: rotateZ(180deg);
}

.mediaPartners .mediaPartnerWrapper .mediaPartnerCard {
    position: relative;
    padding-top: 26px;
}

.mediaPartners .mediaPartnerWrapper .mediaPartnerCard P {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 0px;
}

.mediaPartners .mediaPartnerCard img {
    aspect-ratio: 3 / 1;
    object-fit: contain;
}


/* Testimonial Section  */

.testimonialsSection {
    margin-top: 4rem;
    padding-bottom: 3rem;
}

.testimonialsWrapper .tittle {}

.testimonialsWrapper .testimonials-card {
    margin-top: 17px;
}

.testimonialsWrapper .testimonials-card .video-wrapper {
    position: relative;
    width: 100%;
    /* padding-bottom: 56.25%; */
    /* height: 27rem; */
    height: 250px;
    /* border: 4mm ridge rgba(0, 114, 255, .6); */
    border: 4mm ridge rgba(242, 201, 74, 1);
    border-radius: 7px;
    /* border: 14px solid rgb(0, 114, 255); */
    position: relative;
}

.testimonialsWrapper .testimonials-card .video-wrapper iframe {
    /* width: 100%;
    aspect-ratio: 16 / 9; */
    width: 100%;
    height: 100%;
}

.testimonialsWrapper .testimonials-card .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonialsWrapper .testimonials-card .content h3 {
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    text-align: center;
}

.testimonialsWrapper .testimonials-card .content span {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}


/* Roadmap Section */

.roadmapSection {
    padding-top: 10rem;
    /* background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255)); */
    /* background: rgb(1 13 74); */
    background-color: var(--secondary-color);
    padding-bottom: 3rem;
}

.roadmapSection span {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #B5964D;
    font-size: 19px;
}

.roadmapSection h2 {
    font-family: 'Archivo Narrow', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6rem;
}

.roadmapSection h2 img {
    position: absolute;
    top: 44px;
    width: 14rem;
    margin-left: auto;
    margin-right: auto;
}

.roadmapSection h5 {
    font-family: 'Montserrat', sans-serif;
    color: #B5964D;
    font-size: 22px;
    position: relative;
}

.roadmapSection .roadmapNum {
    font-size: 8rem;
    position: absolute;
    top: -57px;
    left: -49px;
    color: #fff;
    font-weight: bold;
    opacity: 8%;
}

.roadmapSection h3 {
    font-family: customGazpacho;
    color: #fff;
    font-size: 40px;
    margin-bottom: 28px;
    position: relative;
}

.roadmapSection p {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-size: 20px;
    position: relative;
}

.roadmapSection a {
    color: #B5964D;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    margin-top: 2rem;
    position: relative;
    top: 3rem;
}

.roadmapSection a i {
    margin-left: 8px;
}

.roadmapSection .roadmapImgCard {
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    height: 25rem;
    width: 100%;
    border-radius: 6px;
    position: relative;
    box-shadow: rgb(181 150 77 / 28%) 1px 26px 46px;
}

.roadmapSection .roadmapCard {
    margin-bottom: 7rem;
}

.roadmapSection .mainBtn {
    margin-top: 0px;
    color: #fff;
    display: inline-block;
    margin: 0px auto;
    padding: 10px 12px;
    font-size: 17px;
    border-radius: 3px;
    top: 0rem;
    font-weight: 600;
    font-family: 'Montserrat',
}


/* Footer Section  */

footer {
    background-color: #151515;
    padding: 15px 0px;
    text-align: center;
    position: relative;
    padding-top: 15rem;
    overflow: hidden;
}

footer svg {
    position: absolute;
    top: -95px;
    left: 0px;
    width: 100%;
}

footer .awardPlaceSection:before {
    top: -16px;
    left: 40rem;
    opacity: 45%;
}

footer .awardPlaceSection:after {
    left: 25rem;
}

footer p {
    font-size: 14px;
    margin: 0px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
}

footer h4 {
    color: #fff;
    text-align: left;
    font-family: customGazpacho;
    font-size: 13px;
    margin-bottom: 20px;
}

footer ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 3rem;
}

footer ul li {
    font-size: 9px;
    margin: 0px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    text-align: left;
    list-style: none;
    margin-bottom: 9px;
}

footer ul li i {
    margin-right: 8px;
}

footer .awardPlaceSection {
    margin-top: 0rem;
    margin-bottom: 3rem;
}

footer .awardPlaceSection .dateContent h1 {
    color: var(--primary-color) !important;
}

footer .awardPlaceSection .dateContent h4 {
    color: var(--primary-color) !important;
}

footer .awardPlaceSection .dateContent h5 {
    color: var(--primary-color) !important;
}

footer .awardPlaceSection .bodyContent span {
    color: #fff;
}

footer .awardPlaceSection .bodyContent h1 {
    color: #fff;
    text-align: left;
    padding: 11px 0px;
}

footer a {
    color: #935bff;
}

footer .mainBtn {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    background: red;
    color: #fff;
    padding: 6px 8px;
    margin-right: 12px;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 6px;
}

footer .brand-wrapper {
    justify-content: center;
    margin-bottom: 12px;
}

footer .brand-wrapper .brandCard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 10%;
    height: 4rem;
}

@media screen and (max-width:770px) {
    footer .brand-wrapper .brandCard {
        width: 30%;
    }
}


/* Detail Roadmap Section */

.detailRoadMap {
    background-color: rgb(0 0 0 / 82%);
    color: #fff;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 100;
    display: none;
}

.detailRoadMap .detailRoadMapContent {
    background-color: #151515;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.detailRoadMap .detailRoadMapContent #closeRoadmapBtn {
    position: sticky;
    top: 0px;
    right: 0rem;
    display: inline-block;
    background: linear-gradient(to right, rgb(242, 153, 74), rgb(242, 201, 76));
    padding: 6px 15px;
    z-index: 100;
    color: #151515;
    border-radius: 5px;
    font-family: customGazpacho;
    font-size: 20px;
}

.detailRoadMap .detailRoadMapContent .timeline:before {
    content: '';
    position: absolute;
    height: 100%;
    left: 50%;
    width: 2px;
    top: -20px;
    background: #fff;
    z-index: 1;
}

.detailRoadMap .detailRoadMapContent .timeline {
    position: relative;
    margin: 50px auto;
    padding: 50px 0;
}

.detailRoadMap .detailRoadMapContent .timeline ul {
    margin: 0;
    padding: 0;
}

.detailRoadMap .detailRoadMapContent .timeline ul li {
    list-style: none;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    width: 50%;
    padding: 40px 70px;
}

.detailRoadMap .detailRoadMapContent .timeline ul li .right_content h5 {
    font-family: 'Montserrat', sans-serif;
    color: #B5964D;
    font-size: 19px;
    position: relative;
}

.detailRoadMap .detailRoadMapContent .timeline ul li .right_content h2 {
    font-family: customGazpacho;
    color: #fff;
    font-size: 35px;
    margin-bottom: 28px;
    position: relative;
}

.detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.left_content {
    padding-bottom: 20px;
}

.detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(59, 112, 239, 1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(58, 112, 239, 0.2);
    right: -6px;
    top: 24px;
    z-index: 1;
}

.detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(59, 112, 239, 1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(58, 112, 239, 0.2);
    left: -6px;
    top: 24px;
}

.detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(odd) .left_content {
    position: absolute;
    top: 12px;
    right: -187px;
    margin: 0;
    padding: 12px 13px;
    color: #fff;
    border-radius: 5px;
    background: #3F51B5;
}

.detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(odd) .left_content h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
}

.detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(even) .left_content {
    top: 12px;
    left: -165px;
    margin: 0;
    position: absolute;
    padding: 12px 13px;
    color: #fff;
    border-radius: 5px;
    background: #3F51B5;
}

.detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(even) .left_content h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
}

.detailRoadMap .detailRoadMapContent .detailRoadmapheader {}

.detailRoadMap .detailRoadMapContent .detailRoadmapheader span {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #ffffff;
    display: block;
}

.detailRoadMap .detailRoadMapContent .detailRoadmapheader h2 {
    font-family: 'customGazpacho';
    background-image: linear-gradient(to right, #c6a129 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #c6a129 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 49px;
    font-weight: 800;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    z-index: 100;
}

.detailRoadMap .detailRoadMapContent .detailRoadmapheader::before {
    content: 'Roadmap';
    color: #fff;
    position: absolute;
    top: -29px;
    left: -79px;
    font-size: 11rem;
    font-family: 'Montserrat', sans-serif;
    z-index: 0;
    font-weight: 800;
    opacity: 6%;
}

@media (max-width: 1000px) {
    .detailRoadMap .detailRoadMapContent .timeline {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .detailRoadMap .detailRoadMapContent .timeline {
        width: 100%;
    }

    .detailRoadMap .detailRoadMapContent .timeline:before {
        left: 20px;
    }

    .detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(odd),
    .detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
    }

    .detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(odd):before {
        top: -18px;
        left: 16px;
    }

    .detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 16px;
    }

    .detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(odd) .left_content,
    .detailRoadMap .detailRoadMapContent .timeline ul li:nth-child(even) .left_content {
        top: -30px;
        left: 50px;
        right: inherit;
    }
}


/* Contact us Section */

.contactUs {
    position: relative;
    /* padding-top: 12rem; */
    /* background: linear-gradient(to right, rgb(242, 153, 74), rgb(242, 201, 76)); */
    background: #fff;
    overflow: hidden;
    padding-bottom: 4rem;
}

.contactUs::before {
    content: 'Contact Us';
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    font-size: 13rem;
    position: absolute;
    bottom: 0px;
    right: -25rem;
    width: 100%;
    font-weight: 900;
    opacity: 12%;
}

.contactUs svg {
    position: absolute;
    top: -5rem;
    width: 100%;
    font-family: 'Rubik', sans-serif;
}

.contactUs p {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: var(--text-color);
    margin-bottom: 7px;
}

.contactUs p a {
    color: var(--text-color);
    text-decoration: none;
}

.contactUs p a:hover {
    color: #713600;
}

.contactUs a:hover {
    color: #713600;
}

/* .contactUs img {
    width: 4rem;
    margin: 15px 19px 15px 0px;
    background: #fff;
    padding: 3px;
    border-radius: 7px;
} */

.contactUs h1 {
    font-family: 'customGazpacho';
    color: var(--text-color);
    font-size: 4rem;
    margin-bottom: 28px;
}

.contactUs h4 {
    font-size: 25px;
    margin-bottom: 25px;
    font-family: var(--primary-font);
}

.contactUs h5 {
    font-family: var(--primary-font);
    color: var(--text-color);
    font-size: 16px;
    position: relative;
    margin-bottom: 22px;
}

.contactUs strong {
    font-family: var(--primary-font);
    color: var(--text-color);
    font-size: 13px;
    position: relative;
}

.contactUs i {
    margin-right: 10px;
}

.contactUs .footer-social-media {
    margin: 0px;
    padding: 0px;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contactUs .footer-social-media li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-right: 14px;
}

.contactUs .footer-social-media li a {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-primary-color);
    padding: 11px 13px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 0px;
    transition: all ease-in-out 0.25s;
}

.contactUs .footer-social-media li a:hover {
    background: var(--secondary-gradient);
    color: #fff;
    top: -7px;
}

.contactUs .footer-social-media li a i {
    margin: 0px;
}


@media screen and (max-width:440px) {

    .contactUs h4 {
        font-size: 15px;
    }
}

/* Copyright Section  */

.copyright-sec {
    background: var(--secondary-gradient);
    padding-top: 4rem;
    padding-bottom: 16px;
    overflow: hidden;
}

/* Jury Section  */

.jurySection {
    padding: 2rem 0rem;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180);
    position: relative;
    padding-top: 10rem;
}

.jurySection::before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 70%;
}

.jurySection .juryContent span {
    font-family: 'DM Sans', sans-serif;
    color: #151515;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}

.jurySection .juryContent h1 {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 6rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
}

.jurySection .juryContent ul {
    padding: 0px;
}

.jurySection .juryContent ul li {
    list-style: none;
}

.jurySection .juryContent ul li p {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
}

.jurySection .juryContent ul li p i {
    font-size: 12px;
    margin-right: 16px;
}

.jurySection .juryCard {}

.jurySection .juryCard .juryImg {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 17px;
    height: 23rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jurySection .juryCard span {
    font-family: 'Rubik', sans-serif;
    background: linear-gradient(to right, rgb(242, 153, 74), rgb(242, 201, 76));
    color: #713600;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 4px;
}

.jurySection .juryCard h4 {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 23px;
    font-weight: 900;
    margin-top: 7px;
}

.jurySection .note {
    border: 4mm ridge rgba(242, 201, 74, 1);
}

.jurySection .note h4 {}

.jurySection .note p {}

.jurySection .note img {}


/* Why us Section */

.whyUsSection {
    margin-top: 5rem;
    position: relative;
}

.whyUsSection::before {
    content: 'CHAMPIONS AWARDS';
    font-size: 6rem;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 130px;
    left: 10rem;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    width: 60%;
    opacity: 8%;
}

.whyUsSection .whyusCard {
    /* background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255)); */
    background: var(--theme-gradient);
    /* transform: rotateY(0deg); */
    position: relative;
    padding: 2rem;
    border-radius: 12px;
}

.whyUsSection .whyusCard img {
    position: absolute;
    top: -5rem;
    left: -7rem;
    width: 35rem;
    z-index: 10;
    /* animation: rotate-trophy 3.5s linear infinite; */
}

@keyframes rotate-trophy {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.whyUsSection .whyusCard h1 {
    font-family: customGazpacho;
    color: var(--primary-color);
    font-size: 30px;
    margin-bottom: 16px;
    position: relative;
}

.whyUsSection .whyusCard span {
    font-family: 'Montserrat', sans-serif;
    color: #713600;
    font-size: 13px;
    position: relative;
    margin-bottom: 11px;
    display: inline-block;
    letter-spacing: 4px;
}

.whyUsSection .whyusCard ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 8px;
}

.whyUsSection .whyusCard ul li {
    list-style: none;
    width: 50%;
}

.whyUsSection .whyusCard p {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-size: 17px;
    position: relative;
}

.whyUsSection .whyusCard ul li p {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-size: 15px;
    position: relative;
}

.whyUsSection .whyusCard ul li i {
    margin-right: 10px;
    font-size: 13px;
    color: var(--primary-color);
}

.whyUsSection .whyusCard a {
    display: inline-block;
    margin-top: 25px;
    font-size: 16px;
    background: #713600;
    padding: 7px 21px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}


/* -------------------------------------
     02. Popup's 
------------------------------------- */


/* magazine popup  */

.magazinePopup {
    border-radius: 10px;
}

.magazinePopup .modal-body {
    padding: 0px;
    position: relative;
    border-radius: 10px;
}

.magazinePopup .modal-body img {
    border-radius: 10px;
}

.magazinePopup .btn-close {
    position: absolute;
    opacity: 100%;
    font-size: 12px;
    z-index: 100;
    display: none;
}

.magazinePopup .magazineBtn {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: linear-gradient(to right, rgb(245 124 17), rgb(245 186 6));
    color: #fff;
    padding: 9px 12px;
    margin-right: 12px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 600;
    position: absolute;
    overflow: hidden;
    bottom: 2rem;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0px auto;
}

@media screen and (max-width:440px) {
    .magazinePopup .magazineBtn {
        font-size: 8px;
        padding: 6px 9px;
        border-radius: 3px;
    }
}


/* -------------------------------------
    03.  Award Place Section 
------------------------------------- */

.awardPlaceSection {
    margin-top: -2rem;
    position: relative;
}

.awardPlaceSection:before {
    content: '';
    position: absolute;
    top: -16px;
    right: 7.5rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: var(--theme-gradient);
}

.awardPlaceSection:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    right: 14rem;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    background: var(--theme-gradient);
    z-index: 1;
}

.awardPlaceSection .dateContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    background: var(--theme-gradient);
}

.awardPlaceSection .dateContent h1 {
    font-size: 65px;
    margin-bottom: -1px;
    padding: 0px;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    margin-left: -14px;
}

.awardPlaceSection .dateContent h4 {
    font-size: 16px;
    margin-top: -9px;
    font-family: 'Montserrat', sans-serif;
}

.awardPlaceSection .dateContent h5 {
    font-size: 33px;
    margin-top: -11px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}

.awardPlaceSection .bodyContent {
    background: rgb(255 255 255 / 11%);
    box-shadow: 0 8px 32px 0 rgb(0 148 255 / 41%);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border-radius: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 21px;
    position: relative;
    z-index: 5;
    padding: 20px;
}

.awardPlaceSection .bodyContent span {
    font-family: 'Great Vibes', cursive;
    font-size: 22px;
    display: inherit;
}

.awardPlaceSection .bodyContent h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-top: -8px;
}

.awardPlaceSection .bodyContent h1 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin-top: -8px;
    display: inline-block;
}

.awardPlaceSection .bodyContent p {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
}

.awardPlaceSection .bodyContent div {
    margin-top: 1rem;
}

.awardPlaceSection .bodyContent div img {
    background: #fff;
    width: 8rem;
    margin-right: 9px;
    border-radius: 4px;
}

.awardPlaceSection .bodyContent .mainBtn {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    background: var(--theme-gradient);
    color: #fff;
    padding: 6px 8px;
    margin-right: 12px;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 6px;
}


/* -------------------------------------
   04. Multi Purpose From Style 
------------------------------------- */

.payment-notifi {
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121));
    position: sticky;
    top: 9px;
    left: 0px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 70%;
    right: 0;
    margin: 0px auto;
    padding: 15px;
    border-radius: 4px;
}

.payment-notifi .notification-ico {
    background: rgb(255 255 255 / 90%);
    color: #0570e0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    border-radius: 3px;
}

.payment-notifi .notification-ico i {}

.payment-notifi .notification-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.payment-notifi .notification-info h1 {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

.payment-notifi .notification-info a {
    text-decoration: none;
    /* background: orange; */
    padding: 6px 24px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 3px;
    border: 2px solid #ffffff;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.payment-notifi .notification-info a::before {
    content: '';
    position: absolute;
    top: 14px;
    right: -80px;
    width: 100%;
    height: 7px;
    background-color: #fff;
    opacity: 25%;
    transform: rotateZ(129deg);
    animation-name: search-icon-ani-bg;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    /* /* animation-direction: alternate; */
}

@keyframes search-icon-ani-bg {
    from {
        right: -26px;
    }

    to {
        right: 30px;
    }
}

.payment-notifi {}

.payment-notifi {}

.msform-header {
    position: relative;
    z-index: 1;
}

.msform-header div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.msform-header div img {
    width: 4rem;
    filter: drop-shadow(7px 0px 3px #000);
    margin-right: 6px;
}

.msform-header h3 {
    font-family: customGazpacho;
    font-size: 20px;
    margin-left: 20px;
    color: #713600;
}

.msform-header div #logout {
    /* background-color: #fff; */
    background: linear-gradient(to right, rgb(255 127 15), rgb(255 192 0));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 42px;
    cursor: pointer;
}

.msform-header div #logout i {
    margin-left: 4px;
}

.msform-header ul {
    margin: 0px;
    padding: 0px;
    /* background: rebeccapurple; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 22px;
    margin-top: 15px;
}

.msform-header ul li {
    list-style: none;
}

.msform-header ul li span {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.msform-header ul li p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.msform-body {
    display: flex;
    justify-content: space-between;
    /* height: 100vh; */
}

.msform-body .msform {
    /* background-color: red; */
    /* flex-grow: 1; */
    width: 70%;
    /* overflow: hidden; */
    position: relative;
    height: 100%;
}

.msform-body .msform {
    background-color: #fff;
    /* height: 100%; */
    padding: 20px;
    border-radius: 10px;
    padding-right: 3rem;
    /* min-height: 28rem; */
    position: relative;
    width: 100%;
    max-height: 32rem;
    /* margin-bottom: 5rem; */
    overflow-y: scroll;
    padding-bottom: 5rem;
    scrollbar-color: #606060 #393939;
    scrollbar-width: thin;
    direction: rtl;
}

.msform-body .msform:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 8px;
    height: 100%;
    background-color: orange;
}

.msform-body .msform::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    direction: rtl;
    /* background-color: red; */
}

.msform-body .msform::-webkit-scrollbar-corner {
    background: #393939;
}

.msform-body .msform::-webkit-scrollbar-thumb {
    /* background: #606060; */
    background: linear-gradient(to right, rgb(255 127 15), rgb(255 192 0));
    border-radius: 10px;
    /* border: 1px solid #393939; */
}

.msform-body .msform::-webkit-scrollbar-thumb:hover {
    background: #868686;
}

.msform-body .msform::-webkit-scrollbar-track {
    border: 1px solid #393939;
    background-color: #393939;
    border-radius: 10px;
}

.msform-body .msform .formNote {
    margin-bottom: 12px;
}

.msform-body .msform .formNote a {
    font-size: 13px;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    /* color: #5d5d5d; */
}

.msform-body .msform .formNote a i {
    margin-right: 5px;
}

.msform-body .msform .formNote .card-body {
    border: none;
    margin-top: 14px;
}

.msform-body .msform .formNote .card-body ul {
    margin: 0px;
    padding: 0px;
}

.msform-body .msform .formNote .card-body ul li {
    list-style: none;
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 18px;
    /* font-size: 12px; */
    color: #000;
    font-weight: 400;
    display: flex;
}

.msform-body .msform .formNote .card-body ol {
    padding: 0px;
    margin: 0px;
    /* background: red; */
    display: flex;
    flex-wrap: wrap;
    margin-left: 1rem;
}

.msform-body .msform .formNote .card-body ol li {
    /* background: orange; */
    width: 45%;
    margin-right: 3%;
    font-size: 13px;
    margin-bottom: 11px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(175 175 175 / 32%);
}

.msform-body .msform .formNote .card-body ol li a {
    display: inline;
    width: fit-content;
    font-size: 10px;
    text-decoration: underline;
}

.msform-body .msform .fs-title {
    font-size: 20px;
    font-family: 'Archivo Narrow', sans-serif;
    margin-bottom: 21px;
}

.msform-body .msform .in {
    position: relative;
}

.msform-body .msform label {
    position: relative;
    display: block;
}

.msform-body .msform label input {
    font: 10px Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    display: block;
    border: none;
    padding: 16px;
    width: 100%;
    margin-bottom: 36px;
    font-size: 16px;
    outline: none;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding-top: 36px;
}

.msform-body .msform label textarea {
    padding-top: 36px;
}

.msform-body .form-select {
    font: 10px Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    display: block;
    border: none;
    padding: 16px;
    width: 100%;
    margin-bottom: 36px;
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


/* 
.msform-body .msform label input::-moz-placeholder {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.msform-body .msform label input:-ms-input-placeholder {
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.msform-body .msform label input::placeholder {
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.msform-body .msform label input:focus,
form label input.populated {
    padding-top: 28px;
    padding-bottom: 12px;
}

.msform-body .msform label textarea:focus,
form label textarea.populated {
    padding-top: 28px;
    padding-bottom: 12px;
}

.msform-body .msform label input:focus::-moz-placeholder,
form label input.populated::-moz-placeholder {
    color: transparent;
}

.msform-body .msform label input:focus:-ms-input-placeholder,
form label input.populated:-ms-input-placeholder {
    color: transparent;
}

.msform-body .msform label input:focus::placeholder,
form label input.populated::placeholder {
    color: transparent;
}

.msform-body .msform label input:focus+span,
form label input.populated+span {
    opacity: 1;
    top: 10px;
}

.msform-body .msform label textarea:focus::placeholder,
form label textarea.populated::placeholder {
    color: transparent;
}

.msform-body .msform label textarea:focus+span,
form label textarea.populated+span {
    opacity: 1;
    top: 10px;
} */

.msform-body .msform label span {
    color: #713600;
    font: 13px Helvetica, Arial, sans-serif;
    position: absolute;
    font-weight: 700;
    top: 8px;
    left: 16px;
    opacity: 70%;
    /* opacity: 0; */
    transition: all 0.2s ease-in-out;
}

.msform-body .msform .action-button,
.action-button-previous {
    font-size: 16px;
    padding: 7px 23px;
    border: none;
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}

.msform-body .msform .add-btn {
    background: #009688;
    font-size: 16px;
    padding: 7px 17px;
    border: none;
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.msform-body .msform .delete-partner-btn,
.delete-recognition-btn,
.delete-uDoc-btn,
.deleteRecog,
.removedata,
.delete-doc {
    font-size: 13px;
    background: transparent;
    border: none;
    color: rgb(255 0 0);
    padding: 5px 14px;
    border-radius: 3px;
    text-decoration: underline;
    font-weight: 600;
}


/*Hide all except first fieldset*/

.msform:not(:first-of-type) {
    display: none;
}


/*progressbar*/

#progressbar {
    margin-bottom: 30px;
    counter-reset: step;
    margin: 0px;
    padding: 0px;
    width: 30%;
}

#progressbar li {
    list-style-type: none;
    color: #000;
    font-size: 9px;
    width: 100%;
    letter-spacing: 1px;
    margin: 40px 0px;
    position: relative;
    padding-left: 26px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    background: linear-gradient(to right, rgb(242, 153, 74), rgb(242, 201, 76));
    border-radius: 25px;
    position: absolute;
    top: -5px;
    left: -32px;
    font-weight: 800;
}

#progressbar li h4 {
    font-size: 15px;
    font-family: customGazpacho;
    color: #fff;
    margin-bottom: 6px;
}

#progressbar li p {
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    color: #fff;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    display: none;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #3F8EF0;
    color: white;
}


/* -------------------------------------
   05 . Signin/Signup Page Style
------------------------------------- */

.signin-wrapper {
    /* background: linear-gradient(to right, rgb(237 135 45), rgb(248 196 37)); */
    background: var(--theme-gradient);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}

.signin-wrapper img {
    position: absolute;
    top: -133px;
    left: 0px;
    width: 200%;
    opacity: 35%;
}

.signin-wrapper .form-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.signin-wrapper .form-body h3 {
    font-size: 25px;
    text-align: center;
    font-family: customGazpacho;
    color: #fff;
    margin-bottom: 2rem;
    position: relative;
}

.signin-wrapper .form-body .note {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-top: 27px;
}

.signin-wrapper .form-body form {
    background: rgb(255 255 255 / 3%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    /* border: 1px solid rgba(255, 255, 255, 0.18); */
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 26rem;
}

.signin-wrapper .form-body form input {
    font-size: 13px;
    padding: 8px 9px;
    margin-bottom: 25px;
    border: none;
    border-radius: 5px;
    background-color: rgb(255 255 255 / 22%);
    font-weight: 700;
    color: #fff;
    width: 100%;
}

.signin-wrapper .form-body form input::-webkit-outer-spin-button,
.signin-wrapper .form-body form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.signin-wrapper .form-body form input::placeholder {
    font-size: 13px;
    font-weight: 700;
    color: #fffcfa;
}

.signin-wrapper .form-body form a {
    color: #fff;
    font-size: 11px;
    padding: 8px 8px;
    width: 6rem;
    margin-left: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
}

.signin-wrapper .form-body form .sendOTP {
    display: flex;
    align-items: flex-start;
}

.signin-wrapper .form-body form .verifyOTP {
    display: flex;
    align-items: flex-start;
    display: none;
}

.signin-wrapper .form-body form .sendOTP a {
    background-color: #e4181f;
}

.signin-wrapper .form-body form .verifyOTP a {
    background-color: #28a745;
}

.signin-wrapper .form-body form #signin-btn {
    background: #fff;
    width: fit-content;
    margin: 0px auto;
    font-size: 15px;
    padding: 10px 34px;
    border-radius: 43px;
    text-decoration: none;
    color: #713600;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
}

.signin-wrapper .form-body form #signin-btn:hover {
    background: #713600;
    color: #fff;
}





/* -----------------------------------------------------------
        06. User Detail Page "Under Report Section" Style
--------------------------------------------------------------- */

.userDetail-wrapper {
    background: #ebf0fb;
    font-family: 'Montserrat', sans-serif;
    /* height: 100vh; */
    padding-bottom: 2rem;
    /* padding: 18px 0px; */
}

.userDetail-wrapper header {
    background: #ffffff;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.userDetail-wrapper header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
}

.userDetail-wrapper header .container .logo-section {
    display: flex;
    align-items: center;
}

.userDetail-wrapper header .container .logo-section img {
    width: 35px;
}

.userDetail-wrapper header .container .logo-section h3 {
    /* font-family: 'Archivo Narrow', sans-serif; */
    color: #353243;
    font-size: 16px;
    margin-left: 10px;
    text-transform: capitalize;
    margin-top: 9px;
}

.userDetail-wrapper header p {
    font-size: 12px;
    margin: 0px;
    color: #353243;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.userDetail-wrapper header p .active-status {
    background: rgb(65 241 65 / 38%);
    color: green;
    font-weight: 500;
    font-size: 10px;
    padding: 6px 16px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.userDetail-wrapper header p .inactive-status {
    background: rgb(65 241 65 / 38%);
    color: green;
    font-weight: 500;
    font-size: 10px;
    padding: 6px 16px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.userDetail-wrapper header input {
    background: #8faff8;
    color: #fff;
    border: none;
    padding: 6px 26px;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 4px;
    width: 100%;
}

.userDetail-wrapper .userDetail-content-body {}

.userDetail-wrapper .userDetail-content-body .show-detail-card {
    background-color: #fff;
    padding: 12px;
    margin-top: 30px;
}

.userDetail-wrapper .userDetail-content-body .show-detail-card h4 {
    color: #353243;
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 500;
}

.userDetail-wrapper .userDetail-content-body .show-detail-card h6 {
    font-size: 10px;
    margin-bottom: 2px;
    color: rgba(0, 0, 0, 0.721);
    font-weight: 500;
}

.userDetail-wrapper .userDetail-content-body .show-detail-card .content-text {
    font-size: 12px;
    color: #000000;
}

.userDetail-wrapper .userDetail-content-body .show-detail-btn-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-top: 2rem;
}

.userDetail-wrapper .userDetail-content-body .finalBtn {
    background: #8faff8;
    color: #fff;
    border: none;
    padding: 6px 20px;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 4px;
    margin-right: 12px;
    text-decoration: none;
}

.userDetail-wrapper .userDetail-content-body .show-detail-btn-wrapper button {}

.userDetail-wrapper .userDetail-content-body .not-found {
    color: red;
    font-size: 11px;
    margin-bottom: 0px;
    font-weight: 500;
}




/* -------------------------------------
    07. Voting Section
------------------------------------- */

.votingSection {
    position: relative;
    height: 50rem;
    background: #000;
    padding: 3rem 0rem;
    margin-top: 3rem;
    overflow: hidden;
}

.votingSection::before {
    content: 'Online Voting';
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    bottom: 20rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 9rem;
    color: #fff;
    font-weight: bold;
    opacity: 21%;
    text-transform: uppercase;
}

.votingSection #earth {
    position: absolute;
    bottom: -65rem;
    left: 1rem;
    width: 100%;
    z-index: 18;
    opacity: 90%;
    animation: loader-spin 22s linear infinite;
}

@keyframes loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.votingSection #earth-light {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    width: 100%;
    z-index: 14;
    /* opacity: 79%; */
}

.votingSection #star-bg {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    z-index: 18;
    opacity: 37%;
    z-index: 0;
}

.votingSection .header {
    position: relative;
    z-index: 80;
}

.votingSection .header span {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 22px;
}

.votingSection .header h2 {
    font-family: 'Archivo Narrow', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.votingSection .header .infoCard {
    display: flex;
    padding: 14px;
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 1rem;
    box-shadow: rgba(255, 255, 255, 0.832) 3px 5px 18px;
}

.votingSection .header .infoCard div {
    background: #000;
    font-size: 16px;
    padding: 15px 15px;
    margin-right: 11px;
    border-radius: 8px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.votingSection .header .infoCard h4 {
    font-size: 17px;
    margin-bottom: 0px;
    /* font-family: customGazpacho; */
    color: #000;
}

.votingSection .header .infoCard h4 span {
    text-align: left;
    font-family: customGazpacho;
    font-size: 13px;
    margin-bottom: 5px;
    color: #000;
}

.votingSection .content {
    position: relative;
    z-index: 100;
    color: #fff;
    /*margin-top: 3rem;*/
}

.votingSection .content h4 {
    font-family: customGazpacho;
    font-size: 23px;
}

.votingSection .content ul {
    position: relative;
    z-index: 100;
    color: #fff;
    padding: 0px;
    top: 1rem;
}

.votingSection .content ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
}

.votingSection .content ul li p {
    font-family: 'Rubik', sans-serif;
}

.votingSection .content ul li i {
    margin-right: 10px;
    margin-top: 7px;
    font-size: 20px;
    color: white;
    box-shadow: rgba(255, 255, 255, 0.832) 3px 5px 18px;
}



/* -------------------------------------
    08. Main Voting Page
------------------------------------- */

.votingBanner {
    /* background-color: #151515; */
    /* height: 100vh; */
    /* padding: 4rem; */
    /* background-color: red; */
    height: 100%;
    margin-top: 0rem;
}

.votingBanner .info {}

.votingBanner .info img {
    position: relative;
    z-index: 100;
}

.votingBanner .info .mainLogo {
    width: 20rem;
    margin: 0px auto;
}

.votingBanner .info .mainLogo::before {
    content: "asdasdad";
    color: #fff;
    position: absolute;
    top: 0rem;
    left: 0rem;
    background: linear-gradient(to bottom right, #b5964d, #b5964d);
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    filter: blur(7rem);
    z-index: 10;
    inset: -0.625em;
    top: 2rem;
    left: 8rem;
}

.votingBanner .info h6 {
    font-family: Montserrat, sans-serif;
    position: relative;
    color: #fff;
    font-size: 20px;
    margin: 0px;
    margin-top: 2rem;
    text-align: center;
}

.votingBanner .info h1 {
    font-family: "customGazpacho";
    color: #fff;
    font-size: 60px;
    margin: 0px;
    text-align: center;
}

.votingBanner .info h2 {
    font-family: 'MonteCarlo', cursive;
    color: #fff;
    font-size: 45px;
    letter-spacing: 3px;
    text-align: center;
}

.brand-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.votingBanner .info .partnerWrapper {
    /* background: red; */
    color: #ffff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
}

.votingBanner .info .partnerCard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* background: orange; */
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    width: 10rem;
    padding: 10px;
    margin-right: 15px;
    height: 4rem;
    border-radius: 5px;
}

.votingBanner .info .partnerCard h3 {
    font-size: 8px;
    margin: 0px;
}

.votingBanner .info .partnerCard p {
    margin-bottom: 0px;
    font-size: 12px;
    margin-bottom: 7px;
    font-family: 'Archivo Narrow', sans-serif;
    line-height: 15px;
}

.votingBanner .info .partnerCard img {
    width: 2rem;
    position: absolute;
    top: 6px;
    right: 7px;
}

.votingBanner .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 1rem;
}

.votingBanner .content .orgIco {
    width: 7rem;
    margin-bottom: 10px;
}

.votingBanner .content h1 {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 50px;
    margin-bottom: 0px;
    color: #fff;
}

.votingBanner .content h4 {
    font-family: 'MonteCarlo', cursive;
    font-size: 25px;
    margin-top: 1px;
    margin-bottom: 2px;
    color: #fff;
}

.votingBanner .content h2 {
    font-family: "customGazpacho";
    font-size: 30px;
    letter-spacing: 6px;
    color: #fff;
}

.votingBanner .content h6 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    background: #fff;
    padding: 4px 13px;
    border-radius: 4px;
}

.votingBanner .content .videoWrapper {
    /* background-color: red; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -5rem;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20rem;
    /* overflow: hidden; */
    /* top: 20px;    */
}

.votingBanner .content .videoWrapper::before {
    content: '';
    background-color: #fec458;
    position: absolute;
    top: 0rem;
    left: 0rem;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 35%;
    display: none;
}

.votingBanner .content .videoWrapper iframe {
    width: 100%;
    aspect-ratio: 16/9;
    /* height: 100%; */
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 7px;
}

.votingBanner .content .videoWrapper .videoPlayBtn {
    margin-top: -7px;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    text-decoration: none;
    top: -2rem;
    z-index: 100;
}

.votingBanner .content .videoWrapper .videoPlayBtn i {
    color: #000;
}

.votingBanner .content .videoWrapper .videoPlayBtn::after {
    content: '';
    position: absolute;
    /* top: 0px;
    left: 0px; */
    width: 120px;
    height: 120px;
    background-color: #ffffff5e;
    border-radius: 50%;
    z-index: 10;
    animation: mymove 1s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
}

@keyframes mymove {
    from {
        width: 30px;
        height: 30px;
    }

    to {
        width: 50px;
        height: 50px;
    }
}

.votingBanner .content .videoFooter {
    background: linear-gradient(to right, rgb(237 135 45), rgb(248 196 37));
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: absolute; */
    width: 100%;
    bottom: 0rem;
    padding: 9px;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    top: 12rem;
}

.votingBanner .content .videoFooter h2 {
    font-family: 'MonteCarlo', cursive;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #713600;
}

.votingBanner .content .videoFooter h2 a {
    text-decoration: none;
    color: #713600;
}

.votingBanner .content .videoFooter h1 {
    font-family: "customGazpacho";
    font-size: 30px;
    color: #713600;
}

.votingBanner .content .videoFooter button {
    background-color: #fff;
    color: #713600;
    padding: 8px 30px;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    border: none;
    font-size: 19px;
    font-weight: 600;
}

.votingBanner .content .videoFooter .btnAnimation {
    position: relative;
    overflow: hidden;
    scale: 0.8;
    animation-name: mainBtnScaleAni;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121)) !important;
    color: #fff;
}

.votingBanner .content .videoFooter .btnAnimation:before {
    content: '';
    position: absolute;
    top: -4rem;
    right: -1rem;
    height: 20rem;
    width: 20px;
    background-color: rgb(255 255 255 / 39%);
    transform: rotateZ(10deg);
    animation-name: mainBtnAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


/* ==================  All Popup CSS ================= */

#votingPopUp .btn-close {
    width: fit-content;
    background-color: rgb(255 255 255 / 56%);
    position: absolute;
    top: 14px;
    left: 15px;
    z-index: 100;
    opacity: 100%;
    padding: 13px 18px;
    font-size: 11px;
    color: #f5ac2a;
}

.votingCardWrapper {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.votingCardWrapper .votingHeader {
    position: relative;
    background-color: #F5AC2A;
    padding: 3rem 3rem;
    padding-bottom: 5rem;
    border-radius: 5px 5px 0px 0px;
}

.votingCardWrapper .votingHeader h1 {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 4rem;
    color: #fff;
    font-family: 'Archivo Narrow', sans-serif;
}

.votingCardWrapper .votingHeader h4 {
    text-align: center;
    font-size: 15px;
    margin-top: 3px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.votingCardWrapper .votingHeader h6 {
    font-size: 9rem;
    color: rgb(255 255 255 / 10%);
    position: absolute;
    bottom: -3rem;
    left: 0px;
    width: 100%;
    text-align: center;
}

.votingCardWrapper .votingHeader .votingIco {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: 0px auto;
    padding: 13px;
    border-radius: 50%;
    border: 7px solid #fff;
}

.votingCardWrapper .votingHeader .watchNowBtn {
    background: #fff;
    width: fit-content;
    padding: 7px 11px;
    font-size: 12px;
    border-radius: 39px;
    position: absolute;
    top: 15px;
    right: 14px;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.votingCardWrapper .votingHeader .watchNowBtn i {
    font-size: 22px;
    margin-right: 8px;
    color: #f5ac2a;
}

.votingCardWrapper .votingHeader span {}

.votingCardWrapper .votingHeader .firstShape {
    width: 15rem;
    height: 15rem;
    display: inline-block;
    background: #ffffff38;
    position: absolute;
    top: -6rem;
    left: -6rem;
    border-radius: 50%;
}

.votingCardWrapper .votingHeader .secondShape {
    width: 15rem;
    height: 15rem;
    display: inline-block;
    background: #ffffff38;
    position: absolute;
    bottom: -6rem;
    right: -6rem;
    border-radius: 50%;
}

.votingCardWrapper .votingHeader {}

.votingCardWrapper .votingHeader .ques-progress-bar {
    position: absolute;
    bottom: -41px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: fit-content;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress-info {
    background: white;
    position: absolute;
    bottom: 51px;
    right: -109px;
    padding: 6px 24px;
    border-radius: 4px;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress-info h2 {
    font-size: 15px;
    margin: 0px;
    text-align: center;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress-info h4 {
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    color: #000;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress {
    width: 90px;
    height: 90px;
    background: none;
    position: relative;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress .progress-left {
    left: 0.5px;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress .progress-right {
    right: -0.5px;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.votingCardWrapper .votingHeader .ques-progress-bar .progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.votingCardWrapper .votingBody {
    padding: 2rem 1rem;
    padding-top: 3rem;
    padding-bottom: 0rem;
}

.votingCardWrapper .votingBody p {
    margin: 0px;
    font-size: 15px;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.votingCardWrapper .votingBody .hindiQuestion {}

.votingCardWrapper .votingBody .que-Note {
    color: #000AFF;
    font-size: 12px;
    font-weight: 600;
}

.votingCardWrapper .votingBody .votingRadioWrapper {}

.votingCardWrapper .votingBody .votingRadioWrapper .radioList {
    /* background-color: orange; */
    /* width: 100%; */
    padding: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}

.votingCardWrapper .votingBody .votingRadioWrapper .votingRadioCard {
    /* background: red; */
    margin-bottom: 7px;
    margin-right: 8px;
}

.votingCardWrapper .votingBody .votingRadioWrapper .votingRadioCard label {}

.votingRadioWrapper .votingRadioBox {
    background-color: #9a9a9a;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 5px; */
    border-radius: 3px;
    cursor: pointer;
}

.votingRadioWrapper .ratingOn {
    background-color: red;
}

.votingCardWrapper .votingBody .votingRadioWrapper h2,
.votingRadioWrapper h2 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 39px;
    color: #f5ac2a;
}

.votingCardWrapper .votingBody .votingRadioWrapper h6,
.votingRadioWrapper h6 {
    text-align: center;
    font-size: 14px;
    color: rgb(148 148 148 / 76%);
}

#votingPopUp .modal-content {
    border-radius: 6px;
    overflow: hidden;
}

#votingPopUp .modal-content .votingCardLoading {
    /* background: linear-gradient(to right, rgb(237 135 45), rgb(248 196 37)); */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 100;
    background-color: rgb(100 100 100 / 46%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(3px);
}

#votingPopUp .modal-content .votingCardLoading div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#votingPopUp .modal-content .votingCardLoading img {
    width: 5rem;
}

#votingPopUp .modal-content .votingCardLoading svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
    margin-left: 3rem;
    margin-bottom: 0px;
}

#votingPopUp .modal-content .votingCardLoading h1 {
    text-align: center;
    font-size: 30px;
    margin-top: 7px;
    margin-bottom: 0px;
    font-family: "customGazpacho";
    color: #fff;
    font-weight: 600;
}

#votingPopUp .modal-content .votingCardLoading p {
    margin-bottom: 0px;
    font-size: 25px;
    font-family: 'MonteCarlo', cursive;
    color: #fff;
    margin-top: 7px;
    font-weight: 500;
}

.loginCardWrapper {
    position: relative;
    /* background: red; */
    padding: 2rem;
    height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginCardWrapper::before {
    content: '';
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    background-color: #f5ac2a;
    position: absolute;
    top: -7rem;
    left: -16rem;
}

.loginCardWrapper::after {
    content: '';
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    background-color: #f5ac2a;
    position: absolute;
    top: -4rem;
    left: -13rem;
    z-index: -1;
    opacity: 15%;
}

.loginCardWrapper div {
    position: relative;
    z-index: 10;
}

.loginLogo {
    width: 5rem !important;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 100;
}

.loginCardWrapper h1 {
    font-size: 37px;
    font-family: "customGazpacho";
    color: #fff;
}

.loginCardWrapper .form-heading {
    font-size: 16px;
    color: #713600;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.loginCardWrapper .userCard {
    display: flex;
    align-items: center;
}

.loginCardWrapper .userCard div {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
}

.loginCardWrapper .userCard div img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.loginCardWrapper .userCard section {
    margin-left: 10px;
}

.loginCardWrapper .userCard h4 {
    font-size: 21px;
    margin: 0px;
    font-family: 'Archivo Narrow', sans-serif;
}

.loginCardWrapper .userCard h6 {
    font-size: 10px;
    font-family: 'Archivo Narrow', sans-serif;
}

.loginCardWrapper .participantCard {}

.loginCardWrapper .participantCard h1 {
    font-size: 24px;
    font-family: 'MonteCarlo', cursive;
    background: #e93037;
    margin-bottom: 14px;
    display: inline-block;
    padding: 5px 13px;
    border-radius: 3px;
}

.loginCardWrapper .participantCard h2 {
    font-size: 38px;
    color: #fff;
    font-family: customGazpacho;
    width: 75%;
    margin-bottom: 11px;
    display: inline-block;
}

.loginCardWrapper .participantCard h4 {
    font-size: 23px;
    margin: 0px;
    font-family: 'Archivo Narrow', sans-serif;
}

.loginCardWrapper .participantCard h6 {
    font-size: 12px;
    font-family: 'Archivo Narrow', sans-serif;
}

.loginCardWrapper form {
    width: 100%;
}

.loginCardWrapper form::before {
    content: '';
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    background-color: #f5ac2a;
    position: absolute;
    top: 14rem;
    right: -18rem;
    opacity: 60%;
}

.loginCardWrapper form button {
    background-color: #f5ac2a;
    color: #fff;
}

.loginCardWrapper form .inputBtnField {
    display: flex;
    margin-bottom: 16px;
}

.loginCardWrapper form .inputBtnField input[type=button] {
    color: #fff;
    border: none;
    margin-left: 10px;
    font-size: 11px;
    padding: 0px 17px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginCardWrapper form input[type=submit] {
    background-color: #00a6fb;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 1px;
    width: 100%;
    position: relative;
    box-shadow: 5px 3px 12px #878787bf;
}

.congratulationsWrapper {
    /* background-color: red; */
    position: relative;
    overflow: hidden;
}

.congratulationsWrapper .bgImg {
    width: 52rem !important;
    position: absolute;
    top: -7rem;
    opacity: 41%;
}

.congratulationsWrapper .starImg {
    position: relative;
    z-index: 10;
    width: 14rem !important;
    margin: 0px auto;
    margin-top: 3rem;
}

.congratulationsWrapper h1 {
    text-align: center;
    font-size: 30px;
}

.congratulationsWrapper h2 {
    font-size: 19px;
    text-align: center;
}

#errorVotingPopUp {}

#errorVotingPopUp .popupHeader {
    background-color: #e63946;
    width: 100%;
    height: 13rem;
    /* padding: 23px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#errorVotingPopUp .popupHeader img {
    width: 6rem;
    margin: 0px auto;
    /* display: inline; */
    text-align: center;
}

#errorVotingPopUp .popupHeader h1 {
    font-size: 22px;
    margin-top: 14px;
    color: #fff;
    font-family: Montserrat, sans-serif;
}

#errorVotingPopUp .popupHeader .closeErrorPopup {
    position: absolute;
    top: 21px;
    right: 22px;
    background-color: rgb(255 255 255 / 70%);
    color: #e63946;
    padding: 10px;
    opacity: 100%;
    font-size: 12px;
}

#errorVotingPopUp .popupBody {}

#errorVotingPopUp .popupBody h2 {
    font-size: 25px;
    text-align: center;
    margin-top: 40px;
    color: #4a4a4a;
    font-family: 'Archivo Narrow', sans-serif;
}

#errorVotingPopUp .popupBody a {
    background: #e63946;
    display: block;
    margin: 0px auto;
    text-align: center;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 22px;
    position: relative;
    margin-top: 2.5rem;
    border-radius: 6px;
    font-family: 'Archivo Narrow', sans-serif;
}

#errorVotingPopUp .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.customProgressBar {}

.customProgressBar p {
    font-size: 12px;
    margin: 0px;
    margin-top: 4px;
    font-weight: 500;
}

.customProgressBar .progress {
    border-radius: 3px;
    margin-right: 0px;
    margin-top: 1rem;
}

#finalSubmit {
    margin: 0px auto;
    display: block;
    width: fit-content;
    padding: 7px 15px;
    font-size: 15px;
    margin-top: 2rem;
    text-decoration: none;
    border-radius: 3px;
    background: #f5ac2a;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 100;
    display: inherit;
    text-align: center;
}

.congratulationsWrapper a {
    margin: 0px auto;
    display: block;
    width: fit-content;
    padding: 7px 15px;
    font-size: 15px;
    margin-top: 2rem;
    text-decoration: none;
    border-radius: 3px;
    background: #f5ac2a;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 100;
    margin-bottom: 1rem;
}


/* -------------------------------------
    09. Search Voting Participant Page
------------------------------------- */

.votingSearchWrapper {
    padding: 2rem;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.votingSearchWrapper .logo {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 7rem;
}

.votingSearchWrapper .votingSearchHeader {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.votingSearchWrapper .votingSearchHeader h1 {
    font-family: "customGazpacho";
    color: #fff;
    font-size: 35px;
    margin: 0px;
    text-align: center;
}

.votingSearchWrapper .votingSearchHeader h6 {
    font-family: 'Archivo Narrow', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.votingSearchWrapper .votingSearchHeader h1 span {
    font-family: 'MonteCarlo', cursive;
}

.votingSearchWrapper .votingSearchBody {
    position: relative;
    z-index: 100;
}

.votingSearchWrapper .votingSearchBody .form-wrapper {
    background: transparent;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.votingSearchWrapper .votingSearchBody .form-wrapper input {
    width: 35rem;
    height: 47px;
    border-radius: 4px;
    border: none;
    padding: 10px;
    margin-right: 12px;
}

.votingSearchWrapper .votingSearchBody .form-wrapper button {
    font-family: 'Archivo Narrow', sans-serif;
    /* background: red; */
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121));
    padding: 9px 31px;
    border: none;
    border-radius: 4px;
    color: #fff;
}

.buildingBG {
    position: absolute;
    bottom: -12rem;
    left: 0rem;
    opacity: 100%;
    right: 0rem;
    margin: 0px auto;
    width: 55%;
    z-index: 1;
}

.buildingBG1 {
    position: absolute;
    bottom: -4rem;
    left: 0rem;
    opacity: 29%;
    right: 0rem;
    margin: 0px auto;
    display: none;
}

.voteBGLeft {
    position: absolute;
    bottom: -10rem;
    left: -4rem;
    opacity: 22%;
    width: 78%;
}

.voteBGRight {
    position: absolute;
    bottom: -10rem;
    right: -31rem;
    opacity: 22%;
    width: 78%;
}

.votingSearchWrapper::before {
    content: '';
    width: 50rem;
    height: 50rem;
    background-color: #efbf4975;
    border-radius: 50%;
    position: absolute;
    bottom: -30rem;
    right: 0rem;
    left: 0rem;
    margin: 0px auto;
}

.votingSearchWrapper::after {
    content: 'Vote Now';
    position: absolute;
    bottom: 20rem;
    left: 0rem;
    right: 0rem;
    margin: 0px auto;
    font-size: 11rem;
    color: #fff;
    font-family: 'Archivo Narrow', sans-serif;
    text-align: center;
    font-weight: 900;
    opacity: 6%;
    text-transform: uppercase;
    letter-spacing: 20px;
}




/* --------------------------------------------------------
        10. Jury Voting Page
------------------------------------------------------- */

#juryVotingWrapper::before {
    content: '';
    position: absolute;
    bottom: -15rem;
    right: 0px;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    background-color: white;
    opacity: 22%;
}

#juryVotingWrapper .juryVotingHeader {
    display: flex;
    align-items: center;
    font-family: 'Archivo Narrow', sans-serif;
    justify-content: flex-end;
    position: relative;
    padding: 10px
}

#juryVotingWrapper .juryVotingHeader h4 {
    font-family: Montserrat, sans-serif;
    position: relative;
    color: #fff;
    font-size: 17px;
    margin: 0px;
    margin-top: 2rem;
    text-align: center;
}

#juryVotingWrapper .juryVotingHeader h1 {
    font-family: "customGazpacho";
    font-size: 55px;
    margin: 0px;
    text-align: center;
    color: #fff;
}

#juryVotingWrapper .juryVotingHeader h3 {
    font-family: 'MonteCarlo', cursive;
    color: #fff;
    font-size: 35px;
    letter-spacing: 3px;
    text-align: center;
}

#juryVotingWrapper .juryVotingHeader img {
    width: 4rem;
}

#juryVotingWrapper .juryVotingBody {
    position: relative;
    padding-bottom: 2rem;
}

#juryVotingWrapper .juryVotingBody .juryName {
    font-family: Montserrat, sans-serif;
    color: #713600;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0px auto;
    text-transform: capitalize;
}

#juryVotingWrapper .juryVotingBody .juryName::before {
    content: '';
    position: absolute;
    top: 14px;
    right: -14rem;
    width: 12rem;
    height: 1px;
    background-color: #713600;
}

#juryVotingWrapper .juryVotingBody .juryName::after {
    content: '';
    position: absolute;
    top: 14px;
    left: -14rem;
    width: 12rem;
    height: 1px;
    background-color: #713600;
}

#juryVotingWrapper .juryVotingBody .jurySearchWrapper {
    width: 45%;
    margin: 0px auto;
    margin-top: 25px;
}

#juryVotingWrapper .juryVotingBody .jurySearchWrapper label {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 10px;
}

#juryVotingWrapper .juryVotingBody .jurySearchWrapper #org_name {
    border-radius: 3px;
    font-size: 13px;
    width: 100%;
    height: 46px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 41px 0 rgb(118 118 118 / 26%);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

#juryVotingWrapper .juryVotingBody .jurySearchWrapper #search_btn {
    border: none;
    margin-left: 6px;
    padding: 13px 28px;
    border-radius: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121));
    color: #fff;
    border-radius: 5px;
    margin-left: 14px;
}

#juryVotingWrapper .juryVotingBody .jurySearchWrapper .errorWrapper p {
    font-family: Montserrat, sans-serif;
    color: #d90429;
    font-size: 13px;
    margin: 0px;
    margin-top: 22px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
}

#juryVotingWrapper .juryVotingBody .questionBody {
    background-color: #f8edeb;
    margin-top: 2rem;
    padding: 21px;
    border-radius: 5px;
}

#juryVotingWrapper .juryVotingBody .questionBody span {
    font-family: Montserrat, sans-serif;
    color: #e48e31;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
}

#juryVotingWrapper .juryVotingBody .questionBody .que-Note {
    font-family: Montserrat, sans-serif;
    color: #208e51;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 12px;
    margin-top: 12px;
}

#juryVotingWrapper .juryVotingBody .questionBody p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 9px;
}

#juryVotingWrapper .juryVotingBody .questionBody .votingRadioWrapper {
    position: relative;
    margin-left: 1rem;
    margin-top: 1rem;
}

#juryVotingWrapper .juryVotingBody .questionBody .votingRadioWrapper .radioList {
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

#juryVotingWrapper .juryVotingBody .questionBody .votingRadioWrapper .votingRadioCard {
    margin-bottom: 7px;
    margin-right: 8px;
}

#juryVotingWrapper .juryVotingBody .questionBody .votingRadioWrapper .votingRadioBox {
    background-color: #9a9a9a;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 7px;
    font-size: 12px;
}

#juryVotingWrapper .juryVotingBody .questionBody .votingRadioWrapper .ratingOn {
    background-color: #fcbf49;
}

#juryVotingWrapper .juryVotingBody #sumbit_jury_btn {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    background: red;
    color: #fff;
    padding: 12px 42px;
    margin-right: 12px;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121));
    border: none;
    width: fit-content;
}





/* -------------------------------------
     09. Nomination Winners Page
-------------------------------------*/


/* Navigation & Header  */

#winners-list-page {
    /* background-color: #F2F2F6; */
    background: linear-gradient(to right, rgb(229 107 0), rgb(234 176 0));
    padding-bottom: 3rem;
    height: 100vh;
}

#winners-list-page nav {
    background: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 22px 6rem;
    box-shadow: 8px 6px 14px #e1e1e1;
}

#winners-list-page nav a {
    display: block;
    width: fit-content;
}

#winners-list-page nav img {
    width: 5rem;
}

#winners-list-page nav h1 {
    color: rgb(229 107 0);
    font-size: 15px;
    margin: 0px;
    margin-bottom: 5px;
}

#winners-list-page nav .main-title {
    padding: 0px;
    font-family: customGazpacho;
    font-weight: bold;
    font-size: 35px;
    color: #2d2a6e;
    margin-left: -2rem;
}

#winners-list-page nav h3 {
    color: #2D2A6E;
    font-size: 25px;
    font-weight: 600;
}

#winners-list-page header {
    text-align: center;
    padding: 3rem 0rem;
    padding-bottom: 2rem;
}

#winners-list-page header h1 {
    color: rgb(229 107 0);
    font-size: 26px;
}

#winners-list-page header h3 {
    color: #2D2A6E;
    font-size: 45px;
    font-weight: 700;
}


/* winner list */

#winners-list-page .winner-list-wrapper {}

#winners-list-page .winner-list-wrapper .support-content {
    color: #2d2a6e;
    font-size: 13px;
    margin: 0px;
    font-weight: 600;
    margin-bottom: 5px;
}

#winners-list-page .winner-list-wrapper .title {
    color: #2D2A6E;
    font-size: 21px;
    font-weight: 600;
}

#winners-list-page .winner-card {
    margin: 10px;
    border: 2mm ridge rgba(228, 134, 12, 0.6);
    padding-top: 10px;
    font-weight: bold;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    border-radius: 25% 10%;
    padding: 3rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#winners-list-page .winner-card h3 {
    color: #000;
    font-size: 17px;
    text-align: center;
    margin: 0px;
    font-weight: 500;
}

#winners-list-page .winner-card h4 {
    text-align: center;
    font-size: 12px;
    margin-top: 7px;
    color: #fff;
}

#winners-list-page .new-card {
    background-color: #c4cae2;
    height: 13rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#winners-list-page .new-card img {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    right: 0;
    margin: 0px auto;
}

#winners-list-page .new-card h3 {
    position: relative;
    font-size: 17px;
    text-align: center;
    /* background: red; */
    width: 90%;
    margin: 0px;
}

#winners-list-page .new-card h4 {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2rem;
}

#winners-list-page .new-card .counter {
    /* background-color: #0bb66d; */
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121));
    position: absolute;
    top: 19px;
    right: 0px;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 5px 0px 0px 5px;
}


/* ----------------------------------------------
02 . COC Voting ( Vote Submission Page )
------------------------------------------------*/

.coc-vote-submission {
    background-color: #0d1117;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.coc-vote-submission .left-wrapper {
    position: relative;
}

.coc-vote-submission .right-wrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.coc-vote-submission .right-wrapper::before {
    content: '';
    position: absolute;
    bottom: -24rem;
    left: -28rem;
    width: 50rem;
    height: 50rem;
    border-radius: 50%;
    background-image: radial-gradient(circle at center, rgb(243 169 40 / 53%) 0, #3fb95000 49%, #00000008 100%);
    opacity: 70%;
}

.coc-vote-submission .right-wrapper .main-img {
    width: 34rem;
    position: absolute;
    top: 0rem;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 0;
}

.coc-vote-submission .right-wrapper h1 {
    color: #ffff;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 500;
    position: relative;
    margin-top: 6rem;
}

.coc-vote-submission .right-wrapper h4 {
    color: #ffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: 0px;
    font-weight: 400;
    margin-top: 1rem;
    letter-spacing: 1px;
}

.coc-vote-submission .right-wrapper h6 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 55px;
    position: relative;
    font-size: 60px;
    margin-bottom: 3rem;
    background-image: linear-gradient(to right, #c6a129 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #c6a129 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 31px;
}

.coc-vote-submission .right-wrapper form {
    width: 60%;
}

.coc-vote-submission .right-wrapper form button {
    width: 45%;
    margin: 0px auto;
    display: block;
    padding: 13px 0px;
    font-size: 17px;
    background-color: #3fb950 !important;
    border: none;
}

.coc-vote-submission .right-wrapper .check-box-wrapper {}

.coc-vote-submission .right-wrapper .plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.coc-vote-submission .right-wrapper .plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.coc-vote-submission .right-wrapper .plans .plan {
    cursor: pointer;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.coc-vote-submission .right-wrapper .plans .plan .name-abbre {
    background: #F44336;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: white;
    font-weight: 600;
    border: 1px solid #fff;
    font-size: 13px;
}

.coc-vote-submission .right-wrapper .plans .plan .plan-content {
    display: flex;
    padding: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
    align-items: center;
    margin-bottom: 15px;
    background-color: red;
    overflow: hidden;
    color: #310300;
}

.button-style-1 {
    background: linear-gradient(to right, rgb(237 135 45), rgb(248 196 37)) !important;
    box-shadow: #FF6314 0 -6px 8px inset;
    border-radius: 40em;
    border-style: none;
    /* box-shadow: #ADCFFF 0 -12px 6px inset; */
    box-sizing: border-box;
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-style-2 {
    /* background-color: #0078d0 !important; */
    background: linear-gradient(to right, rgb(254, 139, 37), rgb(222, 168, 8)) !important;
    border: 0;
    border-radius: 56px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    padding: 16px 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-style-2:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 65%;
    left: 0%;
    right: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
    margin: 0px auto;
}

.coc-vote-submission .right-wrapper .plans .plan .plan-content img {
    margin-right: 15px;
    width: 35px;
}

.coc-vote-submission .right-wrapper .plans .plan .plan-details span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.coc-vote-submission .right-wrapper .container .title {
    font-size: 20px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.coc-vote-submission .right-wrapper .plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.coc-vote-submission .right-wrapper .plans .plan input[type="radio"]:checked+.plan-content:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    background: rgb(255 255 255 / 19%);
    right: 13px;
    top: 14px;
    border-radius: 100%;
    /* border: 3px solid #ffffff1a; */
    /* -webkit-box-shadow: 0px 0px 0px 2px #0066ff; */
    /* box-shadow: 0px 0px 0px 2px #0066ff; */
    box-shadow: inset 0 0 7px #2f2f2f;
}

.coc-vote-submission .right-wrapper .plans .plan input[type="radio"]:checked+.plan-content {
    /* background: linear-gradient(to right, rgb(237 135 45), rgb(248 196 37)); */
    background: #0078d0 !important;
    color: #fff !important;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
    .coc-vote-submission .right-wrapper .plans {
        margin: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0px;
    }

    .coc-vote-submission .right-wrapper form {
        width: 100%;
    }

    .coc-vote-submission .right-wrapper .plans .plan {
        width: 100%;
    }

    .coc-vote-submission .right-wrapper .plan.complete-plan {
        margin-top: 20px;
    }

    .coc-vote-submission .right-wrapper .plans .plan .plan-content .plan-details {
        text-align: left;
        /* width: 70%; */
        display: inline-block;
    }

    .coc-vote-submission .right-wrapper .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .coc-vote-submission .right-wrapper::before {
        left: -32rem;
        top: -12rem;
    }
}

@media screen and (max-width: 767px) {
    .coc-vote-submission .right-wrapper .plans .plan .plan-content .plan-details {
        /* width: 60%; */
        display: inline-block;
    }

    .coc-vote-submission .right-wrapper .main-img {
        width: 26rem;
    }

    .coc-vote-submission .right-wrapper h1 {
        font-size: 30px;
        margin-top: 5rem;
    }

    .coc-vote-submission .right-wrapper h4 {
        font-size: 16px;
        margin: 0px;
        margin-top: 0rem;
    }

    .coc-vote-submission .right-wrapper h6 {
        font-size: 28px;
        margin-bottom: 31px;
    }
}

@media screen and (max-width: 540px) {
    .coc-vote-submission .right-wrapper .plans .plan .plan-content img {
        width: 30px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .coc-vote-submission .right-wrapper .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 20px;
        right: 10px;
    }

    .coc-vote-submission .right-wrapper .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .coc-vote-submission .right-wrapper form {
        width: 90%;
    }

    .coc-vote-submission .right-wrapper .plans .plan .plan-content {
        padding: 9px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: baseline;
    }

    .coc-vote-submission #champions-wrapper {
        width: 100%;
    }

    .coc-vote-submission .right-wrapper h1 {
        font-size: 20px;
        text-align: center;
        margin-top: 4rem;
        margin-bottom: 0px;
    }

    .coc-vote-submission .right-wrapper h4 {
        font-size: 13px;
        margin: 0px;
        margin-top: 20px;
    }

    .coc-vote-submission .right-wrapper h6 {
        font-size: 31px;
        margin-bottom: 31px;
    }

    .coc-vote-submission .right-wrapper .plans .plan .plan-details span {
        font-size: 12px;
    }

    .coc-vote-submission .right-wrapper .plans .plan .name-abbre {
        width: 43px;
        height: 35px;
        font-size: 11px;
    }
}

.double-section-layout .left-wrapper .partnerWrapper .partnerCard {
    margin-bottom: 15px;
}


/* inspiration */

.coc-vote-submission .right-wrapper .inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

.coc-vote-submission .right-wrapper .inspiration a {
    color: #666;
}

@media screen and (max-width: 767px) {

    /* inspiration */
    .coc-vote-submission .right-wrapper .inspiration {
        display: none;
    }
}


/* ----------------------------------------------
03 . denied page 
------------------------------------------------*/

.denied-page-wrapper {
    background-color: #202124;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.denied-page-wrapper div {
    margin-left: 25%;
    margin-top: 10%;
}

.denied-page-wrapper img {
    width: 2rem;
    filter: invert(1);
}

.denied-page-wrapper h1 {
    color: #9aa0a6;
    font-size: 23px;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 20px;
}

.denied-page-wrapper h2 {
    color: #9aa0a6;
    font-size: 13px;
    margin-bottom: 20px;
}

.denied-page-wrapper p {
    color: #8b8b8b;
    font-size: 15px;
    margin-bottom: 8px;
    margin-bottom: 20px;
}

.denied-page-wrapper p a {
    color: #18aaed;
    font-size: 14px;
}

.denied-page-wrapper span {
    color: #a3a5a6;
    font-size: 11px;
    ;
}

@media screen and (max-width:440px) {
    .denied-page-wrapper h1 {
        font-size: 19px;
        margin-top: 1rem;
    }

    .denied-page-wrapper h2 {
        font-size: 10px;
        width: 80%;
        line-height: 19px;
    }

    .denied-page-wrapper div {
        margin-left: 0%;
        margin-top: 0%;
    }

    .denied-page-wrapper {
        padding: 10%;
    }
}


/* ----------------------------------------------
04 . register page
------------------------------------------------*/


/* ----------- register close soon ------------ */

.registeCloseSoonWrapper {
    background-image: url('./../assets/landingPageAssets/heroSectionBG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registeCloseSoonWrapper .messageWrapper {
    width: 65%;
    background: rgb(255 255 255 / 3%);
    box-shadow: 0 8px 32px 0 rgb(255 193 7 / 23%);
    backdrop-filter: blur(14px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    border-radius: 15px;
}

.registeCloseSoonWrapper .messageWrapper .mainLogo {
    width: 8rem;
}

.registeCloseSoonWrapper .messageWrapper h6 {
    font-family: Montserrat, sans-serif;
    position: relative;
    color: #fff;
    font-size: 15px;
    margin: 0px;
    margin-top: 1rem;
    text-align: center;
}

.registeCloseSoonWrapper .messageWrapper h2 {
    font-family: "customGazpacho";
    color: #fff;
    font-size: 48px;
    margin: 0px;
    text-align: center;
    background-image: linear-gradient(to right, #c6a129 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #c6a129 100%);
    color: transparent;
    -webkit-background-clip: text;
}

.registeCloseSoonWrapper .messageWrapper h4 {
    font-family: 'MonteCarlo', cursive;
    color: #fff;
    font-size: 25px;
    letter-spacing: 3px;
    text-align: center;
}

.registeCloseSoonWrapper .messageWrapper .closeRegisterImg {
    width: 34rem;
    margin-top: 2rem;
}

@media screen and (max-width:440px) {
    .registeCloseSoonWrapper .messageWrapper h2 {
        font-size: 31px;
    }

    .registeCloseSoonWrapper .messageWrapper h6 {
        font-size: 11px;
    }

    .registeCloseSoonWrapper .messageWrapper .closeRegisterImg {
        width: 33rem;
        margin-top: 1rem;
    }

    .registeCloseSoonWrapper .messageWrapper {
        width: 90%;
        padding: 2rem 1rem;
    }
}


/* ----------------------------------------------
05 . category winners page 
------------------------------------------------*/

.cat-winners-wrapper {
    background-image: url('./../assets/votingAssets/cat-winners-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
}

.cat-winners-wrapper:before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 60%;
}

.cat-winners-wrapper .winner-headers {
    padding: 3rem 0rem;
    position: relative;
    overflow: hidden;
}

.cat-winners-wrapper .winner-headers span {
    width: fit-content;
    display: block;
    margin: 0px auto;
    font-family: 'Montserrat', sans-serif;
    background-image: linear-gradient(to right, #c6a129 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #c6a129 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 15px;
}

.cat-winners-wrapper .winner-headers p {
    font-family: 'Archivo Narrow', sans-serif;
    background-image: linear-gradient(to right, #c6a129 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #c6a129 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 35px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 12px;
    letter-spacing: 3px;
}

.cat-winners-wrapper .winner-headers h1 {
    font-family: 'Archivo Narrow', sans-serif;
    background-image: linear-gradient(to right, #c6a129 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #c6a129 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align: center;
}

.cat-winners-wrapper .winner-headers h6 {
    text-align: center;
    margin-bottom: 25rem;
}

.cat-winners-wrapper .winner-headers img {
    width: 8rem;
    display: block;
}

.cat-winners-wrapper .winner-body {
    position: relative;
    padding-bottom: 3rem;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgb(243 221 119 / 6%);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 23px;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-winner-slider {
    background-color: blue;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    position: relative;
    perspective: 500px;
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-winner-slider.active {
    background: rgba(255, 255, 255, 0.2);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card {
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card a {
    text-decoration: none;
    display: block;
    width: 100%;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card .logo {
    width: 100%;
    height: 12rem;
    background-color: #FFC107;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card .logo img {
    width: 15rem;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card .logo:before {
    content: '';
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: none;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card .content-info {
    background: linear-gradient(to right, rgb(237 135 45), rgb(248 196 37));
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    min-height: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card h4 {
    font-family: 'Montserrat', sans-serif;
    color: #713600;
    ;
    font-size: 18px;
    margin-top: 6px;
    font-weight: 600;
    margin-bottom: 3px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card .content-info button {
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121));
    color: #fff;
    padding: 0px;
    margin: 0px;
    border: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 22px;
    /* position: absolute; */
    /* top: -18px; */
    /* right: 0px; */
    /* left: 0; */
    font-weight: 600;
    border-radius: 7px;
    width: fit-content;
    margin: 0px auto;
    margin-top: 0.5rem;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card .content-info button i {
    position: relative;
    top: 1px;
    left: 13px;
    display: inline-block;
    font-size: 17px;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card h6 {
    color: #000;
    font-weight: 300;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.winner-body .owl-theme .owl-nav {
    margin-top: 10px;
    background: red;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
    margin: auto;
    width: 85%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.winner-body .owl-theme .owl-nav button.owl-prev,
.winner-body .owl-theme .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

.winner-body .owl-theme .owl-nav button span {
    font-size: 37px;
    height: 100%;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    top: -3px;
}

.winner-body .owl-theme .owl-nav button.owl-prev {
    left: 0;
}

.winner-body .owl-theme .owl-nav button.owl-next {
    right: 0;
}

.cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card iframe {}

@media screen and (max-width:770px) {
    .cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card .logo {
        height: 10rem;
    }

    .cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card .logo img {
        width: 9rem;
    }

    .cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card h4 {
        font-size: 12px;
    }

    .cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card .content-info {
        min-height: 5rem;
    }

    .cat-winners-wrapper .winner-headers span {
        font-size: 12px;
        text-align: center;
    }

    .cat-winners-wrapper .winner-headers p {
        font-size: 19px;
        margin-top: 12px;
        letter-spacing: 0px;
    }

    .cat-winners-wrapper .winner-headers h1 {
        font-size: 22px;
    }
}

@media screen and (max-width:770px) {
    .cat-winners-wrapper .winner-body .cat-card-wrapper {
        padding: 0rem;
        background: none;
        backdrop-filter: none;
    }

    .cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card {
        width: 40%;
    }
}

@media screen and (max-width:440px) {
    .cat-winners-wrapper .winner-headers img {
        width: 5rem;
        margin: 0px auto;
    }

    .cat-winners-wrapper .winner-headers {
        padding-bottom: 7px;
    }

    .cat-winners-wrapper .winner-body .cat-card-wrapper h2 {
        font-size: 16px;
    }

    .cat-winners-wrapper .winner-body .cat-card-wrapper {
        padding: 0rem;
        background: none;
        backdrop-filter: none;
    }

    .cat-winners-wrapper .winner-body {
        margin-top: 2rem;
    }

    .cat-winners-wrapper .winner-body .cat-card-wrapper .cat-card {
        width: 62%;
    }
}


/* ----------------------------------------------
06 . Counter Page
------------------------------------------------*/

.curtain {
    width: 100%;
    /* Ensures the component is the full screen width */
    height: 100vh;
    overflow: hidden;
    /* Allows you to slide the panels outside the container without them showing */
}

.curtain__wrapper {
    /*These make sure the curtain covers the whole container*/
    width: 100%;
    height: 100%;
}

.curtain__panel {
    /*These sets a background color as well as an img to make it look like an actual curtain*/
    background: #8b0000;
    background-image: url("https://images.vexels.com/media/users/17482/101168/preview2/01bdac45c37aff22f75230abf3f019d4-red-curtain-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    /* Each panel takes up half the container */
    height: 100vh;
    /* Used for demo purposes */
    float: left;
    /* Makes sure panels are side-by-side */
    position: relative;
    /* Needed to define the z-index */
    z-index: 2;
    /* Places the panels in front of the prize */
    transition: all 1s ease-out;
    /* Animates the sliding transition */
}

.curtain__panel--left {
    /* Slides the panel to the left out of the container */
    transform: translateX(-100%);
}

.curtain__panel--right {
    /* Slides the panel to the right out of the container */
    transform: translateX(100%);
}

.curtain__prize {
    /*This sets the background color and an image (purposesly small to not take up the whole background).  The image is centered and not repeated so that it looks like an img element was used, but is not*/
    background: #333;
    background-image: url("https://images-na.ssl-images-amazon.com/images/I/41labckSsvL._SY300_.jpg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    /* Forces the prize position into the container start */
    z-index: 1;
    /* Places the prize behind the panels, which are z-index 2 */
    width: 100%;
    /*Makes sure that it fills the whole container*/
    height: 100%;

    h1 {
        /*Makes the text white and centers it in the container*/
        color: white;
        text-align: center;
    }
}

input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    /*width: 20%; */
    /*height: 20%;*/
    z-index: 100;
    /* opacity: 0;  */
}


/* When the checkbox is checked... */


/* Slide the first panel in */

input[type=checkbox]:checked~div.curtain__panel--left {
    transform: translateX(0);
}


/* Slide the second panel in */

input[type=checkbox]:checked~div.curtain__panel--right {
    transform: translateX(0);
}

.coc-vote-counter {
    background: linear-gradient(to right, rgb(237 135 45), rgb(248 196 37));
    position: relative;
    overflow: hidden;
}

.coc-vote-counter::before {
    content: 'The Entrepreneurship Champion Awards';
    position: absolute;
    top: 26rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 8rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    width: 100%;
    height: 100%;
    opacity: 14%;
    text-align: right;
}

.coc-vote-counter .counter-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.coc-vote-counter .counter-header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}

.coc-vote-counter .counter-header span {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    background: #713600;
    padding: 7px 22px;
    color: #fff;
    border-radius: 4px;
    margin-top: 1.2rem;
    margin-bottom: 10px;
    font-size: 22px;
}

.coc-vote-counter .counter-header h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 65px;
    color: #fff;
    font-weight: 600;
}

.coc-vote-counter .counter-header img {
    position: absolute;
    bottom: -30px;
    width: 29rem;
    margin-left: 10rem;
}

.coc-vote-counter .left-wrapper {
    position: relative;
    overflow: hidden;
}

.coc-vote-counter .left-wrapper .qrFrameImg {
    position: relative;
    bottom: -2rem;
}

.coc-vote-counter .right-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.coc-vote-counter .right-wrapper button {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    font-size: 18px;
    padding: 7px 22px;
    border: none;
    border-radius: 4px;
    background-color: #FCB741;
    font-weight: 600;
    color: #fff;
}


/* --------- Overlap Message Screen -------- */

.coc-vote-counter .overlap-msg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 1.5s;
}

.coc-vote-counter .overlap-msg::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
}

.coc-vote-counter .overlap-msg a {
    position: relative;
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.coc-vote-counter .overlap-msg div {
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121));
    width: 100%;
    text-align: center;
    padding: 31px 0px;
    position: relative;
    overflow: hidden;
}

.coc-vote-counter .overlap-msg div h1 {
    color: #fff;
    font-size: 40px;
    font-family: 'Archivo Narrow', sans-serif;
}

.coc-vote-counter .overlap-msg div::before {
    content: '';
    position: absolute;
    top: -5rem;
    left: 8rem;
    height: 17rem;
    width: 50px;
    background-color: rgb(255 255 255 / 22%);
    transform: rotateZ(13deg);
    animation-name: overlay-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes overlay-animation {
    from {
        left: -5rem;
        ;
    }

    to {
        left: 90rem;
    }
}

.close-overlay {
    top: -50rem !important;
}


/* ----------------------------------------------
07 . Hall Ticket (with QR)
------------------------------------------------*/

.awerdees-border {
    border: 10px solid #ff1100;
}

.management-border {
    border: 10px solid #0000ff;
}

.coordinator-border {
    border: 10px solid #00ffff;
}

.awerdees-title {
    background-color: #ff0000;
}

.management-title {
    background-color: #0000ff;
}

.coordinator-title {
    background-color: #00ffff;
}

.ticket-wrapper {
    /* background: radial-gradient(circle, #e2b820bd 0%, #d8be61bd 29%, #e5c348bd 100%); */
    /* background: radial-gradient(circle, rgb(213 119 36) 0%, rgb(237 131 37) 29%, rgb(245 189 17) 100%); */
    /* background: radial-gradient(circle, #ea7300 17%, #c54401 29%, #a1114f 100%); */
    /* background: linear-gradient(to right, #ffc063, #ff7200); */
    /* gradient 1 */
    /* background: linear-gradient(to top, rgb(136 103 3), rgb(0 0 0)); */
    /* gradient 2 */
    /* background: linear-gradient(to top, rgb(135, 0, 0), rgb(25, 10, 5)); */
    /* background: linear-gradient(to top, rgb(135, 0, 0), rgb(25, 10, 5)); */
    /* gradient 3 */
    /* background: linear-gradient(to right, rgb(15, 32, 39), rgb(32, 58, 67), rgb(44, 83, 100)); */
    /* gradient 4 */
    /* background: linear-gradient(to top, rgb(0, 4, 40), rgb(0, 78, 146)); */
    /* gradient 5 */
    /* background: linear-gradient(to top, rgb(0, 191, 143), rgb(0, 21, 16)); */
    width: 32rem;
    height: fit-content;
    position: relative;
    /* border: 10px solid #ffc107; */
    border-bottom: none;
}

.ticket-wrapper .watermark {}

.ticket-wrapper .download-ticket-btn {
    position: absolute;
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121));
    top: 0rem;
    right: -15rem;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding: 15px 16px;
    border-radius: 85px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 43px;
}

.ticket-wrapper .download-ticket-btn input {
    border: none;
    padding: 0px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 7px;
}

.ticket-wrapper .download-ticket-btn i {
    color: #022282;
}

.ticket-wrapper .download-ticket-btn span {
    background: #fff;
    width: 35px;
    display: flex;
    height: 35px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 8px;
}

.ticket-wrapper .header {
    margin-bottom: 1rem;
    padding-top: 10px;
}

.ticket-wrapper .header .head-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket-wrapper .header img {
    width: 8rem;
    height: auto;
    margin-right: 1rem;
}

.ticket-wrapper .header .content h1 {
    color: #713600;
    font-size: 25px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 0rem;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "coprgtb";
}

.ticket-wrapper .header .content h3 {
    color: #713600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 7px;
    font-weight: 700;
    font-family: "coprgtb";
    margin-bottom: 0px;
}

.ticket-wrapper .header .content h2 {
    color: #593629;
    font-size: 26px;
    display: block;
    text-align: center;
    font-family: "brushsci";
    margin: 7px 0px;
}

.ticket-wrapper .header .hindi-title {
    color: #713600;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    font-family: "razhaone-regular";
    display: block;
    width: 100%;
}

.ticket-wrapper .body {}

.ticket-wrapper .body h1 {
    color: #713600;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    font-family: "coprgtb";
}

.ticket-wrapper .footer h4 {
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-top: 1rem;
}

.ticket-wrapper .footer p {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.ticket-wrapper .body .cmp-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.ticket-wrapper .body .cmp-wrapper img {
    width: 6rem;
    aspect-ratio: 3 / 1;
    object-fit: contain;
    margin-right: 2rem;
}

.ticket-wrapper .body h6 {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 8px;
}

.ticket-wrapper .body p {
    text-align: center;
    color: #000;
    font-size: 26px;
}

.ticket-wrapper .footer .tittle {
    /* gradient 1 = Special Delegates*/
    /* background: linear-gradient(to right, rgb(135, 0, 0), rgb(25, 10, 5)); */
    /* gradient 2 = Delegates */
    /* background: linear-gradient(to right, rgb(0, 4, 40), rgb(0, 78, 146)); */
    /* gradient 3 = Awardees */
    /* background: linear-gradient(to right, rgb(15, 32, 39), rgb(32, 58, 67), rgb(44, 83, 100)); */
    /* gradient 4 = Management*/
    /* background: linear-gradient(to right, rgb(2 255 192), rgb(0 69 53)); */
    /* gradient 5 = Organizer */
    /* background: linear-gradient(to right, rgb(120, 2, 6), rgb(6, 17, 97)); */
    /* background-color: #FFC107; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 0px;
    margin-top: 15px;
    width: 100%;
    border-top: 2px solid rgb(170 127 87 / 25%);
}

.ticket-wrapper .footer .tittle h6 {
    font-family: "razhaone-regular";
    color: #fff;
    font-size: 32px;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ticket-wrapper .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0rem;
    flex-direction: column;
    padding-bottom: 0rem;
}

.ticket-wrapper .footer .qrcode {
    width: 10rem;
    height: auto;
    border: 1px solid #797979;
    padding: 7px;
}

.ticket-wrapper .footer .brand-wrapper {}

.ticket-wrapper .footer .brand-wrapper img {
    width: 9rem;
}

.ticket-wrapper .footer .remove-stripe {
    height: 15px;
    width: 100%;
    margin-top: 25px;
    position: relative;
}

.ticket-wrapper .footer .remove-stripe img {
    position: absolute;
    top: -11px;
    right: 16px;
    width: 1.5rem;
    transform: rotateZ(-90deg);
}

.ticket-wrapper .footer .remove-stripe:before {
    content: '';
    width: 85%;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: dashed 2px #fff;
    margin: 0px auto;
    right: 0px;
    margin: 0px auto;
}


/* ----------------------------------------------
08 . Hall Ticket (without QR)
------------------------------------------------*/

.guest-border {
    border: 10px solid #ff6600;
}

.special-delegats-border {
    border: 10px solid #ffdb00;
}

.delegates-border {
    border: 10px solid #ffcc00;
}

.guest-title {
    background-color: #ff6600;
}

.special-delegats-title {
    background-color: #ffdb00;
}

.delegates-title {
    background-color: #ffcc00;
}

.ticket-wrapper-2 {
    /* background: radial-gradient(circle, #e2b820bd 0%, #d8be61bd 29%, #e5c348bd 100%); */
    /* background: radial-gradient(circle, rgb(213 119 36) 0%, rgb(237 131 37) 29%, rgb(245 189 17) 100%); */
    /* background: radial-gradient(circle, #ea7300 17%, #c54401 29%, #a1114f 100%); */
    /* background: linear-gradient(to right, #ffc063, #ff7200); */
    /* gradient 1 */
    /* background: linear-gradient(to top, rgb(136 103 3), rgb(0 0 0)); */
    /* gradient 2 */
    /* background: linear-gradient(to top, rgb(135, 0, 0), rgb(25, 10, 5)); */
    /* background: linear-gradient(to top, rgb(135, 0, 0), rgb(25, 10, 5)); */
    /* gradient 3 */
    /* background: linear-gradient(to right, rgb(15, 32, 39), rgb(32, 58, 67), rgb(44, 83, 100)); */
    /* gradient 4 */
    /* background: linear-gradient(to top, rgb(0, 4, 40), rgb(0, 78, 146)); */
    /* gradient 5 */
    /* background: linear-gradient(to top, rgb(0, 191, 143), rgb(0, 21, 16)); */
    width: 35rem;
    height: fit-content;
    position: relative;
    border-bottom: none;
}

.ticket-wrapper-2 .watermark {}

.ticket-wrapper-2 .download-ticket-btn {
    position: absolute;
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121));
    top: 0rem;
    right: -15rem;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding: 15px 16px;
    border-radius: 85px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 43px;
}

.ticket-wrapper-2 .download-ticket-btn input {
    border: none;
    padding: 0px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 7px;
}

.ticket-wrapper-2 .download-ticket-btn i {
    color: #022282;
}

.ticket-wrapper-2 .download-ticket-btn span {
    background: #fff;
    width: 35px;
    display: flex;
    height: 35px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 8px;
}

.ticket-wrapper-2 .header {
    margin-bottom: 1rem;
    padding-top: 10px;
}

.ticket-wrapper-2 .header .head-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket-wrapper-2 .header img {
    width: 8rem;
    height: auto;
    margin: 0px auto;
    display: block;
}


/* .ticket-wrapper-2 .header .content {
    display: flex;
} */

.ticket-wrapper-2 .header .content h1 {
    color: #713600;
    font-size: 25px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 0rem;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "coprgtb";
}

.ticket-wrapper-2 .header .content h3 {
    color: #713600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 7px;
    font-weight: 700;
    font-family: "coprgtb";
    margin-bottom: 0px;
}

.ticket-wrapper-2 .header .content h2 {
    color: #593629;
    font-size: 26px;
    display: block;
    text-align: center;
    font-family: "brushsci";
    margin: 7px 0px;
}

.ticket-wrapper-2 .header .hindi-title {
    color: #713600;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    font-family: "razhaone-regular";
    display: block;
    width: 100%;
}

.ticket-wrapper-2 .body {}

.ticket-wrapper-2 .body .list-info {}

.ticket-wrapper-2 .body .list-info span {
    height: 31px;
    display: block;
    border-bottom: 1px solid #818181;
    width: 75%;
    margin: 0px auto;
    margin-bottom: 1rem;
}

.ticket-wrapper-2 .body h1 {
    color: #713600;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    font-family: "coprgtb";
}

.ticket-wrapper-2 .footer h4 {
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-top: 1rem;
}

.ticket-wrapper-2 .footer p {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.ticket-wrapper-2 .body .cmp-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.ticket-wrapper-2 .body .cmp-wrapper img {
    width: 6rem;
    aspect-ratio: 3 / 1;
    object-fit: contain;
    margin-right: 2rem;
}

.ticket-wrapper-2 .body h6 {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 2rem;
}

.ticket-wrapper-2 .body p {
    text-align: center;
    color: #000;
    font-size: 26px;
}

.ticket-wrapper-2 .footer .tittle {
    /* gradient 1 = Special Delegates*/
    /* background: linear-gradient(to right, rgb(135, 0, 0), rgb(25, 10, 5)); */
    /* gradient 2 = Delegates */
    /* background: linear-gradient(to right, rgb(0, 4, 40), rgb(0, 78, 146)); */
    /* gradient 3 = Awardees */
    /* background: linear-gradient(to right, rgb(15, 32, 39), rgb(32, 58, 67), rgb(44, 83, 100)); */
    /* gradient 4 = Management*/
    /* background: linear-gradient(to right, rgb(2 255 192), rgb(0 69 53)); */
    /* gradient 5 = Organizer */
    /* background: linear-gradient(to right, rgb(120, 2, 6), rgb(6, 17, 97)); */
    /* background-color: #FFC107; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 0px;
    margin-top: 15px;
    width: 100%;
    border-top: 2px solid rgb(170 127 87 / 25%);
}

.ticket-wrapper-2 .footer .tittle h6 {
    /* font-family: 'customGazpacho'; */
    font-family: "razhaone-regular";
    color: #000;
    font-size: 32px;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ticket-wrapper-2 .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0rem;
    flex-direction: column;
    padding-bottom: 0rem;
}

.ticket-wrapper-2 .footer .qrcode {
    width: 10rem;
    height: auto;
    border: 1px solid #797979;
    padding: 7px;
}

.ticket-wrapper-2 .footer .brand-wrapper {}

.ticket-wrapper-2 .footer .brand-wrapper img {
    width: 9rem;
}

.ticket-wrapper-2 .footer .remove-stripe {
    height: 15px;
    width: 100%;
    margin-top: 25px;
    position: relative;
}

.ticket-wrapper-2 .footer .remove-stripe img {
    position: absolute;
    top: -11px;
    right: 16px;
    width: 1.5rem;
    transform: rotateZ(-90deg);
}

.ticket-wrapper-2 .footer .remove-stripe:before {
    content: '';
    width: 85%;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: dashed 2px #fff;
    margin: 0px auto;
    right: 0px;
    margin: 0px auto;
}


/* ----------------------------------------------
            09 . Leader Board
------------------------------------------------*/

.leader-board-wrapper {
    width: 90%;
}

.leader-board-wrapper .header-info {}

.leader-board-wrapper .header-info h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-top: 2rem;
}

.leader-board-wrapper .header-info h6 {
    text-align: center;
}

.leader-board-wrapper .header-info img {
    margin: 0px auto;
    display: block;
}

.leader-board-wrapper .main-body {}

.leader-board-wrapper .main-body table {}

.leader-board-wrapper .main-body table .bord-header {
    background: #faedcd;
    border: none;
}

.leader-board-wrapper .main-body table .bord-header th {
    border: none;
    padding: 15px;
}

.leader-board-wrapper .main-body table .bord-header img {}

.leader-board-wrapper .main-body table .bord-header h4 {
    font-size: 20px;
}

.leader-board-wrapper .main-body table .bord-header h6 {
    font-size: 25px;
    font-weight: 600;
}

.leader-board-wrapper .main-body table .board-row {
    border-bottom: 1px solid #afafaf;
}

.leader-board-wrapper .main-body table .board-row td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border: none;
    min-height: 5rem;
}

.leader-board-wrapper .main-body table .board-row .logo-wrapper {
    width: 8rem;
    border-radius: 9px;
    overflow: hidden;
    border: 3px solid #fff;
}

.leader-board-wrapper .main-body table .board-row .logo-wrapper img {}

.leader-board-wrapper .main-body table .board-row .count-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: red;
    width: 5rem;
    padding: 5px 0px;
    border-radius: 6px;
}

.leader-board-wrapper .main-body table .board-row .count-box h5 {
    margin: 0px;
    font-size: 17px;
}

.leader-board-wrapper .main-body table .board-row .count-box p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.leader-board-wrapper .main-body table .board-row .user-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.leader-board-wrapper .main-body table .board-row .user-profile h5 {
    text-align: left;
}

.leader-board-wrapper .main-body table .board-row .org-wrapper {}

.leader-board-wrapper .main-body table .board-row .org-wrapper h5 {
    text-align: left;
}

.leader-board-wrapper .main-body table .board-row .score-count {
    color: #fff;
    font-size: 23px;
    text-align: center;
    font-weight: 700;
}

.leader-board-wrapper .heading h1 {}

.leader-board-wrapper .sub-heading h6 {}


/* ----------------------------------------------
10 . Event Gallery 
------------------------------------------------*/

.event-header {
    background-image: url('./../assets/award-event-2024/Bharat_Mandapam_Evening_View.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7rem 0rem;
    background-position-y: -15rem;
    position: relative;
}

.event-header::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 55%;
}

.event-header img {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 16rem;
}

.event-header h4 {
    color: #fff;
    position: relative;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.event-header h1 {
    color: #fff;
    position: relative;
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 48px;
    /* letter-spacing: 4px; */
}

.custom-img-gallery {
    margin-top: 2rem !important;
    overflow: hidden;
}

.custom-img-gallery img {
    border-radius: 20px;
    object-fit: cover;
}

.landscape-img-gallery {
    margin-top: 0px !important;
    width: 80%;
    margin: 0px auto;
}

.landscape-img-gallery a {}

.landscape-img-gallery a img {
    max-width: 100% !important;
    aspect-ratio: 7/1;
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (max-width:440px) {
    .landscape-img-gallery {
        width: 95%;
    }
}

.event-header .header-social-media {
    margin: 0px;
    padding: 0px;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.event-header .header-social-media li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-right: 14px;
}

.event-header .header-social-media li a {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #197cf6;
    padding: 11px 13px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 0px;
    transition: all ease-in-out 0.25s;
}

.event-header .header-social-media li a:hover {
    background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255));
    color: #fff;
    top: -8px;
}

.event-header .header-social-media li a i {
    margin: 0px;
}


/* Champion of Champion and Winners Gallery  */

.champion-wrapper {
    padding-top: 2rem;
}

.champion-wrapper {}

.champion-wrapper .header-info {
    /* background-color: orange; */
}

.champion-wrapper .header-info img {
    width: 16rem;
    margin: 0px auto;
    display: block;
    margin-bottom: 1rem;
}

.champion-wrapper .header-info .tittle {
    font-family: customGazpacho;
    color: rgb(0, 114, 255);
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

.champion-wrapper .header-info .tittle span {
    font-weight: 100;
    position: relative;
}

.champion-wrapper .header-info .tittle span span {
    background-color: red;
    color: #fff;
    padding: 3px 20px;
    font-size: 21px;
    font-weight: 500;
    border-radius: 4px;
    font-family: 'Montserrat';
}


/* .champion-wrapper .header-info .tittle span::before{
    content: 'FOR';
    background-color: red;
    font-size: 12px;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    right: 0px;

} */

.champion-wrapper .header-info span {
    text-align: center;
    display: block;
    color: white;
    background: #0072ff;
    width: fit-content;
    margin: 0px auto;
    padding: 9px 20px;
    font-size: 13px;
    border-radius: 10px 0px;
    margin-bottom: 20px;
}

.champion-wrapper .header-info h3 {
    font-family: revert-layer;
    color: rgb(0 0 0);
    font-size: 18px;
    font-weight: 600;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 3rem;
}

.champion-wrapper .champion-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* padding: 2rem 0rem; */
    /* filter: grayscale(1); */
    border-radius: 14px;
    box-shadow: 1px 2px 13px #b9b6b67a;
    background: none;
    transition: all ease-in-out 0.5;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    min-height: 25rem;
}

.champion-wrapper .champion-card:before {
    content: '';
    background-color: red;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
}

.champion-wrapper .champion-card:hover {
    /* cursor:pointer; */
    /* filter: none; */
    /* background: rgb(159 201 253 / 41%); */
}

.champion-wrapper .champion-card .logo {
    margin-bottom: 1.5rem;
    width: 7rem;
}

.champion-wrapper .champion-card .profile-img {
    /* width: 6rem;
    height: 6rem;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative; */
    padding: 13px;
}

.champion-wrapper .champion-card .profile-img img {
    /* position: absolute;
    width: 100%;
    height: 100%;
    aspect-ratio: 2/3;
    object-fit: cover; */
    border-radius: 7px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.champion-wrapper .champion-card span {
    margin-top: 1rem;
    font-size: 16px;
    font-family: 'Archivo Narrow';
    font-weight: 500;
}

.champion-wrapper .champion-card p {
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
    width: 86%;
    text-align: center;
}


/* .champion-wrapper .champion-card a {
    font-size: 29px;
    margin-top: 11px;
    position: relative;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 14px;
}

.champion-wrapper .champion-card a:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 3rem;
    height: 3rem;
    background-color: rgb(0 114 255 / 15%);
    margin: 0px auto;
    border-radius: 50%;
} */

.champion-wrapper .winner-nav {
    margin: 0px !important;
    padding: 0px;
    /* background: forestgreen; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.champion-wrapper .winner-nav li {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.champion-wrapper .winner-nav li span {
    background-color: #0072ff;
    height: 7px;
    width: 86%;
    position: absolute;
    bottom: -5px;
    left: 0px;
    border-radius: 0px 0px 6px 6px;
    right: 0px;
    margin: 0px auto;
    display: none;
}

.champion-wrapper .winner-nav li button {
    width: 100%;
    border-radius: 0px;
    color: #000;
    background: #ebebebcc;
    border: 1px solid #cecdcd;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 13px 0px;
    position: relative;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0072ff;
    color: #fff;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show span {
    display: block;
}

@media screen and (max-width:770px) {
    .event-header {
        background-position-y: center;
        padding-bottom: 4rem;
    }

    .event-header h4 {
        font-size: 15px;
        font-weight: 500;
    }

    .event-header h1 {
        font-size: 35px;
    }

    .champion-wrapper .header-info img {
        width: 12rem;
    }

    .champion-wrapper .header-info .tittle {
        font-size: 26px;
    }

    .champion-wrapper .header-info h3 {
        font-size: 15px;
        margin-bottom: 2rem;
    }

    .champion-wrapper .champion-card {
        min-height: auto;
    }

    .champion-wrapper .winner-nav li button {
        font-size: 11px;
        padding: 10px 0px;
    }
}


/* ----------------------------------------------
11 . Event Video Gallery 
------------------------------------------------*/

.videoGallery {
    margin-top: 1rem;
    padding: 2rem 3rem;
}

.videoGallery .videoHeader {
    margin-bottom: 3rem;
}

.videoGallery .videoHeader h4 {
    font-size: 39px;
    font-weight: 300;
}

.videoGallery .videoHeader h6 {
    position: relative;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 61px;
    font-weight: 800;
}

.videoGallery .videoHeader h6 span {
    opacity: 17%;
    font-size: 55px;
}

.videoGallery .videoGridCard {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
}

.videoGallery .videoGridCard a::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0);
    border-radius: 6px;
    opacity: 15%;
}

.videoGallery .videoGridCard i {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0px auto;
    display: block;
    z-index: 1;
    color: #fff;
    font-size: 3rem;
    opacity: 80%;
}

.videoGallery .videoGridCard a {
    width: 100%;
    display: block;
    height: 100%;
    border: none;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoGallery .videoGridCard img {
    border-radius: 6px;
    border: 3mm ridge rgb(254 224 52 / 49%);
    border-radius: 7px;
}

.video-banner .video-banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.video-banner-icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2.5em;
    height: 2.5em;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

@media (min-width: 641px) {
    .video-banner-icon-play {
        width: 4.5em;
        height: 4.5em;
    }
}

.video-banner-icon-play:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
    backgound: #330099;
}

@media screen and (max-width:440px) {
    .videoGallery {
        padding: 2rem 1rem;
    }

    .videoGallery .videoHeader h6 {
        font-size: 31px;
        text-align: center;
    }

    .videoGallery .videoHeader {
        margin-bottom: 1rem;
    }
}


/* Video Modal
  -----------------------------------------*/

.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    /* using flexbox for vertical centering */
    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(13, 1, 61, 0.82);
    /* overlay color */
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
    /* 16:9 calc */
}


/* Scaling to fit within the current Viewport size:
     When viewport aspect ratio is greater than 16:9
     work off the height instead of the width for calc */

@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
        /* 16:9 calc */
    }
}


/* Mobile Layout Tweaks - side margins reduced */

@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}


/* modal close button */

.close-video-modal {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}


/* set the iframe element to stretch to fit its parent element */

iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}


/* show the modal: 
     add class to the body to reveal */

.show-video-modal .video-modal {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}


/* ----------------------------------------------
/ 12.  All Cards Styles
------------------------------------------------*/

/*-------- Circular Card Icon */
.circular-card-ico {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--light-theme-clr);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-card-ico img {
    width: 19px;
}

.circular-sm-ico {
    width: 40px;
    height: 40px;
}

.circular-sm-ico img {
    width: 15px;
}

/*-------- Card Style 1 */
.card-1 {
    border-right: 1px solid #E4E4E4;
    padding: 0px 30px;
}


.card-1 h4 {
    color: var(--theme-secondary-color);
    font-family: var(--primary-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 14px;
}

@media screen and (max-width:440px) {

    .card-1 h4 {
        font-size: 12px;
    }

    .circular-card-ico {
        width: 40px;
        height: 40px;
    }

    .circular-card-ico img {
        width: 15px;
    }

    .card-1 {
        padding: 0px 15px;
    }
}


/*-------- Card Style 2 */
.card-2 {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    background: #FFF3E9;
    min-height: 14rem;
}


.card-2 h4 {
    color: var(--theme-secondary-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
    padding-left: 50px;
}

.card-2 p {
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}

/* .card-2 h3 {
    color: var(--theme-secondary-color);
    font-family: var(--primary-font);
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1px;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    text-align: center;
} */


.card-2 .sm-tag {
    font-family: var(--primary-font);
    color: var(--text-color);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    margin-top: 1px;
}

.card-2 .flip-card-front {
    background: #eef0e0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-2 .flip-card-back {
    /* background-color: green; */
    background: var(--green-gradient);
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    overflow-y: auto;
}


.card-2 .flip-card-back::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.card-2 .flip-card-back::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.card-2 .flip-card-back::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #52796f;
}

.card-2 .cst-list {}

.card-2 .cst-list li {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

.card-2 .cst-list li i {
    font-size: 12px;
    margin-right: 7px;
}


.card-2 .circular-card-ico {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    background-color: #52796f;
    color: #fff;
    position: absolute;
}


/*-------- Card Style 2 small */
.card-2-sm {
    display: flex;
    padding: 15px 7px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    background: #FFF3E9;
}

.card-2-sm .circular-card-ico {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--light-theme-clr);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-2-sm .circular-card-ico img {
    width: 15px;
}

.card-2-sm h4 {
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 14px;
    margin-bottom: 0px;
    text-align: center;
}

.card-2-sm .sm-tag {
    font-family: var(--primary-font);
    color: var(--text-color);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    margin-top: 1px;
}

@media screen and (max-width:440px) {
    .card-2 {
        min-height: 11rem;
    }

    .card-2 p {
        font-size: 12px;
    }
}



/*-------- Card Style 3 */
.card-3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-3 .circular-card-ico {
    margin-right: 12px;
}

/* .card-3 .lg-heading {
    color: var(--theme-secondary-color);
    font-family: var(--primary-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2px;
} */
.card-3 h4 {
    color: var(--theme-secondary-color);
    font-family: var(--primary-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* margin-left: 14px; */
    margin: 0px;
}

@media screen and (max-width:440px) {

    .card-3 h4 {
        font-size: 12px;
    }

    .circular-card-ico {
        width: 40px;
        height: 40px;
    }

    .circular-card-ico img {
        width: 15px;
    }

    .card-3 {
        padding: 0px 15px;
    }
}

/*-------- Card Style 4 */
.card-4-wrapper {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: center;
}

.card-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 12px 22px;
    border-radius: 7px;
    width: fit-content;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    min-width: 10rem;
}

.card-4 span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 12px;
    opacity: 90%;
}

.card-4:nth-child(odd) span {
    background: var(--theme-primary-color);
}

.card-4:nth-child(even) span {
    background: var(--theme-secondary-color);
}

.card-4 p {
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
    text-align: center;
}

.card-4 h3 {
    color: var(--theme-secondary-color);
    font-family: var(--primary-font);
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    /* margin-left: 14px; */
    letter-spacing: -1px;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width:440px) {
    .card-4-wrapper {
        gap: 13px;
    }

    .card-4 {
        padding: 12px 20px;
        border-radius: 7px;
    }

    .card-4 span {
        width: 7px;
        height: 7px;
    }

    .card-4 p {
        font-size: 11px;
    }

    .card-4 h3 {
        font-size: 18px;
    }

}


/*-------- Card Style 5 */
.card-5-wrapper {
    position: relative;
    /* top: 6rem; */
    margin-top: 6rem;
}

.card-5 {
    background-color: #fff;
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    position: relative;
    padding-top: 6rem;
}

.card-5 .cardIcon {
    background: var(--theme-gradient);
    /* background: linear-gradient(to right, rgb(201, 75, 75), rgb(75, 19, 79)); */
    /* background: linear-gradient(to right, rgb(35, 7, 77), rgb(204, 83, 51)); */
    height: 8rem;
    width: 11rem;
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-5 .cardIcon:before {
    content: '';
    position: absolute;
    top: -7rem;
    right: 4rem;
    height: 21rem;
    width: 2rem;
    transform: rotateZ(29deg);
    background-color: #fff;
    opacity: 14%;
}

.card-5 .cardIcon img {
    width: 6rem;
    position: relative;
}

.card-5 h4 {
    font-family: var(--script-font);
    color: var(--text-color);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    margin: 0px;
    letter-spacing: -1px;
    text-align: center;
    opacity: 80%;
}

.card-5 h3 {
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 3px;
    margin-bottom: 0px;
    text-align: center;
}

/*-------- Side Cash Price Card */
.cash-price-card {
    background: var(--theme-gradient);
    height: 18rem;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 1rem;
}

.cash-price-card ul {}

.cash-price-card ul li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 4px;
}

.cash-price-card ul li i {
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width:770px) {
    .cash-price-card {
        height: fit-content;
        border-radius: 12px;
        align-items: center;
        justify-content: center;
    }
}

/*-------- Testimonial Card Style 1 */

.tst-card {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.tst-card .thumbnail {
    height: 150px;
    width: 100%;
    background-color: var(--light-theme-clr);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tst-card .thumbnail::before {
    content: '';
    background: linear-gradient(0deg, #ffeaf0, #ffeaf000);
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

.tst-card .thumbnail img {
    width: 11rem;
    /* aspect-ratio: 16/9; */
    object-fit: contain;
    position: relative;
    top: -10px;
}

.tst-card h4 {
    color: var(--text-color);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 22px;
}

.tst-card p {
    color: var(--text-color);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}



/*-------- Filp Card Animation */


.flip-card {
    background-color: transparent !important;
    perspective: 1000px;
}


.flip-card-inner {
    /*  */

}


.flip-card-inner {
    position: absolute;
    transition: transform 0.9s;
    transform-style: preserve-3d;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* transform: rotateY(180deg); */

}

/* .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
} */

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
/* .flip-card-front {
    background-color: #bbb;
    color: black;
  } */


.flip-card-front .arrow {
    font-size: 27px;
    margin-top: 21px;
    color: #52796f;
    position: absolute;
    bottom: 13px;
    left: auto;
    right: auto;
    margin: auto;
    opacity: 44%;
}

.flip-card-back .arrow {
    font-size: 28px;
    margin-top: 21px;
    color: #ffffff;
    position: absolute;
    top: -12px;
    left: 12px;
    opacity: 80%;
}

/* Style the back side */
.flip-card-back {
    transform: rotateY(180deg);
}





/* ----------------------------------------------
/ 00.  Full Width Banner Styles
------------------------------------------------*/

.fw-banner {
    background-color: green;
    padding: 7rem 0rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    overflow: hidden;
}

.fw-clr-1 {
    position: relative;
}

.fw-clr-1::before {
    content: '';
    background: linear-gradient(180deg, rgba(75, 50, 139, 0.95) 0%, rgba(43, 28, 80, 0.95) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 97%;
}

.fw-clr-2 {
    position: relative;
}

.fw-clr-2::before {
    content: '';
    background: linear-gradient(180deg, rgba(191, 1, 92, 0.95) 0%, rgba(137, 0, 66, 0.95) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 97%;
}


.fw-clr-3 {
    position: relative;
    padding: 5rem 0rem;
    /* overflow: visible; */
}

.fw-clr-3::before {
    content: '';
    background: linear-gradient(to right, rgb(242, 153, 74), rgb(242, 201, 76));
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 97%;
}

.fw-clr-3 h4 {
    color: #713600;
    position: relative;
    font-family: "razhaone-regular";
    font-size: 44px;
    font-weight: 800;
    line-height: 61px;
    margin-bottom: 6px;
    margin-top: 8px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #713600;
}

.fw-clr-3 h3 {
    font-size: 29px;
    color: #713600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #713600;
}

.fw-clr-3 .float-img {
    /* position: absolute; */
    width: 15rem;
    top: -8rem;
}

.fw-clr-3 a {
    transition: all ease-in-out 0.5s;
    background-color: transparent;
}

.fw-clr-3 a:hover {
    color: #fff;
    background-color: #713600;
    border: none;
}


.fw-clr-4 {
    position: relative;
    padding: 5rem 0rem;
    /* overflow: visible; */
}

.fw-clr-4::before {
    content: '';
    /* background: linear-gradient(to right, rgb(242, 153, 74), rgb(242, 201, 76)); */
    /* background: radial-gradient(129.19% 55.68% at 50% 50%, #FDFFD6 0%, #FEF5DF 100%); */
    background-color: #FFF3E9;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 100%;
}

.fw-clr-4 .bgImg {
    position: absolute;
    top: -10rem;
    left: 0px;
    right: 0px;
    margin: auto;
    opacity: 15%;
}




.fw-clr-5 {
    position: relative;
    padding: 3rem 0rem;
    background: linear-gradient(180deg, rgba(75, 50, 139, 0.95) 0%, rgba(43, 28, 80, 0.95) 100%);

}

.fw-clr-5 .v-img-carousel {
    width: 54%;
    position: absolute;
    top: -3rem;
    right: -10rem;
    transform: rotateZ(8deg);
}

.fw-clr-5::before {
    content: '';
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(11 2 36 / 95%) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 97%;
    z-index: 100;
}


.v-img-carousel {
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.tracks {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.tracks .item {
    width: 100%;
    height: 12rem;
    border-radius: 12px;
    background-color: red;
}

.tracks .item img {
    border-radius: inherit;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.upAnimation {
    animation: moveUp 40s linear infinite;
}

.downAnimation {
    animation: moveDown 50s linear infinite;
}





/* @keyframes slide {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -1692px, 0);
    }
} */


@keyframes moveUp {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -1692px, 0);
    }
}

@keyframes moveDown {
    0% {
        transform: translate3d(0, -1692px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}



@media screen and (max-width:440px) {
    .fw-clr-3 h4 {
        font-size: 37px;
        line-height: normal;
    }

    .fw-clr-3 h3 {
        font-size: 22px;
        margin-top: 0px;
    }

    .smp-outline-btn {
        font-size: 13px;
        padding: 10px 15px;
        border-radius: 6px;
        font-weight: 500;
        margin-right: auto;
        margin-left: auto;
    }

    .fw-banner {
        padding: 3rem 0rem;
    }
}


/*--------Step Cards Style */
.steps-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    position: relative;

}

.step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.steps-wrapper .full-h {
    min-height: 25rem;

}

.steps-wrapper .circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    /* opacity: 45%; */
}

.steps-wrapper .circle .inner-circle {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
}

.step-card p {
    color: #1A281F;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    margin: 0px;
    color: #fff;
}





/* Small SM Steps Card -------------------------- */
.sm-step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sm-step-card p {
    color: #1A281F;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0px;
    color: #fff;
}

.sm-step-card .dot-line {
    width: 13rem;
    position: absolute;
    top: 21px;
    bottom: auto;
    right: -12rem;
    height: 2px;
    background-image: radial-gradient(circle, #ab0c5991 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: center;
}

@media screen and (max-width:770px) {
    .steps-wrapper .full-h {
        min-height: 30rem;
    }
}

@media screen and (max-width:440px) {
    .steps-wrapper {
        gap: 1rem;
        flex-direction: column;
    }

    .step-card p {
        font-size: 14px;
    }

    .step-card .dot-line {
        display: none;
    }

    .steps-wrapper .full-h {
        min-height: auto;
    }

    .sm-step-card .dot-line {
        display: none;
    }

}



/* =========================================================
        LOGIN/REGISTRATION (PAGE) CSS : START
========================================================== */


.form-box {
    padding: 20px;
    position: relative;
    background: rgb(255 255 255 / 3%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 12px;
}

.form-box::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 74%;
    display: none;
}

.form-box form #dob {
    color-scheme: dark;
}

.form-box p {
    color: #fff;
}



.formLogo {
    width: 15rem;
    display: block;
}


.form-box-outline {
    padding: 20px;
    position: relative;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.form-box-outline::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 74%;
    display: none;
}


.back-btn {
    color: #FFd000 !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 3px;
    margin: 5px 0px;
    text-decoration: underline;
}

.back-btn i {
    margin-right: 5px;
}

.registration-wrapper .event-logo {
    padding: 4px;
    text-align: center;
}

.registration-wrapper .event-logo p {
    font-size: 11px;
    text-align: center;
    font-weight: 300;
    padding: 0px 7px;
    margin: 0px;
}

.registration-wrapper .event-logo strong {
    letter-spacing: 3px;
    font-size: 20px;
    position: relative;
    top: -6px;
    color: #fff;
}

.form-tabing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
}

.form-tabing .form-tab-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #FEF166;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 13px;
}

.form-tabing .form-tab-btn p {
    margin: 0px;
    margin-left: 10px;
    cursor: pointer;
}

.form-tabing .participants-type-radio {}

.form-inp-2-group {
    display: none;
}

.form-tab-btn-act {
    background: #49398f !important;
}

.registration-wrapper .event-dropdown {
    width: 100%;
    display: grid;
    background: none;
    /* color: var(--primary-color); */
    color: #fff;
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: none;
    margin-top: 7px;
    border-radius: 5px;
    background: rgb(255 255 255 / 22%);
    margin-bottom: 14px;
}

.registration-wrapper .event-dropdown option {
    background: #241c12;
}

.registration-wrapper .event-dropdown button {
    border: 2px solid #fff;
    color: #fff;
    font-size: 10px;
}

.registration-wrapper .event-dropdown-item {}





/* ------------------------------------------
    T&C Modal css start
------------------------------------------ */

.tcModalWrapper {
    background: var(--theme-gradient);
    font-family: var(--primary-font);
}

#viewTermCondition .modal-body {
    padding: 0px;
}

.tcModalWrapper .left-side {
    background-image: url(./../assets/landingPageAssets/tcPopupBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position-x: -58rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.tcModalWrapper .left-side::before {
    content: '';
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 20%;
}

.tcModalWrapper .left-side h1 {
    position: relative;
    z-index: 10;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 7rem;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
    word-wrap: break-word;
    writing-mode: vertical-rl;
    opacity: 80%;
    text-align: center;
    transform: rotateZ(-180deg);
    text-transform: uppercase;
}

.tcModalWrapper .right-side {
    padding: 30px;
    /* position: relative;
    overflow: hidden; */
}

.tcModalWrapper .right-side button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffffd9 !important;
    color: #121213;
}

.tcModalWrapper .right-side::before {
    content: '';
    width: 35rem;
    height: 35rem;
    border-radius: 50%;
    border: 5rem solid #fff;
    background-color: transparent;
    position: absolute;
    top: -7rem;
    right: -12rem;
    opacity: 22%;
}

.tcModalWrapper .right-side::after {
    content: '';
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: transparent;
    position: absolute;
    bottom: -4rem;
    left: -15rem;
    opacity: 13%;
}

.tcModalWrapper .right-side h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
}

.tcModalWrapper .right-side h4 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 9px;
    position: relative;
    margin-top: 30px;
}

.tcModalWrapper .right-side h5 {
    background-color: #fff;
    font-size: 12px;
    padding: 12px;
    margin-bottom: 21px;
    border-radius: 4px;
}

.tcModalWrapper .right-side h1 span {
    color: #B5964D;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    /* letter-spacing: 10px; */
    position: relative;
}

.tcModalWrapper .right-side p {
    color: #fff;
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
    position: relative;
}

.tcModalWrapper .right-side p i {
    color: #B5964D;
    font-size: 15px;
    margin-right: 6px;
}

@media screen and (max-width:1080px) {
    .tcModalWrapper .left-side h1 {
        font-size: 5rem;
    }
}

@media screen and (max-width:770px) {
    .tcModalWrapper .left-side h1 {
        font-size: 1rem;
        writing-mode: horizontal-tb;
        transform: rotateZ(0deg);
        margin-bottom: 0px;
    }

    .tcModalWrapper .right-side h1 span {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .tcModalWrapper .left-side {
        background-position-x: center;
    }

    .tcModalWrapper .right-side h1 {
        font-size: 15px;
    }

    .tcModalWrapper .right-side button {
        font-size: 10px;
        padding: 5px 11px;
        border-radius: 2px;
    }

    .tcModalWrapper .right-side p {
        font-size: 10px;
    }

    .tcModalWrapper .right-side {
        padding: 15px;
    }

    .tcModalWrapper .right-side h5 {
        font-size: 9px;
        padding: 9px;
        border-radius: 2px;
    }

    .tcModalWrapper .right-side h4 {
        font-size: 10px;
        margin-bottom: 9px;
        margin-top: 12px;
    }
}


/* ------------------------------------------
    T&C Modal css end
------------------------------------------ */





/* ------------------------------------------
    Book Slot Container
------------------------------------------ */

.book-slot-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.slot {
    width: 30%;
    padding: 8px;
    background: #FFF3E9;
    color: var(--text-color);
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 13px;
    position: relative;
    font-weight: 500;
    box-shadow: 4px 3px 5px #dfdcdc;
    border: 1px solid #ebebeb;
}

.slot:hover {
    background-color: var(--theme-primary-color);
    color: #fff;
}

.slot input {
    display: none;
}

.slot label {
    padding: 0px 0px;
}

.activeSlot {
    background-color: var(--theme-primary-color);
    color: #fff;
}

/* ----------------------------------------------
/ 11. Form Aside Wrapper & Contents
------------------------------------------------*/

.f-aside-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}

.f-aside-container .bg-overlay {
    position: absolute;
    top: -11rem;
    left: 0px;
    right: 0px;
    width: 70%;
    margin: 0px auto;
    opacity: 20%;
}

.brand-carousel {}

.brandCard img {
    aspect-ratio: 16 / 6;
    object-fit: contain;
}


.list-info-box {
    background-color: #ffffff1c;
    border-radius: 12px;
    border: 0.2px solid #ffffff5c;
    padding: 2rem 3rem;
}

.list-info-box h4 {
    font-size: 20px;
}

.list-info-box h2 {
    font-size: 12px;
    line-height: 100%;
}

.list-info-box .cst-list p i {
    color: #fff;
}

.list-info-box .cst-list p {
    font-size: 14px;
}


@media screen and (max-width:440px) {
    .list-info-box {
        padding: 15px;
    }

    .list-info-box h4 {
        font-size: 16px;
        line-height: 11px;
        margin-bottom: 14px !important;
    }

    .list-info-box h4 img {
        width: 18px !important;
    }

    .list-info-box .cst-line span {
        width: 15px;
        margin: 0px 7px;
    }
}



/* ----------------------------------------------
/ 12. Animation
------------------------------------------------*/

/* Container Slide -------------------------- */

.slide-panel {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 2s;
}

.slide-panel .heading {
    text-transform: uppercase;
    font-family: var(--primary-font);
    font-size: 38px;
    font-weight: bolder;
    color: var(--theme-primary-color);
    /* line-height:0px; */
    /* letter-spacing: -2px; */
}

.slide-panel .script-sub-heading {
    font-size: 21px;
    font-weight: 600;
    color: var(--theme-secondary-color);
    line-height: normal;
    margin-top: 10px;
    letter-spacing: -1px;
}

.panels {
    width: 90%;
}

.slide-panel .P2 {
    transition: 0.4s;
}

.slide-panel .P2.in-active {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    opacity: 0;
}

.slide-panel .P2.active {
    position: relative;
    top: 0;
    right: 0;
    opacity: 1;
}

.slide-panel .P1.in-active {
    position: absolute;
    top: 0;
    right: 100%;
    width: max-content;
    opacity: 0;
}

.slide-panel .P1.active {
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
}

.slide-panel .P0 {
    transition: 0.6s;
}

.slide-panel .P0.in-active {
    position: absolute;
    top: 0;
    right: 100%;
    width: max-content;
    opacity: 0;
}

.slide-panel .P0.active {
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
}

.panel-step-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 5rem;
    width: 100%;
}

.panel-step-grid .circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
}

.panel-step-grid .circle .inner-circle {
    width: 25px;
    height: 25px;
    background-color: #ced4da;
    border-radius: 50%;
}

.panel-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.panel-step p {
    color: #adb5bd;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
}

.panel-step .dot-line {
    width: 13rem;
    position: absolute;
    top: 21px;
    bottom: auto;
    right: -12rem;
    height: 2px;
    background-image: radial-gradient(circle, #ab0c5991 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: center;
}

.completed-step p {
    color: var(--theme-primary-color);
    font-weight: 500;
}

.completed-step .circle {
    border: 1px solid var(--theme-primary-color);
}

.completed-step .circle .inner-circle {
    background-color: var(--theme-primary-color);
}

@media screen and (max-width:440px) {
    .slide-panel .heading {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 0px;
    }

    .slide-panel .script-sub-heading {
        font-size: 15px;
        line-height: normal;
        margin-top: -2px;
        letter-spacing: 0px;
    }

    .panel-step-grid {
        gap: 1rem;
    }
}


/* @media screen and (max-width:770px) {
    .steps-wrapper .full-h {
        min-height: 30rem;
    }
}

@media screen and (max-width:440px) {
    .steps-wrapper {
        gap: 1rem;
        flex-direction: column;
    }

    .step-card p {
        font-size: 14px;
    }

    .step-card .dot-line {
        display: none;
    }

    .steps-wrapper .full-h {
        min-height: auto;
    }

    .sm-step-card .dot-line {
        display: none;
    }

} */









/* Circular Rotation Animation -------------------------- */
.curcular-ani {
    animation-name: circularRotationAnimation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes circularRotationAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


/* ------------------------------------------
   Multi Selectable Div UI Component
------------------------------------------ */

.selectable-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    height: 200px;
    overflow-y: auto;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 20px;
}

.selectable-card {
    padding: 8px 19px;
    background: #FFF3E9;
    color: var(--text-color);
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 13px;
    position: relative;
    font-weight: 500;
    box-shadow: 4px 3px 5px #dfdcdc;
    border: 1px solid #ebebeb;
}


.selected-collection {}

.selected-pill {
    border: 0.8px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
    font-weight: 500;
}

.selected-pill::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    top: -14px;
    right: -6px;
}




/* ------------------------------------------
  13. Video Player Banner
------------------------------------------ */


.v-banner {
    position: relative;
    width: 70%;
    height: 500px;
    overflow: hidden;
    border-radius: 12px;
    margin: 0px auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.v-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 158%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.v-banner:before {
    content: '';
    background: linear-gradient(180deg, #10003869 -33%, #0c0025 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.v-banner .content {
    position: relative;
    z-index: 100;
    color: white;
    padding: 20px;
    text-align: center;
}

.v-banner .v-banner-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.v-banner .tag {
    background: #ffffff2b;
    font-size: 12px;
    color: #fff;
    padding: 11px 16px;
    border-radius: 7px;
    border: 0.2px solid #ffffff5c;
}

.v-banner .tag i {
    font-size: 15px;
    margin-right: 10px;
}

@media screen and (max-width:770px) {
    .v-banner {
        width: 100%;
    }

    .v-banner .v-banner-footer {
        flex-direction: column;
        gap: 10px;
    }
}


@media screen and (max-width:440px) {
    .v-banner {
        width: 100%;
    }

}