.shadow-boxes {
    display: flex;
    justify-items: center;
    width: 79vw;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
    margin-top: 5rem;
}

.shadow-boxes > div > div{
    height: 150px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 6px 6px #00000029;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.center-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.group-boxes{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available;
}

.item2{
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.item1{
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.icon-circle {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FAFAFA;
    box-shadow: none;
    border-radius: 50px;
    margin: 3rem;
}

.shadow-boxes-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.shadow-box-content {
    display: flex;
    flex-direction: column;
}

.shadow-box-content label {
    color: #2B0556;
    font-family: 'POPPINS';
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-bottom: 0.7rem;
}

.shadow-box-content a {
    font-size: 16px;
    font-family: 'Poppins';
    color: #1D2224;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.shadow-box-social-list {
    width: 100%;
    flex-direction: row !important;
    justify-content: space-between;
    display: flex;
}


ul.mobile-social-nav .li-social-small{
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: flex-start;
    border-radius: 100%;
    align-items: center;
    font-size: 1.5rem;
    background-color: white;
    color: #2B0556;
}

.form-title{
    font-size: 35px;
    font-family: Poppins;
    letter-spacing: 0.39px;
    line-height: 53px;
    color: #2B0556;
    font-weight: bold;
    text-align: center;

}

.form-wrapper {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Poppins';
    line-height: 25px;
    color: #1D2224;
    width: 79vw;
    margin-top: 6rem;
}

.container-form {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Poppins';
    line-height: 25px;
    color: #1D2224;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
    grid-auto-flow: row;
    grid-template-areas:
    "t1 t2"
    "t3 t4"
    "Select Select"
    "Message Message"
    "Privacy Sub";
}

.title-description{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.form-margin{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}

.Select { grid-area: Select; }

.t1 { grid-area: t1; }

.t2 { grid-area: t2; }

.t3 { grid-area: t3; }

.t4 { grid-area: t4; }

.Message { grid-area: Message; }

.Privacy { grid-area: Privacy; }

.Sub {
    grid-area: Sub;
    display: flex;
    justify-content: flex-end;
}

.t>input{
    background-color: #FAFAFA;
    width: 100%;
    border: 1px solid #E2E2E2;
    height: 50px;
    border-radius: 3px;
    margin-top: 1rem;
}

.select-box{
    display: flex;
    justify-content: space-between;
    background-color: #FAFAFA;
    width: 100%;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-top: 1rem;
}

.select-box>div {
    width: 100%;
}

.select-item div {
    display: flex;
    align-items: center;
    width: 65px;
    justify-content: space-between;
}

.select-item {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.select-item label{
    margin-left: 1rem;
}

textarea#message {
    width: 100%;
    border: none;
    background-color: #FAFAFA;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    opacity: 1;
    height: 85px;
    font-family: 'Poppins';
    margin-top: 1rem;
}

#form-sub-btn{
    background-color: #57C1DB;
    border: none;
    width: 176px;
    height: 72px;
    font: normal normal 400 18px/27px Poppins;
    letter-spacing: 0.56px;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
}

.grey-bg{
    background-image: url(../img/contact/background/grey.png);
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.white-bg{
    background-color: white;
    z-index: 1;
    /*margin-bottom: 20rem;*/
}

.contact-background {
    /*background-image: linear-gradient(*/
    /*        179deg,#2b0556af,#8e82a88c,#cdb8e97c), url(../img/contact/header/hello.png);*/
    background-image: linear-gradient(
            179deg,#2b0556e8,#483276eb,#745d93d6, #2b0556b5), url(../img/contact/header/hello.png);
}

#map-bg{
    height: 586px;
    z-index: 0;
    /* position: absolute; */
    /* z-index: 1; */
    top: 109rem;
    width: 100vw;
    background-image: url(../img/contact/background/map.png);
    background-size: cover;
    background-position: center;
    margin-top: -8rem;

}

@media only screen and (max-width: 900px){
    .icon-circle {
        width: 40px;
        height: 40px;
        margin: 1.5rem;
    }

    img {
        width: 35px;
    }

    .shadow-box-content a {
        font-size: 14px;
    }

    ul.mobile-social-nav .li-social-small {
        width: 3.5rem;
        justify-content: space-around;
        font-size: 1.3rem;
    }
}


@media only screen and (max-width: 670px){
    .group-boxes {
        display: flex;
        flex-direction: column;
    }

    .container-form {
        display: flex;
        flex-direction: column;
    }

    .select-box{
        flex-direction: column;
    }

    .Sub{
        justify-content: flex-start;
    }
}
