@font-face{
    font-family: DDD;
    src: url(imagess/Typographical-line_00.ttf);
}
@font-face{
    font-family: AAA;
    src: url(imagess/BoutrosMBCDinkum-Medium.ttf);
}
@font-face{
    font-family: BBB;
    src: url(imagess/BalooBhaijaan2-SemiBold.ttf);
}
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html {
    scroll-behavior: smooth;
}
.min {
    padding-top: 10rem;
}
header {
    top: 0;
   background-color: #fff;
    opacity: 90%;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    direction: rtl;
    box-shadow: 0 1px 10px 0px rgb(90, 86, 86) !important;
    /* border-bottom: rgb(172, 171, 171) 2px solid; */
}
header .faa {
display: none;
}
.navigation{
    padding-right: 20px;
}
.navigation i {
    display: none;
}

.navigation a {
    font-family: DDD;
    padding-left: 20px;
    font-size: 20px;
    text-decoration: none;
    color: rgb(46 166 204);
}
.navigation a:hover {
  color:rgb(237 205 43);
}

.min-icon {
    width: 50px;
    height: 50px
}
/* .carousel-inner{
    display: flex;
} */
.carousel-inner{
    position: relative;
}
.slide-text {
    position: absolute;
    /* font-size: 50px; */
    top: 50%;
    padding: 10px;
    color: aliceblue;
    direction: rtl;
    right: 20px;
}
.slide-text h5 {
    font-size: 60px;
    font-family: AAA;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
.slide-text p {
    font-size: 30px;
    font-family: BBB;
    background-color: rgba(0, 0, 0, 0.5);
}
.content {
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
    background-image: url(imagess/banner1\ \(1\).jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}
.content h1 {
    font-family: DDD;
    color:#fff ;
    font-size: 50px;
    padding-bottom : 20px;
}
.content p {
    font-size: 30px;
    color:#ded8d8;
    padding-bottom : 20px;
}
.btn a {
    display: inline block;
    padding: 10px 30px;
    border: none;
    border-radius: 15px;
    text-decoration: none;
}
.btn-primary {
    color: #ffffff;
    border: 2px solid #fff;
    text-decoration: none;
}
.btn-primary:hover {
   background:rgb(237 205 43);
}
.container {
    max-width: 1100px;
    margin: auto;
    height: auto;
}
#online {
    background-color: #ffffff;
    text-align: center;
}
.online-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    margin: 30px 20px;
    flex-direction: row-reverse;
}
.online .onbtn .btn {
    margin-left: 1rem;
    padding: 10px;
}
.online-items h2 {
    font-size: 40px;
    color: rgb(14, 22, 37);
    margin-bottom: 40px;
    font-family: DDD;

}
.online-items p {
    font-family: BBB;
    color:  #565454;
    font-size: 14px;
}
.online-items iframe {
  height: 500px;
  width: 500px;
  margin-bottom: 0px;
}
#about {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #adb5bd61;
    padding-bottom: 40px;
    padding: 6rem;
    margin-bottom: 40px;
}
#about .title {
    text-align: center;
    /* margin-bottom: 3rem; */
}
#about h2 {
    font-size: 40px;
    color: rgb(14, 22, 37);
    margin: 40px;
    font-family: DDD;
}
#about .title p {
    font-family: BBB;
    font-size: 25px;
    color: rgb(91, 91, 91);
    font-weight: 600;
}
#about .about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}
#about .about-content img {
  width: 450px;
}
#about .about-content p {
    font-family: AAA;
    color: rgb(91, 91, 91);
    margin-left: 7rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: right;
    text-align: justify;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    direction: rtl;
}
.btn-secondary {
  color: #fff;
  font-size: 15px;
  background:  rgb(14, 22, 37);
  margin-top: 2rem;
  margin-left: 7rem;
  border: 2px solid  rgb(14, 22, 37);

}
.btn-secondary:hover{
    background: rgb(136, 84, 49);

}
.primary-text {
    color: rgb(136, 84, 49);
}
#offers {
    height: 100vh;
    display: flex;
    position: relative;
    justify-content: space-around;
    background: url(images/bacground.jpg )  center center/cover fixed;
}
#offers .title {
    text-align: center;
    margin-bottom: 3rem;
}
#offers h2 {
    font-size: 40px;
    color: rgb(14, 22, 37);
    margin: 20px;
    font-family: DDD;
}
#offers .title p {
    font-size: 25px;
    color: rgb(91, 91, 91);
    font-weight: 600;
}
#offers::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}
#offers * {
    z-index: 10;
}
.offers-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    
}
.items img {
    width: 250px;
    height: 200px;
    margin-top: 20px;
    border-radius: 40%;
}
.items {
    margin-left: 10px;
    margin-right: 10px;
    border: black 2px solid;
    border-radius: 5%;
    background-color: #ffffff;
    transition:all .3s ease-in-out;
    cursor: pointer;
}
.items:hover {
    transform:translateY(-7px);
}

.items h3 {
    font-family: BBB;
    margin: 15px 0px;
}
.items p {
    font-family: AAA;
    margin: 10px;
}
.items span {
    font-size: 18px;
    font-weight: 600;
}
#menu {
    background: #ffffff;
    padding: 6rem;
    font-family: DDD;
}
#menu .title {
    text-align: center;
    margin-bottom: 4rem;
}
#menu .title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-family: DDD;
    animation-duration: 3s;
    animation-name: moving;
}
@keyframes moving {
    from {
        margin-top: 10%;
    }
    to {
        margin-top: 0%;
    }
}
.menu-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.menu-item-body {
    /* width: 300px; */
    /* height: 410px; */
    background-color: #fff;
    border-radius: 17px;
    border: 2px solid rgb(106 106 106);
    margin: 20px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    animation-duration: 5s;
    /* filter: grayscale(.4); */
    overflow: hidden;
    transition: all .5s ease-in-out;
    animation-name: moving;
    cursor: pointer;
    
}
.menu-item-body:hover {
    transform:translateY(-7px);
    box-shadow: 5px 10px 18px #888888;     
}
.menu-item img {
    width: 80px;
    border-radius: 50%;
    margin-left: 20px;
}
.menu-item-body p {
    font-family: BBB;
font-size: 30px;
padding: 10px 0;
    }
.menu-item-body a {
    font-family: AAA;
background-color:rgb(255, 255, 255);
color:rgb(106 106 106);
padding: 15px 5PX;
width: 295px;
border: none;
text-decoration: none;
cursor: pointer;
font-size: 20px;
}
.aa {
    text-decoration: none;
}

.menu-item {
      width: 295px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/choclet.jpg);
    background-size: 100% 100%;
    border-radius: 15px 15px 0px 0px;
}
.menu-item-body .m1 {
  background-image: url(imagess/روضة\ الاطفال.jpg);
}
.menu-item-body .m2 {
    background-image: url(imagess/الابتدائية.jpg);
}
.menu-item-body .m3 {
    background-image: url(imagess/الاعدادية.jpg);
  }
.menu-item-body .m4 {
      background-image: url(imagess/الثانوية.jpg);
  }
  .menu-item-body .m5 {
    background-image: url(food-images/midelEast-food.jpg);
  }
  .menu-item-body .m6 {
      background-image: url(food-images/Grills.jpg);
  }
  .menu-item-body .m7 {
      background-image: url(food-images/morocon-couscous.jpg);
    }
  .menu-item-body .m8 {
        background-image: url(food-images/fish.webp);
    }
    .menu-item-body .m9 {
        background-image: url(food-images/tagine.jpg);
      }
      .menu-item-body .m10 {
          background-image: url(food-images/yemen-food.jpg);
      }
      .menu-item-body .m11 {
          background-image: url(food-images/sandwiches.avif);
        }
      .menu-item-body .m12 {
            background-image: url(food-images/libyan-food.jpeg);
        }
        .menu-item-body .m13 {
          background-image: url(food-images/family-set.jpg);
        }
        .menu-item-body .m14 {
            background-image: url(food-images/crepe-choclate.jpg);
        }
        .menu-item-body .m15 {
            background-image: url(food-images/banana-split.jpg);
          }
        .menu-item-body .m16 {
              background-image: url(food-images/cold-drinks.jpg);
          }
          .menu-item-body .m17 {
            background-image: url(food-images/hot-drinks.jpg);
          }
        .menu-item-body .m18 {
              background-image: url(food-images/shisha.avif);
          }
.menu-item h3 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 50px;
}
.menu-item h3 span {
    position: absolute;
    top: 0;
    left: 0;
}
#menu .btn{
    display: block;
    margin: 20px auto 0;
    background:rgb(106 106 106);
    color:  rgb(255, 255, 255);
    /* border: 3px solid rgb(255, 255, 255); */
    border-radius: 25px;
}
#menu .btn:hover{
    background: #838080;
}
#menu2 {
    background: #f3e2e2;
    padding: 5rem;
    font-family: DDD;
    background: url(imagess/backgroud-menu2.jpg) center center/cover fixed;
    position: relative;
}
#menu2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:#dee2e6 !important;
}
#menu2 * {
    z-index: 100;
}
#menu2 .title {
    text-align: center;
    width: -webkit-fill-available;
    background-color: black !important ;
    margin-bottom: 0.5rem;
}
#menu2 .title h2 {
    font-size: 40px;
    /* width: 250px; */
    margin-bottom: 20px;
    font-family: DDD;
    position: relative;
        /* background-image: url(images/backgroud-menu2-but.jpg); */
        /* background-color: black; */
        border: 10px;
        border-radius: 50% white solid;
        background-size: contain;
        background-repeat: round;
        margin: auto;
        color: white;
    /* animation: mymove 5s infinite; */
}
/* @keyframes mymove {
    50% {border-radius: 50px;}
  } */
.menu2-item {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    background-size: 100% 100%;
    /* box-shadow: 3px 3px 3px 0px black; */
    border-radius: 15px;
    margin: 20px;
    padding: 3%;
    padding-left: 40px;
    direction: rtl;
    font-size: 30px;
}
.menu2-item-color0 {
    background-color: rgb(217 185 52);
}
.menu2-item-color1 {
    background-color: rgb(30 109 133);
}
.menu2-item-color2 {
    background-color:  rgb(136, 84, 49);
}
.menu2-item-color3 {
    background-color: rgb(198 29 29);
}
.menu2-item-color4 {
    background-color:  rgb(123 123 123);
}
/* .grade-details{
    padding: 0px 100px;
} */
.menu2-item-direc {
    display: flex;
    flex-direction: row-reverse;
}
.menu2-item img {
    width: 450px;
    /* height: 330px; */
    margin-left: 20px;
    margin-right: 20px;
}
.menu2-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    /* width: 80%; */
}
.item2-no {
    display: contents;
    color: rgb(136, 84, 49);
    padding-bottom: 0px; 
}
.item2-size {
    font-size: 13px;
    display: contents;
}
.menu2-items h3 {
    font-family: AAA;
    margin-right: 30%;
    font-size: 25px;
    padding: 15px;
    display: flex;
    /* justify-content: space-between; */
    color:rgb(255, 255, 255);
}
.item2-info {
    margin: 3px;
    color: rgb(22 22 22 / 50%);
}
.menu2-items span {
    /* margin-left: 15%; */
    position: absolute;
    left: 10%;
}
.menu2-items p {
    font-family: BBB;
    font-size: 18px;
    color: #ffffff;
    text-align: justify;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    direction: rtl;
}

.menu2-item .ServeceWith {
    .menu2-items h3 { padding-bottom: 0;}
    font-family: AAA !important;
    color:rgb(136, 84, 49) !important;
    position: absolute;
    /* margin: 30px 0; */
}
.menu2-items .back, .back-icon {
    font-family: BBB;
    font-size: 20px;
padding-right: 5px;
text-decoration: none;
cursor: pointer;
background-color: white;

}
.menu2-items .back-icon {
direction: ltr;
color: black;
}
#daytime {
    padding: 3rem;
    background-color:#dbf0ff;
    text-align: center;
}
#daytime h2 {
    font-size: 40px;
    color: rgb(14, 22, 37);
    margin: 50px;
    font-family: DDD;

}
.daytime-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    margin: 50px 20px;
}
.daytime-item {
    padding: 10px;
}
.daytime-items h3 {
    font-family: BBB;
    font-size: 20px;
    margin-top: 15px;
}
.daytime-items p {
    font-family: BBB;
    color:  #565454;
    font-size: 14px;
}
.daytime-items i {
  color:   rgb(30, 66, 100);
  margin: 15px;
  font-size: 60px;
}
#vision {
    /* background-color:#dee2e6; */
    text-align: center;
}
#vision h2 {
    font-size: 40px;
    color: rgb(14, 22, 37);
    margin: 50px;
    font-family: DDD;

}
.vision-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    margin: 50px 20px;
}
.vision-items2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    margin: 50px 20px;
}
.vision-item {
    padding: 10px;
}
.vision-items h3 {
    font-family: BBB;
    font-size: 20px;
    margin-top: 15px;
}
.vision-items2 h3 {
    font-family: BBB;
    font-size: 20px;
    margin-top: 15px;
    text-align: end;
}
.vision-items p {
    font-family: BBB;
    color:  #565454;
    font-size: 14px;
}
.vision-items2 p {
    font-family: BBB;
    color:  #565454;
    font-size: 14px;
    text-align: end;
}
.vision-items i {
  color:   rgb(30, 66, 100);
  margin: 15px;
  font-size: 60px;
}
.vision-items2 i {
    color:   rgb(30, 66, 100);
    margin: 15px;
    font-size: 60px;
  }
.vision-box{
    border: #000000 solid 3px;
    border-radius: 10%;
    margin: 30px;
    padding: 0px 30px 30px;
}

#activities{
    background-color:rgb(30 109 133);
    text-align: center;
    padding: 6rem;
    padding-bottom: 0;
}
.activities-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    /* margin: 30px 20px; */
    flex-direction: row-reverse;
}
.activities .onbtn .btn {
    margin-left: 1rem;
    padding: 10px;
}
#activities h2 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    /* margin-bottom: 40px; */
    font-family: DDD;

}
.activities-items p {
    font-family: DDD;
    color:  #feffea;
    font-size: 20px;
    margin: 0 100px 20px 100px;
    text-align: justify;
    line-height: 2em;
    letter-spacing: 0.05em;
    direction: rtl;
}
.activities-items iframe {
  height: 500px;
  width: 500px;
  margin-bottom: 0px;
}
#review {
    background-color: #fff;
    text-align: center;
}
#review h2 {
    font-size: 40px;
    color: rgb(14, 22, 37);
    margin: 50px;
    font-family: DDD;

}
.review-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    /* justify-content: space-evenly;
    align-items: center; */
    /* height: auto;
    margin: 50px 20px;
    direction: rtl; */
}
.review-item {
    width: 495px;
    height: 460px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.review-backgro {
    background-color: aliceblue;
}
.review-items .rev {
    padding: 10px;
}
.review-box {
    padding: 20px;
}
.review-items h3 {
    font-family: AAA;
    font-size: 23px;
    color: #000000;
}
.review-items  h4 {
    font-family: BBB;
    font-size: 17px;
    margin-bottom: 15px;
}
.review-items p {
    font-family: BBB;
    color:  #565454;
    font-size: 12px;
    margin: 15px 50px;
}
.review-items img {
    width: 200px;
    border-radius: 50%;
}
.review-span{
    font-size: 30px;
    color:rgb(5 187 243);
}
#digram {
    background-color: #dee2e6;;
}
.digram-items{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    margin: 30px 20px;
    padding: 100px;
}
.digram-items h3 {
    font-family: BBB;
    font-size: 20px;
    margin-top: 25px;
    direction: rtl;
    align-items: center;
    display: flex;
    justify-content: center;
}
.digram-skill{
    width: 160px;
    height: 150px;
    /* background-color: #838080; */
    position: relative;
}
.digram-outer{
    width: 160px;
    height: 150px;
    border-radius: 50%;
    /* padding: 3px; */
    box-shadow: 6px 6px 10px 1px rgba(0,0,0,0.15),
     -6px 6px 10px -1px rgba(255,255,255,0.7)
}
.digram-inner{
    width: 160px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2), inset -4px 4px 6px 1px rgba(255,255,255,0.7),
    -0.5px -0.5px 0px rgba(255, 255, 255,1), 0.5px 0.5px 0px rgba(0,0,0,0.15),
    0px 12px 10px 10px rgba(0,0,0,0.05);
}
.digram1 .digram2 .digram3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.digram-item{
    display: flex;
    align-items: center;
    justify-content: center; 
}
#number {
    font-weight: 600;
    color: #555;
}
circle {
    fill: none;
    stroke:url(#GradientColor);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
}
.circle1{
    animation: anim1 4s linear forwards;
}
.circle2{
    animation: anim2 4s linear forwards;
}
.circle3{
    animation: anim3 4s linear forwards;   
}
svg {
    position: absolute;
    top: 0;
    left: 0;
}
@keyframes anim1 {
    100%{ stroke-dashoffset: 250;}
}
@keyframes anim2 {
    100%{ stroke-dashoffset: 190;}
}
@keyframes anim3 {
    100%{ stroke-dashoffset: 100;}
}
#gallery {
    background-color: #473f3f;
    padding: 6rem 0 6rem;
}
.g-activ2{
    background-color: #ac2f2f !important;
}
.g-activ3{
    background-color: rgb(30 109 133)!important;
}
.g-activ4{
    background-color: rgb(123 123 123)!important;
}
.g-activ5{
    background-color: #ac2f2f !important;
}
.g-activ6{
    background-color: #473f3f !important;
}
.g-activ7{
    background-color: rgb(30 109 133)!important;
}
.gallary-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.gallary-item {
    overflow: hidden;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; */
}
#gallery .gallary-items img {
    width: 280px;
    height: 190px;
    /* border-radius: 15px; */
    margin: 5px;
    opacity: 0.8;
    transition: all 1.1s;
}
#gallery .gallary-items img:hover {
    opacity: 1;
    transform: scale(1.1);
}

#gallery h2 {
    font-family: DDD;
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
#gallery .more-gall{
    display: table;
    text-align: center;
    margin: auto;
    margin-top: 3rem;
    background-color: #ffffff;
    color: #473f3f;
    border-radius: 25px;
}
#contact {
    padding: 2rem 2rem;
    direction: rtl;
}
#contact .container {
    max-width: 900px;
}
#contact .contact-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#contact .contact-content .contact-info {
    width: 50%;
}
#contact .contact-content .contact-info div {
    margin: 30px 0;
    line-height: 1.7;
}
#contact .contact-content .contact-info h3 {
    font-family: AAA;
    font-size: 28px;
    color: #2d2d2d;
    margin-bottom: 5px;
}
#contact .contact-content .contact-info p {
    font-family: BBB;
    color:  #473f3f;
    
}
#contact .contact-content .contact-info i {
  color:   rgb(30, 66, 100);
  margin-left: 5px;
}
#contact .contact-content .contact-info a i {
    color: #fff;
    background-color: rgb(46 166 204);
    padding: 15px;
    border-radius: 50%;
    font-size: 20px;
}
#contact .contact-content .contact-info a i:hover{
    background: rgb(197, 197, 0); 
    color: #2d2d2d;
}
form {
    width: 50%;
}
form input ,textarea{
    display: block;
    width: 100%;
    padding: 20px 15px;
    margin: 15px 0;
    border: none;
    background-color:antiquewhite ;
}
form .btn {
    background:  rgb(197, 197, 0);
    color: #fff;
    cursor: pointer;
}
form .btn:hover{
    background-color: #473f3f;
}
.map {
    margin-top: 20px;
    border:#870000 5px;
    box-shadow: 0 5px 10px 0px rgb(90, 86, 86) !important;
}
.info-bakbaka{
    display: none;

}
.UP{
    position: fixed;
    bottom: 40px;
    right: 60px;
    font-size: xx-large;
    z-index: 200;
    cursor: pointer;
    transition: 0.2s;
    opacity: 0%;
    background-color: white;
    border-radius: 50%;
    /* border: 5px solid rgb(0, 0, 0); */
}
.showUP {
    opacity: 100%;
}
#footer {
    background: rgb(46 166 204);
    text-align: center;
    color: #fff;
    padding: 15px 5px;
    font-size: 14px;
    
}
#footer a {
    color: #fff;
}

@media (max-width: 675px) {
    header {
        /* width: 93%; */
        /* direction: ltr; */
    }
    .navigation{
        /* display: none; */
    }
    h2{
        font-size: 30px;
    }
    .daytime-items h3 {
        font-size: 15px;
    }
    #daytime h2 {
        font-size: 30px;
    }
        .about-content{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .about-content img {
        width: 100%;
    padding: 0 10px;
    }
    .offers-items {
        flex-wrap: wrap;
    }
    .daytime-items {
        flex-wrap: wrap;
    }
    .menu-items {
        flex-wrap: wrap;
    }
    #about {
    height: auto;
    padding-bottom: 0px;
    padding: 0rem;
    }
    #about .about-content img {
        width: 80%;
    }
    #about h2 , #offers h2{
            margin: auto;
            padding-top: 25px;
            font-size: 30px;
    }
    #about .about-content p {
            margin-left: 0rem;
            direction: rtl;
            text-align: justify;
            /* padding: 0px 20px; */
            }
    .content {
            height: 500px;
    }
    #about .title, #offers .title {
        margin-bottom: 1rem;
}
    #offers {
         height: auto;
    }
    .items {
          margin: 10px 50px;
    }
    .items:hover {
         transform:translateY(0px);
}
.offers-items img {
    width: 250px;
    margin: 20px 10px;
    border-radius: 5%;
}
.items h3 {
    margin: 0px 0px;
}
#contact .contact-content .contact-info div{
    margin: 0 0;
}
#contact .contact-content {
    flex-direction: column;
    flex-wrap: wrap;
    direction: rtl;
}
form {
    width: 100%;
}
#contact .contact-content .contact-info {
    width: 100%;
    margin-bottom: 30px;
}
#gallery .gallary-items img {
    width: 160px;
    height: 130px;
    margin: 5px 5px;
}
#gallery h2 {
    font-size: 30px;
}
.navigation a {
display: block;
color: #fff;
}
.navigation  {
    position: absolute;
    background:rgb(46 166 204);
    height: auto;
    width: 200px;
    top: 0;
    left: -200px;
    text-align: right;
    z-index: 2;
    transition: 1s;
    padding: 20px;
}
.navigation i {
    display: block;
    color: #fff;
    margin: 10px;
    font-size: 30px;
    cursor: pointer;
    padding-bottom: 10px;
}
.navigation i:hover{
    color:rgb(237 205 43);
}
header {
    display: flex;
    justify-content: space-between;
}
header .faa {
    display: block;
    color: rgb(46 166 204);
    padding: 0 20px;
    font-size: 30px;
}
header .faa:hover{
    color:rgb(237 205 43);
}
.navigation a {
    padding: 3px;
}
#menu {
    padding: 6rem 1rem;
}
#menu2 {
    padding: 5rem 1rem;
    padding-top: 2rem;
}
#menu2 .title {
    margin-bottom: 1rem;
}
#menu2 .title h2 {
    font-size: 20px;
}
.menu2-item {
    margin: 5px 0;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.menu2-items h3 {
    padding: 0px 15px;
}
.menu2-item img {
    width: 250px;
    height: 180px;
    margin: 10px;
}
.menu2-item-direc {
    display: flex;
    flex-direction: column;
}
.menu2-item h3 {
    font-size: 14px;
    padding-bottom: 0px;
}
.menu2-item p {
    font-size: 9px;
}
.menu2-items p {
    padding: 0px 20px ;
}
.menu2-item .totle-brise {
    /* width: 0px; */
    margin: 10px 0;
}
.menu2-item .ingredients {
    /* width: 0px; */
}
.menu2-items span {
    /* margin-left: 15%; */
    /* position: absolute; */
    left: 5px;
}
.menu2-items .back, .back-icon {
    font-size: 13px;
}
#menu .title h2 {
    font-size: 30px;
}
.map-iframe {
width: 300px;
height: 300px;
}
.slide-text h5 {
    font-size: 18px;
}
.slide-text p {
    font-size: 12px;
}
.online-items {
    flex-direction: column;
}
.online-items iframe {
    height: 150px;
}
.online-foto{
    width: 80%;
}
.online-items h2 {
    font-size: 30px;
}
#activities {
    padding: 2rem;
}
.activities-items iframe {
    height: 150px;
}
.activities-items {
    flex-direction: column;
}
#review h2 {
    font-size: 30px
}
/* #activities .container{
    padding: 0;

} */
/* .activities-container{
    padding: 0;
} */
#activities h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.activities-items p {
    font-size: 15px;
    margin: 20px 0px 0px 0px;
    letter-spacing: 0.01em;
}
.activities-button{
    margin: 20px ;
}
#contact {
    padding: 2rem 1rem;
}
.feedback-item {
    width: 395px;
}
.vision-box {
    margin: 0px;
    padding: 0px 20px 30px;
}
.vision-item {
    padding: 10px 0px;
}
#digram {
    padding: 0rem;
}
}

/* @media (max-width: 410px) {
    .primary-text{
        display: none;
    }
    .primary-text2{
        display: inline;
    }
} */

@media (min-width:675px)  and (max-width: 1180px) {
    .navigation a {
        color: #716565;
    }
    .slide-text h5 {
        font-size: 35px;
    }
    .slide-text p {
        font-size: 15px;
    }
    .about-content{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .about-text {
        text-align: justify;
    }
    #about {
    height: auto;
    padding: 0rem;
    padding-bottom: 2rem;
    }
    #about .about-content img {
        width: 450px;
        float: left;
        padding: 0 10px;
    }
    #about h2 , #offers h2{
            margin: auto;
            padding-top: 25px;
    }
    #about .about-content p {
            margin-left: 0rem;
            direction: rtl;
            text-align: justify;
            padding: 0px;
    }
   #about .title, #offers .title {
        margin-bottom: 1rem;
}
.online-items iframe {
    height: 250px;
}
#activities {
    padding: 4rem 0rem 0rem;
}
#activities h2 {
    margin-bottom: 0;
}
.activities-items p {
    margin: 0 50px 50px 50px;
    font-size: 15px;
}
.offers-items img {
    width: 250px;
    margin-top: 20px;
    border-radius: 40%;
}
#menu2 {
    padding: 5rem 1rem;
    padding-top: 8rem;
}
.menu2-item h3 {
    font-size: 20px;
}
.menu2-item p {
    font-size: 13px;
}
.menu2-item img {
    width: 250px;
}
.map-iframe {
    width: 400px;
    height: 300px;
    }
    #gallery .gallary-items img {
        width: 200px;
        height: 160px;
    }


}





