@charset "UTF-8";

:root {
    --font-primary: "UTMAvo";
    --font-name: "UTMAvo";
    --color-primary: #64802A;
    --color-text: #020410;
    font-weight: 400;
}

@font-face {
    font-family: "UTMAvo";
    src: url("../font/UTMAvo.woff2") format("woff2"), url("../font/UTMAvo.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "UTMAvo";
    src: url("../font/UTMAvoBold.woff2") format("woff2"), url("../font/UTMAvoBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Arsilon";
    src: url("../font/SVN-Arsilon.woff2") format("woff2"), url("../font/SVN-Arsilon.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: var(--font-primary);
    color: var(--color-text);
    background: #fff;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    border: 0;
    top: 0 !important;
    overflow-x: hidden;
    font-weight: 400;
    background: #D0E0C3;
}

.skiptranslate {
    display: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input, button, textarea {
    outline: none !important;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 5px 0;
    line-height: 28px;
    letter-spacing: 0.5px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-start {
    justify-content: start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-col {
    flex-direction: column-reverse;
}

.flex-row {
    flex-direction: row-reverse;
}

.center-layout {
    position: relative;
    width: 100%;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.w-100 {
    width: 100%;
    object-fit: cover;
}

/* header */
.header {
    position: relative;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 25px 0;
    background: #fff;
}

.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.social-slider {
    position: absolute;
    top: 200px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.social {
    display: flex;
    gap: 50px;
    justify-content: flex-start;
    position: relative;
    margin-top: 20px;
}

.box-logo {
    width: 71%;
}

.logo a {
    display: flex;
}

.logo img {
    max-width: 101px;
}

.header-fixed {
    position: fixed;
    width: 100%;
    animation: sticky 1.2s;
    transition: top 5s linear;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0 5px 5px -5px #00000063;
    z-index: 9999;
}

.header-fixed .menu {
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }

}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }

}

.lang {
    padding: 19px 5px;
    border: 0;
    position: absolute;
    opacity: 0;
    min-width: 120px;
    top: 0px;
    cursor: pointer;
    padding-top: 5px;
    background: transparent;
}

.list-lang {
    position: relative;
    cursor: pointer;
}

.list-lang .lang-active {
    margin: 0;
    color: #010204;
    font-family: "Cormorant Garamond";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}

.lang option {
    color: #000;
    background: #fff;
    padding: 0;
    font-size: 15px;
}

.menu {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu ul {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu ul:first-child {
}

.menu ul li.line {
    border-left: 1px dashed #ccc;
    opacity: 0.8;
    color: #fff;
    height: 19px;
}

.menu ul li {
    position: relative;
    margin: 0;
}

.menu ul li a {
    color: #010204;
    font-family: "Cormorant Garamond";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}

.menu ul li:hover a, .menu ul li.active a {
    color: var(--color-primary);
}

.btn-menu {
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 17px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-menu-mb span {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    height: 2px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block;
}

.btn-menu-mb span:first-child {
    margin-top: 0;
}

.btn-menu-mb.active span:nth-child(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}

.btn-menu-mb.active span:nth-child(2) {
    opacity: 0;
}

.btn-menu-mb.active span:nth-child(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}

.main-menu ul {
    display: flex;
    flex-direction: column;
}

.main-menu ul li {
    border-bottom: 1px solid #ececec;
    padding: 13px 20px;
    color: var(--color-text);
    text-transform: capitalize;
    font-family: var(--font-medium);
    font-size: 1rem;
    cursor: pointer;
}

.main-menu ul li a {
    color: var(--color-text);
}

.main-menu ul li:hover, .main-menu ul li:hover a {
    color: var(--color-primary);
}

.scroll-logo {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    max-width: 1440px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 47px;
    overflow: hidden;
    white-space: nowrap;
}

.wr-from {
    background: var(--color-primary);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 61px 40px 40px 40px;
}

.form-contact {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    width: 100%;
    position: relative;
}

.form-group .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 5;
    transform: translateY(-50%);
}

.form-group label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
    color: #020410;
    margin-bottom: 15px;
}

.form-contact input, .form-contact select {
    width: 100%;
    background: #fff;
    height: 82px;
    padding: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-indent: 10px;
    border-radius: 50px;
    border: 1px solid rgba(98, 98, 98, 0.50);
    backdrop-filter: blur(7.5px);
    color: #626262;
    font-family: "UTMAvo";
    text-indent: 80px;
}

.form-contact select {
    text-indent: 0;
}

.form-contact .form-group:nth-child(1) input {
    background: #fff url(../images/i1.png) no-repeat 5px center;
}

.form-contact .form-group:nth-child(2) input {
    background: #fff url(../images/i2.png) no-repeat 5px center;
}

.form-contact .form-group:nth-child(3) input {
    background: #fff url(../images/i3.png) no-repeat 5px center;
}

.form-contact select {
    padding-left: 20px;
}

.form-contact select option {
    opacity: 0.7;
}

.form-contact input::placeholder, .form-contact select::placeholder {
    color: var(--color-text);
    opacity: 0.7;
}

.form-contact input:focus, .form-contact select:focus {
    box-shadow: none;
}

.form-contact input:focus::placeholder, .form-contact select:focus::placeholder {
    opacity: 0.7;
}

.btn-send {
    position: relative;
    text-align: center;
    width: 100%;
}

.btn-send button {
    position: relative;
    border-radius: 60px;
    border: 0.5px solid var(--Gray-300, #D0D5DD);
    background: #9DB985;
    cursor: pointer;
    font-family: "UTMAvo";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    letter-spacing: -0.385px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
}

.btn-send button svg {
    margin-left: 10px;
    display: block;
}

.form-contact button:hover {
    background: #fff;
    color: var(--color-primary);
    transition: 0.3s all;
    border-color: var(--color-primary);
}

.form-contact button:hover svg path {
    stroke: var(--color-primary);
}

.bottom-footer {
    width: 100%;
    max-width: 1114px;
    margin: auto;
    margin-top: 44px;
    position: relative;
    background: url(../images/vid.gif) no-repeat center;
    padding: 39px 0px 22px 0px;
    background-size: 100% auto;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.footer-powered {
    position: relative;
    padding: 20px 0;
    z-index: 5;
}

.footer-powered .contact {
    text-align: center;
    position: relative;
    width: 33%;
    flex: 1;
}

.footer-powered .btn-contact__2 {
    margin: 0 auto;
    margin-top: 15px;
}

.footer-powered .slogan {
    color: #020410;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    width: 100%;
}

.footer-powered .social {
    margin: 0;
    text-align: left;
    justify-content: flex-end;
}

.footer-powered .d-flex {
}

.copyright {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: initial;
    margin-bottom: 0;
    text-align: left;
    color: #353535;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}

.aos-animate .char {
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(30ms * var(--char-index));
}

/* Preloader CSS */
.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999;
}

.preloader-form {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.preloader .loader {
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.preloader .pre-box {
    width: 50px;
    height: 50px;
    background: var(--color-secondary);
    -webkit-animation: animate 0.5s linear infinite;
    animation: animate 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.preloader .pre-shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow 0.5s linear infinite;
    animation: shadow 0.5s linear infinite;
}

@-webkit-keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }

}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }

}

@-webkit-keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

}

@keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

}

/* Style - New */
.z-10 {
    position: relative;
    z-index: 10;
}

.mmmenu {
    display: none;
}

.mmmenu span {
    position: relative;
    background-color: #000;
    border-radius: 0;
    display: block;
    height: 2px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 100%;
    cursor: pointer;
    display: block;
    margin-left: auto;
    max-width: 50px;
}

.mmmenu span:nth-child(1) {
    margin-top: 0;
}

.mmmenu span:nth-child(2) {
    width: 35px;
}

.mmmenu span:nth-child(3) {
    width: 45px;
}

.mmmenu.active span:nth-child(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 5px;
    width: 30px;
}

.mmmenu.active span:nth-child(2) {
    opacity: 0;
}

.mmmenu.active span:nth-child(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
    width: 30px;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.nav-overlay.active {
    visibility: hidden;
    opacity: 0;
}

.nav-menu {
    text-align: left;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 300px;
    height: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    padding-top: 70px;
    overflow: auto;
}

.nav-menu.menu-off {
    left: -300px;
}

.nav-menu.menu-on {
    left: 0;
}

.navbar-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: var(--color-primary);
}

.navbar-close i {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

/* Text Hide */
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin: 0;
    word-break: break-word;
}

/* Icon Rotate */
.hvr-icon-rotate {
    display: inline-flex;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-rotate .hvr-icon {
    transition: 0.3s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover .hvr-icon, .hvr-icon-rotate:focus .hvr-icon, .hvr-icon-rotate:active .hvr-icon {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

/* .btn-contact  */
.box-btn__contact {
    position: absolute;
    bottom: -50px;
    width: 435px;
    max-width: 120%;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-4.851deg);
    left: -10px;
}

.box-btn__contact:after {
    position: absolute;
    content: '';
    border-radius: 50px;
    border: 2px solid #ffffff6b;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(7.5px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn-contact {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 50px;
    padding: 9px 28px;
    position: relative;
    z-index: 5;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #78777A;
}

.btn-contact span {
    margin-right: 20px;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #2D2A2A;
}

.btn-contact:hover {
    transition: 0.3s all;
    background: var(--color-primary);
}

.btn-contact:hover span {
    color: #fff;
}

.btn-contact:hover path, .btn-contact:hover svg {
    fill: #fff;
    transition: 0.3s all;
}

/* filter-white*/
.filter-white {
    filter: brightness(0) invert(1);
}

/* title-main */
.title-main {
    position: relative;
}

.title-main .slogan:after {
    position: absolute;
    content: '';
    background: url(../images/line.png) no-repeat;
    width: 152px;
    height: 40px;
    right: 130%;
    top: 80px;
}

.title-main .circle {
    display: table;
    position: absolute;
    top: -30px;
    left: 0;
    animation: toCircle 8.5s linear infinite;
}

.title-main .circle svg {
    width: 170px;
    height: 170px;
}

.title-main .slogan {
    font-size: 180px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(180deg, #E29D3C 0%, rgba(255, 255, 255, 0.00) 203.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    position: relative;
}

.title-main .title {
    color: #2D2A2A;
    font-kerning: none;
    font-feature-settings: 'liga' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: initial;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
}

@-webkit-keyframes toCircle {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@keyframes toCircle {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

/* social-header */
.social-header {
    display: flex;
    border-radius: 50px;
    border: 1px solid #78777A;
    padding: 8px 10px;
    align-items: center;
    gap: 12px;
}

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

/* box-social */
.box-social {
    display: flex;
    align-items: center;
}

.box-social p {
    margin: 0;
    margin-right: 12px;
    line-height: initial;
    font-size: 17px;
}

/**/
.next-cus, .prev-cus {
    cursor: pointer;
}

.next-cus:hover path, .prev-cus:hover path {
    fill: #DBACA5;
}

.next-cus:hover circle, .prev-cus:hover circle {
    stroke: #DBACA5;
}

.next-cus:hover g, .prev-cus:hover g {
    opacity: 1;
}

.dots-cus .slick-dots {
    position: relative;
    bottom: unset;
    display: flex !important;
    !i;
    !;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.dots-cus .slick-dots li {
    margin: auto;
    width: 7px;
    height: 7px;
    display: block;
}

.dots-cus .slick-dots li button {
    width: 7px;
    height: 7px;
    border: 1px solid #353535;
    padding: 0;
    border-radius: 50%;
    opacity: 0.5;
}

.dots-cus .slick-dots li button:before {
    display: none;
}

.dots-cus .slick-dots li.slick-active button {
    background: #DBACA5;
    border-color: #DBACA5;
    opacity: 1;
}

/* section-slider */
.section-slider {
    position: relative;
    background: #fff;
    padding: 20px 0;
}

.box-slider {
    position: relative;
    background: #D0E0C3;
    padding: 60px 40px;
    overflow: hidden;
}

.layout-slider {
    position: absolute;
    content: '';
    background: url(../images/layer_2.png) no-repeat;
    width: 345px;
    height: 275px;
    right: 250px;
    z-index: 2;
    top: 210px;
}

.section-slider:before {
    position: absolute;
    content: '';
    background: url(../images/layer_1.png) no-repeat;
    width: 203px;
    height: 270px;
    bottom: 130px;
    left: 0;
    z-index: 5;
}

.section-slider:after {
    position: absolute;
    content: '';
    background: url(../images/layer_2.png) no-repeat;
    width: 220px;
    height: 310px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.title-slider {
    position: relative;
    width: 50%;
    padding: 40px 0;
    padding-left: 100px;
}

.title-slider:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    background: #9DB985;
    filter: blur(100px);
    width: 517px;
    height: 517px;
    aspect-ratio: 1/1;
    left: -70px;
    top: -40px;
}

.title-slider .slogan {
    color: #64802A;
    font-family: "Advent Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: initial;
    letter-spacing: 8px;
    text-align: left;
    margin: 0;
    position: relative;
    z-index: 5;
}

.title-slider .title {
    margin: 0;
    color: #fff;
    text-align: left;
    font-family: "Cormorant Garamond";
    font-size: 160px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 5;
}

.content-slider {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 54%;
    gap: 20px;
    margin-top: -160px;
}

.content-slider .desc {
    color: #64802A;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 8px;
    margin: 0;
    text-transform: uppercase;
    flex: 1;
    text-align: center;
}

.content-slider .content {
    flex: 1;
    max-width: 280px;
    background: url(../images/quote-up.png) no-repeat top left;
    padding-top: 45px;
}

.content-slider .content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #353535;
    margin: 0 0 10px 0;
}

.btn-contact__2 {
    display: table;
    background: var(--color-primary);
    color: #020410;
    border-radius: 50px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    padding: 8px 31px;
    margin-top: 20px;
    border: 1px solid transparent;
}

.btn-contact__2:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background: #fff;
}

.section-slider .img {
    z-index: 5;
    width: 44%;
    position: relative;
}

.section-slider .img:after {
    position: absolute;
    content: '';
    border-radius: 229px;
    opacity: 0.5;
    background: #000;
    filter: blur(33.650001525878906px);
    width: 510px;
    height: 680px;
    left: -30px;
    bottom: -65px;
    z-index: -1;
}

.section-slider .img img {
    border-radius: 80px;
}

/*  */
.section-skill {
    position: relative;
    padding: 70px 0;
    z-index: 6;
}

.title-skill {
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.title-skill p {
    margin: 0;
    color: #353535;
    font-family: "Cormorant Garamond";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: initial;
    letter-spacing: -1.2px;
    text-transform: capitalize;
}

.section-skill:before {
    position: absolute;
    content: '';
    background: url(../images/layer_3.png) no-repeat;
    width: 210px;
    height: 250px;
    right: 20%;
    top: -140px;
    transform: translateX(-20%);
    z-index: 2;
}

.section-skill:after {
    position: absolute;
    content: '';
    background: url(../images/layer_4.png) no-repeat;
    width: 245px;
    height: 455px;
    z-index: 2;
    left: 0;
    bottom: 110px;
}

.banner-skill {
    position: relative;
    width: 52%;
    box-shadow: -20px 20px 50px 10px #0000007a;
    border-radius: 500px;
}

.banner-skill img {
    border-radius: 500px;
}

.list-skill {
    width: 40%;
}

.item-skill {
    position: relative;
    width: 90%;
    margin: 20px 0;
}

.item-skill .title {
    color: #020410;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: initial;
    letter-spacing: -0.6px;
}

.item-skill .desc {
    color: #626262;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.3px;
}

/*  */
.section-experience {
    position: relative;
}

.section-experience:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    opacity: 0.5;
    background: #9DB985;
    filter: blur(100px);
    width: 517px;
    height: 517px;
    right: -50px;
    top: -380px;
    z-index: -1;
    aspect-ratio: 1/ 1;
}

.section-experience:after {
    position: absolute;
    content: '';
    background: url(../images/layer_6.png) no-repeat;
    width: 170px;
    height: 255px;
    right: 0;
    bottom: -120px;
}

.section-experience .center-layout {
    background: #F9F8F6;
    padding: 40px !important;
    padding-bottom: 60px !important;
}

.section-experience .center-layout:after {
    position: absolute;
    content: '';
    background: url(../images/layer_5.png) no-repeat;
    width: 250px;
    height: 250px;
    left: -135px;
    top: 15%;
    z-index: -1;
    transform: translateY(-15%);
}

.section-experience .box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 80px;
}

.section-experience .box-title .title {
    color: #353535;
    font-family: "Cormorant Garamond";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    margin: 0;
    line-height: initial;
}

.section-experience .box-title .desc {
    margin: 0;
    border-radius: 90px;
    border: 1px solid #020410;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: initial;
    letter-spacing: -0.24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 35px;
    width: 54%;
}

.banner-experience {
    position: relative;
    width: 20%;
}

.banner-experience .images {
    border-radius: 50%;
    overflow: hidden;
    display: table;
}

.banner-experience .images img {
    wid;
    height: 100%;
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}

.arrow-ex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.slick-experience {
    width: 75%;
    margin: 0 !important;
    !i;
    !;
}

.slick-experience .slick-slide {
    position: relative;
}

.slick-experience .slick-slide:after, .list-ex > div:after {
    position: absolute;
    content: '';
    background: #DBACA5;
    width: 78px;
    height: 78px;
    top: 0;
    border-radius: 50%;
    right: 5px;
}

.item-experience {
    border-radius: 200px;
    border: 1px solid #64802A;
    position: relative;
    overflow: hidden;
    padding: 80px 60px;
    padding-top: 100px;
    max-width: 380px;
    margin: 0 20px;
}

.ex-title {
    position: relative;
    margin-bottom: 10px;
}

.ex-title .title {
    color: #353535;
    margin: 0;
    text-align: left;
    font-family: "Cormorant Garamond";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: initial;
}

.ex-title .number {
    color: #353535;
    width: 80%;
    font-family: "Advent Pro";
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: initial;
    text-transform: capitalize;
    margin: 0;
}

.ex-title .icon {
    position: absolute;
    right: 0;
    top: 60px;
}

.item-experience .content {
}

.item-experience .content p {
    color: #626262;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin: 0;
    word-break: break-word;
}

/*  */
.section-collection {
    position: relative;
    padding: 40px 0;
    padding-top: 130px;
}

.section-collection:after {
    position: absolute;
    content: '';
    background: url(../images/layer_7.png) no-repeat;
    url(../images/url(../images/layer_7.png) no-repeat center 20px);
    width: 176px;
    height: 200px;
    top: -20px;
    left: 40%;
    transform: translateX(-40%);
}

.section-collection:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    opacity: 0.5;
    background: #9DB985;
    filter: blur(100px);
    width: 1177px;
    height: 1177px;
    flex-shrink: 0;
    left: -450px;
    bottom: 70%;
    z-index: -1;
}

.title-collection {
    width: 50%;
    margin-left: auto;
    margin-bottom: -200px;
}

.title-collection .title {
    color: #353535;
    font-family: "Cormorant Garamond";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: initial;
    text-transform: capitalize;
}

.title-collection .desc {
    color: #353535;
    font-size: 20px;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: initial;
    letter-spacing: -0.3px;
}

.slick-collection {
    margin-bottom: 0 !important;
    !i;
    !;
}

.arrow-coll {
    position: absolute;
    bottom: 40px;
    left: 68%;
    display: flex;
    align-items: center;
    transform: translateX(-68%);
}

.coll-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}

.item-collection {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.item-collection .content {
    border-radius: 285.5px;
    border: 1px solid #4D4D4D;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    text-align: center;
    width: 49%;
    flex: 1 auto;
    padding: 150px 0;
}

.item-collection .content .desc {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    text-transform: lowercase;
    color: #353535;
    word-break: break-word;
    width: 68%;
    margin: 0 auto;
}

.item-collection .content .icon {
    display: block;
    background: url(../images/layer_8.png) no-repeat center center;
    width: 230px;
    height: 300px;
    text-align: center;
    margin: 0 auto;
}

.item-collection .content .title {
    color: #353535;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
}

.item-collection .image {
    position: relative;
    width: 75%;
    border-radius: 230px;
    overflow: hidden;
    margin-left: -110px;
    margin-bottom: 140px;
}

/* */
.icon-video {
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-video i {
    width: 160px;
    height: 160px;
    background: transparent;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 80px;
    color: #97cc2a;
}

.icon-video i img {
    vertical-align: middle;
    width: 70%;
}

.icon-video .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.icon-video .kenit-alo-circle {
    width: 170px;
    height: 170px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    border-color: #fff;
    opacity: 0.7;
}

.icon-video .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.icon-video .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.icon-video .kenit-alo-circle-fill {
    width: 180px;
    height: 180px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #fff;
    opacity: 0.9;
}

.icon-video .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/*  */
.section-video {
    position: relative;
    padding: 40px 0;
}

.section-video .video {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}

.section-video .video:before {
    position: absolute;
    content: "";
    background: url(../images/layer_5.png) no-repeat;
    width: 240px;
    height: 250px;
    top: 50px;
    left: -130px;
}

.section-video .video:after {
    position: absolute;
    content: "";
    background: url(../images/layer_9.png) no-repeat;
    width: 204px;
    height: 236px;
    bottom: -110px;
    right: -140px;
}

.section-video img {
    border-radius: 20px;
}

/*  */
.section-feedback {
    position: relative;
    padding: 40px 0;
    padding-top: 0;
    background: url(../images/layer_1.png) no-repeat left center, url(../images/layer_2.png) no-repeat right 250px;
}

.section-feedback:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    opacity: 0.5;
    background: #9DB985;
    filter: blur(100px);
    width: 1177px;
    height: 1177px;
    flex-shrink: 0;
    aspect-ratio: 1/ 1;
    bottom: -470px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.title-feedback {
    position: relative;
    width: 75%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
}

.title-feedback .title {
    color: #020410;
    font-family: "Cormorant Garamond";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: initial;
    letter-spacing: -1.2px;
    margin: 0;
    text-transform: capitalize;
}

.title-feedback .title span {
    color: #9DB985;
    font-size: 200px;
    display: inline-block;
}

.slick-feedback {
    max-width: 730px;
    margin: 0 auto;
}

.slick-feedback .slick-slide {
    margin: 10px 0;
}

.slick-feedback .slick-slide.slick-current.slick-active .item-feedback {
    opacity: 1;
}

.slick-feedback .slick-slide.slick-current.slick-active + .slick-slide .item-feedback {
    opacity: 0.7;
}

.item-feedback {
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #626262;
    background: #FCFCFC;
    padding: 30px;
    opacity: 0.4;
}

.item-feedback .image {
    width: 110px;
    border-radius: 50%;
    overflow: hidden;
}

.item-feedback .content {
    width: calc(100% - 140px);
}

.item-feedback .title {
    color: #020410;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.2px;
}

.item-feedback .desc {
    margin-bottom: 10px;
    color: #020410;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.5px;
    min-height: 96px;
}

/*  */
.box-info-setting {
    position: relative;
    margin-top: 90px;
    border-top: 1px solid #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
    padding: 10px 0;
}

.item-info {
    width: 30%;
}

.item-info .info {
    padding-left: 100px;
}

.item-info .title {
    font-size: 30px;
    font-style: normal;
    line-height: initial;
    font-weight: 700;
    margin: 0;
}

.item-info .desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.8px;
    letter-spacing: 0.32px;
    margin: 0;
}

.item-info:nth-child(1) .info {
    background: url(../images/ft1.png) no-repeat 20px;
}

.item-info:nth-child(2) .info {
    background: url(../images/ft2.png) no-repeat 20px;
}

.item-info:nth-child(3) .info {
    background: url(../images/ft3.png) no-repeat 20px;
}

/* section-news */
.section-news {
    position: relative;
    padding: 40px 0;
    padding-bottom: 200px;
}

.news-left {
    width: 43%;
}

.news-left .image {
    border: 6px solid #FCFCFC;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.news-left .image:after {
    position: absolute;
    content: '';
    background: url(../images/layer_8.png) no-repeat;
    width: 132px;
    height: 130px;
    top: -60px;
    right: -60px;
}

.news-left .content {
    position: relative;
    padding: 15px;
    width: 80%;
}

.news-left .content:after {
    position: absolute;
    content: '';
    background: url(../images/layer_7.png) no-repeat;
    width: 775px;
    height: 676px;
    top: -275px;
    left: -140px;
    z-index: -1;
    background-size: 100% 100%;
}

.news-left .title {
    font-family: SVN-Arsilon;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--color-primary);
}

.news-left .desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    color: #020410;
}

.news-right {
    width: 43%;
    margin-right: auto;
    margin-left: 100px;
}

.news-right .title {
    font-family: SVN-Arsilon;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #2D2A2A;
}

.news-right .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

/* section-testimonials */
.section-testimonials {
    position: relative;
    padding: 40px 0;
}

.box-testimonials {
    max-width: 1240px;
    margin: 0 auto;
    border-radius: 20px;
    background: #353535;
    padding: 50px 0;
}

.slick-testimonials {
    margin-bottom: 0 !important;
}

.slick-testimonials .slick-slide {
    margin: 0 25px;
}

.item-testimonials {
}

.item-testimonials .content {
    border: 1px solid var(--color-primary);
    border-radius: 40px;    /* overflow: hidden; */
    padding: 50px;
    color: #fff;
    position: relative;
}

.item-testimonials .content:after {
    position: absolute;
    content: '';
    background: url(../images/arrow_down.png) no-repeat;
    width: 60px;
    height: 35px;
    bottom: -30px;
    z-index: 5;
    background-size: 100% 100%;
}

.item-testimonials .content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.item-testimonials .box-title {
    position: relative;
    margin-top: 40px;
    margin-left: 75px;
}

.item-testimonials .title {
    color: var(--color-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
}

.item-testimonials .desc {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
}

.paging_testimonials {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.paging_testimonials li {
    display: none;
    font-size: 18px;
    font-style: normal;
    color: #FCFCFC;
    font-weight: 500;    /* 25.38px */
    letter-spacing: 4.14px;
    text-transform: uppercase;
    line-height: initial;
}

.paging_testimonials li span {
}

.paging_testimonials li.slick-active {
    display: block;
}

.arrow-tes {
    position: absolute;
    bottom: 8px;
    left: 180px;
    display: flex;
    align-items: center;
}

.tes-next, .tes-prev {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 5px;
    font-size: 17px;
    opacity: 0.4;
    color: #fff;
    bottom: 35px;
}

.tes-next {
    left: 55%;
    transform: translateX(-55%);
}

.tes-prev {
    left: 44%;
    transform: translateX(-44%);
}

.tes-next:hover, .tes-prev:hover {
    opacity: 1;
}

/* section-contact */
.footer-contact {
    position: relative;
    padding: 40px 0;
    padding-bottom: 0;
}

.footer-contact .center-layout {
    background: #F9F8F6;
    padding: 70px 90px !important;
}

.title-contact {
    position: relative;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}

.title-contact:before {
    position: absolute;
    content: '';
    background: url(../images/layer_8.png) no-repeat;
    width: 230px;
    height: 300px;
    right: 100%;
    bottom: -20px;
    transform: rotate(-30.469deg);
}

.title-contact:after {
    position: absolute;
    content: '';
    background: url(../images/layer_8.png) no-repeat;
    width: 230px;
    height: 300px;
    left: 100%;
    bottom: -20px;
    transform: rotate(30.469deg) scaleX(-1);
}

.title-contact .title {
    color: #1C1E19;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: initial;
    text-transform: capitalize;
}

.title-contact .slogan {
    color: #1C1E19;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: initial;
    text-transform: capitalize;
}

.banner-contact {
    width: 38%;
    border-radius: 300px;
    overflow: hidden;
}

.box-contact {
    width: 49%;
}

.box-contact .title {
    color: #14163C;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
}

.box-contact select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.box-contact select::-ms-expand {
    display: none;
}

/* section-footer */
.section-footer {
    position: relative;
}

.footer {
    position: relative;
    padding: 20px 0;
}

.footer-content {
    padding: 40px 0;
    position: relative;
    z-index: 5;
}

.layer-footer {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-content .content {
    width: 64%;
}

.footer-content .content p {
    color: #353535;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: initial;
}

.footer .center-layout {
}

/* Media */
@media screen and (max-width:1024px) {
    .header>.d-flex {
        padding: 0 10px !important;
    }

    .menu>.d-flex {
        width: 100%;
        padding: 0 10px 0 0px;
    }

}

@media screen and (max-width:1000px) {
    body {
    }

    html {
        font-size: 14px;
    }

    .center-layout {
        padding: 0 20px !important;
    }

    .header {
        padding: 15px 0;
    }

    .header .social-header {
        display: none;
    }

    .header .btn-contact, .list-lang {
        display: none;
    }

    .mmmenu {
        margin: 0;
        display: block;
        border-radius: 10px;
        border: 1px solid rgba(53, 53, 53, 0.20);
        padding: 10px 10px;
    }

    .box-menu-header {
        width: 50px;
        height: 50px;
        border: 1px solid #0000007d;
        align-items: center;
        justify-content: center !important;
        !i;
        !;
        border-radius: 50%;
    }

    .mmmenu span:nth-child(2) {
        background: rgb(0, 0, 0);
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 100%);
        width: 100%;
    }

    .mmmenu span {
        max-width: 35px;
    }

    .header .center-layout {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
    }

    .menu {
        width: unset;
    }

    .menu ul {
        display: none;
    }

    .title-slider {
        width: 100%;
        margin-bottom: 50px;
        padding: 0;
    }

    .section-slider .img {
        width: auto;
        margin: 0 auto;
        display: table;
    }

    .title-slider .title {
        font-size: 110px;
    }

    .section-slider:before {
        bottom: unset;
        top: 280px;
        z-index: 10;
    }

    .section-slider:after {
        top: unset;
        transform: unset;
        bottom: 270px;
        z-index: 10;
    }

    .content-slider {
        margin-top: 50px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }

    .content-slider .content {
        max-width: 100%;
    }

    .content-slider .content svg {
        display: none;
    }

    .content-slider .desc {
        letter-spacing: 7.2px;
    }

    .section-skill:before {
        right: 0;
        transform: unset;
        top: -80px;
        background: url(../images/layer_3.png) no-repeat 60px;
    }

    .social {
        justify-content: center;
    }

    .section-video .video:after {
        right: 0;
    }

    .section-feedback:after, .section-collection:before, .section-experience:before {
        display: none;
    }

    .title-contact:after, .title-contact:before {
        background-size: 100% 50%;
        width: 120px;
        top: -100px;
    }

    .title-contact:after {
        left: 70%;
    }

    .title-contact:before {
        right: 70%;
    }

    .title-skill p {
        font-size: 40px;
    }

    .banner-skill {
        width: auto;
        display: table;
        margin: 0 auto;
    }

    .list-skill {
        width: 100%;
        margin-top: 20px;
    }

    .item-skill {
        width: 100%;
        text-align: center;
    }

    .section-skill:after {
        bottom: unset;
        top: 230px;
        background-size: 70% 70%;
    }

    .section-experience {
        padding: 0 20px;
    }

    .section-experience .box-title {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .section-experience .box-title .title {
        font-size: 60px;
        margin-bottom: 15px;
    }

    .section-experience .box-title .desc {
        border: 0;
        border-radius: 0;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .banner-experience {
        width: 100%;
    }

    .banner-experience .images {
        width: 70%;
        margin: 0 auto;
    }

    .arrow-ex {
        display: none;
    }

    .list-ex {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 50px;
        justify-content: center;
        margin-top: 40px;
    }

    .list-ex > div {
        display: table;
        margin: 0 auto;
        position: relative;
        padding-right: 50px;
    }

    .section-collection:after {
        left: 20px;
        transform: unset;
        top: -60px;
    }

    .title-collection {
        margin: 0 0 50px 0;
        width: 100%;
        text-align: center;
    }

    .item-collection {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .item-collection .image {
        width: 100%;
        margin: -80px 0 0 0;
    }

    .item-collection .content {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-top: 70px;
    }

    .coll-arrow {
        display: none;
    }

    .arrow-coll {
        position: relative;
        bottom: 0;
        left: 0;
        transform: unset;
        justify-content: center;
        margin-top: 40px;
    }

    .section-video .video:before {
        display: none;
    }

    .section-feedback {
        background: transparent;
    }

    .banner-contact {
        display: none;
    }

    .box-contact {
        width: 100%;
    }

    .footer-powered .social {
        width: 100%;
        justify-content: center;
        background: #f9f8f6;
        padding: 10px;
    }

    .footer-powered .d-flex {
        flex-wrap: wrap;
    }

    .footer-powered {
        padding: 0;
    }

    .footer-powered .center-layout {
        padding: 0 !important;
        !i;
        !;
    }

    .copyright {
        width: 100%;
        text-align: center;
        padding: 20px 10px;
        font-size: 14px;
    }

    .footer-contact .center-layout {
        padding: 15px !important;
        !i;
        !;
    }

    .item-collection .content .icon {
        grid-row: 1;
    }

    .item-collection .content .title {
        grid-row: 2;
    }

}

@media screen and (max-width:768px) {
}

@media screen and (max-width:550px) {
    .title-slider .slogan {
        font-size: 20px;
    }

    .item-skill .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .item-skill .desc {
        font-size: 14px;
    }

    .title-slider .title {
        font-size: 50px;
    }

    .section-slider .img:after {
        display: none;
    }

    .section-slider:before {
        top: 160px;
        background-size: 60% 60%;
    }

    .section-slider:after {
        background-size: 70% 70%;
        right: 0;
        background-position: right;
    }

    .content-slider .desc {
        font-size: 36px;
    }

    .section-skill:before {
        background-size: 60% 60%;
        background-position: 120px center;
        top: -90px;
    }

    .section-skill:after {
        background-size: 35% 35%;
        top: 270px;
    }

    .section-experience .box-title .title {
        font-size: 40px;
    }

    .section-experience .center-layout {
        padding: 25px !important;
        padding-bottom: 60px !important;
        !imp;
        !im;
        !i;
        !;
    }

    .ex-title .number {
        font-size: 40px;
    }

    .ex-title .title {
        font-size: 28px;
    }

    .item-experience {
        padding: 90px 30px;
        max-width: 100%;
        width: 100%;
    }

    .item-experience .content p {
        font-size: 14px;
        line-height: initial;
    }

    .list-ex > div {
    }

    .slick-experience .slick-slide:after, .list-ex > div:after {
        width: 40px;
        height: 40px;
    }

    .ex-title .icon {
        top: 0;
    }

    .ex-title .icon svg {
        width: 30px;
        height: 30px;
    }

    .section-collection:after {
        background-size: 60% 60%;
        background-position: 20px 10px;
    }

    .section-experience:after {
        background-size: 70% 70%;
        background-position: right;
    }

    .title-collection .title {
        font-size: 40px;
    }

    .title-collection .desc, .item-collection .content .desc {
        font-size: 14px;
        width: 95%;
    }

    .item-collection .content .title {
        font-size: 18px;
    }

    .icon-video, .icon-video i {
        width: 100px;
        height: 100px;
        font-size: 50px;
    }

    .icon-video .kenit-alo-circle {
        width: 110px;
        height: 110px;
    }

    .icon-video .kenit-alo-circle-fill {
        width: 120px;
        height: 120px;
    }

    .section-video .video:after {
        background-size: 60% 60%;
        background-position: right 80px;
    }

    .title-feedback .title span {
        display: block;
        font-size: 60px;
    }

    .title-feedback .title {
        font-size: 30px;
    }

    .item-feedback .image {
        width: 51px;
    }

    .item-feedback {
        align-items: flex-start;
    }

    .item-feedback .content {
        width: calc(100% - 65px);
    }

    .item-feedback .desc {
        font-size: 16px;
        line-height: 22px;
        min-height: 66px;
    }

    .title-contact .slogan {
        font-size: 14px;
    }

    .title-contact .title {
        font-size: 40px;
    }

    .title-contact:after, .title-contact:before {
        background-size: 100% 40%;
    }

    .title-contact:after {
        left: 50%;
    }

    .title-contact:before {
        right: 50%;
    }

}

@media screen and (max-width:375px) {
    .title-slider .title {
        font-size: 35px;
    }

}
