﻿@font-face {
    font-family: Helvetica;
    src: url('/assets/font/helveticaneue.ttf');
}

@font-face {
    font-family: Helvetica-medium;
    src: url('/assets/font/HelveticaNeue-MediumExt.otf');
}

@font-face {
    font-family: Helvetica-light;
    src: url(/assets/font/helveticaneue-light.otf);
}

@font-face {
    font-family: Helvetica-bold;
    src: url(/assets/font/HelveticaNeue-Bold.otf);
}

html {
    scroll-behavior: smooth;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bg-slider {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-out {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 40px 0;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header>.left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 46%;
}

.header>.left>.button {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    font-family: Helvetica;
    cursor: pointer;
    text-decoration: unset !important;
}

.header>.left>.button::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #C5B289;
    transition: width .3s;
    margin-top: 6px;
}

.header>.left>.button:hover {
    color: #fff !important;
}

.header>.left>.button:hover::after {
    width: 100%;
}

.line-gr {
    width: 100%;
    height: 50px;
    background: #C5B289;
}

.info-bars {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.info-bars>.l-r-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding: 10px 0;
}

.info-bars>.l-r-bar>.text>.title {
    color: #C5B289;
    font-size: 24px;
    font-family: helvetica-light;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.info-bars>.l-r-bar>.text {}

.info-bars>.l-r-bar>.text>.text {
    color: #04365A;
    font-size: 15px;
    font-family: 'Helvetica-light';
}

.info-bars>.l-r-bar.left>.img {
    margin-left: 65px;
}

.right-info {
    color: white;
    text-align: right;
    font-size: 17px;
    margin-top: 18px;
}

.info-bars>.l-r-bar.right>.img {
    margin-right: 65px;
}

.info-bars>.l-r-bar.right>.img img,
.info-bars>.l-r-bar.left>.img img {
    max-width: 350px;
    -webkit-box-shadow: 0px 0px 5px 0px #000000;
    box-shadow: 0px 0px 5px 0px #000000;
}

.bg-laci {
    background: #042E4D;
    margin-top: 45px;
}

.form-main {
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
}

.form-main>.left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 10px;
}

.form-main>.left>.mid {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}

.form-main>.left>.mid>.adress {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Helvetica-light';
}

.form-main>.right {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.form-main>.right>.title {
    color: #C5B289;
    font-size: 24px;
    margin-bottom: 25px;
    font-family: 'Helvetica';
}

.form-main>.right>.form {
    display: flex;
    flex-direction: column;
}

.form-main>.right>.form>.input-type {
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 9px;
    border: unset;
    font-family: 'Helvetica';
    outline: unset;
    font-size: 14px;
}

.bg-gold {
    background: #c5b289;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.bg-gold>span {
    font-size: 14px;
    color: #fff;
    font-weight: 200;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-icons>.cure {
    font-size: 17px;
    color: #ffff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 10px;
}

.swiper-pagination-bullet::first-letter {
    font-size: 124%;
    color: #c5b289;
    text-shadow: 1px 2px 7px #ffffff6b;
}

.form-main>.right>.form>.button-dv {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.form-main>.right>.form>.button-dv>button {
    border: unset;
    outline: unset;
    padding: 10px 13px;
    background: #C5B289;
    border-radius: 9px;
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica';
}

.form-main>.right>.form>.button-dv>button>i {
    font-size: 20px;
    margin-left: 7px;
}

.swiper-pagination {
    position: absolute;
    right: unset;
    width: 100% !important;
    left: 50% !important;
    margin: 0;
    height: fit-content;
    bottom: 120px !important;
    transform: translate(-50%, 10px);
}

.swiper-pagination-bullet {
    padding: 19px 10px;
    border-radius: 0;
    font-family: 'Helvetica';
    width: auto;
    margin: 18px !important;
    height: unset;
    text-align: center;
    border-bottom: 2px solid;
    line-height: 30px;
    font-size: 47px;
    color: #fff;
    opacity: 1;
    background: transparent;
    border-color: transparent;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: transparent;
    border-bottom: 2px solid;
    border-color: #c5b289;
}

.info-bars>.l-r-bar>.text>.cl-la {
    color: #04365A;
    margin-bottom: 30px;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: unset !important;
    display: none;
}

.line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.hambuger-menu {
    position: fixed;
    top: 0;
    height: 100%;
    width: 71%;
    z-index: 999;
    background: #c5b289;
    display: flex;
    align-items: center;
    left: -144%;
    transition: all ease .6s;
}

.hambuger-menu.active {
    left: 0;
}

.hambuger-menu>.in {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.hambuger-menu>.in>.button {
    font-size: 24px;
    color: #fff !important;
    font-family: 'Helvetica';
    margin-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 540px) {
    .followus{
        margin: unset !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }
    .info-bars>.l-r-bar>.text>.cl-la {
        text-align: center;
    }
    .info-bars>.l-r-bar>.text>.title {
        text-align: center;
    }
    .social-icons {
        justify-content: center;
    }
    .right-info {
        text-align: center;
    }
    .swiper-pagination-bullet-active {
        border-color: #c5b289 !important;
    }
    .menu {
        display: block;
    }
    .info-bars>.l-r-bar {
        flex-direction: column;
    }
    .info-bars>.left {
        flex-direction: column-reverse;
    }
    .info-bars>.l-r-bar.left>.img {
        margin-left: unset;
    }
    .form-main {
        flex-direction: column-reverse;
    }
    .form-main>.right {
        width: 100%;
        margin-bottom: 25px;
    }
    .form-main>.left {
        align-items: center;
        text-align: center;
        margin-right: 0px !important;
    }
    .swiper-pagination {
        bottom: 40px !important;
    }
    .swiper-pagination-bullet {
        padding: 19px 9px;
        margin: 0px !important;
        line-height: unset;
        font-size: 14px;
        color: #fff;
        opacity: 1;
        background: transparent;
        border-color: transparent;
    }
    .bg-slider {
        height: 56vh;
    }
    .info-bars>.l-r-bar.right>.img {
        margin-right: unset;
    }
    .info-bars>.l-r-bar>.img>img {
        width: 100%;
        margin-bottom: 25px;
    }
    .header>.rigt>img {
        width: 140px !important;
    }
    .header>.left {
        display: none;
    }
}

@media only screen and (min-width: 540px) and (max-width: 768px) {
    .swiper-pagination-bullet-active {
        border-color: #c5b289 !important;
    }
    .menu {
        display: block;
    }
    .info-bars>.l-r-bar {
        flex-direction: column;
    }
    .info-bars>.left {
        flex-direction: column-reverse;
    }
    .header>.left {
        display: none;
    }
    .swiper-pagination-bullet {
        padding: 19px 10px;
        border-radius: 0;
        width: auto;
        margin: 0px !important;
        height: unset;
        text-align: center;
        font-size: 23px;
        background: transparent;
        border-color: transparent;
    }
    .bg-slider {
        height: 64vh;
    }
    .swiper-pagination {
        bottom: 90px !important;
    }
    .info-bars>.l-r-bar.right>.img,
    .info-bars>.l-r-bar.left>.img {
        margin-left: unset;
        margin-right: unset;
        margin-bottom: 30px;
    }
    .form-main>.right {
        width: 93%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .swiper-pagination-bullet-active {
        border-color: #c5b289 !important;
    }
    .header>.left {
        width: 57%;
    }
    .info-bars>.l-r-bar.right>.img,
    .info-bars>.l-r-bar.left>.img {
        margin-left: unset;
        margin-right: unset;
        margin-bottom: 30px;
    }
    .info-bars>.l-r-bar {
        flex-direction: column;
    }
    .info-bars>.left {
        flex-direction: column-reverse;
    }
    .swiper-pagination-bullet {
        margin: 0px !important;
        font-size: 31px;
        color: #fff;
        opacity: 1;
        background: transparent;
        border-color: transparent;
    }
    .bg-slider {
        height: 75vh;
    }
    .form-main>.right {
        width: 65%;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1080px) {
    .header>.left {
        width: 55%;
    }
    .info-bars>.l-r-bar.right>.img {
        margin-right: 29px;
        width: 45%;
    }
    .info-bars>.l-r-bar.left>.img {
        margin-left: 29px;
        width: 45%;
    }
    .info-bars>.l-r-bar.right>.img>img,
    .info-bars>.l-r-bar.left>.img>img {
        width: 100%;
    }
    .info-bars>.l-r-bar>.text {
        width: 50%;
    }
    .swiper-pagination-bullet {
        margin: 7px !important;
        font-size: 38px;
    }
    .bg-slider {
        height: 70vh;
    }
    .form-main>.right {
        width: 55%;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1200px) {
    .swiper-pagination-bullet {
        margin: 11px !important;
        font-size: 40px;
    }
    .form-main>.right {
        width: 46%;
    }
}