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

}




.serviceherosec {
  background: linear-gradient(to top, rgba(146, 80, 142, 0.771), rgba(255, 255, 255, 0)), url('../images/service.png'), transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
  position: relative;
  height: 50vh;
}

.service-desc {
  color: white;
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.15em;
  text-align: center;

}

.service-main-heading {
  font-family: Alegreya;
  font-size: 90px;
  font-weight: 700;
  line-height: 115.2px;
  letter-spacing: -0.03em;
  text-align: center;
  color: white;
}





.hairstyles-heading {
  color: #77346D;
  font-family: Poppins;
  font-size: 58px;
  font-weight: 700;
  line-height: 87px;
  text-align: left;
  background: linear-gradient(180deg, #77346D 29.31%, #000000 93.68%);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
}



@media only screen and (max-width: 600px) {

  .hairstyles-heading {

    font-size: 26px;

  }
}




.hairstyles-prices {
  padding: 40px 0;
  background-color: #fff;
}

.vertical-line {
  border: 1px solid #CB9426;
  /* width:0px; */
}



.details {
  border-top: 1px solid #CB9426;
}


.hairstyle-list {
  list-style: none;
  padding: 0;
  margin: 0;

}

.hairstyle-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 600;
  line-height: 59px;
  text-align: left;

  /* height:100px; */
}

.hairstyle-list li:hover {
  cursor: pointer;
  color: var(--light-cl);
}

.hairstyle-list li label:hover {
  cursor: pointer;
  color: var(--light-cl);
}


@media only screen and (max-width: 600px) {

  .hairstyle-list li {

    font-size: 20px;


  }
}

.price-containers {

  gap: 30px;
}


@media only screen and (max-width: 600px) {

  .price-containers {

    gap: 0;

  }
}









.hairstyle-list li span:first-child {
  color: #333;
}

.hairstyle-list li span:last-child {
  color: #000;
}

.select-button {
  background: linear-gradient(180deg, #77346D 0%, #000000 143.18%);
  color: #fff;
  padding: 10px 30px;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  width: 294px;
  height: 88px;
  font-size: 28px;
  border-radius: 10rem;
}

.select-button:hover {
  background-color: #CB9426;
  color: var(--light-cl);
}

.details p {
  font-size: 22px;
  color: #777;
  margin: 10px 0;
}

.text-center {
  text-align: center;
  margin-top: 20px;
}





.appointment-desc {
  color: #6E6E6E;


}





.form-container {

  background-color: #D9D9D98A;
}

.next-links ul li {
  text-decoration: none;
  list-style: none;
  color: #6E6E6E;
  margin-top: 15px;
}

.next-links ul li a{
  color: #6E6E6E;
}

.service-images {
  width: 300px;
  height: 410px;
  border-radius: 20px;
  border-radius: 20px;


}


.service-images img {
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}




.left-cont {
  height: 100%;

}


.left-cont img {
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}



.mainherosec {
  background: linear-gradient(to top, rgba(146, 98, 142, 0.8), rgba(255, 255, 255, 0)), url('../images/contachero.png'), transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
  position: relative;
  height: 50vh;
}

.service-desc {
  color: white;
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.15em;
  text-align: center;

}

.service-main-heading {
  font-family: Alegreya;
  font-size: 90px;
  font-weight: 700;
  line-height: 115.2px;
  letter-spacing: -0.03em;
  text-align: center;
  color: white;
}

.img-container {
  background-color: black;


}


.img-container img {

  top: 20px;


}

.head-top {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: left;

}


.contact-desc {
  color: #1E1E1E;


}

.email-card a {
  text-decoration: none;
  font-weight: 700;
}


.info-box {
  color: black;
  font-weight: 700 !important;
  font-size: 20px;
}

.contact-us-inf-box {
  font-family: "Playfair Display", serif;
  font-weight: 700 !important;
  font-size: 24px;
}

.contact-us-mails {
  font-size: 17px;
  font-family: Inter;

}

.mail {
  color: #78828A;
  text-decoration: none;
  list-style: none;
  font-weight: 500;

}



.phone-link {
  color: black;
  list-style: none;
  text-decoration: none;
  margin-left: 20px;
  display:block;
  height:100px;
  width:100%;
}
.phone-link span.info-box{
    display:block;
    
}

.phone-link:hover {
  cursor: pointer;
  color: var(--light-cl);
}




.email-card:hover {
  cursor: pointer;
}





@media only screen and (max-width: 600px) {

  .service-main-heading {

    font-size: 24px;

  }
}




.image-wrapper {
  position: relative;
  display: inline-block;
}

.background-div {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #E0C8F0;
  z-index: -1;
}

.main-image {
  position: relative;
  z-index: 2;
  display: block;
}



.submit-btn {
  height: 80px;

  border: none;
  color: white;
  background-color: var(--light-cl);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  /* position: relative; */
  padding: 5px 5px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  border: 3px solid var(--light-cl);
  border-radius: 5px;
  font-weight: 700;

}


.submit-btn:hover {
  background-color: #CB9426;
  color: black;
}

.time-input {
  width: 300px;
  height: 70px;

}

.booking-input input {
  height: 50px;
  border: 1px solid #78828A;


}


.booking-input select {
  height: 50px;
  border: 1px solid #78828A;
}

.booking-input textarea {
  height: 100px;
  border: 1px solid #78828A;

}

.booking-input input:focus {
  box-shadow: none;
  border: none;
}



.contact-card:hover {
  color: var(--light-cl);
  cursor: pointer;
}