.section-6 {
    height: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    background-color: #fff;
    background-image: url('/img/sections/section-6-img.png');
    background-size: cover;
    background-position: top center; 
    background-attachment: fixed;
    transition: height 0.3s ease-in-out;
    color: white;
}

@media (max-width: 1097px) {
    .section-6 {
        background-position: top center; 
    }
}

.div-section-6 {
    height: 100%;
    width: 100%;
    max-width: 1264px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.div-section-6-left {
    gap: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1340px) {
    .div-section-6-left {
        padding-left: 60px;
    }
}

.div-section-6-left h2 {
    color: #F9FAFE;
    text-shadow: 4px 6px 27px #000;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    max-width: 777px;
}

.div-section-6-left p {
    max-width: 761px;
    height: 60px;
    color: #F9FAFE;
    text-shadow: 4px 6px 27px #000;
    font-size: 21px;
    font-weight: 400;
    line-height: 139.336%;
}

.div-section-6-left-data {
    margin-top: 43px;
    height: fit-content;
    max-width: 710px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 898px) {
    .div-section-6-left-data {
        display: flex;
        flex-direction: row;
    }
}

.data-left-column {
    height: 310px;
    width: 220px;
    background-color: #1C46B4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    border-radius: 10px; 
    margin-right: 20px;   
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-8px);
    }
    100% {
        transform: translatey(0px);
    }
}

.data-left-column img {
    margin-top: 10px;
    max-width: 121px;
    animation: float 2.5s ease-in-out infinite;
}

.data-left-column p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.data-left-column a {
    color: #00B4E0;
    text-align: center;
    font-size: 14.291px;
    font-weight: 500;
    transition: color 0.3s ease;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.data-left-column a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.212);
}

.data-right-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px; 
}

@media (max-width: 850px) {
    .data-right-column {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }        
}

.data-500 {
    height: 141px;
    width: 220px;
    border: 2px solid white;
    background-color: #162858ba;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.2s ease;
}

.data-500:hover {
    cursor: progress;
    border: 2px solid #ffffffa7;
}

.data-500 h2 {
    color: #F9FAFE;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-shadow: none;
}

.data-500 p {
    width: 200px;
    color: #F9FAFE;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-shadow: none;
}

@media (min-width: 850px) {
    .display-on-898px {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 850.5px) {
    .bunkers-logo-div {
        display: none;
        border: 1px solid white !important;
    }

    .bunkers-logo-div img {
        border: 1px solid white !important;
    }
}

@media (max-width: 850.5px) {
    .div-section-6-bunkers-logo {
        display: none;
    }

    .bunkers-logo-div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 92%;
    }

    .div-section-6-bunkers-logo-2 {
        display: flex;
        justify-content: flex-start;
    }
}

@media (max-width: 839px) {
    .bunkers-logo-div {
        width: 80%;
    }
}

@media (max-width: 679px) {
    .bunkers-logo-div {
        width: 500px;
    }
}

@media (max-width: 614px) {
    .bunkers-logo-div {
        width: 81.6%;
    }
}

@media (max-width: 488px) {
    .bunkers-logo-div {
        width: 399px;
    }
}

@media (max-width: 447px) {
    .bunkers-logo-div {
        width: 87.5%;
    }
}

@media (max-width: 850px) {
    .display-on-898px {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .div-section-6-left-data {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }  

    .div-section-6-left {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section-6 {
        height: fit-content;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .display-on-898px-b {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 850px) {
    #hide500-3, #hide500-4 {
        display: none;
    }
}

@media (min-width: 850px) {
    #show500-3, #show500-4 {
        display: none;
    }
}

@media (max-width: 839px) {
    .first-h2 {
        width: 80vw;
        font-size: 4.5vw !important;
        transition: all 0.1s ease-in-out;
    }

    .first-p {
        width: 80vw;
        font-size: 2.5vw !important;
        transition: all 0.1s ease-in-out;
        height: fit-content !important;
    }
}

@media (max-width: 729px) {
    .first-h2 {
        width: 80vw;
        font-size: 34.5px !important;
    }

    .first-p {
        font-size: 18px !important;
    }

}

@media (max-width: 679px) {
    .first-h2 {
        width: 500px;
    }

    .first-p {
        width: 500px;
    }
}

@media (max-width: 614px) {
    .first-h2 {
        width: 82vw;
    }

    .first-p {
        width: 82vw;
        font-size: 3vw !important;
    }
}

@media (max-width: 500px) {
    .first-h2 {
        width: 399px;
    }

    .first-p {
        width: 398px;
        font-size: 15.5px !important;
    }
}

@media (max-width: 500px) {
    .first-h2 {
        width: 399px;
    }

    .first-p {
        width: 398px;
        font-size: 15.5px !important;
    }
}

@media (max-width: 447px) {
    .first-h2 {
        width: 88vw;
    }

    .first-p {
        width: 88vw;
    }
}

@media (max-width: 496px) {
    #hide500-3, #hide500-4 {
        display: block !important;
    }

    .display-on-898px {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section-6 {
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .data-left-column {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media (max-width: 496px) {
    #show500-3, #show500-4 {
        display: none !important;
    }

    .data-left-column {
        width: 260px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-radius: 20px;
    }

    .data-left-column p {
        width: 230px;
        font-size: 15.5px;
    }

    .data-500 {
        width: 260px;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .data-500 p {
        width: 210px;
        margin: 0px;
        height: fit-content;
    }

    .data-500 h2 {
        font-size: 55px;
    }

    #hide500-3, #hide500-4 {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
        height: fit-content;
    }

    #hide500-3 p {
        width: 90%;
        padding-left: 10px;
    }

    #hide500-4 p {
        width: 90%;
        padding-left: 10px;        
    }
}

@media (max-width: 370px) {
    .first-p {
        font-size: 14px !important;
    }
}