body,
button,
input {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}


.bg-img {
    background-image: url(../img/section1-bg.webp);
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;

}

:root {
    --color-rgb1: rgb(33, 3, 33);
    --color-rgb2: #7f0f41;
    --color-rgb3: rgb(230, 75, 103);
    --color-rgb4: rgb(51, 5, 51);
    --color-rgb5: rgb(64, 79, 92);
    --color-white: white;
    --color-rgba: rgba(53, 58, 61, 0.993);
}

.bg-rgb1 {
    background-color: var(--color-rgb1);
    width: 100%;
    height: 100vh;
}

.bg-header {
    background-image: url(../img/header-background.webp);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 190px;
}

.bg-rgb2 {
    background-color: var(--color-rgb2);
}

.mt-150px {
    margin-top: 150px;
}

.mt-90px {
    margin-top: 90px;
}

.fs {
    font-family: serif;
    font-size: 110px;
    width: 70%;
}

.bg-section2 {
    background-image: url(../img/subscribe-background-scaled.jpg);
    width: 420px;
    height: 48vh;
    background-size: 30cm;
    background-position: top;
}

.width-110px {
    width: 110px;
}

.font-serif {
    font-family: serif;
}

.color-rgb2 {
    color: var(--color-rgb2);
}

.translate-sec-div2 {
    transform: translateY(35px);
    z-index: 1;
}

.translate-sec2 {
    transform: translateY(-40px);
}

.bg2-rgb1 {
    background-color: var(--color-rgb1);
    width: 100%;
    height: 200px;
}

.button-hover {
    transition: all .3s;

    &:hover {
        background-color: var(--color-rgb3);
    }
}

.color-rgb3 {
    color: var(--color-rgb3);
}

.color-rgb4 {
    color: var(--color-rgb4);
}

.fs-10 {
    font-size: 65px;
}

.bg-section4 {
    background-image: url(../img/subscribe-background-scaled.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: bottom center;
}

.mt-160px {
    margin-top: 170px;
}

.bg-section5 {
    background-image: url(../img/vineyard-tours-background.jpg);
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
}

.bg-footer {
    background-image: url(../img/footer-background.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 950px;
}

.mb-110px {
    margin-bottom: 110px;
}

.fs-14px {
    font-size: 14px;
}

.w-ul {
    width: 150px;
    height: 200px;
}

.th {
    transition: all 0.3s !important;

    &:hover {
        color: var(--color-rgb3) !important;
    }
}

.line-h {
    line-height: 30px;
}

.bg-button-footer {
    background-color: var(--color-rgb1);
}

.th2 {
    transition: all 0.3s !important;

    &:hover {
        color: var(--color-rgb1) !important;
    }
}

.position {
    position: fixed;
    right: 20px;
    top: 150px;
}

.a-position {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: var(--color-white);
    border-radius: 10px;
    text-decoration: none;
}

.i-position {
    font-size: 25px;
    color: var(--color-rgb5);
}

.span-position {
    color: var(--color-rgb5);
    font-size: 10px;
    font-weight: bold;
}

.a-position2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 35px;
    background-color: var(--color-rgba);
    position: fixed;
    right: 100px;
    bottom: 0;
    z-index: 10;
    transition: all 0.2s;

    &:hover {
        background-color: var(--color-rgb3);
    }
}

.i-position2 {
    color: var(--color-white);
}

.bg2-header {
    background-color: var(--color-rgb1);
    width: 100%;
    height: 200px;
}