@media(max-width:1290px){
   
    .boat{
      width: 100px;
    }
    .flex-footer{
        flex-direction: column;
        align-items: center;
      }
      .container-footer{
        padding-bottom: 10px;
    }
}
/* @media(max-width:1200px){

} */

@media(max-width:1100px){
   
    .background_bot img{
      height: 84%;
    }
    .main_wrap{
      background-color:#005943;
    }
}
@media(max-width:943px){
  .btn{
    font-size: 14px;
  }
  .title-tab{
    font-size: 26px;
  }
  .sub-title{
    font-size: 22px;
  }
  .text-tab{
    font-size: 16px;
  }
  .info-text-container{
    max-width: none;
    width: 70%;
  }
}
@media(max-width:850px){
  .img-title{
    width: 310px;
    bottom: -20px;
  }

}
@media(max-width:750px){
  .img-title{
    width: 280px;
  }
}
@media(max-width:700px){
  .btn {
    font-size: 12px;
  }
  .title-tab {
    font-size: 22px;
  }
  .text-tab {
    font-size: 14px;
  }
  .info-text-container{
    padding: 42px 15px;
  }
  .info-text{
    height:390px;
  }
  .background_top{
    bottom: -60px;
  }
  .boat{
    bottom: -120px;
  }
  .img-title{
    bottom: -80px;
  }
  
}
@media(max-width:650px){
  .img-title {
    width: 240px;
  }
  .container-Kitesurf{
    width: 180px;
  }
}
@media(max-width:550px){
  .title-tab {
    font-size: 18px;
  }
  .sub-title {
    font-size: 16px;
  }
  .btn {
    font-size: 10px;
    padding: 12px 8px;
  }
}
@media(max-width:500px){
  .background_bot img{
    width: 140%;
  }
  .background_top img{
    width: 140%;
  }
}
@media(max-width:490px){
  .img-title {
    width: 210px;
  }
  
}
@media(max-width:411px){
  .container-Kitesurf{
    left: calc(50% - 94px);
  }
}