@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");
@charset "UTF-8";
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: all 0.2s linear;
}

p {
  margin-bottom: 0 !important;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}
html::-webkit-scrollbar {
  width: 1rem;
}
html::-webkit-scrollbar-track {
  background: #111;
}
html::-webkit-scrollbar-thumb {
  background: rgb(237, 225, 87);
}

body {
  background: #111;
  overflow-x: hidden;
}

section {
  padding: 3rem 9%;
}

.heading {
  text-align: center;
  margin-bottom: 2rem;
}
.heading span {
  color: rgb(237, 225, 87);
  font-size: 2rem;
}
.heading h1 {
  font-size: 4rem;
  color: #fff;
}

.btns {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: rgb(237, 225, 87);
  border: 0.2rem solid rgb(242, 0, 255);
  border-radius: 5rem;
  cursor: pointer;
  background: none;
}
.btns:hover {
  background: rgb(237, 225, 87);
  color: rgb(242, 0, 255);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 9%;
}
.header .navbar a {
  font-size: 1.7rem;
  color: #fff;
  display: inline-block;
  margin: 0 1rem;
}
.header .navbar a:hover {
  color: rgb(237, 225, 87);
}
.header .btn {
  margin-top: 0;
}

.logo {
  font-size: 2.5rem;
  font-weight: bolder;
  display: flex;
  align-items: center;
  color: transparent;
  -webkit-text-stroke: 0.15rem rgb(242, 0, 255);
}
.head-logo {
  font-size: 2.5rem;
  font-weight: bolder;
  display: none;
  align-items: center;
  /*color: transparent;*/
  /*-webkit-text-stroke: 0.15rem rgb(242, 0, 255);*/
}
.head-logo img {
  height: 4rem;
  margin-right: 1rem;
}

#menu-btn {
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  display: none;
}

.home {
  margin: 0 auto;
  margin-top: 9rem;
  width: 90%;
  border-radius: 1rem;
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)), url(../image/home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  min-height: 80vh;
  align-items: center;
  justify-content: center;
  padding-bottom: 5rem;
}
.home .content {
  text-align: center;
}
.home .content span {
  display: inline-block;
}
.home .content span .s,
.home .content span .ni {
  font-weight: bolder;
  color: #fff;
  font-size: 6vw;
}
.home .content span .s {
  -webkit-text-stroke: 0.25rem rgb(242, 0, 255);
}
.home .content span .ni {
  -webkit-text-stroke: 0.25rem rgb(237, 225, 87);
}
.home .content h3 {
  font-size: 4vw;
  color: #fff;
}
.home .content p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2rem;
}

.book-form {
  width: 80%;
  margin: 1rem auto;
  margin-top: -5rem;
  background: #222;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.3);
  padding: 3rem 2rem;
}
.book-form form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.book-form form .inputBox {
  flex: 1 1 25rem;
}
.book-form form .inputBox span {
  font-size: 1.4rem;
  color: #fff;
}
.book-form form .inputBox input {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border-radius: 5rem;
  border: 0.2rem solid rgb(242, 0, 255);
  font-size: 1.6rem;
  color: #fff;
  text-transform: none;
  background: none;
  margin-top: 1rem;
}
.book-form form .btn {
  flex: 1 1 15rem;
  text-align: center;
}

.about {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
}
.about .video-container {
  flex: 1 1 30rem;
  display: flex;
  justify-content: center;
}
.about .video-container video {
  border-radius: 1rem;
  width: 50%;
}
.about .video-container .controls {
  text-align: center;
  padding: 2rem 0;
}
.about .video-container .controls span {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin: 0.7rem;
}
.about .video-container .controls span:hover {
  background: rgb(237, 225, 87);
}
.about .content {
  flex: 1 1 42rem;
  margin-bottom: 5rem;
}
.about .content span {
  color: rgb(237, 225, 87);
  font-size: 2rem;
}
.about .content h3 {
  color: #fff;
  font-size: 4rem;
  margin-top: 0.5rem;
}
.about .content p {
  padding: 1rem 0 !important;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2rem;
}

.destination .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}
.destination .box-container .box {
  border-radius: 1rem;
  overflow: hidden;
  background: #222;
}
.destination .box-container .box:hover img {
  transform: scale(1.1);
}
.destination .box-container .box .image {
  overflow: hidden;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
}
.destination .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.destination .box-container .box .content {
  padding: 2rem;
  text-align: center;
}
.destination .box-container .box .content h3 {
  font-size: 2rem;
  color: #fff;
}
.destination .box-container .box .content p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2rem;
}
.destination .box-container .box .content a {
  font-size: 1.7rem;
  color: rgb(237, 225, 87);
}
.destination .box-container .box .content a:hover {
  color: rgb(242, 0, 255);
}
.destination .box-container .box .content a:hover .read-icon {
  margin-left: 1rem;
}

.services .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}
.services .box-container .box {
  background: #222;
  border-radius: 1rem;
  padding: 3rem;
  text-align: center;
  border: 0.2rem solid #111;
}
.services .box-container .box:hover {
  border: 0.2rem solid rgb(242, 0, 255);
}
.services .box-container .box img {
  height: 20rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.services .box-container .box h3 {
  font-size: 2rem;
  color: #fff;
}
.services .box-container .box p {
  padding: 1rem 0 !important;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2rem;
}

.galery .box-container {
  -moz-columns: 3 25rem;
       columns: 3 25rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.galery .box-container .box {
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.galery .box-container .box img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.galery .box-container .box span {
  font-size: 1.4rem;
  color: #fff;
}
.galery .box-container .box h3 {
  margin-top: 0.5rem;
  font-size: 2rem;
  color: #fff;
}

.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.review .content span {
  display: block;
  font-size: 2rem;
  color: rgb(237, 225, 87);
  text-align: center;
}
.review .content h3 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.review .content p {
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem 0 !important;
}
.review .box-container .box {
  border-radius: 1rem;
  padding: 2rem;
  background: #222;
  border: 0.2rem solid #111;
}
.review .box-container .box:hover {
  border: 0.2rem solid rgb(242, 0, 255);
}
.review .box-container .box p {
  font-size: 1.4rem;
  padding-bottom: 1rem !important;
  line-height: 2;
  color: #fff;
}
.review .box-container .box .user {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.review .box-container .box .user img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}
.review .box-container .box .user h3 {
  font-size: 1.7rem;
  color: #fff;
}
.review .box-container .box .user span {
  color: #fff;
  font-size: 1.5rem;
}

.blogs .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}
.blogs .box-container .box {
  border-radius: 1rem;
  background: #222;
  overflow: hidden;
}
.blogs .box-container .box:hover .image img {
  transform: scale(1.1);
}
.blogs .box-container .box .image {
  height: 25rem;
  overflow: hidden;
  width: 100%;
}
.blogs .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs .box-container .box .content {
  padding: 2rem;
}
.blogs .box-container .box .content .title {
  font-size: 2rem;
  color: #fff;
}
.blogs .box-container .box .content p {
  padding: 1rem 0 !important;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2rem;
}
.blogs .box-container .box .content .link {
  font-size: 1.5rem;
  color: #fff;
}
.blogs .box-container .box .content .link:hover {
  color: rgb(237, 225, 87);
}
.blogs .box-container .box .content .link:hover .read-icon {
  margin-left: 0.7rem;
}
.blogs .box-container .box .content .icon {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogs .box-container .box .content .icon a {
  font-size: 1.4rem;
  color: #fff;
}
.blogs .box-container .box .content .icon a:hover {
  color: rgb(237, 225, 87);
}
.blogs .box-container .box .content .icon a .blog-icon {
  font-size: 1.5rem;
  padding-right: 0.5rem !important;
  color: rgb(237, 225, 87) !important;
}

.banner {
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)), url(../image/madina.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2rem 2rem;
  height: 80vh;
  background-attachment: fixed;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .content span {
  font-size: 2rem;
  color: rgb(237, 225, 87);
}
.banner .content h3 {
  font-size: 2.5rem;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.banner .content p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2rem;
}

.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem;
}
.footer .box-container .box {
  padding: 1rem 0;
}
.footer .box-container .box .logo {
  padding-bottom: 1rem;
  font-size: 2rem;
  color: transparent;
  -webkit-text-stroke: 0.15rem rgb(242, 0, 255);
}
.footer .box-container .box .logo img {
  height: 5rem;
}
.footer .box-container .box h3 {
  font-size: 2.2rem;
  color: #fff;
  padding: 1rem 0;
}
.footer .box-container .box p,
.footer .box-container .box a {
  font-size: 1.2rem;
  color: #fff;
  padding: 1rem 0;
  line-height: 2rem;
}
.footer .box-container .box p .contact-icon,
.footer .box-container .box a .contact-icon {
  padding-right: 0.5rem;
  color: rgb(237, 225, 87);
  font-size: 1.7rem;
}
.footer .box-container .box h6 {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  text-align: left;
  margin: 1rem 0;
}
.footer .box-container .box h6 .icon-bagi {
  margin-left: 1rem;
}
.footer .box-container .box .ikuti {
  margin: 1rem 0;
}
.footer .box-container .box .share {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer .box-container .box .share a,
.footer .box-container .box .share .copylink {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  border: 0.2rem solid rgb(242, 0, 255);
  color: rgb(237, 225, 87);
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.footer .box-container .box .share a .share-icon,
.footer .box-container .box .share .copylink .share-icon {
  font-size: 2rem;
}
.footer .box-container .box .share a:hover,
.footer .box-container .box .share .copylink:hover {
  background: rgb(237, 225, 87);
}
.footer .box-container .box .share a:hover .share-icon,
.footer .box-container .box .share .copylink:hover .share-icon {
  color: rgb(242, 0, 255);
}
.footer .box-container .box .share a span,
.footer .box-container .box .share .copylink span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .box-container .box .links {
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem 0;
  display: block;
}
.footer .box-container .box .links .link-icon {
  margin-right: 0.5rem;
  color: rgb(237, 225, 87);
}
.footer .box-container .box .links:hover .link-icon {
  color: rgb(237, 225, 87);
  margin-right: 1rem;
}
.footer .box-container .box form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .box-container .box form .email {
  width: 95%;
  margin-right: 0.5rem;
  font-size: 1rem;
  border-radius: 5rem;
  border: 0.2rem solid rgb(242, 0, 255);
  background: none;
  text-transform: none;
  color: #fff;
  padding: 1.2rem;
}
.footer .box-container .box form .btn {
  margin-top: 0;
  padding: 0.7rem 2rem;
}

.credit {
  background: #222;
  text-align: center;
  font-size: 1.5rem;
  padding: 2.5rem 1rem;
  color: #fff;
  margin-bottom: 5rem;
}
.credit span {
  color: rgb(237, 225, 87);
  text-transform: uppercase;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  display: block;
  height: 5rem;
  width: 100%;
  background: rgb(242, 0, 255);
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header {
    padding: 1.5rem 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }
  .head-logo{
      display:flex !important;
      flex-direction: column;
      font-size: 1rem;
      font-weight: bolder;
      /*display: none;*/
      align-items: center;
      color: white !important;
      /*-webkit-text-stroke: 0.15rem rgb(255, 255, 255) !important;*/
  }
  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #222;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .navbar a {
    margin: 2rem;
    font-size: 2rem;
    display: block;
  }
  .home {
    margin-top: 10rem;
  }
  .home .content span {
    font-size: 7vw;
  }
  .home .content h3 {
    font-size: 3vw;
  }
  .galery .box-container {
    -moz-columns: 2 20rem;
         columns: 2 20rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .galery .box-container .box {
    margin-bottom: 1rem;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .galery .box-container .box img {
    width: 100%;
    height: 20rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
  }
  .galery .box-container .box span {
    font-size: 1.4rem;
    color: #fff;
  }
  .galery .box-container .box h3 {
    margin-top: 0.5rem;
    font-size: 2rem;
    color: #fff;
  }
  .about .video-container video {
    border-radius: 1rem;
    width: 100%;
  }
  .destination p {
      font-size:1.2rem;
  }
  .destination .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)) !important;
  gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .destination .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)) !important;
  gap: 1rem;
  }
  .destination .box-container .box .image {
  overflow: hidden;
  width: 100%;
  padding: 1rem 1rem;
  display: flex;
  justify-content: center;
}
  .about .content h3 {
    font-size: 3.5rem;
  }
  .banner .content h3 {
    font-size: 1.5rem;
  }
  .galery .box-container {
    -moz-columns: 2 20rem;
         columns: 2 20rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .galery .box-container .box {
    margin-bottom: 1rem;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .galery .box-container .box img {
    width: 100%;
    height: 20rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
  }
  .galery .box-container .box span {
    font-size: 1.4rem;
    color: #fff;
  }
  .galery .box-container .box h3 {
    margin-top: 0.5rem;
    font-size: 2rem;
    color: #fff;
  }
}/*# sourceMappingURL=index.css.map */