
.service-content-btn {
    position: absolute;
    top: 70%;
    left: 3%;
    z-index: 999;
}

.service-btn {
    padding: 7px 13px;
    border: 1px solid white;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    background: rgba(19, 19, 19, 0.479);
    backdrop-filter: blur(18px);
    color: white;

    &:hover {
        color: black !important;
        background: white;
    }
}

.cont-after-heading {
    margin-top: 100px;
}

.about-after-heading {
    margin-top: 110px;
}



.cont-after-heading p,
.cont-after-hero p {
    font-family: var(--font-poppins);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.about-after-heading p {
    font-family: var(--font-poppins);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.cont-after-hero {
    color: rgb(184, 184, 184);
    text-transform: uppercase;
}

.cont-after-desc p {
    font-family: var(--font-poppins);
    font-size: 18px;
    /* font-weight: 600; */
    text-align: center;
}

.cont-after-btn button {
    border: 1px solid white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 12px;
    background: rgba(19, 19, 19, 0.479);
    backdrop-filter: blur(18px);
    color: white;

    &:hover {
        color: black;
        background: white;
    }
}

.center-container div:nth-child(1) {
    width: 40%;
    height: 5px;
    background: white;
}

.center-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-390 {
    margin-top: 390px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-top-200 {
    margin-top: 200px;
}

.margin-top-80 {
    margin-top: 80px;
}


.center-container div:nth-child(2) {
    width: 20%;
    height: auto;
    background: transparent;
    color: white;
    text-align: center;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 20px;
}

.center-container div:nth-child(3) {
    width: 40%;
    height: 5px;
    background: white;
}

.image-container-services {
    /* border: 1px solid white; */
    border-radius: 12px;
    width: 420px;
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
}

.grid-cont {
    width: 90%;
    /* border: 1px solid white; */
    text-align: left;
    font-family: var(--font-poppins);
    font-weight: 600;
}

.grid-cont p:nth-child(1) {
    font-size: 28px;
}

.grid-cont p:nth-child(2) {
    font-size: 20px;
    font-weight: normal;
}

.service-hero-section-cont {
    border: lightgray;
    width: 85%;
    height: 200px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(16px) saturate(180%);
}

.call-to-action {
    padding: 10px;
    width: 90%;
    /* background: #000000; */
    /* background-color: rgba(0, 0, 0, 0.637);
    backdrop-filter: blur(16px) saturate(180%); */
}

.call-to-action-cont {
    background-color: rgba(0, 0, 0, 0.637);
    backdrop-filter: blur(16px) saturate(180%);
    height: 300px;
}

.call-to-action {
    font-family: var(--font-poppins);
    font-weight: 700;
    text-align: center;
    color: white;
}

.call-to-action p {
    font-size: 32px;
}

.call-to-action button {
    font-size: 20px;
}