:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .header{
    font-family: 'Rubik', sans-serif;
  }
  .section_title{
    font-family: 'Rubik', sans-serif;
  }
  .slider-container {
    display: flex;
    width: 300%; 
    transition:transform 1s ease;
  }
  .slide {
    flex: 0 0 100vw;
    height: 100vh;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* background-color: #ddd; */
    font-size: 24px;
  }
   .scroll-container {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
  }
  .dot-buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  .dot {
    width: 10px;
    height: 10px;
    background-color: #888;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  .dot.active {
    background-color: #E41E26;
  }
  .navbar-nav a {
    color: #000;
  }
span.virat_header {
  /* font-family: lato; */
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
}

.header_logo {
  margin-left: 40px;
}
  /* span.virat_header {
    font-size: 19px;
    margin: 0 10px;
} */
.header{
  position: absolute;
    left: 0;
    width: 100%;
    /* padding: 10px 0; */
    background: 0 0;
    z-index: 99;
    top: 0;
}
.row{
  width: 100%;
}
/* .header_logo {
    margin-left: 10px;
} */
img.banner {
  width: 100%;
}
.hero {
  background: url(img/Home_background_6.jpg)!important;
  background-position: center;
  background-size: cover !important;
  width: 100%;
}
.about_section{
  padding: 48px;
}
.about_content{
  text-align: justify;
  font-size: 18px;
  /* font-family: 'Josefin Sans', sans-serif; */
  font-family: 'Inter', sans-serif;
}
.about_image{
  width: 93%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: 1s;
}
.about_image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s,-webkit-transform .8s;
}
.about_row{
  margin-top: 150px;
}
.product_image{
  height: 145px;
}
.form-input:focus,
textarea:focus{
  outline: 1.5px solid #ec1c24;
}

.form-input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  height: 50px;
    font-size: 18px;
}
input#name {
  padding: 10px;
}
select.name {
  padding: 10px;
}
.input_margin {
  margin-bottom: 40px;
}
.page-content {
  display: grid;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer_copyright{
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}
.footer_color{
  background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);;
}
.virat_footer_descrption{
  color: #fff;
  font-size: 17px;
  text-align: justify;
}
/* .Footer_part_2{
  display: flex;
  justify-content: center;
} */
.Footer_part_2_heading{
  display: flex;
  justify-content: center;
  color: #fff;
}
.Footer_part_2_subheading{
  color: #fff !important;
  font-size: 17px;
  text-align: center;
  margin-top: 15px;
}
.Footer_part_2_subheading:hover{
  color: #ec1c24 !important;
}
.footer_map{
  display: flex;
  justify-content: center;
}
.footer_products{
  justify-content: center;
}
.card{
  overflow:hidden;
}
.card-columns{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.card-reveal .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.card-reveal .card-body .card-title {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bolder;
    color: #fff;
}
.product_heading{
  position: absolute;
  margin-top: 190px;
  margin-left: 20px;
  color: white;
  z-index: 1;
}
a.card.card-reveal {
  border: none;
  border-radius: 0px;
}
img.card-img-top {
  border-radius: 0px;
}
.footer_logo{
  display: flex;
  justify-content: center;
}
.Footer_design{
  font-size: 20px;
}


@media (min-width: 992px) {
    .card-reveal .card-body {
        height: 33%;
        bottom: -100%;
        -webkit-transition: bottom .2s ease-in-out;
        transition: bottom .2s ease-in-out;
    }

    .card-reveal .card-img-top {
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
        filter: brightness(0.7);
    }
    .card-reveal:hover .card-body {
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
  }
    .card-reveal:hover .card-img-top {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        filter: brightness(1);
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .about_content{
    text-align: justify;
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
  }
  .about_image {
    width: 93%;
    margin-top: 30px;
}
.product_heading{
  position: absolute;
  margin-top: 150px;
  margin-left: 20px;
  color: white;
  z-index: 1;
}
.card-columns{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-top: 25px;
}
}
button{
  font-size: 20px;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  /* padding: 10px 25px; */
  /* font-family: 'Lato', sans-serif; */
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn_product{
  width: 160px;
}
.btn-2 {
  background: linear-gradient(0deg, rgb(227 30 36) 0%, rgb(227 30 36) 100%);
  border: none;
}
.btn-2:before {
  height: 0%;
  width: 2px;
}
.btn-2:hover {
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .5), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}
.about_heading{
  color:  rgb(227 30 36);
}
.col_image{
  margin-top: 30px;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* .home_icon{
  margin-right: 8px;
} */
.btn_image{
  background: url(img/Button_image.jpg);
}
/* .sustainability_images{
  display: flex;
  align-items: center;
} */
.about_section_sustainability{
  padding: 20px;
  margin-top: 30px;
}
@media (min-width: 1400px){
  .sustainability-container{
    max-width: 1500px !important;
  }
}
.thumbnail_image {
  width: 100%;
  height: auto;
}
.thumbnail_row{
  margin-left: 1px;
    margin-top: 20px;
}

@media (max-width: 1300px){
  .thumbnail_row {
    margin-left: 1px;
    margin-top: 20px;
}
.about_section{
  padding: 50px;
}
.about_section_sustainability{
  /* padding: 20px; */
  margin-top: 30px;
}
.col-lg-6.sustainability_images {
margin-top: 20px;
}
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .about_content{
 text-align: justify;
 font-size: 17px;
 font-family: 'Inter', sans-serif;
}
}

@media (min-width: 992px) and (max-width: 1199px){
 .about_row{
     margin-top: 105px;
 }
 .about_section_sustainability{
padding: 1px; 
margin-top: 40px;
}
.about_content{
 text-align: justify;
 font-size: 15px;
 font-family: 'Inter', sans-serif;
}
.product_heading{
position: absolute;
margin-top: 130px;
margin-left: 20px;
color: white;
z-index: 1;
}
}

.stickyheader {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 1px solid #E4E4E4;
  animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.stickyheader .navbar-nav a {
  color: black !important;
}
.Footer_padding{
  padding: 1rem !important;
}
.email_icon{
  color: #F70107;
}
 .nav-link.active{
  color: white !important;
  background: #E41E26 !important;
}
.footer_margin{
  margin-top: 150px;
}

/* Home  Page Responsiveness*/
@media (min-width: 280px) and (max-width: 991px){
  body {
    margin: 0;
    padding: 0;
    overflow: scroll;
  }
  .slider-container {
    display: block;
    width: 100%; 
    transition:transform 1s ease;
  }
  .scroll-container {
    overflow-y: visible;
    height: 100%;
    width: 100%;
  }
  .dot-buttons{
    display: none;
  }
  .hero{
    align-items: center;
    background: url(img/Home_background_6.jpg)!important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    display: inline-flex !important;
    justify-content: center !important;
    max-width: 100% !important;
  }
.hme_banner {
    margin: 24% 0 !important;
    width: 1600px !important;
}
.slide_height{
  height: 50vh !important;
}
.about_row {
  margin-top: 1px;
}
.about_img{
  display: flex;
  justify-content: center;
}
.card-columns{
  margin-left: 20px;
}
.card-reveal .card-body {
  height: 33%;
  bottom: -100%;
  -webkit-transition: bottom .2s ease-in-out;
  transition: bottom .2s ease-in-out;
}

.card-reveal .card-img-top {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  filter: brightness(0.7);
}
.card-reveal:hover .card-body {
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
}
.card-reveal:hover .card-img-top {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  filter: brightness(1);
}
.about_image{
  width: 93%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: 0s;
}
.about_image:hover {
  -webkit-transform: none;
  transform: none;
  transition: none;
  transition: none;
  transition: none;
}
.slide.hero.slide_height {
  position: relative;
  margin-top: 100px;
}
.header_logo {
  margin-left: 1px;
  position: relative;
  right: 50px;
}
.header{
  background: white;
}
a.card.card-reveal {
  border: none;
  border-radius: 0px;
}
.stickyheader {
  position: fixed;
  top: -1px;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 1px solid #E4E4E4;
  animation: slideDown 0.35s ease-out;
}
.mobile_home_icon{
  margin-left: 8px;
}
li.nav-item {
  border-bottom: 1px solid lightgrey;
}
.copyright {
  text-align: center !important;
  margin-left: -15px;
}
span.virat_header {
  /* font-family: lato; */
  font-size: 18px;
  font-weight: 500;
  margin: 0 8px;
}
}
@media (min-width: 880px) and (max-width: 991px){
  .slide_height{
    height: 51vh !important;
  }
  .about_row {
    margin-top: 1px;
  }
}
@media (min-width: 799px) and (max-width: 879px){
  .slide_height{
    height: 47vh !important;
  }
  .about_row {
    margin-top: 1px;
  }
}
@media (min-width: 767px) and (max-width: 799px){
  .slide_height{
    height: 47vh !important;
  }
  .about_row {
    margin-top: 1px;
  }
  .slide{
    height: 115vh;
  }
}
@media (min-width: 280px) and (max-width: 450px){
  .slide_height {
    height: 28vh !important;
}
  .slide{
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .container.sustainability-container {
    display: flex;
    justify-content: center;
}
  .about_section {
    padding: 20px;
    margin-top: 30px;
}
.about_content {
  text-align: justify;
  font-size: 18px;
  /* font-family: 'Josefin Sans', sans-serif; */
  font-family: 'Inter', sans-serif;
  word-spacing: -0.5px;
  hyphens: auto;
}
.product_heading {
  position: absolute;
  margin-top: 85px;
  margin-left: 5px;
  color: white;
  z-index: 1;
  font-size: 18px;
}
.about_section_sustainability {
  padding: 10px;
  margin-top: 30px;
}
.footer_margin{
  margin-top: 10px;
}
.border-end {
  border-right: black !important;
}
footer .copyright h6 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 25px;
}
.copyright {
  text-align: center !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
  margin-left: -3px !important;
}
.ml-10{
  margin-left: 10px;
}
.card-columns {
  margin-left: 1px;
  margin-top: 30px;
}
.input_margin {
  margin-bottom: 20px;
}
.contact_margin{
  margin-left: 0px;
  margin-top: 30px;
}
}
@media (min-width: 280px) and (max-width: 330px){
  .slide_height{
    height: 20vh !important;
  }
}
  /* Styles for the modal */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    position: relative;
    cursor: zoom-in; /* Default cursor style */
    overflow: hidden; /* Prevent image overflow */
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: transform 0.5s ease; /* Smooth transition for zoom effect */
    object-fit: contain; /* Ensure full image fits within container */
}

/* On hover, change cursor style */
.modal-content:hover {
    cursor: pointer;
}

/* Close button style */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
}

.close-button:hover {
    color: red;
}

.s-button {
  /* font-family: lato; */
  /* font-size: 18px !important; */
  line-height: 28px;
  font-weight: 400;
  /* border-radius: 25px; */
  padding: 10px 20px;
  text-decoration: none;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.swipe2right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.swipe2right::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swipe2right:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.y2w {
  background-color: #E41E26 !important;
  color: #fff;
}

.y2w::before {
  border: none;
  background-color: black;
}

.formsection .get-quote {
  text-align: left;
}
button.s-button.y2w.swipe2right {
  border: none;
}
@media (max-width: 992px) {
  .navbar-collapse.collapsing .navbar-nav {
      display: block;
      position: fixed;
      top: 0;
      bottom: 0;
      left: -45%;
      transition: all 0.2s ease;
  }
  .navbar-collapse.show .navbar-nav {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      flex-direction: column;
      height: auto;
      width: 45%;
      transition: left 0.35s ease;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      background: white;
  }
}
#whatsapp-icon {
  position: fixed;
    bottom: 20px;
    width: 100px;
    right: 0px;
    z-index: 9;
}

#whatsapp-icon img {
  width: 50px; /* Adjust the size of the icon */
  height: auto; /* Maintain aspect ratio */
}