

/*==========Common CSS Start==========*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
  /* margin: 0; */
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  font-family: "Lato", sans-serif !important;
  /*font-family: "Pacifico", cursive !important;*/
}

@media(max-width:768px){
.banner-text{
    font-size:2rem;
}
}

.main-navigation {
  display: block;
  float: left;
  width: 100%;
}

.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 li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

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

.grecaptcha-badge,
div.wpcf7 .screen-reader-response,
div.wpcf7-mail-sent-ok {
  display: none !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.form-element {
  position: relative;
}

.form-element i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  pointer-events: none;
  color: #b52350;
  font-size: 20px;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #ff0000;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  margin: 1em 0;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
  color: #ff0000;
}

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

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

.slick-slide {
  outline: none;
}

body {
  font-family: "Lato", sans-serif;
  /*font-family: "Pacifico", cursive;*/
  background-color: #64735c !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: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
}

h1.h1-title {
  font-size: 100px;
  line-height: 145px;
  /*margin-bottom: 80px;*/
  color: #fff;
  position: relative;
}

.h1-title .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.h1-title .letter {
  display: inline-block;
  line-height: 1em;
}

h2.h2-title {
  font-size: 112px;
  color: #212529;
  font-family: "Aclonica", sans-serif;
  position: relative;
  line-height: 175px;
  text-transform: capitalize;
}

.title {
  position: relative;
}

.title h3.h3-title {
  position: absolute;
  top: 63px;
  left: 15px;
  text-transform: capitalize;
  color: #e1bb87;
  font-size: 30px;
  line-height: 53px;
}

.sec-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 270px;
  margin: 0 auto;
  background: #fff;
  font-size: 20px;
  line-height: 35px;
  color: #1c1c1c;
  border-radius: 15px 0px 15px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.submit-btn .sec-btn.sm-btn {
  margin: 0;
  width: 200px;
  border: 0;
}

.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: 0.5s;
}

/*==========Common CSS End==========*/

/*==========Header Start==========*/

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background: transparent;
  transition: 0.3s;
  height: auto;
  background-color: #64735c;
}

.mobile-call-icon {
  position: absolute;
  top: 0;
  left: 15px;
  width: auto;
  height: 80px;
  align-items: center;
  display: none;
  z-index: 2;
}

.mobile-logo {
  display: none;
}

.site-branding {
  position: relative;
  width: 300px;
  padding-top: 7px;
  transition: 0.3s;
}

/* Responsive logo images */
.site-branding img.desktop-logo {
  display: block;
  max-height: 100px;
  width: auto;
  padding-top: 0;
}
@media(max-width:767px){
  .site-branding img.desktop-logo{
    margin-top: -21px
  }
}
.site-branding img.mobile-logo {
  display: none;
  max-height: 40px;
  width: auto;
  padding-top: 0;
}

.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: 20px;
  text-transform: capitalize;
  color: #e1bb87;
  padding: 5px 20px;
  transition: 0.3s;
  line-height: 35px;
  position: relative;
}

.menu.nav-menu li a:hover {
  transition: 0.3s;
}

.sticky-header {
  transition: 0.3s;
  border: 0;
  height: 100px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.sticky-header .main-navigation {
  height: 90px;
  transition: 0.3s;
}

.sticky-header .menu.nav-menu li.active a,
.sticky-header .menu.nav-menu li:hover a {
  color: #1c1c1c;
}

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

/* Make top menu letters smaller and remove decorative line */
.menu.nav-menu li a {
  font-size: 16px;
}
.menu.nav-menu li a:before {
  display: none !important;
}

/* Compact dropdown menu */
.menu-item-has-children > .sub-menu {
  background: #1c1c1c;
  border-radius: 8px;
  padding: 6px 0;
  margin-top: 8px;
  min-width: 200px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  display: none; /* Hide by default */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}

.menu-item-has-children > .sub-menu .menu-item {
  display: block;
  padding: 0;
  width: 100%;
}

.menu-item-has-children > .sub-menu a {
  font-size: 14px;
  line-height: 22px;
  padding: 8px 14px;
  color: #ffffff;
  white-space: nowrap;
}

.menu-item-has-children > .sub-menu a:hover {
  background: #2a2a2a;
  color: #e1bb87;
}

/* Show sub-menu when active class is added */
.menu-item-has-children.active > .sub-menu {
  display: block;
}

/* Rotate chevron when sub-menu is active */
.menu-item-has-children.active > a .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.menu-item-has-children > a .fa-chevron-down {
  transition: transform 0.3s ease;
}

/* Ensure sub-menu styling is not affected by sticky header */
.sticky-header .menu-item-has-children > .sub-menu {
  background: #1c1c1c;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.sticky-header .menu-item-has-children > .sub-menu a {
  color: #ffffff !important;
}

.sticky-header .menu-item-has-children > .sub-menu a:hover {
  background: #2a2a2a;
  color: #e1bb87 !important;
}

/*==========Header End==========*/

/*==========Main Banner==========*/

.video-bg {
  right: 0;
  bottom: 0;
  height: auto;
  width: 100vw;
  z-index: -1;
  margin-top: 29px;
}

section.main-banner {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.main-banner{
  background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("https://heartlandsaloon.com/wp-content/uploads/2024/01/Heart-Land-Saloon-Interior.jpg");
    position:relative;
}
.main-banner .row {
  height: 100vh;
  align-items: center;
}

/*==========Main Banner End==========*/

/*==========About Us ==========*/

.about-content h2.h2-title {
  position: absolute;
  top: 33%;
  font-size: 100px;
  left: -44px;
  transform: translate(-50%, 50%) rotate(-90deg);
  line-height: 51px;
  letter-spacing: 0px;
  margin: 0;
}

section.about-us {
  padding: 91px 0px;
  margin-top: 80px;
}

.about-content h3.h3-title {
  font-size: 54px;
  line-height: 94px;
  color: #e1bb87;
  text-transform: capitalize;
}

.about-content {
  padding-top: 86px;
}

.about-frame {
  height: 600px;
  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 {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 800px;
}

.discount .row {
  height: 550px;
  align-items: center;
}

.ml4 {
  font-size: 110px;
  line-height: 120px;
  color: #e1bb87;
  position: relative;
}

.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0;
}

/*==========Discount End==========*/

/*==========services Start==========*/

section.services {
  position: relative;
  padding: 90px 0px;
}

.service-image {
  height: 400px;
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius:100%;
}

.service-content {
  padding: 35px;
  border: 5px solid #e1bb87;
}

h3.number {
  position: absolute;
  bottom: 15px;
  font-size: 80px;
  left: 35px;
  color: #fff;
}

.service-btn {
  display: block;
  text-align: right;
}
@media(max-width:768px){
    .service-btn{
        margin-top:10px!important;
    }
}
a.service-tag,
a.explore {
  display: inline-flex;
  font-size: 20px;
  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;
}

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: 764px; */
  left: 0;
  margin-top: -143px;
}

.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;
  padding: 157px 0px;
  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: 45px 20px;
  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 {
  height: 100px;
  width: 100px;
  background-size: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}

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

.price-frame {
  border: 2px dashed #e1bb87;
  padding: 23px;
}

.price-img {
  width: 100%;
  height: 792px;
  background-size: cover;
  background-position: center;
}

.price-box {
  height: 270px;
  width: 100%;
  position: relative;
  background: #212529;
  margin-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  display: flex;
  align-items: center;
  padding: 49px 38px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.11, 1.1);
}

.price-box img {
  width: 90px;
}

.price-box h3 {
  font-size: 25px;
  margin-top: 19px;
  line-height: 38px;
  color: #e1bb87;
  letter-spacing: 1px;
}

.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, 0.16);
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.11, 1.1);
}

.price-tag {
  background: #fff;
  width: 100px;
  height: 45px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  color: #1c1c1c;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.price-box:hover .hover {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.11, 1.1);
}

/*========== Price End==========*/

/*========== Testimonials Start==========*/

.testimonials h3.h3-title,
.gallery 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, 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, 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, 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%);
}

.small-text {
  display: flex;
  justify-content: center;
}

.small-text p {
  color: #999999;
}

.small-text span {
  color: #999999;
  font-size: 30px;
  padding-right: 15px;
  font-family: "Pacifico" !important;
}

/*========== 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: 100px;
  width: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: 0.4s;
}

/*.brand-img.brand-hover {*/
/*  position: absolute;*/
/*  top: -45%;*/
/*  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: block;
  transition: 0.3s;
}

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

/*========== 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;
}

.contact-form h2.h2-title {
  color: #1c1c1c;
}

.footer-top {
  position: relative;
  background: #212529;
  overflow: hidden;
  padding: 47px 0px;
}

.map {
  position: absolute;
  right: calc(100% - 98%);
  width: 950px;
  height: 671px;
  bottom: -70px;
}

.contact-form {
  padding-left: 53px;
}

.footer-bottom {
  /* height: 135px; */
  display: flex;
  padding: 30px;
  align-items: center;
  background-color: #64735c !important ;
}
.footer {
  background-color: #000000 !important;
}
.footer-bottom p.copyright {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: white !important;
}

/*========== Footer End ==========*/

/*==========Blog & Inner Pages Start==========*/

.blog-post {
  padding: 80px 0;
}

.privacy-title {
  color: #000000;
  font-weight: 700;
}

.blog-post ol,
.blog-post ul {
  margin-left: 0;
}

.blog-post a {
  color: #000000;
  font-weight: 700;
  transition: 0.3s;
  word-break: break-word;
}

.blog-post a:hover {
  color: #000000;
}

.blog-post p,
.blog-post ul li,
.blog-post ol li {
  color: #000000;
}

.thank-text {
  position: relative;
  text-align: center;
  padding-top: 170px;
}

.thank-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 147px;
  height: 151px;
  background-image: url(assets/images/thank-you.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.thank-text h6 {
  color: #000000;
}

.error-404.not-found {
  text-align: center;
}

.error-404 img {
  width: 50vw;
}

/*==========Blog & Inner Pages 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: 0.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: 0.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;
  }
  .ml4 {
    font-size: 90px;
  }
  h2.h2-title {
    font-size: 100px;
  }
  a.service-tag,
  a.explore {
    font-size: 16px;
    width: 180px;
  }
  .contact-form {
    padding-left: 10px;
  }
  a.explore {
    width: 120px;
  }
}
/* Keep class for legacy text logo, but images are handled above */
.desktop-logo {}
@media (max-width: 991px) {
  .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;
    padding-top: 20px;
  }
  .mobile-logo {
    display: block;
    width: auto;
    height: auto;
  }
  .sticky-header {
    background: #fff;
  }
  .site-header:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.2;
  }
  .site-header .container {
    max-width: 100%;
    padding: 0px 15px;
  }
  .site-branding {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 9;
    padding-top: 20px;
    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, 0.16);
    transition: 0.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: #fff;
    z-index: 4;
    padding: 20px 30px;
    transition: 0.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, 0.16);
  }
  .mobile-call-icon a img {
    transition: 0.3s;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-navigation.toggled .menu-menu-1-container {
    transition: 0.3s;
    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: #212529;
    font-size: 20px;
  }
  .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/header-bg.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* main-banner	*/
  .main-banner .row {
    height: auto;
  }
  section.main-banner {
    height: auto;
    padding: 64px 0px 1px;
    background-attachment: unset;
    /*background-position: 920px center;*/
  }
  h1.h1-title {
    font-size: 110px;
  }
  /*		h1.h1-title {
              font-size: 80px;
              line-height: 100px;
          }*/
  .about-frame {
    border-radius: 0px;
    height: 390px;
  }
  .about-image {
    border-radius: 0px;
  }
  section.about-us {
    padding: 61px 0px;
  }

  .about-content {
    padding-top: 38px;
  }
  .about-content h2.h2-title {
    display: none;
  }
  section.discount {
    height: 500px;
    background-attachment: unset;
    position: relative;
  }
  .discount .row {
    height: 200px;
  }
  section.discount:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #212529;
    opacity: 0.6;
  }
  .ml4 {
    font-size: 75px;
  }
  .title {
    text-align: center;
  }
  .title h3.h3-title {
    top: 50%;
    font-size: 25px;
    width: 100%;
    line-height: 44px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  h2.h2-title {
    font-size: 69px;
    line-height: 86px;
  }
  .menu.nav-menu li:hover a,
  .menu.nav-menu li.active a {
    color: #212529;
    transition: 0.3s;
  }
  .for-desk .service-2 {
    margin-top: 1px;
  }
  .for-desk .service-4 {
    margin-top: 1px;
  }

  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%;
  }
  .price-box {
    height: 420px;
  }
  .price .for-mobile {
    padding: 30px 0px 80px;
  }
  .price-img {
    height: 410px;
  }
  .price-frame {
    padding: 17px;
  }
  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;
  }

  .working-schedule {
    padding-top: 55px;
  }
  div#timedate {
    margin-bottom: 60px;
  }
  .gallery .img {
    height: 380px;
  }
  .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;
    left: -30%;
    bottom: 0;
    height: 589px;
    margin-bottom: 80px;
    width: 300%;
  }
  .footer-top {
    padding-top: 0;
  }
  .contact-form .wpcf7 {
    padding-top: 60px;
  }
  .submit-btn .sec-btn.sm-btn {
    margin: 0 auto;
  }
  
  
  .scrolltop {
    display: none !important;
  }
  .price-box h3 {
    font-size: 38px;
    line-height: 57px;
    padding: 10px;
  }
  .price-box img {
    width: 140px;
  }
}
@media(max-width:768px){
    .sec-btn{
        margin-bottom:20px;
    }
}
@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: 575px) {
  h1.h1-title {
    font-size: 17vw;
    line-height: 13vw;
  }
  .services-box.box-1 {
    height: 582px;
  }
  .service-content {
    height: 100%;
    overflow: hidden;
    padding: 25px;
  }
  .service-image {
    height: 440px;
    width: 100%;
  }
  .footer-bottom p.copyright {
    padding: 0px 50px;
    line-height: 35px;
  }
  .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;
  }
}

@media (max-width: 425px) {
  .container {
    padding: 0px 15px;
  }
  .site-branding {
    left: 10px;
  }
  .menu-toggle {
    right: -14px;
  }
  .mobile-call-icon {
    right: 60px;
  }
}

@media (max-width: 375px) {
  h2.h2-title {
    font-size: 17vw;
    line-height: 20vw;
  }
  .about-frame {
    padding: 15px;
  }
  .menu-toggle,
  .mobile-call-icon {
    width: 50px;
    height: 50px;
  }
  .toggled .menu-toggle span:last-child {
    left: 20%;
  }
  .toggled .menu-toggle span:first-child {
    left: 20%;
  }
  .site-branding {
    width: 160px;
    padding-top: 25px;
  }
  .mobile-call-icon {
    right: 50px;
  }
  .mobile-call-icon a img {
    width: 30px;
  }
  .menu-toggle span:first-child {
    top: 15px;
  }
  .menu-toggle span:last-child {
    top: 35px;
  }
  .sticky-header .site-branding {
    width: 150px;
    padding-top: 25px;
  }
  .about-content h3.h3-title {
    font-size: 16vw;
  }
  .ml4 {
    font-size: 21vw;
  }
  .title h3.h3-title {
    font-size: 7vw;
  }
  .service-btn {
    display: flex;
    align-items: center;
  }
  a.service-tag,
  a.explore {
    /* width: 150px; */
    padding: 0px 10px;
  }
  a.explore {
    padding: 0px 15px;
  }
  .service-content {
    padding: 15px;
  }
  .services-box.box-1 {
    height: 565px;
  }
  .price-box h3 {
    font-size: 30px;
    line-height: 47px;
  }
  #timedate {
    font-size: 35px;
  }
  .footer-bottom p.copyright {
    padding: 0px;
  }
}

/*==========Responsive End==========*/

/* Mobile sub-menu styles */
@media (max-width: 991px) {
  .menu-item-has-children > .sub-menu {
    position: static;
    display: none;
    background: transparent;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    min-width: auto;
    width: 100%;
    opacity: 1;
    top: auto;
    left: auto;
    z-index: auto;
  }
  
  .menu-item-has-children.active > .sub-menu {
    display: block;
  }
  
  .menu-item-has-children > .sub-menu .menu-item {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  
  .menu-item-has-children > .sub-menu a {
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 20px;
    color: #666;
    background: transparent;
    border-left: 2px solid #e1bb87;
    margin-left: 20px;
    white-space: normal;
  }
  
  .menu-item-has-children > .sub-menu a:hover {
    background: transparent;
    color: #e1bb87;
  }
  
  /* Ensure sub-menu is properly hidden on mobile by default */
  .menu.nav-menu .sub-menu {
    display: none !important;
  }
  
  .menu.nav-menu .menu-item-has-children.active > .sub-menu {
    display: block !important;
  }
  
  /* Improve mobile sub-menu spacing and appearance */
  .menu.nav-menu .menu-item-has-children {
    margin-bottom: 10px;
  }
  
  .menu.nav-menu .menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .menu.nav-menu .menu-item-has-children > a .fa-chevron-down {
    font-size: 12px;
    margin-left: 8px;
  }
  
  /* Ensure sub-menu items don't interfere with mobile layout */
  .menu.nav-menu .sub-menu .menu-item {
    margin: 0;
    padding: 0;
  }
  
  .menu.nav-menu .sub-menu .menu-item a {
    font-size: 14px;
    padding: 6px 20px 6px 40px;
    margin: 0;
    border-left: 2px solid #e1bb87;
    background: rgba(225, 187, 135, 0.1);
    border-radius: 0 4px 4px 0;
  }
  
  /* Ensure proper sub-menu toggle on mobile */
  .menu.nav-menu .menu-item-has-children > a {
    cursor: pointer;
    user-select: none;
  }
  
  /* Hide sub-menu by default on mobile */
  .menu.nav-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .menu.nav-menu .menu-item-has-children.active > .sub-menu {
    max-height: 500px;
    transition: max-height 0.3s ease;
  }
  
  /* Ensure sub-menu doesn't break mobile layout */
  .menu.nav-menu .sub-menu .menu-item a {
    word-wrap: break-word;
    white-space: normal;
  }
  
  /* Additional mobile sub-menu improvements */
  .menu.nav-menu .sub-menu {
    border-left: 2px solid rgba(225, 187, 135, 0.3);
    margin-left: 15px;
    padding-left: 10px;
  }
  
  .menu.nav-menu .sub-menu .menu-item a {
    border-left: none;
    background: transparent;
    margin-left: 0;
    padding: 8px 15px;
    font-size: 13px;
    color: #888;
    transition: all 0.3s ease;
  }
  
  .menu.nav-menu .sub-menu .menu-item a:hover {
    color: #e1bb87;
    background: rgba(225, 187, 135, 0.05);
    padding-left: 20px;
  }
  
  /* Ensure proper spacing between menu items */
  .menu.nav-menu li {
    margin-bottom: 5px;
  }
  
  .menu.nav-menu .menu-item-has-children {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .cards {
    margin-bottom: 20px;
  }
}
.contact-header {
  background: linear-gradient(rgba(100, 115, 92, 0.9), rgba(100, 115, 92, 0.9)),
    url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.contact-header::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -5%;
  right: -5%;
  height: 100px;
  background: white;
  transform: rotate(-2deg);
  z-index: 1;
}

.contact-header h1 {
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-header p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}

.contact-icon {
  color: var(--accent-color);
  font-size: 2.5rem;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center !important;
  margin: auto;
}

.contact-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: 100%;
  background: white;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--accent-color);
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.contact-card h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.contact-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: var(--accent-color);
}

.form-control {
  border-radius: 8px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
}

textarea.form-control {
  min-height: 150px;
}

.form-label {
  font-weight: 500;
  color: var(--secondary-color);
}
.map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}

.footer {
  background-color: var(--secondary-color);
  color: white;
  padding: 60px 0 30px;
  position: relative;
  margin-top: 10px;
  font-size: 20px;
}

.social-icon {
  color: var(--accent-color);
  font-size: 1.5rem;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-5px);
  color: white;
}

.gallery-container {
  padding: 30px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
  aspect-ratio: 1/1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Expanded view styles */
.expanded-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.expanded-view.active {
  opacity: 1;
  pointer-events: all;
}

.expanded-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  z-index: -1;
}

.expanded-image-container {
  width: 90%;
  max-width: 1200px;
  height: 50vh;
  position: relative;
}

.expanded-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.close-btn:hover {
  transform: rotate(90deg);
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }

  .expanded-image-container {
    height: 40vh;
  }
}

/* blinker */

.blinker {
  font-size: 3em;
  transition: color 1s ease-in-out;
}

.light {
  color: white;
}

.dark {
  color: black;
}

@media(max-width:767px){
  .about-head{
    margin-top: 6rem!important;
  }
}
.about-head{
  background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.squarespace-cdn.com/content/v1/66b37671fc1fd273ea68388c/8e08e256-9a4d-4504-8faa-37baafa6f2ba/Blow+Drying+7.jpg')no-repeat;
  color: white;
  text-align: center;
  margin-top: 7rem;
  padding:50px;
  font-size: 60px;
  background-position:center center;
}

.makeup-banner{
  background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/makeup-banner.jpg')no-repeat ;
  height: auto;
  width: 100%;
  padding: 50px 0px;
  color: white;
  text-align: center;
  font-size: 70px;
  font-weight: 500;
  background-size: cover;
  margin-top: 90px;
  font-family: 'Courier New', Courier, monospace;
}
.hair-banner{
  background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/hairstyle.jpg')no-repeat ;
  height: auto;
  width: 100%;
  padding: 50px 0px;
  color: white;
  text-align: center;
  font-size: 70px;
  font-weight: 500;
  background-size: cover;
  margin-top: 90px;
  font-family: 'Courier New', Courier, monospace;
}
.nail-banner{
  background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/nail-banner.jpg')no-repeat ;
  height: auto;
  width: 100%;
  padding: 50px 0px;
  color: white;
  text-align: center;
  font-size: 70px;
  font-weight: 500;
  background-size: cover;
  margin-top: 90px;
  font-family: 'Courier New', Courier, monospace;
}
.skin-banner{
  background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/skin-banner.jpg')no-repeat ;
  height: auto;
  width: 100%;
  padding: 50px 0px;
  color: white;
  text-align: center;
  font-size: 70px;
  font-weight: 500;
  background-size: cover;
  margin-top: 90px;
  font-family: 'Courier New', Courier, monospace;
}
.courses-banner{
  background-color:black ;
  height: auto;
  width: 100%;
  padding: 50px 0px;
  color: white;
  text-align: center;
  font-size: 70px;
  font-weight: 500;
  background-size: cover;
  margin-top: 90px;
  font-family: 'Courier New', Courier, monospace;
}
.services-start{
  padding:30px;
  text-align: justify;
}
.service-start h3{
  font-family:serif!important;
}
.services-start .row{
margin-bottom: 30px;
gap: 80px;
}
.services-start img{
  height: 300px;
  border-radius: 30px;
  width: 100%;
}
.section-1{
  border: 1px solid white;
  padding: 30px;
  border-radius: 30px;
}
.courses{
  margin: 40px;
}
.courses h2{
  font-family: sans-serif;
}
.courses h6{
  font-family:"Open Sans" sans-serif;
  line-height:27px;
}
.courses-points ul li{
     font-family:"Open Sans" sans-serif;
  font-size: 20px;
  line-height: 4rem;
}

.round-img img{
    border-radius:100%!important;
}
.mission-section{
    margin-bottom:20px;
}
.mission-section h4{
    color:black;
    font-size:2rem;
    font-weight:500;
}
.mission-section p{
    text-align:justify;
    border:3px solid white;
    padding:10px;
}
/*.mission-section .row .col-lg-6{*/
/*    border:1px solid white;*/
/*}*/