body,
main {
    background-color: var(--bgcol);
}
.container,
.hero-text {
    grid-column: 1/-1;
    text-align: center;
}

.hero-title{
    font-weight: 600;
    font-size: clamp(2rem, 1rem + 4vw, 3.5rem);
}

.more-info,
.nav {
    font-weight: 300;
}
.btn,
.circle {
    background-color: var(--seccolor);
}
body {
    color: var(--prcol);
}
.service-container,
header {
    background-size: cover;
    color: var(--bgcol);
}
header {
    background-color: var(--prcol);
    min-height: 700px;
    height: 90svh;
    background-image: url("../Assets/webp/hero-img.webp");
}
footer {
    position: relative;
    min-height: 300px;
    background-image: url("../Assets/webp/footer.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-color: var(--prcol);
}
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: clamp(75px, 75px + 0.5vw, 90px);
    align-items: center;
    margin-inline: auto;
    padding-inline: var(--padding);
    transition: 0.2s;
}
.logo {
    margin-right: auto;
}
.nav {
    column-gap: 2rem;
}
.l-flex {
    display: flex;
}
.l-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-inline: var(--margin);
}
.card-container,
.container,
.hero-text {
    margin-inline: auto;
}
.hero-container {
    height: 100svh;
    min-height: 600px;
    align-items: center;
}
.text-container {
    margin-block-end: 5rem;
    display: none;
}
.container-btn {
    gap: clamp(0.5rem, 1rem + 1vw, 2rem);
    flex-wrap: wrap;
    justify-content: center;
}
.subtitle-header.services {
    margin-block-end: 3rem;
    font-size: clamp(1.2rem, 1.2rem + 1vw, 2rem);
    font-weight: 800;
}
.container {
    width: 100%;
    padding-block: 3rem;
}
.nos-container2 {
    margin-block: 2rem;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
.service-container {
    min-height: 100vh;
    text-align: center;
    background-position: center;
    background-image: url("../Assets/webp/bkimg.webp");
}
.container > .title-sec {
    padding-block-end: 0;
}
.container > .subtitle {
    margin-block: 0 4rem;
    max-width: 750px;
    margin-inline: auto;
}
.card-container {
    width: min(90%, 1440px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: clamp(2rem, 3rem + 2vw, 5rem);
    justify-items: center;
    justify-content: center;
    align-items: center;
}
.service-card {
    max-width: 335px;
    height: 340px;
}


.service-card > img{
    height: 100px;
}

.service-card .subtitle {
    font-weight: 500;
}
.desc,
.footer-container ul li {
    font-size: clamp(0.8rem, 0.1vw + 0.9rem, 1rem);
}
.more-info {
    color: var(--seccolor2);
    border-block-end: 1px solid transparent;
    transition: 0.5s;
}

.title-sec {
    font-weight: 600;
    font-size: clamp(2rem, 1rem + 5vw, 4rem);
}
.footer-container {
    width: min(95%, 1080px);
    min-height: 400px;
    margin-block-start: auto;
    gap: clamp(0.7rem, 0.7rem + 2vw, 3rem);
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    color: var(--bgcol);
}
.footer-container ul:last-child {
    justify-self: flex-start;
}
.title-sec {
    padding-block: 2rem;
    letter-spacing: 3px;
}
.subtitle,
.subtitle-header {
    font-size: clamp(1rem, 0.8rem + 1vw, 1.5rem);
}
.subtitle {
    font-weight: 300;
}
.subtitle-header {
    font-weight: 500;
    text-shadow: 0 1px 4px #000;
}
.btn {
    min-width: 225px;
    display: inline-block;
    font-family: Raleway, "serif";
    font-size: clamp(1rem, 1rem + 0.5vw, 1.5rem);
    font-weight: 800;
    padding: 0.5rem 2rem;
    color: var(--bgcol);
    transition: background-color, 0.2s;
}
.shadow {
    box-shadow: 0 4px 4px #00000025;
}
.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.whatsapp,
.whatsapp a {
    height: 60px;
    width: 60px;
}
.nos-item {
    flex-direction: column;
    align-items: center;
    max-width: max(20vw, 200px);
    justify-content: center;
}
.btn-menu {
    border: none;
    background-color: transparent;
}
.nav a {
    transition: transform 150ms;
}
.whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #60d669;
    border-radius: 50%;
}
.whatsapp a {
    display: grid;
    place-items: center;
}
.whatsapp img {
    margin: auto;
}
.nav a:hover {
    transform: scale(1.01);
    color: var(--hover);
}
.btn:hover {
    cursor: pointer;
    background-color: #632346;
    color: var(--hover);
}
.is-scrolled,
.nav.is-shown {
    color: var(--prcol);
    background-color: var(--bgcol);
}
.more-info:hover {
    border-block-end: 1px solid var(--seccolor2);
}
.is-scrolled {
    background-repeat: repeat;
}
.is-hidden {
    display: none;
}
.is-inverted {
    filter: invert(100%);
}
.nav.is-shown {
    top: clamp(75px, 75px + 0.5vw, 90px);
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    padding: 1rem;
    row-gap: 1rem;
}


.tel-container{
    font-size: 1.6rem;
    background-color: var(--seccolor);
    color: var(--bgcol);
    padding-block:.5rem ;
    text-align: center;
    padding-inline: 10px;
}

.tel-container > p{
    margin-block: 0 .3rem;
}

@media screen and (width <=1024px) {
    header {
        background-position: -200%;
    }
    
        
@media screen and (width <=860px) {
    header {
        background-position: -150%;
    }
}
@media screen and (width <=768px) {
    header {
        background-position: -120%;
    }
    .nav {
        display: none;
    }
    .nos-container2 {
        flex-wrap: wrap;
    }
    .is-hidden {
        display: initial;
    }
    .footer-container {
        padding-block: 1rem;
        flex-direction: column;
        align-items: flex-start;
        margin-inline: auto;
        align-content: flex-start;
    }
}
@media screen and (width <=570px) {
    header {
        background-position: -85%;
    }
}
@media screen and (width <=425px) {
    header {
        background-position: -70%;
    }
    footer {
        background-image: none;
    }
    .container-btn .btn {
        flex-grow: 1;
    }
}

