@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
   
  }
  body{
    overflow-x: hidden;  
    z-index:1;
  }





.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }


  .inria-serif-light {
    font-family: "Inria Serif", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .inria-serif-light-italic {
    font-family: "Inria Serif", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .inria-serif-regular {
    font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .inria-serif-regular-italic {
    font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .inria-serif-bold {
    font-family: "Inria Serif", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .inria-serif-bold-italic {
    font-family: "Inria Serif", serif;
    font-weight: 700;
    font-style: italic;
  }

  .league-spartan {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }



  #log{
    background-color: #F19E68;
    color: white;
    border: 0.5px solid black;
    border-radius: 50px;
    padding: 1%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 9px;
    width:45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#log input{
    background-color: #F19E68;
    border: none;
    font-size: 18px;
    color: white;
}
nav {
    background: linear-gradient(to right,#FFCDE5, #ffedf6, #FFCDE5);
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  
  .logo {
    font-size: 1.5rem;
  }
  
  .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: #F19E68;
  }
  
  .checkbtn {
    font-size: 30px;
    color: white;
    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: 45px;
      right: -100%;
      background: linear-gradient(to right,#FFCDE5, #ffedf6, #FFCDE5);
      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;
    }
    #log{
      background-color: #F19E68;
      color: white;
      border: 0.5px solid black;
      border-radius: 50px;
      padding: 3%;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 9px;
      width:27%;
      display:flex;
      justify-content: center;
      align-items: center;
  }
  #log input{
    color: white;

  }
  
    #check:checked ~ ul {
      right: 0;
    }
  }





.hero{
  z-index:1;
    height:500px;
    background: linear-gradient(to right,#FFCDE5, #ffedf6, #FFCDE5);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;

}
.items{
    height:450px;
}
.items h1{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 50px;
    margin-top: 150px;
    margin-left: 49px;
}
.items p{
    font-family: "League Spartan", sans-serif;
    font-weight: 300;
    margin-left: 49px;
    margin-top:30px;
}
.items img{
  z-index:1;
    position: absolute;
    margin-left: 49px;
    margin-top:30px;

}
#hroimg{
  height: 490px;
}
.class-h{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
}
.class-h h3{
    font-family: "Lato", sans-serif;
    padding: 5px;
    padding-left: 25px;
    font-size: 30px;
    line-height: 25px;
    font-weight: 600;
}
.class-h input{
  z-index: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
  0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: white;
    background-color: #F19E68;
    border: 0.5px solid black;
    border-radius: 10px;
    padding: 1%;
    position: absolute;
    right: 0;
    margin-right: 25px;
}
.class-h input:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
  0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 1%; 
    background-color: white;
    color: #F19E68;
    border: 1px solid #F19E68;
    transition: ease 0.1s;
}
.class{
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 5px;
    padding-left: 5%;
}
.about{
    background-color: #FFEDE4;
    margin-top: 50px;
    padding-bottom: 50px;
}
.about h3{
    font-family: "Lato", sans-serif;
    padding-top: 25px;
    padding-left: 25px;
    font-size: 30px;
    font-weight: 600;
}
.about-column .abt-img{
    padding-left: 25px;
}
.about-column{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


.desc-stl{
    width: 80%;
   
}
.desc-stl p{
    font-family: "Inria Serif", serif;
    margin-top: 25px;
    width: 70%;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.desc-stl h3{
    font-family: "Lato", sans-serif;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    margin-left:-5%;
}
.desc-stl input{
    background-color: #F19E68;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
  0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: white;
    border: 0.5px solid black;
    border-radius: 10px;
    padding: 1%;
    margin-top: 25px;
    padding: 2%;
    width:90px;
}
.desc-stl input:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
  0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 2%; 
    background-color: white;
    color: #F19E68;
    border: 1px solid #F19E68;
    transition: ease 0.1s;
}
#contact{
    background-color: white;
    margin-top: 50px;
    padding-bottom: 50px;
}
#desc{
    margin-left: 50px;
}
#hsu{
    font-weight: 600;
    font-size: 40px;
}
#store{
    margin-top: 50px;
}
#pdsa{
     font-family: "Inria Serif", serif;
     font-weight: 300;
     font-size: 12px;
}
.footer{
    background-color: #F3CBB1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 3%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.service{
    padding-left: 45%;
}
.serv ul{
    list-style-type: none;
   
}
.serv h3{
    font-family: "Lato", sans-serif;
    font-weight: 700;

}
.serv ul li{
    margin-top: 10px;
    font-family: "Inria Serif", serif;
    font-weight: 300;
}
.addres{
    padding-left: 27%;
}
.addres h3{
    font-family: "Lato", sans-serif;
    font-weight: 700;

}
.addres ul{
    list-style-type: none;
    
}
.addres ul li{
    margin-top: 10px;
    font-family: "Inria Serif", serif;
    font-weight: 300;
}



  @media (max-width: 768px) {
    
.hero{
  height:auto;
  background: linear-gradient(to right,#FFCDE5, #ffedf6, #FFCDE5);
  display: grid;
  grid-template-columns: repeat(1, 1fr);

}
.items{
  height:360px;
}
.items h1{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 35px;
  margin-top: 90px;
  margin-left: 49px;
}
.items p{
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  margin-left: 49px;
  margin-top:30px;
}
.items img{
  margin-left: 49px;
  margin-top:30px;

}
#hroimg{
  margin: 0;
  padding: 0;
  width:90%;
  height: auto;
}
.nche{
  margin-top:18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.class-h{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 20px;
  
}
.class-h h3{
  font-family: "Lato", sans-serif;
  padding: 5px;
  padding-left: 20px;
  font-size: 30px;
  line-height: 25px;
  
  font-weight: 600;
}
.class-h input{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: white;
  background-color: #F19E68;
  border: 0.5px solid black;
  border-radius: 10px;
  padding: 3%;
  position: absolute;
  right: 0;
  margin-right: 25px;
}
.class-h input:hover{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 3%; 
  background-color: white;
  color: #F19E68;
  border: 1px solid #F19E68;
  transition: ease 0.1s;
}
.class{
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 18px;
  padding: 5px;
  padding-left: 5%;
  overflow-y: scroll;
  
}
.yoga-img img{
  height: 100%;
}
.about{
  background-color: #FFEDE4;
  margin-top: 50px;
  padding-bottom: 50px;
}
.about h3{
  font-family: "Lato", sans-serif;
  padding-top: 25px;
  padding-left: 25px;
  font-size: 30px;
  font-weight: 600;
}
.abt-img img{
 width:100%;
}
.about-column{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}


.desc{
  margin-left: 25px;
}
.desc-stl p{
  font-family: "Inria Serif", serif;
  margin-top: 25px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}
.desc-stl h3{
  font-family: "Lato", sans-serif;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  margin-left:-5%;
}
.desc-stl input{
  background-color: #F19E68;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: white;
  border: 0.5px solid black;
  border-radius: 10px;
  padding: 3%;
  margin-top: 25px;
  width:90px;
}
.desc-stl input:hover{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 3%; 
  background-color: white;
  color: #F19E68;
  border: 1px solid #F19E68;
  transition: ease 0.1s;
}
#contact{
  background-color: white;
  margin-top: 50px;
  padding-bottom: 50px;
}
#desc{
  margin-left: 50px;
 
}
#desc p{
  font-size: 18px;
  text-align: justify;
  width: 90%;
}
#hsu{
  font-weight: 600;
  font-size: 40px;
}
#store{
  margin-top: 50px;
}
#pdsa{
   font-family: "Inria Serif", serif;
   font-weight: 300;
   font-size: 12px;
}
.footer{
  background-color: #F3CBB1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 3%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .logo{
  font-family: "Lato", sans-serif;
}
.service, .address {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.service{
  margin-top: 18px;
  padding-left: 0;
}
.serv ul{
  list-style-type: none;
 
}
.serv h3{
  font-family: "Lato", sans-serif;
  font-weight: 700;

}
.serv ul li{
  margin-top: 10px;
  font-family: "Inria Serif", serif;
  font-weight: 300;
}
.addres{
  padding-left: 0;
  margin-top: 18px;
}
.addres h3{
  font-family: "Lato", sans-serif;
  font-weight: 700;

}
.addres ul{
  list-style-type: none;
  
}
.addres ul li{
  margin-top: 10px;
  font-family: "Inria Serif", serif;
  font-weight: 300;
}

  }
