
/* Responsive */

@media(max-width: 1199px){
    .container {
        max-width: 100%;
        --bs-gutter-x: 30px;
    }    

    button .header-hamburger-btn{
        visibility: hidden;
    }
    .form-inline input, select {

        width: 200px;
        
    }
    .form-button{
      
        margin-left: 350px;
    
      }
}

@media(max-width: 991px){
    .header {
        padding: 12px 0;
       }
    
        .header-backdrop,
        .header-close-btn,
        .header-hamburger-btn{
            display: block;
        }
        .header-hamburger-btn {
            height: 34px;
            width: 40px;
            cursor: pointer;
            border: 0;
            background-color: transparent;
        }
    
        .header-hamburger-btn span {
            display: block;
            height: 2px;
            width: 24px;
            background-color: rgb(147, 163, 181);
            position: relative;
            margin: auto;

        }
    
        .header-hamburger-btn span::before,
        .header-hamburger-btn span::after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(147, 163, 181);

        }    
    
        .header-hamburger-btn span::before {
            top: -7px;
        }
    
        .header-hamburger-btn span::after {
            top: 7px;
        }
    
        .header-close-btn {
            height: 40px;
            width: 40px;
            background-color: var(--main-color);
            position: absolute;
            right: 15px;
            top: 15px;
            color: var(--WHITE);
            border: 0;
            border-radius: 5px;
            cursor: pointer;
        }
         /* .header-menu {
            position: fixed;
            width: 300px;  */
            /* width: 100%; */
             /* height: 100vh;
            top: 0;
            right: -300px;
            z-index: 1000;
            padding: 70px 0 50px;
            transition: all 0.5s ease;
            background-color: #000818;  */
            /* box-shadow: var(--shadow); */
             /* overflow-y: auto;
            visibility: hidden;
        }  */
        .header-menu {
            position: fixed;
            width: 100vw;
             height: 100vh;
            top: 0;
            right: 0;
            z-index: 1000;
            padding: 70px 0 50px;
            transform: translate(100vw, 0);
           
            -ms-transform: translatex(-100vw);
            box-sizing: border-box;
         
           
            transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
            border-bottom-left-radius: 100vw;
            background-color: hsl(240, 44%, 8%);
            /* background-color: hsl(240, 44%, 8%, 0.8); */
             overflow-y: auto;
            visibility: hidden;
        } 

       
  
    
        .header-menu.open {
            right: 0;
            visibility: visible;
            transform: translatex(0);
  border-bottom-left-radius: 0;
        }

        .center{
            text-align: center;
            margin-top: 100px;
        
           
        }
        .menu {
            display: inline-block;
          text-align: center;
        }
        .header .menu-item {
            display: block;
            margin: 0;
        }

     
    
        .header .menu-item > a{
            display: block;
            padding: 24px 0;
            font-weight: 400;
            color: white;
            text-transform: capitalize; 
            transition: color 0.3s ease;
        }


      
        
  
     


    
        .header .menu-item:first-child > a {
            /* border-top: 1px solid var(--border-color-1); */
        }
    
        .header .menu-item.active > a i {
            transform: rotate(-180deg);
        }
    
        .header .sub-menu {
            position: relative;
            width: 100%;
            opacity: 1;
            visibility: visible;
            box-shadow: none;
            transform: translateY(0);
            top: auto;
            padding: 0;
            border-radius: 0;
            max-height: 0;
            overflow: hidden;
        }
        .header .sub-menu-item a {
            padding: 12px 45px;
            border-bottom: 1px solid var(--border-color-1);
        }
    
        .header-backdrop {
            position: fixed;
            z-index: 999;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            transition: all 0.5s ease;
            visibility: hidden;
            background-color: var(--white);
        }
    
        .header-backdrop.active {
            /* visibility: visible; */
            visibility: hidden;

            opacity: 0.8;
        }

   

    .banner-text h1 {
        font-size: 45px;
    font-weight: 700;
    font-size: 4em;
    }

    .section-title .sub-title {
       font-size: 30px; 
    }

    .form-inline input, select {

        width: 180px;
        
    }
    .form-button{
      
        margin-left: 300px;
    
      }
   
}
@media(max-width: 850px){
    .banner-text h1 {
        font-size: 30px;
    font-weight: 700;
    font-size: 3em;
    }
    .form-inline {
        flex-direction: column;
        align-items: stretch;
      }
    .form-inline input, select {
        width: auto;
        
        
    }
    .form-button{
      
        margin-left: 200px;
    
      }
}
@media(max-width: 767px){

    .container {
        --bs-gutter-x: 30px;
    }
    
    .banner-text h1 {
       

        font-size: 30px;
    font-weight: 700;
    font-size: 3em;
        margin-right: 500px;
    }
    .banner-text p {
        margin-right: 500px;
    }
    .bai-section{
        text-align: center;
    }
    
     .section-title .title,
     h3,
    .banner-text h2 {
        font-size: 18px;
    }
    .section-title .sub-title {
        font-size: 22px;
    }
}

@media(max-width: 700px){


    @font-face {
        font-family: Iceberg-Regular;
        src: url(../webfonts/Iceberg-Regular.ttf);
     }
    .banner-section {
        /* padding: 100px 0; */
        /* min-height: 680px; */
        margin: 0 auto;
    
    }
    

    
    .banner-text h1{
        margin-right: auto;
text-align: center;
        font-size: 40px;
        font-weight: 100;
        /* font-family: Iceberg-Regular; */
        
        background: -webkit-linear-gradient(rgb(227, 61, 213), rgb(16, 188, 211));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      
    }
    
    .banner-text p{
        color: rgb(147, 163, 181);
        margin-right: auto;
        text-align: justify;
        margin-top: 400px;
        font-family: Iceberg-Regular;

        overflow: hidden;
        /* text-overflow: ellipsis; */
        /* display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2; 
   -webkit-box-orient: vertical; */
    }

    .contact{
        
        position: fixed;
        bottom: 2%;
      
    right: auto; 

  width: 100%;
       
    }
    
    .social-contact-item{
        padding: 15px;
   }

   .form-inline input {
    margin: 10px 0;
  }
  
  .form-inline {
    flex-direction: column;
    align-items: center;
  }
  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
.form-inline input, select {
    width: auto;
    
    
}
.form-button{
  
    margin-left: 180px;

  }

}







@media(max-width: 690px){


    .webgl
{
    position: fixed;
    /* position: absolute; */
    /* top: -15%; */
    left: 0;
    outline: none;
    /* mix-blend-mode: exclusion; */
  
  
}

    @font-face {
        font-family: Iceberg-Regular;
        src: url(../webfonts/Iceberg-Regular.ttf);
     }
    .banner-section {
        /* padding: auto; */
        /* min-height: 680px; */
        margin: 0 auto;
    
    }
    

    
    .banner-text h1{
        /* position: fixed;
        bottom: 20%; */
        margin-right: auto;
text-align: center;
        font-size: 40px;
    font-weight: 100;
       
        /* font-family: Iceberg-Regular; */
        
        background: -webkit-linear-gradient(rgb(227, 61, 213), rgb(16, 188, 211));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      
    }
    
    .banner-text p{
        /* visibility: hidden; */
     font-size: 15px;
        position: fixed;
        bottom: 10%;
  width: 100%;
  padding-right: 40px;
  padding-left: 10px;

        color: rgb(147, 163, 181);
        margin-right: auto;
        text-align: justify;
        /* margin-top: 400px; */
        margin-top: auto;

        font-family: Iceberg-Regular;

        overflow: hidden;
        /* text-overflow: ellipsis; */
        /* display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2; 
   -webkit-box-orient: vertical; */
    }

    .contact{
        
        position: fixed;
        bottom: 2%;
      
    right: auto; 

  width: 100%;
       
    }
    
    .social-contact-item{
        padding: 15px;
   }
   .form-button{
  
    margin-left: 130px;

  }

}









@media(max-width: 575px){
   
    .header-logo a {
        font-size: 22px;
    }
    .form-button{
  
        margin-left: 50px;
    
      }
}