.landing {
  color: white;
  margin: auto;
  text-align: center;
  height: 69%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing h2 {
  margin-bottom: 25px;
  font-weight: 600;
}
.landing .landing-content h3 {
  margin-bottom: 70px;
  font-weight: 400;
}
.landing .landing-content a {
  border: 2px solid white;
  border-radius: 10px;
  padding: 15px 47px;
  font-size: 20px;
  font-weight: 600;
  color: white;
}
.landing .landing-content a:hover {
  color: black !important;

  background-color: white;
}
.about-us {
  margin-top: 100px;
  margin-bottom: 100px;
}
.about-us .row {
  align-items: center;
  justify-content: space-between;
}
.about-us .about-content {
  margin-left: 60px;
  display: flex;
  flex-direction: column;

}
.about-us .about-content h1 {
  margin-bottom: 35px;
}
.about-us .about-content h2 {
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 60px;
}
.about-us .about-content a {
  color: white !important;
  background-color: black;
  border: 2px solid;
  border-radius: 10px;
  padding: 15px 52px;
  font-size: 20px;
  font-weight: 600;
  width: 200px;
  margin-top: 20px;
  text-align: center;
}
.about-us .about-content a:hover {
  color: black !important;
  background-color: white;
  border: 2px solid black;
}
.about-us .row .col-5 {
  display: flex;
  justify-content: end;
  text-align: start;
}
.about-img-container {
  position: relative;
  padding-left: 50px;
  width: fit-content;
  margin-right: auto;
}

.about-img-container .big-image {
  width: 470px;
  height: 570px;
  padding: 20px 20px 40px;
  background-color: #e9e9e97e;
  transform: rotate(4deg);
  transition: 0.3s;
}
.about-img-container .big-image img,
.about-img-container .small-image img {
  width: 100%;
  height: 100%;
}
.about-img-container .big-image:hover,
.about-img-container .small-image:hover {
  transform: scale(1.2);
}
.about-img-container .small-image {
  width: 270px;
  height: 320px;
  padding: 20px 20px 40px;
  background-color: #e9e9e97e;
  position: absolute;
  bottom: -100px;
  transform: rotate(-0.5deg);
  transition: 0.3s;
}

/* study-intrefaces-carousel */
.study-intrefaces-carousel {
  margin: 200px 0 100px;
}
.study-intrefaces-carousel .study-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.study-intrefaces-carousel .study-header a{
    color: black;
    font-size: 32px;
}
.study-intrefaces-carousel h1 {
  margin-bottom: 50px;
}
.study-intrefaces-carousel .owl-carousel {
  direction: ltr;
}
.study-intrefaces-carousel .item {
  height: 410px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.study-intrefaces-carousel .item .item-text {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 50px;
  color: white;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.study-intrefaces-carousel .item .study-img,
.study-intrefaces-carousel .item img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.study-intrefaces-carousel .item .study-img {
  filter: brightness(0.7);
}

.study-intrefaces-carousel .owl-carousel .owl-nav button {
  background-color: var(--color-2);
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
}
.owl-theme .owl-nav [class*='owl-']:hover{
    background: var(--color-2);
    color: var(--color1);
}
.study-intrefaces-carousel .owl-carousel .owl-nav button:first-child {
  left: -35px;
}
.study-intrefaces-carousel .owl-carousel .owl-nav button:last-child {
  right: -35px;
}
.study-intrefaces-carousel .owl-carousel .owl-nav span {
  font-size: 55px;
  color: var(--color1);
}
/* ======= */
/* our-services */
.our-services {
  position: relative;
}
.our-services .services-img {
  position: absolute;
  top: 0;
  height: 330px;
  width: 100%;
  z-index: -1;
}
.our-services .services-img img {
  filter: brightness(0.3);
  width: 100%;
  height: 100%;
}
.our-services .services-text {
  padding-top: 70px;
}
.our-services .services-text h2,
.our-services .owl-carousel .item .item-text p {
  color: var(--color1);
}
.our-services .services-text h3 {
  color: white;
}
.our-services .owl-carousel {
  direction: ltr;
}
.our-services .owl-carousel .owl-stage {
  padding-top: 70px;
}
.our-services .item {
  height: 210px;
  position: relative;
  border-radius: 12px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.our-services .item {
  transition: all 0.3s linear;
}
.our-services .item .item-img img,
.our-services .item .item-text p {
  transition: filter 0.3s ease-in-out;
}
.our-services .item:hover img,
.our-services .item:hover p {
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(0deg) invert(12%)
    brightness(95%);
}
.our-services .item:hover {
  transform: translateY(-40px);
  background-color: var(--color1);
}
.our-services .owl-carousel .item .item-img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.our-services .owl-carousel .item .item-img img {
  width: 100%;
  height: 100%;
}
.our-services .owl-carousel .item .item-text {
  color: white;
  text-align: center;
}
.our-services .owl-carousel .owl-dots {
  display: block !important;
  margin-top: 50px !important;
}

/*Tourist-destinations-carousel  */

.Tourist-destinations-carousel {
  margin: 100px 0 100px;
}
.Tourist-destinations-carousel h1 {
  margin-bottom: 50px;
}
.Tourist-destinations-carousel .owl-carousel {
  direction: ltr;
}
.Tourist-destinations-carousel .item {
  height: 410px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.Tourist-destinations-carousel .item-text {
  position: absolute;
  padding: 0 40px 0 0;
  bottom: 20px;
  color: white;
  z-index: 10;
  width: 100%;
  text-align: end;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.study-intrefaces-carousel .item:hover img,
.Tourist-destinations-carousel .item:hover img {
  transform: scale(1.2) rotate(4deg);
}
.Tourist-destinations-carousel .item-text h3 {
  font-weight: bold;
}
.Tourist-destinations-carousel .item-text ul {
  display: flex;
  margin: 8px;
  align-items: center;
  justify-content: end;
  gap: 3px;
}
.Tourist-destinations-carousel .item-text ul li i {
  color: #ffcc47;
  font-size: 13px;

}
.Tourist-destinations-carousel .item-text p span {
  font-size: 20px !important;
  font-weight: bold;
  color: #ffcc47;
}

.Tourist-destinations-carousel .item .Tourist-img,
.Tourist-destinations-carousel .item img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.Tourist-destinations-carousel .item .Tourist-img {
  filter: brightness(0.7);
}
.study-intrefaces-carousel .owl-carousel .owl-dots,
.Tourist-destinations-carousel .owl-carousel .owl-dots {
  display: none !important;
}
.Tourist-destinations-carousel .owl-carousel .owl-nav.disabled,
.study-intrefaces-carousel .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.Tourist-destinations-carousel .owl-carousel .owl-nav button {
  background-color: var(--color-2);
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
}
.Tourist-destinations-carousel .owl-carousel .owl-nav button:first-child {
  left: -35px;
}
.Tourist-destinations-carousel .owl-carousel .owl-nav button:last-child {
  right: -35px;
}
.Tourist-destinations-carousel .owl-carousel .owl-nav span {
  font-size: 55px;
  color: var(--color1);
}


.tourist-header{
    display: flex;
    align-items: top;
    justify-content: space-between;
}
.tourist-header a{
    color: white;
    font-size: 32px;
    background-color: var(--color-2);
    padding: 8px  12px;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
}

/* comments */
.comments {
  direction: ltr;
  margin-bottom: 70px;
}

.comments .item {
  height: 280px;
  margin: 10px;
  display: flex;
  padding: 20px;
  align-items: center;
  background-color: white;
  color: #5f5f5f;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); /* Shadow settings */
}
.comments .item .item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 40px;
    width: 100%;
}
.comments .main-container h1{
    text-align: end;
}
.comments .item p {
  font-size: 16px;
}
.comments .item ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  gap: 3px;
}
.comments .item .item-text ul li i {
  color: #ffcc47;
}
.comments .item .item-text p {
  margin: 0;
  position: relative;
}

.comments .item .item-text p:first-child:before {
    position: absolute;
    left: -10px;
    top: -25px;
    content:url(../images/Quotation\ marks.png);

}

.comments .item .item-text  p:first-child:after {
    position: absolute;
    right: -10px;
    bottom: -25px;
    content: url(../images/Quotation\ marks.png);
    transform: rotate(180deg);
}

.comments .item p:last-child {
  color: black;
  font-weight: 600;
}
.comments .owl-carousel .center .item {
  color: var(--color1);
  background-color: var(--color-2);
}
.comments .owl-carousel .center .item p {
  color: var(--color1);
}

/* ======== */
/* about-us-page */
.about-us-page{
  margin: 100px 0;
  direction: ltr;
}
.about-us-page .about-us-gallary{
  position: relative;
  transform: rotate(-.5deg);
}

.about-us-page .about-us-gallary .col-6:last-child{
  margin-top: 70px;
}
.about-us-page .about-us-gallary .gallary-img{
  width: 100%;
  height: 320px;
  padding: 15px 15px 30px;
  background-color: #e9e9e991;
  margin-bottom: 30px;
  transition: .4s;
  overflow: hidden;
}
.about-us-page .about-us-gallary .gallary-img:hover img{
  transform: scale(1.2) rotate(-4deg);

}
.about-us-page .about-us-gallary .gallary-img img{
  width: 100%;
  height: 100%;
  transition: .4s;
}
.about-us-page .about-us-gallary .moon-img {
  position: absolute;
    width: 200px; /* Adjust as needed */
    height: 200px; /* Adjust as needed */
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden; /* Hide overflow to keep the background contained */
    text-align: center;
}
.about-us-page .about-us-gallary .moon-img::before {
  content: ''; /* Create an empty pseudo-element */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../images/white-world.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%); /* Center the pseudo-element */
  transition: transform 1s ease; /* Smooth transition for rotation */
}
.about-us-page .about-us-gallary .moon-img:hover::before {
  transform: translate(-50%, -50%) rotate(360deg); /* Rotate only the background image */
}

.about-us-page .about-us-gallary .moon-text {
  position: relative; /* Position text relative to the rotating parent */
  z-index: 1; /* Ensure it stays above the rotating background */
}
.about-us-page .about-us-gallary .moon-img img{
  width: fit-content;
  height:fit-content;

}
/*  */
.about-us-page .about-us-gallary .moon-text h3{
  font-weight:bold;
}
.about-us-page .about-us-gallary .moon-text h3{
  font-weight:500;
}
.about-us-page .about-us-text{
  display: flex;
  flex-direction: column;
  gap: 40px;
  line-height: 1.6;
  direction: rtl;
}

.about-us-page .about-us-text h2{
  font-weight: 800;
  color: var(--text-color);
  line-height: 1.6;
  font-size: 24px;
}
.about-us-page .about-us-text ul{
  flex-direction: column;
}
.about-us-page .about-us-text ul li{
  font-weight: 500;
  color: var(--text-color);
  font-size: 22px;
  line-height: 2.1;
  list-style: disc !important;
  display: list-item;
  margin-right: 26px;

}
/* contact page  */
.contact-page{
  position: relative;
  padding: 200px 0;
}
.contact-page .contact-cover{
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  bottom: 0;

}
.contact-page .contact-form{
  width: 80%;
  margin: auto;
  padding: 80px 50px;
  background-color: white !important;
  z-index: 1;
  border-radius: 24px;
  height: auto;
  box-shadow: 2px 2px 26px rgba(0, 0, 0, 0.3);
  line-height: 1.8;


}
.contact-form .col-lg-6 p{
  color: var(--text-color) ;
}
.contact-page .contact-form ul li a{
  color: black !important;

}
.contact-page .contact-form ul li a h5{
  line-height: 1.6;
}
.contact-page .contact-cover img{
  width: 100%;
  height: 100%;
}
.contact-page .contact-form form{
  display: flex;
  flex-direction: column;
}
.contact-page .contact-form form input
{
  width: 100%;
  height: 64px;
  border-radius: 12px;
  margin-bottom: 15px;
  border: 1px solid #CFCFCF;
  outline: none !important;
  transition: box-shadow 0.3s ease;
  padding: 0 20px 0 10px;
}
.contact-page .contact-form form input:focus,
.contact-page .contact-form form textarea:focus
{
  border:1px solid var(--color1) !important;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}
.contact-page .contact-form form textarea{
  width: 100%;
  height: 151px;
  outline: none !important;
  border: 1px solid #CFCFCF;

  transition: box-shadow 0.3s ease;
  border-radius: 12px;
  padding: 10px 20px 10px;
  resize: none;
}
.contact-page .contact-form form button{
  width: 187px;
  height: 62px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color1);
  border-radius: 12px;
  margin: auto;
  background-color: var(--color-2);
  margin-top: 20px;
  transition: .4s;
  border: none;

}
.contact-page .contact-form form button:hover{
  transform: scale(.9);
}
.contact-form ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form ul li a{
  display: flex;
  direction: ltr;
  align-items: center;
  gap: 8px;
}
.contact-form ul li a i{
  width: 28px;
  height: 28px;
  padding: 20px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: .3s;
}
.contact-form ul li a i:hover{
  background-color: var(--color-2);
  color: var(--color1);
  transform: rotate(360deg);

}
.contact-form .row .col-lg-6:first-child{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* ========== */

/* our services page */
.our-services-page .services{
  width: 70%;
  margin: 150px auto;
}
.our-services-page .services .order{
  width: 187px;
  height: 62px;
  color: var(--color1);
  background-color: var(--color-2);
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;

}
.our-services-page .services .order:hover{
  background-color: var(--color1);
  color: var(--color-2);
}
.our-services-page .services .row{
  row-gap: 20px;
}
.our-services-page .services .service-card{
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  gap: 20px;
  transition:  .3s linear;

}
.our-services-page .services .service-card:hover{
  background-color: var(--color-2);
}
.our-services-page .services .service-card:hover img,
.our-services-page .services .service-card:hover p  {

  filter: none;
  color: var(--color1);
}
.our-services-page .services .service-card:hover{
  transform: translateY(-40px);
  box-shadow: 0 2px 12px var(--color1);
  box-shadow: 2px 6px 30px #5f5f5f
}
.our-services-page .service-card img,
.our-services-page .service-card p {
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(0deg) invert(12%)
    brightness(95%);
    text-align: center;

}
.our-services-page .service-card p{
  font-weight: bold;
}
.our-services .service-card .services-card-img{
  width: 70px;
  height: 70px;
}
.our-services .service-card .services-card-img{
  width: 100%;
  height: 100%;
}



/*========= */
/* start study-english-page */
.study-offers-page .studing .main-container,
.summer-camp-page .camping .main-container,
.study-english-page .studing .main-container{
  margin: 70px auto ;
}
.camping .row,
.studing .row{
  justify-content: space-between;
  direction: ltr;
}

.study-english-page .studing .studing-img,
.study-offers-page .studing .studing-img{
  width: 400px;
  height: 540px;
  padding: 25px 25px 60px ;
  background-color: #e9e9e991;
  margin-right: auto;
  overflow: hidden;

}
.summer-camp-page .camping .camping-img:hover img,
.study-english-page .studing .studing-img:hover img,
.study-offers-page .studing .studing-img:hover img{
  transform: scale(1.2) rotate(2deg);

}
.camping .camping-img img,
.studing .studing-img img{
  width: 100%;
  height: 100%;
  transition: .4s;
}
.summer-camp-page .camping-text,
.study-english-page .studing-text,
.study-offers-page .studing-text{
  margin-top: 50px;
  direction: rtl;
}
.summer-camp-page .camping h2,
.study-english-page .studing h2,
.study-offers-page .studing h2{
  color: var(--color-2);
  font-weight: 700;
  margin-bottom: 30px;
}

.summer-camp-page .camping-text {
    position: relative;
}

.summer-camp-page .camping-text p  strong {
    color: black;
    font-size: 20px;
    font-weight: 500;
}


.summer-camp-page .camping-text p{
    color: var(--text-color) !important;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.summer-camp-page .camping-text p:first-of-type strong
{
    color: var(--text-color) !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.2;

}
.summer-camp-page .camping-text p:first-of-type{
    margin-bottom: 30px;
}


.summer-camp-page .camping h5,
.study-english-page .studing h5{
  color: var(--text-color);
  font-weight: 400;
  line-height: 2.5;
}
.study-intrefaces-carousel.studing,
.study-intrefaces-carousel.visa{
  margin-top: 70px;
}

.summer-camp-page .camping .camping-img{
  width: 500px;
  height: 535px;
  padding: 30px 30px 80px ;
  background-color: #e9e9e991;
  margin-right: auto;
  overflow: hidden;
}
.summer-camp-page .camping-text h5{
  font-weight: 600;
  line-height: 2;
}
.summer-camp-page .camping-text span{
  color: black;
}
.summer-camp-page .col-lg-7.col-md-12,
.study-english-page .col-lg-7.col-md-12{
  position: relative;
}
.summer-camp-page .study-cover-img,
.study-english-page .study-cover-img{
  width: 70%;
  height: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.summer-camp-page .study-cover-img img,
.study-english-page .study-cover-img img{
  width: 100%;
  height: 100%;
  opacity: 1;
}
/* study offers page */
.study-offers-page  .studing-text ul{
  flex-direction: column;
}
.study-offers-page  .studing-text ul li{
  font-weight: 500;
  color: var(--text-color);
  font-size: 22px;
  line-height: 2.1;
  list-style: disc !important;
  display: list-item;
  margin-right: 20px;

}
.modal-body .service__order__form{
  width: auto;
  position: relative;
  box-shadow: none;
}
.modal-body .service__order__form button:first-child{
  position: absolute;
  right: 10px;
  top: 10px;
}
.input-error{
    width: 100%;
}

.mainbutton{
    background-color: var(--color-2);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    transition: 0.5s;
}

.mainbutton:hover{
 transform: scale(0.9);
}


.study-english-page .studing h5{
    margin-bottom: 50px;
    width: 95%;
}


.hotel__reservation__img .study-changes:nth-child(2) {
    left: unset !important;

    }
