@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');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:  'Jost', sans-serif;

}
body {
    font-family: 'Jost', sans-serif;
    align-items: center;
    justify-content: center;
    
  }
  html{scroll-behavior:smooth}
  h2 {
    margin:40px 0 30px 0;
    font-size: 38px;
    font-family: 'Jost', sans-serif;
    font-weight: 800;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  
  details {
    width: 75%;
    min-height: 5px;
    padding: 20px 40px 20px 40px;
    border: 1px solid #96999d;
    margin: 0;
    position: relative;
    font-size: 22px;
    border-radius: 15px;
    box-sizing: border-box;
    transition: all .5s;
  }
  
  details + details {
    margin-top: 20px;
  }
  
  details[open] {
    min-height: 50px;
    background-color: #f6f7f8;
  }
  
  details p {
    color: black;
   padding-top: 20px;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Jost', sans-serif;
  }
  
  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
  }
  
  summary:focus {
    outline: none;
    
  }
  
  summary:focus::after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    
  }
  
  summary::-webkit-details-marker {
    display: none
  }
  
  .control-icon {
    fill: #09158C;
    transition: .3s ease;
    pointer-events: none;
  }
  
  .control-icon-close {
    display: none;
  }
  
  details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
  }
  
  details[open] .control-icon-expand {
    display: none;
  }

  .faqb{
    display: flex; flex-direction:column; align-items:center;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .headed{
    margin-top: 50px;
    width: 100%;
    background:#F1F8FF; 
    height: 70px;
    padding: 0 170px 0 150px;
    
    }
    .headed h1{
    padding-top:10px;
    text-align: left;
  
    font-size: 40px;
    }


    .form{
      display: flex;
      flex-direction: row;
      width: 85%;
      text-align: center;
      align-items: center;
      justify-content: center;
      padding: 40px;
      border-radius: 10px;
      background-color: #F1F8FF;
      
      }
      .vl1{
      margin-top:40px;
      margin-right: 50px;
      height: 550px;
      background:#09158C;
      width: 3px;
      }
      
      .formses{
        margin-top:60px;
        width: 100%;
        
        }
      
      .input{
      margin-bottom: 50px;
      position: relative;
      font-size: 16px;
      }
      input,textarea{
      width: 100%;
      padding: 10px;
      outline: 0;
      border: 1px solid;
      font-size:16px;
      
      }
      .form-control{
      width: 100%;
      padding: 10px;
      outline: 0;
      border: 1px solid;
      font-size:16px;
      }
      .form label{
      height: 100%;
      padding: 10px;
      position: absolute;
      left: 0;
      top:-40px;
      cursor: text;
      transition: 0.2s;
      }
      
      .form button{
      padding: 10px 0;
      color: #fff;
      outline: none;
      background:#07AEB9;
      font-family: 'Lato', sans-serif;
      font-size: 25px;
      width: 40%;
      cursor: pointer;
      border: none;
      border-radius: 10px;
      transition:0.4s;
      }
      .form button:hover{
      background:#F1F8FF;
      color:#07AEB9;
      }
      .row1{
      display: flex;
      align-items: center;
      justify-content: space-between;
      }
      .row1 .input{
      flex-basis: 48%;
      
      }
    
      #costum-button{
        padding:15px;
        color: white;
        background-color: #07AEB9;
        border: 1px solid #07AEB9;
        border-radius: 5px;
        cursor: pointer;
        transition: .4s;
      }
      #costum-button:hover{
        background-color: white;
        color: #07AEB9;
      }

    
@media(max-width:890px){
  
    .headed{
      padding: 0 0 0 100px;
    }
    .headed h1 {
      font-size: 30px;
  }
  
  

}

@media(max-width:768px){
    .headed{
      margin-top: 50px;
      padding: 0 0 0 50px;
      height: 50px;
  }
  .headed h1 {
    font-size: 25px;
  }
  .form{
    width: 100%;
  }

  h2 {
    margin:30px 0 20px 0;
    font-size: 30px;
  }
  details p {
   padding-top: 15px;
    font-size: 18px;
  }
  
  summary {
    
    font-weight: 800;
   font-size: 20px;
  }
  
  details {
    padding: 15px 30px 15px 30px;
    font-size: 20px;
  }
  
}

@media(max-width:600px){

    h2 {
        margin:20px 0 15px 0;
        font-size: 20px;
      }

      details p {
        padding-top: 10px;
         font-size: 14px;
       }
       
       summary {
        font-size: 16px;
       }
       details {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
      }
      .form{
        padding: 20px 10px;
        margin-top:0px;
        width: 100%;
        }
        
        
        
        .input{
        margin-bottom: 40px;
        position: relative;
        width: 100%;
        font-size: 12px;
        }
        .form input,textarea{
        width: 100%;
        padding: 10px;
        outline: 0;
        border: 1px solid;
        font-size:12px;
        
        }
}