* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* #mySection {
  
  background-color: green;
  position: sticky;
  top: 0;
  z-index: 999;
} */

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* NAVBAR */
nav {
  position: absolute;
  /* top: 0px;  */
  z-index: 99;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.411);
  transition: background-color 0.3s ease;
}

nav .container-fluid {
  max-width: 1500px;
}

nav .container-fluid {
  height: 100%;
}
nav .container-fluid .row {
  height: 100%;
}

.nav-right {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.nav-right h5 {
  color: white;
  margin-right: 20px;
  font-weight: 400;
}

.nav-right button {
  font-size: 18px;
  font-weight: 600;
  background-color: #b8b8a0;
  border: 1px solid #b8b8a0;
  color: #fff !important;
  display: inline-block;
  padding: 16px 41px;
  text-transform: capitalize;
  line-height: 16px;
}

.logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.line1 {
  width: 45px;
  height: 2px;
  background: white;
  margin: 10px;
}

.toggleSidebar {
  cursor: pointer;
}

.sidebar {
  position: fixed;
  right: -350px;
  /* hidden to the right */
  top: 0;
  width: 350px;
  height: 100vh;
  background-color: #222;
  color: #fff;
  transition: right 0.3s ease;
  padding: 20px;
  z-index: 999;
}

.sidebar.active {
  right: 0;
  /* slide in */
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li a {
  font-size: 22px;
  text-decoration: none;
  color: #ff7f27;
  display: inline-block;
  margin-bottom: 7px;

  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  color: #b8b8a0;
  font-family: 600;
  text-decoration: underline transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#close {
  font-size: 30px;
  text-align: end;
  cursor: pointer;
}

.side-div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.sidebar-content {
  margin-bottom: 204px;
}

.social-sidelinks {
  display: flex;
  gap: 20px;
  font-size: 22px;
}

.sidebar-content h5 {
  color: #b8b8a0;
}

.social-sidelinks a {
  color: #b8b8a0;
}

/* INDEX PAGE */

.position-absolute {
  z-index: 10;
}

.ban-content h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 7px;
}

.ban-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 7px;
}
.carousel-item img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8);
}

/*
-5 footer styles
*/
.site-footer {
  background-color: #161827;
  /* background-image: url(../images/resources/footer-map-1-1.png); */
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100px;
}

.site-footer .main-footer {
  padding-bottom: 120px;
}

.site-footer .footer-widget .footer-widget-title {
  margin-bottom: 33px;
}

.site-footer .footer-widget .footer-widget-title h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.site-footer .footer-widget p {
  margin: 0;
  color: #b7bbc1;
}

.site-footer .footer-widget .links-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -7px;
}

.site-footer .footer-widget .links-lists li + li {
  margin-top: 13px;
}

.site-footer .footer-widget .links-lists a {
  position: relative;
  color: #b7bbc1;
  font-size: 15px;
  padding-left: 12px;
  display: block;
  transition: all 0.4s ease;
}

.site-footer .footer-widget .links-lists a:hover {
  color: #cb8416;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.site-footer .footer-widget .links-lists a::before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .footer-widget .social-block a {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  color: #c7cace;
  transition: all 0.4s ease;
}

.site-footer .footer-widget .social-block a:hover {
  background-color: #cb8416;
  color: #fff;
}

.site-footer .footer-widget .social-block a + a {
  margin-left: 1px;
}

.site-footer .footer-widget .gallery-wrapper {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
}

.site-footer .footer-widget .gallery-wrapper .single-gallery-item {
  width: 33.33333%;
  float: left;
  padding: 5px;
}

.site-footer .footer-widget .gallery-wrapper .single-gallery-item a {
  display: block;
}

.site-footer .footer-widget .gallery-wrapper .single-gallery-item img {
  transition: all 0.4s ease;
}

.site-footer .footer-widget .gallery-wrapper .single-gallery-item img:hover {
  opacity: 0.5;
}

.site-footer .footer-widget .newsletter-form p {
  margin-bottom: 25px;
  margin-top: -7px;
}

.site-footer .footer-widget .newsletter-form input[type="text"] {
  display: block;
  border: none;
  outline: none;
  background-color: #2e303d;
  color: #b7bbc1;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}

.site-footer
  .footer-widget
  .newsletter-form
  input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b7bbc1;
}

.site-footer
  .footer-widget
  .newsletter-form
  input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7bbc1;
}

.site-footer
  .footer-widget
  .newsletter-form
  input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #b7bbc1;
}

.site-footer
  .footer-widget
  .newsletter-form
  input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #b7bbc1;
}

.site-footer .footer-widget .newsletter-form button[type="submit"] {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #cb8416;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
  margin-top: 15px;
}

.site-footer .footer-widget .newsletter-form button[type="submit"]:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all 0.4s ease;
}

.site-footer
  .footer-widget
  .newsletter-form
  button[type="submit"]:hover::before {
  width: 20px;
  margin-right: 15px;
}

.site-footer .about-widget a.footer-logo {
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
}

.site-footer .about-widget .social-block {
  margin-top: 42px;
}

.site-footer .links-widget {
  padding-left: 54px;
}

.site-footer .works-widget {
  margin-left: -50px;
  width: 100%;
  max-width: 270px;
}

.site-footer .bottom-footer {
  padding: 19.5px 0;
  background-color: rgba(255, 255, 255, 0.102);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
}

.site-footer .bottom-footer p {
  margin: 0;
  color: #b7bbc1;
  font-size: 15px;
}

.site-footer .bottom-footer p a {
  color: #ffffff;
  transition: all 0.4s ease;
}

.site-footer .bottom-footer p a:hover {
  color: #cb8416;
}

/* INDEX */

.services {
  padding: 80px 0px;
}

.service {
  text-align: center;
  height: 100px;
  width: 100px;
  margin-bottom: 40px;
}

.service-icon {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
}

.service p {
  font-size: 19px;
  margin-top: 10px;
}

.all-serv {
  gap: 45px;
  flex-wrap: wrap;
  justify-content: center;
}

.card h4 span {
  border: 1px solid red;
  padding: 0px 4px;
  border-radius: 4px;
  color: red;
  font-size: 18px;
  margin-right: 7px;
}

.card h4 {
  margin-bottom: 10px;
}

.exclusive {
  padding: 80px 0px;
}

.card ul {
  list-style: none;
  display: flex;
  padding: 0px;
}

.card ul li span {
  background: lightgreen;
  color: black;
  padding: 0px 10px;
  border-radius: 4px;
}

.li2 {
  margin-left: 84px;
}

.li2 a {
  color: #434343;
  text-decoration: none;
}

.inside-card {
  padding: 30px;
}

.agent {
  display: flex;
  align-items: center;
  gap: 20px;
}

.agent img {
  border-radius: 50%;
}

.agent p {
  margin: 0px;
}

.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-card {
  border-radius: 5px 5px 0px 0px;
}

.testimonial-img {
  width: 130px !important;
  height: 130px !important;
  border-radius: 50%;
  border: 3px solid red;
  margin: 30px 0px;
}

.testi-content {
  font-size: 23px;
  text-align: center;
}

.tit2 {
  font-family: Courgette;
  font-size: 30px;
  line-height: 1.2;
  color: #d61c22;
}
.tit8 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  color: #f1f1f1;
  text-transform: uppercase;
  letter-spacing: 11px;
}

.stars {
  color: #ff7f27;
  font-size: 20px;
  text-align: center;
}

.testimonial {
  padding: 80px 0px;
}

.btnns button {
  background-color: #999999 !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 50% !important;
}

.testimonial {
  background: linear-gradient(90deg, #32323287, #32323287),
    url(../images/indian-girl-browsing.jpg) no-repeat center center/cover;
  color: white;
}

.contact-section {
  padding: 60px 0;
  text-align: center;
}

.contact-section h2 {
  font-weight: 700;
}

.contact-section p {
  color: #777;
}

.form-control {
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
}

.btn-purple {
  background: linear-gradient(90deg, #a800ff, #7f00ff);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
}

.btn-purple:hover {
  background: linear-gradient(90deg, #7f00ff, #a800ff);
}

.destination {
  background: linear-gradient(90deg, #32323287, #32323287),
    url(../images/hero_bg_2.jpg.webp) no-repeat center center/cover;
  padding: 100px 0;
}

.destn h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.destn p {
  font-size: 24px;
}

.destn button {
  background-color: white;
  margin-top: 20px;
}
.destn button:hover {
  color: white;
}

.about-img {
  background-image: url(../images/rn1.png);
  display: flex;
  align-items: center;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.abttxt h2 {
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: bolder;
  font-family: "Merriweather";
  font-size: 55px;
  text-transform: capitalize;
}

.counter-number {
  background: #3ec1ff;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

.fw-bold {
  font-weight: bold;
}

.team-item {
  position: relative;
  /* background: #ebebeb; */
  background: linear-gradient(2deg, #3ec1ffad, #00000012);
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: 0.3s ease;
}

.team-item:hover {
  transform: translateY(-10px);
}

.team-bio h5 {
  margin-top: 10px;
  color: #ffffff;
}

.team-img img {
  border-radius: 8px;
}

.abbbt {
  padding: 80px 0px;
}

.counter-border {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 2px solid #ffcb06;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.counter p {
  margin-top: 20px;
}

.redirects {
  display: flex;
  align-items: center;
}

.home {
  text-decoration: none;
  color: white;
}

.redirects p {
  color: white;
  margin: 0px;
}

.redirects p span {
  color: white;
  font-size: 13px;
  margin: 0px 10px;
}

.top-down h4 {
  font-size: 32px;
  color: #0082b1;
  font-family: emoji;
}

.top-down h3 {
  font-size: 22px;
  font-family: "Kanit", sans-serif;
  color: #331603;
}

.top-down {
  /* width: 80%; */
  padding: 10px 0px;
}

.top-down img {
  width: 100% !important;
}

@media (max-width: 768px) {
  .site-footer .works-widget {
    margin-left: 0px;
    width: 100%;
    max-width: 270px;
  }

  .footer-widget-title {
    margin-top: 20px;
  }
  .nav-right h5,
  .nav-right button {
    display: none;
  }
  .ban-content h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: 74px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 7px;
  }

  .ban-content h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 7px;
  }
}
@media (max-width: 576px) {
}
