body,
body *{
    font-family: 'Poppins' !important;
    letter-spacing: normal !important;
}
.bg-custom-overlay{
    background: url('/website/assets/images/overlay.png') center ;
    background-size:cover;
    opacity: .8;
}
.yellow-color{color: #fdd300 !important}
.blue-color{color: #04acbc !important}
.red-color{color: #e84b50 !important;}
.black-color{color: #000000 !important;}
.bg-red{background-color: #e84b50 !important;}
.bg-blue{background-color: #04acbc  !important;}
.bg-yellow{background-color: #fdd300  !important;}
.bg-sky{background-color: #f0fafb !important;}
.website-logo{
    max-width: 200px;
}
.learn-more{
    font-size: 24px;
}
.learn-more i{
    font-size: 28px;
}

.logo img{
    width: 130px;
    height: auto;
}
#topnav .navigation-menu > li > a{
    font-weight: normal;
}
#topnav .navigation-menu > li.active > a, #topnav .navigation-menu > li:hover > a{
    color: #e84b50 !important;
    font-weight: bold;
}
@media (max-width: 992px){
    .mask-img{
        display: none;
    }
    .together-partener-container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .together-partener{
        margin-top: auto !important;
        max-height: 120px !important;
        max-width: 120px !important;
    }
    .footer-copyright{
        margin-top: 1rem;
    }
    .will-reverse{
        order: 2;
    }
    .offical-partener > div > img{
        margin-top: 2rem;
    }
}
@media (min-width: 992px){
    #topnav .navigation-menu {
        justify-content: right;
        padding-top: 1.5rem;
    }
    #topnav .navigation-menu > li.has-submenu.lang-li{
        margin: 0 0 0 25px;
    }
    .bg-mask-img{
        background-image: url('/website/assets/images/integration/mask.png');
        background-repeat: no-repeat;
    }
}
#topnav .navigation-menu > li{
    transition: all .2s ease-in-out;
}
.padding-full-height{padding: 230px 0px;}
.secondry-background{background-color: #e84b50;border-color: #fb5456}
.nav-pills{--bs-nav-pills-link-active-bg: #e84b50;}
.text-white-50 {color: rgba(255,255,255,.6) !important;}
.footer{color: #f3f3f3;}
.footer .text-foot{color: #f3f3f3;}
.social-icon.foot-social-icon li a{color: #f3f3f3;border-color: #f3f3f3;}
.subscribe-submit{color: #fff !important;border: 1px solid #fff !important;background-color: #04acbc !important;}
::placeholder{color:#fff !important}
.footer .footer-bar, .footer .footer-border{border-top: 1px solid #fff;}
.logo-footer img{filter: brightness(0) invert(1);width: 90px;height: auto;}
.custom-shadow{
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.section-title > .title{
    display: inline;
    position: relative;
    text-transform: uppercase;
}
.section-title > .title:before {
    content: "";
    width: 15px;
    height: 5px;
    background: #e84b50;
    top: 50%;
    position: absolute;
    left: -20px;
}
.section-title > .title:after {
    content: "";
    width: 15px;
    height: 5px;
    background: #e84b50;
    top: 50%;
    position: absolute;
    right: -20px;
}
.lang{
    padding-left: 8px !important;
}
#topnav .navigation-menu > li:hover > .menu-arrow,
#topnav .has-submenu.active.active .menu-arrow,
#topnav .has-submenu.active .submenu li.active > a,
#topnav .navigation-menu > li .submenu li a:hover{
    border-color: #e84b50;
    color: #e84b50 !important;
}
.team-overlay{
    background-image: linear-gradient(to bottom, rgba(7, 172, 188, 0) 36%, #07acbc) !important;
}
.core-value img{
    width: 100%;
}
.card-behind{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    font-size: 15px;
    line-height: 1.5;
    padding: 24px;
    border-radius: 10px;
    transition: opacity .2s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.core-value:hover .card-behind{
    opacity: 1;
    height: 100%;
}
.rounded-10{
    border-radius: 10px;
}
 /*  yellow #fdd300 */
 /* red #e84b50 */

 .offical-partener {
    scroll-margin-top: 100px;
  }

  #together{
    scroll-margin-top: 130px;
  }

  .section {
    padding: 50px 0;
    position: relative;
}

.footer .footer-py-60 {
    padding: 30px 0 0;
}

.footer .footer-py-30 {
    padding: 10px 0;
}

.our-langs img {
    max-height: 85px !important;
}
.stack{
    color: #353535;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.read-more-stack,
.read-less-stack
{ cursor: pointer; }
.desc-stack{
    border-radius: 8px;
    background: rgba(146, 187, 188, 0.10);
    padding: 1rem;
    text-align: center;

}
.read-less{ transform: rotate(180deg); }