@import url('https://fonts.googleapis.com/css2?family=Kalnia:wght@500&family=Manrope&display=swap');

/* Customization */
:root {
    --primarycolor: rgb(129,2,69);
    --fontbasecolor: rgb(18,17,16);
}

*{
	outline:0
}
html {
	scroll-behavior:smooth;
	color: var(--fontbasecolor);
}
body {
    overflow-x: hidden;
    font-size: 100%;
    margin:0;
    background: #FFF8F5;
/*	padding:0px 40px;*/
}

a,b,h1,h2,h3,h4,h5,h6,li,p,span,strong,ul{
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	padding:0;
	margin:0;
	list-style:none;
	color: var(--fontbasecolor);
}

a,a:hover{
	text-decoration:none
}

.kalnia {
  font-family: "Kalnia", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:"wdth" 100;
}


/*global*/
a.cta.cta-primary {
    display: inline-block;
    background: var(--primarycolor);
    padding: 14px 30px;
    border-radius: 40px;
    color: #fff;
}

a.cta.cta-primary img {
    margin-right: 10px;
}

.cta-round {
    width: 260px;
    height: 260px;
    border-radius: 50%!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    display: flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    font-size: 1.3rem;
    line-height: 28px;
    position: relative;
}

.cta-round:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.headline {
	font-size: 78px;
	margin-bottom: 50px;
}

.xs-block {
    display: none;
}

.xs-hide {
    display: block;
}



/*header*/
.preloader {
    position: fixed;
    top: 100px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.percentage {
color: #000;
font-size: 18px;
margin-top: 60px;
}

nav {
	margin: 16px 40px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.nav-before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

nav ul {
	width: 400px;
}

nav ul.logo-wrapper {
	width: calc(100% - 800px);
    position: relative;
    z-index: 9;
}

nav ul li:nth-child(2),
nav ul li:nth-child(3) {
	margin-left: 40px;
}

nav .brand-logo img {
    max-width: 100px;
    position: relative;
    top: 50vh;
    transform: scale(1.8);
}
.nav-menu-items li a, .social-icons li a{
    position: relative;
    display: block;
}


/*floating footer*/

.floating-footer-wrapper {
	margin: 16px 40px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.floating-footer-wrapper ul li a img {
	max-width: 20px;
	margin-right: 20px;
}

.floating-footer-wrapper a.cta-booking img {
	max-width: 140px;
}



/*hero section*/

section.section {
    min-height: 100vh;
    width: 100%;
    padding:0px 40px;
}

section.hero-wrapper {
	background: url(../img/background.jpg);
	background-size: cover;
	background-position: center;
	display: none;
}

/*section.hero-wrapper .carousel-item,
section.hero-wrapper .carousel-inner {
    border-radius: 10px;
    border-top-left-radius: 48%;
    border-top-right-radius: 48%;
}*/

.hero-wrapper .part1-left {
    position: relative;
    z-index: 999;
}

.hero-wrapper .container-fluid {
	margin-top: 60px;
}

.hero-wrapper h1.headline {
    margin-right: -100px;
    position: relative;
    z-index: 2;
}

div#carouselExampleAutoplaying {
    position: relative;
    z-index: 1;
}


/*section info*/

section.info-wrapper .about-thumb {
    height: 100vh;
    position: relative;
}

section.info-wrapper .about-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -60px;
    background: url(../img/makeup-by-chhavi-kalra.jpg);
    background-position: center;
    background-size: cover;
}

section.info-wrapper .about-content {
	padding-left: 100px;
}
section.info-wrapper .about-content h4 {
    line-height: 36px;
    font-size: 20px;
}

a.cta.cta-explore {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    right: -85px;
    margin: auto;
    bottom: 20px;
}



/*gallery*/

section.gallery-wrapper {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

section.gallery-wrapper h1 {
    margin-bottom: 30px;
    font-size: 2rem;
}

section.gallery-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

section.gallery-wrapper ul li {
    margin-bottom: 100px;
    position: relative;
}

section.gallery-wrapper ul li img {
    border-radius: 10px;
}
section.gallery-wrapper ul li p {
    display: flex;
    align-items: flex-end;
    font-size: 1.5rem;
    color: var(--primarycolor);
    margin-top: 10px;
}

section.gallery-wrapper ul li a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}





/*services*/

section.services-wrapper {
	padding-top: 100px;
	padding-bottom: 100px;
	height: auto;
/*	background: #ffffff;*/
}

section.services-wrapper .services-box p {
    max-width: 90%;
    margin: auto;
    line-height: 1.4;
    margin-top: 10px;
}

section.services-wrapper .left-service-wrapper p{
    max-width: 100%;
    margin: 0;
}

.mid-service-wrapper {
    border: 1px solid #810245;
    border-radius: 300px;
    text-align: center;
    padding-top: 60px;
}

.mid-service-wrapper .image-wrapper {
    margin: 25px;
    background: #810245;
    border-radius: 350px;
    overflow: hidden;
}

.mid-service-wrapper .image-wrapper .heading-wrapper {
    width: 80%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 30px;
}

.mid-service-wrapper .image-wrapper .heading-wrapper h4 {
	color: #fff;
	margin-bottom: 6px;
}
.mid-service-wrapper .image-wrapper .heading-wrapper p {
	color: #fff;
}

.special-event-wrapper {
    border: 1px solid #810245;
    padding-top: 90px;
    padding-bottom: 60px;
    border-radius: 200px 200px 0px 0px;
    text-align: center;
    position: relative;
}

.special-event-wrapper img {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

.mt-16 {
	margin-top: 16px;
}

.service-3-wrapper {
    margin-top: 10px;
    border-radius: 0px 0px 200px 200px;
}


/*testimonial wrapper*/

section.testimonial-wrapper  {
	position: relative;
    background: #fff;
}

section.testimonial-wrapper .carousel-inner {
    min-height: 310px;
}

section.testimonial-wrapper .img-testimonial {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.testimonial-wrapper h3 {
    line-height: 40px;
}

section.testimonial-wrapper .carousel-item h5 {
	margin-top: 26px;
}

section.testimonial-wrapper .carousel-indicators {
    margin-bottom: 0;
    bottom: -50px;
}

section.testimonial-wrapper .carousel-indicators [data-bs-target] {
    background: #810245;
    border: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0px 8px;
}



/*contact*/
section.contact-wrapper {
    background: url(../img/background.jpg);
	background-size: cover;
	background-position: center;
    width: 100%;
    min-height: 100vh;
    padding: 0 40px;
}
section.contact-wrapper .footer {
    width: 100%;
}
section.contact-wrapper ul li a {
	font-size: 22px;
	display: inline-block;
	margin-top: 20px;
	text-decoration: underline ;
}



.info-wrapper{
    position: relative;
}
.expand-button {
    position: absolute;
    top: 60%; /* Initial position from the top */
    left: 50%;
    transform: translateX(-50%); /* Center horizontally */
    height: 200px; /* Initial height */
    width: 200px;  /* Fixed width for circular shape */
    background-color: #E1D8D1;
    color: var(--primarycolor);
    border: none;
    border-radius: 50%; /* Keep the circular shape */
    font-size: 16px;
    cursor: pointer;
    transform-origin: bottom; /* Grow from the bottom */
    /* transition: height 0.3s ease; */
  }
  .expand-button span{color: var(--primarycolor);}
  .content {
    height: 200vh; /* For demo purposes, extra content for scrolling */
  }



  .animate-booking {
    animation: mymove 5s infinite;
    animation-timing-function: linear;
  }
  @keyframes mymove {
  100% {transform: rotate(360deg);}
}







.footer-image-frame {
  width: 100%;
  height: 100%;
  min-height: 450px;
  background-color: var(--primarycolor);
  background-position: center!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  animation-name: imgFrame;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes imgFrame {
    0%   {background: url('../img/hero-wrapper/bridal-makeup-by-chhavi-kalra.png');}
    50%  {background: url('../img/hero-wrapper/party-makeup-by-chhavi-kalra.png');}
    100% {background: url('../img/hero-wrapper/bridal-makeup-chhavi-kalra.png');}  
}

.xs-menu span.toggle {
    position: relative;
    display: block;
    height: 25px;
    width: 50px;
}

.xs-menu span.toggle:before, .xs-menu span.toggle:after {
    content: 'Close';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: right;
}

.xs-menu span.menu:after {
    content: 'Menu';
}

.xs-menu span.toggle:after {
    display: none;
}

.footer-contact-info li img {
    margin-right: 10px;
}


/*gallery-page*/
section.gallery-wrapper-page {
  padding-top: 130px;
  padding-bottom: 130px;
}
section.gallery-wrapper-page .content-wrapper {
  position: sticky;
  top: 100px;
}
section.gallery-wrapper-page .gallery-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
section.gallery-wrapper-page a {
    display: block;
    margin-bottom: 20px;
    width: calc(50% - 20px);
}
section.gallery-wrapper-page a:nth-child(2n + 1) {
    margin-right: 20px;
}
section.gallery-wrapper-page img {
  width: 100%;
  border-radius: 10px;
}
section.gallery-wrapper-page h5 {
  opacity: 0.6;
}
.fancybox__container {
    z-index: 9999;
}
section.gallery-wrapper ul li span {
    position: absolute;
    background: var(--primarycolor);
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    border-top-left-radius: 10px;
}

section.info-wrapper .about-thumb h1 {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    font-size: 2.3rem;
    text-transform: capitalize;
}





@media only screen and (max-width: 1024px) {
    section.info-wrapper .about-content {
        padding-left: 50px;
    }
    .mid-service-wrapper .image-wrapper {
        margin: 10px;
    }

    .headline {
        font-size: 56px;
    }

    h3 {
        font-size: 23px;
    }

    section.info-wrapper .about-content h4 {
        font-size: 18px;
        line-height: 32px;
        padding: 50px 0px;
    }

    .expand-button {
        display: none;
    }

    section.gallery-wrapper {
        background: #E1D8D1;
    }
    .md-sizes .col-md-6.col-lg-4.col-xl-3 {
        width: 30%;
    }

    .md-sizes  .col-md-6.col-lg-4.col-xl-4.xs-hide {
        width: 40%;
    }

    .left-service-wrapper.services-box h4 {
        margin-bottom: 10px;
    }

    section.services-wrapper p {
        font-size: 14px;
        line-height: 24px!important;
    }

    .cta-round {
        width: 180px;
        height: 180px;
        font-size: 14px;
        line-height: 20px;
    }

    .testimonial-wrapper h3 {
        font-size: 20px;
        line-height: 35px;
    }

}

@media only screen and (max-width: 768px) {
    section.section {
        padding: 0px 0px;
    }
    nav,
    .floating-footer-wrapper {
        margin: 16px 0px;
    }
    nav ul li:nth-child(2), nav ul li:nth-child(3) {
        margin-left: 16px;
    }
    section.services-wrapper,
    section.hero-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    section.services-wrapper .row {
        flex-direction: column;
    }
    section.services-wrapper .row .col-lg-4 {
        margin: 50px 0px;
    }
    .service-3-wrapper {
        width: 100%;
    }
    h1.headline.kalnia br {
        display: none;
    }
    section.hero-wrapper .row .col-md-10 {
        margin-bottom: 50px;
    }
    section.gallery-wrapper {
        padding: 90px 0px;
    }

    section.gallery-wrapper ul li {
        padding: 0px 40px;
        width: 50%;
    }

    section.services-wrapper .row .col-lg-4 {
        width: 50%!important;
    }
    .md-sizes .col-md-6.col-lg-4.col-xl-4.xs-hide {
        display: none;
    }

    section.services-wrapper .row .col-lg-4.xs-block {
        display: block!important;
    }

    .col-md-6.col-lg-4.col-xl-4.xs-hide {
        display: none!important;
    }
    section.gallery-wrapper-page {
      padding-top: 130px;
      padding-bottom: 130px;
    }
    section.gallery-wrapper-page h5 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 500px) {
    nav .brand-logo img {
        transform: translate(-50%, -50%);
        left: 50vw !important;
        transition: all 1s;
    }
    nav .logo.magnet .brand-logo img {
        left: 4vw !important;
        transform: translateY(4px) !important;
        transition: all 1s;
    }
    .headline,
    .hero-wrapper h1.headline {
        margin-right: 0px;
        font-size: 52px;
        margin-bottom: 20px;
    }
    .xs-hide {
        display: none;
    }
    .xs-block {
        display: block;
        margin-bottom: 50px;
        line-height: 1.5;
    }
    section.info-wrapper {
        padding-top: 0px!important;
        padding-bottom: 100px!important;
    }
    
    section.info-wrapper .about-thumb {
        margin-bottom: 100px;
    }
    
    a.cta.cta-explore {
        right: 0;
        left: 0;
        bottom: -85px;
    }
    
    section.info-wrapper .about-content {
        padding-left: 16px;
    }
    
    section.section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    section.testimonial-wrapper .img-testimonial {
        max-width: 50%;
    }
    
    section.testimonial-wrapper h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    
    section.contact-wrapper .col-md-7 {
        margin-bottom: 50px;
    }
    
    a.cta.cta-explore {
        right: 0;
        left: 0;
        bottom: -85px;
    }
    
    .floating-footer-wrapper ul:nth-child(2) {
        display: none;
    }
    
    .floating-footer-wrapper ul {
        width: 100%;
        justify-content: center;
    }
    
    .floating-footer-wrapper ul li a img {
        margin: 0px 16px;
    }
    
    .floating-footer-wrapper {
        margin: 10px 0px;
    }
    
    nav div > ul.d-flex {
        position: absolute;
        display: none!important;
        left: 0;
    }
    
    nav div > ul.d-flex.logo-wrapper {
        display: block!important;
    }
    
    ul.xs-block.xs-navigation {
        position: fixed;
        top: 1000px;
        left: 0;
        bottom: 0;
        right: 0;
        background: #FFF8F5;
        margin-bottom: 0;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
    ul.xs-block.xs-navigation.xs-navigation-show {
        top: 80px;
        opacity: 1;
        visibility: visible;
    }
    ul.xs-block.xs-navigation li a {
        display: block;
        padding: 26px;
        color: var(--primarycolor);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    
    .xs-block.xs-menu {
        position: absolute;
        top: 14px;
        right: 14px;
    }
    button.expand-button {
        display: none;
    }
    section.gallery-wrapper {
        background: #E1D8D1;
        padding-top: 100px!important;
    }
    section.gallery-wrapper ul li,
    section.gallery-wrapper ul li img {
        width: 100%;
    }
    section.gallery-wrapper ul li:last-of-type {
        margin-bottom: 0px!important;
    }
    section.testimonial-wrapper {
        min-height: auto!important;
    }
    section.info-wrapper .about-content h4 {
        padding-top: 0px;
    }

    section.info-wrapper .about-thumb {
        margin-bottom: 30px;
    }

    section.services-wrapper .row .col-lg-4.xs-block,
    .md-sizes .col-md-6.col-lg-4.col-xl-3,
    section.services-wrapper .row .col-lg-4 {
        width: 100%!important;
    }
    nav {
        background: rgba(255, 245, 248, 0.7);
        height: 80px;
        margin: 0;
        padding: 10px;
        z-index: 9999;
        backdrop-filter: blur(10px);
    }

    .xs-block.xs-menu {
        margin-bottom: 0px!important;
        top: 28px;
    }
    section.gallery-wrapper-page .headline {
        font-size: 32px;
    }
    section.gallery-wrapper-page h5 {
        font-size: 14px;
        line-height: 21px;
    }
    section.gallery-wrapper-page a:nth-child(2n + 1) {
        margin-right: 0px;
    }
    section.gallery-wrapper-page a {
        width: 100%;
    }
}








