body {
  font-family: Montserrat;
  top: 0 !important;

}

a {
  color: #000;
  text-decoration: none;

}

h3 {
  font-weight: 600;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-family: Open Sans;
  color: #767676;
  font-weight: 400;
}

button {
  font-family: Open Sans;

}

.img-txt h6 {
  color: #767676;
}

.supplyr li {
  color: #767676;
  list-style-type: disc;
}

.supplyr ul {
  padding-left: 20px;
}

.swiper-container {
  width: 100%;
  height: 100vh;
  /* top: -67px; */
  /* z-index: -999; */
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 20px 0;
  position: sticky;
  top: 0px;
  z-index: 999;

}

/* Initial navbar style (white background and black text) */
.header {
  background:linear-gradient(180deg, #000000, rgb(0 0 0 / 0%));
  color: #fff;
  transition: background 0.3s, color 0.3s;
  /* Smooth transition for background and text color */
  padding: 15px 150px;
}

/* When navbar is scrolled (black background and white text) */
.header.scrolled {
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 2px #1b122f;
}

/* When navbar is not scrolled (transparent background and white text) */
.header.transparent {
  /*background: linear-gradient(180deg,#1b122f,rgba(0,0,0,0.00));*/
  color: white;
}

.flex-f {
  display: flex;
  gap: 20px;
  padding: 0 20px;
  font-size: 22px;
  align-items: anchor-center;
}

.slid-b {
  top: -93px;
  /* z-index: 999; */
  /*position: relative;*/
}

.slide {

  position: relative;
  font-size: 18px;
  background: #fff;
  overflow: hidden;

}

.cover {
  position: absolute;
  top: 70%;
  z-index: 999;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  left: 8%;
  color: #fff;
}

.spc {
  padding: 50px 0 0;
}

.cover1 {
  position: absolute;
  top: 60%;
  z-index: 999;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  left: 8%;
  color: #fff;
}

.cover2 {
  position: absolute;
  top: 60%;
  z-index: 999;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  left: 8%;
  color: #fff;
}

.cover3 {
  position: absolute;
  top: 60%;
  z-index: 999;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  left: 8%;
  color: #fff;
}

.slide-image {
  position: absolute;
  top: 0px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;

}

.slide-title {
  font-size: 60px;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #fff;
  z-index: 100;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 700;
  transition: all .5s ease-in-out;
}

.title {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

/* @media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
} */
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 1;
}

.slideshow {
  position: relative;
}

.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
  z-index: 10;
  display: none;
}

.slideshow-pagination-item {
  display: flex;
  align-items: center;
}

.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
  cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all 0.3s ease;
  color: #fff;
  /* padding: 15px;
  background-color: #000; */
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
  cursor: pointer;
  /* background: rgba(0, 0, 0, 0.5); */
}

.slideshow-navigation-button.prev {
  left: 0;
}

.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}

@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}

.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform-origin: 0 0;
}

/* navbar */
.navbar-brand img {
  width: 250px;
  filter: brightness(0) invert(1);

}

.header.scrolled .navbar-brand img {
  filter: none;
}

.nav-link {
  font-size: 18px;
}

.spc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  margin-top: -30px;
}

.spc-img img {
  width: 85%;
}

.spc-data img {
  width: auto;
  padding-top: 10px;
  padding-bottom: 15px;
}

.spc-data {
  padding-right: 100px;
  padding-top: 50px;
}

table {
  width: 100%;
  padding: 10px 0;
}

table tr td {
  font-size: 13px;
  color: #0a5b93;
  font-weight: 500;
  border: 0.5px solid #d6cccc4d;
  padding: 10px 7px;

}

.spc-data h2 {
  font-size: 55px;
  font-weight: 300;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.spc-data p {
  margin-bottom: 5px;
}

.layer {
  padding: 50px 0;
}

.layer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: anchor-center;
}

.layer-img img {
  width: 90%;
}

.layer-data {
  padding: 0 20px 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.layer-box h2 {
  color: #0a5b93;
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 700;
}

.layer-box h3 {
  color: #000;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
}

.baner-pr {
  background-image: url("../img/vinyl-floor.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px;
}

.baner-data span {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 200;
  text-transform: uppercase;
  animation-name: afr;
  animation-delay: 250ms;
  color: #ffff;

}

.baner-data h2 {
  font-size: 112px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  animation-name: afr;
  animation-delay: 250ms;
  color: #ffff;
}

.baner-data {
  max-width: 500px;
}

.product- {
  padding: 100px 0;
}

.pro-imge {
  padding: 15px;
  background-color: #f3f3f3;
  background: linear-gradient(to right, #309ad3, #445d84);
  width: 65%;
}

.pro-imge img {
  width: 100%;
}

.prod-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: center;
}

.us_custom_28e79ff9 {
  color: #000;
  font-size: 25px;
  font-weight: 300;
  text-transform: none;
  animation-name: afr;
  animation-delay: 250ms;
}

.us_custom_eda1762d {
  color: #0a5b93;
  font-size: 60px;
  font-weight: 300;
  text-transform: none;
  animation-name: afr;
  animation-delay: 250ms;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
}

.contry {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contry span {
  display: flex;
  gap: 50px;
  align-items: center;
}

.contry h5 {
  font-size: 20px;
  color: #5b5172;
  font-weight: 300;
}

.contry img {
  width: 140px;

}

/* Default Style for Tabs */
.tab {
  float: left;
  width: 30%;
}

.tab button {
  display: block;
  background-color: inherit;
  color: #fff;
  padding: 22px 16px;
  width: 100%;
  border: inherit;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 25px;
  font-weight: 300;
  opacity: 0.66;
  transition: opacity 0.3s ease;
  transition: all .5s ease-in-out;

}

/* Hover State */
.tab button:hover {
  background-color: transparent;
  color: #fff;
  opacity: 1;
  transition: all .5s ease-in-out;
}

.tab button.active {
  background-color: transparent;
  color: #fff;
  opacity: 1;
  transition: all .5s ease-in-out;

}

/* Tab Content */
.tabcontent {
  float: left;
  padding: 50px 12px;
  width: 70%;
  border-left: none;
  display: none;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
  /* Fade-in effect */
}

.tabcontent.active {
  display: block;
  opacity: 1;
  /* Show content with fade effect */
}

/* Clearfix */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Tab Content */
.tabcontent {
  float: left;
  padding: 50px 12px;
  width: 70%;
  border-left: none;
  display: none;
  border-bottom: 1px solid #ffffff63;
  border-top: 1px solid #ffffff63;
  opacity: 0;
  /* Initially invisible */
  transform: translateY(20px);
  /* Start below its position */
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* Fade-in and move up effect */
  transition: all .5s ease-in-out;

}

/* When the content is active (on hover or default) */
.tabcontent.active {
  display: block;
  opacity: 1;
  /* Make it fully visible */
  transform: translateY(0);
  /* Move to its normal position */
  transition: all .5s ease-in-out;
}

/* Hover effect for tabs (same as before) */
.tab button:hover {
  background-color: transparent;
  color: #fff;
  opacity: 1;
  transition: all .5s ease-in-out;

}

.tab button.active {
  background-color: transparent;
  color: #fff;
  opacity: 1;
  transition: all .5s ease-in-out;

}

/* Transition for smooth hover on tabs */
.tab button {
  transition: opacity 0.3s ease;
}

.aplication {
  background-color: #3E89BD;
  padding: 100px 150px;
  background: linear-gradient(to top, #309ad3, #445d84);
}

.aplication h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  text-transform: none;
  animation-name: afr;
  animation-delay: 250ms;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.application-tab {
  padding: 50px 0;
  border-bottom: 1px solid #ffffff63;
  border-top: 1px solid #ffffff63;
}

.tab-data {

  display: flex;
  gap: 15px;
  align-items: Start;
  flex-direction: column;

}

.tab-data1 {

  display: flex;
  gap: 15px;
  align-items: Start;

}

.text-img img {
  width: 400px;
  height: 30vh;
  object-fit: cover;
}

.tab-data h3 {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}

.tab-data p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
}

.tab-data1 h3 {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}

.tab-data1 p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
}

.advantages {
  padding: 50px 150px;

}

.advantages h2 {
  color: #000;
  font-size: 60px;
  font-weight: 300;
  padding-bottom: 50px;
  text-align: center;
}

.contacr {
  padding: 100px 150px;
  background-color: #0a5b93;
  background: linear-gradient(to right, #309ad3, #445d84);
}

.conta-gr {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.conta-gr h4 {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
}

.contact-im {
  padding: 7px 15px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px 10px 0px 10px;
}

.rela-ted {
  padding: 100px;
  text-align: center;
}

.rela-ted1 {
  padding: 10px;
  text-align: center;
}

.rela-ted h2 {
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 50px;
  font-weight: 300;
}

.related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.related-h {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.related-pro {
  text-align: center;
  transition: all .5s ease-in-out;
}

.related-pro h2 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}

.related-pro span {
  color: #ffff;
  font-size: 15px;
}

.related {}

.related-pro:hover h2 {
  transform: scale(1.2);
  overflow: hidden;
  transition: all .5s ease-in-out;
  display: none;
}

.related-pro:hover span {
  transform: scale(1.2);
  overflow: hidden;
  transition: all .5s ease-in-out;
  display: none;
}

.footer {
  background-color: #0a5b93;
  padding: 50px 100px 10px;
  background: linear-gradient(to right, #309ad3, #445d84);
}

.footer img {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.footer-nav ul {
  padding-left: 0px;
  display: flex;
  color: #fff;
  list-style-type: none;
  gap: 30px;
  padding-top: 50px;
  justify-content: center;
}

.footer-nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.header-content .banner_a {
  border: none;
  position: absolute;
  margin-top: -25px;
}




.related-pro {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;

}

.related-pros {
  width: 100%;
  height: 30vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;

}

.inner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  /* Smooth transition for image */
  position: relative;
}

/* Set the background image dynamically in HTML */
/*.related-pro:nth-child(1) .inner-img {*/
/*  background-image: url('../img/1036-1-GREDOS-2.jpg');*/
/*}*/

/*.related-pro:nth-child(2) .inner-img {*/
/*  background-image: url('../img/Severn_Fresno.jpg');*/
/*}*/

/*.related-pro:nth-child(3) .inner-img {*/
/*  background-image: url('../img/Devon_Fresno.jpg');*/
/*}*/

/*.related-pro:nth-child(4) .inner-img {*/
/*  background-image: url('../img/TORMES-475.jpg');*/
/*}*/


/*.related-pros:nth-child(1) .inner-img {*/
/*  background-image: url('../img/1036-1-GREDOS-2.jpg');*/
/*}*/

/*.related-pros:nth-child(2) .inner-img {*/
/*  background-image: url('../img/Severn_Fresno.jpg');*/
/*}*/

/*.related-pros:nth-child(3) .inner-img {*/
/*  background-image: url('../img/Devon_Fresno.jpg');*/
/*}*/

/*.related-pros:nth-child(4) .inner-img {*/
/*  background-image: url('../img/TORMES-475.jpg');*/
/*}*/
/* Text alignment at the bottom, center of the container */
.related-pro h2,
.related-pro span {
  position: absolute;
  bottom: 200px;
  /* left: 31%; */
  transform: translateX(0%);
  color: white;
  opacity: 1;
  /* Text is visible by default */
  transition: opacity 0.5s ease, transform 0.3s ease;
  /* Smooth transition for opacity and movement */
  transition: all .5s ease-in-out;
}

/* Create a gap between the title and description */
.related-pro h2 {
  margin: 0;
  padding-bottom: 30px;
  /* Small gap below the title */
}

.related-pro span {
  margin-top: 5px;
  /* Gap between title and description */
}

/* Hover effect for image scaling and hiding text */
.related-pro:hover .inner-img {
  transform: scale(1.1);
  /* Zoom effect on hover */
}

.related-pro:hover h2,
.related-pro:hover span {
  opacity: 0;
  /* Fade out text */
  transform: translateY(20px);
  /* Move text down */
  transition: all .5s ease-in-out;

}

.related-pros h2,
.related-pros span {
  position: absolute;
  bottom: 100px;
  /* left: 31%; */
  transform: translateX(0%);
  color: white;
  opacity: 1;
  /* Text is visible by default */
  transition: opacity 0.5s ease, transform 0.3s ease;
  /* Smooth transition for opacity and movement */
  transition: all .5s ease-in-out;
}

/* Create a gap between the title and description */
.related-pros h2 {
  margin: 0;
  padding-bottom: 30px;
  /* Small gap below the title */
}

.related-pros span {
  margin-top: 5px;
  /* Gap between title and description */
}

/* Hover effect for image scaling and hiding text */
.related-pros:hover .inner-img {
  transform: scale(1.1);
  /* Zoom effect on hover */
}

.related-pros:hover h2,
.related-pros:hover span {
  opacity: 0;
  /* Fade out text */
  transform: translateY(20px);
  /* Move text down */
  transition: all .5s ease-in-out;

}



.flip-ver {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.flip {
  position: relative;
}

.front h1 {
  font-size: 16px;
  padding-top: 20px;
}

.flip>.front,
.flip>.back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-property: transform, opacity;
}

.flip>.front {
  transform: rotateY(0deg);
  background-color: #0a5b93;
}

.flip>.back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}

.flip:hover>.front {
  transform: rotateY(180deg);
}

.flip:hover>.back {
  opacity: 1;
  transform: rotateY(0deg);
}

.flip.flip-vertical>.back {
  transform: rotateX(-180deg);
}

.flip.flip-vertical:hover>.front {
  transform: rotateX(180deg);
  transition: all 1s ease-in-out;
}

.flip.flip-vertical:hover>.back {
  transform: rotateX(0deg);
  transition: all 1s ease-in-out;

}

.flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 1em;
  width: 100%;
}

.flip>.front,
.flip>.back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 30vh;
  padding: 2em 2em;
  background: #0a5b93;
  border-radius: 0px;
  text-align: center;

}

.flip>.front p,
.flip>.back p {
  font-size: 15px;
  /* line-height: 160%; */
  color: #fff;
  line-height: 20px;
  font-weight: 300;

}

.front img {
  width: 130px;
}

.text-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}

.news-sec {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/Kerlux_1422189788.jpg);
  padding: 250px;
  top: -91px;
  position: relative;

}

.news-sec- {
  height: 75vh;
  top: 0px;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
}

.news-sec- h2 {
     color: #fff;
    text-align: center;
    font-size: 60px;
    text-shadow: 1px 3px #000000;
    backdrop-filter: blur(4px);
    padding: 50px;
    width: max-content;
    margin: auto;
}

.news-list {
  padding: 50px 150px;
}

.news-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

.news-img img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: center;
}

.news-img p {
  color: #000;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background-color: #fff;
}

.width2 {
  width: 300px;
  padding-top: 50px;

}

.contact-det {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-det h2 {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.contact-det span {
  color: #0a5b93;
  padding: 7px 13px;
  border-radius: 50%;
  border: 2px solid #0a5b93;
  font-size: 20px;
  transition: all .5s ease-in-out;

}

.contact-det .s-pan {
  color: #0a5b93;
  padding: 7px 15px;
  border-radius: 50%;
  border: 2px solid #0a5b93;
  font-size: 20px;
}

.contact-det a {
  font-size: 18px;
}

.cont-d {
  display: flex;
  gap: 25px;
  align-items: center;

}

.cont-d span:hover {
  background: linear-gradient(to right, #309ad3, #445d84);
  color: #fff;
  transition: all .5s ease-in-out;
  border: none;
}

.contact-det .flex-f i {
  font-size: 30px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.8rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #0a5b93;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.check-b {
  height: 30px;
  width: 30px;
  border-radius: 0px;
}

.flex-chexk {
  display: flex;
  align-items: center;
  gap: 25px;
}

.form-btn {
  background: linear-gradient(to right, #309ad3, #445d84);
  color: #fff;
  padding: 12px 20px;
  margin-top: 20px;
  border-radius: 10px 10px 0px 10px;
}

.form {
  font-size: 12px;
  line-height: 15px;
}

.cont-list {
  /*position: relative;*/
  /*top: -190px;*/
  padding: 50px 150px;
}

.collect- {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}

.w-icon {
  width: 50px;
}

.collection-size {
  display: flex;
  gap: 35px;
  align-items: baseline;
  flex-direction: column;
  margin: auto;
}
.collection-size img{
 width: 55%;
}
.collection-img {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.collection-size h2 {
  font-size: 40px;
  font-weight: 200;
}

.collection-pro {
  padding: 100px 100px 0px;
}

.colect-i h6 {
  font-size: 14px;
}

.colect-i {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.colect-i img {
  width: 50px;
}

.colection_l {
  padding: 0 100px;
}

.colection_l p {
  color: #5b5172;
}

.colection_l h3 {
  color: #5b5172;
  font-weight: 300;
  font-size: 40px;
}

.pic-img {
  width: 100%;
}

.img-f img {
  object-fit: cover;
  height: 20vh;
}

.text-img- {
  width: 100%;
}

.text-img- img {
  margin-top: 0px;
  object-fit: fill;
  height: 45vh;
}

.dsp-gr {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}

.env {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.env img {
  width: 100%;
  height: 45vh;
  object-fit: cover;
  border-radius: 10px;
}

.box-d {
  text-align: center;
}

.box-d img {
  width: 100px;
  margin-bottom: 15px;
  height: 50px;
  object-fit: contain;
}

.box-d1 {
  text-align: center;
  padding: 10px 0;
}

.borde-tb {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.group-p {
  padding-top: 50px;
}

.btn-col {
  background-color: transparent;
  border: 1px solid #0a5b93;
  color: #5b5172;
  padding: 15px 20px;
}

button.accordion {
  width: 100%;
  background-color: #ffff;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #5b5172;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  font-family: FontAwesome;
  content: "\f150";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
}

button.accordion.is-open:after {
  content: "\f151";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #ddd;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.last h4 {
  color: #0a5b93;
  font-weight: 300;
  font-size: 20px;

}

.last p {
  color: #0a5b93;
  font-size: 16px;
  font-family: "Open Sans";

}

.icon-tex {
  display: flex;
  gap: 15px;
  align-items: anchor-center;
  color: #0a5b93;
}

.icon-tex i {
  font-size: 30px;
}

.border-b {
  border-bottom: 1px solid #5b5172;
  padding-bottom: 10px;
  margin-bottom: 40px;
  width: fit-content;
}

.series {
  padding: 50px 0;
  background-color: #0a5b93;
  background: linear-gradient(to right, #309ad3, #445d84);
  border-bottom: 1px solid #fff;
}

.series h2 {
  color: #fff;
  font-weight: 200;
  font-size: 40px;
}

:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: var(--animation-timing-function);
  animation-timing-function: var(--animation-timing-function);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: var(--animation-duration);
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
  animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
  animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-direction: reverse;
}

.flex-f i {
  color: #fff;
}


.techno-tab .tab button {
  color: #5b5172;
  width: fit-content;
  font-family: Montserrat;
}

.techno-tab .tab button.active {
  color: #0a5b93;
}

.techno-tab .tab {
  width: 100%;
}

.techno-tab .tab {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
}

.techno-tab .tabcontent {
  width: 100%;
  border: 0px;
}

.techno-tab .tab-data p {
  font-size: 16px;
  color: #5b5172;
  font-weight: 400;
  line-height: 20px;
}

.techno-tab .tab-data h3 {
  font-size: 30px;
  font-weight: 300;
  color: #0a5b93;
  padding: 15px 0;
}

.techno-tab .text-img img {
  width: 600px;
  height: 30vh;
  object-fit: cover;
}

.flooring {
  padding: 100px 0;
}

.flooring-data {
  padding: 50px 0;

}

.flooring-data h2 {
  font-size: 25px;
  font-weight: 700;
  color: #1b122f;
  padding-bottom: 20px;
}

.floring-li {
  padding: 50px 0;
}

.floring-li h2 {
  font-size: 25px;
  font-weight: 700;
  color: #1b122f;
  padding-bottom: 20px;
}

.floring-li li {
  font-family: Open Sans;
  padding-bottom: 10px;
  color: #5b5172;
}

.floring-table h2 {
  font-size: 25px;
  font-weight: 700;
  color: #1b122f;
  padding-bottom: 20px;
}

.floring-table table {
  width: 60%;
  border-top: 1px solid #1b122f;
  border-bottom: 1px solid #1b122f;
}

.floring-table tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 10px 0;
}

.floring-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

figure {
  width: 100%;
  height: auto
}

.thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  overflow: hidden
}

.thumbnail>img {
  max-width: 100%;
  height: 100%;
  transition: all 0.3s ease
}

.thumbnail div {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  color: #1b122f;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  line-height: 62px;
  text-align: left;
  font-size: 60px;
  z-index: 2;
  font-weight: 200;
  padding: 150px 50px 0
}

.thumbnail:hover>img {
  transform: scale(1.3)
}

.thumbnail:hover>div {
  opacity: 1
}

.privacy {
  padding: 100px 0;
}

.privacy h2 {
  font-size: 60px;
  color: #5b5172;
  font-weight: 200;
  padding-bottom: 20px;
}

.privacy h3 {

  color: #5b5172;
  font-weight: 200;
  padding-top: 15px;
  font-size: 22px;
}



.flex-container {
  display: flex;
}

aside {
  position: sticky;
  top: 80px;
  /* the height of the header (60px) + its bottom margin (20px) */
  height: 40vh;
  margin-bottom: 20px;
}

aside img {
  width: 400px;
}

main {
  padding-left: 20px;
  flex-grow: 1;
}

.content {
  background: #fff;
  height: auto;
  padding: 20px;
  margin-bottom: 20px;
}

.socialss {
  font-size: 25px;
  padding-top: 20px;
  color: #1b122f;
}

.socialss i {
  color: #0a5b93;
}

.content h3 {
  color: #1b122f;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 0;
}

.content p {
  color: #5b5172;
}

.news-blog {
  padding: 10px 15px;
  background-color: #0a5b93;
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
}

.blog-gal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 20px 0;
}

.blog-gal img {
  width: 100%;
}




.why-chose {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: left;
}

.why-chose-install {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 50px 0 0px;
}

.why-chose-install1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 30px 0 50px;
}

.install-step {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  text-align: center;
  align-items: flex-end;
}

.why-choose-uni {
  padding: 50px 0 100px;
}

.uni-first {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 50px 0 80px;
  align-items: center;
}

.install-step h3 {
  padding-top: 10px;
  color: #364574;
}

.uni-first img {
  width: auto;
  display: flex;
  justify-content: end;
  margin: auto;
}

.heading-text-unilic h2 {
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
}

.uni-first h3 {
  font-weight: 500;
}

.uni-first h5 {
  font-weight: 600;
  padding-top: 20px;
  font-size: 26px;
}

.why-chose-install div {
  background-color: #f3f3f399;
  padding: 15px;
  transition: all .5s ease-in-out;
  box-shadow: 1px 1px 1px 1px #0000001f;
  border-radius: 10px;
}

.why-chose-install1 div {
  background-color: #f3f3f399;
  padding: 20px 15px;
  transition: all .5s ease-in-out;
  box-shadow: 1px 1px 1px 1px #0000001f;
  border-radius: 10px;
}

.why-chose-install h5 {
  font-weight: 500;
  padding-bottom: 15px;
  color: #000;
}

.why-chose-install h3 {
  font-weight: 700;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 50px 0 80px;
}

.img-txt img {
  width: 150px;
  padding-bottom: 20px;
}

.img-txt:hover {
  transform: scale(1.02);
  transition: all .5s ease-in-out;
}

.why-choose-uni h3 {
  font-weight: 600;
  padding-bottom: 50px;
}

.feature h3 {
  font-weight: 500;
}

.featu {
  background-color: #f3f3f399;
  padding: 15px;
  transition: all .5s ease-in-out;
  box-shadow: 1px 1px 1px 1px #0000001f;
  border-radius: 10px;
}

.featu h5 {
  font-weight: 500;
  color: #000;
}

.supplyr {
  padding-bottom: 50px;
}

.supplyr h5 {
  font-weight: 500;
  font-size: 25px;
}

.compony-profile {
  /*display:flex;*/
  /*gap: 15px;*/
  /*padding-top: 30px;*/
}

.com-flex .width200 {
  width: 85%;
  object-fit: cover;
  /* height: 50vh; */
  margin: auto;
}

.com-flex .width201 {
  width: 50%;
  object-fit: cover;
}

.compony-profile- .width100 {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

.com-flex {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding-top: 15px;
}

.comony-text a {
  background: transparent;
  border: 2px solid #0a5b93;
  padding: 10px 15px;
  color: #0a5b93bd;
}

.comony-text {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

.compony_tab {
  padding: 75px 150px;
}

.heading-text-news {
  font-size: 60px;
  font-weight: 300;
  text-align: left;
  padding-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

.size-flex {
  display: flex;
  gap: 25px;
  padding-top: 20px;
}

.size-flex p {
  background-color: #0a5b93;
  color: #fff;
  padding: 12px 20px;
  background: linear-gradient(to right, #309ad3, #445d84);
  border-radius: 10px 10px 0px 10px;
}


.tabs-wrapper {
  padding: 0px 150px;
}

.install-step img {
  width: 70%;
}

.featu:hover {
  background: linear-gradient(to right, #309ad3, #445d84);
  padding: 15px;
  transition: all .5s ease-in-out;
  transform: scale(1.02);
}

.featu:hover h5 {
  font-weight: 500;
  color: #fff;
}

.featu:hover p {
  color: #fff;
}

.why-chose-install div:hover {
  background: linear-gradient(to right, #309ad3, #445d84);
  padding: 15px;
  transition: all .5s ease-in-out;
  transform: scale(1.02);
}

.why-chose-install1 div:hover {
  background: linear-gradient(to right, #309ad3, #445d84);
  transition: all .5s ease-in-out;
  transform: scale(1.02);
}

.why-chose-install div:hover h5 {
  font-weight: 500;
  color: #fff;
}

.why-chose-install div:hover p {
  color: #fff;
}

.why-chose-install1 div:hover h5 {
  font-weight: 500;
  color: #fff;
}

.why-chose-install1 div:hover p {
  color: #fff;
}

.Download-button {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  padding: 12px 20px;
  color: white;
  background: linear-gradient(to top, #309ad3, #445d84);
  border: none;
  /*box-shadow: 0 0.7em 1.5em -0.5em rgba(59, 48, 78, 0.527);*/
  letter-spacing: 0.05em;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.Download-button svg {
  margin-right: 8px;
  width: 25px;
}

.Download-button:hover {
  /*box-shadow: 0 0.5em 1.5em -0.5em #3b82f6;*/
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.Download-button:active {
  box-shadow: 0 0.3em 1em -0.5em #3b82f6;
}

.Download-button::before {
  content: "";
  width: 4px;
  height: 40%;
  background-color: white;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
  transition: all 0.2s;
}

.Download-button::after {
  content: "";
  width: 4px;
  height: 40%;
  background-color: white;
  position: absolute;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
  transition: all 0.2s;
}

.Download-button:hover::before,
.Download-button:hover::after {
  height: 60%;
}

.Download-button:hover::before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  transform: translate(5px, -15px) rotate(45deg);
}

.Download-button:hover::after {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  transform: translate(-5px, 15px) rotate(45deg);
}

.copy p {
  color: #fff;
  padding: 20px 0 0;
  text-align: center;
}

.copy a {
  color: #fff;
  padding: 20px 0 0;
  text-align: center;
}

.layer-img {
  display: flex;
  justify-content: flex-end;
  margin-top: -50px;
}

.tab-format {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding-top: 25px;
}

.formet {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  /*align-items: flex-end;*/
  margin: auto;
}

.formet1 .tab-link {
  width: fit-content;
  margin-left: 10%;
}

.formet .tab-link {
  width: fit-content;
  margin-left: 42%;
}

.formet1 {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  /*align-items: center;*/
  margin: auto;
}

.cont-d h3 {
  color: #0a5b93;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;

}

.text-d {
  width: 100%;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
  width: 70%;
}

.what-btn {
  background: #25d366;
  color: white;
  font-size: 30px;
  padding: 5px 10px;
  border-radius: 10px 10px 0px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.what-btn1 {
  background: transparent;
  color: #25d366;
  font-size: 30px;
  padding: 5px 10px;
  border-radius: 10px 10px 0px 10px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #25d366;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  font-size: 30px;
  margin-left: 20px;
  width: 0;
  height: 0;
  padding: 6px 11px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.cont-d1 {
  display: flex;
  gap: 25px;
  align-items: center;
}

.tabcontent.active {
  display: block;
  animation: slideInUp 0.5s ease-in-out forwards; /* Apply slideInUp */
}

.packing{
color: #fff;
    padding: 12px 20px;
    background: linear-gradient(to right, #309ad3, #445d84);
    border-radius: 10px 10px 0px 10px;   
}

  .slider-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
  }

  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slide {
    min-width: 100%;
  }

  .slide img,
  video {
    width: 100%;
    height: 100vh;
    object-fit: cover;

  }

  .slider .slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000000, transparent);
    /* Black gradient overlay */
    z-index: 1;
  }

  .nexrr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff !important;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
  }

  .prev-arrow {
    left: 10px;
    height: 100%;
  }

  .next-arrow {
    right: 10px;
    height: 100%;
  }

  .nexrr:hover {
    background-color: transparent;
  }

  .blog-gal-new{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    padding: 30px 0;
  }
  .spc-imh img{
      width: 100%;
  }