#hero {
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}
#hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(10, 5, 41, 0.75);
}
#hero .content {
    position: relative;
    z-index: 2;
}
#hero .content h1 {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 25px;
}
#hero .content h1 strong {
    color: #FFF;
    font-family: Lexend;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #ED1C24;
    text-decoration-thickness: 7.5%;
    text-underline-offset: 1.5%;
    text-underline-position: from-font;
}
#hero .content p:first-of-type() {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 25px;
}
#hero .content p{
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
#hero .content .click {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}
#hero .content .click .btn-red {
    margin-right: 15px;
}

#hero .content .click .btn-holo {
    width: fit-content;
}

#tour {
    background: #2f166b;
    padding-top: 50px;
    padding-bottom: 50px;
}
#tour {
    background: #342067;
    padding: 100px 0;
}
#tour .row {
    align-items: center;
}
#tour .content {
    padding-right: 50px;
}
@media (max-width: 1200px) {
    #tour .content {
        padding: 0;
    }
}
#tour .content h2 {
    color: #FFF;
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 30px;
}
#tour .content p {
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#tour form .form-group input,
#tour form .form-group textarea {
    border: 1px solid #A4A4A4;
    background: #FFF;
    border-radius: 0;
    color: #0A0529;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#tour form .form-group input::placeholder,
#tour form .form-group textarea::placeholder {
    color: #0A0529;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}