#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;
}

#contactDetails {
    padding: 20px 0;
    background: #ED1C24;
}
#contactDetails .wrap {
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    #contactDetails .wrap {
        flex-direction: column;
        align-items: center;
    }
}
#contactDetails .wrap .phone {
    margin-right: 30px;
}
@media (max-width: 767px) {
    #contactDetails .wrap .phone {
        margin: 0;
    }
}
#contactDetails .wrap .inner {
    display: flex;
    align-items: center;
}
#contactDetails .wrap .inner a {
    color: #FFF;
    text-align: right;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
#contactDetails .wrap .inner i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

#address .container-fluid {
    padding: 0;
    overflow: hidden;
}
#address .address {
    padding: 100px 200px;
}
@media (max-width: 991px) {
    #address .address {
        padding: 50px 15px;
    }
}
#address .address .wrap {
    width: fit-content;
    margin: 0 auto;
}
#address .address .wrap p {
    color: #0A0529;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#address .address .wrap p strong {
    color: #0A0529;
    font-family: Lexend;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#address iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
}
