* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.top-head {
    background: linear-gradient(#0379cb, #fff);
    height: 100vh;
    width: 100%;
    overflow: hidden;

}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5rem;
}

.logo img {
    width: 12rem;
}

.top-head ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

.top-head ul a {
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 2.8rem;
    font-size: 1.4rem;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1rem;
}

.mobile-nav-icon {
    width: 4rem;
    height: 4rem;
    cursor: pointer;
}

.mobile-nav-icon[name="close-outline"] {
    display: none;
}

.nav-menu-btn {
    display: none;
    background: transparent;
}



/* <===================================Hero section =================================> */



.hero-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 6rem;
    flex-wrap: wrap;
}

.hero-section .hero-col {
    flex-basis: 40%;
    min-width: 30rem;
}

.hero-section .hero-col img {

    width: 90%;
    height: 90%;
    margin-left: 7rem;
    border-radius: 40%;
}

.hero-section .hero-col h1 {
    font-size: 5rem;
    color: rgb(37, 36, 36);
}

.hero-section .hero-col p {
    font-size: 2rem;
    margin-top: 1rem;
    line-height: 2.8rem;
    font-family: 'Poppins';
}





/* <====================================About=============================> */
.about-top {
    padding: 4rem;
    background-color: #a0c9eb;
    border-top-right-radius: 100rem;
    border-top-left-radius: 5rem;


}

.about-top h1 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 10rem;
    font-size: 5rem;
    color: #000;
    letter-spacing: 4px;

}

.about-col-top {
    display: flex;
    justify-content: center;
    align-items: center;


}

.about-col {
    flex-basis: 40%;

}

.about-col img {
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
}

.about-col p {
    font-size: 2rem;
    line-height: 4.5rem;
    word-spacing: 5px;
    font-family: 'Poppins', sans-serif;
}


/* <==================================Services=========================> */

.services {
    padding: 10rem;
}

.services h1 {
    text-align: center;
    color: #000;
    margin-top: 15rem;
    margin-bottom: 10rem;
    font-size: 5rem;

}

.service-col {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.sercive-box {
    min-width: 25rem;
    flex: 1;
    border: 1px solid rgb(199, 199, 199);
    padding: 3rem;
    text-align: center;
    border-radius: 5px;
    padding-bottom: 20rem;
    height: 62rem;
    max-width: 33rem;
    margin:3rem 2rem 0 ;
}

.sercive-box:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.sercive-box h4 {
    font-size: 2rem;
    margin: 1rem 0;
}

.sercive-box p {
    font-size: 1.6rem;
}

.service-col img {
    width: 15rem;
    height: 15rem;
    margin: 1rem 0;
    border-radius: 50%;
}

.sercive-box p {
    font-size: 2rem;
    line-height: 1.5rem;
    line-height: 3rem;
}





/* //////////////////////////Contact us////////////////////////// */




.contact {
    padding: 10rem;
}

.contact h1 {
    text-align: center;
    margin: 7rem 0;
    font-size: 4rem;
}

.input-dev input {
    width: 100%;
    height: 3.5rem;
    padding: 1rem;
    margin: 0.8rem 0;
    outline: none;
    border: 1px solid rgb(161, 161, 161);
    transition: 1s;
    border-radius: 5px;
}

.input-dev input:focus {
    border-color: rgb(88, 172, 255);
    box-shadow: 0 0 8px 0 rgb(88, 172, 255);

}

.input-meassage textarea {
    width: 100%;
    outline: none;
    border: 1px solid rgb(161, 161, 161);
    border-radius: 5px;
    padding: 1rem;
    margin: 0.8rem 0;
    height: 15rem;
    transition: 1s;
}

.input-meassage textarea:focus {
    border-color: rgb(88, 172, 255);
    box-shadow: 0 0 8px 0 rgb(88, 172, 255);
}

.contact button {
    text-align: center;
    width: 100%;
    padding: 0.7rem 0;
    background-color: blue;
    color: #fff;
    outline: none;
    border: 1px solid rgb(161, 161, 161);
    border-radius: 5px;
    transition:  0.5s;
    cursor: pointer;
}

.contact button:hover {
    background-color: rgb(2, 2, 212);
}
.fcol-left h2{
    font-size: 2.4rem;
    margin: 1rem 0;
}




/* ///////////////////////Footer////////////////////////// */



.footer{
    background-color: #000;
    color: #fff;
    padding: 5rem 20rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer ul{
    list-style: none;
}
.fcol-left ul li .icon {
    font-size: 1.8rem;
    margin-right: 1rem;
    margin-top: 1rem;

}
.fcol-left ul li a{
    text-decoration: none;
    color: #fff;
}

.spn-f{
    font-size: 1.8rem;
}







/* //////////////////Responsive///////////// */



@media screen and (max-width: 980px) {
    .nav-menu-btn {
        display: block;
        z-index: 999;

    }

    .nav ul {
        /* display: none; */
        width: 100%;
        height: 100vh;
        background-color: #e7f5ff;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        transform: translateX(100%);
        transition: all 0.5s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: auto;

    }

    .nav ul li {
        margin: 2rem 0;
    }

    .nav ul li a {
        font-size: 1.8rem;
    }

    .top-head {
        position: relative;
    }

    .active ul {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .active .nav-menu-btn .mobile-nav-icon[name="close-outline"] {
        display: block;
    }

    .active .nav-menu-btn .mobile-nav-icon[name="menu-outline"] {
        display: none;
    }
    .footer{

        padding: 5rem 10rem;
        display: flex;
        flex-direction: column;
    text-align: left;
    }
    .fcol-left{
        margin-top: 1rem;
    }
}
@media screen and (max-width: 980px){

    /* .about-top {
        padding: 4rem;
        background-color: #a0c9eb;
        border-top-right-radius: 100rem;
        border-top-left-radius: 5rem;
    
    
    } */
    
    .about-top h1 {
        font-size: 3.5rem;
    
    }
    
    .about-col-top {
        display: flex;
    flex-direction: column;
    
    
    }
    
    
    .about-col img {
        width: 25rem;
        height: 25rem;
    }
    
    .about-col p {
        font-size: 1.5rem;
    }
    .nav {
        display: flex;
        justify-content:space-between;
        padding: 0 2rem;

    }
    .sercive-box {
        min-width: 25rem;
        flex: 1;
        padding: 3rem;
        padding-bottom: 20rem;
        height: 60rem;
    }
    .services {
        padding: 5rem;
        text-align: center;
    }

}
@media screen and (max-width: 620px) {
    
  
    
.hero-section .hero-col h1 {
    font-size: 3rem;
}

.hero-section .hero-col p {
    font-size: 1.7rem;
}
.hero-section .hero-col img {

    width: 70%;
    height: 70%;
    margin-left: 3rem;
    margin-top: 4rem;
}
.nav img{
width: 8rem;
}
.mobile-nav-icon{
    width: 4rem;
}
.about-col img {
    width: 20rem;
    height: 20rem;
}
.sercive-box {
    min-width: 25rem;
    flex: 1;
    padding: 1rem;
    padding-bottom: 20rem;
    height: 60rem;
}
.services {
    padding: 3rem;
    text-align: center;
}
.services h1 {
    font-size: 4rem;

}
.footer{

    padding: 5rem 5rem;
    display: flex;
    flex-direction: column;
text-align: left;
}

}


@media  screen and (max-width:550px) {
   
.contact {
    padding: 5rem;
}
}

@media  screen and (max-width:400px) {
    .contact {
        padding: 3rem;
    }
    .footer{

        padding: 5rem 1rem;
        display: flex;
        flex-direction: column;
    text-align: left;
    }
    
.spn-f{
    font-size: 1.4rem;
}


}