html,
body {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
}

body::after {
    content: "";
    background: url("../img/contact/backgrounds/mixer-music-audio-studio-sound-studio-sound-mixer.jpg");
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.content-contact {
    font-family: var(--font);
}

.overlay {
    width: 100%;
    height: 100%;
}

.contact-us {
    margin-top: 50px;
    margin-bottom: 50px
}

.contact-us h3,
p {
    color: #fff
}

.address {
    margin-top: 14px !important;
    margin-left: 10px;
    font-size: large;
    font-weight: 500;
}

/*.address span {
    color: #7B1FA2
}*/

.icons {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center
}

.icons i {
    font-size: 20px
}

.forms {
    padding: 20px;
    border-radius: 15px;
}

.inputs input {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #eee;
}

.inputs input:focus {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid var(--accent-color);
    box-shadow: none
}

.inputs textarea {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #eee;
    width: 100%;
    resize: none
}

.inputs textarea:focus {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid var(--accent-color);
    box-shadow: none;
    resize: none
}

.form-control {
    padding: .375rem .25rem
}

.invalid-feedback {
    text-align: left;
}

@media (max-width: 768px) {
    html {
        background-color: var(--bg) !important;
    }
}

@media (max-height: 735px) {
    html {
        background-color: var(--bg) !important;
    }
}

.tooltip {
    z-index: 9999;
}

#tooltipInfoI {
    transition: 0.3s;
    color: grey;
}

#tooltipInfoI:hover {
    color: var(--accent-color-hover);
}