@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Regular.eot');
    src: url('../fonts/SFProText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFProText-Regular.woff') format('woff'),
        url('../fonts/SFProText-Regular.ttf') format('truetype'),
        url('../fonts/SFProText-Regular.svg#SFProText-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Medium.eot');
    src: url('../fonts/SFProText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFProText-Medium.woff') format('woff'),
        url('../fonts/SFProText-Medium.ttf') format('truetype'),
        url('../fonts/SFProText-Medium.svg#SFProText-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 0px;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.t-h1, .t-h2, .t-h3, .t-h4, .t-h5, .t-h6{
  font-family: 'SF Pro Display', sans-serif;
}

a{
    color: var(--clrlink);
}
a:hover, a:focus{
    text-decoration: none;
    color: var(--clrlinkHover);
    outline: none;
}
.text-underline{
    text-decoration: underline !important;
}
.btn{
    font-weight: 500;
    font-family: 'SF Pro Display', sans-serif;
    border-radius: 8px;
    font-size: 20px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn:hover, .btn:focus{
    outline: none;
    box-shadow: none;
}
.t-h1, h1{
    font-size: var(--fs48);
}
.t-h2, h2{
    font-size: var(--fs40);
}
.t-h3, h3{
    font-size: var(--fs30);
}
.t-h4, h4{
    font-size: var(--fs26);
}
.t-h5, h5{
    font-size: var(--fs22);
}
.t-h6, h6{
    font-size: var(--fs18);
}
.section h2{
    margin-bottom: 30px;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 600 !important;
}
.title-link {
    float: right;
    font-size: 16px;
    vertical-align: ;
    margin-top: 20px;
}

.form-control {
    background: var(--white);
    border-color: var(--white60);
    border-radius: var(--bradius8);
    font-size: 16px;
    height: 52px;
}
.form-control::placeholder {
    color: var(--bl40);
    opacity: 1;
}
select.form-control{
    height: 56px !important;
}
.form-control:hover, .form-control:focus{
    outline: none;
    box-shadow: var(--shadow-sm);
}
textarea.form-control{
    height: auto;
    min-height: 62px;
}
.btn-sm{
    font-size: 16px;
    padding: 10px;
}
.btn-md{
    font-size: 20px;
    padding: 12px 25px;
}
.btn-lg{
    font-size: 20px;
    padding: 12px 30px;
}
.sf-text{
  font-family: 'SF Pro Text', sans-serif;
}
.text-success{
    color: var(--green) !important;
}
.fs-12{
    font-size: var(--fs12);
}
.fs-13{
    font-size: var(--fs13);
}
.fs-14{
    font-size: var(--fs14) !important;
}
.fs-18{
    font-size: var(--fs18);
}
.fs-20{
    font-size: var(--fs20);
}
.fs-22{
    font-size: var(--fs22);
}
.fs-24{
    font-size: var(--fs24);
}
.fs-xl{
    font-size: 58px;
    line-height: 1;
}
.img-gray{
    filter: grayscale(1);
}
.section {
    padding: 60px 0px;
    width: 100%;
    position: relative;
}

.lh-1 {
    line-height: 1.2;
}
.br8{
    border-radius: var(--bradius8);
}
.br12{
    border-radius: var(--bradius12);
}
.br16{
    border-radius: var(--bradius16);
}
.modal-content{
    border-radius: var(--bradius16);
}
.modal-backdrop.show {
    opacity: .9;
}
.modal-xl{
    max-width:1000px;
}
.nav-link{
    cursor: pointer;
}

/*Header Style*/
.header .header-btns{
    display: flex;
}
.header-btns .btn {
    font-size: 20px;
    padding: 9px;
    width: 46px;
    height: 46px;
}
.btn-wapp{
    background: var(--green);
    color: var(--white);
}
.btn-wapp:hover, .btn-wapp:focus{
    color: var(--white);
}
.btn-wapp .icon-whatsapp{
    font-size: 25px;
    vertical-align: -4px;
}
.header-btns .btn-wapp .icon-whatsapp {
    vertical-align: 0;
}
.no-shadow{
    box-shadow: none !important;
}
.has-shadow{
    box-shadow: var(--shadow-sm);
    -webkit-box-shadow: var(--shadow-sm);
}
.hero-img{
    max-height: 600px;
    object-fit: cover;
    object-position: center 80%;
    min-height: 600px;
}
.sub-hero{
    min-height: 260px;
    object-fit: cover;
}
.card{
    border-radius: 16px;
}
.card-header:first-child{
    border-radius: 16px 16px 0 0;
}

.overlay-mc{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f252a+0,000000+50,181818+100&0+0,0.75+50,1+100 */
    background: linear-gradient(to bottom,  rgba(31,37,42,0) 0%,rgba(0,0,0,0.75) 50%,rgba(24,24,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    width: 100%;
    padding: 50px 0 50px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: auto;
    position: absolute;
    z-index: 2;
    bottom:0;
    left: 0;
    right: 0;
    color: var(--white);
    top: 0;
}
.overlay-mc h2 {
   font-weight: 500;
   font-size: 48px;
   margin: 0;
}
.overlay-mc h6 {
   font-family: 'SF Pro Text';
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   text-transform: uppercase;
}
.overlay-sc{
    width: 100%;
    padding: 50px 0 50px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: auto;
    position: absolute;
    z-index: 2;
    bottom:0;
    height: 100%;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+2,2989d8+50,ffffff+96&1+0,0+50,1+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+2,ffffff+16,ffffff+50,ffffff+80,ffffff+100&1+0,0.6+14,0+50,0.6+74,1+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+2,ffffff+19,ffffff+50,ffffff+79,ffffff+100&1+0,0.6+17,0.2+50,0.6+81,1+99 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 2%,rgba(255,255,255,0.6) 17%,rgba(255,255,255,0.58) 19%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.57) 79%,rgba(255,255,255,0.6) 81%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#faqTabs{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
}
#faqTabs .nav-link{
    white-space: nowrap;
}
.tabs-rounded.nav-tabs{
    border-bottom: none;
}
.tabs-rounded.nav-tabs .nav-link {
    background: var(--ohblk1);
    color: var(--white);
    border: 2px solid var(--blk120);
    padding: 10px 30px;
    display: inline-block;
    min-width: 75px;
    border-radius: var(--bradius8);
    margin-right: 10px;
}
.tabs-solid{
    box-shadow: var(--shadow-sm);
    padding: 4px;
    border-radius: var(--bradius8);
    border:none;
}
.tabs-solid .nav-item{
    position: relative;
}
.tabs-solid .nav-link {
    border-radius: 8px;
    min-width: 100px;
    text-align: center;
    padding: 7px 20px;
}
.tabs-solid .nav-item:before{
    position: absolute;
    content: '';
    left: -5px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    height: 34px;
    top: 3px;
}
.tabs-solid .nav-item:first-child:before{
    content: none;
}
.tab-content{
    clear: both;
}
.accordion-faq {
    display: flex;
    flex-wrap: wrap;
}
.accordion-faq .card{
    width: 100%;
    padding: 20px 0;
    border:0;
    border-radius: 0;
}
.accordion-faq .card-header{
    background: transparent;
    border: none;
}
.accordion-faq .card-header span{
    letter-spacing: 0;
    cursor: pointer;
    padding: 10px 25px 10px 0;
    position: relative;
    display: block;
}
.accordion-faq .card-header span:after {
    position: absolute;
    font-family: icomoon;
    font-weight: 100;
    right: 0;
    content: '\e915';
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    transition: 0.3s ease;
    top: 10px;
    transform: rotate(-45deg);
    border-radius: 24px;
    font-size: 13px;
    padding: 1px 4px;
}
.accordion-faq .card-header span.collapsed:after{
    transition: 0.3s ease;
    transform: rotate(-0deg);
}
.custom-check [type="checkbox"]:checked,
.custom-check [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-check [type="checkbox"]:checked + label,
.custom-check [type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
}
.custom-check [type="checkbox"]:checked + label:before,
.custom-check [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid var(--white);
    background: var(--white);
}

.custom-check [type="checkbox"]:checked + label:before{
    border: 1px solid var(--white);
    background: var(--white);
}
.custom-check [type="checkbox"]:checked + label:after,
.custom-check [type="checkbox"]:not(:checked) + label:after {
    content: '\e95e';
    font-family: icomoon;
    position: absolute;
    left: 4px;
    top: 1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: var(--blk140);
    font-weight: 400;
    font-size: 12px;
}
.cc-style-alpha.custom-check [type="checkbox"]:checked + label:before,
.cc-style-alpha.custom-check [type="checkbox"]:not(:checked) + label:before {
    top: 50%;
    margin-top: -10px;
}
.cc-style-alpha.custom-check [type="checkbox"]:checked + label:after,
.cc-style-alpha.custom-check [type="checkbox"]:not(:checked) + label:after{
    top: 50%;
    margin-top: -10px;
}
.custom-check [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-check [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*custom radios*/

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--white);
    background: var(--white);
    border-radius: 100%;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid var(--white);
    background: var(--white);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.card-contact {
    position: relative;
    margin: 62px auto 30px auto;
    max-width: 370px;
}
.card-contact img {
    position: absolute;
    top: -69px;
    right: -62px;
}
#sendMessage .icon-times-ico, #subscribeLetter .icon-times-ico {
    font-size: 12px;
    color: var(--white);
    position: absolute;
    top: -42px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: var(--ohblk2);
    left: 0;
    cursor: pointer;
    padding: 10px;
}

.prj-it .logo {
   height: 150px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.prj-it .logo img {
    height: 90px;
    object-fit: contain;
}

.prj-it .image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.owl-nav {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    height: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: relative;
    top: 0;
}
.owl-carousel .owl-nav button span {
    font-size: 55px;
    color: var(--white);
    opacity: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url("../img/arrow.png") no-repeat center center;
    background-size: 18px;
    width: 18px;
}
.owl-carousel .owl-nav button.owl-next {
    background: url("../img/arrow.png") no-repeat center center;
    background-size: 18px;
    width: 18px;
    transform: rotate(180deg);
}
.dark-arrows .owl-nav button.owl-prev {
    background: url("../img/arrow_black.png") no-repeat center center;
    background-size: 18px;
}
.dark-arrows .owl-nav button.owl-next {
    background: url("../img/arrow_black.png") no-repeat center center;
    transform: rotate(180deg);
    background-size: 18px;
}
.owl-carousel.owl-prj .owl-dots{
    display: flex;
    justify-content: center;
    margin: 0 0 40px 0;
}
.owl-carousel.owl-prj .owl-dot {
    background: #D9D9D9;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin: 0 3px;
}
.owl-carousel.owl-prj .owl-dot.active{
    background: var(--ohblk1c);
}
.owl-carousel.owl-prj .owl-item{
    padding: 30px 5px 0 5px;
}
.owl-carousel.owl-prj .owl-nav button{
    background-size: 12px;
    background-color: var(--white80);
    width: 40px;
    height: 40px;
    border-radius: 40px;
}
.owl-carousel.owl-prj .owl-nav .owl-prev{
    left: 10px;
}
.owl-carousel.owl-prj .owl-nav .owl-next{
    right: 10px;
}

.fcn-wrapper.active *{
    display: none;
}
.fcn-wrapper.active{
    width: 0;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    padding: 10px;
}
.overlay-alt{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.fcn-wrapper {
    width: 100%;
    position: relative;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}
.fcn-wrapper:after{
    position: absolute;
    bottom: 0;
    height: 40px;
    left: 0;
    right: 0;
    content: '';
    background: linear-gradient(180deg, rgba(252, 253, 253, 0) 0%, rgba(255, 255, 255, 0.74) 53.65%, #FFFFFF 100%);
}
.fc-nearby{
    overflow: hidden;
}

.img-title {
    position: relative;
    padding-left: 54px;
    min-height: 45px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.img-title img{
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
}
.img-title h6{
    line-height: 1.2;
    font-weight: 500;
}
.region-list li{
    display: flex;
    padding: 15px;
    border-radius: 8px;
    justify-content: space-between;
    align-items: first baseline;
}
.region-list li::after {
    position: absolute;
    content: '';
    height: 1px;
    width: auto;
    left: 15px;
    right: 15px;
    top: 29px;
    z-index: 0;
}
.region-list li .t-h6{
    width: auto;
    padding-right: 20px;
    line-height: 1.3;
    margin-bottom: 0px;
}
.region-list li small{
    width: 70px;
}
.region-list li a, .region-list li span{
    z-index: 1;
}
.region-list li a{
    padding-left: 15px;
    white-space: nowrap;
}
.footer-mc {
    padding: 30px 0 
}
.footer-ul{
    padding-left: 0;
    display: flex;
    flex-direction: row;
    list-style:none;
    flex-wrap: wrap;
}
.footer-ul li{
    padding-right: 15px;
    margin-right: 15px;
}
.footer-ul a{
    white-space: nowrap;
}

.error-alert{
    font-style: italic;
    color: var(--red);
}
.g-recaptcha{
    transform: scale(0.8);
    transform-origin: top right;
}
.btn-form{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.border-md-right{
    border-right: 1px solid rgba(255,255,255,0.2);
}
.canvas-container {
    height: auto;
    width: 300px;
    padding-top: 40px;
    padding-bottom: 0;
    position: relative;
    margin: 0px auto 35px auto;
}
.canvas-container canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.btn-particle {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btn-anime {
    position: relative;
    z-index: 2;
    background: var(--btnPrimary);
    color: var(--ohblk);
    border-radius: 80px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    text-align: left;
}
.btn-anime:hover, .btn-anime:focus{
    background: var(--btnHover);
    color: var(--ohblk);
}
.ico-md dotlottie-player {
    height: 35px;
    width: 35px;
}
.btn-anime span {
    display: block;
    line-height: 1.3;
}
.btn-anime small {
    font-size: 12px;
    font-weight: 400;
}
.btn-rounded {
    border-radius: 60px;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus{
    background: var(--btnSecondary);
    border:1px solid var(--btnSecondary);
    color: var(--blk140);
}
.btn-secondary:hover,
.btn-secondary:focus{
    opacity: 0.8;
}
.wb-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
}
.wbr-inner {
    max-width: 705px;
    padding-left: 10%;
    width: 100%;
}
.form-row{
    background-image: url(../img/showflat2.jpg);
    background-size: 90%;
    background-position: left center;
    background-repeat: no-repeat;
}
.container-fluid {
    max-width: 2400px;
}

.lux-row{
    width: 100%;
    min-height: 650px;
    object-fit: cover;
    background-image: url(../img/bg-img32849.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.lux-info {
    background: rgba(58, 58, 60, 0.10);
    backdrop-filter: blur(17.5px);
    padding: 40px 10%;
    text-align: center;
    border-radius: var(--bradius16);
    border:2px solid #3D3737;
}
.cookie-policy{
    z-index:4;
    position:fixed;
    padding:20px;
    right:20px;
    border-radius:16px;
    left:20px;
    width:100%;
    max-width:400px;
    bottom:60px;
    backdrop-filter:blur(2px);
    background:rgba(209, 217, 254, 0.9);
}
@media screen and (min-width:1500px){
    .container{
        min-width: 1440px;
        max-width: 1440px;
    }
    #header .logo{
        min-width: 440px;
    }

}
@media screen and (max-width: 1500px) {
  .wbr-inner {
    max-width: 555px;
    padding-left: 40px;
  }
}
@media screen and (max-width:1366px){
    .owl-carousel.owl-prj .owl-nav .owl-prev{
        left: 10px;
    }

    .owl-carousel.owl-prj .owl-nav .owl-next{
        right: 10px;
    }
    .form-row{
        background-size: cover;
    }
}
@media screen and (max-width:1199px){
    #header .logo{
        min-width: 287px;
    }
    .wbr-inner, .wbl-inner {
        max-width: 465px;
    }
}
@media screen and (max-width:991px){
    .fs-xl{
        font-size: 50px;
    }
    
    .navbar-collapse.show{
        padding-top:0 ;
    }
    .wbr-inner, .wbl-inner {
        max-width: 720px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .form-row{
        background-image: none;
        background: var(--ohblk2);
    }
}

@media screen and (max-width:768px){
    .section{
        padding: 40px 0;
    }
    #header .logo{
        min-width: 200px;
        font-size: var(--fs16);
    }
    .fs-xl{
        font-size: var(--fs48);
    }
    .t-h2, h2 {
        font-size: var(--fs36);
    }
    .t-h3, h3{
        font-size: var(--fs26);
    }
    .t-h4, h4{
        font-size: var(--fs22);
    }
    .t-h5, h5 {
        font-size: var(--fs20);
    }
    .t-h6, h6 {
        font-size: var(--fs16);
    }
    .wbr-inner, .wbl-inner {
        max-width: 540px;
    }
    .lux-info{
        padding-left: 20px;
        padding-right: 20px;
    }
    .border-md-right{
        border-right: none;
    }
    .region-list li{
        padding: 10px;
    }
    .region-list li::after{
        top: 20px;
    }
}
@media screen and (max-width:576px){
    .fs-xl{
        font-size: 36px;
    }
    
    .card-contact img {
        top: -36px;
        right: -20px;
        width: 135px;
    }
    .mtrends-connect{
        flex-direction: column;
        text-align: center;
    }
    .owl-carousel.owl-prj .owl-nav .owl-prev{
        left: 15px;
    }

    .owl-carousel.owl-prj .owl-nav .owl-next{
        right: 15px;
    }
    .btn-wapp .icon-whatsapp{
        font-size: 20px;
    }
    .hero-img{
        max-height: 500px;
        min-height: 500px;
    }
    .cookie-policy{
        width:90%;
        right:20px;
    }
}
@media screen and (max-width:480px){
    .region-list li a{
        font-size: var(--fs14);
    }

}