/* FONT IMPORT */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@400;500;700&display=swap');

/* Local Font */

@font-face {
    font-family: "Adobe Devanagar";
    src: url("../fonts/devanagari.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Adobe Devanagar";
    src: url("../fonts/devanagari-bold.otf");
    font-weight: 700;
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #E5B93D;
    --secondary: #1E1E1E;

    /* Font Variable */
    --font-text: "Poppins", sans-serif;
    --font-oswald: "Oswald", sans-serif;
    --font-roboto: "Roboto", sans-serif;
    --font-heading: "Adobe Devanagar";
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #F9F9F9;
    overflow-x: hidden;
    height: 100%;
    font-family: var(--font-text);
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-heading);
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--secondary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 0.875rem;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9em 1.96em;
    border-radius: 1.875rem;
    line-height: normal;
}

.themeBtn>* {
    transition: 0.5s ease-in-out;
}

.themeBtn:hover {
    background-color: #FDC70C;
    color: var(--black);
}

.themeBtn:hover>* {
    transform: translateX(5px);
}

.heading {
    font-size: 6.125rem;
    font-weight: 700;
    line-height: 0.75;
    color: #191919;
}

.subtitle {
    font-size: 1.75rem;
    color: var(--secondary);
}

/* !GLOBAL CSS */


/* mouse animation css  */

/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */

/* mouse animation css  */


/* NAV HEADER CSS */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding: 2.5rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 10%, transparent 100%);
    transition: 0.3s ease-in-out;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    width: 100%;
    align-items: start;
    justify-content: center;
}

.navbar-nav .nav-item {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    padding: 0.5rem 0;
}

.navbar-nav .nav-item.centerLogo {
    border: 0;
    margin: -1.25rem 1rem 0;
    position: relative;
    z-index: 1;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    padding: 0.7rem 0.625rem;
    display: inline-block;
    position: relative;
}

.navbar-nav .nav-item:not(.centerLogo) .nav-link:not(.themeBtn)::before {
    content: '';
    position: absolute;
    top: -0.6rem;
    bottom: -0.6rem;
    width: 100%;
    border-top: 3px solid var(--primary);
    border-bottom: 3px solid var(--primary);
    transform: scaleX(0);
    transition: 0.5s ease-in-out;
}

.navbar-nav .nav-item:not(.centerLogo) .nav-link:not(.themeBtn):hover::before {
    transform: scaleX(1);
}

.navbar-nav .nav-item .nav-link.themeBtn {
    padding: 0.75em 0.9em;
    font-size: 1rem;
    color: var(--black);
    display: inline-flex;
}

/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    background-color: #0F0F0F;
    height: 1200px;
    margin-bottom: -30.3125rem;
    user-select: none;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    top: 36%;
    width: fit-content;
    right: 0;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2.25rem;
}

.homeSlider .swiper-pagination-bullet {
    margin: 0 !important;
    color: var(--white);
    opacity: 1;
    width: auto;
    height: auto;
    background: none !important;
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0.5rem;
    position: relative;
}

.homeSlider .swiper-pagination-bullet::before {
    content: '';
    display: inline-block;
    width: 6.875rem;
    height: 1px;
    background-color: var(--white);
    transition: 0.5s ease;
}

.homeSlider .swiper-pagination-bullet:nth-child(odd):before {
    width: 5.125rem;
}

.homeSlider .swiper-pagination-bullet-active {
    color: var(--primary);
    font-weight: 700;
}

.homeSlider .swiper-pagination-bullet-active::before {
    width: 11.625rem !important;
    background-color: var(--primary);
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    line-height: 0.65;
    color: var(--primary);
    font-size: 4.0625rem;
    font-weight: 400;
    font-family: var(--font-text);
}

.main-slider h1 span {
    font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    font-size: 10.9375rem;
}

.main-slider p {
    color: var(--white);
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.125rem;
    margin: 1rem 0;
}

.heroText {
    margin-bottom: 200px;
}

.main-slider .social-link {
    position: absolute;
    left: 9rem;
    top: 33.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--font-oswald);
    font-size: 1.125rem;
    font-weight: 500;
    gap: 1rem;
}

.main-slider .social-link li span {
    writing-mode: tb;
    color: var(--white);
}

.main-slider .social-link a {
    font-size: 2rem;
    color: var(--white);
    opacity: 0.3;
    transition: 0.5s ease;
}

.main-slider .social-link a:hover {
    opacity: 1;
}

.scroll-down {
    right: 134px;
    bottom: 160px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    max-width: 26px;
    color: var(--white) !important;
    font-weight: 500;
    font-size: 1.125rem;
}

.scroll-down span {
    writing-mode: tb;
    transform: scale(-1);
    animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

/* !MAIN HERO SLIDER CSS */


/* ABOUT SECTION */

.about-section {
    position: relative;
    z-index: 1;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 13.75rem;
    left: 0;
    width: 100%;
    height: 330px;
    background: url('../images/curve-img.webp') top left/cover no-repeat;
    z-index: -1;
}

.about-section::after {
    content: '';
    position: absolute;
    bottom: -6rem;
    left: 5.625rem;
    width: 502px;
    aspect-ratio: 1;
    background-color: var(--primary);
    border-radius: 50%;
    opacity: 0.13;
    z-index: -1;
}

.about-card {
    background-color: var(--primary);
    border-radius: 290px 0 0 0;
    padding: 127px 0 0px;
    text-align: center;
    position: relative;
    box-shadow: 4px 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.about-obj {
    position: absolute;
    bottom: -72px;
    left: -176px;
}

.about-card .about-content {
    max-width: 980px;
    margin: auto;
}

.about-card .about-content p {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--secondary);
}

.about-card-footer {
    display: flex;
    justify-content: end;
    text-align: left;
    width: 100%;
    position: relative;
    right: -3rem;
}

.about-card-footer .content {
    margin-top: 1.5rem;
}

.about-card-footer p {
    color: var(--secondary);
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.about-card-footer h3 {
    max-width: 625px;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 0.9;
    font-family: var(--font-text);
    color: var(--secondary);
}

.about-card-footer h3 span {
    font-size: 2.5rem;
    font-weight: 500;
    display: block;
    margin-top: 0.5rem;
}

.signature-container {
    background-color: #F9F9F9;
    text-align: center;
    border-radius: 140px 0 140px;
    padding: 1rem 2.5rem 3rem;
    margin-bottom: -4rem;
}

.title {
    font-size: 6.125rem;
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    writing-mode: tb;
    transform: scale(-1);
    position: absolute;
    top: 0.875rem;
    right: -0.875rem;
}

/* !@ABOUT SECTION */


/* SERVICES SECTION */

.services-section {
    z-index: 1;
}

.services-section::after {
    content: '';
    position: absolute;
    top: 3rem;
    left: 50%;
    width: 624px;
    aspect-ratio: 1;
    background-color: var(--primary);
    border-radius: 50%;
    opacity: 0.37;
    z-index: -1;
}

.services-card {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    transition: 0.5s ease;
    user-select: none;
}

.services-card figure {
    border-radius: 1.5rem;
    overflow: hidden;
    width: fit-content;
    margin-bottom: 1rem;
}

.services-card figure img {
    transition: 0.5s ease;
}

.services-card .card-content {
    position: relative;
    transition: 0.5s ease-in-out;
}

.services-card .card-content span {
    color: #9F9F9F;
    font-weight: 500;
    font-size: 1.75rem;
}

.services-card .card-content h3 {
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.1;
    width: 50%;
    transition: 0.5s ease;
}

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

.services-card .services-header a {
    width: 3.625rem;
    aspect-ratio: 1;
    border: 1px solid var(--primary);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--primary);
    font-size: 2rem;
    transform: rotate(-45deg);
    transition: 0.5s ease;
}

.services-card:hover .services-header a {
    background-color: var(--primary);
    color: var(--white);
    transform: rotate(0deg);
    animation: bounce-arrow 0.9s infinite alternate;
}

@keyframes bounce-arrow {
    from {
        transform: rotate(0deg) translateX(0px);
    }

    to {
        transform: rotate(0deg) translateX(-10px);
    }
}

.services-card .services-header a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.services-card p {
    font-size: 0.875rem;
    color: #8B8B8B;
    margin: 0;
    margin-bottom: 1rem;
}

.servicesSlider {
    padding: 5rem 0;
    margin-top: 4.75rem;
}

.servicesSlider .swiper-slide-active .services-card .card-content {
    margin-top: -8.5rem;
    padding: 2rem;
}

.servicesSlider .swiper-slide-active .services-card .card-content span,
.servicesSlider .swiper-slide-active .services-card .card-content p {
    display: none;
}

.servicesSlider .swiper-slide-active .services-card {
    transform: scale(1.2);
}

.servicesSlider .swiper-slide-next .services-card figure,
.servicesSlider .swiper-slide-prev .services-card figure {
    max-height: 452px;
}

.servicesSlider .swiper-slide-prev .services-card {
    transform: translateY(3rem);
}

.servicesSlider .swiper-slide-next .services-card {
    transform: translateY(5rem);
}

.servicesSlider .swiper-slide-active .services-card figure {
    background-color: var(--black);
}

.servicesSlider .swiper-slide-active .services-card figure img {
    opacity: 0.61;
}

.servicesSlider .swiper-slide-active .services-card .card-content h3 {
    color: var(--white);
}

/* !@SERVICES SECTION */


/* LIVE SECTION */

.live-section {
    padding: 0;
}

.live-section p {
    font-size: 1.25rem;
    color: #9E9E9E;
    margin-top: 0.875rem;
}

.liveSlider {
    padding-bottom: 2rem;
    margin: 2.5rem -10rem 0;
}

.liveSlider figure {
    overflow: hidden;
    margin-bottom: 2rem;
    transition: 0.5s ease;
}

.liveSlider .swiper-slide-active figure {
    border-bottom-right-radius: 220px;
    box-shadow: 2px 15px 1.5rem 0 rgba(0, 0, 0, 0.5);
}

.liveSlider .swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.75rem;
}

.liveSlider .swiper-controls .controls-button {
    display: flex;
    gap: 0.5rem;
}

.liveSlider .swiper-button-prev,
.liveSlider .swiper-button-next {
    position: static;
    margin: 0;
    transform: translateY(0);
    width: 3.875rem;
    aspect-ratio: 1;
    height: auto;
    background-color: var(--white);
    border-radius: 50%;
    transition: 0.5s ease;
}

.liveSlider .swiper-button-prev::after,
.liveSlider .swiper-button-next::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 2rem;
    color: var(--black);
    transition: 0.5s ease;
}

.liveSlider .swiper-button-prev::after {
    content: '\f177';
}

.liveSlider .swiper-button-next::after {
    content: '\f178';
}

.liveSlider .swiper-button-prev:hover,
.liveSlider .swiper-button-next:hover {
    background-color: var(--primary);
}

.liveSlider .swiper-button-prev:hover::after,
.liveSlider .swiper-button-next:hover::after {
    color: var(--white);
}

.liveSlider .swiper-controls .swiper-pagination {
    position: static;
    width: fit-content;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--secondary);
    display: flex;
    align-items: center;
    gap: 6px;
    user-select: none;
}

.liveSlider .swiper-controls .swiper-pagination .pagination-current,
.liveSlider .swiper-controls .swiper-pagination .pagination-total {
    width: 20px;
    text-align: center;
}

.liveSlider .swiper-controls .swiper-pagination .swiper-line {
    display: inline-block;
    width: 252px;
    height: 3px;
    background-color: rgba(30, 30, 30, 0.16);
    position: relative;
}

.liveSlider .swiper-controls .swiper-pagination .swiper-line span {
    position: absolute;
    top: 0;
    left: 0;
    width: 1%;
    height: 100%;
    background-color: var(--primary);
    transition: 5s ease;
}

/* !@LIVE SECTION */


/* CTA SECTION */

.cta-section {
    padding: 0;
}

.cta-section .cta-bg {
    border-radius: 553px 0;
    background-color: var(--secondary);
    overflow: hidden;
    position: relative;
}

.cta-section .cta-bg img {
    opacity: 0.54;
}

.cta-section .cta-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.cta-section .cta-content .heading {
    font-size: 10rem;
    font-weight: 700;
    color: var(--white);
    margin: 0;
    margin-top: 5rem;
}

.cta-section .cta-content p {
    font-size: 2.25rem;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 1.625rem;
}

.cta-section .cta-content p span {
    font-family: var(--font-heading);
    display: block;
    margin-top: 0.5rem;
}

.cta-section .obj {
    width: 326px;
    height: 326px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.44);
    text-align: center;
    position: absolute;
    top: 180px;
    left: 48%;
    transform: translateX(-50%);
    z-index: 1;
}

.cta-section .obj img {
    margin-top: -1rem;
}

/* !@CTA SECTION */


/* EVENTS SECTION */

.events-section {
    padding: 6.75rem 0;
}

.events-section .obj {
    position: absolute;
    bottom: -2rem;
    left: -210px;
    mix-blend-mode: luminosity;
}

.events-section .row {
    gap: 1rem;
}

.events-section .text {
    font-size: 0.875rem;
    color: #8B8B8B;
    line-height: 1.7;
    margin: 1rem 0 1.125rem;
}

.events-card {
    position: relative;
    border-radius: 1.875rem;
    box-shadow: 4px 10px 25px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: fit-content;
    margin-left: auto;
}

.events-card+.events-card {
    margin-top: 4rem;
}

.events-card figure {
    background-color: var(--black);
    overflow: hidden;
}

.events-card figure img {
    transition: 0.5s ease;
}

.events-card:hover figure img {
    opacity: 0.5;
    transform: scale(1.05);
}

.events-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: end;
    gap: 1rem;
    padding: 2.5rem 2.5rem 2rem 2.5rem;
}

.events-card .card-content h4 {
    color: var(--white);
    font-size: 2.75rem;
    line-height: 1;
    flex: 1;
    font-weight: 700;
}

.events-card .card-content a {
    width: 3.625rem;
    aspect-ratio: 1;
    border: 1px solid var(--primary);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--primary);
    font-size: 2rem;
    transform: rotate(-45deg);
    transition: 0.5s ease;
}

.events-card:hover .card-content a {
    background-color: var(--primary);
    color: var(--white);
    transform: rotate(0deg);
    animation: bounce-arrow 0.9s infinite alternate;
}

@keyframes bounce-arrow {
    from {
        transform: rotate(0deg) translateX(0px);
    }

    to {
        transform: rotate(0deg) translateX(-10px);
    }
}

.events-card .card-content a:hover {
    background-color: var(--primary);
    color: var(--white);
}

/* !@EVENTS SECTION */


/* SHOWCASE SECTION */

.showcase-section {
    padding: 5.375rem 0;
}

.showcase-figure {
    box-shadow: 4px 10px 25px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 30px;
    max-width: 1065px;
}

.showcase-section p {
    font-size: 0.875rem;
    max-width: 402px;
    margin-bottom: 1.5rem;
    color: #8B8B8B;
}

.showcase-section h6 {
    font-size: 1.25rem;
    color: #8B8B8B;
    font-family: var(--font-text);
    font-weight: 500;
    margin-bottom: 1.875rem;
}

.showcase-section .obj {
    position: absolute;
    top: -1rem;
    right: -20.625rem;
    mix-blend-mode: luminosity;
}

/* !@SHOWCASE SECTION */


/* BLOG SECTION */

.blog-section {
    padding: 4.5rem 0 9.875rem;
}

.blog-section .subtitle {
    color: var(--primary);
    margin-bottom: 0.75rem;
    display: inline-block;
}

.blog-section .heading {
    line-height: 0.9;
}

.blog-section .text {
    text-align: center;
    color: #9E9E9E;
    font-size: 1.25rem;
    font-weight: 500;
}

.blog-card {
    background-color: var(--white);
    box-shadow: 4px 10px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 1.5rem 0;
    user-select: none;
    cursor: pointer;
}

.blog-card .card-figure {
    display: flex;
    align-items: center;
    position: relative;
    top: -1.5rem;
    gap: 4.25rem;
}

.blog-card .card-figure a {
    width: 6.25rem;
    aspect-ratio: 1;
    border: 1px solid var(--primary);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--primary);
    font-size: 2.5rem;
    transform: rotate(-45deg);
    transition: 0.5s ease;
}

.blog-card:hover .card-figure a {
    background-color: var(--primary);
    color: var(--white);
    transform: rotate(0deg);
    animation: bounce-arrow 0.9s infinite alternate;
}

.blog-card .card-figure a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.blog-card .card-content {
    padding: 0 2rem 1.5rem;
}

.blog-card h4 {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    transition: 0.5s ease;
}

.blog-card .card-content p {
    color: #9E9E9E;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
    transition: 0.5s ease;
}

.blogSlider {
    margin: 3rem -21rem -1rem 0;
    padding: 1rem;
}

.blogSlider .swiper-slide-active .blog-card {
    background-color: var(--primary);
}

.blogSlider .swiper-slide-active .blog-card .card-figure a {
    border: 1px solid var(--white);
    color: var(--white);
}

.blogSlider .swiper-slide-active .blog-card h4,
.blogSlider .swiper-slide-active .blog-card .card-content p {
    color: var(--white);
}

/* !@BLOG SECTION */


/* EVENT CTA SECTION */

.event-cta {
    padding: 0;
}

.event-cta .cta-bg {
    border-radius: 553px 0;
    background-color: var(--secondary);
    overflow: hidden;
    position: relative;
}

.event-cta .cta-bg img {
    opacity: 0.54;
}

.event-cta .cta-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    text-align: center;
}

.event-cta .cta-content .heading {
    font-size: 10rem;
    font-weight: 700;
    color: var(--white);
    margin: 0;
    margin-top: 5rem;
}

.event-cta .cta-content p {
    font-size: 2.25rem;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 1.625rem;
}

.event-cta .cta-content p span {
    font-family: var(--font-heading);
    display: block;
    margin-top: 0.5rem;
}

.event-cta .cta-content .cta-extras .row {
    gap: 3.5rem;
    justify-content: center;
}

.event-cta .cta-content .cta-extras p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 2.875rem;
}

.event-cta .cta-content .cta-extras h5 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--white);
}

.event-cta .cta-content h4 {
    color: var(--white);
    font-size: 3.875rem;
    margin-bottom: 3.75rem;
    padding-top: 10px;
}

/* !@EVENT CTA SECTION */

/* TESTIMONIAL SECTION */

.testimonial-section {
    /*padding: 12.625rem 0 18rem;*/
    padding: 60px 10px 60px 10px;
}

.testimonial-section .subtitle {
    color: var(--primary);
    font-size: 2.375rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.review-card {
    display: flex;
    align-items: center;
    gap: 4.25rem;
    justify-content: center;
    transition: 2s ease;
}

.review-card figure {
    overflow: hidden;
    border-radius: 1.25rem;
}

.review-header {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 2rem;
}

.review-header span {
    color: var(--primary);
    font-size: 1.125rem;
    font-family: var(--font-roboto);
}

.review-header h3 {
    color: var(--black);
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--font-text);
    max-width: 370px;
}

.review-header .icon {
    color: var(--primary);
    font-size: 6.5rem;
    line-height: 0.5;
}

.review-body {
    width: 100%;
    max-width: 435px;
}

.review-body p {
    color: #828282;
    font-size: 1.125rem;
    font-family: var(--font-roboto);
    line-height: 1.77;
}

.review-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-footer h5 {
    font-size: 1.875rem;
    font-weight: 700;
    font-family: var(--font-text);
    color: var(--primary);
}

.review-card .rating {
    display: flex;
    gap: 4px;
    color: #FDC70C;
    font-size: 1.125rem;
}

.reviewSlider {
    margin: 4.625rem 0 0;
    overflow: visible;
    /* max-width: 1314px; */
}

.reviewSlider .swiper-slide-prev .review-card {
    flex-direction: row-reverse;
}

.reviewSlider .swiper-slide:not(.swiper-slide-active) .review-card {
    transform: scale(0.9);
}

.reviewSlider .swiper-controls {
    display: flex;
    gap: 0.625rem;
    position: absolute;
    bottom: 6.875rem;
    left: 3.5rem;
}

.reviewSlider .swiper-button-prev,
.reviewSlider .swiper-button-next {
    position: static;
    margin: 0;
    transform: translateY(0);
    width: 3.875rem;
    aspect-ratio: 1;
    height: auto;
    background-color: var(--white);
    border-radius: 50%;
    transition: 0.5s ease;
}

.reviewSlider .swiper-button-prev::after,
.reviewSlider .swiper-button-next::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 2rem;
    color: var(--black);
    transition: 0.5s ease;
}

.reviewSlider .swiper-button-prev::after {
    content: '\f177';
}

.reviewSlider .swiper-button-next::after {
    content: '\f178';
}

.reviewSlider .swiper-button-prev:hover,
.reviewSlider .swiper-button-next:hover {
    background-color: var(--primary);
}

.reviewSlider .swiper-button-prev:hover::after,
.reviewSlider .swiper-button-next:hover::after {
    color: var(--white);
}

.testimonial-section .obj {
    position: absolute;
    top: 3.625rem;
    right: 16.625rem;
    mix-blend-mode: luminosity;
}

/* !@TESTIMONIAL SECTION */


/* FOOTER  */

footer {
    background: #101010 url('../images/footer-bg.webp') center center/cover no-repeat fixed;
    padding-top: 12rem;
    border-radius: 0 675px 0 452px;
    position: relative;
}

footer .phone-btn {
    width: 11.375rem;
    aspect-ratio: 1;
    background-color: var(--primary);
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    right: 15rem;
    animation: phonnebtn 0.9s infinite alternate;
}

@keyframes phonnebtn {
    0% {

        box-shadow: 0 0 0 0rem rgba(229, 185, 61, 0.18), 0 0 0 0rem rgba(229, 185, 61, 0.18);
    }

    100% {

        box-shadow: 0 0 0 1rem rgba(229, 185, 61, 0.18), 0 0 0 2rem rgba(229, 185, 61, 0.18);
    }
}

footer .phone-btn:hover img {
    animation: tada 0.9s infinite alternate;
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

footer .row {
    gap: 2.875rem 0;
}

.contactBox {
    padding: 2.375rem 3rem;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 2.625rem;
}

.contactBox .heading1 {
    color: var(--primary);
    font-size: 3.125rem;
    font-weight: 600;
    font-family: var(--font-text);
    margin-bottom: 2.25rem;
}

.contactBox .form-control {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0.875rem 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    color: var(--white);
    transition: 0.5s ease;
}

.contactBox .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.contactBox .form-control:focus {
    box-shadow: none;
    border-color: var(--primary);
}

.contactBox .row {
    gap: 3rem 0;
}

.contactBox .themeBtn {
    font-size: 1.125rem;
    padding: 0.75em 3.125em;
    color: var(--white);
}

.contact-list {
    max-width: 320px;
    margin: auto;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 1.625rem;
}

.contact-list li+li {
    margin-top: 2.25rem;
}

.contact-list li figure {
    width: 3.625rem;
    text-align: center;
}

.contact-list li div {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 500;
}

.contact-list li div span {
    text-transform: uppercase;
}

.contact-list li a {
    color: var(--white);
}

.contact-list li a:hover {
    color: var(--primary);
}

.quicklist {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.125rem;
}

.quicklist a:not(.themeBtn) {
    color: var(--white);
    font-size: 1.25rem;
}

.quicklist a:not(.themeBtn):hover {
    color: var(--primary);
}

.copyRight {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1.375rem 0 3.75rem;
    margin-top: 1.5rem;
    align-items: center;
}

.copyRight p {
    color: var(--white);
    margin: 0;
    font-weight: 500;
}

.copyRight .social-link {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

.copyRight .social-link a {
    width: 4.125rem;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 1.25rem;
    transition: 0.5s ease-in-out;
}

.copyRight .social-link a:hover {
    background-color: var(--primary);
}

/* !@FOOTER  */


.bannner-main {
    position: relative;
    padding-top: 0px;
  }
  
  .bannner-main img {
    width: 100% !important;
  }
  
  .bannner-main .text-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding-top: 0rem;
    /* padding-left: 15rem; */
    justify-content: start;
    padding-left: 18rem;
    padding-bottom: 12rem;
  }
  
  .banner-overlay h1 {
    font-size: 137px;
    font-weight: 700;
    color: #fff;
    font-family: "Adobe Devanagar";
    position: relative;
    z-index: 1;
  }
  
  .bottom-line-inner{
    position: absolute;
    bottom: 1rem;
    width: 100%;
  }

  .inner-about-sec{
    padding-top: 0px;
    position: relative;
  }

  .inner-about-sec::before{
    display: none;
  }

  .obj-about{
    position: absolute;
    right: -13rem;
    top: 5rem;
  }

  .obj-about img{
    width: 534px;
    height: 1021px;
  }

  .inner-testi{
        padding: 3.625rem 0 18rem;
  }

  .inner-testi .obj {
    position: absolute;
    top: -7.375rem;
  }

  /* iner-live-sec */
  .iner-live-sec{
    padding-top: 0px;
    margin-top: -6rem;
  }

  .iner-live-sec .text-center h2{
    font-family: var(--font-text);
    margin-bottom: 20px;
  }

  .lv-img{
    position: relative;
  }

  .ply-icons{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  /* iner-live-sec */



  /* iner-service-sec */
  .iner-service-sec::after{
    display: none;
  }

  .card-after{
    position: absolute;
    right: -14rem;
    top: 5rem;

  }

  /* .card-after figure{
    mix-blend-mode: luminosity;
  } */
/* 
  .card-after img{
    mix-blend-mode: luminosity;
  } */

  .iner-service-sec{
    position: relative;
  }

  .iner-service-sec{
    padding-top: 0px;
    margin-top: -5rem;
  }

  .cds-box article span{
    color: #9F9F9F;
    font-weight: 500;
    font-size: 1.75rem;
  }

  .cds-box article{
    margin-top: 20px;
  }

  .cds-box article h3{
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
  }

  .card-ss{
    padding-top: 0px;
    margin-top: -4rem;
  }



  /* iner-service-sec */
  

  /* prj-sec */

  .prj-sec .primary-heading{
    padding-left: 13rem;
  }

  .prj-sec .primary-heading p{
    color: var(--black);
  }

  .prj-sec{
    padding-top: 0px;
    margin-top: -5rem;
  }

  .black-btn{
    background-color: #000;
    color: #E5B93D;
    padding: 20px 54px;
    font-size: 20px;
    border-radius: 34px;
  }

  .about-card .quote-content{
    margin-left: 13rem;
    text-align: start;
  }

  .quote-card{
    padding: 98px 0 52px;
  }

  .quote-sec{
    padding-bottom: 9rem;
    position: relative;
  }

  .quote-sec::after {
    content: '';
    position: absolute;
    bottom: 0rem;
    left: 9.625rem;
    width: 400px;
    aspect-ratio: 1;
    background-color: var(--primary);
    border-radius: 50%;
    opacity: 0.13;
    z-index: -1;
  }


  /* prj-sec */


  /*cxt-sec  */

  .cxt-sec{
    padding-top: 0px;
    margin-top: -5rem;
  }

  .cn-text article h2{
    font-size: 98px;
    font-weight: 700;
  }



  /* cxt-sec */


  /* mardi-sec */

  .mardi-sec{
    padding-top: 0px;
    margin-top: -4rem;
    position: relative;
    padding-bottom: 2rem;
  }

  .mardi-sec .col-lg-4{
    margin-bottom: 50px;
  }

  .mardi-card article h4{
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
  }

  .mardi-card figure img{
   transition: all .3s;
  }

  .mardi-card:hover figure img{
    filter: drop-shadow(4px 4px 8px #a09d9d);
  }

  .mardi-obj{
    position: absolute;
    right: -12rem;
    top: 8rem;
  }

  .inner-mrd{
    padding-bottom: 6rem;
  }

  .female-sec{
    position: relative;
  }

  .female-sec .obj{
    position: absolute;
    left: -18rem;
    bottom: 1rem;
    z-index:-1;
  }


  /* mardi-sec */


  /* male-sec */

 .male-sec{
    padding: 10rem 0;
 }


  /* male-sec */



  /* eco-sec */
  .eco-sec{
    padding: 0rem 0 5rem 0;
    margin-top: -6rem;
  }

  .primary-heading h4{
     font-family: var(--font-text);
     font-weight:600;
     font-size: 20px;
  }

  .eco-card h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3rem;
  }

  .grey{
    color: #9F9F9F;
    font-family: var(--font-text);
    font-weight: 500 !important;
  }

  .eco-card h4{
    font-size: 27px;
    margin-top: 30px;
  }

  .eco-card h5{
    font-weight: 500;
    font-size: 27px;
    font-family: var(--font-text);
  }

  .eco-card p{
    color: var(--black);
  }




  /* eco-sec */

  /* db-content-sec */

  .all-img{
    position: relative;
  }

  .db-content-sec{
    padding-bottom: 0px;
  }

  .contnet-db{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20rem;
  }

  .contnet-db p{
    color: var(--white);
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
  }

  .margin-top{
    margin-top: 23rem;
  }

  .sec-ev{
    padding: 0px;
  }

  /* db-content-sec */

  /* small-brands */

  .small-brands{
    position: relative;
  }

  .small-brands .obj{
    position: absolute;
    left: -6rem;
    top: -8rem;
  }

  .small-brands .obj img{
    width: 401px;
    height: 800px;
  }

  .contnet-db h3{
    font-size: 100px;
    font-weight: 700;
    color: #fff;
  }

  .Perfect-sec{
    padding-bottom: 6rem;
  }


  /* small-brands */


  /* iner-lrge */

  .iner-lrge{
    padding: 6rem 0;
  }

  /* iner-lrge */

  /* founder-sec */

  .founder-sec{
    padding-top: 0px;
    position: relative;
  }

  .founder-sec .obj{
    position: absolute;
    right: -1rem;
    top: 1rem;
  }

  .founder-sec .obj img{
    width: 300px;
    height: 600px;
  }


  .fnder-text h5{
    font-family: var(--font-text);
  }

  .fnder-text{
    padding-left: 1rem;
  }

  .ent-sec{
    padding: 2rem 0 6rem 0;
  }

  .events-cards h5{
    color: #fff;
    font-family:var(--font-text);
  }

  .events-cards .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    padding: 2.5rem 2.5rem 2rem 2.5rem;
  }

  .events-cards .card-content h4{
    color: var(--white);
    font-size: 2.75rem;
    line-height: 1;
    flex: 1;
    font-weight: 700;
  }


  .events-cards {
    position: relative;
    border-radius: 1.875rem;
    box-shadow: 4px 10px 25px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: fit-content;
    margin-left: auto;
}

.card-two{
    margin-top: 4rem;
}

.events-cards figure {
    background-color: var(--black);
    overflow: hidden;
}

.events-cards figure img {
    transition: 0.5s ease;
}

.events-cards:hover figure img {
    opacity: 0.5;
    transform: scale(1.05);
}
  

  /* founder-sec */

  /* Parties-sss */

 .Parties-sss{
    padding-top: 0px;
 }


  /* Parties-sss */



 /* hover open navigation dropdown css */
  
  .navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 0.625rem 0 0.625rem 28px;
}

.navbar a:hover,
.navbar .active>a,
.navbar li:hover>a {
  color: #ffc451;
}

header .an-navbar .navbar .nav-item a {
  display: block;
  position: relative;
  transition: 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  padding: 20px 5px !important;
  border-right: 1px solid rgba(255,255,255,.3);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000;
}
header .an-navbar .navbar .nav-item.drop-down li a {
  color: #000;
}
header .an-navbar .navbar .nav-item.drop-down li a:hover {
  color: #ce63ce;
}
.navbar .drop-down>a:after {
      content: '\f0d7';
      font-family: "Font Awesome 5 Pro";
      position: relative;
      left: 4px;
}

.navbar .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .drop-down li {
  min-width: 260px;
  position: relative;
  list-style: none;
  padding: 15px 13px;
  z-index: 99;
}

.navbar .drop-down ul a {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #151515;
  text-transform: capitalize;
}

.navbar .drop-down .drop-down>a {
  padding-right: 35px;
}

.navbar .drop-down .drop-down>a:after {
  content: "\f0da";
  right: 15px;
  display: none;
}

.navbar .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.navbar .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.navbar ul li {
  padding-right: 15px;
  position: relative;
  z-index: 99;
} 
nav.navbar.navbar-expand-lg {
  padding: 0;
}

.navbar .drop-down ul a i.fas {
float: right;
padding-right: 10px;
padding-top: 3px;
transform: rotateZ(-89deg);
position: relative;
left: -9px;
top: -3px;
color: #0276db;
}

.navbar .drop-down li > li:hover {
background-color: #000;
}

li.drop-down > ul > li:hover {background-color: #e5b93d !important;}

li.drop-down > ul > li:hover a {
color: #fff !important;
}

.navbar .drop-down li.drop-down ul li:hover {background-color: #e5b93d !important;}

.navbar .drop-down li.drop-down ul li a {
color: #000 !important;
}

.navbar .drop-down li.drop-down ul li:hover a {
color: #fff !important;
}

.navbar .drop-down ul:hover a i.fas {
color: #fff !important;
}

/* hover open navigation dropdown css */
.ev-sec-mardi{
    position: relative;
    padding-bottom: 7rem;
}

.ev-sec-mardi .mardi-obj{
    position: absolute;
    right: -3rem;
    top: 2rem;
    width: 300px;
    height: 600px;
}
.mt200
{
    margin-top:200px;
}

.mt50
{
    margin-top:50px;
}

.fs50
{
    font-size:50px !important;
}
.bgrow
{
   background:rgba(10,10,10,0.75) !important;
}
.textwhite
{
    color:white !important;
}
.mt
{
	margin-top:50px;
}
.whf
{
color:black;
font-size: 35px;
line-height: 36px;
font-weight: normal;
text-transform: none;
text-decoration: none;
}
.wedding-image
{
	  border: 1px solid black;
    border-radius: 25px;
    margin-bottom: 10px;
}
.lv-img {
    
    padding-bottom: 30px;
}

.event-cta .cta-content .cta-extras p {
    
    margin-bottom: 12.875rem;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #e5b93d;
  color: white;
font-size:20px
}


.heading {
    font-size: 5.125rem;
   
}


.contact-list {
    max-width: 421px;
    margin: auto;
}


.quicklist {
   
    width: 1200px;
}


.main-slider h1 span {
   
    font-size: 4.9375rem;
    line-height: 78px;
}

.rowbg1
{
    background:#F2F3F4;
}
.mb30
{
    margin-bottom:30px !important;
}
.colorblack
{
    color:black !important;
}
.font-big
{
font-size:2rem;  
}
.mb70
{
    margin-bottom:70px !important;
}
.text-white
{color:white !important;}

.title {
    font-size: 4rem !important;
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    writing-mode: tb;
    transform: scale(-1);
    position: absolute;
    top: 0.875rem;
    right: -0.125rem !important;
}
p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    color: #000000;
}