/* 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: #FED502;
    --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;
}

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


/* 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(--primary-color);
    text-transform: capitalize;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9em 1.96em;
    border-radius: 1.875rem;
    line-height: normal;
    font-family: var(--primary-semibold-font);
}

.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;
}

.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: -9.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: 280px;
    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 Css  */

.about-main {
    position: relative;
    /* top: -220px; */
    padding: 140px 70px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 100%;
    background: #ffff;
    z-index: 9;
    max-width: 93%;
    margin: auto;
}

.about-content-wrapper {
    /* background-position: top; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 160px 220px; */
    text-align: center;
    position: relative;
}

.about-wrap-main:before {
    content: "";
    position: absolute;
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    height: 1091px;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
    z-index: 999;
    top: -5px;
    left: 0;
    right: 0;
}

.about-wrap-main {
    position: relative;
    top: -230px;
}

.about-section:before {
    content: "";
    position: absolute;
    background-image: url(../images/about-img.png);
    background-repeat: no-repeat;
    height: 310px;
    background-size: cover;
    background-position: left;
    left: -20px;
    bottom: 100px;
    width: 300px;
}

.about-section::after {
    content: "";
    position: absolute;
    background-image: url(../images/about-right.png);
    background-repeat: no-repeat;
    height: 572px;
    background-size: cover;
    background-position: left;
    right: -162px;
    bottom: -40%;
    width: 691px;
    z-index: -1;
}

/* .about-section .about-img-wrapper figure img.img-fluid {
    height: 1190px;
    object-fit: cover;
    overflow: visible;
    z-index: 9;
    position: relative;
} */

/* .about-bottom-img {
    z-index: 999;
}

.about-bottom-wrapper .booking-btn {
    flex: 0 0 22%;
} */

/* about-section Css  */

/* cta-section Css  */

.cta-section:before {
    content: "";
    position: absolute;
    background-image: url(../images/travel-before.png);
    top: -150px;
    left: 180px;
    background-size: cover;
    width: 250px;
    height: 250px;
    display: block;
}


/* cta-section Css  */

/* SERVICES SECTION */

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

.services-section::after {
    content: '';
    position: absolute;
    top: 0rem;
    left: 28%;
    /* width: 624px; */
    aspect-ratio: 1;
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    width: 830px;
    height: 670px;
    background-size: cover;
    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.775rem;
    font-weight: 700;
    line-height: 1.1;
    width: 75%;
    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;
    margin-top: -130px;
    z-index: 999;
}

.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(--primary-color);
}

.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;
}

.custom-controls {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.liveSlider .custom-controls button {
    cursor: pointer;
    background-color: #fdfdfd54;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    color: #e62a2a;
    /* background-color: #ffffff45; */
    backdrop-filter: blur(6px);
    overflow: hidden;
    background-position: center;
}

.liveSlider .custom-controls button i.fa.fa-play {
    font-size: 35px;
}

/* !@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;
    position: relative;
    z-index: 1;
}

.events-section:after {
    content: "";
    position: absolute;
    background-image: url(../images/travel-before.png);
    bottom: -30px;
    right: 70px;
    background-size: cover;
    width: 250px;
    height: 250px;
    display: block;
}


.events-section .obj {
    position: absolute;
    bottom: -2rem;
    left: -10%;
    top: 25%;
    /* mix-blend-mode: luminosity; */
}

.events-section .obj img.img-fluid {
    object-fit: cover;
    max-width: 930px;
    height: 1080px;
}

.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;
    position: relative;
    z-index: 1;
}

.event-cta .themeBtn {
    border-radius: 8px !important;
    padding: 15px 30px;
    transform: scale(1.3);
    color: #090909;
}

.event-cta .cta-bg {
    border-radius: 553px 0;
    background-color: #1e1e1e;
    overflow: hidden;
    position: relative;
}

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

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

.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 */

/* categories-section Css  */
.categories-span {
    top: 20px;
    left: 20px;
}

.categories-slider .swiper-slide {
    margin: 0px 10px;
}

.product-colors-wrapper .color-span {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50px;
}

.product-colors-wrapper {
    gap: 10px;
}

.star-ul {
    gap: 5px;
}

.badge {
    top: 9px;
    right: 40px;
    background: #e51919a1;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-align: center;
    backdrop-filter: blur(6px);
    font-weight: 600;
}

span.numb-span {
    position: relative;
    opacity: .29;
    margin-left: 5px;
}

span.numb-span:after {
    content: "";
    position: absolute;
    background: #FF0000;
    width: 100%;
    height: 5px;
    left: 0;
    top: 6px;
    opacity: .23;
}

.shop-slider .swiper-slide {
    margin: 0px 10px;
}

/* categories-section Css  */

/* TESTIMONIAL SECTION */

.testimonial-section {
    padding: 0.625rem 0 10rem;
}

.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.png') center center/cover no-repeat fixed;
    padding-top: 12rem;
    border-radius: 0 675px 0 452px;
    position: relative;
}

footer .phone-btn {
    width: 16.375rem;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: absolute;
    top: -42px;
    right: 13rem;
}

@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: 3.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);
    color: var(--primary-color);
}

/* !@FOOTER  */

/* about page Css  */
.about-banner {
    background-image: url(../images/about-banner.png);
}


.about-section.about-page-section::after {
    bottom: -32%;
}

.about-page-section .about-wrap-main:before {
    height: 1091px;
}

.about-page-section .about-main {
    padding: 160px 70px;
}

.inner-page-banner {
    background-color: #0F0F0F;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 630px;
    position: relative;
    top: 0;
    padding-top: 0px;
    padding-top: 180px;
}

.inner-banner-content {
    position: relative;
    z-index: 999;
}

.live-section.live-page-section {
    margin-top: 80px;
}

/* about page Css  */

/* services-page Css  */
.services-banner {
    background-image: url(../images/service-banner.png);
}

.services-page-section {
    padding-bottom: 200px;
}

.service-img-wrap img.img-fluid {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 31px;
    overflow: hidden;
    transition: 0.6s;
}

.service-img-wrap figure:hover img.img-fluid {
    transform: scale(1.1);
}

.event-services:after {
    content: "";
    position: absolute;
    background-image: url(../images/travel-before.png);
    top: -200px;
    right: 70px;
    background-size: cover;
    width: 250px;
    height: 250px;
    display: block;
    z-index: -1;
}

/* services-page Css  */

/* contact-page Css  */
.contact-banner {
    background-image: url(../images/contact-banner.png);
}

/* contact-page Css  */

/* gallery-page Css  */
.gallery-banner {
    background-image: url(../images/gallery-banner.png);
}

.portfolio-img-wrapper figure img.img-fluid {
    transition: 0.4s;
}

.portfolio-img-wrapper figure:hover img.img-fluid {
    transform: translateY(-10px);
}

.fancybox-is-open .fancybox-stage * {
    transition: 0s !important;
}

/* gallery-page Css  */

/* privacy-page Css  */
.privacy-ul {
    list-style: disc;
    padding-inline-start: 45px;
}

.privacy-ul li {
    margin-bottom: 15px;
}

/* privacy-page Css  */