.logo {
  height: 80px;
}

/** تنسيق زر الواتساب العائم*/
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 14px;
    width: fit-content;
    padding: 0 30px;
    height: 84px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.floating-button i {
    line-height: 60px;
}

.floating-button span {
    display: none;
    position: absolute;
    background-color: #25d366;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 70px;
    right: -45px;
}
.floating-button:hover span {
    display: block;
}

.body-ccontainer {
  padding: 0px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}

@font-face {
  font-family: 'poppins';
  src: url('assets/fonts/Tajawal/Tajawal-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'poppins', sans-serif;
}

.selected-page {
  color: #61968b;
  font-size: 28px;
  font-weight: 400;
  margin: 0px 10px;
}

.bottom-line {
  height: 10px;
  width: 55px;
  background-color: #61968b;
  margin: 0px 15px;
}

a {
  text-decoration: none;
  color: inherit;
}

.navbar-light .navbar-toggler {
  background: #61968b;
  color: white;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='100' height='100'> <path stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/> </svg>");
}

.nav-link {
  color: black;
  font-size: 22px;
  font-weight: 400;
  margin: 0px 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}

.link {
  color: white;
  font-size: 22px;
  font-weight: 400;
  margin: 0px 10px;
}

.btn {
  margin-right: 150px;
  background: #4F9368;
  color: white;
  font-weight: bold;
}


footer {
  background-color: #f1f1f1;
  width: 100%;
  }
  
  .url-title {
  font-size: 1.46vw;
  color: #0e6678;
  border-bottom: 3px solid #0e6678;
  padding-bottom: 15px;
  text-align: center;
  width: max-content;
  }
  
  .btn {
  border-radius: 10px;
  padding: 10px 25px;
  font-size: 20px;
  }
  
  .spec-sec {
    padding: 10px 16.5vw;
    margin: 4vw 0;
  }
  
  .footer-about-us {
    padding: 0; 
    text-align: center;
  }
  
  .footer-about-us img {
    display: block;
    margin: 0 auto; 
  }
  
  .footer-about-us h5, .footer-about-us p {
    margin: 0 auto;
  }

  .TaC {
    padding-right: 15%;
    font-weight: bold;
    color: #0e6678;
    margin: 50px 0;
  }
  
  .body-section {
    text-align: center;
    margin-top: 50px;
  }

  .body-section h3 {
    color: #0e6678;
    font-weight: bold;
  }

  .body-section p {
    color: #424242;
    padding: 0 25%;
    text-align: center;
  }
  @media (max-width: 768px) {

    .product-container-mobile {
      width: 70vw;
      height: 70vw;
      background-color: #f1f1f1;
      padding: 25px;
      box-shadow: 12px -11px 0px #b2ccc7;
      position: relative;
      z-index: 1;
      border-radius: 10px;
      right: 105px;
    }
    
    .product-container-mobile-2 {
      width: 40vw;
      height: 40vw;
      background-color: #f1f1f1;
      padding: 25px;
      box-shadow: -10px -8px 0px #4F9368;
      position: relative;
      z-index: 2;
      margin-top: 11vw;
      border-radius: 10px;
      top: -148px;
    }
  
    .product-container-mobile img, 
  .product-container-mobile-2 img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
  }
  
    .slides img {
      width: 30vw;
      height: 30vw;
      border-radius: 10px;
      padding: 0px;
    }
      
      .spec-sec {
          padding: 30px 0;
      text-align: center;
      }
  
    .box {
        width: 100%;
        margin: 10px 0;
        height: auto;
        justify-content: center;
        align-items: center;
        text-align: center; 
      }
    
    .box img {
            height: 15vw;
      width: 15vw;
    }
  
    .body-container {
      padding-right: 20px;
      padding-left: 20px;
      width: 100%;
      box-sizing: border-box; 
    }
    
    .product-container-2, .product-container, .product-container-3 {
       display: none;
    }
    
    .first-div-head {
      display: ruby;
    }
  
    .bannar-text-sec h3 {
        font-size: 17px;
      }
  
    .title-h2 {
      margin-top: 100px;
      padding: 10px 7vw;
    }
    .contact-us-mobile {
      display: inline-block;
      padding: 10px 20px; 
      background-color: #0e6678;
      color: white; 
      border: none;
      margin-top: 10px;
      font-size: 20px;
      border: 4px solid #0e6678;
      border-radius: 10px; 
      margin: 0 5px;
      width: 40%;
    }
  
    .get-order-button {
        color: white;
        border: 4px solid #4F9368;
        font-size: 20px;
        background: #4F9368;
        padding: 10px 10px;
        border-radius: 10px;  
        font-weight: 400;
        margin: 0 5px;
        width: 50%;
      }
  
      .footer-about-us {
        text-align: center;
        width: 100%;
      }
  
      .url-title {
        font-size: 6vw;
        text-align: right;
        width: max-content;
      }
  
      .urls-container {
        
      }
      .contact-text {
        display: grid;
        justify-content: center;
      }
  
      .our_message p {
        font-size: 1.3rem;
        padding: 0vw 0vw;
        margin: 3vw 3vw;
      }
  
      footer {
        width: 100%;
        padding: 0;
      }
  
      .services p {
        font-size: 1.5rem;
        padding: 0;
      }
      
      .floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 14px;
    width: fit-content;
    padding: 0 20px;
    height: 62px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

  }
  
  