@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');

body,
html {
    font-size: 15px;
    line-height: 1.4666666667;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Red Hat Display', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Red Hat Display', sans-serif;
}

/* same css with contact  */
.mainbannerdata h1 {
    font-size: 50px;
    font-weight: 620;
    color: #343a40;
}

.mainbannerdata p {
    font-size: 17px;
    font-weight: 400;
    color: #343a40 !important;
    margin-top: 15px !important;
}

.mainbannerdata {
    padding-bottom: 0px;
    padding-top: 50px;
    text-align: center;
}

/* same css with contact  */

.talkclick {
    background: #17a2b8;
    border-color: #17a2b8;
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5%;
    width: 20%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}

.talkclick:hover {
    background: #17a2b8;
    border-color: #17a2b8;
    color: white;
}

.bgpicture {
    position: relative;
}

.bgpicture img {
    inset: -550px 0px;
    transform: translateY(550px);
    background-position: center center;
}

.aboutarea {
    padding: 100px 50px;
}

.buldarea {
    padding: 100px 50px;
}

.numberarea {
    padding: 100px 50px;
    background: #f4f5f7;
}

.teamarea {
    padding: 100px 50px;
}

.clintarea {
    padding: 100px 50px;
}

.clinthead h3,
.teamhead h3,
.numberhead h3 {
    font-size: 30px;
    font-weight: 600;
    color: #343a40;
    text-align: center;
}

.clinthead p,
.teamhead p,
.numberhead p {
    background: #d9ebef;
    color: #17a2b8;
    font-weight: 600;
    border-radius: 50px;
    width: 7%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

.clinthead h6,
.teamhead h6 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    color: #9da2b1;
}

.clintimgs {
    display: flex;
    justify-content: space-between;
}

.clintimgs img {
    width: 15%;
}

.teambox {
    display: flex;
    margin-bottom: 35px;
}

.teambox img {
    width: 20%;
    border-radius: 8px;
    margin-right: 10px;
}

.teamboxdata h5 {
    font-size: 15px;
    font-weight: 500;
    color: #343a40;
    margin-bottom: 0px;
}

.teamboxdata p {
    color: gray;
    font-weight: 500;
    font-size: 17px;
    margin-top: 5px;
}

.teamboxdata {
    margin-top: 5px;
}

.numberbox {
    text-align: center;
    margin-top: 50px;
}

.numberbox h4 {
    font-size: 35px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 0px;
}

.numberbox h5 {
    font-weight: 600;
    color: #495057;
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 10px;
}

.numberbox p {
    font-weight: 600;
    color: #495057;
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 10px;
}

.numberbox p {
    font-weight: 500;
    color: #495057;
    font-size: 15px;
    margin-bottom: 0px;
}

.bulddataimg img {
    margin: 0 auto !important;
    width: 100% !important;
}

.bulddata h3 {
    font-size: 26px;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 20px;
}

.aboutdata p,
.bulddata p {
    font-size: 15px;
    color: #8a90a2;
    font-weight: 500;
    margin-bottom: 15px;
}

.buildclick {
    color: #1462ff;
    background: transparent;
    border: none;
    font-weight: 625;
    margin: 5px -10px;
}

.buildclick:hover {
    color: #1462ff;
    background: transparent;
    border: none;
    font-weight: 625;
    margin: 5px -10px;
}

.bulddata {
    padding: 25px 100px 0px 0px;
}

.abouthead h3 {
    font-size: 30px;
    font-weight: 600;
    color: #343a40;
}

.abouthead h6 {
    background: #dee2e6;
    height: 2px;
    width: 25%;
}

.bgcolor::before {
    background: #63d9ec !important;
    bottom: 0.35rem;
    content: "";
    display: block;
    height: 1.2rem;
    position: absolute;
    right: -0.5rem;
    width: 100%;
    z-index: -1;
}

.bgcolor {
    position: relative;
    width: -moz-fit-content;
    z-index: 1;
    display: inline-block !important;
}

span.fontbold {
    font-weight: 700;
    color: #343a40;
}
















/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .mainbannerdata {
        padding-bottom: 50px;
    }

    .clintarea,
    .teamarea,
    .numberarea,
    .buldarea,
    .aboutarea {
        padding: 50px 10px 50px 10px;
    }

    .bulddata {
        padding: 0px 50px 0px 0px;
    }

    .clinthead p,
    .teamhead p,
    .numberhead p {
        width: 12%;
    }

    .numberbox h4 {
        font-size: 30px;
    }

    .numberbox p {
        font-size: 13px;
    }

    .numberbox h5 {
        margin-bottom: -5px;
        margin-top: 16px;
    }

    .teambox img {
        height: 75px;
        width: 75px;
    }

    .clintimgs {
        justify-content: space-around;
    }

    .clintimgs img {
        width: 10%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .mainbannerdata h1 {
        font-size: 40px;
    }

    .mainbannerdata {
        padding-bottom: 50px;
        padding-top: 25px;
        text-align: left;
    }

    .mainbannerdata p {
        font-size: 14px;
        margin-top: 0px;
    }

    .talkclick {
        font-size: 11px;
        width: auto;
        padding: 5px;
    }

    .buldarea,
    .aboutarea {
        padding: 50px 0px;
    }

    .bulddata {
        padding: 0px 0px 0px 0px;
    }

    .buldarea {
        padding-top: 0px;
    }

    .abouthead h3,
    .bulddata h3 {
        font-size: 25px;
    }

    .aboutdata p,
    .bulddata p {
        font-size: 12px;
    }

    .numberarea {
        padding: 50px 0px;
    }

    .clinthead h3,
    .teamhead h3,
    .numberhead h3 {
        font-size: 25px;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .clinthead p,
    .teamhead p,
    .numberhead p {
        width: 50%;
    }

    .numberbox h4 {
        font-size: 25px;
    }

    .numberbox h5 {
        margin-bottom: -5px;
    }

    .numberbox {
        margin-top: 30px;
    }

    .numberhead p {
        width: 25%;
    }

    .teamarea {
        padding: 50px 0px;
    }

    .teamhead p {
        width: 30%;
    }

    .clinthead h6,
    .teamhead h6 {
        font-size: 13px;
        text-align: center;
        margin-bottom: 50px;
        color: #9da2b1;
    }

    .teambox {
        justify-content: center;
    }

    .teambox img {
        width: 25%;
        object-fit: cover;
    }

    .clintarea {
        padding: 0px 0px 50px 0px;
    }

    .clintimgs {
        display: grid;
    }

    .clintimgs img {
        width: 50%;
        margin: 0 auto;
        margin-top: 20px;
    }
}