@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* .noto-sans-<uniquifier> {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  } */

  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
  }

  ::-webkit-scrollbar {
    display: none;
}



.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 45%; 
  border-radius: 18px;/* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.frst-input{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3%;
}
.modal label{
  font-size: 18px;
  font-weight: 500;
}
.modal input{
  padding:2%;
  width: 100%;
  border-radius: 9px;
  border: 1px solid black;
}
.modal select{
  padding:3%;
  width: 100%;
  border-radius: 9px;
  border: 1px solid black;
  background-color: white;
}
.moble-input{
  display: flex;
  flex-direction: column;
}
.frst-input input{
  padding: 3%;
}
.inp-btn{
  padding: 2%;
  width: 100%;
  background-color: #C2B97F;
  border: 1px solid #C2B97F;
  border-radius: 27px;
}
.inp-btn:hover{
  background-color: white;
  color: #C2B97F;
  border: 2px solid #C2B97F;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  transition: ease 0.25s;
}



  nav {
    background-color: white;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  
  .logo {
    display: flex;
    align-items: center;
    padding-left: 4%;
  }
  .logo img{
    height: 80px;

  }
  
  .ul {
    display: flex;
    list-style: none;
    padding-right: 2%;
    margin: 0;
  }
  
  .ul .li {
    margin-top: 15px;
    margin-right: 90px;
    font-family:  "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400px;
  }
  
  .ul .li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .ul .li a:hover {
    color: #6C2868;
  }
  
  .checkbtn {
    font-size: 30px;
    color: #6C2868;
    cursor: pointer;
    display: none;
  }
  
  #check {
    display: none;
  }
  
  @media (max-width: 768px) {



  
    nav{
      position: relative;
      z-index: 9;
    }
    .checkbtn {
     
      display: block;
      order: 1;
      margin-right: 20px;
    }
  
    .ul {
      position: fixed;
      top: 13%;
      right: -100%;
      background-color: white;
      width: 100%;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all 0.3s;
    }
  
    .ul .li {
      margin: 20px 0;
    }
  
    .ul .li a {
      font-size: 20px;
    }
  
    #check:checked ~ ul {
      right: 0;
    }
  }






  .hero{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .left{
    margin-left: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 7%;

  }
  .left h1{
    color: #6C2868;
    
  }
  .left p{
    font-weight: 300;
  }
  .left input{
    padding: 15px;
    width: 180px;
    background-color: #C2B97F;
    border: 1px solid #C2B97F;
    border-radius: 27px;
  }
  .left input:hover{
    background-color: white;
    color: #C2B97F;
    border: 2px solid #C2B97F;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    transition: ease 0.25s;
  }
  .psycology{
    width: 98%;
  }
 
  
  .mental-health h1{
    color: #6C2868;
    padding-left: 6%;
  }

  .sldr{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 6%;
    padding-right: 6%;
}
.children-left{
   font-family: "Noto Sans", sans-serif;
}
.children-right{
    display: flex;
   
    align-items: center;
    justify-content: left;
}
.children-left img{
    border-radius: 18px;
}
.children-right p{
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    text-align: justify;
    
}
.children-cont{
  display: flex;
  flex-direction: column;
}
.children-right input{
  padding: 15px;
  width: 180px;
  background-color: #C2B97F;
  border: 1px solid #C2B97F;
  border-radius: 27px;
}
.children-right input:hover{
  background-color: white;
  color: #C2B97F;
  border: 2px solid #C2B97F;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  transition: ease 0.25s;
}


.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.child-img img{
  width: 100%;
}
.child-img{
  padding-left: 5%;
}
.contact-us{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.contact-h1{
  color:#6C2868;
}
.label{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 9px;
}
.f-input{
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;

}
.f-input input{
  padding: 3%;
  border-radius: 9px;
  border: 1px solid black;
}
.m-input{
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
}
.mob{
  width: 100%;
  background-color: white;
  padding: 2%;
  border: 1px solid black;
  border-radius: 9px;
}
.m-input textarea{
  width: 100%;
  height: 270px;
  padding: 1%;
  border-radius: 8px;
  border: 1px solid black;
}
.m-input .sub2{
  padding: 15px;
  width: 100%;
  background-color: #C2B97F;
  border: 1px solid #C2B97F;
  border-radius: 27px;
  font-size: 18px;
 
}
.m-input .sub2:hover{
  background-color: white;
  color: #C2B97F;
  border: 2px solid #C2B97F;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  transition: ease 0.25s;
}

footer{
  background-color: black;
}
.footer{
  width: 100%;
 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-child1{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
}
.footer-child1 img{
  width: 50%;
}
.footer-child{
  display: flex;
  flex-direction: column;
  margin-left: auto;
  padding-right: 9%;
}
.footer-child ul{
  list-style-type: none;
  margin-top: 18%;
  
}
.footer-child li{
  color: white;
  margin-bottom: 5px;
  font-size: 23px;
}
.footer-p{
  color: white;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}










/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


@media (max-width: 810px){
  
  
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%; 
  border-radius: 18px;/* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.frst-input{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3%;
}
.modal label{
  font-size: 18px;
  font-weight: 500;
}
.modal input{
  padding:2%;
  width: 100%;
  border-radius: 9px;
  border: 1px solid black;
}
.modal select{
  padding:3%;
  width: 100%;
  border-radius: 9px;
  border: 1px solid black;
  background-color: white;
}
.moble-input{
  display: flex;
  flex-direction: column;
}
.frst-input input{
  padding: 3%;
}
.inp-btn{
  padding: 2%;
  width: 100%;
  background-color: #C2B97F;
  border: 1px solid #C2B97F;
  border-radius: 27px;
}
.inp-btn:hover{
  background-color: white;
  color: #C2B97F;
  border: 2px solid #C2B97F;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  transition: ease 0.25s;
}



  .hero{
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas:
            "items"
            "left";
     padding-left: 9px;
    }

  .items {
    grid-area: items;
    margin-bottom: 27px;
    margin-left: -9px;
}

 
  .left{
    grid-area: left;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4%;

  }
  .left h1{
    color: #6C2868;
    font-size: 27px;
  }
  .left p{
    font-weight: 300;
    text-align: justify;
    margin-right: 18px;
    font-size: 13px;
  }
  .left input{
    padding: 15px;
    width: 180px;
    background-color: #C2B97F;
    border: 1px solid #C2B97F;
    border-radius: 27px;
    font-size: 14px;
    font-weight: 500;
  }
  .left input:hover{
    background-color: white;
    color: #C2B97F;
    border: 2px solid #C2B97F;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    transition: ease 0.25s;
  }
  .psycology{
    width: 98%;
  }

  
  .mental-health h1{
    color: #6C2868;
    padding-left: 4%;
    font-size: 27px;
    margin-right: 18px;
  }

  .sldr{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-left: 4%;
    padding-right: 18px;
}
.children-left{
   font-family: "Noto Sans", sans-serif;
}
.children-right{
    display: flex;
   
    align-items: center;
    justify-content: left;
}
.children-left img{
    border-radius: 18px;
    width: 100%;
}
.children-right p{
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    text-align: justify;
    width: 100%;
    
}
.children-cont{
  display: flex;
  flex-direction: column;
}
.children-right input{
  padding: 15px;
  width: 180px;
  background-color: #C2B97F;
  border: 1px solid #C2B97F;
  border-radius: 27px;
}
.children-right input:hover{
  background-color: white;
  color: #C2B97F;
  border: 2px solid #C2B97F;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  transition: ease 0.25s;
}


.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  display: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.child-img img{
  width: 100%;
}
.child-img{
  padding-left: 5%;
  margin-bottom: 45px;
}
.contact-us{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.contact-h1{
  color:#6C2868;
  font-size: 27px;
}
.label{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 9px;
}
.f-input{
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 30px;

}
.f-input input{
  padding: 3%;
  border-radius: 9px;
  border: 1px solid black;
}
.m-input{
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
}
.mob{
  width: 100%;
  background-color: white;
  padding: 2%;
  border: 1px solid black;
  border-radius: 9px;
}
.m-input textarea{
  width: 100%;
  height: 270px;
  padding: 1%;
  border-radius: 8px;
  border: 1px solid black;
}
.m-input .sub2{
  padding: 15px;
  width: 100%;
  background-color: #C2B97F;
  border: 1px solid #C2B97F;
  border-radius: 27px;
  font-size: 18px;
 
}
.m-input .sub2:hover{
  background-color: white;
  color: #C2B97F;
  border: 2px solid #C2B97F;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  transition: ease 0.25s;
}

footer{
  background-color: black;
}
.footer{
  width: 100%;
 
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.footer-child1{
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
}
.footer-child1 img{
  width: 50%;
}
.footer-child{
  display: flex;
  flex-direction: column;
  margin-left: 0;
  padding-right: 0;
  align-items: center;
  margin-bottom: 18px;
}
.footer-child ul{
  list-style-type: none;
  margin-top: 18%;
  
}
.footer-child li{
  color: white;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}
.footer-p{
  color: white;
  font-size: 9px;
  padding-top: 18px;
  padding-bottom: 18px;
}

}



