*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    font-weight: bolder;
    font-size: 16px;
    padding: 20px 0px;
  }
  .nav-link{
    padding: 20px 0px;
  }
  .carousel-item {
      height: 100vh;
      min-height: 300px;
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-size: cover;
    }
    .navbar{
      background-color: #ffffff;
    }
    .navigation .nav-item a{
      text-decoration: none;
      color: #8199A3;
      font-weight: bold;

    }
    .navigation a.active {
      color: #01923F; /* Change this to the color you want for the active indicator */
      font-weight: bold; /* Optionally, you can apply additional styling */
      
    }
   
    /* ________________________________________ */
.row{
  --bs-gutter-x: 0rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
}

      video {
        max-width: 100%;
        height: auto; 
      }
    /* ________________________________________ */
.logo-1{
    padding: 35px 0;
}

.owl-carousel .owl-item img {
    display: flex;
    margin: auto;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
  }

    /* owl nav */
    .owl-prev span, .owl-next span {
        color: #FFF;
    }
    
    .owl-prev span:hover, 
    .owl-next span:hover {
        color: #8199A3;
    }
    
    .owl-prev, .owl-next {
        position: absolute;
        top: 0;
        height: 100%;
    }
    
    .owl-prev {
        left: 7px;
    }
    
    .owl-next {
        right: 7px;
    }
    
    /* removing blue outline from buttons */
    button:focus, button:active {
       outline: none;
    }
    /* _______________________________________ */
    .sustainable{
        background-color: #746584;
        padding: 55px 0;
    }
    .sus{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: auto;
        text-align: center;
        color: white;
    }
    .sus h4{
        font-weight: bold;
        padding-bottom: 30px;
    }
    .sus p{
        color: rgb(255, 255, 255);
        font-weight: bold;
    }
    /* ______________________________________ */
   
    .pic-gg{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .divs img{
        max-width: 100%;
        height: 100%;
        border: 1px solid;
    }
   
    /* _________________________________ */
    
.foot{
    background-image: url(../image/leather-green-texture.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 33px;
  }
  .foot-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .foot-box1 img{
    width: 42%;
    padding-left: 15px;
    padding-bottom: 9px;
  }
  .foot-box1 p{
    font-size: 16px;
    padding-left: 60px;
    font-weight: bold;
    line-height: 25px;
  }
  .foot-box2{
    padding-top: 13px;
    padding-left: 50px;
  }
  .foot-box2 h2{
    font-weight: bolder;
    overflow: hidden;
  }
  
  .foot-box2 h6{
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
  }
  .foot-box3{
    padding-top: 10px;
    padding-left: 90px;
  }
  .foot-box3 h2{
    font-weight: bolder;
  }
  .foot-box3 p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
  }
  .foot-box2 p{
    font-weight: bold;
  }
  .foot-box2 img {
    width: 10%;
    display: flex;
  
  }
  .foot-box3 img {
    width: 9%;
  }
  .foot-box1 img {
    width: 52%;
    padding-left: 47px;
    padding-bottom: 9px;
  }
  @media screen and (max-width: 1920px) and (min-width: 1350px){
    .navbar .container{
      max-width: 90%;
    }
  }
  