/*heder start*/
.home-logo-bg {
    @media screen and (max-width: 576px) {
        width: 300px;
        height: 100px;
    }

}

.home-carusel {
    margin-top: -165px;
    z-index: 30;
    position: relative;
}

.home-intro {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;

}

.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 37, 41, 0.5);
    pointer-events: none;
    z-index: -1;
}

.home-info {
    position: absolute;
    bottom: 10rem;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.image-container {
    position: relative;
    width: 100%;
    height: 770px;
}

.header-title {
    color: #F6E1A1;
    text-align: center;
    font-family: Avenir;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 20px 0 40px 0;

}

.header-title:hover {
    color: white !important;;
}


.home-img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 770px;
    display: block;
}

.conatct-item {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 10px;
    border: 2px solid #C4A65A;
    background: #4C5261;
}

.contact-items {
    gap: 20px;
    display: grid;
    z-index: 1;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    margin-top: -40px;
    @media screen and (max-width: 992px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media screen and (max-width: 576px) {

        grid-template-columns: repeat(1, 1fr);
    }
}

.contact-titel {
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px; /* 150% */
    padding-bottom: 20px;

}

.contact-email {
    padding-bottom: 20px;
    color: #FFE088 !important;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding-left: 10px;
    line-height: normal;
}

.contact-map {
    color: #FFE088 !important;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    padding-left: 10px;
}


.contact-section {

    padding-bottom: 100px;
    padding-top: 30px;
    border-radius: 8px;
}

.contact-info {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 20px;
    color: #f0d88a;
}

.contact-info p {
    margin: 0;
    font-size: 18px;
}


.contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-group-c {
    width: 100%;
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 576px) {

        flex-direction: column;
    }
}

.form-field {
    width: 48%;


    @media screen and (max-width: 576px) {
        width: 100%;
    }
}

.contact-label {
    display: block;
    margin-bottom: 5px;
    color: #FFF;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 100% */
    text-transform: uppercase;
}

input, textarea {
    width: 100%;
    font-size: 16px;
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid var(--Components-Forms-Input-border, #CED4DA);
    background: var(--global-09-white, #FFF);
}

input::placeholder, textarea::placeholder {
    color: #b3b3b3;
}

textarea {
    height: 100px;
    resize: none;
}

.submit-btn {
    border-radius: 30px;
    background: linear-gradient(94deg, #C4A559 5.37%, #CFB773 52.17%, #E1CA83 61.69%, #D0B976 74.44%, #CFB773 98.96%);
    padding: 10px;
    color: #5F4B1B;
    text-align: center;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 120% */
    border: 1px solid #5F4B1B;
    margin-top: 20px;
}

.submit-btn:hover {
    background-color: #d1ba71;
}

.contact-us-title {
    font-family: Avenir;
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    color: #F6E1A1;

}

.game-list-button {
    height: 44px;
    padding: 10px !important;
    display: inline-table;
}

.send-email, .send-email:hover, .send-email:active {
    text-decoration: none;
    color: #FFE088;
}

.fv-plugins-message-container {
    margin-top: -15px;
}