html {
    scroll-behavior: smooth;
}

.kenji-row-reverse {
    flex-direction: row-reverse;
}

/* index */
.mcb-section-9c0q4lgsc {
    padding-top: 140px;
    padding-bottom: 0px;
    background-color: #ecebe9;
    background-repeat: repeat;
    background-position: center top;
}

.mcb-section-fd7fejykq {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #302f2d;
    background-image: url(../images/architect-home-section-pattern.png);
    background-repeat: repeat;
    background-position: left top;
}

.kenji-bg-cover {
    background-color: #302f2d;
    background-image: url("../images/architect-home-box-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 15%;
}

.kenji-bg-cover p {
    color: #ffffff;
    direction: rtl;
}

.kenji-bg-cover-2 {
    background-image: url("../images/architect-contact-main-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.kenji-services-wraper {
    direction: rtl;
    display: flex;
    flex-direction: column;
    padding: 0px 20rem;
}

.kenji-services-wraper .kenji-service {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background: #e1e1e1;
    border-radius: 1rem;
    text-align: justify;
    text-justify: inter-word;
}

.kenji-services-wraper .kenji-service:hover {
    text-decoration: none;
}

.kenji-services-wraper .kenji-service .title {
    display: flex;
    align-items: center;
    /* margin-bottom: 1rem; */
    flex-direction: column;
}

.kenji-services-wraper .kenji-service .title img {
    width: 174px;
    border: 1px solid black;
    border-radius: 100%;
    /* margin-left: 1rem; */
}

.kenji-services-wraper .kenji-service .title .title-text {
    font-size: 24px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 0px;
}


/* PROJECTS */
.kenji-project-tabs {
    display: flex;
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border: solid #dee2e6;
    width: max-content;
    margin: 0px auto;
    width: 400px;
    box-sizing: content-box;
    justify-content: space-between;
}

.kenji-proj-wrapper {
    direction: rtl;
    display: none;
    padding: 1rem;
    width: 70%;
    margin: 0px auto;
    margin-top: 2rem;
    padding-bottom: 5rem;
    opacity: 0;
    transition: opacity 0.3s linear;

}

.kenji-proj-wrapper.active {
    display: flex;
    flex-direction: row-reverse;
    display: -webkit-flex;
    display: -moz-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    opacity: 1;
    visibility: visible;
}

/* .kenji-proj-wrapper::after {
    content: "";
    flex: auto;
} */

.kenji-proj-wrapper .card {
    direction: rtl;
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.5rem;
    box-shadow: 0px 0px 10px #ddd;
    margin-bottom: 4rem;
    width: 18rem;
    margin: 0 1% 20px;
    /* overflow: hidden; */
}

.kenji-proj-wrapper .card .card-img-top {
    object-fit: cover;
    height: 180px !important;
    width: 100%;
    display: block;
    background: #ddd;
}

.kenji-proj-wrapper .card .card-body {
    padding: 1.25rem;
}

.kenji-proj-wrapper .card .card-body .card-text {
    margin-bottom: 0px;
}

.kenji-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    width: 40%;
}

.kenji-tab.active {
    background: #48887b;
    color: #fff;
    border-radius: 0.5rem;
}

/* ABOUT US */
.kenji-about-us {
    direction: rtl;
    display: flex;
    width: 100%;
    padding: 8rem 12rem;
    align-items: center;
    color: aliceblue;
    box-sizing: border-box;
}

.kenji-first-col {
    flex-grow: 1;
}

.kenji-second-col {
    width: 70%;
}

.kenji-first-col,
.kenji-second-col {
    height: 100%;
}

.golden-rec {
    position: relative;
    width: 200px;
    height: 300px;
    border: 12px solid #48887b;
}

.golden-rec .sapra-logo {
    position: absolute;
    top: 50%;
    left: -74px;
    transform: translate(0%, -50%);
    width: 140px;
    height: 140px;
    background: #302f2d;
    padding: 1.25rem;
    box-sizing: border-box;
    border: 10px solid #48887b;
    border-radius: 100%;
}

.golden-rec .sapra-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.kenji-entry {
    padding-top: 4rem;
    padding-bottom: 150px;
    background-color: #302f2d;
    background-image: url(../images/architect-home-section-pattern.png);
    background-repeat: repeat;
    background-position: left top;
}

.about-us-title,
.about-us-content {
    color: #fff;
    text-align: justify;
}

.about-us-content {
    line-height: 2rem;
}


.carousel {
    background: #FAFAFA;
}

.carousel-cell {
    width: 100%;
    /* full width */
    height: 460px;
    margin-right: 10px;
    border-radius: 1rem;
    counter-increment: carousel-cell;
    overflow: hidden;
}


.carousel-cell img {
    width: 100% !important;
    /* full width */
    height: 100% !important;
    object-fit: cover;
}


.project-info {
    padding: 2rem;
    padding-top: 1rem;
    margin-top: 2rem;
    background: #fff;
    box-shadow: 0px 0px 4px #ddd;
    border-radius: 1rem;
}


.flickity-page-dots .dot {
    background: #fff !important;
}

.flickity-page-dots {
    bottom: 18px !important;
}

.project-info .title {
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.project-info .content {
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

@media only screen and (max-width: 576px) {
    .icon_position_top {
        width: 80%;
    }

    .w-100 {
        width: 100%;
        justify-content: center;
    }

    .one-third {
        width: 100% !important;
    }

    .mcb-section-9c0q4lgsc {
        padding-top: 4rem;
    }

    .kenji-sm-col {
        flex-direction: column;
    }

    .kenji-bg-cover-2 {
        height: 200px !important;
    }

    .kenji-bg-cover {
        background-color: #302f2d;
        background-image: url("../images/architect-home-box-bg.png");
        background-repeat: no-repeat;
        background-position: center;
        padding: 3rem 1.5rem;
    }

    .kenji-services-wraper {
        padding: 1rem;
    }

    .kenji-about-us {
        flex-direction: column;
        padding: 1rem 1rem;
    }

    .kenji-first-col {
        margin-bottom: 6rem;
    }

    .kenji-second-col {
        width: 96%;
    }

    .golden-rec .sapra-logo {
        top: 80%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .mcb-section-fd7fejykq {
        padding-top: 4rem;
    }

    .kenji-project-tabs {
        width: 70%;
    }
}

.mcb-wrap-inner .column p {
    color: #f8f8f8;
}
