* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo-warwera {
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    padding: 5px;
    width: 250px;
  }



  body {
    background-color: #fafbfe; /* Very faded gray background */
    overflow-x: hidden;
    height: 50vh;
    color: #333; /* Dark gray text color */
    font-family: "ALK Sanet", sans-serif;

}

#close {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 9999;
    left: 94%;
    cursor: pointer;
    display: none;
    transform: translateX(-123%);
}

.service-content {
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    padding-left: 111px;
    padding-right: 111px;
}

.satauri h1 {
    color: rgb(28, 27, 27);
    font-size: 22px;
    padding-bottom: 20px;
}

.satauri .xazi {
    width: 100%;
    height: 1px;
    background-color: rgb(28, 27, 27);
}

.wrap {
    width: 100%;
    height: auto;
    display: flex;
    gap: 90px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wrap .content {
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.content .service-img {
    width: 350px;
    height: 350;
    border-radius: 50%;
}
.content2 .service-img {
    width: 350px;
    height: 350;
    border-radius: 50%;
}
.content3 .service-img {
    width: 350px;
    height: 350;
    border-radius: 50%;
}

.content .sataurifirst {
    color: rgb(16, 15, 15);
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.content .aboutfirst {
    color: rgb(28, 27, 27);
    text-align: start;
    width: 100%;
}

.service-content .copyright {
    text-align: center;
    font-size: 18px;
    color: #858997;
    padding-top: 50px;
    padding-bottom: 20px;
}

#content{
    margin-top: 50px;
}

#content2 {
    margin-top: 50px;
}

#content3 {
    margin-top: 50px;
}

@media (max-width: 1301px) {
    #content3 {
        margin-top: 0px;
    }
}

@media (max-width: 911px) {
    #content2 {
        margin-top: 0px;
    }
    .wrap {
        padding-top: 50px;
    }
}

@media (max-width: 600px) {
    .service-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 450px) {
    .content .service-img {
        width: 280px;
    }
    .content .sataurifirst {
        font-size: 19px;
    }
}