@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300&display=swap');
*{
    margin: o;
    padding: o;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.part1{
    background: url(krakenimages-376KN_ISplE-unsplash\ 2_516_4746.png);
    background-color: black;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    
    
}
nav{
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    text-align: center;
    padding: 15px 30px;
    padding-top: 40px;

}

.logo{
    width: 190px;
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 10px;

}
nav ul{
    display: flex;
    list-style: none;
    margin: auto 0;
    
}
nav ul li{
    margin: 0 7px;
}
nav ul li a{
    color:white;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 5px 10px;
}
nav ul li a:hover{
    color: orange;
    
}
nav .search-box{
    display: flex;
    margin: auto 0;
    height: 60px;
    padding-top: 10px;
    background-color: whitesmoke;
    border-radius: 30px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 30px;
    
}
nav .search-box input{
   width: 700px;
   border: none;
   border-radius: 20px;
   height: 100%;
   padding: 0 ;
   font-size: 15px;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;

}
nav .search-box button{
    color: white;
    font-size: 10px;
    border-radius: 20px;
    background-color: red;
    width: 130px;
    border: 5px solid white;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0 ;
}
nav .search-box button:hover{
 background-color:orange;
 cursor: pointer;
}
.nav2{
    width: 100%;
    padding-left: 200px;
    padding-top: 5px;
}
.nav2 ul li a{
    font-size: 14px;
}
.nav2 ul li select{
    background: transparent;
    border-radius: 0px;
}
.nav2 ul li select option{
 background-color: black;
}
.part1 h1,p{
    text-align: center;
    
}
.part1 h1{
    padding-top: 100px;
}
.button2 button{
    width: 200px;
    padding: 15px;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-weight: bold;
    border: 3px solid black;
    background: white;
    cursor: pointer;
    color: black;
    position: relative;
    overflow: hidden;
   
}
.button2 button span{
    background-color: orange;
    height: 100%;
    width: 0%;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.button2{
    align-items: center;
}

.button2 button:hover{
    background-color: red;
}
.part2{
    background: url(Rectangle\ 2_522_3234.png);
    background-color: black;
    background-size: cover;
    width: 100vw;
    height: 80vh;
}
.container{
    width: 100%;
    height: 50vh;
    background-color: transparent;
    
    display: flex;
    justify-content: center;
    padding-top: 50px;

}
.container .box{
    
    background: white;
    width: 270px;
    height: 300px;
    margin: 10px;
    border-radius: 15px;
    padding-top: 20px;
}
.img1 img{
    width: 130px;
    
}
.img1{
    padding-left: 50px;
}
.container2{
    width: 100vw;
    height: 70vh;
    background-color: transparent;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    
    display: grid;
   grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
   row-gap: 0;
   
}
.container2 .box{
   border-radius: 5px;
    background: white;
    width: 120px;
    height: 180px;
    margin: 10px;
   
     box-shadow: 6px 4px gainsboro;
    
   
  
}
.img2 img{
    width: 80px;
}
.img2{
    padding-left: 20px;
    padding-top: 10px;
}

.container2 .boxb button
{
border: none;
background: none;
padding-top: 80px;
padding-left: 40px;
}
.part3 h3{
    padding-top: 15px;
    padding-left: 15px;
}
.part3 h3 span{
    padding-left: 1100px;
}
.part4{
    background: url(Support\ Solution\ Bg_530_4527.png);
    background-size: cover;
    width: 100vw;
    height: 80vh;
    
}
.part4 h3{
    padding-top: 15px;
    padding-left: 15px;
}
.part4 h3 span{
    padding-left: 1100px;
}
.container5{
    width: 100vw;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    
    display: grid;
   grid-template-columns: auto auto auto auto auto;
   row-gap: 0;
   
}
.container5 .card{
    border-radius: 5px;
    background: white;
    width: 250px;
    height: 120px;
    margin: 10px;
   
     box-shadow: 6px 4px gainsboro;
     display: grid;
     grid-template-columns: auto auto;
     grid-template-rows: auto;
    }
     .img6 img{
        width: 80px;  
        background: none; 
            
    }
    .img6{
         padding-left: 20px;
        width: 90px;
        padding-top: 10px;
    }
    .text1 {
        
       width: 90px;
       margin-left: 25px;
       height: 50px;
       
    }
    .text1 p{
        padding-top: 10px;
        
    }
    .text1 img{
        width: 100px;
    }
    .part5 h3 .sp1{
        padding-left: 400px;
    }
   .part5 h3 .sp2{
    padding-left: 400px;
   }
   .part5 h3{
    padding-left: 20px;
   }
   .part6{
    background: url(Rectangle\ 2_522_3234.png);
    background-color: black;
    background-size: cover;
    width: 100vw;
    height: 40vh;
   }  
.part6 .para1{
    text-align: center;
    font-size: 20px;
   border-radius: 20px;
     width: 400px;
    background-color: rgba(255, 166, 0, 0.425);
}
.part6 .p1{
    padding-left: 37%;
    padding-top: 10px;
}
.part6 .p2{
    text-align: center;
}
.part6 .p2 span{
    font-family: 'Rajdhani', sans-serif;
}
.container7{
width: 100vw;
height: 100%;
background-color: transparent;
display: flex;
justify-content: center;
padding-top: 50px;
display: grid;
grid-template-columns: auto auto ;
row-gap: 0;
}
.container7 .cc{
    width: 600px;
    
    border-radius: 5px;
    background: white;
    width: 550px;
    height: 400px;
    margin: 10px;
   
    
     display: grid;
     grid-template-columns: auto auto;
     grid-template-rows: auto;
}
.container7 .cc .ccp1{
    width: 700px;
   
    padding-right: 250px;
    overflow: hidden;
}
.container7 .cc .ccp1 p{
    text-align: start;
}
.container7 .cc .ccp1 button{
    border-radius: 20px;
    background-color: black;
    color: white;
    height: 40px;
    width: 100px;
}
.part8{
    background: url(Rectangle\ 2_522_3234.png);
    background-size: cover;
    width: 100vw;
    height: 70vh;
   
}
.container8{
width: 100vw;
height: 100vh;
background-color: transparent;
display: flex;
justify-content: center;
padding-top: 50px;
display: grid;
grid-template-columns: auto auto ;

}
.container8 .ly1{
    border-radius: 5px;
    background: transparent;
    width: 650px;
    height: 450px;
    margin: 10px;
   
     display: grid;
     grid-template-columns: auto auto;
     grid-template-rows: auto;
     display: inline;
}
.container8 .ly2{
    border-radius: 5px;
    background: transparent;
    width: 650px;
    height: 450px;
    margin: 10px;
    
     display: grid;
     grid-template-columns: auto auto;
     grid-template-rows: auto;
     display: inline;
}
.container8 .ly1 .lp1{
    text-align: start;
    padding-left: 20px;
    height: 30px;
    background-color: antiquewhite;
    width: 180px;
    border-radius: 20px;
    padding-top: 3px;
   
}
.container8 .ly1 .lp2{
    font-family: 'Rajdhani', sans-serif;
    font-size: 25px;
    text-align: start;
    
}
.container8 .ly1 .lp3{
    font-family: 'Rajdhani', sans-serif;
    border-radius: 10px;
    text-align: start;
   
    width: 500px;
    background-color: rgba(173, 216, 230, 0.175);
}
.container8 .ly1 button{
    font-family: 'Rajdhani', sans-serif;
    border-radius: 10px;
    text-align: start;
    border: none;
    width: 500px;
    background-color: rgba(173, 216, 230, 0.175);
    height: 60px;
}
.container8 .btn8{
    padding-left: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.container8 .btn8 .bt1{
    height: 50px;
    border-radius: 25px;
    background-color: black;
    width: 150px;
}
.container8 .btn8 .bt1:hover{
    background-color: orange;
}
.container8 .btn8 .bt2{
    height: 50px;
    border-radius: 25px;
    background-color:rgba(173, 216, 230, 0.175);
    width: 150px;
}
.container8 .btn8 .bt2:hover{
    background-color: orange;
}
.part9 p{
    text-align: center;
    padding-top: 50px;
    
}
.part9 p span{
    font-family: 'Rajdhani', sans-serif;
    font-size: 2rem;
}
.part9 .imgs{
    width: 1300px; 
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
  padding-left: 70px;
}
.part9 .img4{
   padding-left: 50px;
   height: 120px;

}
.part10{
    background: url(Rectangle\ 2_522_3234.png);
    background-size: cover;
    width: 100vw;
    height: 70vh;
   
}
.row{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.col{
    flex-basis: 25%;
    padding: 10px;
    
}
.col img{
    padding-left: 30px;
}
.twitter{
    display: inline;
    height: 100px;
    
}