*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
body{
    width: 100%;
    overflow-x: hidden;
}
.topnav{
    background-color: white;
    height: 90px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.sidebar{
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgb(255, 255, 255);
    height: 100vh;
    z-index: 2;
    width: 0;
    transition: width 0.5s;
}
#close{
    font-size: 25px;
    margin-left: 20px;
    margin-top: 20px;
}
.sidebar a{
    margin-top: 20px;
    margin-left: 60px;
}
.logo img{
    width: 70px;
    padding-left: 10px;
}
.nav-links a{
    color: black;
    padding-right: 15px;
    font-weight: 600;
}
.nav-links a:hover{
    text-decoration: none;
    color: rgb(22, 145, 253);
    transition: color 0.5s;
}
.hamburger{
    margin-right: 20px;
    font-size: 30px;
}
.intro-header{
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2rem;

}
.name{
    font-weight: 600;
}
.about{
    width: 90%;
    margin: auto;
    text-align: center;
}
.our-quality .line{
    width: 4px;
    height: 350px;
    background-color: rgb(6, 152, 181);
    margin-left: 60px;
    margin-bottom: 40px;
    position: absolute;
}
.service-title{
    margin-top: 60px;
    text-align: center;
}
.our-services{
    margin-top: 40px;
}
.our-services .service-card{
    width: 360px;
    height: 360px;
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); */
    padding: 0 0 5px;
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-card img{
    width: 100%;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
}
.our-quality{
    margin-top: 30px;
}
.our-quality .quality-header{
    font-size: 35px;
    font-weight: 600;
    margin-left: 20px;
}
.quality-card{
    position: relative;
    left: 60px;
    padding: 10px;
    width: 250px;
    height: 40px;
    background-image: linear-gradient(40deg,rgb(8, 151, 173),rgb(36, 179, 214));
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin-top: 30px;
}
.card-line{
    width: 60px;
    height: 3px;
    background-color: rgb(22, 104, 131);
    position: relative;
    left: -70px;
    top: 10px;
    z-index: -1;
}
.count-card{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 400px;
    height: 400px;
    background-image: linear-gradient(45deg,rgb(19, 108, 146),rgb(64, 187, 224));
    margin-top: 60px;
    margin-right: 40px;
    border-radius: 5px;
}
.count-card input{
    padding: 5px;
    margin-top: 5px;
    margin-left: 45px;
    outline: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.657);
    border-radius: 5px;
}
.count-card textarea{
    padding: 5px;
    margin-top: 5px;
    outline: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.657);
    border-radius: 5px;
}
.count-card button{
    background-image: linear-gradient(90deg,rgb(0, 134, 160),rgb(79, 208, 255));
    outline: none;
    border: none;
    padding: 10px;
    width: 90%;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.business-title{
    margin-top: 370px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.client-title{
    margin-top: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.partner-card{
    width: 200px;
    height: 200px;
    margin-right: 50px;
    display: flex;
    align-items: center;
}
.partner-card img{
    width: 100%;
}
.completions{
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    background-color: rgb(11, 152, 157);
    color: white;
}
.client-carousel{
    width: 100%;
}
.client-carousel img{
    width: 150px;
    margin-right: 60px;
}
footer{
    margin-top: 180px;
    background-color: rgb(249, 249, 249);
    color: rgb(0, 0, 0);
    padding: 20px;
    font-weight: 500;
}
footer .company-name{
    font-weight: 600;
    margin-left: 10px;
    font-size: 20px;
}
footer li{
    margin-left: 20px;
    font-size: 15px;
    margin-top: 5px;
}
footer li i{
    margin-right: 10px;
}
footer a{
    color: black;
}
footer .social-links{
    font-weight: 600;
        margin-top: 380px;
        width: 340px;
    margin-left: 10px;
    font-size: 20px;
}
.social-links i{
    font-size: 20px;
}
.list-item{
    margin-left: 20px;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.list-item::before{
    content: url("arrow.png");
    display: inline-block;
    transform: scale(0.4);
}
.image{
    width: 100%;
    opacity: 0.5;
    /* position: relative; */
}
.position{
    position: relative;
}
.position-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
    font-weight: 600;
    z-index: 1;
}
.subscribe-from{
    background-image: linear-gradient(30deg,rgb(24, 88, 131),rgb(51, 156, 195));
    padding: 20px;
}
.featured-clients{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.featured-clients img{
    width: 150px;
    margin-right: 50px;
    margin-top: 60px;
}

@media screen and (max-width:768px) {
    .hide{
        display: none;
    }
    
    .line{
        margin-right: 10px;
    }
    p.name{
        font-size: 18px;
    }
    .footer-links{
        flex-direction: column;
        align-items: flex-start;
    }
    footer li{
        margin-top: 10px;
    }
    .footer-links div{
        margin-top: 10px;
    }
    .client-carousel img{
        width: 140px;
        margin-right: 20px;
    }
    .completions{
       flex-direction: column;
       height: 200px;
    }
}
@media screen and (min-width: 768px){
    .hide-big{
        display: none;
    }
}