* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif !important;
}

img {
    max-width: 100%;
    object-fit: contain;
}

a:hover {
    text-decoration: none !important;
}

.who-we-are-section {
    margin: 89px 0px;
    background: linear-gradient(359deg, rgba(223, 233, 243, 0.31) 0.54%, rgba(255, 255, 255, 0.31) 99.02%);
    backdrop-filter: blur(20.399999618530273px);
    -webkit-backdrop-filter: blur(20.399999618530273px);
}

.who-we-are-img,
.who-we-are-img img {
    border-radius: 45px;
}

.who-we-are-text-heading-div {
    border-radius: 31px;
    background: linear-gradient(90deg, #FFF 43.17%, rgba(255, 255, 255, 0.00) 92.57%);
    box-shadow: 0px 0px 72.5px 0px rgba(202, 236, 255, 0.32);
    padding: 45px;
    margin-left: -80px;
    margin-top: 75px;
}

.color-code {
    color: #0086D2;
}

.who-we-are-text-heading-div h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.who-we-are-text-heading-div h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}

.who-we-are-text {
    margin: 39px 0px 0px 25px;
}

.who-we-are-text p {
    color: #676767;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 35px;
}

.banner-image {
    width: 70%;
    margin-left: auto;
}

.apps-about-section {
    background: linear-gradient(359deg, rgba(223, 233, 243, 0.31) 0.54%, rgba(255, 255, 255, 0.31) 99.02%);
    backdrop-filter: blur(20.399999618530273px);
    -webkit-backdrop-filter: blur(20.399999618530273px);
    padding: 90px 0px;
}

.apps-product-development {
    background-image: url(../image/app-about-bg.png);
    width: 112.2%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 94px 70px;
    box-shadow: 0px 5px 40.4px 38px rgba(158, 158, 158, 0.07);
    z-index: 99;
    position: relative;
    border-radius: 45px;
}

.apps-product-development h1 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 19px;
    text-transform: capitalize;
}

.apps-product-development p {
    color: #676767;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 28px;
}

.apps-product-about-bg {
    border-radius: 45px;
    background: #00052E;
    padding: 10px;
}

.product-about-img {
    width: 424px;
    height: 100%;
    margin: auto;
}

.product-about-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-app-media-section {
    margin: 40px 0px;
}

.our-app-click-me-bg {
    width: 100%;
    height: 100%;
}

.our-app-click-me-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-app-click-title-section {
    border-radius: 60px;
    background: linear-gradient(90deg, rgba(223, 233, 243, 0.31) 0%, rgba(235, 245, 255, 0.31) 100%);
    backdrop-filter: blur(20.399999618530273px);
    -webkit-backdrop-filter: blur(20.399999618530273px);
    width: 100%;
    position: relative;
    padding: 60px 20px;
    margin: 40px 0px;
    z-index: 1;
}

.our-app-click-title-section::before {
    background-image: url(../image/click-me-text.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    content: "";
    position: absolute;
    height: 266px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.our-app-logo-section {
    width: 220px;
    height: 100%;
    margin: auto;
    position: relative;
    z-index: 9;
}

.our-app-logo-section img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-app-click-title-section h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin: 30px 0px 0px;
    text-align: center;
    line-height: 168.75%;
    position: relative;
    z-index: 9;
}

.our-app-click-title-section h2 span {
    color: #0086D2;
}

.connecting-harts-right-side {
    border-radius: 50px;
    background: #EBF5FF;
    padding: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.our-app-link-section {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-app-link-section img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-app-waosim-title-section {
    background: #FFFBF6 !important;
}

.apps-about-left-side {
    background: #FFFBF6 !important;
}

.apps-about-toraveka-title {
    background: #ECFFF8 !important;
}

.apps-about-toraveka-side {
    background: #ECFFF8 !important;
}

.our-app-waosim-title-section span {
    color: #F79330 !important;
}

.our-app-waosim-title-section::before {
    background-image: url(../image/waosim-text.png);
    height: 170px;
}

.apps-about-toraveka-title::before {
    background-image: url(../image/Toraveka-text.png);
}

.connecting-harts-right-side a:hover {
    color: #000 !important;
}
.our-app-connected{
    background-image: url(../image/our-app-black-bg.png);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
.our-app-connected img{
    width: 595px;
    margin-bottom: 0px;
}
.wao-sim-app-connected{
    background-image: url(../image/our-app-waosim-bg.png);
}
.toraveka-app-connected{
    background-image: url(../image/our-app-toraveka-bg.png);
}
.media-app-btn-link{
    display: none;
}
.display-btn-link{
    display: block;
}

.p-45{
    padding-top: 45px;
}
.our-app-link a{
    font-size: 20px;
}

@media(max-width:1399px) {
    .our-app-click-title-section::before{
        height: 225px;
    }
    .our-app-waosim-title-section::before {
        height: 165px;
    }
    .apps-product-development {
        padding: 75px 50px;
    }

    .apps-product-development h1 {
        font-size: 32px;
    }

    .apps-product-development p {
        font-size: 18px;
    }

    .our-app-link-section {
        width: 70px;
    }

    .connecting-harts-right-side {
        padding: 0px 15px;
    }

    .our-app-click-title-section {
        padding: 40px 20px;
        border-radius: 40px;
    }

    .our-app-click-title-section h2 {
        font-size: 30px;
    }

    .our-app-logo-section {
        width: 200px;
    }

    .connecting-harts-store-button {
        flex-flow: wrap;
        justify-content: center;
    }
    .apps-about-section {
        padding: 70px 0px;
    }
    .our-app-connected img {
        width: 540px;
    }
    .p-45 {
        padding-top: 30px;
    }
}

@media(max-width:1199px) {
    .p-45 {
        padding-top: 20px;
    }
    .our-app-click-title-section::before{
        height: 190px;
    }
    .our-app-waosim-title-section::before {
        height: 140px;
    }
    .our-app-link-section {
        width: 65px;
    }
    .our-app-connected img{
        width: 450px;
    }

    .apps-product-development {
        padding: 50px 40px;
    }

    .apps-product-development h1 {
        font-size: 31px;
    }

    .apps-product-development p {
        font-size: 18px;
    }

    .product-about-img {
        width: 320px;
    }
}

@media(max-width:991px) {
    .media-app-btn-link{
        display: block;
    }
    .media-app-btn-link .our-app-link-section{
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin: auto;
    }
    .display-btn-link{
        display: none;
    }
    .our-app-connected-right{
        display: block;
    }
    /* .our-app-connected {
        margin-bottom: 25px;
    } */
    .our-app-connected img {
        width: 410px;
    }
    .our-app-media-section {
        margin: 20px 0px;
    }
    .our-app-click-title-section h2 {
        margin: 26px 0px 0px;
    }
    .our-app-click-title-section::before {
        height: 145px;
    }
    .our-app-waosim-title-section::before {
        height: 100px;
    }
    .apps-product-development {
        padding: 45px 20px;
        border-radius: 35px;
    }
    .apps-product-development h1 {
        font-size: 28px;
    }
    .apps-product-development p {
        font-size: 16px;
    }
    .apps-about-section {
        padding: 60px 0px;
    }
    .connecting-harts-right-side {
        padding: 30px;
    }
}
@media(max-width:767px) {
    .apps-product-development p
    {
        font-size: 12px;
    }
    .our-app-link-section {
        width: 60px;
    }
    .apps-product-development {
        width: 100%;
        margin-bottom: 25px;
    }
    .apps-about-section {
        padding: 50px 0px;
    }
    .our-app-media-section {
        margin: 0px 0px;
    }
    .our-app-click-title-section::before {
        height: 100px;
    }
    .our-app-waosim-title-section::before {
        height: 75px;
    }
    .our-app-click-title-section h2 {
        margin: 20px 0px 0px;
    }
    .our-app-click-title-section h2 {
        font-size: 26px;
    }
    .banner-text p {
        margin-bottom: 40px !important;
    }
    .app-with-text p{
        margin: 20px 0px;
        line-height: 40px;
    }
    .banner-image {
        width: 75% !important;
    }
    .banner-section {
        padding: 145px 0px 40px 0px !important;
    }
    .our-app-link a {
        font-size: 16px;
    }
}
@media(max-width:575px){
    .our-app-link-section {
        width: 60px;
    }
    .our-app-connected img {
        width: 335px;
    }
    .p-35 {
        padding-top: 20px;
    }
    .our-app-click-title-section::before {
        height: 90px;
    }
    .our-app-waosim-title-section::before {
        height: 75px;
    }
    .app-with-text p{
        line-height: 40px;
    }
    .banner-section {
        padding: 130px 0px 0px 0px !important;
    }
    .apps-product-development {
        padding: 30px 20px;
        border-radius: 30px;
    }
    .apps-product-development h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

}
@media(max-width:475px){
    .our-app-connected img {
        width: 305px;
    }
    .our-app-click-title-section::before {
        height: 70px;
    }
    .our-app-waosim-title-section::before {
        height: 50px;
    }
    .our-app-logo-section {
        width: 180px;
    }
    .our-app-click-title-section h2 {
        font-size: 20px;
    }
    .apps-product-about-bg{
        border-radius: 30px;
    }
    .our-app-click-title-section{
        padding: 30px 20px;
        border-radius: 30px;
    }
    .banner-image {
        width: 100% !important;
    }
    .apps-product-development h1 {
        font-size: 24px;
    }
    .apps-product-development p {
        font-size: 12px;
    }
    .product-about-img {
        width: 100%;
    }
    .apps-about-section {
        padding: 40px 0px;
    }
}
@media(max-width:375px) {
    .connecting-harts-right-side {
        padding: 15px;
    }
    .our-app-click-title-section {
        margin: 30px 0px;
    }
    .our-app-link-section {
        width: 55px;
    }
    .our-app-click-title-section::before {
        height: 60px;
    }
    .our-app-waosim-title-section::before {
        height: 45px;
    }
    .apps-product-development h1 {
        font-size: 22px;
    }
    .our-app-click-title-section h2 {
        font-size: 18px;
    }
    .our-app-logo-section {
        width: 155px;
    }
}
