@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.text-orange {
  color: #ff6600 !important;
}
html,
body {
  overflow-x: clip;
  font-family: "Poppins", sans-serif;
}

.padding-top {
  padding-top: 100px;
}

@media only screen and (max-width: 780px) {
  .padding-top {
    padding-top: 50px;
  }
}
@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

.mySwiper .swiper-wrapper .swiper-slide-prev img,
.mySwiper .swiper-wrapper .swiper-slide-active img,
.mySwiper .swiper-wrapper .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  box-sizing: border-box !important;
}
.text-justify {
  text-align: justify !important;
}
h2 {
}

#preloader {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 100000000000000000 !important;

  background-color: #fff;
}

#status {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center !important;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  z-index: 100000000000000000000;
}

.text-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  position: absolute;
  opacity: 1;
}

.text-bg img {
  height: 80px;
  object-position: center;
  object-fit: contain;
  width: 100%;
}

.text-bg video {
  height: 100px;
  object-position: center;
  object-fit: contain;
  width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#google_translate_element2 select {
  background: #fff;
  cursor: pointer !important;
  color: #000;
  border: none;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 500;
  border-radius: 3px;

  font-family: medium_font !important;
  padding: 5px;
}

#google_translate_element2 select:focus {
  outline: none;
}

#google_translate_element2 select:focus {
  outline: none;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0 !important;
}
#google_translate_element2 select {
  font-family: "Poppins", sans-serif !important;
}
.goog-te-combo {
  font-size: 18px !important;
  margin: 0 !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

h2 {
  color: #ff6600;
}
.text-orange {
  color: #ff6600;
}
.side-padding {
  padding: 0px 10%;
}

@media only screen and (max-width: 1200px) {
  .side-padding {
    padding: 0px 7%;
  }
}

@media only screen and (max-width: 576px) {
  .side-padding {
    padding: 0px 5%;
  }
}

/**************************************************************************************** Navabr ***********************************************************************************************************/
.navbar .nav-side-padding {
  padding: 0px 10%;
}

.nav-bg {
  background-color: #ffffff;
}

.navbar-nav .nav-item {
  margin: 0px 0px;
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  color: #000 !important;
  padding: 0 10px !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-right: 2px solid #ff6600;
  font-weight: 500;
}

.navbar-nav .nav-link.pe-4 {
  border: none !important;
}

@media only screen and (min-width: 1200px) {
  #header .dropdown-menu-single {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  #header nav .dropdown:hover .dropdown-menu {
    display: block !important;
  }

  #header nav .dropdown .dropdown-menu {
    display: none !important;
  }
}

#header .dropdown-menu-single {
  margin-top: 10px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: 0.3s ease-in-out !important;
}

#header .dropdown-menu {
  background-color: #fff !important;
}

#header .dropdown-item {
  width: 100%;
}

#header .dropdown-item a {
  color: inherit !important;
}

#header .dropdown-item a:hover {
  text-decoration: none !important;
}

#header .dropdown-item {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 32px !important;
  color: #000 !important;
  transition: 250ms ease-in-out !important;
  display: inline-block !important;
}

@media only screen and (max-width: 767px) {
  #header .dropdown-item {
    font-size: 12px !important;
    line-height: 24px !important;
  }
}

#header .dropdown-item:hover {
  color: #ff6600 !important;
  background-color: transparent;
}

#header nav .dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border: none;
  top: 50px;
  width: auto !important;
}

#header nav .dropdown-item {
  color: #000 !important;
}

#header nav .scroll .dropdown-item {
  background-color: #fff !important;
  color: #fff;
  /* border: 1px solid black; */
}

#header .dropdown-toggle::after {
  display: none !important;
}

#header .dropdown:hover .dropdown-menu-single {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 0px !important;
  transition: 300ms ease-in-out !important;
}

@media only screen and (min-width: 1200px) {
  #header .dropdown-menu-single {
    top: 100% !important;
  }
}

.navbar .navbar-brand img {
  width: 100%;
  height: 50px;
  margin: 0px 5px;
  object-fit: contain;
}

@media only screen and (max-width: 1300px) {
  .navbar .nav-side-padding {
    padding: 0px 7%;
  }

  .navbar-nav .nav-link {
    color: #000 !important;
    padding: 0 15px !important;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
  }

  #google_translate_element2 select {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar .nav-side-padding {
    padding: 0px 3%;
  }

  .navbar-nav .nav-link {
    color: #000 !important;
    margin-right: 5px;
    padding: 0 8px !important;
    font-size: 12px;
  }

  .navbar-nav .btn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .navbar .nav-side-padding {
    padding: 0px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .navbar .nav-side-padding {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 989px) {
  .navbar-nav .nav-link {
    padding: 5px 15px !important;
    font-size: 16px !important;
    border: none !important;
  }
  .navbar-nav .btn {
    font-size: 16px;
  }
  .navbar-nav .nav-item {
    margin: 0px 0px;
    display: block;
    align-items: center;
  }

  #google_translate_element2 select {
    font-size: 18px !important;
  }
}

#index h2 {
  font-size: 34px;
  font-weight: 600;
  color: #ff6600;
  text-align: center;
  padding-bottom: 30px;
}

#index h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}

#footer2 h2 {
  font-size: 34px;
  font-weight: 600;
  color: #ff6600;
  text-align: center;
  padding-bottom: 30px;
}

#footer2 h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}

/**************************************************************************************** Section-1 ***********************************************************************************************************/

.banner-video-section {
  position: relative;
}

.banner-video-section .full-width-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-video-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

#index .section-1 .swiper {
  width: 100%;
  height: 100vh;
}

#index .section-1 .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#index .section-1 .swiper-slide .wrapper {
  position: relative;
}

#index .section-1 .swiper-slide .wrapper .text-wrapper {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  /* background-color: rgb(0, 0, 0, 0.6); */
  background-color: #f3f1f0;
  padding: 15px 15px;
  width: auto !important;
  text-align: center;
}

#index .section-1 .swiper-slide .wrapper .text-wrapper h1 {
  font-size: 28px;
  letter-spacing: 0.5px;
  font-weight: bold;
  line-height: 42px;
}

#index .section-1 .swiper-slide .wrapper .text-wrapper hr {
  height: 5px;
  opacity: 1;
  width: 95%;
}

@media only screen and (max-width: 1400px) {
  #index .section-1 .swiper-slide .wrapper .text-wrapper {
  }
}

@media only screen and (max-width: 1020px) {
  #index .section-1 .swiper-slide .wrapper .text-wrapper {
  }
}

@media only screen and (max-width: 720px) {
  #index .section-1 .swiper-slide .wrapper .text-wrapper {
    width: 100% !important;
  }

  #index .section-1 .swiper-slide .wrapper .text-wrapper h1 {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  #index .section-1 .swiper-slide .wrapper .text-wrapper h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
  }
}

/**************************************************************************************** Section-2 ***********************************************************************************************************/

#index .about-section {
  background-color: #f5f5f5;
  padding: 80px 0px;
}

#index .tile-sizes-img {
  height: 300px;
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 980px) {
  #index .tile-sizes-img {
    height: 120px;
    width: 100%;
  }
}

#index .feature-collection .image-wrapper,
#index .feature-collection .image-wrapper-2 {
  position: relative;
}

#index .feature-collection .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  transition: 0.5s ease;
  opacity: 0;
  color: #000;
  font-size: 20px;
  padding: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  /* display: block; */
}

#index .feature-collection .overlay hr {
  background-color: #ff6600;
  color: #ff6600;
  height: 3px;
  opacity: 1;
  /* display: block; */
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}

#index .feature-collection .overlay h5 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

#index .feature-collection .image-wrapper:hover .overlay,
#index .feature-collection .image-wrapper-2:hover .overlay {
  opacity: 1;
}

#index .feature-collection .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

#index .feature-collection .image-wrapper-2 img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

#index .Why-choose-section .wrapper {
  padding-top: 80px;
}

#index .Why-choose-section .icon {
  height: 90px;
  width: 90px;
  /* background-color: #f5f5f5; */
  border-radius: 50%;
  padding: 15px;
  border: 2px solid #dee2e6;
  /* margin-bottom: 20px; */
}

#index .Why-choose-section .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#index .Why-choose-section h4 {
  color: #ff6600;
  font-size: 28px;
  line-height: 32px;
}

#index .catalogue-section {
  overflow: hidden;
}

#index .catalogue-section .wrapper {
  background-color: #f5f5f5;
}

#index .catalogue-section .wrapper .text-wrapper {
  padding: 60px 50px;
}

#index .catalogue-section .wrapper button {
  background-color: #000;
  color: #ffffff;
  border: none;
  padding: 10px 50px;
  margin-top: 20px;
  transition: 0.2s ease-in-out;
  border: 1px solid #000;
}

#index .catalogue-section .wrapper button:hover {
  background-color: transparent;
  color: #000;
}

#index .catalogue-section .wrapper button a {
  text-decoration: none;
}

#index .catalogue-section .wrapper:hover {
  cursor: pointer;
}

#index .catalogue-section .wrapper:hover img {
  transform: scale(2.3) !important;
  cursor: pointer;
}

#index .catalogue-section .wrapper .image-wrapper img {
  height: 200px !important;
  width: 100%;
  object-fit: contain;
  transition: 0.5s ease-in-out;
  /* margin-top: -100px; */
  transform: scale(2);
  /* background-color: #000; */
}

@media only screen and (max-width: 1400px) {
  #index .catalogue-section .wrapper .text-wrapper {
    padding: 50px 50px;
  }

  #index .catalogue-section .wrapper .image-wrapper img {
    height: 200px;
  }
}

@media only screen and (max-width: 989px) {
  #index .catalogue-section .wrapper .text-wrapper {
    padding: 50px 50px;
  }

  #index .catalogue-section .wrapper .image-wrapper img {
    height: 400px;
    transform: scale(1) !important;
    object-position: left !important;
  }

  #index .catalogue-section {
    padding: 50px 0px 50px 0px;
  }
}

@media only screen and (max-width: 720px) {
  #index .catalogue-section .wrapper .text-wrapper {
    padding: 20px;
  }
}

#index .section-7 h4 {
  color: #ff6600;
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 20px;
}

#index .section-7 .image-1 {
  height: 70vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#index .section-7 .image-2 {
  height: 500px;
  width: 100%;
  object-fit: cover;
  margin-top: 60px;
}

@media only screen and (max-width: 990px) {
  #index .section-7 {
    padding: 50px;
  }

  #index .section-7 .image-1 {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }

  #index .section-7 .image-2 {
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 760px) {
  #index .section-7 {
    padding: 50px 20px;
  }
}

#index .cta-section .bg-image {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.52),
      rgba(255, 255, 255, 0.73)
    ),
    url("/assets/images/image-19.webp");
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#index .cta-section .text-wrapper h3 {
  font-size: 40px;
  line-height: 46px;
  color: #000;
  padding-bottom: 20px;
}

#index .cta-section .text-wrapper p {
  font-size: 20px;
  color: #000;
  padding-bottom: 20px;
}

#index .cta-section .text-wrapper button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 10px 30px;
  font-size: 18px;
}

#index .cta-section .text-wrapper button:hover {
  background-color: transparent;
  color: #000;
}

#index .cta-section .text-wrapper span {
  font-size: 20px;
  color: #000;
  margin: 0 20px;
}

#index .cta-section .text-wrapper a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

@media only screen and (max-width: 980px) {
  #index .cta-section .text-wrapper h3 {
    font-size: 30px;
    line-height: 46px;
    color: #000;
  }
}

#index .section-9 img {
  object-fit: cover;
}

/* .section-9 .wrapper {
    position: relative;
}


.section-9 .text-wrapper {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-9 .wrapper:hover .text-wrapper {
    opacity: 1;
}

@media only screen and (max-width: 680px) {
    .section-9 .wrapper .text-wrapper {
        opacity: 1;
    }
} */

#index .section-9 .image-wrapper img {
  object-fit: cover;
  transition: 0.5s all ease-in-out;
}

#index .section-9 .image-wrapper {
  overflow: hidden;
}

#index .section-9 .image-wrapper:hover img {
  transform: scale(1.2);
}

#index .section-9 .wrapper {
  position: relative;
}

#index .section-9 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

#index .section-9 .wrapper:hover .overlay {
  height: 100%;
}

#index .section-9 .icon {
  color: white;
  font-size: 20px;
  position: absolute;
  background-color: #000;
  padding: 20px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#index .section-9 .icon:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

#index .section-9 .icon i {
  color: #fff;
  font-size: 24px;
}

/* .swiper {
    width: 100%;
    height: 100%;
} */

#index .products-section .overlay {
  position: absolute;

  bottom: 5%;
  background: rgba(255, 255, 255, 1);
  /* Black see-through */
  color: #000;
  /* width: 50%;
  height: 200px; */
  transition: 0.5s ease;
  opacity: 1;
  color: #000;
  font-size: 20px;
  padding: 15px 25px;
  text-align: center;
  align-items: center;
  justify-content: center;

  /* display: block; */
}

#index .products-section .overlay hr {
  background-color: #ff6600;
  height: 3px;
  opacity: 1;
  /* display: block; */
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}

#index .products-section .image-wrapper:hover .overlay {
  opacity: 1;
}
#index .products-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#index .products-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

#index .products-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#index .products-section .swiper-slide .image-wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
}

#index .products-section .swiper-slide .image-wrapper:hover img {
  transform: scale(1.1);
}

#index .products-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all ease-in-out;
}
/* .testimonials .swiper {
    width: 100%;
    height: 500px;
} */

#index .testimonials .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#index .testimonials .wrapper {
  width: 50%;
}

#index .testimonials .wrapper img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
}

#index .testimonials .wrapper h6 {
  padding: 20px 0px;
  font-size: 22px;
  font-weight: bold;
}

/* .testimonials .swiper-pagination {
    bottom: -30px !important;
    z-index: 99 !important;
} */
.section-7 .swiper-wrapper {
  padding-bottom: 50px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px !important;
}
.swiper-pagination-bullet-active {
  background-color: #ff6600 !important;
}

.swiper-pagination-bullet {
  background-color: #ff6600 !important;
}

@media only screen and (max-width: 680px) {
  #index .testimonials .wrapper {
    width: 90%;
  }
}

#index .blog-section .bg-color {
  background-color: #f5f5f5;
  padding: 50px 0px;
}

#index .blog-section .card {
  border: none;
  background-color: transparent;
}

#index .blog-section .card img {
  border-radius: 15px;
}

#index .blog-section .card button {
  background-color: #ff6600;
  color: #fff;
  border: none;
  padding: 10px 30px;
}
#index .blog-section .card a {
  color: #fff;
  text-decoration: none;
}
#index .sizes-section .bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/arkistyle-earth-ceramiche-marca-corona-621221-rel5ab902f2.webp");
  width: 100%;
  /* height: 750px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 50px 0px;
}

#index .setter {
  padding: 50px 0;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  /* height: 100%; */
}

/*#index .sizes-section .bg-image {*/
/*  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),*/
/*    url("../images/arkistyle-earth-ceramiche-marca-corona-621221-rel5ab902f2.webp");*/
/*  width: 100%;*/
/*  height: 750px;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*  background-attachment: fixed;*/
/*  color: #fff;*/
/*  padding: 50px 0px;*/
/*}*/

/*#index .setter {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  height: 100%;*/
/*}*/

#index .sizes-section h2 {
  color: #fff;
  text-align: center;
}


#index .mycustomline {
  outline: 3px solid #ff6600;
  outline-offset: -1px;
  transition: all 0.3s linear;
  cursor: pointer;
  /* border: 2px dotted #fff; */
  position: relative;
  margin-right: 40px;
}



#index .mycustomline:hover {
  outline:
  3px solid transparent;
  background: linear-gradient(90deg, #fff 50%, transparent 0) repeat-x, linear-gradient(90deg, #fff 50%, transparent 0) repeat-x, linear-gradient(0deg, #fff 50%, transparent 0) repeat-y, linear-gradient(0deg, #fff 50%, transparent 0) repeat-y;
  background-size: 15px 5px, 15px 5px, 5px 15px, 5px 15px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  -webkit-animation: linearGradientMove 0.3s infinite linear;
          animation: linearGradientMove 0.3s infinite linear;
          background-color: rgba(255,102,0, 0.5) !important;
}



@keyframes linearGradientMove {
  100% {
    background-position: 15px 0, -15px 100%, 0 -15px, 100% 15px;
  }
}
/* #index .mycustomline:hover {
  border: 2px solid #ff6600;
} */
/*#index .mycustomline {*/
/*  border: 2px solid #fff;*/
/*  position: relative;*/
/*  margin-right: 40px;*/
/*}*/

/*#index .mycustomline:hover {*/
/*  border: 2px solid #ff6600;*/
/*}*/

#index .sizes {
  display: flex;
}

#index .size-1 {
  width: 60px;
  height: 85px;
}

#index .size-2 {
  width: 60px;
  height: 120px;
}

#index .size-3 {
  width: 120px;
  height: 120px;
}

#index .size-4 {
  width: 40px;
  height: 240px;
}

#index .size-5 {
  width: 120px;
  height: 240px;
}

#index .size-6 {
  width: 160px;
  height: 160px;
}

#index .size-7 {
  width: 160px;
  height: 320px;
}

#index .size-8 {
  width: 200px;
  height: 360px;
}

#index .size-9 {
  width: 200px;
  height: 440px;
}

#index .size-10 {
  width: 200px;
  height: 200px;
}

#index .mycustomline p {
  transform: rotate(-90deg) translate(100%, 0);
  transform-origin: right bottom;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: -30px;
  margin: 0;
  color: #fff;
}

@media only screen and (max-width: 1750px) {
  #index .size-1 {
    width: 40px;
    height: 55px;
  }

  #index .size-2 {
    width: 40px;
    height: 80px;
  }

  #index .size-3 {
    width: 80px;
    height: 80px;
  }

  #index .size-4 {
    width: 30px;
    height: 160px;
  }

  #index .size-5 {
    width: 80px;
    height: 160px;
  }

  #index .size-6 {
    width: 120px;
    height: 120px;
  }

  #index .size-7 {
    width: 120px;
    height: 220px;
  }

  #index .size-8 {
    width: 160px;
    height: 260px;
  }

  #index .size-9 {
    width: 160px;
    height: 300px;
  }

  #index .size-10 {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (max-width: 1400px) {
  #index .mycustomline {
    flex: 0 0 10%;
    max-width: 10%;
    margin-bottom: 30px;
    margin-left: 15px;
  }

  #index .sizes-section .bg-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url("/assets/images/arkistyle-earth-ceramiche-marca-corona-621221-rel5ab902f2.webp");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 50px 0px;
  }
}

@media only screen and (max-width: 991px) {
  #index .mycustomline {
    flex: 0 0 10%;
    max-width: 10%;
    margin-bottom: 30px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 680px) {
  #index .mycustomline {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 40px;
    margin-left: 15px;
  }

  #index .mycustomline p {
    transform: rotate(0deg) translate(0%, 0);
    transform-origin: right bottom;
    white-space: nowrap;
    position: absolute;
    bottom: -30px;
    right: 0px;
    margin: 0;
    color: #fff;
  }
}

/**************************************************************************************** Section-8 ***********************************************************************************************************/
#footer .section-8 {
  padding: 50px 0px;
}

#footer .section-8 .wrapper .image-wrapper {
  height: 400px;
  width: 100%;
}

#footer .section-8 .wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#footer .section-8 .wrapper .text-wrapper {
  padding-right: 50px;
}

#footer .section-8 .wrapper .text-wrapper h6 {
  font-size: 26px;
  font-weight: 500;
}

#footer .section-8 .wrapper .text-wrapper button {
  background-color: #ff6600;
  color: #ffffff;
  padding: 10px 40px;
  border: none;
  transition: 0.2s ease-in-out;
  /* width: 50%; */
}

#footer .section-8 .wrapper .text-wrapper button:hover {
  background-color: #000;
}

@media only screen and (max-width: 600px) {
  #footer .section-8 .wrapper .text-wrapper h6 {
    font-size: 22px;
    font-weight: 500;
  }

  #footer .section-8 .wrapper .text-wrapper button {
    background-color: #ff6600;
    color: #ffffff;
    padding: 10px 40px;
    border: none;
    width: 100%;
  }
}

/**************************************************************************************** Section-9 ***********************************************************************************************************/
#footer .section-9 {
  padding: 50px 0px;
  min-height: 700px;
  width: 100%;
  background: url(../images/footer/GET\ IN\ TOUCH.png);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

#footer .section-9 .wrapper {
  position: relative;
}

#footer .section-9 .wrapper .image {
}

/* #footer .section-9 .bg-color {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.1);
} */

#footer .section-9 .wrapper h1 {
  text-align: center;
  color: #ffffff;
}

#footer .section-9 .form-wrapper {
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

#footer .section-9 .form-wrapper input,
textarea {
  width: 100%;
  outline: 0;
  color: #ffffff;
  border-width: 0 0 2px;
  border-color: #ffffff;

  font-size: 22px;
  background-color: transparent;
}

#footer .section-9 .form-wrapper ::placeholder {
  color: #ffffff;

  opacity: 1;
}

#footer .section-9 .form-wrapper input:focus {
  border-color: #ff6600;
}

#footer .section-9 .form-wrapper textarea:focus {
  border-color: #ff6600;
}

#footer .section-9 .form-wrapper button {
  background-color: #ff6600;
  color: #ffffff;
  padding: 10px 40px;
  border: none;
  transition: 0.2s ease-in-out;
}

#footer .section-9 .form-wrapper button:hover {
  background-color: #000;
}

/**************************************************************************************** Section-10 ***********************************************************************************************************/
#footer .section-10 {
  padding: 50px 0px;
}

#footer .section-10 .wrapper i {
  font-size: 60px;
  color: #ff6600;
}

#footer .section-10 .wrapper h6 {
  font-size: 20px;
}

#footer .section-10 p {
  color: #000;
  font-size: 18px;
}

#footer .section-10 p a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

/**************************************************************************************** Section-11 ***********************************************************************************************************/
/* #testimonials {
    padding: 50px 0px;
} */

#testimonials .wrapper {
  position: relative;
}

#testimonials .wrapper .image {
  height: 750px;
  width: 100%;
  object-fit: cover;
  background: url(../images/footer/client.png);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

/* #testimonials .bg-color {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.6);
} */

#testimonials .wrapper h1 {
  text-align: center;
  /* width: 100%; */

  color: #ffffff;
}

#testimonials .swiper-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* padding: 30px 0px; */
}

#testimonials .swiper {
  width: 100%;
  height: 100%;
}

#testimonials h6 {
  font-size: 18px;
}

#testimonials p {
}

#testimonials p span {
  font-size: 16px;
}

#testimonials .swiper-slide {
  text-align: start;
  font-size: 18px;
  /* background: rgb(0, 0, 0, 0.6); */
  color: #ffffff;
}

#testimonials .swiper-slide .wrapper {
  background-color: rgb(0, 0, 0, 0.5);
  padding: 40px 50px;
  min-height: 450px;
  height: auto;
}

#testimonials .swiper-slide .image-wrapper img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 50%;
}

#testimonials .swiper-button-next {
  position: absolute;
  top: 30%;
  right: 0;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgb(0, 0, 0, 1);
  padding: 30px;
  border-radius: 50%;
}

#testimonials .swiper-button-prev {
  position: absolute;
  top: 30%;
  left: 0;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background-color: rgb(0, 0, 0, 1);
  padding: 30px;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
}

@media only screen and (max-width: 1200px) {
  #testimonials .swiper-slide .wrapper {
    background-color: rgb(0, 0, 0, 0.5);
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 600px) {
  #testimonials .swiper-slide .wrapper {
    background-color: rgb(0, 0, 0, 0.5);
    padding: 10px 20px;
  }

  #testimonials .swiper-button-next {
    position: absolute;
    top: 30%;
    right: 0;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-right: 0px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: rgb(0, 0, 0, 1);
    padding: 30px !important;
    border-radius: 50%;
  }

  #testimonials .swiper-button-prev {
    position: absolute;
    top: 30%;
    left: 0;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    margin-left: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    background-color: rgb(0, 0, 0, 1);
    padding: 30px;
    border-radius: 50%;
  }

  #testimonials .wrapper .image {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    background: url(../images/footer/client.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }
}

@media only screen and (max-width: 400px) {
  #testimonials .wrapper .image {
    min-height: 100%;
    height: 110vh;

    width: 100%;
    object-fit: cover;
    background: url(../images/footer/client.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }

  #testimonials h6 {
    font-size: 16px;
  }

  #testimonials p {
  }

  #testimonials p span {
    font-size: 14px;
  }

  #testimonials .swiper-slide {
    text-align: start;
    font-size: 16px;
    /* background: rgb(0, 0, 0, 0.6); */
    color: #ffffff;
  }
}

@media only screen and (max-width: 330px) {
  #testimonials .wrapper .image {
    min-height: 100%;
    height: 140vh;

    width: 100%;
    object-fit: cover;
    background: url(../images/footer/client.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }

  #testimonials h6 {
    font-size: 14px;
  }

  #testimonials p {
  }

  #testimonials p span {
    font-size: 12px;
  }

  #testimonials .swiper-slide {
    text-align: start;
    font-size: 14px;
    /* background: rgb(0, 0, 0, 0.6); */
    color: #ffffff;
  }
}

footer .bg-color {
  background-color: #333333;
  padding: 70px 0px;
}

footer .footer-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
}

footer a {
  text-decoration: none;
}

footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

footer h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

footer ul li {
  padding-bottom: 10px;
}

footer h6 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

footer p,
a,
address,
h6,
h4 {
  color: #fff;
}

footer .footer-blog-image {
  height: 80px;
  width: 100%;
  object-fit: cover;
}

footer .credit-section {
  height: 50px;
}

footer .credit-section h4 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  /* margin: auto 0; */
}

footer .icon-wrapper {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .icon {
  color: #ff6600;
  font-size: 16px;
}
footer .icon:hover {
  cursor: pointer;
}

#footer2 .blog-section .bg-color {
  background-color: #f5f5f5;
  padding: 50px 0px;
}

#footer2 .blog-section .card {
  border: none;
  background-color: transparent;
}

#footer2 .blog-section .card img {
  border-radius: 15px;
}

#footer2 .blog-section .card button {
  background-color: #ff6600;
  color: #fff;
  border: none;
  padding: 10px 30px;
}
#footer2 .blog-section .card a {
  color: #fff;
  text-decoration: none;
}
/* ========================================================================================================+

ABOUT 

==============================================================================================================
*/

/* #about .section_1 .swiper {
  width: 100%;
  height: 100vh;
} */

#about .section_1 img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: top;
}

#about .section_1 .wrapper {
  position: relative;
}

#about .section_1 .wrapper .text-wrapper {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #ffffff;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 15px;
  width: 40%;
  text-align: start;
}

#about .section_1 .wrapper .text-wrapper h1 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 52px;
}

#about .section_1 .wrapper .text-wrapper hr {
  height: 5px;
  opacity: 1;
  width: 80%;
}

@media only screen and (max-width: 1400px) {
  #about .section_1 .wrapper .text-wrapper {
    width: 60%;
    text-align: start;
  }
}

@media only screen and (max-width: 1020px) {
  #about .section_1 .wrapper .text-wrapper {
    width: 70%;
    text-align: start;
  }
}

@media only screen and (max-width: 720px) {
  #about .section_1 .wrapper .text-wrapper {
    bottom: 5%;
    width: 100%;
    text-align: start;
  }

  #about .section_1 .wrapper .text-wrapper h1 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 600px) {
  #about .section_1 .wrapper .text-wrapper h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
  }
}

/**************************************************************************************** Section-2 ***********************************************************************************************************/
#about .section_2 {
  padding: 100px 0px 50px 0px;
}

#about .section_2 .text-wrapper p {
  margin-top: 20px;
  font-size: 18px;
}

#about .section_2 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  #about .section_2 .image-wrapper {
    height: 100%;
    width: 100%;
  }

  #about .section_2 .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

/**************************************************************************************** Section-3 ***********************************************************************************************************/
#about .section_3 {
  padding: 50px 0px 50px 0px;
}

#about .section_3 .backgroud_image {
  padding: 150px 0px;
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../images/about/02.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#about .section_3 .backgroud_image h1 {
  color: #ffffff;

  margin-bottom: 25px;
}

#about .section_3 .backgroud_image p {
  color: #fff;
  font-size: 20px;
}

/**************************************************************************************** Section-4 ***********************************************************************************************************/
#about .section_4 {
  padding: 50px 0px;
}

#about .section_4 .image-wrapper img {
  width: 100%;
  height: 500px;
  object-position: center;
  object-fit: cover;
}

#about .section_4 .text-wrapper {
  padding: 40px;
}

#about .section_4 .text-wrapper p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

#about .section_4 .text-wrapper h2 {
}

@media only screen and (max-width: 720px) {
  #about .section_4 {
    padding: 20px 0px;
  }

  #about .section_4 .text-wrapper {
    padding: 20px;
  }
}

/**************************************************************************************** Section-5 ***********************************************************************************************************/
#about .section_5 {
  padding: 50px 0px;
}

#about .section_5 .wrapper {
  background-color: #f5f5f5;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
}

#about .section_5 h6 {
  font-size: 20px;
}

#about .section_5 .wrapper {
  position: relative;
}

#about .section_5 .wrapper .icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #f5f5f5;
  border-radius: 50%;
  padding: 20px;
  border: 5px solid #ffffff;
  /* margin-bottom: 20px; */
}

#about .section_5 .wrapper .icon img {
  color: #ff6600;
  font-size: 60px;
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center;
}

/**************************************************************************************** Section-6 ***********************************************************************************************************/
#about .section_6 {
  padding: 50px 0px 50px 0px;
}

#about .section_6 .backgroud_image {
  padding: 200px 0px;
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../images/about/02.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#about .section_6 .backgroud_image h1 {
  color: #ffffff;

  margin-bottom: 25px;
}

#about .section_6 .backgroud_image p {
  color: #fff;
  font-size: 20px;
}

/**************************************************************************************** Section-7 ***********************************************************************************************************/
#about .section_7 {
  padding: 100px 0px 150px 0px;
}

#about .section_7 .wrapper {
  background-color: #f5f5f5;
}

#about .section_7 .wrapper .text-wrapper {
  padding: 60px 50px;
}

#about .section_7 .wrapper h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
}

#about .section_7 .wrapper button {
  background-color: #ff6600;
  color: #ffffff;
  border: none;
  padding: 10px 50px;
  margin-top: 20px;
  transition: 0.2s ease-in-out;
}

#about .section_7 .wrapper button:hover {
  background-color: #000;
}

#about .section_7 .wrapper:hover {
  cursor: pointer;
}

#about .section_7 .wrapper:hover img {
  transform: scale(2.3) !important;
  cursor: pointer;
}

#about .section_7 .wrapper:hover button {
  background-color: #000;
}

#about .section_7 .wrapper .image-wrapper {
}

#about .section_7 .wrapper .image-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: contain;
  transition: 0.5s ease-in-out;
  /* margin-top: -100px; */
  transform: scale(2);
}

@media only screen and (max-width: 1400px) {
  #about .section_7 .wrapper .text-wrapper {
    padding: 50px 50px;
  }

  #about .section_7 .wrapper .image-wrapper img {
    height: 200px;
  }
}

@media only screen and (max-width: 989px) {
  #about .section_7 .wrapper .text-wrapper {
    padding: 50px 50px;
  }

  #about .section_7 .wrapper .image-wrapper img {
    height: 400px;
    transform: scale(1) !important;
    object-position: left !important;
  }

  #about .section_7 {
    padding: 50px 0px 50px 0px;
  }
}

@media only screen and (max-width: 720px) {
  #about .section_7 .wrapper .text-wrapper {
    padding: 20px;
  }
}

/* ========================================================================================================+

TILES 

==============================================================================================================
*/

/* #about .section_1 .swiper {
  width: 100%;
  height: 100vh;
} */

#tiles .section_1 img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: top;
}

#tiles .section_1 .wrapper {
  position: relative;
}

#tiles .section_1 .wrapper .text-wrapper {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #ffffff;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 15px;
  width: 40%;
  text-align: start;
}

#tiles .section_1 .wrapper .text-wrapper h1 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 52px;
}

#tiles .section_1 .wrapper .text-wrapper hr {
  height: 5px;
  opacity: 1;
  width: 80%;
}

@media only screen and (max-width: 1400px) {
  #tiles .section_1 .wrapper .text-wrapper {
    width: 60%;
  }
}

@media only screen and (max-width: 1020px) {
  #tiles .section_1 .wrapper .text-wrapper {
    width: 70%;
  }
}

@media only screen and (max-width: 720px) {
  #tiles .section_1 .wrapper .text-wrapper {
    bottom: 5%;
    width: 100%;
  }

  #tiles .section_1 .wrapper .text-wrapper h1 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 600px) {
  #tiles .section_1 .wrapper .text-wrapper h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
  }
}

/**************************************************************************************** Section-2 ***********************************************************************************************************/
#tiles .section_2 {
  padding: 100px 0px 50px 0px;
}

#tiles .section_2 .text-wrapper p {
  margin-top: 20px;
  font-size: 18px;
}

#tiles .section_2 .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  #tiles .section_2 .image-wrapper {
    height: 100%;
    width: 100%;
  }

  #tiles .section_2 .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

/**************************************************************************************** Section-3 ***********************************************************************************************************/
#tiles .section_3 {
  padding: 0 0px 0 0px;
}

#tiles .section_3 .nav-item hr {
  display: none;
}

#tiles .section_3 .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #ff6600;
}

#tiles .section_3 .image-wrapper {
  position: relative;
}

#tiles .section_3 .image-wrapper.rectangle {
  margin-bottom: 30px;
  height: 450px;
}

#tiles .section_3 .image-wrapper.smallrect {
  margin-bottom: 30px;
}

#tiles .section_3 .image-wrapper.square {
  margin-bottom: 15px;
}

#tiles .section_3 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#tiles .section_3 .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  /* Black see-through */
  color: #000;
  /* width: 50%;
  height: 200px; */
  transition: 0.5s ease;
  opacity: 0;
  color: #000;
  font-size: 20px;
  padding: 60px;
  text-align: center;
  align-items: center;
  justify-content: center;

  /* display: block; */
}

#tiles .section_3 .overlay hr {
  background-color: #ff6600;
  height: 3px;
  opacity: 1;
  /* display: block; */
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}

#tiles .section_3 .image-wrapper:hover .overlay {
  opacity: 1;
}

#tiles .section_3 .overlay-2 {
  position: absolute;
  top: 15%;
  left: 25%;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.8);
  /* Black see-through */
  color: #000;
  width: 50%;
  height: 200px;
  transition: 0.5s ease;
  opacity: 0;
  color: #000;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tiles .section_3 .image-wrapper:hover .overlay-2 {
  opacity: 1;
}

/**************************************************************************************** Section-4 ***********************************************************************************************************/
#tiles .section_4 {
  padding: 50px 0px 50px 0px;
}

#tiles .section_4 .text-wrapper p {
  margin-top: 20px;
  font-size: 18px;
}

#tiles .section_4 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  #tiles .section_4 .image-wrapper {
    height: 100%;
    width: 100%;
  }

  #tiles .section_4 .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

/* ========================================================================================================+

FLOOR TILES 

==============================================================================================================
*/

/* #about .section_1 .swiper {
  width: 100%;
  height: 100vh;
} */

#floor_tiles .section_1 img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: top;
}

#floor_tiles .section_1 .wrapper {
  position: relative;
}

#floor_tiles .section_1 .wrapper .text-wrapper {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #ffffff;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 15px;
  width: 40%;
  text-align: start;
}

#floor_tiles .section_1 .wrapper .text-wrapper h1 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 52px;
}

#floor_tiles .section_1 .wrapper .text-wrapper hr {
  height: 5px;
  opacity: 1;
  width: 80%;
}

@media only screen and (max-width: 1400px) {
  #floor_tiles .section_1 .wrapper .text-wrapper {
    width: 60%;
  }
}

@media only screen and (max-width: 1020px) {
  #floor_tiles .section_1 .wrapper .text-wrapper {
    width: 70%;
  }
}

@media only screen and (max-width: 720px) {
  #floor_tiles .section_1 .wrapper .text-wrapper {
    bottom: 5%;
    width: 100%;
  }

  #floor_tiles .section_1 .wrapper .text-wrapper h1 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 600px) {
  #floor_tiles .section_1 .wrapper .text-wrapper h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
  }
}

/**************************************************************************************** Section-2 ***********************************************************************************************************/
#floor_tiles .section_2 {
  padding: 100px 0px 50px 0px;
}

#floor_tiles .section_2 .nav-item {
  border-right: 2px solid #ff6600;
}

#floor_tiles .section_2 h2 {
}

#floor_tiles .section_2 .nav-item button {
  color: #000;
  font-size: 20px;

  font-weight: 500;
}

#floor_tiles .section_2 .nav-item hr {
  display: none;
}

#floor_tiles .section_2 .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #ff6600;
}

#floor_tiles .section_2 .image-wrapper {
  position: relative;
}

#floor_tiles .section_2 .image-wrapper.rectangle {
  margin-bottom: 30px;
  height: 470px;
}

#floor_tiles .section_2 .image-wrapper.smallrectangle {
  margin-bottom: 30px;
  height: 330px;
}

#floor_tiles .section_2 .image-wrapper.square {
  margin-bottom: 30px;
  height: 400px;
}

#floor_tiles .section_2 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#floor_tiles .section_2 .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  /* Black see-through */
  color: #000;
  /* width: 50%;
  height: 200px; */
  transition: 0.5s ease;
  opacity: 0;
  color: #000;
  font-size: 20px;
  padding: 60px;
  text-align: center;
  align-items: center;
  justify-content: center;

  /* display: block; */
}

#floor_tiles .section_2 .overlay hr {
  background-color: #ff6600;
  height: 3px;
  opacity: 1;
  /* display: block; */
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}

#floor_tiles .section_2 .image-wrapper:hover .overlay {
  opacity: 1;
}

#floor_tiles .section_2 .overlay-2 {
  position: absolute;
  top: 15%;
  left: 25%;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.8);
  /* Black see-through */
  color: #000;
  width: 50%;
  height: 200px;
  transition: 0.5s ease;
  opacity: 0;
  color: #000;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#floor_tiles .section_2 .image-wrapper:hover .overlay-2 {
  opacity: 1;
}

@media only screen and (max-width: 1500px) {
  #floor_tiles .section_2 .nav-item button {
    color: #000;
    font-size: 18px;

    font-weight: 500;
  }

  #floor_tiles .section_2 .image-wrapper.smallrectangle {
    margin-bottom: 30px;
    height: 270px;
  }

  #floor_tiles .section_2 .image-wrapper.rectangle {
    margin-bottom: 30px;
    height: 330px;
  }

  #floor_tiles .section_2 .image-wrapper.square {
    margin-bottom: 30px;
    height: 300px;
  }
}

@media only screen and (max-width: 1300px) {
  #floor_tiles .section_2 .nav-item button {
    color: #000;
    font-size: 18px;

    font-weight: 500;
  }
}

@media only screen and (max-width: 1100px) {
  #floor_tiles .section_2 .nav-item button {
    color: #000;
    font-size: 16px;

    font-weight: 500;
  }

  #floor_tiles .section_2 .image-wrapper.rectangle {
    margin-bottom: 30px;
    height: 280px;
  }

  #floor_tiles .section_2 .image-wrapper.smallrectangle {
    margin-bottom: 30px;
    height: 220px;
  }

  #floor_tiles .section_2 .image-wrapper.square {
    margin-bottom: 30px;
    height: 250px;
  }

  #floor_tiles .section_2 .image-wrapper:hover .overlay {
    padding: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  #floor_tiles .section_2 .nav-item button {
    color: #000;
    font-size: 14px;
  }

  #floor_tiles .section_2 .image-wrapper.rectangle {
    margin-bottom: 30px;
    height: 200px;
  }

  #floor_tiles .section_2 .image-wrapper.smallrectangle {
    margin-bottom: 30px;
    height: 200px;
  }

  #floor_tiles .section_2 .image-wrapper.square {
    margin-bottom: 30px;
    height: 200px;
  }
}

@media only screen and (max-width: 924px) {
  #floor_tiles .section_2 .nav-item {
    border-right: none;
  }

  #floor_tiles .section_2 .nav-item button {
    padding: 0px 5px;
  }

  #floor_tiles .section_2 .nav-item hr {
    display: block;
    border: 0.5px solid #ff6600;
    background-color: #ff6600;
    opacity: 1;
    margin-top: 2px;
  }

  #floor_tiles .section_2 .nav-item {
    margin: 0 5px;
  }
}

@media only screen and (max-width: 772px) {
  #floor_tiles .section_2 .image-wrapper.rectangle {
    margin-bottom: 30px;
    height: auto;
  }

  #floor_tiles .section_2 .image-wrapper.smallrectangle {
    margin-bottom: 30px;
    height: auto;
  }

  #floor_tiles .section_2 .image-wrapper:hover .overlay {
    padding: 60px;
  }

  #floor_tiles .section_2 .image-wrapper.square {
    margin-bottom: 30px;
    height: auto;
  }
}

/* ========================================================================================================+

WALL TILES 

==============================================================================================================
*/

/* #about .section_1 .swiper {
  width: 100%;
  height: 100vh;
} */

#wall_tiles .section_1 img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: top;
}

#wall_tiles .section_1 .wrapper {
  position: relative;
}

#wall_tiles .section_1 .wrapper .text-wrapper {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #ffffff;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 15px;
  width: 40%;
  text-align: start;
}

#wall_tiles .section_1 .wrapper .text-wrapper h1 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 52px;
}

#wall_tiles .section_1 .wrapper .text-wrapper hr {
  height: 5px;
  opacity: 1;
  width: 80%;
}

@media only screen and (max-width: 1400px) {
  #wall_tiles .section_1 .wrapper .text-wrapper {
    width: 60%;
  }
}

@media only screen and (max-width: 1020px) {
  #wall_tiles .section_1 .wrapper .text-wrapper {
    width: 70%;
  }
}

@media only screen and (max-width: 720px) {
  #wall_tiles .section_1 .wrapper .text-wrapper {
    bottom: 5%;
    width: 100%;
  }

  #wall_tiles .section_1 .wrapper .text-wrapper h1 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 600px) {
  #wall_tiles .section_1 .wrapper .text-wrapper h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
  }
}

/**************************************************************************************** Section-2 ***********************************************************************************************************/
#wall_tiles .section_2 {
  padding: 100px 0px 50px 0px;
}

#wall_tiles .section_2 .nav-item {
}

#wall_tiles .section_2 h2 {
}

#wall_tiles .section_2 .nav-item a {
  color: #000;
  font-size: 20px;

  font-weight: 500;
}

#wall_tiles .section_2 .nav-item hr {
  display: none;
  background-color: #ff6600;
  border: 1px solid #ff6600;
  opacity: 1;
  margin: 5px 0px 0px 0px;
}

#wall_tiles .section_2 .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #ff6600;
}

#wall_tiles .section_2 .nav-pills .nav-link.active hr,
.nav-pills .show > .nav-link {
  display: block;
}

#wall_tiles .section_2 .ecatalogue_card {
  transition: 0.5s ease-in-out;
}

#wall_tiles .section_2 .ecatalogue_card .ecatalogue_img {
  height: 400px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  background-color: #f8f8f8;
}

#wall_tiles .section_2 .ecatalogue_card .ecatalogue_img img {
  height: 100%;
  overflow: hidden;
  width: 100%;
  object-fit: contain;
  padding: 20px;
  object-position: center;
  position: relative;
  transition: 0.5s ease-in-out;
  transform: scale(1.2);
}

#wall_tiles .section_2 .ecatalogue_card:hover img {
  cursor: pointer;
  transform: scale(1.5);
}

#wall_tiles .section_2 .ecatalogue_name2 button {
  background-color: #ff6600;
  color: #ffffff;
  border: none;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  margin-top: 20px;

  transition: 0.2s ease-in-out;
}

#wall_tiles .section_2 .ecatalogue_name2 button:hover {
  background-color: #000;
}

@media only screen and (max-width: 1360px) {
  #wall_tiles .section_2 .nav-item a {
    color: #000;
    font-size: 18px;

    font-weight: 500;
  }
  #wall_tiles .section_2 .ecatalogue_name2 button {
    font-size: 14px !important;
  }
  #wall_tiles .section_2 .ecatalogue_card .ecatalogue_img img {
    transform: scale(1.5);
  }
  #wall_tiles .section_2 .ecatalogue_card:hover img {
    cursor: pointer;
    transform: scale(1.7);
  }
}

@media only screen and (max-width: 1100px) {
  #wall_tiles .section_2 .nav-item a {
    color: #000;
    font-size: 16px;

    font-weight: 500;
  }
  #wall_tiles .section_2 button.btn-download {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1000px) {
  #wall_tiles .section_2 .nav-item a {
    color: #000;
    font-size: 14px;
  }

  #wall_tiles .section_2 button.btn-download {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 924px) {
  #wall_tiles .section_2 .nav-item {
    border-right: none;
  }

  #wall_tiles .section_2 .nav-item a {
    padding: 0px 5px;
  }

  #wall_tiles .section_2 .nav-item {
    margin: 0 5px;
  }

  #wall_tiles .section_2 .ecatalogue_card .ecatalogue_img {
    height: 300px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    background-color: #f8f8f8;
  }
}

@media only screen and (max-width: 400px) {
  #wall_tiles .section_2 .ecatalogue_card .ecatalogue_img img {
    transform: scale(1.7) !important;
  }
}

/* ========================================================================================================+
SANITYWARES
==============================================================================================================
*/

/* #about .section_1 .swiper {
  width: 100%;
  height: 100vh;
} */

#sanityware .section_1 img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: top;
}

#sanityware .section_1 .wrapper {
  position: relative;
}

#sanityware .section_1 .wrapper .text-wrapper {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #ffffff;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 15px;
  width: 40%;
  text-align: start;
}

#sanityware .section_1 .wrapper .text-wrapper h1 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 52px;
}

#sanityware .section_1 .wrapper .text-wrapper hr {
  height: 5px;
  opacity: 1;
  width: 80%;
}

@media only screen and (max-width: 1400px) {
  #sanityware .section_1 .wrapper .text-wrapper {
    width: 60%;
  }
}

@media only screen and (max-width: 1020px) {
  #sanityware .section_1 .wrapper .text-wrapper {
    width: 70%;
  }
}

@media only screen and (max-width: 720px) {
  #sanityware .section_1 .wrapper .text-wrapper {
    bottom: 5%;
    width: 100%;
  }

  #sanityware .section_1 .wrapper .text-wrapper h1 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 600px) {
  #sanityware .section_1 .wrapper .text-wrapper h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
  }
}

/**************************************************************************************** Section-2 ***********************************************************************************************************/
#sanityware .section_2 {
  padding: 100px 0px 50px 0px;
}

/**************************************************************************************** Section-4 ***********************************************************************************************************/
#sanityware .section_4 {
  padding: 50px 0px 50px 0px;
}

#sanityware .section_4 .nav .nav-item {
  display: block !important;
}

#sanityware .section_4 .nav .nav-item .nav-link {
  color: #000;

  border-bottom: 2px solid grey !important;
  border-radius: 0;
}

#sanityware .section_4 .nav .nav-item .nav-link.active {
  background-color: transparent !important;
  border-bottom: 2px solid #f56604 !important;
  font-weight: bold;
  color: #f56604;
  border-radius: 0;
}

#sanityware .section_4 .ecatalogue_card {
  transition: 0.5s ease-in-out;
}

#sanityware .section_4 .ecatalogue_card .ecatalogue_img {
  height: 350px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  background-color: #f8f8f8;
}

#sanityware .section_4 .ecatalogue_card .ecatalogue_img img {
  height: 100%;
  overflow: hidden;
  width: 100%;
  object-fit: contain;
  padding: 20px;
  object-position: center;
  position: relative;
  transition: 0.5s ease-in-out;
}

#sanityware .section_4 .ecatalogue_card:hover img {
  cursor: pointer;
  transform: scale(1.1);
}

/**************************************************************************************** Section-3 ***********************************************************************************************************/
#sanityware .section_3 {
  padding: 100px 0px 150px 0px;
}

#sanityware .section_3 .wrapper {
  background-color: #f5f5f5;
}

#sanityware .section_3 .wrapper .text-wrapper {
  padding: 60px 50px;
}

#sanityware .section_3 .wrapper h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
}

#sanityware .section_3 .wrapper button {
  background-color: #ff6600;
  color: #ffffff;
  border: none;
  padding: 10px 50px;
  margin-top: 20px;
  transition: 0.2s ease-in-out;
}

#sanityware .section_3 .wrapper button:hover {
  background-color: #000;
}

/* #sanityware .section_3 .wrapper:hover {
  cursor: pointer;
} */
#sanityware .section_3 .wrapper:hover img {
  transform: scale(2.3) !important;
  cursor: pointer;
}

/* #sanityware .section_3 .wrapper:hover button {
  background-color: #000;
} */
#sanityware .section_3 .wrapper .image-wrapper {
}

#sanityware .section_3 .wrapper .image-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: contain;
  transition: 0.5s ease-in-out;
  /* margin-top: -100px; */
  transform: scale(2);
}

@media only screen and (max-width: 1400px) {
  #sanityware .section_3 .wrapper .text-wrapper {
    padding: 50px 50px;
  }

  #sanityware .section_3 .wrapper .image-wrapper img {
    height: 200px;
  }
}

@media only screen and (max-width: 989px) {
  #sanityware .section_3 .wrapper .text-wrapper {
    padding: 50px 50px;
  }

  #sanityware .section_3 .wrapper .image-wrapper img {
    height: 400px;
    transform: scale(1) !important;
    object-position: left !important;
  }

  #sanityware .section_3 {
    padding: 50px 0px 50px 0px;
  }
}

@media only screen and (max-width: 720px) {
  #sanityware .section_3 .wrapper .text-wrapper {
    padding: 20px;
  }
}

/* ========================================================================================================+
QUALITY ASSURANCE
==============================================================================================================
*/

/* #about .section_1 .swiper {
  width: 100%;
  height: 100vh;
} */

#quality .section_1 img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: top;
}

#quality .section_1 .wrapper {
  position: relative;
}

#quality .section_1 .wrapper .text-wrapper {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #ffffff;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 15px;
  width: 40%;
  text-align: start;
}

#quality .section_1 .wrapper .text-wrapper h1 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 52px;
}

#quality .section_1 .wrapper .text-wrapper hr {
  height: 5px;
  opacity: 1;
  width: 80%;
}

@media only screen and (max-width: 1400px) {
  #quality .section_1 .wrapper .text-wrapper {
    width: 60%;
  }
}

@media only screen and (max-width: 1020px) {
  #quality .section_1 .wrapper .text-wrapper {
    width: 70%;
  }
}

@media only screen and (max-width: 720px) {
  #quality .section_1 .wrapper .text-wrapper {
    bottom: 5%;
    width: 100%;
  }

  #quality .section_1 .wrapper .text-wrapper h1 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 600px) {
  #quality .section_1 .wrapper .text-wrapper h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
  }
}

/**************************************************************************************** Section-2 ***********************************************************************************************************/
#quality .section_2 {
  padding: 100px 0px 50px 0px;
}

/**************************************************************************************** Section-3 ***********************************************************************************************************/
#quality .section_3 {
  padding: 50px 0px 50px 0px;
}

/* The actual timelines (the vertical ruler) */
#quality .section_3 .timelines {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* The actual timelines (the vertical ruler) */
#quality .section_3 .timelines::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: rgb(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  margin-left: -3px;
}

/* Container around content */
#quality .section_3 .containers {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timelines */
#quality .section_3 .containers.rights_image::after,
#quality .section_3 .containers.lefts_image::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11.5px !important;
  background-color: #ff6600;
  border: 4px solid #ff6600;
  opacity: 1;
  top: 0px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
#quality .section_3 .lefts {
  left: 0;
}

/* Place the container to the right */
#quality .section_3 .rights {
  left: 50%;
}

#quality .section_3 .rights_image {
  left: 0%;
}

#quality .section_3 .lefts_image {
  right: 0% !important;
}

#quality .section_3 .rights_image .contents,
#quality .section_3 .lefts_image .contents {
  height: 150px;
  width: 150px;
  background-color: rgb(0, 0, 0, 0.1);

  padding: 25px;
  border-radius: 50%;
}

#quality .section_3 .rights_image .contents img,
#quality .section_3 .lefts_image .contents img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  object-position: center;
}

/* Add arrows to the left container (pointing right) */
#quality .section_3 .lefts_image::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
#quality .section_3 .rights_image::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
#quality .section_3 .rights_image::after {
  left: -13.9px;
}

/* The actual content */
#quality .section_3 .contents {
  padding: 20px 0;
  /* background-color: #e31e24; */
  position: relative;
  border-radius: 6px;
}

#quality .section_3 .contents h5 {
  font-size: 22px;
  color: #ff6600;

  margin-bottom: 15px;
}

#quality .section_3 .contents p {
  font-size: 16px;
  color: #000;

  line-height: 26px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 767px) {
  /* Place the timelime to the left */
  #quality .section_3 .timelines::after {
    left: 31px;
  }

  /* Full-width containers */
  #quality .section_3 .containers {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  #quality .section_3 .containers::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  #quality .section_3 .lefts_image::after,
  #quality .section_3 .rights_image::after {
    left: 30px;
  }

  /* Make all right containers behave like the left ones */
  #quality .section_3 .rights {
    left: 0%;
  }
}

/* ========================================================================================================+
BLOGS
==============================================================================================================
*/

/* #about .section_1 .swiper {
  width: 100%;
  height: 100vh;
} */

#blog .section_1 img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: top;
}

#blog .section_1 .wrapper {
  position: relative;
}

#blog .section_1 .wrapper .text-wrapper {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #ffffff;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 15px;
  width: 40%;
  text-align: start;
}

#blog .section_1 .wrapper .text-wrapper h1 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 52px;
}

#blog .section_1 .wrapper .text-wrapper hr {
  height: 5px;
  opacity: 1;
  width: 80%;
}

@media only screen and (max-width: 1400px) {
  #blog .section_1 .wrapper .text-wrapper {
    width: 60%;
  }
}

@media only screen and (max-width: 1020px) {
  #blog .section_1 .wrapper .text-wrapper {
    width: 70%;
  }
}

@media only screen and (max-width: 720px) {
  #blog .section_1 .wrapper .text-wrapper {
    bottom: 5%;
    width: 100%;
  }

  #blog .section_1 .wrapper .text-wrapper h1 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 600px) {
  #blog .section_1 .wrapper .text-wrapper h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
  }
}

/**************************************************************************************** Section-2 ***********************************************************************************************************/
#blog .section_2 {
  padding: 100px 0px 50px 0px;
}

#blog .section_2 .image-wrapper img {
  width: 100%;
  height: 500px;
  object-position: center;
  object-fit: cover;
}

#blog .section_2 .text-wrapper {
  padding: 40px;
}

#blog .section_2 .text-wrapper p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

#blog .section_2 .text-wrapper h2 {
}

@media only screen and (max-width: 720px) {
  #blog .section_2 {
    padding: 20px 0px;
  }

  #blog .section_2 .text-wrapper {
    padding: 20px;
  }
}

#blog .section_2 button {
  background-color: #ff6600;
  color: #ffffff;
  border: none;
  padding: 10px 50px;
  margin-top: 20px;
  transition: 0.2s ease-in-out;
}

#blog .section_2 button:hover {
  background-color: #000;
}

#product form label {
  color: #000000b3;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

#product .form-group {
  margin-bottom: 10px;
}

#product form input,
#product form textarea {
  border: 2px solid #000000 !important;
  border-radius: 0 !important;
}

#product form input:focus,
#product form textarea:focus {
  border: 3px solid #ff6600 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#product form button.submit {
  background: #ff6600;
  color: #fff;
  width: 150px;
  height: 50px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  border: none;
  transition: 0.5s ease-in;
}

#product form button.submit:hover {
  background: #000;
  color: #fff;
  width: 150px;
  height: 50px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

#product .modal-title {
  color: #000000b3;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

#product .modal-header,
#product .modal-content {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 1);
}

/* ========================================================================================================+
EXPORT
==============================================================================================================
*/

/* #about .section_1 .swiper {
  width: 100%;
  height: 100vh;
} */

#export .section_1 img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: top;
}

#export .section_1 .wrapper {
  position: relative;
}

#export .section_1 .wrapper .text-wrapper {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #ffffff;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 15px;
  width: 40%;
  text-align: start;
}

#export .section_1 .wrapper .text-wrapper h1 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 52px;
}

#export .section_1 .wrapper .text-wrapper hr {
  height: 5px;
  opacity: 1;
  width: 80%;
}

@media only screen and (max-width: 1400px) {
  #export .section_1 .wrapper .text-wrapper {
    width: 60%;
  }
}

@media only screen and (max-width: 1020px) {
  #export .section_1 .wrapper .text-wrapper {
    width: 70%;
  }
}

@media only screen and (max-width: 720px) {
  #export .section_1 .wrapper .text-wrapper {
    bottom: 5%;
    width: 100%;
  }

  #export .section_1 .wrapper .text-wrapper h1 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 600px) {
  #export .section_1 .wrapper .text-wrapper h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
  }
}

/**************************************************************************************** Section-2 ***********************************************************************************************************/
#export .section_2 {
  padding: 100px 0px 0px 0px;
}

/**************************************************************************************** Section-2 ***********************************************************************************************************/
#export .section_4 {
  padding: 50px 0px 50px 0px;
}

/* ========================================================================================================+
BLOGINSIDE
==============================================================================================================
*/

/* #about .section_1 .swiper {
  width: 100%;
  height: 100vh;
} */

#blog_inside .section_1 img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: top;
}

#blog_inside .section_1 .wrapper {
  position: relative;
}

#blog_inside .section_1 .wrapper .text-wrapper {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #ffffff;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 15px;
  width: 40%;
  text-align: start;
}

#blog_inside .section_1 .wrapper .text-wrapper h1 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 52px;
}

#blog_inside .section_1 .wrapper .text-wrapper hr {
  height: 5px;
  opacity: 1;
  width: 80%;
}

@media only screen and (max-width: 1400px) {
  #blog_inside .section_1 .wrapper .text-wrapper {
    width: 60%;
  }
}

@media only screen and (max-width: 1020px) {
  #blog_inside .section_1 .wrapper .text-wrapper {
    width: 70%;
  }
}

@media only screen and (max-width: 720px) {
  #blog_inside .section_1 .wrapper .text-wrapper {
    bottom: 5%;
    width: 100%;
  }

  #blog_inside .section_1 .wrapper .text-wrapper h1 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 600px) {
  #blog_inside .section_1 .wrapper .text-wrapper h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
  }
}

/**************************************************************************************** Section-2 ***********************************************************************************************************/
#blog_inside .section_2 {
  padding: 100px 0px 0px 0px;
}
#blog-inside2 h2 {
  font-weight: 500 !important;
}
#blog-inside2 h3 {
  font-size: 25px !important;
  text-align: left !important;
  font-weight: 800 !important;
}
#blog-inside2 h1 {
  font-weight: 600 !important;
}

.specification-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block !important;
}

.specification-list li {
  display: block !important;
}

.specification-list li a {
  color: #000;
  text-decoration: none;
}

.specification-list li button {
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 15px;
  display: block !important;
  border-radius: 0;
  width: 100%;
}

.specification-list li button.active {
  background-color: #ff6600;
  color: #fff;
  border: none !important;
  outline: none !important;
}

.specification-list li button:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn:focus {
}

.specification-list h3 {
  color: #ff6600;
  margin-bottom: 25px;
}

.subHead {
  background-color: #f2f2f2;
  color: #ff6600;
  font-weight: 500;
}

/* ================================================================ */
/* PRODUCT PAGE */
/* ===================================================================== */

.shop-sidebar .sidebar-search {
  position: relative;
  display: block;
  /* padding: 10px 20px; */
  margin-bottom: 20px;
}

.shop-sidebar .sidebar-search .form-group {
  position: relative;
  margin: 0px;
  border: 1px solid #222;
}

.shop-sidebar .sidebar-search .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  background: transparent;
  border: 1px solid transparent;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .form-group input::-webkit-input-placeholder {
  color: #222;
}

.shop-sidebar .sidebar-search .form-group button {
  position: absolute;
  top: 11px;
  right: 20px;
  color: #222;
  font-size: 16px;
  cursor: pointer;
  background: #fff !important;
  transition: all 500ms ease;
  border: none;
  outline: none;
}

.shop-sidebar .sidebar-search .form-group input:focus {
  border-color: #fff !important;
  outline: none !important;
}

.shop-sidebar .sidebar-widget {
  position: relative;
  border: 2px solid #ececec;
  padding: 30px 40px;
  margin-bottom: 40px;
}

.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.shop-sidebar .sidebar-widget .widget-title {
  position: relative;
  display: block;
  padding-bottom: 13px;
  margin-bottom: 29px;
  border-bottom: 2px solid #ececec;
}

#main_product .accordion-button:focus {
  z-index: 3;
  border: 1px solid #ff6600;
  outline: 0;
  box-shadow: none !important;
}

#main_product .accordion-button {
  background-color: #ff6600 !important;
  color: #fff !important;
  font-weight: bold !important;
}

#main_product .accordion-button.collapsed {
  background-color: #f8f8f8 !important;
  color: #000 !important;
  font-weight: bold !important;
}

#main_product .accordion-button.collapsed::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("images/down_arrow.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

#main_product .accordion-button:not(.collapsed)::after {
  background-image: url("images/download_arrow_2.svg");
  transform: rotate(-180deg);
}

#main_product .accordion-body ul {
  margin: 0 !important;
  /* padding: 0!important; */
  padding-left: 10px;
  /* list-style-type: none !important; */
}

#main_product .accordion-body ul li a {
  text-decoration: none;
  color: #222;
  font-size: 16px;
  line-height: 28px;
}

.postion_stckiy_div {
  position: relative !important;
}

#position_sticky {
  width: 200px !important;
}

.product-filter-scrolled {
  position: fixed !important;
  top: 80px;

  width: 200px !important;
}

.product-filter-bottom-scrolled {
  position: absolute !important;
  bottom: 10vh !important;
}

@media only screen and (max-width: 1400px) {
  .product-filter-scrolled {
    position: fixed !important;
    top: 80px;

    width: 170px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .product-filter-scrolled {
    position: fixed !important;
    top: 80px;

    width: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .product-filter-scrolled {
    position: fixed !important;
    top: 77px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    /* padding-left: var(--bs-gutter-x,.75rem); */
    width: 540px !important;
    background-color: #fff !important;
  }
}

@media only screen and (max-width: 576px) {
  .product-filter-scrolled {
    position: fixed !important;
    top: 77px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    /* padding-left: var(--bs-gutter-x,.75rem); */
    width: 100% !important;
    background-color: #fff !important;
  }
}

/**************************************************************************************** Section-2 ************************************************************************************************************/
#main_product .image-wrapper img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: 0.5s all ease-in-out;
}

#main_product h6 {
  font-size: 18px;
  margin-top: 10px;
  color: #ff6600;
  font-weight: bold;
}

#main_product h6 span {
  font-weight: normal;
  color: #000;
}

#main_product .product_name {
  background-color: #f6f6f6;
  padding: 10px;
  text-align: left !important;
}

#main_product .image-wrapper {
  overflow: hidden;
}

#main_product .image-wrapper:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1200px) {
  #main_product .image-wrapper img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  #main_product h6 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 577px) {
  #main_product .image-wrapper img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 400px) {
  #main_product .image-wrapper img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
}



/* PRODUCT DETAILS  */



@media only screen and (max-width: 600px) {
  #product_details .section-1 .image-wrapper h3 {
    width: 100%;
    text-align: center;
  }
}

#product_details .product-details-content .slider-content {
  position: relative;
  display: block;
}

#product_details .product-details-content .slider-content .slider-pager {
  position: absolute;
  left: 0px;
  top: 0px;
}

#product_details
  .product-details-content
  .slider-content
  .slider-pager
  .thumb-box
  li {
  margin-bottom: 23px;
  position: relative;
  width: 170px;
  height: 180px;
  cursor: pointer;
  z-index: 9;
}

.bx-viewport {
  min-height: 586px !important;
}

#product_details
  .product-details-content
  .slider-content
  .slider-pager
  .thumb-box
  li:last-child {
  margin-bottom: 0px;
}

#product_details .product-details-content .slider-content .product-image {
  position: relative;
  padding-left: 195px;
}

#product_details
  .product-details-content
  .slider-content
  .product-image
  .image {
  position: relative;
  display: block;
}

#product_details
  .product-details-content
  .slider-content
  .product-image
  .image
  img {
  width: 100%;
}

#product_details .product-details-content .slider-inner {
  position: relative;
  margin-right: -30px;
}

#product_details .product-details-content .product-details {
  position: relative;
  /* margin-left: 70px; */
}

#product_details .product-details-content .product-details h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #222;
  margin-bottom: 20px;
}

#product_details .product-details-content .product-details .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  float: left;
  margin-right: 5px;
}

#product_details
  .product-details-content
  .product-details
  .rating
  li:last-child {
  margin: 0px !important;
}

#product_details .product-details-content .product-details .rating {
  margin-bottom: 17px;
}

#product_details .product-details-content .product-details h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 17px;
}

#product_details .product-details-content .product-details .text {
  margin-bottom: 25px;
}

#product_details .product-details-content .product-details .text th {
  padding: 15px 10px;
}
#product_details .product-details-content .product-details .text td {
  padding: 15px 10px;
}
#product_details .product-details-content .product-details .text p {
  margin-bottom: 10px;
  line-height: 30px;
}

#product_details .product-details-content .product-details .text p:last-child {
  margin-bottom: 0px;
}

#product_details .product-discription .tabs-content .customer-comments h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}

#product_details
  .product-discription
  .tabs-content
  .customer-comments
  .comment-form
  .form-group:last-child {
  margin-bottom: 0px;
}

#product_details
  .product-discription
  .tabs-content
  .customer-comments
  .comment-form
  .form-group.message-btn {
  margin-top: 10px;
}

.product-details-content {
  margin-bottom: 82px;
}

#product_details .product-discription .tab-btns {
  position: relative;
  display: inline-block;

  margin: 0px;
  padding: 0;
}

#product_details .product-discription .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  padding: 14px;
  margin-right: 25px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 500ms ease;
  border: 1px solid #000;
}

#product_details .product-discription .tab-btns li:last-child {
  margin: 0px !important;
}

#product_details .product-discription .tab-btns li.active-btn,
#product_details .product-discription .tab-btns li:hover {
  background-color: #ff6600;
  color: #fff;
}

#product_details .product-discription .tab-btns li:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: -2px;
  transition: all 500ms ease;
}

#product_details .product-discription .tab-btns li.active-btn:before,
#product_details .product-discription .tab-btns li:hover:before {
  width: 100%;
}

#product_details .product-discription .tabs-content .content-box p {
  font-size: 15px;
  line-height: 28px;
  color: #5b5858;
  margin-bottom: 27px;
}

#product_details .product-discription .tabs-content .content-box p:last-child {
  margin-bottom: 0px;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

#product_details
  .product-discription
  .tabs-content
  .customer-review
  .single-review {
  position: relative;
  margin-bottom: 37px;
}

#product_details
  .product-discription
  .tabs-content
  .customer-review
  .single-review:last-child {
  margin-bottom: 0px;
}

#product_details
  .product-discription
  .tabs-content
  .customer-review
  .single-review
  .image-box {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 100px;
  height: 100px;
  line-height: 80px;
  border-radius: 5px;
  overflow: hidden;
}

#product_details
  .product-discription
  .tabs-content
  .customer-review
  .single-review
  .image-box
  img {
  width: 100%;
  border-radius: 5px;
}

#product_details
  .product-discription
  .tabs-content
  .customer-review
  .single-review
  .inner {
  position: relative;
  padding-left: 130px;
}

.single-product
  .product-discription
  .tabs-content
  .customer-review
  .single-review
  .inner
  .rating {
  position: relative;
}

#product_details
  .product-discription
  .tabs-content
  .customer-review
  .single-review
  .inner
  .rating
  li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-right: 2px;
}

#product_details
  .product-discription
  .tabs-content
  .customer-review
  .single-review
  .inner
  .rating
  li:last-child {
  margin-right: 0px;
}

#product_details
  .product-discription
  .tabs-content
  .customer-review
  .single-review
  .inner
  h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 12px;
}

#product_details
  .product-discription
  .tabs-content
  .customer-review
  .single-review
  .inner
  h5
  span {
  font-size: 15px;
  font-weight: 600;
  color: #93959e;
}

#product_details
  .product-discription
  .tabs-content
  .customer-review
  .single-review
  .inner
  p {
  line-height: 28px;
  color: #93959e;
}

#product_details .product-discription .tabs-content .customer-review h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}

.product-details-content .image-column {
}
#product_details .mySwiper2 {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#product_details .swiper-slide {
  background-size: cover;
  background-position: center;
}

#product_details .mySwiper2 {
  height: 450px;
  width: 100%;
}

#product_details .mySwiper {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

#product_details .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  text-align: center;
  justify-content: center;
}

#product_details .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

#product_details .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#product_details .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product_preview_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin-bottom: 40px;
}
.product_preview_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/*
.mySwiper2 .swiper-wrapper .swiper-slide:last-child , .mySwiper .swiper-wrapper .swiper-slide:last-child{
  display: none !important;
} */
.tabs-content .content-box{
  /* height:600px;
  width: 100%;
  overflow: hidden; */

}

.tabs-content .content-box img{
  height:600px;
  object-fit:contain !important;
  object-position:center !important;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  #product_details .product-details-content .product-details h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
  }
  #product_details .product-details-content .product-details .text th {
    padding: 15px 10px;
    font-size: 14px !important;
  }
  #product_details .product-details-content .product-details .text td {
    padding: 15px 10px;
    font-size: 14px !important;
  }
  #product_details .product-details-content .product-details .text p {
    margin-bottom: 10px;
    font-size: 14px !important;
    line-height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .tabs-content .content-box img{
    height:450px !important;
    object-fit:contain !important;
    object-position:center !important;
    width: 100%;
    overflow: hidden;
  }
}