@font-face {
    font-family: 'Mozaic GEO';
    src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Thin.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mozaic GEO';
    src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraLight.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mozaic GEO';
    src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Light.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mozaic GEO';
    src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Regular.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mozaic GEO';
    src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Medium.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mozaic GEO';
    src: url('../fonts/MozaicGEO/woff2/MozaicGEO-SemiBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mozaic GEO';
    src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Bold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mozaic GEO';
    src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mozaic GEO';
    src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Black.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mozaic GEO';
    src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBlack.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBlack.woff') format('woff');
    font-weight: 950;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ALIBABA';
    src: url('../fonts/alibaba/ALIBABA-LIGHT.TTF') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'ALIBABA';
    src: url('../fonts/alibaba/ALIBABA-BOLD.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ALIBABA';
    src: url('../fonts/alibaba/ALIBABA-REGULAR.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HELVETICANEUEULTRA';
    src: url('../fonts/h/HELVETICANEUE-MEDIUM.OTF') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'HELVETICANEUEULTRA';
    src: url('../fonts/h/HELVETICANEUEULTRALIGHT.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HELVETICANEUEULTRA';
    src: url('../fonts/h/HELVETICANEUEULTRALIGHTITAL.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color1: #0065b3;
    --color2: #e6e6e6;
    --text: #575757;
    --titr: #0065b3;
    --back: #fff;
    --font1: 'ALIBABA';
    --font2: 'ALIBABA';
    --eng-font: 'HELVETICANEUEULTRA';
}

.english{
    font-family: var(--eng-font)!important;
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font1);
    direction: rtl;
    text-align: right;
    background-color: var(--back);
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*-webkit-tap-highlight-color: transparent;*/
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--color1)
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

h1 {
    font-size: 27px!important;
    color: var(--color1)
}

h2 {
    font-size: 23px!important;
    color: var(--color1)
}

.h3, h3 {
    font-size: 19px!important;
    color: var(--color1)
}
/*h2{*/
/*    font-size: 2rem;*/
/*    color: var(--color1);*/
/*    font-weight: 500;*/
/*}*/

/*h3 {*/
/*    font-size: 1.5rem;*/
/*    color: var(--color1);*/
/*    font-weight: 500;*/
/*}*/


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (max-width: 767px) {
    .d-m-none {
        display: none !important;
    }

}

.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.icon-flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
}

.navbar-custom {
    height: 100px;
    padding: 0;
    background-color: #e7e7e7;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: -100px;
    margin-top: 140px;
    transition: transform 0.5s ease-out, top 0.5s ease-out;
}

.navbar-fill {
    height: 100px;
}

.navbar-custom.fixed {
    top: 0;
    margin-top: 0;
    position: fixed;
}

.navbar-logo img {
    height: 81px;
    object-fit: contain;
}

.navbar-logo {
    display: flex;
    align-items: center;
}

.nav-item {
    margin-left: 20px;
    white-space: nowrap;
}

.nav-item a {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    font-size: 18px;
    color: #6f6f6f;
}

.nav-item.dropdown {
    margin-top: -2px;
}

@media (min-width: 768px) {
    .nav-item a {
        display: inline-block;
    }

    .nav-item:not(.dropdown) a::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-image: linear-gradient(90deg, #ffffff00 0%, var(--color1) 50.48%, #ffffff00 100%);
        transition: width .2s;
        border-radius: 5px;
        margin-top: 4px;
        margin-bottom: -4px;
    }

    .nav-item:not(.dropdown) a:hover::after {
        width: 100%;
        transition: width .3s;
    }
}

.nav-item a:hover {
    color: var(--color1) !important;
}

.navbar-btn-body {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 20px;
}

.navbar-btn-lite {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    font-size: 18px;
    color: #6f6f6f;
}

.navbar-btn {
    font-size: 16px;
    color: #Fff;
    background: var(--color1);
    border: 1px solid var(--color1);
    height: unset;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
}

.navbar-btn-login {
    color: #6f6f6f;
    background: transparent;
}

.navbar-btn:hover {
    color: var(--color1);
    background: transparent;
}

.navbar-btn-login:hover {
    color: var(--color1);
    background: transparent;
}


@media (max-width: 767.5px) {

    .navbar-logo-desktop {
        display: none;
    }

    .navbar-custom {
        height: 70px;
    }

    .navbar-fill {
        height: 70px;
    }

    .navbar-nav {
        padding: 0;
    }

    .navbar-m {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .navbar-logo-mobile {
        height: 200px;
        width: 200px;
        background: #fff;
        display: flex;
        aspect-ratio: 2 / 1;
        clip-path: shape(from 96.87% 55.42%, curve to 96.87% 55.42% with 100% 50%, line to 78.13% 87.88%, curve to 68.74% 93.3% with 75% 93.3%, line to 31.26% 93.3%, curve to 21.87% 87.88% with 25% 93.3%, line to 3.13% 55.42%, curve to 3.13% 55.42% with 0% 50%);
        align-items: end;
        padding: 20px 54px;
        position: absolute;
        top: 0;
        margin-top: -111px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-logo-mobile img {
        width: 100%;
        height: 50px;
        object-fit: contain;
        background: #fff;
    }

    .navbar-logo img {
        width: 110px;
        height: 81px;
    }

    .navbar-btn-body {
        justify-content: center;
        gap: 20px;
        border: 1px solid var(--color1);
        width: max-content;
        margin: auto;
        border-radius: 22px;
        padding: 5px;
        margin-top: 20px;
    }

    .navbar-btn-lite {
        font-size: 14px;
    }

    .navbar-btn {
        font-size: 14px;
    }

    .navbar-custom.fixed {
        background: #def5ffb8;
    }

}

@media (min-width: 768px) {

    .navbar-logo-mobile {
        display: none;
    }

    .navbar-nav {
        width: 100%;
        padding: 0;
    }

    .navbar-left {
        display: flex;
        align-items: center;
        margin-right: auto;
        width: 100%;
        justify-content: flex-end;
    }

    .navbar-right {
        display: flex;
        align-items: center;
        margin-left: auto;
        width: 100%;
        justify-content: end;
    }


    .navbar-logo-desktop {
        height: 225px;
        width: 270px;
        background: #fff;
        display: flex;
        aspect-ratio: 2 / 1;
        clip-path: shape(from 96.87% 55.42%, curve to 96.87% 55.42% with 100% 50%, line to 78.13% 87.88%, curve to 68.74% 93.3% with 75% 93.3%, line to 31.26% 93.3%, curve to 21.87% 86.88% with 25% 93.3%, line to 3.13% 55.42%, curve to 3.13% 55.42% with 0% 50%);
        align-items: end;
        padding: 9px 46px;
        margin-top: -125px;
    }

    .navbar-logo-desktop img {
        background: #ffffff00;
        width: 100%;
        height: 100px;
        object-fit: contain;
    }

    .navbar-custom.fixed {
        background: rgb(255 255 255 / 83%);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(10px);
    }
}


.dropdown a::after {
    margin-top: -2px;
    margin-right: 10px;
    border: 0;
    font-family: "raya-icon";
    content: '\f107';
}

.dropdown ul li a::after {
    content: unset;
}

.dropdown .dropdown > a:after {
    display: block;
    content: " ";
    float: left;
    border: 0;
    font-family: "raya-icon";
    content: '\f104';
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown ul {
    left: 0;
    z-index: 1000;
    display: none;
    padding: 0.5rem 0;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    position: absolute;
    margin: 0 0 0;
    border: 1px solid #f2f2f2;
    min-width: 230px;
    border-radius: 8px;
    font-size: 14px;
    transition: opacity 0.3s ease-in-out;
    right: 0;
}

.dropdown ul li a {
    color: #444;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    width: 100%;
    padding: 7px 14px;
    font-weight: normal;
}

.dropdown ul li a:hover {
    color: var(--color1);
}

@media (min-width: 767.5px) {
    .dropdown ul::before {
        content: "";
        position: absolute;
        top: -10px;
        right: 5px;
        transform: translateX(-50%) rotate(180deg);
        border-top: 10px solid var(--color2);
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }

    .dropdown .dropdown ul::before {
        content: unset;
    }

    .dropdown .dropdown {
        position: relative;
    }

    .dropdown .dropdown > ul {
        top: 0;
        right: 100%;
    }

    .dropdown .dropdown:hover > a:after {
        border-left-color: #000;
    }

    .dropdown .dropdown:hover > ul {
        display: block;
    }

    .dropdown:hover > ul {
        display: block;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: -20;
        transition: background 0.1s ease, z-index 0s;
        transition-delay: 0.1s, 0.4s;
    }

    #overlay.active {
        visibility: visible;
        transition: background 0.1s ease, z-index 0s;
        transition-delay: 0s, 0s;
        background: rgba(72, 72, 72, 0.6);
        z-index: 100;
    }

}


@media (max-width: 767.5px) {
    .dropdown ul::before {
        content: unset;
    }

    .dropdown a::after {
        content: '\f104';
        font-size: 16px;
        margin-right: auto;
    }

    .dropdown .dropdown > a:after {
        margin-top: -2px;
        font-size: 16px;
    }

    .offcanvas-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #f3f3f3;
        z-index: 9999;
        transition: all 0.3s ease-in-out;
    }

    .dropdown ul {
        left: unset;
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #f3f3f3;
        z-index: 9999;
        transition: all 0.3s ease-in-out;
        margin: 0;
        padding: 0;
        overflow: auto;
    }

    .dropdown ul.active {
        right: 0;
    }

    .offcanvas-nav.active {
        right: 0;
    }


    .offcanvas-header {
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #575757;
        background-color: #fff;
        padding: 0 15px;
        margin-bottom: 10px;
    }


    .offcanvas-header .close {
        background: transparent;
        border: 0;
        color: #575757;
        font-size: 20px;
    }

    .offcanvas-header .back {
        background: transparent;
        border: 0;
        color: #575757;
        font-size: 20px;
    }

    .nav-item {
        padding: 10px 20px;
        margin-left: 0px;
        display: flex;
    }

    .dropdown ul li a {
        padding: 10px 20px;
    }

    .nav-item a {
        padding: 0;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
        font-size: 14px;
        font-weight: normal;
    }

    .navbar-category-first i {
        font-size: 16px;
        margin-left: 0;
    }

    .navbar-category-first {
        height: auto;
        min-width: auto;
        background: transparent;
        color: #323232;
        font-weight: 500;
        padding: 0;
    }

}


@media (min-width: 768px) {
    .offcanvas-header {
        display: none;
    }
}


.dropdown-new .dropdown-menu {
    margin: 0;
    padding: 10px;
    border-radius: 8px;
}

.dropdown-new a::after {
    display: none;
}

.basket-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color1);
    padding-bottom: 10px;
    padding-top: 10px;
}

.basket-item:first-child {
    padding-top: unset;

}

.basket-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.basket-total-title {
    font-size: 14px;
    font-weight: 600;
}

.basket-item-img {
    width: 70px;
    border-radius: 10px;
}

.basket-item-info {
    margin-right: 15px;
    white-space: nowrap;
}

.basket-item-count {
    margin-top: 5px;
    display: flex;
    align-items: end;
}

.basket-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.basket-item-count span {
    color: var(--color1);
    font-size: 16px;
}

.basket-item-discount {
    color: #545454 !important;
    text-decoration: line-through;
    font-size: 14px !important;
}

.basket-link {
    background: var(--color1);
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 8px;
    margin-top: 10px;
    border: 1px solid var(--color1);
    transition: 0.3s;
}

.basket-link:hover {
    background-color: #fff;
    color: var(--color1);
}

.navbar-btn-badge {
    background: var(--color1);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: -4px;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-top: 2px;
}

.btn.btn-custom {
    background: var(--color1);
    color: #fff;
}

.btn.btn-custom:hover {
    opacity: 0.8;
}

.jconfirm-box {
    border-radius: 10px !important;
}


@media (min-width: 768px) {

    .navbar-category a::after {
        content: unset;
    }

    .navbar-category.dropdown ul {
        min-width: 390px;
        border-radius: 10px;
        background-color: #fff;
        padding: 4px 0;
        margin-top: -15px;
    }

    .navbar-category.dropdown ul ul {
        margin-top: 0px;
    }

    .navbar-category.dropdown ul ul ul {
        margin-top: 0px;
    }

    .navbar-category.dropdown ul li {
        padding: 0px 20px;
    }

    .navbar-category.dropdown ul li:last-child a {
        border-bottom: 0;
    }

    .navbar-category.dropdown .dropdown ul li a {
        border-bottom: solid 1px #dcdcdc;
    }


    .navbar-category.dropdown .dropdown ul {
        right: 100%;
    }

    .navbar-category.dropdown ul li a {
        font-size: 14px;
        font-weight: 500;
        color: #646464;
        font-size: 14px;
        padding: 10px 14px;
        border-bottom: solid 1px #dcdcdc;
    }

    .navbar-category.dropdown .dropdown > a:after {
        margin-top: 0;
    }

    .navbar-category.dropdown ul::before {
        content: unset;
    }

    .navbar-category.dropdown .dropdown ul {
        width: 800px;
        flex-wrap: wrap;
        direction: rtl;
        height: 358px;
        overflow-y: auto;
        margin-top: -1px;
    }

    .navbar-category.dropdown .dropdown ul li a {
        font-weight: bold;
        color: var(--color2);
    }

    .navbar-category.dropdown .dropdown ul ul li a {
        font-weight: normal;
    }

    .navbar-category.dropdown .dropdown ul li {
        min-width: 25%;
    }

    .navbar-category.dropdown .dropdown ul a::after {
        content: unset;
    }

    .navbar-category.dropdown .dropdown:hover > ul {
        display: flex;
    }

    .navbar-category.dropdown .dropdown ul ul {
        width: auto;
        position: relative;
        width: auto;
        min-width: auto;
        height: auto;
        display: flex;
        right: 0;
        flex-direction: column;
        box-shadow: unset;
        overflow: unset;
        border: 0;
        margin: 0;
    }

    .navbar-category.dropdown .dropdown ul ul li {
        width: auto;
        padding: 0;
    }

    .navbar-category.dropdown .dropdown ul ul li a {
        border-bottom: 0;
        color: #323232;
    }

    .navbar-category.dropdown .dropdown {
        position: unset;
    }

    .mega-scroll {
        height: 350px;
        overflow-y: auto;
        direction: ltr;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .navbar-category.dropdown .dropdown ul {
        width: 385px;
    }

    .navbar-category.dropdown .dropdown ul li {
        width: 33%;
    }
}


.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 350px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
}

.offcanvas.show {
    transform: none;
}

.offcanvas-body {
    padding: 20px 0;
    height: 100%;
    overflow: auto;
}

.offcanvas-head {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.offcanvas-footer {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.offcanvas-close {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #444;
    padding: 0;
}


.basket-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.basket-item:first-child {
    padding-top: unset;

}

.basket-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.basket-total-title {
    font-size: 14px;
    font-weight: 600;
}

.basket-item-img {
    width: 90px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
}

.basket-item-info {
    margin-right: 15px;
    white-space: nowrap;
}

.basket-item-count {
    margin-top: 5px;
    display: flex;
    align-items: end;
}

.basket-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.basket-item-count span {
    color: var(--color1);
    font-size: 16px;
}

.basket-item-discount {
    color: #545454 !important;
    text-decoration: line-through;
    font-size: 14px !important;
}

.basket-link {
    background: var(--color1);
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 8px;
    margin-top: 10px;
    border: 1px solid var(--color1);
    transition: 0.3s;
}

.basket-link:hover {
    background-color: #fff;
    color: var(--color1);
}


.basket-item {
    padding: 15px;
}

.basket-total {
    margin-top: 0;
}

.offcanvas-title {
    font-weight: 600;
    color: #444;
    font-size: 18px;
}

#overlay-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
}

#overlay-offcanvas.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 1000;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding: 10px;
}

.swiper-1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-4 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-5 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-6 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-pagination-bullet {
    border-radius: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
    font-weight: 600;
    color: #707070;
}

.swiper-button-next {
    width: 38px;
    height: 38px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

.swiper-button-prev {
    width: 38px;
    height: 38px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

.swiper-button-next:hover {
    background: var(--color1);
}

.swiper-button-prev:hover {
    background: var(--color1);
}

.swiper-button-next:hover::after {
    color: #fff;
}

.swiper-button-prev:hover::after {
    color: #fff;
}


.swiper-pagination-bullet-active {
    width: 20px;
}

.swiper-free {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-free .swiper-slide {
    width: auto !important;
}

@media (max-width: 767px) {
    .swiper-button-next {
        width: 30px;
        height: 30px;
        top: 55%;
    }

    .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: 55%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 12px;
    }
}


.myAnim1 {
    animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
    animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
    animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
    animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
    animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 0;
    }

    10% {
        transform: rotate(2deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

@keyframes myAnim2 {

    0%,
    100% {
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateY(-8px);
    }

    20%,
    40%,
    60% {
        transform: translateY(8px);
    }

    80% {
        transform: translateY(6.4px);
    }

    90% {
        transform: translateY(-6.4px);
    }
}

@keyframes myAnim3 {

    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }

    10% {
        transform: rotate(2deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

@keyframes myAnim4 {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

.animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 600ms ease-out, transform 600ms ease-out;
    will-change: opacity, transform;
}

.animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes move-1 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-40px, -30px);
    }

    50% {
        transform: translate(20px, -50px);
    }

    75% {
        transform: translate(50px, -20px);
    }
}

@keyframes move-2 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    30% {
        transform: translate(30px, -40px);
    }

    60% {
        transform: translate(-40px, -20px);
    }

    90% {
        transform: translate(-10px, -50px);
    }
}

@keyframes move-3 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(-50px, -30px);
    }

    40% {
        transform: translate(30px, -50px);
    }

    60% {
        transform: translate(40px, -10px);
    }

    80% {
        transform: translate(-30px, -40px);
    }
}


.home-wrap-1-shape-a {
    width: 600px;
    height: 600px;
    position: absolute;
    background: #cae5d1;
    left: 0;
    top: 10%;
    margin: auto;
    border-radius: 50%;
    filter: blur(70px);
    z-index: -1;
    animation: move-1 8s ease-in-out infinite;

}

.home-wrap-1-shape-b {
    width: 700px;
    height: 700px;
    position: absolute;
    background: #bbddfa;
    right: 0;
    left: 0;
    top: -100px;
    margin: auto;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
    animation: move-2 9s ease-in-out infinite;

}

.home-wrap-1-shape-c {
    width: 700px;
    height: 700px;
    position: absolute;
    background: #d6fcf5;
    right: 0;
    top: 10%;
    margin: auto;
    border-radius: 50%;
    filter: blur(80px);
    z-index: -2;
    animation: move-3 10s ease-in-out infinite;

}

.home-wrap-1 {
    background-size: cover !important;
    background: #fff center;
    padding: 60px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: end;
    height: calc(100vh - 100px);
    min-height: 500px;
    z-index: 1;
}

.home-wrap-1-img {
    width: 100%;
}

.home-wrap-1-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: right;
    gap: 25px;
}

.home-wrap-1-title {
    font-size: 45px;
    font-weight: 600;
    color: var(--color1);
    line-height: 1.3;
}

.home-wrap-1-text {
    color: var(--text);
    font-size: 20px;
}

.home-wrap-1-btn-body {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-wrap-1-btn-a {
    font-size: 18px;
    color: #fff;
    background: var(--color1);
    border: 1px solid var(--color1);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
}

.home-wrap-1-btn-a:hover {
    background: #fff;
    color: var(--color1);
}

.home-wrap-1-btn-b {
    font-size: 18px;
    color: var(--color1);
    background: transparent;
    border: 1px solid var(--color1);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
}

.home-wrap-1-btn-b:hover {
    background: #fff;
    color: var(--color1);
}

.home-wrap-1-cover {
    width: 85%;
    aspect-ratio: 1;
    clip-path: shape(from 96.87% 44.58%, curve to 96.87% 55.42% with 100% 50%, line to 78.13% 87.88%, curve to 68.74% 93.3% with 75% 93.3%, line to 31.26% 93.3%, curve to 21.87% 87.88% with 25% 93.3%, line to 3.13% 55.42%, curve to 3.13% 44.58% with 0% 50%, line to 21.87% 12.12%, curve to 31.26% 6.7% with 25% 6.7%, line to 68.74% 6.7%, curve to 78.13% 12.12% with 75% 6.7%);
    margin-right: auto;
}

.home-wrap-1-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-wrap-title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: var(--color1);
    margin-top: 90px;
}

.home-wrap-2-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--color2);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 3px 6px #00000054;
    margin-top: 55px;
    text-align: center;
    gap: 15px;
    transition: 0.5s;
    color: var(--color1);
}

.home-wrap-2-item img {
    background: #fff;
    width: 135px;
    height: 100px;
    margin-top: -70px;
    padding-bottom: 15px;
    object-fit: cover;
}

.home-wrap-2-title {
    font-size: 16px;
    font-weight: 600;
    height: 48px;
}

.home-wrap-2-item:hover {
    color: #fff;
    background: var(--color1);
}

.home-wrap-3-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    background: var(--color2);
    border-radius: 24px;
    padding: 30px;
    margin-top: 40px;
    gap: 15px;
    transition: 0.5s;
    color: var(--color1);
}

.home-wrap-3-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
}

.home-wrap-3-title {
    font-size: 26px;
    font-weight: 600;
}

.home-wrap-3-text {
    font-size: 18px;
    font-weight: 500;
}

.home-wrap-3-link {
    font-size: 18px;
}

.home-wrap-3-link:hover {
    color: #000;
}


.home-wrap-4-btn-body {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-wrap-4-btn-a {
    font-size: 18px;
    color: #fff;
    background: var(--color1);
    border: 1px solid var(--color1);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
}

.home-wrap-4-btn-a:hover {
    background: #fff;
    color: var(--color1);
}

.home-wrap-4-btn-b {
    font-size: 18px;
    color: var(--color1);
    background: transparent;
    border: 1px solid var(--color1);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
}

.home-wrap-4-btn-b:hover {
    background: #fff;
    color: var(--color1);
}

.home-wrap-4-cover {
    width: 100%;
    aspect-ratio: 1;

    margin-right: auto;
}

.home-wrap-4-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-wrap-4-mini {
    position: absolute;
    width: 40%;
    z-index: 1;
    aspect-ratio: 1;
    /*clip-path: shape(from 96.87% 44.58%, curve to 96.87% 55.42% with 100% 50%, line to 78.13% 87.88%, curve to 68.74% 93.3% with 75% 93.3%, line to 31.26% 93.3%, curve to 21.87% 87.88% with 25% 93.3%, line to 3.13% 55.42%, curve to 3.13% 44.58% with 0% 50%, line to 21.87% 12.12%, curve to 31.26% 6.7% with 25% 6.7%, line to 68.74% 6.7%, curve to 78.13% 12.12% with 75% 6.7%);*/
    margin-left: auto;
}

.home-wrap-4-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-wrap-4-box {
    border-radius: 24px;
    padding: 10px 20px;
    /*margin-top: 90px;*/
}

.home-wrap-4-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    justify-content: center;
}

.home-wrap-4-flex {
    display: flex;
    align-items: center;
    position: relative;
}

.home-wrap-4-title {
    font-size: 36px;
    font-weight: 600;
    color: var(--titr);
    line-height: 1.3;
}

.home-wrap-4-text {
    color: var(--titr);
    font-size: 18px;
    font-weight: 700;
}

.home-wrap-5-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 40px;
    gap: 10px;
    transition: 0.5s;
    color: var(--color1);
}

.home-wrap-5-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
}

.home-wrap-5-title {
    font-size: 26px;
    font-weight: 600;
}

.home-wrap-5-text {
    font-size: 18px;
}

.home-wrap-6-shape-a {
    width: 600px;
    height: 600px;
    position: absolute;
    background: #cae5d1;
    left: 0;
    top: 10%;
    margin: auto;
    border-radius: 50%;
    filter: blur(70px);
    z-index: -1;

}

.home-wrap-6-shape-b {
    width: 700px;
    height: 700px;
    position: absolute;
    background: #bbddfa;
    right: 0;
    left: 0;
    top: -100px;
    margin: auto;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;

}

.home-wrap-6-shape-c {
    width: 700px;
    height: 700px;
    position: absolute;
    background: #d6fcf5;
    right: 0;
    top: 10%;
    margin: auto;
    border-radius: 50%;
    filter: blur(80px);
    z-index: -2;

}


.home-wrap-6-logo {
    height: 225px;
    width: 270px;
    background: #fff;
    display: flex;
    aspect-ratio: 2 / 1;
    clip-path: shape(from 96.87% 55.42%, curve to 96.87% 55.42% with 100% 50%, line to 78.13% 87.88%, curve to 68.74% 93.3% with 75% 93.3%, line to 31.26% 93.3%, curve to 21.87% 87.88% with 25% 93.3%, line to 3.13% 55.42%, curve to 3.13% 55.42% with 0% 50%);
    align-items: end;
    padding: 20px 54px;
    position: absolute;
    top: 0;
    margin-top: -125px;
    right: auto;
    left: auto;
}

.home-wrap-6-logo img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    background: #fff;
}


.home-wrap-6 {
    background: var(--color1);
    background-size: cover;
    background-position: center;
    margin-top: 10px;

    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
}

.home-wrap-6-cover {
    width: 100%;
    aspect-ratio: 1;
    /*clip-path: shape(from 96.87% 44.58%, curve to 96.87% 55.42% with 100% 50%, line to 78.13% 87.88%, curve to 68.74% 93.3% with 75% 93.3%, line to 31.26% 93.3%, curve to 21.87% 87.88% with 25% 93.3%, line to 3.13% 55.42%, curve to 3.13% 44.58% with 0% 50%, line to 21.87% 12.12%, curve to 31.26% 6.7% with 25% 6.7%, line to 68.74% 6.7%, curve to 78.13% 12.12% with 75% 6.7%);*/
}

.home-wrap-6-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-wrap-6-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    color: var(--color1);
}

.home-wrap-6 .col-12:nth-child(even) .home-wrap-6-info {
    order: 2;
}

.home-wrap-6-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 35px;
}

.home-wrap-6-text {
    font-size: 18px;
}

.home-wrap-6-btn {
    font-size: 18px;
    color: #Fff;
    background: var(--color1);
    border: 1px solid var(--color1);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.5s;
    width: 100%;
    max-width: 200px;
    margin: auto;
    margin-top: 20px;
}


.home-wrap-6-btn:hover {
    background: transparent;
    color: var(--color1);
}

.home-wrap-7 {
    margin-top: 70px;
}

.home-wrap-7-item {
    background: var(--color2);
    padding: 30px;
    display: block;
    border-radius: 24px;
}

.home-wrap-7-img-body {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.home-wrap-7-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.home-wrap-7-img:hover {
    transform: scale(1.1);
}

.home-wrap-7-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--color1);
    margin-top: 20px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-align: center;
}

.home-wrap-7-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--color1);
    margin-top: 15px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.card-blog {
    border-radius: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}


.card-blog-img-body {
    width: 100%;
    /*height: auto;*/
    max-height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.card-blog-img {
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}


.card-blog-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.card-blog-text {
    color: var(--text);
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
}

.card-blog-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--color1);
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.card-blog-link {
    color: var(--color1);
}

.home-wrap-text {
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
}


@media (max-width: 767px) {
    .home-wrap-1 {
        height: 200px;
        padding: 0px 20px;
        min-height: auto;
        padding-bottom: 20px;
    }

    .home-wrap-1-title {
        font-size: 20px;
    }

    .home-wrap-1-info {
        gap: 15px;
        height: auto;
        text-align: center;
    }

    .home-wrap-1-text {
        color: var(--color1);
        font-size: 14px;
    }

    .home-wrap-1-btn-a {
        font-size: 10px;
        height: 27px;
        padding: 10px 13px;
    }

    .home-wrap-1-btn-b {
        font-size: 14px;
        height: 40px;
        padding: 10px 20px;
    }

    .home-wrap-1-cover {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .home-wrap-1-btn-body {
        justify-content: center;
        gap: 15px;
    }

    .home-wrap-title {
        font-size: 20px;
        margin-top: 35px;
    }

    .home-wrap-2-item {
        padding: 15px;
        margin-top: 50px;
    }

    .home-wrap-2-item img {
        width: 70px;
        height: 70px;
        margin-top: -50px;
    }

    .home-wrap-2-title {
        font-size: 14px;
        font-weight: 600;
        height: 42px;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    .home-wrap-3-item {
        padding: 20px;
        margin-top: 15px;
        gap: 5px;
    }

    .home-wrap-3-icon {
        width: 75px;
        height: 75px;
    }

    .home-wrap-3-title {
        font-size: 18px;
    }

    .home-wrap-3-text {
        font-size: 14px;
    }

    .home-wrap-3-link {
        font-size: 14px;
    }

    .home-wrap-4-box {
        padding: 20px;
        margin-top: 30px;
    }

    .home-wrap-4-title {
        font-size: 20px;
    }

    .home-wrap-4-text {
        font-size: 14px;
    }

    .home-wrap-4-info {
        gap: 10px;
        text-align: center;
    }

    .home-wrap-4-btn-a {
        font-size: 14px;
        height: 40px;
        padding: 10px 20px;
    }

    .home-wrap-4-btn-b {
        font-size: 14px;
        height: 40px;
        padding: 10px 20px;
    }

    .home-wrap-4-btn-body {
        justify-content: center;
        gap: 15px;
    }

    .home-wrap-5-item {
        align-items: center;
        margin-top: 15px;
        text-align: center;
        gap: 10px;
    }

    .home-wrap-5-icon {
        width: 75px;
        height: 75px;
    }

    .home-wrap-5-title {
        font-size: 18px;
    }

    .home-wrap-5-text {
        font-size: 14px;
    }

    .home-wrap-6 {
        margin-top: 35px;
        padding-top: 80px;
        padding-bottom: 30px;
        padding-inline: 0;
        height: auto;
        min-height: auto;
    }

    .home-wrap-6-logo {
        height: 200px;
        width: 200px;
    }

    .home-wrap-6-logo img {
        height: 50px;
    }

    .home-wrap-6-title {
        font-size: 20px;
    }

    .home-wrap-6-text {
        font-size: 14px;
    }

    .home-wrap-6-item {
        gap: 0px;
        margin-bottom: 10px;
    }

    .home-wrap-6-info {
        order: 2 !important;
    }

    .home-wrap-6-cover {
    }

    .home-wrap-6-btn {
        font-size: 14px;
        height: 40px;
        padding: 10px 20px;
        max-width: max-content;
    }

    .home-wrap-7 {
        margin-top: 0;
    }

    .home-wrap-7-item {
        padding: 20px;
    }

    .home-wrap-7-img {
        height: 150px;
    }

    .home-wrap-7-title {
        font-size: 20px;
        margin-top: 15px;
    }

    .home-wrap-7-text {
        font-size: 14px;
        margin-top: 5px;
    }

    .home-wrap-text {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .card-blog-info {
        gap: 3px;
    }

    .card-blog-title {
        font-size: 16px;
    }

    .card-blog-text {
        font-size: 14px;
    }

    .card-blog-link {
        font-size: 14px;
    }

    .card-blog-img-body {
        height: auto;
    }

}


.footer-logo {
    height: 225px;
    width: 270px;
    background: #fff;
    display: flex;
    aspect-ratio: 2 / 1;
    clip-path: shape(from 96.87% 55.42%, curve to 96.87% 55.42% with 100% 50%, line to 78.13% 87.88%, curve to 68.74% 93.3% with 75% 93.3%, line to 31.26% 93.3%, curve to 21.87% 87.88% with 25% 93.3%, line to 3.13% 55.42%, curve to 3.13% 55.42% with 0% 50%);
    align-items: end;
    padding: 20px 54px;
    position: absolute;
    top: 0;
    margin-top: -125px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    background: #fff;
}

.footer {
    margin-top: 80px;
    background: var(--color1);
    padding: 100px 75px 40px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.footer-text {
    font-size: 20px;
    margin-top: 25px;
}

.footer-mute {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-top: 30px;
}

.footer-social {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.content {
    display: flex;
    flex-direction: row;
    /*gap: 5px;*/
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items: center;
}

.footer-social a {
    color: var(--color1);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    /*background: #ffffff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s;
    line-height: 0;
}

.footer-social a:hover {
    background: var(--color1);
    color: #fff;
}

.footer-header {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer ul {
    list-style: unset;
    padding-right: 10px;
    list-style: none;
    line-height: 2.2;
    color: #ffffff;
    font-size: 16px;
}

.footer ul a {
    position: relative;
    color: #ffffff;
    display: flex;
    align-items: start;
}

.footer-form {
    background: #fff;
    padding: 6px;
    border-radius: 32px;
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-form input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 10px;
    outline: none;
}

.footer-form button {
    height: 35px;
    display: flex;
    align-items: center;
    background: var(--color1);
    color: #fff;
    border-radius: 40px;
    padding: 10px 30px;
    border: 0;
    transition: 0.3s;
}

.footer-form button:hover {
    background: var(--color2);
}

.footer-text {
    color: #ffffff;
    font-size: 16px;
    text-align: justify;
}

.footer-flex a {
    color: #ffffff;
}

.footer-flex {
    gap: 20px;
    display: flex;
    margin-top: 25px;
    font-size: 18px;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom-item span {
    margin: 0 5px;
}

.footer-bottom-item {
    display: flex;
    align-items: center;
    color: var(--color1);
    font-weight: 200;
}

.footer-bottom-item a {
    color: var(--color1);
}

.footer-bottom-item a:hover {
    color: var(--color1);
}

.footer-bottom-flex {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-form-title {
    color: var(--color1);
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}


@media (max-width: 767px) {
    .footer {
        margin-top: 40px;
        padding: 20px;
        padding-top: 80px;
    }

    .footer-header {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .footer-text {
        font-size: 14px;
        margin-top: 0;
    }

    .footer ul a {
        font-size: 14px;
    }

    .footer-logo img {
        height: 50px;
    }

    .footer-logo {
        height: 200px;
        width: 200px;
    }

    .footer-form-title {
        font-size: 16px;
    }

    .footer-bottom-item {
        justify-content: center;
        font-size: 14px;
    }

}


.breadcrumb {
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: transparent;
    margin-top: 60px;
    margin-bottom: 0;
}

li.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
    content: ">";
    float: right;
    padding-right: .5rem;
    padding-left: 0.5rem;
}

.breadcrumb-item.active a {
    color: var(--color1);
}

li.breadcrumb-item a:hover {
    color: var(--color1);
}

@media (max-width: 767px) {
    li.breadcrumb-item {
        white-space: nowrap;
    }

    .breadcrumb {
        font-size: 14px;
        flex-wrap: nowrap;
        height: 24px;
        overflow: auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}


.service-wrap-1-shape-a {
    width: 400px;
    height: 400px;
    position: absolute;
    background: #8dbadd;
    left: 10%;
    top: 10%;
    margin: auto;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
    animation: move-1 8s ease-in-out infinite;
}

.service-wrap-1-shape-b {
    width: 500px;
    height: 500px;
    position: absolute;
    background: #8dbadd;
    right: 0;
    left: 0;
    top: -100px;
    margin: auto;
    border-radius: 50%;
    filter: blur(250px);
    z-index: -1;
    animation: move-2 9s ease-in-out infinite;
}

.service-wrap-1-shape-c {
    width: 700px;
    height: 700px;
    position: absolute;
    background: #8dbadd;
    right: 0;
    top: 10%;
    margin: auto;
    border-radius: 50%;
    filter: blur(150px);
    z-index: -2;
    animation: move-3 10s ease-in-out infinite;
    margin-top: -30px;

}

.service-wrap-1 {
    background: #fff;
    background-size: cover;
    background-position: center;
    /*padding: 100px 0;*/
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    /*height: 100vh;*/
    /*min-height: 500px;*/
    z-index: 1;
    margin-top: -30px;
}

.service-wrap-1-img {
    width: 100%;
}

.service-wrap-1-info {
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
    justify-content: center;
    text-align: right;
    gap: 25px;
    margin-top: 30px;
}

.service-wrap-1-title {
    font-size: 45px;
    font-weight: 600;
    color: var(--color1);
    line-height: 1.3;
}

.service-wrap-1-text {
    color: var(--color1);
    font-size: 20px;
    overflow-wrap: break-word;
}

.service-wrap-1-btn-body {
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-wrap-1-btn-a {
    font-size: 18px;
    color: #fff;
    background: var(--color1);
    border: 1px solid var(--color1);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
}

.service-wrap-1-btn-a:hover {
    background: #fff;
    color: var(--color1);
}

.service-wrap-1-btn-b {
    font-size: 18px;
    color: var(--color1);
    background: transparent;
    border: 1px solid var(--color1);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
}

.service-wrap-1-btn-b:hover {
    background: #fff;
    color: var(--color1);
}

.service-wrap-1-cover {
    width: 95%;
    /*aspect-ratio: 1;*/
    /*clip-path: shape(from 96.87% 44.58%, curve to 96.87% 55.42% with 100% 50%, line to 78.13% 87.88%, curve to 68.74% 93.3% with 75% 93.3%, line to 31.26% 93.3%, curve to 21.87% 87.88% with 25% 93.3%, line to 3.13% 55.42%, curve to 3.13% 44.58% with 0% 50%, line to 21.87% 12.12%, curve to 31.26% 6.7% with 25% 6.7%, line to 68.74% 6.7%, curve to 78.13% 12.12% with 75% 6.7%);*/
    margin-right: auto;
}

.service-wrap-1-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-wrap-2 {
    margin-top: 60px;
}

.service-wrap-2-head {
    font-size: 36px;
    font-weight: 600;
    color: var(--color1);
    line-height: 1.3;
    text-align: center;
}

.service-wrap-2-center {
    color: var(--color1);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 40px;
}

.service-wrap-2-flex {
    display: flex;
    align-items: center;
    position: relative;
}

.service-wrap-2-cover {
    width: 70%;
    aspect-ratio: 1;
    clip-path: shape(from 96.87% 44.58%, curve to 96.87% 55.42% with 100% 50%, line to 78.13% 87.88%, curve to 68.74% 93.3% with 75% 93.3%, line to 31.26% 93.3%, curve to 21.87% 87.88% with 25% 93.3%, line to 3.13% 55.42%, curve to 3.13% 44.58% with 0% 50%, line to 21.87% 12.12%, curve to 31.26% 6.7% with 25% 6.7%, line to 68.74% 6.7%, curve to 78.13% 12.12% with 75% 6.7%);
    margin-right: auto;
}

.service-wrap-2-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-wrap-2-mini {
    position: absolute;
    width: 40%;
    z-index: 1;
    aspect-ratio: 1;
    clip-path: shape(from 96.87% 44.58%, curve to 96.87% 55.42% with 100% 50%, line to 78.13% 87.88%, curve to 68.74% 93.3% with 75% 93.3%, line to 31.26% 93.3%, curve to 21.87% 87.88% with 25% 93.3%, line to 3.13% 55.42%, curve to 3.13% 44.58% with 0% 50%, line to 21.87% 12.12%, curve to 31.26% 6.7% with 25% 6.7%, line to 68.74% 6.7%, curve to 78.13% 12.12% with 75% 6.7%);
    margin-left: auto;
}

.service-wrap-2-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-wrap-2-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    justify-content: center;
    padding-left: 40px;
}

.service-wrap-2-title {
    font-size: 36px;
    font-weight: 600;
    color: var(--color1);
    line-height: 1.3;
}

.service-wrap-2-text {
    color: var(--text);
    font-size: 18px;
    line-height: 2;
}

.service-wrap-3 {
    margin-top: 60px;
}

.service-wrap-3-head {
    font-size: 36px;
    font-weight: 600;
    color: var(--color1);
    line-height: 1.3;
}

.service-wrap-3-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 40px;
    gap: 10px;
    transition: 0.5s;
    color: var(--color1);
}

.service-wrap-3-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
}

.service-wrap-3-title {
    font-size: 22px;
    font-weight: 600;
}

.service-wrap-3-text {
    font-size: 18px;
}

.service-wrap-2-img {
    width: 100%;
    border-radius: 30px;
}

.service-wrap-4 {
    margin-top: 100px;
}


@media (max-width: 767px) {
    .service-wrap-1 {
        height: auto;
        padding: 100px 0;
        min-height: auto;
        padding-bottom: 20px;
    }

    .service-wrap-1-title {
        font-size: 20px;
    }

    .service-wrap-1-info {
        gap: 15px;
        height: auto;
        text-align: center;
    }

    .service-wrap-1-text {
        color: var(--color1);
        font-size: 14px;
        overflow-wrap: break-word;
    }

    .service-wrap-1-btn-a {
        font-size: 14px;
        height: 40px;
        padding: 10px 20px;
    }

    .service-wrap-1-btn-b {
        font-size: 14px;
        height: 40px;
        padding: 10px 20px;
    }

    .service-wrap-1-cover {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .service-wrap-1-btn-body {
        justify-content: center;
        gap: 15px;
    }

    .service-wrap-2-head {
        font-size: 20px;
    }

    .service-wrap-3-head {
        font-size: 20px;
        text-align: center;
    }

    .service-wrap-2 {
        margin-top: 30px;
    }

    .service-wrap-3 {
        margin-top: 30px;
    }

    .service-wrap-3-title {
        font-size: 16px;
    }

    .service-wrap-3-icon {
        width: 70px;
        height: 70px;
    }

    .service-wrap-3-text {
        font-size: 16px;
    }

    .service-wrap-4 {
        margin-top: 50px;
    }

    .service-wrap-2-img {
        margin-top: 30px;
    }

    .service-wrap-2-title {
        font-size: 20px;
    }

    .service-wrap-2-center {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .service-wrap-2-title {
        font-size: 20px;
    }

    .service-wrap-2-text {
        font-size: 14px;
    }

    .service-wrap-2-info {
        gap: 10px;
        text-align: center;
        padding: 0;
    }
}


.about-wrap-1-shape-a {
    width: 400px;
    height: 400px;
    position: absolute;
    background: #cae5d1;
    left: 0;
    top: 10%;
    margin: auto;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
    animation: move-1 8s ease-in-out infinite;

}

.about-wrap-1-shape-b {
    width: 500px;
    height: 500px;
    position: absolute;
    background: #bbddfa;
    right: 0;
    left: 0;
    top: -100px;
    margin: auto;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
    animation: move-2 9s ease-in-out infinite;

}

.about-wrap-1-shape-c {
    width: 400px;
    height: 400px;
    position: absolute;
    background: #d6fcf5;
    right: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -2;
    animation: move-3 10s ease-in-out infinite;

}

.about-wrap-1 {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    z-index: 1;
}

.about-wrap-1-box {
    border-radius: 40px;
    margin-top: 0;
    height: 430px;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 40px 60px;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
}

.about-wrap-1-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000004a;
    right: 0;
    top: 0;
    z-index: -1;
}

.about-wrap-2 {
    margin-top: 50px;
    margin-bottom: 100px;
}

.about-wrap-2-title {
    font-size: 36px;
    font-weight: 600;
    color: var(--color1);
    line-height: 1.3;
}

.about-wrap-2-text {
    color: var(--text);
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    line-height: 1.8;
    margin-top: 20px;
}

.about-wrap-2-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 767px) {

    .about-wrap-1-box {
        height: 200px;
        border-radius: 25px;
        padding: 20px;
        font-size: 22px;
        justify-content: center;
        margin-top: 90px;
    }

    .about-wrap-2-title {
        font-size: 20px;
    }

    .about-wrap-2-text {
        font-size: 15px;
        margin-top: 15px;
    }

    .about-wrap-2 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

.wrapper-shape-a {
    width: 200px;
    height: 200px;
    position: absolute;
    background: #cae5d1;
    left: 0;
    top: 0%;
    margin: auto;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
    animation: move-1 8s ease-in-out infinite;
}

.wrapper-shape-b {
    width: 200px;
    height: 200px;
    position: absolute;
    background: #bbddfa;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
    animation: move-2 9s ease-in-out infinite;
}

.wrapper-shape-c {
    width: 200px;
    height: 200px;
    position: absolute;
    background: #d6fcf5;
    right: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -2;
    animation: move-3 10s ease-in-out infinite;
}

.wrapper {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    z-index: 1;
    height: 84px;
}

.card-news {
    border-radius: 14px;
    display: block;
    background: #fff;
    box-shadow: 0 2px 8px #00000030;
}

.card-news-img-body {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.card-news-img-body:hover img {
    transform: scale(1.05);
}

.card-news-info {
    padding: 15px;
}

.card-news-img {
    width: 100%;
    height: 214px;
    object-fit: cover;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-news-title {
    font-size: 18px;
    color: var(--color1);
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    font-weight: 700;
}

.card-news-text {
    color: var(--text);
    margin-top: 10px;
    line-height: 1.7;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 54px;
}

.card-news-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.card-news-flex span {
    font-size: 14px;
    color: #666;
}

.card-news-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--color1);
    gap: 5px;
    width: 100%;
    transition: 0.3s;
    margin-top: 15px;
}

.card-news-btn:hover {
    color: #000;
}

@media (max-width: 767px) {
    .wrapper {
        height: auto;
        padding-top: 60px;
    }

    .card-news-title {
        font-size: 16px;
    }

    .card-news-text {
        height: auto;
        font-size: 14px;
    }


}


.pagination {
    justify-content: center;
    padding-top: 40px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.page-link {
    width: 38px;
    height: 38px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    margin: 0 5px;
    background: unset;
    padding-top: 10px;
    background: #0000000D;
    border: 0;
    border-radius: 12px !important;
    border: 1px solid #00000029;
    background: #fff;
    transition: 0.3s;
}

a.page-link:hover {
    background: var(--color1);
    color: #fff;
}


.page-item:first-child .page-link {
    margin-right: 6px;
}

span.page-link:hover {
    background: #fff;
    color: var(--color1);
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
}

.page-item-title .page-link {
    height: 38px;
    font-size: 14px;
    width: 38px;
    color: var(--color1);
}

.page-item-title .page-link:hover {
    background: var(--color1);
    color: #fff;
}

@media (max-width: 767px) {
    .pagination {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .page-link {
        margin: 0;
    }

    .page-link span {
        display: none;
    }


    .page-item-title {
        display: none;
    }

    .page-link {
        width: 30px;
        height: 30px;
        margin: 0 3px;
    }

}


.blog-img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}




.blog-title {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    margin-top: 35px;
    margin-bottom: 20px;
}

.blog-title h1 {
    font-size: 24px;
    font-weight: 700;
}

.blog-title h2 {
    font-size: 24px;
    font-weight: 700;
}

.blog-info {
    font-size: 18px;
    margin-top: 24px;
}

.blog-mute {
    color: #999999;
    font-size: 16px;
    margin-top: 15px;
}

.blog-box {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 8px #00000030;
}

.blog-box-head {
    padding: 20px;
    border-bottom: 2px solid #E6E8E8;
    font-size: 18px;
    font-weight: 600;
}

.blog-box-body {
    padding: 20px;
}

.blog-box-item span {
    font-weight: 600;
    font-size: 16px;
}

.blog-box-item:after {
    content: " ";
    font-family: "raya-icon";
    content: '\f104';
    background: var(--color1);
    border: 1px solid var(--color1);
    min-width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
    margin-right: 10px;
}

.blog-box-item {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.blog-box-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.blog-box-item img {
    width: 70px;
    height: 90px;
    object-fit: cover;
    margin-left: 15px;
    border-radius: 10px;
}


.b-comment {
    margin-top: 50px;
    background: #fff;
    border: 1px solid #0000001A;
    box-shadow: 0px 2px 4px 0px #0000001F;
    border-radius: 15px;
    padding: 20px;
    margin-top: 25px;
}

.comment-item {
    margin-top: 20px;
    border: 2px solid #E6EAED;
    padding: 20px;
    border-radius: 20px;
}


.comment-item-info {
    display: flex;
    align-items: center;
}

.comment-item-info i {
    background: #C9C9C9;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-left: 15px;
}

.comment-item-user {
    font-size: 16px;
    font-weight: 600;
    color: #7A7A7A;
    margin-left: 10px;
}

.comment-item-date {
    font-size: 14px;
    color: #7A7A7A;
}

.comment-item-text {
    font-size: 14px;
    margin-top: 15px;
}

.comment-item-action {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.comment-item-action button {
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-left: 15px;
    border: 0;
    background: transparent;
    color: #7A7A7A;
    display: flex;
    align-items: center;
}

.comment-item-action button:hover {
    color: #000;
}

.comment-head {
    color: #292D32;
    font-size: 16px;
    font-weight: 700;
}

.com-box-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
}

.com-box-text {
    font-weight: 300;
    margin-top: 10px;
    color: #000;
}

.com-box-form {
    display: flex;
    flex-direction: column;
}

.com-box-form input {
    height: 50px;
    border: 1px solid #00000033;
    margin-top: 5px;
    padding: 10px;
    outline-color: var(--color1);
    border-radius: 10px;
}

.com-box-form textarea {
    border: 1px solid #00000033;
    margin-top: 5px;
    padding: 10px;
    outline-color: var(--color1);
    border-radius: 10px;
}

.com-box-form label {
    font-size: 18px;
}

.com-box-code input {
    border: 0;
    height: 40px;
    border: 1px solid #00000033;
    margin-right: 10px;
    text-align: center;
    outline-color: var(--color1);
    width: 100%;
    border-radius: 10px;
    max-width: 150px;
}

.com-box-code img {
    width: 140px;
}

.com-box-code {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.com-box-recode {
    font-size: 14px;
    margin-top: 15px;
    display: block;
    color: var(--color1);
}

.com-box-submit {
    height: 50px;
    background: var(--color1);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    border-radius: 12px;
    transition: 0.3s;
    margin-top: 15px;
    border: 1px solid var(--color1);
}

.com-box-submit:hover {
    background: #fff;
    color: var(--color1);
}

.wrapper-star input {
    display: none;
}

.wrapper-star label {
    margin: 0;
}

i.icon-star-empty {
    color: #7D7D7D;
}

i.icon-star {
    color: #f9bc00;
}

.comment-form-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-margin {
    margin-top: 120px;
}

@media (max-width: 767px) {

    .blog-margin {
        margin-top: 80px;
    }

    .blog-content p {
        font-size: 13px;
    }

    .blog-box {
        margin-top: 17px;
    }

    .blog-title {
        font-size: 18px;
        margin-top: 20px;
    }

    /*.blog-title h1 {*/
    /*    font-size: 18px;*/
    /*}*/

    .blog-title h2 {
        font-size: 18px;
    }

    .blog-info {
        font-size: 16px;
        margin-top: 15px;
    }

    .blog-mute {
        color: #999999;
        font-size: 14px;
    }

    .comment-item-user {
        font-size: 12px;
    }

    .comment-item-date {
        font-size: 12px;
    }

    .comment-item-text {
        font-size: 12px;
        margin-top: 10px;
    }

    .comment-item {
        margin-top: 15px;
        padding: 15px;
    }

    .com-box-title {
        font-size: 14px;
    }

    .com-box-text {
        margin-top: 10px;
        font-size: 14px;
    }

    .com-box-form label {
        font-size: 14px;
    }

    .com-box-form input {
        height: 40px;
        margin-top: 0px;
    }

    .com-box-mute {
        font-size: 12px;
    }

    .comment-form-rate-text {
        font-size: 14px;
    }

    .com-box-recode {
        margin-top: 10px;
        font-size: 14px;
        display: block;
    }


    .com-box-submit {
        height: 38px;
        padding: 8px;
        margin-top: 10px;
        margin-top: 0;
        font-size: 14px;
    }
}


.contact-wrap-1 {
    margin-top: 40px;
}

.contact-wrap-1-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.contact-wrap-2-title {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: var(--color1);
}


.contact-wrap-2-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
}

.contact-us-item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
}

.contact-us-item:nth-child(2) {
    grid-area: 2 / 2 / 3 / 3;
}

.contact-us-item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
}

.contact-us-item i {
    font-size: 24px;
}

.contact-us-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #cee2eb;
    padding: 25px;
    text-align: center;
    color: var(--color1);
    border-radius: 5px;
}


.contact-box {
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 28%);
    background-color: #fff;
    padding: 25px;
}

.contact-box-title {
    font-size: 18px;
    border-bottom: 1px solid var(--color1);
    color: #323232;
    margin-bottom: 25px;
    font-weight: 600;
}


.responsive-map {
    overflow: hidden;
    padding-bottom: 250px;
    position: relative;
    height: 0;
    border-radius: 30px;
    height: 100%;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 250px;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 30px;
}

.contact-us-form-title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid var(--color1);
    padding-bottom: 5px;
    color: var(--color2);
}

.contact-us-form input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #eee;
}

.contact-us-form textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #eee;
}


.contact-us-form label {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    color: #979797;
}

.contact-us-form input:focus {
    border-color: var(--color1);
}

.contact-us-form textarea:focus {
    border-color: var(--color1);
}

.contact-us-form button {
    background: var(--color1);
    border: 1px solid var(--color1);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s;
    width: 181.9px;
    height: 45.5px;
}

.contact-us-form button:hover {
    background: transparent;
    color: var(--color1);
}

@media (max-width: 767px) {

    .responsive-map {
        padding-bottom: 200px;
    }

    .responsive-map iframe {
        height: 200px;
    }

    .contact-box {
        padding: 15px;
    }

    .contact-box-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact-us-form label {
        font-size: 14px;
    }

    .contact-us-form button {
        height: 36px;
        width: auto;
        font-size: 12px;
    }

    .contact-wrap-2-title {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 22px;
    }

    .contact-wrap-2-grid {
        margin-bottom: 15px;
    }

    .contact-us-item {
        padding: 15px;
    }

}


.profile-body {
    /*background: #f7f7f7;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.profile-aside {
    background: #fff;
    box-shadow: rgb(149 157 165 / 6%) 0px 8px 24px;
    border-radius: 24px;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 55px;
}

.profile-aside-logo {
    height: 48px;
    width: auto;
    margin: auto;
    display: block;
}

.profile-aside-user {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 35px;
    border: 1px solid #ddd;
}

.profile-aside-name {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--color1);
    margin-top: 15px;
}

.profile-aside-name {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--color1);
    margin-top: 15px;
}

.profile-aside-item svg {
    width: 28px;
    height: 28px;
}

.profile-aside-menu {
    display: flex;
    flex-direction: column;
}

.profile-aside-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color1);
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
    line-height: 1;
    position: relative;
}

.profile-aside-item.active {
    background: var(--color1);
    color: #fff;
}

.profile-box {
    background: #fff;
    box-shadow: rgb(149 157 165 / 6%) 0px 8px 24px;
    border-radius: 24px;
    padding: 30px;
}

.profile-box-head {
    font-size: 22px;
    color: var(--color1);
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-weight: 500;
}

.profile-box-row {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
}

.profile-box-row:last-child {
    border-bottom: 0;
}

#qr-container img {
    width: 200px;
    padding: 12px;
}

.profile-box-text {
    color: var(--text);
    line-height: 1.6;
    max-width: 50%;
}

.profile-box-title {
    color: #000;
    font-weight: 600;
    max-width: 50%;
}

.profile-box-mute {
    color: #666;
}

.panel-side-collapce {
    display: none;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.profile-aside-row .profile-aside-item:first-child::after {
    font-family: "raya-icon";
    content: '\f107';
    position: absolute;
    left: 15px;
    transition: 0.3s;
}

.panel-side-collapce .profile-aside-item::after {
    content: unset !important;
}

.profile-aside-item.show::after {
    transform: rotate(180deg);
}

.profile-aside-row.show .panel-side-collapce {
    display: block;
}


@media (max-width: 767px) {
    .profile-body {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .profile-aside-logo {
        display: none;
    }

    .profile-aside-user {
        width: 65px;
        height: 65px;
        margin-top: 0;
    }


    .profile-aside-name {
        font-size: 16px;
        margin-top: 10px;
    }

    .profile-aside {
        padding: 15px;
        gap: 15px;
        margin-bottom: 15px;
    }

    .profile-aside-item {
        gap: 6px;
        padding: 8px;
        font-size: 14px;
    }

    .profile-box {
        padding: 20px;
    }

    .profile-box-head {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .profile-box-row {
        gap: 10px;
        padding: 15px 0;
        font-size: 14px;
        flex-wrap: wrap;
    }

    .profile-box-title {
        max-width: 100%;
    }

    .profile-box-text {
        max-width: 100%;
    }

    .qr {
        margin: auto;
    }

    #qr-container img {
        width: 130px;
    }

}





.status-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    min-width: 100px;
    letter-spacing: 0.3px;
    background: #ffffff00;
    color: white;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.status-cancelled {
    background-color: #f7cdcd;
    color: var(--color1);
}

.status-pending {
    background-color: #fff6da;
    color: var(--color1);
}

.status-completed {
    background-color: #ccffd6;
    color: var(--color1);
}

.price-cell {
    color: #0f1c2b;
}

.order-num {
    color: #2c3e4f;
}



@media (max-width: 720px) {

    p img {
        width: 100%;
    }
}

.profile-form {
    margin-top: 15px;
}

.profile-form label {
    display: block;
    color: #666;
    margin-bottom: 15px;
}

.profile-form input {
    background: #f2f2f2;
    border: 0;
    width: 100%;
    height: 42px;
    border-radius: 8px;
    outline-color: var(--color1);
    padding: 5px 15px;
}

.profile-form select {
    background: #f2f2f2;
    border: 0;
    width: 100%;
    height: 42px;
    border-radius: 8px;
    outline-color: var(--color1);
    padding: 5px 15px;
    cursor: pointer;
}


.profile-upload {
    color: #666;
    margin-top: 15px;
}

.profile-upload-input {
    background: #f2f2f2;
    border: 0;
    width: 100%;
    height: 42px;
    border-radius: 8px;
    outline-color: var(--color1);
    padding: 5px 15px;
    margin-top: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.profile-upload-input span {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.profile-upload-input i {
    margin-right: auto;
    background: var(--color1);
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 20px;
}

.profile-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border-radius: 10px;
    background: var(--color1);
    border: 1px solid var(--color1);
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.profile-form-btn:hover {
    background: transparent;
    color: var(--color1);
}

.profile-card {
    background: var(--color2);
    border-radius: 5px;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.profile-card-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--color1);
    border: 1px solid var(--color1);
    padding: 8px;
    border-radius: 10px;
    transition: 0.3s;
    justify-content: center;
    color: #fff;
    line-height: 1.5;
}

.profile-card-btn:hover {
    background: transparent;
    color: var(--color1);
}

.profile-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}

.profile-card-row span:first-child {
    color: var(--color1);
    font-weight: 500;
}


.ticket-content-time {
    background: var(--back);
    font-size: 14px;
    color: var(--color1);
    padding: 5px 15px;
    border-radius: 20px;
    width: max-content;
    margin: 15px auto;
}

.ticket-right {
    background: #d7ddde;
    color: var(--color1);
    padding: 15px 20px;
    border-radius: 20px;
    width: 57%;
    font-size: 16px;
    margin-top: 15px;
}

.ticket-right-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.ticket-right-check i:last-child {
    margin-right: -12px;
}

.ticket-right-check {
    display: flex;
}

.ticket-right-time {
    background: #ffffff24;
    padding: 2px 8px;
    border-radius: 40px;
    font-size: 14px;
}

.ticket-left {
    background: #fff;
    color: #303030;
    padding: 15px 20px;
    border-radius: 20px;
    width: 57%;
    font-size: 16px;
    margin-top: 15px;
    margin-right: auto;
    box-shadow: 0 0px 8px #00000003;
}

.ticket-left ul {
    padding-right: 20px;
    padding-top: 10px;
    line-height: 2;
    margin-bottom: 10px;
}

.ticket-left-time {
    background: var(--back);
    font-size: 14px;
    color: var(--color1);
    padding: 5px 15px;
    border-radius: 20px;
    width: max-content;
    margin-right: auto;
    font-size: 14px;
}

.ticket-content {
    height: 320px;
    overflow: auto;
    background: #f7f7f7;
    border-radius: 5px;
    margin-top: 15px;
    padding: 0 15px;
    padding-bottom: 15px;
}

.ticket-content::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.ticket-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .12);
    background-clip: padding-box;
    border: 4px solid rgba(255, 255, 255, 0);
    border-radius: 12px;
}

.ticket-footer {
    display: flex;
    align-items: start;
    margin-top: 20px;
    gap: 20px;
}

.ticket-form {
    display: flex;
    align-items: start;
    width: 100%;
    gap: 10px;
}

.ticket-form textarea::placeholder {
    color: var(--color1);
    font-size: 14px;
}

.ticket-form textarea {
    display: flex;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--color1);
    padding: 15px;
}


.ticket-form-button {
    background: var(--color1);
    white-space: nowrap;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    gap: 10px;
    height: 50px;
    transition: 0.3s;
    border: 0;
}

.ticket-form-button:hover {
    background: transparent;
    color: var(--color1);
}

.about-wrap-2 p {
    text-align: justify;
}

.service-wrap-2 p {
    text-align: justify;
}

p img {
    padding: 5px;
    border-radius: 10px;
    margin: 10px;
}

.hex {
    --r: 4%;
    clip-path: shape(
            from calc(100% - var(--r)) 50%,
            curve to calc(100% - var(--r)) calc(50% + var(--r)) with 100% 50%,
            line to calc(75% + var(--r)) calc(93.3% - var(--r)),
            curve to 75% 93.3% with 75% calc(93.3% - var(--r)),
            line to 25% 93.3%,
            curve to calc(25% - var(--r)) calc(93.3% - var(--r)) with 25% 93.3%,
            line to var(--r) calc(50% + var(--r)),
            curve to var(--r) calc(50% - var(--r)) with 0% 50%,
            line to calc(25% - var(--r)) calc(6.7% + var(--r)),
            curve to 25% 6.7% with 25% calc(6.7% + var(--r)),
            line to 75% 6.7%,
            curve to calc(75% + var(--r)) calc(6.7% + var(--r)) with 75% 6.7%
    );
}

.hex.small-radius {
    --r: 2%;
}

.hex.medium-radius {
    --r: 4%;
}

.hex.big-radius {
    --r: 8%;
}

.home-wrap-6-info {
    padding-block: 3%;
}

.navbar-top {
    height: 40px;
    display: flex;
    align-items: center;
    background: #232f3f;
    color: #fff;
}





/* new section */
.new-section-item {
    display: flex;
    background: #e6e6e6;
    border-radius: 6px;
    min-height: 200px;
    padding: 20px;
    flex-direction: row-reverse;
    height: 100%;
}

.new-section-border {
    width: 2px;
    height: auto;
    background: #1c75b9;
    position: relative;
    margin-right: 15px;
}

.new-section-border::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1c75b9;
    border-radius: 50px;
    position: absolute;
    right: 5px;
    top: 10px;
    transition: 1s;
}


.new-section-item:hover .new-section-border::before {
    top: 80%;
}

.new-section-border::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #1c75b9;
    border-radius: 50px;
    position: absolute;
    right: -6px;
    top: 14px;
}

.new-section-title {
    color: #58595b;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
}

.new-section-title::first-letter {
    text-transform: uppercase;
    color: #1c75b9;
}

.new-section-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    width: 100%;
}

.new-section-text::first-letter {
    text-transform: uppercase;
}

.new-section-text {
    color: #58595b;
    font-size: 18px;
    font-weight: 300;
}

.new-section-img {
    width: 100%;
    height: 145px;
    object-fit: contain;
    margin-right: -75px;
}

.new-section-head {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    color: #4e4f51;
}

.new-section-head::first-letter {
    text-transform: uppercase;
    color: #1c75b9;
}

@media (max-width:767px) {
    .new-section-img {
        height: 110px;
        margin-right: 0;
        object-position: right;
    }

    .new-section-head {
        font-size: 26px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .new-section-title {
        font-size: 20px;
    }

    .new-section-text {
        font-size: 16px;
    }

}

/* collapse table service*/
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.9rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

thead {
    background: linear-gradient(135deg, #0267b4 0%, #232f3f 100%);
    color: white;
}

th {
    padding: 10px 12px;
    text-align: right;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
}

td {
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
}

tbody tr:hover {
    background-color: #f8fafc;
}

aside {
    background: #fef9e7;
    border-right: 3px solid #f59e0b;
    padding: 15px 18px;
    margin: 20px 0;
    border-radius: 10px;
    font-size: 0.9rem;
}

ul,
ol {
    margin: 12px 0 18px 25px;
    padding-right: 18px;
}

li {
    margin: 6px 0;
    font-size: 0.95rem;
}

blockquote {
    background: #f1f5f9;
    border-right: 3px solid #e53e3e;
    padding: 12px 18px;
    margin: 18px 0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-style: italic;
}

/*a {*/
/*    color: #e53e3e;*/
/*    text-decoration: none;*/
/*    !*border-bottom: 1px dashed #e53e3e;*!*/
/*    transition: all 0.2s;*/
/*}*/

/*a:hover {*/
/*    color: #c53030;*/
/*    border-bottom-color: #c53030;*/
/*}*/

strong {
    color: #1e293b;
    font-weight: 600;
}

/* responsive blog-content */

@media (max-width: 768px) {
    h1 {
        font-size: 27px!important;
    }

    h2 {
        font-size: 23px!important;
    }

    .h3, h3 {
        font-size: 19px!important;
    }
    /*h1 {*/
    /*    font-size: 1.5rem;*/
    /*}*/

    /*h2 {*/
    /*    font-size: 1.3rem;*/
    /*}*/

    /*h3 {*/
    /*    font-size: 1.15rem;*/
    /*}*/

    p,
    li {
        font-size: 0.9rem;
    }

    th,
    td {
        padding: 6px 10px;
    }

{
    margin-top: 15px;
}
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 1rem;
        padding-top: 5px;
    }

    h3 {
        font-size: 0.9rem;
    }

    p,
    li,
    aside {
        font-size: 0.85rem;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0.8rem;
    }
}
/* end table */

.service-wrap-2-center-- img{
    width: 100%;
    height: auto;
}

.service-wrap-2-bluebox{
    border: 2px dashed var(--color1);
    border-radius: 10px;
    padding: 20px;
}
.service-wrap-2-bluebox-title{
    color: var(--color1);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: max-content;
    margin: auto;
    margin-top: -37px;
    margin-bottom: 22px;
    background: #fff;
    padding: 0 15px;
}
@media (max-width: 480px) {
    .service-wrap-2-bluebox-title {
        font-size: 16px;
        margin-top: -33px;
    }
    .service-wrap-2-bottom{
        margin-bottom: 10px;
    }
}