@media (max-width: 1230px) {
    .contact-form {
        position: relative;
        z-index: 12;
        top: 60px;
        width: 80vw;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }

    .contact-form-title {
        font-family: monbaiti, serif !important;
        color: #ffffff;
        font-size: 25px;
        text-align: center;
        margin-left: -60px;
        margin-right: -60px;
    }

    .contact-submit, .contact-submit:hover {
        background-color: #ffffff;
        color: #000000;
        width: 100%;
        border-radius: 0 !important;
        border: none !important;
        margin-top: -21px;
    }

    .social {
        position: relative;
        margin-left: calc(50% - 62.5px);
        z-index: 13;
        margin-top: 120px;
    }

    .nav-title-mobile {
        border-bottom: none !important;
    }


}

@media (min-width: 1231px) {

    .contact-form {
        position: absolute;
        z-index: 12;
        top: 13vw;
        left: calc(50% - 11vw);
        width: 22vw;
        text-align: center;
    }

    .contact-form-title {
        font-family: monbaiti, serif !important;
        color: #ffffff;
        font-size: 25px;
        text-align: center;
        margin-left: -100px;
        margin-right: -100px;
    }

    .contact-form form {
        position: absolute;
        width: 22vw;
    }

    .contact-submit, .contact-submit:hover {
        background-color: #ffffff;
        color: #000000;
        width: 100%;
        border-radius: 0 !important;
        border: none !important;
        margin-top: -21px;
    }

    .social {
        position: fixed;
        bottom: 40px;
        left: 40px;
        z-index: 13;
    }

    .map-left {
        position: absolute;
        top: 13vw;
        left: 3vw;
        width: 24vw;
        z-index: 9;
    }

    .map-right {
        position: absolute;
        top: 13vw;
        right: 3vw;
        width: 32vw;
        z-index: 9;
    }

    #athens {
        top: 26.10vw;
        right: 28.65vw;
    }

    #rome {
        top: 26.10vw;
        right: 29.55vw;
    }

    #geneva {
        top: 24.35vw;
        right: 30.85vw;
    }

    #palermo {
        top: 26.50vw;
        right: 29.95vw;
    }

    #milan {
        top: 25.20vw;
        right: 29.95vw;
    }

    #milan-1 {
        bottom: 200%;
    }

    #milan-2 {
        bottom: 1000%;
    }

    #milan-3 {
        bottom: 1800%;
    }

    #malaga {
        top: 26.50vw;
        right: 32.55vw;
    }

    #lyon {
        top: 24.80vw;
        right: 31.30vw;
    }

    #chicago {
        top: 25.30vw;
        left: 15.25vw;
    }

    #ohio {
        top: 25.75vw;
        left: 16.15vw;
    }

    #la {
        top: 27.45vw;
        left: 10.65vw;
    }

    #bel-air {
        top: 26.95vw;
        left: 10.15vw;
    }

    #saudi-arabia {
        top: 28.25vw;
        right: 25.2vw;
    }

    #frankfurt {
        top: 23.85vw;
        right: 30vw;
    }

    #koln {
        top: 23.45vw;
        right: 30.40vw;
    }
    #texas {
        top: 27vw;
        left: 14.05vw;
    }
    #munich {
        top: 24.3vw;
        right: 29.5vw;
    }
    #louisville {
        top: 26.2vw;
        left: 15vw;
    }
    #rhodes {
        top: 26.6vw;
        right: 27.85vw;
    }
    #venezuela {
        top: 31.15vw;
        left: 18.25vw;
    }
    #monaco {
        top: 25.60vw;
        right: 30.35vw;
    }
    #belgium {
        top: 23.45vw;
        right: 31.80vw;
    }

    #rome-1 {
        bottom: 200%;
    }

    #rome-2 {
        bottom: 1000%;
    }

    #frankfurt-1 {
        bottom: 200%;
    }

    #frankfurt-2 {
        bottom: 1000%;
    }

    #monaco-1 {
        bottom: 200%;
    }

    #monaco-2 {
        bottom: 1000%;
    }

    #czech-republic {
        top: 23.6vw;
        right: 29.2vw;
    }

    #london {
        top: 23vw;
        right: 32.6vw;
    }

    #dubai {
        top: 28.6vw;
        right: 23.4vw;
    }

}

.form-button {
    border: 1px #ffffff solid;
    height: 37px;
    color: #ffffff;
    text-align: left;
    padding: 7px 10px 7px 10px;
}

.form-button-i {
    margin-top: -1px;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-align: left;
    padding: 7px 10px 7px 10px;
}

.form-button:hover, .form-button-i:hover {
    background-color: #ffffff;
    color: #000000;
    font-family: poppins-bold, serif !important;
    cursor: pointer;
}

.selected-form-button {
    background-color: #ffffff;
    color: #000000;
    font-family: poppins-bold, serif !important;
    cursor: pointer;
}


.form-textarea {
    margin-top: 1em;
}

.dots div {
    position: absolute;
    width: 0.25vw;
    height: 0.25vw;
    background-color: #ffffff;
    z-index: 10;
    padding: 1px;
}

.dots div div {
    visibility: hidden;
    width: 270px;
    background-color: #DBD1C3;
    font-size: 14px;
    color: #000000;
    text-align: center;
    border-radius: 0;
    padding: 2px;
    position: absolute;
    bottom: 300%;
    left: 50%;
    margin-left: -135px;
    height: 26px;
    text-transform: uppercase;
    font-family: poppins-bold, serif;
    opacity: 1;
}

#malaga div {
    width: 160px;
    margin-left: -80px;
}
.dots div div:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #DBD1C3 transparent transparent transparent;
    opacity: 1;
}

.dots div:hover div {
    visibility: visible;
}


.alert {
    font-family: poppins-bold, serif;
    padding: 2px !important;
    margin-bottom: 0.5rem !important;
}

.alert-success {
    font-family: poppins-bold, serif;
    color: lightgreen;
    background-color: transparent !important;
    border-color: transparent !important;
}

.alert-danger {
    font-family: poppins-bold, serif;
    color: #f04848 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
