.fl-home-hero{
    position: relative;
    min-height: 642px;
    padding: 80px 0px;
    display: flex;
    align-items: center;
}
.hreo-image{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.hreo-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 14 / 5;
    object-fit: cover;
}
.fl-home-hero .container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}
.fl-hero-block-right span {
    font-size: 18px;
    color: #fdeebd;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}
.fl-hero-block-right h1{
    font-size: 78px;
    color: #ffffff;
    line-height: normal;
}
.fl-hero-block-right{
    max-width: 498px;
    width: 100%;
}
.fl-hero-block-right p{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 50px;
}
.fl-hero-button {
    display: flex;
    align-items: center;
    gap: 17px;
}
.fl-hero-button a.btn{
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #c6b16a;
    font-weight: 600;
    width: 100%;
    line-height: 48px;
    border-radius: 42px;
    padding: 0px;
    text-transform: capitalize;
    text-align: center;
    background: transparent;
    font-family: "Montserrat", Sans-serif;
}
.fl-hero-button a.btn:first-child {
    background: #1f6a74;
    border-color: #1f6a74;
}
.fl-hero-button a.btn:first-child:hover {
    background: #c6b16a;
    border-color: #c6b16a;
}
.fl-hero-button a.btn:last-child:hover {
    background: #c6b16a;
    border-color: #c6b16a;
}