@font-face {
  font-family: raleway-bold;
  src: url("../font/Raleway-Bold.ttf");
}

@font-face {
  font-family: raleway-regular;
  src: url("../font/Raleway-Regular.ttf");
}

@font-face {
  font-family: raleway-semibold;
  src: url("../font/Raleway-SemiBold.ttf");
}

@font-face {
  font-family: raleway-medium;
  src: url("../font/Raleway-Medium.ttf");
}

@font-face {
  font-family: raleway-extrabold;
  src: url("../font/Raleway-ExtraBold.ttf");
}

@font-face {
  font-family: raleway-black;
  src: url("../font/Raleway-Black.ttf");
}

@font-face {
  font-family: poppins-regular;
  src: url("../font/Poppins-Regular.ttf");
}

@font-face {
  font-family: roboto-regular;
  src: url("../font/Roboto-Regular.ttf");
}

:root {
  --primary-color: #b87332;
  --secondary-color: #4783b5;
  --secondary-visual: #4783b5;
  --bg-black: #07181c;
  --bs-white: #fff;
  --bs-black: #000;
  --black-color-one: #141414;
  --raleway-semibold: raleway-semibold;
  --raleway-bold: raleway-bold;
  --raleway-regular: raleway-regular;
  --raleway-medium: raleway-medium;
  --raleway-extrabold: raleway-extrabold;
  --raleway-black: raleway-black;
  --poppins-regular: poppins-regular;
  --roboto-regular: roboto-regular;
}

body {
  font-family: var(--raleway-regular);
  font-size: 16px;
}

.roboto-regular {
  font-family: var(--roboto-regular);
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-24 {
  font-size: 24px;
}

.lh-24 {
  line-height: 24px;
}

.raleway-semibold {
  font-family: var(--raleway-semibold);
}

.raleway-medium {
  font-family: var(--raleway-medium);
}

.raleway-bold {
  font-family: var(--raleway-bold);
}

h2 {
  font-size: 45px !important;
  font-family: var(--raleway-bold);
}

p {
  font-size: 16px;
}

.common-height-h2 {
  font-size: 65px;
}

.bg-black {
  background-color: var(--bs-black);
}

.section-title {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-titile1 {
  padding-top: 130px;
}

.section {
  padding: 60px 0px;
}

input:focus {
  box-shadow: none !important;
}

.form-control:focus {
  border-color: none !important;
}

.sec-title .title {
  font-family: var(--raleway-extrabold) !important;
  font-size: 55px !important;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1.1;
}

.sec-title .title span {
  font-size: 70px;
  font-family: var(--raleway-bold);
}

.sec-title .sub-title {
  color: #b87332;
  font-size: 16px;
  font-family: var(--raleway-extrabold);
  line-height: 1.2;
  text-transform: uppercase;
}

.sec-title .sub-title span {
  font-size: 22px;
  font-family: var(--raleway-bold);
}

.sec-title .sec-content {
  color: rgba(20, 20, 20, 0.6) !important;
  font-size: 16px !important;
  font-family: var(--raleway-semibold);
  margin-bottom: 0;
}

.top-section {
  margin-top: 20px;
}

.owl-carousel .owl-item img {
  width: auto;
}

.btn-black {
  padding: 12px 22px !important;
  background-color: #141414;
  color: white;
  border-radius: 40px;
  border: none;
  font-family: var(--raleway-medium);
  cursor: pointer;
  font-size: 16px !important;
}

.btn-black:hover {
  background-color: #141414;
  color: white;
}

.btn-outline {
  padding: 10px;
  border: 1px solid var(--primary-color);
  color: #000000;
  background: transparent;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  font-family: var(--raleway-medium);
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.primary-color {
  color: var(--primary-color) !important;
}

.secondary-color {
  color: var(--secondary-color) !important;
}

.hr-1 {
  opacity: 0.8;
}

/* -------------------------------Header-------------------------------- */
.header .navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler {
  border: 0 !important;
}

#close-icon {
  display: none;
}

.navbar .container {
  border-radius: 69px;
  padding: 8px 20px !important;
  background: var(--black-color-one);
}

.btn-light {
  padding: 0px 36px !important;
  border-radius: 40px !important;
  font-family: var(--raleway-medium) !important;
  font-size: 14px !important;
  color: #000;
}

.nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px !important;
  line-height: 1.6;
  font-family: var(--raleway-medium) !important;
}

.navbar-toggler span {
  background-image: url("../images/icons/toggle.png");
}

.nav-link.active {
  font-family: var(--raleway-semibold) !important;
  color: #ffffff !important;
}

.header {
  padding: 40px 0px 0px;
}

.fixed-header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.nav-item {
  padding: 0 16px !important;
}

/*-------------------------------------------- banner section------------------------------------------------------------- */

.banner-section {
  display: flex;
  align-items: center;
  background: url("../images/banner/banner-bg-1.png") no-repeat center left,
    var(--bs-white);
  background-size: 50% 100%, 50% 100%;
  /* background-position: center right; */
  min-height: 80vh;
  height: 100%;
  /* Adjust height as needed */
}

.banner-section h5 {
  color: #141414;
  font-size: 16px;
  font-family: var(--raleway-extrabold);
  margin-bottom: 0;
}

.banner-section h2 {
  font-size: 46px !important;
  font-family: var(--raleway-bold);
  color: var(--bs-white);
  line-height: 1.3;
}

.banner-section p {
  font-size: 16px !important;
  font-family: var(--raleway-semibold);
  color: #141414;
}

.banner-section .btn-black {
  padding: 12px 30px !important;
  text-decoration: none;
}

/* -------------Product Section---------------------- */
.product-carousel .owl-stage {
  display: flex;
}

.product-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.product-carousel .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 10px;
  /* width: 100%; */
}

.product-carousel .product-card {
  flex: 1 0 auto;
}

.product-section .owl-carousel .owl-drag .owl-item {
  height: auto !important;
  width: auto !important;
}

.banner-section .owl-dots {
  text-align: center !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: -3% !important;
}

.banner-section .owl-dots .owl-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

.banner-section .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #4783b5;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.banner-section .owl-dots .owl-dot.active {
  border: 2px solid var(--bs-black);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.banner-section .owl-dots .owl-dot.active span {
  background-color: #000;
}

.banner-section .owl-nav {
  position: absolute;
  top: 74%;
  left: -108%;
  font-size: 100px;
}

.banner-section .owl-prev img,
.owl-next img {
  padding: 8px;
  background-color: var(--secondary-color);
  border-radius: 5px;
}

.card-one h5 {
  color: var(--bs-white);
  font-family: var(--raleway-bold) !important;
  font-size: 20px !important;
  margin-bottom: 20px;
  margin-top: 10px;
}

.card-one p {
  color: var(--bs-white);
  font-family: var(--poppins-regular);
  font-size: 16px;
  line-height: 26px;
}

/* --------------------------------------------product-section------------------------------------------------- */

.product-section p {
  line-height: 1.6;
  flex-shrink: 1;
  max-width: 80%;
  margin-bottom: 0px;
}

.product-section .product-card {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 1px #fec29c;
  /* width: 100%; */
}

.product-section .product-card .card-title {
  font-family: var(--raleway-bold);
  font-size: 32px !important;
  color: #141414;
}

.product-carousel-two .owl-stage {
  display: flex;
}

.product-carousel-two .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.product-carousel-two .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.product-carousel-two .product-card-one {
  flex: 1 0 auto;
}

.product-card-one {
  border-radius: 8px;
  box-shadow: 0px 0px 10px 1px #fec29c;
  padding: 35px 20px 20px 20px;
  margin: 10px;
  background: #fff;
  transition: all 0.3s;
  border: 1px solid transparent;
  width: 92%;
  height: 100%;
}

.product-card-one:hover {
  border-color: #b87332;
}

.explore-section {
  padding-top: 110px;
  padding-bottom: 90px;
}

.oops-section .common-text,
.credential-section .common-text,
.manufacturer-section .common-text,
.choose-section .common-text,
.about-section .common-text,
.rod-section .common-text,
.steel-section .common-text,
.wire-section .common-text,
.explore-section .common-text {
  color: rgba(26, 32, 44, 0.6) !important;
  font-size: 16px;
  font-family: var(--raleway-semibold);
}

.product-section {
  padding-bottom: 145px;
}

.product-section .product-card-one .card-title {
  font-family: var(--raleway-bold);
  font-size: 32px !important;
  color: #141414;
  margin-bottom: 20px;
}

.product-section .btn-light {
  padding: 14px 40px !important;
  background-color: var(--bg-black);
  color: white;
  border-radius: 40px !important;
  border: none;
  font-family: var(--raleway-medium) !important;
  font-size: 14px !important;
}

.product-section .btn2 {
  padding: 7px;
  background-color: #141414;
  border-radius: 8px;
  width: 50px;
  height: 50px;
}

.product-section .btn2 img {
  width: 35px;
  height: 35px;
}

.product-section .btn2:hover {
  background-color: #141414;
  border: 1px solid #141414;
  border: none;
}

.product-section .stands {
  position: absolute;
  right: 0;
  top: 8%;
  z-index: -1;
}

/*-------------------------------------------- nail section------------------------------------------------------------- */
.nail .dot::before {
  position: absolute;
  content: "";
  width: 400px;
  right: 54px;
  top: 20px;
  border: 1px solid white;
}

.nail {
  background: #000000;
}

.nail .dot2::before {
  position: absolute;
  content: "";
  width: 91%;
  right: -5px;
  top: 20px;
  border: 1px solid white;
}

/*-------------------------------------------- enquiry section------------------------------------------------------------- */
.construction {
  padding: 100px 0px;
}

.form-control:focus {
  box-shadow: none !important;
}

.form-star {
  color: #ff3535;
}

.enquiry-section p {
  color: #1a202c;
  font-size: 16px;
  font-family: var(--raleway-medium);
}

.construction .enquiry {
  position: absolute;
  top: 0;
  bottom: 0px;
  height: 100%;
}

.construction .sec-title .title,
.product-section .sec-title .title {
  font-family: var(--raleway-extrabold) !important;
  font-size: 55px !important;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1.1;
}

.construction .enquiry img {
  height: 100%;
}

.construction .match {
  position: relative;
  z-index: 1;
}

.modal-content .match {
  position: absolute;
  left: unset;
}

.construction .form-control {
  background-color: #f8f8ff;
  border-radius: 5px;
  border-color: transparent;
}

.construction .form-control::placeholder {
  font-family: var(--raleway-medium);
  font-size: 16px;
  color: #a1a1a1;
}

.form-floating > .form-control:focus ~ label::after {
  background-color: transparent;
}

.construction .enquiry-form p {
  font-family: var(--raleway-medium);
  font-size: 14px;
  color: #a1a1a1;
  margin-top: 5px;
}

.enquiry-form .btn-black {
  padding: 10px 40px !important;
}

/* .construction .enquiry-form {
  padding-top: 80px;
} */

.construction .input-label {
  color: #a1a1a1 !important;
  font-family: var(--raleway-medium);
  font-size: 16px;
  background: transparent;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after,
.construction .input-label::after {
  background: transparent;
}

.form-floating > .form-control {
  max-height: 100px !important;
}

.form-floating > .form-control:focus {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.form-floating > textarea {
  min-height: 100px !important;
  max-height: unset;
}

.testimonial-section h2,
.construction h2 {
  font-size: 48px !important;
  font-family: var(--raleway-bold);
  color: var(--primary-color);
}

.testimonial-section h2 .get,
.construction h2 .get {
  color: var(--primary-color);
}

/*-------------------------------------------- happy client section------------------------------------------------------------- */
.testimonial-section {
  padding: 100px 0px 130px;
}

.testimonial-section .active-slide p,
h6 {
  color: white !important;
}

.testimonial-section p {
  color: #5c5c5c;
  font-size: 16px;
  font-family: var(--raleway-medium);
  text-align: left;
  letter-spacing: 1px;
}

.testimonial-section .single-testimonial {
  border-radius: 8px;
  border-left: 12px solid #4783b5;
  color: var(--bs-white);
  text-align: center;
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: -1px 0px 13px 4px rgba(245, 136, 68, 0.12);
}

.swiper-pagination {
  position: absolute !important;
  top: 80% !important;
  right: 95% !important;
  transform: rotate(270deg) !important;
}

/* .happy .card{
    padding:30px !important;
   gap:30px !important;
   margin-bottom:10px!important
} */

/* .testimonial-section .single-testimonial:hover{
    

} */

/* .testimonial-section .single-testimonial:last-child {
  margin-bottom: 0px;
} */

.testimonial-section .single-testimonial.active {
  border-left: 12px solid var(--primary-color);
  background-color: var(--secondary-color);
}

.testimonial-section .single-testimonial {
  font-family: var(--raleway-regular);
  color: var(--bs-black) !important;
  font-size: 16px;
}

.testimonial-section .single-testimonial span {
  font-family: var(--raleway-medium);
  color: #000;
  font-size: 16px;
}

.testimonial-section .single-testimonial h6 {
  font-family: var(--raleway-semibold);
  color: var(--bs-black) !important;
  font-size: 18px;
}

.testimonial-section .single-testimonial .star {
  width: 24px;
  height: 24px;
}

.testimonial-section .single-testimonial.active .star {
  filter: brightness(0) invert(1);
}

.testimonial-section .owl-dots {
  text-align: center;
  /* Center the dots horizontally */
  position: absolute !important;
  left: 50%;
  bottom: -5%;
  /* Space between the carousel and dots */
}

.testimonial-section .owl-dots .owl-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

.testimonial-section .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

/* Active dot (when the item is active) */
.testimonial-section .owl-dots .owl-dot.active {
  border: 2px solid var(--bs-black);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.testimonial-section .owl-dots .owl-dot.active span {
  background-color: var(--primary-color) !important;
}

/* .testimonial-section .single-testimonial:hover {
  background-color: var(--secondary-color);
  color: var(--bs-white);
  border-left: 12px solid var(--primary-color);
  border-radius: 8px;
} */

/* .testimonial-section .single-testimonial:hover.active {
    border-left: none;
} */

.testimonial-section .single-testimonial.active h6,
.testimonial-section .single-testimonial.active span,
.testimonial-section .single-testimonial.active p {
  color: var(--bs-white) !important;
}

/* Slightly move the first child to the right */
.testimonial-section .owl-carousel .item .lorem:first-child {
  margin-left: 90px;
}

/* Slightly move the last child to the right */
.testimonial-section .owl-carousel .item .lorem:last-child {
  margin-left: 90px;
}

/* .testimonial-section .owl-dots {
    text-align: center;
    position: absolute !important;
    top: 90% !important;
    right: 100px !important;
} */

.testimonial-section.owl-dots .owl-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

.testimonial-section .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: var(--secondary-color) !important;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

/* Active dot (when the item is active) */
.slick-dots .slick-dots li button.active {
  border: 2px solid var(--bs-black) !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background-color: var(--primary-color) !important;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
  border: 2px solid black !important;
  width: 20px;
  height: 30px;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #f58844 !important;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 2px solid var(--bs-black) !important;
  width: 20px;
  height: 20px;
}

.swiper-container {
  width: 100%;
  /* Adjust the width to fit your layout */
  height: 500px;
  /* Set a fixed height for the container */
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* .happy .slick-dots {
    left: -80%;
    top: 93%;
    position: absolute;
} */
/* .happy .owl-dots{
    left: 84%;
    top: 139%;
    position: absolute;
    transform: rotate(90deg);
} */
.testimonial-section .owl-prev .previous,
.testimonial-section .owl-next .over {
  padding: 8px;
  background-color: var(--secondary-color) !important;
  border-radius: 5px;
}

.slider-container {
  overflow: hidden;
}

/* .slider .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
   
    background: #fff;
    color: #333;
    font-size: 24px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.5s ease, color 0.5s ease;
} */
.slick-list .draggable {
  padding: 0;
  height: 100%;
}

.testimonial-section .slider .slide.lorem:first-child {
  margin-left: 50px;
}

/* Slightly move the last child to the right */
.testimonial-section .slider .slide .lorem:last-child {
  margin-left: 50px;
}

/* .happy .card{
   
    margin-bottom:50px !important
} */

/* Custom styles for the active (centered) slide */

.slick-current {
  background-color: rgb(16 69 81) !important;
  color: var(--bs-white) !important;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 12px solid var(--primary-color) !important;

  /* margin-left: 30px !important; */
}

.slick-current:hover {
  border-left: 12px solid var(--primary-color) !important;
  background-color: var(--secondary-color);
  color: var(--bs-white);
  border-radius: 8px;
}

/* .happy .slick-current .testimonial-section p, .stores {
    color: white !important;
} */
/*----------------- vertical owl carousel moving top to bottom--------------------*/

/* .testimonial-section .owl-carousel{
    transform: rotate(90deg);
}
.testimonial-section .owl-carousel  .owl-item{
    transform: rotate(-90deg);
}  */

/*-------------------------------------------- 404 Error------------------------------------------------------------- */

.oops-section h1 {
  font-family: raleway !important;
  font-size: 47px;
  color: var(--secondary-color);
  font-weight: 700;
}

.oops-section .oops {
  color: var(--primary-color);
  font-family: var(--raleway-semibold) !important;
  font-size: 16px !important;
}

.error-banner {
  background-image: url("../images/bg/404-bg.png");
  height: 100%;
  padding: 80px 0px;
  background-size: cover;
}

.error-banner .btn4 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.error-banner h1 {
  color: var(--secondary-color) !important;
}

.error-banner .btn5 {
  padding: 0px 25px;
  background-color: var(--secondary-color);
  color: var(--primary-color) !important;
  font-size: 30px;
  transform: rotate(-6deg);
  position: absolute;
  top: 64%;
  left: 46%;
  border: 2px solid var(--bg-black);
}

/*-------------------------------------------- terms and condtions section------------------------------------------------------------- */

.terms-and-condition-section h2.main-title {
  margin-bottom: 20px !important;
}
.terms-section p {
  font-family: var(--raleway-regular);
  font-size: 16px !important;
  color: #1a202c !important;
}

.main-title {
  font-family: var(--raleway-bold) !important;
  font-size: 46px !important;
  color: #4783b5 !important;
  line-height: 1;
  margin-top: 30px;
}

.policy-section p,
li {
  font-family: var(--raleway-regular);
  font-size: 16px !important;
  color: #1a202c !important;
  margin-bottom: 5px;
}

.policy-section .main-title {
  font-size: 32px !important;
  margin-bottom: 35px !important;
  margin-top: 40px;
}

.thankyou-banner {
  display: flex;
  align-items: center;
  background: url(../images/bg/thankyou-bg.png) no-repeat center left,
    var(--bs-white);
  background-size: 50% 100%, 50% 100%;
  /* background-position: center right; */
  min-height: 90vh;
  height: 100%;
}

.thankyou-banner h1 {
  font-family: var(--raleway-extrabold);
  font-size: 55px;
  color: #141414;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.thankyou-banner .you {
  font-size: 80px;
}

.thankyou-banner .btn6 {
  padding: 14px 30px;
  border-radius: 40px;
  font-size: 14px;
  color: var(--bs-white);
  background-color: var(--bg-black);
  font-family: raleyway medium;
}

.thankyou-banner .you {
  font-size: 70px;
}

.about-section {
  padding-top: 100px;
  padding-bottom: 40px;
}

.about-section .brand {
  color: #727272;
  text-transform: capitalize;
}

.about-section h1 {
  color: var(--primary-color);
  font-family: var(--raleway-bold);
  font-size: 80px !important;
  font-weight: bold;
}

.about-section h2 {
  color: var(--secondary-color);
  font-family: var(--raleway-bold);
  font-size: 40px !important;
  font-weight: bold;
}

.about-section .sec-title .title,
.choose-section .sec-title .title,
.manufacturer-section .sec-title .title {
  font-family: var(--raleway-extrabold) !important;
  font-size: 55px !important;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1.1;
}

.about-section .btn7 {
  padding: 12px 30px;
  color: #ffffff;
  background-color: var(--bs-black);
  border-radius: 25px;
  font-size: 14px;
}

.choose-section h2 {
  font-family: raleway !important;
  font-size: 60px !important;
  color: var(--primary-color);
  font-weight: bold;
}

.behind-us {
  font-size: 70px;
}

.manufacturer-section {
  padding-top: 40px;
}

.manufacturer-section h4 {
  font-size: 60px;
  font-family: var(--raleway-bold);
  color: var(--primary-color);
}

.manufacturer-section .flex-grow-1 {
  font-size: 32px;
}

.credential-section {
  padding-top: 100px;
}

.credential-section h4 {
  font-family: var(--raleway-extrabold);
  font-size: 60px;
  color: var(--primary-color);
}

.credential-section .iso-number {
  font-size: 46px;
  font-family: var(--raleway-bold);
  color: var(--secondary-color);
  font-weight: 800;
}

.credential-section .iso {
  font-size: 50px;
}

.credential-section h5 {
  font-size: 32px;
  font-family: var(--raleway-medium);
  color: var(--primary-color);
}

.credential-section .owl-prev img,
.credential-section .owl-next img {
  padding: 8px;
  background-color: var(--bs-black);
  border-radius: 5px;
}

.credential-section .owl-nav {
  position: absolute;
  right: 0;
}

/*-------------------------------------------- product1-section------------------------------------------------------------- */

.product-banner {
  background: url("../images/products/banner-bg.png");
  background-size: cover;
  height: 100%;
  min-height: 80vh;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.product-banner .shape {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  left: 0;
}

/* .product-banner .sec-title .title {
  font-family: var(--raleway-bold) !important;
}
 */
.product-banner .shape img {
  height: 100%;
}

.product-banner .brand {
  font-size: 16px !important;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-family: var(--raleway-extrabold);
}

.product-banner .spart {
  font-size: 20px;
}

.product-banner h1 {
  font-family: var(--raleway-bold);
  font-size: 64px;
  color: var(--primary-color);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4;
}

.product-banner .craft {
  font-size: 85px;
}

.product-banner p {
  font-family: var(--raleway-semibold);
  font-size: 16px;
  color: rgba(26, 32, 44, 0.6);
  line-height: 1.6;
}

.explore-section .enquiry {
  position: absolute;
  top: 0;
  bottom: 0px;
  height: 100%;
  left: -17px;
}

.explore-section p {
  line-height: 1.6;
  color: #141414;
}

.explore-section .sec-title .title {
  font-family: var(--raleway-extrabold) !important;
  font-size: 55px !important;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1.1;
}

.wire-section {
  padding: 40px 0px 80px;
}

.modal-header {
  border: none !important;
}

button:focus:not(:focus-visible) {
  box-shadow: none !important;
}

.wire-section,
.rod-section {
  background: #fef9f6;
}

.spartan {
  font-family: var(--raleway-semibold);
  font-size: 24px;
  color: var(--primary-color);
  text-transform: uppercase;
}

.spartan .fs-33 {
  font-size: 30px;
}

.explore-section h3 .fs-30 {
  font-size: 56px;
  line-height: 1.3;
}

.wire-section h3,
.steel-section h3,
.rod-section h3 {
  font-family: var(--raleway-bold);
  font-size: 40px;
  color: var(--secondary-color);
  font-weight: 800;
  text-transform: uppercase;
}

.explore-section .btn8,
.wire-section .btn8,
.steel-section .btn8,
.rod-section .btn8 {
  border-radius: 40px;
  padding: 12px 40px;
  background: #07181c;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--raleway-medium);
}

.explore-section .btn-manufacturing,
.wire-section .btn-manufacturing,
.steel-section .btn-manufacturing,
.rod-section .btn-manufacturing {
  padding: 10px;
  border: 1px solid var(--primary-color);
  color: #000000;
  background: #ffffff;
  border-radius: 40px;
}

.explore-section .btn-manufacturing:hover,
.wire-section .btn-manufacturing:hover,
.steel-section .btn-manufacturing:hover,
.rod-section .btn-manufacturing:hover {
  border: 1px solid var(--bg-black);
  transition: 0.3s;
}

.wire-section .fs-40 {
  font-size: 56px;
  line-height: 1.3;
}

.steel-section .fs-ms,
.rod-section .fs-ms {
  font-size: 50px;
  line-height: 1.3;
}

/*-------------------------------------------- footer section------------------------------------------------------------- */
footer {
  background-color: #141414;
  padding: 30px 0px 50px;
}

.footer p {
  font-family: var(--raleway-regular);
  color: var(--bs-white);
}

.footer p.footer-text {
  font-size: 14px;
  color: var(--bs-white);
}

footer .footer-links li a {
  color: var(--bs-white) !important;
  font-size: 24px !important;
  font-family: var(--raleway-bold);
}

footer h5.footer-title {
  font-size: 24px !important;
  font-family: var(--raleway-bold);
  color: var(--bs-white) !important;
}

footer .privacy-links a {
  color: var(--bs-white) !important;
  font-family: var(--raleway-medium) !important;
  font-size: 14px;
}

.fade-left-section {
  opacity: 0;
  transform: translateX(-3rem);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-left-section.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-left-section:nth-child(1) {
  transition-delay: 0.1s;
}

.fade-left-section:nth-child(2) {
  transition-delay: 2.6s;
}

.nail-image {
  transition: transform 0.8s ease-out;
}

.nail-image.zoom {
  transform: scale(1.2);
}

.card-section-one {
  padding-top: 15%;
}

.card-section-two {
  padding-top: 15%;
}

.fade-right-section {
  opacity: 0;
  transform: translateX(3rem);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-right-section.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-right-section:nth-child(1) {
  transition-delay: 1s;
}

.fade-right-section:nth-child(2) {
  transition-delay: 3.8s;
}

.modal-header .btn-close {
  position: absolute;
  top: 3%;
  right: 3%;
  background: none;
  padding: 0px;
  opacity: 1;
  width: 40px;
  height: 40px;
  z-index: 1;
}

#know-manufacturing iframe {
  border-radius: 10px;
}

#know-manufacturing .modal-body {
  padding: 20px 40px 40px !important;
}

#get-enquriy .construction {
  padding: 75px 0px;
}

/* -----------Nail section------------ */
.nail-section {
  background: #000000;
}

.nail-section .nail-card {
  background: transparent;
  opacity: 0;
  /* Start hidden */
  transform: translateX(0);
  /* Cards are centered initially */
  transition: opacity 1s ease, transform 1s ease;
  border: 0px;
}

.nail-section h5 {
  color: var(--bs-white);
  font-family: var(--raleway-bold) !important;
  font-size: 20px !important;
  margin-bottom: 20px;
  margin-top: 10px;
}

.nail-section .nail-card .dot-line {
  position: relative;
}

.nail-section .nail-card.right .dot-line::before {
  position: absolute;
  content: "";
  width: 90%;
  right: -1%;
  top: 20px;
  border: 1px solid white;
}

.nail-section .nail-card.left {
  text-align: end;
}

.nail-section .nail-card.left .dot-line img {
  float: inline-end;
}

.nail-section .nail-card.left .dot-line::after {
  position: absolute;
  content: "";
  width: 90%;
  left: -1%;
  top: 20px;
  border: 1px solid white;
}

.nail-section .nail-card p {
  color: var(--bs-white);
  font-family: var(--poppins-regular);
  font-size: 16px;
  line-height: 26px;
}

.nail-section .nail-img {
  width: 80px;
  display: block;
  margin: auto;
  transition: transform 0.5s ease;
}

.left {
  transform: translateX(-100%);
}

.right {
  transform: translateX(100%);
}

.nail-section .nail-card.show {
  opacity: 1;
  transform: translateX(0);
}
