
section{
    padding-left: 35.16483516483517vh ;
    padding-right: 35.16483516483517vh ;
    padding-bottom: 10vh;
    font-family: franklin-med;
}
h1, h2{
    font-family: franklin-bold;
}
header menu{
    position: absolute;
    top: 0;
    left: 0;
}
header{
    background: linear-gradient(to right, #042049 0%, #03172D 100%);
    color: white;
}
header #headvid{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
header div h1{
    font-size: 3rem;
    padding-right: 3vh;
}
header div h2{
    font-size: 2rem;
    padding-right: 3vh;
}
.collapsible {
    background-image:linear-gradient(to right, #09A2F0 30%, #3634E4 70%) ;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2rem;
    font-family: franklin-bold;
  }
  .collapsible i{
      padding-left: 1vh;
  }
  
  .active, .collapsible:hover {
    background:linear-gradient(to right, #2F7CA9 30%, #37458F 70%) ;
    
  }
  
  .content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
  section:nth-of-type(1){
      margin-top: 10vh ;
  }
  section h1{
    background: linear-gradient(to right, #09A2F0 0%, #3634E4 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-size: 2.5rem;
  }
  section h2{
    padding-top: 2vh;
    font-family: franklin-semi !important;
    background: linear-gradient(to right, #09A2F0 0%, #3634E4 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-size: 1.7rem;
  }
  section p , section li{
    text-align: justify;
    padding-top: 1vh;
    font-size: 1.2rem;
  }
  section hr{

    color:#09A2F0 ;
    size: 2px;
    text-align: left;
    MARGIN-top: 10vh;
    MARGIN-bottom: 8vh;
    
  }
.gray{
    background: linear-gradient(to right, #09A2F0 0%, #3634E4 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    opacity: 0.95;
}
@media screen and (max-width: 1200px) {

  section{
    padding-left: 5vw ;
    padding-right: 5vw ;
    padding-bottom: 10vh;
    font-family: franklin-med;
}

}
