.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;
}
.history-underline {
    width: 90px;
    height: 2px;
    background: #DCDCDC;
    margin: 12px auto 32px auto;
    border-radius: 2px;
}
.item {
    min-height: 270px;
    min-width: 100px;
}
.l4-l56 {
    text-align: center;
}
.p-l3-1 {
    color: #816934;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0;
}

.l7-d1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.l7-d1 div {
    display: flex;
    align-items: center;
}
.l7-d-co {
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
}
.l5-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    color: #fff;
    height: 30vw;
}
.pl2 {
    color: #fff;
    max-width: 28vw;
    text-align: center;
}

.l7-d-co img {
    width: 30vw;
    height: 30vw;
}
.pl1 {
    margin-top: 4vw;
}
.pl3 {
    bottom: 1vw;
    position: absolute;
}
.layer-7 {
        background: #F3F6FC;
    padding: 40px 0;
    margin: 40px 0 0 0;
}
.layer-4-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-con {
    display: flex;
    padding: 10px;
    border: 1px solid #112250;
    width: 80vw;
    border-radius: 10px;
}
.c1 {
    width: 31%;
    min-height: 500px;
    background: #112250;
    color: #fff;
    border-radius: 8px;
    padding: 28px 0px 28px 35px;
}
.c2 {
    width: 65%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.cl1-1 {
    font-size: 24px;
    margin-bottom: 10px;

}
.cl1-2 {
    font-size: 12px;
    margin-top: 0;
    letter-spacing: 1px;
}
.cs1 {
    margin-top: 114px;margin-bottom: 45px;
}
.cs2 {
    margin-bottom: 45px;
}



@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;
    }
    .p-l3-1 {
        font-size: 18px;
        padding: 0px 20px 0px 20px;
    }
    .history-underline {
        margin: 12px auto 18px auto;
    }
    .l7-d1 div {
        display: grid;
        align-items: unset;
    }
    .l7-d-co img {
        width: 70vw;
        height: 70vw;
    }
    .l5-text {
        height: 70vw;
     }
     .pl1, .pl2, .pl3 {
        font-size: 12px;
        letter-spacing: 4px;
        text-align: center;
        width: 70vw;
        max-width: none;
     }
     .pl2 {
        font-size: 24px;
     }
     .pl1 {
        margin-top: 2vw;
    }
}