@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Vidaloka&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    overflow-x: hidden;
    background-color: #000;
    font-size: 18px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: normal;
    font-family: "Vidaloka", serif;
}

p {
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-position: center center;
    background: linear-gradient(0deg, #c28f33 0%, #feeea6 100%);
    z-index: 9;
    display: flex;
    align-items: center;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #fff;
    transition: all ease 0.4s;
    position: relative;
    border-radius: 100px;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 30px;
    height: 30px;
    border: 2px solid #7c572b75;
    transition: all ease 0.4s;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    border-radius: 100px;
}

ul.slick-dots li {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #d5b87450;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
    border: 2px solid #d5b874;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 100px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
}

.small-section-title h3 {
    position: relative;
    color: #c41b62;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.section-title h2 span {
    color: #d5b874;
}

.section-title h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #d5b874;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 10px;
    background: #000000;
    padding: 5px 15px;
    border: 1px solid #ffffff2e;
}

.section-title h2 {
    font-size: 42px;
    position: relative;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #ebb247;
}

.common-btn {
    display: inline-block;
    border: beige;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
    transition: 0.4s;
    padding: 8px 26px;
    background: #C28F33;
}

.common-btn:hover {
    color: #000000;
}

.black-btn {
    display: inline-block;
    border: 1px solid #000000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000000;
    white-space: nowrap;
    background: transparent;
    transition: 0.4s;
    padding: 8px 16px;
}

.black-btn:hover {
    color: #fff;
    background-color: #d5b874;
    border-color: #d5b874;
}

/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
    z-index: 999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    box-sizing: border-box;
    color: #ffffff;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #ebb247;
}

.call-buton .cc-calto-action-ripple img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: 30px;
}

.call-buton .cc-calto-action-ripple:hover img {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(213, 184, 116, 0.2), 0 0 0 0 rgba(213, 184, 116, 0.2), 0 0 0 5px rgba(213, 184, 116, 0.2), 0 0 0 10px rgba(213, 184, 116, 0.2);
        box-shadow: 0 4px 10px rgba(213, 184, 116, 0.2), 0 0 0 0 rgba(213, 184, 116, 0.2), 0 0 0 5px rgba(213, 184, 116, 0.2), 0 0 0 10px rgba(213, 184, 116, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(213, 184, 116, 0.2), 0 0 0 5px rgba(213, 184, 116, 0.2), 0 0 0 10px rgba(213, 184, 116, 0.2), 0 0 0 20px rgba(213, 184, 116, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(213, 184, 116, 0.2), 0 0 0 10px rgba(213, 184, 116, 0.2), 0 0 0 20px rgba(213, 184, 116, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(213, 184, 116, 0.2), 0 0 0 0 rgba(213, 184, 116, 0.2), 0 0 0 5px rgba(213, 184, 116, 0.2), 0 0 0 10px rgba(213, 184, 116, 0.2);
        box-shadow: 0 4px 10px rgba(213, 184, 116, 0.2), 0 0 0 0 rgba(213, 184, 116, 0.2), 0 0 0 5px rgba(213, 184, 116, 0.2), 0 0 0 10px rgba(213, 184, 116, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(213, 184, 116, 0.2), 0 0 0 5px rgba(213, 184, 116, 0.2), 0 0 0 10px rgba(213, 184, 116, 0.2), 0 0 0 20px rgba(213, 184, 116, 0);
        box-shadow: 0 4px 10px rgba(213, 184, 116, 0.2), 0 0 0 5px rgba(213, 184, 116, 0.2), 0 0 0 10px rgba(213, 184, 116, 0.2), 0 0 0 20px rgba(213, 184, 116, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address a {
    color: #ffffff;
    font-weight: 600;
    margin-right: 0;
    font-size: 16px;
}

.top-address a i {
    padding-right: 5px;
    color: #d5b874;
}

.top-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-contact p {
    margin-bottom: 0;
    font-weight: 600;
    margin-right: 0;
    font-size: 14px;
}

.top-contact ul li a {
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 14px;
}

.top-contact ul li a:hover {
    background: #d5b874;
    border: 1px solid #d5b874;
    color: #ffffff;
}

.top_head_sec {
    padding: 7px 0 7px 0;
    background: #d5b874;
}

.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    box-shadow: 0 0 11px #1c1a1d3d;
    background: #000000;
}

.header.sticky .logo-bx {
    width: 140px;
    height: auto;
    transition: all 0.5s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #f4de93;
}

.header {
    z-index: 99;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
}

.header.sticky .burger-icon span {
    background: #ffffff;
}

.bottom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 30px 0;
}

.logo-bx {
    height: auto;
    transition: all 0.5s;
    flex: 0 0 20%;
}

.logo-bx a {
    position: absolute;
    display: inline-block;
    max-width: 120px;
    top: 10px;
    transition: all 0.5s;
}

.header.sticky .logo-bx a {
    max-width: 50px;
}

a.logo img {
    transition: all 0.5s;
    width: 100%;
}

.right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .left-bx {
        flex: 0 0 60%;
        align-items: center;
    }

    .right-bx {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 25px;
        flex: 0 0 20%;
    }

    .navbar {
        padding: 0;
        margin: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 50px;
    }

    .navbar li {
        position: relative;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 0;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        white-space: nowrap;
        position: relative;
        flex-direction: column;
        width: 100%;
        background: transparent;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #d1a64f;
        margin: 3px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}


/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: #000000;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 40px 20px 0 0;
}

@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu {
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    text-align: left;
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    width: 100%;
    background: transparent;
    letter-spacing: 3px;
}

.side_bar_menu ul li a:hover {
    color: #d5b874;
}

.side_bar_menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5b87450;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #160201;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side_bar_address {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5b87450;
}

.side_bar_address h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.side_bar_address p {
    margin: 0;
    color: #ffffff;
}

.side_bar_address a {
    color: #ffffff;
    font-size: 18px;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #000000;
    background-color: #d5b874;
    border-color: #d5b874;
}

.side-bar button:hover {
    background-color: #d5b874;
    border-color: #d5b874;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #d5b874;
    padding: 6px;
    border: 1px solid #d5b874;
}

.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor: '';
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #000000;
    transition: all 400ms ease-in-out;
    margin-left: auto;
}

.burger-icon span:nth-child(1) {}

.burger-icon span:nth-child(2) {
    width: 100%;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.side_bar_cn {
    margin-bottom: 50px;
    text-align: center;
}

.side_bar_cn img {
    max-width: 200px;
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/
.ban-head {
    text-align: left;
    position: relative;
}

.banner-main .slick-arrow.slick-prev {
    left: 1%;
}

.banner-main .slick-arrow.slick-next {
    right: 1%;
}

.ban-head h3 {
    position: relative;
    display: inline-block;
    transition: transform 700ms ease, opacity 700ms ease;
    transform: translateY(-200px);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h3 {
    transform: translateY(0px);
}

.ban-head p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-block: 10px 25px;
    transition: transform 700ms ease, opacity 700ms ease;
    transform: translateX(200px);
    max-width: 450px;
}

.banner-main .slick-slide.slick-current.slick-active .ban-head p {
    transform: translateX(0px);
}

.ban-head h1 {
    position: relative;
    margin-bottom: 20px;
    font-size: 3rem;
    text-transform: uppercase;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #ffffff;
    letter-spacing: 5px;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateX(-200px);
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
}

.ban-head .ban-btn {
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
    margin-top: 30px;
}

.banner-main .slick-slide.slick-current.slick-active .ban-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms;
}

.banner-bottom {
    margin-bottom: 0;
    margin-inline: auto;
    padding: 25px;
    z-index: 1;
    position: relative;
    overflow: visible;
    margin-top: -75px;
    background: #c38360;
    max-width: 1220px;
    box-shadow: 0 0 14px rgb(0 0 0 / 58%);
}

.banner-bottom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ban_b_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.ban_b_img img {
    height: 450px;
    object-fit: cover;
}

.banner-bottom-head .section-title {
    max-width: 650px;
}

.banner-bottom-head h2 {
    text-decoration: blink;
    color: #ffffff;
    font-size: 40px;
    -webkit-animation: colorchange 2s infinite alternate;
    margin: 0;
}

@-webkit-keyframes colorchange {
    0% {
        color: #fff;
    }

    50% {
        color: #fcf203;
    }

    100% {
        color: #e3e2d5;
    }
}

.banner-main {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.banner-main .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px;
    left: 0;
    width: 100%;
    gap: 7px;
}

.banner-main .slick-dots button {
    height: 10px;
    width: 10px;
    background: #fff;
    font-size: 0;
    margin: 0 2px;
    border: 0;
}

.banner-main .slick-dots .slick-active button {
    background: #c38360;
    height: 10px;
    width: 10px;
}

.banner-slide {
    display: block !important;
}

.banner-main .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.banner-main .banner-image .bg-big {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: inline-block;
}

.banner-slider .slick-slide {
    padding: 0;
}

/* .banner-main .banner-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background: #000000;
    opacity: 0.6;
} */
/* .banner-main .banner-image::after {
    position: absolute;
    height: 46%;
    width: 100%;
    display: inline-block;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.9;
} */
/* .banner-main .banner-image img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    min-height: 700px;
    object-fit: cover;
}
 */

/* .banner-main .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.2) translate(0px);
    }
}
@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.1) translate(0px);
    }
}
 */
.banner-image-inner img {
    transform: inherit !important;
}

.banner-image-inner img {
    max-height: 650px;
    margin: 0 auto;
}

.banner-main .slick-slide {
    display: block !important;
}

.banner-text {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translate(0px, -50%);
}

.banner-main .banner-text {
    display: inline-block;
    z-index: 3;
    overflow: hidden;
}

/* .banner-main .slick-active .banner-text {
    animation: text-move 1s ease-in-out forwards;
}
 */
.banner-img {
    position: absolute;
    top: 140%;
    right: 0;
    text-align: center;
    z-index: 99;
    transform: translate(0, -100%);
    left: auto;
    max-width: 80%;
}

.banner-main .slick-active .slide-left {
    animation: 3s slide-left ease-in-out forwards;
}

/* @keyframes slide-left {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
} */

@keyframes text-move {
    0% {
        transform: scale(1) translateY(100%);
    }

    100% {
        transform: scale(1) translateY(-50%);
    }
}




/*--------------------------------------------------------------
# appointment Section
--------------------------------------------------------------*/
.appointment-sec {
    /* background-image: url(https://mavenmsindiaicon.com/wp-content/themes/astra/assets/2025-register-now/images/video-bg.jpg); */
    /* background-size: cover; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-attachment: fixed; */
    background: #fff;
}

.appointment-image {
    height: 100%;
}

.appointment-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-form {
    background: #2d4739;
    padding: 50px;
    margin-inline: auto;
    border: 5px solid #c49237;
}

.banner-form form {
    color: #000000;
    text-align: left;
}

.banner-form .form-group {
    margin-bottom: 30px;
}

.banner-form .section-title {
    margin-bottom: 50px;
}

.banner-form label {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    display: none;
}

.banner-form input,
.banner-form select {
    background-color: transparent !important;
    border-radius: 0px;
    padding: 7px 10px;
    border: 1px solid #ffffff57 !important;
    border: none;
    color: #fff !important;
    font-size: 16px;
}

.banner-form select option {
    background: #000000;
    color: #fff;
}

select.form-control:focus,
input.form-control:focus {
    box-shadow: none;
    border-color: #cea34b !important;
}

.form-group.form-check label {
    display: block;
}

.form-group.form-check input {
    display: block;
    padding: 0;
    border: 1px solid #75867d;
    border-radius: 0;
    height: 25px;
    width: 25px;
    color: #fff;
    margin-right: 16px;
}

.form-group.form-check label a {
    color: #c49237;
}


.banner-form .form-btn button.black-btn {
    padding-block: 15px;
    background: #d5b874;
    color: #fff;
    border-color: #d5b874;
}

.banner-form button.black-btn:hover,
.banner-form button.black-btn:focus {
    background-color: #000000;
}

.banner-form input::placeholder {
    color: #ffffff50 !important;
    opacity: 1;
    /* Firefox */
}

.banner-form input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #ffffff50 !important;
}

/* button.forminator-button.forminator-button-submit {
    display: inline-block;
    border: beige;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
    transition: 0.4s;
    padding: 8px 26px;
    background: #C28F33;
    background: linear-gradient(0deg, rgba(194, 143, 51, 1) 0%, rgba(254, 238, 166, 1) 100%);
}
.forminator-row.forminator-row-last {
    justify-content: flex-end;
}
.forminator-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.forminator-field {
    margin-bottom: 20px;
    width: 100%;
}	 	
.forminator-row .forminator-col-6, .forminator-ro .forminator-col{
    flex: 0 0 50%;
    width: 100%;
}
.banner-form label {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
}
.banner-form input, .banner-form select {
    background-color: transparent !important;
    border-radius: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff57 !important;
    border: none;
    color: #fff !important;
    font-size: 18px;
    width: 100%;
} */
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.section-title {
    margin-bottom: 25px;
}

.about-sec {
    background: #2d4739;
    position: relative;

    padding-bottom: 100px;

}


/* .about-sec {
    background-image: url(https://mavenmsindiaicon.com/wp-content/uploads/2025/06/about-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */





.about-sec .section-title p {
    line-height: inherit;
    color: #fff;
    max-width: 890px;
    margin-inline: auto;
}

.about-sec h3 {
    font-size: 20px;
    color: #c28f33;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.about-cn-bx p {
    color: #fff;
    margin-bottom: 25px;
}

.ab-img-bx {
    margin-inline: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 50%;
    text-align: right;
    height: 100%;
}

/* .about-sec:after {
    content: '';
    background-image: url('https://mavenmsindiaicon.com/wp-content/themes/astra/assets/2025-register-now/images/pattern-1.png');
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-attachment: fixed;
} */
.about-sec .container {
    position: relative;
    z-index: 1;
}






/*--------------------------------------------------------------
 # eligibility section css
--------------------------------------------------------------*/
.eligibility-section {
    background-image: url(https://mavenmsindiaicon.com/wp-content/themes/astra/assets/2025-register-now/images/video-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

/* .eligibility-section:after {
    content: '';
    background: #fff;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
} */

.eligibility-section .container {
    position: relative;
    z-index: 1;
}

.eligibility-ic-cn h3 {
    color: #c59439;
}

.eligibility-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.eligibility-head {
    margin-bottom: 50px;
}

.eligibility-ic-bx {
    text-align: center;
    border: 1px solid #c6953b50;
    padding: 22px 25px;
    /* background: #ebb247; */
    background-position: center center;
    background: linear-gradient(0deg, #c28f33 0%, #feeea6 100%);
}

.eligibility-ic-img img {
    max-height: 55px;
    margin-bottom: 20px;
}

.eligibility-ic-cn h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 7px;
    color: #000;
}

.eligibility-ic-cn p {
    margin: 0;
    color: #000000;
}

.eligibility-ic-img img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(337deg) brightness(92%) contrast(107%);
}







.icon-head {
    padding-right: 5%;
}

.icon-section {
    background: #ffffff;
}

.icon-main ul.list-style li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    color: #ffffff;
}

.icon-main ul.list-style li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #c99a40;
    border: 2px solid #ffffff;
    outline: 2px solid #c8993f;
    left: 5px;
    top: 11px;
    border-radius: 100%;
    display: inline-block;
}

.icon-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-section .section-title {
    margin-bottom: 50px;
}

/* .icon-img {
    flex: 0 0 35%;
    margin-left: 50px;
} */
.icon-img.wow.zoomIn {
    width: 100%;
    max-width: 40%;
    margin-right: 50px;
}

.icon-img img {
    width: 100%;
}

ul.list-style li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    font-size: 22px;
}

ul.list-style li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #c99a40;
    border: 2px solid #000000;
    outline: 2px solid #c8993f;
    left: 5px;
    top: 11px;
    border-radius: 100%;
    display: inline-block;
}

.mobile-icon-img {
    display: none;
}




.plus-cn:before {
    background: #2d4739;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}

.plus-cn .common-btn {
    opacity: 0;
    transition: all 0.5s;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plus-left:hover .plus-cn:before {
    opacity: 1;
}

.plus-left:hover .plus-cn .common-btn {
    opacity: 1;
}

.plus-right:hover .plus-cn:before {
    opacity: 1;
}

.plus-right:hover .plus-cn .common-btn {
    opacity: 1;
}

.plus-head {
    max-width: 520px;
    margin-inline: auto;
}

.plus-inner {
    /*background-image: url(https://mavenmsindiaicon.com/wp-content/uploads/2025/06/image-337.png);
    background-size: cover;*/
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
}
.plus-left {
    transform: translate(-25%, 0px);
    background: #2d4739;
    padding: 16px 16px;
    position: relative;
    border: 4px solid #c6953a;
    transition: 0.3s;
}

.cus-gloden-theme .participate-boby ul li { 
    background:#ebb247;
    border: 2px solid #c5953a50;
    color: #000;
    font-weight: 500;

}
.cus-gloden-theme  .participate-boby ul li:hover {
    color: #000;
}
 .cus-gloden-theme  .participate-boby ul li::after{
 background:#fff;
    
}

.plus-left:hover {
    transform: translate(-25%, 0px) scale(1.05);


}

.plus-left:after,
.plus-left:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    cursor: pointer;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.plus-left:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #2d4739;
    border-width: 30px;
    margin-top: -30px;
    cursor: pointer;
}

.plus-left:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c6953a;
    border-width: 36px;
    margin-top: -36px;
}

.plus-right {
    transform: translate(25%, 0px);
    text-align: right;
    background: #2d4739;
    padding: 16px 16px;
    position: relative;
    background: #2d4739;
    border: 4px solid #c6953a;
    transition: 0.3s;

}





.plus-right:hover {
    transform: translate(25%, 0px) scale(1.05);
}




.plus-right:after,
.plus-right:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.plus-right:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #2d4739;
    border-width: 30px;
    margin-top: -30px;
}

.plus-right:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #c6953a;
    border-width: 36px;
    margin-top: -36px;
}

.plus-section {
    padding: 0;
}

.plus-main {
    display: grid;
    grid-template-columns: 30% 40% 30%;
}

.plus-boby {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.plus-img {
    padding-top: 50px;
}

.plus-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.plus-boby .btn-bx {
    margin-top: 0;
    text-align: center;
}

.plus-right h3,
.plus-left h3 {
    font-size: 25px;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    background: linear-gradient(0deg, #c28f33 0%, #feeea6 100%);
    color: transparent;
    background-clip: text;
}

.plus-left p,
.plus-right p {
    text-transform: capitalize;
    margin: 0;
}

.mobile-plus-boby,
.mobile-title {
    display: none;
}

/*--------------------------------------------------------------
 # participate section css
--------------------------------------------------------------*/
.participate-section {
    text-align: center;
    background: #ffffff;
}

.participate-head .section-title p {
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
}

.participate-head .section-title {
    margin-bottom: 30px;
}

.participate-boby ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.participate-boby ul li {
    padding: 10px 20px;
    background: #ffffff;
    border: 2px solid #c5953a50;
    color: #000;
    position: relative;
    transition: all 0.5s;
    z-index: 6;
}



.participate-boby ul li::after {
    position: absolute;
    content: '';
    background-color: #ebb247;
    height: 100%;
    width: 0%;
    z-index: -5;
    left: auto;
    right: 0;
    top: 0;
    transition: 0.3s;
}

.participate-boby ul li:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.participate-boby ul li:hover {
    color: #000;
}






.participate-boby ul li:hover {
    transform: translate(-0px, -10px);
}

.participate-main .btn-bx {
    margin-top: 50px;
}


/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/
.testimonials-new {
    background-image: url(https://mavenmsindiaicon.com/wp-content/themes/astra/assets/2025-register-now/images/1415.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.goggle-img img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(11%) saturate(2411%) hue-rotate(360deg) brightness(88%) contrast(87%);
}

.testimonials-new .container {
    position: relative;
    z-index: 1;
}

.testimonials-new .testimonials-item {
    position: relative;
    z-index: 1;
}

.testimonials-auther-img {
    overflow: hidden;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 0;
}

.testimonials-new .slick-initialized .slick-slide div {
    height: 100%;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
    z-index: 1;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.testimonials-new .btn-bx {
    margin-top: 50px;
}

.testimonials-auther-img {
    flex: 0 0 450px;
}

.testimonials-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 25px;
}

.testimonials-auther-img img {
    max-width: 450px;
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    margin-inline: auto;
    border: 5px solid #c49236;
}

.testimonials-new .btn_bx {
    text-align: center;
    margin-top: 50px;
}

.testimonials-new .slick-list.draggable {
    padding: 0;
}

.testimonials-new .section-title {
    margin-bottom: 50px;
}

.testimonials-new .slick-arrow.slick-prev {
    left: -2%;
}

.testimonials-new .slick-arrow.slick-next {
    right: -2%;
}

.goggle-img {
    width: 60px;
    height: auto;
    display: none;
}

.testimonials-box-author {
    margin-top: 30px;
}

.testimonials-auther-content h3 {
    font-size: 25px;
    margin-bottom: 0;
    color: #c99a40;
    text-align: center;
}

.testimonials-new .pbmit-featured-wrapper {
    width: 80px
}

.testimonials-new .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.testimonials-new .testimonials-auther-content {
    margin-left: 0;
}

.testimonials-new .slick-initialized .slick-slide {
    padding: 0 15px;
    height: 100%;
}

.testimonials-new p {
    margin-top: 26px;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    text-align: center;
    font-size: 22px;
}

.testimonials-slider-new .slick-track {
    padding-top: 15px;
}

.testimonials-new .testimonials-star-ratings {
    color: #eab923;
}

.testimonials-new .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 26px;
    font-weight: 600 !important;
    font-style: italic !important;
    letter-spacing: -.25px
}






/* =====================================
# winner
===================================== */
.winner-section {
    background: #2d4739;
    position: relative;
}

.video-bx video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-bx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.winner-head {
    margin-bottom: 50px;
}

.winner-slider {
    width: 100%;
    margin: 0 auto;
}

.winner-slider img {
    width: 100%;
}








/* =====================================
# gallery
===================================== */
.gallery-section {
    background: #000;
    position: relative;
}

/* .gallery-section:after {
    content: '';
    background-image: url('https://mavenmsindiaicon.com/wp-content/themes/astra/assets/2025-register-now/images/pattern-1.png');
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-attachment: fixed;
} */
.gallery-section .container {
    position: relative;
    z-index: 1;
}

.gallery-head {
    margin-bottom: 50px;
}

.gallery-img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.gallery-section .btn-bx {
    margin-top: 50px;
    text-align: center;
}

.gallery-container ul#myTab {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 50px;
}

.gallery-container li.nav-item button {
    border-radius: 0;
    border: 1px solid #d5b874;
    padding: 5px 30px;
    background: rgb(213 184 116 / 21%);
    color: #ffff;
    font-size: 20px;
}

.gallery-container li.nav-item button.active {
    background: linear-gradient(0deg, #c28f33 0%, #feeea6 100%);
    color: #000;
}

.gallery-img img {
    width: 100%;
    object-fit: cover;
}

/* =====================================
# partner
===================================== */
.partners-section {
    background: #fff;
}

.partners-img img {
    background: #2d4739;
    /* border: 5px solid #c49337; */
    padding: 5px;
}

.partners-head {
    margin-bottom: 50px;
}

/* =====================================
# faq
===================================== */
.faq-section {
    background: #ffffff;
    display: none;
}

.faq-section .section-title {
    margin-bottom: 50px;
}

.faq-section button.accordion-button {
    background: #000000;
    color: #fff;
    font-size: 20px;
}

.faq-section .accordion-button::after {
    filter: invert(1);
}

.faq-section .accordion-button:not(.collapsed)::after {
    filter: none;
}

.faq-section .accordion-item {
    color: #ffffff;
    background-color: #000000;
    border: var(--bs-accordion-border-width) solid #cc9f4633;

}


.faq-section .accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #ebb247;
    background: #ebb247;
}

.faq-section .btn-bx {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* =====================================
# founder
===================================== */
.founder-section {
    background-image: url(https://mavenmsindiaicon.com/wp-content/themes/astra/assets/2025-register-now/images/121213.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 0;
}

.founder-head .section-title {
    margin-bottom: 0px;
}

.founder-section .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    background: #00000000;
    padding: 100px 15px;
}

.founder-body .btn-bx {
    display: none;
}

.founder-head {
    margin-bottom: 0px;
    background: #fff;
    padding: 45px 0px 45px 0px;
}

.founder-cn {
    text-align: center;
    max-width: calc(100% - 90px);
    margin-inline: auto;
}

.founder-cn p {
    font-size: 20px;
}

/* =====================================
# audition
===================================== */
.audition-section {
    background: #ffffff;
}

.audition-img img {
    position: relative;
    z-index: 1;
}

.audition-cn {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.audition-img {
    position: relative;
    padding: 12px;
}

.audition-img .video-bx video {
    border-radius: 30px;
}

.audition-head .section-title {
    margin-bottom: 50px;
}

ul.slick-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}









/*--------------------------------------------------------------
 # Newsletter
--------------------------------------------------------------*/
form.newsletter-form {
    display: flex;
    flex-direction: column;
}

form.newsletter-form .form-group {
    margin-bottom: 1rem;
}

form.newsletter-form label {
    display: block;
    margin-bottom: 0.5rem;
}

form.newsletter-form input[type="email"] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.3s ease;
}

form.newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: #6e8efb;
}

form.newsletter-form input[type="email"].invalid {
    border-color: #dc3545;
}

form.newsletter-form button {
    padding: 0.75rem;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-size: 20px;
}

form.newsletter-form button:hover {
    opacity: 0.9;
}

/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/
.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: 1;
}

.lines .line:nth-child(1) {
    margin-left: -18%;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(213 184 116 / 50%);
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(213 184 116) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

section#footertop {
    position: relative;
}

.lines .line:nth-child(2) {
    left: 65%;
}

.lines .line:nth-child(3) {
    left: 72%;
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.footer-section {
    isolation: isolate;
    background-color: #000000;
    padding-top: 100px;
    background-image: url(https://mavenmsindiaicon.com/wp-content/themes/astra/assets/2025-register-now/images/556.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.footer-section:after {
    content: '';
    background: #000000;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    opacity: 0.9;
    z-index: 0;
}

.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.footer-widget.socail-bx {
    margin-top: 25px;
}

.footer-cta {
    padding-bottom: 50px;
}

.single-cta i {
    color: #d5b874;
    font-size: 30px;
    float: left;
    margin-top: 0px;
}

.cta-text {
    padding-left: 0;
    display: block;
    max-width: 100%;
    text-align: center;
}

.cta-text h4 {
    color: #ebb247;
    font-size: 24px;
    font-weight: 500 !important;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.cta-text span {
    color: #fff;
    font-size: 20px;
}

.footer-cta .cta-text a {
    color: #fff;
    font-size: 20px;
}

.footer-cta .cta-text a:hover {
    color: #d5b874;
}


.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 80px;
}


.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #e2e5b8;
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #e2e5b8;
}

.footer-social-icon a:hover {
    color: #fff;
    border: 1px solid #ca2260;
    background-color: #ca2260;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}



.footer-widget ul li:before {
    content: "\f219";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    padding-right: 10px;
    color: #d5b874;
}

.footer-widget ul li a:hover {
    color: #d5b874;
}

.footer-widget ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
}

.copyright-area {
    padding: 50px 0 15px 0;
    border-top: 1px solid rgb(213 184 116 / 10%);
    position: relative;
    z-index: 1;
}

.copyright-text p {
    margin: 0;
    color: #fff;
}

.copyright-text p a {
    color: #d7b65d;
}






.social_links {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 20px;
}

.social_links li {
    width: fit-content !important;
    margin: 0;
}

.social_links li:before {
    display: none;
}

.social_links li a {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}

.social_links li a:hover {
    color: #000000 !important;
    background-color: #d5b874;
    border-color: #d5b874;
}





.mobile-menu {
    display: none;
}

.offcanvas {
    display: none;
}



.offcanvas-backdrop.show {
    display: none;
}



.highlight-note {
    background:transparent;
    width: max-content;
    margin: 10px auto;
}

.highlight-note p {
    color: red;
    padding: 0px 10px;
    text-transform: capitalize;
    font-weight: 500;
}



.about-banner-img img {
    width: 100%;
    position: relative;
    max-width: 100%;
}



.new-about-us {
    position: relative;
    padding: 0px;
}

.banner-text-bx {
    position: absolute;
    width: 100%;
    margin: auto;
    left: 51%;
    max-width: 50%;
    transform: translateX(-88%);
    top: 25%;
    padding: 0px 0px 0px 2px;
}

.new-about-us .about-cn-bx h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    /* text-shadow: #353535e8 1px 1px 2px; */
}

.new-about-us p {
    line-height: inherit;
    color: #000;
    max-width: 100%;
    margin-inline: auto;
}

.founder-box {
    position: relative;
    transform: translate(-56%, -50%);
    left: 50%;
    top: 50%;
}

.founder-body-bx {
    position: absolute;
    width: 100%;
    max-width: 38%;
    bottom: 13%;
    border-radius: 0px 85px 0px 80px;
    padding: 20px;
    left: 0%;
    background: #ffff;
}

.founder-body-bx .section-title h2 {
    color: #000;
    font-size: 27px;
    margin-bottom: 0px;
}

.section-title {
    margin-bottom: 4px;
}

.founder-body-bx p {
    color: #000;
    font-size: 16px;
}

.founder-body-bx2 {
    position: absolute;
    width: 100%;
    max-width: 33%;
    bottom: 16%;
    border-radius: 0px 85px 0px 85px;
    padding: 23px;
    right: -16%;
    background: #fff;
}

.founder-body-bx2 p {
    color: #000;
    font-size: 16px;

}

.footer-text-bx {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    left: 30px;
}


.mobile-image {
    display: none;
}

.banner-text-bx .section-title h2 {
    text-shadow: rgb(0, 0, 0, 0.5) 1px 1px 2px;
}


.founder-img {
    text-align: center;
}

.founder-img img {
    text-align: center;
}

@media (max-width: 1279px) {
    .offcanvas {
        display: block;
    }

    .offcanvas-backdrop.show {

        display: block;
    }

    .offcanvas-body ul li a {
        width: 100%;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #d1a64f;
        display: block;
        border-bottom: 1px solid #eeeeee1a;
        padding: 10px 13px;
    }

    .offcanvas-body {
        padding: 0;
    }

    .offcanvas-body ul {
        padding-top: 30%;
        display: flex;
        flex-direction: column;
    }



    button.btn-close.text-reset i.fa-solid.fa-xmark {
        height: 43px;
        background: #ebb247;
        width: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -11px;
        top: -7px;
    }



    button.btn-close.text-reset {
        padding: 0;
        margin: 0;
        opacity: 1;
        background: transparent;
        position: absolute;
        top: 7px;
        font-size: 20px;
    }

    .offcanvas-header {
        padding: 0;
        background: transparent;
        position: absolute;
        height: 43px;
        width: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        right: 0px;
    }



    .offcanvas.hiding,
    .offcanvas.show,
    .offcanvas.showing {
        visibility: visible;
        background: #121212;
        width: 100%;
        max-width: 280px;
    }

    .logo-bx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex: 100%;
        padding: 0px 10px;
    }

    .mobile-menu {
        height: 43px;
        width: 43px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ebb247 !important;
        border: 0px;
        font-size: 20px;
        color: #000;
    }

    button.mobile-menu:hover {
        background: #ebb247;
    }

    .bottom-head {
        justify-content: center;
    }

    .header.sticky .logo-bx {
        text-align: center;
    }

    .left-bx,
    .right-bx {
        display: none;
    }

    .eligibility-ic-bx {
        padding: 50px 25px;
    }

    
    .logo-bx a {   
        max-width: 90px;  
        position: relative;
        top: 0;
    }

    .header.sticky {
        background: #121212;
    }

    .bottom-head {
        padding: 10px 0;
    }
     body{ padding-top: 115px !important; }
    .header {
        position: absolute !important;
        top:0;
    }

}

@media (max-width: 1200px) {
    .participate-boby ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .eligibility-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-new .testimonials-item .testimonials-item-wrap {
        flex-direction: column-reverse;
        padding-left: 0;
    }

    .testimonials-auther-img {
        flex: 0 0 auto;
    }

}


@media (max-width: 991px) {

  
    .founder-section .container {
        padding: 35px 10px;
    }

    .new-about-us .about-cn-bx h3 {
        font-size: 18px;
    }

    .founder-body-bx {
        position: unset;
        width: 100%;
        max-width: 100%;
        border-radius: 0px;
        left: 0%;
        text-align: center;
        padding: 10px;
        background-color: transparent;
    }

    .founder-body-bx p {
        color: #fff;
    }

    .founder-body-bx2 {
        position: unset;
        width: 100%;
        max-width: 100%;
        bottom: 12%;
        border-radius: 0px;
        text-align: center;
        padding: 10px;
        right: -16%;
        background: transparent;
    }

    .founder-body-bx2 p {
        color: #fff;
    }

    .founder-body-bx .section-title h2 {
        color: #ebb247;
        font-size: 25px;
    }



    .footer-text-bx {
        text-align: center;
        position: unset;
        left: 0;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }


    .founder-box {
        transform: unset;
        left: unset;
        top: unset;
    }

    .mobile-image img {
        margin: auto;
        display: block;
        width: 100%;
        max-width: 350px;
    }

    .mobile-image {
        display: block;
    }

    .new-about-us {
        background: #fff;
        padding: 35px 0px;
    }

    .about-banner-img img {
        display: none !important;
    }

    .banner-text-bx {
        position: unset;
        width: 100%;
        max-width: 100%;
        transform: unset;
    }



    .banner-btn-bx .container a {
        padding: 10px 15px !important;
    }

    #forminator-module-2616 {
        row-gap: 20px !important;
        grid-template-columns: 1fr !important;

    }

    .ab-img-bx {
        max-width: 100%;
        margin-inline: auto;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

    .ban-head {
        max-width: 50%;
    }

    .ban-head h1 {
        font-size: 25px;
    }

    .banner-main .banner-image .bg-big {
        height: auto;
    }

    .logo-bx a {
        max-width: 90px;
    }

    .about-sec .row.align-items-center {
        flex-direction: column-reverse;
    }

    .about-cn-bx {
        text-align: center;
        margin-top: 40px;
    }

    .about-btn {
        align-items: center;
        justify-content: center;
    }

    .about-cn-bx p {
        font-size: 25px;
        margin-bottom: 25px;
    }

    section {
        padding: 50px 0;
    }

    .icon-main {
        flex-direction: column-reverse;
    }

    .icon-img {
        margin-left: 0;
    }

    .icon-head {
        text-align: unset;
        margin-top: 30px;
    }

    .plus-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .plus-inner {
        display: none;
    }

    .plus-img {
        position: relative;
    }

    .mobile-plus-boby {
        display: block;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin-inline: auto;
    }

    .mobile-title {
        display: block;
    }

    .section-title.text-center.mobile-title {
        margin-top: 50px;
    }

    .mobile-plus-boby .plus-left,
    .mobile-plus-boby .plus-right {
        background: #2d4739;
        max-width: 95%;
        margin-inline: auto;
        transform: none;
        text-align: center;
    }

    .mobile-plus-boby .plus-left:before,
    .mobile-plus-boby .plus-left:after,
    .mobile-plus-boby .plus-right:before,
    .mobile-plus-boby .plus-right:after {
        display: none;
    }

    .audition-cn {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title h2 {
        font-size: 35px;
    }

    .about-sec .section-title p {
        font-size: 25px;
    }

    .about-cn-bx p {
        font-size: 18px;
    }

    .icon-main ul.list-style li {
        font-size: 18px;
    }

    .faq-section button.accordion-button {
        font-size: 18px;
        font-weight: 500;
    }

    .participate-boby ul li {
        font-size: 18px;
    }

    .testimonials-new p {
        font-size: 18px;
    }

    .banner-form label {
        font-size: 18px;
    }

    .eligibility-ic-cn p {
        font-size: 18px;
    }

    .eligibility-head {
        margin-bottom: 0;
    }

    .icon-main ul.list-style li:before {
        top: 7px;
    }

    .form-group.form-check input {
        height: 20px;
        width: 20px;
    }

    .founder-cn p {
        font-size: 18px;
    }

    .common-btn {
        font-size: 18px;
    }

    .faq-section .accordion-body p {
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }

    .footer-section {
        padding-top: 50px;
    }

    .cta-text {
        margin-bottom: 25px;
    }

    .cta-text h4 {
        font-size: 25px;
    }

    .cta-text span {
        font-size: 18px;
    }

    .footer-cta {
        padding-bottom: 20px;
    }

    .social_links li a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .founder-section .container {
        padding: 50px 15px;
    }
    
}

@media (max-width: 650px) {
    .founder-img {
        margin-bottom: 20px;
    }

    .about-sec {
        padding-bottom: 35px;
    }

    .mobile-icon-img {
        display: block;
    }

    .icon-img.wow.zoomIn {
        display: none;
    }

    .mobile-icon-img {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .faq-section button.accordion-button {
        font-size: 18px;
        font-weight: 500;
    }

    .ban-head h1 {
        font-size: 16px;
        line-height: 1.8;
    }

    .participate-boby ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .eligibility-main {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }

    .audition-cn {
        grid-template-columns: repeat(1, 1fr);
    }

    .audition-img {
        text-align: center;
    }

    .copyright-area {
        padding: 30px 0 15px 0;
    }

    .about-sec .section-title {
        margin-top: 0;
    }

    .participate-boby ul {
        gap: 15px;
    }

    .testimonials-auther-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-top-right-radius: 100%;
        border-top-left-radius: 100%;
    }

    .testimonials-new .slick-initialized .slick-slide div {
        font-size: 16px;
    }

    .testimonials-auther-content h3 {
        font-size: 18px;
    }

    .banner-form {
        padding: 50px 15px;
    }

    .banner-form .section-title {
        margin-bottom: 25px;
    }

    .gallery-container li.nav-item button {
        font-size: 18px;
    }

    .founder-cn {
        max-width: 100%;
        margin-top: 15px;
    }
}




.mobile-banner {
    display: none;
}


.mobile-poster {
    display: none;
}

@media (max-width: 450px) {

    .mobile-poster {
        display: block;
        height: 100%;
        width: 100%;

    }

    .mobile-poster img {
        height: 100%;
        width: 100%;

    }

    .founder-section .video-bx video {
        display: none;
    }

    .remove-mobile {
        display: none;
    }


    .mobile-banner {
        display: block;
        padding: 0px;
    }

    .banner-main .banner-btn-bx {

        bottom: 3% !important;
    }



    .banner-btn-bx .container a {
        padding: 4px 12px !important;
    }

    .header.sticky .logo-bx a {
        max-width: 60px;
    }

    .logo-bx a {
        max-width: 60px;
    }

    .thumb-detail h4 {
        font-size: 17px !important;
    }

    .past-winner .section-title {
        margin-bottom: 24px !important;
    }

    .past-winner .slick-arrow {
        display: none !important;
    }

    .about-sec .section-title {
        margin-top: 0;
    }

    .about-sec .section-title p {
        font-size: 16px;
    }

    .about-sec .section-title h2 {
        margin-bottom: 15px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .founder-cn p {
        font-size: 16px;
    }

    .common-btn {
        font-size: 16px;
    }

    .faq-section .accordion-body p {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .cta-text {
        margin-bottom: 20px;
    }

    .cta-text h4 {
        font-size: 20px;
    }

    .cta-text span {
        font-size: 16px;
    }

    .participate-head .section-title p {
        font-size: 16px;
    }

    .eligibility-ic-cn h3 {
        font-size: 18px;
    }

    .gallery {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-cta .cta-text a {
        font-size: 18px;
    }

    button.forminator-button.forminator-button-submit,
    button#forminator-field-upload-1_684318fab5252_button {
        white-space: normal !important;
        font-size: 16px !important;
        width: 100% !important;
    }

    .audition-head .section-title {
        margin-bottom: 30px;
    }

    .gallery-head {
        margin-bottom: 30px;
    }




    .gallery-container li.nav-item button {
        padding: 5px 20px;
        font-size: 18px;
    }

    .founder-head {
        padding: 30px 0px 30px 0px;
    }

    .partners-img img {
        padding: 5px;
        width: 100%;
        margin: auto;
        max-width: 270px;
    }

    .partners-head {
        margin-bottom: 30px;
    }


    .eligibility-main {
        margin-top: 22px;
    }

    .banner-form {
        padding: 30px 15px;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .gallery-container ul#myTab {

        margin-bottom: 35px;
    }

    section {
        padding: 35px 0;
    }

    .about-cn-bx {
        margin-top: 28px;
    }
}


.banner-form form {
    color: #ffffff;
    text-align: left;
}

.forminator-row.forminator-row-last .forminator-field {
    text-align: right;
}

span#select2-forminator-form-2616__field--select-1_684319d54afb6-container {
    background-color: transparent !important;
    border-radius: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff57 !important;
    border: none;
    color: #fff !important;
    font-size: 18px;
}

.forminator-ui#forminator-module-2616.forminator-design--basic .forminator-select2+.forminator-select .selection .select2-selection--single[role="combobox"] {
    border-color: #ffffff;
    background-color: transparent;
    border: none;
}

button.forminator-button.forminator-button-submit,
button#forminator-field-upload-1_684318fab5252_button {
    display: inline-block;
    border: beige;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
    transition: 0.4s;
    padding: 8px 26px;
    background: #C28F33;
}

.participate-boby2 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    row-gap: 20px;
    column-gap: 20px;
}

.participate-boby2 ul li {
    color: #000;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    transition: 0.3s;
}

.participate-boby2 ul li:hover {
    color: #ebb247;

}

.participate-boby2 ul li::before {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    background: #ebb247;
    border-radius: 50px;
    outline: 2px solid #ebb247;
    outline-offset: 2px;
    top: 8px;
    left: 9px;
}

.plus-boby a {
    color: #fff;
}


#forminator-module-2616 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
    column-gap: 35px;
}

#forminator-field-upload-1_6848220fbf72a_button {
    padding: 10px;
    font-size: 10px;
}

button.forminator-button.forminator-button-submit {
    margin-right: auto;
    display: block;
}

.forminator-ui.forminator-custom-form[data-design=basic] .forminator-file-upload>span:not(:last-child) {
    margin-right: 10px;
    font-size: 15px;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 0px !important;
}

.forminator-ui#forminator-module-2616.forminator-design--basic .forminator-select2+.forminator-select .selection .select2-selection--single[role="combobox"] {
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #727272 !important;
    font-size: 15px !important;
}





.forminator-ui.forminator-custom-form[data-design=basic] .forminator-button-upload {
    margin-right: 10px !important;
    padding: 8px 8px !important;
    font-size: 12px !important;
}

.forminator-ui#forminator-module-2616.forminator-design--basic .forminator-select2+.forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
    color: #ffffff !important;
}

.thumbnail-image {
    display: flex !important;
    flex-wrap: wrap;
    cursor: pointer;
    padding: 13px;
    align-items: center;
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
    border: 1px solid #ebac50;
    justify-content: center;
}



.thumb-detail h4 {
    color: #000;
    font-size: 20px;
    margin: 0px;
    font-weight: normal;
    font-family: "Vidaloka", serif;
}

/* .past-winner .slick-arrow.slick-prev {
    left: 16px;
}

.past-winner .slick-arrow.slick-next {
    right: 15px;
} */

.vertical-thumbs .slick-current.slick-slide {
    background-color: #ebb247;

}

.past-winner .section-title {
    margin-bottom: 45px;
}

.past-winner .slick-slide {
    padding: 0 0px;
}

.slider-banner-image img {
    width: 100%;
    display: inline-block !important;
}

.past-winner {
    padding-bottom: 0px;
    background: #fff;
}


.banner-main .banner-btn-bx {
    width: 100%;
    max-width: 73%;
    margin: auto;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.banner-main .banner-btn-bx .container {
    padding: 0;
    margin-left: 0;
}

.banner-btn-bx .container a {
    background: #fff;
    padding: 11px 23px;
    font-weight: 700;
    font-size: 1.5vw;
    position: relative;
    z-index: 8;
    overflow: hidden;
}

.banner-btn-bx .container a:hover {
    color: #000;
}

.banner-btn-bx .container a:after {
    height: 100%;
    background-color: #ebb247;
    content: '';
    position: absolute;
    z-index: -7;
    width: 0%;
    left: 50%;
    top: 0;
    transition: 0.3s;
}


.banner-btn-bx .container a:hover::after {
    width: 100%;
    left: 0%;
}




#aboutSection {
    position: relative;
}



#aboutSection::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://mavenmsindiaicon.com/wp-content/uploads/2025/06/pattern.png);
    background-size: 50%;
    opacity: 0.04;
    background-attachment: fixed;
}

.ab-img-bx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}