
.layer-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.layer-1 .bk-img-l1 img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;  /* background-style */
    z-index: -1;  /* keep behind everything */
}

.text-l1 {
        position: absolute;
    color: #fff;
    display: flex;
    width: 75vw;
    flex-direction: column;
    justify-content: center;
    left: 14%;
    margin-top: -239px;
    text-align: center;
}
.p-l1-1 {
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 400; /* Regular */
    margin-top: 0;
}

#p-l1-2 {
    font-size: 56px;
    letter-spacing: -1.9px;
    font-weight: 600; /* Semi-Bold */
    line-height: 57.6px;
    margin-top: 0;
    margin-bottom: 24px;
}
.hero-btn {
    padding: 19px 36px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    width: fit-content;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 400; /* Regular */
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.2s, color 0.2s;
}

.hero-btn:hover {
    background: #fff;
    color: #112250;
}

.bt-1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0;
    margin-top: 0;
    line-height: 0px;
    align-self: flex-end;
}
.arrow {
        font-size: 28px;
}

.layer-3 {
    position: relative;
    margin: 0;
    padding: 80px 204px;
    top: 0;
    background: #fff;
}

.layer-3 p {
    margin-bottom: 0;
    margin-top: 40px;
    text-align: left;
}
.p-l3-1 {
    color: #816934;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0;
}
.history-underline {
    width: 90px;
    height: 2px;
    background: #DCDCDC;
    margin: 12px auto 32px 0;
    border-radius: 2px;
}
.p-l3-2 {
    margin-top: 45px !important;
    font-size: 20px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;
}
.layer-5 {
        background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.layer-5-content { margin-top: 55px;margin-bottom: 105px;}

.l5-img-wrap {
    position: relative;
    display: inline-block;
}

.l5-img {
    /* display: block; */
    width: 99vw;
    height: auto;
}

.l5-text {
    position: absolute;
    top: 0; /* adjust as needed */
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff; /* or your preferred color */
    font-size: 24px; /* adjust as needed */
    font-weight: 600;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pll3 {
    margin-top: 40px;
}

@media (max-width: 1080px) {
    .main-container,
    .main-wrapper {
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .nav-main {
        background: #b3b3b3 !important;
    }
    .text-l1 {
        padding: 0px 50px;
        align-items: center;
        top: 11vw;
        margin-top: 0px;
    }
    .p-l1-1 {
        font-size: 12px;
        letter-spacing: 4px;    
    }
    #p-l1-2 {
        font-size: 22px;
        max-width: 90vw;
        line-height: 1.2;
        margin-bottom: 16px;
        font-weight: 400;
        letter-spacing: 0.1px;
        text-align: center;
    }
    .layer-1 .bk-img-l1 img {
        min-height: 200px;
    }
    .layer-3 {
        padding: 50px 20px;
    }
    .p-l3-2 {
        margin-top: 26px !important;
        font-size: 12px;
        color: #666666;
        font-family: 'Open Sans', sans-serif;
        line-height: 22px;
    }
    .p-l3-1 {
        font-size: 20px;
     }
     
    .l5-img-wrap {
        width: 100vw;
        min-height: 500px;
        overflow: hidden;
    }
    .l5-img-wrap img.l5-img {
        width: auto;
        min-height: 500px;
        margin-left: -400px;
    }
    .l5-text {
        font-size: 16px;
        padding: 0 10px;
    }
    .layer-5-content {
        margin-bottom: 20px;
    }

}