:root {
   
    --main-color: #C0AD7B
}
  
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Intro Demo';
    src: url('../fonts/IntroDemo-BlackCAPS.otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe Script';
    src: url('../fonts/Segoe\ Script\ Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Inter';
     font-style: 400;
     font-weight: normal;
     color: white;
     background: #0B0B0B;
}
h1,h2,h3,h4,h5,p,a,ul{
    margin: 0;
    padding: 0;
}
header{
    width: 100%;
    background: url('../img/header.webp?ver=2.0');
    height: 900px;
    background-size: cover;
    position: relative;
}
.menu-line{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.menu-line ul{
    padding-left: 70px;
}
.menu-line ul li{
    display: inline-block;
    padding-right: 40px;
}
.menu-line ul li a{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
   
    color: white;   
}
a:hover{
    text-decoration: none;
}
.right-menu{
    margin-left: auto;
    text-align: right;
}
.right-menu a{
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    color: #FFFFFF;
}
.right-menu p{
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
h1{
    font-family: 'Intro Demo';
    font-weight: 900;
    font-size: 90px;
    line-height: 104.9%;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}
.menus .swiper-slide{
    width: auto;
}
h1 span{
    font-family: 'Segoe Script';
    font-style: normal;
    font-weight: bold;
    font-size: 60px;

 

    position: relative;
    z-index: 2;

    background: #C0AD7B;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

text-shadow: 14px 12px 50px rgba(193, 161, 162, 0.6);

    margin-top: -65px;
    display: block;
    text-transform: none;


}
.menu-mobile{
    display: none;
}
.slider{
    height: 80%;
}
header .container{
    height: 100%;
    position: relative;
}

.btn{
    display: inline-block;
    
    background: var(--main-color);
    border-radius: 0px;
 
    font-weight: 600;
    font-size: 16px;
    padding: 20px 60px;
   
    color: white;
    text-transform: uppercase;
    transition: 0.3s all;
   
}
.btn:hover{
  
    color: white;
    transition: 0.3s all;
}
.slider p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    
    color: rgba(255, 255, 255, 0.8);
    
    margin-top: 10px;
    margin-bottom: 30px;
}

.socials-header{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}
.socials-header a:first-child{
    margin-right: 50px;
}
.socials-header a{
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    
    color: #FFFFFF;
    display: inline-block;
}
img.scroll {
    position: absolute;
    margin-left: -24px;
    margin-top: -24px;
    bottom: 5%;
    left: 50%;
}

.line-slider {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.line-slider ul {
    padding-right: 35px;
}
.line-slider ul li:not(:last-child) {
    padding-bottom: 40px;
}
.line-slider ul li {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: right;
    color: #FFFFFF;
}
.line {
    height: 400px;
    width: 1px;
    background: white;
}

section{
    margin-top: 100px;
}

h3{
    font-family: 'Intro Demo';
    font-weight: 900;
font-size: 34px;
line-height: 104.4%;
/* or 43px */

text-transform: uppercase;

color: #FFFFFF;

}
.about-text p {
    font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;

color: rgba(255, 255, 255, 0.8);
margin-top: 20px;
margin-bottom: 30px;
}

.about-image {
    position: absolute;
    left: 8%;
    bottom: 8%;
    width: 92%;
    height: 342px;
    background: url(../img/about/1.webp?ver=3.0);
    background-size: cover;
    background-position: center center;
}
.about .row {
    position: relative;
}
.star {
    position: absolute;
    margin-left: -29px;
    margin-top: -27.5px;
}
.plus .row{
    margin-top: 70px;
}
.plus-box p{
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 21px;
}
.plus-box span{
    display: block;

    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;


color: rgba(255, 255, 255, 0.6);

}
.plus{
    background: url('../img/plus-bg.jpg?ver=5.0');
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 714px;
    margin-top: 0px;
}
.star-1{
    bottom: -10%;
    left: 30%;
    transform: rotate(90deg);
}
.star-2{
    top: -10%;
    right: 0%;
    transform: rotate(-75deg);
}
.star-3{
    top: -10%;
    left: 30%;
}

.border-image {
    border: 2px solid var(--main-color);
    width: 100%;
    height: 342px;
}


.about-section {
    margin-bottom: 150px;
}
h2{
    font-style: normal;
    font-family: 'Intro Demo';
    font-weight: 900;
font-size: 45px;
line-height: 83px;
/* identical to box height */

text-transform: uppercase;

color: #FFFFFF;

}

.all-interior {
    margin-top: 40px;
}
.interior-photos {
    display: flex;
    justify-content: space-between;
}

.interior-photos:first-child a:first-child {
    width: 69%;
}
.interior-photo-big {
    background: url(../img/interior/1.webp?ver=2.0);
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 100%;
    cursor: pointer;
}
.interior-photos:first-child a:last-child {
    width: 29%;
}
.interior-photo-small {
    background: url(../img/interior/2.webp?ver=2.0);
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 100%;
    cursor: pointer;
}
.interior-photos:last-child {
    margin-top: 2%;
}
.interior-photos:last-child a:first-child {
    width: 29%;
}
.interior-photos:last-child a:last-child {
    width: 69%;
}
#interior3 {
    background: url(../img/interior/3.webp?ver=2.0);
    background-size: cover;
    background-position: center center;
}
#interior4 {
    background: url(../img/interior/4.webp?ver=2.0);
    background-size: cover;
    background-position: center center;
}
.menus img{
    max-height: 500px;
}
#menu .swiper {
    margin-top: 40px;
}
.menu-img-1 {
    width: 100%;
    background: url(../img/menu1.webp?ver=2.0);
    background-size: cover;
    background-position: center center;
    height: 344px;
  
}
.menu-img-2 {
    width: 100%;
    background: url(../img/menu2.webp?ver=2.0);
    background-size: cover;
    background-position: center center;
    height: 413px;
   
    margin-bottom: 40px;
}
.menu-img-3 {
    width: 100%;
    background: url(../img/menu3.webp?ver=2.0);
    background-size: cover;
    background-position: center center;
    height: 315px;

    margin-bottom: 20px;
}
.btn.white {
    background: white;
    color: black;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 10px;
}
.blur-menu {
    position: absolute;
    margin-left: -202.5px;
    margin-top: -202.5px;
    top: 30%;
    left: 50%;
    max-width: 100%;
}
#menu {
    position: relative;
}
#menu .row {
    position: relative;
    z-index: 2;
}
body {
    overflow-x: hidden;
}

.contacts {
    position: relative;
    background: #0F0F0F;
}
.contacts .row {
    padding-top: 60px;
    padding-bottom: 60px;
}
#send {
    margin-top: 50px;
}
.flex-input {
    display: flex;
    justify-content: space-between;
}
.input-box {
    width: 49%;
}
input {
    background: #1E1E1E;
    font-weight: normal;
    font-size: 14px;
    color: white;
    padding: 25px 20px;
    border: none;
    box-shadow: 0px 0px 250px rgb(0 0 0 / 20%);
    border-radius: 0px;
    width: 100%;
}

.input-box input:not(:last-child) {
    margin-bottom: 4%;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.block-contacts {
    margin-top: 40px;
}
p.time {
    opacity: 0.6;
    margin-top: 15px;
}
.block-contacts p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}
.social-contacts {
    display: flex;
    align-items: center;
}
.social-contacts p {
    margin-left: 15px;
}
.social-contacts a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
}
.social-contacts a:last-child {
    margin-left: 30px;
}

p.head-phone {
    color: var(--main-color);
    font-size: 21px;
    font-weight: bold;
}
a.c-phone {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: white;
}
footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
footer p {
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
.burger-menu, .menu-mobile {
    display: none;
}
p.menu-1 {
    margin-top: 15px;
    margin-bottom: 20px;
}
a,button,input,textarea{
    outline: none !important;
}
.mobile-interior {
    display: none;
}
.nav-swiper {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-swiper .left {
    transform: rotate(-180deg);
}
.nav-swiper .right {
    margin-left: 10px;
}
.my-menu {
    margin-top: 70px;
    text-align: center;
}
.my-menu img {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 100%;
}
input[type='date'], input[type='time'] {
    -webkit-appearance: none;
}
.center-main{
    height: 100%;
    width: 100%;
}
.center-main main,.center-main body{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-block{
    text-align: center;
}
.center-block img{
    max-width: 85px;
    margin-bottom: 10px;
}
.center-block p{
    opacity: 0.8;
    margin-top: 5px;
}
.center-block a{
    margin-top: 15px;
    padding: 15px 60px;
}
@media screen and (max-width: 992px){
    .my-menu img {
        max-width: 100%;
    }
    .menu-mobile {
        padding-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .menu-line,.line-slider{
        display: none;
    }
    .socials-header{
        justify-content: center;
        position: unset;
    }
    h1{
        font-size: 55px;
    }
    h1 span{
        font-size: 45px;
      
        margin-top: -40px;
    }
    img.scroll{
        display: none;
    }
    .star-2{
        display: none;
    }
    .plus-box:not(:last-child){
        margin-bottom: 30px;
    }
    .slider p{
        font-size: 16px;
    }
    .slider{
        text-align: center;
    }
    .about-text {
        margin-top: 50px;
    }
    .about-image {
        left: 6%;
        bottom: 3%;
    }
    .flex-menu {
        display: flex;
        align-items: center;
    }
    
    h2 {
        font-size: 35px;
        line-height: unset;
    }
    p {
        font-size: 14px;
    }
    .menu-img-2 {
        margin-right: 10px;
    }
    .menu-img-1, .menu-img-2, .menu-img-3 {
        flex-shrink: 0;
        width: 45%;
    }
    .menu3 .menu-img-3 {
        order: 2;
    }
    .menu-img-3, .menu-img-1 {
        margin-left: 10px;
    }
    .flex-input{
        display: block;
    }
    .input-box{
        width: 100%;
    }
    .input-box:first-child{
        margin-bottom: 4%;
    }
    .burger-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #181718;
        z-index: 9999;
        display: none;
    }
    .hamburger--active {
        display: block;
    }
    .header-bm {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-mobile img.lg, .header-bm img.lg {
        max-width: 50px;
    }
    .menu-lines {
        margin-top: 30px;
    }
    .menu-lines ul li {
        display: block;
        padding-bottom: 20px;
    }
    .menu-lines ul li a {
        font-weight: normal;
        font-size: 21px;
        color: white;
        transition: 0.5s all;
    }
    p.call, p.phone {
        text-align: center;
    }
    p.call {
        font-weight: bold;
        font-size: 18px;
        color: var(--main-color);
    }
    p.phone a {
        font-weight: bold;
        font-size: 26px;
        color: white;
    }
    .bm-c p.time{
        text-align: center;
    }
    .bm-c .socials-contacts{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 17px;
    }
    .bm-c .socials-contacts a{
        color: white;
    }
    .socials-contacts a:last-child{
        margin-left: 30px;
    }
    .mobile-interior {
        display: block;
    }
    .all-interior {
        display: none;
    }
    .interiors img {
        max-height: 400px;
    }
    .swiper {
        margin-top: 40px;
    }
    .menus img{
        max-width: 100%;
    }
    .plus-box span{
        font-size: 14px;
    }
    .plus-box p{
        font-size: 18px;
    }
}