@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
*,
*:focus {
    outline: none !important;
}
html {
    font-size: 16px;
}
body {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 300;
}
.main-color {
    color: #f0e7dc;
}
.main-color-bg {
    background-color: #f0e7dc;
}
.color-1-bg {
    background-color: #c1b19d;
}
.color-2-bg {
    background-color: #1f2023;
}
.scale-effect {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.scale-effect:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
header .header-top {
    background-color: #f0e7dc;
}
@media (min-width: 992px) {
    header .header-top {
        background-color: #1f2023;
    }
}
header .header-top .navbar .navbar-toggler {
    padding: 0;
    border: 0;
}
@media (max-width: 991px) {
    header .header-top .navbar .navbar-collapse {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        z-index: 12;
        display: block;
        background: #1f2023;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    header .header-top .navbar .navbar-collapse.show {
        left: 0 !important;
    }
    header .header-top .navbar .navbar-collapse .menu-close {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .header-top .navbar .navbar-collapse .menu-close::before {
        content: "";
        background-color: #c1b19d;
        width: 100%;
        height: 20px;
    }
    header .header-top .navbar .navbar-collapse .menu-close i {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    header .header-top .navbar .navbar-collapse ul {
        gap: 0 !important;
    }
    header .header-top .navbar .navbar-collapse ul li > a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 22px;
        font-weight: 600;
        color: #f0e7dc !important;
    }
    header .header-top .navbar .navbar-collapse ul li > a.active {
        color: #c1b19d !important;
    }
    header .header-top .navbar .navbar-collapse ul li > a.nav-link {
        height: 40px !important;
    }
    header .header-top .navbar .navbar-collapse ul li .dropdown-menu {
        background-color: #c1b19d;
        border-radius: 0;
    }
    header .header-top .navbar .navbar-collapse ul li .dropdown-menu li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        padding: 2px 0;
    }
    header .header-top .navbar .navbar-collapse ul li .dropdown-menu li a:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #1f2023;
    }
}
header .header-top .navbar .navbar-collapse ul li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #f0e7dc;
    padding: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
header .header-top .navbar .navbar-collapse ul li > a.active {
    color: #c1b19d;
    font-weight: 600;
}
header .header-top .navbar .navbar-collapse ul li > a.nav-link {
    height: 50px;
}
header .header-top .navbar .navbar-collapse ul li > a.nav-link:hover {
    color: #c1b19d;
}
@media (min-width: 1200px) {
    header .header-top .navbar .navbar-collapse ul li > a.nav-link:hover {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}
header .header-top .navbar .navbar-collapse ul li .dropdown-menu {
    background-color: #c1b19d;
    border-radius: 0;
    padding: 0;
}
header .header-top .navbar .navbar-collapse ul li .dropdown-menu li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 2px 0;
    font-size: 14px;
}
header .header-top .navbar .navbar-collapse ul li .dropdown-menu li a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #1f2023;
}
header .header-top .mobile-logo img {
    height: 40px;
}
header .header-top .header-right .phone {
    color: #1f2023;
}
header .header-top .header-right .language a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #c1b19d;
    color: #1f2023;
}
header .header-top .header-right .language a:hover {
    background-color: #fff;
    font-weight: 600;
}
header .header-top .header-right .language a:not(.active):hover {
    color: red;
}
.banner a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.banner a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.banner a .text {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    width: 100%;
    height: 100%;
}
.banner a .text:hover span:nth-child(2) {
    background-color: #c1b19d;
    color: #1f2023;
}
.banner a .text.left {
    left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.banner a .text.left:hover span:nth-child(2) {
    width: 230px;
    max-width: 230px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.banner a .text.left span {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.banner a .text.left span:nth-child(1) {
    max-width: 230px;
}
.banner a .text.left span:nth-child(2) {
    max-width: 200px;
}
.banner a .text.right {
    right: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.banner a .text.right:hover span:nth-child(2) {
    width: 230px;
    max-width: 230px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.banner a .text.right span {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.banner a .text.right span:nth-child(1) {
    max-width: 230px;
}
.banner a .text.right span:nth-child(2) {
    max-width: 200px;
}
.banner a .text.top {
    top: 0;
}
.banner a .text.bottom {
    bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.banner a .text.center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner a .text.big.left:hover span:nth-child(2) {
    width: 330px;
    max-width: 330px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.banner a .text.big.left span:nth-child(1) {
    max-width: 330px;
}
.banner a .text.big span:nth-child(1) {
    font-size: 50px;
}
.banner a .text span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner a .text span:nth-child(1) {
    font-size: 32px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #1f2023;
    padding-bottom: 17px;
}
.banner a .text span:nth-child(2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    position: relative;
    -webkit-transform: translateY(-17px);
    -ms-transform: translateY(-17px);
    transform: translateY(-17px);
    font-size: 26px;
    color: #fff;
    background-color: rgba(31, 32, 35, 0.8);
}
@media (max-width: 767px) {
    .banner a .text span {
        font-size: 18px !important;
    }
    .banner a .text span:nth-child(1) {
        width: 200px !important;
    }
    .banner a .text span:nth-child(2) {
        width: 180px !important;
    }
}
.banner-2 a {
    position: relative;
    border: 5px solid #c1b19d;
    overflow: hidden;
}
.banner-2 a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-2 a img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.banner-2 a span {
    background-color: #c1b19d;
    color: #fff;
    position: absolute;
    z-index: 3;
}
.banner-2 a span.left {
    left: 0;
    font-size: 20px;
    top: 20px;
    padding-left: 15px;
    padding-right: 30px;
}
.banner-2 a span.right {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    padding-right: 15px;
    padding-left: 45px;
}
@media (max-width: 767px) {
    .banner-2 a span {
        font-size: 18px !important;
    }
}
.video-area {
    position: relative;
    overflow: hidden;
}
.video-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #f0e7dc;
    width: 100%;
    height: calc(100% - 125px);
}
.video-area .block-title {
    font-size: 44px;
    font-weight: 300;
}
.video-area .item {
    display: block;
}
.video-area .item img {
    width: 100%;
    height: 245px;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-area .item .title {
    font-size: 20px;
    font-weight: 500;
    color: #1f2023;
}
.video-area .item .title span {
    margin-left: 15px;
    font-size: 14px;
}
.video-area .video iframe {
    width: 100%;
}
.footer-logo {
    margin-top: -125px;
    position: relative;
    z-index: 1;
}
address p {
    margin: 0;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
address p:hover,
address p:hover a {
    color: #c1b19d;
}
address p:hover i {
    color: #1f2023;
}
address p i {
    color: #c1b19d;
    font-size: 30px;
}
address p,
address p a {
    color: #1f2023;
} 
.footer-text {
    font-size: 10px;
}
.start nav {
    border-top: 1px solid #707070;
}
.start nav .breadcrumb li {
    font-size: 20px;
}
.start nav .breadcrumb li:not(:first-child)::before {
    content: ">";
    font-weight: lighter;
    margin: 0 5px;
    color: #c1b19d;
}
.start nav .breadcrumb li a {
    font-weight: 300;
    color: #c1b19d;
}
.start nav .breadcrumb li span {
    font-weight: 400;
}
.start nav .filter li a {
    color: #c1b19d;
}
.start nav .filter li a.active {
    font-weight: bold;
    color: #1f2023;
}
@media (min-width: 992px) {
    .bg {
        position: relative;
        overflow: hidden;
    }
    .bg::before {
        content: "";
        position: absolute;
        z-index: -1;
        background: url(../images/bg.svg) no-repeat center/cover;
        width: 100%;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.product-info h1 {
    font-size: 40px;
    color: #c1b19d;
}
.product-info .product-code {
    color: #1f2023;
}
.product-info .product-code span {
    font-weight: 300;
}
.product-info ul {
    list-style: none;
}
.product-info ul li {
    margin-bottom: 18.8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}
.product-info ul li.title {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 24px;
    color: #c1b19d;
}
.product-info ul li span:nth-child(2) {
    font-weight: 300;
}
.left-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.left-text .desc {
    font-size: 14px;
}
.left-text img {
    width: 250px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 15px solid #fff;
    position: relative;
    z-index: 2;
}
@media (max-width: 992px) {
    .left-text img {
        display: none;
    }
}
@media (min-width: 992px) {
    .left-text img {
        margin-right: -80px;
    }
}
.map iframe {
    width: 100%;
    height: 400px;
}
.map::after {
    content: "";
    background-color: #1F2023;
    width: 100%;
    height: 15px;
    display: block;
    margin: 30px 0;
}
footer {
    background-color: #1f2023;
}
footer .social a {
    color: #fff;
    font-size: 20px;
}
footer .social a:hover {
    color: #c1b19d;
}
footer,
footer a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}
footer a:hover {
    color: #c1b19d;
}
@media (max-width: 1399px) {
    html {
        font-size: 15px;
    }
}
@media all and (min-width: 1200px) {
    .nav-item .dropdown-menu {
        display: none;
    }
    .nav-item:hover .dropdown-menu {
        display: block;
    }
    .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    html {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    html {
        font-size: 13px;
    }
}





.contact.footer-top address {
    border: 1px solid #1f2023;
    padding-bottom: 10px;
}
.contact.footer-top address .title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 5px;
    margin-bottom: 10px;
}
.contact.footer-top address .title:hover {
    color: #C1B19D;
}
.contact.footer-top address .title span {
    font-size: 24px;
    font-weight: 500;
    position: relative;
}
.contact.footer-top address .title span::before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
    transition:.4s;
}
.contact.footer-top address .title:hover span::before {
    width: 100%
}
.contact.footer-top address .title svg {
    color: #c1b19d;
    fill: #c1b19d;
}
.contact.footer-top address p {
    font-size: 14px;
    color: #1f2023;
    padding: 3px 10px;
    justify-content: flex-end;
    gap: 15px;
    letter-spacing: .3px;
}
.contact.footer-top address p i {
    color: #c1b19d;
    font-size: 20px;
}
.contact.footer-top address p a {
    color: #1f2023;
    font-size: 16px;
}
.contact.footer-top address p:hover i {
    color: #1f2023;
}
.contact.footer-top address p:hover a {
    color: #c1b19d;
}