
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    overflow-x: hidden;
    font-family: "Montserrat" !important;
}
html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  
}

*{
  font-family: "Montserrat" !important;
}

.navbar-nav a{
  font-family: "Montserrat";
  font-weight: 500;
}

p{
  font-family: "Montserrat" !important;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Montserrat" !important;
}


@media only screen and (max-width: 600px) {
  /* CSS rules for devices with a screen width less than 768 pixels */
  body {
      overflow-y: auto; /* Allow vertical scrolling */
      overflow-x: hidden; /* Hide horizontal overflow */
  }

   
/* div{
  overflow-x: hidden ;
}  */
}









.navbar-collapse ul{
  padding-left: 15px !important;
}
nav ul li {
  display: inline;
  margin-right: 10px;
}
.banner{
background-image: url('img/background.png');


background-size: cover;
background-position: center center;
height: 500px;
color: #140707;
position: relative; 
overflow: hidden; /

}




.banner1 {
  
    
  background-image: url('img/background.png');


  background-size: cover;
  background-position: center center;
  height: 500px;
  color: #140707;
  position: relative; 
  overflow: hidden; /
  
  }
  .banner2 {
  
    
    background-image: url('img/blogbackground.png');
  
  
    background-size: cover;
    background-position: center center;
    height: 500px;
    color: #140707;
    position: relative; 
    overflow: hidden; /
    
    }











.bannertext{
  color: #fff;
  position: relative;
 margin-top:220px;
 
   }

   
   .lightbox {
      background-size: cover;
      height: 100vh;
      width: 100vw;
      display: flex;
      justify-content: center;
      align-items: center;
      }
      
      .lightbox-btn.close {
       
        position: absolute;
        top: 50px;
        right: 15px;
        height: 38px;
        width: 38px;
        background-color: white;
        color: black;
        border-radius: 50%;
      }
      .owl-nav img {
          width: 45px !important;
        }
        
        .owl-prev img {
          position: absolute;
          left: -38px;
          top: 40%;
          width: 30px;
          height: auto;
          margin-top: -40px;
        }
        .ptext{
          font-family: 'Montserrat';
        }
        h2{
          font-family: 'Montserrat';
        }
        
        .owl-next img {
          position: absolute;
          right: -38px;
          top: 40%;
          width: 30px;
          height: auto;
          margin-top: -40px;
        }
        .row {
          display: flex;
          justify-content: space-between;
      }
      .image-container {
        text-align: center; /* Center the images horizontally */
      }
      .image-container img {
        display: inline-block;
    
        height: 100px;
        width: auto;
    
        align-content: center;
        
        margin: 15px;
          }


          .our-process-img img{

            height: 133px;
            width: auto; 
          }

          .our-process-img .process-box{
            justify-content: center;
            align-items: center;
          position: relative;
          text-align: center;
          }
        
        
          .process-box p{
            color: #3E3E3E;
            font-size: 16px;
            line-height: 21px;
            font-weight: 500;
          }
        













          
    button{
      font-family: "Montserrat";
      background-color: black;
      height: 40px;
     
      
      
    }
p{
  font-family: "Montserrat";
}
    h1, h2, h3, h4, h5, h6{
      font-family: "Montserrat";
    }
    .footer{ 
      background-image: url('img/Footer.png');
      background-size: cover;
      color: #fff;
      /* margin-bottom: -30px !important; */
      /* padding-bottom: -30px !important; */
    
     
  }
 
body {
  display: flex;
  flex-direction: column;
}


  .footer h4{
  margin: 20px 0px 5px 0px;
  font-family: "Montserrat";

  
  }
  .section a{
    font-size: 18px;
    color: black;
    text-decoration: none;
  }
  .footer a{
    color:white;
    text-decoration: none;
    font-family: "Montserrat";
    }
  
  
  
  
  .footer p{
      font-weight: 400;
      color: #C5C6C7;
  
  }
  
  
  .social-icons{
      display: flex;
       /* Adjust as needed */
     
      width: 100%;
    }
  
  .social-icons img{
    width: 30px;
    height: 30px;
    margin-right: 12px;
    cursor: pointer;
  }

  
  @media (max-width: 767px) {

    .owl-prev img {
      left: 0px;
      top: 90px; /* Adjust this value as needed */
      overflow: hidden;
      margin-top: -15px;
  
    }
  
    .owl-next img {
      right: 0px;
      top: 90px; /* Adjust this value as needed */
      overflow: hidden;
      margin-top: -15px;
  
    }

    
    .gallery-carosal .owl-prev img {
      left: 0px;
      top: 90px; /* Adjust this value as needed */
      overflow: hidden;
      margin-top: -40px;
  
    }
  
    .gallery-carosal .owl-next img {
      right: 0px;
      top: 90px; /* Adjust this value as needed */
      overflow: hidden;
      margin-top: -40px;
  
    }
  
    .bannertext {
  
      margin-top: 50px;
  }
  

  /* .image-container p{
    font-size: 13px;
  }
  .contact-item img{
  height: 350px !important;
  
  
  }
  nav{
    font-family: "Montserrat";
  }
  .image-container img{
   width: 60px !important;
   height: 60px !important;
  } */
  
  
  }
  @media only screen and (max-width: 600px) {
    /* CSS rules for devices with a screen width less than 768 pixels */
    body {
        overflow-y: auto; /* Allow vertical scrolling */
        overflow-x: hidden; /* Hide horizontal overflow */
    }

    
  .section a{
    font-size: 15px !important;
    text-decoration: none;
    color: black;
    text-decoration: none;
  }

  
     
  /* div{
    overflow-x: hidden ;
  }  */
  }
button{
  font-family: "Montserrat";
}
.my-3{
  font-family: "Montserrat";
}

/* Default margin for large screens */

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
  .col-lg-10.col-md-11.col-12.mx-auto.my-4 {
    margin-top: -10px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
  .col-lg-10.col-md-11.col-12.mx-auto.my-4 {
      margin-top: 2rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .col-lg-10.col-md-11.col-12.mx-auto.my-4 {
      margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .ptext {
      font-size: 1.5rem;
  }
  .a {
      font-size: large;
  }
  .content {
      padding-left: 10px;
      padding-right: 10px;
  }
}

.section img{
  height: 40px;
  width: 40px;
}


@media (max-width: 767px) {
 .container1{
  display: contents !important;
 }
 .section{
  /* justify-content: center !important;
    align-items: center !important;
    display: flex !important; */
 }
 .storecss{
  margin-left: 28% !important;
 }
 #accordion .panel-title a:before, #accordion .panel-title a.collapsed:before {
  position: relative !important;
 }
}

.ptext{
  font-size: 2.5rem;
}





@media (max-width: 767px) {
  .gallery{
  .owl-prev img {
      left: 0;
      top: 75px; /* Adjust this value as needed */
      overflow: hidden;
  }

  .owl-next img {
      right: 0;
      top: 75px; /* Adjust this value as needed */
      overflow: hidden;
  }

  
}

.ptext{
  font-size: 1.7rem;
}

.section img{
  height: 25px;
  width: 25px;
}
}

.navbar-brand-footer img{
height: 120px;
width: auto;
}

