@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400&family=Lato:ital,wght@0,300;0,400;1,400&family=Nunito:wght@300;400&family=Play&family=Roboto:wght@300;400&family=Varela+Round&display=swap');

* {
   
    font-family:  'Jost', sans-serif;
  
  }
.container{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
}
.boxes{
    padding: 10px 20px;
    text-align: left;
    margin: 10px;
    background-color: rgb(255, 246, 123);
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}

 .grup1{

    padding: 110px 0;
    width: 100%;
   
    border-radius: 20px;
  }
  
  .grup h1{
    font-size: 35px;
    color: white;
  }
.btn{
    padding: 10px;
    background-color:#07AEB9;
    border: #07AEB9 solid 1px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
        cursor: pointer;
    transition: .4s;
    max-width: fit-content;
}
.btn:hover{
    background: transparent;
    color: #07AEB9;
}
.menu{
    display: flex;
    
    background-color: #F1F8FF;
    border-radius: 10px 10px 0 0;
}
.menu1{
    margin-top: 20px;
    display: flex;
    justify-content: center;
   
}
.classes{
    padding: 20px;
text-decoration: none;
font-size: 20px;
color: black;
transition: .4s;

}
.classon{
    margin: 0;
    padding: 20px;
text-decoration: none;
font-size: 20px;
color: black;
background-color: white;
}
.classon2{
    margin: 0;
    padding: 20px;

font-size: 18px;
color: black;
border-bottom: 1px solid rgb(10, 10, 10);
}
.classes2{
    padding: 20px;
text-decoration: none;
font-size: 18px;
color: black;
transition: .4s;
border-bottom: 1px solid white;
}
.classes:hover{
    background-color: white;
}
.classes2:hover{
    border-bottom: 1px solid rgb(10, 10, 10);
}


.conte{
    
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,auto));
    justify-content: center;
    margin-top: 50px;
    width: 100%;
    padding: 0 0 20px 0;
    gap: 1.5rem;
    
  }





 .boxe{
    position: relative;
    min-width: 300px;
    max-width: 301px;
    height:250px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin:5px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.5);
}


.boxe .text{
    position: absolute;
    bottom: 0;
    height: 35%;
    background-color:#07adb9ec;
    border-radius: 0 0 10px 10px;
    right: 0px;
    left: 0px;
    padding: 10px 20px;
    text-align: left;
}
.text a{
    text-decoration: none;
    cursor: pointer;
    color: black;
}

.hl{
    height:2px;
    background-color:#07AEB9 ;
    width: 100%;

}
.content{
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
}
.contentes{
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    padding: 20px 40px;   
}
.divnew{
    padding:20px 0; width:70%; display:flex; flex-direction:column; align-items:center;
}
.contents{
   padding:20px 100px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
}
.rows{
    display: flex;
    width: 100%;
    background-color: #f4fefe;
    padding: 0 5px;
    border-radius: 5px;
}
.over{
    font-size: 40px !important;
    margin: 0;
    padding: 10px 0;
}
.data{

    padding: 20px 10px;
}
.p1{
    font-size: 20px;
    width: 50%;
    margin: 0;
    padding: 10px 0;

    text-align: left;
}
.p2{
    font-size: 20px;
    padding: 10px 0;
    width: 50%;
    margin: 0;
    text-align: right;
}
.btnjoin{
    width: 100%;
    text-align: center;
    align-items: center;
    padding:40px 0;
}
.btnjoin a{
    padding: 10px 40px;
    font-size: 18px;
    text-decoration: none;
    color: white;
    background-color: #07AEB9;
    border-radius: 10px;
    border: 1px solid #07AEB9;
    transition: .4s;
}
.btnjoin a:hover{
    background-color: white;
    color: #07AEB9;
}
.labl{
    font-size:18px;
    padding: 10px;
}
.slect{
    border: 1px solid lightgray;
    padding: 10px;
    font-size: 18px;
    outline: none;
    cursor:pointer;
}

.chat{
    background-color: rgb(255, 252, 204);
    border-radius: 10px;
    
    border: 1px solid lightgray;
    height: 400px;
    padding: 20px;
}
.comment{
    white-space: pre;
    word-wrap: normal;
    width: 90%;
    padding: 10px;
    outline: none;
    border: 1px solid lightgray;
}
.send{
    padding: 10px;
    width: 10%;
}
.espsect{

    display:flex;
    flex-direction:row;
    padding:50px !important;
}
.leftee{
    min-width:30%; display:flex; flex-direction:column; padding-top:30px;
}
.overbox{
    display:flex; flex-direction:column; justify-content:center;
}
@media( max-width: 1024px){
    .contents{
        padding:20px 50px;
    }
}
@media( max-width: 768px){
    .leftee{
 min-width:unset;  padding-top:0;   
}

.overbox{
    flex-direction:row;
}
.grup1{
    padding:120px 0;
}
.espsect{
flex-direction:column;
    
}
.divnew{
    padding:50px 0; width:100%;
}
}

@media( max-width: 670px){
    .over{
        font-size: 30px !important;
      }
      .p1{
        font-size: 16px;
      }
      .p2{
        font-size: 16px;
      }
      .contents{
        padding: 30px 20px;
      }
      .menu1{
        margin-top: 0;
      }
      .contentes{
        
        padding: 10px 0;   
    }
    .espsect{

    padding:0px !important;
}
.grup1{
    border-radius:0;
}

}
@media (max-width:500px) {

    .over{
        font-size: 25px !important;
    }
    .p1{
        width: 100%;
        font-size: 14px;
        padding: 5px 0;
    }
    .p2{
        width: 100%;
        font-size: 14px;
        padding: 5px 0;
        text-align: left;
    }
    .rows{
        flex-direction: column;
    }
}