@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    font-family: "Lato", sans-serif;
    padding: 0px;
    margin: 0px;
    outline: none !important;
}

:root {
    overflow-x: hidden;
    --dark: #1e1c1c;
    --light: #f8f7f0;
    --secondery: #4d4848;
}

::selection {
    background: var(--dark);
    color: var(--light);
}

img, button {
    user-select: none !important;
}

body {
    background: var(--light);
}

main {
    min-height: 100vh;
}

html {
    overflow-x: hidden;
}

header {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #0000006b;
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    transition: 400ms;
}

.HeaderInner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}

.HeaderLogo {
    display: block;
    margin: 0 0;
    width: fit-content;
}

.HeaderLogo .setbg {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 55px;
    aspect-ratio: 1/0.4;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    filter: invert(1);
    transition: 300ms;
}

.HeaderLogo .setbg:hover {
    transform: scale(1.2);
    filter: invert(1) drop-shadow(-7px 2px 2px black);
}

.HeaderTabs {
    display: flex;
    justify-content: end;
    color: aliceblue;
    padding: 0;
    margin: 0;
}

.HeaderTabs li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    cursor: pointer;
    transition: 300ms;
    margin: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.HeaderTabs li:hover {
    transform: scale(1.1);
    color: #fff6ef;
}

.Banner {
    position: relative;
    overflow: hidden;
    background-color: var(--light);
    z-index: 2;
}

.BannerInner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.BannerBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* opacity: 0.3; */
    /* filter: brightness(60%) contrast(110%); */
}

.BannerDiv {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    width: 650px;
    position: relative;
    padding: 140px 52px;
}

.BannerDiv h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 37px;
    color: var(--dark);
    font-weight: bold;
}

.BannerDiv label {
    display: block;
    margin: 23px auto;
    width: 100%;
    font-size: 19px;
    font-weight: 300;
}

.BannerPaper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.BannerDiv button {
    display: block;
    margin: 20px auto 0;
    width: fit-content;
    padding: 11px 20px;
    padding-left: 40px;
    position: relative;
    overflow: hidden;
    border: none;
    background: #e1e1e1;
    border-radius: 10px;
    transition: 300ms;
    text-transform: uppercase;
}

.BannerDiv button .setbg {
    position: absolute;
    left: 6px;
    top: 20%;
    width: auto;
    height: 60%;
    aspect-ratio: 1/1;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.BannerDiv button:hover {
    transform: scale(1.1);
    box-shadow: -6px -3px 1px 1px #00000042;
}

.About {
    padding: 110px 0;
}

.AboutInner {
    color: var(--dark);
    position: relative;
}

@keyframes AboutQuoteIconAnimation {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

.AboutInner .AboutQuoteIcon {
    position: absolute;
    left: -50px;
    top: -22px;
    width: 47px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
    transform: translatey(0px);
    -webkit-animation: AboutQuoteIconAnimation 8s ease-in-out infinite;
    animation: AboutQuoteIconAnimation 8s ease-in-out infinite;
}

.AboutInner h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    font-size: 65px;
}

.AboutInner p {
    display: block;
    margin: 25px auto;
    width: 100%;
    font-size: 22px;
    line-height: 2;
    font-weight: 300;
}

.AboutInner button {
    display: block;
    margin: 47px 0 0;
    width: fit-content;
    padding: 14px 35px;
    position: relative;
    overflow: hidden;
    border: none;
    background: #e7e7e7;
    border-radius: 10px;
    transition: 300ms;
    text-transform: uppercase;
}

.AboutInner button i {
    margin: 0 7px;
}

.AboutInner button:hover {
    transform: scale(1.1);
    box-shadow: -6px -3px 1px 1px #00000042;
}

.HeaderOnScroll {
    background: var(--dark);
    padding: 10px 0;
}

.Featured {
    padding: 111px 0;
    background-color: var(--dark);


)();
);
}

.FeaturedGH {
    display: flex;
    justify-content: start;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.FeaturedItem {
    display: block;
    margin: 22px 2%;
    width: 21%;
    background: #ffffff0a;
    color: var(--light);
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: 300ms;
}

.FeaturedThumb {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #393939;
}

.FeaturedDetails {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
}

.FeaturedDetails h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.FeaturedDetails p {
    display: block;
    margin: 9px auto;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.SharedSectionHeader {
    display: block;
    margin: 0 auto 55px;
    width: 100%;
    color: var(--dark);
}

.SharedSectionHeader h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.SharedSectionHeader p {
    display: block;
    margin: 17px auto;
    width: 100%;
    font-size: 19px;
    font-weight: 300;
}

.Featured .SharedSectionHeader {
    color: var(--light);
}

.Featured .SharedSectionHeader h1 a {
    color: var(--light);
}

.WhyUs {
    padding: 200px 0;
    position: relative;
}

.WhyUsInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #000000e3;
    padding: 40px 50px;
    padding-right: 420px;
    color: var(--light);
    position: relative;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.WhyUsArt {
    position: absolute;
    right: -125px;
    top: 10%;
    width: 500px;
    height: 80%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.WhyUsDiv {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.WhyUs h2 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

.WhyUs p {
    display: block;
    margin: 12px auto;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
}

.WhyUsGH {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
    width: 100%;
    flex-wrap: wrap;
}

.WhyUsItem {
    display: block;
    margin: 15px 0;
    width: 47%;
    background: #ffffff08;
    padding: 13px;
    position: relative;
    padding-left: 90px;
    border-radius: 10px;
}

.WhyUsIcon {
    position: absolute;
    left: 9px;
    top: 0px;
    width: 45px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: invert(1);
    margin: 10px;
}

.WhyUsItem h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
}

.WhyUsItem label {
    display: block;
    margin: 11px auto;
    width: 100%;
    font-size: 13px;
}

.WhyUs .SplineFrame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: grayscale(1);
    opacity: 0.5;
}

.WhyUsFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fdfcf4;
    mix-blend-mode: color;
}

.ScrollerBtn {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: fit-content;
    margin: 20px;
    z-index: 999999999;
}

.ScrollerBtn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    aspect-ratio: 1/1;
    background: var(--dark);
    padding: 20px;
    border: none;
    border-radius: 10px;
    transition: 300ms;
    box-shadow: inset -34px 0px 48px -43px #000000;
}

.ScrollerBtn button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.ScrollIndicatorAmountParent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    z-index: 9999999999999;
    opacity: 0.4;
}

.ScrollIndicatorAmount {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--light);
}

.HeaderTabs li i {
    margin: 0 10px;
}

.HeaderBtns {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 0;
    align-items: center;
}

.HeaderBtns button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 37px;
    aspect-ratio: 1 / 1;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    background: #ffffff24;
    transition: 400ms;
}

.HeaderBtns button i {
    pointer-events: none;
    transition: 500ms;
}

.HeaderBtns h12 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    background: none;
    border: solid 1px #ffffff;
    padding: 5px 14px;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 15px;
    transition: 300ms;
    direction: ltr;
    text-transform: uppercase;
}

.HeaderBtns h12 i {
    margin-right: 10px;
}


.HeaderBtns button:hover i {
    transform: rotateY(180deg);
}

.SearchBar {
    display: none;
}

.SearchBarInner {
    position: absolute;
    right: 0;
    top: 69px;
    background: #ffffff;
    width: 100%;
    height: 50px;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 11px 25px -12px #00000069;
}

.SearchBarInner input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 2px 19px;
    z-index: 0;
}

.SearchBarInner button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #181818;
    color: aliceblue;
    z-index: 2;
    transition: 300ms;
}

.SearchBarInner button:hover {
    background: #e3e3e3;
    color: #121212;
}

.HeaderBtns .SearchBarOpened {
    background: #a53d3d;
}

.HeaderOnScroll .SearchBarInner {
    top: 64px;
}

.HeaderBtns h12:hover {
    transform: scale(1.1);
    background: #ffffff21;
}

.WhyUsBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    opacity: 0.5;
}

footer {
    background: #1e1c1c;
    color: aliceblue;
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.FooterVision {
    display: block;
    margin: 0 0;
    width: 98%;
}

.FooterVision h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}

.FooterVision p {
    display: block;
    margin: 15px auto;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
}

.FooterCenter {
    display: block;
    margin: 0 auto;
    width: 100%;
    border: solid 1px #282828;
    border-top: 0;
    border-bottom: 0;
    padding: 15px 0;
}

.FooterCenter .FooterLogo {
    display: block;
    margin: 19px auto 12px;
    width: auto;
    height: 50px;
    width: 100%;
    background-size: contain;
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: center center;
}

.FooterCenter h4 {
    display: block;
    margin: 18px auto;
    width: 100%;
    text-align: center;
    font-size: 15px;
    direction: ltr;
    font-weight: 300;
}

.FooterCenter h4 i {
    margin: 0 8px;
}

.FooterSocialMedia {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}

.FooterSocialMedia button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    aspect-ratio: 1/1;
    background: none;
    border: none;
    transition: 300ms;
    margin: 0 8px;
    padding: 4px;
}

.FooterSocialMedia button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: invert(1);
}


.FooterSocialMedia button:hover {
    transform: scale(1.2);
}

.FooterMap {
    display: block;
    margin: 0 auto;
    width: 95%;
}

.FooterMap iframe {
    display: block;
    margin: 10px auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    border-radius: 10px;
    overflow: hidden;
}

.CopyRights {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.CopyRights h12 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 0;
    border-top: solid 1px #282828;
}

.CopyRights h12 a {
}

.CopyRights h12 a .setbg {
    display: block;
    margin: 0 7px;
    width: auto;
    height: 24px;
    aspect-ratio: 2/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 300ms;
}


.CopyRights h12 a .setbg:hover {
    transform: scale(1.1);
}

.SharedSectionHeader h1 a {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 16px;
    text-decoration: none !important;
    color: #1e1c1c;
    transition: 400ms;
}


.SharedSectionHeader h1 a i {
    margin: 0 12px;
}


.SharedSectionHeader h1 a:hover {
    transform: scale(1.1);
    color: #ff9f56;
}

.FooterMap label {
    display: block;
    margin: 19px auto;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 40px;
}

.FooterMap label .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 24px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.Feeds {
    padding: 111px 0;
}

.FeedItem {
    display: block;
    margin: 15px auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #e9e9e9;
    position: relative;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

.FeedItem i {
    display: none;
    justify-content: center;
    align-items: center;
    background: #00000070;
    color: aliceblue;
    width: 100%;
    height: 100%;
    font-size: 40px;
    text-shadow: 0px 0px 5px #000000;
}

.FeedItem:hover i {
    display: flex;
}

.FeedItem .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: -1;
}

.FooterMap h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}


.ShowRoomsItem {
    display: block;
    margin: 20px auto;
    width: 95%;
    background: #1e1c1c;
    color: aliceblue;
    border-radius: 35px 18px;
    overflow: hidden;
    cursor: pointer;
    transition: 300ms;
    filter: grayscale(40%);
}

.ShowRoomsItem .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ShowRoomsItem label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
}

.ShowRooms {
    background: #e7e7e7;
    padding: 110px 0;
}

.ShowRoomsItem:hover {
    transform: scale(1.05);
    box-shadow: -11px -13px 1px 1px #00000042;
    filter: grayscale(0);
}

.OurClientsSlider {
    direction: ltr !important;
}

.OurClientsSliderItem {
}

.OurClientsSliderItem .setbg {
    display: block;
    margin: 14px auto;
    width: 70%;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 300ms;
}

.OurClientsSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0;
    margin: 30px auto 0;
}

.OurClientsSlider .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.OurClientsSlider .slick-dots li div {
    width: 20px;
    height: 11px;
    display: flex;
    margin: 0 7px;
    background: #ffffff;
    border-radius: 3px 8px;
    opacity: 0.4;
    transition: 300ms;
}

.OurClientsSlider .slick-dots .slick-active div {
    opacity: 1;
    width: 34px;
}


.ExternalPage {
    padding-top: 85px;
    position: relative;
}


.AboutPage {
    padding: 40px 0;
}

.AboutPageCover {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #303030;
    padding: 151px 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.AboutPageCoverBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.5;
}

.AboutPageCover h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: aliceblue;
}

.AboutPageBody {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 20px;
}

.FeaturedPage {
    padding: 80px 0 40px;
}

.FeaturedPage .FeaturedItem, .SearchSectionsGH .FeaturedItem {
    background: #383838;
}

.ContactsGH {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ContactsGH h1 {
    display: block;
    margin: 20px auto;
    width: 100%;
    padding: 10px 0px;
    font-size: 30px;
    font-weight: 300;
}

.ContactsGH h1 i {
    margin: 0 10px;
    color: #4d4848;
}

.ContactsGH h1 .setbg {
    width: 39px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 6px;
    display: inline-block;
    vertical-align: bottom;
}

.ShowRoomPage {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0;
}

.ShowRoomPageCover {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.3;
    background-color: var(--dark);
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    position: relative;
    z-index: 2;
}

.ShowRoomPageCover .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.ShowRoomPageCover h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.ShowRoomPageBody {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    background: #ffffff;
}

.ShowRoomPageBody * {
    max-width: 100%;
}

.NothingFound {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.NothingFoundDiv {
}

.NothingFoundDiv .setbg {
    display: block;
    margin: 0 auto;
    width: 220px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    mix-blend-mode: darken;
    filter: grayscale(1);
}

.NothingFoundDiv h1 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 20px;
    font-weight: 300;
}

.SideMenuBtn {
    display: none;
}

.SideMenu {
    display: none;
}

.Preloader {
}

.PreloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #fbfbfb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PreloaderDiv {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.PreloaderDiv img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 58px;
}

.PreloaderDiv label {
    display: block;
    margin: 12px auto;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.ProductDetails {
    display: block;
    margin: 18px auto;
    width: 100%;
    padding: 20px 0;
}

.ProductImagePrev {
}

.ProductImagePrev .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #e6e6e6;
}

.ProductDetailsText {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}

.ProductDetailsTextTitle {
    display: block;
    margin: 0 auto 19px;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: var(--secondery);
}

.ProductDetailsTextInner {
    display: block;
    margin: 15px auto;
    width: 100%;
}

.ProductDetailsTextInner * {
    max-width: 100%;
}

.FeaturedItem:hover {
    transform: scale(1.1);
    background: #ffffff14;
}

.FeaturedPage .FeaturedItem:hover, .SearchSectionsGH .FeaturedItem:hover {
    transform: scale(1.1);
    background: #131313;
}

.Catalogs {
    padding: 60px 0;
}

.CatalogItem {
    display: block;
    margin: 11px auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #a0a0a0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.CatalogThumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 400ms;
}

.CatalogItem label {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 10px;
    color: aliceblue;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: end;
    box-shadow: inset 0px -140px 50px -56px #00000094;
    pointer-events: none;
}


.CatalogItem:hover {
}

.CatalogItem:hover .CatalogThumb {
    transform: scale(1.2);
}

.SearchSectionsGH section {
    background: none !important;
}

.SearchSectionsGH .SharedSectionHeader {
    color: var(--dark) !important;
}

.Certifications {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.CertificationsItem {
    width: 16.6%;
    padding: 20px 20px;
    position: relative;
}

.CertificationsItem .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.CertificationsItem label {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.CertificationsItem button {
    position: absolute;
    right: 0;
    top: 23px;
    width: 35px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    background: #0c0c0c;
    border: none;
    border-radius: 10px;
    transition: 300ms;
    font-size: 15px;
}

.CertificationsItem button i {
    pointer-events: none;
}


.CertificationsItem button:hover {
    transform: scale(1.1);
    background: var(--secondery);
}

.AboutPageCover .OurClientsSlider {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 120px 30px;
}

.OurClientsSliderHeader {
    display: block;
    margin: 45px auto 13px;
    width: 100%;
    font-size: 23px;
}


#SertificatesSlider .OurClientsSliderItem {
}

#SertificatesSlider .OurClientsSliderItem .setbg {
    cursor: pointer;
    aspect-ratio: 1/1;
    margin: 40px auto;
}


#SertificatesSlider .OurClientsSliderItem .setbg:hover {
    transform: scale(1.1);
}

.ShowRoomPageDetails h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
    padding: 21px 25px;
    color: var(--secondery);
    font-weight: bold;
}


.ShowRoomImagePreview {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    position: relative;
    z-index: 2;
}

.ShowRoomImagePreview img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: contain;
}

.ShowRoomPageImages {
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow-y: auto;
}

.ShowRoomPageImagesInner {
    display: flex;
    justify-content: start;
    margin: 0 auto;
    width: max-content;
}

.ShowRoomPageImagesItem {
    display: block;
    margin: 20px 15px;
    width: 200px;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    filter: grayscale(1);
    transition: 300ms;
    border: solid 4px transparent;
    border-radius: 20px;
}

.ActiveShowRoomPageImagesItem {
    filter: none;
    border-color: #1e1c1c;
}


.ShowRoomPageImagesItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms;
}

.ShowRoomPageImagesItem:hover img {
    transform: scale(1.2);
}


.AllProductsContainer {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    margin: 0 auto;
}

.AllProductsContainerFiltration {
    display: block;
    margin: 0 0;
    width: 20%;
}

.AllProductsContainerFiltrationItem {
}

.AllProductsContainerFiltrationItem h4 {
    display: block;
    margin: 20px auto;
    width: 100%;
    padding: 11px 10px;
    background: #e7e7e7;
    font-size: 13px;
    position: relative;
    border-radius: 5px;
    padding-right: 30px;
    cursor: pointer;
    transition: 300ms;
}

.AllProductsContainerFiltrationItem ul {
    display: none;
    margin: -8px auto 0;
    width: 100%;
    padding: 0 0;
}

.AllProductsContainerFiltrationItem ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-bottom: solid 1px #e9e9e9;
    padding: 10px 15px;
    font-size: 13px;
    cursor: pointer;
    transition: 300ms;
}

.AllProductsContainerFiltrationItem h4 i {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.AllProductsContainerFiltrationItem h4:hover {
    transform: scale(1.03);
    background: #ede7e7;
}

.AllProductsContainerFiltrationItem ul li:last-child {
    border-bottom: none;
}

.AllProductsContainerFiltrationItem ul li:hover {
    background: #e7e7e7;
}

.ShowRoomInfo {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}

.ShowRoomInfo h5 {
    display: block;
    margin: 15px auto;
    width: 100%;
    font-size: 16px;
    position: relative;
    padding: 0 0;
    padding-left: 50px;
}

.ShowRoomInfo h5 g {
    display: block;
    margin: 8px auto;
    width: 100%;
}

.ShowRoomInfo h5 img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 50px;
    height: 20px;
    object-fit: contain;
    object-position: center center;
    padding: 1px;
}

.FeaturedItemsGH {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 auto;
    width: 80%;
    flex-wrap: wrap;
}

.FeaturedItemsGH .FeaturedItem {
    width: 28%;
    margin: 0 2.6% 25px;
}

.FilterProducts {
    display: none;
}

.AllProductsContainerFiltrationFade {
    display: none;
}

.ContactsGH h1 {
    direction: ltr !important;
}

.ProductImagePrev img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    background-color: #e6e5da;
}

.ProductImagePrevsGH {
    position: absolute;
    left: -80px;
    top: 0;
    width: 80px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 2;
    background: #f8f7f0;
    padding: 8px;
}

.ProductImagePrevItem {
    display: block;
    margin: 8px auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center center;
    border: solid 4px #f1ecc5;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: 300ms;
}

.ActiveProductImagePrevItem {
    border-color: #c5a231;
}

.ProductImagePrevParent {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 2;
}


