
body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Pacifico', cursive 
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

#musicControl {
      position: fixed;
      top: 15px;
      right: 15px;
      background-color: rgba(0,0,0,0.1); 
      color: white;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 20px;
      cursor: pointer;
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s;
    }

    #musicControl:hover {
      background-color: rgba(0,0,0,0.7); /* darker on hover */
    }

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}



.main-navigation ul ul a {
    width: 200px;
}



.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}



@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}







img {
    height: auto;
    max-width: 100%;
}

::-moz-selection {
    color: #212529;
    background: #e1bb87;
}

 ::selection {
    color: #212529;
    background: #e1bb87;
}

 ::-webkit-scrollbar {
    width: 3px;
}

 ::-webkit-scrollbar-thumb {
    background: #212529;
}

 ::-webkit-scrollbar-track {
    background: rgba(225, 187, 135, 0.8);
}



select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}









.form-input::placeholder {
    color: #E1BB87;
}

.form-input::-webkit-input-placeholder {
    color: #E1BB87;
    opacity: 1
}

.form-input::-moz-placeholder {
    color: #E1BB87;
    opacity: 1
}

.form-input:-ms-input-placeholder {
    color: #E1BB87;
    opacity: 1
}

.form-input::-ms-input-placeholder {
    color: #E1BB87;
    opacity: 1
}

.overflow-text {
    max-height: 130px;
    padding-right: 10px;
    overflow: auto;
    
}
.overflow-text-why {
    max-height: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-top: 5%;
    overflow: auto;
    
}
.overflow-text-why p.head{
    font-family: "Amandine", serif;
    font-size: calc(1.5vh + 0.5vw);
    text-transform: uppercase;
    color: #e1bb87
}

input[type="text"]{
   background-color: rgba(0, 0, 0, .3);
    color: #e1bb87;
    width: 100%;
    height: calc(3vh + 2vw);
    font-family: "Amandine", sans-serif;
    
    align-items: center;
    border: none;


}
input[type="number"]{
    background-color: rgba(0, 0, 0, .3);
    color: #e1bb87;
    width: 100%;
    height: calc(3vh + 2vw);
    font-family: "Amandine", sans-serif;
    
    align-items: center;
    border: none

}
input[type="email"]{
    background-color: rgba(0, 0, 0, .3);
    color: #e1bb87;
    width: 100%;
    height: calc(3vh + 2vw);
    font-family: "Amandine", sans-serif;
    
    align-items: center;
    border: none

}
#buttonrow{
    justify-content: center;
    margin-top: 2vh;
}
#submitappointment{
  color: #E1BB87  ;
  border:0.5px solid #E1BB87;
  font-family: 'Amandine', sans-serif;
  align-self: center;
  width: calc(8vw + 4vh);

}
#submitappointment:hover{
    background-color: #E1BB87;
    color: black;
    border: none;   
}
textarea{
    background-color: rgba(0, 0, 0, .3);
    color: #e1bb87;
    width: 100%;
    height: auto;
    font-family: "Amandine", sans-serif;
    
    align-items: center;
    border: none

}
#rowappointment{
    margin-top: calc(5vh);
    /* background:transparent; */
    background-color: rgba(86, 85, 85, 0.4);
    border: 0.5px solid #e1bb87;
}
#colappointment , #colappointmentinput{
display: flex;
align-items: center;
}

.overflow-text-why p.body1 {
    font-family: "Poiret One", sans-serif;;
    font-size: calc(1.5vh + 0.5vw);
    color: white;
}
.overflow-text p.head{
    font-family: "Amandine", serif;
    font-size: calc(2vh + 1vw);
    text-transform: uppercase;
    color: #e1bb87
}

.overflow-text p.head-popup{
    display:flex;
    justify-self: center;
    font-family: "Amandine", serif;
    font-size: calc(2vw + 1.5vh);
    text-transform: uppercase;
    color: #e1bb87;
    padding-top: 15px;
    
}


.overflow-text p.subhead-popup{
    font-family: "Amandine", serif;
    font-size: 2.5vw;
    text-transform: uppercase;
    line-height: 3vw;
    color: #e1bb87;
    position:flex;
    margin-top: 1vw;
    
    
}
.overflow-text p{
    margin-top: 5px;
}

.overflow-text p.head-subheading{
    position: flex;
    font-family: "Miller", serif;
    font-size: 3vw;
    
    color: rgb(177, 175, 175);
   
    
}
.divider{
    border: none; /* Remove default border */
    border-top: 1px solid #e1bb87; /* Create a thin top border as the hairline */
    width: 100%;
    justify-self: center;
     
  
}
.overflow-text p.head-popup-body{
    
    font-family: "Miller", serif;
    font-size: 1.7vw;
    color: rgb(177, 175, 175);
    padding-top: 5px;
    padding-left: 20px;
   
   
    
}
.overflow-text p.popup-body-list{
    
    font-family: "Miller", serif;
    font-size: 1.7vw;
    color: rgb(177, 175, 175);
    
    padding-left: 20px;
   
   
    
}

.overflow-text p.popup-body-list-header{
    
    font-family: "Amandine", serif;
    font-size: 2vw;
    color: #e1bb87;
    
    padding-left: 20px;
   
   
    
}
.headreadmore{
    padding-top: 20%;
     font-family: "Poiret One", serif;
    font-size: calc(2vh + 1vw);
    text-transform: uppercase;
    color: #e1bb87
}
.overflow-text p.body1 {
    font-family: 'Poiret One', sans-serif;
    font-size: calc(1.5vh + 0.5vw);
    color: white;
}
.overflow-text p.body2 {
    font-family: "Poiret One", sans-serif;;
    font-size: calc(1.5vh + 0.5vw);
    color: white;
}
.overflow-text p.body3 {
    font-family: "Miller", sans-serif;;
    font-size: 1.8vw;
    color: white;
}
.overflow-text p.body4 {
    font-family: "Miller", sans-serif;;
    font-size: calc(1.8vh + 0.5vw);
    color: rgb(179, 177, 177);
}

.menuitems p.header  {
    font-family: "Times", sans-serif;;
    font-size: 2vw;
    color: #232323;
    text-align: center;
}
.menuitems p.body5  {
    font-family: "Miller";
    font-size: calc(1vh + 1vw);
    color: #e1bb87;
    text-align: center;
}
p.body5  {
    font-family: "Miller";
    font-size: calc(1vh + 1vw);
    color: #e1bb87;
    text-align: center;
}


.readmorehow {
    font-family: "Amandine", serif;
    font-size: calc(0.2vh + 1vw);
    color: white;
    text-decoration: none;
}
.readmorehow:hover {
  color: #e1bb87;
}
.readlesshow {
    font-family: "Amandine", serif;
    font-size: calc(1+ 0.5vw);
    color: white;
    text-decoration: none;
}
.readlesshow:hover {
  color: #e1bb87;
}
.about-content .overflow-text {
    max-height: 100%;
    margin-top: 22px;
}

.overflow-text::-webkit-scrollbar {
    width: 3px;
}

.overflow-text::-webkit-scrollbar-thumb {
    background: #212529;
}

.overflow-text::-webkit-scrollbar-track {
    background: rgba(225, 187, 135, 0.8);
}



body {
    font-family: 'Pacifico', cursive;
    background-color: #1C1C1C !important;
}

a,
a:hover {
    text-decoration: none;
    color: #212529;
}

input,
input:focus,
button,
button:focus {
    outline: none;
}

button:hover {
    cursor: pointer;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #e1bb87;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
}

h1.h1-title {
    
    color: #fff;
    position: relative;
    
}
.banner-content{
    margin-top: calc(20vh + 4vw);
}


h2.h2-title {
    font-size: calc(6vh + 4vw);
    color: #30353a;
    font-family: 'Aclonica', sans-serif;
    position: relative;
    line-height: 175px;
    text-transform: capitalize;
}


.title {
    position: relative;
}

div.readmorehowcontentrow{
    display:none;
    scroll-margin-top: 35px;
}   
#popupicon{
    color: rgb(146, 35, 35);
    float: right;
    font-size: calc(2vh + 1.5vw);
    position:fixed;
    top: 20px;
    right: 3vw;
  
}
#expandicon,
#expandicon-body1,#expandicon-body2,
#expandicon-hair1,#expandicon-hair2,#expandicon-hair3,#expandicon-hair4,
#expandicon-beauty1,#expandicon-beauty2,
#expandicon-nail1,#expandicon-nail2,#expandicon-nail3,
#expandicon-skin1,#expandicon-skin2{
    color: #E1BB87;
    justify-content: center;
    display: flex;
    font-size: calc(1.5vh + 0.5vw);
    /* margin-top: 1.5vw; */

    
    
    
    border-radius: 3rem;
}
#shrinkicon-body1,#shrinkicon-body2,
#shrinkicon-hair1,#shrinkicon-hair2,#shrinkicon-hair3,#shrinkicon-hair4,
#shrinkicon-beauty1,#shrinkicon-beauty2,
#shrinkicon-nail1,#shrinkicon-nail2,#shrinkicon-nail3,
#shrinkicon-skin1,#shrinkicon-skin2{
   color: #E1BB87;
    justify-content: center;
    display: none;
    font-size: calc(1.5vh + 0.5vw);
    
}
div.bodymenu1,div.bodymenu2,
div.hairmenu1,div.hairmenu2,div.hairmenu3,div.hairmenu4,
div.beautymenu1,div.beautymenu2,
div.nailmenu1,div.nailmenu2,div.nailmenu3,
div.skinmenu1,div.skinmenu2{
    display: none;
}
#popupicon:hover{
    color: red;
    
}

.title h3.h3-title-dialog {
    position: flex;
    justify-self: center;
    /* top: 10px; */
    text-transform: capitalize;
    color: #E1BB87;
    font-size: calc(2.5vh + 2.5vw);
    font-family: "DreamAve", sans-serif; 
    border-bottom: 1px solid #ba9c72;
    
    
}

.title h3.h3-title {
    position: absolute;
    top: 110px;
    text-transform: capitalize;
    color: #E1BB87;
    font-size: 50px;
    line-height: 53px;
    font-family: "DreamAve", sans-serif;
    
}

#insta {

height: 3vh;
width: 3.5vh;
padding-left:5px;
opacity:0.7
  
  
}
#insta:hover{
height: 3vh;
width: 3.5vh;
padding-left:5px;
opacity:1
}
#facebook {
   height: 3vh;
width: 3.5vh;
padding-left:5px;
opacity:0.7
}
#facebook:hover{
   height: 3vh;
width: 3.5vh;
padding-left:5px;
opacity:1
}
.whatsapp {
    position: fixed;
    bottom: 80px;
    right: 2.2vw;
    text-align: center;
    z-index: 100;
    float: right;
    
}



.sec-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height:calc(3vw + 2vh);
    width: calc(12vw + 8vh);
    margin: 0 auto;
    background: #fff;
    /* font-size: 30px; */
    line-height: 35px;
    color: #1C1C1C;
    border-radius: 15px 0px 15px 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.sec-btn-book {
    align-self: center;
     font-family: "Miller", serif;
    font-size: 2vw;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4vw;
    width: 12vw;
    margin: 10px;
    background: #fff;
    /* font-size: 30px; */
    line-height: 35px;
    color: #1C1C1C;
    position: relative;
    z-index: 0;
    text-decoration: none;
    margin-left: 40%;
    
    
}



.sec-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #e1bb87;
    border-radius: 15px 0px 0px 0px;
    z-index: -1;
    transition: 0.3s;
}

.sec-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background: #e1bb87;
    border-radius: 0px 0px 15px 0px;
    z-index: -1;
    transition: 0.3s;
}

.sec-btn:hover:before,
.sec-btn:hover:after {
    width: 50%;
    transition: 1s;
}
.sec-btn-book:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #e1bb87;
  
    z-index: -1;
    transition: 0.3s;
}

.sec-btn-book:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background: #e1bb87;
    
    z-index: -1;
    transition: 0.3s;
}

.sec-btn-book:hover:before,
.sec-btn-book:hover:after {
    width: 50%;
    transition: 1s;
}
#sec-btn-message{
    font-family: "Miller", serif;
    font-size: calc(1.5vw + 1vh);
    display: flex;
    align-items: center;
    justify-content: center;
    height:calc(2vw + 3vh);
    width: calc(12vw + 8vh);
    margin: 0 auto;
    background: #fff;
    /* font-size: 30px; */
    line-height: 35px;
    color: #1C1C1C;
    border-radius: 15px 0px 15px 0px;
    position: relative;
    z-index: 0;
    text-decoration: none;
}
#sec-btn-message:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #e1bb87;
  
    z-index: -1;
    transition: 0.3s;
}

#sec-btn-message:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background: #e1bb87;
    
    z-index: -1;
    transition: 0.3s;
}

#sec-btn-message:hover:before,
#sec-btn-message:hover:after {
    width: 51%;
    transition: 1s;
}
#scrollDownIcon {
    margin-top:12vh;
    z-index: 0;
    font-size:4vh;
    color: #E1BB87;
    opacity: 0.8;
}
/*==========Common CSS End==========*/


/*==========Header Start==========*/

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    background: transparent;
    transition: 0.3s;
    height: 120px;
    
}



.mobile-logo {
    display: none;
}

.site-branding {
    position: fixed;
    left:0;
    top:0;
    width: 300px;
    /* padding-top: 7px; */
    transition: 0.3s;
}

.menu.nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu.nav-menu li {
    display: inline-block;
    padding: 15px 5px;
}

.main-navigation {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    transition: 0.3s;
    justify-content: flex-end;
}

.menu.nav-menu li a {
    font-size: 1.8vw;
    text-transform: capitalize;
    color: #b7b6b4;
    padding: 5px 20px;
    transition: 0.1s;
    line-height: 35px;
    position: relative;
     font-family: "Miller", sans-serif;
  
  font-style: normal;
}
#booknow{
    font-family: 'Aldo the Apache', sans-serif;
    /* font-weight: bold; */
    text-decoration: none;
    font-size: calc(1vw + 0.5vh);
    
    /* font-size: large; */
}
span.tagline1{
    font-family: 'Aldo the Apache', sans-serif;
    font-size: calc(6vw + 2vh);
    padding-top: calc(1vw + 3vh);
    color: #E1BB87;
}
.tagline2{
    font-family: 'Jenna Sue', sans-serif;
    color: white;
    margin-top: 0;
    font-size: calc(4vw + 4vh);
    
}
.menu.nav-menu li a:hover {
    transition: 0.3s;
    color:#e1bb87
}

.sticky-header {
    transition: 0.3s;
    border: 0;
    height: 90px;
    background: #171a1c;
    box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.sticky-header .main-navigation {
    height: 90px;
    transition: 0.3s;
}

.menu.nav-menu li.active a
 {
    color: #e1bb87;
}

.sticky-header .menu.nav-menu li.active a:before,
.sticky-header .menu.nav-menu li:hover a:before {
    background: #1c1c1c;
}

.sticky-header .site-branding {
    transition: 0.3s;
    padding-top: 0;
    width: 220px;
}

.sticky-header .site-branding:before {
    height: 90px;
    transition: 0.3s;
}

.menu.nav-menu li a:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 3px;
    opacity: 0;
    left: 50%;
    transform: scale(0) rotate(35deg);
    transition: 0.3s;
}

.menu.nav-menu li:hover a:before,
.menu.nav-menu li.active a:before {
    opacity: 1;
    /* transform: scale(1) rotate(35deg); */
    transition: 0.3s;
}

/* .menu.nav-menu li:hover a, 
 .menu.nav-menu li.active a {
    color: #fff;
    transition: 0.3s;
} */


/*==========Header End==========*/


/*==========Main Banner==========*/





.main-banner {
    position: relative;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    transition: background-image 1s ease-in-out;
}

.main-banner .row {
    height: 100vh;
    align-items: center;
    
}

.main-banner video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  opacity: 0.4;
}


/*==========Main Banner End==========*/


/*==========About Us ==========*/

.about-content h2.h2-title {
    position: absolute;
    top: 33%;
    font-size: 80px;
    left: -44px;
    transform: translate(-50%, 50%) rotate(-90deg);
    line-height: 51px;
    letter-spacing: 0px;
    margin: 0;
    color: #323232;
    /* text-transform: uppercase; */
    
}

section.about-us {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background:rgb(12,10,12);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}


.about-content h3.h3-title {
    font-size: 54px;
    line-height: 94px;
    color: #E1BB87;
    text-transform: capitalize;
}

.about-content {
    padding-top: 86px;
}

.about-frame {
    height: 500px;
    width: 100%;
    border-radius: 100px 0px 100px 0px;
    border: 8px solid #E1BB87;
    padding: 25px;
    overflow: hidden;
}

.about-image {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    border-radius: 100px 0px 100px 0px;
}


/*==========About Us End==========*/


/*==========Discount Start==========*/

section.discount {
    position: relative;
    height: auto;
    padding-bottom: 70px;
    background-image: url("../images/WhyChoose.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
    
}


.discount .row {
    height: auto
    /* align-items: center; */
}
.discount .row.readmorehowcontent {
    height: auto
    /* align-items: center; */
}




/*==========Discount End==========*/


/*==========services Start==========*/

section.services {
    position: relative;
    padding: 0px 0px;
}

div.for-mobile {
    display: none;
}
section.for-mobile {
    display: none;
}


.service-image {
    height: 200px;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}
.service-image-why {
    height: 400px;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: #1a1a1a;
    
}
.service-image-why-more {
    height:200px;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    
    
    
}

.service-content {
    padding: 35px;
    border: 5px solid #E1BB87;
}



.service-btn {
    display: block;
    text-align: right;
}

a.service-tag,
div.service-tag,
a.explore {
    display: inline-flex;
    /* font-size: calc(12vh + 8vw); */
    color: #000;
    background: #e1bb87;
    height: 54px;
    width: 222px;
    position: relative;
    padding: 0px 17px;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    left: 5px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    font-family: "Ivy-Presto", sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a.explore {
    width: 166px;
    justify-content: space-between;
    left: 0;
    padding: 0px 25px;
    background: rgba(225, 187, 135, 80%);
}

.services-box.box-1,
.services-box.box-4 {
    position: relative;
    width: 100%;
    top: 0;
    height: 300px;
    left: 0;
    margin-top: -143px;
}
.services-box-why.box-1
 {
    position: relative;
    width: 100%;
    top: 0;
    height: 90%;
    left: 0;
    margin-top: -103px;
    margin-bottom: 10px;
    box-shadow: inset;
    border-radius: 10px;
    
}


@media (max-width: 990px) {
    #musicControl {
      position: fixed;
      top: 35px;
      right: 105px;
      background-color: rgba(0,0,0,0.1); 
      color: white;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 20px;
      cursor: pointer;
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s;
    }

    #musicControl:hover {
      background-color: rgba(0,0,0,0.3); /* darker on hover */
    }
    .services-box-why.box-1 {
        height:290px;
        border-radius: 0;
        margin-top: 0;
    }
    .overflow-text p.popup-body-list{
    
    font-family: "Miller", serif;
    font-size: 3.5vw;
    color: rgb(177, 175, 175);
    
    padding-left: 20px;
   
   
    
}
.overflow-text p.popup-body-list-header{
    
    font-family: "Amandine", serif;
    font-size: 3.5vw;
    color: #e1bb87;
    
    padding-left: 20px;
   
   
    
}
#scrollContainer{
    overflow-y: hidden;
    position: relative;
    z-index: 0;
    padding-top: 40px;

}

    .overflow-text p.subhead-popup{
    font-family: "Amandine", serif;
    font-size: calc(1.5vw + 0.8vh);
    text-transform: uppercase;
    line-height: 2.5vh;
    color: #e1bb87;
    position:relative;
    margin-top: 2vh;
    margin-bottom: 2px;
    
    
    
}
    #popupicon{
    color: rgb(146, 35, 35);
    float: right;
    font-size: calc(2vh + 1.5vw);
    position:fixed;
    
    right: 6vw;
  
}
    section.discount {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: auto;
    padding-bottom: 70px;
    scroll-margin-top: 100px;
    
}
}
@media (max-width: 420px) {
    .services-box-why.box-1 {
        height:350px;
        border-radius: 0;
        margin-top: 0;
    }
}

.services-box-why-more.box-1
 {
    position: relative;
    width: 100%;
    top: 20%;
    height: auto;
    left: 0;
    margin-top: 0px;
    margin-bottom: 10px;
    box-shadow: inset;
    border-radius: 10px;
    
}
.services-box-why-more-cont.box-1
 {
    position: relative;
    width: 100%;
    top: 20%;
    height: auto;
    left: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    box-shadow: inset;
    border-radius: 10px;
    
}

.services-box {
    margin-bottom: 70px;
}

.service-tag:before,
.explore:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: #ba9c72;
    z-index: -1;
    transform: translate(-50%, 0%);
    transition: 0.5s;
    opacity: 0;
}

.service-tag:hover:before,
.explore:hover:before {
    width: 100%;
    opacity: 1;
}

.explore:before {
    background: #e1bb87;
}


/*==========services End==========*/


/*==========service-provide Start==========*/

section.service-provide {
    position: relative;
    
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

section.service-provide:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: #212529;
    opacity: 0.7;
}

.service-provide-box {
    text-align: center;
    padding: 0px 0px;
    border: 2px dashed transparent;
    transition: 0.3s;
}

.service-provide-box:hover {
    background: #212529;
    transition: 0.3s;
    border: 2px dashed #e1bb87;
}

.service-provide-box h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 35px;
    color: #E1BB87;
    margin: 33px 0px 31px;
}

.service-provide-box .service-img {
   
    
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width: 100%;
    background-size: cover;
}

.service-provide-box .overflow-text {
    padding: 0;
}


/*==========service-provide End==========*/


/*========== Price Start ==========*/

.price {
    padding: 107px 0px 48px;
}

.price .title {
    text-align: right;
}

.price .title h3.h3-title {
    left: inherit;
    right: 20px;
}



.hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    height: 90%;
    width: 90%;
    display: flex;
    background: #E1BB87;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: all .8s cubic-bezier(.25, .1, .11, 1.1);
}




/*========== Price End==========*/


/*========== Testimonials Start==========*/

.testimonials h3.h3-title,
.gallery h3.h3-title {
    left: 50%;
    transform: translate(-50%, 0);
}

.brands h3.h3-title {
    left: 50%;
    transform: translate(-50%, 0);
}

.testimonials-box {
    position: relative;
    background-color: #E1BB87;
    padding: 90px 70px 27px 30px;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.testimonials-box:before {
    content: "";
    display: block;
    position: absolute;
    height: 150px;
    width: 150px;
    background-image: url(../images/icons/testimonials-before.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.2;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-section {
    padding-top: 55px;
}

.testimonials-box h3 {
    color: #1C1C1C;
    font-size: 20px;
    line-height: 42px;
    margin: 0;
    text-align: right;
}

.testimonials-before {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.testimonials-before:before {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url(../images/icons/quote.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonials-box p {
    color: #1C1C1C;
    margin: 0;
}

.testimonials-box .overflow-text {
    max-height: 123px;
    margin-bottom: 7px;
}

.testimonials-box .overflow-text::-webkit-scrollbar-thumb {
    background: #fff;
}

.testimonials-box .overflow-text::-webkit-scrollbar-track {
    background: #212529;
}


/*========== Testimonials End==========*/


/*========== Working Hours Start==========*/

.working-hours {
    padding: 120px 0px 27px;
}

.working-schedule {
    padding-top: 30px;
}

#timedate {
    font: small-caps lighter 43px/150% "Roboto", Arial, sans-serif;
    text-align: left;
    width: 100%;
    color: #e1bb87;
    border-left: 5px solid #e1bb87;
    background: #212529;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.time-schedule {
    font-family: "Roboto", sans-serif;
    color: #e1bb87;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    justify-content: space-between;
    margin-bottom: 35px;
}

span.day {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    background: #1c1c1c;
    padding-right: 15px;
}

span.time {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: right;
    background: #1c1c1c;
    padding-left: 15px;
}

span.line {
    height: 2px;
    background: #e1bb87;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
}




/*========== Working Hours End==========*/


/*========== Gallery Start ==========*/

.gallery-slider {
    padding-top: 75px;
}

.gallery-img .img {
    height: 270px;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}

.gallery-img.sec-img .img {
    height: 570px;
    display: block;
    position: relative;
}

.gallery-img.sec-img {
    height: 570px;
    width: 100%;
    padding: 0px 15px;
}

.gallery-img .img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30em;
    height: 90%;
    width: 90%;
    transform: translate(-50%, -50%);
    background: #212529;
    opacity: 0.9;
    transition: 0.3s;
}

.gallery-img a:hover .img:before {
    left: 50%;
    transition: 0.3s;
}

.gallery-img .img:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.3s;
    background-image: url(../images/icons/eye.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.gallery-img a:hover .img:after {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.3s;
}


/*========== Gallery End ==========*/


/*========== Brands Start ==========*/

.brands {
    position: relative;
    padding: 100px 0px 60px;
}

.brand-img {
    height: 120px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    transition: 0.4s;
    
}

.brand-img.brand-hover {
    position: absolute;
    top: -55%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-size: 100%;
    opacity: 1;
    transition: 0.4s;
}

.brands a {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 120px;
    display: flex;
    transition: 0.3s;
    text-decoration: none;

}

.brands a:hover .brand-hover {
    top: 50%;
    transition: 0.4s;
    opacity: 1 !important;
}

.brands a:hover .brand-img {
    opacity: 0;
    transition: 0.4s;
}


/*========== Brands End ==========*/

/*==========Offers ============*/


#offerImage{
    max-width: 100%;
    height: auto;
}
#offer{
   
   width: calc(55vw + 20vh);
   height: calc(25vw + 25vh);
   outline: none;
  z-index:1;
}
#closeOffer{
    color: rgb(146, 35, 35);
    float: right;
    font-size: calc(2vh + 1.5vw);
    position:flex;
    top: 20px;
    right: 3vw;
    padding-right: 2px;
  
}
#closeOffer:hover{
    color: rgb(244, 2, 2);
  
  
}

/*==========Offers End ==========*/

/*=========== Modal Popup ==========*/

dialog {
  border: 1px solid #E1BB87;
   
   outline: none;
  height: 100%;
  width: 100%;
  background-color:#080808;
  background-image: url('../images/icons/LogoPopupEdited.png');
  background-size: 20%;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  z-index:1;
  /* transition: fadeInScaleUp 0.3s ease-out; */
}
  dialog::backdrop {
        background-color: green;
        z-index:0 /* Semi-transparent black */
    }

dialog[open] {
  opacity: 1; /* Final state when dialog is open */
}


/* Define the starting style for the entry animation */
@starting-style {
  dialog[open] {
    opacity: 0;
  }
}

/* Optional: Animate the backdrop */
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease-in-out;
}

dialog[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.1);
}


.myFormDialog  .row{
    width: 100%;
    
    justify-content: center;
   
   
    
} 

/* .distinctive  .firstRow{
    width: 100%;
    padding-top:3%;
    padding-left: 1%;
    justify-content: center;
    
    
} 
.distinctive .row{
     width: 100%;
    height: fit-content;
    justify-content: center;
} */
.myFormDialog .body{
   
   
    background-color: rgba(39, 37, 37, 0.3);
    padding-top: 1.5%;
    vertical-align: middle;
    margin-top: 7%;
    margin-left: calc(1vh + 0.5vw);
    margin-right: calc(1vh + 0.5vw);
    width: auto;
    
    
    
    
}

/* .dialoguebodyhead{

} */

/*========== Footer ==========*/

.contact-form .wpcf7-form-control {
    position: relative;
    width: 100%;
    height: 50px;
    background: 0 0;
    border: 2px solid #e1bb87;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: 'aclonica' !important;
    line-height: 26px;
    outline: none;
    border-radius: 8px;
    line-height: 27px;
    color: #E1BB87;
    padding: 0 30px;
}

.contact-form .wpcf7-form-control.wpcf7-textarea {
    padding: 14px 30px;
    height: 120px;
    resize: none;
}

.contact-form .wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: block;
    position: relative;
}


.footer-top {
    position: relative;
    background: #212529;
    overflow: hidden;
    padding: 47px 0px;
}

.map {
    position: absolute;
   
    width: 100%;
    height: 100%;
    bottom: -70px;
}

.contact-form {
    padding-left: 53px;
}

.footer-bottom {
    height: auto;
    display: flex;
    padding-top: 3px;
    align-items: center;
    background-color: #000000;
}




/*========== Footer End ==========*/





/*==========Scroll To Top Start==========*/

.scrolltop {
    width: 50px;
    height: 50px;
    background: #e1bb87;
    text-align: center;
    font-size: 25px;
    padding: 12px 0px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: none;
    transition: 0.3s;
    z-index: 99;
}

.scrolltop i {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrolltop:hover:before {
    transition: .4s;
    transform: scale(1);
}

.scrolltop:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(-80deg, #212529, #1c1c1c);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: .4s;
}


/*==========Scroll To Top End==========*/


/*==========Responsive Start==========*/

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1230px;
    }
    .menu.nav-menu li {
        padding: 15px 0px;
    }
}

@media screen and (max-width: 1199px) {
    .menu.nav-menu li {
        padding: 10px 0px;
    }

    h2.h2-title {
        font-size: calc(6vh + 4vw);
        line-height: 75px;
        
    }
    
    a.service-tag,
    a.explore {
        /* font-size: 16px; */
        width: 180px;
    }
    .contact-form {
        padding-left: 10px;
    }
    a.explore {
        width: 120px;
    }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: scale(0.3);
    
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
     /* Overshoot slightly */
  }
  70% {
    transform: scale(0.9);
     /* Recoil slightly */
  }
  100% {
    transform: scale(1);
     
    
  }
    

 
 
}
.desktop-logo{
    padding: 0;
        margin: 0;
        border: none;
        width: 80px;
        height: 80px;
        display: block;
        position: fixed;
        transform: translateY(-20%);
        top:1%;
        left: 1%;
        
        border-radius: 10px;
        outline: none !important;
        /* background: #212529; */
        z-index: 99;
        /* box-shadow: 0 3px 6px rgba(0, 0, 0, .16); */
       
        animation: bounceInLeft 4s both;
}

@media (max-width: 991px) {
    .overflow-text p.head-popup-body{
    
    font-family: "Miller", serif;
    font-size: 3.5vw;
    color: rgb(177, 175, 175);
    padding-top: 5px;
    padding-left: 20px;
   
   
    
}
    .readmorehow {
    font-family: "Amandine", serif;
    font-size: 1.5vh;
    color: white;
    text-decoration: none;
}
    .readmorehow:hover {
  color: #e1bb87;
}
    .readlesshow {
    font-family: "Amandine", serif;
    font-size: 1.5vh;
    color: white;
    text-decoration: none;
}
    .container {
        padding: 0px 30px;
    }
    .site-header {
        top: 0px;
        width: 100%;
        height: 90px;
        position: fixed;
        border-radius: 0px;
        z-index: 9;
        transition: 0.3s;
        background-color: transparent;
    }
    .desktop-logo {
        display: none;
    }
    .sticky-header .site-branding {
        width: 186px;
     
    }
    .mobile-logo {
        
       
       
      
        

        padding: 0;
        margin: 0;
        border: none;
        width: 80px;
        height: 80px;
        display: block;
        position: fixed;
        transform: translateY(-20%);
        top:1%;
        
        border-radius: 10px;
        outline: none !important;
        /* background: #212529; */
        z-index: 99;
        /* box-shadow: 0 3px 6px rgba(0, 0, 0, .16); */
       
        animation: bounceInLeft 4s both;
        
        

        
    }
    .sticky-header {
        background: #1a1a1a;
    }
    .site-header:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #111111;
        opacity: 0.2;
    }
    .site-header .container {
        max-width: 100%;
        padding: 0px 15px;
    }
    .site-branding {
        position: absolute;
        top:0;
        left:0;
        z-index: 9;
        width: 186px;
        margin: 0;
    }
    .sticky-header .site-branding svg.mobile-logo #Beauty_Salon-2 {
        fill: #212529;
        transition: 0.3s;
    }
    nav.main-navigation {
        height: 90px;
    }
    .menu-toggle {
        padding: 0;
        margin: 0;
        border: none;
        width: 60px;
        height: 60px;
        display: block;
        position: absolute;
        right: 5px;
        top: 50%;
        border-radius: 10px;
        outline: none !important;
        background: #212529;
        z-index: 99;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        transition: .5s all;
        transform: translate(-50%, -50%);
    }
    nav.main-navigation .menu-menu-1-container {
        height: 100vh;
        position: fixed;
        top: -57em;
        opacity: 0;
        left: 0;
        width: 100%;
        background: #181818;
        z-index: 4;
        padding: 20px 30px;
        transition: .3s;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .menu-toggle span {
        width: 35px;
        margin-bottom: 5px;
        height: 4px;
        background: #e1bb87;
        border-radius: 30px;
        position: absolute;
        top: 50%;
        z-index: 1;
        transition: 0.3s all;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .menu-toggle span:first-child {
        top: 20px;
        width: 20px;
        left: 50%;
        margin: 0 auto;
    }
    .menu-toggle span:last-child {
        top: 40px;
        width: 20px;
        left: 50%;
    }
    .mobile-call-icon {
        position: absolute;
        top: 50%;
        left: inherit;
        right: 80px;
        height: 60px;
        display: flex;
        z-index: 2;
        border-radius: 10px;
        width: 60px;
        background: #212529;
        transform: translate(-50%, -50%);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    }
    .mobile-call-icon a img {
        transition: .3s;
        width: 35px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .main-navigation.toggled .menu-menu-1-container {
        transition: 0.1s;
        opacity: 1;
        top: 0;
    }
    .toggled .menu-toggle span:first-child {
        transform: rotate(-45deg);
        opacity: 1;
        width: 30px;
        left: 25%;
        top: 45%;
    }
    .toggled .menu-toggle span {
        opacity: 0;
    }
    .toggled .menu-toggle span:last-child {
        transform: rotate(45deg);
        width: 30px;
        opacity: 1;
        left: 25%;
        top: 45%;
    }
    .menu.nav-menu {
        height: 100vh;
        display: flex !important;
        width: 100%;
        padding-top: 5vh;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    nav.main-navigation .menu.nav-menu li {
        display: block;
        padding: 4vh 0vh;
        height: auto;
        float: none;
        width: fit-content;
    }
    .menu.nav-menu li a {
        color: grey;
        font-size: 30px;
    }
    .menu.nav-menu li.active a {
        color: #212529;
    }
    .menu.nav-menu li a:before {
        background: #e1bb87;
        display: none;
    }
    nav.main-navigation .menu-menu-1-container:before {
        content: "";
        position: absolute;
        height: 485.6px;
        width: 315.49px;
        top: 50%;
        background-image: url(../images/icons/3SLogoMobileBackground.webp);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.3;
        
    }
    /* main-banner	*/
    .main-banner .row {
        height: auto;
    }
    section.main-banner {
        height: auto;
        padding: 10vh 0px 10vw;
        background-attachment: unset;
        /*background-position: 920px center;*/
    }
   
    /*		h1.h1-title {
              font-size: 80px;
              line-height: 100px;
          }*/
    .about-frame {
        border-radius: 0px;
        height: 390px;
    }
    .about-image {
        border-radius: 0px;
    }
    .service-image-why {
        border-radius: 0px;
        height: 190px;
        
    }

    section.about-us {
        padding: 61px 0px;
    }
    .about-content {
        padding-top: 38px;
    }
    .about-content h2.h2-title {
        display: none;
    }
    section.discount {
        height: auto;
        background-attachment: unset;
        position: relative;
    }
    .discount .row {
        height: auto;
    }
    section.discount:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #212529;
        opacity: 0.6;
    }
  
    .title {
        text-align: center;
    }
    .title h3.h3-title {
        top: 40%;
        font-size: 40px;
        width: 100%;
        line-height: 44px;
        left: 50%;
        transform: translate(-50%, -50%);
        position: relative;
    }
  
    
    .menu.nav-menu li:hover a,
    .menu.nav-menu li.active a {
        color: #e1bb87;
        transition: 0.3s;
    }
    .for-desk {
        display: none;
    }
    section.for-desk{
        display:none
    }

        .overflow-text p.body3 {
        font-family: "Miller", sans-serif;
        font-size: 5vw;
        color: rgb(155, 152, 152);
    }
    section.services {
        padding: 0px 0px;
    }
    .services-box.box-1 {
        margin: 0;
        /*height: 552px; */
        padding-top: 30px;
    }
    .service-content {
        padding: 25px;
    }
    div.for-mobile {
        display: block;
        
    }
    section.for-mobile {
    display: block;
}
    section.service-provide {
        background-image: none !important;
        padding: 77px 0px;
    }
    section.service-provide:before {
        display: none;
    }
    .price .title {
        text-align: center;
    }
    .price .title h3.h3-title {
        right: inherit;
        left: 50%;
    }
 
    section.price {
        padding-bottom: 60px;
    }
    .testimonial-section {
        padding-top: 30px;
    }
    .testimonial-section .row .col-lg-6:last-child {
        display: none;
    }
    section.working-hours {
        padding: 110px 0px 70px;
    }
    section.brands {
        padding: 50px 0px 60px;
    }
    .working-schedule {
        padding-top: 55px;
    }
    div#timedate {
        margin-bottom: 60px;
    }
    .gallery .img {
        height: 80px;
    }
    
    .gallery .for-mobile {
        padding-top: 50px;
    }
    .brands .for-mobile a:hover .brand-img {
        opacity: 1;
    }
    .for-mobile .brand-img:hover {
        opacity: 1;
    }
    .map {
        position: relative;
        right: 0;
        
        bottom: 0;
        height: 100%;
        margin-bottom: 80px;
        width: 100%;
    }
    .footer-top {
        padding-top: 0;
    }
    .contact-form .wpcf7 {
        padding-top: 60px;
    }
 
    .overflow-text p.head-popup{
    display:flex;
    justify-self: center;
    font-family: "Amandine", serif;
    font-size: calc(2vw + 1.2vh);
    text-transform: uppercase;
    color: #e1bb87;
    
    
}
.cross{
    margin:10px;
    height: 5vh;
    vertical-align: middle;
    background-color: #080808;
    z-index: 1;
    position: fixed;
    
}
}

@media screen and (max-width: 991px) and (max-height: 667px) {
    nav.main-navigation .menu.nav-menu li {
        padding: 3vh 0vh;
    }
    .menu.nav-menu {
        padding-top: 8vh;
    }
    nav.main-navigation .menu-menu-1-container:before {
        width: 280px;
    }
}

@media screen and (max-width: 991px) and (max-height: 480px) {
    nav.main-navigation .menu.nav-menu li {
        padding: 2vh 0vh;
    }
    .menu.nav-menu {
        padding-top: 8vh;
    }
}
@media (max-width: 990px) {
    h1.h1-title {
        font-size: 8vw;
        line-height: calc(6vw + 4vh);
        padding-top: calc(18vh + 2vw);
       
    }
}
@media (max-width: 575px) {
    .overflow-text p.body3 {
    font-family: "Miller", sans-serif;;
    font-size: 5vw;
    color: white;
}
    .overflow-text p.head-subheading{
    position: absolute;
    font-family: "Miller", serif;
    font-size: 4vw;
    
    color: rgb(177, 175, 175);
   
    
}
    h1.h1-title {
        font-size: 6vw;
        line-height: calc(6vw + 4vh);
        padding-top: calc(18vh + 2vw);
    }
    .services-box.box-1, .services-box-why-more.box-1,.services-box-why-more.box-1 {
        height: 582PX;
    }
    .service-content {
        height: 100%;
        overflow: hidden;
        padding: 25px;
    }
    .service-image ,.service-image-why {
        height: 440px;
        width: 100%;
    }
   
    .testimonials-box {
        padding: 51px 35px 27px 30px;
    }
    .testimonials-before {
        height: 47px;
        width: 47px;
    }
    .testimonials-before:before {
        width: 30px;
        height: 30px;
    }
    .price .for-mobile {
        padding-bottom: 30px;
    }
    section.price {
        padding: 60px 0px 100px;
    }
    section.services {
        padding-bottom: 0px;
    }
    section.service-provide {
        padding-bottom: 0px;
    }
    #booknow{
    font-family: 'Aldo the Apache', sans-serif;
    
    text-decoration: none;
    font-size: 4vw 
    
}
    .sec-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height:calc(3vw + 4vh);
    width: 70%;
    margin-top: 6vh;
    background: #fff;
    
    line-height: 35px;
    color: #1C1C1C;
    border-radius: 15px 0px 15px 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.sec-btn-book {
    align-self: center;
     font-family: "Amandine", serif;
    font-size: calc(1vh + 0.4vw);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(3vh + 1vw);
    width: calc(8vh + 3vw);
    margin: 10px;
    background: #fff;
    /* font-size: 30px; */
    line-height: 35px;
    color: #1C1C1C;
    position: relative;
    z-index: 0;
    text-decoration: none;
    margin-left: 40%;
    
    
}
#scrollDownIcon {
    margin-top:10vh;
    z-index: 0;
    font-size:4vh;
    color: #E1BB87;
    opacity: 0.8;
}
span.tagline1 {
    font-family: 'Aldo the Apache', sans-serif;
    font-size: 10vw;
    padding-top: calc(1vw + 3vh);
    color: #E1BB87;
}
}
@media (max-width:374px){
    .menu-toggle{
        height: 50px;
    }
}
@media (max-width: 435px) {
    .container {
        padding: 0px 15px;
    }
    .site-branding {
        left: 10px;
    }
    .menu-toggle {
        right: -14px;
        
     
    }
    
     a.service-tag,
    a.explore {
        /* width: 150px; */
        padding: 0px 10px;
        white-space: nowrap;
        font-size: 4vw;
    }
}

@media (max-width: 375px) {
 
    
    .about-frame {
        padding: 15px;
    }
   
   
    .site-branding {
        width: 160px;
        padding-top: 25px;
    }
  
    .menu-toggle span:first-child {
        top: 15px;
    }
    .menu-toggle span:last-child {
        top: 35px;
    }
    .sticky-header .site-branding {
        width: 150px;
      
    }
    .about-content h3.h3-title {
        font-size: 16vw;
    }
   
    .title h3.h3-title {
        font-size: 7vw;
    }
    .service-btn {
        display: flex;
        align-items: center;
    }
    a.service-tag,
    a.explore {
        /* width: 150px; */
        padding: 0px 10px;
        white-space: nowrap;
        font-size: 4vw;
    }
    a.explore {
        padding: 0px 15px;
    }
    .service-content {
        padding: 15px;
    }
    .services-box.box-1 {
        height: 565px;
    }
   
    #timedate {
        font-size: 35px;
    }
   
  


}


/*==========Responsive End==========*/