*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
a{
    text-decoration: none;
    color: black;
}
body{
  background:   #f1f1f1;
  scroll-behavior: smooth;

  
}
.header2,.body2{
    background:   #121212;
    color: white;
}

header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 70px;

 
    margin-bottom: 0;
    margin-top: 0;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.3) ;
}
header h1{
    color: #1e90ff;
    font-size: 30px !important;
   
}
header nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    width: 150px;
}

header nav ul li{
    margin-left: 15px;
    
}
header nav ul li{
    margin-left: 15px;
   
}
header nav ul li a{
  font-size: 20px;
  color: black;
 

}
.header2 nav ul li a{
  font-size: 20px;
  color: white;

}
.header2 h1{
    font-size: 30px !important;
}

#menu{
    display: none;

}
#monav2{
    z-index: 3;
    width: 100%;
    position: absolute;
    background: #121212;
  
}
.monav{
    z-index: 3;
    width: 100%;
    position: absolute;
    background: white;
    color: white;
  
}


.monav .main {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    padding-right: 30px;
    list-style: none;

display: none;




  
}
header i {
    margin: 4px;
    font-size: 14px;
}
.monav ul li{
    margin-bottom: 5px;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    border-bottom: 0.3px solid gray;

}
.monav ul li:hover{

padding-left:10px ;
}
.monav ul li a{
    font-size: 20px;
    color: black;
    
}
#monav2 ul li a{
    font-size: 20px;
    color: white;
    
}
#menu.active {
    display: none;
}
#close.active{
display: block;
}
#close{
display: none;
}
.main{
    display: none;
}
.main.active{
    display: flex;
}
@media(max-width: 1200px)
{
    header h1{
        font-size: 20px;
    }
   header nav ul li a{
        font-size: 20px;
    }
}
@media(max-width: 900px)
{
  
   header nav ul li a{
      display: none;
    }
    .logo{
        width: 100px;
    }
    #free{
        display: none;
    }
    #menu{
        display: block;
        z-index: 6;
    
    }
    .monav ul{
        display: flex;
    }
 @media(max-width:  600px){
    header{
        padding: 20px 30px;
    }
    .logo{
        width: 75px;
    }
 }
}
.landing{
    width: 100%;
    height: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./img/20210330_145045.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    
  
    
}


.landing .text{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
text-align: center;
background: #00000052;
color: white;
height: 100%;
}
.landing .labtn{
    margin-left: 80px;
    color: gold;
}
.landing .text h1{
    font-size: 65px;
}
@media(max-width: 997px){
    .landing  {
       height: 566px;
    }
}
@media(max-width: 747px){
    .landing .text h1{
        font-size: 45px;
    }
    .landing  {
        height: 366px;
     }
}

.about {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
    background: white;
}
.about .text{
    display: flex;  
    flex-direction: column;
      width: 70%;
    margin-right: 40px;
}
.about .text h1{
    margin-bottom: 20px;
    font-size: 30px;
}
.about .text p{
    font-size: 20px;
}
.about .text a{
    width: 15%;
    margin-top: 70px;
    background: black;
    color: white;
    padding: 20px ;
    text-align: center;
}
@media(max-width: 997px){
    .about .text a{
        width: 20%;
    }
}
@media(max-width: 750px){
    .about .text{
        width: 95%;
        margin: 14px;
    }
    .about .text a{
        width: 20%;
    }
}
@media(max-width: 750px){
    .about .text{
        width: 100%;
        margin: 14px;
    }
    .about .text a{
        width: 30%;
        padding: 15px ;
    }
}

.serv{
    width: 100%;
    padding-top: 100px;

padding-bottom: 100px;
display: flex;
justify-content: center;
align-items: center;
}

.serv .con{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.serv .con a  {
    width: 30%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b0b0b0;
    margin: 10px;
    
    border-radius: 10px;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.3) ;
    flex-wrap: wrap;
    transition: 0.5s ease;
    background-image: url(./img/aaa.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.serv .con a:hover{
    background: #7b1e1e;
    background-image: url(./img/hh.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    rotate: 1deg;
    scale: 1.01;
}
.serv .con .box {
    width: 100%;
  
    display: flex;
    justify-content: center;
    align-items: center;
   border: none;
   flex-direction: column;

    flex-wrap: wrap;
 

}

@media (max-width: 880px) {
    .serv .con a{
        width: 40%;
        font-size: 15px;
    }
    .serv .con .box h1 {
       font-size: 18px;
    
    }

    
}
@media (max-width: 660px) {
    .serv .con a{
        width: 70%;
        font-size: 15px;
    }
    
}







.project{
    width: 100%;
    padding-top: 150px;
    padding-top: 50px;
    background: #121212;
    margin-top: 50px;
    padding-bottom: 50px;
    

}
 .project .head{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.project .con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.project .con .box2 {
    width: 30%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px 10px ;

    box-shadow: 2px 2px 7px rgba(247, 246, 246, 0.3) ;
   
position: relative;
transition: .9s ease;
left: -7000px;
}
.project .con .box2 .im{
    width: 100%;
    height: 50%;
  
}
.project .con .box2 .im video{
    width: 100%;
    height: 400px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
padding: 10px;
}
.project .con .text {
    width: 100%;

display: flex;
justify-content: start;
align-items: start;
flex-direction: column;


}
.project .con .text h1{
    margin-left: 20px;
    padding:  10px 0;
}
.project .con .text p{
    margin-left: 20px;
    padding:  10px 0;
    margin-bottom: 10px;
}
.project .con .text a{
    width: 100px;
    margin-left: 20px;
    padding:  10px 5px;
    background: black;
    color: white;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 25%;


}
@media(max-width: 997px){
    .project .con .box2 {
        width: 45%;

        margin: 5px;
    }
}
@media(max-width: 747px){
    .project{
        padding-top: 0;
    }
    .project .con .box2 {
        width: 90%;

        margin: 5px;
    }
    .project .con .box2 .im video{
        height: 200px;
    }
    .project .con .box2 .text {
        width: 100%;
      
    }
    .project .con .box2 .text h1{
       font-size: 25px;
      
    }
}





.mov{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-top: 50px;
    background:   #121212;
    margin-top: 50px;
    padding-bottom: 50px;
    

}

.mov .con{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.mov .con .type{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
   
}
.mov .con  .link {
    width: 90%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}
.mov .con  .link input {
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: none;
  outline: none;
  border: none;

cursor: pointer;
padding-bottom: 5px;

}
.mov .con .link input:hover{
    border-bottom: 2px solid white;
    border-bottom-right-radius: 7px ;
border-right-width: 0px;    
}
.mov .con .link  span{
    padding-bottom: 3px;
    border-bottom: 2px solid white;

}

.mov .con .type .box{
    width: 22%;
    display: flex;
    justify-content: center;

    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    margin: 10px;
    height: 460px;
transition: .7s ease;
}
.mov .con .type .box:hover{
    rotate: 1deg !important;
    scale: 1.01;
}
.mov .con .type .box .im{
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    height: 100%;
}
.mov .con .type .box a{
    width: 100%;
    height: 80%;
}
.mov .con .type .box .im .rank{
    position: absolute;
    left: 10px;
    top: 10px;
    background: green;
    padding: 3px;
    border-radius: 5px;
    font-size: 10px;
}
.mov .con .type .box .im img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.mov .con .type .box .text {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
margin-bottom: 10px;
margin-top: 4px;
color: white;
padding: 10px;
border-radius: 7px;
border: 2px solid white;
border-top: none;
border-left: none;
border-right: none;

}
.mov .con .type .box .text h1{
    font-size: 18px;
    font-weight: bold;
    align-self: flex-end;
    
}
.mov .con .type .box .text .year{
    font-size: 18px;
}
.mov .con .type .box:hover {


    rotate: 3deg;
}

@media (max-width: 950px){
    .mov .con .type .box {
        margin: 4px;
        width: 25%;
        height: 160px;
        
    }
    .mov .con .type .box .im{
  
        height: 100%;
    }
    .mov .con .type .box .text {
        padding: 10px 0;
        height: 20%;
     }
     .mov .con .type .box .text h1 {
        font-size:7px;
     }
    
}
@media (max-width: 770px){
    .mov .con  .link a {
        font-size: 25px;
        padding-bottom: 10px;
      }
      .mov .con .type .box .im .rank{
      
        font-size: 5px;
    }
    .mov .con .type .box {
        margin: 4px;
        width: 44%;
        height: 160px;
        margin-bottom: 20px;
    }
    .mov .con .type .box .text h1{
        font: 7px;
    }
    .mov .con .type .box .text {
       padding: 10px 0;
       height: 20%;
       margin: 0;
    }
    .mov .con .type .box .text .year{
        font-size: 7px;
    }
    .mov .con  .link input {
        font-size: 15px;
        font-weight: bold;
        color: white;
        background: none;
        outline: none;
        border: none;
      
      cursor: pointer;
      padding-bottom: 5px;
      
      }
}











.info{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-top: 50px;
    background:   #121212;
    margin-top: 50px;
    padding-bottom: 50px;
    

}

.info .con{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;

}


.info .con  .box{
    width: 40%;
    display: flex;
    justify-content: center;

    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    margin: 10px;
  
transition: .7s ease;
}

.info .con  .box .im{
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    height: 500px;
}
.info .con  .box a{
    width: 100%;
}
.info .con  .box .im .rank{
    position: absolute;
    left: 10px;
    top: 10px;
    background: green;
    padding: 3px;
    border-radius: 5px;
    font-size: 10px;
}
.info .con  .box .im img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.info .con  .box .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
margin-bottom: 10px;
margin-top: 4px;
color: white;
padding: 10px;
border-radius: 7px;
border: 2px solid white;
border-top: none;
border-left: none;
border-right: none;
}
.info .con  .box .text h1{
    font-size: 18px;
    font-weight: bold;
}
.info .con  .box .text .year{
    font-size: 18px;
}
.info .con .box .store{
    padding-bottom: 20px;
}

.info .con .all{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info .con .all ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 
}

.info .con .all ul li {

 
 width: 40%;
    padding: 15px 0;
    border-radius: 8px;
    margin: 7px;
  text-align: center;
    box-shadow: 4px 2px 10px rgba(228, 226, 226, 0.3) ;
    font-size: 20px;
    font-weight: normal;

}
.info .con .all ul a{

 
 width: 30%;
    padding: 15px 0;
    border-radius: 8px;
    margin: 7px;
  text-align: center;
  background: red;
    box-shadow: 4px 2px 10px rgba(228, 226, 226, 0.3) ;
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
    color: white;

}

























@media(max-width:990px)
{
    .info{
        overflow: hidden;
    }
    .info .con .box {
        width: 60%;
    }
}
@media (max-width: 770px){
    .info .con .box {
        width: 90%;
    }
    .info .con .box .im{
        height: 300px;
    }
    .info .con .all ul li{
width: 70%;
        font-size: 14px;
    }
    .info .con .box .store{
        font-size: 15px;
    }
   
    .info .con .all ul  a {

       width: 60%;
    }
   
}

.con .form123{
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 20px;
}

.con .form123 input{
    width: 40%;
    padding: 20px 10px;
    margin-bottom: 30px;
 
    background: white;
    border-radius: 7px;
  border: 1px solid #ccc;
  font-size: 16px;
    outline: none;
    background: none;
    color: white;
}
.con .form123 .serbtn{
    width: 6%;
    padding: 20px 10px;
    margin-bottom: 20px;
    background: #4caf50;
    border-radius: 7px;
    border-color:white ;
    outline: none;
    cursor: pointer;

    margin-right: 10px;
}
@media(max-width: 997px){
    .con .form123 input{
        width: 70%;
        padding: 10px 5px;
        color: white;
    }
    .con .form123 .serbtn{
        width: 12%;
        padding: 12px 5px;
        font-size: 10px;
        margin-bottom: 30px;
    }

}


.con .sub {
    width: 100%;
  
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.con .sub form {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con .sub form input{
    width: 50%;
    background: none;
    font-size: 20px;
    padding: 10px;
    border-radius: 6px;
    background: white;
    color: black;
    cursor: pointer;
}
@media(max-width:970px){
    .con .sub form input{
        width: 70%;
        background: none;
        font-size: 20px;
        padding: 10px;
        border-radius: 6px;
        background: white;
        color: black;
        cursor: pointer;
    }}
@media(max-width:778px){
    .con .sub form input{
        width: 80%;
        background: none;
        font-size: 18px;
        padding: 10px;
        border-radius: 6px;
        background: white;
        color: black;
        cursor: pointer;
    }
}
@media(max-width:600px){
    .con .sub form input{
        width: 95%;
        background: none;
        font-size: 13px;
        padding: 10px;
        border-radius: 6px;
        background: white;
        color: black;
        cursor: pointer;
    }
}


footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 0;
    background: rgb(24, 22, 22);
    padding-bottom: 70px;
}


footer .con{
    width: 90%;
    display: flex;
    justify-content:space-between;
    align-items: start;
    color: white;
    padding-top: 40px;
 
}
footer .con .box{
    width: 45%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}
footer .con .box .text{
width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin-bottom: 20px;
}
footer .con .box .text h1{
    padding-bottom: 20px;
    font-size: 30px;
}
footer .con .box .text p{
    padding-bottom: 21px;
    font-size: 18px;
 
}
footer .con .box .media{
    display: flex;
}
footer .con .box .media i{
 margin: 5px;
 font-size: 30px;
 margin-bottom: 30px;
 padding: 3px;
 background: white;
 border-radius: 4px;
}
footer .con .box .servv{
    width: 100%;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        margin-bottom: 20px;
    }
    footer .con .box .servv h1{
        padding-bottom: 20px;
        font-size: 30px;
    }
    footer .con .box .servv a{
        padding-bottom: 6px;
        font-size: 17px;
        transition: .5s ease;
        color: white;
    }
    footer .con .box .servv a:hover{
        padding-bottom: 2px;
        font-size: 22px;
        color: rgb(145, 125, 13);
    }

    footer .con .box .links{
        width: 100%;
            display: flex;
            justify-content: start;
            align-items: start;
            flex-direction: column;
            margin-bottom: 20px;
        }
        footer .con .box .links ul {
         list-style: none;
            }
            footer .con .box .links h1{
                padding-bottom: 20px;
                font-size: 30px;
            }
            footer .con .box .links a{
                padding-bottom: 20px;
                font-size: 20px;
                color: white;
                transition: .4s ease;
            }
            footer .con .box .links a:hover{
                padding-bottom: 7px;
                font-size: 22px;
                color: rgb(145, 125, 13);
            }
            footer .con .box .con .loc{
                width: 100%;
                    display: flex;
                    justify-content: start;
                    align-items: start;
                    flex-direction: column;
                    margin-bottom: 20px;
                }
                footer .con .box .loc h1{
                    padding-bottom: 20px;
                    font-size: 30px;
                }
            footer .con .box  .loc p{
                padding-bottom: 7px;
                font-size: 25px;
                color: white;
      cursor: pointer;
                }

                @media(max-width: 797px){
                    
                    footer .con{
                        flex-direction: column;
                    }
                    footer .con .box{
                        width: 100%;
                    }
                    footer .con .box h1{
                        font-size: 23px !important;
                    }
                    footer .con .box p{
                        font-size: 19px !important;
                    }
                }
