.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;
}

.chap-img {
  width: 150vw; 
  height: 150vw;
}

.chap {
  height: 40vh; 
  width: 40vh; 
  position: absolute;
  bottom: 143vh;
  right: -115vh;
  z-index: -1;
  border-radius: 50%;
}

.title-h2 {
  margin-top: 100px; 
  padding: 10px 17vw;
}

h2 {
  color: #0e6678;
  font-weight: bold;
  font-size: 6vw;
     
}

.our_message {
  justify-content: center;
  width: 100%;
  text-align: center;
  align-items: center;
  margin: 10vw 0;
}

.message {
  font-weight: bold;
  color: #0e6678;
  font-size: 4rem;
  font-family: 'poppins', sans-serif;
}

.chips {
  position: absolute; 
  z-index: 10; 
  width: 0;
  height: 0;
  overflow: visible;
}

.cheap-one {
  width: 18vw;
  height: 4vw;
  background-color: #b2ccc7;
  position: relative;
  z-index: -1;
  right: 81vw;
  top: -44vw;
}

.cheap-tow {
  width: 18vw;
  height: 4vw;
  background-color: #b2ccc7;
  position: relative;
  z-index: -1;
  right: 70vw;
  top: -43vw;
}

.cheap-one-2 {
  width: 18vw;
  height: 4vw;
  background-color: #b2ccc7;
  position: relative;
  z-index: -1;
  right: -4vw;
  top: 27vw;
}

.cheap-tow-2 {
  width: 18vw;
  height: 4vw;
  background-color: #b2ccc7;
  position: relative;
  z-index: -1;
  right: -11vw;
  top: 29vw;
}

.service-message {
  font-weight: bold;
    color: #0e6678;
    font-size: 4rem;
    font-family: 'poppins', sans-serif;
}

.services {
  width: 100%;
  text-align: center;
}

.services p {
  font-size: 1.5rem;
  padding: 1vw 30vw;
}


.our_message p {
  font-size: 1.5rem;
  padding: 8vw 14vw;
  background: #f8f8f8;
  margin: 3vw 20vw;
  border-radius: 20px;
}

.our-services {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%; 
  margin-bottom: 30px;
}

.first-services, .second-services {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%; 
  justify-content: center;
}

.box {
  width: 100px;
  height: fit-content;
  background-color: #f1f1f1;
  margin: 0px 50px 30px 50px;
  width: 32%;
  border-radius: 20px;
  padding: 40px;
}

.box img {
  margin-bottom: 50px;
  height: 5vw;
  width: 5vw;
}

.box h1 {
  color: #0e6678;
  font-weight: bold;
}

.box h4 {
  padding: 0 0px 0 25px;
  color: #585858;
  font-size: medium;
}

@media screen and (min-width: 768px) {
  h2 {
      font-size: 40px;
  }

  .product-container-mobile, .product-container-mobile-2 {
    display: none;
  }
}

.sub-title-sec {
  font-family: 'poppins', sans-serif;
  margin: 50px 0px;
  padding: 10px 17vw;
}
.sub-title-sec h3 {
  font-size: 5vw;
}
@media screen and (min-width: 768px) {
  .sub-title-sec h3 {
      font-size: 2rem;
      color: #424242;
  }

  .contact {
    display: none;
  }
  
}

.get-order-btn img {
  width: 20px;
  height: 20px;
}

.icon-btn {
  width: 20px;
  height: 20px;
}

.get-order-button {
color: white;
border: 1px solid #0e6678;
font-size: 30px;
background: #4F9368;
padding: 10px 40px;
border-radius: 10px;  
font-weight: bold;
}

.get-order-button:hover {
  color: white;
  background-color: #0e6678;
}

.get-order-button:hover img {
  content: url('assets/icons/send_white.png');
}

.product-container {
  width: 28vw;
  height: 20vw;
  background-color: #f1f1f1;
  padding: 25px;
  box-shadow: 12px -11px 0px #b2ccc7; 
  position: relative; 
  z-index: 1;
  border-radius: 10px;
}

.product-container-2 {
  width: 20vw;
    height: 14vw;
    background-color: #f1f1f1;
    padding: 25px;
    box-shadow: -10px -8px 0px #4c887c;
    position: relative;
    z-index: 2;
    margin-top: 11vw;
    right: -26vw;
    border-radius: 10px;
}

.product-container-3 {
  width: 20vw;
  height: 14vw;
  background-color: #f1f1f1;
  padding: 25px;
  box-shadow: 8px -7px 0px #4c887c;
  position: relative;
  z-index: 2;
  margin-top: 11vw;
  right: -13vw;
  border-radius: 10px;
}

.product-container img, 
.product-container-2 img,
.product-container-3 img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
}

.first-div-head {
    margin-top: 4vw;
  display: flex;
}

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;
}

.our-products {
  width: 100%;
    text-align: center;
    margin-top: 5vw;
    margin-bottom: 2vw;
}

.our-products h1 {
  font-weight: bold;
  color: #0e6678;
  font-size: 4rem;
  font-family: 'poppins', sans-serif;
}

.our-products {
  text-align: center;
}

.slider {
  position: relative;
  width: 30vw;
  max-width: 600px;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 10px;
  margin: 0 auto; /* Center the slider */
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides img {
  width: 30vw;
  height: 30vw;
  border-radius: 10px;
  padding: 50px;
}

.indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.indicators div {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.indicators .active {
  background-color: #717171;
}


@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: 50px;
  }
  
  .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;
    right: -30px;
  }

  .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;
    }
    
    .cheap-one  {
        display: none;
    }
    
    .cheap-tow, .chips2 {
        display: none;
    }
    
    .title-h2 h3 {
        font-size: 15px;
    }
    
    .title-h2 {
        margin-top: 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;
}

}

