@import url('https://fonts.googleapis.com/css?family=poppins:400,500,600,700&display=swap');

*{
    
    padding: 0rem;
    margin: 0rem;
    box-sizing: border-box;
  
}
html{
    font-size: 62.5%;
}
nav{
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 5rem 0rem 5rem;
    z-index: 1000;
    position: sticky;
    top: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.6rem; 
    background-color: #000000; 
}
.navcolor{
    background-color: #000000;
}



nav ul{
    display: flex;
    list-style: none;
}


nav ul li a:hover{
    color: cyan;
    border-radius: .5rem;
    box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;
}  
.active, .btn:hover {
    color: cyan;
    border-radius: .5rem;
    box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;
  }           

nav ul li a{
    text-decoration: none;
    padding: 1rem 1.5rem;
    color: #ffffff;
}
nav ul li{
    margin: 0rem 3rem;
    position: relative;
}
nav .menu-btn i{
    cursor: pointer;
    display: none;
    color: #ffffff;
}
#click{
    display: none;
}

a:hover{

    color: #0070c0;
}
.box2 .back{
    position: relative;
    right: 0;
    bottom: 0;
    z-index: -1;
   
}
@media (min-aspect-ratio: 16/9){
    .back{
        width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9){
    .back{
        width: 100%;
        height: auto;
    }
}



.box2{
    width: 100%;
    height: 100vh;
   
    overflow: hidden;

  
       
}
.box3{
    width: 100%;
    height: auto;
    background-image: url(../images/11.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.box3 .b3{
    width: 100%;
    height: auto;
  color: #ffffff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0rem 5rem 0rem 5rem;
    
}
.box3 .b3 .b4{
    width: 10rem;
    height: 10rem;
    background-image: url(../images/my.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    justify-content: center;
   
    
}
.box3 .b3 h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
}
.box3 .b3 .b5{
    width: 28rem;
    height: .5rem;
    background-image: linear-gradient(to right, red, orange);
   border-radius: 2rem;
   margin-top: .5rem;
   display: inline-flex;
    justify-content: center;
}
.box3 .b3 h3{
    font-style: italic;
    margin-top: .5rem;
    font-size: 1.6rem;
    color: #ababab;
}
.box3 .b3 p{
    margin-top: 1rem;
    font-size: 1.4rem;
}

.box12{
    width: 100%;
    height: auto;
    background-image: url(../images/13.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin-top: 5rem;
   color: #ffffff;
   padding-top: 5rem;
}
.box12 h1{
    margin-left: 5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.5rem;
}
.box12 .b13{
    width: 18rem;
    height: .5rem;
    background-image: linear-gradient(to right, red, orange);
   border-radius: 2rem;
   margin-top: .5rem;
   margin-left: 5rem;
}





.box12 .box11{
    padding: 4rem 6rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  transition: all 3s ease;
 
 
}



.box12 .box11 .a{
    width: auto;
    height: 35rem;
    flex: 1 1 35rem;
    margin: 2.5rem;
    background-image: url(../images/h1.1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: solid .2rem cyan;
    border-radius: 1.5rem;
    
}
.box12 .box11 .a:hover{

    color: cyan;
  
    box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;

}
.box12 .box11 .b:hover{

    color: cyan;
  
    box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;

}
.box12 .box11 .c:hover{

    color: cyan;
  
    box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;

}
.box12 .box11 .a .a1 button{
    width: 15rem;
    padding: .5rem 0;
    text-align: center;
    border-radius: 2.5rem;
    font-weight: bold;
    border: .2rem solid #009688;
    background: transparent;
    color: #fff;
    cursor: pointer;
   
    font-size: 1.3rem;
    position: relative;
    overflow: hidden;
}
.box12 .box11 .a .a1 button:hover{
    background: #000000;
    color: cyan;
    box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;
    
}
.box12 .box11 .b .a1 button{
    width: 18rem;
    padding: .5rem 0;
    text-align: center;
    border-radius: 2.5rem;
    font-weight: bold;
    border: .2rem solid #009688;
    background: transparent;
    color: #fff;
    cursor: pointer;
   
    font-size: 1.3rem;
    position: relative;
    overflow: hidden;
}
.box12 .box11 .b .a1 button:hover{
    background: #000000;
    color: cyan;
    box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;
    
}
.box12 .box11 .c .a1 button{
    width: 15rem;
    padding: .5rem 0;
    text-align: center;
    border-radius: 2.5rem;
    font-weight: bold;
    border: .2rem solid #009688;
    background: transparent;
    color: #fff;
    cursor: pointer;
   
    font-size: 1.3rem;
    position: relative;
    overflow: hidden;
}
.box12 .box11 .c .a1 button:hover{
    background: #000000;
    color: cyan;
    box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;
    
}
.box12 .box11 .a .a1{
    width: 100%;
    height: 6rem;
    flex: 1 1 8rem;
   background-color: #000000;
   justify-content: center;
   display: flex;
   align-items: center;
   text-align: center;
    border-radius: 0 0 1.5rem 1.5rem;
    
}
.box12 .box11 .b .a1{
    width: 100%;
    height: 6rem;
    flex: 1 1 8rem;
   background-color: #000000;
   justify-content: center;
   display: flex;
   align-items: center;
   text-align: center;
    border-radius: 0 0 1.5rem 1.5rem;
    
}
.box12 .box11 .c .a1{
    width: 100%;
    height: 6rem;
    flex: 1 1 8rem;
   background-color: #000000;
   justify-content: center;
   display: flex;
   align-items: center;
   text-align: center;
    border-radius: 0 0 1.5rem 1.5rem;
    
}
.box12 .box11 .b{
    width: auto;
    height: 35rem;
    flex: 1 1 35rem;
    margin: 2.5rem;
    border: solid .2rem cyan;
    background-image: url(../images/h2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.box12 .box11 .c{
    width: auto;
    height: 35rem;
    flex: 1 1 35rem;
    margin: 2.5rem;
    background-image: url(../images/h3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: solid .2rem cyan;
}
.dropdown{
    display: none;
}

nav ul li:hover .dropdown{
    display: block;
    position: absolute;
    left: 0;
    top: 160%;
  border-radius: 1rem;
  box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;
    background-color: #000000;
   
}
.dropdown ul{
    display: block;
    margin: 1rem;
    
    
}
.dropdown ul li{
    width: 15rem;
    padding: 1.5rem .5rem;
    
   
}

footer .b23{
    width: 100%;
    height: auto;
  color: #ffffff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0rem 10rem 0rem 10rem;
    
}
footer .b23 .b24{
    width: 8rem;
    height: 8rem;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    justify-content: center;
   
    
}

footer .b23 h3{
    font-style: italic;
    margin-top: .5rem;
}
footer .b23 h3 a{
   text-decoration: none;
   color: #fff;
}
footer .b23 p{
    margin-top: 1rem;
    font-size: 1.2rem;
}
footer .b23 h5{
   
    font-size: 1.2rem;
}

footer .b23 .b24{
    background-image: url(../images/fot.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}








footer ul{
    display: flex;
    list-style: none;
    text-align: center;
    align-items: center;
    justify-content: center;
}
footer ul li{
    margin: 1.5rem;
}
footer ul li a{
    text-decoration: none;
    color: #ffffff;
}
footer ul li a i{
    font-size: 3rem;
}
footer h5{
    margin-top: 1rem;
    color: #888888;
}

footer{
    width: 100%;
    height: auto;
    background-image: url(../images/14.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin-top: 5rem;
   color: #ffffff;
   padding-top: 5rem;
   padding-bottom: 5rem;
    
}




.box32{
    width: 100%;
    height: auto;
    background-image: url(../images/15.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin-top: 5rem;
   color: #ffffff;

}







.box32 .box31{
    padding: 2.5rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  transition: all 3s ease;
  
 
 
}



.box32 .box31 .a{
    width: auto;
    height: 35rem;
    flex: 1 1 35rem;
    margin: 1rem;
    background-image: url(../images/17.png);
    background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
   
    
}
.box32 .box31 .b{
    width: auto;
    height: 35rem;
    flex: 1 1 35rem;
    margin: 1rem;
    
    padding: 1.5rem;
    

}
.box32 .box31 .b p b{
    color: #ffffff;
}
.box32 .box31 .b p{
    margin-top: 1rem;
    font-size: 1.5rem;
    color: #ababab;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.box32 .box31 .b h3{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 1.5rem;
    color: rgb(255, 255, 255);
    font-size: 2rem;
}
.box32 .box31 .b h1{
    margin-top: 1rem;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.5rem;
}
.box32 .box31 .b .c1{
    width: 18rem;
    height: .5rem;
    background-image: linear-gradient(to right, red, orange);
   border-radius: 2rem;
}


    

.box32 .box31 .b button{
    width: 18rem;
    padding: 1rem 0;
    text-align: center;
    border-radius: 2.5rem;
    font-weight: bold;
    border: .2rem solid #009688;
    background: transparent;
    color: #fff;
    cursor: pointer;
    margin: 3rem;
    margin-left: 65%;
    position: relative;
    overflow: hidden;
}
.box32 .box31 .b button:hover{
    background: #000000;
    color: cyan;
    box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;
    
}

.box3 .b3 button{
    width: 20rem;
    padding: 1rem 0;
    text-align: center;
    border-radius: 2.5rem;
    font-weight: bold;
    border: .2rem solid #009688;
    background: transparent;
    color: #fff;
    cursor: pointer;
    margin: 3rem;
    
    position: relative;
    overflow: hidden;
}
.box3 .b3 button:hover{
    background: #000000;
    color: cyan;
    box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;
    
}
.box3 .b3 p a{
    text-decoration: none;
    color: #015aff;
}










    


@media screen and (max-width: 998px){

    html{
        font-size: 55%;
    }

}    
@media screen and (max-width: 768px){

html{
    font-size: 45%;
}

}   

@media screen and (max-width: 922px){

nav{
padding: 0rem 2rem 0rem 1rem;
}
nav ul{
position: fixed;
top: 8rem;
left: -100%;
height: auto;
width: 100%;
display: block;
text-align: center;
background: #111;
transition: all 0.3s ease;

}

#click:checked ~ ul{
left: 0%;
}
#click:checked ~ .menu-btn i:before{
content: "\f00d";
}

nav ul li{
margin: 2rem 0rem;
}
nav ul li a{

display: block;
color: white;
}
nav ul li a:hover{
color: cyan;

}
nav .menu-btn i{
cursor: pointer;
display: block;
}

.dropdown ul{
    display: block;
    margin-left: 66rem;
    margin-top: 18rem;
    box-shadow: 0 0 .5rem #33ffff, 0 0 .5rem #66ffff;
    background-color: #000000;
    border-radius: 1rem;
    text-align: center;  
    z-index: 1111; 
    width: 25rem;
}
.dropdown ul li{
    width: 15rem;
    margin-left: 5rem;
    font-family: Arial, Helvetica, sans-serif;
    padding: .1rem;
}

.box32{
    width: 100%;
    height: auto;
    margin-top: 5rem;
}

  
.box32 .box31 .b .c1{
       display: inline-flex;
       
       justify-content: center;
       align-items: center;
    }

    .box32 .box31 .b p{
        font-size: 1.2rem;
    }
   

 


    .box2{
        width: 100%;
        height: 29.3rem;
       

       
        
    }
   

  
     
    
   
    footer a{
        font-size: 1.2rem;
       
    }
 

   
}

@media screen and (max-width: 1920px){

    nav{
        padding: 0rem 2rem 0rem 1rem;
    }
 
    


}
@media screen and (max-width: 1070px){

   
    .box32 .box31 .b{
        text-align: center;
        overflow: hidden;
       
    }
    .box32 .box31 .b button{
        margin: 0rem;
        margin-top: 3rem;
    }
    
    .box32 .box31 .b .c1{
        display: inline-flex;
        
        justify-content: center;
        align-items: center;
     }


}
@media screen and (max-width: 477px){

    .box3 .b3 .b5{
        width: 16rem;
}
}