*{
  padding: 0 0 0 0;
  margin: 0;
  box-sizing: border-box;
  font-family: inter;
  border: 0px solid red;
}
@font-face {
  font-family: inter;
  src: url(/CodecPro-Regular.ttf);
  src: url(/fonts/Inter-VariableFont_opsz,wght.ttf);

}
@font-face {
  font-family: cursivefont;
  src: url(/BlackberryJamPersonalUse-rXOB.ttf);
}
@font-face {
  font-family: opensans ;
  src: url(/OpenSans-VariableFont_wdth,wght.ttf);
}
@font-face {
  font-family: poppins;
  src: url(/fonts/Poppins-Regular.ttf);
}
:root{
  --primary: #BE9834;
  --primary: #1CB26F;
}
body {
    font-size: 15pt;
    background: #F9F9F9;
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    overflow-x: hidden;
}


.socials {
  display: flex;
  gap: 1rem;
  margin-top: 20px;
}

.socials a {
  color: #333;
  font-size: 10px;
  transition: color 0.3s ease;
  background: #333;
  padding: 10px;
  width: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;  
  align-items: center;
}
.socials a i{
  font-size: 30px;
}

.socials a:hover {
  color: #6C63FF; /* Or your main brand color */
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  align-items: center;
  width: fit-content;
  height: fit-content;
  padding: 20px;
  line-height: 40px;
  color: var(--primary);
  background: rgba(255, 184, 0, 0.4);
  border-radius: 100px;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.bg{
  content: "";
  clip-path: circle(50%);
  background: #fff;
  position: absolute;
  width: 100vw;
  height: 200vh;
  left: 0;
  top: 0;
  margin: auto;
  margin-top: -120vh;
  z-index: -1;
  align-self: center;
  justify-self: center;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
 display: none;
}

.spacing{
  padding: 10px;
}




.body .header{
  background-image: url(/high-angle-man-getting-haircut.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100vh;
  border: red 0px solid;
  
}
.body .header::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay so text is readable */
  z-index: 0;
}
.body .header .header-content{
  position: relative;
  z-index: 2;
  padding: 20px 0px;
  height: 100%;
}
body nav{
  padding:20px ;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /*font-weight: 900;
  font-size: 35px;*/
  width: 100%;
  position: relative;
  
}
body nav h1{
  font-family: poppins;
  color: #fff;
  font-weight: 900;
}
body nav .name{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body nav .right{
  display: flex;
  align-items: center;
  gap: 15px;
}
body nav .right button{
  background: var(--primary);
  padding: 10px 20px;
  color: #fff;
  border-radius: 50px;
  font-family: inter;
  font-size: 18px;
  font-weight: 600;
}
body nav svg{
  color: #fff;
}

.overlay {
  background-color: rgba(255, 0, 0, 1);
  transition: 0.5s;
  z-index: 10;
  position: relative;
  display: flex;
  top: 0px;
  margin-top: 0px;
  width: 100%;
  justify-content: center;
}
.overlay-content {
  z-index: 10;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  top: 25%;
  width: fit-content;
  margin-top: 0px;
  justify-content: center;
  text-align: center;
  position: absolute;
  display: block;
  right: 5px;
  top: 10px;
  border-radius: 5px;
  height: 0;
  overflow: hidden;
}

.overlay a {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 20px;
  color: #4E4E4E;
  display: block;transition: 0.3s;
  font-family: inter;
  font-weight: 500;
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.overlay a i{
  color: var(--primary);
  font-size: 45px;
}
.overlay a:hover, .overlay a:focus {
  color: var(--primary);
}


.body header{
  text-align: center;
  padding: 20px;
  font-weight: 600;
  font-family: inter;
  color: #000;
  padding: 30px 20px;
  display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;

  
}
.body header .text .head{
  color: #fff;
}
.body header .text .head h1{
  font-family: poppins;
  font-size: 45px;
}

.body header .text .head h1 span{
  font-family: poppins;
}
.body header .text .head .more{
  color: #DDDDDD;
  font-size: 20px;
  font-weight: 400;
  font-family: inter;
}
.body header .address{
  display: flex;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  align-items: center;
  gap: 5px;
  padding: 10px;
}
.body header button{
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 150px;
  background: var(--primary);
  color: #fff;
  border: none;
  font-weight: 600;
  margin-top: 0px;
  font: inter;
}
@media screen and (min-width:420px){
    body{
    }
    .body header{
      padding: 0px 50px;
    }
    .body header .text .head h1{

      font-size: 60px;
    }
}

.headings{
  padding: 10px;
  text-align: center;
  margin-top: 50px;
  font-family: poppins;
  font-size: 40px;
  font-weight: 900;
}
.services{
  padding: 15px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

  @media screen and (min-width:420px){
    .services{
      grid-template-columns: repeat(4, 1fr);
      padding: 30px;

    }
}
.services .card{
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  padding-top: 30px;
  padding: 15px 20px;
  background-image: radial-gradient(#6C6C6C96 1px, transparent 1px);
  background-size: 20px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);

}
.services .card .icon{
  background: var(--primary);
  border-radius: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
  width: fit-content;
  padding: 10px;
  margin-bottom: 10px;
}
.services .card .icon i{
  color: #fff;
  font-size: 30px;
  
}
.services .card .head{
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0px;
  color: #333;
  color: var(--primary);
  font-family: inter;
}
.services .card .text{
  display: flex;
  align-items: center;

}
.services .card .price{
  color: #000;
  font-size: 30px;
  font-weight: bolder;
  font-family: poppins;
}
.view-all{
  background: transparent;
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  margin: 10px;
  text-align: center;
  display: flex;
  display: block;
  margin: auto;
  margin-top: 20px;
}
marquee{
  background: var(--primary);
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  padding: 20px 0px;
  margin-top: -15px;
  z-index: 10;
  transform: rotate(-1deg);
}
.gallery{
  width: min(1000px, 100%);
  padding: 15px;

  margin: 0 auto;
  columns: 3 150px;
  column-gap: 1rem;
}
.gallery img{
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  border-radius: 2px;
}
.about-section{
  display: flex;
  width: 100%;
  gap: 20px;
  padding: 25px 80px;
  padding-top: 50px;
  flex-wrap: nowrap;
  font-weight: 350;
  align-items: center;
}
.about-section .text p{
  margin-top: 15px;
  font-weight: 350;
  font-family: inter;
}

.about-section .text{
  width: 100%;
}
.about-section .text p{
  font-size: 18px;
}
@media screen and (max-width:420px){
  .about-section{
    flex-direction: column-reverse;
    padding: 25px;
  }
  .about-section .img-barber{
    width: 100%;
  }
  .about-section .text .headings{
    text-align: center;
  }
}
.about-section .headings{
  text-align: left;
  padding: 0;
  margin-top: 10px;
}
.about-section .stats-section{
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px 10px 10px 00px;
}
.about-section .stats-section .card{
  border: 0px solid var(--primary);
  border-bottom: 5px solid var(--primary);
  padding: 15px;
  border-radius: 20px 20px 0 0;
  font-family: inter;
  background: #fff;
  font-family: inter;
  text-align: left;
  width: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);

}
.about-section .stats-section .card .card-head{
  font-size: 30px;
  font-weight: 800;
  font-family: poppins;
}
.about-section .stats-section .card .text{
  font-size: 15px;
  font-family: inter;
  font-weight: 400;
}
.about-section button{
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 5px;
  background: var(--primary);
  color: #fff;
  border: none;
  font-weight: 600;
  margin-top: 10px;
  border: 1px solid #fff;
}
.about-section .img-barber{
  width: 100%;
  padding: 40px 0px;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  /*box-shadow: 0px -6px 0px rgba(0, 0, 0, .2) inset,2px 2px 5px rgba(0, 0, 0, .2);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);

}
  @media screen and (min-width:420px){
    .about-section .img-barber{
      height: 100%;
    }

}
.about-section .img-barber .barber-name{
  font-size: 20px;
  font-weight: 900;
  padding: 10px;
  padding-top: 30px;
  font-family: poppins;
  text-transform: uppercase;
  
}
.about-section .img-barber .barber-name span{
  font-size: 18px;
  font-weight: 400;
  display: block;
  font-family: inter;
  text-transform: capitalize;
  color: #6B6B6B;
}
.about-section .barber .card{
  background: var(--primary);
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.about-section  .img-barber .barber img{
  width: 80%;
  border-radius: 200px;
  z-index: 10;
  position: relative;
  
}
.about-section .barber{
  position: relative;
  height: 250px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.appointment{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
  @media screen and (min-width:420px){
    .appointment{
      padding: 20px 200px;
    }
}
.appointment p,.subheading{
  padding: 0px 20px;
  text-align: center;
  color: #414141;
  font: inter;
  font-size: 18px;
}
.appointment input, .appointment #select{
  margin-top: 20px;
  padding: 15px;
  border-radius: 15px;
  background: #f1f1f1;
  border: 1px #00000042 solid;
  font-size: 18px;
}

.appointment textarea{
  background: #f1f1f1;
  padding: 20px;
  margin-top: 20px;
  border: 1px #00000042 solid;
  font-size: 18px;
  border-radius: 15px;
  height: 150px;
}
.appointment #time, .appointment #date{
  width: 100%;
}
.appointment button{
  background: var(--primary);
  padding: 15px 30px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  border-radius: 15px;
  margin-top: 20px;
  font-family: poppins;
}
.chooseus{
  padding: 20px;
}

.chooseus .card{
  padding: 40px 20px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  border: 0px solid #00000042;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);

}
  @media screen and (min-width:420px){
    .chooseus{
      padding: 60px;
      
    }
    .chooseus .cards{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    .chooseus .card{
      padding: 60px 20px;
      width: 100%;
    }
}
.chooseus .card .icon{
  color: var(--primary);
  background: rgba(10, 195, 112, .2);
  padding: 0px;
  border-radius: 200px;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chooseus .card .icon i{
  font-size: 30px;
  
}
.chooseus .card h3{
  font-family: poppins;
}
.chooseus .card p{
  font-size: 18px;
  color: #464646;
  padding-top: 15px;
}


.testimonial-section {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9f9;
}

.testimonial-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  max-width: 300px ;
  
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  background-image: radial-gradient(at top left, transparent 67%,rgba(10, 195, 112, .2) 67.5%),
    linear-gradient(135deg, #fff 0%, #FFFFFF 100%);
  background-size: 120% 100%, cover;
  background-repeat: no-repeat;
  margin: 0;

}

.testimonial-text {
  font-style: italic;
  margin-bottom: 15px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  
}

.client-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.client-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  font-family: poppins;
  color: var(--primary);
}

.client-info span {
  font-size: 13px;
  color: #777;
}

.contact-section {
  padding: 60px 20px;
  text-align: center;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 30px;
}

.contact-info {
  max-width: 400px;
  text-align: left;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  gap: 10px;
}

.contact-item i {
  color: var(--primary);
}

.map-container {
  max-width: 500px;
  width: 100%;
}
.footer {
  background-color: #111;
  color: #fff;
  padding: 60px 20px 30px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer h4 {
  margin-bottom: 15px;
  color: #CCCCCC;
}

.footer a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #fff;
}

.footer-brand h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--primary);
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-contact p,
.footer-socials a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 5px;
}

.footer-socials .social-icons a {
  font-size: 18px;
  margin-right: 15px;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 20px;
  color: #777777;
}
    