/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Info
16. Categories
17. Products Section
18. Banner
19. Logos Home
21. Footer
22. Products Page
23. Single Product Page
24. Contact Page
25. About Page

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #000;  color: #fff; }  
::selection { background-color: #000; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}

/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;line-height:1.4;  font-family: "Oxanium", sans-serif;}
.title h1, .title h2{ font-size: 3.2rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 5rem; }
}


/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1rem 4rem;
	font-weight: 600;
  border-radius: 1rem;
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  padding-top: 1.4rem;

}
.btn-primary{
  background-color: #006fff;
  color: #fff;
}
.btn-primary:hover{
  background-color: #000;
}
.btn-white{
  border:1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-white:hover{
  background-color: #fff;
  color: #000;
}
.btn-secondary{
  border:1px solid #000;
  background-color: transparent;
  color: #000;
}
.btn-secondary:hover{
  background-color: #000;
  color: #fff;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #9b9b9b;
	padding: 2.1rem 2rem;
	outline: none;
	background-color: #ffffff;
	border-radius: 1.5rem;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #006fff;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #f4f4f4;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #006FFF !important;
	border: 2px solid #006FFF !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #006FFF !important;
	border: 2px solid #006FFF !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #006FFF !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #006FFF !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow{
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-next{
    right: -4rem;
  }
  .custom-prev{
    left: -4rem;
  }
  
}
.custom-pagination{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap:1rem;
  cursor: pointer;
  margin-top: 5rem;
}
.swiper-pagination-bullet{
  background-color: #464646;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;

}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #006fff;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .custom-pagination{
    flex-direction: column;
    gap:1rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  color: #497ca9;
  z-index: 3;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 2rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #30373e;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1.5rem 0;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 7.7rem;
  height: auto;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
}

nav li a:hover, nav li.current_page_item a{
  color: #006fff;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-mail{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.header-mail img{
  display: block;
  width: 2rem;
  height: auto;
}
header .btn{
  margin-left: auto;
  padding: 1rem 2.3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  header .btn{
    padding: 1rem 4rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    margin-right: 5rem;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 32rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
  header .btn{
    margin-left: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
15. Info
===================================================================================== */
.intro{
  overflow: hidden;
  position: relative;
    height: calc(100vh - 9.88rem);
}
.intro img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
}
.intro-inner{
  max-width: 64rem;
  width: 100%;
}
/* ================================================================================== 
16. Categories
===================================================================================== */
.categories{
  padding-top: 5rem;
}
.category-box {
	width: 100%;
	background-color: #fff;
	padding: 5rem;
	border-radius: 3rem;
  margin-bottom: 3rem;
	position: relative;
	box-shadow: 0 0 50px 30px rgba(0,0,0,.06);
}
.category-box:last-child {
  margin-bottom: 0;
}
.category-box img{
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  object-fit: contain;
  margin-bottom: 2rem;
}
.category-box h3{
  font-size: 3rem;
}
.category-box .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .categories-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .category-box {
    width: 48%;
    margin-top: -20rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .category-box {
    padding: 10rem;
  }
  .category-box h3{
    font-size: 4rem;
  }

}
/* ================================================================================== 
17. Products Section
===================================================================================== */
.products-section{
   background-image: url(images/bg1.png), url(images/bg2.png);
  background-repeat: no-repeat;
  background-position: right -25rem bottom -15rem, left -55rem bottom -15rem;
  background-size: 80rem, 80rem;
}
.products-slider{
  overflow: hidden;
 
}
.products-slider .title{
  max-width: 60rem;
  width: 100%;
}
.products-slider .swiper-slide{
  box-sizing: border-box;
}

.product-slide-text{
  width: 100%;
  
}
.product-slide-text2{
  width: 100%;
  margin-top: 3rem;
}
.product-slide-text .btn{
  margin-top: 3rem;
  display: none;
}
.product-slide-text2 .btn{
  display: inline-block;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .product-slide-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product-slide-text{
    width: 50%;
    padding-right: 15%;
  }
  .product-slide-text2{
    width: 40%;
    margin-top: 0;
  }
  .product-slide-text2 .btn{
    display: none;
  }
  .product-slide-text .btn{
    display: inline-block;
  }
  .products-slider{
    height: 60rem;
  }
}  
/* ================================================================================== 
18. Banner
===================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  color: #fff;
}
.banner-text{
  width: 100%;
  max-width: 64rem;
}

.banner-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
19. Logos Home
===================================================================================== */

.logos-text{
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
.logos-content{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:3%;
}
.logos-box{
  width: 31.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.logos-box img{
  height: auto;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .logos-box{
    padding: 2rem;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .logos-box{
    width: 17.5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .logos-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos-text{
    max-width: 44rem;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  .logos-content{
    width: calc(100% - 50rem);

  }
}
/* ================================================================================== 
20. Banner 2
===================================================================================== */
.banner2{
  padding-bottom: 5rem;
}
.banner2-text{
  width: 100%;
}
.banner2-image{
  width: 100%;
  margin-top: 5rem;
  display: none;
}
.banner2-image img{
  display: block;
  width: 100%;
  height: auto;
}
.btns-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .banner2-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .banner2-text{
    width: 50%;
    align-self: flex-start;
    padding-left: 10rem;
  }
  .banner2-image{
    width: 40%;
    margin-top: 0;
    display: block;
  }
  .banner2{
    padding-bottom: 0;
  }
}
/* ================================================================================== 
21. Footer
===================================================================================== */
footer{
  background-color: #0b0000;
  color: #fff;
}

footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-box{
  width:100%;
  text-align: center;
  margin-bottom: 3rem;
}
.footer-box.footer-logo{
  width: 100%;
}
.footer-logo img{
  display: block;
  width: 12rem;
  height: auto;
  margin: 0 auto;
}
footer h3{
  text-transform: uppercase;
}
.copyright{
  background-color: #006fff;
  color: #fff;
  font-size: 1.4rem;
  padding: 2rem 0;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .social{
  justify-content: center;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: 50%;
    margin-bottom: 3rem;
    text-align: left;
  }
  .footer-box.footer-logo{
    width: 100%;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .footer-logo img{
    margin: 0;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
  }
  .footer-box.footer-logo{
    width: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-logo img{
    width: 20rem;
  }
}
/* ================================================================================== 
22. Products Page
===================================================================================== */
.products-page-image{
  width: 100%;
  margin-top: 5rem;
}
.products-page-text{
  width: 100%;
}
.products-page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.products-page-row:not(:last-child){
  margin-bottom: 5rem;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .products-page-row:nth-child(2n+2){
    flex-direction: row-reverse;
  }
  .products-page-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .products-page-image{
    width: 45%;
    margin-top: 0;
  }
  .products-page-text{
    width: 48%;
  }
  .products-page-image img{
    height: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .products-page-row:not(:last-child){
    margin-bottom: 10rem;
  }
}
/*-----------*/
.comparative-section{
  background-color: #f4f4f4;
  font-size: 1.6rem;
}

.comparative-box{
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 2rem;
  padding: 2.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.comparative-box:last-child{
  margin-bottom: 0;
}
.comparative-box .btn{
  margin-top: 3rem;
  align-self: flex-start;
}
.comparative-box h2{
  margin-bottom: auto;
}
.comparative-box  hr{
  margin-top: 9px;
  margin-bottom: 31px;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .comparative-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .comparative-box{
    width: 31.3%;
    margin-bottom: 0;
  }
} 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .comparative-box{
    padding: 5rem;
  }
}
/*-------*/
.comparative-section table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.comparative-section th, .comparative-section td {
  padding: 12px 16px;
  text-align: center;
  border: 1px solid #ccc;
}
.comparative-section th {
  background-color: #006fff;
  color: #fff;
}
.comparative-section tr:nth-child(even) {
  background-color: #f9f9f9;
}
.comparative-section td:first-child, .comparative-section th:first-child {
  text-align: left;
}
.comparative-section table .btn-sm{
  display: inline-block;
  margin-top: 1rem;
  
}
.comparative-section table .btn{
  font-size: 1.2rem;
}
.responsive-table{
  overflow-x: auto;
}
.responsive-table table{
  width: 1100px;
  overflow-x: auto;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .responsive-table table{
    width: 100%;
  }
}
/* ================================================================================== 
23. Single Product Page
===================================================================================== */
.product-top{
  padding: 10rem 0;
  background-color: #006fff;
  color: #fff;
}

.single-product-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.product-top-text{
  max-width: 60rem;
  width: 100%;
}
.product-top-text .btn{
  margin-top: 3rem;
}

.numb{
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 12rem;
  height: 12rem;
  background-color: #f4f4f4;
  border-radius: 2rem;
  margin: 0 auto;
  margin-bottom: 3rem;

}

@media only screen and (min-width: 48.0625em) {
/*769px*/
  .numb{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .single-product-boxes-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .single-product-box{
    width: 31.3%;
  }
}
/*--------*/
.single-rows{
   background-color: #f4f4f4;
}
.single-row{
  margin-bottom: 5rem;
  border-radius: 3rem;
  background-color: #fff;
  padding: 5rem 2.5rem;
}
.single-row-text{
  width: 100%;
  margin-bottom: 3rem;
}
.single-row-image{
  width: 100%;
}
.single-row-image img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}
.single-row:nth-child(2n+2){
  flex-direction: row-reverse;
}
.single-row:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5rem;
  }
  .single-row-text{
    width: 45%;
    margin-bottom: 0;
  }
  .single-row-image{
    width: 40%;
  }

}
/* ================================================================================== 
24. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}
.contact-wrapper  strong{
  font-weight: 500;
}
.contact-form form p{
  margin-bottom: 0;
}
.contact-form form br{
  display: none;
}
.contact-map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-form input.btn{
  transition: all .4s ease-in-out;
  width: auto;
}
.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-form{
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
.text-center{
  text-align: center;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .contact-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-form fieldset{
    width: 48%;
  }
  .contact-form fieldset.w-100{
    width: 100%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
 
}
/* ================================================================================== 
25. About Page
===================================================================================== */

.about-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-image{
  width: 100%;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.bg{
    background-color: #f4f4f4;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-text{
    width: 48%;
    margin-bottom: 0;
  }
  .about-page-image{
    width: 48%;
  }

}
