/* Addtional styles */

.language-changer {
    position: absolute;
    top: 20px;
    right: 20px;
}

.language-changer a {
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 0 5px #000000a2
}

.service-card-height {
    min-height: 700px;
}

.img-avatar {
    height: 150px;
}


.hero-logo {
    height: 120px;
}

.service-shadow {
    box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.25);
}

.hero-overlay-center {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.max-w-1 {
    width: 400px;
}

.bottom-right {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}

.bg-blue {
    background-color: #88CDFE;
}

.bg-red {
    background-color: #EF6C57;
}

.text-blue {
    color: #0500FF;
}

.nav-link {
    text-wrap: nowrap;
}

.bg-pink-callout {
    background: url("../images/image 6.png") no-repeat center;
    background-size: 100% 100%;
}

.bg-lpink-callout {
    background: url("../images/image 10.png") no-repeat center;
    background-size: 100% 100%;
}

.bg-blue-callout {
    background: url("../images/image 5.png") no-repeat center;
    background-size: 100% 100%;
}

.bg-red-callout {
    background: url("../images/image 7.png") no-repeat center;
    background-size: 100% 100%;
}

.bg-orange-callout {
    background: url("../images/image 8.png") no-repeat center;
    background-size: 100% 100%;
}

.bg-green-callout {
    background: url("../images/image 9.png") no-repeat center;
    background-size: 100% 100%;
}

.bg-gradient-yellow {
    background-image: linear-gradient(to right, #FFDFDF, #FFFEE3);
}

.bg-callout {
    background: url("../images/callout.png") no-repeat center;
    background-size: 100% 100%;
}

.bg-who {
    background: url("../images/Who We Are background 1.png") no-repeat center;
    background-size: cover;
}

.text-dark-red {
    color: #391400;
}

.border-light-red {
    border: 2px solid #F3D1BF;
}

.border-light-red-r {
    border-right: 2px solid #F3D1BF;
}

.h-1 {
    height: 0.2rem;
}

.text-yellow {
    color: #EDEF24;
}

.bg-hero {
    background: url("../images/hero-bg.png") no-repeat bottom;
    background-size: cover;
    height: 900px;
}

.bg-chatbox {
    background: url("../images/chatbox.png") no-repeat;
    background-size: 100% 100%;
}

.bg-light-warning {
    background-color: #FFDDDD;
}

.bg-about {
    background: url("../images/bg-about.jpg") no-repeat center center;
    background-size: cover;
    height: 550px;
}

.bg-about-overlay {
    background: url("../images/bg-about.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.bg-about-overlay .overlay {
    background: rgba(255, 255, 255, 0.491);
}

.bg-light-green {
    background-color: #A5C0A1;    
}

.gray-title {
    background-image: linear-gradient(to right, #E0E0E0, #F0F0F0);
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    margin-bottom: 2rem;
}

.bg-gray {
    background-color: #4B4747;
}

.w-auto-force {
    width: auto !important;
}

.card {
    width: 100%;
    height: 100%;
}

.card-img-top {
    height: 180px;
    object-fit: contain;
    border-bottom: 2px solid rgb(178, 178, 178);
}

.img-circle {
    border-radius: 50%;
    object-fit: cover;
}

.img-circle.big {
    width: 200px;
    height: 200px;
}

.center-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
}

.center-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;
}

.top-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}


.top-bottom-right, .person-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.top-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.bg-pink {
    background-color: #E4D0FF;
}
.bg-pink2 {
    background-color: #FFD0F7;
}
.bg-pink3 {
    background-color: #F6E8F5;
}

.py-6 {
    padding: 6rem 0;
}

.pb-6 {
    padding-bottom: 6rem;
}

.bg-gradient-blue {
    background-image: linear-gradient(90deg, #4EAEF2 0%, #ffffff 100%);
}

.bg-gradient-green {
    background-image: linear-gradient(180deg, #AAFF82 0%, #ffffff 100%);
}

.btn-theme {
    border: 1px solid;
    border-radius: 10px;
}

.btn-theme:hover {
    color: white;
    background-color: #54B1F3;
}



/* fonts */

@font-face {
    font-family: 'Font';
    src: url('../webfonts/NotoSansJP-VariableFont_wght.ttf');
    font-weight: 400;
    font-style: normal;
}

/* @font-face {
    font-family: 'Font';
    src: url('../webfonts/Poppins-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
 */
/* root styles */

html {
    font-size: 20px;
}

body {
    margin: 0;
    font-family: 'Font', sans-serif;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.normal {
    font-size: 1rem !important;
}

.small {
    font-size: 0.875rem !important;
}

.smaller {
    font-size: 0.75rem !important;
}

.large {
    font-size: 1.25rem !important;
}

.larger {
    font-size: 1.5rem !important;
}

@media (max-width: 1346px) {
    #navbarNav {
        font-size: 0.8rem;
    }
}

@media (max-width: 1080px) {
    /*tablet classes*/
    .bg-hero {
        height: 850px;
        background-size: contain;
        background-position: top;
    }
    .bottom-right {
        position: relative;
        right: 0;
        bottom: 0;
    }
    .person-bottom-right {
        position: relative;
        width: 100%;
        height: auto;
    }
    #navbarNav {
        position: absolute;
        background: white;
        padding: 2rem;
        border-radius: 5px;
        right: 0;
        z-index: 1000;
        width: auto;
        box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.175);
        font-size: 1rem;
    }
    .img-ws1 {
        height: 130px;
    }
    .card-img-top {
        height: 140px;
    }
}

@media (max-width: 1000px) {
    .bg-hero {
        height: 800px;
        background-size: contain;
        background-position: top;
    }
}

@media (max-width: 900px) {
    .bg-hero {
        height: 720px;
        background-size: contain;
        background-position: top;
    }
}

@media (max-width: 768px) {
    /*mobile classes*/
    .bg-hero {
        height: 630px;
        background-size: contain;
        background-position: top;
    }
    html {
        font-size: 10px;
    }
    body {
        line-height: 1.3;
    }
    .hero-logo {
        height: 80px;
    }
    .smaller-md {
        font-size: 0.75rem !important;
    }
    .img-avatar {
        height: 70px;
    }
    .bg-about {
        height: 300px;
    }
    .img-ws1 {
        height: 90px;
    }
    .img-ws2 {
        height: 90px;
    }
    .img-ws3 {
        height: 110px;
    }
    .img-circle.big {
        width: 100px;
        height: 100px;
    }
    .center-left {
        top: 50%;
        transform: translateY(-50%);
        left: -30px;
    }
    .center-right {
        top: 50%;
        transform: translateY(-50%);
        right: -30px;
    }
    .card-img-top {
        height: 100px;
    }
    .card-text {
        font-size: 0.8rem;
    }
    .service-card-height {
        min-height: 400px;
        font-size: 1.5rem;
    }
}

@media (max-width: 650px) {
    .bg-hero {
        height: 520px;
        background-size: contain;
        background-position: top;
    }
}

@media (max-width: 500px) {
    .bg-hero {
        height: 450px;
        background-size: contain;
        background-position: top;
    }
}

@media (max-width: 450px) {
    .bg-hero {
        height: 350px;
        background-size: contain;
        background-position: top;
    }
}