html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    background: var(--body-bg) !important;
}

/* sidenave */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 600;
    top: 0;
    right: 0;
    background-color: var(--bg-white);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    max-width: 360px;
}

.sidenav * {
    text-transform: capitalize;
}

.menu-links-header {
    padding: 16px 8px 16px 32px;
    text-decoration: none;
    font-size: 18px;
    color: var(--menu-links-header-color);
    font-weight: 600;
    display: block;
    transition: 0.3s;
    border-top: 1px solid var(--border-line-color);
    font-family: 'BPG Arial Caps';
    background: var(--bg-white);
}

.margin-self-navMenu {
    margin: 5px 32px !important;
    display: flex;
    align-items: center !important;
}

.margin-self-navMenu>* {
    width: 50%;
}

.margin-self-navMenu .form-check-label {
    margin-left: 30px !important;
    min-height: 28px;
}

.margin-self-navMenu input {
    margin-top: 10px;
}

.margin-self-navMenu .form-check-label {
    margin-top: 7px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: var(--sidebar-a);
    display: block;
    transition: 0.3s;

    line-height: 1.5;
    cursor: pointer;
    font-family: 'FiraGO', sans-serif;
    font-feature-settings: "case" on;
    font-weight: 400;
}

.sidenav a:hover {
    color: var(--sidebar-a-hover);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sidenav .card-header {
    min-height: 60px;
    text-transform: uppercase !important;
    font-weight: bold;
}

.sidenav .card-header * {
    text-transform: uppercase !important;
}

.modeSwitcher {
    background: var(--theme-switcher-parent-bg);
    padding: 0px;
    display: flex;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
}

.modeSwitcher>* {
    min-height: 44px;
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--modeSwitcher-text);
    cursor: pointer;
}

.msa-left:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    background: var(--msa-after-bg);
    left: 0%;
    animation: slideBGLeft 0.5s;
    border-radius: 50px 0px 0px 50px;
}

.msa-left span,
.msa-right span {
    position: relative;
    z-index: 4;
    font-size: 15px;
}

.msa-right:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    background: var(--msa-after-bg);
    left: 50%;
    animation: slideBGRight 0.5s;
}

@keyframes slideBGRight {
    from {
        left: 0%;
    }

    to {
        left: 50%;
    }
}

@keyframes slideBGLeft {
    from {
        left: 50%;
    }

    to {
        left: 0%;
    }
}

.msa-left .background {
    margin-left: 0%;
}

.msa-right .background {
    margin-left: 50%;
}

.msa-left>:nth-child(1) span {
    color: var(--bg-white);
}

.msa-right>:nth-child(2) span {
    color: var(--bg-white);
}

.ms-32 {
    margin-left: 32px !important;
}

.me-32 {
    margin-right: 32px !important;
}

.mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

.new-top-space {
    min-height: 60px;
}

@media(max-width: 1240px) {
    * {
        --header-height: 75px !important;
    }

    .header-nav {
        display: none !important;
    }

    .sty {
        min-height: 74px !important;
    }

    header {
        position: fixed !important;
    }

    .why-grid {
        padding-left: 20px;
        padding-right: 20px;
        grid-template-columns: 267px 267px 267px 267px;
        overflow-x: auto;

    }

    * {
        box-sizing: border-box;
    }

    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .new-top-space {
        min-height: 20px;
    }

    #on_mob {
        display: flex !important;
    }
}

@media(min-width:830px){
    .hide-pc{
        display: none !important;
    }
}

@media(max-width: 830px) {
    .hide-mobile{
        display: none !important;
    }

    .section-title{
        text-align: center;
        width: 100% !important;
        justify-content: center !important;
    }

    .logotext-part-1 {
        display: none;
    }

    .logo-texts {
        max-width: 200px;
        min-width: 235px;
    }

    .main .carousel-item {
        min-height: 300px;
    }

    .h-lang-switcher {
        margin: 0px !important;
    }

    .h-lang-switcher .h-button {
        margin-left: -20px;
    }

    .h-r-side {
        margin-right: -20px !important;
    }

    .logo {
        margin-left: -15px !important;
    }

    .why-grid>* {
        width: 100% !important;
    }

    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .why-grid {
        padding: 10px 0px !important;
    }

    .container-md {
        padding: 10px !important;
    }

    footer .ratio-21x9 {
        min-height: 300px !important;
    }

}

@media(max-width: 560px) {
    .h-lang-switcher {
        display: none !important;
    }

    .logo-texts {
        font-size: 14px;
    }

    .logo-texts {
        max-width: 180px;
        min-width: 180px;
        word-break: break-all;
    }

    .logo img {
        height: 43px !important;
    }

    .why-grid {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .service-modal .card {
        overflow: hidden;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    
    .service-modal {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
    }

    .footer-modal-fix {
        grid-template-columns: 87% !important;
    }

   
}

.album-extend-parent .full-screen-layer {
    opacity: 0;
    transition: 0.5s ease;
}

.album-extend-parent:hover .full-screen-layer {
    opacity: 1;
}

section .lines-under-title>*:nth-child(1) {
    width: 20px;
    transition: 0.5s;
}

section:hover .lines-under-title>*:nth-child(1) {
    width: 100px;
}

section .left-image-parent {
    transition: 1s;
}


.zoom {
    overflow: hidden;
}

.zoom>* {
    transition: 1s;

}

.zoom:hover>* {
    transform: scale(1.2);
}

.about-text {
    font-family: 'BPG Arial';
    line-height: 1.7;
    background: var(--bg-white);
    padding: 40px;
}

.slick-dots{
    bottom: -57px !important;
}

.slick-dots li button::before {
    font-size: 19px !important;
}

.slick-prev.slick-arrow::before,
.slick-next.slick-arrow::before {
    color: var(--partners-carousel-arrow-color) !important;
}

.slick-prev::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f053" !important;
}

.slick-next::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f054" !important;
}

.slick-next::before,
.slick-prev::before {
    font-size: 33px !important;
}

.slick-prev {
    margin-left: -15px;
}

.slick-next {
    margin-right: -15px;
}



.slick-next,
.slick-prev {
    --w_h: 40px;

    min-width: var(--w_h) !important;
    max-width: var(--w_h) !important;

    min-height: var(--w_h) !important;
    max-height: var(--w_h) !important;
    border-radius: 10px !important;
    overflow: hidden;


    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 2 !important;
}