* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

*::-moz-selection {
  background-color: #27AE60;
  color: #fff;
}

*::selection {
  background-color: #27AE60;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: #27AE60;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #27AE60;
}

/***************************** Global Style *****************************/
body {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3.h4, h5 {
  font-weight: 700;
}

p {
  font-weight: 300;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

section .ui-datepicker {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.125rem 0.3rem rgba(0, 0, 0, 0.2);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

section .ui-datepicker-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}

section .ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  color: #353535;
}

section .ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

section .ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 50%;
  line-height: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #353535;
  font-size: 0.875rem;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

section .ui-datepicker-calendar tbody td a:hover {
  background: #e17981;
  color: #ffffff;
}

section .ui-datepicker-calendar tbody td a.ui-state-active {
  background: #d33a47;
  color: #ffffff;
}

section .ui-datepicker-calendar tbody td a.ui-state-highlight {
  color: #d33a47;
  border: 1px solid #d33a47;
}

section .ui-datepicker-header a span {
  display: none;
}

section .ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
}

section .ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
}

section .ui-datepicker-header a.ui-datepicker-prev::after {
  font-family: "Material Icons";
  content: "\e314";
  font-size: 1.5rem;
  color: #353535;
}

section .ui-datepicker-header a.ui-datepicker-next {
  right: 0;
}

section .ui-datepicker-header a.ui-datepicker-next::after {
  font-family: "Material Icons";
  content: "\e315";
  font-size: 1.5rem;
  color: #353535;
}

section .ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

section .ui-datepicker-week-col {
  color: #353535;
  font-weight: 400;
  font-size: 0.75rem;
}

section .icons i {
  color: #F2994A;
  font-size: 12px;
}

section .icons i:nth-of-type(5) {
  color: #707070;
}

section .travel-button {
  background-color: #27AE60 !important;
  border-radius: 8px;
  border: 0;
  color: #FFFFFF;
  font-weight: 300;
  padding: 10px 28px;
}

section .button-header .book {
  background-color: #27AE60;
  border-radius: 8px;
  border: 0;
  color: #FFFFFF;
  font-weight: 300;
  padding: 10px 28px;
}

section .button-header .book:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

section .button-header .book:active {
  background-color: #27AE60 !important;
  border-color: #27AE60 !important;
}

.scroll-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #27AE60;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  background-color: #000;
  color: #fff;
}

/***************************** Animations *****************************/
/***************************** Start Edit Navbar & Footer *****************************/
.navbar .navbar-brand {
  color: #27AE60;
  font-weight: 500;
  font-size: 25px;
}

.navbar .navbar-brand span {
  color: #000000;
}

.navbar .collapse .navbar-nav .nav-item {
  padding: 0 15px;
}

.navbar .collapse .navbar-nav .nav-item .nav-link {
  color: #797979;
  text-transform: capitalize;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.navbar .collapse .navbar-nav .nav-item .nav-link:hover {
  color: #27AE60 !important;
}

.navbar .collapse .navbar-nav .nav-item .dropdown-toggle {
  color: #000;
  text-transform: uppercase;
}

.navbar .collapse .navbar-nav .active .nav-link {
  color: #000 !important;
}

.navbar .collapse .navbar-nav .search i {
  color: #000 !important;
}

.navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

.header {
  position: relative;
  overflow: hidden;
}

.header .info {
  width: 100%;
  height: 100%;
}

.header .info::after {
  background-color: #FAFAFA;
  position: absolute;
  content: "";
  top: -200px;
  left: -60px;
  right: -192px;
  bottom: -100px;
  z-index: -1;
}

.header .swiper-container {
  width: 100%;
  height: 100%;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.header .swiper-slide {
  background-position: center;
  background-size: cover;
  z-index: 2;
  height: 500px;
}

.header .swiper-slide-next {
  right: -20px;
  opacity: 0.3 !important;
  z-index: 1;
  top: 5%;
  height: 90%;
}

.header .swiper-slide-prev {
  right: -40px;
  opacity: 0.3 !important;
  z-index: 0;
  top: 8%;
  height: 84%;
}

.header .header-content {
  padding: 100px 0;
}

.header .header-content .header-text .text-span {
  font-weight: 400;
  color: #4F4F4F;
  font-size: 17px;
}

.header .header-content .header-text .title {
  font-size: 40px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 15px 0;
}

.header .header-content .header-text .underline {
  background-color: #6FCF97;
  height: 12px;
  border-radius: 2px;
  display: block;
  width: 40%;
  position: absolute;
  top: 64px;
  z-index: -1;
  left: 3px;
}

.header .header-content .header-text .text {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
}

.header .header-content .header-text .icons .fa-star {
  color: #F2994A;
}

.header .header-content .header-text .visitors {
  color: #4F4F4F;
  font-weight: 400;
  margin-bottom: 0;
  padding: 35px 0 15px 0;
}

.book-input .book-content {
  border: 1px solid #CECECE;
  border-radius: 11.5px;
  padding: 20px 30px;
  width: 85%;
  margin: auto;
}

.book-input .book-content .info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.book-input .book-content .arrow {
  background-color: #27AE60;
  width: 40px;
  height: 30px;
  position: absolute;
  right: -65px;
  top: 40px;
  z-index: 3;
}

.book-input .book-content .arrow:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book-input .book-content .arrow:active {
  background-color: #27AE60;
  border-color: #27AE60;
  border: 0;
}

.book-input .book-content .arrow:hover {
  border: none;
}

.book-input .book-content .arrow img {
  display: block;
  margin: auto;
}

.book-input .book-content .form-group {
  margin-bottom: 0 !important;
  margin: 0 auto;
}

.book-input .book-content .form-group label {
  color: #A4A4A4;
}

.book-input .book-content .form-group .form-control {
  border: 1px solid #E0E0E0;
  border-radius: 5.5px;
  padding: 22px 10px;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  width: auto;
  margin: 0 12px;
  cursor: pointer;
}

.book-input .book-content .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book-input .book-content .button-header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: absolute;
  top: 70%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/***************************** Start Edit Home Page *****************************/
.pathner {
  padding: 100px 0;
  position: relative;
}

.pathner .pa {
  position: relative;
  z-index: 99999999;
}

.pathner .heading {
  text-align: center;
  position: relative;
}

.pathner .heading .title {
  font-size: 40px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 15px 0;
}

.pathner .heading .underline {
  background-color: #6FCF97;
  height: 8px;
  border-radius: 2px;
  display: block;
  width: 8%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
  z-index: -1;
}

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

.pathner .pathner-content .pathner-img .img-1 {
  z-index: -2;
}

.pathner .pathner-content .pathner-img .img-1 img {
  height: 499px;
  width: 329px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pathner .pathner-content .pathner-img .img-2 {
  position: absolute;
  z-index: 0;
  width: 111%;
  left: 35%;
  top: 75px;
  z-index: 0;
}

.pathner .pathner-content .pathner-img .img-2 img {
  width: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 7px solid #fff;
}

.pathner .pathner-content .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 150px;
}

.pathner .pathner-content .swiper-button-next,
.pathner .pathner-content .swiper-button-prev {
  background: none;
  border-radius: 6px;
  width: 45px;
  height: 40px;
  line-height: 44px;
  background-color: #27AE60;
  text-align: center;
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pathner .pathner-content .swiper-button-next i,
.pathner .pathner-content .swiper-button-prev i {
  font-size: 15px;
  color: #fff;
}

.pathner .pathner-content .swiper-button-next:focus,
.pathner .pathner-content .swiper-button-prev:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pathner .pathner-content .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 140px 0;
}

.pathner .pathner-content .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pathner .pathner-content .swiper-slide .one .img-slide img {
  -webkit-filter: invert(24%) sepia(49%) saturate(3104%) hue-rotate(318deg) brightness(92%) contrast(91%);
          filter: invert(24%) sepia(49%) saturate(3104%) hue-rotate(318deg) brightness(92%) contrast(91%);
}

.pathner .pathner-content .swiper-slide .pathner-card {
  color: #000;
  padding: 60px 23px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 12px;
}

.pathner .pathner-content .swiper-slide .pathner-card:hover {
  background-color: #27AE60;
  color: #fff !important;
}

.pathner .pathner-content .swiper-slide .pathner-card:hover .img-slide img {
  -webkit-filter: invert(108%) sepia(10%) saturate(3%) hue-rotate(127deg) brightness(143%) contrast(100%);
          filter: invert(108%) sepia(10%) saturate(3%) hue-rotate(127deg) brightness(143%) contrast(100%);
}

.pathner .pathner-content .swiper-slide .pathner-card:hover .first img {
  -webkit-filter: invert(30%) sepia(10%) saturate(3%) hue-rotate(127deg) brightness(143%) contrast(100%) !important;
          filter: invert(30%) sepia(10%) saturate(3%) hue-rotate(127deg) brightness(143%) contrast(100%) !important;
}

.pathner .pathner-content .swiper-slide .pathner-card .img-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 120px;
  height: 56px;
}

.pathner .pathner-content .swiper-slide .pathner-card .line {
  display: block;
  height: 1px;
  width: 25%;
  background-color: #797979;
  margin: 40px auto;
}

.pathner .pathner-content .swiper-slide .pathner-card .text {
  margin-bottom: 0;
  font-size: 15px;
}

/***************************** Start section travel type*****************************/
.travel-type {
  background-color: #F9F9F9;
  padding: 30px 0;
}

.travel-type .img-travel .images {
  position: relative;
  margin: 11px;
}

.travel-type .img-travel .images:hover::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.travel-type .img-travel .images:hover .travel-content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 77%;
  visibility: visible;
  opacity: 1;
  z-index: 2;
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 11.5px;
}

.travel-type .img-travel .images:hover .travel-content .title {
  color: #4F4F4F;
}

.travel-type .img-travel .images::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  background-image: linear-gradient(359deg, rgba(0, 0, 0, 0.1) 98%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 2%);
  z-index: 1;
}

.travel-type .img-travel .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.travel-type .img-travel .images .travel-content {
  width: 75%;
  padding: 30px 0;
  text-align: center;
  z-index: 2;
  bottom: 0;
  position: absolute;
  height: 22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.travel-type .img-travel .images .travel-content .title {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 400;
}

.travel-type .img-travel .images .travel-content .number {
  color: #4F4F4F;
  font-weight: 300;
  margin-bottom: 0 !important;
}

.travel-type .img-travel .images .travel-content .button-travel {
  margin-top: 45px;
}

.travel-type .img-travel .images .travel-content .button-travel .travel-button {
  font-size: 14px;
  background-color: #27AE60;
  border-radius: 8px;
  border: 0;
  color: #FFFFFF;
  font-weight: 100;
  padding: 11px 37px;
}

.travel-type .img-travel .images .travel-content .button-travel .travel-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.travel-type .travel-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  padding: 0 30px;
}

.travel-type .travel-info .heading {
  font-size: 40px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 60px 0;
  position: relative;
}

.travel-type .travel-info .underline {
  background-color: #6FCF97;
  height: 8px;
  border-radius: 2px;
  display: block;
  width: 24%;
  position: absolute;
  top: 93px;
  z-index: -1;
  left: 30px;
}

.travel-type .travel-info .content {
  color: #4F4F4F;
  position: relative;
  padding: 0 50px;
  margin-bottom: 0;
  line-height: 1.8;
}

.travel-type .travel-info .content::before {
  position: absolute;
  content: "";
  background-color: #4F4F4F;
  width: 6px;
  left: 0;
  display: block;
  height: 100%;
}

.travel-type .travel-info .button-travel {
  padding: 60px 0;
}

.travel-type .travel-info .button-travel .travel-button {
  padding: 12px 40px;
}

.travel-type .travel-info .button-travel .travel-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/***************************** end section travel type*****************************/
/***************************** start section destination*****************************/
.destination {
  padding: 50px 0;
}

.destination .heading {
  text-align: center;
}

.destination .heading .title {
  font-size: 40px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 60px 0;
  position: relative;
  letter-spacing: 3px;
}

.destination .heading .title::before {
  position: absolute;
  content: "";
  background-color: #6FCF97;
  height: 8px;
  border-radius: 2px;
  display: block;
  width: 16%;
  z-index: -1;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.destination .destination-cards .card {
  border: 0;
  width: 100% !important;
}

.destination .destination-cards .card:hover .card-body {
  border-bottom: 4px solid #219653 !important;
}

.destination .destination-cards .card:hover .card-body .card-text {
  height: 40px;
  visibility: visible;
  opacity: 1;
}

.destination .destination-cards .card:hover .images-card img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.destination .destination-cards .card:hover .number {
  visibility: visible !important;
  background-color: #fff;
  font-weight: 300;
  opacity: 1 !important;
  border-radius: 12px;
  padding: 13px 30px;
  height: 45px !important;
  z-index: 1;
}

.destination .destination-cards .card .images-card {
  position: relative;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.destination .destination-cards .card .images-card img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-top-left-radius: 11.5px;
  border-top-right-radius: 11.5px;
  -webkit-transition: all .5s  linear;
  transition: all .5s  linear;
}

.destination .destination-cards .card .images-card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 21px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.destination .destination-cards .card .card-body {
  border: 1px solid #CECECE !important;
  border-bottom-left-radius: 11.5px;
  border-bottom-right-radius: 11.5px;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.destination .destination-cards .card .card-body .card-text {
  color: #4F4F4F;
  font-size: 14px;
  position: relative;
  padding: 0 15px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.destination .destination-cards .card .card-body .card-text::before {
  position: absolute;
  content: "";
  background-color: #CECECE;
  width: 2px;
  left: 0;
  display: block;
  height: 100%;
}

.destination .destination-cards .card .card-body .card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.destination .destination-cards .card .card-body .card-row .card-title {
  font-size: 16px;
  font-weight: 600;
  margin: auto 0;
}

.destination .destination-cards .card .card-body .card-row .tour {
  background-color: rgba(39, 174, 96, 0.3);
  color: #27AE60;
  padding: 6px 16px;
}

/***************************** end section destination*****************************/
/***************************** start section package *****************************/
.package {
  overflow: hidden;
}

.package .package-heading {
  padding: 50px 0;
}

.package .title {
  font-size: 40px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 2px;
}

.package .title::before {
  position: absolute;
  content: "";
  background-color: #6FCF97;
  height: 8px;
  border-radius: 2px;
  display: block;
  width: 28%;
  z-index: -1;
  top: 70%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.package .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
}

.package .swiper-button-next.swiper-button-disabled, .package .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: transparent;
  color: #000;
}

.package .swiper-button-next,
.package .swiper-button-prev {
  background: none;
  margin-top: 0;
  border-radius: 6px;
  width: 45px;
  height: 40px;
  line-height: 44px;
  background-color: #27AE60;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.package .swiper-button-next i,
.package .swiper-button-prev i {
  font-size: 15px;
}

.package .swiper-button-next:focus,
.package .swiper-button-prev:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.package .package-slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.package .package-slider .swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.package .package-slider .swiper-slide .card {
  border: 0;
  width: 22rem !important;
}

.package .package-slider .swiper-slide .card .images-card {
  position: relative;
}

.package .package-slider .swiper-slide .card .images-card img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px !important;
}

.package .package-slider .swiper-slide .card .images-card .money {
  color: #27AE60;
  background-color: #fff;
  position: absolute;
  right: 20px;
  bottom: -13px;
  border-radius: 6px;
  padding: 7px 23px;
}

.package .package-slider .swiper-slide .card .card-body {
  padding: 1.125rem 0;
}

.package .package-slider .swiper-slide .card .card-body .card-title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.package .package-slider .swiper-slide .card .card-body .icons i {
  color: #F2994A;
  font-size: 12px;
}

.package .package-slider .swiper-slide .card .card-body .icons i:nth-of-type(5) {
  color: #707070;
}

.package .package-slider .swiper-slide .card .card-body .icons .full-star {
  color: #F2994A !important;
}

.package .package-slider .swiper-slide .card .card-body .card-text {
  color: #4F4F4F;
  line-height: 1.4;
  color: #4F4F4F;
  font-size: 16px;
  margin-bottom: 0;
  padding: 20px 0 40px 0;
}

.package .package-slider .swiper-slide .card .card-body .button-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.package .package-slider .swiper-slide .card .card-body .button-slide .days {
  font-size: 16px;
  font-weight: 400;
  margin: auto 30px;
  color: #27AE60;
}

/***************************** end section package *****************************/
/***************************** start section siders *****************************/
.slider {
  background: url(../images/slider-bg.png);
  background-size: 100% 94%;
  padding: 70px 0;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
  background: none;
  margin-top: 0;
  border-radius: 6px;
  width: 45px;
  height: 40px;
  line-height: 44px;
  background-color: #fff;
  text-align: center;
  color: #27AE60;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider .swiper-button-next i,
.slider .swiper-button-prev i {
  font-size: 15px;
  color: #27AE60;
}

.slider .swiper-button-next:focus,
.slider .swiper-button-prev:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
}

.slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slider .swiper-slide .images {
  width: 90%;
  height: 100%;
}

.slider .swiper-slide .images img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  left: 35%;
  bottom: 15%;
  width: 340px;
  height: 405px;
}

.slider .swiper-slide .slider-row {
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 40px 0px;
  border-radius: 12px;
  width: 90%;
  height: 100%;
}

.slider .swiper-slide .slider-row .swiper-text {
  color: #fff;
  text-align: start;
}

.slider .swiper-slide .slider-row .swiper-text .text {
  margin-bottom: 0;
}

.slider .swiper-slide .slider-row .swiper-text .title {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 500;
}

.slider .swiper-slide .slider-row .swiper-text .note {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 13px;
}

.slider .swiper-slide .slider-row .swiper-text .icons {
  padding: 5px 0 30px 0;
}

/***************************** end section sliders *****************************/
/***************************** start section footer *****************************/
footer {
  background-color: #1B7542;
  padding: 17px 0;
  color: #FFFFFF;
}

footer .links {
  float: right;
}

footer .links a {
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 15px;
}

footer .copy {
  margin-bottom: 0 !important;
}

/***************************** end section footer *****************************/
/*# sourceMappingURL=style.css.map */