html {
    scroll-behavior: smooth;
}

body {
    background: #1a1a1a;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0;

}

.row {
    max-width: 100%;
}



.fluid-width-video-wrapper {
    padding: 0 !important;
}

iframe {
    width: 100%;
    max-width: 100%;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    color: #ac826d;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.line-hover {
    display: inline;
    padding-bottom: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-width: 0;
    position: relative;
    text-decoration: none;
}

a.line-hover:hover {
    display: inline;
    padding-bottom: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
}

img {
    max-width: 100%;
}


a.line-hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px solid #fff;
    transition: 0.2s;
    z-index: 99999;
}

a.line-hover:hover:after {
    width: 100%;
    opacity: 1;
    border-bottom: solid 1px #fff;
    z-index: 99999;
}

img {
    width: auto;
    max-width: 100%;
    max-height: 100% !important;
}

h1,
h2,
h4,
h5,
h6 {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    margin-bottom: 40px;
}

h3 {
    border-bottom: solid 0px rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}


/*framework*/



.black {
    background: #1a1a1a;
}

.light {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}

.semibold {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.bold {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

h2.brown {
    border-bottom: solid 1px #ac826d !important;
}

.text-gray {
    color: #999999;
}

.text-brown {
    color: #ac826d;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.no-line {
    border: 0;
}

.text-right {
    text-align: right;
}

.text-brown {
    color: #ac826d;
}

.text-black {
    color: #000;
}


.same-height {
    min-height: 100px;
}

.left-line-building {
    border-left: solid 1px #3d3632;
    padding-left: 10px;
    font-size: 14px;
}

.uppercase {
    text-transform: uppercase;
}

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.pd30 {
    padding: 30px;
}

.pd40 {
    padding: 40px;
}

.pd50 {
    padding: 50px;
}

.pd60 {
    padding: 60px;
}

.pd80 {
    padding: 80px;
}

.pd100 {
    padding: 100px;
}

.pt0 {
    padding-top: 0px !important;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt80 {
    padding-top: 80px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}


.pb80 {
    padding-bottom: 100px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl60 {
    padding-left: 60px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pr60 {
    padding-right: 60px;
}

.ma10 {
    margin: 10px;
}

.ma20 {
    margin: 20px;
}

.ma30 {
    margin: 30px;
}

.ma40 {
    margin: 40px;
}

.ma50 {
    margin: 50px;
}

.ma60 {
    margin: 60px;
}

.mtless10 {
    margin-top: -10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.opacity-03 {
    opacity: 0.3 !important;
}

.opacity-05 {
    opacity: 0.5 !important;
}

.opacity-07 {
    opacity: 0.7 !important;
}

.bg-light {
    background-color: #d4d2cb;
}

.bg-cream {
    background-color: #d4d3ca;
}

.bg-real-black {
    background-color: #000;
}

.new h4 {
    border: 0px;
    margin-bottom: 00px;
}

.fix_home {
    margin-top: 230px;
    padding-top: 40px;
}

/* cookies alert*/

#cookiewarning {
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    padding: 20px;
    margin: auto;
    position: relative;
    color: #000;
    padding-bottom: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    height: auto;
    font-size: 12px;
}


#cookiewarning a {
    color: #212121;
}

#cookiewarning h2 {
    font-size: 18px;
    padding-top: 3px;
    margin-bottom: 10px !important;
}


.block {
    position: relative;
    z-index: 99;
}

#player_1 {
    min-height: 1066px;
    overflow: auto;
    margin-top: -20px;
}

.fix {
    overflow: hidden;
    padding-bottom: 200px;
}

.accept {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    color: #fff !important;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

#ccfd-removecookie {
    text-decoration: none !important;
    color: #fff;
    background: #1A1A1A;
    display: inline-block;
}

.accep:hover {
    color: #1A1A1A;
}

/*theme*/


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999;
    background-image: url('/images/preload.gif');
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    background-position: center;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.flexslider .flex-control-nav {
    bottom: 40px;
    z-index: 445;
    position: absolute;
    z-index: 99
}

.flexslider .slides>li .img-s {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.flexslider-h .flex-control-nav li {
    margin: 0px;
    display: block;
    zoom: 1;
    margin-bottom: 10px;
}

.flexslider-h .flex-control-nav {
    width: auto;
    position: absolute;
    bottom: 40%;
    text-align: center;
    z-index: 99;
    right: 10%;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
}


.flex-direction-nav .flex-prev {

    background: rgba(0, 0, 0, 0.7) url(../images/icon-left.svg) no-repeat center center;
    background-size: 32px;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    min-width: 50px;
    opacity: 1;
}

.flex-direction-nav .flex-next {

    background: rgba(0, 0, 0, 0.7) url(../images/icon-right.svg) no-repeat center center;
    background-size: 32px;
    height: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    min-width: 50px;
    opacity: 1;
}


.mt15 {
    margin-top: -20px;
}

.menu {
    max-width: 24px;
}

.menu-sidebar {
    position: fixed;
    width: 50%;
    min-width: 350px;
    height: 100%;
    top: 0;
    right: -90%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    opacity: 0;
    transition: all 0.5s cubic-bezier(.77, 0, .18, 1);
    padding: 80px;
    padding-top: 100px;
    z-index: 9999;
}

.icon {
    height: 16px;
    margin-left: 5px;
}

.menu-sidebar-active {
    position: fixed;
    width: 50%;
    min-width: 350px;
    height: 100%;
    top: 0;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 444;
    overflow: auto;
    opacity: 1;
    transition: all 0.5s cubic-bezier(.77, 0, .18, 1);
    padding: 80px;
    padding-top: 100px;
}

.bg-footer {
    background-color: #000;
}


iframe.matterport {
    height: 630px;
    width: 100%;
    border: solid 2px #fff !important;
}

footer p {
    line-height: 8px;
    font-size: 12px;

}

.infographic {
    width: 100%;
}


.infographic img {
    min-height: 600px;
}

.grid {
    line-height: 16px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card {
    padding: 20px;
    background-color: #000;
    transition: all 0.5s cubic-bezier(.77, 0, .18, 1);

}

.card:hover {
    transform: translateY(-5px);
    transition: all 0.5s cubic-bezier(.77, 0, .18, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);

}


.card-header {
    min-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 20px;
}

.card-content {
    min-height: 100px;
    font-size: 14px;
}

.card-footer {
    min-height: 40px;
}

.card-footer img {
    max-height: 60px !important;
    width: auto;
}


.first-p {
    margin-top: 15px;
}


.second-p {
    margin-top: 20px;
}

.copy {
    letter-spacing: 8px;
    font-size: 9px;
    line-height: 16px;
}

.menu-main {
    list-style: none;
    padding: 0;
}

.menu-main li {
    font-size: 25px;
    line-height: 50px;
}


.description {
    max-width: 300px;
    font-size: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 30px;
}

.opacity-05 {
    opacity: 0.5
}

.booking-btn {
    font-size: 18px;
}

.social {
    font-size: 10px;
}

.social img {
    width: 18px;
}

.alert {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999999999999999999;
    background-color: #000;
    color: #fff;
    padding: 50px;
}


.container-map-fix p{
    margin: 0;
    padding: 0;
}

.top {
    z-index: 444;
    position: absolute;
}


.top2 {
    z-index: 444;
    position: absolute;
}
.max-500 {
    max-height: 500px;
    overflow: auto;

}

#map {
    min-height: 560px;
    border: solid 10px #000;
    width: 100%;
}

.video-container {
    overflow: hidden;
    width: 100%;
    height: 100% background:red;
}

.big-font {
    font-size: 22px;
}

.text-gallery-slider {
    position: absolute;
    right: 0;
    margin-right: 0;
    max-width: 100%;
    margin: auto;
    bottom: 45%;
    z-index: 9;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px;
    width: 100%;
}

.text-slider {
    position: absolute;
    right: 10%;
    bottom: 10%;
    z-index: 99;
    font-weight: 700;
    text-align: right;
}


.line {
    display: block;
    max-width: 200px;
    height: 2px;
    border: 1px solid #fff;
    margin-bottom: 0;
    position: relative;
    right: 0;
    left: 0;
    float: right;
    width: 150px;
}

.left-text-slider {
    text-align: left;
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: 99998;
    font-weight: 700;
    text-align: right;

}

.left-line {
    display: block;
    max-width: 200px;
    height: 2px;
    border: 1px solid #fff;
    margin-bottom: 0;
    position: relative;
    right: 0;
    left: 0;
    float: left;
    width: 150px;
}



.active-tabs {
    color: #fff;
    font-weight: 600;
}

.lettlers {
    position: absolute;
    top: 10%;
    left: 50%;
    max-width: 50%;
    width: 50%;
    margin-left: -25%;

}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 20px;
    padding-bottom: 0px;
    z-index: 444;
    margin-top: 20px;
}

.btn-slider {
    position: absolute;
    bottom: 40px;
    z-index: 99;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -10px;
}

#info-box {
    display: none;
}

.btn_up {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #fff;
    position: fixed;
    bottom: 40px;
    right: 60px;
    background-image: url(/images/btn_up.svg);
    background-position: center;
    background-repeat: none;
    z-index: 9999998;
}

.fix-height {
    margin-top: -5px;
}

#menu-default li a {
    display: inline;
    padding-bottom: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-width: 0;
    position: relative;
    color: #fff;
}

#menu-default li a:hover {
    display: inline;
    padding-bottom: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
}

#menu-default li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px solid #fff;
    transition: 0.2s;
    z-index: 99999;
}

#menu-default li a:hover:after {
    width: 100%;
    opacity: 1;
    border-bottom: solid 1px #fff;
    z-index: 99999;
}

#menu-default li.active a {
    color: #ac826d;
}

#menu-ground {
    line-height: 26px;
}

.hamburger {
    position: fixed;
    z-index: 999999;
    top: 30px;
    right: 40px;
}

.logo {
    position: fixed;
    z-index: 445;
    top: 30px;
    left: 30px;
    max-width: 300px;

}

.back img {
    width: 30px !important;
    height: auto !important;
    display: inline !important;
    margin-top: 10px;
    position: absolute;
    top: 0px;
    right: 20px;
    display: inline-block !important;
}


.hide,
.hiden {
    display: none !important;
}


.menu-first-gallery a {
    width: 12px;
    height: 12px;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: -8px;
    padding-right: 0;
    padding-left: 0;
    text-indent: -9999999999999px;
    position: relative;
    top: 2px;
    border: solid 1px #fff;
}

.menu-building {
    border: solid 1px rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;

}

.line-right {
    border-right: solid 1px rgba(255, 255, 255, 0.4);
}

#player_1 {
    min-height: 600px;
    overflow: auto;
}


.top-buildind {
    margin: auto;
    position: relative;
    bottom: 92%;
    left: 0px;
    max-width: 1140px;
}

.lettler-space {
    letter-spacing: 12px;
}


.active-floor {
    width: 0px;
    height: 10px;
    background-color: transparent !important;
    border: solid 1px #fff;
}

.active-floor-dot {
    width: 0px;
    height: 10px;
    background-color: transparent !important;
    border: solid 1px #ac826d;
}

.active {
    color: #999999;
    background-color: transparent !important;
}


#frame360 {
    margin-top: 0px;
}

.results {
    overflow: hidden;
    position: relative;
}

#images-slider-container {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 50%;
    left: 50%;
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    z-index: 9999999999999;
    /* ease-out */



}

#images-slider-container-active {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    left: 0;
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
    z-index: 9999999999999;
    /* ease-out */



}

.open {
    background: rgba(0, 0, 0, 0.7) url(../images/icon-left.svg) no-repeat center center;
    background-size: auto;
    background-size: 32px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -50px;
    min-width: 50px;
    opacity: 1;
    z-index: 98;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.fix_position {

    position: relative;
    margin-top: -92px !important;
}

.video-s {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.close {
    background: rgba(0, 0, 0, 0.7) url(../images/icon-close.svg) no-repeat center center;
    background-size: auto;
    background-size: 32px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    min-width: 50px;
    opacity: 1;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.container-dot {
    max-width: 968px;
    margin: auto;
    margin-left: auto;
    height: auto;
    min-height: 286px;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 99999999;
    width: 968px;
    margin-left: -411px;
    display: none;
}

.container-dot-first {
    max-width: 968px;
    margin: auto;
    margin-left: auto;
    margin-left: auto;
    height: auto;
    min-height: 286px;
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 99999999;
    width: 968px;
    margin-left: -411px;
    display: none;
}

.container-dot-second {
    max-width: 968px;
    margin: auto;
    margin-left: auto;
    margin-left: auto;
    height: auto;
    min-height: 286px;
    position: absolute;
    top: 29%;
    left: 50%;
    z-index: 99999999;
    width: 968px;
    margin-left: -411px;
    display: none;
}

.ajax-ground-01-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 74%;
    left: 7%;
    border: solid 1px #ac826d;
}

.ajax-ground-02-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 45%;
    left: 15%;
    border: solid 1px #ac826d;
}

.ajax-ground-03-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 39%;
    left: 30%;
    border: solid 1px #ac826d;
}

.ajax-ground-04-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 35%;
    left: 51%;
    border: solid 1px #ac826d;
}

.ajax-ground-05-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 17%;
    left: 58%;
    border: solid 1px #ac826d;
}


.ajax-ground-06-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 8%;
    left: 79%;
    border: solid 1px #ac826d;
}



.ajax-first-01-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 57%;
    left: 13%;
    border: solid 1px #ac826d;
}

.ajax-first-02-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 55%;
    left: 32%;
    border: solid 1px #ac826d;
}

.ajax-first-03-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 34%;
    left: 55%;
    border: solid 1px #ac826d;
}

.ajax-first-04-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 21%;
    left: 78%;
    border: solid 1px #ac826d;
}


.ajax-second-01-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 49%;
    left: 30%;
    border: solid 1px #ac826d;
}

.ajax-second-02-dot {
    width: 15px;
    height: 15px;
    background-color: #ac826d;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 899;
    top: 6%;
    left: 85%;
    border: solid 1px #ac826d;
}

.home .fix-right {
    position: relative;
    right: -30px;
}

.building .fix-right {
    position: relative;
    right: -15px;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

.iphone {
        display: none;
    }

.hide-iphone {
        display: none;
    }

.fix-home-pos {
    margin-top: 28%;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(172, 130, 109, 0.7);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(172, 130, 109, 0);
    }
}


@media (max-height:600px) {
    .top-buildind {
        margin: 0;
        bottom: 85%;
    }

}


@media (width: 375px) and (height:812px) {

    .iphone {
        display: block;
    }
    .hide-iphone {
        display: none;
    }
}


/*mobile*/
@media (max-width: 576px) {

    .new img{
        width: 100%;
        max-width: 100%;

    }

    .mt100,
    .mt80,
    .mt60 {
        margin-top: 20px;
    }
    .mb100,
    .mb80,
    .mb60 {
        margin-bottom: 40px;
    }

    .menu {
        max-width: 30px;
        position: relative;
        top: -20px;
    }

    .hiden_mobile {
        display: none;
    }

    .hamburger {
        right: 50px;
    }

    .logo {
        z-index: 333;
        max-width: 180px;
    }

    .header {
        position: relative;
        z-index: 3;
    }

    .footer img {
        max-width: 200px;
    }

    .top {
        position: relative;
        left: 0;
    }

    .top2 {
        position: relative;
        left: 0;
    }

    .btn {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #player_1 {
        min-height: auto;
        overflow: auto;
    }

    footer img {
        max-width: 60%;
    }

    .container {
        max-width: 100% !important;
    }



}

@media (max-width: 768px) {

    .text-left-device {
        text-align: left;
    }




}

@media (max-width: 992px) {

    .vimeo {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .flex-control-nav,
    .flex-direction-nav {
        display: none;
    }

    .text-gallery-slider {
        position: absolute;
        right: 0;
        margin-right: 0;
        max-width: 100%;
        margin: auto;
        bottom: 38%;
        z-index: 9;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        font-size: 26px;
        line-height: 32px;
        width: 100%;
    }

    .logo {
        position: fixed;
        z-index: 444;
        top: 30px;
        left: 30px;
        max-width: 200px;

    }

    .grid {
        line-height: 16px;
        position: relative;
        display: block;
        -ms-flex-wrap: none;
        flex-wrap: none;
        margin-right: -15px;
        margin-left: -15px;
    }


}

@media (max-width: 1200px) {


    .lettlers {
        position: absolute;
        top: 20%;
        left: 50%;
        max-width: 70%;
        width: 70%;
        margin-left: -35%;

    }

    .no-mobile {
        padding: 20px;
        margin: 0;
    }

    .text-slider {
        position: absolute;
        right: 10%;
        bottom: 15%;
        font-weight: 700;
        text-align: right;
    }

    .top-buildind {
        padding: 20px;
        margin: 0;
    }



}