:root {
    --darck-color: #19283f;
    --red-bottom-:red;
    --Toolbar-color: #24e800;
}


body {
    font-family: 'Roboto', sans-serif;
    /* height: 50vh; */
}


/* Start Navbar */
.navbar {
    background-color: #fff;
 
}

/* Start logo */
.navbar-brand {
  width: 235px;
  position: relative;
  left: 150px;
}
@media (max-width:461px) {
  .navbar-brand {
    width: 125px;
  }
}

.navbar-brand img {
  width: 100%;
  height: 100%;
}
@media (max-width:991px) {
  .navbar-brand {
    left: 0;
  }
  .navbar-brand img {
    width: 100%;
    
  }
}
@media (min-width:991px) {
  .navbar-brand-en{
    left: -60px;
    width: 180px;
  }
}
@media (max-width:676px) {
  .navbar-brand-en{
    left: 21px;
    width: 125px;
  }
}
/* End logo */
.navbar-nav-en {
width: 100%;
}
@media (min-width:991px) {
  .navbar-nav-en {
    margin-left: 0px;
  }
}


@media (max-width:992px) {
  
.navbar-nav-ar {
  flex-direction: column-reverse;
}
}
.navbar-nav .nav-item .nav-link {
  color: var(--bs-body-color);
  font-size: 28px;
  font-weight: bold;
  width: fit-content;
  text-align: end;
  margin-left: 19px;
  padding: 5px 7px;
}
@media (max-width:1200px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 18.5px;
  }
}

.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:hover {
    background-color: var(--Toolbar-color);
    border-radius: 10px;
    color: var(--darck-color);
    font-weight: bold;
    width: fit-content;
}
ul li a {
  text-transform: capitalize;
}
.mnm {
  display: block;
}
/* .search {
    color: var(--Toolbar-color);
    border-left: 1px solid var(--Toolbar-color);
} */

.navbar-toggler {
  position: relative;
    color: var(--Toolbar-color);
    border-color: #fb0303;
    left: 245px;
}


@media (max-width:991px) {
  .navbar-toggler {

      left: 150px;
  }
}
@media (max-width:767px) {
  .navbar-toggler {

    left: 0;
  }
}
.navbar-toggler.active,
.navbar-toggler:focus,
.navbar-toggler:hover {
    color: var(--Toolbar-color);
    border-color: var(--Toolbar-color);
    font-size: 25px;
}
.btn {
    color: yellow;
    background-color: #fb0303;
    font-weight: bold;
}

.btn.active,
.btn:focus,
.btn:hover {

    color: var(--Toolbar-color);
    background-color: #19283f;
    font-weight: bold;
}

/* Start Languatch  */
.lang-menu {
  display: flex;
  align-items: center;
  margin-left: 20px;
  position: relative;
  transition: 0.9s;
  left: -278px;
  position: relative;
}
@media (max-width:991px) {
  .lang-menu {
    left: 30px;
    top: 5px;
  }

}
@media (min-width:991px) {
  .lang-menu-en {
    left: 240px;
  }


}
@media (max-width:991px) {
  .lang-menu-en {
    left: 94px;
  }


}

@media (max-width:767px) {
  .lang-menu {
    left: 0;
  }
}
@media (max-width:461px) {
  .lang-menu {
    left: 0;
  }
}
@media (max-width:767px) {
  .lang-menu-en {
    left: 16px;
    top: 7px;
  }
}

.ggh {
  margin-right: 20px;
}
.lang-menu .selected-lang {
  bottom: 7px;
  cursor: pointer;
  color: var(--bs-body-color);
  padding: 5px;
  width: 100px;
  text-align: center;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 2px solid #ddd;
  font-weight: bold;
  font-size: 22px;
   
}
@media (max-width:676px) {
  .lang-menu .selected-lang {
    font-size: 18px;
    width: 90px;
    /* padding: 7px; */
  }
}

.lang-menu .selected-lang:hover {
  background-color: var(--Toolbar-color);
}
.lang-menu .gruop-lang {
  position: absolute;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 2px solid #ddd;

  bottom: 0;
  opacity: 0;
  list-style: none;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.lang-menu .gruop-lang li {
  padding: 5px;
  transition: 0.3s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.lang-menu .gruop-lang li:not(:last-child) {
  border-bottom: 2px solid #eee;
}
.lang-menu .gruop-lang li:hover {
  background-color: var(--Toolbar-color);
}
.lang-menu .gruop-lang li a {
  text-decoration: none;
  font-size: 23px;
  font-weight: bold;
  color: var(--bs-body-color);
  display: block;
}

.lang-menu:hover ul{
  bottom: -35px;
  opacity: 1;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


/* End Languatch  */
/* End Navbar */

/* Start Slider */
.slider .carousel-item img {
    padding-top: 0px;
    width: 100%;
    height: 70vh;
}

@media (max-width:991px){
  .slider .carousel-item img {
    height: 30vh;
  }
}
.carousel {
    color: var(--darck-color);
    font-size: 16px;
    padding-bottom: 50px;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
}

.textin h1 {
    font-weight: bold;
    padding-top: 25px;
}

.textin p {
    font-size: 20px;
}

/* End Slider */


/* Start Our-offers */

/* .Offer h1 {
    text-align: center;
    font-weight: bold;
    color: #19283f;
    padding-bottom: 5px;
    text-decoration: bottom;
    padding-bottom: 5px;
}

.Main-title::after {
    content: '';
    width: 16rem;
    height: 2px;
    background-color: #fb0303;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
} */

/* End Our-offers */


/* Start Offer-Icon */
.offer-icon .active {
    background-color: #fb0303;
    color: var(--Toolbar-color);
    font-weight: bold;
    text-align: center;
}

.offer-icon ul li {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 30px;
    font-size: 1.5rem;
}
@media (max-width:767px) {
  .offer-icon ul li {
    font-size: 1rem;
    font-weight: bold;
  }
  }


.offer-icon ul li:not(.active):hover {
    background-color: var(--red-bottom-);
    color: var(--Toolbar-color);
    font-weight: bold;
    cursor: pointer;
    font-weight: 1.5rem;
}

/* End Offer-Icon */

/* Start our-work */

                .our-work {
                    background-color: #eee;
                }
                .our-work ul .active {
                    background-color: #fb0303;
                    color: yellow;
                    font-weight: bold;
                }
                .our-work ul li {
                   
                    cursor: pointer;
                }
                .our-work ul li:not(.active):hover {
                    background-color: var(--red-bottom-);
                    color: var(--Toolbar-color);
                    font-weight: bold;
                    border-radius: 20px;
                }
                .our-work .box {

                    padding: 5px;
                    overflow: hidden;
                    position: relative;
                    background-color: var(--Toolbar-color);
                }
                .our-work .box::before {
                    content: attr(date-work);
                    position: absolute;
                    background-color: hwb(113 2% 0% / 0.361);
                    width: calc(100% - 10px);
                    height: calc(100% - 5px);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-weight: bold;
                    color: white;
                    transition: 0.3s;
                    font-size: 1.5rem;
                    transform: translateX(calc(-100% - 5px));
                }
                .our-work .box:hover::before {
                    transform: translateX(0);
                    cursor: pointer;

                }
                .our-work  .container .gruop33 {
                  display: grid;
                  grid-template-columns: repeat(auto-fill , minmax(350px ,1fr));
                  gap: 25px;
                }
                .our-work .gruop33 .box img {
                  width: 100%;
                  height: 100%;
                }

/* End our-work */

/* Start Stuff */
/* .stuff .description {
    max-width: 500px;
    
} */

.main-title::after {
    content: '';
    width: 16rem;
    height: 2px;
    background-color: var(--Toolbar-color);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.stuff .description {
    max-width:500px;
}

.stupp .image {
    width: 150px;
    height: 25px;
}
/* End Stuff */

/* Start supscribe */
.subscribe {
    background-color: var(--Toolbar-color);
}

.subscribe input[type="text"] {
    border:none;
    border-bottom: solid 1px white;

}

.subscribe input[type="text"]:focus{
    outline: none;

}

.subscribe ::placeholder {
    color: white;
    font-size: 20px;
}
.subscribe input[type="submit"]{
    outline: none;

}


/* End supscribe */



/* Start Our Offer */

/* start land */
.land {
    height: 15vh;
    background-color: #eee;
    position: relative;
    overflow: hidden;
  }
  .land .container  {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    text-align: end;
    animation: land_11 3s;  
  }
  .land .up_Offer_3{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
@keyframes land_11{
  from {
    opacity: 0;
    transform: translatex(1200px);
    to {
    opacity: 1;
    transform: translatex(0);
  }}
}

  .land .container  h2 {
    text-align: end;
    font-size: 55px;
    font-family: initial;
    margin-left: 30px;
    
    }
 
    .land .container .Offer_3{
      margin: 0;
      text-align: center;
    }
    @media (max-width:991px){
      .land .container  h2 {
        font-size: 32px;
      }
    }
   .land_2 .container h2 {
    text-align: start;
    margin-right: 30px;
   }
.par .container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: end;
    }

   .par .container p {
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: end;
    font-weight: bold;
    font-size: 18px;
   }

  /* end land */

/* End Parg */


/* Start Gallery File */

/* Start Gallery*/


.gallery {
    padding-top: 75px;
    padding-bottom: 75px;
}
.gallery .group {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
@media (max-width:767px) {
    .gallery .group {
        flex-direction: column;
    }
}

.gallery .container h2 {
margin-top: 15px;
margin-bottom: 25px;
color: var(--Toolbar-color);
font-size: 45px;
font-weight: 700;
}
.gallery .container .box {
width: 100%;    
display: flex;
align-items: center;
gap: 20px;
flex-direction: row-reverse;
}
.gallery-en .container .box-en {
flex-direction: row;
}
@media (max-width:991px) {
  .gallery .container .box {
      width: 100%;
      text-align: center;
      flex-direction: column;
  }
}
@media (max-width:767px) {
    .gallery .container .box {
        flex-direction:column ;

    }
}

.gallery .container .box .imge {
width: 70%;
height: 93%;
border-radius: 15px;

}
.gallery .container .box .imge img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    animation: popup_55 2s;
}
.gallery-en .container .box .imge img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    animation: popup_5 2s;
}

@keyframes popup_5 {
  from {
opacity: 0;
transform: translateX(-800px);
  }
  to {
opacity: 1;
transform: translatex(0);
  }
}
@keyframes popup_55 {
  from {
opacity: 0;
transform: translateX(800px);
  }
  to {
opacity: 1;
transform: translatex(0);
  }
}


.gallery .container .box .box2 {
    width: 50%;
    height: 100%;
    text-align: end;
}
@media (max-width:991px) {
  .gallery .container .box .box2 {
    text-align: center;
    width: 100%;
  }
}
.gallery-en .container .box .box2 {

    text-align: start;
}
@media (max-width:767px) {
  .gallery .container .box .box2 {
    text-align: center;
    width: 100%;
  }
}
.gallery .container .box .box2 ul {
  list-style: none;

}

@media (max-width:767px) {
    .gallery .container .box2 {
        width: 100%;
        text-align: center;
    }
}

.gallery .container .box .box2 p{
   
    font-size: 25px;
}
@media (max-width:767px) {
    .gallery .container .box .box2 p {
        font-size: 17px;
    }
    .gallery .container .box .box2 h2 {
        font-size: 22px;
    }
}

.gallery .container .box .box2 p span{
    color: var(--red-bottom-);
    font-size: 25px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
}
@media (max-width:767px) {
    .gallery .container .box .box2 p span {
        font-size: 17px;
    }
}

/* End Gallery*/

/* End Gallery File*/

/* Start Gallery-slide */
.slides {
    margin-top: 50px;
    padding-top: 60px;
    padding-bottom: 70px;

  }
  
  .slides .container h2 {
    text-transform: uppercase;
    font-size: 56px;
    color: var(--frast-color);
    margin-bottom: 35px;
    font-weight:600;
  
  } 
  


 .slides .container .slides-container {
  margin: 10px auto;
  width: 900px;
  height: 450px;
  position: relative;

  }
  @media (max-width:991px) {
    .slides .container .slides-container {
      width: 450px;
      height: 225px;
    }
}
  @media (max-width:767px) {
    .slides .container .slides-container {
      width: 335px;
      height: 175px;
    }
}
  .slides .container .slides-container img {
    position: absolute;
    opacity: 0;
    transition: opacity 1s;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  @media (max-width:767px) {
    .slides .container .slides-container {
      width: 80%;
    }
}
  .slides .container .slides-container img.active {
    opacity: 1;
  }
  .slides .container .slides-container .slide-number {
    position: absolute;
    left: 10px;
    top: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    z-index: 2;
    border-radius: 6px;

  }
  .slides .container .slide-controls {
    width: 900px;
   margin: auto;
   overflow: hidden;
  }
  @media (max-width:991px) {
    .slides .container .slide-controls {
      width: 450px;

    }
}
  @media (max-width:767px) {
    .slides .container .slide-controls {
      width: 345px;

    }
}
  .slides .container .slide-controls .prev,
  .slides .container .slide-controls .next {
    background-color: var(--darck-color);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    padding: 5px;
    user-select: none;
    width: 25%;
    transition: 0.3s;

  }
 
  .slides .container .slide-controls .prev {
    float: left;
  }
  .slides .container .slide-controls .prev:hover {
    background-color:var(--bs-body-color);;
  }
  .slides .container .slide-controls .next {
    float: right;
  }
  .slides .container .slide-controls .next:hover {
    background-color:var(--bs-body-color);;
  }
  .slides .container .slide-controls .prev.disabled,
  .slides .container .slide-controls .next.disabled {
    background-color: #19283f80;
    cursor: no-drop;
  }
  .slides .container .slide-controls .indicators {
    width: 50%;
    float: left;
  }
  @media (max-width:991px) {
    .slides .container .slide-controls .indicators {
      width: 48%;
    }
}
  .slides .container .slide-controls .indicators ul {
    list-style: none;
    margin: 0;
    text-align: center;
  }
  @media (max-width:991px) {
    .slides .container .slide-controls .indicators ul {
      padding: 0;
      line-height: 1.4;
    }
}
  .slides .container .slide-controls .indicators ul li {
    display: inline-block;
    background-color: #f6f6f6;
    color: #333;
    font-weight: bold;
    height: 28px;
    width: 28px;
    border-radius: 4px;
    margin: 0 7px ;
    line-height: 28px;
    cursor: pointer;
  }
  .slides .container .slide-controls .indicators ul li.active {
    background-color:  var(--darck-color);
    color: #fff;
  }











  /* @media (max-width:767px) {
    .slides .container .imges {
        flex-direction: column;
    }
  } */
  /* .slides .container .imges::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px;
    border-color: transparent transparent transparent var(--Toolbar-color);
    right: -90px;
    cursor: pointer;
    top:50%;
    transform: translateY(-50%);
  } */
  /* .slides .container .imges::before {
   content: "";
   position: absolute;
   border-style: solid;
   border-width: 15px;
   border-color: transparent var(--Toolbar-color) transparent transparent;
   left: -90px;
   cursor: pointer;
  } */
  @media (max-width:767px) {
    .slides .container .imges::after,
    .slides .container .imges::before {
        display: none;
    }
  }

  @media (max-width:767px) {
    .slides .container .imges  img  {
        width: 100%;
        height: 100%;
    }
  }


  /* Start contect  */
/* start contect  file*/
.par .container .actev {
padding: 10px;
text-align: end;
}

/* start contact  file*/
.contact {
  background-color: #eee;
 
}
.contact .container {
  padding: 45px 100px;
}

.contact .container .box {
  display: flex;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 25%), 0px 26px 39px 10px rgb(0 0 0 / 18%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  
}

.contact .container .box .text {
  width: 50%;
  height: 100%;
  padding: 50px;
  animation: popup_3 2s;
  
}
@keyframes popup_3 {
  from {
    opacity: 0;
   
    transform: translateY(-400px);
  }
  to {
    opacity: 1;
  
    transform: translateY(0);

  }
}

.contact .container .box .text > p {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  
}

.contact .container .box .text .loc {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--Toolbar-color);
  padding-bottom: 24px;
  
}
.contact .container .box .text .loc h2{
  color: var(--frast-color);
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 25px;
  text-align: end;
}
.contact .container .box .text .icons {
  position: relative;
 
  z-index: 3;
  color: var(--Toolbar-color);
  font-size: 22px;
  

}
.contact .container .box .text .icons-en{
  margin-left: 25px;
}

.contact .container .box .text .loc h2 i::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #1681F51A;;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);

}
.contact .container .box .text .loc p {
  margin-left: 35px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  
  
}
.contact .container .box .text .loc p a {
color: #000;
text-decoration: none;
}
.contact .container .box .form {
  width: 50%;
  height: 100%;
  background-color: white;
  padding: 50px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  animation: popup_4 2s;
  text-align: end;
}
.contact .container .box .form .input {
text-align: end;
}

@keyframes popup_4 {
  from {
    opacity: 0;
   
    transform: translateY(300px);
  }
  to {
    opacity: 1;
  
    transform: translateY(0);

  }
}
.contact .container .box .form h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--frast-color);
  position: relative;
  font-weight: bold;
}
.contact .container .box .form h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f621";
  margin-left: 15px;
  font-weight: 900;
  color: var(--red-bottom-);
  font-size: 5px;
  position: absolute;
  top: 10px;
  margin-left: -10px;
}
.contact .container .box .form .eml::after {
  display: none;
}
.contact .container .box .form input[type=email],
 input[type=number],
 input[type=text], 
  select, 
  textarea {
      color: #666;
      padding: 0.75em;
      height: auto;
      border-width: 1px;
      border-style: solid;
      border-color: #eee;
      border-radius: 2px;
      background: white;
      transition: all .2s linear;
      width: 100%;
      margin-bottom: 40px;
}
.contact .container .box .form input[type=email],
 input[type=number],
 input[type=text], 
  select, 
  textarea:focus{
    outline: none;
  }
  .contact .container .box .form  textarea.input {
    resize: none;
    height: 100px;
  }
.contact .container .box .form input[type=submit] {
  padding: 15px 20px;
  border: none;
  background-color: var(--Toolbar-color);
  color: var(--darck-color);
  border-radius: 35px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s;
}
.contact .container .box .form input[type=submit]:hover  {
  background-color: var(--darck-color);
  color: var(--Toolbar-color);
}
@media (max-width:991px) {
.contact .container {
  padding: 25px 10px;

}
  .contact .container .box {
    flex-direction: column;
  }
}
@media (max-width:991px) {
  .contact .container .box .text {
   width: 100%;
   text-align: center;
   padding: 10px;
  }
}
@media (max-width:991px) {
  .contact .container .box .form {
    width: 100%;
    text-align: center;
  }
}
@media (max-width:767px) {
  .contact .container .box  {
    height: 100%;
  }
}




/* end contact file*/

/* start lop  */
.lop  .box_11 {
  animation: box_111 4s;
}
@keyframes box_111 {
  from{
opacity: 0;
transform: translateX(-800px);
  }
  to{
opacity: 1;
transform: translateY(0);
  }
}
.lop .box_22 {
animation: box_222 2s;
}
@keyframes box_222 {
  from {
opacity: 0;
transform: translateY(800px);
  }
  to {
opacity: 1;
transform: translateX(0);
  }
}
.lop .box_33 {
animation: box_333 4s;
}
@keyframes box_333 {
  from {
opacity: 0;
transform: translateX(800px);
  }
  to {
    opacity: 1;
    transform: translateY(0);

  }
}




.lop {
padding-top: 50px;
padding-bottom: 50px;
}
.lop .container {
  display: grid;
  grid-template-columns: repeat(auto-fill , minmax(350px ,1fr));
  gap: 30px;
}
.lop .container .box {
  padding: 10px;
  text-align: center;
  background-color: #eee;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
position: relative;
}
.lop .container .box .imge {
  width: 100%;
  height: 360px;
  border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.lop .container .box .imge img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 15px;
border-top-right-radius: 15px;
}

.lop .container .box .text h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: var(--Toolbar-color);
  font-size: 38px;
  border-bottom: 2px solid var(--Toolbar-color);
  padding-bottom: 15px;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.lop .container .box .text p {
  font-size: 18px;
  margin-bottom: 23px;
}
.lop .container .box .text p a{
  text-decoration: none;
  color: var(--darck-color);
  font-weight: bold;
  transition: 0.3s;
}
.lop .container .box .text p:hover a {
  color: var(--Toolbar-color);
}
.lop .container .box .text p a .bool {
  font-size: 18px;
  color: var(--darck-color);
  margin-right: 15px;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.lop .container .box .text p:hover .bool {
  color: var(--darck-color);
}
.lop .container .box .text p:hover i::after {
  background-color: var(--Toolbar-color);
}
.lop .container .box .text p a i::after {
content: "";
position: absolute;
background-color: var(--bs-dark);
width: 35px;
height: 35px;
border-radius: 50%;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.3s;
}
.lop .container .box .text .bot {
  margin-bottom: 85px;
}
.lop .container .box span {
  background-color: var(--red-bottom-);
  padding: 15px 25px;
  font-size: 22px;
  border-radius: 35px;
  position: absolute;
  bottom:15px;
  left: 50%;
  transform: translatex(-50%);
  transition: 0.3s;
  cursor: pointer;
}
.lop .container .box span a {
  text-decoration: none;
  color: yellow;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.lop .container .box span:hover {
 background-color: var(--darck-color);
 color:var(--Toolbar-color) ;
 
}
.lop .container .box span:hover a {
 
  color:var(--Toolbar-color) ;
  
 }
 @media (min-width:991px) {
 .lop .container .box span{
padding: 15px 15px;
 }
}
 @media (max-width:767px) {
 .lop .container .box span{
padding: 15px 15px;
 }
}
  /* end lop  */
  
  /* End contect  */

  
/* Start News File */

/* start news */
.news {
    padding-top: 50px;
  }

  .news .container .group{
    display: grid;
    grid-template-columns: repeat(auto-fill , minmax(450px ,1fr));
    gap: 30px;
    margin-bottom: 30PX;
  }
  @media (max-width:991px){
    .news .container .group {
      grid-template-columns: repeat(auto-fill , minmax(300px ,1fr));
    }
  }

@keyframes news_11 {
  from{
    opacity: 0;
    transform: translatex(-800px);}
   to {
      opacity: 1;
      transform: translateX(0);
      }
}

  .news .container .group .box {
    background-color: #eee;
    border-radius: 20px;
    padding: 20px;
    animation: news_11 3s;
  }

  .news .container .group .box .imge {
    border-radius: 35px;
    margin-bottom: 20px;
    width: 100%;
  }
  .news .container .group .box .imge img {
    width:100%;
    height: 300px;
    border-radius: 20px;
  }
  .news .container .group .box h2 {
    margin-bottom: 15px;
    color: var(--ast-global-color-4);
    font-weight: 500;
    margin-left: 5px;
  }
  .news .container .group .box p {
    margin-bottom: 25px;
    margin-left: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #343434;
    line-height: 1.5;
  }
  .news .container .group .box .date {
    color: var(--ast-global-color-4);
  }
  .news .container .group .box .pad {
    /* margin-bottom: 100px; */
  }
  .news .container .group .box span a {
    color: var(--frast-color);
    transition: var(--frast-trn);
    bottom: 10px;
  }
  .news .container .group .box span a:hover {
    color: var(--ast-global-color-4);
  }
  
  @media (max-width:991px) {
    .news .container > p {
      text-align: center;
    }
  
  }
  
  /* end news */
  
  /* End News File */
  
 
/* start parg */
.parg {
    padding-top: 35px;
    text-align: end;
  }

  .parg .container ._1 {
    font-size: 35px;
    font-weight: 700;
    color: var(--frast-color);
    margin-bottom: 30px;
    line-height: 1.2;

    animation: sweb 3s;
  }
  .parg .container .par_tittel {
    font-size: 20px;
    font-weight: 700;
    color: var(--frast-color);
    margin-bottom: 30px;
    line-height: 1.5;
  animation: sweb 3s;
  }
  .parg .container .par {
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: 500;
    line-height: 1;
    animation: sweb 3s;
  }

  .parg .container .par1 {
    font-size: 31px;
    margin-bottom: 60px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    color: var(--Toolbar-color);
    background-color: var(--darck-color);
    padding: auto;
    animation: sweb 3s;
  }
  /* end parg */
  .lane {
    width: 100%;
    height: 50px;
    background-color: var(--frast-color);
  }
  
  /* end abut file */

/* start whtsapp */
.help {
  position: fixed;
  background: var(--Toolbar-color);
  width: 70px;
  height: 70px;
  z-index: 3;
  bottom: 32px;
  border-radius: 50%;
  right: 25px;
  /* animation: tobotm infinite 1.5s ;
  animation-delay: 2s;
  animation-timing-function: linear; */

}
.help a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95%;
  border-radius: 50%;
  font-size: 55px;
  color: white;
  text-decoration: none;
}


/* end whtsapp */

/* Start Footer */

.footer{
  background-color: #191919;
  padding: 70px 0 0;
 }
 .footer .container{
  display: grid;
  grid-template-columns: repeat(auto-fill , minmax(250px ,1fr));
  gap: 30px;
 }
 .footer .box h3{
  font-family:'Dancing Script', cursive;;
  color: white;
  font-size: 40px;
  margin: 0 0 20px;
  cursor: pointer;
  transition: 0.3s;
}
.footer .box ul {
  list-style: none;
}
.footer .box h3 a{
text-decoration: none;
color: #fff;
}
.footer .box h3:hover{
  color: var(--main-color);
}
 .footer .box .social{
  display: flex;
  padding: 0;
 }
 .footer .box .social li{
  margin-right: 10px;
 }
 .footer .box .social li a{
  background-color: #313131;
    color: #b9b9b9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    transition: 0.3s;
    text-decoration: none;
 }
 .footer .box .social li a.facebook:hover{
  background-color: #1877f2;
  color: white;
 }
 .footer .box .social li a.twitter:hover{
  background-color: #1da1f2;
  color: white;
 }
 .footer .box .social li a.instagram:hover{
  background-color: #ff0000;
  color: white;
 }
 .footer .box .text {
  line-height: 2;
  font-size: 24px;
  color: #b9b9b9;
 }
 .footer .box .links li {
  padding: 15px 0;
  transition: 0.3s;
  text-align: end;
 }
 .footer .box .links-en li {

  text-align: start;
 }
 .footer .box .links li:not(:last-child){
  border-bottom: 1px solid #444;
 }
 .footer .box .links li a {
  text-decoration: none;
 }
 .footer .box .links li:hover {
  padding-right: 10px;
 }
 .footer .box .links-en li:hover{
  padding-left: 10px;
 }
 .footer .box .links li:hover a {
  color: white;
 }
 .footer .box .links li a {
  color: #b9b9b9;
  transition: 0.3s;
  list-style: none;
 }
 .footer .box .links li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f100";
  font-weight:900;
  margin-right: 10px;
  color: var(--main-color);
 }
 .footer .box .links-en li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight:900;
  margin-right: 10px;
  color: var(--main-color);
 }
 .footer .box .line {

 }
 .footer .box .line {
  display: flex;
  align-items: center;
  color: #b9b9b9;
  margin-bottom: 30px;
  gap: 20px;
 }
 .footer .box .line i{
  font-size: 25px;
  color: var(--main-color);
  margin-right: 10px;
 }
 .footer .box .line .info {
  line-height: 1.7;
  flex: 1;
  text-align: end;
 }
 .footer .box .line-en .info {

  text-align: start;
 }
 .footer .box .line .info span {
  display: block;
 }

 .footer .footer-gallery  img{
  width: 65px;
  height: 55px;
  border: 3px solid white;
  margin: 2px;
 }
 .footer .copyright {
  padding: 23px 0;
  text-align: center;
  color: white;
  margin: 50px 0 0;
  border-top: 1px solid #444;
  
 }
 @media (max-width:771px){
  .footer .box{
    text-align: center;
  }
  .footer .box .social{
    justify-content: center;
   }
   .footer .box .line {
    flex-direction: column;
  }
  .footer .box .line i {
    margin-bottom: 10px;
  }
 }


/* End Footer */
 
/* Start Inemation */
@keyframes sweb {
  from {
    opacity: 0;
    transform: translateY(400px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
/* End Inemation */


/* start madia  */

/* end madia  */

/* start anmithon */
@keyframes tobotm {
  0% {
transform: translateY(0);
  }
  100% {
    transform: translateY(-35px);
  }
}
/* end anmithon */

/* start slider  */
.slider-icon {
  width: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.slider-icon  .carousel-item {

}
.slider-icon  .carousel-item img {

}

/* nde slider  */