*{
    padding: 0;
    margin: 0;
}
.main{
 
    position: relative;
    width: 99vw;
    height: 690px;
    
}
.main-dio{
background-color: #00000080;
  position: absolute; 
    top: 0px;
     left: 0px; 
     width: 100%; 
     height: 100%; 
}
.main-video{

    position: absolute; 
    top: -7px;
     left: 0px; 
     width: 100%; 
     /* height: 102%;  */

}
.main-text{
     position: absolute; 
     top: 0px;
     left: 25%;
     width: 43%;
    
     margin: auto;
    text-align: center;
    height: 600px;
    color: #fff;
    margin-top: 50px;

}
.main-name{
    font-size: 65px;
    font-weight: 900;
}
.main-teach{
    line-height: 30px;
}
.main-join{
    margin-top: 20px;

}
.header{
    margin-top: -3px;
    background-color: #000;
    color: #FFF;
}
.header-main{
    padding: 20px;
       text-align: center;
}
.header-main-img{
    width: 147px;
    height: 55px;
    margin-left: 20px;
}
.header-text{
    margin-top: 20px;
    display: flex;
     gap: 20px;
  
}
.header-text-one{
    width: 50%;
    border-width: 4px;
    border-color: var(--e-global-color-accent);
    box-shadow: 0 0 20px #0a0;
    border: 4px solid #0a0;
      border-radius: 10px;
      padding: 20px 20px 20px 30px;
      display: flex;
}
.header-text-one-text{
    flex: 1;
}
.header-text-one-img{
    width: 400px;
}
.header-text-one-text-name{
    color: #0a0;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.header-text-one-text-box{
     font-size: 20px;
    
    font-weight: 700;
    line-height: 30px;

}
.header-input{
     box-shadow: 0 0 20px #0a0;
    border: 4px solid #0a0;
    margin:30px auto 0;
    width: 500px;
     border-radius: 10px;
     padding: 10px;
   
   
}
.header-input-box{
  display: flex;
     line-height: 45px;
     cursor: pointer;
}
.header-input-text{
    margin-left: 20px;
}
.header-input-text{
    font-size: 28px;
    font-weight: 700;
}
.hide-text{
    display: none;
}
.show-text{
    display: block;
}
.header-input-code{
    background-color: #3d4641;
    padding: 10px 20px;
    margin-top: 10px;
}

.hide-text1{
    display: none;
}
.show-text1{
    display: block;
}
.header-now{
    margin-top: 20px;
    
}
.main-join{
    margin: auto;
    width: 300px;
    background-color: #f68d20;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    cursor: pointer;
}
.header-now-text{
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: rgb(110, 210, 90);
}
.header-here{
    margin-top: 30px;
}
.header-here-text{
    text-align: center;
     color: rgb(110, 210, 90);
     margin-bottom: 30px;
}
.header-widget{

    text-align: center;
    width: 80%;
    margin: auto;
    padding: 30px 0;
  
}
.header-widget-span{
  font-size: 60px;
    font-weight: 900;
}
.header-widget-out{
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
}
.header-widget-box{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.header-widget-text{
margin-left: 30px;
background-color: #f68d20;
/* width: 100px; */

padding:0 20px;
line-height: 45px;
font-size: 28px;
font-weight: 700;
border-radius: 5px;
}
.header-section{
    border-bottom: 4px solid rgb(110, 210, 90);
}

.main-dio-box{
    display: none;
}
.header-img{
    display: none;
}
  .header-here-botx{
        display: none;
    }
@media screen and (max-width: 767px) {
    .main {
      height: 150px;
      width: 100vw;
    }
    .main-dio{
        display: none;
    }
    .header{
        margin-top: -18px;
    }
    .main-dio-box{
        display: block;
          padding-top: 20px;
    }
    .main-name{
        font-size: 30px;
        text-align: center;
      
    }
    .main-join{
        margin-top: 10px;
    }
    .header-main-img{
        width: 88px;
    }
    .header-text{
        display: none;
    }
    .header-img{
        display: block;
        padding: 15px;
    }
    .header-text-one-img-box{
        width: 100%;
    }
    .header-input{
        width: 85%;
    
    }
    .header-input-text{
        font-size: 20px;
    }
    .header-here{
        display: none;
    }
    .header-here-botx{
        display: block;
        margin-top: 30px;
    }
    .header-here-botx-text{
        margin-left: 30px;
        color: rgb(110, 210, 90);
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .header-here-botx-offer{
        text-align: center;
        padding:  0 10px;
    }
    .header-here-text{
        margin-top: 20px;
        padding:0 20px;
        font-weight: 700;
    }
    .header-here-text-img{
        width: 100%;
       
    }
    .header-widget-span{
        font-size: 28px;
    }
    .header-widget-out{
        font-size: 20px;
        font-weight: 500;
    }
    .header-widget-out{
        font-size: 16px;
    }
}
