/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Mobile-menu
4. Slider
5. Breadcrumb
6. Booking
7. Features
8. About
9. Flight-Offer
10. Destination
11. Fly-Next
12. Brand
13. Service
14. Faq
15. Booking-List
16. Blog
17. Contact
18. Footer
19. Preloader
20. Cookie
21. Progress Bar
*/

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
body {
  font-family: 'Verdana', sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  color: #606575;
  font-style: normal;
  /* background-color: #fbf9f2; */
  /* background-color: #fffdf7; */
  background-color: #eaeaec;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

.white-background {
  background: #fff;
}
img,
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #e75150;
  text-decoration: none;
}
a,
button {
  color: #e75150;
  outline: medium none;
  text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  color: #21283f;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #606575;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
*::-moz-selection {
  background: #e75150;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #e75150;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #e75150;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.theme-overlay {
  position: relative;
}
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2;
}

/* Bootstrap 5 */
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}

/* button style */
.btn {
  user-select: none;
  -moz-user-select: none;
  background: #e75150 none repeat scroll 0 0;
  /* background-color: #275AA1; */
  border: medium none;
  border-radius: 5px;
  color: #2a2a2a;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 23px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Barlow", sans-serif;
}
.btn:hover {
  color: #fff;
  background: #275aa1;
}
.btn i {
  line-height: 0;
  margin-left: 10px;
  font-size: 20px;
}
.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #f6cd51;
  transition: 1s ease;
  border: none;
}
.scroll-top.open {
  bottom: 100px;
}
.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
.scroll-top:hover {
  background: #275aa1;
}

/* 2. Header */
.custom-container {
  max-width: 1530px;
}
.header-top {
  background: #f6cd51;
  padding: 8px 0;
}
.header-top-left a {
  color: #cecece;
  font-size: 13px;
}
.header-top-left a i {
  color: #e75150;
  font-size: 15px;
  margin-right: 5px;
}
.header-top-left a:hover {
  color: #e75150;
}
.header-top-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.header-top-right ul li {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.header-top-right ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-top-right ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 17px;
  border: 1px dashed #61666f;
}
.header-top-right ul li:last-child::before {
  display: none;
}
.header-top-right ul li a {
  color: #cecece;
  font-size: 13px;
}
.header-top-right ul li a i {
  font-size: 10px;
  margin-right: 10px;
}
.header-top-right ul li a:hover {
  color: #e75150;
}
.transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
}
.menu-area {
  top: 40px;
}
.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
}
.logo img {
  max-width: 200px;
}
.navbar-wrap {
  position: relative;
  display: flex;
  flex-grow: 1;
}

.navbar-wrap .navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* margin-left: auto; */
}
/* .navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
   margin-left: auto; 
} */
.navbar-wrap ul li {
  display: block;
  position: relative; /*this affects it from going full-width*/
}
.navbar-wrap .navigation li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  padding: 40px 22px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: "Barlow", sans-serif;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
  color: #ffd14a;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}
.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.header-action > ul li {
  position: relative;
  margin-left: 10px;
}
.header-action ul li:first-child {
  margin-left: 0;
}
.header-action ul .country {
  margin-right: 15px;
}
.header-action ul .country a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.header-action ul .country a img {
  margin-left: 15px;
  border-radius: 50%;
}
.header-action ul .question {
  margin-right: 12px;
}
.header-action ul .question a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.header-action ul .question a:hover {
  background: #fff;
  color: #21283f;
}
.header-action .header-btn .btn {
  /* color: #2a2a2a; */
  /* color: #333; */
  font-size: 16px;
  padding: 16px 25px;
  background: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  border-radius: 2px;
  font-weight: 600;
}
.header-action .header-btn .btn:hover {
  background: #e75150;
}
.header-action .header-btn.sign-in .btn {
  background: #e75150;
}
.header-action .header-btn.sign-in .btn:hover {
  background: #fff;
  color: #333;
}

.text {
  color: #fff;
}
.navbar-wrap ul li .submenu {
  position: absolute;
  /* display: flex; */
  justify-content: space-between;
  left: 0;
  right: 0;
  top: 100%;
  /* This will make the dropdown fit its content */
  min-width: fit-content;
  white-space: nowrap;
  /* end */
  border: 1px solid #f5f5f5;
  background-image: linear-gradient(
    37deg,
    rgb(238, 237, 237),
    rgb(233, 223, 252)
  );

  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 10px;

  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.submenu li ul h6 {
  padding: 10px;
}
.navbar-wrap ul li .submenu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.navbar-wrap ul li .submenu li a {
  padding: 10px 10px 0 10px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #1f252e;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .submenu li h6 {
  padding: 10px 10px 0 10px;
}

.navbar-wrap ul li .submenu li.active a,
.navbar-wrap ul li .submenu li a:hover,
.navbar-wrap ul li .mega-box li.active,
.navbar-wrap ul li .mega-box li a:hover {
  color: #e75150;
}
.navbar-wrap ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #275aa1;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

/* menu-style-two */
.menu-area.menu-style-two {
  top: 0;
  background-image: linear-gradient(to right, #07427e, #065691);
  border: none;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: #fff;
  margin-right: 30px;
  top: 15px;
}
.nav-logo img {
  width: 150px;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  border-radius: 0px;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
.mobile-menu-visible .menu-backdrop {
  opacity: 0.8;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .close-btn {
  position: absolute;
  right: 6px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: #312620;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #1f252e;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #1f252e;
  background: #efefef;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.mobile-menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #1f252e;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
  border-color: #e75150;
  background: #e75150;
  color: #fff;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  display: none;
  margin-top: 8px;
}

/* 4. Slider */
.slider-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;

  min-height: 60vh;
  position: relative;
  display: flex !important;
  align-items: center;
  z-index: 1;
  padding: 100px 0 200px;
}
.slider-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right bottom,
    rgba(0, 123, 255, 0.5),
    transparent
  );
  /* background: #003580; */
  /* opacity: 0.2; */
  z-index: -1;
}
.slider-content {
  margin-top: -25px;
}
.slider-content .title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 5px;
}
.slider-content p {
  font-size: 16px;
  color: #f3f2f2;
  margin-bottom: 25px;
  width: 85%;
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
}

.privacy-content > p {
  margin-left: 20px;
}

.privacy-content li {
  list-style-type: decimal;
  margin: 20px;
}

.privacy-content .lower-alpha li {
  list-style-type: lower-alpha;
  margin: 20px;
}

.lower-roman li {
  list-style-type: lower-roman;
  margin: 20px;
}

.bold {
  font-weight: 600;
}

.alpha li {
  list-style-type: disc;
}

.none li {
  list-style: none;
  /* line-height: 0.5; */
}

/* 5. Breadcrumb */

.privacy-bg {
  background-image: url(../img/bg/policy-bg2-sm.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
  width: 100%; /* Ensure the image takes up full width of its container */
  height: auto; /* Maintain the aspect ratio */
  max-width: 100%; /* Ensure the image does not overflow */
}
.breadcrumb-bg {
  background-image: url(../img/bg/policy-bg2-sm.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
  width: 100%; /* Ensure the image takes up full width of its container */
  height: auto; /* Maintain the aspect ratio */
  max-width: 100%; /* Ensure the image does not overflow */
}
.about-bg {
  background-image: url(../img/bg/about.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.breadcrumb-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.breadcrumb-content .title {
  color: #fff;
  font-size: 50px;
  margin-bottom: 8px;
  line-height: 1;
}
.breadcrumb-content .breadcrumb {
  margin-bottom: 0;
  justify-content: center;
}
.breadcrumb-content .breadcrumb .breadcrumb-item {
  font-size: 18px;
  font-weight: 500;
  color: #e75150;
  font-family: "Barlow", sans-serif;
}
.breadcrumb-content .breadcrumb .breadcrumb-item a {
  color: #eae8e8;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 10px;
  color: #477ac2;
  content: "|";
  font-size: 16px;
  margin-top: 3px;
}

/* breadcrumb-two */
.breadcrumb-area-two.breadcrumb-bg {
  background-image: url(../img/bg/breadcrumb-bg02.jpg);
  background-size: cover;
  background-position: center;
}
.breadcrumb-area-two.breadcrumb-bg::before {
  background: #232b38;
  opacity: 0.64;
}
.breadcrumb-area-two .breadcrumb-item + .breadcrumb-item::before {
  color: #818080;
}

/* 6. Booking */
.booking-area {
  margin-top: -170px;
  position: relative;
}
.booking-tag ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.booking-tag ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #f2f1f1;
  text-transform: capitalize;
  background: #0b4da3;
  border-radius: 0.80rem !important;
  padding: 12px 17px;
  display: flex;
  align-items: center;
  margin-right: 1.2rem;
}
.booking-tag ul li a i {
  font-size: 18px;
  margin-right: 10px;
  line-height: 0;
}
.booking-tag ul li a:hover {
  background: rgb(255 255 255 / 18%);
  color: #0b4da3;
}
.booking-wrap .nav-tabs {
  border-bottom: none;
}
.booking-wrap .nav-tabs .nav-item {
  width: 25%;
  flex: 0 0 25%;
}
.booking-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  /* background: #622243; */
  background-color: #275aa1;
  border: none;
  color: #ffffff;
  text-transform: none;
  font-weight: 600;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  width: 100%;
  justify-content: center;
  transition: 0.3s linear;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
}
.booking-wrap .nav-tabs .nav-link i {
  font-size: 20px;
  margin-right: 10px;
  line-height: 0;
  margin-top: 4px;
}
.booking-wrap .nav-tabs .nav-item:first-child .nav-link {
  border-radius: 20px 0 0 0;
}
.booking-wrap .nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 20px 0 0;
}
.booking-wrap .nav-tabs .nav-item.show .nav-link,
.booking-wrap .nav-tabs .nav-link.active {
  color: #e75150;
  background-color: #fff;
}
.booking-area .tab-content-wrap {
  background: #fff;
  padding: 25px;
  border-radius: 0 0 20px 20px;
}
.content-top ul {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.content-top ul li {
  font-size: 14px;
  font-weight: 600;
  color: #6a2e4d;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;

  margin-bottom: 12px;
}
.content-top ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 2px;
  height: 13px;
  background: #6a2e4d;
  opacity: 0.5;
}
.content-top ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.content-top ul li:last-child::before {
  display: none;
}
.content-top ul li span {
  display: block;
  font-size: 12px;
  color: #8d5f77;
  font-weight: 500;
  text-align: right;
  line-height: 1;
}
.booking-form {
  background: #ededef;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  padding: 0 10px;
}
/* .booking-form ul li {
  width: 230px;
} */
.booking-form .form-grp {
  position: relative;
  border-right: 1px solid #dedcd7;
}
.booking-form .form-grp input {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #6a2e4d;
  padding: 20px 20px;
  height: 74px;
  font-family: "Barlow", sans-serif;
}
.booking-form .form-grp input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #6a2e4d;
  font-family: "Barlow", sans-serif;
}
.booking-form ul {
  display: flex;
  align-items: center;
}
.booking-form .form-grp .exchange-icon {
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: #fefdfb;
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #622243;
  border: 1px solid #eeedeb;
}
.booking-form .form-grp .exchange-icon:hover {
  background: #622243;
  color: #fff;
  border-color: #622243;
}
.booking-form ul li:nth-child(2) .form-grp input {
  padding: 20px 20px 20px 40px;
}
.booking-form .form-grp label {
  color: #8d5f77;
  font-size: 14px;
  font-weight: 600;
  display: block;
  /* margin-left: 10px; */
  font-family: "Barlow", sans-serif;
}
.booking-form .form-grp .form-select {
  padding: 0px 20px 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
  vertical-align: middle;
  background: url("../img/icon/select_down_arrow.png") no-repeat scroll 97.5%
    center;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s ease-in-out;
  /* width: 160px; */
  border: none;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
}
.booking-form ul li:nth-child(3) {
  width: 300px;
}
.booking-form .form-grp.select {
  padding: 16px 0px;
}
.booking-form ul li:nth-child(4) {
  width: 20%;
}
.booking-form .form-grp.date {
  padding-left: 10px;
}
.booking-form .form-grp.date input {
  padding: 0;
  height: auto;
  color: #2a2a2a;
  font-weight: 500;
}
.booking-form .form-grp.date input::placeholder {
  color: #2a2a2a;
  font-weight: 500;
}
.booking-form .form-grp.date label {
  margin-left: 0;
}
.booking-form .form-grp.date ul li {
  width: 50%;
  margin-right: 20px;
  padding-right: 15px;
  position: relative;
}
.booking-form .form-grp.date ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.booking-form .form-grp.date ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 5px;
  height: 1px;
  background: #2a2a2a;
}

/* Remove the dash when return-date is hidden */
.booking-form .form-grp.date .hide-before::before {
  content: none; /* Removes the dash */
}

.booking-form .form-grp.date ul li:last-child::before {
  display: none;
}
.booking-form ul li:last-child {
  width: 240px;
}
.booking-form .form-grp.economy {
  border: none;
  padding: 16px 20px;
}
.booking-form .form-grp.economy input {
  padding: 0;
  height: auto;
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 500;
}
.booking-form .form-grp.economy input::placeholder {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 500;
}
.booking-form .form-grp.economy label {
  margin-left: 0;
}
.tab-content-wrap .content-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 10px;
}
.tab-content-wrap .content-bottom .promo-code {
  font-size: 16px;
  color: #945274;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  margin-right: 25px;
}
.tab-content-wrap .content-bottom .promo-code:hover {
  color: #e75150;
}
.tab-content-wrap .content-bottom .btn {
  font-size: 16px;
}

/* booking-two */
.booking-area.booking-style-two {
  margin-top: -47px;
  position: relative;
  z-index: 1;
}

.booking-area.booking-style-two.destination-mt-40 {
  margin-top: 40px;
}

.booking-style-two .booking-wrap .nav-tabs .nav-item.show .nav-link,
.booking-style-two .booking-wrap .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #e75150;
}
.booking-style-two .content-top ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #6a2e4d;
  display: block;
  position: relative;
  padding-left: 30px;
}
.booking-style-two .content-top ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f8f3e7;
}
.booking-style-two .content-top ul li a::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}
.booking-style-two .content-top ul li.active a::before {
  background: #f8f3e7;
}
.booking-style-two .content-top ul li.active a::after {
  background: #e75150;
}
.booking-style-two .content-top ul li {
  margin-right: 20px;
  padding-right: 0;
}
.booking-style-two .content-top ul li::before {
  display: none;
}
.booking-area.booking-style-two .tab-content-wrap {
  padding: 25px 10px 10px;
  border-radius: 0;
}

/* 7. Features */
.features-area {
  padding: 60px 0 65px;
}
.features-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  padding: 35px;
  margin-bottom: 30px;
  transform: scale(1);
  transition: all 0.4s linear;
  box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.1);
}
.features-item:hover {
  transform: scale(1.05);
}
.features-icon {
  line-height: 0;
  margin-right: 20px;
  width: 53px;
  flex: 0 0 53px;
  margin-top: 25px;
}
.features-icon i {
  font-size: 53px;
  color: #622243;
}
.features-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.features-content p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.3;
  color: #606575;
  font-weight: 500;
}

/* 8. About */
.about-area {
  padding: 70px 0 70px;
}
.about-content .section-title {
  margin-bottom: 25px;
}
.about-content p {
  margin-bottom: 30px;
}
.about-content ul {
  margin-bottom: 40px;
}
.about-content ul li {
  display: flex;
  align-items: baseline;
  color: #571336;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content ul li i {
  margin-right: 10px;
  font-size: 14px;
}
.about-img {
  position: relative;
}
.about-img img {
  border-radius: 3px;
}
.about-img .img-two {
  position: absolute;
  right: 0;
  top: -80px;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16);
}
.about-img::before {
  content: "";
  position: absolute;
  right: 6%;
  top: -7%;
  width: 444px;
  height: 459px;
  border: 10px solid #e75150;
}

/* 9. Flight-Offer */
.flight-offer-area {
  /* padding-bottom: 70px; */
  padding-top: 70px;
}
.section-title .sub-title {
  font-size: 14px;
  color: #e75150;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin-bottom: 5px;
}
.section-title .title {
  font-size: 36px;
  margin-bottom: 15px;
}
.best-price a {
  font-size: 16px;
  color: #6a2e4d;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.best-price a i {
  margin-left: 10px;
  line-height: 0;
}
.flight-offer-item {
  background: #fff;
  border-radius: 17px;
  overflow: hidden;
  box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
  margin-bottom: 30px;
  position: relative;
}
.flight-offer-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #275aa1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.flight-offer-item:hover::before {
  opacity: 1;
}
.flight-offer-content {
  padding: 10px 15px;
}
.overlay-content .title {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.overlay-content span,
.flight-offer-content span {
  color: #6a2e4d;
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}
.overlay-content p,
.flight-offer-content p {
  color: #6a2e4d;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
.overlay-content .price,
.flight-offer-content .price {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.flight-offer-item .overlay-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.flight-offer-item:hover .overlay-content {
  opacity: 1;
  visibility: visible;
}
.flight-offer-item .overlay-content p,
.flight-offer-item .overlay-content span,
.flight-offer-item .overlay-content .title {
  color: #fff;
}
.overlay-content .price {
  color: #e75150;
}
.flight-offer-item .overlay-content .btn {
  border-radius: 25px;
  color: #571436;
  font-size: 18px;
  padding: 16px 26px;
  min-width: 219px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.flight-offer-item .overlay-content .btn:hover {
  background: #e75150;
}
.flight-offer-item .content-bottom .discover {
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 600;
}
.flight-offer-item .content-bottom .discover:hover {
  color: #e75150;
}
.flight-offer-item .content-bottom {
  margin-top: 35px;
}
.offer-item-two .overlay-content .title,
.offer-item-two .flight-offer-content .title {
  font-size: 20px;
}
/* .flight-offer-item.offer-item-two {
  padding: 15px;
} */

.flight-offer-thumb img {
  width: 100%;
  height: auto;
}

.flight-offer-item.offer-item-two .flight-offer-content {
  padding: 12px 10px 10px;
}
.flight-offer-item.offer-item-two .overlay-content span,
.flight-offer-item.offer-item-two .flight-offer-content span {
  margin-bottom: 10px;
}

@media only screen and (max-width: 571px) and (min-width: 469px) {
  .flight-offer-item {
    display: flex;
  }
}

/* 10. Destination */
/* .destination-bg {
  background-image: url(../img/bg/destination-bgs.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
.destination-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #571336;
  opacity: 0.35;
  z-index: -1;
}
.destination-area .section-title .sub-title {
  display: inline-block;
  background: #cd7e0f;
  padding: 5px 18px;
  border-radius: 15px;
  color: #fff;
}
.destination-area .section-title .title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
}
.destination-area .destination-content > p {
  color: #eae8e8;
  margin-bottom: 25px;
  font-weight: 500;
  width: 75%;
  font-size: 16px;
}
.destination-area .destination-content p span {
  color: #e75150;
}
.destination-content ul {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  width: 93%;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.destination-content ul li {
  width: 50%;
  padding: 0 10px;
} */
.destination-content .counter-item {
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
.destination-content .counter-content .count {
  color: #333333;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 1;
}
.destination-content .counter-content > p {
  color: #6a2e4d;
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.destination-content .counter-icon {
  margin-left: 20px;
  line-height: 1;
  margin-top: 20px;
}
.destination-content .counter-icon i {
  font-size: 54px;
  color: #6a2e4d;
  line-height: 0;
}
.destination-content .content-bottom {
  display: flex;
  align-items: center;
}
.destination-content .content-bottom p {
  color: #eae8e8;
  margin-bottom: 0;
}
.destination-content .content-bottom a {
  font-size: 14px;
  color: #fff;
  background: #e75150;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 5px 11px;
  margin-left: 10px;
  display: inline-block;
}

/* 11. Fly-Next */
.fly-next-area {
  padding: 95px 0 60px;
}
.fly-next-area .section-title {
  margin-bottom: 45px;
}
.fly-next-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.fly-next-nav button {
  border: none;
  color: #606575;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 28px 17px 48px;
  background: #fff;
  display: flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  border-radius: 3px;
  box-shadow: 0px 1px 5px 0px rgba(139, 139, 139, 0.14);
  position: relative;
  margin: 0 6px;
}
.fly-next-nav button i {
  font-size: 19px;
  margin-left: 20px;
  line-height: 0;
}
.fly-next-nav button::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #e7e7ea;
  border-radius: 50%;
  transition: 0.3s;
}
.fly-next-nav button::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #e7e8eb;
  transition: 0.3s;
}
.fly-next-nav button.active {
  color: #fff;
  background: #e75150;
}
.fly-next-nav button.active::before {
  background: #e79b0a;
}
.fly-next-nav button.active::after {
  border: 1px solid #e79b0a;
}
.fly-next-item {
  background: #fff;
  padding: 15px 17px 20px 17px;
  border-radius: 15px;
  box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
  margin-bottom: 40px;
}
.fly-next-thumb {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.fly-next-thumb img {
  transform: scale(1);
  transition: all 0.4s linear;
}
.fly-next-item:hover .fly-next-thumb img {
  transform: scale(1.1);
}
.fly-next-content {
  text-align: center;
}
.fly-next-content span {
  display: block;
  color: #622243;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
}
.fly-next-content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #622243;
}
.fly-next-content .exchange-btn {
  display: block;
  color: #622243;
  line-height: 1;
  font-size: 21px;
  margin-top: 8px;
}
.fly-next-content .air-logo {
  margin-top: 14px;
  display: inline-block;
}
.fly-next-content .content-bottom {
  text-align: left;
  border-top: 1px solid #ded4d9;
  padding-top: 15px;
  margin-top: 20px;
}
.fly-next-content .content-bottom p {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #622243;
}
.fly-next-content .content-bottom .price {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

/* 12. Brand */
.brand-bg {
  background-image: url(../img/bg/brand_bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.brand-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #622243;
  opacity: 0.95;
  z-index: -1;
}
.brand-item {
  display: flex;
  min-height: 73px;
  align-items: center;
  justify-content: center;
}
.brand-item img {
  transition: 0.3s linear;
  cursor: pointer;
}

/* 13. Service */
.service-area {
  padding: 95px 0 70px;
}
.service-area.service-style-two {
  background: #fbf9f2;
}
.service-item {
  background: #fff;
  border-radius: 27px;
  /* padding: 30px; */
  box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service-icon {
  margin-bottom: 35px;
  min-height: 64px;
}
.service-icon img {
  transform: rotateY(0);
  transition: all 0.5s linear;
}
.service-item:hover .service-icon img {
  transform: rotateY(360deg);
}
.service-content span {
  color: #ca96b1;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.service-content .title {
  color: #571336;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}
.service-content .service-list ul li {
  display: flex;
  align-items: baseline;
  color: #606575;
  justify-content: space-between;
  margin-bottom: 15px;
}
.service-content .service-list ul li:last-child {
  margin-bottom: 0;
}
.service-content .service-list ul li i {
  color: #571336;
  line-height: 0;
  margin-left: 10px;
}
.service-active [class*="col-"] {
  padding: 0 15px;
}
.service-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0.80rem;
}
.service-nav .slick-arrow {
  width: 51px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #571336;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
  border-radius: 0.80rem;
}
.service-nav .slick-arrow.slick-prev {
  margin-right: 10px;
}

/* 14. Faq */
.faq-area {
  padding: 100px 0;
}
.faq-area .section-title {
  margin-bottom: 30px;
}
.faq-content p {
  margin-bottom: 35px;
}
.faq-area .faq-content .accordion-button {
  color: #571336;
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  background: #ebebee;
  border: none;
  padding: 22px 50px 22px 45px;
}
.faq-area .faq-content .accordion-button .dot {
  width: 16px;
  height: 16px;
  background: transparent;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #d7ced6;
}
.faq-area .faq-content .accordion-button .dot::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: #d7ced6;
  border-radius: 50%;
}
.faq-area .faq-content .accordion-button:not(.collapsed) .dot {
  border: 1px solid #a07c8f;
}
.faq-area .faq-content .accordion-button:not(.collapsed) .dot::before {
  background: #a07c8f;
}
.faq-area .faq-content .accordion-button:focus {
  box-shadow: none;
}
.faq-area .faq-content .accordion-button::after {
  width: auto;
  height: auto;
  content: "\2b";
  background-image: none;
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: 25px;
  top: 27px;
}
.faq-area .faq-content .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(0);
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.faq-area .faq-content .accordion-body {
  padding: 15px 20px 40px 45px;
}
.faq-area .faq-content .accordion-body p {
  color: #d7d5d5;
  margin-bottom: 0;
}
.faq-area .faq-content .accordion-item {
  background-color: #500d30;
  border: none;
  margin-bottom: 15px;
}
.faq-area .faq-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-area .faq-content .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq-area .faq-content .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq-area .faq-content .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}
.faq-area .faq-content .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq-area
  .faq-content
  .accordion-item:last-of-type
  .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq-img {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}
.faq-img::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: 100%;
  height: 100%;
  background: #f6b63b;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.faq-img:hover::before {
  left: 0;
  top: 0;
}

/* 15. Booking-List */
.booking-list-area {
  background: #fbf9f2;
  padding: 80px 0 100px;
}
.booking-sidebar .widget {
  background: #fff;
  padding: 35px 30px;
  border-bottom: 1px solid #e8e8e8;
}
.booking-sidebar .widget.filters .title {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  background: #57112f;
  padding: 14px 15px;
}
.booking-list-area .col-27 {
  flex: 0 0 27.56%;
  width: 27.56%;
}
.booking-list-area .col-73 {
  flex: 0 0 72.44%;
  width: 72.44%;
}
.booking-sidebar .widget.filters {
  padding: 0;
}
.booking-sidebar .widget.filters .filters-wrap {
  padding: 35px 30px;
}
.booking-sidebar .widget .widget-title {
  font-size: 18px;
  color: #571336;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d2d2d2;
}
.price_filter
  .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #ebebee none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 6px;
  margin-bottom: 30px;
  margin-left: auto;
}
.price_filter .ui-slider-range {
  background: #57112f none repeat scroll 0 0;
  border-radius: 2px;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
  height: 20px;
  width: 20px;
  top: 0;
  margin-top: -7px;
  background: #ebebee;
  border-radius: 50px;
  margin-left: -1px;
  border: 5px solid #57112f;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
  outline: none;
  box-shadow: none;
}
.price_slider_amount {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.price_slider_amount > span {
  font-size: 14px;
  font-weight: 500;
  color: #6a2e4d;
  text-transform: capitalize;
  margin-right: 5px;
  font-family: "Barlow", sans-serif;
}
.price_slider_amount > input[type="text"] {
  height: auto;
  margin-left: 0;
  text-align: left;
  width: 100px;
  border: none;
  font-size: 14px;
  color: #571336;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
.price_slider_amount > input[type="submit"] {
  margin-left: auto;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  min-width: 68px;
  padding: 9px 12px;
  color: #571336;
  font-size: 13px;
  text-align: center;
  background: #fbf9f2;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  justify-content: center;
  border: 1px solid #ebebeb;
}
.widget .departure-wrap li {
  margin-bottom: 5px;
}
.widget .departure-wrap li:last-child {
  margin-bottom: 0;
}
.widget .departure-wrap li a {
  background: #ebebee;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #6a2e4d;
  padding: 13px 20px;
  position: relative;
}
.widget .departure-wrap li a::before {
  content: "";
  position: absolute;
  left: 56px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 18px;
  background: #cccccc;
}
.widget .departure-wrap li a i {
  font-size: 22px;
  color: #591638;
  line-height: 0;
  margin-right: 30px;
}
.widget .flight-stops {
  display: flex;
  align-items: center;
  background: #ebebee;
  padding: 13px 20px;
  position: relative;
}
.widget .flight-stops::before {
  content: "";
  position: absolute;
  left: 61px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 18px;
  background: #cccccc;
}
.widget .flight-stops label {
  font-size: 27px;
  color: #5d1b3d;
  line-height: 0;
  margin-top: 7px;
  margin-right: 20px;
}
.widget .flight-stops .form-select {
  padding: 0px 20px 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #6a2e4d;
  vertical-align: middle;
  background: url("../img/icon/select_down_arrow.png") no-repeat scroll 97.5%
    center;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s ease-in-out;
  width: 170px;
  border: none;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
}

.pl-0 {
  padding-left: 0;
  margin-right: 10px;
}

.airlines-cat-list .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit;
}
.airlines-cat-list .form-check-input {
  border-radius: 3px;
  border: 2px solid #ebebeb;
  margin: 0 12px 0 0;
  width: 16px;
  height: 16px;
}
.airlines-cat-list .form-check-input:focus {
  box-shadow: none;
}
.airlines-cat-list .form-check-label {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  color: #571336;
  user-select: none;
  font-family: "Barlow", sans-serif;
}
.airlines-cat-list .form-check-label > span {
  float: right;
}
.airlines-cat-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.airlines-cat-list li:last-child {
  margin-bottom: 0;
}
.airlines-cat-list.weights-list li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.booking-list-item-inner {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 1px 20.58px 0.42px rgba(141, 138, 138, 0.14);
}
.booking-list-item {
  margin-bottom: 25px;
}
.booking-list-item:last-child {
  margin-bottom: 0;
}
.booking-list-item .booking-list-top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.booking-list-item .flight-airway {
  margin-right: 10px;
  min-width: 29%;
  margin-bottom: 10px;
}
.booking-list-item .flight-airway .flight-logo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.booking-list-item .flight-airway .flight-logo img {
  margin-right: 20px;
}
.booking-list-item .flight-airway .flight-logo .title {
  color: #571336;
  margin-bottom: 0;
  font-weight: 600;
}
.booking-list-item .flight-airway span {
  font-size: 13px;
  color: #6a2e4d;
  font-weight: 500;
  display: block;
}
.booking-list-item .flight-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.booking-list-item .flight-info li {
  color: #6a2e4d;
  font-weight: 500;
  margin-right: 55px;
  margin-bottom: 10px;
}
.booking-list-item .flight-info li span {
  display: block;
}
.booking-list-item .flight-info li.time span {
  font-weight: 700;
}
.booking-list-item .flight-price {
  margin-left: auto;
  border-left: 1px dashed #d2d2d2;
  padding-left: 27px;
  margin-bottom: 10px;
}
.booking-list-item .flight-price .title {
  font-size: 18px;
  color: #571336;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 600;
}
.booking-list-item .flight-price .btn {
  padding: 11px 50px;
  border-radius: 3px;
}
.booking-list-item .booking-list-bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px dashed #d2d2d2;
}
.booking-list-item .booking-list-bottom ul li {
  font-size: 13px;
  font-weight: 500;
  color: #6a2e4d;
}
.booking-list-item .booking-list-bottom ul li.detail {
  font-size: 16px;
  color: #6a2e4d;
  cursor: pointer;
}
.booking-list-item .booking-list-bottom ul li.detail i {
  margin-right: 5px;
  transition: all 0.3s ease;
}
.booking-list-item .booking-list-bottom ul li.detail.show i {
  transform: rotate(180deg);
}
.flight-detail-wrap {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flight-detail-wrap .flight-date {
  width: 28%;
  flex: 0 0 28%;
}
.flight-detail-wrap .flight-date ul li:first-child {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  background: #e75150;
  border-radius: 3px;
  padding: 5px 13px;
  display: inline-block;
}
.flight-detail-wrap .flight-date ul li {
  font-size: 14px;
  font-weight: 600;
  color: #571336;
  margin-bottom: 20px;
}
.flight-detail-wrap .flight-date ul li:last-child {
  margin-bottom: 0;
}
.flight-detail-wrap .flight-date ul li span {
  display: block;
  opacity: 0.68;
}
.flight-detail-wrap .flight-detail-right {
  flex-grow: 1;
}
.flight-detail-wrap .flight-detail-right .title {
  font-size: 16px;
  color: #571336;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.flight-detail-wrap .flight-detail-right .title::before {
  content: "\f072";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 14px;
  color: #571336;
}
.flight-detail-wrap .flight-detail-info {
  display: flex;
  align-items: center;
  background: #ebebee;
  padding: 15px;
  position: relative;
  margin-left: 15px;
  margin-bottom: 10px;
}
.flight-detail-wrap .flight-detail-info::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d7c4cc;
}
.flight-detail-wrap .flight-detail-info img {
  margin-right: 20px;
}
.flight-detail-wrap .flight-detail-info li {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.76;
  color: #6a2e4d;
}
.flight-detail-wrap .flight-detail-right .title.title-two {
  margin-bottom: 0;
}
.flight-detail-wrap .flight-detail-right .title.title-two::before {
  display: none;
}
.flight-detail-wrap .flight-detail-right .title.title-two::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 1px solid #d3c2cb;
  border-radius: 50%;
}

/* booking-details */
.customer-details-area {
  padding: 35px 0 40px;
}
.customer-details-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.customer-details-content .icon {
  margin-right: 25px;
}
.customer-details-content .content {
  flex-grow: 1;
}
.customer-details-content .content .title {
  font-size: 26px;
  color: #571336;
  margin-bottom: 10px;
  font-weight: 600;
}
.customer-progress-wrap {
  position: relative;
  padding: 16px 0 49px;
}
.customer-progress-wrap .progress {
  height: 7px;
  background-color: #ebebee;
  border-radius: 0;
}
.customer-progress-wrap .progress .progress-bar {
  background-color: #e75150;
}
.customer-progress-step {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.customer-progress-step ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer-progress-step ul li:nth-child(2) {
  text-align: center;
}
.customer-progress-step ul li span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 5px solid #e75150;
  font-size: 18px;
  font-weight: 700;
  color: #571336;
  margin-bottom: 8px;
}
.customer-progress-step ul li p {
  margin-bottom: 0;
  color: #6a2e4d;
  font-weight: 500;
}
.customer-progress-step ul li:nth-child(2) span {
  margin: 0 auto 8px;
}
.customer-progress-step ul li:last-child span {
  margin-left: auto;
}
.booking-details-area {
  padding: 80px 0 80px;
  background: #fbf9f2;
}
.booking-details-area .row .col-73 {
  width: 72.44%;
  flex: 0 0 72.44%;
}
.booking-details-area .primary-contact {
  display: flex;
  align-items: center;
  background: #57112f;
  padding: 15px 30px;
  border-radius: 5px 5px 0 0;
}
.booking-details-area .primary-contact .title {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.booking-details-area .primary-contact i {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.booking-details-wrap {
  background: #fff;
  padding: 50px 40px 80px;
  border-radius: 0 0 5px 5px;
}
.booking-details-wrap .form-grp {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.booking-details-wrap .form-grp .icon {
  font-size: 26px;
  line-height: 0;
  color: #5b1734;
  margin-right: 12px;
}
.booking-details-wrap .form-grp .form {
  flex-grow: 1;
  position: relative;
}
.booking-details-wrap .form-grp .form .form-select {
  padding: 18px 60px 18px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #6a2e4d;
  vertical-align: middle;
  background: url("../img/icon/select_down_arrow02.png") no-repeat scroll 97.5%
    center;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s ease-in-out;
  width: 100%;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  background-color: transparent;
  border-radius: 5px;
}
.booking-details-wrap .form-grp .form label {
  font-size: 13px;
  font-weight: 500;
  color: #6a2e4d;
  opacity: 0.8;
  position: absolute;
  left: 10px;
  top: -10px;
  background: #fff;
  padding: 0 10px;
  z-index: 2;
}
.booking-details-wrap ul {
  display: flex;
  align-items: center;
  margin: 0 -6px;
  flex-wrap: wrap;
}
.booking-details-wrap ul li {
  padding: 0 6px;
  width: 37%;
}
.booking-details-wrap ul li:first-child {
  width: 26%;
}
.booking-details-wrap ul li .form-grp .form .form-select {
  padding: 18px 40px 18px 20px;
}
.booking-details-wrap .form-grp input {
  width: 100%;
  background: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 18px 20px;
  font-size: 16px;
  color: #6a2e4d;
  font-weight: 500;
  opacity: 80%;
  font-family: "Barlow", sans-serif;
}
.booking-details-wrap .form-grp input::placeholder {
  font-size: 16px;
  color: #6a2e4d;
  font-weight: 500;
  opacity: 80%;
  font-family: "Barlow", sans-serif;
}
.booking-details-wrap .gender-select {
  margin-left: 40px;
  margin-bottom: 20px;
}
.booking-details-wrap .gender-select .title {
  font-size: 18px;
  font-weight: 500;
  color: #6a2e4d;
  margin-bottom: 20px;
}
.booking-details-wrap .gender-select ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.booking-details-wrap .gender-select ul li {
  font-size: 16px;
  font-weight: 500;
  color: #57112f;
  width: auto !important;
  font-family: "Barlow", sans-serif;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  min-width: 142px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.booking-details-wrap .gender-select ul li:last-child {
  margin-right: 0;
}
.booking-details-wrap .gender-select ul li i {
  line-height: 0;
  font-size: 23px;
  margin-right: 12px;
}
.booking-details-wrap .gender-select ul li.active {
  border-color: #57112f;
}
.booking-details-wrap .optional-item .form-grp .form .form-select {
  background: url("../img/icon/select_down_arrow.png") no-repeat scroll 97.5%
    center;
  font-size: 18px;
  border: 1px solid #bca0ac;
  padding: 16px 40px 16px 20px;
}
.booking-details-wrap .optional-item .form-grp {
  margin-bottom: 10px;
}
.booking-details-wrap .checkbox-grp {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
}
.booking-details-wrap .checkbox-grp input {
  width: auto;
  margin-top: 5px;
  margin-right: 9px;
}
.booking-details-wrap .checkbox-grp label {
  color: #6a2e4d;
  font-size: 16px;
  font-weight: 500;
  user-select: none;
}
.booking-details-area .col-27 {
  flex: 0 0 27.56%;
  width: 27.56%;
}
.booking-details-area .booking-sidebar .main-title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  background: #57112f;
  padding: 15px 25px;
}
.booking-details-area .booking-sidebar .widget .flight-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-details-area .booking-sidebar .widget .flight-info li {
  display: flex;
  align-items: center;
}
.booking-details-area .booking-sidebar .widget .flight-info li img {
  margin-right: 10px;
}
.booking-details-area .booking-sidebar .widget .flight-info li p {
  font-size: 14px;
  font-weight: 600;
  color: #571336;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
}
.booking-details-area .booking-sidebar .widget .flight-info li span {
  display: block;
  font-size: 13px;
  opacity: 0.74;
  text-transform: capitalize;
}
.booking-details-area .booking-sidebar .widget .discount-form {
  display: flex;
  align-items: center;
  position: relative;
}
.booking-details-area .booking-sidebar .widget .discount-form > i {
  font-size: 22px;
  color: #5d1936;
  margin-right: 10px;
  line-height: 0;
}
.booking-details-area .booking-sidebar .widget .discount-form input {
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #6a2e4d;
  opacity: 0.74;
  font-weight: 500;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 13px 65px 13px 20px;
  height: 50px;
}
.booking-details-area
  .booking-sidebar
  .widget
  .discount-form
  input::placeholder {
  font-size: 14px;
  color: #6a2e4d;
  opacity: 0.74;
  font-weight: 500;
}
.booking-details-area .booking-sidebar .widget .discount-form button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e75150;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57112f;
  font-size: 19px;
  border-radius: 3px;
  line-height: 0;
}
.booking-sidebar .preferred-bank-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}
.booking-sidebar .preferred-bank-wrap li {
  width: 50%;
  padding: 10px 5px 0;
}
.booking-sidebar .preferred-bank-wrap li a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebebee;
  border-radius: 4px;
  border: 2px solid #ebebee;
}
.booking-sidebar .preferred-bank-wrap li a:hover {
  background: #fff;
  border-color: #e75150;
}
.booking-sidebar .price-summary-top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ebebee;
  padding: 13px 20px;
  margin-bottom: 20px;
}
.booking-sidebar .price-summary-top ul li {
  font-size: 16px;
  font-weight: 500;
  color: #6a2e4d;
  font-family: "Barlow", sans-serif;
}
.booking-sidebar .price-summary-detail ul {
  margin-bottom: 25px;
}
.booking-sidebar .price-summary-detail ul li {
  font-size: 16px;
  font-weight: 500;
  color: #6a2e4d;
  font-family: "Barlow", sans-serif;
  opacity: 0.88;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.booking-sidebar .price-summary-detail ul li:last-child {
  margin-bottom: 0;
}
.booking-sidebar .price-summary-detail ul li span {
  font-size: 18px;
  font-weight: 600;
}
.booking-sidebar .price-summary-detail ul li:last-child,
.booking-sidebar .price-summary-detail ul li:nth-child(3) {
  border-top: 1px solid #d2d2d2;
  padding-top: 10px;
  margin-top: 20px;
}
.booking-sidebar .price-summary-detail .btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #57112f;
  border-radius: 0;
  display: block;
}

/* 16. Blog */
.blog-bg {
  /* background-image: url(../img/bg/blog_bg.jpg); */
  background-size: cover;
  background-position: center;
  padding: 95px 0 70px;
}
.blog-area .section-title {
  margin-bottom: 45px;
}
.blog-area .row {
  margin: 0 -20px;
}
.blog-area .row [class*="col-"] {
  padding: 0 20px;
}
.blog-area .row .col-53 {
  width: 52.9%;
  flex: 0 0 52.9%;
}
.blog-area .row .col-47 {
  width: 47.1%;
  flex: 0 0 47.1%;
}
.blog-item {
  position: relative;
  margin-bottom: 30px;
}
.blog-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(to bottom, transparent, #571336);
  background: linear-gradient(to bottom, transparent, #571336);
  opacity: 0.3;
  transition: 0.3s linear;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
.blog-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.blog-thumb img {
  transform: scale(1);
  transition: 0.5s linear;
}
.blog-item:hover .blog-thumb img {
  transform: scale(1.1);
}
.blog-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 40px;
}
.blog-content .blog-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-content .blog-meta ul li {
  color: #ffffff;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.blog-content .blog-meta ul li a {
  color: #fff;
}
.blog-content .blog-meta ul li i {
  margin-right: 5px;
}
.blog-content .blog-meta ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 13px;
  background: #b3abaf;
}
.blog-content .blog-meta ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-content .blog-meta ul li:last-child::before {
  display: none;
}
.blog-content .title {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.blog-content .title a:hover {
  color: #fff;
}
.blog-item.small-item {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdbd8;
}
.blog-item.small-item .blog-content {
  position: unset;
  padding: 0;
}
.blog-item.small-item::before {
  display: none;
}
.blog-item.small-item .blog-thumb {
  width: 163px;
  flex: 0 0 163px;
  margin-right: 20px;
}
.blog-item.small-item .blog-content .blog-meta ul li {
  color: #878d96;
}
.blog-item.small-item .blog-content .blog-meta ul li a {
  color: #878d96;
}
.blog-item.small-item .blog-content .title {
  font-size: 24px;
  color: #232b38;
}
.blog-item.small-item .blog-content .title a:hover {
  color: #571336;
}

/* inner-blog */
.blog-details-area,
.inner-blog-area {
  padding: 100px 0;
}
.inner-blog-item {
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 60px;
}
.inner-blog-item:last-child {
  margin-bottom: 0;
}
.inner-blog-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-image: url(../img/blog/blog_item_line.png);
  background-position: center;
}
.inner-blog-thumb {
  margin-bottom: 30px;
}
.inner-blog-thumb img {
  border-radius: 4px;
}
.inner-blog-content .blog-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inner-blog-content .blog-meta ul li {
  display: flex;
  align-items: center;
}
.inner-blog-content .blog-meta ul li {
  font-size: 14px;
  color: #838181;
  margin-bottom: 7px;
}
.inner-blog-content .blog-meta ul li.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inner-blog-content .blog-meta ul li.tags > i {
  font-size: 17px;
  color: #e75150;
}
.inner-blog-content .blog-meta ul li i {
  margin-right: 10px;
  font-size: 13px;
}
.inner-blog-content .blog-meta ul li a {
  color: #838181;
}
.inner-blog-content .blog-meta ul li a:hover {
  color: #e75150;
}
.inner-blog-content .blog-meta ul li + li::before {
  content: "/";
  margin: 0 15px;
  color: #838181;
  font-size: 10px;
}
.inner-blog-content .title {
  font-size: 34px;
  margin-bottom: 20px;
}
.inner-blog-content p {
  margin-bottom: 30px;
}
.inner-blog-content .read-more {
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: flex-end;
  font-family: "Barlow", sans-serif;
  color: #5c1331;
  line-height: 1;
}
.inner-blog-content .read-more i {
  font-size: 16px;
  color: #e75150;
  margin-left: 5px;
}
.inner-blog-content .read-more:hover {
  color: #e75150;
}
.blog-sidebar {
  margin-left: 15px;
}
.blog-sidebar .blog-widget {
  background: #07427e;
  border: 1px solid #e7e6e6;
  border-radius: 6px;
  padding: 40px 30px 45px;
  margin-bottom: 30px;
}
.blog-sidebar .blog-widget:last-child {
  margin-bottom: 0;
}
.blog-sidebar .sidebar-title {
  color: #fff;
  font-size: 24px;
  position: relative;
  display: inline-flex;
  padding-right: 22px;
  line-height: 1;
  margin-bottom: 25px;
}
.blog-sidebar .sidebar-title::before,
.blog-sidebar .sidebar-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 4px;
  height: 20px;
  background: #e75150;
  border-radius: 2px;
}
.blog-sidebar .sidebar-title::after {
  right: 8px;
  top: 0;
  bottom: auto;
}
.blog-sidebar .sidebar-search form {
  position: relative;
}
.blog-sidebar .sidebar-search input {
  width: 100%;
  background: #fff;
  border: 1px solid #eeeded;
  border-radius: 5px;
  padding: 19px 70px 19px 25px;
  font-size: 13px;
  color: #898799;
  height: 60px;
}
.blog-sidebar .sidebar-search input::placeholder {
  font-size: 13px;
  color: #898799;
}
.blog-sidebar .sidebar-search button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #e75150;
  color: #fff;
  font-size: 15px;
  padding: 19px 21px;
  height: 60px;
  border-radius: 5px;
}
.sidebar-cat-list ul li {
  padding-bottom: 13px;
  border-bottom: 1px dashed #c7c7c7;
  margin-bottom: 20px;
}
.sidebar-cat-list ul li:last-child {
  margin-bottom: 0;
}
.sidebar-cat-list ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.sidebar-cat-list ul li a:hover,
.sidebar-cat-list ul li a:active {
  color: #ffd14a;
}
.sidebar-cat-list ul li a i {
  margin-left: auto;
  font-size: 12px;
  color: #898799;
  transition: all 0.3s ease-out 0s;
}
.sidebar-cat-list ul li a:hover i {
  color: #e75150;
}
.rc-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.rc-post-item:last-child {
  margin-bottom: 0;
}
.rc-post-thumb {
  width: 100px;
  flex: 0 0 100px;
  margin-right: 15px;
}
.rc-post-thumb img {
  border-radius: 4px;
}
.rc-post-content .date {
  font-size: 14px;
  display: block;
  color: #5d5a77;
  margin-bottom: 5px;
}
.rc-post-content .date i {
  margin-right: 5px;
}
.rc-post-content .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.rc-post-content .author {
  font-size: 14px;
  display: inline-block;
}
.blog-widget.sidebar-newsletter {
  background: #143556;
  border: none;
  text-align: center;
}
.sidebar-newsletter .sn-icon {
  margin-bottom: 25px;
}
.sidebar-newsletter .sn-title {
  margin-bottom: 25px;
}
.sidebar-newsletter .sn-title .title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 26px;
}
.sidebar-newsletter .sn-title p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
}
.sidebar-newsletter .sn-form input {
  width: 100%;
  background: #fff;
  border: none;
  font-size: 14px;
  color: #5d5a77;
  padding: 19px 25px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 59px;
}
.sidebar-newsletter .sn-form input::placeholder {
  font-size: 14px;
  color: #5d5a77;
}
.sidebar-newsletter .sn-form .btn {
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  min-height: 59px;
}
.sidebar-newsletter .sn-form .btn:hover {
  background: #e75150;
}
.sidebar-tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -3px -6px;
}
.sidebar-tags ul li {
  padding: 0 3px 6px;
}
.sidebar-tags ul li a {
  background: #fff;
  color: #5d5a77;
  font-size: 14px;
  display: block;
  padding: 13px 20px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.sidebar-tags ul li a:hover {
  color: #fff;
  background: #e75150;
  border-color: #e75150;
}

/* blog-details */
.blog-details-area .inner-blog-content > p {
  margin-bottom: 15px;
}
.blog-details-content blockquote {
  margin: 30px 0 30px;
  padding: 40px 40px 40px 75px;
  position: relative;
  background: #fbf9f2;
  border: 1px solid #f2f1f1;
  border-radius: 6px;
}
.blog-details-content blockquote::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 35px;
  bottom: 35px;
  width: 3px;
  background: #e75150;
  border-radius: 1.5px;
}
.blog-details-content blockquote > p {
  font-size: 22px;
  font-weight: 600;
  color: #21283f;
  margin-bottom: 15px;
  font-family: "Barlow", sans-serif;
  line-height: 1.4;
}
.blog-details-content blockquote cite {
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  color: #838181;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.blog-details-content blockquote cite::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background: #838181;
}
.blog-details-img {
  margin: 35px 0 32px;
}
.blog-details-img .row {
  margin: 0 -10px;
}
.blog-details-img .row [class*="col-"] {
  padding: 0 10px;
}
.blog-details-img img {
  border-radius: 4px;
}
.blog-details-bottom {
  display: flex;
  align-items: center;
  margin-top: 55px;
}
.blog-details-tags {
  width: 70%;
  flex: 0 0 70%;
}
.blog-details-tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-details-tags ul li.title {
  font-size: 16px;
  color: #21283f;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin-right: 12px;
  padding-right: 0;
}
.blog-details-tags ul li.title::before {
  display: none;
}
.blog-details-tags ul li.title i {
  color: #e75150;
  margin-right: 5px;
}
.blog-details-tags ul li {
  padding-right: 13px;
  margin-right: 13px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
.blog-details-tags ul li::before {
  content: "|";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #e7e7e7;
  font-weight: 500;
}
.blog-details-tags ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-details-tags ul li:last-child:before {
  display: none;
}
.blog-details-tags ul li a {
  color: #5d5a77;
  font-size: 14px;
  display: block;
}
.blog-details-tags ul li a:hover {
  color: #e75150;
}
.blog-details-social {
  flex-grow: 1;
}
.blog-details-social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blog-details-social ul li {
  margin-right: 10px;
}
.blog-details-social ul li:last-child {
  margin-right: 0;
}
.blog-details-social ul li a {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #385594;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
}
.blog-details-social ul li:nth-child(2) a {
  background: #4eabee;
}
.blog-details-social ul li:nth-child(3) a {
  background: #cb2027;
}
.blog-details-area .inner-blog-item {
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.blog-details-area .avatar-post {
  background: #fbf9f2;
  padding: 35px 35px 35px 35px;
  border-radius: 6px;
  border: 1px solid #f2f1f1;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.blog-details-area .avatar-post .avatar-post-img {
  width: 134px;
  flex: 0 0 134px;
  margin-right: 25px;
}
.blog-details-area .avatar-post .avatar-post-img img {
  border-radius: 50%;
  box-shadow: 0px 2px 1.86px 0.14px rgba(90, 90, 90, 0.18);
}
.blog-details-area .avatar-post-content .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.blog-details-area .avatar-post-content p {
  margin-bottom: 15px;
}
.blog-details-area .avatar-post-content .blog-details-social ul {
  justify-content: flex-start;
}
.blog-next-prev {
  margin-bottom: 100px;
}
.blog-next-prev a {
  font-size: 16px;
  color: #21283f;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}
.blog-next-prev a img {
  margin-right: 15px;
}
.blog-next-prev a:hover {
  color: #e75150;
}
.comment-reply-box {
  background: #fbf9f2;
  border-radius: 6px;
  border: 1px solid #f2f1f1;
  padding: 50px 40px;
}
.comment-reply-box .title {
  font-size: 24px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 40px;
}
.comment-reply-box .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 81px;
  height: 1.5px;
  background: #e75150;
}
.comment-reply-form .row {
  margin: 0 -10px;
}
.comment-reply-form .row [class*="col-"] {
  padding: 0 10px;
}
.comment-reply-form .form-grp {
  margin-bottom: 20px;
}
.comment-reply-form .form-grp textarea,
.comment-reply-form .form-grp input {
  width: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 20px 20px;
  font-size: 14px;
  color: #5d5a77;
}
.comment-reply-form .form-grp textarea::placeholder,
.comment-reply-form .form-grp input::placeholder {
  font-size: 14px;
  color: #5d5a77;
}
.comment-reply-form .form-grp textarea {
  min-height: 167px;
  max-height: 167px;
}
.comment-reply-form .checkbox-grp {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.comment-reply-form .checkbox-grp input {
  width: auto;
  margin-top: 5px;
  margin-right: 9px;
}
.comment-reply-form .checkbox-grp label {
  color: #606575;
  font-size: 16px;
  user-select: none;
}
.comment-reply-form .btn {
  color: #fff;
  text-transform: uppercase;
}

/* 17. Contact */
.contact-area {
  padding: 80px 0;
}
.contact-form .form-grp {
  margin-bottom: 20px;
}
.contact-form .form-grp textarea,
.contact-form .form-grp input {
  background: transparent;
  border: 1px solid #e1e1e1;
  width: 100%;
  border-radius: 5px;
  padding: 18px 20px;
  color: #6a2e4d;
  font-weight: 500;
  font-size: 16px;
}
.contact-form .form-grp textarea::placeholder,
.contact-form .form-grp input::placeholder {
  color: #6a2e4d;
  font-weight: 500;
  font-size: 16px;
}
.contact-form .form-grp textarea {
  min-height: 167px;
  max-height: 167px;
}
.contact-form .submit-btn .btn {
  text-transform: uppercase;
  min-width: 160px;
  justify-content: center;
}
#contact-map iframe {
  width: 100%;
  height: 100%;
}
#contact-map {
  width: 100%;
  height: 460px;
}

/* 18. Footer */
.footer-bg {
  background-color: #275aa1;
  /* background-image: url(../img/bg/footer_bg.jpg); */
  background-size: cover;
  background-position: center;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-top {
  padding: 80px 0 24px;
}
.footer-top .footer-logo {
  margin-bottom: 30px;
}
.footer-top .footer-content p {
  color: #f2f2f2;
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin-bottom: 25px;
}
.footer-top .footer-content .footer-social {
  display: flex;
  justify-content: center;
  border-top: 1px solid #333d4c;
  padding-top: 25px;
}
.footer-top .footer-content .footer-social li {
  margin-right: 8px;
}
.footer-top .footer-content .footer-social li:last-child {
  margin-right: 0;
}
.footer-top .footer-content .footer-social li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #13171d;
  color: #f2f2f2;
  font-size: 14px;
}
.footer-top .footer-content .footer-social li a:hover {
  color: #e75150;
}
.footer-widget .fw-title {
  margin: 0 0 15px;
}
.footer-widget .fw-title .title {
  font-size: 22px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.last-title {
  text-align: left !important;
  margin-left: 15px !important;
}

.footer-widget .fw-link ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-widget .fw-link ul li {
  width: 50%;
  margin-bottom: 10px;
  text-align: center;
}
.footer-widget .fw-link ul li a {
  color: #cbccd0;
}
.footer-widget .fw-link ul li a:hover {
  color: #e75150;
  margin-left: 5px;
}

.ml-30 {
  margin-left: 30px;
}

/* .footer-widget.privacy {
  margin-left: 70px;
} */
.footer-widget.privacy .fw-link ul li {
  width: 100%;
}
.footer-widget .footer-contact p {
  margin-bottom: 10px;
  color: #cbccd0;
  font-family: "Barlow", sans-serif;
}
.footer-widget .footer-contact .title {
  color: #f6cd51;
  /*font-size: 26px;*/
  margin-bottom: 5px;
  font-weight: 600;
}

.footer-widget .footer-contact .title-mail {
  color: #f6cd51;
}

.footer-widget .footer-contact > a {
  display: block;
  font-family: "Barlow", sans-serif;
  margin-bottom: 25px;
}
.footer-widget .footer-contact form {
  position: relative;
}
.footer-widget .footer-contact form input {
  width: 100%;
  color: #606575;
  font-size: 14px;
  border: none;
  background: #fff;
  border-radius: 3px;
  padding: 20px 80px 20px 20px;
  height: 59px;
}
.footer-widget .footer-contact form input::placeholder {
  color: #606575;
  font-size: 14px;
}
.footer-widget .footer-contact form button {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 62px;
  height: 59px;
  border: none;
  font-size: 23px;
  color: #fff;
  line-height: 0;
  background: #f6cd51;
  border-radius: 3px;
}
.footer-bottom {
  background: #13171d;
  padding: 30px 0;
}

.copyright-text,
.payment-cards {
  display: flex;
  justify-content: center;
}

.payment-cards img {
  margin-right: 10px;
  object-fit: contain;
}

.copyright-text p {
  color: #cbccd0;
  margin-bottom: 0;
  text-align: center;
  margin-top: 2rem;
}
.copyright-text p span {
  color: #e75150;
}

/* 19. Preloader */
#preloader {
  /* background-color: #2d2a20; */
  background-color: #fffdf7;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 999;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.earth {
  position: relative;
  width: 100px;
  height: 100px;
  /* background: #0588e4 url("../img/earth.png"); */
  background-size: cover;
  border-radius: 50%;
  /* box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.85); */
  transition: 0.5s;
  animation: animates 12s linear infinite;
}

.plane {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotating 2s linear infinite;
  animation-delay: -1s;
}

.fa-regular {
  color: #cba328;
}

@keyframes animates {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 719px 0;
  }
}

@keyframes orbiting {
  0% {
    transform: rotate(0deg) translateX(100px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(100px) rotate(-360deg);
  }
}

.loader-flight {
  position: absolute;
  top: 60px;
  left: 60px;
  color: #cba328;
  font-size: 30px;
  transform: rotate(140deg);
}

/*  */
@keyframes rotating {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* cookie */

.cookie-wrapper {
  position: fixed;
  bottom: 60px;
  right: -400px;
  max-width: 400px;
  width: 100%;
  background-color: rgba(255, 228, 196, 0.781);
  padding: 15px 25px 22px;
  border-radius: 8px;
  z-index: 999;
  transition: right 0.9s ease;
  /* display: block; */
}

.cookie-wrapper.show {
  right: 3.5rem;
}

.cookie-header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.cookie-heading,
.cookie-icon {
  color: #7f32c8;
  font-size: 2.4rem;
}

.cookie-heading {
  font-weight: 500;
}

.cookie-link:link,
.cookie-link:visited {
  text-decoration: none;
  color: #222;
  transition: all 0.5s ease;
}

.cookie-link:hover {
  color: #3b3939;
  text-decoration: underline;
  font-weight: 600;
}

.cookie-text {
  color: #222;
  font-size: 1.2rem;
}

.data {
  margin-top: 1.6rem;
}

.cookie-buttons {
  margin-top: 1.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-btn {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background-color: #7f32c8;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}

.cookie-btn:hover {
  background-color: #4e0f89;
}
.policy {
  display: flex;
  justify-content: center;
}
.policy a {
  /* display: inline-block; */
  color: #f6cd51;
  padding: 1rem;
  transition: 0.3s ease;
}

.policy a:hover {
  color: #cbccd0;
}

@media only screen and (min-width: 992px) {
  .policy {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .policy {
    justify-content: center;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 484px) {
  .policy {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.svg-loader {
  display: flex;
  align-items: center;
  width: 230px;
  height: 230px;
  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
}

.loader__plane {
  fill: #dcbb87;
}

.loader__path {
  stroke: white;
  animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }

  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }

  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

/* FEATURE BLOCK START */
.feature-section {
  overflow: hidden;
}

.feature-area {
  position: relative;
}
.feature-area .feature-element {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 7%;
}

.feature-slider {
  overflow: hidden;
}
.feature-slider .swiper-slide-active .feature-item {
  background-color: #dcbb87;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.feature-slider .swiper-slide-active .feature-icon::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.feature-slider .swiper-slide-active .feature-content .title::before {
  border: 1px dashed #19232d;
}
.feature-slider .swiper-slide-active .feature-content p {
  color: #19232d;
}
.feature-slider .swiper-slide-active .feature-content p::before {
  border: 1px dashed #19232d;
}

.feature-item {
  background-color: #ededef;
  padding: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 2px solid rgba(220, 187, 135, 0.1);
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .feature-item {
    padding: 20px;
  }
}
/* .feature-item:hover {
  background-color: #e75150;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
} */
.feature-item:hover .feature-icon::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.feature-item:hover .feature-content .title::before {
  border: 1px dashed #19232d;
}
.feature-item:hover .feature-content p {
  color: #19232d;
}
.feature-item:hover .feature-content p::before {
  border: 1px dashed #19232d;
}

.dark .page-wrapper-two .feature-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .dark .page-wrapper-two .feature-item {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
}
.dark .page-wrapper-two .feature-item::before {
  box-shadow: 0px 0px 40px rgba(220, 187, 135, 0.1);
}
.dark .page-wrapper-two .feature-item::after {
  background-color: #19232d;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark .page-wrapper-two .feature-item:hover .feature-icon i {
  color: #dcbb87;
}
.dark .page-wrapper-two .feature-icon i {
  color: white;
  transition: all 0.3s;
}
.dark .page-wrapper-two .feature-content .title {
  color: white;
}
.dark .page-wrapper-two .feature-content p {
  color: #dfdfdf;
}

.feature-icon {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
  max-height: 66px;
}
.feature-icon::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 10px;
  width: 80px;
  height: 80px;
  background-color: rgba(220, 187, 135, 0.5);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}

.feature-content .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.feature-content .title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 20%;
  border: 1px dashed rgba(61, 61, 61, 0.3);
}
.feature-content .title a {
  transition: all 0.3s;
}
.feature-content .title a:hover {
  color: #dcbb87;
}
.feature-content p {
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0;
}
.feature-content p::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 20%;
  border: 1px dashed rgba(61, 61, 61, 0.3);
}

.page-wrapper-two div[class*="col"]:nth-of-type(6n + 1) .feature-item {
  border-left: none;
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 2) .feature-item {
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 3) .feature-item {
  border-right: none;
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 4) .feature-item {
  border-left: none;
  border-bottom: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 5) .feature-item {
  border-bottom: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 6) .feature-item {
  border-right: none;
  border-bottom: none;
}
.page-wrapper-two .feature-area {
  border-radius: 10px;
}
.page-wrapper-two .feature-item {
  border-radius: 0;
  transition: all 0.2s;
  position: relative;
  border: 1px solid #f5f3f1;
  background-color: white;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .feature-item {
    border: 1px solid #f5f3f1 !important;
  }
}
.page-wrapper-two .feature-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f5f3f1;
  background-color: white;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.page-wrapper-two .feature-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 40px #7704041a;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.page-wrapper-two .feature-item:hover {
  background-color: transparent;
  border: 1px solid transparent;
  z-index: 3;
}
.page-wrapper-two .feature-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.page-wrapper-two .feature-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.page-wrapper-two .feature-item:hover .feature-icon {
  color: #dcbb87;
}
.page-wrapper-two .feature-icon {
  font-size: 80px;
  line-height: 80px;
  color: #19232d;
  max-height: auto;
  margin-bottom: 30px;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .feature-icon {
    font-size: 50px;
  }
}
.page-wrapper-two .feature-icon::before {
  display: none;
}
.page-wrapper-two .feature-content .title {
  transition: all 0.5s;
  padding-bottom: 0;
}
.page-wrapper-two .feature-content .title::before {
  display: none;
}
.page-wrapper-two .feature-content p {
  padding-bottom: 0;
  transition: all 0.5s;
}
.page-wrapper-two .feature-content p::before {
  display: none;
}

.feature-btn {
  margin-top: 20px;
}
.feature-btn a {
  color: #19232d;
  font-weight: 800;
  transition: all 0.5s;
}
.feature-btn a i {
  transition: all 0.5s;
}
.feature-btn a i::before {
  color: #19232d;
  transition: all 0.5s;
}
.feature-btn a:hover i {
  padding-right: 5px;
}

.feature--style .feature-right {
  overflow: hidden;
  margin: -20px 0 0 0;
}
.feature--style div[class*="col"]:nth-of-type(4n + 4) .feature-item {
  box-shadow: none;
}
.feature--style .feature-item {
  background-color: transparent;
  padding: 25px;
  border-radius: 0;
  border: none;
  box-shadow: 1px 1px 1px 1px #f5f3f1;
}
.feature--style .feature-item:hover {
  transform: none;
  border: none;
}
.feature--style .feature-item:hover .feature-icon::before {
  background-color: rgba(220, 187, 135, 0.5);
}
.feature--style .feature-item:hover .feature-content p {
  color: #3d3d3d;
}
.feature--style .feature-content .title {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.feature--style .feature-content .title::before {
  display: none;
}
.feature--style .feature-content p {
  padding-bottom: 0;
}
.feature--style .feature-content p::before {
  display: none;
}
.feature--style .feature-thumb {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .feature--style .feature-thumb {
    display: none;
  }
}
.feature--style .feature-thumb img {
  width: 100%;
}
.feature--style .feature-thumb .feature-video-wrapper {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.feature--style .feature-thumb .feature-video-wrapper .video-icon {
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .feature--style .feature-thumb .feature-video-wrapper {
    position: absolute;
  }
}
.feature--style .feature-thumb.two {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .feature--style .feature-thumb.two {
    display: block;
    margin-top: 0;
  }
}

.feature--style-two .feature-item:hover {
  background-color: white;
}
.feature--style-two .feature-item:hover .feature-icon {
  color: #dcbb87;
}
.feature--style-two .feature-icon {
  font-size: 60px;
  color: #19232d;
  transition: all 0.5s;
}

.feature--style-three .feature-item:hover .feature-content .title {
  color: #19232d;
}
.feature--style-three .feature-item:hover .feature-content p {
  color: #3d3d3d;
}

/* FEATURE BLOCK ENDS */

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 80px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

#book {
  scroll-margin-top: 100px; /* Adjust based on the height of your fixed header */
}

/* COMING SOON STYLE */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff0000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff2929;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.coming-soon {
  background: url("../img/bg/cargo.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 30%;
}
.charter-coming-soon {
  background: url("../img/bg/charter-plane.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 30%;
}

.top {
  margin-top: -40px;
}
.charter-coming-soon .title,
.coming-soon .title {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.charter-coming-soon p,
.coming-soon p {
  color: #eee;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.center {
  position: absolute;
  width: 100%;
  height: 100%;
}

.coming-soon .countdown {
  margin-bottom: 80px;
}

.coming-soon .countdown div {
  text-align: center;
  margin: 10px;
  width: 100px;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.12);
  border-top: 5px solid #ff0000;
}

.coming-soon .countdown div h3 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 15px;
}

.coming-soon .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .coming-soon .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }

  .coming-soon .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .coming-soon .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}

.coming-soon .subscribe {
  font-size: 15px;
  text-align: center;
}

.coming-soon .subscribe h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.coming-soon .subscribe .subscribe-form {
  min-width: 300px;
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  text-align: left;
}

.coming-soon .subscribe .subscribe-form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.coming-soon .subscribe .subscribe-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff0000;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.coming-soon .subscribe .subscribe-form input[type="submit"]:hover {
  background: #f50000;
}

.coming-soon .subscribe .error-message {
  display: none;
  color: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.coming-soon .subscribe .sent-message {
  display: none;
  color: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.coming-soon .subscribe .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.coming-soon .subscribe .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading-notify 1s linear infinite;
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.coming-soon .social-links {
  margin-top: 10px;
}

.coming-soon .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  padding-top: 14px;
  margin: 0 10px;
  text-align: center;
  transition: 0.3s;
}

.coming-soon .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

/* .section-bg {
  background-color: #fff5f5;
}

.section-title {
  text-align: center;
  padding-bottom: 15px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
} */

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 12px;
  position: absolute;
  font-size: 20px;
  color: #ff0000;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-wrap {
  background: rgb(39, 90, 161);
  padding: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #f6cd51;
}

.charter-label {
  color: #f6cd51;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ff0000;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  padding-top: 0;
  background: rgba(39, 90, 161);

  margin-bottom: 40px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea,
.contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(240, 222, 222, 0.89);
}

.form-control option {
  background: rgba(255, 255, 255, 0.1);
  color: #065691;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  /* color: rgba(255, 255, 255, 0.4); */
  color: rgba(240, 222, 222, 0.89);
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  /* color: rgba(255, 255, 255, 0.4); */
  color: rgba(240, 222, 222, 0.89);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #ff0000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff3333;
}

/* @keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

/* CARGO BACKGROUND IMAGES */
.cargo-bg {
    background-image: url(../img/bg/cargo.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 120px 0 125px;
}
.cargo-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
/* END OF CARGO BACKGROUND IMAGES */

/* DESTINATION BACKGROUND IMAGES */
.antigua-bg {
  background-image: url(../img/destination-img/Antigua.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.antigua-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.barbados-bg {
  background-image: url(../img/destination-img/Barbados.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.barbados-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.barbuda-bg {
  background-image: url(../img/destination-img/Barbuda.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.barbuda-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.dominican-bg {
  background-image: url(../img/destination-img/dominica2.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.dominican-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.jamaica-bg {
  background-image: url(../img/destination-img/jamaica.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.jamaica-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.st-vincent-bg {
  background-image: url(../img/destination-img/st-vincent.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.st-vincent-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.st-kitts-bg {
  background-image: url(../img/destination-img/st-kitts.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.st-kitts-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.st-lucia-bg {
  background-image: url(../img/destination-img/st-lucia.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.st-lucia-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.st-maarten-bg {
  background-image: url(../img/destination-img/st-maarten.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.st-maarten-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.grenada-bg {
  background-image: url(../img/destination-img/Grenada.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.grenada-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.guyana-bg {
  background-image: url(../img/destination-img/guyana.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.guyana-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.tortola-bg {
  background-image: url(../img/destination-img/tortola.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.tortola-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}
.trinidad-bg {
  background-image: url(../img/destination-img/trinidad.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0 125px;
}
.trinidad-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #003580; */
  opacity: 0.9;
  z-index: -1;
}

.btn-destination,
.btn-destination:link,
.btn-destination:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  margin: 0 30px;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}
.btn-destination:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn-destination:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn-destination:active,
.btn-destination:focus {
  outline: none;
  transform: translateY(-0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.btn-destination--green {
  background-color: #e75150;
  color: #fff;
}
.btn-destination--green::after {
  background-color: #e75150;
}
.btn-destination::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.btn-destination--animated {
  animation: moveInBottom 0.5s ease-in 0.75s;
  animation-fill-mode: backwards;
}

/* .btn-destination-text:link,
.btn-destination-text:visited {
  font-size: 1.6rem;
  color: blue;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #55c57a;
  padding: 3px;
} */
.btn-destination-text:hover {
  background-color: #55c57a;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.btn-destination-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

/* OUR DESTINATION */
.destination-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  margin-right: 12px;
}

.destination-item .card-img {
  width: 328px;
  border-radius: 1.5rem;
}

.destination-card-content {
  width: 280px;
  background-color: transparent;
  padding: 1.5rem 2rem;
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  /* margin-inline: auto; */
  margin: 0 10px;
  /* opacity: 0; */
  transition: opacity 1s 1s;
}

.destination-card-content .title,
.destination-card-content span {
  color: #fff;
}

.btn-right {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 50px;
  text-align: center;

  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;

  cursor: pointer;
  background: #f6cd51;
  transition: 1s ease;
  border: none;
}

.btn-right .fa-arrow-right {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

/* Naming animation on hover */
.destination-item:hover .destination-card-content {
  animation: show-data 1s forwards;
  opacity: 1;
  transition: opacity 0.3s;
}

.destination-item:hover {
  animation: remove-overflow 2s forwards;
}
.destination-item:not(:hover) .destination-card-content {
  animation: remove-data 1s forwards;
}

/* CARD ANIMATIONS */
@keyframes show-data {
  50% {
    transform: translateY(-10rem);
  }
  100% {
    transform: translateY(-5rem);
  }
}

@keyframes remove-data {
  0% {
    transform: translateY(-5rem);
  }
  50% {
    transform: translateY(-7rem);
  }
  100% {
    transform: translateY(0.4rem);
  }
}

.image-gradient-wrapper {
  position: relative;
  display: inline-block;
}

.image-gradient-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.image-gradient-wrapper::before {
  content: "";
  position: absolute;
  border-radius: 1.5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 60%,
    #04139f 100%
  );
  pointer-events: none; /* Ensures gradient doesn't block interactions */
}

.feature-item p {
  font-size: 14px;
}

/* removing the cards and centering the policy at the foter */
.text-align-center {
  display: flex;
  justify-content: center;
}

/* radio button styling */
.form__radio-input {
  display: none;
}

.form__radio-label {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-left: 3.3rem;
}

.form__radio-button {
  height: 3rem;
  width: 3rem;
  border: 5px solid #e75150;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.4rem;
}

.form__radio-button::after {
  content: "";
  display: block;
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e75150;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
  opacity: 1;
}

.booking-form-container {
  display: grid;
  /*grid-template-rows: minmax(50px, auto);*/
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-column-gap: 14px;
}

.booking-form-container .form-grp .exchange-icon {
  position: absolute;
  left: -3px;
  top: 68%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background: #fefdfb;
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #622243;
  border: 1px solid #eeedeb;
}

.booking-form-container .form-grp {
  position: relative;
}

.in {
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 0 30px;
  line-height: 80px;
  border-radius: 10px;
  border: 2px solid blue;
  background-color: transparent;
  transition: 0.1s ease;
  z-index: 1111;
}

.booking-form-input,
.booking-form-select {
  font-size: 1.5rem;
  font-family: inherit;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background-color: transparent;
  border: none;
  border-top: 3px solid transparent;
}

.booking-form-input:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  border-top: 3px solid blue;
}

.booking-form-input::-webkit-input-placeholder {
  color: #999;
}

.label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0.7rem;
  transition: all 0.3s;
}

inp:placeholder-shown ~ .label {
  opacity: 0;
  visibility: hidden;
  transform: translate(-15px, -16px) scale(0.8);
  z-index: 1111;
}

/* from gpt */

/* .timeZone {
  position: relative;
  display: inline-block;
}

label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background: white;
  padding: 0 4px;
  transition: 0.2s ease all;
  pointer-events: none; 
  color: #999;
}*/

/* input {
  padding: 10px 12px;
  padding-top: 20px; 
  width: 100%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
} */

/* input:focus ~ label,
input:not(:placeholder-shown) ~ label {
  top: 0;
  transform: translateY(-50%) scale(0.85); 
  left: 10px;
  color: #007bff;
} */
/*
input:focus {
  border-color: #007bff; 
} */

#search {
    border-radius: 0.80rem !important;
}

.select-box {
    appearance: none;
    padding: 1.5rem 2rem;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #e9ecef;
    margin-top: 0.7rem;
    cursor: pointer;
    border-radius: 0.80rem !important;
}

.select-box-trips {
  appearance: none;
  padding: 1.5rem 2rem;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #e9ecef;
  margin: 0.7rem 30px 0.7rem 0;

  cursor: pointer;
}

.select-box option.placeholder-option {
  color: grey;
}

/* Initially keep the label above the placeholder */
.floating-label {
  transition: 0.2s ease all;
  pointer-events: none;
  color: grey;
}

select:invalid {
  color: grey;
}

/* When a valid option is selected, move the label */
select:focus + .floating-label,
select:not(:invalid) + .floating-label {
  top: 0;
  transform: translateY(-100%) scale(0.85);
  left: 10px;
  color: black;
}

.grid-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.responsive-button {
  width: 90%; /* Ensures the button takes up the available space within its column */
  height: 80%;
  max-width: 100%; /* Prevents the button from overflowing */
  padding: 10px; /* Adjust as necessary */
  box-sizing: border-box;
  text-align: center; /* Centers the button text */
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 600px) {
  .booking-form-container {
    /*grid-template-columns: 1fr;*/ /* Switch to single-column layout */
  }

  .grid-column {
    justify-content: flex-start; /* Optional: Align buttons to the left if preferred */
  }

  .responsive-button {
    font-size: 14px; /* Reduce font size for smaller screens */
    padding: 8px; /* Adjust padding */
    width: 100%; /* Ensure button takes full width of column */
  }
}

.manage-booking-area {
  margin: 47px 0;
}
.manage-booking-wrap {
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 20px 0 0 0;
  overflow: hidden;
}

.manage-booking-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  /* background: #622243; */
  background-color: #275aa1;
  border: none;
  color: #ffffff;
  text-transform: none;
  font-weight: 600;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  width: 100%;
  justify-content: center;
  transition: 0.3s linear;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
}

.manage-booking-wrap .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #275aa1;
}

.manage-booking-area .tab-content-wrap {
  background: #fff;
  padding: 25px;
  border-radius: 0 0 20px 20px;
}

/* ACCORDION */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.contentBx {
  /* position: relative; */
  margin: 5px 10px;
  background-color: #eee;
}

.contentBx.active,
.contentBx.active:hover {
  background-color: #ccc;
}

.contentBx .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;

  color: #fffcf8;
  cursor: pointer;
}

.contentBx .content {
  max-height: 0;
  background-color: #fffcf8;
  /* display: none; */
  overflow: hidden;
  transition: max-height 0.5s ease;
  overflow-y: auto;
}

.contentBx.active .content {
  max-height: 100vh;
  padding: 10px;
  /* display: block; */
  animation: fade 1s ease-in-out;
}

.contentBx.active .fa-angle-up {
  transform: rotate(180deg);
}

.fa-angle-up {
  color: #110d0e;
  transition: all 0.5s ease;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.privacy-content .lower-alpha li {
  list-style-type: lower-alpha;
  margin: 20px;
}

.empahsis {
  font-style: italic;
  text-decoration: underline;
}

.flight-option img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* PASSENGER DROPDOWN */

.economy {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  width: 100%; /* Ensures the button's width is flexible */
}

.dropdown-modal {
  position: absolute;
  display: none; /* Hidden by default */
  width: calc(100% + 60px); /* Slightly bigger than the input field */
  padding: 10px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000; /* Ensure it appears above other elements */
}

.dropdown-modal.open {
  display: block; /* Show dropdown when it's open */
}

.number-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.number-control button {
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  width: 40px; /* Set width for control buttons */
}

#numberDisplay {
  font-size: 16px;
  text-align: center;
  width: 50px; /* Ensure number display doesn't shrink */
}

.adultDetail {
  font-size: 12px;
}

.display-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* Optional: center align text */
}

.small-text {
  font-size: 12px; /* Adjust font size */
  color: gray; /* Optional: change text color */
  margin-top: 3px; /* Optional: add space between the span and small text */
}

/* FAQ */
.content-item {
  display: none;
}

#content1 {
  display: block;
}

.sidebar-faq a.active {
  color: #e75150; /* You can choose any color */
  font-weight: bold;
}

#loyalty-tab {
  display: none;
}

#myTab {
  background-color: #fff;

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.booking-form-container {
  position: relative; /*Ensure it stays positioned relative to its container*/
}

/* INPUT WARNING */
.alert {
  background-color: #ffdb9b;
  padding: 15px 30px;

  min-width: 282px;
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  margin: 0 auto;
  border-radius: 4px;
  border-left: 8px solid #ffa502;
  z-index: 9999;
  display: none;
  /* opacity: 0;
  pointer-events: none; */
}

.err {
  position: relative;
}

/* .alert.showAlerts {
  opacity: 1;
  pointer-events: auto;
} */

/* .right {
  margin-right: 5px;
} */

.alert.hide {
  animation: hide_shake 1s ease-out forwards; /* Trigger animation */
}

@keyframes hide_shake {
  0% {
    transform: translateY(75px) translateX(0); /* Start from settled position */
  }
  10% {
    transform: translateY(-30px) translateX(10px); /* Small shake to the right */
  }
  20% {
    transform: translateY(-30px) translateX(-10px); /* Small shake to the left */
  }
  60% {
    transform: translateY(-30px); /* Settle back at -30px */
  }
  100% {
    transform: translateY(100%); /* Slide back down off the screen */
  }
}

.alert.show {
  display: block;
  z-index: 9999;
  animation: show_slide 1s ease-out forwards; /* Trigger animation */
}

@keyframes slide_up_shake {
  0% {
    transform: translateY(100%); /* Start from below the container */
  }
  40% {
    transform: translateY(-110%); /* Overshoot a bit upwards */
  }
  80% {
    transform: translateY(-30px); /* Settle 30px above the container */
  }
  90% {
    transform: translateY(-30px) translateX(-10px); /* Small shake to the left */
  }
  95% {
    transform: translateY(-30px) translateX(10px); /* Small shake to the right */
  }
  100% {
    transform: translateY(75px) translateX(-170px); /* Settle without shake */
  }
}

@keyframes show_slide {
  0% {
    transform: translateX(100%);
  }
  40% {
    transform: translateX((-10%));
  }
  80% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-10px);
  }
}

.alert .fa-exclamation-circle {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ce8500;
  font-size: 30px;
  display: inline-block;
}

.alert .msg {
  padding: 0 20px;
  font-size: 18px;
  color: #ce8500;
  display: inline-block;
}

.alert .close-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffd080;
  padding: 10px 18px;
  cursor: pointer;
  display: inline-block;
}

.close-btn:hover {
  background-color: #ffc766;
}

.close-btn .fa-times {
  color: #ce8500;
  font-size: 22px;
  line-height: 40px;
}

/* multicity container */

/* .new-form-container {
  display: grid;
  grid-template-rows: minmax(50px, auto);
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-column-gap: 14px;
  position: relative;
} */

/* .utility-form {
  display: grid;
  grid-template-rows: minmax(50px, auto);
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 14px;
  position: relative;
} */

/* .cities {
  display: grid;
  grid-template-rows: minmax(50px, auto);
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 14px;
  position: relative;
} */

/* General form-row styling */
.cities {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  grid-template-rows: minmax(50px, auto);
  position: relative;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

/* Restrict the number of columns to 4 maximum */
@media (min-width: 600px) {
  .cities {
    grid-template-columns: repeat(
      4,
      1fr
    ); /* 4 columns at larger screen sizes */
  }
}

/* If the screen is smaller, reduce the number of columns dynamically */
@media (max-width: 600px) {
  .cities {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

.removeMeal {
  margin-top: 20px;
}

#addTrip {
  margin: 10px 0;
  border-radius: 10px;
  padding: 12px 24px;
  background-color: #275aa1;
  border: none;
  color: #fff;
}

#addTrip:hover {
  background-color: #e75150;
}

.removetrip {
  border-radius: 10px;
  padding: 15px 24px;
  border: none;
  background-color: #e75150;
  color: #fff;
}
.removetrip:hover {
  background-color: #275aa1;
}

.removebtn {
  display: flex;
  align-items: center;
}

.utility-form .exchange-icon {
  position: relative;
  left: -19px;
  top: -50%;
  transform: translateY(50%);
  width: 35px;
  height: 35px;
  background: #fefdfb;
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #622243;
  border: 1px solid #eeedeb;
}

/* Background Overlay */
/* Overlay styling with fade-in effect */
.hidden-images {
  display: none; /* Hide the image container */
}

/* Hide ads-card initially until the image is loaded */
.ads-card {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.ads-card {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  z-index: 1001;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  transition: opacity 1s ease-in-out;
}

#slideshow-image {
  width: 100%;
  height: auto;
  /* opacity: 0; */
  transition: opacity 1s;
}

.fade-in {
  opacity: 1;
}

.ads-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.show {
  display: block;
}

/* Responsive Image */
/* .ads-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
} */

/* Close Button */
.ads-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
  cursor: pointer;
  color: #333;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Class to make the overlay visible with fade-in */
.ads-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Class to make the popup visible with fade-in */
.ads-card.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Media Query for Smaller Screens */
@media (max-width: 600px) {
  .ads-card {
    width: 80%;
    max-width: 100%;
  }
}

/* THANK YOU PAGE */

.thanks {
  margin: 100px auto;
}

.thanks-title {
  font-family: "Berkshire Swash", cursive;
  font-size: 5rem;

  color: #d64341; /* Festive red */
  margin-bottom: 10px;
  margin-top: 50px;
}

.thanks-message {
  font-size: 2rem;
  color: #555;
  margin-bottom: 20px;
}

.thanks-container {
  position: relative;
  display: inline-block;
  margin: 40px auto;
}

.thanks-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#blob path {
  animation: blob 15s linear infinite;
}

@keyframes blob {
  0% {
    d: path(
      "M46.9,-57.9C56,-48.3,55.4,-29,52,-14.2C48.6,0.5,42.3,10.7,37.8,24.8C33.2,39,30.3,57.1,21.8,60.5C13.2,63.9,-0.9,52.7,-19.6,48.3C-38.4,44,-61.6,46.5,-69.9,37.7C-78.1,28.9,-71.2,8.8,-63.7,-7.3C-56.2,-23.3,-47.9,-35.3,-37.2,-44.7C-26.5,-54.1,-13.2,-60.8,2.8,-64.2C18.9,-67.6,37.8,-67.6,46.9,-57.9Z"
    );
  }
  25% {
    d: path(
      "M24.2,-31.6C31.1,-23,36.4,-15.2,44.6,-2.8C52.9,9.5,64,26.5,61.4,39.7C58.8,52.9,42.5,62.4,26.3,65.3C10.1,68.2,-6,64.4,-21.5,58.8C-36.9,53.2,-51.8,45.9,-55.1,34.5C-58.4,23.2,-50.2,7.9,-48,-9.2C-45.8,-26.2,-49.7,-45,-42.7,-53.6C-35.7,-62.2,-17.9,-60.5,-4.6,-55C8.6,-49.5,17.2,-40.2,24.2,-31.6Z"
    );
  }
  50% {
    d: path(
      "M40.3,-47.5C50.4,-39.6,55.4,-25.1,58.9,-9.7C62.4,5.7,64.4,22,58.6,35.5C52.8,49,39.2,59.6,24,64.6C8.8,69.5,-7.9,68.7,-18.6,60.7C-29.3,52.7,-33.9,37.4,-45.1,23.4C-56.4,9.4,-74.3,-3.4,-76.7,-17.7C-79.1,-31.9,-66.1,-47.6,-50.8,-54.7C-35.4,-61.7,-17.7,-60.1,-1.3,-58.6C15.1,-57,30.2,-55.5,40.3,-47.5Z"
    );
  }
  75% {
    d: path(
      "M37.9,-48.5C47.4,-37.2,52.2,-23.6,55.4,-9.2C58.7,5.3,60.5,20.6,53.5,29.2C46.5,37.7,30.8,39.5,17.4,41.7C4,43.9,-6.9,46.5,-16.1,43.5C-25.2,40.5,-32.6,31.8,-36.8,22.3C-41,12.8,-42.1,2.6,-42.1,-9.2C-42.2,-21,-41.2,-34.5,-34,-46.1C-26.8,-57.8,-13.4,-67.8,0.4,-68.3C14.2,-68.8,28.4,-59.8,37.9,-48.5Z"
    );
  }
  100% {
    d: path(
      "M46.8,-51.2C61.4,-43.6,74.3,-29.5,74.2,-15.3C74.1,-1.1,60.9,13.2,51.8,30.7C42.6,48.1,37.5,68.6,27.3,70.1C17.1,71.7,1.9,54.3,-13.8,45.4C-29.4,36.4,-45.4,35.9,-58.9,27C-72.3,18.1,-83.3,0.7,-77.2,-10.1C-71.1,-21,-48,-25.4,-32.3,-32.7C-16.6,-40.1,-8.3,-50.5,3.9,-55.1C16.1,-59.8,32.3,-58.7,46.8,-51.2Z"
    );
  }
}

.thanks-email-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

#thanks-btn {
  display: inline-block;
  background-color: #d64341; /* Festive red */
  color: white;
  padding: 12px 24px;
  font-size: 1.6rem;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
  transition: background-color 0.3s, transform 0.2s;
  cursor: pointer;
}

#thanks-btn:hover {
  background-color: #b73130;
  transform: scale(1.05);
}

/* Snowflake effect */
.snowflake {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none; /* Make snowflakes non-interactive */
  color: #fff;
  font-size: 1.2rem;
  animation: fall 8s linear infinite, wind 10s ease-in-out infinite;
}

@keyframes fall {
  0% {
    transform: translateY(-100vh);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
}

/* Random snowflake positions and animations */
.snowflake:nth-child(2n + 3) {
  animation-delay: calc(-1s * var(--i));
  animation-duration: calc(8s + var(--i) * 0.5s);
}

.snowflake:nth-child(1) {
  left: 25%;
  animation-delay: calc(-1s * var(--i));
  animation-duration: calc(6s + var(--i) * 0.7s);
  animation-name: fall, drift;
}
.snowflake:nth-child(2) {
  left: 35%;
}

.snowflake:nth-child(4) {
  left: 50%;
}
.snowflake:nth-child(3) {
  left: 75%;
}
.snowflake:nth-child(6) {
  left: 95%;
}
.snowflake:nth-child(7) {
  right: 95%;
}
.snowflake:nth-child(8) {
  right: 75%;
}
.snowflake:nth-child(9) {
  right: 55%;
}
.snowflake:nth-child(10) {
  right: 25%;
}

/** Progress Bar **/

.dropdown-select {
  position:absolute;
  background:#77aaee;
  text-align:left;
  box-shadow:0px 3px 5px 0px rgba(0,0,0,0.1);
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  width:90%;
  left:2px;
  line-height:2em;
  margin-top:2px;
  box-sizing:border-box;
}
.thin {
  font-weight:400;
}
.small {
  font-size:12px;
  font-size:.8rem;
}
.half-input-table {
  border-collapse:collapse;
  width:100%;
}
.half-input-table td:first-of-type {
  border-right:10px solid #fff;
  width:50%;
}
.window {
  height:540px;
  width:800px;
  background:#fff;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2);
  border-radius:30px;
  z-index:10;
}
.order-info {
  height:100%;
  width:50%;
  padding-left:25px;
  padding-right:25px;
  box-sizing:border-box;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  position:relative;
}
.price {
  bottom:0px;
  position:absolute;
  right:0px;
  color:#4488dd;
}
.order-table td:first-of-type {
  width:25%;
}
.order-table {
    position:relative;
}
.line {
  height:1px;
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
  background:#ddd;
}
.order-table td:last-of-type {
  vertical-align:top;
  padding-left:25px;
}
.order-info-content {
  table-layout:fixed;

}

.full-width {
  width:100%;
}
.pay-btn {
  border: none;
  background: #22b877;
  line-height: 2em;
  border-radius: 10px;
  font-size: 19px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  margin-top: 15px;
  transition: all 0.2s ease;
}
.pay-btn:hover {
  background:#22a877;
    color:#eee;
  -webkit-transition:all .2s ease;
          transition:all .2s ease;
}

.total {
  margin-top:25px;
  font-size:20px;
  font-size:1.3rem;
  position:absolute;
  bottom:30px;
  right:27px;
  left:35px;
}
.dense {
  line-height:1.2em;
  font-size:16px;
  font-size:1rem;
}

.input-field {
  background:rgba(255,255,255,0.1);
  margin-bottom:10px;
  margin-top:3px;
  line-height:1.9em;
  font-size:16px;
  border:none;
  padding:5px 10px 5px 10px;
  color:#fff;
  box-sizing:border-box;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.credit-info {
  background:#fff;
  height:100%;
  width:50%;
  color:#eee;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  font-size:14px;
  font-size:.9rem;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  box-sizing:border-box;
  padding:25px;
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  border-top-left-radius:30px;
  border-bottom-left-radius:30px;
  position:relative;
}
/* Dropdown container */
.dropdown {
  position: relative;
  width: 100%; /* Adjust width as needed */
}

.dropdown-btn {
  background-color: #333;
  color: #fafafa;
  padding: 10px;
  font-size: 16px;  /* Adjust font size */
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.dropdown-btn:hover {
  background-color: #555;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.header-left {
    display: flex;
    flex-direction: column;
}

.print-btn {
    padding: 8px 16px;
    background-color: #007bff;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.print-btn:hover {
    background-color: #0056b3;
}

.print-details-btn {
    padding: 8px 16px;
    background-color: #007bff;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 12px;
}

.print-details-btn:hover {
    background-color: #0056b3;
}

.finish-send-btn {
    padding: 8px 16px;
    background-color: #007bff;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.finish-send-btn:hover {
    background-color: #0056b3;
}

.header-section {
        width: 80%;
    }
    
.header-section p {
    margin: 5px 0;
    font-size: 14px;
}

/* Dropdown menu */
.dropdown-select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #333;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 10;
}

.dropdown-select.visible {
  display: block;
}

.dropdown-select ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-select ul li {
  padding: 10px;
  cursor: pointer;
  font-size: 16px;  /* Adjust font size */
  text-align: center;
  background-color: #333;
  border-bottom: 1px solid #444;
}

.dropdown-select ul li:hover {
  background-color: #555;
}
.credit-card-image {
  display:block;
  max-height:80px;
  margin-left:auto;
  margin-right:auto;
  margin-top:35px;
  margin-bottom:15px;
}
.credit-info-content {
  margin-top:25px;
  -webkit-flex-flow:column;
      -ms-flex-flow:column;
          flex-flow:column;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  width:100%;
}

#about, #how-it-works, #contact {
    margin-bottom: 5px;
    padding-left: 80px; /* Added padding inside sections for spacing */
    padding-bottom: 30px;
}

#about h2, #how-it-works h2, #contact h2 {
    margin-bottom: 23px;
    color: #2a3d56;
    text-align: center; /* Centers the subheadings */
}

/* Aligning Content Consistently */

#how-it-works ol {
    padding-left: 0px;
    list-style-type: decimal;
    margin-bottom: 30px;
}

#how-it-works li {
    line-height: 1.6;
}

.center-heading {
    text-align: center; /* Centers the text */
    margin: 0 auto; /* Adds margin for centering */
    width: 80%; /* Optional: Adjusts the width to control how much space the text takes */
}

@media (max-width: 600px) {
  .window {
    width: 100%;
    height: 100%;
    display:block;
    border-radius:0px;
  }
  .order-info {
    width:100%;
    height:auto;
    padding-bottom:100px;
    border-radius:0px;
  }
  .credit-info {
    width:100%;
    height:auto;
    border-radius:0px;
  }
  .pay-btn {
    border-radius:0px;
  }
}