/* about container  */
.about-container {
    background-color: #ffffff;
}

.about-container .about-box .heading h2 {
    position: relative;
    color: #f68620;
    font-size: 12px;
    font-weight: 500;
    margin-left: 70px;
    letter-spacing: 1px;
}

.about-container .about-box .heading h2::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    left: -60px;
    width: 50px;
    height: 1px;
    background-color: #f28135;
}

.about-container .about-box .heading h1 {
    font-size: 32px;
}

.about-container .about-box .col-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-container .about-box .col-wrapper .left-col .img-box {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.about-container .about-box .col-wrapper .left-col .img-box img {
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.about-container .about-box .col-wrapper .right-col .note h1 {
    font-size: 16px;
}

.about-container .about-box .col-wrapper .right-col .description p {
    color: #61656a;
}

.about-container .about-box .col-wrapper .right-col .list {
    padding: 20px;
    border: 1px solid #c9d0dd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.about-container .about-box .col-wrapper .right-col .list .icon-box img {
    height: 22px;
}

.about-container .about-box .col-wrapper .right-col .list .info-box h1 {
    font-size: 16px;
}

.about-container .about-box .col-wrapper .right-col .list .info-box p {
    color: #61656a;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

/* message container  */
.message-container {
    background-color: #ffffff;
}

.message-container .message-box .heading h2 {
    position: relative;
    color: #f68620;
    font-size: 12px;
    font-weight: 500;
    margin-left: 70px;
    letter-spacing: 1px;
}

.message-container .message-box .heading h2::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    left: -60px;
    width: 50px;
    height: 1px;
    background-color: #f28135;
}

.message-container .message-box .heading h1 {
    font-size: 32px;
}

.message-container .message-box .col-wrapper {
    display: grid;
    text-align: justify;
    /* grid-template-columns: 1.2fr 0.8fr; */
}

.message-container .message-box .col-wrapper .left-col .info p {
    color: #61656a;
    line-height: 20px;
    font-size: 16px;
}

.message-container .message-box .col-wrapper .left-col .title h1 {
    font-size: 20px;
    font-weight: 700;
}

.message-container .message-box .col-wrapper .left-col .title p {
    color: #f68620;
    font-weight: 500;
}

.message-container .message-box .col-wrapper .right-col .img-box {
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.message-container .message-box .col-wrapper .right-col .img-box img {
    width: 100%;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

/* comment container  */
.comment-container {
    background-color: #f3f5f7;
}

.comment-container.fbg-white {
    background-color: #ffffff;
}

.comment-container .comment-box .heading h1 {
    font-size: 30px;
    text-align: center;
}

.comment-container .comment-box .heading p {
    color: #61656a;
    text-align: center;
}

.comment-container .comment-box .box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 100px;
    row-gap: 30px;
}

.comment-container .comment-box .box-wrapper .box {
    padding: 20px;
    background: rgba(255, 255, 255, 255);
    backdrop-filter: blur(20px);
    box-shadow: 0px 2px 4px rgba(220, 219, 222, 0.31);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.comment-container .comment-box .box-wrapper .box .title h1 {
    color: #1f4380;
    font-size: 16px;
    font-weight: 600;
}

.comment-container .comment-box .box-wrapper .box .info {
    min-height: 154px;
    max-height: 154px;
    height: 154px;
    overflow-y: auto;
}

/* width */
.comment-container .comment-box .box-wrapper .box .info::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.comment-container .comment-box .box-wrapper .box .info::-webkit-scrollbar-track {
    background: #37496a4d;
}

/* Handle */
.comment-container .comment-box .box-wrapper .box .info::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.comment-container .comment-box .box-wrapper .box .info::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.comment-container .comment-box .box-wrapper .box .info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-right: 10px;
}

.comment-container .comment-box .box-wrapper .box .profile {
    border-top: 1px solid rgba(122, 122, 122, 0.2);
}

.comment-container .comment-box .box-wrapper .box .profile .img-box {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.comment-container .comment-box .box-wrapper .box .profile .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.comment-container .comment-box .box-wrapper .box .profile .name-box h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.comment-container .comment-box .box-wrapper .box .profile .name-box p {
    font-size: 12px;
}

.comment-container .comment-box .btn-box button {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid;
    padding: 12px 20px;
    background-color: #1f4380;
    color: #ffffff;
    border-color: #1f4380;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/* team container  */
.team-container {
    background-color: #ffffff;
}

.team-container .team-box .heading h1 {
    font-size: 30px;
    text-align: center;
}

.team-container .team-box .heading p {
    color: #61656a;
    text-align: center;
}

.team-container .team-box .box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 0.3fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.team-container .team-box .box-wrapper .box {
    position: relative;
    height: 390px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.team-container .team-box .box-wrapper .box .img-box {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.team-container .team-box .box-wrapper .box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.team-container .team-box .box-wrapper .box .info-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000000b6 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.team-container .team-box .box-wrapper .box .info-box .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.team-container .team-box .box-wrapper .box .info-box .title h1 {
    color: #ffffff;
    font-size: 16px;
}

.team-container .team-box .box-wrapper .box .info-box .title p {
    color: #d4d4d8;
    font-size: 14px;
    text-transform: uppercase;
}

/* middle banner container */
.middle-banner-container {
    position: relative;
}

.middle-banner-container .bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.middle-banner-container .bg-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.middle-banner-container .middle-banner-box {
    height: 400px;
}

.middle-banner-container .middle-banner-box .info-box {
    position: relative;
    row-gap: 10px;
}

.middle-banner-container .middle-banner-box .info-box h1 {
    text-align: center;
    color: #ffffff;
}

.middle-banner-container .middle-banner-box .info-box .play-icon {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    width: 60px;
    height: 60px;
    background-color: #f68620;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* responsive  */
@media (max-width: 1200px) {
    .comment-container .comment-box .box-wrapper {
        column-gap: 50px;
    }
}

@media (max-width: 1100px) {
    .comment-container .comment-box .box-wrapper {
        column-gap: 30px;
    }
}

@media (max-width: 1050px) {
    .about-container .about-box .col-wrapper .left-col .img-box img {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .message-container .message-box .col-wrapper {
        grid-template-columns: 1fr;
    }

    .message-container .message-box .col-wrapper .left-col {
        margin-bottom: 30px;
    }

    .message-container .message-box .col-wrapper .right-col {
        padding-left: 0;
    }

    .message-container .message-box .col-wrapper .right-col .img-box {
        justify-content: flex-start;
    }

    .message-container .message-box .col-wrapper .right-col .img-box img {
        width: 100%;
    }

    .comment-container .comment-box .box-wrapper {
        column-gap: 20px;
    }
}

@media (max-width: 1000px) {
    .team-container .team-box .box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .comment-container .comment-box .box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .about-container .about-box .col-wrapper {
        grid-template-columns: 1fr;
    }

    .about-container .about-box .col-wrapper .left-col {
        padding-right: 0;
    }

    .about-container .about-box .col-wrapper .left-col .img-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-container .about-box .col-wrapper .left-col .img-box img {
        width: auto;
    }

    .about-container .about-box .col-wrapper .left-col {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .team-container .team-box .heading p br {
        display: none;
    }

    .middle-banner-container .middle-banner-box .info-box h1 {
        font-size: 30px;
    }

    .middle-banner-container .middle-banner-box .info-box h1 br {
        display: none;
    }
}

@media (max-width: 600px) {
    .team-container .team-box .box-wrapper {
        gap: 10px;
    }

    .comment-container .comment-box .box-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .comment-container .comment-box .box-wrapper .box .info {
        min-height: auto;
        height: auto;
        max-height: 154px;
    }
}

@media (max-width: 550px) {
    .team-container .team-box .box-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

@media (max-width: 500px) {
    .about-container .about-box .heading h1 {
        font-size: 30px;
    }

    .about-container .about-box .heading h1 br {
        display: none;
    }

    .about-container .about-box .col-wrapper .left-col .img-box img {
        width: 100%;
    }
}