body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
header{
    width: 100%;
    height: 70px;
    position: fixed;
    top:0;
    background-color: #fff;
    z-index: 1;
}
header div{
    float: left;
    justify-content: space-between;
}
    
header .logo{
   margin-left: 200px;
   padding: 20px;
}
header .nav{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 200px;
}
header .nav ul{
    list-style: none;
}
header .nav ul li{
    float: left;
    padding-right:40px;
    padding-top: 10px;
}
header .nav ul li a{
    text-decoration: none;
    color: rgb(41, 35, 35);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

 header .nav ul li a:hover{
   color: #7f97ff
 }

 .checkbtn{
    display: none;
    font-size: 30px;
    color: rgba(0,0,0,0.9);
    float: right;
    line-height: 80px;
    margin-right: -170px;
 }
 #check{
    display: none;
    
 }
 
    
 

/*header End*/

/*section one strat*/
.section1{
    background-color: #f9f9ff;
    width: 100%;
    height: 750px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 75px;
}
.half1, .half2{
    width: 50%;
}
.half1{
    margin-left: 230px;
    margin-bottom: 120px;
}
.half2{
    padding-right: 160px;
}
.half2 img{
    max-width: 100%;
    height: auto;
}
.half1 h3{
    font-weight: normal;
}
.half1 h1{
    font-size: 50px;
}
.half1 p{
    color: rgba(75, 57, 57, 0.7);
    width: 80%;
}
.half1 input{
    padding: 8px 20px;
    background-color: #7f97ff;
    outline: none;
    color: white;
    border: 1px solid #7f97ff;
    font-size: 15px;
    cursor: pointer;
}
.half1 input:hover{
    box-shadow: 5px 10px 30px rgba(130,147,255, 0.5);
    transition: all 0.5s ease-in 0.1s;
    outline: none;
}
/*section one End*/

/*section Two strat*/
.section2{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section2 div{
    width: 40%;
    margin: 0 auto;
}
.section2 img{
    width: 90%;
    height: auto;
}
.section2 .img2{
    padding-left: 150px;
}
.text2 h3{
   font-weight: normal;
   color: rgba(0,0,0,0.7);
   font-size: 15px;
}
.text2 h1{
    font-weight: bold;
    font-size: 25px;
}
.text2 p{
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    width: 80%;
}
.text2 input{
    font-size: 20px;
    padding: 12px 16px;
    color: white;
    background-color: #7f97ff;
    border: none;
}
.text2 input:hover{
    box-shadow: 5px 10px 30px rgba(130,147,255, 0.5);
    transition: all 0.5s ease-in 0.1s;
    outline: none;
}
/*section Two end*/

/*section Three strat*/
.section3{
    width: 100%;
    height: 650px;
    margin: 0 auto;
    text-align: center;
}

.text3 h1{
   font-size: 40px;
   line-height: 10px;
}
.text3 p{
    width: 670px;
    color: rgba(0,0,0,0.6);
    margin: 0 auto;
}


.service{
    width: 80%;
    margin: 0 auto;
    padding-top: 45px;
}
.ser1, .ser2{
    width: 100%;
    overflow: hidden;
}
.ser2{
    padding: 30px;
}
.ser1 div, .ser2 div{
    width: 32%;
    float: left;
    padding: 5px;
    margin: 0 auto;
}
.service i{
    font-size: 45px;
    color: rgba(0,0,0,0.7);
}
.service h1{
    color: rgba(0,0,0,0.9);
}

.service p{
    color: rgba(0,0,0,0.6);
}
.ser1 div:hover{
    background-color:#8293ff;
    color: white;
}
.ser1 div:hover i{
    color: white;
}
.ser1 div:hover h1{
    color: white;
}
.ser1 div:hover p{
    color: white;
}

.ser2 div:hover{
    background-color:#8293ff;
    
}
.ser2 div:hover i{
    color: white;
}
.ser2 div:hover h1{
    color: white;
}
.ser2 div:hover p{
    color: white;
}
/*section Three End*/

/*section Four strat*/

.section4{
    width: 100%;
    height: 300px;
    background-color: #8293ff;
}
.section4 div{
    float: left;
    width: 20%;
    margin: 0 auto;
    position: relative;
    left: 200px;
    top: 100px;
}
.section4 h1{
    font-size: 50px;
    line-height: 0;
}

.section4 h1,p{
   color: white;
   
}

/*section Four End*/

/*protfolio part strat*/
.section5{
    width: 100%;
    box-sizing: border-box;
}
.section5 .leter{
    text-align: center;
    padding: 50px 0;
}
.section5 .leter h1{
    font-size: 40px;
    color: rgba(0,0,0,0.9);
}
.section5 .leter p{
    color: rgba(0,0,0,0.7);
    margin-top: -20px;
    margin-bottom: 30px;
}
 .section5 .imgg{
    width: 75%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}

.section5 .imgg div{
     width: 340px;
     height: 339px;
     margin-bottom: 80px;
     text-align: center;
     
}
.section5 .imgg h1{
    font-size: 20px;
    color: rgba(0,0,0,0.9);
}
.section5 .imgg p{
    color: rgba(0,0,0,0.7);
    line-height: 0;
}

.section5 figure{
    background:linear-gradient(40deg, #8390ff 40%, #62bdfc 100%);
    width: 340px;
    height: 339px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 3%;
}
.section5 figure img:hover{
    opacity: 0.3;
    transition: all .3s ease-in-out;
}
/*protfolio part End*/

/*pricing Table End*/
.section6{
    width: 100%;
    height: 700px;
    padding-top:50px ;
}
.section6 .text4{
    text-align: center;
    padding: 2% 0;
}
.section6 .text4 h1{
    font-size: 40px;
    line-height: 0;
    padding-top: 15px;
}
.section6 .trxt4 em{
    color: rgba(0,0,0,0.2);
}
.section6 .cart{
    width: 75%;
    height: auto;
    display: flex;
    justify-content:space-around;
    margin: 0 auto;
    ;
}

.section6 .cart1 p{
    color: rgba(0,0,0,0.5);
}
.section6 .cart1{
    width: 300px;
    height: 600px;
    background-color: rgb(249,249,255);
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
}

.section6 .cart1 h1{
    font-size: 50px;
    padding-top: 8px;
}

.section6 .cart1 .price{
    font-size: 40px;
}
.section6 .cart1 input{
    outline: none;
    background-color: #8293ff;
    color: white;
    font-size: 25px;
    padding: 6px 60px;
    font-weight: bold;
    border: 1px solid white; 
}
.section6 .cart1:hover{
    background-color: #8390ff;
    color: white;
    transition: all 0.25s ease-in;
    transform: scale(1.05);
    border: 1px solid rgb(130,147,255, 0.5);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.5);

}

.section6 .cart:hover input{
    color: rgba(0,0,0,0.9);
    background-color: white;
}
/*pricing Table End*/

/*footer start*/

footer{
    background-color: rgb(4,9,30);
    width: 100%;
    height: 400px;
    position: absolute;
    color: white;
    margin-top: 200px;
   
}

footer .foot{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 120px;
}
footer .foot .foot1 p{
    color: rgba(255,255,255,0.5);
}

footer .foot .foot1 input{
    font-size: 18px;
    outline: none;
    border: none;
    padding: 10px 150px 10px 10px;
}

footer .foot .foot1 button{
    font-size: 15px;
    color: white;
    background-color: #8390ff;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 8px 15px;
}
footer .foot .foot1 i{
    font-size: 25px;
    cursor: pointer;
    padding: 2px 5px ;
}

footer .foot .foot1 i:hover{
    color: #8293ff;
}
/*footer End*/

@media(max-width:768px){
   header{
     width: 100%;
     height: auto;
   }
   header .logo{
    margin-left: 30px;
    padding: 20px;
   }
   .checkbtn{
    display: block;
   }


   header .nav ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #f9f9ff;
    top: 54px;
    left: -200%;
    transition: all .1s;
   }

   header .nav ul li{
    line-height: 30px;
    clear: both;
    margin-top: 15px;
   } 
   #check:checked ~ul{
    left: 0;
   }

   header .nav ul li a{
    font-size: 20px;
    text-align: center;
   }  


}

@media (max-width:768px){

    .section1{
        width: 100%;
        display: block;
        height: auto;
    }
    
    .half1{
        margin: auto;
        padding: 0;
    }
    .half1 h3{
        font-size: 15px;
    }
    .half1 h1{
        font-size: 35px;
    }
    .half2 img{
        margin-left: 90px;
        margin-top: 30px;
        max-width: 100%;
        height: auto;
    }

    .section2{
        display: block;
        width: 100%;
        height: 100vh;
        top: 150px;
        position: relative;
    }
    .section2 .img2{
        position: relative;
        right: 120px;
    }
    .section2 div{
        width: 100%;
    }
    .text2{
        position: relative;
        left: 15px;
        text-align: center !important;
    }
    .text2 h3{
        font-size: 12px;
        color: rgba(0,0,0,0.8);
    }
    .text2 p{
        font-size: 15px;
        color: rgba(0,0,0,0.9);
        margin-left: 50px !important;
    }
    .section3{
        width: 100%;
        height: auto;
        position: relative;
        top: 300px;
    }
    .text3 >h1{
        font-size: 30px;
        color: rgba(0,0,0,0.9);
    }
    .text3 p{
        width: 80%;
    }

    .ser1 div, .ser2 div{
        clear: left;
        position: relative;
        width: 100%;
        height: auto;
    }
    .section4{
        width: 100%;
        height: 100vh;
        position: relative;
        top: 500px;
    }

    .section4 div{
        clear: left;
    }
    .section5{
        width: 100%;
        height:auto;
        position: relative;
        top: 500px;
    }

    .section6{
        width: 100%;
        height:100vh;
        position: relative;
        top: 500px;
    }
    .section6 .text4 h1{
        font-size: 35px;
    }
    .section6 .text4 em{
        width: 40%;
        margin: auto;
    }
    .section6 .cart{
        display: block;
        width: 100%;
        height: 100vh;
        position: relative;
        left: 90px;
    }
    .cart1{
        margin-top: 50px;
    }

    footer{
        width: 100%;
        height: 100vh;
        position: relative;
        top: 120em;
    }

    footer .foot{
        display: block;
        position: relative;
        top: 100px;
    }
    .foot1 .p1{
        width: 70%;
    }


}