* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.image-box {
    position: relative;
    margin-bottom: 4em;
}

.image-box .shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.image-box img {
    width: 100%;

}



.heading {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%);
    color: white;
}

.heading h1 {
    font-size: 80px;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 0px;
}

.heading p {
    text-align: center;
    font-size: 25px;
}

.heading footer {
    padding-top: 30px;
    text-align: right;
}

.navbar a {
    display: block;
    font-size: 38px;
    letter-spacing: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 0px;
    padding: 10px;
    padding-left: 45px;
    color: rgb(54, 51, 51);
    text-decoration: none;
}



.shapedividers_com-693 {
    overflow: hidden;
    position: relative;
}

.shapedividers_com-693::before {
    content: '';
    font-family: 'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 200% 57px;
    background-position: 0% 100%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%23f1f1f1" d="M0 288l1440-128v160H0z"/><path fill="%23f1f1f1" opacity=".66" d="M0 192l1440-96v224H0z"/></svg>');
}

@media (min-width:2100px) {
    .shapedividers_com-693::before {
        background-size: 200% calc(2.5vw + 167px);
    }
}


.contact {
    margin-bottom: 50px;
}


.contact h4 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin: 50px 20px 20px 20px;
    letter-spacing: 2px;
    font-weight: 500;
}

.contact .middle-box {
    display: flex;
    justify-content: center;
}

.contact .box {
    display: flex;
    flex-direction: column;
}

.contact .contact-div {
    font-family: "Poppins", sans-serif;
    background-color: #6bbf59;
    width: 320px;
    color: white;
    padding: 10px;
    letter-spacing: 1.5px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}

.contact .contact-div span {
    font-weight: 600;
}

