* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "AvenirLTPro35Light";
  src: url("/assets/fonts/AvenirLTProLight.woff") format('woff'),
    url("/assets/fonts/AvenirLTProLight.woff2") format('woff2'),
    url("/assets/fonts/AvenirLTProLight.ttf") format('ttf');
  /* font-weight: normal;
  font-style: normal; */
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  /* background-color: #F3D4F4; */
  background-color: #342005;
  padding: .5rem 0;

  span {
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    /* color: whitesmoke; */
  }

  button {
    padding: 4px 16px;
    background-color: white;
    border: none;
    /* font-size: 1.2rem; */
    font-size: .8rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    color: #322c27;
    font-weight: 600;

    &:hover {
      background-color: #fcf5f5;
    }

  }
}

main {
  .hero {
    .left {
      background-color: yellow;
    }

    .right {
      background-color: blue;
    }
  }
}


#realStruggle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 28px;
}

.services-one .afterclass {
  max-height: 415px;
}

#beforeAfterMasterclass {
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 1rem;

  h2 {
    text-align: left;
    font-family: "Montserrat", sans-serif;

    .before {
      color: rgb(246, 0, 0);
      font-weight: 700;
    }

    .after {
      color: rgb(8, 63, 8);
      font-weight: 700;
    }
  }

  ul {
    margin-top: 1rem;
  }

  li {
    font-size: 16px;
    text-align: left;
    list-style-type: square;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    /* font-family: "Playfair Display", serif; */
  }

}

.aboutButton {
  &:hover {
    background-color: #342005;

  }
}

#arrowIcon {
  position: relative;
  overflow: visible;

  /* .afterIcon {
    position: absolute;
    top: 120px;
    left: -35px;
    z-index: 999;
  } */
  .afterIcon {
    position: absolute;
    top: 183px;
    left: -57px;
    z-index: 999;
  }

  .afterIcon img {
    width: 100px;
    height: auto;
  }
}

.l0-workshop .afterIcon {
  position: absolute !important;
  top: 7px !important;
  left: -116px !important;
  z-index: 999 !important;
}

.bridesMakeup {
  padding-top: 1rem;
  line-height: 2rem;
  text-wrap: pretty;
  color: #342005;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
}

/* .font-makeup h4{
  font-family: "Playfair Display", serif;

} */
#main-heading{
  font-weight: 700 !important;
}
#whyChooseBox1 {
  /* padding: 20px 25px !important; */
  padding: 20px 25px 55px 25px !important;
  max-height: 300px;

  p {
    color: #292929;
    font-family: 'Poppins', sans-serif;
  }
}

.footerAlign {
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.venueSection {
  margin-left: 2rem;
  margin-top: 3rem;
  font-family: "Poppins", sans-serif;
  color: #000;

  li i {
    margin-right: 1rem;
    color: #342005;

    &:hover {
      color: gray;
    }
  }
}

.glassPoints {
  font-family: "Poppins", sans-serif;

  p {
    color: #000 !important;
  }

  li {
    list-style-type: square;
    line-height: 1.8rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
  }
}

.text h4 {
  font-family: serif !important;
  font-size: 2rem;

}

.text-blink {
  animation: blink 1s linear infinite;
}



@keyframes blink {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}



.highlight-section {
  /* margin-top: 6rem; */

  .whatFor,
  .whatGet {
    padding-top: 3rem;
  }

  h4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
    /* text-decoration: underline; */
    /* text-shadow: #6c757d; */
  }

  li {
    list-style-type: square;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 2.2rem;
    color: #000;
  }


}


.buttonLink .btn {
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  border-radius: 20px;
  /* color: #275d8b; */
  /* height: 10px !important; */
}

.buttonLink .btn:hover {
  color: #342005 !important;
  border: 2px solid #342005 !important;
  background-color: #fff !important;
}

/* codepan  */
.verticalButton {
  padding: 0px 0px 0px 0px;
  width: 160px;
  height: 40px;
  border: none;
  background: #342005 !important;
  border-radius: 0px 0px 5px 5px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: fixed;
  right: -60px;
  /* top: 400px; */
  top: 45%;
  z-index: 1;
  font-weight: 700 !important;
  text-transform: uppercase;
}



/* .floating-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: "Poppins", sans-serif;

  .floating-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #FAF9F6;
    border: 1px solid #342005;

    border-radius: .5rem;
    padding: 1rem 2rem;
    position: fixed;
    bottom: 1rem;
    width: 80%;
    z-index: 9;
    

    i {
      color: #342005;
      margin-right: 5px;
    }

    button {
      border: none;
      
      padding: 14px 35px;
      background: #342005;
      color: #ffffff;
      font-weight: 700;

      &:hover {
        color: #342005;
        border: 2px solid #342005;
        background-color: #fff;
      }

    }

    .floating-menu-price {
      border-left: 1px solid rgba(128, 128, 128, 0.412);
      padding-left: 1rem;

      span {
        font-size: 2rem !important;
        font-family: 'Montserrat', sans-serif;
      }

      p {
        color: gray;
      }
    }
  }
} */


.services-one__single img {
  width: 75px;
}

.l0-workshop .row {
  --bs-gutter-x: 30px;
  display: flex;
}

.l0-workshop .l0-col1 {
  background-color: #fee4da;
  padding: 50px;
  border-radius: 20px;
}

.l0-workshop p {
  color: rgb(56, 56, 56);
}

.l0-workshop h5 {
  color: #342005;
  font-weight: 700;
  font-size: 18px;
}

.l0-workshop li {
  color: black;
}

.site-footer p {
  font-size: 14px;
}

.instagram-two__bottom .feature-img {
  display: flex;

  img {
    width: 200px;
  }
}

.glassPoints .hook-point {
  font-size: 16px;
  margin-bottom: 1.6rem;
  background-color: #ffddb0;
  border-radius: 50px;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  margin-top: -20px;
}


/* video mute/unmute  */
.mute-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
  /* background: rgba(0, 0, 0, 0.6); */
  color: white;
  padding: 6px 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 999;
}

/* .mute-icon:hover {
  transform: scale(1.1);
} */



.phone-timer {
  font-weight: bold;
  color: #342005;
  background-color: #fff;
  margin-left: 5px;
  padding: 4px;
}

/* floating menu */

.floating-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: "Poppins", sans-serif;
  opacity: 0;
  /* Start hidden */
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.floating-container.show {
  opacity: 1;
  pointer-events: auto;
}

.floating-menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FAF9F6;
  border: 1px solid #342005;
  border-radius: .5rem;
  padding: 1rem 2rem;
  position: fixed;
  bottom: 1rem;
  width: 80%;
  z-index: 9;
}

.floating-menu i {
  color: #342005;
  margin-right: 5px;
}

.floating-menu button {
  border: none;
  padding: 14px 35px;
  background: #342005;
  color: #ffffff;
  font-weight: 700;
}

.floating-menu button:hover {
  color: #342005;
  border: 2px solid #342005;
  background-color: #fff;
}

.floating-menu-price {
  border-left: 1px solid rgba(128, 128, 128, 0.412);
  padding-left: 1rem;
}

.floating-menu-price span {
  font-size: 2rem !important;
  font-family: 'Montserrat', sans-serif;
}

.floating-menu-price p {
  color: gray;
}

/* floating container phone k liye  */

.floating-container-phone {
  opacity: 0;
  /* start hidden */
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.floating-container-phone.show {
  opacity: 1;
  pointer-events: auto;
}

.floating-menu-phone {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FAF9F6;
  border: 1px solid #342005;
  border-radius: .5rem;
  padding: 1rem 2rem;
  position: fixed;
  bottom: 1rem;
  width: 90%;
  z-index: 9999;
}

.floating-menu-phone i {
  color: #342005;
  margin-right: 5px;
}

.booking-details p {
  margin: 0;
  font-size: 14px;
}

.floating-menu-price {
  border-left: 1px solid rgba(128, 128, 128, 0.412);
  padding-left: 1rem;
}

.floating-menu-price span {
  font-size: 1.5rem !important;
  font-family: 'Montserrat', sans-serif;
}

.floating-menu-price p {
  color: gray;
  margin-top: -10px;
}

.testimonial-heading {
  font-size: 2rem;
}

.valid-till {
  color: red !important;
  font-size: .8rem;
  margin-top: -11px;
  font-weight: 700;
}