.about-heading-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10rem;
    margin-bottom: 30px;
    text-align: center;
}

.our-team-section .col-25 img {
    aspect-ratio: 4/5;
}

/* #about-page {
    position: relative;
    background: #000;
    background-image: url('../assets/images/About/dot-bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;
    background-size: 574% auto;
} */
#about-page {
    position: relative;
    background: #000;
    background-image: url('../assets/images/About/dot-bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 220%;
}

#about-page::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
}

.margintop {
    margin-top: 70px;
}

.about-us {
    font-size: 25px;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-family: 'Chakra Petch';
    text-align: center;
}

.about-us-para {
    font-weight: 600;
    font-size: 46px;
    font-family: 'Chakra Petch';
    color: #fff;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.line-with-animation {
    position: relative;
    height: 14px;
    background-color: #222426;
    overflow: hidden;
    width: 200px;
    margin: 10px auto 50px auto;
}

@keyframes moveBox {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: 100%;
    }
}

.animation-box {
    width: 15px;
    height: 10px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    animation: moveBox 7s linear infinite;
}



.animation-section {
    position: relative;
}


.boxes {
    /*background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.1));*/
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0 0 0)), linear-gradient(rgb(57 55 55 / 60%), rgb(171 171 171 / 21%));
    height: 250px;
    /* height: 352px; */
    padding: 10px 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
}

.row.section-04-other {
    gap: 2rem !important;
}

.section-04-other .pera-ocb-section03 {
    font-size: 16px !important;
    text-align: center;
    padding: 0 10px;
}

.boxes h1.heding-ocr-section03 {
    font-weight: 300;
    font-size: 22px;
    font-family: 'Chakra Petch';
    color: #fff;
    text-align: center;
    font-style: normal;
    margin-bottom: 20px;
}

.about-us-pera {
    margin: 80px 0 120px 0;
    color: #FFFFFF;
    opacity: 50%;
    font-style: medium;
    text-align: center;
    font-size: 20px;
    font-family: 'Chakra Petch';
    padding: 0 4rem;
    line-height: 32px;
}

#our-team-text {
    font-weight: 600;
    font-size: 46px;
    font-family: 'Chakra Petch';
    color: #fff;
    font-style: normal;
    padding: 0;
    margin: 0px auto 30px auto;
    text-align: center;
    margin-top: 12rem;
}

.col-25 {
    width: 23%;
    margin: 20px 25px;
    /* margin: 20px auto 25px auto; */
}

.col-25 img {
    object-fit: cover;
    width: 100%;

}

.names-text {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-top: none;
}

.names-text .member-name {
    color: rgba(255, 255, 255, 0.50);
    font-size: 20px;
    font-weight: 500;
    padding-top: 1rem;
    margin-bottom: 6px;

}

.names-text .member-role {
    font-family: system-ui;
    color: white;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.our-team-section {
    display: flex;
    justify-content: center !important;
}

.child-vessel-our-team {
    display: flex;
    justify-content: center;
}

/* .desktop-view-grouped-imgs {
    margin: 20px 25px;
} */

.mobile-view-our-team-section {
    display: none;
}

@media(max-width:1200px) {

    .boxes {
        background: linear-gradient(rgb(0 0 0 / 31%), rgb(0 0 0 / 47%)), linear-gradient(rgb(57 55 55 / 60%), rgb(171 171 171 / 16%)) !important;
        /* height: 392px; */
        height: 210px;
    }

    .about-us-pera {
        padding: 0 0rem;
    }

    .about-heading-text {
        margin-top: 7rem;
    }

    #our-team-text {
        margin-top: 9rem;
    }
}

@media(max-width:992px) {
    .col-25 {
        width: 32%;
    }

    .section-04-other {
        height: 0vh;
    }

    #our-team-text {
        font-size: 32px;
    }

    .boxes {
        /* height: 310px; */
        background: linear-gradient(rgb(0 0 0 / 31%), rgb(0 0 0 / 47%)), linear-gradient(rgb(57 55 55 / 60%), rgb(171 171 171 / 16%)) !important;
        height: 180px;
        width: 98%;
    }

    .about-us-pera {
        margin: 50px 0 80px 0;
    }
}

@media only screen and (max-width:767px) {
    .desktop-view-our-team-section {
        display: none;
    }

    .mobile-view-our-team-section {
        display: flex;
    }

    .col-25 {
        margin: 20px auto 25px auto;
    }
}

@media(max-width:760px) {
    .col-25 {
        width: 50%;
    }

    #our-team-text {
        font-size: 28px;
        margin-top: 80px;
    }

    .about-us-para {
        font-size: 28px;
    }

    .about-us-pera {
        font-size: 16px;
    }

    .boxes {
        /* height: 333px; */
        background: linear-gradient(rgb(0 0 0 / 31%), rgb(0 0 0 / 47%)), linear-gradient(rgb(57 55 55 / 60%), rgb(171 171 171 / 16%)) !important;
        height: 175px !important;
        padding-top: 6%;
    }
}

.footer-second {
    overflow: hidden;
}

@media(max-width:575px) {
    .col-25 {
        width: 80%;
    }

    .about-us-pera {
        margin: 40px 0 60px 0;
        font-size: 16px;
        padding: 0px 0rem;
        line-height: 1.8em;
    }
}

@media(max-width:420px) {
    .col-25 {
        width: 90%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1152px) {
    .row.section-04-other {
        /* height: 46vh; */
        height: 22vh;
    }
}

@media(min-width:380px) and (max-width:597px) {
    .container.footer-second.about_footer {
        padding: 0 8%;
    }

    .col-25 {
        width: 50%;
        padding: 0 9px;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .col-25 img {
        object-fit: cover;
        width: 100%;
        height: 190px;
    }

    .names-text {
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.17);
        border-top: none;
        height: 93px;
    }

    .names-text .member-name {
        color: rgba(255, 255, 255, 0.90);
        font-size: 18px;
        font-weight: 500;
        padding-top: 1rem;
    }

    .names-text .member-role {
        color: white;
        font-size: 14px !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 992px) {
    .grid-container-two-contact-us-mb-second {
        padding: 10px 0;
    }

    .col-item3-ct-us-two {
        padding: 2% 0%;
    }

    .about-us-second-sec {
        margin-top: 0rem;
    }
}

@media(max-width:370px) {
    .col-25 {
        width: 94%;
    }
}

.whatsapp-icon {
    position: fixed;
    right: 0;
    transform: translate(-25%);
    font-size: 25px;
    top: 90%;
}