*{
    padding: 0px;
    box-sizing: border-box;
    margin: 0px;
    font-family: 'Cairo', sans-serif
}


.navbar{
  width: 100vw;
  padding: 9px 0px;
  height: 115px;
  /*border-bottom: 2px ridge #e1ddddd9;*/
  background-color: Black;
  font-size: 16px;
}

.navbar_list {
  display: flex;
  align-items: center;
  list-style: none;
  /* gap: 40px; */
  margin: 0px 10px;
  justify-content: space-between;

}
.navbar .navbar_list .title{
  display: flex;
  gap: 5px;
  align-items: center;
 }
.navbar .navbar_list .title img{
  width: 170px;
  height: 140px;
}
.navbar .navbar_list .middleLogo{
  float: middle;
}
.navbar .navbar_list .logo{
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.main_section{
  height: 12vh;
  width: 100vw;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  margin: auto;
  /* align-items: center; */
  justify-content: center;
  text-align: center;
  background-color:black;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-bottom: 2px white;
  color:white;
}
.main_section header{
  width: 80%;
  font-size: 17px;
  margin-top: 10%;
  margin-right: 20px;
  font-weight: bolder;
  text-align: center;
  position: relative;
  margin: auto;
  bottom: 5%;

}
.sectionBtn{
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  height: 12vh;
}
.divBtn{
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  height: 7vh;  
  text-decoration: none;
}
.sectionBtn .btn{
  background-color: green;
  padding: 10px;
  font-size: 23px;
  border: none;
  width: 93%;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  animation: bounce 2s linear;
  animation-iteration-count: infinite;  text-decoration: none;
}
.divBtn .SECbtn{
  background-color: green;
  padding: 10px;
  font-size: 23px;
  border: none;
  width: 93%;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.divBtn .SECbtn a{
  text-decoration: none;
  color: white;
}
.sectionBtn .btn a{
  text-decoration: none;
  color: white;
}
@keyframes bounce{
  0%, 25%, 50%, 75%, 90%, 100%{
    transform: translateY(0);}
    15%, 40%{
      transform: translateY(-20px);}
      65%,80%{
        transform: translateY(-15px);}
        95%{
          transform: translateY(-5px);}}

          
#btnOrder .buy-btn a{
  text-decoration: none;}


.product_adv{
  display: flex;
  align-items: center;
  width: 100vw;
  background-color: #6f6c6c;
  color: whitesmoke;
  margin-top: -5px;
  height: 700px;
}

.product_adv .list_adv{
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  font-size: 18px;
}
.product_adv .list_adv .first-{
  width: 75%;
}
.product_adv .list_adv li svg{
  margin-left: 5px;
}

.product_adv img{
  width: 100%;
  height: 100%;
}
.order_btn{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  padding: 8px 20px 30px;
  margin-bottom: -30px;
  justify-content: center;
  background-color: #6f6c6c;
}
.cards{
  display: flex;
  flex-direction: row;
  gap: 10px;
  /* padding: 10px; */
  margin: 10px 10px 20px;
  justify-content: space-between;

}
.cards .carditem{
  width: 50%;
  display: flex;
  border:2px solid #f1f1f1;
  padding: 10px;
  align-items: center;
  gap: 15px;

}
.cards .carditem .icon svg{
  width: 30px;
  height: 34px;
}
/*
 button{
  background-color: rgb(21, 153, 230);
  color: white;
  font-weight: bold;
  font-size: 35px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgb(21, 153, 230);
  display: flex;
  justify-content: center;
  gap: 5px;
  border-radius: 10px;
  
}
*/
.order_btn .main_btn button a{
  text-decoration: none;
  color: white;
}
.order_btn .main_btn svg{
  margin-right: 5px;
}
.order_btn .cards{
  display: flex;
  gap: 5px;
  width: 100%;
  color: white;
}
.order_btn .cards div{
  border: 1px solid whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.order_btn .cards div span{
  font-size: 14px;
  width: 100%;
}
.order_btn .cards div svg{
  width: 20%;
}
.order_btn .cards div span.org{
  display: flex;
  flex-direction: column;
  width: 80%;
  justify-content: center;
  border-right: 1px solid whitesmoke;
  padding: 2px 3px;
}
.product_info{
    width: 100vw;
    height: 40vh;
  margin-top: 20px;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 24px;

}
.product_info .product_img{
    width: 100%;
    box-shadow: 1px 4px 16px 8px rgb(217 209 209 / 50%);
    margin: auto;
    height: 100%;
    background-image: url(../images/photo_2024-05-16_00-57-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -25px;
}
.product_info .product_img img
{
  width: 100% ;
  height: 100%;
}

/* Slideshow*/
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    margin-top: 18px;
  }
.text_slider{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 8px;
}
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  .fade img{
    height: 80vh;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 49%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev{
    left: 0;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .dots{
    margin-top: -23px;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  

  /*end of the slide show*/




@media only screen and (max-width: 500px) {
  .about .about_list{
    display: flex;
    flex-direction: column;
    gap: 20px;
  
  }
  .about{
    margin: 150px 0px;
  }
}

.working{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  font-size: 20px;
  width: 100%;
 margin-top: -9px;
  text-align: center;
  background-color: #6f6c6c;
  color: white;
}
.working img{
  border-radius: 20px;
}
.mySlides img{
  height: 225px;
  border-radius: 15px;
}
.product_show, .product_components{
  padding: 6px 0px 0px;
    width: 100%;
    height: 40vh;
    /* border-radius: 15px; */
    margin: auto;
    background-color: #6f6c6c;

}
.question_collapsible{
  margin-top: 25px;
}
.question_collapsible h2{
  text-align: center;
  margin-bottom: 10px;
}

.product_show img, .product_components img{
    width: 100%;
    height: 108%
}

.product_components{
margin-bottom: 5px;
}

.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}



.slideshow-container img{
  width: 100%;
  height: 33vh;
}
p.sliderone{
  text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bolder;
}

p.slidertwo{
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bolder;
}







.collapsible {
  background-color: #ff0000;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  text-align: right;


}
.collapsible .coll1 {
  margin-right: 41%;}
  .collapsible .coll2 {
    margin-right: 22%;}
    .collapsible .coll3 {
      margin-right: 27%;}
      
.active, .collapsible:hover {
  background-color: #69d16c
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

div.counter{
  background-color: whitesmoke;
  font-size: 25px;
  padding: 20px 10px 10px;
  text-align: center;

}
div.counter span{
  background-color: #4CAF50;
   color: white;
    padding: 0px 12px;
    border-radius: 9px;
    font-size: 17px;
    font-weight: 700;
}
.form{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid whitesmoke;
}
.form h3{
  font-size: 30px;
  text-align: center;
}
.form .form_info{
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 10px 15px;
  background-color: whitesmoke;
  width: 100%;
  margin: auto;
  color: red;
  font-size: 25px;

}

.form .form-control{
  padding: 10px;
  border: 1px solid #cdc5c5;
  height: 60px;
  font-size: 40px;
  
}
.form #phone::placeholder,
.form #name::placeholder
{
  font-size: 20px; 
  float: right;
}
.form #submit_btn{
  background-color: green;
  color: white;
  font-weight: bold;
  font-size: 30px;
  width: 100%;
  padding: 7px;
  border: 1px solid green;
  border-radius: 10px;

}
.form #tel::placeholder{
  float: right;
  padding: 2px;
}
.form .form-control::placeholder
{
  font-size: 35px;
}
.form #tel{
  margin-top:-6px;
}

.form .form-control:not(#submit_btn):focus{
  outline: whitesmoke;
  border-color:whitesmoke;

}
