@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300&family=Cairo:wght@300&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Almarai', sans-serif;
  font-family: 'Cairo', sans-serif;
  text-align: right;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style: none;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* Utility Classes */
.btn {
  display: inline-block;
  padding: 15px 30px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
}

.btn-primary {
  border: 1px solid #fff;
}

.btn-secondary,
.btn-third:hover {
  background: #383848;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-third {
  background: #e4b95b;
}

.primary-text {
  color: #e4b95b;
}

/* Header Start */
header {
  height: 100vh;
  background: url("./img/خلفية.jpg") center center/cover no-repeat;
  position: relative;
}

#navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
}

#navbar img {
  width: 80px;
  margin-left: 100px;
}

nav ul {
  display: flex;
  margin-right: 100px;
}

nav ul li a {
  padding: 15px 20px;
  font-weight: 600;
}

nav ul li a:hover {
  border-bottom: 2px solid #e4b95b;
}

header .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 75%;
}

header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.6);
}

header .content h1 {
  font-size: 40px;
  color: #fff;
}

header .content p {
  color: #fff;
  margin: 20px 0 40px;
}

header * {
  z-index: 10;
}

.socialitem{
  color:aqua;
}
/* Header End */

/* About Start */
#about {
  height: 80vh;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about .title,
#offers .title {
  text-align: center;
  margin-bottom: 4rem;
}

#about h2,
#offers h2{
  font-size: 40px;
  margin-bottom: 20px;
}

#about h2 {
  color: #383848;
}

#about .title p {
  font-weight: 600;
  font-size: 14px;
  color: #9a9a9a;
}

.content p{
  text-align: center;
}

#about .about-content {
  display: flex;
  justify-content: space-between;
}

#about .about-content p {
  margin-right: 7rem;
  line-height: 2;
  color: #656565;
  font-weight:bold;
}

#about img {
  width: 370px;
  height: 300px;
  padding-bottom: 10px;
}

#about .about-content a {
  margin-top: 2rem;
}
/* About End */

/* Offers Section start */
#offers {
  height: 210vh;
  background: url("./img/offer-background.jpg") center center/cover fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item-card{
  padding: 10px;
  width: 400px;
  align-items: center;
}

#offers .offers-items {
  display: inline;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

#offers .offers-items img {
  width: 450px;
  height: 150;
}

#offers .offers-items h3 {
  font-size: 25px;
  color: #fff;
  margin: 15px 0;
}

#gallery .container .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Offers Section end */

/* Gallery section start */
#gallery {
  background: url("./img/offer-background.jpg") center center/cover;
  padding: 8rem 0 6rem;
}
#gallery h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

#gallery .img-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#gallery .img-gallery img {
  margin: 20px;
  width: 280px;
  height: 200px;
  border-radius: 15px;
  opacity: 0.8;
}

#gallery .img-gallery img:hover {
  opacity: 1;
}
/* Gallery section end */

/* ex Section Start */
.content{
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.photog{
  background-color: aliceblue;
  text-align: center;
}

.b-cards{
  background-color: #ffffff;
  border: 1px solid black;
  min-height: 14em;
  width: 23em;
  overflow: hidden;
  border-radius: 10px;
  margin: 20px;
  transition: 0.7s ease;

}

.b-cards:hover{
  transform: scale(1.1);
}

.b-cards:hover .imge{
  opacity: 0.9;
}
.imge img{
  width: 100%;
}
.info{
  padding: 1em;
  float: right;
}
.infocg{
  font-size: 1em;
  color: black;
}
.infoti{
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 10px;

}
.mo{
  text-decoration: none;
  color: #3a6cf4;
}
.mo:hover{
  color: #601cfc;
}
/* ex Section end */

/*  Contact Section start  */
.title{
  display: flex;
  justify-content: center;
  color: #3a6cf4;
  font-size: 2.2em;
  font-weight: 800;
  margin-bottom: 30px;

}
.b-card{
  background-color: #ffffff;
  width: 21.25em;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 15%);
  border-radius: 10px;
  padding: 25px;
  margin: 15px;
  transition: 0.7s ease;
}
.b-card:hover{
  transform: scale(1.1);
}
.icon{
  color: #3a6cf4;
  font-size: 8em;
  text-align: center;
}
.infocon{
  text-align: center;
}
.infocon h3{
  color:#3a6cf4;
  font-size: 1.2em;
  font-weight: 700;
  margin: 10px;
  

}
.infocon p{
  font-size: 1.5em;
}
.cardco{
  background-color:azure;
}
.acti{
  justify-content: center;
  align-items: center;
  text-align: center;
  color:#3a6cf4;
  font-size: 2.21em;
  font-weight: 700;
  margin: 10px;
}
/* Contact Section end */

/* a-khdamia Start */

.acti{
  justify-content: center;
  align-items: center;
  text-align: center;
  color:#3a6cf4;
  font-size: 2.21em;
  font-weight: 700;
  margin: 10px;
}

.mmmm{
  justify-content: center;
  align-items: center;
  font-family: "Roboto",sans-serif;
  background-color: #32a0c2;
  color:black;
  border-width: 2.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #2c3e50;
  border-radius: 15px;
  padding: 25px;
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 20px;
  text-align: center;
}
/* a-khdamia Start */

/* Footer Start */
#footer {
  background-color: #383848;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
}
/* Footer End */

/* Responsiveness */
/* Medium Screen + Tablet */
@media (max-width: 1000px) {
  #navbar img {
    margin-left: 20px;
  }

  nav ul {
    margin-right: 20px;
  }

  nav ul li a {
    padding: 10px;
  }

  header .content h1 {
    font-size: 28px;
  }

  #about {
    height: auto;
    padding: 4rem 2rem;
  }

  #about .about-content p {
    margin-right: 2rem;
  }

  #about img {
    width: 250px;
  }

  #offers .offers-items img {
    width: 150px;
  }

  #offers .offers-items h3 {
    font-size: 18px;
  }

  #menu .menu-items {
    display: block;
  }

  #contact .contact-content {
    flex-direction: column;
  }

  /* Mobile Devices */
  @media (max-width: 600px) {
    #navbar {
      flex-direction: column;
    }

    #navbar img {
      margin-bottom: 20px;
    }

    header .content h1 {
      font-size: 18px;
    }

    header .content p {
      font-size: 14px;
    }

    #about .about-content {
      flex-direction: column;
    }

    #about .about-content a {
      margin: 2rem 0;
    }

    #about img {
      display: none;
    }

    #offers {
      height: auto;
      padding: 30px 10px;
    }

    #offers .offers-items {
      flex-direction: column;
    }

    #menu .menu-items .menu-item {
      margin: 20px 10px;
    }

    #daytime .daytime-items {
      display: block;
      height: auto;
      padding: 30px 0;
    }

    #daytime .daytime-items .daytime-item {
      margin-top: 20px;
    }

    #contact .contact-info,
    form {
      width: 80%;
    }
  }
}
