@font-face {
    font-family: fontEdil;
    src: url(../../assets/font/Conthrax-SemiBold.otf);
}

* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 1px;
}


body {
    width: 100%;
    height: auto;
}

.hero-services {
    position: relative;
    max-width: 100%;
    height: 90vh;
    background-color: white !important;

    .back-service {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90vh;
        z-index: 1;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.hero-text {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: start;
    flex-direction: column;
    z-index: 1;
    background-color: transparent;
    font-family: inter;
    box-sizing: border-box;
    padding-left: 10%;
    padding-bottom: 6%;

    h1 {
        background-color: transparent;
        font-weight: 800;
        font-family: inter;
        letter-spacing: -2px;
        color: var(--text);
        max-width: 700px;
        font-size: clamp(12px, 4vw, 68px);
        line-height: 1;
        color: rgb(63, 63, 63);
        filter: drop-shadow(0px 0px 5px #1f676b);
        font-family: Arial, Helvetica, sans-serif;
    }

    h2 {
        background-color: transparent;
        font-size: clamp(20px, 2vw, 30px);
        font-weight: 500;
        line-height: 1.4;
        color: var(--text-secondary);
        max-width: 600px;
        margin-top: 30px;
        margin-bottom: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    p {
        background-color: transparent;
        font-size: clamp(18px, 1.4vw, 20px);
        font-weight: 400;
        line-height: 1.8;
        color: var(--text-light);
        max-width: 560px;
        margin-top: 0px;
        margin-bottom: 25px;
        font-family: Arial, Helvetica, sans-serif;
    }

    h3 {
        background-color: transparent;
        font-size: 13px;
        letter-spacing: 1px;
        color: var(--text-light);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .status-dot {
        width: 10px;
        height: 10px;
        background: #1f676b;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(74, 222, 128, .35);

    }
}

.callBtnserv {
    background-color: #1f676b;
    width: fit-content;
    height: auto;
    padding: 8px 15px;
    border-radius: 15px;
    color: white;
    font-family: fontEdil;
    border-color: #ffffff;
    border-width: 4px;
    filter: drop-shadow(1px 1px 2px black);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 0.8vw;
}

.callBtnserv:hover {
    background-color: #ffffff;
    color: #1f676b;
    border-color: #1f676b;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.sectionOne {
    height: 130vh;
    width: 100%;
}

.selectPage {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.containerSelect {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
        "cnt1 cnt2"
        "cnt3 cnt4"
        "cnt5 cnt6";
}

.cnt1 {
    grid-area: cnt1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    img {
        width: 65%;
        object-fit: cover;
        aspect-ratio: 16/9;
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.562));
    }
}

.cnt2 {
    grid-area: cnt2;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    box-sizing: content-box;
    padding-left: 10%;
    gap: 10px;

    h2 {
        font-family: fontEdil;
        font-size: 2vw;
    }

    h3 {
        font-size: 1.5vw;
        font-family: Arial, Helvetica, sans-serif;
    }

    p {
        max-width: 70%;
        font-size: 1vw;
        font-family: Arial, Helvetica, sans-serif;
    }

    a {
        text-decoration: none;
        color: black;
        font-size: 0.8vw;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
    }
}

.cnt3 {
    grid-area: cnt3;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    box-sizing: content-box;
    padding-left: 20%;
    gap: 10px;

    h2 {
        font-family: fontEdil;
        font-size: 2vw;
    }

    h3 {
        font-size: 1.5vw;
        font-family: Arial, Helvetica, sans-serif;
    }

    p {
        max-width: 70%;
        font-size: 1vw;
        font-family: Arial, Helvetica, sans-serif;
    }

    a {
        text-decoration: none;
        color: black;
        font-size: 0.8vw;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
    }
}

.cnt4 {
    grid-area: cnt4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    img {
        width: 65%;
        object-fit: cover;
        aspect-ratio: 16/9;
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.562));
    }
}

.cnt5 {
    grid-area: cnt5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    img {
        width: 65%;
        object-fit: cover;
        aspect-ratio: 16/9;
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.562));
    }
}

.cnt6 {
    grid-area: cnt6;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    box-sizing: content-box;
    padding-left: 10%;
    gap: 10px;

    h2 {
        font-family: fontEdil;
        font-size: 2vw;
    }

    h3 {
        font-size: 1.5vw;
        font-family: Arial, Helvetica, sans-serif;
    }

    p {
        max-width: 70%;
        font-size: 1vw;
        font-family: Arial, Helvetica, sans-serif;
    }

    a {
        text-decoration: none;
        color: black;
        font-size: 0.8vw;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
    }
}
.detail-card-cnt{
    margin-top: 10%;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5%;
    font-family: Arial, Helvetica, sans-serif;
    .title-faq{
        font-size: 1.6vw;
        margin-bottom: 4%;
    }
}
.card-plus{
    width: 45%;
    color: black;
    margin-bottom: 2%;
    .title-cnt{
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 4px solid #1f676b;
        font-size: 1vw;
        text-transform: uppercase;
        padding: 3%;
        background-color: gray;
        border-radius: 20px;
        cursor: pointer;
        span:nth-child(1){
            margin-left: 2%;
            
        }
        span:nth-child(2){
            margin-right: 2%;
            font-size: 1.7vw;
        }
    }
    
    .hide-text{
        text-transform: uppercase;
        height: 0;
        overflow: hidden;
        opacity: 0;
        font-size: 0.9vw;
        text-align:justify;
        max-width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        font-family:Arial, Helvetica, sans-serif;
        p{  
            margin-top: 2%;
            margin-left: 5%;
            max-width: 80%;
            font-family:Arial, Helvetica, sans-serif;
            font-weight: 300;
        }
    }
    .hide-text.open{
        max-height: fit-content;
        opacity: 1;
    }
}
.fa-square-plus{
    font-size: 1.7vw;
}
@media screen and (min-width:320px) and (max-width:820px) and (orientation: portrait) {
    /*BODY*/
     .hero-services {
        height: 90vh;
    }
    .hero-text {
        justify-content: end;
        align-items: center;
        padding-left: 0px;
        padding: 5%;
        padding-bottom: 10%;
        text-align: center;

        h1 {
            font-size: 9vw;
            filter: drop-shadow(1px 1px 2px #1f676b);
        }

        h2 {
            font-size: 5vw;
        }

        p {
            font-size: 3.5vw;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        h3 {
            font-size: 2.8vw;
        }
    }
    .callBtnserv{
        font-size: 2vw;
    }
    .cnt2,.cnt3,.cnt6{
        align-items: center;
        padding: 0;
        h2{
            font-size: 5vw;
        }
        h3{
            font-size: 4vw;
            text-align: center;
        }
        p{
            font-size: 3.5vw;
            text-align: center;
        }
        a{
            font-size: 3vw;
        }
    }
    .nav-space{
        display: none;
    }
    .sectionOne{
        height: 200vh;
    }
    .containerSelect {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        display: grid;
        gap: 10px;
        width: 100%;
        height: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas:
            "cnt1"
            "cnt2"
            "cnt4"
            "cnt3"
            "cnt5"
            "cnt6";
    }
    .detail-card-cnt{
    margin-top: 10%;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5%;
    font-family: Arial, Helvetica, sans-serif;
    .title-faq{
        font-size: 3vw;
        margin-bottom: 4%;
    }
}
.fa-square-plus{
    font-size: 2.5vw;
}
.card-plus{
    width: 90%;
    color: black;
    margin-bottom: 2%;
    .title-cnt{
        font-size: 3.5vw;
    }
    
    .hide-text{
        font-size: 3.5vw;
        font-family:Arial, Helvetica, sans-serif;
        p{  
            margin-top: 2%;
            margin-left: 5%;
            max-width: 80%;
            font-family:Arial, Helvetica, sans-serif;
            font-weight: 300;
        }
    }
}
}