@font-face {
    font-family: TenorSans;
    src: url(font/TenorSans-Regular.ttf);
}

@font-face {
    font-family: Manrope;
    src: url(font/Manrope-VariableFont_wght.ttf);
}

* {
    box-sizing: border-box;
    font-family: TenorSans;
    font-weight: 400;
}

h1 span {
    font-family: TenorSans;
    font-size: unset;
}

h2 span {
    font-family: TenorSans;
    font-size: unset;
}

h3 span {
    font-family: TenorSans;
    font-size: unset;
}

h4 span {
    font-family: TenorSans;
    font-size: unset;
}

h5 span {
    font-family: TenorSans;
    font-size: unset;
}

.fa {
    color: #ccae82;
}

a {
    text-decoration: none;
}

p {
    font-family: Manrope;
}

span {
    font-family: Manrope;
    font-size: 12px;
}

html,
body {
    overflow-x: hidden !important;
    /* scroll-behavior: smooth; */
}

body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #3a2d26;
    overflow-x: hidden;
    background: #3a2d26;
}

.navbar {
    transition: all 0.3s ease-in-out;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 77;
    width: 100%;
    height: 100px;
}

.v-header {
    height: 100vh;
    display: flex;
    align-items: center;
    columns: #fff;
}

.v-header-news {
    display: flex;
    align-items: center;
    columns: #fff;
}

.body-container {
    max-width: 1920px;
    margin: auto;
}

.container {
    /* max-width: 960px; */
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
    text-align: center;
}

.fullscreen-video-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.fullscreen-video-area video {
    min-width: 100%;
    min-height: 100%;
}

.fullscreen-video-area .fullscreen-video-area-slide iframe {
    width: 150%;
    height: 116%;
    position: absolute;
    top: -8%;
    left: -25%;
}

.fullscreen-video-area .fullscreen-video-area-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.slide-np {
    position: absolute;
    right: 10%;
    bottom: 8%;
}

.slide-dot {
    z-index: 44;
    position: absolute;
    left: 10%;
    bottom: 8%;
}

.slide-line {
    border-top: 0.1rem solid #fff;
    z-index: 9;
    position: relative;
    width: auto;
    padding: 46px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: black;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    top: 12px;
}

.header-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #225478; */
    z-index: 1;
    opacity: 0.44;
}

.header-content {
    width: 100% !important;
    z-index: 4;
    color: #fff;
    margin: auto;
}

.header-content h1 {
    font-family: TenorSans;
    font-size: 82px;
    font-weight: 400;
    margin-bottom: 0;
}

.header-content p {
    font-size: 1.5rem;
    display: block;
    padding-bottom: 1rem;
}

.nav-menu-left {
    transition: all 0.5s ease-in-out;
    position: fixed;
    display: inline;
    top: 0;
    left: 0;
    z-index: 5;
    width: 45vw;
}

.nav-menu-right {
    transition: all 0.5s ease-in-out;
    position: fixed;
    display: inline;
    top: 0;
    right: 0;
    z-index: 5;
    width: 45vw;
}

.nav-lang {
    padding-left: 0;
    padding-right: 0;
    right: 0;
    color: #fff;
}

.nav-menu-middle {
    transition: all 0.5s ease-in-out;
    position: fixed;
    display: inline;
    top: -10px;
    left: 40%;
    z-index: 5;
    width: 20vw;
}

.nav-menu-middle .menus {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 2.5rem;
}

li {
    padding: 1rem;
    text-align: center;
    display: inline;
}

.menus {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.lang-selected {
    color: #fff;
}

.lang {
    color: rgb(133, 133, 133);
}

.section-locations {
    position: relative;
    height: 780px;
    background: #3c3029;
}

.section-location {
    display: none;
}

.section-location img {
    position: absolute;
    width: 100%;
    height: 100%;
    /* margin-top: 70px; */
    /* height: 780px; */
    /* object-fit: cover;
  object-position: center bottom; */
}

.content-location {
    position: relative;
    width: 100%;
    height: 780px;
}

.location {
    text-align: left;
    font-size: 30px;
    position: absolute;
    padding-left: 5%;
    padding-right: 3%;
    width: 50%;
    height: 600px;
    overflow-y: auto;
    /* height: 80vh; */
    right: 0px;
    /* padding-top: 10%; */
    margin-right: 50px;
    margin-top: 100px;
    color: #fff;
    scrollbar-width: thin;
    scrollbar-color: #ccae82 #eee;
    padding-right: 30px;
}

.content > img {
    width: 500px;
    height: 450px;
}

.location > h1,
h2,
h3 {
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}

.location > h1,
h2,
h3 > b {
    font-weight: 400;
    color: #ccae82;
}

.location > p {
    font-family: Manrope;
    font-size: 0.6em;
    font-style: normal;
    font-weight: 400;
    color: #e0e0e0;
    text-align: left;
    height: 300px;
}

.location-menu-mini {
    z-index: 1;
    position: absolute;
    top: 730px;
    right: 10%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    grid-gap: 10px;
    padding: 10px;
}

.circle-mini {
    height: 75px;
    width: 75px;
    background-size: contain;
    text-align: center;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #3c3029;
    border-radius: 50%;
    border: 0.3rem solid #f9f0ec;
    display: inline-block;
    color: #ccae82;
    font-size: 20px;
}

.minutes {
    display: block;
    font-size: 16px;
}

.line {
    height: 80px;
    width: 75vw;
    left: 0%;
    border-bottom: 0.3rem solid #ccae82;
}

section .section-concept {
    /* height: 900px; */
    background: #f9f0ec;
}

.content-concept {
    position: relative;
    width: 100%;
    height: 600px;
    padding: 10px;
    background: #f9f0ec;
}

.concept {
    width: 70%;
    max-width: unset;
}

.concept > h2 {
    font-weight: 400;
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #3c3029;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.concept > h2 {
    font-family: TenorSans;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: -0.035em;
    text-align: center;
}
.concept > h2 > span {
    font-family: TenorSans;
}

.content-concept-galery {
    /* display: grid; */
    /* grid-template-columns: auto auto; */
    /* grid-gap: 10px; */
    display: flex;
    flex-wrap: warp;
    background: #f9f0ec;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: -18px;
}

.concept-galery {
    /* width: 49.5vw; */
    width: 80%;
    padding: 0 !important;
}

.concept-galery-caption {
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 10%;
    padding-right: 15%;
}

.concept-galery > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.concept-galery-caption > span {
    font-size: 14px;
}

.concept-galery-caption > h2 {
    font-size: 2.5em;
    margin: 1px;
    left: -5px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.concept-galery-caption p {
    font-size: 1.1em;
}

.circle-galery-arrow-right {
    position: absolute;
    bottom: -20vh;
    left: 160px;
    margin-right: 50px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
}

.circle-galery-arrow-right:after {
    content: url(../img/assets/right-arrow.svg);
    font-weight: 100;
    height: 1px;
    top: -9px;
    position: relative;
}

.circle-galery-arrow-left {
    position: absolute;
    bottom: -20vh;
    left: 70px;
    margin-right: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
}

.circle-galery-arrow-left:after {
    content: url(../img/assets/left-arrow.svg);
    font-weight: 100;
    height: 1px;
    top: -9px;
    position: relative;
}

.circle-galery-arrow-left:hover:after {
    content: url(../img/assets/left-arrow2.svg);
}

.circle-galery-arrow-left:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.circle-galery-arrow-right:hover:after {
    content: url(../img/assets/right-arrow2.svg);
}

.circle-galery-arrow-right:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.location-menu > a > div {
    position: absolute;
    top: 708px;
    left: 10%;
}

.location-menu > a,
.location-menu-mini > a {
    cursor: pointer;
}

.content-video {
    top: -8px;
    height: 800px;
    background: linear-gradient(90deg, #3c3029 50%, #3a2d26 50%);
    position: relative;
    width: 100%;
    padding: 10px;
}

.our-video {
    position: relative;
    width: 100%;
    height: auto;
}

.content-video > .our-video > iframe {
    width: 675px;
    height: 380px;
    position: relative;
    z-index: 2;
}

.border-1 {
    position: absolute;
    width: 675px;
    height: 385px;
    top: 28%;
    left: 26%;
    border: #ccae82 solid 1px;
}

.our-video > h2 {
    font-size: 42px;
    font-weight: 400;
    color: #ccae82;
    margin: 1px;
    line-height: 3;
    letter-spacing: 2px;
}

.circle {
    z-index: 1;
    height: 150px;
    width: 150px;
    text-align: center;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #3c3029;
    border-radius: 50%;
    border: 0.3rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
}

.content-unit {
    top: -8px;
    height: 200px;
    background: #3a2d26;
    position: relative;
    width: 100%;
    padding: 10px;
    padding-top: 5%;
}

.our-unit {
    left: 0px;
    margin: 1px;
}

.our-unit > h2 {
    margin-left: 5%;
    text-align: left;
    font-size: 44px;
    font-weight: 400;
    color: #ccae82;
    line-height: 0;
    letter-spacing: 2px;
}

.unit {
    display: none;
    background: #f1f1f1;
}

.content-unit-warp {
    display: grid;
    grid-template-columns: auto auto;
    position: relative;
    width: 100%;
    /* height: 500px; */
    top: -14px;
    background: #3a2d26;
}

.unit-warp {
    width: 33vw;
    padding: 0 !important;
    background: #3a2d26;
    background-image: linear-gradient(to bottom, #3a2d26 0%, #3a2d26 100%),
        linear-gradient(to bottom, #3a2d26 0%, #3a2d26 100%);
    background-clip: content-box, padding-box;
}

.unit-warp-caption {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 10%;
    padding-right: 15%;
    padding-top: 2%;
    background: #3c3029;
    background-image: linear-gradient(to bottom, #3c3029 0%, #3c3029 100%),
        linear-gradient(to bottom, #3c3029 0%, #3c3029 100%);
    background-clip: content-box, padding-box;
    color: #fff;
}

.unit-warp > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.unit-warp-caption > span {
    font-size: 15px;
}

.unit-warp-caption > h2 {
    color: #ccae82;
    font-family: TenorSans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -0.005em;
    text-align: left;
}

.content-unit-warp-info {
    display: grid;
    grid-template-columns: auto auto auto auto;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.content-unit-warp-info div > h3 {
    color: #ccae82;
}

.content-unit-warp-info div > h3,
.content-unit-warp-info div > p {
    font-family: TenorSans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0.005em;
    text-align: left;
    margin: 1px;
}

.content-unit-description p,
.content-unit-description p span {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.005em;
    text-align: left;
    color: #ccae82;
}

.unit-warp-caption > p {
    color: #ccae82;
    margin-top: 20px;
    font-size: 12px;
    padding-right: 20%;
    line-height: 2;
}

.content-unit-warp-info-details {
    display: grid;
    grid-template-columns: auto auto;
    position: relative;
    width: 40%;
    height: auto;
    margin-top: 10px;
}

.content-unit-warp-info-detail {
    display: grid;
    grid-template-columns: auto auto;
    position: relative;
    width: 100px;
    height: auto;
    margin-top: 10px;
}

.content-unit-warp-info-detail > div {
    padding-right: 10px;
}

.content-unit-warp-info-detail div > img {
    padding-top: 10px;
    max-width: 40px;
    max-height: 40px;
}

.info-detail {
    color: #ccae82;
    display: grid;
    grid-template-columns: auto;
    position: relative;
    width: 100px;
    height: auto;
}

.unit-warp-caption-arrow {
    position: absolute;
    width: 50px;
    top: 90px;
    left: 30vw;
    text-align: left;
}

.unit-warp-arrow-right {
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
    transition: 1s;
}

.unit-warp-arrow-right:after {
    content: url(../img/assets/arrow_right_gold.svg);
    font-weight: 100;
    height: 1px;
    top: -10px;
    position: relative;
}

.unit-warp-arrow-left {
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
    transition: 1s;
}

.unit-warp-arrow-left:after {
    content: url(../img/assets/arrow_left_gold.svg);
    font-weight: 100;
    height: 1px;
    top: -10px;
    position: relative;
}

.unit-warp-arrow-left:hover:after {
    content: url(../img/assets/arrow_left_light.svg);
}

.unit-warp-arrow-left:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.unit-warp-arrow-right:hover:after {
    content: url(../img/assets/arrow_right_light.svg);
}

.unit-warp-arrow-right:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.unit-galery-row {
    height: 300px;
    position: relative;
    top: -8px;
}

.unit-galery {
    display: none;
    float: left;
    width: 33%;
    padding: 0px;
}

.unit-galery-active {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0px;
    background: #3b281e;
}

.unitg-left {
    position: absolute;
    top: 0;
    margin-top: 5%;
    margin-right: 5%;
    right: 180px;
}

.unitg-right {
    position: absolute;
    margin-top: 5%;
    margin-right: 5%;
    top: 0;
    right: 90px;
}

.unitg-arrow-right {
    z-index: 1;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
    transition: 1s;
}

.unitg-arrow-right:after {
    content: url(../img/assets/arrow_right_gold.svg);
    font-weight: 100;
    height: 1px;
    top: -10px;
    position: relative;
}

.unitg-arrow-left {
    z-index: 1;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
    transition: 1s;
}

.unitg-arrow-left:after {
    content: url(../img/assets/arrow_left_gold.svg);
    font-weight: 100;
    height: 1px;
    top: -10px;
    position: relative;
}

.unitg-arrow-left:hover:after {
    content: url(../img/assets/arrow_left_light.svg);
}

.unitg-arrow-left:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.unitg-arrow-right:hover:after {
    content: url(../img/assets/arrow_right_light.svg);
}

.unitg-arrow-right:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.unit-galery img,
.unit-galery-active img {
    height: 300px;
    opacity: 0.8;
    cursor: pointer;
    opacity: 0.2;
}

.selected img {
    opacity: 1 !important;
}

.unit-galery img:hover,
.unit-galery-active img:hover {
    opacity: 1;
    background-color: unset;
}

.unit-warp-slide {
    display: none;
}

.mySlides {
    display: none;
}

.mySlides > img {
    vertical-align: middle;
}

.prev,
.next {
    z-index: 44;
    cursor: pointer;
    position: relative;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    transition: 0.6s ease;
    border-radius: 3px 3px 3px 3px;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: #ccae820c;
}

.content-our-galery-top {
    position: relative;
    padding-top: 5%;
    height: 250px;
    width: 100%;
    background: #f9f0ec;
}

.our-galery-title {
    position: absolute;
    left: 0;
    width: 60%;
    padding-left: 7%;
}

.our-galery-title > span {
    color: #3c3029;
    margin-left: 5px;
    text-align: left;
    font-size: 15px;
    letter-spacing: 3px;
}

.our-galery-title > h2 {
    color: #3c3029;
    margin: 0px;
    text-align: left;
    font-size: 44px;
}

.content-our-galery > .flickity-prev-next-button.previous {
    left: unset !important;
    right: 35%;
    top: -120px;
}

.content-our-galery > .flickity-prev-next-button.previous::after {
    content: url(../img/assets/arrow_left_gold.svg);
}

.content-our-galery > .flickity-prev-next-button.next {
    left: unset !important;
    right: 30%;
    top: -120px;
    margin-top: unset;
}

.content-our-galery > .flickity-prev-next-button.next::after {
    content: url(../img/assets/arrow_right_gold.svg);
}

.our-galery-arrows {
    position: absolute;
    right: 0;
    height: 300px;
    width: 40%;
}

.our-galery-arrow-right {
    position: relative;
    bottom: -35px;
    margin-right: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
}

.our-galery-arrow-right:after {
    content: url(../img/assets/right-arrow.svg);
    font-weight: 100;
    height: 1px;
    top: -8px;
    position: relative;
}

.our-galery-arrow-left {
    position: relative;
    bottom: -35px;
    margin-right: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
}

.our-galery-arrow-left:after {
    content: url(../img/assets/left-arrow.svg);
    font-weight: 100;
    height: 1px;
    top: -8px;
    position: relative;
}

.our-galery-arrow-left:hover:after {
    content: url(../img/assets/left-arrow2.svg);
}

.our-galery-arrow-left:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.our-galery-arrow-right:hover:after {
    content: url(../img/assets/right-arrow2.svg);
}

.our-galery-arrow-right:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.content-our-galery {
    position: relative;
    height: 570px;
    width: 100%;
    background-color: #3c3029;
}

.content-our-galery-slide {
    opacity: 0.1;
}

.content-our-galery-slide.is-selected {
    opacity: 1;
}

.content-our-galery-slide {
    position: absolute !important;
    width: 80%;
}

.content-our-galery-slide-off {
    position: absolute !important;
    right: 0px;
    width: 20%;
}

.our-galery-caption {
    z-index: 8;
    position: absolute;
    left: 7%;
    bottom: 9%;
    color: #fff;
    padding-right: 10%;
}

.our-galery-caption > h2,
.our-galery-caption > h2 p,
.our-galery-caption > h2 p span {
    display: block;
    font-family: TenorSans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 10px 0px;
}

.our-galery-caption span {
    font-family: TenorSans !important;
    font-size: 36px !important;
}

.our-galery-caption h2 p {
    font-family: Manrope !important;
    font-size: 16px !important;
}

.content-our-galery-slide > .our-galery-caption {
    display: block;
}

.content-our-galery-slide-off > .our-galery-caption {
    display: none;
}

.content-our-galery-slide > img {
    width: 100%;
    height: 570px;
    max-width: 100%;
}

.content-our-galery-slide-off > img {
    width: auto;
    height: 570px;
    object-fit: cover;
    opacity: 0.2;
}

.content-news {
    background: #3a2d26;
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10%;
    padding-left: 0;
    grid-gap: 10px;
    justify-content: space-evenly;
}

.content-news > a {
    /* margin-left: 20%; */
    width: 300px;
}

.news-list {
    padding: 10%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 5%;
    grid-gap: 20px;
}

.news-list > h2 {
    /* text-align: center; */
    color: #ccae82;
    font-size: 29px;
    text-align: center;
}

.content-news-title {
    /* width: 200px; */
    display: grid;
    grid-template-columns: auto;
}

.content-news > .content-news-title > div > h2 {
    font-size: 46px;
    font-weight: 400;
    margin-left: -20px;
    transform: rotate(270deg);
    color: #ccae82;
    width: 400px;
}

.content-news > .content-news-title > div > .button > a {
    text-align: center;
    font-size: 14px;
    color: #ccae82;
    background-color: transparent;
    text-decoration: none;
    transition: 1s;
}

.button {
    position: relative;
    top: 50%;
    left: 33%;
    bottom: 0;
    display: inline;
    padding: 10px;
    border: 1px solid #ccae82;
    transition: 1s;
}

.button.btn-mobile {
    display: none;
}

.button-unit {
    position: absolute;
    right: 15%;
    bottom: 75px;
    top: unset;
    display: inline;
    padding: 10px 22px;
    border: 1px solid #ccae82;
    cursor: pointer;
    transition: 1s;
}

.button-unit > a {
    font-family: "Manrope";
    text-decoration: none;
    color: #ccae82;
}

.news-card {
    position: relative;
    width: 315px;
    height: 410px;
    border: 1px #ccae82 solid;
    padding: 10%;
    margin-right: 20%;
    text-decoration: none;
    color: #f9f0ec;
    transition: 1s;
}

.card-list {
    margin-right: 0px;
}

.news-card > a {
    text-decoration: none;
}

.news-card > h3 {
    position: relative;
    margin: 0px;
    margin-bottom: 10%;
    text-align: left;
    font-size: 24px;
    color: #fff;
    background-color: transparent;
}

.news-card > span {
    position: relative;
    margin: 0px;
    padding-bottom: 10%;
    text-align: left;
    font-size: 18px;
    color: #ccae82;
    background-color: transparent;
}

.news-card > a > p,
.news-card > p {
    position: absolute;
    margin: 0px;
    left: 0;
    bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    text-align: left;
    font-size: 14px;
    color: #f9f0ec;
    background: transparent;
}

.news-card > a > img,
.news-card > img {
    position: absolute;
    margin: 0px;
    left: 0;
    bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    width: 100%;
    max-width: 100%;
    max-height: 150px;
}

.news-card:hover,
.button:hover a,
.button:hover,
.button-unit:hover a,
.button-unit:hover {
    background: #ccae82;
    color: #3a2d26 !important;
    cursor: pointer;
}

.news-card:hover > h3,
.news-card:hover > p,
.news-card:hover > span {
    color: #3a2d26 !important;
}

.button-unit:hover a {
    background: transparent;
    color: #3a2d26 !important;
}

.content-video-testimonial {
    top: -8px;
    height: 700px;
    background: #3a2d26;
    position: relative;
    width: 100%;
    padding: 10px;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
}

.video-testimonial {
    position: relative;
}

.testi {
    position: relative;
    width: 100%;
    z-index: 2;
}

.border-2 {
    position: absolute;
    width: 675px;
    height: 385px;
    top: 22%;
    left: 26%;
    border: #ccae82 solid 1px;
}

.testi > iframe {
    width: 675px;
    height: 380px;
}

.video-testimonial > h2 {
    font-size: 40px;
    color: #ccae82;
    margin: 1px;
    line-height: 3;
    letter-spacing: 2px;
}

.video-testimonial-caption {
    margin-top: 35px;
    height: 80px;
    position: relative;
    width: 100%;
    padding: 10px;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    left: 235px;
}

.caption-left {
    float: left;
    left: 0;
    color: #ccae82;
    text-align: left;
    margin-left: 80px;
}

.caption-left > h3 {
    font-size: 20px;
    font-family: "Manrope";
    color: #ccae82;
    margin: 1px;
    line-height: 2;
    letter-spacing: 2px;
}

.caption-left > p {
    font-size: 16px;
    color: #ccae82;
    margin: 1px;
    line-height: 1;
    letter-spacing: 2px;
}

.caption-right {
    position: absolute;
    right: 120px;
    color: #ccae82;
}

.carausel-testi > .flickity-prev-next-button.previous {
    left: unset !important;
    top: unset !important;
    right: 28%;
    bottom: -5%;
}

.carausel-testi > .flickity-prev-next-button.previous::after {
    content: url(../img/assets/arrow_left_gold.svg);
}

.carausel-testi > .flickity-prev-next-button.next {
    left: unset !important;
    top: unset !important;
    right: 23%;
    bottom: -5%;
    margin-top: unset;
}

.carausel-testi > .flickity-prev-next-button.next::after {
    content: url(../img/assets/arrow_right_gold.svg);
}

.testimonial-arrow-right {
    position: relative;
    margin-top: 10px;
    margin-right: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
}

.testimonial-arrow-right:after {
    content: url(../img/assets/right-arrow.svg);
    font-weight: 100;
    height: 1px;
    top: -9px;
    position: relative;
}

.testimonial-arrow-left {
    position: relative;
    margin-top: 10px;
    margin-right: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
}

.testimonial-arrow-left:after {
    content: url(../img/assets/left-arrow.svg);
    font-weight: 100;
    height: 1px;
    top: -9px;
    position: relative;
}

.testimonial-arrow-left:hover:after {
    content: url(../img/assets/left-arrow2.svg);
}

.testimonial-arrow-left:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.testimonial-arrow-right:hover:after {
    content: url(../img/assets/right-arrow2.svg);
}

.testimonial-arrow-right:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

footer {
    background: #3a2d26;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 5%;
}

.footer {
    height: 150px;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    color: #ccae82;
}

.footer-mobile {
    display: none;
}

::-webkit-input-placeholder {
    color: #a38963;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a38963;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a38963;
}

:-ms-input-placeholder {
    color: #a38963;
}

.footer-left {
    position: relative;
    padding-left: 40px;
}

.footer-left input {
    border: none;
    background: transparent;
    border-bottom: 0.1rem solid rgba(204, 174, 130, 0.2);
    outline: none;
    color: #ccae82;
    width: 80%;
    height: 30px;
}

.footer-left button:after {
    content: url(../img/assets/right-arrow.svg);
    font-weight: 100;
    height: 1px;
    color: #ccae82;
    font-size: 40px;
    position: absolute;
    top: 25px;
    right: 20%;
}

.footer-left button {
    width: 0px;
    height: 0px;
    background: transparent;
    border: transparent;
    cursor: pointer;
}

.spin {
    position: absolute;
    top: 45px;
    right: 18.5%;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* .iconspin:after {
  font-weight: 100;
  color: #CCAE82;
  font-size: 40px;
  content: "\f021";
} */

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.footer-left > h3,
.footer-right > h3 {
    margin: 0;
    font-size: 14px;
    line-height: 3;
    letter-spacing: 1px;
}

.footer-left > p,
.footer-right > p {
    margin: 0;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1px;
}

.footer-center {
    top: 18%;
    left: -17%;
    position: relative;
    text-align: center;
}

.footer-center a {
    color: #ccae82;
}

.footer-center > h2 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
}

.footer-center > p {
    color: #ccae82;
    margin: 0;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
}

.footer-center.img {
    position: absolute !important;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-right {
    position: relative;
    right: 0;
    text-align: right;
}

.footer-menu {
    height: 50px;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-gap: 80px;
    color: #ccae82;
}

.footer-menu > div > a {
    cursor: pointer;
}

.footer-line {
    position: relative;
    width: 100%;
    margin: auto;
    border-bottom: 0.1rem solid #ccae82;
    opacity: 0.2;
    z-index: 9;
}

.f-sosmed {
    margin-top: 4%;
    height: 70px;
    display: flex;
    grid-template: unset;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.sosmed > a {
    color: #ccae82;
    text-decoration: none;
}

.footer-right > span {
    color: #b39972;
}

.ss-dot {
    cursor: pointer;
    height: 7px;
    width: 7px;
    margin: 2px 8px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.ss-dott {
    position: relative;
    top: -7px;
    left: -5px;
    font-size: 14px;
    color: #fff;
}

.active,
.dot:hover {
    background-color: #71717100;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

.afading {
    animation: fading 3s;
}

@keyframes fading {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.aopacity {
    animation: opac 0.8s;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.atop {
    position: relative;
    animation: animatetop 0.4s;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.aleft {
    position: relative;
    animation: animateleft 1s;
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.aright {
    position: relative;
    animation: animateright 0.4s;
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.abottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.azoom {
    animation: animatezoom 0.6s;
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@media only screen and (min-width: 1440px) {
    /* .sideright { */
    /* top: 20vh !important; */
    /* } */

    .unit-warp-caption-arrow {
        top: 150px;
    }

    .border-1 {
        left: 31%;
    }

    .border-2 {
        left: 31%;
    }
}

@media only screen and (min-width: 1920px) {
    .body-container {
        max-width: 1920px !important;
    }

    .carausel-concepts > .flickity-prev-next-button.next {
        left: 53% !important;
    }

    .border-1 {
        left: 34% !important;
    }

    .border-2 {
        left: 34% !important;
    }

    .unit-warp-caption-arrow {
        left: 587px;
    }

    .content-our-galery > .flickity-prev-next-button.next {
        right: 31%;
    }

    .caption-left {
        margin-left: 349px;
        width: 510px;
    }

    .carausel-testi > .flickity-prev-next-button.next {
        right: 30%;
    }

    .carausel-testi > .flickity-prev-next-button.previous {
        right: 34%;
    }
}

.modal-unit {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgb(60, 48, 41, 0.95);
    overflow-x: hidden;
    /* overflow-y: hidden; */
    overflow-y: scroll;
}

.modal-unit-content {
    margin: auto;
    position: relative;
    top: 10%;
    width: 100%;
    height: auto;
}

.modal-unit-content .flickity-prev-next-button.previous {
    top: 230px;
}

.modal-unit-content .flickity-prev-next-button.previous::after {
    content: url(../img/assets/arrow_left_light.svg);
}

.modal-unit-content .flickity-prev-next-button.next {
    top: 230px;
}

.modal-unit-content .flickity-prev-next-button.next::after {
    content: url(../img/assets/arrow_right_light.svg);
}

.close-unit {
    position: absolute;
    top: 5%;
    right: 3%;
    margin-top: 10px;
    margin-right: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 28px;
    font-weight: bold;
}

.close-unit:after {
    content: "\00d7";
    font-weight: 100;
    top: -3px;
    right: 1px;
    position: relative;
}

.close-unit:hover,
.close-unit:focus {
    color: #3a2d26;
    background-color: #ccae82;
    text-decoration: none;
    cursor: pointer;
}

.modunits-active {
    position: absolute;
    margin-top: -2%;
    left: 335px;
    width: 400px;
}

.modunits-left {
    position: absolute;
    left: -21.2%;
    width: 300px;
    height: auto;
}

.modunits-right {
    position: absolute;
    right: -3.3%;
    width: 300px;
    height: auto;
}

.modunits-off {
    display: none;
}

.carousel-cell {
    width: 66%;
    height: 430px;
    margin-right: 60px;
    border-radius: 5px;
}

.modunits-left > .modunit-caption,
.modunits-right > .modunit-caption,
.unit-cell > .modunit-caption {
    display: none;
}

.unit-cell.is-selected > .modunit-caption {
    display: block;
}

.unit-cell > img {
    position: absolute;
    top: 5%;
    width: 100%;
    height: 100%;
    max-height: 360px;
}

.unit-cell.is-selected {
    height: 70vh;
    object-fit: cover;
    object-position: center bottom;
}

.unit-cell.is-selected > img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 75%;
    max-height: 408px;
    object-fit: cover;
    object-position: center bottom;
}

.flickity-page-dots {
    display: none;
    counter-reset: a;
}

/* Dots Slider */

.flickity-page-dots {
    counter-reset: a;
}

.flickity-page-dots .dot::after {
    content: "0" counter(a);
    counter-increment: a;
    color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    margin-top: 3px;
    margin-left: -5px;
}
.flickity-page-dots .dot {
    padding: 7px;
}
.flickity-page-dots .dot.is-selected::after {
    color: #fff;
}
.flickity-page-dots .dot.is-selected {
    background-color: #22547800 !important;
}

/* End Dots */

.flickity-slider {
    /* left: 0px; transform: translateX(17%); */
}

.flickity-button > svg {
    display: none;
}

.flickity-button {
    height: 60px !important;
    width: 60px !important;
    text-align: center !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 0.1rem solid #ccae82 !important;
    display: inline-block !important;
    font-size: 40px !important;
    text-decoration: none !important;
    transition: 1s;
}

.flickity-button:hover {
    color: transparent !important;
    background-color: #ccae82 !important;
}

.flickity-prev-next-button.next::after {
    content: url(../img/assets/arrow_right_dark.svg);
    font-weight: 100;
    height: 1px;
    top: -19px;
    position: relative;
}

.flickity-prev-next-button.next:hover::after {
    content: url(../img/assets/arrow_right_light.svg);
}

.flickity-prev-next-button.previous::after {
    content: url(../img/assets/arrow_left_dark.svg);
    font-weight: 100;
    height: 1px;
    top: -9px;
    position: relative;
}

.flickity-prev-next-button.previous:hover::after {
    content: url(../img/assets/arrow_left_light.svg);
}

.modunit-caption {
    color: #fff;
    position: absolute;
    margin-left: 1%;
    margin-top: 1%;
    bottom: 0;
    width: 100%;
}

.modunit-caption > h2 {
    font-size: 36px;
    font-family: TenorSans;
}

.modunit-caption > p {
    font-size: 16px;
    font-family: Manrope;
}

.modunits-active > img {
    max-width: 680px;
    width: 680px;
    max-height: 340px;
    height: 340px;
}

.modunits-left > img {
    max-width: 540px;
    width: 540px;
    max-height: 270px;
    height: 270px;
    object-fit: cover;
}

.modunits-right > img {
    max-width: 540px;
    width: 540px;
    max-height: 270px;
    height: 270px;
    object-fit: cover;
}

.modunit-left {
    position: absolute;
    margin-top: 8%;
    left: 2%;
}

.modunit-right {
    position: absolute;
    margin-top: 8%;
    right: 2%;
}

.modunit-arrow-right {
    z-index: 1;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
}

.modunit-arrow-right:after {
    content: url(../img/assets/right-arrow.svg);
    font-weight: 100;
    height: 1px;
    top: -9px;
    position: relative;
}

.modunit-arrow-left {
    z-index: 1;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
}

.modunit-arrow-left:after {
    content: url(../img/assets/left-arrow.svg);
    font-weight: 100;
    height: 1px;
    top: -9px;
    position: relative;
}

.modunit-arrow-left:hover:after {
    content: url(../img/assets/left-arrow2.svg);
}

.modunit-arrow-left:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.modunit-arrow-right:hover:after {
    content: url(../img/assets/right-arrow2.svg);
}

.modunit-arrow-right:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.modal-galery {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #3a2d26d8;
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-galery-content {
    margin: auto;
    position: relative;
    width: 100%;
    height: auto;
}

.modal-galery-content > .flickity-prev-next-button.previous,
.modal-galery-content > .flickity-prev-next-button.next {
    top: 40%;
}

.modal-galery-content > .flickity-prev-next-button.next {
    right: 185px;
}

.modal-galery-content > .flickity-prev-next-button.previous {
    left: 185px;
}

.modal-galery-content > .flickity-prev-next-button.next::after {
    content: url("../img/assets/arrow_right_gold.svg");
}

.modal-galery-content > .flickity-prev-next-button.previous::after {
    content: url("../img/assets/arrow_left_gold.svg");
}

.modal-galery-content > .flickity-prev-next-button.previous:hover::after {
    content: url("../img/assets/arrow_left_light.svg");
}

.modal-galery-content > .flickity-prev-next-button.next:hover:after {
    content: url("../img/assets/arrow_right_light.svg");
}

.close-galery {
    position: absolute;
    top: 5%;
    right: 3%;
    margin-top: 10px;
    margin-right: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 28px;
    font-weight: bold;
}

.close-galery:after {
    content: "\00d7";
    font-weight: 100;
    top: -3px;
    right: 1px;
    position: relative;
}

.close-galery:hover,
.close-galery:focus {
    color: #3a2d26;
    background-color: #ccae82;
    text-decoration: none;
    cursor: pointer;
}

.modgalery {
    position: absolute;
    width: 100%;
    height: 700px;
    top: -40px;
    left: 10%;
}

.modgalery.is-selected {
    left: 10% !important;
}

.modgalery-caption {
    color: #fff;
    position: absolute;
    margin-left: 1%;
    margin-top: 1%;
    width: 80%;
}

.modgalery-caption span {
    font-family: Manrope;
    font-size: 10px;
    color: #f9f0ec;
}

.modgalery-caption h2 {
    font-family: TenonSans;
    font-size: 20px;
    color: #f9f0ec;
}

.carausel-concepts > .flickity-prev-next-button.previous {
    left: 49%;
    top: 85%;
}

.carausel-concepts > .flickity-prev-next-button.next {
    left: 54%;
    top: 85%;
    margin-top: unset;
}

.modgalery-caption > h2 {
    margin: 0px;
    font-family: TenorSans;
    font-size: 36px;
    font-weight: 400;
}

.modgalery-caption > span {
    margin: 0px;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
}

.modgalery > img {
    max-width: 80%;
    width: 80%;
    max-height: 80%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.modgalery-left {
    position: absolute;
    margin-top: 10%;
    left: 2%;
}

.modgalery-right {
    position: absolute;
    margin-top: 10%;
    right: 2%;
}

.modgalery-arrow-right {
    z-index: 1;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
}

.modgalery-arrow-right:after {
    content: url(../img/assets/right-arrow.svg);
    font-weight: 100;
    height: 1px;
    top: -9px;
    position: relative;
}

.modgalery-arrow-left {
    z-index: 1;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 40px;
    text-decoration: none;
}

.modgalery-arrow-left:after {
    content: url(../img/assets/left-arrow.svg);
    font-weight: 100;
    height: 1px;
    top: -9px;
    position: relative;
}

.modgalery-arrow-left:hover:after {
    content: url(../img/assets/left-arrow2.svg);
}

.modgalery-arrow-left:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.modgalery-arrow-right:hover:after {
    content: url(../img/assets/right-arrow2.svg);
}

.modgalery-arrow-right:hover {
    color: #3a2d26;
    background-color: #ccae82;
}

.lodmore {
    position: relative;
}

.lodmore-line {
    border-top: 0.1rem solid #ccae82;
    z-index: 9;
    position: relative;
    width: auto;
    padding: 46px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: black;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    top: 12px;
}

.a-lodmore {
    color: #ccae82;
    padding-left: 10px;
    padding-right: 10px;
}

.clear {
    position: relative;
    height: 100px;
}

.newsd {
    position: relative;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.newsd-content {
    margin: auto;
    position: relative;
    width: 100%;
    padding: 10%;
    padding-top: 2%;
    height: auto;
    color: #ccae82;
}

.newsd-content > img {
    max-width: 100%;
    max-height: 600px;
    width: 100%;
    height: 100%;
}

.close-newsd {
    position: absolute;
    top: 0%;
    right: 6%;
    margin-top: 10px;
    margin-right: 20px;
    height: 25px;
    width: 25px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: block;
    color: #ccae82;
    font-size: 19px;
    font-weight: bold;
    z-index: 9999999;
}

.close-newsd:after {
    content: "\00d7";
    font-weight: 100;
    top: -3px;
    right: 0px;
    position: relative;
}

.close-newsd:hover,
.close-newsd:focus {
    color: #3a2d26;
    background-color: #ccae82;
    text-decoration: none;
    cursor: pointer;
}

.title {
    padding: 5%;
    padding-bottom: 0;
}

.newsd-article {
    padding: 5%;
    padding-top: 0;
}

.newsd-related {
    position: relative;
    width: 100%;
    padding: 10px;
}

.newsd-related > h2 {
    font-size: 33px;
    color: #ccae82;
    margin: 1px;
    line-height: 3;
    letter-spacing: 2px;
}

.news-list-related {
    margin-top: -50px;
    padding-top: 0;
}

.modal-banner {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    overflow: hidden;
    background-color: rgba(204, 174, 130, 0.8);
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-pages {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #3a2d26;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-pages > iframe {
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}

.modal-banner-content {
    margin: auto;
    position: relative;
    left: 0;
    top: 35%;
    max-width: 30%;
    max-height: 50%;
}

.modal-banner-content > img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.close-banner {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    /* border: 0.1rem solid #CCAE82; */
    display: inline-block;
    color: rgb(36, 35, 35);
    font-size: 28px;
    font-weight: bold;
    /* opacity: 0; */
}

.close-banner:after {
    content: "\00d7";
    font-weight: 100;
    top: -14px;
    font-size: 22px;
    right: 0px;
    position: relative;
}

.side-brochure {
    position: fixed;
    top: 0;
    right: -500px;
    z-index: 99;
    height: 100%;
    width: 500px;
}

.side-brochure-show {
    right: 0;
    /* visibility: visible; */
    /* opacity: 1; */
    transition: ease all 0.4s;
}

.side-brochure-hide {
    right: -500px;
    /* visibility: hidden; */
    /* opacity: 0; */
    transition: ease all 0.4s;
}

.btn-link-b {
}

.sideright {
    /* z-index: 22; */
    position: absolute;
    right: 495px;
    display: flex;
    flex-wrap: wrap;
    /* width: 600px; */
    width: max-content;
    /* top: 30vh; */
    top: 30%;
    transform: translate(0, -50px) rotate(270deg);
    /* transform: translateY(-50px); */
    /* margin-right: -2px; */
    /* right: 0; */
    /* right: 500px; */
    /* transform: rotate(270deg); */
    /* transition: 0.25s; */
    transform-origin: right bottom;
    /* transition: 1.1s; */
}

.getup {
    font-size: 16px;
    font-weight: 400;
    color: #ccae82;
}

.sideright a {
    background: #352923;
    border: #ccae82 solid 2px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: -6px;
}

.downloadb {
    font-size: 16px;
    font-weight: 400;
    color: #352923;
    background: #ccae82 !important;
}

.downloadb > svg {
    width: 17px;
    height: 17px;
}

.sideright > a:hover .p.icon-wa,
.sideright > a:hover {
    color: #f1f1f1;
    fill: #f1f1f1;
}

.wa-i {
    border-right: #3a2d26 solid 1px !important;
    color: #ffffff;
    transition: 1s;
}

.wa-i:hover,
.wa-i:hover .p-icon-wa {
    fill: #f1f1f1;
    background: #352923 !important;
    border: #3a2d26 solid 1px !important;
}

.icon-wa {
    offset-rotate: auto;
    transform: rotate(90deg);
}

.sidedownloadb {
    height: 100%;
    /* width: 0; */
    width: 500px;
    padding: 4%;
    opacity: 1;

    position: fixed;
    z-index: 77;
    /* top: 0; */
    /* right: 0; */
    background-color: #ccae82;
    overflow-x: hidden;
    transition: 0.25s;
    padding-top: 60px;
}

.close-sidedownloadb {
    position: absolute;
    top: 2%;
    right: 1%;
    margin-top: 10px;
    margin-right: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #3c302900;
    border-radius: 50%;
    border: 0.1rem solid #3a2d26;
    display: inline-block;
    color: #3a2d26;
    font-size: 28px;
    font-weight: bold;
}

.close-sidedownloadb:after {
    content: "\00d7";
    font-weight: 100;
    top: -3px;
    right: 1px;
    position: relative;
}

.close-sidedownloadb:hover,
.close-sidedownloadb:focus {
    color: #ccae82;
    background-color: #3a2d26;
    text-decoration: none;
    cursor: pointer;
}

.sidedownloadb-form > p {
    margin: 0;
}

.sidedownloadb-form > p > input[type="text"] {
    border: none;
    border-bottom: #3a2d26 solid 1px;
    font-size: 1rem;
    color: #3a2d26;
    width: 100%;
    background: transparent;
    outline: none;
}

.sidedownloadb-form > p > input[type="email"] {
    border: none;
    border-bottom: #3a2d26 solid 1px;
    font-size: 1rem;
    color: #3a2d26;
    width: 100%;
    background: transparent;
    outline: none;
}

fieldset {
    border: none;
    display: block;
    position: relative;
    padding-left: 5px;
    margin-bottom: -10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

fieldset label {
    display: block;
    float: right;
    margin-top: 6px;
    width: 93%;
    margin-left: -15px;
}

fieldset input {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: -5px;
    cursor: pointer;
    display: block;
    z-index: 2;
    height: 110%;
    width: 110%;
}

.checkmark {
    position: absolute;
    top: 12px;
    left: 0;
    height: 15px;
    width: 15px;
    border: #3b281e solid 1px;
    background-color: rgba(238, 238, 238, 0);
}

fieldset:hover input ~ .checkmark {
    background-color: #534036d2;
}

fieldset input:checked ~ .checkmark {
    background-color: #a38963;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

fieldset input:checked ~ .checkmark:after {
    display: block;
}

fieldset .checkmark:after {
    left: 4px;
    top: 1px;
    width: 2px;
    height: 7px;
    border: solid #3b281e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidedownloadb-button {
    position: relative;
    margin-top: 15%;
    display: inline;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #3a2d26;
    background: #ccae82;
    color: #3a2d26;
    transition: 1s;
}

.sidedownloadb-button span {
    background-color: transparent;
}

.sidedownloadb-button:hover {
    background: #3a2d26;
    color: #ccae82 !important;
    cursor: pointer;
}

.modal-banner-tq {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    overflow: hidden;
    background: #685b48f3;
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-banner-tq-content {
    margin: auto;
    position: relative;
    background: #3a2d26;
    color: #ccae82;
    text-align: center;
    padding: 5%;
    left: 0;
    top: 30%;
    max-width: 40%;
    max-height: 60%;
}

.modal-banner-tq-content > p {
    color: #fff;
}

.close-banner-tq {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #3a2d26;
    border-radius: 50%;
    border: 0.1rem solid #ccae82;
    display: inline-block;
    color: #ccae82;
    font-size: 28px;
    font-weight: bold;
}

.close-banner-tq:after {
    content: "\00d7";
    font-weight: 100;
    top: -8px;
    right: 0px;
    position: relative;
}

.navbar-mobile {
    display: none;
}

.our-galery-arrows .mobile {
    display: none;
}

.sidemobilebtm {
    display: none;
}

.c-mob {
    display: none;
}

.sidemobilenav {
    display: none;
}

.mobile {
    display: none;
}

.ss-banner-mobile {
    display: none;
}

.ss-banner-desk {
    display: block;
}

.unit-galery-mobile {
    display: none;
}

.info-detail-mobile {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .button-unit {
        position: absolute;
        right: 15%;
        bottom: 360px;
        top: unset;
        display: inline;
        padding: 10px;
        border: 1px solid #ccae82;
        cursor: pointer;
        transition: 1s;
    }
}

@media only screen and (max-width: 1100px) {
    .fullscreen-video-area .fullscreen-video-area-slide iframe {
        width: 100%;
        height: 100%;
        left: 0;
        top: 60px;
    }

    .fullscreen-video-area .fullscreen-video-area-slide img {
        width: 100%;
        margin-top: 120px;
        height: 100%;
    }

    .body-container {
        max-width: 1100px !important;
    }

    footer {
        padding-right: 5%;
        padding-left: 5%;
    }

    .desktop {
        display: none;
    }

    .navbar-mobile {
        position: fixed;
        top: 0px;
        width: 100vw;
        background: #3b281e;
        height: 120px;
        display: flex;
        align-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .footer-menu {
        display: none;
    }

    .sidemobilenav {
        height: 100vh;
        width: 0;
        position: fixed;
        z-index: 88;
        top: 0;
        left: 0;
        background-color: #3c3029;
        overflow-x: hidden;
        /* transition: 0.5s; */
        padding-top: 60px;
    }

    .nav-menu-left {
        position: relative;
        margin-top: 1%;
        margin-left: 5%;
        width: 20%;
    }

    .nav-menu-middle {
        margin-top: 1%;
        left: 0;
        width: 20%;
        position: relative;
        text-align: center;
    }

    .nav-menu-right {
        position: relative;
        margin-top: 1%;
        margin-right: 5%;
        width: 20%;
        text-align: right;
    }

    .mobile-menu {
        position: absolute;
        top: 200px;
    }

    .menus > img {
        width: 100px;
        height: 50px;
    }

    .menu-mobile {
        position: absolute;
        top: 2.5rem;
        left: 2.5rem;
    }

    .line-menu-mobile2 {
        position: absolute;
        width: 15px;
        height: 0px;
        left: 0px;
        top: 7px;
        border: 1px solid #ffffff;
    }

    .line-menu-mobile3 {
        position: absolute;
        width: 20px;
        height: 0px;
        left: 0px;
        top: 14px;
        border: 1px solid #ffffff;
    }

    .line-menu-mobile1 {
        position: absolute;
        width: 20px;
        height: 0px;
        left: 0px;
        top: 0px;
        border: 1px solid #ffffff;
    }

    .mobile-menu-bottom {
        position: absolute;
        padding: 8px 8px 32px 32px;
        bottom: 0px;
        color: #ccae82;
    }

    .mobile-menu-bottom > a {
        color: #ccae82;
        text-decoration: none;
    }

    .mobile-menu a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #ccae82;
        display: block;
        transition: 0.3s;
    }

    .sidemobilenav a:hover {
        color: #f1f1f1;
    }

    .logo-banner-nav {
        position: absolute;
        top: 40px;
        left: 32px;
    }

    .logo-banner-nav img {
        max-height: 50px;
        max-width: 80px;
    }

    .close-banner-nav {
        cursor: pointer;
        position: absolute;
        top: 35px;
        right: 20px;
        height: 30px;
        width: 30px;
        text-align: center;
        background-color: #3a2d26;
        border-radius: 50%;
        border: 0.1rem solid #ccae82;
        display: inline-block;
        color: #ccae82;
        font-size: 28px;
        font-weight: bold;
    }

    .close-banner-nav:after {
        content: "\00d7";
        font-weight: 100;
        top: -8px;
        right: 0px;
        position: relative;
    }

    .sidemobilenav {
        display: block;
    }

    .content-concept-galery {
        height: 420px;
    }

    .concept-galery-caption {
        top: -80px;
    }

    .carausel-concepts {
        /* height: 500px; */
    }

    .carausel-concepts > .flickity-prev-next-button.previous {
        left: 55%;
        top: 88%;
    }

    .carausel-concepts > .flickity-prev-next-button.next {
        left: 62%;
        top: 88%;
        margin-top: unset;
    }

    .content-concept {
        height: 500px;
    }

    .concept {
        width: 90% !important;
    }

    .concept-galery-caption > h2 {
        font-size: 22px;
    }

    .concept-galery-caption > span {
        font-size: 14px;
    }

    .concept-galery-caption > p {
        font-size: 11px;
    }

    .circle-galery-arrow-left {
        bottom: -60px;
    }

    .circle-galery-arrow-right {
        bottom: -60px;
    }

    .modal-unit-content .flickity-prev-next-button.previous,
    .modal-unit-content .flickity-prev-next-button.next {
        top: 160px;
    }

    .unit {
        background-image: linear-gradient(to bottom, #3c3029 0%, #3c3029 100%),
            linear-gradient(to bottom, #3c3029 0%, #3c3029 100%);
        padding-bottom: 20px;
    }

    .modal-galery-content > .flickity-prev-next-button.previous,
    .modal-galery-content > .flickity-prev-next-button.next {
        top: 30%;
    }

    .modal-galery-content > .flickity-prev-next-button.next {
        right: 110px;
    }

    .modal-galery-content > .flickity-prev-next-button.previous {
        left: 110px;
    }

    .modgalery-caption > h2,
    .modgalery-caption > h2 p,
    .modgalery-caption > h2 p span {
        display: block;
        font-family: "TenorSans";
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        text-align: left;
    }

    .our-galery-caption > h2,
    .our-galery-caption > h2 p,
    .our-galery-caption > h2 p span {
        display: block;
        font-family: "TenorSans";
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        text-align: left;
    }

    .modal-banner-content {
        margin: auto;
        position: relative;
        left: 0;
        top: 35%;
        max-width: 50%;
        max-height: 50%;
    }

    .footer-right {
        position: relative;
        right: 0;
        text-align: right;
        padding-right: 25px;
    }

    .unit-galery-row {
        height: 180px;
    }

    .content-unit {
        height: 140px;
    }

    .unit-warp-caption {
        padding-right: 10%;
    }

    .modgalery > img {
        max-width: 80%;
        width: 100%;
        max-height: 432px;
        height: 100%;
        object-fit: cover;
        object-position: center bottom;
    }

    .modgalery-caption > h2 {
        margin: 0px;
        font-family: TenorSans;
        font-size: 30px;
        font-weight: 400;
    }

    .content-our-galery-slide > img {
        width: 100%;
        height: 509px;
        max-width: 100%;
    }

    .content-our-galery {
        position: relative;
        height: 509px;
        width: 100%;
        background-color: #3c3029;
    }

    .content-unit-warp-info-details {
        width: 100%;
        grid-template-columns: auto auto auto auto;
    }

    .content-unit-warp-info-details > div {
        display: none;
    }

    .info-detail-mobile {
        display: block !important;
    }

    .info-detail-mobile .spec-title {
        font-size: 12px;
        font-family: "TenorSans";
        color: #ccae82;
    }

    .content-unit-warp-info-detail > div > span {
        font-size: 24px;
        position: absolute;
        left: 38px;
        top: 9px;
        font-family: "TenorSans";
        color: #ccae82;
    }

    .button-unit {
        position: absolute;
        right: 15%;
        top: 10%;
        bottom: unset;
        padding: 10px;
        padding: 10px;
        border: 1px solid #ccae82;
        cursor: pointer;
        transition: 1s;
    }

    .unit-galery img,
    .unit-galery-active img {
        display: block;
        height: 180px;
        opacity: 0.8;
        cursor: pointer;
        opacity: 0.2;
    }
    .unit-warp-caption-arrow {
        left: 29vw;
    }

    .unit-warp {
        padding: 0px !important;
    }

    .unit-cell > img {
        position: absolute;
        top: 5%;
        width: 100%;
        height: 100%;
        max-height: 250px;
    }

    .unit-cell.is-selected > img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 75%;
        max-height: 290px;
        object-fit: cover;
        object-position: center bottom;
    }

    .our-galery-title > h2 {
        font-size: 24px;
    }

    .content-our-galery-top {
        height: 150px;
    }

    .our-galery-arrow-left,
    .our-galery-arrow-right {
        bottom: -25px;
    }

    .content-news {
        padding: 10% 2%;
        margin-top: 50px;
        padding-right: 5%;
    }

    .content-news > .content-news-title > div > .button > a {
        font-size: 11px;
    }

    .newsd-content > img {
        max-width: 100%;
        max-height: 400px;
        width: 100%;
        height: 100%;
    }

    .content-news > .content-news-title > div > h2 {
        font-size: 35px;
        margin-top: 60px;
        margin-left: -20%;
        width: 300px;
    }

    .button {
        left: 15%;
        top: 90px;
    }

    .news-card {
        margin-right: 10px;
        width: 290px;
        height: 400px;
    }

    .news-card > h3 {
        font-size: 14px;
    }

    .news-card > span {
        font-size: 12px;
    }

    .news-card > p {
        font-size: 11px;
    }

    .content-news-title {
        width: 200px;
    }

    .content-our-galery > .flickity-prev-next-button.previous {
        left: unset !important;
        right: 35%;
        top: -65px;
    }

    .content-our-galery > .flickity-prev-next-button.next {
        left: unset !important;
        right: 27%;
        top: -65px;
        margin-top: unset;
    }

    .border-1 {
        width: 675px;
        height: 385px;
        left: 19%;
        top: 31%;
    }

    .border-2 {
        width: 687px;
        height: 387px;
        left: 19%;
        top: 23%;
    }

    .testi > iframe {
        width: 687px;
        height: 387px;
    }

    .carausel-testi > .flickity-prev-next-button.next {
        left: unset !important;
        top: unset !important;
        right: 15%;
        bottom: -5%;
        margin-top: unset;
    }

    .carausel-testi > .flickity-prev-next-button.previous {
        left: unset !important;
        top: unset !important;
        right: 23%;
        bottom: -5%;
    }

    .video-testimonial-caption {
        margin-top: 35px;
        height: 80px;
        position: relative;
        width: 100%;
        padding: 10px;
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 10px;
        left: 130px;
    }

    .content-unit {
        background: linear-gradient(90deg, #3c3029 50%, #3a2d26 50%);
    }
    .caption-left {
        margin-left: unset;
    }

    .content-video {
        height: 700px;
    }

    .content-video > .our-video > iframe {
        width: 675px;
        height: 380px;
        position: relative;
        z-index: 2;
    }
}

@media only screen and (max-width: 1024px) {
    .concept-galery-caption {
        top: 0px !important;
        margin: 0px 0px !important;
    }

    .carausel-testi > .flickity-prev-next-button.previous {
        right: 18%;
    }

    .carausel-testi > .flickity-prev-next-button.next {
        right: 11% !important;
    }

    .content-news {
        padding-right: 83px !important;
        padding-left: 83px !important;
    }

    .news-card {
        width: 265px !important;
    }

    .content-news > a {
        width: 265px;
    }

    .news-list > h2 {
        font-size: 21px;
    }

    .navbar-mobile {
        height: 80px;
    }

    .nav-menu-left {
        margin-top: -7px;
    }

    .nav-menu-middle {
        margin-top: -10px;
    }

    .nav-menu-right {
        margin-top: -10px;
    }

    .carausel-concepts > .flickity-prev-next-button.previous {
        left: 49% !important;
        top: 80% !important;
    }

    .carausel-concepts > .flickity-prev-next-button.next {
        left: 56% !important;
        top: 80% !important;
    }

    .unit-warp-caption-arrow {
        top: 151px;
        left: 291px;
    }

    .v-header {
        /* height: 100vh; */
        height: 575px;
        margin-top: 80px;
        display: flex;
        align-items: center;
        columns: #fff;
    }

    .header-overlay {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        /* height: 100vh; */
        height: 575px;
        /* background: #225478; */
        z-index: 1;
        opacity: 0.44;
    }

    .fullscreen-video-area {
        position: absolute;
        /* top: 5%; */
        top: 80px;
        left: 0;
        width: 100%;
        /* height: 100vh; */
        height: 575px;
        overflow: hidden;
    }

    .fullscreen-video-area .fullscreen-video-area-slide iframe {
        /* width: 433%; */
        /* height: 116%; */
        position: absolute;
        top: 0;
        /* left: -150%; */
        width: 100%;
        height: 100%;
        left: 0;
    }

    .fullscreen-video-area .fullscreen-video-area-slide img {
        width: 100%;
        height: 100vh;
        max-width: 100%;
        max-height: 100%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 820px) {
    .content-concept-galery {
        height: 310px;
    }

    .concept-galery > img {
        max-height: 310px;
        object-fit: cover;
        object-position: center bottom;
    }

    .carausel-concepts > .flickity-prev-next-button.previous {
        left: 46% !important;
        top: 122% !important;
    }

    .carausel-concepts > .flickity-prev-next-button.next {
        left: 64%;
        top: 122% !important;
        margin-top: unset;
    }

    .content-our-galery > .flickity-prev-next-button.previous {
        left: unset !important;
        right: 21%;
        top: -85px;
    }

    .content-our-galery > .flickity-prev-next-button.next {
        left: unset !important;
        right: 11% !important;
        top: -85px;
        margin-top: unset;
    }

    .carausel-testi > .flickity-prev-next-button.previous {
        left: unset !important;
        top: unset !important;
        right: 23%;
        bottom: -8%;
    }

    .carausel-testi > .flickity-prev-next-button.next {
        left: unset !important;
        top: unset !important;
        right: 12% !important;
        bottom: -8%;
        margin-top: unset;
    }

    .unit-warp-caption-arrow {
        left: 217px;
        top: 100px;
    }

    .content-news {
        padding-right: 6% !important;
        padding-left: 56px !important;
    }

    .navbar-mobile {
        height: 80px;
    }

    .nav-menu-left {
        margin-top: -7px;
    }

    .nav-menu-middle {
        margin-top: -10px;
    }

    .nav-menu-right {
        margin-top: -10px;
    }

    .location > h1,
    h2,
    h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .location {
        padding-left: 4%;
        padding-right: 65px;
        /* padding-top: 3%; */
        margin-right: 0px;
        margin-top: 40px;
        height: 393px;
    }

    .location > p {
        font-size: 16px;
        height: 260px;
    }

    .section-locations {
        height: 500px;
    }

    .section-location img {
        /* width: 100%; */
        width: 100%;
        height: auto;
    }

    .location-menu > a > div {
        top: 430px;
    }

    .location-menu-mini {
        top: 453px;
        right: 0%;
    }

    .section-concept {
        height: 840px;
    }

    .concept > h2 {
        font-size: 33px;
    }

    .content-concept {
        height: 420px;
    }

    .concept-galery-caption {
        top: 15px;
        padding-left: 5%;
        padding-right: 10%;
        height: 472px;
    }

    .button-unit {
        right: 65px;
        top: 20px;
    }

    .unit-warp-arrow-left {
        margin-left: -15px;
        margin-top: 34px;
    }

    .unit-warp-arrow-right {
        margin-left: -15px;
    }

    .unit-warp-caption {
        padding-right: 65px;
    }

    .unit-warp-caption > h2 {
        font-size: 30px;
    }

    .button {
        top: 72% !important;
        left: 13% !important;
    }

    .border-2 {
        left: 21%;
        width: 500px;
        height: 307px;
    }

    .video-testimonial-caption {
        left: 96px;
    }

    .footer-left {
        padding-left: 0px;
    }

    .footer-right {
        padding-right: 0px;
    }

    .footer-center {
        left: -6%;
    }

    .news-list > h2 {
        font-size: 19px;
    }

    .news-card {
        width: 200px !important;
    }

    .content-news > a {
        width: 200px;
    }

    .testi > iframe {
        width: 500px;
        height: 325px;
    }

    .content-video > .our-video > iframe {
        width: 500px;
        height: 325px;
    }

    .border-1 {
        left: 21%;
        width: 500px;
        height: 328px;
    }

    .content-news-title {
        width: 134px;
    }

    .content-news > .content-news-title > div > h2 {
        margin-left: -27%;
    }

    .sideright {
        width: 450px !important;
    }

    .v-header {
        /* height: 100vh; */
        height: 450px;
        margin-top: 70px;
        display: flex;
        align-items: center;
        columns: #fff;
    }

    .header-overlay {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        /* height: 100vh; */
        height: 450px;
        /* background: #225478; */
        z-index: 1;
        opacity: 0.44;
    }

    .fullscreen-video-area {
        position: absolute;
        /* top: 5%; */
        top: 80px;
        left: 0;
        width: 100%;
        /* height: 100vh; */
        height: 450px;
        overflow: hidden;
    }

    .fullscreen-video-area .fullscreen-video-area-slide iframe {
        /* width: 433%; */
        /* height: 116%; */
        position: absolute;
        top: 0;
        /* left: -150%; */
        width: 100%;
        height: 100%;
        left: 0;
    }

    .fullscreen-video-area .fullscreen-video-area-slide img {
        width: 100%;
        height: 100vh;
        max-width: 100%;
        max-height: 100%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .content-concept-galery {
        height: 310px;
    }

    .concept-galery > img {
        max-height: 310px;
        object-fit: cover;
        object-position: center bottom;
    }

    .carausel-concepts > .flickity-prev-next-button.previous {
        left: 46% !important;
        top: 125% !important;
    }

    .carausel-concepts > .flickity-prev-next-button.next {
        left: 64%;
        top: 125% !important;
        margin-top: unset;
    }

    .content-our-galery > .flickity-prev-next-button.previous {
        left: unset !important;
        right: 21%;
        top: -85px;
    }

    .content-our-galery > .flickity-prev-next-button.next {
        left: unset !important;
        right: 11%;
        top: -85px;
        margin-top: unset;
    }

    .carausel-testi > .flickity-prev-next-button.previous {
        left: unset !important;
        top: unset !important;
        right: 23%;
        bottom: -8%;
    }

    .carausel-testi > .flickity-prev-next-button.next {
        left: unset !important;
        top: unset !important;
        right: 12%;
        bottom: -8%;
        margin-top: unset;
    }

    .unit-warp-caption-arrow {
        left: 26vw;
    }

    .content-news {
        padding-right: 72px !important;
        padding-left: 72px !important;
    }

    .navbar-mobile {
        height: 80px;
    }

    .nav-menu-left {
        margin-top: -7px;
    }

    .nav-menu-middle {
        margin-top: -10px;
    }

    .nav-menu-right {
        margin-top: -10px;
    }

    .location > h1,
    h2,
    h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .location {
        padding-left: 4%;
        padding-right: 65px;
        padding-top: 3%;
        margin-right: 0px;
    }

    .location > p {
        font-size: 16px;
    }

    .section-locations {
        height: 500px;
    }

    .section-location img {
        /* width: 100%; */
        width: 100%;
        height: auto;
        margin-top: 0px;
    }

    .location-menu > a > div {
        top: 430px;
    }

    .location-menu-mini {
        top: 453px;
        right: 0%;
    }

    .section-concept {
        height: 840px;
    }

    .concept > h2 {
        font-size: 33px;
        line-height: 45px;
    }

    .content-concept {
        height: 420px;
    }

    .concept-galery-caption {
        top: 15px;
        padding-left: 5%;
        padding-right: 10%;
        height: 472px;
    }

    .button-unit {
        right: 65px;
        top: 20px;
    }

    .unit-warp-arrow-left {
        margin-left: -15px;
        margin-top: 25px;
    }

    .unit-warp-arrow-right {
        margin-left: -15px;
    }

    .button {
        top: 72% !important;
        left: 9% !important;
    }

    .border-2 {
        left: 19%;
        width: 500px;
        height: 307px;
    }

    .video-testimonial-caption {
        left: 96px;
    }

    .footer-left {
        padding-left: 0px;
    }

    .footer-right {
        padding-right: 0px;
    }

    .footer-center {
        left: -6%;
    }

    .news-list > h2 {
        font-size: 18px;
    }

    .news-card {
        width: 190px !important;
        height: 300px;
    }

    .content-news > a {
        width: 190px;
    }

    .testi > iframe {
        width: 500px;
        height: 325px;
    }

    .content-video > .our-video > iframe {
        width: 500px;
        height: 325px;
    }

    .border-1 {
        left: 19%;
        width: 500px;
        height: 328px;
    }

    .sideright {
        width: 450px !important;
    }

    .content-unit-description {
        padding-right: 11px;
    }

    .unit-warp-caption > h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1180px) {
    .content-news {
        padding-right: 35px;
        padding-left: 20px;
    }

    .content-news-title {
        width: 175px;
    }

    .navbar-mobile {
        height: 80px;
    }

    .nav-menu-left {
        margin-top: -7px;
    }

    .nav-menu-middle {
        margin-top: -10px;
    }

    .nav-menu-right {
        margin-top: -10px;
    }

    .carausel-concepts > .flickity-prev-next-button.previous {
        left: 49%;
    }

    .carausel-concepts > .flickity-prev-next-button.next {
        left: 56%;
    }

    .concept-galery-caption {
        margin: 30px 0px;
    }
    .content-our-galery > .flickity-prev-next-button.next {
        right: 28%;
    }

    .carausel-testi > .flickity-prev-next-button.next {
        right: 20%;
    }

    .content-unit-warp {
        padding: 0px 0px 60px;
    }

    .unit-warp-caption-arrow {
        left: 29vw;
    }
}

@media only screen and (max-width: 600px) {
    .our-galery-caption span {
        font-family: TenorSans !important;
        font-size: 26px !important;
    }

    .our-galery-caption h2 p {
        font-family: Manrope !important;
        font-size: 15px !important;
    }

    .modal-galery-content {
        top: 480px;
        transform: translateY(-50%);
    }

    .body-container {
        max-width: 600px !important;
    }

    .ss-banner-mobile {
        display: block;
    }

    .ss-banner-desk {
        display: none;
    }

    .content-news > a {
        margin-left: unset;
        /* width: unset; */
    }

    .sidemobilenav {
        display: block;
    }

    .desktop {
        display: none;
    }

    .navbar-mobile {
        position: fixed;
        top: 0px;
        width: 100vw;
        height: 70px;
        background: #3b281e;
        display: flex;
        align-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
        overflow: hidden;
    }

    .nav-menu-left {
        position: relative;
        margin-top: -3%;
        width: 20%;
    }

    .nav-menu-middle {
        top: 10%;
        left: 0;
        width: 20%;
        position: relative;
        text-align: center;
    }

    .nav-menu-right {
        position: relative;
        top: 35%;
        margin-right: 10%;
        width: 20%;
        text-align: right;
    }

    ul {
        padding: 0;
    }

    .menus > img {
        width: 110px;
        height: auto;
    }

    .menu-mobile {
        position: absolute;
        top: 2.5rem;
        left: 2.5rem;
    }

    .line-menu-mobile2 {
        position: absolute;
        width: 15px;
        height: 0px;
        left: 0px;
        top: 7px;
        border: 1px solid #ffffff;
    }

    .line-menu-mobile3 {
        position: absolute;
        width: 20px;
        height: 0px;
        left: 0px;
        top: 14px;
        border: 1px solid #ffffff;
    }

    .line-menu-mobile1 {
        position: absolute;
        width: 20px;
        height: 0px;
        left: 0px;
        top: 0px;
        border: 1px solid #ffffff;
    }

    .footer-menu {
        display: none;
    }

    .v-header {
        /* height: 100vh; */
        height: 210px;
        margin-top: 70px;
        display: flex;
        align-items: center;
        columns: #fff;
    }

    .header-overlay {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        /* height: 100vh; */
        height: 210px;
        /* background: #225478; */
        z-index: 1;
        opacity: 0.44;
    }

    .fullscreen-video-area {
        position: absolute;
        /* top: 5%; */
        top: 70px;
        left: 0;
        width: 100%;
        /* height: 100vh; */
        height: 210px;
        overflow: hidden;
    }

    .fullscreen-video-area .fullscreen-video-area-slide iframe {
        /* width: 433%; */
        /* height: 116%; */
        position: absolute;
        top: 0;
        /* left: -150%; */
        width: 100%;
        height: 100%;
        left: 0;
    }

    .fullscreen-video-area .fullscreen-video-area-slide img {
        width: 100%;
        height: 100vh;
        max-width: 100%;
        max-height: 100%;
        margin-top: 0;
    }

    .prev,
    .next {
        z-index: 44;
        cursor: pointer;
        position: relative;
        top: 50%;
        width: auto;
        /* padding: 6px; */
        margin-top: -22px;
        color: #fff;
        font-weight: bold;
        font-size: 11px;
        transition: 0.6s ease;
        border-radius: 3px 3px 3px 3px;
        user-select: none;
    }

    .flickity-button {
        top: 20% !important;
    }

    .flickity-button.next {
        top: 23.5% !important;
    }

    .carousel-cell {
        margin-right: 20px;
    }

    .unit-cell.is-selected > img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 50%;
        object-fit: cover;
        object-position: center bottom;
    }

    .unit-cell > img {
        position: absolute;
        top: 5%;
        width: 100%;
        height: 70%;
        max-height: 65%;
        object-fit: cover;
        object-position: center bottom;
    }

    .slide-np {
        position: absolute;
        right: 10%;
        bottom: 11%;
    }

    .slide-dot {
        z-index: 44;
        position: absolute;
        left: 10%;
        bottom: 10%;
    }

    .ss-dot {
        margin: 2px 4px;
    }

    .slide-line {
        border-top: 0.1rem solid #fff;
        z-index: 9;
        position: relative;
        width: auto;
        padding: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: black;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        top: 12px;
    }

    .header-content {
        position: absolute;
        z-index: 2;
        padding: 15%;
        color: #fff;
        margin: auto;
    }

    .header-content h1 {
        font-family: TenorSans;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .header-content p {
        font-size: 1.5rem;
        display: block;
        padding-bottom: 1rem;
    }

    .desktop {
        display: none;
    }

    .navbar-mobile {
        width: 100vw;
        background: #3b281e;
        height: 70px;
        display: flex;
        align-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .nav-menu-left {
        position: relative;
        margin-top: -3%;
        width: 20%;
    }

    .spin {
        position: absolute;
        top: 194px;
        right: 8.5%;
        animation-name: spin;
        animation-duration: 5000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    .nav-menu-middle {
        top: 10%;
        left: 0;
        width: 20%;
        position: relative;
        text-align: center;
    }

    .nav-menu-right {
        position: relative;
        top: 35%;
        margin-right: 10%;
        width: 20%;
        text-align: right;
    }

    ul {
        padding: 0;
    }

    .menu-mobile {
        position: absolute;
        top: 2.5rem;
        left: 2.5rem;
    }

    .line-menu-mobile2 {
        position: absolute;
        width: 15px;
        height: 0px;
        left: 0px;
        top: 7px;
        border: 1px solid #ffffff;
    }

    .line-menu-mobile3 {
        position: absolute;
        width: 20px;
        height: 0px;
        left: 0px;
        top: 14px;
        border: 1px solid #ffffff;
    }

    .line-menu-mobile1 {
        position: absolute;
        width: 20px;
        height: 0px;
        left: 0px;
        top: 0px;
        border: 1px solid #ffffff;
    }

    a {
        text-decoration: none;
    }

    .modal-banner {
        display: none;
        position: fixed;
        z-index: 99;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        /* overflow: auto; */
        overflow: hidden;
        background: #685b48f3;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .modal-banner-content {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 25%;
        padding: 1%;
        max-width: 80%;
        max-height: 70%;
    }

    .modal-banner-content > img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
    }

    .section-locations {
        position: relative;
        /* height: 90vh; */
        background: #3c3029;
    }

    .section-location img {
        position: relative;
        width: 100%;
        height: 271px;
        object-fit: cover;
        object-position: center bottom;
    }

    .content-location {
        position: relative;
        width: 100%;
        height: 300px;
        padding-left: 20px;
    }

    .location {
        margin-top: 20px;
        display: block;
        text-align: left;
        font-size: 30px;
        position: relative;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5px;
        padding-bottom: 15px;
        width: 100%;
        height: 400px;
        color: #fff;
    }

    .location > h3 {
        margin-top: 10px;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.4;
    }

    .location h1 {
        font-size: 24px !important;
    }

    .location p {
        font-size: 14px !important;
    }

    .location > h3 > b {
        font-weight: 400;
        color: #ccae82;
    }

    .location > p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.5;
        color: #e0e0e0;
    }

    .location-menu-mini {
        z-index: 1;
        position: absolute;
        top: 750px;
        right: 10px;
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto auto auto;
        grid-gap: 5px;
        padding: 5px;
    }

    .location-menu > a > div {
        position: absolute;
        top: 740px;
        left: 12%;
    }

    .circle {
        z-index: 1;
        height: 80px;
        width: 80px;
        font-size: 10px;
        text-align: center;
        padding-top: 20px;
        padding-left: 7px;
        padding-right: 7px;
        background-color: #3c3029;
        border-radius: 50%;
        border: 0.3rem solid #ccae82;
        display: inline-block;
        color: #ccae82;
    }

    .circle-mini {
        height: 45px;
        width: 45px;
        font-size: 10px;
        background-size: contain;
        text-align: center;
        padding-top: 1px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #3c3029;
        border-radius: 50%;
        border: 0.3rem solid #f9f0ec;
        display: inline-block;
        color: #ccae82;
    }

    .center {
        margin: 0;
        position: absolute;
        /* width: 90%; */
    }

    .concept {
        width: 90% !important;
    }

    .concept > h2 {
        text-align: center;
        margin: 0;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: unset;
        color: #3c3029;
    }

    .concept > h3 {
        text-align: center;
        font-weight: 400;
        margin: 0;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: unset;
        color: #3c3029;
    }

    .content-concept {
        position: relative;
        width: 100%;
        height: 300px;
        padding: 10px;
        /* background: #fff; */
    }

    .content-concept-galery {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 10px;
        /* background: #fff; */
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .concept-galery {
        width: 100vw;
        padding: 0 !important;
    }

    .concept-galery > img {
        height: 416px;
        max-height: 416px;
        object-fit: cover;
        object-position: center bottom;
    }

    .concept-galery-caption {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: left;
        top: -25px;
        padding-top: 10%;
        padding-left: 13%;
        padding-right: 10%;
    }

    .concept-galery-caption > span > p {
        font-size: 15px;
        line-height: 27px;
        font-weight: 400;
        font-family: Manrope;
    }

    .concept-galery-caption > span {
        font-size: 12px;
        line-height: 15.6px;
        font-weight: 400;
        font-family: Manrope;
    }

    .concept-galery-caption > h2 {
        font-size: 24px;
        line-height: 28.8px;
        font-weight: 400;
        font-family: TenorSans;
    }

    .carausel-concepts > .flickity-button {
        background-color: #f1f1f1 !important;
        /* display: block; */
    }

    .carausel-concepts > .flickity-prev-next-button.previous {
        left: unset !important;
        right: 24% !important;
        top: 415px !important;
        bottom: 277px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .carausel-concepts > .flickity-prev-next-button.next {
        left: unset !important;
        right: 10% !important;
        top: 415px !important;
        bottom: 277px !important;
        margin-top: unset;
        width: 40px !important;
        height: 40px !important;
    }

    .carausel-concepts > .flickity-prev-next-button.next:hover::after {
        content: url(../img/assets/right-arrow2.svg);
    }
    .carausel-concepts > .flickity-prev-next-button.previous:hover::after {
        content: url(../img/assets/left-arrow2.svg);
    }

    .circle-galery-arrow-right {
        position: absolute;
        top: -45px;
        right: 0;
        left: unset;
        margin-right: 20px;
        height: 60px;
        width: 60px;
        text-align: center;
        background-color: #f9f0ec;
        border-radius: 50%;
        border: 0.1rem solid #ccae82;
        display: inline-block;
        color: #ccae82;
        font-size: 40px;
        text-decoration: none;
    }

    .circle-galery-arrow-left {
        position: absolute;
        top: -45px;
        right: 60px;
        left: unset;
        margin-right: 40px;
        height: 60px;
        width: 60px;
        text-align: center;
        background-color: #f9f0ec;
        border-radius: 50%;
        border: 0.1rem solid #ccae82;
        display: inline-block;
        color: #ccae82;
        font-size: 40px;
        text-decoration: none;
    }

    .unitg-left {
        position: absolute;
        top: 0;
        margin-top: 24px;
        right: 61px;
    }

    .unitg-right {
        position: absolute;
        margin-top: 24px;
        top: 0;
        right: 12px;
    }

    .unitg-arrow-right {
        z-index: 1;
        height: 40px;
        width: 40px;
        text-align: center;
        background-color: #3c302900;
        border-radius: 50%;
        border: 0.1rem solid #ccae82;
        display: inline-block;
        color: #ccae82;
        font-size: 40px;
        text-decoration: none;
    }

    .unitg-arrow-left {
        z-index: 1;
        height: 40px;
        width: 40px;
        text-align: center;
        background-color: #3c302900;
        border-radius: 50%;
        border: 0.1rem solid #ccae82;
        display: inline-block;
        color: #ccae82;
        font-size: 40px;
        text-decoration: none;
    }

    .unitg-arrow-right:after {
        content: url(../img/assets/right-arrow.svg);
        top: -20px;
    }

    .unitg-arrow-left:after {
        content: url(../img/assets/left-arrow.svg);
        top: -20px;
    }

    .unit-warp-arrow-left,
    .unit-warp-arrow-right {
        top: 40px;
        height: 50px;
        width: 50px;
    }

    .unit-warp-arrow-left::after {
        top: -14px;
    }

    .unit-warp-arrow-right::after {
        top: -15px;
    }

    .our-galery-arrow-left,
    .our-galery-arrow-right {
        margin-right: 10px;
        height: 40px;
        width: 40px;
    }

    .our-galery-arrow-right:after,
    .our-galery-arrow-left:after {
        top: -20px;
    }

    .content-video {
        height: 310px;
        margin-bottom: 35px;
    }

    .border-1 {
        position: absolute;
        width: 275px;
        height: 185px;
        top: 35%;
        left: 83px;
        border: #ccae82 solid 1px;
    }

    .our-video > h2 {
        font-size: 18px;
        color: #ccae82;
        margin: 11px 0px;
        line-height: 3;
        letter-spacing: 2px;
    }

    .content-video > .our-video > iframe {
        width: 300px;
        height: 200px;
        position: relative;
        z-index: 2;
    }

    .content-unit {
        height: 80px;
        padding-left: 20px;
    }

    .units {
        /* height: 980px; */
    }

    .our-unit > h2 {
        margin-left: 5%;
        text-align: left;
        font-size: 28px;
        color: #ccae82;
        line-height: 0;
        letter-spacing: 2px;
    }

    .unit-galery img,
    .unit-galery-active img {
        display: none;
        height: 70px;
        opacity: 0.8;
        cursor: pointer;
        opacity: 0.2;
    }

    .unit-galery div,
    .unit-galery-active div {
        /* height: 70px; */
        cursor: pointer;
    }

    .selected div {
        /* height: 70px; */
        cursor: pointer;
    }

    .content-unit-warp {
        display: grid;
        grid-template-columns: auto;
        position: relative;
        width: 100%;
        height: auto;
        top: -14px;
        background: #3a2d26;
    }

    .content-unit-description p,
    .content-unit-description p span {
        font-size: 15px;
        font-style: normal;
        line-height: 28px;
        color: #ccae82;
    }

    .unit-galery-mobile {
        display: grid;
        margin-left: -10px;
        grid-template-columns: auto auto;
        position: relative;
        color: #ccae82;
        align-content: space-evenly;
        justify-content: space-evenly;
        padding: 10px;
        background: #3a2d26;
    }

    .selected .unit-galery-mobile {
        color: rgba(204, 174, 130, 1);
    }

    .unit-galery-mobile {
        color: rgba(204, 174, 130, 0.5);
    }

    .u-type {
        width: 50px;
        /* margin-left: 35px; */
        line-height: 1;
        margin-top: 7px;
    }

    .u-type span {
        font-size: 10px;
        font-family: TenorSans;
    }

    .u-value {
        padding-right: 10px;
        margin-top: 0px;
        border-right: #ccae82 solid 2px;
        width: 60px;
    }

    .unit-galery-mobile > div > h2 {
        margin: 0;
        margin-left: -10px;
        font-size: 32px;
    }

    .unit-galery-row {
        height: 70px;
        padding-right: 10px;
        padding-left: 50px;
        top: -8px;
    }

    .unit-warp {
        position: relative;
        margin-top: 15px;
        width: 100%;
        height: 447px;
        padding: 0 !important;
    }

    .unit-warp-caption-arrow {
        top: 359px;
    }

    .unit-warp-caption {
        /* padding-top: 70px; */
        padding-right: 6%;
        height: 600px;
        padding-left: 14%;
    }

    .unit-warp-caption > h2 {
        margin-top: 40px;
        font-size: 20px;
    }

    .content-unit-warp-info {
        margin-top: -15px;
    }

    .content-unit-warp-info div > h3 {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .content-unit-warp-info div > p {
        font-size: 12px;
        letter-spacing: 1px;
        font-family: TenorSans;
        padding-left: 10px;
    }

    .content-unit-warp-info div {
        display: flex;
    }

    .unit-warp > img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        object-position: center bottom;
    }

    .unit-warp-caption-arrow {
        position: absolute;
        width: 100%;
        top: 328px;
        left: 50%;
        text-align: left;
    }

    .content-unit-warp {
        height: 1000px;
    }

    .clear {
        display: none;
    }

    .content-unit-warp-info-details {
        display: grid;
        grid-template-columns: auto auto auto auto;
        position: relative;
        width: 20%;
        height: auto;
        /* margin-top: 10px; */
    }

    .content-unit-warp-info-details > div {
        display: none;
    }

    .info-detail-mobile {
        display: block !important;
    }

    .info-detail-mobile .spec-title {
        font-size: 12px;
        font-family: "TenorSans";
    }

    .content-unit-warp-info-detail {
        grid-template-columns: auto;
        width: auto;
        font-family: TenorSans !important;
        color: #ccae82;
    }

    .content-unit-warp-info-detail > div {
        padding: 0;
    }

    .content-unit-warp-info-detail > div > span {
        font-size: 24px;
        position: absolute;
        left: 38px;
        top: 9px;
        font-family: "TenorSans";
    }

    .content-unit-warp-info-detail div > img {
        /* width: 100%; */
    }

    .content-unit-mobile {
        display: flex;
        flex-direction: column;
    }

    .content-unit-mobile-1 {
        order: 2;
    }

    .content-unit-mobile-2 {
        width: 100%;
        order: 1;
    }

    .button-unit {
        position: absolute;
        text-align: center;
        left: 28%;
        right: 28%;
        top: unset;
        bottom: 5%;
        margin: auto;
        border: 1px solid #ccae82;
    }

    .content-our-galery-top {
        margin-top: 50px;
        position: relative;
        padding-top: 5%;
        height: 135px;
        width: 100%;
        /* background: #fff; */
    }

    .our-galery-title {
        position: absolute;
        left: 0;
        width: 100%;
        padding-left: 7%;
    }

    .our-galery-title > span {
        color: #3c3029;
        margin-left: 30px;
        text-align: left;
        font-size: 14px;
        line-height: 18.2px;
    }

    .our-galery-title > h2 {
        color: #3c3029;
        margin: 0px;
        margin-left: 30px;
        text-align: left;
        font-size: 28px;
        line-height: 33.6px;
    }

    .desk {
        display: none !important;
    }

    .mobile {
        display: block;
        position: absolute;
        top: 190px;
        left: 70%;
        width: 100%;
    }

    .content-our-galery-slide > img {
        height: 200px;
    }

    .content-our-galery-slide-off > img {
        height: 200px;
    }

    .content-our-galery {
        background: #f9f0ec;
        height: unset;
    }

    .content-our-galery > .flickity-prev-next-button.previous {
        left: unset !important;
        right: 20%;
        top: 237px !important;
        /* bottom: 180px; */
    }

    .content-our-galery > .flickity-prev-next-button.next {
        left: unset !important;
        right: 8%;
        top: 237px !important;
        /* bottom: 180px; */
    }

    .content-our-galery > .flickity-prev-next-button.next::after {
        content: url(../img/assets/right-arrow.svg);
    }

    .content-our-galery > .flickity-prev-next-button.next:hover::after {
        content: url(../img/assets/arrow_right_light_mobile.svg);
    }

    .content-our-galery > .flickity-prev-next-button.previous::after {
        content: url(../img/assets/left-arrow.svg);
    }

    .content-our-galery > .flickity-prev-next-button.previous:hover::after {
        content: url(../img/assets/arrow_left_light_mobile.svg);
    }

    .modal-galery-content > .flickity-page-dots {
        display: block;
        bottom: 30%;
    }

    .modgalery > img {
        height: 233px;
        width: 100%;
        max-width: 100%;
    }

    /* .modal-galery-content>.flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    background: #CCAE82;
  } */

    .modal-galery-content > .flickity-button {
        display: none !important;
    }

    .modal-unit-content {
        top: 5%;
    }

    .carousel-cell {
        width: 80%;
    }

    .modal-unit-content > div > div > div > .carousel-cell {
        /* top: 20%; */
    }

    .modal-unit-content > div > .flickity-page-dots {
        display: block;
        bottom: 40px;
    }

    /* .modal-unit-content>div>.flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    background: #CCAE82;
  } */

    .dot {
        width: 1px !important;
        height: 1px !important;
        padding: 3px;
        background: #f9f0ec !important;
    }

    .modal-unit-content > div > .flickity-button {
        display: none !important;
    }

    .content-our-galery-slide > .our-galery-caption {
        display: none;
    }

    .content-our-galery-slide.is-selected > .our-galery-caption {
        display: block;
    }

    .our-galery-caption {
        margin-top: 15%;
        /* background: #fff; */
        z-index: 8;
        position: relative;
        padding-left: 10%;
        bottom: 10%;
        color: #352923;
    }

    .our-galery-caption > span {
        font-family: TenorSans;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.005em;
        text-align: left;
    }

    .our-galery-caption > p {
        font-family: Manrope;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        letter-spacing: 0.15em;
        text-align: left;
    }

    .our-galery-caption > h2,
    .our-galery-caption > h2 p,
    .our-galery-caption > h2 p span {
        display: block;
        font-family: "Manrope";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-align: left;
    }

    .content-news {
        padding: 5px 15% 100px;
        grid-template-columns: auto;
    }

    .news-card {
        width: 90% !important;
        height: 400px;
        margin-right: 0;
        left: 5%;
        margin-bottom: 10px;
    }

    .news-card > h3 {
        font-family: TenorSans;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: -0.005em;
        text-align: left;
        color: #f9f0ec;
    }

    .news-card > span {
        font-family: Manrope;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        letter-spacing: 0.15em;
        text-align: left;
    }

    .news-card > p {
        font-family: Manrope;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.005em;
        text-align: left;
        color: #f9f0ec;
    }

    .content-news-title {
        height: 100px;
    }

    .content-news > .content-news-title > div > h2 {
        margin-top: 10px;
        /* width: 80%; */
        font-size: 26px;
        margin-left: 10px;
        transform: unset;
        line-height: 34px;
    }

    .button {
        display: none;
    }

    .button.btn-mobile {
        margin: auto;
        left: unset;
        text-align: center;
        display: block;
        width: 150px;
        top: 30px;
    }

    .button.btn-mobile > a {
        color: #ccae82;
    }

    .content-video-testimonial {
        height: 400px;
    }

    .content-video-testimonial {
        /* border-top: #F9F0EC solid 0.1px; */
    }

    .border-2 {
        top: 23%;
        width: 70vw;
        height: 190px;
        left: 63px;
    }

    .testi > iframe {
        width: 318px;
        height: 200px;
    }

    .video-testimonial-caption {
        left: unset;
    }

    .video-testimonial {
        position: relative !important;
    }

    .video-testimonial > h2 {
        font-size: 20px;
    }

    .caption-right {
        margin-right: -50%;
    }

    .caption-left {
        margin-left: 11px;
        width: 215px;
    }

    .caption-left > h3 {
        font-size: 16px;
    }

    .caption-left > p {
        font-size: 10px;
    }

    .carausel-testi > .flickity-prev-next-button.previous {
        left: unset !important;
        top: unset !important;
        right: 18%;
        bottom: 2%;
    }

    .carausel-testi > .flickity-prev-next-button.previous::after {
        content: url(../img/assets/left-arrow.svg);
    }

    .carausel-testi > .flickity-prev-next-button.previous:hover::after {
        content: url(../img/assets/arrow_left_light_mobile.svg);
    }

    .carausel-testi > .flickity-prev-next-button.next {
        left: unset !important;
        top: unset !important;
        right: 5%;
        bottom: 2%;
    }

    .carausel-testi > .flickity-prev-next-button.next::after {
        content: url(../img/assets/right-arrow.svg);
    }

    .carausel-testi > .flickity-prev-next-button.next:hover::after {
        content: url(../img/assets/arrow_right_light_mobile.svg);
    }

    .carausel-testi .flickity-viewport {
        height: 332px !important;
    }

    .flickity-button {
        height: 40px !important;
        width: 40px !important;
        text-align: center !important;
        background-color: #3c302900 !important;
        border-radius: 50% !important;
        border: 0.1rem solid #ccae82 !important;
        display: inline-block !important;
        color: #ccae82 !important;
        font-size: 20px !important;
        text-decoration: none !important;
    }

    .flickity-prev-next-button.previous::after {
        content: url(../img/assets/left-arrow2.svg);
        font-weight: 100;
        height: 1px;
        top: -1px;
        position: relative;
    }

    @supports (-webkit-touch-callout: none) {
        .flickity-prev-next-button.previous::after {
            right: 7px !important;
        }

        .flickity-button {
            font-size: 18px !important;
        }
    }

    .flickity-prev-next-button.next::after {
        content: url(../img/assets/right-arrow2.svg);
        font-weight: 100;
        height: 1px;
        top: -10px;
        right: 5px;
        position: relative;
    }

    .testimonial-arrow-right {
        position: relative;
        margin-top: 10px;
        margin-right: 10px;
        height: 40px;
        width: 40px;
        text-align: center;
        background-color: #3c302900;
        border-radius: 50%;
        border: 0.1rem solid #ccae82;
        display: inline-block;
        color: #ccae82;
        font-size: 40px;
        text-decoration: none;
    }

    .testimonial-arrow-right:after {
        content: url(../img/assets/right-arrow.svg);
        font-weight: 100;
        height: 1px;
        top: -18px;
        position: relative;
    }

    .testimonial-arrow-left {
        position: relative;
        margin-top: 10px;
        margin-right: 10px;
        height: 40px;
        width: 40px;
        text-align: center;
        background-color: #3c302900;
        border-radius: 50%;
        border: 0.1rem solid #ccae82;
        display: inline-block;
        color: #ccae82;
        font-size: 40px;
        text-decoration: none;
    }

    .testimonial-arrow-left:after {
        content: url(../img/assets/left-arrow.svg);
        font-weight: 100;
        height: 1px;
        top: -18px;
        position: relative;
    }

    .footer-desk {
        display: none;
    }

    .footer-mobile {
        display: block;
        background: #3c3029;
        color: #ccae82;
        position: relative;
        padding-left: 25px;
    }

    .footer-mobile > h3 {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .footer-mobile > p {
        color: #ccae82;
        margin: 0;
        font-size: 11px;
        line-height: 2;
        letter-spacing: 1px;
    }

    .footer-mobile > img {
        max-width: 100px;
        max-height: 30px;
        margin-bottom: 41px;
        margin-top: 46px;
    }

    .footer-mobile input {
        border: none;
        background: transparent;
        border-bottom: #ccae82 solid 1px;
        outline: none;
        height: 30px;
        width: 85%;
        color: #ccae82;
        margin-bottom: 10px;
    }

    .form-mobile {
        position: relative;
    }

    .footer-mobile button:after {
        content: url(../img/assets/right-arrow.svg);
        font-weight: 100;
        color: #ccae82;
        height: 1px;
        font-size: 40px;
        top: 4px;
        right: 25px;
        position: relative;
    }

    .footer-mobile button {
        width: 0px;
        height: 0px;
        background: transparent;
        border: transparent;
        cursor: pointer;
    }

    .footer-left {
        margin-top: 30px;
        padding-left: unset;
    }

    .footer-center {
        position: relative;
        margin-top: 20%;
        margin-bottom: 20%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .footer-center > img {
        max-width: 50%;
        max-height: 50px;
    }

    .footer-center > span {
        font-size: 10px;
    }

    .news-list {
        padding-top: 30%;
    }

    .news-list h2 {
        margin-left: 25px;
    }

    .lodmore-line {
        padding: 24px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sidemobilenav {
        height: 100vh;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: #3c3029;
        overflow-x: hidden;
        overflow-y: hidden;
        /* transition: 0.8s; */
        padding-top: 60px;
    }

    .mobile-menu {
        position: absolute;
        top: 200px;
    }

    .mobile-menu-bottom {
        position: absolute;
        padding: 8px 8px 32px 32px;
        bottom: 0px;
        color: #ccae82;
        opacity: 0.6;
    }

    .mobile-menu-bottom > a {
        color: #ccae82;
        text-decoration: none;
    }

    .mobile-menu a {
        padding: 20px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #ccae82;
        display: block;
        transition: 0.3s;
    }

    .sidemobilenav a:hover {
        color: #f1f1f1;
    }

    .logo-banner-nav {
        position: absolute;
        top: 40px;
        left: 32px;
    }

    .logo-banner-nav img {
        max-height: 50px;
        max-width: 80px;
    }

    .close-banner-nav {
        cursor: pointer;
        position: absolute;
        top: 35px;
        right: 20px;
        height: 25px;
        width: 25px;
        text-align: center;
        background-color: #3a2d26;
        border-radius: 50%;
        border: 0.1rem solid rgba(204, 174, 130, 0.5);
        display: inline-block;
        color: rgba(204, 174, 130, 0.5);
        font-size: 19px;
        font-weight: bold;
    }

    .close-banner-nav:after {
        content: "\00d7";
        font-weight: 100;
        top: -3px;
        right: 0px;
        position: relative;
    }

    .newsd {
        padding-top: 90px;
    }

    .close-newsd {
        top: 2%;
        right: 1%;
        position: fixed;
    }

    .newsd-content {
        padding-right: 0;
        padding-left: 0;
    }

    .newsd-content > img {
        width: 100%;
        height: auto;
    }

    .title,
    .newsd-article {
        padding-right: 10%;
        padding-left: 10%;
    }

    .center.newsd-related {
        position: relative;
    }

    .center.newsd-related > h2 {
        font-size: 28px;
    }

    .news-list-related {
        padding-top: 0;
    }

    .sideright {
        display: none;
    }

    .sidemobilebtm {
        position: fixed;
        z-index: 89;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        /* display: inline-flex; */
        width: 90%;
        /* height: 75px; */

        /* justify-content: space-around; */
        /* flex-wrap: wrap; */
        /* flex-direction: row; */
        /* align-content: flex-end; */
        /* align-items: flex-end; */
        background: #ccae82;
        text-align: center;
        font-size: 16px;
        /* align-items: center; */
        /* overflow-y: hidden; */
        /* overflow-x: hidden; */
    }

    .sidemobilebtm .btn-link-b {
        position: relative;
        width: calc(100% - 65px);
        padding: 14px 0px;
    }

    .sidemobilebtm .btn-wa-b {
        width: 65px;
        padding: 8px 0px;
        border-left: solid 2px #3a2d26;
    }

    .sidemobilebtm > a {
        text-decoration: none;
    }

    .getup-btm {
        width: 90px;
        background: #3a2d26;
        color: #ccae82;
        padding: 3px 0px;
        /* padding: 14px 6px; */
        /* padding-left: 5px; */
        /* padding-right: 5px; */
        border: solid 2px #ccae82;
        font-size: 16px;
        position: absolute;
        left: 0;
        display: block;
        height: 100%;
        top: 0;
        padding: 13px 0px;
    }

    .downloadb-btm {
        width: 60%;
        margin: 0px;
        padding: 0px;
        /* padding-left: 15px; */
        /* padding-right: 5px; */
        font-size: 14px;
    }

    .downloadb-btm-img {
        /* border-left: solid 2px #3a2d26; */
        /* width: 15%; */
        /* padding: 10px 10px; */
        bottom: -2px;
        position: relative;
    }

    .sidedownloadb {
        height: 0;
        width: 100%;
        bottom: 0;
        top: unset;
        right: unset;
        padding-top: 0;
    }

    .sidemobilebtm > a:hover .icon-wa,
    .sidemobilebtm > a:hover {
        color: #f1f1f1;
        fill: #f1f1f1;
    }

    .c-desk {
        display: none;
    }

    .c-mob {
        display: block;
    }

    .sidedownloadb-button {
        position: absolute;
        left: 37%;
    }

    .icon-wa {
        offset-rotate: auto;
        transform: unset;
        width: 34px;
        height: 30px;
    }

    .modunits-active {
        position: absolute;
        margin-top: -2%;
        left: 30px;
        width: 85%;
    }

    .modunits-left {
        position: absolute;
        left: -120px;
        width: 100px;
        height: auto;
        margin-top: 25px;
    }

    .modunits-right {
        position: absolute;
        right: -30px;
        width: 50px;
        height: auto;
        margin-top: 25px;
    }

    .modunit-left {
        position: absolute;
        margin-top: 80px;
        left: 2%;
    }

    .modunit-right {
        position: absolute;
        margin-top: 80px;
        right: 2%;
    }

    .modunit-caption {
        color: #fff;
        position: absolute;
        margin-left: 1%;
        margin-top: 1%;
        width: 100%;
        top: 320px;
    }

    .modunit-caption h2 {
        color: #f9f0ec;
        font-family: TenorSans;
        font-size: 21px;
    }

    .modunit-caption p {
        color: #f9f0ec;
        font-family: Manrope;
        font-size: 13px;
    }

    .modunits-active > img {
        max-width: 100%;
        width: 100%;
        max-height: 240px;
        height: 240px;
    }

    .modunits-left > img {
        max-width: 140px;
        width: 140px;
        max-height: 170px;
        height: 170px;
        object-fit: cover;
    }

    .modunits-right > img {
        max-width: 140px;
        width: 140px;
        max-height: 170px;
        height: 170px;
        object-fit: cover;
    }

    .modgalery {
        position: absolute;
        width: 100%;
        top: -40px;
    }

    .modgalery.is-selected {
        left: 0 !important;
    }

    .modgalery-caption {
        position: absolute;
        width: 100%;
        padding: 10%;
    }

    .modgalery-caption h2,
    .modgalery-caption h2 p,
    .modgalery-caption h2 p span {
        display: block;
        font-family: "Manrope";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        text-align: left;
    }

    .modgalery-caption span {
        color: #f9f0ec;
        font-family: TenorSans;
        font-size: 21px;
    }

    .modgalery-left {
        position: absolute;
        margin-top: 150px;
        left: 2%;
    }

    .modgalery-right {
        position: absolute;
        margin-top: 150px;
        right: 2%;
    }
}

@media only screen and (max-width: 500px) {
    .nav-menu-left {
        margin-left: 0px;
    }

    .content-location {
        padding-left: 0px;
    }

    .concept-galery-caption {
        padding-left: 10%;
    }

    .content-unit {
        padding-left: 0px;
    }

    .unit-galery-row {
        padding-left: 25px;
    }

    .our-galery-title {
        padding-left: 0px;
        margin-top: 35px;
    }

    .unit-warp-caption {
        padding: 0px 30px;
    }

    .our-galery-caption {
        font-size: 12px;
        padding: 0px 10px;
    }

    .our-galery-caption > p {
        font-size: 12px;
    }

    .content-our-galery .flickity-viewport {
        height: 500px !important;
    }

    .circle {
        z-index: 1;
        height: 80px;
        width: 80px;
        font-size: 10px;
        text-align: center;
        /* padding-top: 12px; */
        padding-left: 5px;
        padding-right: 5px;
        background-color: #3c3029;
        border-radius: 50%;
        border: 0.3rem solid #ccae82;
        display: inline-block;
        color: #ccae82;
    }

    .circle-mini {
        height: 40px;
        width: 40px;
        font-size: 13px;
        background-size: contain;
        text-align: center;
        padding-top: 2px;
        padding-left: 2px;
        padding-right: 2px;
        background-color: #3c3029;
        border-radius: 50%;
        border: 2px solid #f9f0ec;
        display: inline-block;
        color: #ccae82;
    }

    .minutes {
        font-size: 6px;
        display: block;
    }

    .border-1 {
        left: 91px;
    }

    .border-2 {
        width: 310px;
        height: 187px;
    }

    .unit-warp-caption-arrow {
        top: 378px;
    }

    .unit-warp-arrow-right {
        margin-left: 5px;
    }

    .location > p {
        height: 200px;
    }
}

@media only screen and (max-width: 422px) {
    .unit-warp-caption-arrow {
        top: 378px;
    }

    .nav-menu-middle {
        padding: 10px 0px;
    }

    .menus > img {
        width: 90px;
    }

    .nav-menu-right {
        padding: 10px 0px;
    }

    .unit-warp-arrow-left {
        margin-left: 49px;
        margin-right: -2px;
    }

    .unit-warp-arrow-left,
    .unit-warp-arrow-right {
        top: 99px;
        height: 50px;
        width: 50px;
    }
}

@media only screen and (max-width: 428px) {
    .unit-warp-caption-arrow {
        top: 313px;
    }

    .nav-menu-middle {
        padding: 10px 0px;
    }

    .menus > img {
        width: 90px;
    }

    .nav-menu-right {
        padding: 10px 0px;
    }

    .unit-warp-arrow-left {
        margin-left: 49px;
        margin-right: -2px;
    }

    .section-locations {
        height: 776px;
    }

    .section-concept {
        height: auto;
    }

    .content-news {
        padding: 0px 0px 50px !important;
    }

    .content-news-title {
        width: 335px;
    }

    .content-news > a {
        width: 325px;
    }

    .button {
        left: 1% !important;
    }

    .content-our-galery > .flickity-prev-next-button.previous {
        right: 24%;
    }

    .our-galery-caption {
        margin-top: 70px;
    }

    .carausel-testi > .flickity-prev-next-button.next {
        right: 5% !important;
    }

    .unit-warp-arrow-left,
    .unit-warp-arrow-right {
        top: 99px;
        height: 50px;
        width: 50px;
    }
}

@media only screen and (max-width: 400px) {
    .modal-banner-content {
        top: 23%;
    }

    .modal-galery-content {
        top: 120px;
        transform: none;
    }

    .carausel-testi > .flickity-prev-next-button.next {
        right: -7px !important;
        bottom: 11px;
    }

    .carausel-testi > .flickity-prev-next-button.previous {
        right: 38px;
        bottom: 11px;
    }

    .nav-menu-left {
        margin-left: 0px;
    }

    .content-location {
        padding-left: 0px;
    }

    .concept-galery-caption {
        padding-left: 10%;
    }

    .content-unit {
        padding-left: 0px;
    }

    .unit-galery-row {
        padding-left: 25px;
    }

    .our-galery-title {
        padding-left: 0px;
    }

    .unit-warp-caption {
        padding: 0px 30px;
    }

    .our-galery-caption {
        font-size: 12px;
        padding: 0px 10px;
    }

    .our-galery-caption > p {
        font-size: 12px;
    }

    .content-our-galery .flickity-viewport {
        height: 500px !important;
    }

    .footer-mobile {
        padding-left: 16px;
    }

    .location-menu-mini {
        z-index: 1;
        position: absolute;
        /* top: 81vh; */
        right: 0;
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto auto auto;
        grid-gap: 5px;
        padding: 9px 0px;
    }

    .location-menu > a > div {
        position: absolute;
        /* top: 79vh; */
        left: 10%;
    }

    .circle {
        z-index: 1;
        height: 80px;
        width: 80px;
        font-size: 10px;
        text-align: center;
        /* padding-top: 12px; */
        padding-left: 5px;
        padding-right: 5px;
        background-color: #3c3029;
        border-radius: 50%;
        border: 0.3rem solid #ccae82;
        display: inline-block;
        color: #ccae82;
    }

    .circle-mini {
        height: 40px;
        width: 40px;
        font-size: 13px;
        background-size: contain;
        text-align: center;
        padding-top: 2px;
        padding-left: 2px;
        padding-right: 2px;
        background-color: #3c3029;
        border-radius: 50%;
        border: 2px solid #f9f0ec;
        display: inline-block;
        color: #ccae82;
    }

    .minutes {
        font-size: 6px;
        display: block;
    }

    .unit-warp-caption-arrow {
        top: 313px;
    }

    .downloadb-btm {
        font-size: 13px;
    }

    .mobile {
        top: 178px;
    }

    .caption-left {
        margin-left: -4px;
    }

    .testi > iframe {
        width: 314px;
    }

    .border-2 {
        width: 288px;
    }

    .border-1 {
        left: 76px;
        height: 189px;
    }
}

@media only screen and (max-width: 360px) {
    .modal-galery-content {
        top: 150px;
        transform: none;
    }

    .unit-warp-caption-arrow {
        top: 376px;
    }

    .border-1 {
        left: 66px;
    }

    .content-unit-warp-info div > p {
        padding-left: 5px;
    }

    .content-our-galery > .flickity-prev-next-button.next {
        bottom: 175px;
    }

    .content-our-galery > .flickity-prev-next-button.previous {
        bottom: 175px;
    }

    .modal-banner-content {
        left: 11%;
        top: 20%;
    }

    .icon-wa {
        width: 29px;
        height: 25px;
        margin-top: 6px;
    }

    .border-2 {
        top: 22%;
        left: 48px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}
