@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Poppins", sans-serif;*/
html { font-size: 100%; scroll-behavior: smooth; }
::-moz-selection { /* Code for Firefox */
 color: #fff;
 background: #C34636;
}
::selection { color: #fff; background: #C34636; }
* { outline: none; margin: 0px; padding: 0px; box-sizing: border-box; }
input:focus { outline: none !important; }
img { outline: none; display: flex; }
body { font-family: "Montserrat", serif; font-size: 1em; color: #222222; overflow: auto; }
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li { font-family: "Montserrat", serif; padding: 0px; margin: 0px; }
p { line-height: 30px; }
.container { width: 1300px; margin: 0 auto; }
.flex-container { display: flex; }
.clear { clear: both; }
.min-height { height: 80vh; display: inline-block; width: 100%; }
.kmp-but { background: #000000; text-decoration: none; padding: 20px 40px 20px 40px; line-height: 1; color: #ffffff; font-weight: 600; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; position: relative; align-items: center; gap: 10px; display: inline-flex; font-weight: 700; }
.kmp-but:after { content: ""; width: 22px; left: 0; bottom: 0; height: 10px; background: url(../images/right-arrow.png); display: inline-block; background-repeat: no-repeat; background-size: 100%; }
.kmp-but:hover { background: #C34636; color: #fff; }
.kmp-title { font-size: 4em; line-height: 1.2; font-weight: 600; }
.hamburger,
.close { display: none; }
/*Header*/
.top-sticky { background: #585858; text-align: center; padding: 8px 0; color: #ffffff; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; font-size: 1.2em; }
.header { padding: 0.5em 3em; position: sticky; left: 0; top: 0; z-index: 99; background: #000; width: 100%; }
.header .flex-container { justify-content: space-between; flex-wrap: wrap; align-items: center; }
.logo img { transition: 0.5s; }
nav ul li { display: inline-block; position: relative; padding: 0 20px; }
nav ul li:last-child { padding-right: 0px; }
nav ul li a { text-decoration: none; color: #fff; display: inline-block; padding: 10px 0px; width: 100%; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; position: relative; }
nav ul li a:hover { color: #e37061; }
nav ul li a:before { content: ""; width: 0; left: 0; bottom: 0; height: 1px; background: #e37061; position: absolute; transition: 0.5s; }
nav ul li a:hover:before { width: 100%; transition: 0.5s; }
.header-contect a { border: solid 1px #fff; color: #fff; padding: 12px 32px; font-weight: 400; text-decoration: none; letter-spacing: 1px; }
.header-contect a:hover { border: solid 2px #c34636; background: #c34636; color: #fff; }
/*Banner*/
.hero-banner .wp-block-columns.is-not-stacked-on-mobile { gap: 1em !important; }
.hero-banner { height: 100%; padding: 1em; }
.hero-banner .flex-container { gap: 17px; padding: 17px; height: 100%; }
.hero-grid { position: relative; flex: 1 1 calc((100% / 4) - 2em); height: 100%; }
.hero-grid figure { height: 100%; margin: 0px !important; }
.hero-grid figure a { display: flex; }
.hero-grid img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-grid h3 { position: absolute; bottom: 0; right: 0; background: #000000; padding: 10px 20px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; font-size: 1.2em; margin: 0px !important }
.hero-grid h3 a { text-decoration: none; color: #fff !important; }
/*About*/
.about { padding: 4em 0 4em 0; }
.about .flex-container { gap: 5em; }
.flex-container.about-kmp { gap: 2em; }
.about-content { flex: 0 1 calc((52% / 1) - 2em); padding-top: 2em; }
.about-content .kmp-title { margin-bottom: 30px; }
.about-content span { font-size: 1.2em; color: #c34636; }
.about-content p { padding-bottom: 15px; }
.about-img { width: 36%; flex: 0 1 calc((36% / 1) - 2em); position: relative; z-index: 1; margin-left: auto; }
.about-img:after { content: ""; width: 100%; height: 100%; background: url(../images/introduction-pattern.png); position: absolute; right: -8%; bottom: -6%; z-index: -1; }
.about-img .slick-slide img { width: 100%; }
.about-grid figure { width: 80px; height: 80px; display: flex; align-items: center; }
.about-grid h3 { font-weight: 600; padding: 10px 0; letter-spacing: 1px; font-size: 1.2em; }
.about-kmp { padding: 6em 0 0em 0; }
.about b { color: #c34636; font-weight: normal; }
.about-grid { border: solid 1px #ddd; padding: 1em; flex: 1 1 calc((100% / 4) - 2em); }
.about-img .slick-dots { position: absolute; display: flex !important; flex-direction: column; gap: 6px; bottom: 0; left: -30px; }
.about-img .slick-dots li { margin: 0px; }
/*Contact*/
.contect-info { text-align: center; padding: 4.5em 0; color: #fff; position: relative; background: url(../images/contect-bg.jpg); z-index: 1; background-size: cover; }
.contect-info ul li p { margin: 0; width: 100%; }
.contect-info:before { content: ""; background: #ffffffeb; width: 100%; height: 100%; left: 0; top: 0; position: absolute; z-index: -1; }
.contect-info p { color: #000; }
.contect-info .container { width: 800px; }
.contect-info .kmp-title { color: #000; }
.contect-info p { margin: 12px auto 0 auto; }
.contect-info p b { color: #c34636; font-weight: 500; }
.contect-info ul { display: flex; flex-wrap: wrap; gap: 2em; margin-top: 70px; }
.contect-info ul li { display: flex; flex: 1 1 calc((100% / 3) - 2em); text-align: left; flex-wrap: wrap; color: #000; }
.contect-info ul li:nth-child(4), .contect-info ul li:nth-child(5) { flex: 1 1 calc((100% / 1) - 2em); }
.contect-info ul li:last-child { flex: 0 1 calc((200px / 1) - 2em); }
.contect-info ul li input,
.contect-info ul li textarea { border: none; padding: 13px 10px; width: 100%; border: solid 1px #bdbdbd; color: #fff; font-size: 0.9em; color: #000; font-family: "Poppins", sans-serif; background: #ffffffad; }
.contect-info ul li textarea { height: 100px; }
.contect-info ul li input::-webkit-input-placeholder, .contect-info ul li textarea::-webkit-input-placeholder {
 color: #000;
}
.contect-info ul li input:-ms-input-placeholder, .contect-info ul li textarea:-ms-input-placeholder {
 color: #000;
}
.contect-info ul li input::-moz-placeholder, .contect-info ul li textarea::-moz-placeholder {
 color: #000;
 opacity: 1;
}
.contect-info ul li input:-moz-placeholder, .contect-info ul li textarea:-moz-placeholder {
 color: #000;
 opacity: 1;
}
.contect-info ul li input[type="button"] { background: #000000; border: none; height: 50px; color: #ffffff; }
/**/
.contect-info .flex-container { justify-content: space-between; margin-top: 4em; }
.contact-grid { display: flex; gap: 20px; align-items: end; color: #fff; text-align: left; }
.contact-grid figure { border: solid 2px #c34636; padding: 10px; border-radius: 100px; height: 54px; width: 54px; display: flex; align-items: center; justify-content: center; }
.contact-grid figure img { width: 100%; }
.contact-grid aside h3 { font-weight: normal; font-size: 1em; padding-bottom: 8px; color: #000000; }
.contact-grid a { text-decoration: none; color: #000000; font-size: 1.4em; font-weight: 600; border-top: solid 1px #000000; padding-top: 5px; margin-top: 5px; display: inline-block; }
.contact-grid a:hover { color: #c34636; border-color: #c34636; }
/*Footer*/
.footer { padding: 1em 0 1em 0; background: #000; width: 100%; }
.copyright { color: #fff; display: flex; align-items: center; justify-content: center; gap: 2em; }
.copyright ul li { display: inline-block; padding: 0 10px; }
.copyright ul li a { text-decoration: none; color: #fff; }
.footer-grid img { width: 20px; }
#return-to-top { width: 50px; text-align: center; height: 50px; background: #C34636; position: fixed; right: 20px; bottom: 10px; border-radius: 4px; z-index: 99; padding: 10px 0; }
#return-to-top svg { width: 20px }
#return-to-top img { margin: 0 auto; }
/*product*/
.product { padding: 3em 0; }
.product .flex-container { gap: 3em; flex-wrap: wrap; }
.product-grid { position: relative; flex: 1 1 calc((100% / 2) - 3em); }
.product-grid figure { margin-bottom: 0px !important; }
.product-grid a { text-decoration: none; }
.product-grid img { display: block; width: 100%; height: 450px; object-fit: cover; border-radius: 14px; }
.product-grid h3 { color: #000000; font-size: 2em; font-weight: bold; margin-top: 20px !important; }
.product-grid h3:hover { color: #C34636; }
.product-gallery { padding: 4em 0; }
.product-gallery .kmp-title { font-size: 2.6em; text-align: center; margin-bottom: 50px; position: relative; }
.product-gallery .kmp-title:before { content: ""; width: 100%; height: 1px; position: absolute; left: 0; background: #000; top: 50%; transform: translateY(-50%); z-index: -1; }
.product-gallery .kmp-title span { background: #ffffff; z-index: 9; padding: 0 20px; }
.product-gallery .flex-container { gap: 2em; flex-wrap: wrap; }
.product-gallery-grid { position: relative; flex: 1 1 calc((100% / 3) - 2em); }
.product-gallery-grid img { display: block; width: 100%; height: 500px; object-fit: cover; border-radius: 14px; }
.custom-page-title h2 { text-align: center; font-size: 2.3em; padding: 15px 0; text-transform: uppercase; position: relative; font-weight: 700; margin-top: 1em; }
.custom-page-title h2 span { background: #ffffff; z-index: 9; padding: 0 20px; }
.custom-page-title h2:before { content: ""; width: 100%; height: 1px; position: absolute; left: 0; background: #000; top: 50%; transform: translateY(-50%); z-index: -1; }
.error-404 { text-align: center; padding: 1em 0; height: 76vh; display: flex; align-items: center; }
.error-404 h1 { font-size: 5em; font-weight: 600; }

 