.sevicesSection {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 100px;
    overflow: hidden;
}

.sevicesSection>h1 {
    font-size: 300%;
    text-transform: capitalize;
    font-family: var(--font1);
    font-weight: 100;
    text-align: center;
}

.sSeOneService {
    width: 80%;
    height: auto;
    min-height: 700px;
    border-radius: 3rem;
    margin: 0 auto;
    position: relative;
    padding: 2.5%;
}

.innerService {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    height: 100%;
}

.simServiceBox,
.coinServiceBox {
    background-color: #F3E6F3;
}

.routerServiceBox {
    background-color: #FDE7D7;
}

.mobileServiceBox {
    background-color: #D7E0FD;
    position: relative;
}

.mobileServiceBox .sHeadingsAndCount>h3::after {
    content: '';
    width: 150%;
    height: 150%;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../assets/comingSoon.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.5));
}

.innerService>img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.sHeadingsAndCount,
.sSeDetsAndButtons {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mobileHeadingWithLink {
    height: fit-content;
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.mobileHeadingWithLink>h2 {
    font-size: 120%;
    font-family: var(--font2);
    font-weight: 500;
    border: 1px solid black;
    border-radius: var(--br3);
    width: fit-content;
    padding: 10px 20px;
}

.mobileHeadingWithLink>a {
    height: auto;
    background-color: white;
    padding: 0 15px;
    border-radius: var(--br3);
    font-size: 150%;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 250ms ease-out;
}

.mobileHeadingWithLink>a:hover {
    background-color: black;
    color: white;
}

.sHeadings>h2 {
    font-size: 120%;
    font-family: var(--font2);
    font-weight: 500;
    margin-bottom: 25px;
    border: 1px solid black;
    border-radius: var(--br3);
    width: fit-content;
    padding: 10px 20px;
}

.sHeadings>h1 {
    font-size: 300%;
    text-transform: capitalize;
    font-family: var(--font1);
    font-weight: 100;
}

.sHeadingsAndCount>h3 {
    position: relative;
    font-size: 1000%;
    font-family: var(--font1);
    font-weight: 100;
    line-height: 0.7;
}

.sProductsHere {
    height: 100%;
    width: 100%;
}

.sProductsSlider {
    overflow: hidden;
    position: relative;
}

.oneProdBox {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.35);
    padding: 30px 20px;
    border-radius: var(--br2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oneProdBox>img {
    width: 170px;
    height: 170px;
    object-fit: contain;
    margin-bottom: 25px;
}

.oneProdBox>h1 {
    font-size: 150%;
    font-family: var(--font2);
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
}

.oneProdBox>h3 {
    font-size: 80%;
    font-family: var(--font2);
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

.oneProdBox>h2 {
    font-size: 200%;
    font-family: var(--font2);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.oneProdBox>h2>span {
    font-size: 40%;
    font-weight: 500;
}

.oneProdBox>p {
    font-size: 80%;
    font-family: var(--font2);
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.oneProdBox>button {
    background-color: white;
    border: 1px solid transparent;
    padding: 15px 30px;
    text-transform: capitalize;
    font-family: var(--font2);
    font-weight: 600;
    font-size: 100%;
    border-radius: var(--br3);
    cursor: pointer;
    transition: 250ms ease-out;
}

.oneProdBox>button:hover {
    background-color: black;
    color: white;
}

.sSeDetsAndButtons {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
}

.sSeDetsAndButtons>p {
    font-size: 100%;
    text-transform: capitalize;
    font-family: var(--font2);
    font-weight: 600;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.7);
}

.serviceButtons {
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.serviceButtons>button {
    width: fit-content;
    height: 55px;
    background-color: white;
    padding: 0 30px;
    border: none;
    text-transform: capitalize;
    font-family: var(--font2);
    font-weight: 600;
    font-size: 100%;
    border-radius: var(--br2);
    text-wrap: nowrap;
    cursor: pointer;
    transition: 250ms ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceButtons>button:hover {
    background-color: black;
    color: white;
}

@media only screen and (max-width: 1400px) {
    .sevicesSection>h1 {
        font-size: 250%;
    }

    .mobileHeadingWithLink>h2 {
        font-size: 110%;
        padding: 10px 20px;
    }

    .mobileHeadingWithLink>a {
        padding: 0 15px;
        font-size: 137%;
    }

    .sHeadings>h2 {
        font-size: 110%;
        padding: 10px 20px;
    }

    .sHeadings>h1 {
        font-size: 250%;
    }

    .sHeadingsAndCount>h3 {
        font-size: 700%;
    }

    .sSeDetsAndButtons>p {
        font-size: 95%;
    }

    .serviceButtons>button {
        height: 55px;
        padding: 0 30px;
        font-size: 95%;
    }
}

@media only screen and (max-width: 1080px) {
    .sevicesSection>h1 {
        font-size: 200%;
    }

    .mobileHeadingWithLink>h2 {
        font-size: 100%;
        padding: 10px 15px;
    }

    .mobileHeadingWithLink>a {
        padding: 0 15px;
        font-size: 127%;
    }

    .sHeadings>h2 {
        font-size: 100%;
        padding: 10px 15px;
    }

    .sHeadings>h1 {
        font-size: 200%;
    }

    .sHeadingsAndCount>h3 {
        font-size: 500%;
    }

    .sSeDetsAndButtons>p {
        font-size: 90%;
    }

    .serviceButtons>button {
        font-size: 90%;
    }
}

@media only screen and (max-width: 992px) {
    .sSeOneService {
        padding: 30px 5%;
        height: 1000px;
        gap: 30px;
    }

    .innerService>img {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .sSeDetsAndButtons {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .mobileServiceBox .sSeDetsAndButtons {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 576px) {
    .sevicesSection>h1 {
        font-size: 180%;
    }

    .mobileHeadingWithLink>h2 {
        font-size: 100%;
    }

    .mobileHeadingWithLink>a {
        padding: 0 13px;
        font-size: 117%;
    }

    .sHeadings>h2 {
        font-size: 100%;
    }

    .sHeadings>h1 {
        font-size: 180%;
    }

    .sHeadingsAndCount>h3 {
        font-size: 300%;
    }
}