:root {
  --light-cl: #77346D;
  --bg-hover-cl: #CB9426;
  --bg-cl: linear-gradient(90deg, #77346D 0%, rgba(150, 98, 142, 0.771) 30.4%, rgba(255, 255, 255, 0) 100%);

}
*{
    max-width:100%;
}


.navbar {
  background-color: white;
}

.navbarlogo {
  width: 120px;
}

.nav-item{
    height:30px;
    margin-top:10px;
}
.nav-item a {
  color: black;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 15.7px;
  letter-spacing: 0.15em;
  padding:0px;
  text-align: left;
  transition:0.5s padding-top linear;
}

.nav-item a:hover {
  color: var(--light-cl);
  cursor: pointer;
  padding-top:7px;
}






.booknow_herosec {
  background: linear-gradient(to top, rgba(150, 80, 142, 0.771), rgba(255, 255, 255, 0)), url(../images/contachero.png), transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  height: 60vh;
}




.form-section {
  background-color: var(--light-cl);

}


.form-input {
  color: white;
}
.location-links img{
    transition: 0.5s all linear;
}
.location-links:hover img{
    margin-right:12px!important;
}
.location-links:hover {
  color: var(--light-cl);
  cursor: pointer;

}


.form-input input {
  border-radius: 0;
  border: 0;
  color: white !important;
  background-color: #a77aa0;
  height: 80px;
}

.form-input textarea {
  color: white !important;
  background-color: #a77aa0;
  height: 180px;
  border: 0;
  border-radius: 0;
}

.form-input input:focus {
  color: white !important;
  background-color: #a77aa0;
  border: none;
  box-shadow: none;
  border-color: var(--light-cl) !important;
  /* box-shadow: 1px 1px 1px 1px black; */
}


.form-input textarea:focus {
  color: white !important;
  background-color: #a77aa0;
  /* box-shadow: 1px 1px 1px 1px black; */
}


.form-input input::placeholder {
  color: white;
  font-weight: 400;
}


.form-input textarea::placeholder {
  color: white;
  font-weight: 600;
}

.send-message-btn {
  background-color: white;
  color: black;
  height: 60px;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  padding: 5px 5px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;

}

.send-message-btn:hover {
  color: white;
  background-color: #CB9426;
  transform: translateX(2px);
  cursor: pointer;
}





.appoinment-head {
  font-family: Alegreya;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  color: black;

}

.appointment-des {
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

.footersearch {
  border: white;
  color: white;
}

.footersearch:focus {
  background-color: transparent;
  color: white;
  outline: none;
}

.footersearch:focus-visible {
  outline: none;
  border: 1px solid white;
}


.footersearch::placeholder {
  color: white;
}

.quick-head {
  text-decoration: none;
  border-bottom: none;
  font-family: Alegreya;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;

}

.info-links {
  color: white;
  cursor: pointer;
  text-decoration: none;

}




.footer-section {
  background: linear-gradient(to right, rgb(33, 24, 32), rgb(104, 47, 96));
  padding: 20px;
  color: #fff;
  text-align: center;
}

.footer-section img {
  max-width: 150px;
}

/* 
.footer-section p 
{

  width: 70%;
} */

@media (max-width: 768px) {
  .footer-section p {
    width: 100%;
  }
}

/* 
.footer-section .btn 
{
  padding: 10px 20px;
  font-size: 1rem;
  transition: all 0.4s ease-in-out;
} */

.footer-section .text-white {
  font-weight: 500;
  border: 2px solid white;
  border-radius: 4px;
  margin-right: 10px;
}

.footer-section .text-white:hover {
  background-color: #fff;
  color: rgb(104, 47, 96) !important;
  border-color: transparent;
  box-shadow: 0px 4px 10px rgba(104, 47, 96, 0.5);
}

.footer-section .text-brand {
  color: rgb(104, 47, 96);
  font-weight: 500;
  background-color: white;
  border: 2px solid white;
  border-radius: 4px;
}

.footer-section .text-brand:hover {
  color: white;
  background-color: rgb(104, 47, 96);
  border-color: transparent;
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.5);
}

.footer-section .row {
  text-align: left;
}

@media (max-width: 768px) {
  .footer-section {
    padding: 10px;
    text-align: center;
  }

  .footer-section .col-md-6 {
    margin-bottom: 15px;
  }
}

.contact-links {
  list-style: none;
  padding: 0;
}

.contact-links li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  ;
}


.right-icon:hover {
  color: #CB9426;
}




.contact-links li:hover {
  color: var(--bg-hover-cl);

}



.contact-links i {
  margin-right: 8px;
  color: #fff;
}

.contact-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.contact-links a:hover 
{
    color: var(--bg-hover-cl);
}
.contact-links a i,
.info-links i
{
    transition: 0.5s padding-right linear;
}
.contact-links a:hover i,
.info-links:hover i
{
    padding-right:5px;
}
.social-icons {
  margin-top: 20px;
}

.social-icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 1.3rem;
  transition: color 0.3s ease-in-out;
}
.social-icons a i
{
  transition: transform 0.3s ease-in-out;  
}
.social-icons a:hover {
  color: var(--bg-hover-cl);
}
.social-icons a:hover i{
    transform: rotate(20deg);
}

.d-flex {
  display: flex;
  align-items: start;
}

@media (max-width: 768px) {
  .col-11 {
    text-align: left;
  }
}

.d-flex i {
  font-size: 1.2rem;
}

.d-flex span {
  font-weight: 500;
}

.info-links:hover {
  cursor: pointer;
  color: var(--bg-hover-cl);
}


.sub-btn {
  background-color: white;
  color: black;
  width: 160px;
  height: 50px;
  font-weight: 700;
  border-radius: 2px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: none;
}



.sub-btn:hover {
  background-color: #CB9426;
  color: white;
  border: 1px solid;
  border-color: black;
  box-shadow: none;

}




.footer-text {
  color: white;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  width: 70%;


}

.footersearchbox {
  gap: 10px;

}

.footerlogo {
  background-color: white;
  color: white;
  border-radius: 50%;
}


.fact-item {
  width: 920px
}

@media (max-width: 992px) {
  .fact-item {
    width: 100%;
  }
  .fact-section .team-content{
      margin:0px!important;
  }
}

.about-img {
  width: 100%;
  height: 100%;
  display: block;
}


.price-tags {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600 !important;
  padding-left:5px;
}
.hairstyle-list ul>li>label{
    display:flex;
    align-items:center;
}

/* 


.addresslogo:hover
{
color: var(--light-cl) !important;
cursor: pointer;

} */

#webchat-root{
    animation: 1s topbottom infinite linear;
}
#webchat-root:hover{
    animation: none;
}
@keyframes topbottom
{
    0% {
        bottom: 0px;
    }
    50%{
        bottom: 6px;
    }
}