@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

/* 
body{
    overflow-x: hidden;
} */
@font-face {
  font-family: myFirstFont;
  src: url(../font/Manrope-VariableFont_wght.ttf);
}

body,
html {
  /* overflow-x: hidden; */
}

* {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: white;
}

a:focus,
a:hover {
  color: rgb(255, 255, 255) !important;
}

.pos_r {
  position: relative;
}

.pos_b {
  position: absolute;
}

.header {
  position: relative;
}

.address {
  font-size: 12px;
}

.red_back {
  background-color: #e2000f;
}

.black {
  background-color: black;
}

.red form input {
  /* height: 50px; */
  background-color: #c6000d;
  border: none;
}

header .form-control {
  background-color: #ededed !important;
  border: none;
}

.red_back form::placeholder {
  color: white;
}

.red_back form a {
  right: 7%;
  top: 28%;
}

.red_back form a i {
  color: white;
  right: 7%;
  top: 26%;
}

i {
  color: white;
}

.red_back ul li a {
  color: white;
  padding: 16px !important;
}

/***** Navbar Updated CSS ****/
.red_back {
  background-color: #e2000f;
}

.bg-black a {
  color: white;
}

.nk_header {
  position: relative;
}

.nk_header .bg-black {
  background-color: #000000;
}

.nk_header .pd-lr-0 {
  padding-left: 15px;
  padding-right: 15px;
}

.nk_header .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  top: 0;
}

.nk_header .make-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.nk_header .nk_topbar {
  height: 61px;
}

.nk_header .navbar {
  height: 97px;
}

@media (max-width: 992px) {
  .nk_header .make-center {
    position: static;
    transform: none;
  }

  .nk_header .navbar {
    height: auto;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .nk_header .navbar-collapse>form {
    padding-top: 50px;
  }
}

/***** Navbar Updated CSS Ends ****/
.card {
  border-radius: 10px !important;
}

.line {
  border-bottom: 2px solid #707070;
  width: 100px;
  margin: 0 auto;
}

.p_title {
  font-size: 26px;
  font-weight: 400;
  color: #e2000f;
}

.p_name {
  font-size: 14px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 66% !important;
}

.swiper-button-next:after {
  content: "next";
  font-size: 30px !important;
  font-weight: bolder !important;
  color: red;
}

.swiper-button-prev:after {
  content: "prev";
  font-size: 30px !important;
  font-weight: bolder !important;
  color: #e2000f;
}

/* .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 30px !important;
  font-weight: bolder !important;
  color: black;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "prev";
  font-size: 30px !important;
  font-weight: bolder !important;
  color: black;
}
.swiper-button-prev {
  top: 65% !important;
}
.swiper-button-next {
  top: 65% !important;
}
#swiper_section {
  background-color: #f1eaea;
  padding: 20px 0px;
  height: 500px;
} */
.title_f span,
.about_title {
  font-size: 36px;
  color: #000000;
  font-weight: 400;
}

.img_swiper img {
  width: 150px;
  height: 165px;
}

.swiper-pagination-bullet {
  display: inline-block !important;
  width: 60px !important;
  height: 14px !important;
  border-radius: 10px !important;
  padding: 0px !important;
  margin: 0px !important;
  margin-left: -10px !important;
  background-color: #9e9c9c !important;
}

.swiper-pagination-bullet-active {
  background-color: #c6000d !important;
}

.swiper-pagination {
  bottom: -1% !important;
}

.wrapper-about-text a {
  color: black;
}

.wrapper-about-text {
  padding-left: 30px;
}

.wrapper-about-text p {
  text-align: justify;
}

.about-headline {
  font-size: 36px !important;
  font-style: italic;
  line-height: 40px;
}

.slide-blue {
  background-color: #7682ef;
  height: 300px !important;
}

.main-wrapper {
  height: 300px;

  width: 100%;
}

.wrapper {
  height: 250px;

  width: 100%;
}

.swiper-slide1 {
  width: 100%;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
  background-color: #c6000d !important;
}

.slick-dots li button:before {
  font-size: 0 !important;
  background-color: #ebe5e5 !important;
}

.slick-dots li {
  width: 35px !important;
}

.bearing,
.meter {
  width: 15vh !important;
  height: 20vh;
  right: 0 !important;
  top: 36% !important;
}

.meter {
  top: 50% !important;
  width: 25vh !important;
}

#why_us {
  background-color: #f8f8f8;
  height: 600px;
}

#why_us ul li {
  list-style: none;
}

.li-wrapper img {
  margin-top: 5px;
  width: 20px;
  height: 20px;
}

.li-wrapper h3 {
  padding-left: 10px;
  padding-top: 5px;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.form-container {
  background-image: url(../images/background-form.jpg);
  height: 500px;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0px 2000px #0000001c;
}

.vector-wrapper {
  bottom: 18%;
  right: 9%;
}

.form-container {
  height: 500px;
}

.form-section {
  position: absolute;
  background: transparent;
  width: 400px;
  height: 400px;
  background-color: #000000;
  opacity: 0.8;
  top: 50%;
  right: 0;
}

.form-section h3 {
  color: white;
  font-size: 20px !important;
}

.form-section input,
select {
  width: 80%;
  height: 40px;
  background-color: white;
  padding-left: 10px;
}

input::placeholder {
  color: black !important;
}

.input button {
  width: 80%;
  height: 50px;
  background-color: #e2000f;
  color: white;
}

footer {
  background-color: black;
}

footer ul li {
  list-style: none !important;
}

.social_icons li {
  background-color: red;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  padding: 10px 10px;
}

.social_icons li span i {
  top: 10px;
  right: 10px;
}

.footer_text1 {
  font-size: 13px !important;
  color: white;
}

.links h2 {
  font-size: 18px;
  color: white;
  font-weight: 600;
}

.links li {
  font-size: 16px;
  color: white;
  font-weight: 400;
  padding: 8px 0px !important;
}

.support li i {
  font-size: 16px;
  padding-right: 8px;
}

.support li h4 {
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.copy {
  font-size: 14px;
  color: white;
  font-weight: 300;
}

.bor-t {
  border-top: 1px solid grey;
  background-color: black;
}

.inner-grid-section {
  height: 45vh;
  margin-right: 14px;
}

.inner-content {
  position: relative;
  width: 100%;
  height: 30vh;
  padding-left: 20px;
  padding-top: 15px;
}

.inner-content::after {
  content: "";
  width: 100%;
  height: 27vh;
  background-image: radial-gradient(circle, white, #3c2e91);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}

.inner-content1::after {
  content: "";
  width: 100%;
  height: 27vh;

  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background-image: radial-gradient(circle, #68efe3, #28c9bb) !important;
}

.inner-content3::after {
  content: "";
  width: 100%;
  height: 27vh;

  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background-image: radial-gradient(circle, white, #26d157) !important;
}

.inner-content2::after {
  content: "";
  width: 100%;
  height: 27vh;

  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background-image: radial-gradient(circle, white, #740a12) !important;
}

.slider-img img {
  position: absolute;
  top: -50px;
  right: 6px;
  width: 180px;
}

.slick-dots li button:before {
  content: "";
  font-family: "slick";
  width: 60px !important;
  height: 14px !important;
  border-radius: 10px !important;
  padding: 0px !important;
  margin: 0px !important;
  margin-left: -10px !important;
  /* background-color: #b4b1b1!important; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button-enqiury {
  text-decoration: none;
  color: black;
  background: #f0f600;
  padding: 4px 19px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
}

.clients img {
  width: 70%;
}

.stack-info-main h2 {
  color: white;
  font-size: 35px;
  font-weight: 800;
}

.stack-info-main p {
  color: white;
}

@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }

  .margin {
    margin-top: 15% !important;
  }

  .navigation li a {
    color: #1d1b1b;
    padding: 8px 16px !important;
  }

  .black ul {
    display: none;
  }

  /* .red form {
    width: 100%;
    margin-right: 21vh;
  } */
  .set {
    --bs-gutter-x: none !important;
  }

  .vector-wrapper img {
    display: none;
  }

  .form-section {
    right: 10%;
  }

  .form-container {
    height: 600px;
  }

  #why_us {
    height: 450px;
  }

  .why_h {
    text-align: center;
  }

  .nav_back {
    background-color: #28c9bb;
  }
}

@media (max-width: 576px) {
  .address {
    visibility: hidden;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .address a {
    font-size: 8px !important;
  }

  .nk_topbar {
    display: block;
    text-align: end;
  }

  .address a i {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  header .form-control {
    width: 57vh !important;
    height: 7vh !important;
  }
}

.consultation h3 {
  font-weight: bold;
  font-size: 33px;
  color: #e2000f;
}

.validateError {
  color: #e2000f;
}

/* my style starts from here */

.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
}

@media screen and (min-width:1380px) {
  .box-container {
    flex-direction: row
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  margin-bottom: 35px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 300px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-front:nth-child(odd) {
  background: black !important;
}

.flip-box-front:nth-child(even) {
  background: #990610 !important;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 25px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-size: 30px;
}

.flip-box p {
  font-size: 15px;
  line-height: 1.5em;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}

.product-image {
  width: 75px;
  height: 75px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  float: left;
  border: 1px solid lightgray;
  margin: 5px;
}

.product-right {
  padding: 25px;
  border: 1px solid lightgray;
  border-radius: 10px;
  position: sticky;
  top: 50px;
}

.product-right p {
  font-size: 17px;
  color: grey;
}


form.d-flex.ms-auto.make-center i {
  color: black;
  font-size: 18px;
  padding-right: 10px;
}

.photo-box-image {
  border-radius: 50%;
  overflow: hidden;
}

li.nav-item i {
  margin-right: 10px;
}

.branches-drop {
  position: absolute;
  z-index: 1;
  background-color: white;
  color: gray;
  padding: 10px;
  min-width: 200px;
  right: 3rem;
  margin-top: 6px;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid lightgray;
  box-shadow: 2px 2px 11px #00000038;
  display: none;
}

a.drop-menu::after {
  content: '';
  width: 7%;
  height: 20px;
  background-color: black;
  position: absolute;
  right: 40px;
  top: 39px;
}

.drop-menu:hover .branches-drop {
  display: block;
}

.branches-drop ul {
  list-style: none;
}

.branches-drop ul li {
  margin-bottom: 10px;
}

.main-btn {
  width: auto;
  background-color: white;
  color: #990610;
  font-size: 19px;
  padding: 10px 25px;
  border-radius: 0px;
  border: 2px solid #990610;
  font-weight: 800;
}

.main-btn:hover {
  color: #990610 !important;
  border: 2px solid #990610 !important;
}

.red-btn {
  background-color: #990610;
  color: white !important;
  border-radius: 0px;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 600;
}

.red-btn:hover {
  background-color: #990610 !important;
  color: white !important;
  border-radius: 0px;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 600;
}

.stack-info-main {
  padding: 45px 25px;
  color: white;
  position: relative;
}

.stack-info-main i {
  font-size: 155px;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 0;
}

.stack-main {
  padding: 20px;
  background-color: black;
  color: white;
}

.stack-main i {
  font-size: 60px;
  margin: 20px 0px;
}

.stack-main h1 {
  position: relative;
  padding-bottom: 10px;
}

.stack-main h1::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: white;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
}

.flip-box-back {
  box-shadow: inset 0px 2000px #00000066;
}

.aboutmain-sec-div .col-8 h4 {
  font-size: 18px;
  font-weight: 700;
}

.aboutmain-sec-div .col-8 p {
  font-weight: 500;
  color: grey;
  margin: 0;
}

.aboutmain-sec-div .col-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutmain-sec-div .col-4 i{
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 30px;
  padding: 15px
}

img.logo {
  max-width: 252px;
}

.product-right ul li {
  font-size: 18px;
  margin: 30px 0px;
}

.carousel-one {
  height: 38vw;
  background-image: url('/asset/images/GIF\ triple9.gif');
  background-size: cover;
}

.mobile-banner {
  display: none;
}

.desktop-banner {
  display: block;
}

button.carousel-control-next {
  display: none;
}

button.carousel-control-prev {
  display: none;
}

.input {
  border: none;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 30px;
}

.contact-form {
  background-color: red;
  color: white;
  border: none;
  width: 100%;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  nav.navbar.navbar-expand-lg.red_back {
    border-bottom: 1px solid black;
    box-shadow: 2px 2px black;
    overflow: hidden;
  }

  ul.nav.justify-content-end.nk_topbar.align-items-center {
    display: none;
  }

  a.navbar-brand img {
    max-width: 198px;
  }

  button.navbar-toggler i {
    font-size: 27px;
  }

  .inner-grid-section {
    height: 30vh;
  }

  #why_us {
    height: auto;
  }

  .form-section {
    position: static;
  }

  div#contact_enquiry {
    height: auto;
    padding-bottom: 25px;
  }

  .clients img {
    width: 100%;
  }

  .vector-wrapper.pos_b img {
    display: none;
  }

  .red_back form a {
    right: 10%;
  }

  .mobile-banner {
    display: block;
  }

  .desktop-banner {
    display: none;
  }

}

@media screen and (max-width: 576px) {
  nav.navbar.navbar-expand-lg.red_back {
    border-bottom: 1px solid black;
    box-shadow: 2px 2px black;
    overflow: hidden;
  }

  ul.nav.justify-content-end.nk_topbar.align-items-center {
    display: none;
  }

  a.navbar-brand img {
    max-width: 165px !important;
  }

  button.navbar-toggler i {
    font-size: 27px;
  }

  .inner-grid-section {
    height: 30vh;
  }

  #why_us {
    height: auto;
  }

  .form-section {
    position: static;
  }

  div#contact_enquiry {
    height: auto;
    padding-bottom: 25px;
  }

  .clients img {
    width: 100%;
  }

  .vector-wrapper.pos_b img {
    display: none;
  }

  .red_back form a {
    right: 10%;
  }

  .carousel-one {
    height: 125vw;
    background-image: url('/asset/images/phone-banner.gif');
    background-size: cover;
  }

  .form-section {
    width: auto;
  }

  .box-item {
    margin: auto;
    margin-bottom: 15px;
  }

  .product-range {
    margin-top: 50px;
  }
}

.sam-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 40px auto;
  max-width: 1200px;
  padding: 20px;
}

.sam-section {
  width: 440px;
  max-width: 98vw;
  min-width: 260px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}

.sam-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #c8121f;
  font-weight: 700;
}

.images {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 18px;
  width: 100%;
}

.images img {
  width: 90%;
  max-width: 320px;
  min-width: 0;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  padding: 4px;
  background: #f7f7f7;
  display: block;
  margin: 0 auto;
}

@media (max-width: 950px) {
  .sam-section {
    width: 98vw;
    max-width: 98vw;
    padding: 24px 4vw;
  }
  .images img {
    max-width: 220px;
  }
}

@media (max-width: 700px) {
  .sam-container {
    flex-direction: column;
    gap: 24px;
    padding: 10px;
  }
  .sam-section {
    width: 98vw;
    max-width: 100vw;
    padding: 18px 2vw;
  }
  .images img {
    max-width: 98vw;
  }
}

.sam-section p {
  text-align: justify;
}