@import url(https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap);

b, strong {
    font-weight: bold;
}

.main-banner,
section {
    position: relative;
}

header .mobile-menu .offcanvas-end .offcanvas-body ul li .sub-menu ul li,
section {
    padding: 0;
}

.breadcrumb .breadcrumb-item {
    line-height: 1rem;
    color: #171717;
    font-size: 12px;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb ul li a {
    color: #171717;
    font-size: 12px;
    letter-spacing: 0.7px;
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb ul li.active {
    color: #6c757d;
    font-size: 12px;
    letter-spacing: 0.7px;
}

.form-group,
.prod .product-box,
.project-apply .title-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-apply .title-area {
    justify-content: space-evenly;
}

a:focus,
abbr:focus,
acronym:focus,
address:focus,
applet:focus,
article:focus,
aside:focus,
audio:focus,
b:focus,
big:focus,
blockquote:focus,
body:focus,
canvas:focus,
caption:focus,
center:focus,
cite:focus,
code:focus,
dd:focus,
del:focus,
details:focus,
dfn:focus,
div:focus,
dl:focus,
dt:focus,
em:focus,
embed:focus,
fieldset:focus,
figcaption:focus,
figure:focus,
footer:focus,
form:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
header:focus,
hgroup:focus,
html:focus,
i:focus,
iframe:focus,
img:focus,
input:focus,
ins:focus,
kbd:focus,
label:focus,
legend:focus,
li:focus,
mark:focus,
menu:focus,
nav:focus,
object:focus,
ol:focus,
output:focus,
p:focus,
pre:focus,
q:focus,
ruby:focus,
s:focus,
samp:focus,
section:focus,
select:focus,
small:focus,
span:focus,
strike:focus,
strong:focus,
sub:focus,
summary:focus,
sup:focus,
table:focus,
tbody:focus,
td:focus,
textarea:focus,
tfoot:focus,
th:focus,
thead:focus,
time:focus,
tr:focus,
tt:focus,
u:focus,
ul:focus,
var:focus,
video:focus {
    outline: 0;
}

body {
    font-family: Urbanist;
    background: #fff;
}

.p-0 {
    padding: 0 !important;
}

.about-img img,
.cat-box .cat-img,
.sep-img img,
header .mobile-menu .offcanvas-end .offcanvas-header a img,
section {
    width: 100%;
}

@media screen and (max-width: 450px) {
    .row {
        margin: 0;
    }
}

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

a:hover {
    color: inherit;
}

.color-green {
    color: #00ddb3;
}

.color-pink {
    color: #ee95e7;
}

.color-yellow {
    color: #f4c042;
}

.color-blue {
    color: #5b9ff8;
}

.color-black {
    color: #222529;
}

.color-light-blue {
    color: #606f7b;
}

.color-grey {
    color: #d9d9d9;
}

.color-light {
    color: #f6fffd;
}

.color-white,
footer .footer-top .logo-area .footer-address a {
    color: #fff;
}

.bg-green {
    background-color: #00ddb3;
}

.bg-pink {
    background-color: #ee95e7;
}

.bg-yellow {
    background-color: #f4c042;
}

.bg-blue {
    background-color: #5b9ff8;
}

.bg-black {
    background-color: #222529;
}

.bg-light-blue {
    background-color: #606f7b;
}

.bg-grey {
    background-color: #d9d9d9;
}

.bg-light,
.bg-light-green {
    background-color: #f6fffd;
}

.bg-white {
    background-color: #fff;
}

.bg-color {
    background-color: #fafafa;
}

.bg-light-cyan {
    background-color: #ebf4ff;
}

.bg-light-pink {
    background-color: #f3dff1;
}

.bg-light-yellow {
    background-color: #fef8e8;
}

.button,
.button-lg,
.button-md,
.button-sm,
.button-xl,
.button-xs,
.button-xxs {
    border-radius: 6px;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
}

.button-xl {
    width: 460px;
}

.button-lg {
    width: 409px;
}

.button-md {
    width: 267px;
}

.button-sm {
    width: 190px;
}

.button-xs {
    width: 147px;
}

.button-xxs {
    width: 101px;
}

.contact-info-area .address,
.gap-20 {
    gap: 20px;
}

.grid-2,
.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
}

.border-light {
    border: 1px solid #ebebeb;
}

.form-group label {
    color: #222529;
    font-weight: 600;
    font-size: 13px;
}

.form-group input {
    border: 1px solid #e3e3e3;
    line-height: 56px;
    padding-left: 20px;
    border-radius: 3px;
}

.prod-name,
.text-2 {
    font-size: 40px;
}

.all-btn {
    display: flex;
    width: 100%;
    justify-content: center;
}

.all-btn a {
    color: #1e1e1e;
    width: 150px;
    border: 1px solid #1e1e1e;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
}

.all-btn a:hover {
    background-color: #1e1e1e;
    color: #fafafa;
}

.main-banner {
    width: 100%;
    height: 500px;
}

.collection-banner:before,
.main-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: block;
}

.main-banner img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-banner .banner-text {
    position: absolute;
    bottom: 0;
    color: #fff;
}

.main-banner .banner-text h2 {
    font-weight: 700;
}

.breadcrumb {
    margin-top: 1rem;
}

.breadcrumb ul {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.breadcrumb ul li a:hover {
    color: #171717;
}

.filter-area form {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
}

.filter-area form .filter-search {
    border: 1px solid #000;
    width: 300px;
    height: 57px;
}

.filter-area form .filter-search .select2 {
    border: 0;
    width: 100%;
    height: 56px;
}

.filter-area form .filter-search select {
    border: 0;
    width: 100%;
    height: 100%;
}

.filter-area form .filter-search select option {
    width: 100%;
    height: 40px;
}

.filter-area form button {
    border: 0;
    background: #000;
    color: #fff;
    width: 180px;
    text-align: center;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 0;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 13px;
    right: 1px;
    width: 20px;
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #292a2c;
    color: #fff;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    line-height: 30px;
}

.about-text {
    justify-content: center;
}

.about-text,
.desc-section,
.news-detail-desc,
footer .footer-top .logo-area,
footer .footer-top .menu-area {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.about-text .about-title {
    color: #171717;
    font-size: 30px;
}

.about-text .about-desc {
    color: #929292;
    font-size: 16px;
    line-height: 25px;
}

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

.order-set-2 .about-text {
    order: 1;
}

.news-detail-desc .date {
    font-weight: 600;
    margin-top: 10px;
}

.news-detail-desc .date span,
.project-apply .title-area h2 span {
    font-weight: 300;
}

.news-detail-desc .news-desc {
    line-height: 25px;
    font-size: 15px;
}

#slider-carousel {
    width: 100%;
    height: 300px;
    margin-top: 50px;
}

#slider-carousel .image-wrapper,
.fancy-box .grouped_elements {
    width: 100%;
    display: flex;
}

#slider-carousel .image-wrapper img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 300px;
}

#slider-carousel-nav {
    height: auto;
    display: block;
    margin: 25px auto auto;
}

#slider-carousel-nav .slick-slide-item,
#slider-carousel-nav-2 .slick-slide-item {
    border: 1px solid #ebebeb;
    margin-left: 3px;
    margin-right: 3px;
}

#slider-carousel-nav .slick-slide-item .image-wrapper,
#slider-carousel-nav-2 .slick-slide-item .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
}

#slider-carousel-nav .slick-slide-item .image-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

#slider-carousel-nav-2 .slick-track {
    margin-left: 0;
}

#slider-carousel-nav-2 .slick-slide-item .image-wrapper img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#slider-carousel-nav-2 .slick-slide-item .image-wrapper .erkort {
    object-fit: cover;
    width: 100%;

}

.desc-section {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.desc-section p {
    font-size: 30px;
}

.desc-section h2,
.desc-section h2 p {
    font-size: 15px;
    line-height: 24px;
    color: #929292;
}

.desc-section ul,
.detail-btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.desc-section ul li {
    list-style: disc;
    margin-left: 17px;
}

.desc-section ul li.no-dot {
    font-size: 30px;
    margin-bottom: 30px;
    list-style: none;
    margin-left: 0;
}

.desc-section ul li .list-grid {
    font-weight: 300;
    line-height: 20px;
    display: grid;
    grid-template-columns: 40% 1fr;
}

.desc-section ul li .list-grid.oneFr {
    grid-template-columns: 1fr;
    gap: 10px;
}

.desc-section ul li .list-grid span {
    font-weight: 500;
}

.detail-btns {
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
}

.detail-btns a {
    border: 1px solid #000;
    width: 200px;
    text-align: center;
    padding: 14px;
    color: #000;
}

.collection-banner .col-img,
.map {
    border-radius: 6px;
    width: 100%;
    overflow: hidden;
}

.detail-btns a:nth-child(2) {
    background: #000;
    color: #fff;
}

.collection-banner .col-img {
    margin: auto;
    height: 100vh;
    display: flex;
}

.collection-banner .col-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 73%;
    object-position: 100% 73%;
}

.collection-banner p {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fancy-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 10px;
}

@media screen and (max-width: 768px) {
    .all-btn {
        margin-top: 20px;
    }

    .main-banner,
    .main-banner img {
        height: 250px;
    }

    #slider-carousel,
    #slider-carousel .image-wrapper img {
        height: auto;
    }

    .desc-section ul li .list-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .fancy-box {
        grid-template-columns: 1fr 1fr;
    }

    .margin-settings {
        margin: 0;
    }
}

.fancy-box .grouped_elements img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-btn,
.submit-btn {
    margin-top: 20px;
}

#slider-carousel-nav button {
    display: none !important;
}

.contact-info-area,
.contact-info-area .address {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-info-area img,
header .header-bottom .nav a img {
    width: 150px;
}

.contact-info-area .address .some-word {
    font-size: 36px;
    font-weight: 200;
}

.contact-info-area .address a,
.contact-info-area .address a:hover {
    color: #000;
}

.contact-form label,
.contact-info-area .address a span,
.contact-info-area .address address span,
.contact-info-area .address p span {
    font-weight: 600;
}

.map {
    height: 300px;
}

.contact-form .input-group {
    gap: 10px;
}

.contact-form input {
    width: 100% !important;
    border-radius: 0;
    border: 1px solid #000;
    line-height: 30px;
    margin-bottom: 30px;
    outline: 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #000;
    box-shadow: none;
}

.contact-form textarea {
    width: 100% !important;
    border-radius: 0;
    border: 1px solid #000;
    resize: none;
    height: 200px;
    outline: 0;
}

.submit-btn {
    display: flex;
    justify-content: flex-start;
}

.submit-btn button {
    background: #000;
    color: #fff;
    border: 0;
    padding: 14px 49px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #222529;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-flush .accordion-item {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-bottom: 20px;
}

.accordion-flush .accordion-item:first-child {
    border-top: 1px;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px;
}

.accordion-flush .accordion-item .accordion-button {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.dion-sanal a,
.main-slider .slider-item a,
.project-apply .apply-area {
    position: relative;
}

.dion-sanal a img,
.main-slider .slider-item a img,
.news .news-img img,
.project-apply .apply-area img {
    width: 100%;
    height: 100%;
}

.main-slider .slider-item a::before {
    content: "";
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3490196078);
}

.main-slider .slider-item p {
    color: #fafafa;
    position: absolute;
    bottom: 98px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    gap: 20px;
    font-size: 40px;
    @media screen and (max-width: 768px) {
        bottom: 10px;
    }
}

.main-slider .slider-item p span {
    font-size: 20px;
    @media screen and (max-width: 768px) {
        font-size: 13px;
    }
}

@media screen and (max-width: 515px) {
    .text-2 {
        font-size: 35px;
    }

    .filter-area form {
        flex-direction: column;
    }

    .filter-area form .filter-search {
        width: 100%;
    }

    .filter-area form button {
        width: 100%;
        line-height: 37px;
    }

    .fancy-box {
        grid-template-columns: 1fr;
    }

    .main-slider .slider-item p span {
        display: none;
    }
}

.main-slider.gapSlider {
    height: 80vh;
}

.main-slider.gapSlider .slider-item {
    width: 80%;
    margin-right: 30px;
    margin-left: 30px;
    height: 80vh;
    background: 0 0;
}

.cat-box .cat-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cat-box .cat-name {
    font-size: 20px;
    font-weight: 600;
}

.card-wrapper {
    position: relative;
    height: 440px;
}

.card-wrapper h5 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2em;
}

.card-wrapper p {
    font-size: 17px;
    line-height: 1.3em;
}

.card-wrapper img {
    max-width: 250px;
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    border-radius: 6px;
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.19);
}

footer {
    background: #000;
    width: 100%;
    padding: 40px;
    margin-top: 100px;
}

footer .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 1180px) {
    footer .footer-top .logo-area {
        width: 27%;
    }
}

@media screen and (max-width: 1024px) {
    .collection-banner .col-img img {
        -o-object-position: center;
        object-position: center;
    }

    footer .footer-top .logo-area {
        width: 25%;
    }
}

@media screen and (max-width: 1023px) {
    footer {
        padding: 0;
    }

    footer .container,
    footer .container-fluid {
        padding: 40px;
    }

    footer .quickStart {
        position: relative;
        display: grid;
    }
}

footer .footer-top .logo-area .footer-logo a img {
    width: 112px;
    height: 100%;
}

footer .footer-top .logo-area .footer-address {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 15px;
}

footer .footer-top .logo-area .footer-address span,
footer .footer-top .menu-area p {
    color: #fff;
    font-weight: 600;
}

footer .footer-top .logo-area .footer-address p {
    color: #fff;
    line-height: 20px;
}

footer .footer-top .menu-area a {
    color: #fff;
    font-weight: 100;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

header .header-top {
    background-color: #1e1e1e;
    height: 30px;
    display: flex;
    align-items: center;
}

.project-apply .sep-icon-area .sep-desc,
header .header-top .lang {
    display: flex;
    gap: 10px;
}


@media screen and (max-width: 767px) {
    .project-apply .sep-icon-area .sep-desc,
    header .header-top .lang {
        display: none;
    }
}

header .header-top .lang a {
    color: #bbb7b7;
    font-size: 14px;
}

header .header-top .lang a.active {
    color: #fafafa;
}

header .header-top .dion-info {
    display: flex;
    gap: 20px;

}

.outlet-products {
}

.outlet-products span {
    color: #000;
    padding: 5px 10px;
    background: #feca16;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    header .header-top .dion-info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 8px;
    }
}

header .header-top .dion-info a {
    color: #bbb7b7;
    font-size: 13px;
    text-transform: uppercase;
}

@media screen and (max-width: 580px) {
    header .header-top {
        height: 70px;
    }

    header .header-top .dion-info {
        gap: 3px;
        flex-wrap: wrap;
    }

    header .header-top .dion-info a {
        padding: 5px 0;
    }

    .outlet-products {
        flex-basis: 100%;
        width: 100%;
        padding: 0;
    }

    .outlet-products span {
        width: 100%;
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    header .header-top .dion-info a {
        font-size: 10px;
    }
}

header .header-bottom {
    background-color: #000;
    padding-top: 12px;
    position: relative;
}

header .header-bottom .nav {
    display: flex;
    justify-content: space-between;
}

header .header-bottom .nav .menu-sub:hover .sub-menu-wrapper,
header .header-bottom .nav a {
    display: flex;

}

header .header-bottom .nav,
header .header-bottom .nav .menu-sub,
header .header-bottom .nav a {
    height: 80px;
    align-items: center;
}

header .header-bottom .nav .menu-sub a,
header .header-bottom .nav a {
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: 300;
    color: #fafafa;
    text-transform: uppercase;
}

header .header-bottom .nav .menu-sub {
    vertical-align: middle;
    display: flex;
}

header .header-bottom .nav .menu-sub a {
    height: auto;
}

header .header-bottom .nav .menu-sub .sub-menu-wrapper {
    position: absolute;
    left: 0;
    top: 92px;
    width: 100%;
    background: rgba(30, 30, 30, 0.8392156863);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
    border-top: 1px solid #fff;
    display: none;
}

header .header-bottom .nav .menu-sub .sub-menu-wrapper .sub-menu {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

header .header-bottom .nav .menu-sub .sub-menu-wrapper .sub-menu ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
    padding-bottom: 60px;
}

header
.header-bottom
.nav
.menu-sub
.sub-menu-wrapper
.sub-menu
ul
li:first-child
a {
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    text-transform: uppercase;
}

header .header-bottom .nav .menu-sub .sub-menu-wrapper .sub-menu ul li a {
    color: #fafafa;
    font-size: 14px;
    text-transform: capitalize;
}

header .header-bottom .nav .menu-sub .sub-menu-wrapper .sub-menu ul li a img {
    width: 200px;
}

header .mobile-menu {
    padding-bottom: 12px;
}

header .mobile-menu,
header .mobile-menu .offcanvas-end .offcanvas-body ul li .sub-menu {
    display: none;
}

header .mobile-menu .mobile-menu-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    @media screen and (max-width: 767px) {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 35px auto 50px;
        height: 50px;
        align-items: center;
    }

}

header .mobile-menu .mobile-menu-wrapper a {
    color: #fff;
}

header .mobile-menu .mobile-menu-wrapper .mobile-logo {
    width: 135px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

header .mobile-menu .mobile-menu-wrapper button {
    background: 0 0;
    border: 0;
    color: #fff;
}

header .mobile-menu .mobile-menu-wrapper button svg {
    width: 41px;
    height: 37px;
}

header .mobile-menu .mobile-menu-wrapper .mobile-lang {

    @media screen and (min-width: 768px) {
        display: none;
    }
}

header .mobile-menu .mobile-menu-wrapper .mobile-lang .lang {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

header .mobile-menu .mobile-menu-wrapper .mobile-lang .lang a {
    color: #fff;
}

header .mobile-menu .offcanvas-end {
    width: 80%;
    background: #1e1e1e;
    display: flex;
    gap: 30px;
}

header .mobile-menu .offcanvas-end .offcanvas-header a {
    height: 100px;
    width: 100%;
    padding: 30px;
}

@media screen and (max-width: 768px) {
    footer .footer-top .logo-area {
        width: 100%;
    }

    footer .footer-top .logo-area .footer-logo {
        justify-content: center;
        display: flex;
    }

    footer .footer-top .menu-area {
        display: none;
    }

    header .mobile-menu .offcanvas-end .offcanvas-header a img {
        width: 40%;
        margin: auto;
        display: block;
    }
}

@media screen and (max-width: 575px) {
    header .mobile-menu .offcanvas-end .offcanvas-header a img {
        width: 50%;
        margin: auto;
        display: block;
    }
}

@media screen and (max-width: 425px) {
    header .mobile-menu .offcanvas-end .offcanvas-header a img {
        width: 75%;
        margin: auto;
        display: block;
    }
}

header .mobile-menu .offcanvas-end .offcanvas-body ul {
    text-align: right;
}

header .mobile-menu .offcanvas-end .offcanvas-body ul li {
    border-bottom: 1px solid #565656;
    line-height: 60px;
}

header .mobile-menu .offcanvas-end .offcanvas-body ul li a {
    color: #fff;
    padding-right: 20px;
    width: 100%;
    display: flex;
    justify-content: end;
}

header .mobile-menu .offcanvas-end .offcanvas-body ul li .sub-menu ul {
    text-align: right;
    height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header .mobile-menu .offcanvas-end .offcanvas-body ul li .sub-menu ul li a {
    font-size: 15px;
    color: #bbb7b7;
}

header
.mobile-menu
.offcanvas-end
.offcanvas-body
ul
li
.sub-menu
ul
li:first-child
a {
    color: #fff;
    font-weight: 800;
}

header
.mobile-menu
.offcanvas-end
.offcanvas-body
ul
li
.sub-menu
ul
li.sep-bg {
    background: #000;
    text-align: center;
}

header
.mobile-menu
.offcanvas-end
.offcanvas-body
ul
li
.sub-menu
ul
li.sep-bg
a {
    padding: 0;
    justify-content: center;
}

header .mobile-menu .offcanvas-end .offcanvas-body ul li .sub-menu.openFor {
    display: flex;
    flex-direction: column;
    background: #2e2e2e;
}

@media screen and (max-width: 769px) {
    header .desktop-menu {
        display: none;
    }

    header .mobile-menu {
        display: flex;
    }
}

.prod .product-box .product-img {
    position: relative;
    aspect-ratio: 1.3 / 1;
    /*height: 400px;*/
    overflow: hidden;
    background: #f5f5f5;
}
@media screen and (max-width: 515px) {
    .prod .product-box .product-img {
        height: 250px;   
    }
}

.prod .product-box .product-img.store-img {
    aspect-ratio: 1 / 1.2;
    height: auto !important;
}

.prod .product-box .product-img img {
    width: 100%;
    height: 100%;
    transition: transform 35s;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: bottom;
}

.prod .product-box .product-img.fit-contain img {
    -o-object-fit: contain;
    object-fit: contain;
}

.prod .product-box .product-name {
    text-align: center;
}

.prod .product-box .product-name a,
.prod .product-box .product-name p {
    font-size: 19px;
    font-weight: 500;
    color: #1e1e1e;
}

.prod .product-box .product-name.blog {
    text-align: left;
}

.prod .product-box .product-name.blog p {
    color: #1e1e1e;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}

.prod .product-box .blog-desc p {
    color: #1e1e1e;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.prod:hover img {
    transform: scale(1.5);
}

.blog-btn a {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 18px;
    color: #1e1e1e;
}

.blog-btn a:before {
    content: "+";
    font-size: 20px;
    color: #fff;
    position: relative;
    background: #000;
    border-radius: 50%;
    width: 20px;
    height: 21px;
    display: flex;
    justify-content: center;
}

.product-detail #slider-carousel-nav {
    display: flex;
    justify-content: flex-start;
}

.product-detail #slider-carousel-nav .slick-list {
    visibility: visible;
}

.project-apply {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    justify-content: space-between;
    background: #1a1a1a;
}

.project-apply .title-area {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 35px;
    justify-content: space-evenly;
}

.project-apply .title-area h2 {
    color: #e1e1e1;
    font-size: 38px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 375px) {
    header .mobile-menu .offcanvas-end .offcanvas-header a img {
        width: 78%;
        margin: auto;
        display: block;
    }

    .project-apply .title-area h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 374px) {
    .project-apply .title-area {
        padding: 20px;
    }

    .project-apply .title-area h2 {
        font-size: 25px;
    }
}

.project-apply .title-area p {
    color: #e1e1e1;
    line-height: 24px;
}

.project-apply .sep-icon-area {
    display: flex;
    gap: 15px;
}

.project-apply .sep-icon-area .sep-desc .sep-icon {
    width: 41px;
    height: 41px;
}

.project-apply .sep-icon-area .sep-desc .sep-icon-desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.project-apply .sep-icon-area .sep-desc .sep-icon-desc p {
    font-size: 18px;
    font-weight: 600;
}

.project-apply .sep-icon-area .sep-desc .sep-icon-desc span {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
}

.project-apply .get-contact a {
    color: #fff;
    border: 1px solid #fff;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}

.project-apply .apply-area:before {
    content: "";
    background: url(../img/blur.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5px;
}

@media screen and (max-width: 768px) {
    .project-apply {
        display: flex;
        flex-direction: column;
    }

    .project-apply .apply-area img {
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.project-sep-banner {
    width: 100%;
    height: 300px;
    margin-top: 100px;
    position: relative;
}

.project-sep-banner a {
    background: url(../img/projeimg.jpg) 50% 66% / cover no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
}

.project-sep-banner a:before {
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4705882353);
}

.news .news-info,
.tools {
    display: flex;
    justify-content: center;
}

.tools {
    background-color: #fafafa;
    height: 100px;
    align-items: center;
    padding: 10px;
}

.tools img {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    height: 55px;
}

.section-sep-title {
    font-size: 55px;
    font-weight: 600;
}

.section-sep-title2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

.questionMark span {
    font-size: 150px;
    font-weight: 700;
}

.small-form form input {
    height: 56px;
}

.dion-sanal {
    display: flex;
    gap: 10px;
    margin-top: 150px;
}

@media screen and (max-width: 767px) {
    footer .footer-top .logo-area .footer-logo a img {
        width: 71%;
        margin: auto;
        display: flex;
    }

    footer .footer-top .logo-area .footer-address {
        display: none;
    }

    .dion-sanal,
    .project-apply .sep-icon-area {
        flex-direction: column;
    }

    .project-apply .get-contact a {
        width: 100%;
    }
}

.dion-sanal a img {
    -o-object-fit: cover;
    object-fit: cover;
}

.dion-sanal a p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    color: #1e1e1e;
    padding: 10px;
}

.news {
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.news .news-info {
    flex-direction: column;
    gap: 20px;
}

.news .news-info .news-date p {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
}

.news .news-info .news-title p {
    font-size: 30px;
    font-weight: 600;
    color: #1e1e1e;
}

.news .news-info .news-desc p {
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
    font-weight: 300;
}

.margin-top-class {
    margin-top: 150px;
}

@media screen and (max-width: 768px) {
    .margin-top-class {
        margin-top: 75px;
    }
}

.margin-top-class.for-product {
    margin-top: 180px;
}

.collection-list .product-box .product-img {
    height: 425px;
}

@media screen and (max-width: 515px) {
    .collection-list .product-box .product-img {
        height: 350px;
    }
}

.collection-list .product-box .product-img img {
    object-position: bottom;
}

.product-box .product-img.collection-img img {
    object-position: bottom;
}

.main-slider {
    margin-top: 122px;
}

@media screen and (max-width: 1366px) {
    .main-slider {
        margin-top: 122px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .main-slider {
        margin-top: 92px;
        height: auto;
    }
}

.main-slider .slider-item {
}

@media screen and (max-width: 1366px) {
    .main-slider .slider-item {
        height: auto;
    }
}

@media screen and (max-width: 1366px) {
    .main-slider .slider-item a {
        display: flex;
        position: relative;
        top: 0;
        overflow: hidden;
    }
}

.main-slider .slider-item img {
    aspect-ratio: 8 / 2.5;
    object-position: center;
    object-fit: cover;
}

.main-slider .slider-item  .slider-item__desktop {
    display: block;
}

.main-slider .slider-item  .slider-item__mobile {
    display: none;
}

@media (max-width: 576px) {
    .main-slider .slider-item  .slider-item__desktop {
        display: none;
    }

    .main-slider .slider-item  .slider-item__mobile {
        display: block;
    }

    .main-slider .slider-item img {
        aspect-ratio: unset;
    }
}

.get-an-offer-sidebar .offcanvas-header {
    background: rgba(30, 30, 30, 0.8392156863);
}

.get-an-offer-sidebar .offcanvas-header .offcanvas-title {
    color: #fff;
    font-size: 20px;
}

.get-an-offer-sidebar .offcanvas-header .btn-close {
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 2.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.get-an-offer-sidebar .form-check-label {
    font-size: 14px;
}

.get-an-offer-sidebar .form-check-label a {
    font-weight: bold;
    color: rgba(30, 30, 30, 0.8392156863);
}

@media screen and (max-width: 768px) {
    .product-detail-desc-area {
        margin-top: 50px;
    }
}

.cookie-consent {
    background: #434343;
    height: 65px;
    align-items: center;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .cookie-consent {
        padding-top: 23px;
        height: auto;
        bottom: 78px;

    }
}

.cookie-consent .cookie-text p {
    color: #fff;
    font-weight: 100;
}

.cookie-consent .cookie-text p a {
    color: #fff;
    font-weight: 600;
}

.form-loading {
    animation: animateLoading 6s infinite;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: rgba(56, 120, 59, 0.59);
    filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    -webkit-filter: blur(1px);
    border-radius: 5px;
}

.form-loading .bigfil--loader {
    margin: 100px auto;
    font-size: 12px;
    width: 0.9em;
    height: 0.9em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: bigfil-load5 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes bigfil-load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff;
    }
}

.iti {
    width: 100%;
}

.form-recieved .main-banner {
    height: 350px;
}

.form-recieved .main-banner img {
    height: 350px;
}

.form-recieved svg {
    width: 75px;
    height: 75px;
}

.form-recieved h1 {
    color: #1e1e1e;
    font-size: 30px;
}

.form-recieved p {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}

.mobile-image-slider {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-image-slider {
        display: flex;
        flex-direction: column;
    }
}

.mobile-image-slider #slider-carousel {
    max-height: 600px;
    height: auto;
}

@media screen and (max-width: 515px) {
    .mobile-image-slider #slider-carousel {
        max-height: 300px;
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    .mobile-image-slider #slider-carousel {
        max-height: 250px;
        height: auto;
    }
}

.mobile-image-slider #slider-carousel a {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.mobile-image-slider #slider-carousel img {
    max-height: 600px;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 515px) {
    .mobile-image-slider #slider-carousel img {
        max-height: 300px;
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    .mobile-image-slider #slider-carousel img {
        max-height: 250px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .for-desktop-images {
        display: none;
    }
}

.slick-dots {
    display: none !important;
}

.searchBarCanvas {
    width: 100%;
    height: 100px;
    border-left: 0;
}

.searchBarCanvas .offcanvas-body {
    background: #000;
    flex-grow: 1;
    padding: 1.5rem 1rem;
    overflow-y: auto;
}

.searchBarCanvas .offcanvas-body form {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    background: #000;
}

.searchBarCanvas .offcanvas-body form input {
    height: 46px;
    border-radius: 4px;
    background: #ececec;
    border: 1px solid #ced4da;
    width: 100%;
    max-width: 900px;
    text-indent: 10px;
}

.searchBarCanvas .offcanvas-body form input:focus,
.searchBarCanvas .offcanvas-body form input:focus-within {
    border: 1px solid #ced4da;
}

.searchBarCanvas .offcanvas-body form button {
    position: absolute;
    right: 0;
    border: none;
    background: #4e4e4e;
    height: 100%;
    color: #fff;
    width: 96px;
    font-weight: 600;
    border-radius: 0px 4px 4px 0px;
}

.searchMainText {
    font-size: 30px;
    font-weight: 600;
}

.search-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.search-item-text {
    margin-top: 10px;
}

.search-item-text p {
    font-weight: 500;
    color: #000;
}

.customer-apply {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 10px;
}

.customer-apply .title-area h2 {
    font-size: 25px;
    color: #fff;
}

.customer-apply .title-area span {
    color: #fff;
    font-size: 25px;
}

.customer-apply .title-area p {
    color: #fff;
    width: 80%;
    margin: 10px auto;
    line-height: 25px;
}

.customer-apply form {
    margin-top: 30px;
}

.customer-apply form label {
    color: #fff;
}

.quickStart {
    background: #000;
    display: none;
}

.quickStart a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}

.quickStart a svg {
    width: 25px;
    height: 25px;
}

.quickStart a p {
    text-align: center;
}

@media screen and (max-width: 1023px) {
    footer {
        margin-top: 0;
    }

    .quickStart {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 100px;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999999;
    }

    .quickStart.fixed-bottom {
        position: fixed;
        bottom: 10px;
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .mobile-padding {
        padding: 0 8px;
    }
}

@media screen and (max-width: 424px) {
    .quickStart a p {
        font-size: 12px;
    }
}

.lightboxOverlay {
    opacity: 1;
}

.lb-next, .lb-prev {
    display: block;
    opacity: 1;
}


.catalog-content-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.catalog-content-list-item {
    width: 100%;
}

@media (max-width: 1440px) {

    .catalog-content-list {
        gap: 40px;
    }
}

@media (max-width: 1200px) {

    .catalog-content-list {
        gap: 30px;
    }
}

@media (max-width: 1023px) {
    .catalog-content-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .catalog-content-list {
        grid-template-columns: 1fr;
    }
}

.customer-apply .margin-top-class {
    margin-top: 50px !important;
}

.contact-address-accordion .accordion-item {
    border: none;
    border-radius: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.contact-address-accordion .accordion-item .accordion-header,
.contact-address-accordion .accordion-item .accordion-header .accordion-button {
    border: none;
}

.contact-address-accordion .accordion-item .accordion-header .accordion-button {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}

.contact-address-accordion .accordion-item .accordion-header .accordion-button.collapsed {
    border: none;
}

.contact-address-accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 3px;
    padding-right: 0;
    font-size: 18px;
    font-weight: bold;
}

.contact-address-accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.detail-btns .btn-whatsapp,
.detail-btns .btn-getanoffer {
    border: none;
    width: auto;
    min-width: 200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.detail-btns .btn-whatsapp {
    background: #25d366 !important;
    color: #fff;
}

.detail-btns .btn-whatsapp:hover {
    background: #2fe473 !important;
    color: #fff;
}

.detail-btns .btn-getanoffer {
    background: #ffa505 !important;
    color: #fff;
}

.detail-btns .btn-getanoffer:hover {
    background: #ffaf21 !important;
    color: #fff;
}

@media (max-width: 580px) {
    .detail-btns {
        flex-direction: column;
    }

    .detail-btns .btn-whatsapp {
        width: 100%;
        min-width: unset;
    }

    .detail-btns .btn-getanoffer {
        width: 100%;
        min-width: unset;
    }
}

.certificate-item {
    background: #F9F9F9;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 230px 1fr;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.certificate-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-right: 1.5px solid #E2E2E2;
}

.certificate-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.certificate-item-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 40px 40px 40px 0px;
}

.certificate-item-title {
    font-family: Urbanist;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    color: #000000;
}

.certificate-item-summary {
    font-family: Urbanist;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #929292;
}

@media (max-width: 991px) {
    .certificate-item {
        grid-template-columns: 200px 1fr;
        gap: 30px;
    }

    .collection-banner-detail {
        padding-top: 125px;
    }

    .collection-banner-detail .collection-banner {
        display: none;
    }
}

@media (max-width: 680px) {
    .certificate-item {
        grid-template-columns: 1fr;
    }

    .certificate-item-img {
        align-self: start;
        border-right: none;
        border-bottom: 1px solid #E2E2E2;
        padding-bottom: 30px;
    }

    .certificate-item-img img {
        width: 80%;
        max-width: 150px;
    }

    .certificate-item-body {
        padding: 0 40px 40px 40px;
    }

    .certificate-item-title,
    .certificate-item-summary {
        text-align: center;
    }
}

.furniture-fair-header {
    width: 100%;
    max-width: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px auto 0;
}

.furniture-fair-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}


.furniture-fair-info-date {
    font-size: 46px;
}

.furniture-fair-info-date-with-hours {
    font-size: 18px;
}

.furniture-fair-info-date-with-hours span {
    font-weight: 600;
}

.remaining-time {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.counter-parts {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.counter-parts::after {
    content: ":";
    position: absolute;
    right: -9px;
    width: 1px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
}

.counter-parts:last-child::after {
    content: "";
}

.counter-parts .time {
    width: 60px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    font-weight: 800;
    font-size: 28px;
}

.counter-parts .counter-title {
    font-size: 16px;
    font-weight: 300;
    color: #434549;
}

.furniture-fair-form {
    background: #f6f6f6;
}

.furniture-fair-form-img {
    width: 100%;
    height: 100%;
}

.furniture-fair-form-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.furniture-fair-form-title {
    font-size: 30px;
    color: #434549;
}

.furniture-fair-form-desc {
    font-size: 16px;
    color: #434549;
    margin-bottom: 30px;
}

.menu-furniture-fair {
    display: none;
}

.menu-furniture-fair span {
    color: #000;
    padding: 5px 10px;
    background: #feca16;
    font-weight: 600;
}

.furniture-fair-form-success {
    width: 150px;
}

.furniture-fair-form-success img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.news-item-page .detail-btns {
    justify-content: flex-start;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}

.product-name.with-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: unset;
}

.product-name.with-price p {
    text-align: left;
}

.with-price__content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.with-price__old-price {
    font-style: normal;
    font-size: 11px;
    line-height: 1;
    text-align: right;
    color: #050505;
}

.with-price__old-price span {
    font-size: 14px;
    text-decoration: line-through;
    text-align: right;
    padding-right: 5px;
}

.with-price__price {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: right;
    color: #171717;
}

.with-price__price-desc {
    font-style: normal;
    line-height: 1;
    text-align: left;
    color: #050505;
    font-size: 14px;
}

.with-price__price-desc.with-end {
    text-align: right;
    font-size: 12px;
}

.detail-btns.with-price {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 25px;
}

.detail-btns.with-price .with-price__content {
    flex-basis: 100%;
    gap: 6px;
    padding-bottom: 10px;
}

.detail-btns.with-price .with-price__price,
.detail-btns.with-price .with-price__old-price,
.detail-btns.with-price .with-price__old-price span {
    text-align: left;
}

.detail-btns.with-price .with-price__old-price span {
    padding-right: 10px;
}

.design-your-home-banner {
    width: 100%;
    aspect-ratio: 3.5 / 1;
    background-image: url("../img/design-your-home-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.design-your-home-banner-content {
    padding: 30px 60px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.design-your-home-banner-title,
.design-your-home-banner-title span {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    color: #000000;
}

.design-your-home-banner-title span {
    width: 100%;
    display: block;
    font-weight: 200;
}

.design-your-home-banner-desc {
    width: 100%;
    max-width: 300px;
    margin: 20px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
}

.design-your-home-banner-read-more .all-btn {
    justify-content: flex-start;
    margin: 0;
}

.design-your-home-banner-read-more .all-btn a {
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
}

.design-your-home-banner-read-more .all-btn:hover,
.design-your-home-banner-read-more .all-btn a:hover{
    color: #fff
}

.page-design-your-home header {
    position: relative;
}

.page-design-your-home header .header-bottom {
    padding: 20px;
}

.page-design-your-home .desktop-menu .logo {
    width: 175px;
}

.page-design-your-home .desktop-menu .logo img {
    object-fit: contain;
}

.detail-btns .btn-dark {
    color: #fff !important;
}
.product-img.hover-img {
    position: relative;
}
.product-img.hover-img img {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transition: opacity 0.5s ease-in-out !important;
    transform: unset !important;
    z-index: 1;
}

.product-img.hover-img img:nth-child(1){
    opacity: 1;
    visibility: visible;
}

.product-img.hover-img img:nth-child(2){
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.product-img.hover-img:hover img:nth-child(1){
    opacity: 0;
    visibility: hidden;
}

.product-img.hover-img:hover img:nth-child(2){
    opacity: 1;
    visibility: visible;
}

.product-img .product-img-discount-badge {
    position: absolute;
    top: 20px;
    right: 0;
    background: #a30000;
    padding: 6px 10px;
    color: #fff;
    font-size: 14px;
    z-index: 99;
}

.product-box__img {
    position: relative;
}

.product-box__img .product-box__img-slider {
    position: unset;
    overflow: hidden;
    background: #f5f5f5;
}

.product-box__img .product-box__img-slider .product-box__img-slider-item {
    aspect-ratio: 1 / 1;
}

.product-box__img .product-box__img-slider img {
    transform: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-box__img .product-box__img-slider .slick-dots {
    display: block !important;
    position: absolute;
    bottom: 3px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 999;
}
.product-box__img .product-box__img-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.product-box__img .product-box__img-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.product-box__img .product-box__img-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-box__img .product-box__img-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.product-box__img .product-box__img-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.product-box__img .product-box__img-overlay-item {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {

    .product-box__img .product-box__img-overlay {
        display: none;
    }
    
    .furniture-fair-info-date {
        font-size: 40px;
    }

    .furniture-fair-info-date-with-hours {
        font-size: 16px;
    }

    .design-your-home-banner {
        aspect-ratio: 2.8 / 1;
    }

    .design-your-home-banner-content {
        padding: 30px 50px;
    }

    .design-your-home-banner-title,
    .design-your-home-banner-title span {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    
    .design-your-home-banner-content {
        padding: 30px 40px;
    }

    .design-your-home-banner-title,
    .design-your-home-banner-title span {
        font-size: 32px;
    }

    .design-your-home-banner-desc {
        margin: 10px 0 13px;
    }
}

@media (max-width: 767px) {
    .furniture-fair-header {
        flex-direction: column;
        gap: 20px;
    }

    .furniture-fair-info {
        align-items: center;
    }

    .design-your-home-banner {
        aspect-ratio: 2.4 / 1;
        background-position-x: 30%;
    }

    .design-your-home-banner-content {
        padding: 30px;
    }

    .design-your-home-banner-title,
    .design-your-home-banner-title span {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .collection-list-page .filter-area,
    .product-list-page .filter-area,
    .project-list-page .filter-area {
        display: none;
    }
    
    .product-name.with-price p {
        font-size: 18px;
    }

    .with-price__price {
        font-size: 18px;
    }
    
    .with-price__old-price span {
        font-size: 13px;
    }

    .design-your-home-banner {
        background-position-x: 25%;
    }

    .design-your-home-banner-content {
        padding: 20px;
    }

    .design-your-home-banner-title,
    .design-your-home-banner-title span {
        font-size: 24px;
    }

    .design-your-home-banner-desc {
        margin: 5px 0 8px;
    }

    .design-your-home-banner-read-more .all-btn a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .counter-parts .time {
        width: 55px;
        height: 50px;
        font-size: 24px;
    }

    .counter-parts .counter-title {
        font-size: 15px;
    }

    .design-your-home-banner {
        aspect-ratio: 2 / 1;
    }

    .design-your-home-banner-content {
        padding: 15px 20px;
    }
}

@media (max-width: 425px) {

    .counter-parts .time {
        width: 50px;
        height: 45px;
        font-size: 20px;
    }

    .counter-parts .counter-title {
        font-size: 14px;
    }

    .furniture-fair-info-date {
        font-size: 36px;
    }

    .furniture-fair-info-date-with-hours {
        font-size: 14px;
    }

    .design-your-home-banner {
        background-position-x: 20%;
    }
}

@media (max-width: 375px) {
    .furniture-fair-info-date {
        font-size: 32px;
    }

    .furniture-fair-info-date-with-hours {
        font-size: 13px;
    }
}

@media (max-width: 340px) {

    .furniture-fair-info-date {
        font-size: 30px;
    }

    .furniture-fair-info-date-with-hours {
        font-size: 12px;
    }
}

/* The outer-div to move the elements */
.youtube-box-video{
    position: relative;
    width: 100%;
    margin:0 auto 20px auto;
    cursor: pointer;
    overflow: hidden;
}

/* Set Cover aka Background-Image */
.youtube-box-video .bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

/* Add light shade to make play button visible*/
.bg-video::after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 3;
}


/* The Play-Button using CSS-Only */
.youtube-box-video .bt-play {
    position: absolute;
    top:50%;
    left:50%;
    margin:-30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index:2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* The Play-Triangle */
.youtube-box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #000;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.youtube-box-video:hover .bt-play {
    transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.youtube-box-video.open .bg-video{
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

/* and iframe shows up */
.youtube-box-video.open .youtube-video-container{
    opacity: 1;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

/* Giving the div ratio of 16:9 with padding */
.youtube-video-container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 56.27198%;
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cover-img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    object-position: center !important;
}