body {
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    background-color: #e5e5e58e !important;
    overflow-x: hidden;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

.text-black {
    color: #000 !important;
}

.home-title {
    background-color: #fff;
}

p {
    color: #b3b3b3;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: rgb(17 12 46 / 10%) 0px 1px 1000px 0px;
}

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

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    top: 0;
    width: 100%;
    height: 75px;
    padding: 0.5rem;
}

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
    top: -50px;
}

.site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
}

.site-navbar .site-logo img {
    width: 56px;
    padding: 10px 0;
}

.site-navbar .site-logo a {
    color: #00aea5;
    text-transform: lowercase;
}

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
    color: #00aea5 !important;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 5px 0px;
    color: #b4b4b4 !important;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #00aea5;
}

.site-navbar .site-navigation .site-menu > li.active > a {
    font-style: normal;
    font-weight: 600;
    color: #141414 !important;
    position: relative;
}

.site-navbar .site-navigation .site-menu > li.active > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #00aea5;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #00aea5;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #00aea5 !important;
    background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}

.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li
    > a:hover {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > .dropdown,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > ul {
    left: 100%;
    top: 0;
}

.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:hover
    > a,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:active
    > a,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:focus
    > a {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #00aea5;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    height: 100%;
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #00aea5;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #00aea5;
}

.site-mobile-menu .site-nav-wrap li.active > a {
    color: #00aea5;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
    position: relative;
    top: 0;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar {
    background: #fff;
}

.sticky-wrapper .site-navbar ul li a {
    color: rgba(0, 0, 0, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #89ba16;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #89ba16 !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.nav-phone {
    background-color: black;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100px;
    width: 100px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: 2000;
    cursor: pointer;
}

.nav-phone img {
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

.home-title h1,
.home-products2 h1 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: #282828;
}

.home-title p {
    color: #141414;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}

.text-blue {
    color: #00aea5;
}

.home-products img {
    width: 100%;
}

.home-right-img {
    height: 500px;
    position: relative;
}

.home-left-img div {
    height: 240px;
    position: relative;
}

.home-left-img div:first-child {
    margin-bottom: 15px;
}

.home-left-img div:last-child {
    margin-top: 20px;
}

.home-left-img img,
.home-right-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.home-left-img a,
.home-right-img a {
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50px);
    bottom: 10px;
    width: 100px;
    text-align: center;
    border: 1px solid black;
    border-radius: 4px;
    color: black;
    font-size: 15px;
}

.home-right-img a {
    right: 20px;
    left: auto;
}

.home-products2 {
    position: relative;
    width: 100%;
}

.home-products2-title {
    height: 200px;
}

.home-products2-title h1 {
    position: relative;
    z-index: 1000;
}

.home-products2 img {
    width: auto;
    position: absolute;
    top: 0;
    left: 100px;
    width: 350px;
    z-index: -1;
}

.home-products2-area h1 {
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #282828;
    margin-bottom: 0;
}

.home-products2-area a {
    color: #141414;
    font-size: 15px;
}

.home-products2-area p {
    font-size: 16px;
    color: #141414;
    line-height: 1.3;
}

.home-products2-area .text-blue {
    display: block;
}

.detail {
    text-align: center;
    display: inline-block;
    width: 100px;
    background-color: #00aea5;
    padding: 3px;
    color: #ffffff !important;
    border-radius: 5px;
}

.home-products2-area img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

.home-products-row {
    padding-top: 50px;
}

.glass {
    margin: 50px 0;
    height: 650px;
    position: relative;
    overflow: hidden;
}

.glass::after {
    content: url(../images/glass/flower.png);
    position: absolute;
    width: 200px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.glass::before {
    content: url(../images/glass/flower-right.png);
    position: absolute;
    width: 200px;
    right: 0;
    bottom: 0;
}

.glass-img {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    z-index: 1;
    opacity: 0.8;
}

.glass-img img {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.glass-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #b3b3b3;
    font-size: 200px;
    z-index: 0;
    text-transform: uppercase;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.view {
    margin: auto;
    text-align: center;
}

.view a {
    display: inline-block;
    padding: 4px 20px;
    background-color: #fff;
    background-color: #00aea5;
    color: white;
    border-radius: 7px;
    margin-top: 20px;
}

.material {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    width: 100%;
}

.material-left,
.material-right {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.material-right {
    height: 600px;
}

.material-left a,
.material-right a {
    font-style: normal;
    font-weight: 550;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    padding: 7px 40px;
    border-radius: 20px;
    border: 1px solid black;
}

.material div {
    z-index: 100;
}

.material-left a,
.material-right a {
    display: inline-block;
}

.material-left div:first-child a {
    margin-left: 50px;
}

.material-right div:first-child a {
    margin-left: -20px;
}

.glass-info {
    padding: 20px 0;
}

.glass-info-img img {
    width: 100%;
    margin: 10px 0;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.glass-info-img:nth-child(2) img {
    height: 130px;
}

.glass-info h1 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 42px;
    line-height: 45px;
    color: #141414;
    margin-bottom: 20px;
}

.glass-info p {
    color: #141414;
    font-size: 15px;
    margin-bottom: 0;
}

.glass-info .text-blue {
    display: block;
}

.glass-info .more-info {
    display: inline-block;
    color: #00aea5 !important;
    font-weight: 550;
    font-size: 18px;
    margin: 15px 0 10px 0;
}
.about-section-title {
    margin-bottom: 20px;
}
.about-section-title h1 {
    margin-bottom: 0;
}

.glass-info .more-info i {
    background-color: #00aea5;
    padding: 8px 12px;
    border-radius: 4px;
    margin-left: 10px;
}

.glass-info .more-info i {
    color: white;
    font-size: 14px;
    font-weight: 300;
}
.sale-section-title h2 {
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #282828;
    margin-bottom: 0;
}
.sale-section-title h2 span {
    display: inline-block;
    margin-top: 15px;
}
/* Glass Accordion */

.glass-accordion h1 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 53px;
    line-height: 60px;
    text-align: center;
    width: 500px;
    margin: auto;
    color: #282828;
}

.glass-accordion .card-header {
    position: relative;
}

.glass-accordion h6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.glass-accordion h6 a {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    color: #b4b4b4;
    line-height: 1;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.glass-accordion h6 .acc-button {
    padding: 0 8px;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 15px;
    transition: 0.3s;
}

.glass-accordion h6 a i {
    font-size: 13px;
    color: black;
    display: inline-block;
    line-height: 2;
}

.glass-accordion .card-body {
    display: flex;
    padding: 0 40px 0 0;
}

.glass-accordion .card-body img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
}

.glass-accordion .card-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #141414;
    margin-left: 10px;
}

.acc-number {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
    margin-right: 10px;
}

.glass-accordion .card {
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.glass-accordion a:not(.collapsed) {
    color: #00aea5;
}

.glass-accordion a:not(.collapsed) .acc-number {
    color: #b4b4b4;
}

.glass-accordion a:not(.collapsed) .acc-button {
    transform: rotate(180deg);
    background-color: #00aea5;
    color: white;
    border: 1px solid #00aea5;
}

.glass-accordion {
    background-color: #fff;
    padding-bottom: 30px;
}

/* Partnors */
.partnors {
    margin: 30px 0;
    padding: 30px 0;
    position: relative;
}

.partnors::after {
    content: url(../images/partnor/flower.png);
    position: absolute;
    left: 50%;
    top: 300px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.partnor-slider-title {
    width: 550px;
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 50px auto;
    position: relative;
    z-index: 10;
}

.partnor-slider-title h1 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
    color: #00aea5;
}

.partnor-slider-title h1,
.partnor-slider-title p {
    margin: 0 10px;
}

.partnor-slider-title p {
    line-height: 1.3;
    color: #141414;
    font-size: 15px;
}

/* Slider */

.partnors .slick-slide {
    margin: 0px 20px;
}

.partnors .slick-slide img {
    width: 100%;
}

.partnors .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 10;
}

.partnors .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.partnors .slick-list:focus {
    outline: none;
}

.partnors .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.partnors .slick-slider .slick-track,
.partnors .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.partnors .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.partnors .slick-track:before,
.partnors .slick-track:after {
    display: table;
    content: "";
}

.partnors .slick-track:after {
    clear: both;
}

.partnors .slick-loading .slick-track {
    visibility: hidden;
}

.partnors .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.partnors.slick-slide img {
    display: block;
}

.partnors.slick-slide.slick-loading img {
    display: none;
}

.partnors.slick-slide.dragging img {
    pointer-events: none;
}

.partnors.slick-initialized .slick-slide {
    display: block;
}

.partnors .slick-loading .slick-slide {
    visibility: hidden;
}

.partnors.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.partnors.slick-arrow.slick-hidden {
    display: none;
}

.partnors .slide {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-bottom: 30px;
}

.partnors .slide img {
    width: 80px;
    height: 80px;
    object-fit:contain;
}

@media (max-width: 850px) {
    .partnors .slide {
        height: 170px;
    }

    .partnor-slider-title {
        width: 500px;
    }

    .partnors .slick-slide {
        margin: 0px 10px;
    }
}

@media (max-width: 576px) {
    .partnors .slide {
        height: 170px;
    }

    .partnor-slider-title {
        width: auto;
        display: block;
        margin: auto;
        text-align: center;
        margin: 20px;
        margin: 30px 0;
    }
}

/* Home news */
.home-news {
    margin-top: 5rem;
}

.home-news a,
.single-news a {
    display: inline-block;
    width: 100px;
    text-align: center;
    border: 1px solid black;
    border-radius: 4px;
    color: black;
    font-size: 16px;
}

.home-news-title h1 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    width: 400px;
}

.single-home-news {
    margin: 50px 0;
}

.single-home-news h1,
.single-news h1 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    margin-top: 20px;
}

.single-home-news p,
.single-news p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #141414;
}

.single-home-news h1,
.single-home-news p,
.single-news h1,
.single-news p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-home-news img {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    object-fit: cover;
}

/* Footer */

footer {
    background: #141414;
    padding: 40px 0 5px 0;
    margin-top: 40px;
}

.footer-contact {
    padding: 10px;
}

.footer-contact li {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-bottom: 30px;
}

.footer-contact li i,
.footer-contact li a {
    color: #f7f7f7;
}

.footer-contact li i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #242424;
    text-align: center;
    line-height: 50px;
}

.footer-contact li:first-child i {
    font-size: 21px;
}

.footer-contact li a {
    margin-left: 20px;
    font-size: 15px;
    width: 80%;
}

.footer-nav,
.footer-settings {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    text-align: right;
    padding: 0;
}

.footer-nav li,
.footer-settings li {
    margin: 0 5px;
}

.footer-nav li a {
    color: #b4b4b4;
    font-weight: 600;
}

.footer-settings li a {
    text-decoration: underline !important;
    color: #b4b4b4;
}

.footer-nav li.active a {
    color: #00aea5;
}

.copyright {
    margin: auto;
    text-align: center;
}

.footer-logo img {
    width: 120px;
    height: 150px;
}

.settings {
    padding-left: 3rem;
}

/* Contact Modal */

.contact-modal.modal.fade .modal-dialog,
.product-detail.modal.fade .modal-dialog {
    transition: -webkit-transform 0.7s ease-out !important;
    transition: transform 0.7s ease-out !important;
    transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out !important;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    top: 50%;
    transform: translateY(-50%) !important;
}

.contact-modal .modal-content {
    border: none;
}

.modal-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    background: #f6f6f6;
    border-radius: 6px;
    position: relative;
    top: 50%;
    left: 50%;
    width: 350px;
    transform: translate(-50%, -50%);
}

.modal-right ul li {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 10px 0;
}

.modal-right ul li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    margin-right: 15px;
    text-align: center;
    border-radius: 50%;
}

.modal-right ul li a {
    color: #202020;
    width: 80%;
    font-weight: 500;
    font-size: 14.5px;
}

.modal-left {
    background-color: #e5e5e566 !important;
    padding: 3rem 5rem !important;
}

.modal-left-area {
    position: relative;
    padding: 0 !important;
}

.contact-modal button.close:focus {
    border: 0;
    outline: 0;
}

.modal-left-area::after {
    content: url(../images/contact/flower.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.modal-right-area {
    background-color: #fcfcfc8e !important;
}

.modal-body {
    padding: 0px !important;
}

.contact-modal .modal-left input,
.contact-modal .modal-left textarea {
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 20px 0;
    background-color: transparent;
}

.contact-modal .modal-left input::placeholder,
.contact-modal .modal-left textarea::placeholder {
    color: #b4b4b4;
    font-weight: 300;
    font-size: 14.5px;
}

.modal-width {
    max-width: 900px !important;
}

.contact-submit {
    border: none;
    outline: none;
    padding: 3px 20px;
    color: white;
    font-weight: 300;
    background: #00aea5;
    border-radius: 5px;
    line-height: 1.5;
}

.contact-modal-area {
    margin: 0 !important;
}

.contact-modal .close,
.product-detail .close {
    color: white;
}

.contact-modal button.close,
.product-detail button.close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ff6a6a;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000000000000000000000;
}

.navbar-contact-modal .modal {
    z-index: 10000 !important;
}

.contact-modal-title,
.modal-left form {
    position: relative;
    z-index: 10;
}

.contact-modal-title h3:first-child,
.contact-modal-title h3:nth-child(2) {
    color: #00aea5;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 550;
    font-size: 28px;
    margin-bottom: 3px !important;
}

.contact-modal-title h3:nth-child(2) {
    color: #282828;
}

.contact-modal-title p {
    font-weight: 300;
    font-size: 18px;
    color: #b4b4b4;
}

#success {
    z-index: 1000000;
}

#error {
    z-index: 100000;
}

#success .modal-content,
#error .modal-content {
    background-color: #f7f4f4 !important;
}

#success .modal-dialog,
#error .modal-dialog {
    max-width: 300px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

#success .modal-dialog::after,
#error .modal-dialog::after {
    content: url(../images/contact/success-flower-left.png);
    position: absolute;
    left: 2px;
    top: 10px;
    z-index: 0;
}

#success .modal-dialog::before,
#error .modal-dialog::before {
    content: url(../images/contact/flower-right.png);
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 1;
}

#success .modal-content,
#error .modal-content {
    width: 300px;
    height: 450px;
    border: none;
}

#error .modal-content {
    border: 1px solid rgb(214, 214, 214);
}

#success .modal-body,
#error .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1000;
    padding: 4px 30px !important;
}

#success .modal-body i,
#error .modal-body i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-radius: 50%;
    color: #00aea5;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    box-shadow: rgb(38, 57, 77) 0px 8px 18px -10px;
    margin-bottom: 10px;
}

.success-word,
.error-word {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #00aea5;
}

.success-text,
.error-text {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
    color: #282828;
    margin-bottom: 20px;
}

#success .close,
#error .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ff6a6a;
    color: white;
    border-radius: 50%;
    z-index: 10000;
}

#error .modal-body i {
    font-size: 25px;
}

#error .modal-body i,
.error-word {
    color: #ff6a6a;
}

.error-detail {
    text-align: center;
    display: inline-block;
    width: 100px;
    background-color: #ff6a6a;
    padding: 3px;
    color: #ffffff !important;
    border-radius: 5px;
}

#success .close:focus,
#error .close:focus,
.product-detail .close:focus {
    outline: none;
    border: none;
}

.success.modal,
.error.modal {
    visibility: hidden;
    top: -1000px;
    transition: 0.6s;
    display: block !important;
}

.success.modal.show,
.error.modal.show {
    display: block;
    visibility: visible;
    top: 0;
}

.backdrop {
    position: absolute;
    background-color: #28282876;
    width: 100%;
    height: 10000000000000000000000000px;
    top: 0;
    left: 0;
    display: none;
    z-index: 100000;
}

.error.modal.show .backdrop {
    background-color: #28282876;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}

.contact-modal.modal {
    display: none;
}

.contact-modal.modal.show {
    display: block !important;
    background-color: #28282857;
    overflow: hidden;
}

.glass-area:hover .material div a {
    display: inline-block;
    animation: tilt-shaking 0.5s;
    animation-iteration-count: infinite;
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* About page */
.about-main {
    padding: 50px 0;
    margin: auto;
}

.about-main img {
    width: 100%;
    height: 500px;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    object-fit: cover;
}

.about-us h1 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 72px;
    text-align: center;
    color: #282828;
}

.about-area1,
.about-area2 {
    position: relative;
    padding-top: 3rem;
}

.about-info p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    z-index: 10;
}

.about-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.about-area1::before {
    content: url(../images/about/flower1.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.about-area2::after {
    content: url(../images/about/flower2.png);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

/* Photo gallery */
.photo-gallery h1 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    text-align: center;
    color: #282828;
    margin: 50px 0 0 0;
}

#lightboxed--thumbs {
    display: none !important;
}

div#lightboxed--content .lightboxed--frame img {
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 6px;
}

/* .lightboxed{
  cursor: zoom-in !important;
} */
.photo-gallery .carousel {
    margin: 50px auto;
    padding: 0px;
}

.photo-gallery .carousel .carousel-item {
    min-height: 330px;
    text-align: center;
    overflow: hidden;
}

.photo-gallery .carousel .carousel-item .img-box {
    height: 250px;
    width: 100%;
    position: relative;
}

.photo-gallery .carousel .carousel-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.photo-gallery .carousel .carousel-item h4 {
    font-size: 18px;
    margin: 10px 0;
}

.carousel .carousel-item .btn {
    color: #333;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    line-height: 16px;
}

.photo-gallery .carousel .carousel-item .btn:hover,
.photo-gallery .carousel .carousel-item .btn:focus {
    color: #fff;
    background: #000;
    border-color: #000;
    box-shadow: none;
}

.photo-gallery .carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.photo-gallery .carousel .thumb-wrapper {
    text-align: center;
}

.photo-gallery .carousel .thumb-content {
    padding: 15px;
}

.photo-gallery .carousel-control-prev,
.photo-gallery .carousel-control-next {
    height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.2);
}

.photo-gallery .carousel-control-prev i,
.photo-gallery .carousel-control-next i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}

.photo-gallery .carousel-control-prev i {
    margin-left: -3px;
}

.photo-gallery .carousel-control-next i {
    margin-right: -3px;
}

.photo-gallery .carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}

.photo-gallery .carousel .item-price strike {
    color: #999;
    margin-right: 5px;
}

.photo-gallery .carousel .item-price span {
    color: #86bd57;
    font-size: 110%;
}

.photo-gallery .carousel .carousel-indicators {
    bottom: -50px;
}

.photo-gallery .carousel-indicators li,
.photo-gallery .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
    border: none;
}

.photo-gallery .carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

.photo-gallery .carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}

.photo-gallery .carousel-indicators li {
    text-indent: 0;
    height: auto;
}

.photo-gallery .indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.photo-gallery .carousel .carousel-indicators {
    position: relative;
    bottom: -8px;
    margin-right: 10px;
    margin-left: 10px;
}

.photo-gallery .carousel-indicators li,
.photo-gallery .carousel-indicators li.active {
    background: transparent;
    height: 20px;
    color: #9e9e9e;
}

.photo-gallery .carousel-indicators li.active {
    color: #00aea5;
}

.photo-gallery .img-box .lightbox > img {
    border-radius: 5px;
    object-fit: cover;
}

.photo-gallery .img-box:hover .lightbox > img {
    opacity: 0.7;
}

.photo-gallery .img-box {
    transition: 0.5s;
    position: relative;
}

.photo-gallery .img-box:hover:after {
    opacity: 1;
}

.lightbox-zoom {
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
}

.photo-gallery .img-box:hover .lightbox-zoom {
    opacity: 1;
}

.photo-gallery .carousel .carousel-item .zoom img {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.5s;
    cursor: pointer;
    z-index: 1;
    right: auto;
}

/* Staff */
.staff {
    text-align: center;
}

.staff-img {
    position: relative;
    overflow: hidden;
    height: 350px;
    border-radius: 6px;
    transition: 0.4s;
}

.staff-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    transition: 0.4s;
}

.staff-img:hover img {
    transform: scale(1.2);
}

.staff h5 {
    font-weight: 900;
    font-size: 16px;
    line-height: 17px;
    color: #141414;
    margin-top: 10px;
    margin-bottom: 5px;
}

.staff p {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
}

.staff p:nth-of-type(1) {
    color: #282828;
}

.staff p:nth-of-type(2) {
    color: #b3b3b3;
}

.float-img {
    width: 500px;
    height: 600px;
    margin: 10px 20px 10px 0;
    float: left;
    object-fit: cover;
}

/* Product */
.catalog {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid black;
    border-radius: 7px;
    padding: 0 30px;
    background-color: transparent;
}

.catalog a {
    color: black;
    padding: 3px 0;
    display: inline-block;
}

.new-product .img-box a,
.all-products .img-box a {
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50px);
    bottom: 20px;
    width: 100px;
    text-align: center;
    border: 1px solid black;
    border-radius: 4px;
    color: black;
    font-size: 15px;
    cursor: pointer;
}

.new-product h1,
.all-products h1 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    text-align: center;
    color: #282828;
    margin: 50px 0 0 0;
}

/* New Product Carousel*/
.new-product .carousel {
    margin: 50px auto;
    padding: 0px;
}

.new-product .carousel .carousel-item {
    min-height: 330px;
    text-align: center;
    overflow: hidden;
}

.new-product .carousel .carousel-item .img-box {
    height: 400px;
    width: 100%;
    position: relative;
    border-radius: 6px;
    border: 1px solid black;
}

.new-product .carousel .carousel-item img {
    /* max-width: 100%; */
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
    height: 100%;
    /* border: 1px solid black; */
    border-radius: 6px;
}

.new-product .carousel .carousel-item h4 {
    font-size: 18px;
    margin: 10px 0;
}

.new-product .carousel .carousel-item .btn {
    color: #333;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    line-height: 16px;
}

.new-product .carousel .carousel-item .btn:hover,
.new-product .carousel .carousel-item .btn:focus {
    color: #fff;
    background: #000;
    border-color: #000;
    box-shadow: none;
}

.new-product .carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.new-product .carousel .thumb-wrapper {
    text-align: center;
}

.new-product .carousel .thumb-content {
    padding: 15px;
}

.new-product .carousel-control-prev,
.new-product .carousel-control-next {
    height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.2);
}

.new-product .carousel-control-prev i,
.new-product .carousel-control-next i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}

.new-product .carousel-control-prev i {
    margin-left: -3px;
}

.new-product .carousel-control-next i {
    margin-right: -3px;
}

.new-product .carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}

.new-product .carousel .item-price strike {
    color: #999;
    margin-right: 5px;
}

.new-product .carousel .item-price span {
    color: #86bd57;
    font-size: 110%;
}

.new-product .carousel .carousel-indicators {
    bottom: -50px;
}

.new-product .carousel-indicators li,
.new-product .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
    border: none;
}

.new-product .carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

.new-product .carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}

.new-product .carousel-indicators li {
    text-indent: 0;
    height: auto;
}

.new-product .indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.new-product .carousel .carousel-indicators {
    position: relative;
    bottom: -8px;
    margin-right: 10px;
    margin-left: 10px;
}

.new-product .carousel-indicators li,
.new-product .carousel-indicators li.active {
    background: transparent;
    height: 20px;
    color: #9e9e9e;
}

.new-product .carousel-indicators li.active {
    color: #00aea5;
}

.new-product .star-rating li {
    padding: 0;
}

/* All Products Carousel */
.all-products .carousel {
    margin: 50px auto;
    padding: 0px;
}

.all-products .carousel .carousel-item {
    min-height: 330px;
    text-align: center;
    overflow: hidden;
}

.all-products .carousel .carousel-item .img-box {
    height: 400px;
    width: 100%;
    position: relative;
    border-radius: 6px;
    border: 1px solid black;
}

.all-products .carousel .carousel-item img {
    /* max-width: 100%; */
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
    height: 100%;
    border-radius: 6px;
}

.all-products .carousel .carousel-item h4 {
    font-size: 18px;
    margin: 10px 0;
}

.all-products .carousel .carousel-item .btn {
    color: #333;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    line-height: 16px;
}

.all-products .carousel .carousel-item .btn:hover,
.all-products .carousel .carousel-item .btn:focus {
    color: #fff;
    background: #000;
    border-color: #000;
    box-shadow: none;
}

.all-products .carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.all-products .carousel .thumb-wrapper {
    text-align: center;
}

.all-products .carousel .thumb-content {
    padding: 15px;
}

.all-products .carousel-control-prev,
.all-products .carousel-control-next {
    height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.2);
}

.all-products .carousel-control-prev i,
.all-products .carousel-control-next i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}

.all-products .carousel-control-prev i {
    margin-left: -3px;
}

.all-products .carousel-control-next i {
    margin-right: -3px;
}

.all-products .carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}

.all-products .carousel .item-price strike {
    color: #999;
    margin-right: 5px;
}

.all-products .carousel .item-price span {
    color: #86bd57;
    font-size: 110%;
}

.all-products .carousel .carousel-indicators {
    bottom: -50px;
}

.all-products .carousel-indicators li,
.all-products .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
    border: none;
}

.all-products .carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

.all-products .carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}

.all-products .carousel-indicators li {
    text-indent: 0;
    height: auto;
}

.all-products .indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.all-products .carousel .carousel-indicators {
    position: relative;
    bottom: -8px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
}

.all-products .carousel-indicators li,
.all-products .carousel-indicators li.active {
    background: transparent;
    height: 20px;
    color: #9e9e9e;
}

.all-products .carousel-indicators li.active {
    color: #00aea5;
}

.all-products .star-rating li {
    padding: 0;
}

/* News */
.news {
    padding: 20px 0;
}

.single-news {
    margin-bottom: 40px;
}

.single-news-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.single-news-img img {
    width: 100%;
    height: 350px;
    transform: scale(1);
    border-radius: 5px;
    transition: 0.5s;
    object-fit: cover;
}

.single-news:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}

.single-news h1 {
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-news p {
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* News Detail */
.news-back.catalog {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: black !important;
    transform: translateX(0);
    border: 1px solid black;
    border-radius: 4px;
    padding: 0 30px;
    background-color: transparent;
    color: white;
}

.news-back.catalog a {
    color: white;
}

.news-statistics {
    margin-left: 15px;
}

.news-statistics p {
    margin-bottom: 3px;
}

.news-detail-title h1 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 72px;
    text-align: center;
    color: #00aea5;
}

.float-img-area p {
    color: #000000;
    font-size: 15px;
}

.float-img-area {
    height: auto;
    overflow: hidden;
}

.news-detail-desc .float-img {
    height: 400px;
}

/* Product Detail Modal */
.product-detail-modal .modal {
    z-index: 100000000000;
}

.product-detail-modal .modal-body {
    background: #ecedf0;
    border-radius: 5px;
}

.detail-img-area img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.segment {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.product-detail-list {
    width: 100%;
    text-align: center;
}

.product-detail .modal-content {
    border: none;
    border-radius: 5px;
}

.material-detail {
    padding: 8px 30px;
    border: 1px solid black;
    border-radius: 20px;
    color: black;
    font-weight: 800;
    width: 100%;
    margin: 16px 0 !important;
}

.detail-modal-title h2 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #141414;
    word-break: break;
}

.product-detail-address {
    font-size: 14px;
}

.modal.show body {
    overflow: hidden;
}

@media (max-width: 1200px) {
    .material-left a,
    .material-right a {
        padding: 7px 25px;
        font-size: 15px;
    }

    .footer-nav .nav-link {
        padding: 0.5rem;
        font-size: 15px;
    }
    .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 992px) {
    .detail-img-area img {
        height: 500px;
        object-fit: cover;
        width: 320px !important;
        margin: auto !important;
        text-align: center;
    }

    .product-detail .modal-dialog {
        margin: 10px;
    }

    .home-news {
        margin-top: 1rem;
    }

    .nav-phone {
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 100px;
        width: 100px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        z-index: 2000;
    }

    .home-products2 img {
        left: 0px;
    }

    .home-left-img div {
        height: 300px;
    }

    .home-right-img {
        height: 420px;
    }

    .home-products2-heading,
    .home-products2-desc {
        margin: 15px 0;
    }

    .home-products-row {
        padding-top: 30px;
    }

    .home-products2-area .text-blue {
        display: inline;
    }

    .material-left div:first-child a {
        margin-left: 0px;
    }

    .material-right div:first-child a {
        margin-left: 0px;
    }

    .glass-accordion h6 a {
        display: block;
    }

    .glass-accordion .card-body {
        padding: 10px 0;
    }

    .glass-accordion .card-body img {
        display: none;
    }

    .glass-accordion .card-body p {
        margin: 0;
        font-size: 18px;
        line-height: 1.3;
        color: #b4b4b4;
    }

    .glass-accordion .acc-info {
        margin-top: 15px;
    }

    .single-home-news {
        margin: 50px 0 0 0;
    }

    .footer {
        padding: 0 30px;
    }

    .footer-nav {
        display: block;
        text-align: start;
    }

    .footer-area {
        padding: 0rem !important;
    }

    .footer-nav li {
        margin: 10px 0;
    }

    .settings {
        padding-left: 0;
        display: block;
    }

    .footer-settings {
        display: block;
        justify-content: start;
        margin-top: 20px;
    }

    .footer-settings li {
        text-align: start;
    }

    .footer-logo {
        padding-left: 20px;
    }

    .footer-contact-area {
        order: 1;
    }

    .footer-right {
        order: 0;
    }

    .footer-contact {
        padding: 0;
    }

    .modal-right-area {
        height: 400px;
    }

    .modal-right {
        width: 500px;
    }

    .about-area1,
    .about-area2 {
        padding-top: 1rem;
    }

    .about-area2 {
        margin-top: 20px;
    }

    .about-area2 .about-img {
        order: 2;
    }

    .about-area2 .about-info {
        order: 1;
    }

    .photo-gallery .carousel .carousel-item .img-box {
        height: 200px !important;
    }

    .new-product .carousel .carousel-item .img-box {
        height: 300px !important;
    }

    .all-products .carousel .carousel-item .img-box {
        height: 300px !important;
    }

    .float-img {
        width: 400px;
        height: 500px;
    }

    .contact-modal.modal.fade .modal-dialog {
        margin: 20px;
    }

    .detail-modal-title h2 {
        padding-top: 60px;
    }

    .product-detail-modal .contact-modal button.close {
        top: 10px;
    }

    .product-detail-modal .contact-modal.modal.fade .modal-dialog {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        top: 0;
        transform: translateY(0) !important;
    }

    .detail-img-area img {
        margin: 20px 0;
    }

    .product-detail-list {
        width: 50%;
    }

    .language select {
        font-size: 22px;
        margin-left: 15px;
        margin-top: 5px;
        color: #44474a;
    }
}

@media (max-width: 768px) {
    .detail-img-area img {
        height: 400px;
        object-fit: contain;
    }

    .product-detail-modal .modal-body {
        height: 900px;
        overflow: auto;
    }

    .home-left-img div {
        margin: 30px 0;
    }

    .home-left-img a,
    .home-right-img a {
        bottom: 30px;
    }

    .home-right-img a {
        left: 50%;
        transform: translateX(-50px);
    }

    .home-right-img {
        height: 300px;
    }

    .glass {
        height: auto;
        padding: 50px 0;
        margin-bottom: 0;
    }

    .material-left div,
    .material-right div {
        margin-top: 20px;
    }

    .glass-img {
        margin: 20px 0;
    }

    .material {
        height: auto;
    }

    .material-right,
    .material-left {
        height: auto;
    }

    .glass-img {
        background-size: 100% 100%;
        height: 500px;
    }

    .glass-text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #b3b3b3;
        font-size: 150px;
    }

    .glass::after,
    .glass::before {
        content: none;
    }

    .view a {
        margin-top: 25px;
    }

    .glass-info-img img,
    .glass-info-img:nth-child(2) img {
        height: 300px;
        margin: 15px 0;
    }

    .glass-info .text-blue {
        display: inline;
    }

    .photo-gallery .carousel .carousel-item .img-box {
        height: 170px !important;
    }

    .new-product .carousel .carousel-item .img-box {
        height: 200px !important;
    }

    .new-product .carousel .carousel-item {
        min-height: auto !important;
    }

    .float-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .new-product .carousel .carousel-item .img-box {
        height: 150px;
    }

    .all-products .carousel .carousel-item .img-box {
        height: 150px;
    }

    .photo-gallery .carousel .carousel-item .img-box {
        height: 150px;
    }

    .single-news p {
        height: auto;
    }

    .single-home-news h1,
    .single-home-news p,
    .single-news h1,
    .single-news p {
        display: block;
    }

    .product-detail-address {
        display: none;
    }

    .product-detail-list {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .photo-gallery .carousel .carousel-item .img-box {
        text-align: center;
        margin: auto;
        width: 400px;
        height: 250px !important;
    }

    .home-products2 img {
        width: 300px;
    }

    .home-products2 h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-products2-title {
        height: 180px;
    }

    .material div a {
        font-size: 15px;
    }

    .glass-info h1 {
        font-size: 35px;
    }

    .home-title h1,
    .home-products2 h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .glass-accordion h1 {
        font-size: 40px;
        line-height: 50px;
        width: auto;
        padding: 30px 0 !important;
    }

    .home-news-title h1 {
        width: auto;
        font-size: 40px;
    }

    .partnors::after {
        content: none;
    }

    .home-news {
        margin-top: 0rem;
    }

    .modal-right {
        width: 400px;
    }

    .modal-right-area {
        display: none;
    }

    .about-main img {
        padding: 0 20px;
        height: 300px;
    }

    .about-img img {
        height: 400px;
    }

    .photo-gallery h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .photo-gallery {
        padding: 5px 20px;
    }

    .new-product .carousel .carousel-item .img-box {
        height: 400px !important;
    }

    .new-product .carousel .carousel-item .img-box {
        height: 250px;
    }

    .all-products .carousel .carousel-item .img-box,
    .photo-gallery .carousel .carousel-item .img-box {
        height: 250px;
    }

    .all-products .carousel-control,
    .photo-gallery .photo-gallery .carousel-control,
    .new-product .carousel-control {
        display: none;
    }

    .product-detail-list {
        width: 100%;
    }

    #success .modal-dialog,
    #error .modal-dialog {
        margin: auto;
    }
}

@media (max-width: 475px) {
    .detail-img-area img {
        height: 400px;
        object-fit: contain;
    }

    .product-detail-modal .modal-body {
        height: 810px;
        overflow: auto;
    }

    .new-product .carousel .carousel-item .img-box {
        height: 300px !important;
    }

    .new-product h1,
    .all-products h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .catalog {
        padding: 0 20px;
        font-size: 15px;
    }

    .single-news-img img {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 425px) {
    .modal-right {
        width: 300px;
    }

    .modal-left {
        padding: 3rem !important;
    }

    .detail-img-area img {
        height: 350px;
        object-fit: contain;
    }

    .modal.fade .modal-dialog {
        top: 0;
        transform: t;
    }

    .detail-modal-title h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .photo-gallery .carousel .carousel-item .img-box {
        text-align: center;
        margin: auto;
        width: 100%;
        height: 200px !important;
    }
}

/* Language */

.lang-menu {
    position: relative;
    color: #b4b4b4 !important;
}

.lang-menu .selected-lang {
    line-height: 2;
    cursor: pointer;
    padding: 6px 15px;
}

.lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 40px !important;
    right: 0px;
    width: 125px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    width: 80px !important;
}

.lang-menu ul li {
    list-style: none;
}

.lang-menu ul li a {
    text-decoration: none;
    padding: 5px 10px !important;
    display: block;
    height: 40px !important;
    color: #00aea5;
}

.lang-menu ul li:hover {
    background-color: #f2f2f2;
}

.lang-menu:hover ul {
    display: block !important;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    width: 70px !important;
}
@media (max-width: 991px) {
    .lang-menu {
        color: #212529 !important;
        font-size: 20px;
    }
}
