* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;

}

body {
    font-family: 'Inter';
    background-image: url(../../img/otherRoutes/mainBG.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    margin: 0px 70px 150px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin-top: 80px;

}

.navbar ul {
    margin-top: 80px;
    font-size: 14px;
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 24px;
}

.navbar ul li a {

    color: white;
    padding: 4px 8px 4px 8px;
}

/* main */

main h1 {
    text-align: center;
    color: white;
    margin-top: 50px;
    margin-bottom: 10px;
}

/* card */
.img-wrapper{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;

}
.img-wrapper .theme{
   width: 80%;
}


/* contact */
.contact-wrapper {
    width: 100%;
    color: white;
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.contact {
    font-size: 40px;
}

.footerBG {
    background-color: var(--footerBG);
    text-align: center;
    width: 100%;
}

.contact-wrapper ul {
    margin-top: 40px;
    font-size: 14px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;

}

.contact-wrapper ul li a {
    color: white;
    padding: 4px 8px 4px 8px;


}

.numbers {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 220px;

}

.s4-icon-wrapper img {
    margin: 30px 20px;
    width: 20px;
}

.copyright {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}

 .phone{
        font-size: 16px;
        text-align: left;
    }
    .nfooter{
        background-color: var(--footerBG);
        width: 100%;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 40px;
    }
    .box1{
        width: 250px;
    }
    .box1 H1{
    font-size: 20px;
    }
    .box1 p{
        margin-top: 20px;
    font-size: 14px;
    }
    .box2 H1{
        font-size: 20px;
        text-transform: capitalize;
        }
    
        .box2-p{
            margin-top: 20px;
        font-size: 14px;
        }
        .box2-p p{
            margin-top: 8px;
        }
        .box3 H1{
            font-size: 20px;
            text-transform: capitalize;
            }
    
        .box3-p{
           margin-top: 20px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        gap: 8px;
        }
    
    .box3 .box3-p a{
        color: white;
    
    }
    .contact-head {
        margin-top: 80px;
    }
    .contact-head p{
    color: white;
    text-align: center;
    }
    .contact-head h1{
        margin-top: 12px;
    color: white;
    text-align: center;
    
    }