@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&family=Raleway:wght@500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Playfair+Display:wght@400;500;600;700&display=swap');
body {
    position: relative;
    font-family: "Poppins", sans-serif;
    background: #111013;
    overflow-x: hidden;
}

:root {
    --red: #da0a2c;
    --yellow-gradient: linear-gradient(to left, #d6ad44, #e0bf5c, #ead075, #f4e28d, #fff3a6);
    --yellow: #d6ad44;
    --black: #000;
    --gray: #e6e6e6;
    --white: #fff;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    margin: 0 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    color: #fff;
}
h2 {
    font-size: 3.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover,
button:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

.themeBtn {
    background: var(--yellow-gradient);
    color: var(--black);
    font-size: 1rem;
    padding: 1rem 2rem;
    border-radius: 100px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.themeBtn:hover {
    background: var(--gray);
    color: var(--black);
}

.themeBtn2 {
    background-position: center;
    background-color: var(--gray);
}

.themeBtn2:hover {
    border-right-color: var(--gray);
    border-left-color: var(--gray);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.skewBtn, .portfolioCarousel .swiper-button-next, .portfolioCarousel .swiper-button-prev {
    min-height: 6rem;
    min-width: 6rem;
    background: transparent;
    border: 1px solid var(--yellow);
    color: var(--yellow);
    border-radius: 100px;
    transform: skew(-30deg, -10deg);
    font-weight: 400;
}
.skewBtn:hover, .portfolioCarousel .swiper-button-next:hover, .portfolioCarousel .swiper-button-prev:hover {
    background: var(--yellow);
}
.skewBtn span {
    transform: skew(30deg, 10deg);
    position: relative;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.skewBtn:hover span, .portfolioCarousel .swiper-button-next:hover:after, .portfolioCarousel .swiper-button-prev:hover:after {
    color: var(--black);
}
section {
    position: relative;
    padding: 6em 0;
}

/* loder */

/* .preLoader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
}

.preLoader.black {
    background-color: #000;
    z-index: 30;
}

.preLoader.white {
    z-index: 20;
    background-color: #fff;
}

.socials {
    margin-top: 20px;
    display: flex;
    gap: 1rem;
}

.socials img {
    width: 25px;
    height: 25px;
} */

/*header css*/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    padding: 1rem 3rem 0;
    background-image: linear-gradient(180deg, black, transparent);
}
header .navbar {
    align-items: flex-start;
}
.navbar-nav {
    gap: 1rem 2.5rem;
}
.navbar .collapse {
    margin-top: 2rem;
}
.navbar .navbar-nav .nav-link, .navbar-nav .nav-link.active {
    color: var(--white);
    position: relative;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
}
.navbar .navbar-nav .nav-link:before {
    content: '';
    width: 110px;
    height: 110px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    background: #da0a2c;
    z-index: -1;
    opacity: 0;
    transition: opacity, ease all 0.5s;
}
.navbar .navbar-nav .nav-link:hover:before,
.navbar .navbar-nav .nav-link.active:before {
    opacity: 0.5;
    left: 50%;
}
.contOpt {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contOpt a {
    color: var(--white);
    font-weight: 100;
    letter-spacing: 1px;
}
.contOpt a.themeBtn {
    color: var(--black);
    font-weight: 600;
}
.contOpt a i {
    color: var(--yellow);
}
.contOpt a.themeBtn i {
    color: var(--black);
    margin-left: 10px;
}

/* Bagin: Main Slider CSS */
.mainSlider .carousel-caption {
    padding: 0;
    background: rgb(110 0 0 / 80%);
    height: 78.625rem;
    width: 78.625rem;
    top: auto;
    left: 50%;
    bottom: -50%;
    transform: translate(-50%, 15%);
    border-radius: 100%;
}
.mainSlider .content {
    height: 72rem;
    width: 72rem;
    margin: 2.3rem auto;
    padding: 4rem;
    border-radius: 100%;
    background: rgb(209 5 38 / 40%);
}
.mainSlider .content h2 {
    font-size: 4.6875rem;
    font-weight: 700;
    line-height: 1.2;
}
.mainSlider .content h4 {
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    font-weight: 300;
    margin-bottom: .7rem;
}

.mainSlider .content p {
    font-size: 1.25rem;
    font-weight: 100;
    width: 65%;
    margin: 0 auto 3rem;
}
.btnWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.btnWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.mainSlider .social {
    position: absolute;
    top: 50%;
    left: 5rem;
    transform: translateY(-50%);
}
.mainSlider {
    position: relative;
}
.mainSlider .social :is(a, span) {
    writing-mode: vertical-lr;
    color: var(--white);
    margin-bottom: 10px;
}
.mainSlider .social .fab {
    position: relative;
    transform: rotate(90deg);
    margin-bottom: 5px;
    color: var(--white);
}
/* END: Main Slider CSS */


/* Begin: About CSS */
.aboutWrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
}
.aboutWrap figure {
    flex: 0 0 50%;
}

img {
    max-width: 100%;
}

.aboutWrap .arrows {
    position: absolute;
    top: 0;
    left: -4rem;
    animation: scaled ease-in-out infinite 3s;
}
@keyframes scaled {
    0% {
        left: 2rem;
    }
    50% {
        left: 0rem;
    }
}
.aboutWrap .leafbotm {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: leafBotm ease-in-out infinite 10s;
}
@keyframes leafBotm {
    0% {
        transform: rotate(50deg);
    }
    50% {
        transform: rotate(50deg);
    }
}
.aboutWrap .leafTop {
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%) rotate(270deg) scaleX(-1);
    animation: leaftop ease-in-out 6s infinite;
    z-index: 1;
}
@keyframes leaftop {
    0% {
        transform: rotate(200deg) scaleX(-1);
    }
    50% {
        transform: rotate(270deg) scaleX(-1);
    }
}
.aboutSec h2 span {
    font-size: 15px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #82838c;
}
.aboutSec p {
    font-size: 14px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #82838c;
}
.listStyle {
    line-height: 2;
    margin: 2rem 0;
}
.listStyle li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.listStyle li i {
    color: var(--yellow);
}
.listStyle p {
    margin: 0;
}
.aboutSec .btnWrap {
    justify-content: flex-start;
}


/* END: About CSS */

/* Begin: Services CSS */
.serviceSec {
    background: url(../images/services-bg.jpg) center/cover fixed no-repeat;
}
.serviceThumb {
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}
.serviceThumb img {
    width: 100%;
    transition: ease all 0.5s;
    transform: scale(1);
}
.serviceThumb .overlay {
    position: absolute;
    top: 82%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    padding: 3rem 2rem 2rem;
    background-image: linear-gradient(52deg, black, transparent);
    transition: ease all 0.5s;
}
.serviceThumb:hover .overlay {
    top: 0;
    justify-content: center;
    background: var(--yellow-gradient);
    opacity: 0.95;
}
.serviceThumb h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.serviceThumb h4 i{
    font-size: 1rem;
    font-weight: 100;
    color: var(--red);
}
.serviceThumb:hover .overlay h4 {
    font-size: 1.875rem;
}

.serviceThumb:hover .overlay h4 {
    color: var(--black);
    font-weight: 700;
}

.serviceThumb:hover .overlay h4 i {
    display: none;
}

.serviceThumb:hover .overlay p {
    color: var(--black);
    font-weight: 500;
}

.serviceThumb .themeBtn {
    background: var(--red);
    color: var(--white);
}

.serviceThumb .themeBtn:hover, .serviceThumb .themeBtn:focus {
    background: var(--black);
}
.portfolioSec p {
    color: #82838c;
    line-height: 1.8;
    margin: 0;
}
.portfolioCarousel .swiper-button-next {
    right: 20%;
}
.portfolioCarousel .swiper-button-next:after {
    transform: skew(30deg, 10deg);
    font-size: 20px;
}
.portfolioCarousel .swiper-button-prev {
    left: 20%;
}
.portfolioCarousel .swiper-button-prev:after {
    transform: skew(30deg, 10deg);
    font-size: 20px;
}
/* END: Services CSS */


/* Begin: Packages CSS */
.packageSec {
    background: #f4d68a;
    background: var(--yellow-gradient);
}
.packagesThumb {
    padding: 2rem;
    border: 1px solid transparent;
    border-radius: 10px;
    height: 100%;
    position: relative;
    transition: ease all 0.5s;
}
.packagesThumb:hover {
    background: #f8e9b2;
    border-color: #000;
}
.packagesThumb h4 {
    font-size: 2.125rem;
    font-weight: 900;
    color: var(--black);
    margin-bottom: 1.5rem;
}
.packagesThumb i {
    color: #d6ad44;
}
.packagesThumb p {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
}
.packagesThumb p strong {
    font-size: 15px;
    font-weight: 600;
    display: block;
}
.packageSec .btnWrap {
    margin: 4rem 0 3rem;
}
.linkStyle {
    color: var(--black);
    font-size: 1.25rem;
    font-weight: 600;
    display: table;
    margin: 0 auto;
    border-bottom: 2px solid #000;
}
.linkStyle {
    color: var(--black);
    font-size: 1.25rem;
    font-weight: 600;
    display: table;
    margin: 0 auto;
    border-bottom: 2px solid #000;
}

.packagesThumb .priceWrap {
    /* margin: -4rem 0 0 auto; */
    width: 12rem;
    text-align: center;
    padding: 1rem;
    background: #f8e9b2;
    border: 1px solid #e7cb71;
    border-radius: 10px;
    position: absolute;
    top: 2rem;
    right: 2rem;
}
.packagesThumb .priceWrap.last {
    position: unset;
    width: 100%;
}
.packagesThumb .priceWrap h2 {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1;
    color: var(--red);
    margin-bottom: 10px;
}
.packagesThumb .priceWrap.last h2 {
    font-size: 1.8rem;
}
.packagesThumb .priceWrap p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.packagesThumb .priceWrap h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--red);
    margin: 0;
}

.packagesThumb .priceWrap h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    color: var(--black);
}
/* END: Packages CSS */

/* Begin: Footer CSS */
footer {
    padding-top: 6rem;
}
.textStroke {
    font-family: 'Poppins', sans-serif;
    font-size: 15rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: black;
    -webkit-text-fill-color: #111013; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #38373b;
    margin-left: -9rem;
    margin-right: -9rem;
    margin-bottom: 4rem;
}
footer p {
    color: #82838c;
    font-weight: 400;
}
.formStyle .form-control {
    height: 4rem;
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #82838c;
    margin-bottom: 1.5rem;
    padding: 0;
    font-size: 15px;
}
.formStyle textarea.form-control {
    height: 7rem;
    resize: none;
}
footer  hr {
    margin: 2rem 0;
    border-top: 1px solid #252525;
}
.footerLinks h4 {
    color: #82838c;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.footerLinks .big {
    display: block;
    color: var(--white);
    font-size: 1.5rem;
}
.footerLinks .big:hover {
    color: var(--red);
}
.footerLinks ul {
    margin-top: 2.5rem;
}
.footerLinks .social {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.footerLinks .social i {
    color: var(--red);
    margin-right: 4px;
}
.footerLinks .social a, .copyRight .temrs a {
    color: #82838c;
    font-size: 14px;
}
.footerLinks h4 {
    color: #82838c;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.footerLinks .big {
    display: block;
    color: var(--white);
    font-size: 1.5rem;
}
.footerLinks .big:hover {
    color: var(--red);
}
.footerLinks ul {
    margin-top: 2.5rem;
}
.footerLinks .social {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.footerLinks .social i {
    color: var(--red);
    margin-right: 4px;
}
.footerLinks .social a, .copyRight .temrs a {
    color: #82838c;
    font-size: 14px;
}
.copyRight {
    border-top: 1px solid #82838c;
    margin-top: 2rem;
    padding: 2rem 0;
}
.copyRight p {
    margin: 0;
}
.copyRight p a {
    color: #82838c;
    border-bottom: 1px solid #82838c;
}
.copyRight .temrs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}
.footerLinks .social a:hover, .copyRight .temrs a:hover {
    color: var(--red);
}
/* END: Footer CSS */


/* Begin: Book Now */
.bookNow {
    background: url(../images/inner-ban.jpg) top left no-repeat;
    padding-top: 22rem;
}
.enquieryHeading {
    position: relative;
    margin-bottom: 12rem;
}
.enquieryHeading h2 {
    font-size: 4.6875rem;
    margin-bottom: 1rem;
    position: relative;
}
.enquieryHeading .circle {
    width: 31.25rem;
    height: 31.25rem;
    background: var(--red);
    border: 2rem solid #0e0c0ca1;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -10rem;
    transform: translateY(-50%);
    mix-blend-mode: overlay;
}
.enquieryHeading p {
    position: relative;
}
.formStyle .detail {
    border: 1px solid #38373b;
    margin-bottom: 4rem;
    padding: 0 1.5rem 1rem;
}

.formStyle .detail h3 {
    font-size: 1.125rem;
    margin-top: -16px;
    background: #111013;
    display: table;
    padding: 5px;
}

.formStyle label {
    display: block;
    margin-bottom: 8px;
    color: #82838c;
    font-size: 15px;
}

.accordionStyle .accordion-item, .accordionStyle .accordion-item:last-of-type .accordion-button {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.accordionStyle .accordion-header .accordion-button {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #82838c;
    background: transparent;
    padding: 1rem 0;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #82838c;
}

.accordionStyle .accordion-header .accordion-button:after {background: no-repeat;content: "\f107";font-family: "Font Awesome 5 Pro";font-weight: 300;font-size: 2rem;position: relative;top: 10px;}

.accordionStyle .accordion-header .accordion-button[aria-expanded="false"]:after {
    top: -10px
}
.accordionStyle .accordion-body {
    padding: 1rem 0;
}
.accordionStyle .accordion-body p {
    color: #82838c;
    font-size: 15px;
}
.order-md-6 {
    order: 6;
}
/* END: Book Now */