/*---------------------------------------------------------------

        Template Name: salon - Where Beauty Meets Relaxation
        Description: Welcome to salon, where beauty meets relaxation.
        Author: Lucid Solutions
        Author URL: https://www.templatemonster.com/store/lucid_solutions/
        Version: 1.0.0

    -----------------------------------------------------------------

        CSS INDEX
        ==================

        1. Basic Styles
        2. Navbar Styles
        3. Banner Styles
        4. who are we Styles
        5.Experienced Styles
        6.Grid Gallery Styles
        7.Service Main Styles
        8.Specialities Styles
        9.Follow Styles
        10.Contact Styles
        11.Opening Hours Styles
        12.Footer Styles
        13. Back to top Styles
        14. Preloader Styles
        

----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap');

html {
    height: 100%;
  }
  body {
    min-height: 100%;
  }
/* ==================
    1. Basic Styles 
================== */
:root{

    /* colors */

    --PrimaryColor : #cf4356;
    --SecondaryColor : rgba(255, 244, 246, 1);
    --LightColor : rgb(72 71 71);
    --DarkBrownColor : rgba(29, 0, 9, 1);

    /* font family */
    --PrimaryFont :  "Manrope", sans-serif;
}

*{
    box-sizing: border-box;
    font-size: 16px;
    font-family: var(--PrimaryFont);
}
.primary-btn{
    background-color: var(--PrimaryColor) !important;
    border-color: var(--PrimaryColor) !important ;
    color: white;
    min-width: 140px !important;
    border-radius: 5px !important;
    padding: 14px;
}
.primary-btn:hover{
    background-color: #D14D5E !important;
    border-color: #D14D5E !important;
    color: white !important;
}
.primary-outline-btn{
    /* background-color: var(--PrimaryColor) !important; */
    background-color: transparent !important;
    border-color: var(--PrimaryColor) !important ;
    color: var(--PrimaryColor) !important;
    min-width: 140px !important;
    border-radius: 5px !important;
    padding: 14px;
}
.primary-outline-btn:hover{
    background-color: #D14D5E !important;
    border-color: #D14D5E !important;
    color: white !important;
}
.secondary-btn{
    background-color: var(--SecondaryColor) !important;
    border-color: var(--SecondaryColor) !important;
    color: var(--PrimaryColor) !important;
    min-width: 140px !important;
    border-radius: 5px !important;
    padding: 14px;
}
.secondary-btn:hover{
    background-color: var(--DarkBrownColor) !important;
    border-color: var(--DarkBrownColor) !important;
    color: white !important;
}
.text-dark{
    color: var(--DarkBrownColor) !important;
}
.text-gray{
    color: var(--LightColor) !important;
}
.text-primary{
    color: var(--PrimaryColor) !important;
}
.fs-7{
    font-size: 14px;
}
.bg-primary{
    background-color: var(--PrimaryColor) !important;
}
.bg-secondary{
    background-color: var(--SecondaryColor) !important;
}
.content{
    font-size: 14px;
    color: var(--LightColor);
    line-height: 30px;
    letter-spacing: 0.5px;
}
.mw-75{
    width: 75%;   
    max-width: 768px;
}
.w-unset{
    width: unset !important;
    min-width: unset !important;
}
@media(max-width:575px){
    .b-sm-none{
        border: none !important;
    }
}
/* ==================
    2. Navbar Styles
================== */

.nav-link{
    color: var(--DarkBrownColor) !important;
    font-weight: 500;
}

/* ==================
    3. Banner Styles
================== */

.banner-main{
   background: linear-gradient(180deg, #F3B0BE 0%, #FFBECC 46.5%, #FFBAC8 100%);
   background-image: url("../../assets/images/Cherry_Blossom.jpg");
   background-size: cover;
   height: 700px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   /* padding: 0 0 0 300px; */
   overflow: hidden;
}
.banner-main .container{
    padding: 0 0 0 230px;
}
.banner-content{
    width: 950px;
}
.banner-model{
    right: 0;
    bottom: 0;
    top: 15px;
    width: 500px;
}
.side-elements{
    width: 150px;
}
.element-1{
    top: -60px;
    left: -105px;
}
.element-2{
    top: 50px;
    left: -50px;
}
.element-3{
    top: 150px;
    left: 10px;
}
.element-4{
    top:300px;
    left: -60px;
}
.element-5{
    top:500px;
    left: -60px;
}
.element-6{
    top:600px;
    left: 50px;
}
.flowers{
    width: 75px;
}
.flower-1{
    top: 100px;
    left: 40%;
}
.flower-2{
    top: 270px;
    left: 8%;
}
.flower-3{
   top: 540px;
   left: 28%;
}
@media(max-width:1399px){
    .banner-main .container{
        padding: 0 0 0 150px;
     }
    .flower-2{
        left: 5%;
    }
}
@media(max-width:1199px){
    .banner-main .container{
        padding: 0 0 0 150px;
     }
    .banner-model{
        right: -100px;
        bottom: 0;
        width: 500px;
    }
    .flower-3{
       top: 550px;
    }
}
@media(max-width:991px){
    .banner-main{
        height: 500px;
    }
    .banner-main .container{
        padding: 0px;
     }
    .banner-model{
        right: -90px;
        bottom: 0;
        width: 350px;
    }
    .side-elements{
        width: 100px;
    }
    .element-1{
        top: -50px;
        left: -70px;
    }
    .element-2{
        top: 25px;
        left: -35px;
    }
    .element-3{
        top: 100px;
        left: -35px;    
    }
    .element-4{
        top: 205px;
        left: -50px;
    }
    .element-5{
        top: 320px;
        left: -60px;
    }
    .element-6{
        top: 430px;
        left: 30px;
    }
    .flowers{
        width: 60px;
    }
    .flower-1 {
        top: 120px;
        left: 55%;
    }
    .flower-2{
        top: 50px;
        left: 15%;
    }
    .flower-3{
       top: 400px;
    }
    .banner-content{
        padding-left: 25px;
        width: 450px;
    }
    
}
@media(max-width:767px){
    .banner-main{
        height: 500px;
    }
    .banner-main .container{
        padding: 0;
     }
     .banner-content{
        width: 380px;
        padding-left: 37px;
     }
    .banner-model{
        right: -65px;
        bottom: 0;
        width: 250px;
        top: unset;
    }
    .flower-1{
        top: 100px;
        left: 60%;
     }
     .element-3 {
        top: 100px;
        left: -25px;
    }
     .flower-2{
        top: 25px;
     }
    .flower-3{
        top: 430px;
     }
}
@media(max-width:575px){
    .banner-main .container{
        padding: 0;
        height: 350px;
     }
     .banner-main .container{
        z-index: 999;
     }
     .banner-content{
        width: 100%;
        max-width: 300px;
        margin: auto;
        background-color:  rgb(255 255 255 / 83%);
        padding: 15px;
    }
    .banner-model{
       display: none;
    }
    .flowers{
        width: 45px;
    }
    .flower-1{
        top: 20px;
        left: 45%;
    }
    .flower-2{
        top: 380px;
        left: 10%;
    }
    .flower-3{
        top: 415px;
        left: 70%;
    }
}
@media(min-width:991px){
    .offcanvas-backdrop {
        display: none !important;
    }
}

/* ==================
    4. who are we Styles
================== */

.who-content{
    padding: 103px 15px 15px 15px;
}
.who-image img{
    width: 650px;
    max-width: 100%;
}
@media(max-width:1199px){
    .who-content{
        padding: 15px;
    }
}
@media(max-width:991px){
    .who-image img{
        width: unset;
        max-width: 100%;
        max-height: 250px;
    }
}

/* ==================
    5. Experienced Styles
================== */

@media(min-width:768px){
    .image-box{
        border-radius: 15px;
        overflow-x: hidden;
        height:600px;
    }
    .left-img-box img{
        max-height: 600px;
        object-fit: cover;
    }
    .box-column{
        height:300px;
        padding: 0 15px 15px 15px;
    }
    .box-column img{
        height: 100% !important;
        object-fit: cover;
    }
}
/* ==================
    6. Grid Gallery Styles
================== */

.grid-wrapper {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-auto-rows: 325px;
	grid-auto-flow: dense;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper img{
    height: 100%;
    object-fit: cover;
}
@media(max-width:991px){
    .grid-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-auto-rows: 250px;
    }
}
@media(max-width:767px){
    .grid-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-auto-rows: 150px;
    }
}
@media(max-width:362px){
    .grid-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-auto-rows: 120px;
    }
}
/* grid extra options*/
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}

/* ==================
    7.Service Main Styles
================== */

.ServiceBox{
    /* background-color: rgba(179, 39, 43, 0.86); */
    position: relative;
}
.ServiceImg{
    height: 100%;
}
.ServiceImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 350px;
    min-height: 350px;
}
.Servicebg1{
    background-color: rgba(179, 39, 43, 0.86);
    min-height: 350px;
}
.Servicebg2{
    background-color: rgba(235, 105, 136, 1);
    min-height: 350px;
}


/* ==================
    8.Specialities Styles
================== */

.card-main{
    border-radius: 15px;
    background-color: var(--PrimaryColor);
    padding: 35px 15px;
    min-height: 300px;
}
.card-number{
    position: absolute;
    top: 35px;
    left: 25px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 900;
}
#speciality-main .card-img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:767px){
    .card-main{
        padding: 35px 15px;
        min-height: unset;
    }
}
/* ==================
    9.Follow Styles
================== */
.img-block{
    position: relative;
}
.follow-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.img-block:hover .follow-box{
    opacity: 1;
    cursor: pointer;
}
.img-block:hover{
    box-shadow: 2px 2px 2px 2px rgba(211, 211, 211, 0.381);
}
/* ==================
    10.Contact Styles
================== */
#map iframe{
    width: 100%;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.75) translateY(-1rem) translateX(0.15rem) !important;
    font-size: 16px !important;
}
.form-bg{
    background-image: linear-gradient(45deg,#fff4f6da,#fff4f6ce), 
    url("../../assets/images/makeup7.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.formstyle label{
    color: var(--PrimaryColor) !important;
}
.formstyle label::after{
    display: none;
}
.formstyle .input{
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid var(--PrimaryColor);
    border-radius: 0;
}
.formstyle .input:focus{
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid var(--PrimaryColor);
}
.formstyle .checkbox{
    border: 1px solid var(--PrimaryColor);
    padding: 15px;
  }
  
  .formstyle .checkbox input {
    display: none;
  }
  
  .formstyle .checkbox:has(input:checked) {
    border: 1px solid var(--PrimaryColor);
    background-color: var(--PrimaryColor);
    color: white !important;
  }
  #contactform label.error{
    top: 95% !important;
    font-size: 14px !important;
    padding: 0 !important;
    right: 10px !important;
    left: unset !important;
    color: #c74848 !important;
    transform: unset !important;
  }
/* ==================
    11.Opening Hours Styles
================== */
#appointment{
    position: relative;
    overflow: hidden;
}
.app-container{
    width: 992px;
    max-width: 100%;
}
.app-element{
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 8px solid var(--PrimaryColor);
}
.app-element-1{
    top: -80px;
    left: -100px;
}
.app-element-2{
    bottom: -110px;
    right: -120px;
}
.time-block{
    min-width: 200px;
}
@media(max-width:1199px){
    .app-element-1{
        top: -80px;
        left: -150px;
    }
    .app-element-2{
        bottom: -110px;
        right: -200px;
    }
}
@media(max-width:991px){
    .app-element-1{
        top: -100px;
        left: -220px;
    }
    .app-element-2{
        bottom: -110px;
        right: -200px;
    }
}

/* ==================
    12.Footer Styles
================== */

#footer .splide__slide img{
    height: 200px;
    max-width: 300px;
    object-fit: cover;
}
.footer-copyright{
    background-color:rgba(186, 57, 75, 1);
  }

/* ==================
    13. Back to top Styles
================== */

#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #backtotop:hover {
    cursor: pointer;
  }
  #backtotop.show {
    opacity: 1;
    visibility: visible;
  }

  /* animation */
  
  .animate {
    transform: translate(-50%, -50%); 
    animation: bounce 3s ease-in-out infinite;
  }
  
  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  /* ==================
   14. Preloader Styles
================== */

.preloader {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    background-color: var(--SecondaryColor);
  }
  
  .preloader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  