@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
}
html{
    scroll-behavior: smooth;
}


.logo {
    width: 141px;
    margin-left: 13px;
    height: 100px;
    margin-right: 145px;
    margin-top: 6px;
}

#nav {
    background-color: rgb(37, 36, 36);
}

.nav-ul {
    display: flex;
    margin-top: 21px;
}

.nav-ul li {
    list-style: none;
    margin-top: 21px;
}

.nav-ul li a {
    color: white;
    list-style: none;
    text-decoration: none;
    padding: 34px;
    transition: color 0.3s ease, border-bottom 0.3s ease, transform 0.3s ease;
}

.active,
.nav-ul li a:hover {
    color: aqua;
    border-bottom: 2px solid aqua;
    transform: scale(1.1);
    text-decoration: none;
    align-items: none;
    list-style: none;
}



.nav-ul li a:active {
    color: aqua;
    border-bottom: 2px solid aqua;
}



.i {
    display: flex;
    gap: 13px;
    padding-top: 19px;
    height: 37px;
    width: 50px;
    text-align: center;
    justify-content: center;
    margin-left: 300px;
}

.i a {
    display: inline-block;
    color: aqua;
    padding: 5px;
    /* Add padding to create space around the icon */
    border-radius: 50%;
    transition: background-color 0.3s ease;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}

.i a:hover {
    color: rgb(8, 20, 43);
    background-color: aqua;
}


.i a i {
    font-size: 24px;
}

#nav {
    display: flex;
}

#home {
    display: flex;
    background-color: rgb(37, 36, 36);
    left: 0;
}
.info {
    color: white;
    padding: 35px;
    margin-top: 12px;
}

.image img {
    margin: 12px;
    height: 503px;
    border-radius: 50%;
}

.info h6 {
    color: aqua;
}

.info h1 {
    margin: 21px 0px;
    line-height: 67px;
    font-size: 100px;
    font-weight: 700;
}

.btn {
    padding: 12px 58px;
    margin-top: 21px;
    background-color: aqua;
    color: black;
    border-radius: 20px;
    cursor: pointer;
}

.info-project h3{
    color: aqua;
    font-size: 47px;
    font-weight: 800;
}

.btn a {
    color: black;
    text-decoration: none;
    align-items: none;
}

.btn:hover {
    background-color: black;
    border: 2px solid aqua;
    color: aqua;


}

.btn a:hover {
    color: aqua;

}

#services {
    color: white;
    background-color: rgb(44, 42, 42);
    display: flex;
}

.ser1 {
    width: 161px;
    margin: 42px 5px 49px 64px;
    border-radius: 81px;
    background-color: rgb(32, 30, 30);
    padding: 40px;
    border-bottom: 2px solid aqua;

}

.ser3 {
    width: 161px;
    margin: 0px 0px 72px 57px;
    border-radius: 81px;
    background-color: rgb(32, 30, 30);
    padding: 40px;
    border-bottom: 2px solid aqua;

}

.ser1:hover {
    color: black;
    background-color: aqua;
    box-shadow: 0 0 90px 0 rgb(145, 224, 224), 0 0 8px 0 rgba(11, 124, 124, 0.5);
}

.ser3:hover {
    color: black;
    background-color: aqua;
    box-shadow: 0 0 90px 0 rgb(145, 224, 224), 0 0 8px 0 rgba(11, 124, 124, 0.5);
}

.ser2:hover {
    color: black;
    background-color: aqua;
    box-shadow: 0 0 90px 0 rgb(145, 224, 224), 0 0 8px 0 rgba(11, 124, 124, 0.5);
}

.ser4:hover {
    color: black;
    background-color: aqua;
    box-shadow: 0 0 90px 0 rgb(145, 224, 224), 0 0 8px 0 rgba(11, 124, 124, 0.5);
}


.ser1 img {
    border-radius: 50%;
    border: 2px solid aqua;
    padding: 21px;
}

.ser3 img {
    border-radius: 50%;
    border: 2px solid aqua;
    padding: 21px;
}

.infoservices {
    margin: 185px 38px;
}

.infoservices h1 {
    font-size: 50px;
    margin-bottom: 33px;
}

.infoservices h6 {
    color: aqua;
    margin-bottom: 20px;
}



.flex {
    display: flex;

}

.ser1 h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ser1 p {
    text-align: center;
    font-size: 14px;
    font-weight: 200;
}



.ser2 h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ser2 p {
    text-align: center;
    font-size: 14px;
    font-weight: 200;
}



.ser3 h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ser3 p {
    text-align: center;
    font-size: 14px;
    font-weight: 200;
}



.ser4 h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ser4 p {
    text-align: center;
    font-size: 14px;
    font-weight: 200;
}

.ser2 {
    margin: 81px 25px 37px 22px;
    width: 161px;
    border-radius: 81px;
    background-color: rgb(32, 30, 30);
    padding: 40px;
    border-bottom: 2px solid aqua;
}

.ser4 {
    margin-left: 26px;
    margin-top: 20px;
    width: 161px;
    border-radius: 81px;
    background-color: rgb(32, 30, 30);
    padding: 40px;
    border-bottom: 2px solid aqua;
}

.ser4 img {

    border-radius: 50%;
    border: 2px solid aqua;
    padding: 21px;

}


.ser2 img {

    border-radius: 50%;
    border: 2px solid aqua;
    padding: 21px;

}

.col {
    display: flex;
    flex-direction: column;
}

#portfolio {
    color: white;
    background-color: rgb(44, 42, 42);

}


.project1 {
    display: flex;
}

.info-project {
    margin: 56px;
}

.info-project h6 {
    color: white;
}

.info-project h5{
    color: aqua;
}

.info h1 {
    color: white;
    font-size: 59px;
    font-weight: 700;
}
.info p {
    padding-right: 45px;
    color: aqua;
}

.info-project h1 {
    color: aqua;
    margin-top: 21px;
    font-size: 29px;
    font-weight: 700;
}



.pr1 {
    margin: 56px;
    margin-top: 100px;
}

.pr1 img {
    height: 450px;
    width: 500px;
    border-radius: 34px;
    animation: mymove 5s infinite;
    transition: transform 2s ease-in, opacity 2s ease;
}

.pr1 img:hover {
    transform: scale(1.1);
    opacity: 0.3;
}

@keyframes mymove {
    50% {
        box-shadow: 0px 0px 5px rgb(0, 204, 255),
            0 0 25px rgb(0, 204, 255), 0 0 50px rgb(0, 204, 255),
            0 0 100px rgb(0, 204, 255), 0 0 200px rgb(0, 204, 255);
    }
}

.info-project h6 a {
    text-decoration: none;
    list-style: none;
    color: aqua;
}

.info-project p {
    font-size: 18px;
    font-weight: 200;
    color: white;
    margin: 20px 0px;
}

.project2 {
    display: flex;
    flex-direction: row-reverse;
}

.cursor {
    cursor: pointer;
}

.view {
    margin: 0px 428px;
}







#clients {
    display: flex;
    background: rgb(44, 42, 42);
}


.projectDone {
    display: flex;
    flex-direction: column;
    margin: 100px 10px;
    background-color: rgb(32, 30, 30);
    color: white;
    height: 369px;
    width: 250px;
    text-align: center;
    border-radius: 30px;
    border-bottom: 3px solid aqua;
}


.projectDone img {
    width: 76px;
    height: 68px;
    color: aqua;
    justify-content: center;
    text-align: center;
    margin: 33px 89px;
}

.projectDone h1 {
    color: aqua;
    font-size: 90px;
    font-weight: 500;
}

.projectDone span {
    font-size: 28px;
    font-weight: 400;
}



#testimonials {
    height: 2055px;
    color: white;
    background-color: rgb(44, 42, 42);
}


.tes1 {
    display: flex;
}

.info-test {
    margin: 56px;
}

.info-test h6 {
    font-size: 30px;
    margin: 10px 0px;
    color: aqua;
}

.info-test h1 {
    font-size: 38px;
    font-weight: 700;
}

.info-test h2 {
    font-size: 24px;
    font-weight: bold;
    color: aqua;
    margin: 18px 0px;
}

.test1 {
    margin: 56px;
    margin-top: 100px;
}

.test1 img {
    height: 450px;
    width: 500px;
    border-radius: 34px;
    animation: mymove 5s infinite;
    transition: transform 2s ease-in, opacity 2s ease;
}

.test1 img:hover {
    transform: scale(1.1);
    opacity: 0.3;
}

@keyframes mymove {
    50% {
        box-shadow: 0px 0px 5px rgb(0, 204, 255),
            0 0 25px rgb(0, 204, 255), 0 0 50px rgb(0, 204, 255),
            0 0 100px rgb(0, 204, 255), 0 0 200px rgb(0, 204, 255);
    }
}

.info-test h6 a {
    text-decoration: none;
    list-style: none;
    color: aqua;
}

.info-test h6 img {
    color: aqua;
    height: 202px;
    width: 203px;
}

.info-test p {
    margin: 33px 0px;
}

.tes2 {
    display: flex;
    flex-direction: row-reverse;
}

.cursor {
    cursor: pointer;
}

#circle {
    background-color: rgb(44, 42, 42);
    display: flex;
    height: 100px;
}

.circle img {
    height: 34px;
    width: 45px;
    margin: 30px 0px;
}

#circle .circle img {
    box-shadow: 0px 0px 5px rgb(0, 204, 255),
        0 0 25px rgb(0, 204, 255), 0 0 50px rgb(0, 204, 255),
        0 0 100px rgb(0, 204, 255), 0 0 200px rgb(0, 204, 255);
    background-color: aqua;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    animation: 4s linear 0s infinite alternate sun-rise;
}

@keyframes sun-rise {
    from {
        transform: translateX(200vh);
    }

    to {
        transform: translateX(-100vh);
    }
}

.let {
    background-color: rgb(49, 47, 47);
    margin: 50px 100px 2px 100px;
    border-radius: 30px;
    text-align: center;
    padding: 45px;
}

.let p {
    color: aqua;
    margin: 21px 0px;
}

.let h1 {
    font-size: 45px;
    margin-bottom: 21px;
}

nav input,
.checkbtn {
    display: none;

}

#Footer {
    background-color: rgb(44, 42, 42);
    color: white;
}

.footer {
    background-color: rgb(49, 47, 47);
    text-align: center;
    align-items: center;
    border-radius: 30px;
    border-bottom: 4px solid aqua;
}

.footer:hover {
    border-radius: 12px;
    background-color: rgb(39, 38, 38);
}

#icons{
    
    background-color:rgb(44, 42, 42) ;
}

.fle{
    display: flex;
}
.row{
    display: flex;
    color: white;
    
    margin: 12px 0px;
}

.row img {
    height: 65px;
    width: 75px;
    margin: 32px;
}
.row h1 {
    margin-top: 21px;
    font-size: 32px;
    font-weight: 600;
}



@media only screen and (max-width: 420px) {

    #home {
        display: flex;
        flex-direction: column;
    }

    .logo {
        margin-right: 100px;
    }

    .i {
        margin-left: 30px;
    }

    .image img {
        height: 389px;
    }

    #services {
        flex-direction: column;

    }

    .infoservices {
        margin: 45px;
        padding: 17px;
    }

    .flex {
        flex-direction: column;
        padding: 57px;
    }

    .project1 {
        flex-direction: column;
    }

    .pr1 img {
        height: 333px;
        width: 277px;
    }

    .pr1 {
        margin: 33px 51px;
    }

    .project2 {
        flex-direction: column;
    }

    .pr1 img {
        margin-left: 45px;
        height: 333px;
        width: 277px;
    }

    .pr1 {
        margin: 15px 19px;
    }

    .project1 {
        flex-direction: column;
    }

    .info-project {
        margin-right: 89px;
    }

    .info-project h2 {
        font-size: 17px;
        font-weight: bold;
        color: aqua;
        margin: 18px 0px;
    }

    .info-project p {
        font-size: 16px;
        margin: 23px 0px;
    }

    .info-project h1 {
        font-size: 23px;
        font-weight: 700;
    }


    #clients {
        flex-direction: column;
    }

    .projectDone {
        width: 277px;
        margin: 55px 53px;
    }
    #testimonials {
        height: 2318px;
        color: white;
        background-color: rgb(44, 42, 42);
    }

    .tes2 {
        flex-direction: column-reverse;
    }

    .tes1 {
        flex-direction: column-reverse;
    }

    .info-test {
        margin: 0px;
        padding: 33px;
    }

    .info-test h1 {
        font-size: 25px;
    }

    .test1 {
        margin: 0px 50px;
    }

    .info-test h6 {
        font-size: 30px;
        margin: -3px 0px;
        color: aqua;
    }

    .info-test {
        margin: 0px;
        padding: 44px;
    }


    .test1 img {
        height: 350px;
        width: 303px;
    }

    .test2 img {
        height: 350px;
        width: 303px;
    }

    .let {
        padding: 19px;
        margin: 42px 0px 72px -2px;
    }

    .checkbtn {
        color: white;
        cursor: pointer;
        display: block;
        font-size: 5rem;
        position: absolute;
        top: 30px;
        left: 40px;
    }

    .nav-mobile {
        display: none;
        position: absolute;
        top: 4.5rem;
        left: 0;
        background: #222831;
        z-index: 1;
        width: 200px;
    }


    .nav-ul li a {
        font-size: 21px;
    }

    #check:checked~.nav-mobile {
        display: block;
    }

    .ser1 {
        margin: 42px 5px 49px 9px;
        padding: 44px;
        width: 180px;
    }

    .ser3 {
        margin: 0px 0px 72px 6px;
        padding: 44px;
        width: 180px;
    }

    .ser2 {
        margin: -11px -1px 28px -1px;
        padding: 44px;
        width: 180px;
    }

    .ser4 {
        margin-left: 0px;
        padding: 44px;
        width: 180px;
    }

    .nav-mobile a {
        color: #fff;
        padding: 1rem 1.5rem;
        display: block;
    }


    .nav-mobile {
        top: 143px;
        width: 39%;
        border-radius: 26px;
        border-bottom: 2px solid aqua;
        border-top: 2px solid aqua;
    }

    .nav-mobile a {
        font-size: 2rem;
        padding: 2rem 3rem;
    }

    #circle .circle img {
        box-shadow: 0px 0px 5px rgb(0, 204, 255),
            0 0 25px rgb(0, 204, 255), 0 0 50px rgb(0, 204, 255),
            0 0 100px rgb(0, 204, 255), 0 0 200px rgb(0, 204, 255);
        background-color: aqua;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        animation: 4s linear 0s infinite alternate sun-rise;
    }

    @keyframes sun-rise {
        from {
            transform: translateX(39vh);
        }

        to {
            transform: translateX(0vh);
        }
    }

    .footer p {
        text-align: center;
        font-size: 12px;
    }

    .row {
        flex-direction: column;
        margin: 63px 86px;
    }
    .row h1 {
        margin-top: 21px;
        font-size: 32px;
        font-weight: 600;
    }
    .fle{
        flex-direction: column;
    }
}