@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/************* Header Sripe Section Start **************/
.header-logo img {
  max-height: 60px;
}

.header-sripe-section {
  background-color: #000;
  position: relative;
  z-index: 1;
}

.header-sripe-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-address-link {
  color: #fffc;
  margin-right: 25px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-address-link i {
  margin-right: 10px;
  font-size: 17px;
  color: #fff;
}

.header-sripe-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header-sripe-social-link {
  color: #fffc;
  padding: 0 12px;
  font-size: 14px;
}

.header-sripe-btn {
  background: #ff5722;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 12px;
  padding: 11px 12px;
  font-family: "Poppins", sans-serif;
  margin-left: 12px;
  display: inline-block;
  position: relative;
}

.header-sripe-btn:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ba2af7;
  padding: 11px 40px 11px 30px;
  color: #fff;
}

.header-btn-arrow i {
  position: absolute;
  top: 12px;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 20px;
  transition: all 0.5s ease;
  opacity: 0;
}

.header-sripe-btn:hover .header-btn-arrow i {
  right: 13px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

.book-modal-header {
  margin-bottom: 50px;
  padding: 0;
  border: none;
}

.book-modal-contact {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.book-modal-title {
  width: 100%;
  text-align: center;
  background: -webkit-linear-gradient(45deg, #2627fa, #ff544f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
}

.book-modal-discription {
  text-align: center;
  width: 100%;
  padding-top: 9px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

.book-modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 12px;
  color: #000;
}

.book-modal-img {
  width: 50%;
}

.book-modal-body {
  width: 50%;
  padding: 35px 45px;
}

.book-modal-input label {
  display: block;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 7px 4px;
  margin: 0;
}

.book-modal-input select,
.book-modal-input .form-control {
  border: 1px solid #ccc;
  line-height: 36px;
  padding: 4px 14px 10px;
  font-size: 14px;
  height: 45px;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.book-modal-input {
  margin-bottom: 20px;
}

.book-modal-input .form-control::-webkit-input-placeholder {
  font-weight: 500;
  opacity: 0.5;
}

.book-modal-input .form-control::-moz-placeholder {
  font-weight: 500;
  opacity: 0.5;
}

.book-modal-input .form-control:-ms-input-placeholder {
  font-weight: 500;
  opacity: 0.5;
}

.book-modal-input .form-control::-ms-input-placeholder {
  font-weight: 500;
  opacity: 0.5;
}

.book-modal-input .form-control::placeholder {
  font-weight: 500;
  opacity: 0.5;
}

.book-modal-input .form-control:focus {
  background-color: #fff;
}

.book-modal-img img {
  width: 100%;
  height: 646px;
  position: relative;
  z-index: 10;
  -o-object-fit: cover;
  object-fit: cover;
}

.book-modal-btn {
  margin-top: 30px;
}

.book-modal-btn .btn {
  background: #f73f05;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 9.5px;
  border: 1px solid #f73f05;
  width: 100%;
}

/************* Header Sripe Section End **************/

/************* Header Start ************/

.header {
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: absolute;
  z-index: 1000;
  padding: 22px 0 22px 0;
  -webkit-box-shadow: 0 0px 13px -8px #333;
  box-shadow: 0 0px 13px -8px #333;
  background: #fff;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

.navbar-brand img {
  width: 120px;
  max-width: 100%;
}

.nav-item {
  position: relative;
}

.header-submenu-list {
  position: absolute;
  left: -24px;
  top: 0;
  list-style: none;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 40px 30px 12px 30px;
  width: 230px;
  border-radius: 5px;
  -webkit-transform: translateY(8%);
  -ms-transform: translateY(8%);
  transform: translateY(8%);
  z-index: -10;
  -webkit-box-shadow: 0 9px 18px -6px #0a0a0a2b;
  box-shadow: 0 9px 18px -6px #0a0a0a2b;
}

.header-submenu-link {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  text-align: left;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  width: 100%;
  display: inline-block;
}

.header-submenu-item {
  width: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border-bottom: 1px solid #e5dede;
  padding: 10px 0;
}

.dropdown-arrow {
  display: inline-block;
  right: -15px;
  position: absolute;
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid #1a1818;
}

.header-submenu-list {
  display: none;
}

.nav-item:hover .header-submenu-list {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.header-submenu-link:hover {
  padding: 0 0 0 8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
  color: #055dfd;
}

.nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding: 8px 9px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  font-family: "Poppins", sans-serif;
}

.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -6px;
  left: 0;
  z-index: -1;
  -webkit-clip-path: circle(27% at -20% 50%);
  clip-path: circle(27% at -20% 50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #055dfd;
}

.nav-item:hover .nav-link:before {
  -webkit-clip-path: circle(150% at 0 0);
  clip-path: circle(150% at 0 0);
}

.nav-link:hover {
  color: #055dfd;
  font-weight: 700;
}

.nav-item {
  position: relative;
  padding: 0 4px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.header-sidebar span,
.header-sidebar i {
  font-size: 22px;
  color: #777;
  cursor: pointer;
  margin-right: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-search-content {
  z-index: -10;
  position: fixed;
  width: 100%;
  top: -100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 15px;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-box-shadow: 0 1px 6px 0 #0a0a0a29;
  box-shadow: 0 1px 6px 0 #0a0a0a29;
  visibility: hidden;
}

.header-search-box {
  display: inline-block;
  font-size: 14px;
  background: #f7f7f7;
  padding: 10px 100px 9px 30px;
  font-weight: 400;
  color: #888;
  font-family: "Poppins", sans-serif;
  position: relative;
  border-radius: 5px 0 0 0px;
  border-right: 1px solid #e7e2e2;
  line-height: 34px;
  cursor: pointer;
  margin-bottom: 0;
}

.header-search-box:before {
  position: absolute;
  content: "";
  bottom: 20px;
  border-top: 8px solid #777;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  right: 20px;
}

.header-search-body {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 3px 18px -6px #1612124a;
  box-shadow: 0 3px 18px -6px #1612124a;
  top: 92px;
  overflow-y: auto;
  width: 264px;
  border: 1px solid #f0e7e770;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 0 0 3px 3px;
  padding: 15px 30px 8px 27px;
  z-index: -1;
  visibility: hidden;
}

.header-search-list {
  list-style: none;
  padding: 0;
}

.header-search-item {
  width: 100%;
  margin: 6px 0;
  border-bottom: 1px solid #e5dede;
  padding: 6px 0;
}

.header-search-link {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  padding-bottom: 3px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Poppins", sans-serif;
}

.header-search-link:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  right: 30px;
  font-size: 15px;
  color: #072f60;
  font-weight: 600;
}

.header-search-link:hover {
  padding-left: 8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #055dfd;
  font-weight: 700;
}

.header-search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-btn {
  border: none;
}

.form-control {
  background: #ffffff;
  /* padding: 15px 15px 15px 20px; */
  border-radius: 5px;
  font-size: 14px;
  border: none;
  line-height: 23px;
  font-weight: 300;
  border: 1px solid black;
}

.form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.form-control::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.form-control:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.form-control::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.form-control::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f7f7f7;
}

.header-search-btn {
  border: none;
  width: 53px;
  height: 53px;
  background-color: #f7f7f7;
}

.header-search-btn i {
  font-size: 21px;
}

.header-select-show {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: auto;
  visibility: visible;
}

.header-search-bar-show {
  top: 0;
  z-index: 99;
  visibility: visible;
}

.header-search-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  height: 30px;
  width: 30px;
  border: 1px solid #999;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  cursor: pointer;
}

.header-sticy {
  position: fixed;
  left: 0px;
  z-index: 999;
  background: #fff;
  top: 0px;
  -webkit-box-shadow: 0 0px 13px -8px #333;
  box-shadow: 0 0px 13px -8px #333;
  margin: 0 auto;
  width: 100%;
  padding: 22px 0 22px 0 !important;
  -webkit-animation: menu-ani;
  animation: menu-ani;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

@-webkit-keyframes menu-ani {
  from {
    top: -50px;
  }

  to {
    top: 0;
  }
}

@keyframes menu-ani {
  from {
    top: -50px;
  }

  to {
    top: 0;
  }
}

/************* Header End ************/

/*************** Sidebar Section **************/

.sidebar-content {
  position: fixed;
  background: #fff;
  padding: 40px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
  top: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  right: -500px;
  width: 400px;
  overflow: hidden;
  -webkit-transform: scale(0) scaleX(-1);
  -ms-transform: scale(0) scaleX(-1);
  transform: scale(0) scaleX(-1);
  overflow-y: auto;
  height: 100vh;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1000;
  font-family: "Poppins", sans-serif;
}

.sidebar-show {
  -webkit-transform: scale(1) scaleX(1);
  -ms-transform: scale(1) scaleX(1);
  transform: scale(1) scaleX(1);
  right: 0;
}

.sidebar-header-logo img {
  width: 150px;
  max-width: 100%;
  margin-bottom: 25px;
}

.sidebar-close-btn {
  top: 40px;
  right: 40px;
  border: none;
}

.sidebar-close-btn:hover {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #055dfd;
  color: #fff;
}

.sidebar-title {
  margin-bottom: 18px;
  width: 100%;
  letter-spacing: -0.5px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  line-height: 34px;
}

.sidebar-header-discription {
  font-size: 13px;
  line-height: 27px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 400;
}

.sidebar-news {
  padding: 30px 0 30px 0;
  border-top: 1px solid #c9c9daf5;
  border-bottom: 1px solid #c9c9daf5;
}

.sidebar-news-list {
  list-style: none;
  padding: 0;
}

.sidebar-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-news-item img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.sidebar-news-details {
  padding: 5px 0 0 14px;
}

.sidebar-news-details h6 {
  font-size: 15px;
  letter-spacing: -0.3px;
  margin: 0;
  line-height: 21px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-news-details span {
  font-size: 12px;
  color: #000;
  padding: 2px 0 0 0;
  display: inline-block;
  font-weight: 400;
}

.sidebar-contact {
  padding-top: 30px;
}

.sidebar-contact-list {
  list-style: none;
  padding: 0;
}

.sidebar-contact-link i {
  color: #f75023;
  margin-right: 15px;
  font-size: 16px;
  height: 35px;
  width: 35px;
  background: #fedfd7;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
}

.sidebar-contact-item {
  padding: 10px 0;
}

.sidebar-contact-link span {
  font-size: 14px;
  color: #000;
  text-transform: initial;
  padding-top: 4px;
  font-weight: 400;
}

.sidebar-contact-item:nth-child(2) i {
  color: #1cbe59;
  background: #ddf5e6;
}

.sidebar-contact-item:nth-child(3) i {
  color: #8067f0;
  background: #ece8fd;
}

.sidebar-btn {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(17%, #6f56f4),
    to(#d07fcf)
  );
  background: -o-linear-gradient(left, #6f56f4 17%, #d07fcf 100%);
  background: linear-gradient(90deg, #6f56f4 17%, #d07fcf 100%);
  background: -o-linear-gradient(7deg, #00000094, #060608a6);
  background: -webkitlinear-gradient(45deg, #ffef2d, #ff4f4f 80%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 40px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px 0;
  z-index: 5;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.sidebar-btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-clip-path: circle(27% at -20% 50%);
  clip-path: circle(27% at -20% 50%);
  background: #055dfd;
  border-radius: 8px;
  z-index: -1;
}

.sidebar-btn:hover {
  color: #fff;
}

.sidebar-btn:hover:before {
  -webkit-clip-path: circle(150% at 0 0);
  clip-path: circle(150% at 0 0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 5px;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*************** Sidebar Section **************/

/************ Landing Section ***************/

.landing-section {
  background-image: url("../images/landing_bg.png");
  background-repeat: no-repeat;
  padding: 50px 0;
  background-size: 100%;
  background-color: #edecff;
  background-position: bottom center;
  position: relative;
}

.home-landing-slider .slick-list {
  padding-bottom: 90px;
  margin-bottom: -90px;
  z-index: 1;
}

.landing-section:after {
  position: absolute;
  content: "";
  top: -23px;
  border: 20px solid #dbe5e5;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  left: -70px;
  -webkit-animation: align-itms 10s infinite linear;
  animation: align-itms 10s infinite linear;
  opacity: 0.5;
}

.landing-title-content img {
  width: 40px;
  max-width: 100%;
  display: inline-block;
}

.landing-contact {
  position: relative;
}

.landing-title-content {
  padding: 280px 0 76px;
}

.landing-title {
  font-size: 50px;
  line-height: 60px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  letter-spacing: -2px;
  z-index: 2;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
}

.landing-title span {
  color: #fff;
  background: -o-linear-gradient(45deg, #2627fa, #ff544f 80%);
  background: linear-gradient(45deg, #2627fa, #ff544f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 65px;
  letter-spacing: -3px;
  line-height: 80px;
}

.landing-img {
  position: absolute;
  top: 51px;
  right: 0;
  z-index: 1;
  width: 550px;
  max-width: 100%;
}

.landing-flying-img {
  position: absolute;
  top: 14%;
  left: 50%;
  width: 130px;
  max-width: 100%;
  -webkit-animation: move 7.8s infinite linear;
  animation: move 7.8s infinite linear;
  -webkit-transition: 1.7s;
  -o-transition: 1.7s;
  transition: 1.7s;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }

  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }

  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }

  50% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  75% {
    -webkit-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

/************ Landing Section ***************/

/************* Package Section Start *************/

.package-section {
  background-color: #35364c;
  position: relative;
}

.package-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.package-item {
  padding: 40px 40px 0;
  position: relative;
}

.package-item-title span {
  display: inline-block;
  margin-right: 15px;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}

.package-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
}

.package-discription {
  font-size: 12px;
  color: #ceced9;
  font-weight: 400;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
}

.package-box {
  padding: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.package-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  background: -o-linear-gradient(7deg, #00000094, #060608a6);
  background: -webkitlinear-gradient(45deg, #ffef2d, #ff4f4f 80%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(218, 34, 255)),
    to(rgb(151, 51, 238))
  );
  background: -o-linear-gradient(left, rgb(218, 34, 255), rgb(151, 51, 238));
  background: linear-gradient(to right, rgb(218, 34, 255), rgb(151, 51, 238));
}

.package-img img {
  width: 60px;
  max-width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.package-box-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  position: relative;
  color: #fff;
}

.package-box-btn {
  font-size: 13px;
  color: #dedfe9;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 0;
  background: black;
  padding: 5px 15px 5px 10px;
}

.package-box-btn i {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 6px;
}

.package-box-btn:hover {
  color: #fff;
}

.package-box-animation {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 20px;
  -webkit-box-shadow: 12px 9px 16px 1px #333;
  box-shadow: 12px 9px 16px 1px #333;
  background: #35364c;
}

.package-box-animation::before {
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.package-box-animation .package-box-circle {
  height: 100px;
  width: 100px;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.package-box-circle,
.package-box-animation .package-box-circle::before {
  position: absolute;
  height: 0;
  width: 0;
  top: -14px;
  right: -25px;
  border-radius: 50%;
  background: #921bc2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.package-box-animation .package-box-circle::before {
  content: "";
  width: 100px;
  height: 100px;
  opacity: 1;
  background: #74149d;
}

.package-box span::before {
  content: "";
  background: #74149d;
}

.package-box:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 20px;
  -webkit-box-shadow: 12px 9px 16px 1px #333;
  box-shadow: 12px 9px 16px 1px #333;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.package-box:hover:before {
  opacity: 1;
}

.package-box:hover .package-box-circle,
.package-box:hover .package-box-circle::before {
  opacity: 1;
  width: 100px;
  height: 100px;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.package-box:hover .package-box-circle::before {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.package-box-circle:before {
  position: absolute;
  height: 0;
  width: 0;
  top: -14px;
  right: -25px;
  border-radius: 50%;
  background: #921bc2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.package-box::after,
.package-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 150px;
  right: 0;
  top: 30px;
  background: -o-linear-gradient(45deg, #8b1fb700, #c2477f, #654fff05);
  background: linear-gradient(45deg, #8b1fb700, #c2477f, #654fff05);
  background: -o-linear-gradient(7deg, #00000094, #060608a6);
  background: -webkitlinear-gradient(45deg, #ffef2d, #ff4f4f 80%);
}

.trending-package::after {
  display: none;
}

/************* Package Section End *************/

/********** Fantasy Section Start ***********/

.fantasy-section {
  padding: 120px 0 90px 0;
  background-color: #f9f9fd;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.fantasy-section::before {
  position: absolute;
  content: "";
  top: 50px;
  width: 800px;
  height: 800px;
  left: -350px;
  border-radius: 100%;
  opacity: 0.4;
  z-index: 0;
  background: -o-radial-gradient(
    center,
    ellipse,
    rgba(0, 95, 252, 0.6) 0%,
    rgba(0, 95, 252, 0.6) 0%,
    rgba(0, 95, 252, 0) 68%,
    rgba(0, 95, 252, 0) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 95, 252, 0.6) 0%,
    rgba(0, 95, 252, 0.6) 0%,
    rgba(0, 95, 252, 0) 68%,
    rgba(0, 95, 252, 0) 100%
  );
}

.fantasy-section:after {
  position: absolute;
  content: "";
  top: 50px;
  width: 800px;
  height: 800px;
  right: -350px;
  border-radius: 100%;
  opacity: 0.3;
  z-index: 0;
  background: -o-radial-gradient(
    center,
    ellipse,
    rgb(255 193 7 / 75%) 0%,
    rgb(255 152 0 / 79%) 0%,
    rgba(255, 82, 25, 0) 68%,
    rgba(255, 82, 25, 0) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(255 193 7 / 75%) 0%,
    rgb(255 152 0 / 79%) 0%,
    rgba(255, 82, 25, 0) 68%,
    rgba(255, 82, 25, 0) 100%
  );
}

.fantasy-subtitle {
  font-size: 25px;
  font-weight: 600;
  color: #2b3640;
  font-family: "Quicksand", sans-serif;
  line-height: 36px;
  margin-bottom: 16px;
}

.fantasy-title {
  font-weight: 700;
  font-size: 44px;
  color: #2b3640;
  font-family: "Quicksand", sans-serif;
  text-transform: initial;
  padding: 0 0 45px 0;
  display: inline-block;
  position: relative;
}

.fantasy-title span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(255 155 0)),
    to(rgb(221 73 121))
  );
  background: -o-linear-gradient(left, rgb(255 155 0), rgb(221 73 121));
  background: linear-gradient(to right, rgb(255 155 0), rgb(221 73 121));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 44px;
  font-family: "Quicksand", sans-serif;
}

.fantasy-title:before {
  position: absolute;
  content: "";
  bottom: 22px;
  right: 0;
  background: url(../images/title_line.png);
  background-size: cover;
  height: 36px;
  width: 100%;
}

.fantasy-heding {
  margin-bottom: 35px;
}

.fantasy-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fantasy-card {
  width: 393px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 6px 0 #0a0a0a2b;
  box-shadow: 0 1px 6px 0 #0a0a0a2b;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin-bottom: 30px;
}

.fantasy-card:hover {
  -webkit-box-shadow: 0px 26px 23px -17px #000000e3;
  box-shadow: 0px 26px 23px -17px #000000e3;
  z-index: 1;
}

.fantasy-img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 9s ease;
  -o-transition: all 9s ease;
  transition: all 9s ease;
  position: relative;
}

.fantasy-card:hover .fantasy-img img {
  -webkit-transform: scale(1.3) rotate(5deg);
  -ms-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}

.fantasy-img {
  position: relative;
  z-index: 1;
}

.fantasy-img:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(92deg, #27290c9e, transparent);
  background: linear-gradient(358deg, #27290c9e, transparent);
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: -o-linear-gradient(7deg, #00000094, #060608a6);
  background: -webkitlinear-gradient(45deg, #ffef2d, #ff4f4f 80%);
}

.fantasy-img span {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  background-color: #6216cc;
  padding: 4px 10px;
  letter-spacing: 0.2px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  top: 15px;
  left: 23px;
  z-index: 1;
  border-radius: 2px;
}

.fantasy-img h5 {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  position: absolute;
  text-transform: capitalize;
  z-index: 1;
  left: 23px;
  bottom: 20px;
  letter-spacing: 0.2px;
}

.fantasy-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 23px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0 0 5px 5px;
  z-index: 5;
  background: #fff;
}

.fantasy-card-body:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #673ab7;
  -webkit-clip-path: circle(27% at -20% 50%);
  clip-path: circle(27% at -20% 50%);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.fantasy-card:hover .fantasy-card-body:before {
  -webkit-clip-path: circle(150% at 0 0);
  clip-path: circle(150% at 0 0);
}

.fantasy-card-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.fantasy-review-no {
  display: inline-block;
  background: #6216cc;
  font-size: 13px;
  padding: 6px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-right: 10px;
}

.fantasy-review-star {
  color: #6216cc;
  font-size: 22px;
  margin-right: 10px;
}

.fantasy-card-btn {
  font-weight: 500;
  font-size: 15px;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
  box-shadow: none;
}

.fantasy-card-btn span {
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.fantasy-card:hover .fantasy-card-btn {
  color: #fff;
}

.fantasy-card:hover .fantasy-details-newprice small,
.fantasy-card:hover .fantasy-details-newprice,
.fantasy-card:hover .fantasy-details-price span:last-child,
.fantasy-card:hover .fantasy-details-price del {
  color: #fff;
}

.fantasy-card-review small {
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fantasy-card:hover .fantasy-card-review small {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fantasy-card-details {
  position: absolute;
  top: -10%;
  right: -40%;
  z-index: 1;
  width: 0;
  padding: 100px 40px 105px 40px;
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  height: 0;
  text-align: left;
  background: gold;
  border-radius: 50%;
  overflow: hidden;
}

.fantasy-card:hover .fantasy-card-details {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  visibility: visible;
}

.fantasy-details-style {
  margin-bottom: 25px;
  width: 170px;
  max-width: 100%;
}

.fantasy-details-title h5 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  left: -0.6px;
  margin: 0;
  width: 100%;
  padding: 20px 120px 20px 0px;
  position: relative;
}

.fantasy-details-title h5:before,
.fantasy-details-phone::before {
  position: absolute;
  content: "";
  top: 0;
  left: -36px;
  background: -o-linear-gradient(45deg, #e6e0e900, #060007, #978be505);
  background: linear-gradient(45deg, #e6e0e900, #060007, #978be505);
  background: -o-linear-gradient(7deg, #00000094, #060608a6);
  background: -webkitlinear-gradient(45deg, #ffef2d, #ff4f4f 80%);
  height: 1px;
  width: 100%;
}

.fantasy-details-title b {
  display: block;
  font-size: 22px;
  color: #6216cc;
  font-weight: 600;
  padding-bottom: 2px;
  letter-spacing: -1px;
}

.fantasy-details-price {
  margin-bottom: 0;
}

.fantasy-details-price del {
  width: 100%;
  color: #555;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  display: inline-block;
}

.fantasy-details-newprice {
  font-size: 32px;
  padding-left: 13px;
  line-height: 35px;
  font-weight: 700;
  position: relative;
  color: #6216cc;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -1px;
  text-align: left;
  margin-right: 3px;
}

.fantasy-details-newprice small {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  position: absolute;
  left: 0;
  top: 3px;
}

.fantasy-details-price span:last-child {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  margin: 0 3px 0 0;
  padding-top: 5px;
}

.fantasy-details-phone i {
  color: #ff5722;
  display: inline-block;
  font-size: 20px;
  -webkit-transform: rotate(39deg);
  -ms-transform: rotate(39deg);
  transform: rotate(39deg);
  position: relative;
  top: 3px;
}

.fantasy-details-phone span {
  font-size: 14px;
  font-weight: 500;
}

.fantasy-details-phone {
  position: relative;
  padding-top: 22px;
}

.pack-border {
  position: absolute;
  bottom: 15%;
  border-width: 150px 0 0 150px;
  right: 6%;
  border-style: solid;
  border-color: transparent transparent transparent #6216cc;
  -webkit-transform: scale(-1.5) scaleY(-1.5);
  -ms-transform: scale(-1.5) scaleY(-1.5);
  transform: scale(-1.5) scaleY(-1.5);
  -webkit-animation: shape-ani 5s infinite;
  animation: shape-ani 5s infinite;
}

.bob {
  position: relative;
}

.bob::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 200px 0 0 200px;
  z-index: -1;
  border-color: transparent transparent transparent #4ad295;
  -webkit-transform: scaley(-1);
  -ms-transform: scaley(-1);
  transform: scaley(-1);
  top: -32px;
  left: -28px;
  -webkit-animation: shape 3s infinite linear;
  animation: shape 3s infinite linear;
}

.bob:before {
  top: -34px;
  left: -10px;
}

/********** Fantasy Section End ***********/

/*************** Discount Section Start ************/

.discount-section {
  position: relative;
  width: 100%;
  padding: 120px 0 120px 0;
  overflow: hidden;
}

.discount-section::before {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 190px;
  width: 190px;
  content: "";
  -webkit-animation: change-ani 7.8s infinite linear;
  animation: change-ani 7.8s infinite linear;
  background: url(../images/discount_dots.png);
  background-size: 15px;
  border-radius: 33px;
}

.discount-img-content {
  position: relative;
}

.discount-img {
  width: 340px;
  height: auto;
  position: absolute;
  will-change: transform;
  -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.discount-img2 {
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 190px;
  position: relative;
  left: 30%;
}

.discount-img:hover {
  -webkit-transform: perspective(300px) rotateX(-4.59deg) rotateY(-3.8deg)
    scale3d(1, 1, 1);
  transform: perspective(300px) rotateX(-4.59deg) rotateY(-3.8deg)
    scale3d(1, 1, 1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.discount-percenteg {
  position: absolute;
  right: 50px;
  top: 11px;
  opacity: 0.8;
}

.discount-percenteg span {
  font-size: 54px;
  background: -o-linear-gradient(45deg, #2926fa, #f81009 80%);
  background: linear-gradient(45deg, #2926fa, #f81009 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: -3px;
  font-family: "Josefin Sans";
}

.discount-percenteg small {
  font-size: 28px;
  position: relative;
  display: inline-block;
  top: -5px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.discount-percenteg h3 {
  font-size: 28px;
  line-height: 45px;
  letter-spacing: -1px;
  margin-top: -19px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}

.discount-plan {
  padding-left: 60px;
  position: relative;
}

.discount-plan::before {
  -webkit-animation: move 10.8s infinite linear;
  animation: move 10.8s infinite linear;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 111% 0, 92.5% 100%, 0% 0%);
  clip-path: polygon(0 0, 111% 0, 92.5% 100%, 0% 0%);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  top: -80px;
  right: -30px;
  position: absolute;
  content: "";
  background: gold;
}

.discount-plan-style {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  margin-bottom: 13px;
  color: #055dfd;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.discount-plan-title {
  letter-spacing: -1px;
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
  padding-right: 60px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  text-transform: capitalize;
}

.discount-plane-discription {
  color: #666;
  line-height: 27px;
  font-size: 14px;
  padding: 30px 0 30px 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.discount-plan-checked i {
  color: red;
  margin-right: 10px;
}

.discount-plan-checked span {
  font-weight: 400;
  color: #525050;
  line-height: 1.6;
  font-size: 16px;
  font-family: "Poppins";
}

.discount-plan-btn {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(17%, #6f56f4),
    to(#d07fcf)
  );
  background: -o-linear-gradient(left, #6f56f4 17%, #d07fcf 100%);
  background: linear-gradient(90deg, #6f56f4 17%, #d07fcf 100%);
  background: -o-linear-gradient(7deg, #00000094, #060608a6);
  background: -webkitlinear-gradient(45deg, #ffef2d, #ff4f4f 80%);
  color: #fff;
  padding: 10.5px 40px;
  border-radius: 8px;
  position: relative;
  font-family: "Poppins", sans-serif;
  z-index: 1;
  border: none;
}

.discount-plan-btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(27% at -20% 50%);
  clip-path: circle(27% at -20% 50%);
  background: #0926d1;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}

.discount-plan-btn:hover {
  color: #fff;
}

.discount-plan-btn:hover::before {
  -webkit-clip-path: circle(150% at 0 0);
  clip-path: circle(150% at 0 0);
}

/*************** Discount Section End ************/

/************ Destination Section Start **************/

.destination-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #2faac8;
}

.destination-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 117px;
  z-index: 8;
  bottom: auto;
  top: -17px;
  left: 0;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  right: 0;
  background-size: cover;
  background: url(../images/destination_bg.png);
}

.destination-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 117px;
  bottom: -19px;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background: url(../images/destination_bg.png);
}

.destination-choose-content {
  position: relative;
  padding: 120px 30px 80px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.destination-choose-content::before {
  position: absolute;
  content: "";
  top: -18px;
  left: -300px;
  width: 800px;
  height: 800px;
  background: #9de9fc;
  z-index: 1;
  border-radius: 50%;
}

.destination-choose {
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  width: 30%;
}

.destination-choose-style {
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Quicksand", sans-serif;
  border-bottom: 2px solid #dcd3d3;
  padding-bottom: 9px;
  position: relative;
  font-weight: 700;
  color: #000;
}

.destination-choose-style:before {
  position: absolute;
  content: "";
  right: -43px;
  bottom: 3px;
  width: 30px;
  height: 30px;
  background: url(../images/landing_hart.png);
  background-size: contain;
}

.destination-choose-title {
  display: inline-block;
  padding: 30px 0 0 0;
  font-weight: 700;
  line-height: 54px;
  font-size: 42px;
  letter-spacing: -1px;
  text-transform: initial;
  font-family: "Josefin Sans", sans-serif;
}

.destination-slider {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  padding: 30px;
  width: 70%;
  z-index: 1;
}

.destination-slider-item {
  width: 50%;
  padding: 25px 40px;
  -webkit-transform: perspective(300px) rotateX(-0.59deg) rotateY(-4.8deg)
    scale3d(1, 1, 1);
  transform: perspective(300px) rotateX(-0.59deg) rotateY(-4.8deg)
    scale3d(1, 1, 1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  position: relative;
}

.destination-slider-item:hover {
  -webkit-transform: perspective(300px) rotateX(-0.59deg) rotateY(2.8deg)
    scale3d(1, 1, 1);
  transform: perspective(300px) rotateX(-0.59deg) rotateY(2.8deg)
    scale3d(1, 1, 1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.destination-slider-img {
  width: 100%;
  position: relative;
  text-transform: capitalize;
}

.destination-slider-img {
  position: relative;
  text-transform: capitalize;
  width: 100%;
}

.destination-slider-img:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#7d210582),
    to(transparent)
  );
  background: -o-linear-gradient(bottom, #7d210582, transparent);
  background: linear-gradient(360deg, #7d210582, transparent);
  background: -o-linear-gradient(7deg, #00000094, #060608a6);
  background: -webkitlinear-gradient(45deg, #ffef2d, #ff4f4f 80%);
  z-index: 1;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.destination-slider-img img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  position: relative;
  z-index: 0;
}

.destination-name {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  z-index: 4;
  font-weight: 700;
  font-size: 28px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 34px;
  margin: 0;
}

.destination-slider-img span {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
  font-family: "Poppins", sans-serif;
}

.destination-slider-img:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(17%, #6f56f4),
    to(#d07fcf)
  );
  background: -o-linear-gradient(left, #6f56f4 17%, #d07fcf 100%);
  background: linear-gradient(90deg, #6f56f4 17%, #d07fcf 100%);
  background: -o-linear-gradient(7deg, #00000094, #060608a6);
  background: -webkitlinear-gradient(45deg, #ffef2d, #ff4f4f 80%);
  z-index: -1;
  top: 12px;
  content: "";
  position: absolute;
  width: auto;
  left: -12px;
  height: 100%;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.destination-slider-item:hover .destination-slider-img:after {
  top: 12px;
  left: 12px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.destination-item-two:after {
  background: #ff5722;
  left: 12px;
  top: -12px;
}

.destination-slider-item:hover .destination-item-two:after {
  left: -12px;
  top: 12px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  border: none;
  height: 40px;
  width: 40px;
  background: #999999de !important;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* .slick-arrow:hover {
  background-color: #000;
} */

/* .slick-prev {
  left: 0;
}

.slick-next {
  right: -15px;
} */

.slick-prev::before {
  content: "";
  background-image: url(../images/slider_arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 7px;
  height: 20px;
  top: 25px;
  left: 14px;
  z-index: 999;
  -webkit-transform: scale(2.7);
  -ms-transform: scale(2.7);
  transform: scale(2.7);
}

.slick-next::before {
  content: "";
  background-image: url(../images/slider_right.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 7px;
  height: 20px;
  top: 25px;
  left: 16px;
  z-index: 999;
  -webkit-transform: scale(2.7);
  -ms-transform: scale(2.7);
  transform: scale(2.7);
}

/************ Destination Section End **************/

/************** Flights Section Start **************/

.flights-section {
  padding: 90px 0;
}

.flights-style {
  font-size: 25px;
  font-weight: 500;
  color: #2b3640;
  font-family: "Quicksand", sans-serif;
  line-height: 36px;
  margin-bottom: 16px;
}

.flights-title {
  font-weight: 800;
  font-size: 44px;
  color: #2b3640;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 80px;
  position: relative;
  line-height: 38px;
}

.flights-title span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(255 155 0)),
    to(rgb(221 73 121))
  );
  background: -o-linear-gradient(left, rgb(255 155 0), rgb(221 73 121));
  background: linear-gradient(to right, rgb(255 155 0), rgb(221 73 121));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 44px;
  font-family: "Quicksand", sans-serif;
  background: -o-linear-gradient(7deg, #00000094, #060608a6);
  background: -webkitlinear-gradient(45deg, #ffef2d, #ff4f4f 80%);
}

.flights-title::before {
  position: absolute;
  content: "";
  bottom: 17px;
  right: 0;
  background: url(../images/title_line.png);
  background-size: cover;
  height: 36px;
  width: 100%;
}

.flights-ruls-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 20px 0 #00000012;
  box-shadow: 0 3px 20px 0 #00000012;
  padding: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  -webkit-transform: perspective(-1000px);
  transform: perspective(-1000px);
  will-change: transform;
  -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  border-left: 3px solid #99a8b6;
}

.flights-ruls-img {
  width: 26%;
  text-align: center;
}

.flights-ruls-img img {
  width: 70px;
}

.flights-point-details h4 {
  margin: 0;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 24px;
  letter-spacing: -0.4px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}

.flights-point-details p {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400;
  color: #333;
  font-family: "Poppins", sans-serif;
}

.flights-ruls-point:hover {
  border-left: 3px solid red;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: perspective(300px) rotateX(-4.59deg) rotateY(-3.8deg)
    scale3d(1, 1, 1);
  transform: perspective(300px) rotateX(-4.59deg) rotateY(-3.8deg)
    scale3d(1, 1, 1);
}

.flights-point-no {
  position: absolute;
  right: 0;
  font-size: 100px;
  top: 5px;
  margin-bottom: 0;
  color: #f5f3f3;
  font-style: normal;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.flights-point-dot {
  position: absolute;
  background: #f5f3f3;
  height: 40px;
  width: 40px;
  left: -13px;
  bottom: -17px;
  border-radius: 50%;
}

.flights-img {
  width: 520px;
  margin-top: -20px;
  max-width: 100%;
}

/************** Flights Section End **************/

/*********** Traveler Section Start ************/

.traveler-section {
  padding: 120px 0;
  position: relative;
  background-color: #f6f9fc;
}

.traveler-section::before {
  position: absolute;
  content: "";
  width: 29%;
  height: 86%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/traveler_dot.png);
  opacity: 0.8;
}

.traveler-ruls {
  background-color: gold;
  padding: 85px 60px 45px 60px;
  position: relative;
  z-index: 1;
}

.traveler-ruls:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/traveler_style.svg);
  z-index: 1;
  width: 100%;
  height: 103px;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  background-size: cover;
}

.traveler-point-title {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 38px;
  font-family: "Josefin Sans", sans-serif;
}

.traveler-point-title::before {
  position: absolute;
  content: "";
  background: url(../images/traveler_line.png);
  width: 100%;
  height: 30px;
  bottom: -20px;
  background-size: cover;
}

.traveler-point-list {
  list-style: none;
  padding: 0;
}

.traveler-point-item {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.traveler-point-item i {
  margin-right: 15px;
  color: #335a77;
  font-size: 20px;
  line-height: 22px;
}

.traveler-point-item span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #212529;
  line-height: 24px;
}

.traveler-img {
  position: absolute;
  right: 30px;
  top: -50px;
  z-index: 1;
  width: 358px;
  max-width: 100%;
}

.traveler-join {
  background-color: #072f60;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.traveler-client {
  width: 24%;
  padding: 40px 40px 36px 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.traveler-client:hover {
  background-color: #3bbca7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.traveler-client-title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
  margin: 4px 0 18px 0;
  text-transform: initial;
  color: #fff;
}

.traveler-client-btn {
  padding: 7px 23px;
  border-radius: 4px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffd700;
  color: #000;
}

.traveler-client-btn:hover {
  background-color: #fff;
}

.traveler-client-triangle {
  border-top: 20px solid #ffd700;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: 0;
  left: 39px;
}

.traveler-service {
  width: 25%;
  max-width: 100%;
  text-align: center;
  padding: 43px 35px;
  background-color: #00469c;
  position: relative;
  z-index: 1;
}

.traveler-service-point {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.traveler-service::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  background: #072f60;
  opacity: 0;
  height: 0;
}

.traveler-service::after {
  content: "";
  position: absolute;
  width: 1px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fefefe00),
    color-stop(#fff7f782),
    to(#fff0)
  );
  background: -o-linear-gradient(bottom, #fefefe00, #fff7f782, #fff0);
  background: linear-gradient(to top, #fefefe00, #fff7f782, #fff0);
  z-index: 1;
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.traveler-service:hover:before {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  height: 100%;
}

.traveler-service i {
  color: #fff;
  height: 50px;
  width: 50px;
  max-width: 100%;
  border-radius: 50%;
  border: 1px solid #2f73c6;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
}

.traveler-service h6 {
  font-size: 13px;
  line-height: 25px;
  padding-top: 10px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #fff;
}

.traveler-join::before {
  position: absolute;
  z-index: 0;
  right: -25px;
  bottom: -25px;
  border-width: 270px 0 0 270px;
  border-style: solid;
  border-color: transparent transparent transparent #d90a54;
  -webkit-transform: scalex(-1);
  -ms-transform: scalex(-1);
  transform: scalex(-1);
  content: "";
  -webkit-animation: tab-shape 5s infinite linear;
  animation: tab-shape 5s infinite linear;
  border-width: 210px 0 0 210px;
  right: -20px;
  border-color: transparent transparent transparent #ff9800;
  bottom: -20px;
  -webkit-animation: aks-ani 5s infinite linear;
  animation: aks-ani 5s infinite linear;
}

/*********** Traveler Section Start ************/

/************ Tourism Section Start ***********/

.tourism-section {
  padding: 120px 0;
  position: relative;
}

.tourism-section:after {
  position: absolute;
  content: "";
  right: 150px;
  height: 230px;
  width: 230px;
  top: 50px;
  -webkit-animation: down 10s infinite linear;
  animation: down 10s infinite linear;
  background: url(../images/perasuit.png) no-repeat;
  background-size: contain;
}

.nav-tabs {
  border-bottom: none;
  /* -webkit-box-shadow: 0px 3px 18px -6px #33333338;
  box-shadow: 0px 3px 18px -6px #33333338; */
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
  width: 835px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 40px;
}

.tourism-card-item {
  padding: 30px 30px 60px;
}

.nav-tabs .nav-item {
  padding: 0;
  border-right: 1px solid #e5eaef;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 24px 28px 15px 28px;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.2px;
}

.nav-tabs .nav-link::before {
  display: none;
}

.nav-tabs .nav-item:hover .nav-link {
  color: #2250fce8;
}

.nav-tabs .nav-item .active:hover {
  color: #fff;
}

.nav-tabs-icon {
  background: #2250fce8;
  border-radius: 50%;
  width: 28px;
  text-align: center;
  height: 28px;
  margin: -3px 12px 0px 0px;
  padding: 3px 5px 0px 5px;
  display: inline-block;
}

.nav-tabs-icon i {
  font-size: 12px;
  color: #fff;
  width: 100%;
  margin-top: 0;
  text-align: center;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-tabs .nav-item:nth-child(1) .nav-link .nav-tabs-icon {
  -webkit-transform: rotate(310deg);
  -ms-transform: rotate(310deg);
  transform: rotate(310deg);
}

/* .nav-tabs .nav-item:nth-child(1) .nav-link {
  border-radius: 10px 0 0 10px;
}

.nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 10px 10px 0;
} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #73819f;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active .nav-tabs-icon {
  background-color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active .nav-tabs-icon i {
  color: #055dfd;
}

.tourism-tabs-img {
  width: 456px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px 0 0 5px;
}

.tourism-tabs-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 336px;
  border-radius: 5px 0 0 5px;
  -webkit-animation: zoom-in 50.8s infinite linear;
  animation: zoom-in 50.8s infinite linear;
}

.tourism-tabs-img img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tourism-tabs-img span {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background: #ff5722;
  padding: 6px 20px 6px 20px;
  left: 10px;
  top: 20px;
  border-radius: 20px;
}

.tourism-tabs-img i {
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 30px;
  color: #ffff;
}

.tourism-tabs-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.tourism-tabs-body::after {
  position: absolute;
  z-index: -1;
  right: -25px;
  bottom: -25px;
  border-width: 270px 0 0 270px;
  border-style: solid;
  border-color: transparent transparent transparent #d90a54;
  -webkit-transform: scalex(-1);
  -ms-transform: scalex(-1);
  transform: scalex(-1);
  content: "";
}

.tourism-rooms-booking {
  text-transform: capitalize;
  padding: 50px 30px 50px 50px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
  width: 660px;
  max-width: 100%;
  height: 336px;
}

.tourism-booking-service span {
  background-color: #eaeef1;
  text-transform: capitalize;
  font-size: 11.5px;
  letter-spacing: 0.15px;
  font-weight: 500;
  padding: 4px 9px;
  border-radius: 4px;
  color: #055dfd;
}

.tourism-booking-service span:nth-child(2) {
  background: #f5e9ed;
  color: #e91e63;
}

.tourism-booking-service span:nth-child(3) {
  background: #e7ebf4;
  color: #5b717b;
}

.tourism-booking-title {
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.2px;
  width: 100%;
  margin: 16px 0px 35px 0;
  text-transform: initial;
  font-weight: 500;
}

.tourism-rooms-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tourism-rooms-service h6 {
  margin-right: 38px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #666;
  font-weight: 500;
  line-height: 26px;
}

.tourism-rooms-service i {
  margin: 0 auto;
  display: table;
  color: #7791df;
  padding-bottom: 6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
}

.tourism-booking-btn .btn {
  padding: 9px 22px;
  font-size: 15px;
  margin-top: 0;
}

.tourism-booking-btn {
  padding-right: 20px;
  margin-right: 24px;
}

.tourism-booking-btn .btn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #dbe0e9;
  right: -21px;
  top: 0;
}

.tourism-booking-footer {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tourism-review-rating {
  background: #0e84fa1a;
  color: #055dfd;
  padding: 4px 4px;
  font-weight: 400;
  font-size: 15px;
  width: 35px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}

.tourism-review-title {
  font-size: 16px;
  letter-spacing: -0.2px;
  padding: 8px 0 0 9px;
  color: #212529;
  font-weight: 500;
}

.tourism-review-star {
  font-size: 20px;
  margin-left: 6px;
  letter-spacing: 2px;
}

.tourism-booking-price {
  margin-left: auto;
}

.tourism-old-price {
  font-style: normal;
  color: #777;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.tourism-new-price {
  color: #0c2ff3;
  font-family: "Josefin Sans", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: initial;
  margin-bottom: 0;
  position: relative;
}

.tourism-new-price::before {
  content: "$";
  position: absolute;
  bottom: 9px;
  left: -13px;
  font-size: 18px;
  color: #333;
  margin-right: -10px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.tourism-new-price b {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: -7px;
  left: -5px;
  font-family: "Poppins", sans-serif;
}

/************ Tourism Section Start ***********/

/*************** Testimonials Section Start ***********/

.testimonials-section {
  background: none;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.testimonials {
  background-color: #8f61d9;
  position: relative;
  padding: 100px 0;
}

.testimonials-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  background: url(../images/testimonials_bg.png) no-repeat;
  left: 0;
  background-size: 100%;
  opacity: 1;
  top: -26px;
}

.testimonials-section:after {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(../images/testimonials_bg.png) no-repeat;
  background-size: cover;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.testimonials-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.testimonials-title-content {
  width: 30%;
  padding: 10px 30px 0 0;
}

.testimonials-style {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  position: relative;
}

.testimonials-style::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  background: aqua;
  width: 100%;
  height: 3px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: head-lin 3s infinite linear;
  animation: head-lin 3s infinite linear;
}

.testimonials-title {
  padding: 20px 0 20px 0;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  line-height: 58px;
}

.testimonials-slider {
  width: 70%;
}

.testimonials-item {
  font-family: "Poppins", sans-serif;
  padding: 0 15px;
}

.testimonials-discription {
  border: 1px solid #e2d8db;
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 7px 20px 0px rgb(0 0 0 / 8%);
  box-shadow: 0px 7px 20px 0px rgb(0 0 0 / 8%);
}

.testimonials-discription:before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 57px;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: 2;
}

.testimonials-client-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-client-profile img {
  max-width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 5%);
  margin-left: 30px;
}

.testimonials-client-name {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  margin-left: 26px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: -0.6px;
  font-family: "Josefin Sans", sans-serif;
}

.testimonials-client-name small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
}

.testimonials-discription span {
  font-size: 23px;
  color: #ff9800;
  letter-spacing: 2px;
}

.testimonials-discription small {
  font-size: 13px;
  letter-spacing: 0;
  color: #555;
  font-weight: 300;
}

.testimonials-discription p {
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 14px;
  color: #000;
  line-height: 32px;
  margin-top: 10px;
}

.testimonials-slider .slick-arrow {
  top: unset;
  bottom: 0;
  background-color: #000;
}

.testimonials-slider .slick-prev {
  left: 40%;
  top: 110%;
}

.testimonials-slider .slick-next {
  left: 50%;
  top: 110%;
}

.testimonials-slider .slick-prev::before {
  content: "\f104";
  background-image: none;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  top: 50%;
  width: unset;
  height: unset;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  z-index: 1;
  color: #fff;
}

.testimonials-slider .slick-next::before {
  content: "\f105";
  background-image: none;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  top: 50%;
  width: unset;
  height: unset;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  z-index: 1;
  color: #fff;
}

.testimonials-content::before {
  position: absolute;
  content: "";
  right: -384px;
  bottom: 26px;
  width: 399px;
  height: 500px;
  background: url(../images/testimonials_girl.png);
  background-size: 533px;
  background-position: 174px -15px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*************** Testimonials Section End ***********/

/*********** Never Section Start *************/

.never-section {
  padding: 120px 0 50px 0;
  position: relative;
}

.never-section::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/never_bg_style.png);
  background-size: cover;
}

.never-title {
  line-height: 50px;
  position: relative;
  margin: 0 auto;
  display: table;
  padding: 0 0 18px 0;
  z-index: 1;
  font-size: 32px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}

.never-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: url(../images/title_line.png);
  background-size: cover;
  height: 36px;
  width: 100%;
}

.never-title:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 200px;
  width: 1000px;
  left: -431px;
  z-index: -1;
  opacity: 0.7;
  top: -92px;
}

.never-discription {
  line-height: 30px;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 8;
  font-family: "Poppins", sans-serif;
  padding-top: 10px;
}

.never-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3100px;
  padding: 30px 0 88px 70px;
  position: absolute;
  background-size: cover;
  -webkit-animation-name: back-po;
  animation-name: back-po;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.never-country-content {
  width: 100%;
  overflow: hidden;
  padding-bottom: 290px;
  position: relative;
}

.never-country::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url(../images/never_line.png);
  background-size: contain;
  bottom: 0;
  height: 100px;
  width: 100%;
}

.never-contry-travel {
  z-index: 1;
  position: relative;
  top: 102px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.never-location-icon {
  position: absolute;
  width: 30px;
  max-width: 100%;
  height: 30px;
  left: 0;
  top: -55px;
}

.never-country-logo {
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin-right: 20px;
}

.never-country-title h6 {
  font-size: 14px;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}

.never-country-title small {
  position: relative;
  letter-spacing: 1px;
  font-size: 12px;
  color: #666;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  text-align: left;
  left: 2px;
  top: -4px;
}

.never-country .never-contry-travel:nth-child(2) {
  top: 98px;
}

.never-country .never-contry-travel:nth-child(3) {
  top: 178px;
}

.never-country .never-contry-travel:nth-child(4) {
  top: 152px;
}

.never-country .never-contry-travel:nth-child(5) {
  top: 88px;
}

.never-country .never-contry-travel:nth-child(6) {
  top: 138px;
}

.never-country .never-contry-travel:nth-child(7) {
  top: 181px;
}

.never-country .never-contry-travel:nth-child(8) {
  top: 106px;
}

.never-country .never-contry-travel:nth-child(9) {
  top: 97px;
}

.never-country .never-contry-travel:nth-child(10) {
  top: 90px;
}

@-webkit-keyframes back-po {
  100% {
    -webkit-transform: translateX(-1300px);
    transform: translateX(-1300px);
  }
}

@keyframes back-po {
  100% {
    -webkit-transform: translateX(-1300px);
    transform: translateX(-1300px);
  }
}

/*********** Never Section End *************/

/************ Experts Section Start *************/

.experts-section {
  padding: 120px 0 90px;
}

.experts-card {
  text-align: center;
  text-transform: capitalize;
  padding: 20px 20px 30px 20px;
  border-radius: 8px;
  background: #f5f6fa;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

.experts-img {
  width: 215px;
  height: 180px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 12px;
}

.experts-img img {
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

.experts-body-title {
  /* padding-top: 19px; */
  margin: 0;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.experts-card:hover .experts-body-title {
  color: #f40858;
}

.experts-card:hover {
  -webkit-box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 18%);
  box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 18%);
  background: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.experts-body-discription {
  color: #555;
  margin: 0;
  font-weight: 400;
  padding: 6px 0;
  font-size: 14px;
  line-height: 28px;
}

.experts-social-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
}

.experts-social-link i {
  padding: 8px 8px 8px 8px;
  height: 30px;
  width: 30px;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #055dfd;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.experts-card:hover .experts-social-item i {
  position: relative;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

.experts-card:hover .experts-social-item:nth-child(1) i {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.experts-card:hover .experts-social-item:nth-child(2) i {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.experts-card:hover .experts-social-item:nth-child(3) i {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/************ Experts Section End *************/

/************* Offers Section Start ************/

.offers-section {
  background-image: url(../images/offers_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
}

.offers-section:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #3277e8;
  background: -o-linear-gradient(163deg, #0072ffd6, #ee051bcc);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #320505b0),
    to(#5609093d)
  );
  background: -o-linear-gradient(left, #320505b0 50%, #5609093d);
  background: linear-gradient(to right, #320505b0 50%, #5609093d);
}

.offers-content {
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
}

.offers-title {
  font-weight: 800;
  font-size: 39px;
  position: relative;
  color: #fff;
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 50px;
  font-family: "Josefin Sans", sans-serif;
}

.offers-title span {
  color: #f3ce07;
  font-weight: 700;
}

.offers-discription {
  font-size: 14px;
  line-height: 28px;
  position: relative;
  margin: 0;
  font-weight: 400;
  color: #fff;
}

.offers-btn {
  font-size: 17px;
  padding: 14px 40px;
}

.offer-contact-email {
  background: #fff;
  padding: 10px;
  border-radius: 20px 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 12px;
  width: 270px;
  max-width: 100%;
}

.offer-contact-email i {
  background: #f97150;
  padding: 10px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  max-width: 100%;
  margin-right: 18px;
  padding-top: 16px;
}

.offers-contact-title {
  text-align: center;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 0;
  color: #555;
  font-size: 17px;
  font-weight: 600;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.offers-contact-title span {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  text-transform: initial;
}

.offers-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.offer-contact-email:hover {
  border-radius: 0 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/************* Offers Section End ************/

/********* Footer Start *********/

.footer {
  background-color: #000;
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
}

.footer-logo img {
  width: 140px;
  margin-bottom: 15px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 3px;
}

.footer-address-item i {
  margin-right: 15px;
  font-size: 18px;
}

.footer-address-item span {
  text-decoration: none;
  font-size: 15px;
  color: #9f9f9f;
  line-height: 37px;
  font-weight: 400;
  display: inherit;
}

.footer-address-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.footer-social-link i {
  padding: 8px 8px 8px 8px;
  height: 30px;
  width: 30px;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  color: #9f9f9f;
  float: left;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-social-link i:hover {
  background: #03a9f4;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #03a9f4;
  color: #fff;
}

.footer-social-item {
  margin-right: 10px;
}

.footer-features-list {
  list-style: none;
  padding: 0;
  text-transform: capitalize;
}

.footer-features-title {
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}

.footer-features-link {
  display: block;
  text-decoration: none;
  line-height: 34px;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #9f9f9f;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 15px;
  position: relative;
  font-weight: 400;
}

.footer-features-link:hover {
  color: #fff;
  padding-left: 20px;
}

.footer-features-link::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  left: -2px;
  bottom: 0;
  font-size: 10px;
}

.copyright {
  background: #fafafa;
  text-align: center;
  border-top: 1px solid #333;
}

.copyright p {
  margin: 0;
  border-top: 0;
  color: #8b8b8b;
  text-decoration: none;
  padding: 15px 0;
  line-height: 28px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.copyright a {
  color: #8b8b8b;
  font-weight: 400;
  text-decoration: none;
}

/********* Footer End *********/

/*************** Responsive Start ***************/

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }

  .fantasy-section .container {
    max-width: 1300px;
  }
}

@media (max-width: 1199px) {
  .landing-img {
    width: 450px;
    bottom: -81px;
    top: unset;
  }

  .package-box {
    padding: 30px;
  }

  .fantasy-card-review {
    display: inline;
  }

  .fantasy-card-review small {
    display: block;
    text-align: center;
    padding-left: 15px;
  }

  .discount-percenteg {
    right: -20px;
    z-index: 4;
  }

  .destination-choose-content {
    display: inherit;
  }

  .destination-choose {
    width: 100%;
    text-align: center;
  }

  .destination-choose-content::before {
    width: 100%;
  }

  .destination-slider {
    width: 100%;
    margin-top: 15px;
  }

  .destination-slider-item {
    padding: 25px 26px;
  }

  .traveler-ruls {
    padding: 85px 20px 45px 20px;
  }

  .fantasy-card-details {
    right: -21%;
  }

  .traveler-client-title {
    font-size: 18px;
    line-height: 27px;
  }

  .traveler-service {
    padding: 38px 35px;
  }

  .traveler-client {
    padding: 35px 30px;
  }

  .tourism-rooms-booking {
    text-transform: capitalize;
    padding: 50px 30px 50px 30px;
  }

  .testimonials-section {
    padding: 100px 0;
  }

  .testimonials {
    padding: 60px 0;
  }

  .offers-contact {
    display: inherit;
    margin-top: 0;
  }

  .offer-contact-email {
    margin-right: 0;
    margin: 0 auto 30px;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 10px 0 10px 0;
  }

  .navbar-brand img {
    width: 100px;
  }

  .navbar-brand {
    margin: 0 auto;
  }

  .landing-img {
    width: 100%;
    position: relative;
    text-align: center;
    bottom: 0;
  }

  .landing-title {
    text-align: center;
  }

  .landing-title-content {
    padding: 108px 0 57px;
  }

  .package-section {
    padding: 40px 0;
    background-color: #fff;
  }

  .package-item {
    padding: 51px;
    background-color: #35364c;
    margin: 20px 0;
    text-align: center;
    border-radius: 20px;
  }

  .package-item-title {
    display: inherit;
  }

  .landing-title-content img {
    display: none;
  }

  .package-box {
    padding: 50px;
    background-color: #35364c;
    margin: 20px 0;
    border-radius: 20px;
    text-align: center;
  }

  .fantasy-section {
    padding: 60px 0 28px;
  }

  .discount-img {
    width: 310px;
    left: 0;
  }

  .discount-img2 {
    left: 50%;
    top: 0;
  }

  .discount-plan {
    padding-left: 0;
    margin-top: 25px;
  }

  .destination-slider-item {
    padding: 25px 40px;
  }

  .traveler-ruls {
    padding: 85px 40px 45px 40px;
  }

  .traveler-join {
    display: inherit;
    background-color: #fff;
  }

  .traveler-client {
    width: 100%;
    margin-bottom: 8px;
    background-color: #072f60;
  }

  .traveler-service {
    width: calc(50% - 8px);
    margin: 0 4px 8px 4px;
  }

  .traveler-section {
    padding: 60px 0;
  }

  .tourism-section:after {
    right: 0;
  }

  .nav-item {
    width: 48%;
    margin: 0 6px 16px;
  }

  .nav-tabs .nav-link {
    width: 100%;
    -webkit-box-shadow: 0px 3px 18px -6px #4f494952;
    box-shadow: 0px 3px 18px -6px #4f494952;
  }

  .nav-tabs .nav-item:nth-child(1) .nav-link {
    border-radius: 10px;
  }

  .nav-tabs .nav-link {
    border-radius: 10px;
  }

  .nav-tabs {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .nav-tabs .nav-item:nth-child(4) .nav-link {
    border-radius: 10px;
  }

  .tourism-tabs-body {
    display: inline;
  }

  .tourism-tabs-img {
    width: 100%;
  }

  .tourism-rooms-booking {
    width: 100%;
  }

  .testimonials-section {
    padding: 60px 0 80px;
  }

  .testimonials-content {
    display: inline;
  }

  .testimonials-title-content {
    width: 100%;
  }

  .testimonials-slider {
    width: 100%;
    margin-top: 80px;
  }

  .testimonials-slider .slick-prev {
    left: 0;
    top: -33px;
  }

  .testimonials-slider .slick-arrow {
    top: -70px;
  }

  .testimonials-slider .slick-next {
    left: 55px;
  }

  .experts-section {
    padding: 60px 0 30px;
  }

  .offers-details {
    text-align: center;
  }

  .offer-contact-email {
    width: 462px;
  }

  .offers-section {
    padding: 70px 0 60px;
  }

  .offers-contact {
    margin-top: 40px;
  }

  .footer-address {
    margin-bottom: 50px;
  }

  .footer {
    padding: 60px 0;
  }

  .never-title:after {
    width: 100%;
    left: 0;
  }

  .traveler-service-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /******* Left Menu Start ******/
  .left-menu {
    margin-left: -22px;
  }

  .left-menu i {
    color: #fff;
    background: #2250fc;
    padding: 4px 7px;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
  }

  .left-menu-content {
    background: #fff;
    position: fixed;
    bottom: 0;
    top: 44px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 0px 30px 50px 30px;
    z-index: 20;
    width: 300px;
    left: -500px;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    border-radius: 0px;
    -webkit-box-shadow: -14px 7px 21px -14px #33333336;
    box-shadow: -14px 7px 21px -14px #33333336;
  }

  .menuact {
    left: 0;
    z-index: 99;
  }

  .left-menu-list {
    list-style: none;
    padding: 0;
  }

  .left-menu-item,
  .left-submenu-item {
    width: 100%;
    margin: 8px 0;
    padding: 0px 0 8px 0px;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .left-menu-link,
  .left-submenu-link {
    width: 100%;
    text-align: left;
    font-family: "Josefin Sans", sans-serif;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    padding: 10px 0px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 0.15px;
    z-index: 10;
    display: inline-block;
  }

  .left-menu-link:hover {
    color: #2250fc;
  }

  .left-menu-link::before {
    content: "";
    position: absolute;
    width: 102%;
    height: 1px;
    bottom: -8px;
    left: 0;
    z-index: -1;
    -webkit-clip-path: circle(27% at -20% 50%);
    clip-path: circle(27% at -20% 50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #055dfd;
  }

  .left-menu-item:hover .left-menu-link:before {
    -webkit-clip-path: circle(150% at 0 0);
    clip-path: circle(150% at 0 0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .left-menu-link::after {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 14px;
    right: 15px;
    position: absolute;
    top: 7px;
  }

  .left-menu-link-arrow {
    display: inline-block;
    right: 15px;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid #1a1818;
  }

  .left-menu-item:nth-child(3) .left-menu-link::after {
    display: none;
  }

  .left-submenu-list {
    list-style: none;
    padding: 0;
  }

  .left-menu-submenu {
    position: absolute;
    background: #fafafa;
    padding: 40px 30px 12px 30px;
    padding-top: 20px;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 9px 18px -6px #0a0a0a2b;
    box-shadow: 0 9px 18px -6px #0a0a0a2b;
    z-index: 99;
    border: 1px solid #d8d8d8;
    left: -30px;
    width: 300px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }

  .left-submenu-show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(49px);
    -ms-transform: translateY(49px);
    transform: translateY(49px);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  /******* Left Menu End ******/
  .header-search-content {
    display: inline;
  }

  .header-search-close {
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .landing-title {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -1px;
  }

  .landing-title span {
    font-size: 45px;
    letter-spacing: -2px;
    line-height: 60px;
  }

  .landing-title-content {
    padding: 55px 0 10px;
  }

  .fantasy-title {
    font-size: 40px;
  }

  .discount-img {
    width: 100%;
    left: 0;
    position: relative;
  }

  .discount-plan-title {
    font-size: 40px;
    line-height: 50px;
    padding-right: 0;
  }

  .discount-plane-discription {
    font-size: 13px;
    padding: 24px 0 30px 0;
  }

  .destination-choose-title {
    line-height: 35px;
    font-size: 30px;
  }

  .destination-choose-content::before {
    left: -200px;
  }

  .flights-section {
    padding: 60px 0 30px;
  }

  .flights-title::before {
    bottom: -20px;
    width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .discount-section::before {
    right: -40px;
    bottom: -80px;
  }

  .flights-ruls-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .destination-slider-item {
    padding: 25px 20px;
  }

  .slick-prev {
    left: -28px;
  }

  .slick-next {
    right: -28px;
  }

  .traveler-ruls {
    padding: 100px 40px 45px 40px;
  }

  .traveler-client-triangle {
    top: -1px;
  }

  .traveler-service {
    padding: 20px;
  }

  .nav-tabs-icon {
    display: none;
  }

  .nav-tabs .nav-link {
    padding: 24px 15px 15px 15px;
  }

  .nav-item {
    width: calc(50% - 12px);
  }

  .tourism-rooms-service h6 {
    margin-right: 14px;
    font-size: 12px;
  }

  .tourism-booking-footer {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tourism-booking-btn {
    padding-right: 0;
    margin-right: 0;
    width: 50%;
  }

  .tourism-booking-review {
    width: 50%;
  }

  .tourism-review-star {
    margin-left: 26px;
    display: block;
    text-align: center;
  }

  .tourism-rooms-booking {
    height: auto;
  }

  .tourism-booking-price {
    margin-left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-top: 20px;
  }

  .tourism-old-price {
    margin-right: 20px;
  }

  .testimonials-section {
    padding: 47px 0;
  }

  .testimonials-section::before {
    top: 6px;
  }

  .testimonials {
    padding: 40px 0;
  }

  .testimonials-title {
    font-size: 30px;
    line-height: 38px;
  }

  .testimonials-title-content {
    padding: 10px 15px 0 15px;
  }

  .testimonials-slider .slick-prev {
    left: 18px;
  }

  .testimonials-slider .slick-next {
    left: 70px;
  }

  .testimonials-content::before {
    display: none;
  }

  .never-title {
    font-size: 22px;
    line-height: 30px;
  }

  .never-title::before {
    bottom: -13px;
  }

  .never-country-content {
    padding-bottom: 270px;
  }

  .experts-section {
    padding: 20px 0 30px;
  }

  .experts-card {
    padding: 20px 15px 30px 15px;
  }

  .experts-img {
    width: 100%;
    height: 100%;
  }

  .offers-title {
    font-size: 36px;
    line-height: 42px;
  }

  .footer-content {
    padding-left: 30px;
  }

  .copyright p {
    padding: 30px 0;
  }

  .left-menu {
    margin-left: -4px;
  }

  .sidebar-content {
    width: 100%;
    height: 100%;
  }

  .header-search-input .form-control {
    padding: 15px;
  }

  .book-modal-body {
    padding: 35px 20px;
  }

  .pack-border {
    bottom: 19%;
  }

  .tourism-tabs-body::after {
    right: -11px;
    bottom: -15px;
  }

  .traveler-join::before {
    right: -11px;
    bottom: -15px;
  }

  .package-box {
    margin: 10px 0;
  }

  .package-box-animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0px 9px 16px 1px #333;
    box-shadow: 0px 9px 16px 1px #333;
  }

  .package-box:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0px 9px 16px 1px #333;
    box-shadow: 0px 9px 16px 1px #333;
  }

  .package-item {
    margin: 10px 0;
  }
}

/*************** Responsive End ***************/
