@font-face {
    font-family: 'Lustria';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/9oRONYodvDEyjuhOnC8zMw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
    box-sizing: border-box;
}
body {
    background-color: #13131B;
    font-family: "Lustria", serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}
a{
    text-decoration: transparent;
}
.scroll-top{
    scroll-margin-top: 120px;
}
.cursor-pointer{
    cursor: pointer;
}
.rv-card-txt{
    color: #EFBF8B;
}
.rv-card-txt h3{
    font-size: 2rem;
    letter-spacing: 5px;
}
.rv-card-txt h2{
    font-size: 4rem;
    letter-spacing: 5px;
}
.rv-card-txt p{
    font-size: 1.2rem;
}
.header-res {
    background: #171721;
    top: 0;
    left: 0;
    height: 60px;
    transition: all 0.5s ease-out, background 0.2s ease-out;
    transition-delay: 0.2s;
    z-index: 1070;
    box-shadow: 0 0 1px 0 #a88868;
}
.rm-fix .header-res{
    background: #000;
}
.header-res.menu-opened {
    height: 100%;
    background-color: #171721;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
    overflow-y: auto !important;
    z-index: 1070;
}
.burger-menu .btn {
    top: 15px;
    right: 10px;
    width: 50px;
    cursor: pointer;
    z-index: 100;
}
.burger-menu span {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    border-radius: 3px;
    height: 2px;
    background: #efbf8b;
    transition: all .3s;
    position: relative;
}
.burger-menu span + span {
    margin-top: 6px;
}
.menu-item-span:before{
    border: none !important;
}
.burger-menu .active span:nth-child(1) { animation: ease .7s top forwards; } .burger-menu .not-active span:nth-child(1) { animation: ease .7s top-2 forwards; } .burger-menu .active span:nth-child(2) { animation: ease .7s scaled forwards; } .burger-menu .not-active span:nth-child(2) { animation: ease .7s scaled-2 forwards; } .burger-menu .active span:nth-child(3) { animation: ease .7s bottom forwards; } .burger-menu .not-active span:nth-child(3) { animation: ease .7s bottom-2 forwards; }
@keyframes top { 0% { top: 0; transform: rotate(0); } 50% { top: 8px; transform: rotate(0); } 100% { top: 8px; transform: rotate(45deg); } } @keyframes top-2 { 0% { top: 8px; transform: rotate(45deg); } 50% { top: 8px; transform: rotate(0deg); } 100% { top: 0; transform: rotate(0deg); } } @keyframes bottom { 0% { bottom: 0; transform: rotate(0); } 50% { bottom: 8px; transform: rotate(0); } 100% { bottom: 8px; transform: rotate(135deg); } } @keyframes bottom-2 { 0% { bottom: 8px; transform: rotate(135deg); } 50% { bottom: 8px; transform: rotate(0); } 100% { bottom: 0; transform: rotate(0); } } @keyframes scaled { 50% { transform: scale(0); } 100% { transform: scale(0); } } @keyframes scaled-2 { 0% { transform: scale(0); } 50% { transform: scale(0); } 100% { transform: scale(1); } }

body.loading-active {
    overflow: hidden;
    height: 100vh;
}
#page-loading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #161620;
    color: #EFBF8B;
    font-size: 1.25rem;
    width: 100%;
    height: 100vh;
    z-index: 1080;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 10px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader-content img {
    max-width: 150px;
    height: auto;
    animation: spin 2s linear infinite;
}

.header{
    background: linear-gradient(to right, #12121A, #181823, #12121A);
    z-index: 1060;
}
.menu-link a{
    position: relative;
    color: #EFBF8B;
    padding: 5px;
}
.menu-link a:hover:before {
    width: 100%;
    left: 0%;
    transition: 0.2s ease-in-out;
}
.menu-link a:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #EFBF8B;
    overflow: hidden;
    width: 0%;
    left: 50%;
    top: 40px;
    transition: 0.2s ease-in-out 0.15s;
}
.section-one{
    background-color: #13131a;
    padding-top: 100px;
}
.hexagon-animate .img{
    max-width: 650px;
    margin: 90px 0;
}
.main-title{
    color: #EFBF8B;
    font-size: 2.5rem;
    font-style: italic;
    letter-spacing: 5px;
}
.ms-30{
    margin-left: 300px;
}
@keyframes slowScaleRotate {
    0% {
        transform: scale(0.3) rotate(185deg);
        opacity: 0;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}
.hexagon-animate {
    transform: scale(0.3) rotate(185deg);
    opacity: 0;
}
.hexagon-animate.start-hexagon-anim {
    animation: slowScaleRotate 2.5s ease-out forwards;
}
.section-one .l-top{
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
    top: -112px;
    z-index: -1;
}
.section-one .l-bottom{
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    bottom: -798px;
}
.texture {
    background-color: #13131af2;
    overflow: hidden;
}
.texture:before {
    content: "";
    position: absolute;
    background-image: url(../img/BG-Texture.jpg);
    width: 100%;
    height: 5500px;
    z-index: -1;
}
.section-one-grd {
    width: 100%;
    height: 350px;
    background: linear-gradient(to bottom, #13131a, #13131a00);
}
.hexagon-wrapper {
    position: absolute;
    right: -15%;
    top: -25%;
    width: 850px;
    max-width: 50vw;
    display: flex;
    align-items: center;
}
.hexagon-wrapper .hexagon-img {
    width: 100%;
    height: auto;
    display: block;
}
.hexagon-wrapper .hex-line {
    position: absolute;
    right: 100%;
    top: 45%;
    min-width: 1350px;
    max-width: none;
    transform: translateY(-50%);
}
.hexagon-wrapper .l-bottom {
    position: absolute;
    bottom: -888px;
    right: 50%;
    z-index: 2;
}
.about-home{
    margin-bottom: 400px;
}
.purpose{
    padding-bottom: 200px;
}
.purpose:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: -70px;
    background: linear-gradient(to top, #13131B 50%, #feb47b00);
    z-index: 10;
}
.purpose-img{
    z-index: 100;
    margin-top: -200px;
}
.vision{
    max-width: 1000px !important;
    margin-bottom: 75px;
    padding-top: 400px;
}
.vision img{
    left: -55px;
}
.principles{
    background: #13131b;
    padding: 150px 0;
}
.rv-principles .num{
    font-size: .9rem;
}
.rv-principles .link{
    font-size: 2rem;
    background: linear-gradient(to bottom, #EFBF8B 40%, #896E50);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    width: fit-content;
    cursor: pointer;
    margin-bottom: 20px;
}
.rv-principles .link.active{
    color: #efbf8b;
}
.rv-principles-line{
    max-height: 750px;
}
.swiper-principles {
    width: 100%;
    max-width: 750px;
    height: 750px;
    margin: 0 auto;
}
.swiper-principles:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom, #13131B 35%, #feb47b00);
    z-index: 10;
}
.swiper-principles:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
    background: linear-gradient(to top, #13131B 35%, #feb47b00);
    z-index: 10;
}
.slide-principles{
    background-color: #1A1A20;
}
.swiper-principles h3{
    background: linear-gradient(to bottom, #EFBF8B 40%, #896E50);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.swiper-principles p{
    color: #EFBF8B;
}
.portfolio{
    background-image: url("../img/portfolio-bg.jpg");
}
.portfolio-cover:before{
    content: "";
    position: absolute;
    background: #13131bde;
    width: 100%;
    height: 100%;
}
.portfolio-section{
    position: relative;
    z-index: 100;
    color: #EFBF8B;
    padding: 50px 0;
}
.portfolio-section .line{
    width: 100%;
    height: 1px;
    background: #EFBF8B;
    opacity: .5;
    transition: .3s;
}
.portfolio-section  .txt{
    font-size: 1.2rem;
}
.portfolio-item:hover .line{
    opacity: 1;
}
.portfolio-t .txt{
    position: relative;
    color: #EFBF8B;
    font-size: 2rem;
    z-index: 100;
}
.portfolio-t:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, #13131B 35%, #feb47b00);
    z-index: 10;
}
.portfolio-b .txt{
    position: relative;
    color: #EFBF8B;
    font-size: 1.2rem;
    z-index: 100;
    max-width: 820px;
    margin: 0 auto;
}
.portfolio-b:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    background: linear-gradient(to top, #13131B 50%, #feb47b00);
    z-index: 10;
}
.index-form{
    background-image: url("../img/form-bg.jpg");
    padding: 150px 0;
    background-repeat: no-repeat;
}
.index-form .title{
    color: #EFBF8B;
    font-size: 2rem;
    margin-bottom: 100px;
}
.index-form .title .line{
    width: 100%;
    height: 1px;
    background: #EFBF8B;
    opacity: .5;
    max-width: 200px;
    margin: 0 auto;
}
.index-form .form{
    max-width: 750px;
}
.index-form .form input, .index-form .form textarea{
    background: transparent;
    color: #EFBF8B;
    border: none;
    border-bottom: 1px solid #EFBF8B;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem .75rem;
}
.index-form .form .form-floating>label{
    color: #efbf8bba;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    transform: scale(.85) translateY(-1.4rem) translateX(0rem);
}
.form-floating>textarea:focus~label::after, .form-floating>textarea:not(:placeholder-shown)~label::after{
    background: transparent;
}
.index-form .form .btn{
    color: #EFBF8B;
    font-size: 1.2rem;
    border: 1px solid #EFBF8B;
    border-radius: 1px;
    padding: 10px 50px;
    transition: .3s;
}
.index-form .form .btn:hover{
    background: #EFBF8B;
    color: #000;
}
.footer{
    color: #EFBF8B;
    font-size: 1.2rem;
}
.footer .title{
    font-size: 1.5rem;
}
.footer .link a{
    color: #EFBF8B;
    width: fit-content;
    margin-bottom: 15px;
}
.footer .link a:hover{
    color: #ffe4c6;
}
.footer .cr{
    font-size: 1rem;
}
.hexagon-section{
    height: 600px;
}
.company{
    background-color: #161620;
    padding: 150px 0;
}
.company .title{
    color: #EFBF8B;
    font-size: 2.7rem;
}
.company .sub{
    color: #fff;
}
.portfolio-slider{
    border-radius: 5px;
}
.pagination{
    color: #EFBF8B;
    bottom: 15px;
    left: 0;
    right: 0;
    justify-content: center;
    z-index: 10;
}
.pagination span{
    cursor: pointer;
}
.company-title{
    color: #EFBF8B;
}
.company-title h3{
    color: #896E50;
    font-size: 2rem;
}
.company-title p{
    margin-bottom: 5px;
}
.market-title h3{
    color: #896E50;
    font-size: 1rem;
}
.market-title p{
    font-size: 1rem;
    margin-bottom: 5px;
}
.p-link{
    color: #EFBF8B;
    border: 1px solid #EFBF8B;
    border-radius: 1px;
    padding: 10px 10px;
    transition: .3s;
}
.p-link:hover {
    background: #EFBF8B;
    color: #000;
}
.pw-link{
    color: #EFBF8B;
    transition: .3s;
}
.pw-link:hover {
    color: #a98b6b;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1750px;
    }
}
@media (max-width: 1200px) {
    .purpose-img {
        margin-top: 0;
    }
    .vision{
        padding-top: 200px;
    }
}
@media (max-width: 996px) {
    .main-title{
        font-size: 1.5rem;
    }
    .ms-30 {
        margin-left: 100px;
    }
    .hexagon-section{
        padding-top: 250px;
    }
    .purpose-img {
        margin-top: 0;
    }
    .footer img{
        opacity: .5;
    }
    .purpose{
        padding-bottom: 0;
    }
    .purpose:before{
        display: none;
    }
}
@media (max-width: 768px) {
    .hexagon-animate .img{
        max-width: max-content;
        width: 100%;
        padding: 30px;
    }
    .rv-card-txt h2{
        font-size: 3rem;
    }
    .rv-card-txt h3{
        font-size: 1.5rem;
    }
    .section-one .l-top{
        top: -81px;
    }
    .vision{
        padding-top: 200px;
    }
    .section-one .l-bottom{
        bottom: -768px;
    }
    .section-one-grd{
        height: 150px;
    }
    .main-title{
        font-size: 1.5rem;
    }
    .ms-30 {
        margin-left: 100px;
    }
    .hexagon-section{
        padding-top: 100px;
    }
    .purpose-img {
        margin-top: 0;
    }
    .principles{
        padding: 150px 0 0;
    }
    .purpose-img img{
        width: 30%;
    }
    .portfolio-t .txt {
        font-size: 1.5rem;
    }
    .company .title{
        font-size: 2rem;
    }
}
