* {
    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-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 section */


.date-section {
    height: 100vh;
}

.date-main {
    color: white;
    margin-top: 50px;
}

.box {
    padding: 46px 0;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 90vw;
    height: auto;
    border: white solid 10px;
    color: white;
}

.date-heading {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.date1 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;

}

/* contact */
.contact-wrapper {
    width: 100%;
    color: white;
    
    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-top: 80px;
    margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px;
}

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

.phone {
    font-size: 16px;
    text-align: left;
}

.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;

}