@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  text-align: right;
}

a{
  color: #fff;
}
a:hover{
  color: #fff;
  text-decoration: none;
}

.navs{
  padding: 10px;
  transition: 0.5s;
}

.middle-nav-sm{
  display: none;
}


.navs:hover{
  background-color: #ffffff3d;
  border-radius: 15px;
  transform: scale(1.1);
}

.first-home{
  height: 90vh;
  background: linear-gradient(to right, #e67d4086 20%, #90e77e8c 92%), url('../img/12.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0;
}

.joy-home{
  background: linear-gradient(to right, #e67d4086 20%, #90e77e8c 92%), url('../img/background.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
}

.card-home{
  height: 90vh;
  background: linear-gradient(to right, #e67d4050 20%, #8fe77e60 92%), url('../img/home.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0;
}

.home-text{
  font-size: 60px; 
  color: #fff; 
  text-align: center;
}

.card-offer{
  width: 16rem; 
  border-radius: 25px; 
  margin-bottom: 20px; 
  background-color: #83bbf7;
}

.card-body-service{
  padding: 0.25rem;
}

.card-body-small{
    display: none;
}

.card-img-top{
    height: 212px;
    border-radius: 25px;
}

.card-joy{
  width: 345px;
  margin-bottom: 2rem;
  border-radius: 20px;
  transition: 0.5s;
  cursor: pointer;
}




.card-joy:hover{
  transform: scale(1.05);
}

.card-hotel{
    width: 18rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    transition: 0.5s;
}

		
.hotel-home{
  height: 90vh;
  background: linear-gradient(to right, #e67d4050 20%, #8fe77e60 92%), url('../img/hotelhome.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0;
}

.card-joy-img{
  height: 100%;
  max-width: 100%;
  border-radius: 0 20px 20px 0;
}

.card-text{
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.card-more-btn{
  width: 100%;
  margin-top: 15px;
  border-radius: 0 0 0 20px;
  cursor: pointer;
  background-color: #faaf18;
}



@media only screen and (min-width: 1200px) {
    .card-offer{
        width: 18rem;
    }
}

@media only screen and (max-width: 992px) {
    .joy-container{
       padding: 0;
    }
}


@media only screen and (max-width: 767px) {
  .navs{
      font-size: 0.75rem;
  }
  .card-offer{
    width: 10rem;
    height: 10rem;
  }
  .card-body-service{
    padding: 5px;
  }
  .card-img-top{
    height: 8rem;
  }
  .card-text-service{
    display: none;
  }
  .card-body-small{
    display: block;
  }

  .joy-container{
    justify-content: center !important;
  }

  .joy-home-text{
    font-size: 45px !important;
  }

  .img-ditels{
    width: 200px;
  }
  }

  @media only screen and (max-width: 576px) {
    .right-container{
      border-radius: 25px 0 0 25px !important;
    }
}

.tooggle a .navs{
  margin-top: 18px;
  border-bottom: 1px solid;
}

.middle-nav-sm{
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .middle-nav-lg{
    display: none !important;
  }
  .middle-nav-sm{
    display: flex !important;
  }
}