/* Header stert */
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
header{
    width: 100%;
    height: 70px;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 1;
}
header div{
    float: left;
    justify-content: space-between;
    align-items: center;
}
header .logo{
    margin-left: 150px;
    padding-top: 20px;
}
header .nav{
    position: absolute;
    top: 0;
    right: 0; 
    margin-right: 150px;
}
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, 41, 41);
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
header .nav ul li .on{
    color: #7f9fff;
}
header .nav ul li a:hover{
    color: #7f9fff;
}


.checkbtn{
    display: none;
    font-size: 30px;
    color: rgba(0,0,0, 0.9);
    float: right;
    line-height: 80px;
    margin-right: -130px;
}
#check{
    display: none;
}

/* Header stert */

/* Section one stert */
.section1{
    background-color: #f9f9ff;
    width: 100%;
    height: 665px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}
.sectionONE, .sectionTow{
    width: 50%;
}
.sectionONE{
    margin-left: 230px;
    margin-bottom: 120px;
}
.sectionTOW{
    padding-right: 160px;
    margin-top: 50px;
}
.sectionTOW img{
    max-width: 100%;
    height: auto;
}
.sectionONE h4{
    font-weight: normal;
}
.sectionONE h1{
    font-size: 60px;
}
.sectionONE input{
    padding: 8px 22px;
    background-color: #8393ff;
    outline: none;
    color: white;
    border: 1px solid #8393ff;
    font-size: 15px;
    cursor: pointer;
}
.sectionONE input:hover{
    box-shadow: 5px 10px 30px rgba(130, 147, 255,0.5);
    transition: all 0.2s ease-in ;
}
/* Section one End */

/* Section Tow stert */
.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 h4{
    font-weight: normal;
    color: rgba(0,0,0, 0.7);
    font-size: 15px;
}
.text2 h1{
    font-weight: bold;
    font-size: 35px;
}
.text2 p{
    font-size: 15px;
    color: rgba(0,0,0, 0.5);
    width: 80%;
}
.text2 input{
    font-size: 18px;
    padding: 10px 18px;
    color: #fff;
    outline: none;
    background-color: #8393ff;
    border: none;
    cursor: pointer;
}
.text2 input:hover{
    box-shadow: 5px 10px 30px rgba(130, 147, 255,0.5);
    transition: all 0.2s ease-in ;
}
/* Section Tow End */

/* Section Tree stert */
.section3{
    width: 100%;
    height: 650px;
    margin: 0 auto;
    text-align: center;
}
.text3 h1{
    font-size: 40px;
    line-height: 10px;
}
.text3 p{
    width: 600px;
    color: rgba(0,0,0, 0.6);
    margin: 0 auto;
}
/* Section Tree End */

/* servise one Stert */
.servises{
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}
.ser2{
    padding-top: 30px;
}
.ser1, .ser2{
    width: 100%;
    overflow: hidden;
}
.ser1 div, .ser2 div{
    width: 32%;
    float: left;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
}
.servises i{
    font-size: 45px;
    color: rgba(0,0,0,0.6);
}
.servises h2{
    color: rgba(0,0,0,0.9);
}
.servises p{
    font-weight: normal;
    color: rgba(0,0,0,0.4);
    font-size: 14px;
    line-height: 22px;
    width: 300px;
    word-spacing: 2px;
    margin: 0 auto;
}
.ser1 div:hover{
    background-color: #8393ff;
    border-radius: 15px;
}
.ser1 div:hover i{
    color: white;
}
.ser1 div:hover h2{
    color: white;
}
.ser1 div:hover p{
    color: white;
}

.ser2 div:hover{
    background-color: #8393ff;
    border-radius: 15px;
}
.ser2 div:hover i{
    color: white;
}
.ser2 div:hover h2{
    color: white;
}
.ser2 div:hover p{
    color: white;
}
/* servise one End */

/* Section For Stert */
.section4{
    width: 100%;
    height: 300px;
    background-color: #8393ff;
}
.section4 div{
    float: left;
    width: 20%;
    margin: 0 auto;
    position: relative;
    top: 100px;
    left: 150px;
}
.section4 h1{
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.section4 p{
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
    color: white;
}
/* Section For End */

/* Portfolio part stert */
.section5{
    width: 100%;
    box-sizing: border-box;
}
.section5 .txt{
    text-align: center;
    padding: 80px 0;
}
.section5 .txt h1{
    font-size: 35px;
    color: rgba(0,0,0,0.9);
}
.section5 .txt p{
    font-size: 15px;
    color: rgba(0,0,0,0.5);
    margin-top: -20px;
    margin-bottom: 30px;
}



.section5 .portfolio{
    width: 85%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}
.section5 .portfolio div{
    width: 340px;
    height: 339px;
    padding-bottom: 60px;
    text-align: center;
    cursor: pointer;
}
.section5 .portfolio h1{
    font-size: 20px;
    color: rgba(0,0,0, 0.9);
}
.section5 .portfolio{
    color: rgba(0,0,0, 0.6);
    line-height: 5px;
}
.section5 figure{
    background: linear-gradient(40deg, #8393ff 40%, #62bdfc);
    width: 340px;
    height: 339px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 3%;
}
.section5 figure:hover img{
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
}
/* Portfolio part End */

/* Section Six Stert */
.section6{
    width: 100%;
    height: 500px;
    padding-top: 50px;
}
.section6 .txt2{
    text-align: center;
    padding: 2% 0;
}
.section6 .txt2 h1{
    font-size: 40px;
    padding-top: 20px;
    line-height: 0;
    color: rgba(0,0,0, 0.9);
}
.section6 .txt2 p{
    color: rgba(0,0,0, 0.5);
}


.section6 .card{
    width: 75%;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
.section6 .card1{
    width: 250px;
    height: 600px;
    background-color: rgb(249, 249, 255,);
    text-align: center;
    border: 1px solid rgba(0,0,0, 0.1);
    transition: all 0.8s ease-out;
}
.section6 .card1 .price{
    font-size: 40px;
}
.section6 .card1 h1{
    font-size: 50px;
    padding-top: 10px;
}
.section6 .card1 input{
    font-size: 22px;
    background-color: #8393ff;
    padding: 6px 60px;
    outline: none;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.section6 .card1:hover{
    background-color: #8393ff;
    color: white;
    transition: all 0.25s ease-in;
    transform: scale(1.05);
    border: 1px solid rgba(130,147,255, 0.5);
    box-shadow: 0 8px 12px 0 rgba(0,0,0, 0.5);
    cursor: pointer;
}
.section6 .card1:hover input{
    color: rgba(0,0,0, 0.9);
    background-color: white;
}
/* Section Six End */

/* Footer Part Stert */
footer{
    width: 100%;
    height: 350px;
    background-color: rgb(4,9,30);
    position: absolute;
    color: white;
    margin-top: 450px;
}
footer .foot{
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 120px;
}
footer .foot .foot1 p{
    font-size: 12px;
    color: rgba(255, 255, 255,0.4);
}
footer .foot .foot1 input{
    font-size: 15px;
    outline: none;
    border: none;
    padding: 8px 120px 8px 8px;
    float: left;
}
footer .foot .foot1 button{
    font-size: 15px;
    outline: none;
    border: none;
    padding: 8px 12px;
    background-color: #8393ff;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
footer .foot .foot1 i{
    padding: 2px 5px;
    cursor: pointer;
    color: white;
}
footer .foot .foot1 i:hover{
    color: #8393ff;
    transition: all 0.2s ease-in;
}
/* Footer Part End */


/* Respons Stert */

@media (max-width:768px){
    header{
        width: 100%;
        height: auto;
    }
    header .logo{
        margin-left: 30px;
        padding: 20px;
    }
    .checkbtn{
        display: block;
        cursor: pointer;
    }
    .checkbtn:hover{
        color: #8393ff;
        transition: all 0.5s ease-in-out;
    }
    header .nav ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #F9F9FF;
        top: 54px;
        left: -200;
        display: none;
        transition: all .5s;
    }
    header .nav ul li{
        line-height: 30px;
        clear: both;
        margin-top: 15px;
    }
    #check:checked ~ ul{
        left: 0;
        display: block;
    }
    header .nav ul li a{
        font-size: 14px;
        text-align: center;
    }
    
}


@media(max-width:768px){
    .section1{
        width: 100%;
        height: auto;
        display: block;
    }
    .sectionONE{
        margin: auto;
        padding: 0;
    }
    .sectionONE h4{
        font-size: 15px;
    }
    .sectionONE h1{
        font-size: 30px;
    }
    .sectionONE p{
        font-size: 13px;
        color: rgba(0,0,0, 0.5);
    }
    .sectionTOW img{
        margin-left: 90px;
        margin-top: 30;
        max-width: 100%;
        height: auto;
    }

    .section2{
        display: block;
        width: 100%;
        height: 100vh;
        top: 150px;
        position: relative;
    }
    .section2 .img2 img{
        position: relative;
        right: 120px;
        
    }
    .section2 div{
        width: 100%;
    }
    .text2{
        position: relative;
        left: 15px;
        text-align: center !important;
    }
    .text2 h4{
        font-size: 15px;
        color: rgba(0,0,0, 0.7);
    }
    .text2 h1{
        font-size: 30px;
        color: rgba(0,0,0, 0.9);
    }
    .text2 p{
        font-size: 13px;
        color: rgba(0,0,0, 0.5);
        margin-left: 50px !important;
    }


    .section3{
        width: 100%;
        height: auto;
        position: relative;
        top: 80px;
    }


    .text3 > h1{
        font-size: 30px;
        color: rgba(0, 0, 0, 0.9);
    }
    .text3 p{
        font-size: 13px;
        width: 80%;
        color: rgba(0,0,0, 0.5);
    }


    .ser1 div, .ser2 div{
        clear: both;
        position: relative;
        width: 95%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
    


    .section4{
        width: 100%;
        height: 100vh;
        position: relative;
        top: 250px;
    }
    .section4 div{
        clear: both;
        margin-left: 30px;
    }



    .section5{
        width: 100%;
        height: auto;
        position: relative;
        top: 200px;
    }
    .section5 .txt h1{
        font-size: 30px;
        color: rgba(0,0,0,0.9);
    }
    .section5 .txt p{
        font-size: 14px;
        color: rgba(0,0,0, 0.5);
    }


    .section6{
        width: 100%;
        height: 100vh;
        position: relative;
        top: 250px;
    }
    .section6 .txt2 h1{
        font-size: 30px;
        color: rgba(0, 0, 0, 0.9);
    }
    .section6 .txt2 p{
        width: 80%;
        height: auto;
        margin: 0 auto;
        font-size: 13px;
        color: rgba(0,0,0, 0.5);
    }
    

    .section6 .card{
        display: block;
        width: 100%;
        height: 100vh;
        position: relative;
        left: 120px;
        top: 40px;
    }
    .section6 .card1{
        margin-top: 40px;
    }

    footer {
        width: 100%;
        height: 60vh;
        position: relative;
        top: 1200px;
    }
    footer .foot{
        display: block;
        position: relative;
        top: 80px;
    }

    .foot .foot1 input{
        float: left;
    }

}






















/* Respons End */