@font-face {
  font-family: myfont;
  src: url('MrsSaintDelafield.ttf');
}

.container {
  max-width: 1137px;
}

.container-fluid {
  width: 95%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #06293a;
  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 9999;
}

.preloader .spinners {
  width: 100px;
  height: 100px;
  border: 2px solid white;
  border-left: transparent;
  border-radius: 50%;
  animation: loader 2s infinite;
}

@keyframes loader {
  100% {
    transform: rotate(360deg);
  }
}

.main {
  position: relative;
  height: 100vh;
  max-height: 880px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  position: fixed;
  transition: 0.5s ease-in-out, color 0.3s ease-in-out;
}

.header.scrolled {
  background-color: #062a3c;
}

.header-1.scrolled .logo-1 a {
  color: #fff !important;
}

.header-1.scrolled .header-icons i {
  color: #fff !important;
}

.header-1.scrolled .header-icons h2 {
  color: #fff !important;
}

.header-1.scrolled .btn-1 span {
  background-color: #fff !important;
}

.header-1.scrolled .logo-1 {
  border-bottom: none !important;
}

.header-1.scrolled .searchForm1 {
  border-bottom: 1px solid white !important;
  /* background-color: transparent !important; */
}

.header-1.scrolled .searchForm1 input {
  color: #fff !important;
}

.header .brandlogo {
  font-family: 'Libre Baskerville', serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 10px;
}

.header h2{
  font-family: 'Rubik', 'sans-serif';
  font-weight: 500;
  font-size: 22px;
}

.logo {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.logo a {
  padding-left: 10px;
}

.logo a,
.header-icons {
  margin-top: 20px;
  margin-bottom: 10px;
}

.logo h2 {
  margin-bottom: 10px;
}
.logo-1  h2{
  margin-bottom: 0;
	 letter-spacing: 3px;
}
.header-icons i {
  font-size: 25px;
}

.btn span {
  background-color: white;
}
.btn i{
  transform: rotate(90deg); 
}
.header-icons {
  justify-content: end;
}
.logo h2{
  text-decoration: none;
  /* color: #fff !important; */
}
.header-icons .btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  border: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;

}

.header-icons .btn span {
  width: 32px;
  height: 2px;
  position: static;
  transition: 0.3s;
}


.btn.is-active span:nth-child(1) {
  transform: rotate(-48deg) translate(-7px, 5px);
}

.btn.is-active span:nth-child(2) {
  transform: rotate(48deg);
}

.btn.is-active span:nth-child(3) {
  opacity: 0;
}

.searchForm {
  display: none;
  border-bottom: 1px solid white !important;
}

.searchForm input {
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
  color: #fff !important;
  ;
  /*   border: 1px solid black !important; */
}

.searchForm1 {
  border-bottom: 1px solid black !important;
}

.searchForm1 input {
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
  color: #000000 !important;
  ;
  /* border: 1px solid black !important; */
}

@media screen and (max-width:991px) {
  .header-icons .searchForm {
    position: absolute;
    top: 75px;
    left: 33px;
    right: 18px;
  }

  .header-1.scrolled .searchForm1 {
    border-bottom: 1px solid black !important;
    /* background-color: transparent !important; */
  }

  .header-1.scrolled .searchForm1 input {
    color: #000000 !important;
  }

  .header-1.scrolled .searchForm1 .fas1 {
    color: #000000 !important;
  }

  .header .brandlogo {
/*     margin-top: 40px; */
  }
}

@media (max-width:376px) {
  .btn.is-active span:nth-child(1) {
    transform: rotate(-48deg) translate(-6px, 5px);
  }

}

.menu {
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(212, 211, 211, 0.80);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: 0.3s;
  display: none;
  padding-top: 7rem;
}

.menu.is-active {
  display: flex;
}

.menu_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  font-family: 'Rubik', sans-serif;
}

.menu_list a {
  font-family: 'Noto Kufi Arabic', sans-serif;
  text-decoration: none;
  line-height: 2em;
  position: relative;
  display: inline-flex;
  font-weight: 600;
  font-size: 1.5em;
  color: #000000;
  transition: 0.3s;
  /* width: 280px; */
  
  padding: 5px 10px;
  padding-left: 60px;
  margin-right: 50px;

}

.menu_list a:hover {
  background-color: #fff;
  color: #000000;

}

.menu_list a::before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: -20px;
  transform: translateX(-10px);
  color: white;
  opacity: 0;
  transition: 0.5s;
}

.menu_list a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.mySwiper.swiper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.mySwiper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  background: rgb(10, 7, 1);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  z-index: 2;
}

.mySwiper .swiper-pagination {
  left: 7rem;
  top: 50%;
	width: 40%;
}

.mySwiper .swiper-pagination-bullet {
  font-family: 'Noto Sans', sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 600;
  width: fit-content;
  height: fit-content;
  background-color: transparent;
  opacity: 1;
  transition: 0.5s;
  position: relative;
}

.mySwiper .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: -107px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: white;
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.5s ease;
}

.mySwiper .swiper-pagination-bullet-active {
  transform: scale(2);
}

.mySwiper .swiper-pagination-bullet-active::before {
  opacity: 1;
  transform: translateX(0);
}

.swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 32%);
  z-index: -1;
}

.slider-main {
  background-size: cover;
  height: 100%;
}

.main-swiper-text-1 img {
  width: 90%;
  margin-bottom: 10px;
}

.main-swiper-text {
  position: relative;
  font-family: 'Noto Kufi Arabic', sans-serif;
  padding: 0px 20px;
  z-index: 146 !important;
  /* margin-left: 570px; */
}



.main-swiper-text p {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 18px;

}

.main-swiper-text h1 {
  width: 100%;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
}

.main-swiper-text button {
  border: 2px solid white;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  padding: 5px 18px;
  /* box-shadow: inset 0 0 0 0px #062a3c;
  transition: 0.5s; */
}

/* .main-swiper-text button:hover{
  box-shadow: inset 0 0 0 30px #062a3c;
 } */
.main-swiper-text a {
   font-family: 'Noto Naskh Arabic', sans-serif;
  text-decoration: none;
  color: #fff;
}

.slider-container {
  background-color: #fff;
  max-height: 643px;
  margin-bottom: 10px;
}

.latest-destination h1 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 30px;
  margin-top: 20px;
}

.slider-container .swiper-destination {
  display: flex;
}

.swiper-slide-destination {
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 3rem;
}

.swiper-cards {
  width: 100%;
  margin: 0%;
}

.swiper-slide-destination img {
  width: 100%;
  height: 15em;
  border-radius: 15px;
  object-fit: cover;
  overflow: hidden;
}

.swiper-pagination-bullet-active {
  background-color: rgb(64, 57, 57);
}

span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.swiper-text h1 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Noto Kufi Arabic', sans-serif;
  margin-top: 20px;
 
}

.card_slide .swiper-slide {
  transition: 0.7s;
  opacity: 0;
}

.card_slide .swiper-slide-active,
.card_slide .swiper-slide-prev,
.card_slide .swiper-slide-next {
  opacity: 1;
}

.wallpaper {
  background-image: url(../images/wallpaper-banner.webp);
  background-size: cover;
  min-height: 760px;
  position: relative;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.wallpaper-slider {
  position: absolute;
  top: 14em;
  width: 100%;
  right: 0%;
  left: 0%;
  z-index: 1;
}

.wallpaper-images {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.wallpaper-images img {
  width: 25%;
  object-fit: cover;
  border-radius: 15px;
  height: 480px;

}

.wallpaper-text {
  position: absolute;
  top: 10%;
  z-index: 2;
  margin-left: 450px;
}

@media (max-width:1176px) {
  .wallpaper-text {
    margin-left: 280px;
  }
}
@media (max-width:1028px) {
  .wallpaper-text {
    margin-left: 250px;
  }
 
}

@media (max-width:964px) {
  .wallpaper-text {
    margin-left: 170px;
  }
}

@media (max-width:850px) {
  .wallpaper-text {
    margin-left: 50px;
  }
}

@media (max-width:576px) {
  .wallpaper-text {
    margin-left: 0px;
  }
  
}

.wallpaper h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  color: white;
  font-family: 'Noto Naskh Arabic', sans-serif;
}

.wallpaper h1 {
  margin-bottom: 30px;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 500;
  font-size: 110px;
  text-transform: uppercase;
  -webkit-text-stroke: 2px white;
  color: transparent;
}

.wallpaper button {
  position: relative;
  border: 2px solid white;
  background-color: transparent;
  padding: 5px 18px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
/* 	margin-bottom:20px; */
}

.wallpaper a {
  font-family: 'Noto Naskh Arabic', sans-serif;
  text-decoration: none;
  color: #fff;
}

@media (max-width:991px) {
  .wallpaper-images img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .wallpaper-images img {
    height: 300px;
  }
}

@media (max-width:576px) {
  .wallpaper-images img {
    height: 200px;
  }

  .travel-tips .myrow {
    gap: 0rem !important;
  }

   .menu_list a {    
    padding: 5px 10px;
    padding-left: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (max-width:321px) {
  .swiper-slide-destination img {
    height: 12em;
  }

  .wallpaper-images {
    gap: 16px;
  }

  .wallpaper-images img {
    width: 30%;
    height: 150px;
    border-radius: 10px;
  }

  .wallpaper-slider {
    top: 11.5em;
  }

  .wallpaper-text {
/*     top: 14%; */
  }

  .wallpaper h3 {
    margin-bottom: 0px;
  }

  .wallpaper h1 {
    margin-bottom: 0px;
  }

}

.travel-tips .myrow {
  display: flex;
  gap: 2rem;
}

.myrow {
  text-decoration: none;
}

.travel-tips .mycol-1 {
  width: 75%;
}

.travel-tips .mycol-2 {
  width: 25%;
}

@media (max-width: 768px) {
  .travel-tips .myrow {
    flex-direction: column;
  }

  .travel-tips .mycol-1 {
    width: 100%;
  }

  .travel-tips .mycol-2 {
    width: 50%;
  }
}

.travel-tips {
  background-color: #062a3c;
  padding: 6rem 0;
  font-family: 'Rubik', sans-serif;
  max-height: 1380px;
}

.travel-content {
  font-weight: 600;
  font-size: 18px;
}

.travel-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.travel-tips img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}


.travel-content1 p {
  font-weight: 700;
  font-size: 18px;
}

.travel-content1 img {
  width: 100%;
  height: 200px;
}

.trips-container {
  max-height: 1330px;
  position: relative;
  padding: 3rem 0;
}

.trips_slide {
  margin-top: -3rem;
}

.trips_slide .swiper-pagination {
  bottom: auto;
  top: 0;
}

.trips_slide .swiper-slide {
  transition: 0.7s;
  opacity: 0;
  align-items: normal;
}

.trips_slide .swiper-slide-active,
.trips_slide .swiper-slide-prev,
.trips_slide .swiper-slide-next {
  opacity: 1;
}

.trips_slide .swiper-slide {
  margin-top: 40px;
  flex-direction: column;

}

.trips_slide .swiper-slide {
  overflow: hidden;
}

.trips_slide .swiper-slide img {
  width: 100%;
  height: 15em !important;
  border-radius: 15px;
  object-fit: cover;
  align-items: start;

}

.trip-text {
  text-align: start;
  padding: 0%;
  width: 100%;
}

.trip-text p {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
}

.trip-text button {
  border: 2px solid #06293a;
  background-color: transparent;
  padding: 5px 18px;
  text-transform: uppercase;
  font-weight: 450;
  font-size: 22px;
  margin-bottom: 40px;
}

.trip-text a {
  font-family: 'Noto Kufi Arabic', sans-serif;
  text-decoration: none;
  color: #06293a;
}

.trip-with-us {
  border-bottom: 3px solid #b1afaf;
}

.trips-text h1 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 500;
  font-size: 110px;
  text-transform: uppercase;
  -webkit-text-stroke: 2px black;
  color: #fff;
  margin-bottom: 20px;
}

.trip-with-us button {
  padding: 5px 90px;
  border: 2px solid #a0bcca;
  background-color: rgb(171, 225, 244);
  margin-bottom: 40px;
}

.trip-with-us a {
  text-decoration: none;
  color: #06293a;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 321px) {
  .trips_slide .swiper-slide img {
    height: 12em;
  }
}

.swiper-container {
  position: relative;
  padding: 0 15px;
  /* margin-top: 40px; */
  max-height: 650px;
}

.swiper-collection {
  height: 21em;
  display: flex;
}

.swiper-slide-collection {
  height: 290px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}

.swiper-slide-collection img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-text h2 {
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
}

.collection-text h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 120px;
  text-transform: uppercase;
  -webkit-text-stroke: 2px black;
  color: #fff;
}

.collection-text button {
  border: 2px solid black;
  /* width: 310px; */
  padding: 2px 25px;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 8px;
}

.collection-text button a {
  font-family: 'Rubik', sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}


.print_slide .swiper-slide {
  transition: 0.7s;
  opacity: 0;
}

.print_slide .swiper-slide-active,
.print_slide .swiper-slide-prev,
.print_slide .swiper-slide-next {
  opacity: 1;
}

.testimonial-container {
  background-color: rgb(248, 246, 245);
  position: relative;
  padding: 3rem 0;
  
}

.testimonial-container .swiper-testimonial {
 height: 300px;
/* max-height: 550px; */
}

.testimonial-heading h1 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 25px;
}

.swiper-slide-testimonial {
  flex-direction: column;
  overflow: hidden;
  font-family: 'Rubik', sans-serif;

}

.swiper-slide-testimonial p {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 18px;
  font-weight: 400;

}

.swiper-slide-testimonial h2 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 20px;
}

.testimonial-container .swiper-pagination {
  bottom: 0%;
}

.testimonial_slide .swiper-slide {
  transition: 0.7s;
  opacity: 0;
}

.testimonial_slide .swiper-slide-active,
.testimonial_slide .swiper-slide-prev,
.testimonial_slide .swiper-slide-next {
  opacity: 1;
}

@media (max-width:576px) {
  .swiper-testimonial {
    height: 350px !important;
  }
}

.supporters-container {
  margin: 0 auto;
  position: relative;
}

.supporters-container .swiper-supporters {
  height: 250px;
  max-height: 500px;
}

.swiper-slide-supporters {
  flex-direction: column;
  overflow: hidden;
}

.supporters_slide {
  max-height: 230px;
}

.supporters-cards {
  width: 100%;
}

.supporters-cards img {
  width: 50%;
    max-height: 200px;
}



.supporters-heading h1 {
  text-transform: uppercase;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 25px;
}

@media (max-width:576px) {
  .supporters-cards img {
    width: 50% !important;
  }

  .supporters_slide {
    height: 160px !important;
  }
}


/* .supporters_slide .swiper-slide{
  transition: 0.7s;
  opacity: 0;
  }
  .supporters_slide .swiper-slide-active,.supporters_slide .swiper-slide-prev,.supporters_slide .swiper-slide-next{
    opacity: 1;
    } */
.bottom-main {
  background: rgb(10, 7, 1);
  background: linear-gradient(0deg,
      rgba(10, 7, 1, 1) 6%,
      rgba(6, 41, 58, 1) 24%);
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}

.contact {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.newsletter {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-section {
  background-color: #fff;
  border-radius: 15px;
  z-index: 2;
  width: 100%;
  align-items: center;
  gap: 40px;
}

.index {
  z-index: 2;
}

.bottom-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form input {
  /* width: 250px; */
  border: 1px solid black !important;
  border-radius: 0%;
  box-shadow: none !important;
}

.form .form-control::placeholder {
  color: #000000;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

form.form {
  flex: 1;
}

.form p {
  margin: 0px !important;
}

.text h2 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.form h4 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.form button {
  border: none;
  margin-top: 10px;
  background-color: #fff;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-align: start !important;

}

.footer {
  margin-top: 30px;
  border-top: 3px solid #b1afaf;
  position: relative;
  max-height: 1550px;
}

.footer-logo a {
  font-family: 'Libre Baskerville', serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 10px;
 /* text-align: end !important; */
}

.footer-explore {
  width: 40%;
  margin-top: 10px;
 margin-left: 300px;
}
@media (max-width:1100px) {
  .footer-explore {
    margin-left: 200px;
  }
}
@media (max-width:991px) {
  .footer-explore {
    margin-left: 150px;
  }
}
@media (max-width:767px) {
  .footer-logo{
/*     text-align:start !important; */
  }
.footer-explore {
   margin-left: 80px;
  }
  .copyright{
/*     text-align: start !important; */
  }
}
.copyright p {
  /* position: absolute; */
  /* bottom: 8%; */
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.follow li {
  list-style: none;
}

.follow a {
  text-decoration: none;
  color: white;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.follow li:nth-child(5) {
  margin-top: 35px;
  /* display: flex; */
}


.follow-me {
  /* margin-right: 32px; */
  margin-left: 5px;
  text-decoration: none;
  color: #fff !important;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.follow-meon i {
  color: #fff;
  font-size: 20px;
  /* margin: 3px; */
}



/* Mobile styles */
@media (max-width:576px) {}

@media (max-width:1200px) {
  .trip-with-us button {
    /* padding: 5px 35px; */
    font-size: 50px;
    width: 100%;
    display: inline-block;
  }

  .trip-with-us a {
    font-size: 50px;
  }
}

@media (max-width:991px) {
  .main-swiper-text p {
    font-size: 15px;
  }

  .main-swiper-text h1 {
    font-size: 24px;
  }

  .main-swiper-text button {
    font-size: 17px;
  }

  .menu_list a {
    line-height: 1.7em;
    font-weight: 600;
    font-size: 1.3em;
  }

  .trips-text h1 {
    font-size: 90px;
  }

  .trip-with-us button {
    padding: 2px 20px;
  }

  .trip-with-us a {
    font-size: 40px;
  }

  .collection-text h2 {
    font-size: 23px;
    font-weight: 500;
  }

  .collection-text h1 {
    font-size: 105px;
  }

  .collection-text button {
    padding: 2px 25px;
  }

  .collection-text button a {
    font-size: 20px;
    font-weight: 500;
  }

  .testimonial-heading h1 {
    font-size: 22px;
  }

  .swiper-slide-testimonial p {
    font-size: 16px;
    font-weight: 400;
  }

  .swiper-slide-testimonial h2 {
    font-size: 18px;
  }

  .footer-logo a {
    font-size: 15px;
    letter-spacing: 5px;
  }

  .footer-explore {
    width: 50%;
    margin-top: 10px;
  }

  .copyright p {
    /* bottom: 8%; */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
  }

  .follow a {
    font-size: 12px;
    font-weight: 400;
  }

  .follow-me {
    /* margin-left: 35px; */
    font-size: 12px;
    font-weight: 400;
  }

  .follow-meon i {
    font-size: 12px;
  }
}



/* .follow li:nth-child(5) {
  margin-top: 35px;
} */







@media (max-width:767px) {

  .main-swiper-text p {
    font-size: 12px;
  }

  .main-swiper-text h1 {
    font-size: 22px;
  }

  .main-swiper-text button {
    font-size: 14px;
  }

  .header .brandlogo {
    font-size: 12px;
    letter-spacing: 10px;
  }

  .header-icons i {
    font-size: 16px;
  }

  .btn span {
    width: 25px;
    /* height: 2px; */
  }

  .header h2 {
    font-weight: 400;
	  font-size: 20px;
  }

  .menu_list a {
    line-height: 1.5em;
    font-weight: 600;
    font-size: 1.2em;
  }

  .mySwiper .swiper-pagination {
    right: 5rem;
  }

  .wallpaper {
    min-height: 550px;

  }

  .wallpaper-text h1 {
    font-size: 48px;
    font-weight: 500;
    -webkit-text-stroke: 1px white;
    margin-bottom: 10px;
  }

  .wallpaper h3 {
    font-size: 32px;
    font-weight: 400;
  }

  .wallpaper button {
    font-size: 22px;
    padding: 3px 5px;
  }

  .trips-text h1 {
    font-size: 70px;
  }

  .travel-tips {
    padding: 5rem 0;
  }

  .trip-with-us button {
    padding: 5px 35px;
    line-height: 0;
    padding-bottom: 11px;
  }

  .trip-with-us a {
    font-size: 30px;
  }

  .collection-text {
    text-align: center;
    margin-bottom: 15px;
  }

  .collection-text h1 {
    font-size: 80px;
  }

  .supporters-container .swiper-supporters {
    height: 280px;
  }

  .supporters_slide {
    height: 250px;
  }

  .supporters-cards {
    width: 100%;
  }

  .swiper-slide-supporters img {
    width: 100%;
  }

  .supporters-heading h1 {
    font-size: 22px;
  }

  .footer-logo a {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .footer-explore {
    width: 45%;
    margin-top: 10px;
  }

  .copyright p {
    font-size: 10px;
    font-weight: 400;
  }

  .follow-me {
    /* margin-left: 343px; */
    font-size: 12px;
    font-weight: 400;
  }

  .follow-meon i {
    font-size: 12px;
  }
	.order-1{
    margin: 0% !important;
  }
  .order-4{
    margin: 0% !important;
  }
}


@media (max-width:576px) {
  .menu {
    height: 100vh;
  }

  .main-swiper-text p {
    font-size: 13px;
  }

  .main-swiper-text h1 {
    font-size: 17px;
  }

  .main-swiper-text button {
    font-size: 12px;
  }

  .header .brandlogo {
    font-size: 10px;
    letter-spacing: 5px;
  }

  .header-icons i {
    font-size: 10px;
  }

  .btn span {
    width: 17px;
  }

  .header h2 {
    font-weight: 300;
	  font-size: 16px;
  }

  .mySwiper .swiper-pagination {
    display: none;
  }

  

  .wallpaper {
    min-height: 450px;
  }

  .wallpaper h3 {
    font-size: 20px;
    font-weight: 400;
  }

  .wallpaper button {
    font-size: 18px;
    border: 2px solid white;
    padding: 3px 5px;
  }

  .trips_slide .swiper-pagination {
    /* display: none; */
  }

  .trips-text h1 {
    font-size: 55px;
    margin-bottom: 60px;
    text-align: center;
  }

  .travel-tips .mycol-1 {
    width: 100%;
  }

  .travel-tips .mycol-2 {
    width: 100%;
  }

  .travel-tips img {
    height: 200px;
  }

  .trip-text button {
    font-size: 16px;
  }

  .trip-with-us button {
    /* padding: 5px 35px; */
    line-height: 0.3;
    /* padding-bottom: 15px; */
    padding: 0px 2px 10px 2px !important;
  }

  .trip-with-us a {
    font-size: 20px;
  }

  .collection-text h2 {
    font-size: 17px;
  }

  .collection-text h1 {
    font-size: 50px;
  }

  .collection-text button a {
    font-size: 15px;
    font-weight: 500;
  }

  .testimonial-container .swiper-testimonial {
    height: 290px;
  }

  .testimonial-heading h1 {
    font-size: 18px;
  }

  .swiper-slide-testimonial p {
    font-size: 14px;
    font-weight: 400;
  }

  .swiper-slide-testimonial h2 {
    font-size: 16px;
  }

  .text h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 16px;
  }

  .form h4 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 11px;
  }

  .form button {
    border: none;
    margin-top: 10px;
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 14px;
  }

  .footer-logo a {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .footer-explore {
    width: 60%;
    margin-bottom: 5px;
    /* margin-top: 10px; */
  }

  .copyright p {
    font-size: 12px;
  }

  .follow a {
    font-size: 11px;
  }

  .follow-me {
    /* margin-left: 343px; */
    font-size: 16px;
  }

  .follow-meon i {
    font-size: 14px;
  }

  .follow ul {
    padding: 0% !important;
  }

  .follow-me {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .follow-meon{
/*     text-align: start !important; */
  }
}

@media (max-width:377px) {
  .header .brandlogo {
    font-size: 8px;
  }

  .header-icons h2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .btn span {
    width: 18px !important;
    height: 1px !important;

  }

  .trip-with-us a {
    font-size: 18px;
  }
}

@media (max-width:321px) {
  .header .brandlogo {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .header-icons i {
    font-size: 13px;
  }

  .btn span {
    /* width: 11px !important; */
  }

  .trip-with-us button {
    /* padding: 5px 35px; */
    line-height: 0.2;
    /* padding-bottom: 15px; */
    padding: 0px 2px 10px 2px !important;
  }

  .wallpaper {
    min-height: 360px;
  }

  .travel-tips .mycol-1 {
    width: 100%;
  }

  .travel-tips .mycol-2 {
    width: 100%;
  }

  .travel-tips img {
    height: 200px;
  }

  .trip-with-us a {
    font-size: 17px;
  }

  .testimonial-container {
    padding: 1rem 0;
  }

  .testimonial-container .swiper-testimonial {
    height: 320px;
  }
}


/* About */

.header-1 span {
  background-color: #000000;
}

.btn-1.is-active span {
  background-color: #000000;
}

.logo-1 {
  border-bottom: 1px solid #000000;
}

.about-main {
  padding-top: 100px;
  padding-bottom: 20px;
}

.about-image img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.about-me {
  padding: 2rem 0;
}

.about-heading h1 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 50px;
  margin-bottom: 30px;
}

.countries-text h1 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 70px;
  font-weight: 500;
  color: #BC7F66;
}

.countries-text h3 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 27px;
  font-weight: 600;
  color: #3A6175;
}

.para p {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 22px;
  font-weight: normal;
  /* font-weight: 500; */
}

.about-bottom {
  padding-bottom: 70px;
}

.bottom-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width:991px) {
  .about-heading h1 {
    font-size: 40px;
  }

  .countries-text h1 {
    font-size: 50px;
  }

  .countries-text h3 {
    font-size: 26px;
  }
}

@media (max-width:767px) {
  .bottom-image img {
    height: 500px;
    padding: 15px;
    border-radius: 30px;
  }

}


/* Destinations */
.destination-content {
  padding: 3rem 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.desti-heading {
  padding-top: 100px;
  padding-bottom: 50px;
}

.desti-heading h1 {
  font-size: 45px;
  color: #243544;
}

.asia {
  border-bottom: 1px solid #000000;
}

.asia h1 {
  color: #243544;
}

.asia-content {
  padding-top: 30px;
}

.asia-content img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
}

.asia-text h3 {
  font-size: 22px;
  font-weight: 600;
}

.South-america-content {
  padding-bottom: 100px;
}


/* contact */

.contact-imge img {
  /* object-fit: contain !important;
height: 0% !important; */
  /* border-radius: 10px !important; */
}

.contact-me {
  padding: 3rem 0;
  font-family: 'Noto Kufi Arabic', sans-serif;

}

.contact-heading h1 {
  font-size: 45px;
  font-weight: 600;
}

.contact-heading h2 {
  font-size: 40px;
  font-weight: 500;
  padding-top: 10px;
  color: #BC7F66;
}

.contact-heading p {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding-top: 30px;
}

.social-links p {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.social-links a {
  text-decoration: none;
  color: #4E8BC1;
}

.contact-num p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;

}

.contact-num a {
  color: #4E8BC1;
}

@media (max-width:767px) {
  .social-links a {
    font-size: 17px;
  }

  .contact-num a {
    font-size: 17px;
  }
/* 	 .social-links p {
    font-size: 20px;
  } */

  .contact-imge img {
    object-fit: fill !important;
    height: 350px !important;
    border-radius: 10px !important;
  }
}

@media (max-width:576px) {

  .social-links a {
/*     font-size: 16px; */
  }

 

  .contact-me {
    padding: 1.5rem 0;
  }

  .contact-imge img {
    object-fit: fill !important;
    height: 300px !important;
  }
}

@media (max-width:321px) {

  .contact-heading h1 {
    font-size: 28px;
  }

  .contact-heading h2 {
    font-size: 20px;
  }


}


/* Portugal */
.por-main-text {
  padding-top: 20px;
  padding-left: 50px;
}

.por-main-heading h1 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.por-para-text p {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 20px;
  color: #656363;
}

.por-main-text button {
  border: solid 2px #BC7F66;
  padding: 3px 20px;
  background-color: #fff;
}

.por-para-text a {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}

.por-para-text i {
  margin-left: 10px;
}

.portugal-main {
  padding-top: 100px;
}

.portugal-main img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  border-radius: 25px;
}

.portugal-content {
  padding: 2rem 0;
}

.portugal-heading h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 45px;
}

.portugal-heading p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.por-visit-heading h1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 10px;
}

.por-visit-text p {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.por-visit-image img {
  border-radius: 20px;
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.por-visit-image p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #656363;
  padding-top: 10px;
}

.portugal-content img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 20px;
}

.portugal-content p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #656363;
  padding-top: 10px;
}

.what-to-visit {
  padding: 1.5rem 0;
}

.what-to-visit-text h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.what-to-visit-text p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-top: 15px;
}

.southshore p {
  padding-top: 0;
}

.southshore-images img {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  object-fit: cover;
}

.southshore-images p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #656363;
  padding-top: 10px;
}

.Diamond-Beach a {
  color: #4E8BC1;
}

.blue-lagoon-text {
  padding-top: 20px;
}

.blue-lagoon-text .italic {
  font-style: italic;
  font-family: 'Noto Sans', sans-serif;
}

.Northern-Lights-text a {
  color: #4E8BC1;
}

.Northern-Lights-text img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
}

.blog-like {
  padding-top: 40px;
}

.blog-like-text h4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #BC7F66;
  padding-right: 8px;
}

.blog-like-text p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  padding-top: 18px;
  /* padding-right: 80px; */
}

.blog-like-text1 h4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #BC7F66;
  padding-right: 10px;
}

.blog-like-text1 button {

  border: solid 2px #BC7F66;
  padding: 3px 20px;
  background-color: #fff;
}

.blog-like-text1 a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}

.blog-like-text1 i {
  margin-left: 10px;
}

.blog-like-anchor a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #BC7F66;
}

.travel-padd {
  padding: 1.2rem 0;
  background-color: rgb(226, 226, 226);
  border-radius: 20px;
  margin: 2rem 0;
}

.travel-experience .inner-padd {
  padding: 0px 20px;
}

.travel-experience-image img {
  border-radius: 20px;
  width: 80%;
  height: 180px;
  object-fit: cover;
  /* margin-left: 15px; */
}

.travel-experience-text {
  margin-left: -50px;
}

.travel-experience-text h4 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  /* padding-bottom: 10px ; */
}

.travel-experience-text p {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 17px;
  font-weight: 500;
  /* width: 95%; */
}

.travel-experience-text p.txt {
  margin-bottom: 0;
  margin-top: 12px;
}

.travel-experience-text a {
  color: #3896e9;
}


@media (max-width: 992px) {
  .blog-like-text1,
  .blog-like-text{
     justify-content: end;
  }
	.blog-like-text h4{
     margin-right:0px !important;
		padding-right: 0px !important;
		margin-left:5px;
  }
  .blog-like-text1 h4{
display: none;
  }
  .blog-like-text1 button{
    margin: 10px 0;
  }
	.por-main-text button {
    padding: 2px 10px;
  }

  .por-para-text a {
    font-size: 13px;
  }
  .por-main-heading h1{
    font-size: 30px;
  }
}

@media (max-width:1060px) {
  .blog-like-anchor a {
    font-size: 18px;
  }

  .blog-like-text1 h4 {
    font-size: 18px;
  }

  .blog-like-text h4 {
    font-size: 18px;
  }
}

@media (max-width:991px) {

  .travel-experience-text {
    margin-left: 0px;
  }

  .travel-experience-image img {
    width: 100%;
  }

  .blog-like-anchor a {
    font-size: 20px;
  }

  .blog-like-text1 h4 {
    font-size: 20px;
  }

  .blog-like-text h4 {
    font-size: 20px;
  }

  .blog-like-anchor a {
    margin-top: 12px;
  }
}

@media (max-width:767px) {
  .blog-like-text1 h4 {
    text-align: end;
  }

  .travel-experience-image img {
    height: auto;
    margin-bottom: 10px;

  }
}

@media (max-width:576px) {
  .por-main-text {
    padding-top: 0px;
    padding-left: 0px;
  }

  .por-main-text p {
    display: none;
  }

  .about-image img {
    object-fit: fill !important;
    border-radius: 10px !important;
    height: 0% !important;
  }

  .blog-like-anchor a {
    font-size: 14px;
  }

  .blog-like-text1 h4 {
    font-size: 14px;
  }

  .blog-like-text h4 {
    font-size: 14px;
  }

  .blog-like-text1 button {
    padding: 2px 14px;
  }

  .blog-like-text1 a {
    font-size: 14px;
  }

  .blog-like-text p {
    font-size: 14px;
  }
}

/* Travel Tips */
.travel-tip {
  padding-top: 120px;

}

.travel-heading h1 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 45px;
  padding-bottom: 40px;
}
@media (max-width:776px) {
  .travel-heading h1 {   
   font-size: 27px;
  }
}
.travel-cards img {
  width: 100%;
  height: 230px;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 15px;
}

/* .travel-cards p{
  
  
} */
.anchor {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.travel-cards a {
  font-size: 18px;
  color: #000000;
  font-family: 'Noto Naskh Arabic', sans-serif;
}

.travel-cards3 a {
  text-decoration: none;
}

.explore-text {
  padding-top: 100px;
}

.explore-text h4 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 37px;
  font-weight: 500;
  padding-bottom: 10px;
}

.explore-text a {
  font-family: 'Noto Naskh Arabic', sans-serif;
  text-decoration: none;
  color: #656363;
  font-size: 18px;
  font-weight: 500;
}

.explore-section {
  padding-bottom: 40px;
}

.explore-cards {
  position: relative;
  padding-top: 40px;
}

.explore-cards img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}

.explore-cards-text {
  font-family: 'Noto Kufi Arabic', sans-serif;
  position: absolute;
  bottom: 0%;
	right: 10px;
  color: #fff;
  padding: 18px;
  padding-bottom: 60px;

}

.explore-cards-text span {
  font-size: 28px;

}

.explore-cards-text a {
  color: #fff;
  font-size: 15px;
  font-family: 'Noto Naskh Arabic', sans-serif;
}

@media (max-width: 767px) {
  .explore-section .row {
      flex-direction: column-reverse;
  }
}

@media (max-width:767px) {
  .explore-text {
    padding-left: 20px;
  }

  .explore-cards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .travel-cards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .travel-cards img {
    height: 270px;
    margin-top: 10px;
  }

  .explore-cards img {
    height: 270px;
  }
}

@media (max-width:576px) {
  .travel-cards img {
    height: 230px;
  }

  .explore-cards img {
    height: 230px;
  }
}

@media (max-width:321px) {
  .travel-cards {
    padding-left: 0px;
    padding-right: 0px;
  }

  .explore-cards {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Mobile Wallpapers */
.mobile-wallpapers {
  padding-top: 120px;
  padding-bottom: 40px;
}

.wallpaper-heading h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 45px;
}

.wallpaper-para p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}

.wallpaper-para button {
  border-radius: 5px;
  border: 1px solid black;
  background-color: #fff;
  padding: 8px 18px;
  /* width: 200px; */
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #656363;
  text-align: center;

}

/* .wallpaper-para a{
  font-family: 'Noto Sans', sans-serif;
font-size: 13px;
font-weight: 700;
  text-decoration: none;
  color: #656363;
text-align: center;
} */

.wallpaper-content {
  /* position: relative; */
}

.wallpaper-pictures {
  position: relative;
}

.wallpaper-pictures img {
  border-radius: 20px;
  width: 100%;
  height: 550px;
  object-fit: cover;
  cursor: pointer;
}

.wallpaper-likes {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  bottom: 0%;
  color: #fff;
  justify-content: center;
  width: 100%;
  gap: 12px;
}

.wallpaper-button {
  /* padding: 3rem 0; */
}

.wallpaper-button a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}

@media (max-width:767px) {
  .wallpaper-pictures {
    overflow: hidden;
    /* margin: 15px; */
  }

  .wallpaper-para button {
    margin: 5px;
  }
}

@media (max-width:576px) {
  .wallpaper-pictures img {
    height: 270px;
  }
}

/* Trips */
.trips-section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.trips-main-image img {
  border-radius: 20px;
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.trips-heading h1 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.trips-para p {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.trips-para a {
  color: #4E8BC1;
  font-family: 'Noto Naskh Arabic', sans-serif;
}

.trips-pictures {
  padding: 3rem 0;
}

.trips-picture1 {
  padding: 0 0;
  padding-bottom: 40px;
}

.trips-pictures img {
  border-radius: 20px;
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin-bottom: 15px;
}

.trips-pictures-text h3 {
  font-family:  'Noto Kufi Arabic', sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.trips-anchor {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 30px;
  font-weight: 600;
  padding-top: 20px;
  text-decoration: none;
}


.trips-pictures-text .trips-anchor1 {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.trips-pictures-text button {
  border: 2px solid #BC7F66;
  background-color: #fff;
  padding: 3px 16px;
  margin-top: 10px;
}

.trips-pictures-text a {
  text-decoration: none;
  color: #000000;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.trips-pictures-text p {

  color: #000000;
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.trips-form-uppertext p {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.trips-form-uppertext1 p {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.trips-form-uppertext1 span {
  font-weight: 500;
}

.trips-form input {
  border: none;
  box-shadow: none !important;
  padding-left: 0;
}

.first {
  border-bottom: 1px solid #243544;
}

.consultation-form {
  padding-bottom: 70px;
}

.trips-form .form-control::placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #8B8B8B;
}

.consultation-form button {
  border: 2px solid #BC7F66;
  background-color: #fff;
  padding: 3px 22px;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width:767px) {
  .trips-pictures img {
    height: 180px;
  }

  /* .travel-cards img{
    height: 230px !important;
    width: 80% !important;

  } */
}

@media (max-width:576px) {
  .por-main-heading h1 {
/*     font-size: 40px; */
  }

  .portugal-main img {
    object-fit: fill !important;
    border-radius: 10px !important;
    height: 0% !important;
  }
}

@media (max-width:321px) {
  .trips-main-image img {
    border-radius: 10px;
    height: 0%;
    object-fit: contain !important;
  }

  .portugal-main img {
/*     height: 60vh !important; */
  }

  .travel-cards img {
    height: 230px !important;
  }

  .explore-cards img {
    height: 230px !important;
  }

  .uganda-main-image img {
    object-fit: contain !important;
    height: 0% !important;
  }
}

@media (max-width:376px) {
  .trips-form .form-control::placeholder {
    font-size: 18px;
  }
}

/* Uganda */

.uganda-main {
  padding-top: 100px;
  padding-bottom: 60px;
}

.uganda-main-image img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  border-radius: 20px;
}

.uganda-heading h1 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.uganda-para p {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #243544;
}

.uganda-sub-content h4 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: #243544;
  font-size: 22px;
  font-weight: 700;

}

.included-text {
  color: #243544;
  font-family: 'Noto Sans', sans-serif;
}

.included-text h4 {
  font-size: 22px;
  font-weight: 700;
}

.included-text ul {
  padding-left: 16px;
}

.included-text li {
  font-size: 20px;
  font-weight: 500;
}

.note-text li a {
  color: #243544;
  text-decoration: none;
}

.note-text p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.note-text a {
  color: #4E8BC1;
}

.gorilla-traking-padd {
  padding: 1.5rem 0;
  background-color: #BC7F66;
  border-radius: 20px;
  margin: 2rem 0;
}

.gorilla-traking {
  padding: 0px 40px;
  color: #fff;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.gorilla-traking h1 {
  font-size: 30px;
  margin-bottom: 12px;
}

.gorilla-traking h4 {
  font-size: 22px;
  font-weight: 400;
  font-family: 'Noto Naskh Arabic', sans-serif;
}

.gorilla-traking button {
  border: 1px solid #fff;
  background-color: transparent;
  padding: 2px 18px;
}

.gorilla-traking a {
  text-decoration: none;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  font-family: 'Noto Naskh Arabic', sans-serif;
}

.gorilla-traking p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 0%;
  font-family: 'Noto Naskh Arabic', sans-serif;
}

.uganda-bottom img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.uganda-form a {
  text-decoration: none;
  color: #000000;
}

@media (max-width:767px) {
  .uganda-bottom img {
    height: auto;
  }
}

/* Booking received */

.booking-main {
  padding-top: 100px;
  padding-bottom: 60px;
}

.booking-image img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  border-radius: 20px;
}

.booking-text {
  padding-left: 30px;
  margin-bottom: 60px;
}

.booking-heading h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 45px;
  font-weight: 500;
  padding-bottom: 15px;
}

.booking-heading p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 15px;
}

.booking-heading button {
  border: 2px solid #BC7F66;
  background-color: #fff;
  padding: 2px 15px;
}

.booking-heading a {
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}


/* Modal */

.modal-head-button button {
  box-shadow: none !important;
}

.btn-close {
  opacity: 1 !important;
}

.modal-content {
  border-radius: 25px;
}

.modal-bottom {
  gap: 15px;
}

#wallpaperpopup .modal-image img {
  width: 100%;
  height: 650px;
/*   margin-top: -11px; */
}

.modal-button {
  transform: translateY(-0.5rem);
  width: 70%;
  margin: auto;
}

.modal-button button {
  background-color: transparent;
  border: none;
}

.modal-button .but a {
  border: 1px solid #243544;
  padding: 6px 48px;
  text-decoration: none;
  color: #243544;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.modal-button .but-1 a {
  padding: 7px 20px;
  background-color: transparent;
  text-decoration: none;
  color: #fff !important;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-weight: 500;
  background-color: #062a3c;
}

.modal-bottom p {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #243544;
}

.modal-bottom i {
  margin-right: 3px;
}

.bottom-button a {
  border: 1px solid #243544;
  padding: 6px 40px;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  color: #243544;
}

.bottom-button button {
  border: none;
  background: transparent;
}

@media (max-width:991px) {
  #wallpaperpopup .modal-image img {
    height: 700px;

  }

  .modal-button button {
    margin: 10px 0px;
  }
}

@media (max-width:576px) {
  .modal-bottom p {
    display: none;
  }

  .modal-button button {
    margin: 10px 0px;
  }

}

/* kenyaform */
.kenya-form {
  margin-top: 80px;
}

/* Privacy Policy */

.privacy-main {
  padding-top: 120px;
  padding-bottom: 60px;
}

.privacy-main h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 35px;
}

.privacy-main p {
  font-family: 'Noto Sans', sans-serif;
}

.privacy-sub-heading1 a {
  text-decoration: none;
  color: #000000;
}

/* Modal Share */

.modal-share {
  border-radius: 0px !important;
}

.modal-icon {
  position: relative;
}

.modal-icon i {
  font-size: 30px;
  color: black !important;
  margin: 4px;
  padding-top: 10px;
}

.share-url input {
  width: 70%;
  box-shadow: none !important;
  background-color: #fff !important;
}

.share-para p {
  margin: 0%;
  padding-left: 6px;
}

.share-url .btn {
  background-color: rgb(255, 115, 8) !important;
  border: none !important;
}

.modal-icon .fa-facebook {
  color: #4267B2 !important;
}

.modal-icon .fa-linkedin {
  color: #0A66C2 !important;
}

.modal-icon .fa-pinterest {
  color: #c8232c !important;
}

.share-url button:active {
  background: rgb(255, 115, 8);
}

.share-url button:before {
  content: "Copied";
  position: absolute;
  top: 80px;
  /* right: 0px; */
  background-color: rgb(255, 115, 8);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 15px;
  display: none;
}

.share-url button:after {
  content: "";
  position: absolute;
  top: 106px;
  right: 94px;
  width: 10px;
  height: 10px;
  background: rgb(255, 115, 8);
  transform: rotate(45deg);
  display: none;
}

.share-url.active button:before,
.share-url.active button:after {
  display: block;
}

@media (max-width:413px) {
  .share-url input {
    width: 57%;
  }
}

@media (max-width:426px) {
  .share-url button:before {
    top: 80px;

  }

  .share-url button:after {
    /* right: 70px; */
    display: none !important;

  }
}

/* @media (max-width:392px) {
	.share-url button:before{
top: 80px;
}
.share-url button:after{ 
right: 90px;
}
}
@media (max-width:376px) {
	.share-url button:before{
top: 80px;
}
.share-url button:after{ 
right: 90px;
}
}
@media (max-width:321px) {
	.share-url button:before{
top: 80px;
}
.share-url button:after{ 
right: 80px;
}
} */
/* .fas1{
  color: #000000 !important;
} */



// TWITTER HEART
/* .blog-like-text i{
  width: 100px;
  height: 100px;
  background: 
    url("https://cssanimation.rocks") 
    no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
		}
  
  &.is-active {
    transition-duration: 1s;
    background-position: -2800px 0;
  } */


/* .blog-like-text i{
cursor: pointer !important;	
}

#likeHeart {
    cursor: pointer;
}

#likeHeart.is-liked {
    animation: heartBeat 0.8s infinite;
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
} */

/* travel like */
#likeHeart {
  cursor: pointer !important;
  transition: color 0.2s ease-in-out;
  color: #000;
  /* Initial color (black) */
}

#likeHeart.is-liked {
  color: red;
  /* Color when liked (red) */
  animation: pulse 0.8s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}




/* wallpaper like */
/* Define a CSS class for the liked state */
.liked {
  background-color: red;
  /* Change the background color to blue (or your preferred color) */
  color: #fff !important;
  /* Change the text color to white (or your preferred color) */
  transform: scale(1.2);
  /* Add a scaling effect when liked */
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: none !important;
}


@media (max-width:991px) {
  .singlewallpapers {
    justify-content: start !important;
  }
}

@media (max-width:768px) {
  .modal-image img {
/*     padding-left: 7px;
    padding-right: 7px; */
  }
}