@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100&display=swap");

:root {
  --bd-ff-body: "Roboto", sans-serif;
  --bd-ff-heading: "Roboto", sans-serif;
  --bd-ff-title: "Oswald", sans-serif;
  --bd-ff-p: "Roboto", sans-serif;
  --bd-ff-fontawesome: "Font Awesome 6 Pro";
  --bd-ff-icomoon: "icomoon";
  --bd-white: #ffffff;
  --bd-black: #001229;
  --bd-placeholder: #828282;
  --bd-selection: #262626;
  --bd-gray: #828282;
  --bd-body-primary: #ffffff;
  --bd-body-secondary: #ffffff;
  --bd-heading: #001a3d;
  --bd-primary: #006ce4;
  --bd-secondary: #001a3d;
  --bd-tertiary: #ffb700;
  --bd-quaternary: #003b95;
  --bd-text-body: #4d5b68;
  --bd-text-secondary: #cce2fa;
  --bd-text-tertiary: #b2bac5;
  --bd-text-tag: #4a5c74;
  --bd-text-meta: #808581;
  --bd-rating-color: #fec300;
  --bd-text-muted: #6c757d;
  --bd-bg-primary: #006ce4;
  --bd-bg-secondary: #032040;
  --bd-flash-white: #f2f2f2;
  --bd-bg-cultured: #f5f5f5;
  --bd-bg-success: #198754;
  --bd-bg-danger: #eb001b;
  --bd-bg-light: #cce2fa;
  --bd-border-primary: rgba(226, 228, 231, 1);
  --bd-border-secondary: rgba(220, 220, 220, 1);
  --bd-border-tertiary: rgb(75, 78, 82);
  --bd-gradient-1: linear-gradient(90deg, #096bd8 0%, #6409d8 100%);
  --bd-fw-normal: normal;
  --bd-fw-thin: 100;
  --bd-fw-elight: 200;
  --bd-fw-light: 300;
  --bd-fw-regular: 400;
  --bd-fw-medium: 500;
  --bd-fw-sbold: 600;
  --bd-fw-bold: 700;
  --bd-fw-ebold: 800;
  --bd-fw-black: 900;
  --bd-fs-body: 16px;
  --bd-fs-p: 16px;
  --bd-fs-h1: 64px;
  --bd-fs-h2: 48px;
  --bd-fs-h3: 40px;
  --bd-fs-h4: 32px;
  --bd-fs-h5: 22px;
  --bd-fs-h6: 20px;
  --bd-fs-b1: 14px;
  --bd-fs-b2: 16px;
  --bd-fs-b3: 18px;
  --bd-fs-b4: 22px;
}

.counter-style-two .counter-content::after,
.team-style .team-content,
.team-style .team-social a,
.blog-tag span a,
.offcanvas-overlay,
.offcanvas-navigation button svg,
a,
.btn,
button,
span,
sub,
sup,
p,
input,
y select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6,
i[class^="flaticon-"],
.body__overlay {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.accordion-wrapper .accordion .accordion-button::after,
.accordion-wrapper.faq-style-2 .accordion .accordion-button::after,
.accordion-wrapper.faq-style-3 .accordion .accordion-button::after,
.accordion-wrapper.faq-style-4 .accordion .accordion-button::before,
.accordion-wrapper.faq-style-6 .accordion .accordion-button::after,
.newsletter-wrapper-2 .newsletter-notice,
.rc__meta span::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

img {
  user-select: none;
  max-width: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

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

i[class^="icon-"] {
  line-height: 1;
  position: relative;
}

i[class^="flaticon-"] {
  line-height: 1;
  top: 2px;
  position: relative;
}

.underline-two a {
  display: inline;
  background-image: linear-gradient(var(--bd-tertiary), var(--bd-tertiary)),
    linear-gradient(var(--bd-tertiary), var(--bd-tertiary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.4;
  padding: 2% -56px;
}

.mb-15 {
  margin-bottom: 15px;
}

h5,
.h5 {
  font-size: var(--bd-fs-h5);
  line-height: 1.4;
  font-weight: var(--bd-fw-sbold);
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-10 {
  margin-bottom: 10px;
}

h5,
.h5 {
  font-size: var(--bd-fs-h5);
  line-height: 1.4;
  font-weight: var(--bd-fw-sbold);
}

h5.small,
.h5.small {
  font-size: 20px;
}

@media (max-width: 575px) {

  h5,
  .h5 {
    font-size: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

.section-title {
  color: var(--bd-heading);
  font-weight: var(--bd-fw-sbold);
  font-family: var(--bd-ff-title);
}

.py-4 {
  padding-top: 5.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pb-50 {
  padding-bottom: 50px;
}

h3,
.h3 {
  font-size: var(--bd-fs-h3);
  line-height: 1.25;
  font-weight: var(--bd-fw-sbold);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
textarea {
  outline: none;
  background-color: transparent;
  height: 56px;
  width: 100%;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid var(--bd-border-primary);
  color: var(--bd-black);
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"],
textarea:focus {
  border-color: var(--bd-primary);
}

textarea {
  padding: 14px 24px;
}

textarea:focus {
  border-color: var(--bd-primary);
}

button,
input {
  border: none;
  background: none;
  outline: none;
  font-family: inherit;
  cursor: pointer;
}

.row {
  --bs-gutter-xS: 2.4rem;
}

.gap-10 {
  gap: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bd-heading);
  margin-top: 0px;
  line-height: 1.125;
  margin-bottom: 0;
  font-weight: 600;
  word-break: break-word;
  font-family: "Roboto", sans-serif;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 1.125;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

h2,
.h2 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.18;
  font-weight: var(--bd-fw-sbold);
}

h4,
.h4 {
  font-size: var(--bd-fs-h4);
  line-height: 1.33;
  font-weight: var(--bd-fw-sbold);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  h1,
  .h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {

  h1,
  .h1 {
    font-size: 40px;
  }
}

h6,
.h6 {
  font-size: var(--bd-fs-h6);
  line-height: 1.44;
  font-weight: var(--bd-fw-sbold);
}

ul {
  margin: 0px;
  padding: 0px;
}

p.b2 {
  font-size: var(--bd-fs-b2);
  line-height: 1.625;
}

p {
  font-size: 16px;
  font-weight: normal;
  color: var(--bd-text-body);
  line-height: 26px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.z-index-11 {
  z-index: 11;
}

.p-relative {
  position: relative;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
textarea {
  outline: none;
  background-color: transparent;
  height: 56px;
  width: 100%;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid var(--bd-border-primary);
  color: var(--bd-black);
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}

.banner__active .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.radius-60 {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 13px !important;
}
.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mt-30 {
  margin-top: 13px !important;
}

.mb-30 {
  margin-bottom: 13px !important;
}


/* ========================== NavBart ================================== */

.navbar {
  /* padding-left: 2rem; */
  /* padding-right: 1rem; */
  z-index: 11;
}

.main-menu-two.main-menu li a {
  color: var(--bd-heading);
}

.main-menu .has-mega-menu {
  position: static;
  transition: all 15s ease-in-out;
}

.main-menu .mega-menu {
  background-color: var(--bd-white);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 30px 30px;
  width: 100%;
  position: absolute;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: all 0.5s;
  top: 100px;
  text-align: start;
  border-radius: 0 0 8px 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}

.main-menu .mega-menu li:has(ul)>a:after {
  content: "";
}

.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--bd-heading);
  padding: 8px;
  display: inline-block;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s;
}

.main-menu .mega-menu li a:hover {
  color: var(--bd-primary);
  letter-spacing: 0.5px;
}

.main-menu .mega-menu .title {
  font-weight: 500;
  color: var(--bd-heading);
  border-bottom: 1px solid var(--bd-border-tertiary);
  padding-bottom: 10px;
  margin-bottom: 15px;
  pointer-events: none;
  border-radius: 0;
  display: block;
}

.main-menu .home-menu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}

.main-menu li a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  height: 35px;
  z-index: -1;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s linear;
}

.main-menu>ul {
  gap: 10px;
  display: inline-flex;
  align-items: center;
}

.main-menu>ul>li:hover>a {
  color: var(--bd-primary);
}

.main-menu>ul>li:hover>a::before {
  opacity: 1;
}

.main-menu>ul>li:hover>ul {
  opacity: 1;
  pointer-events: all;
  left: 0px;
}

.main-menu>ul>li:hover>ul.submenu li:hover>ul {
  opacity: 1;
  pointer-events: all;
  left: 100%;
}

.main-menu li {
  position: relative;
  list-style: none;
}

.main-menu li a {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 23px 11px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s linear;
}

.main-menu .submenu {
  background-color: #fff;
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  padding: 18px 0px;
  width: 184px;
  position: absolute;
  left: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  top: 100%;
}

.main-menu .submenu ul {
  background-color: #fff;
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}

.main-menu .submenu li {
  position: relative;
  padding: 0 0;
  padding-left: 5px;
  padding-right: 0;
}

.main-menu .submenu li:hover>a {
  color: #001a3d;
  letter-spacing: 0.5px;
}

.main-menu .submenu li:hover>ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}

.main-menu .submenu li a {
  font-size: 16px;
  color: #000;
  padding: 12px;
  display: block;
  transition: all 0.5s;
  text-align: left;
  cursor: pointer;
}

.main-menu .has-mega-menu {
  position: static;
  transition: all 15s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .last-children.submenu {
    right: 10px;
    left: auto;
  }

  .last-children.submenu ul {
    right: calc(100% + 10px);
    left: auto;
  }

  .last-children .has-arrow:hover a::after {
    transform: rotate(90deg) !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .main-menu>ul>li:hover>ul.last-children.submenu li:hover>ul {
    right: 100%;
    left: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .navbar-brand img {
    width: 83%;
  }

  .navbar-light {
    display: flex;
    flex-wrap: nowrap;
  }
}

.offcanvas-title-meta {
  color: #001a3d;
  margin-bottom: 17px;
}

.offcanvas-social {
  margin-top: 25px;
  margin-bottom: 70px;
}

.offcanvas-social ul li {
  display: inline-block;
}

.offcanvas-social ul li:not(:last-child) {
  margin-right: 5px;
}

.offcanvas-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  color: #000;
  border: 1px solid rgba(220, 220, 220, 1);
  font-size: 16px;
}

.offcanvas-social ul li a:hover {
  background: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary);
}

.offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}

.offcanvas-contact ul li a:hover {
  color: var(--bd-primary);
}

.offcanvas-contact ul li a:hover i {
  background: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary);
}

.offcanvas-contact-icon i {
  display: inline-block;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  color: #000;
  border: 1px solid var(--bd-border-secondary);
  transition: all 0.3s ease-out 0s;
}

.right {
  display: flex;
  justify-content: space-between;
}

.bd-primary-btn {
  background-color: transparent;
  color: var(--bd-primary);
  border: 2px solid var(--bd-primary);
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 0 25px 0 25px;
  position: relative;
  z-index: 5;
}

.btn-style:hover {
  background-color: #006ce4;
  color: #fff;
}

.bd-primary-btn.has-arrow {
  padding: 5px 2px 4px 5px;
  /* margin-top: 20px;*/

} 
.bd-primary-btn.has-arrow .bd-primary-btn-text {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn__text .bd-primary-btn-text {
  background-color: var(--bd-primary);
  color: var(--bd-white);
  padding: 13px 8px 13px 10px;
  border: 2px solid var(--bd-primary);
  border-radius: 5px;
}

.bd-primary-btn.has-arrow .arrow-left {
  right: 26px;
}

.bd-primary-btn.is-bg {
  background-color: var(--bd-primary);
  color: var(--bd-white);
}

.bd-primary-btn.is-bg:hover {
  background-color: var(--bd-tertiary);
  color: var(--bd-heading);
  border-color: var(--bd-tertiary);
}

.offcanvas-search {
  position: relative;
}

.offcanvas-search button {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--bd-secondary);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.offcanvas-search button:hover {
  color: var(--bd-primary);
}

.offcanvas-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #d5d5d5;
  font-size: 18px;
  color: #001229;
}

.offcanvas-search input::placeholder {
  color: #828282;
}

.offcanvas-search input:focus {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* =========================== NavBar ===========================*/

/* ================================= footer ======================================== */

.footer-bg {
  background-color: beige;
  margin-top: -11px;
  padding: 3rem;
}

footer {
  padding-block: 20vh 10vh;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.footer__left,
.footer__right {
  max-width: 250px;
}

.footer__left img {
  width: 82%;
  max-width: 160px;
  object-fit: contain;
}

.footer__left p {
  margin-block: 15px;
}

.social span {
  font-size: 19px;
}

.footer__left .social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer__left .social a {
  padding: 6px;
  border-radius: 50%;
  display: flex;
  font-size: 22px;
  color: #001a3d;
  transition: 250ms ease;
  border: 1px solid;
}

.footer__left .social a:hover {
  background: #006ce4;
  color: #fff;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.footer__list h2,
.footer__right h2 {
  color: #001a3d;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer__list li {
  margin-bottom: 5px;
  cursor: pointer;
  width: max-content;
}

.footer__list li:hover {
  text-decoration: underline;
  color: #006ce4;
}

.footer__right {
  display: flex;
  flex-direction: column;
}

.footer__right h2 {
  font-weight: 600;
}

.footer__right img {
  width: 21%;
}

.play-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #001a3d;
  border-radius: 8px;
  width: 200px;
  padding: 0 15px;
  justify-content: flex-start;
  background-color: transparent;
  transition: all 0.4s linear;
  height: 70px;
  margin-bottom: 1rem;
}

.play-btn:hover {
  background-color: #001a3d;
  border: #001a3d;
  color: #fff;
}

.footer__right .content span {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 0;
}

.footer__right .content h6 {
  font-size: 18px;
  margin-top: 5px;
}

section.credits {
  padding: 20px 23px;
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  border-top: 2px solid #d6d6d6;
  gap: 50px;
  align-items: center;
}

.credits p {
  color: #4d5b68;
  font-size: 20px;
}

.description,
.footer__list li {
  font-size: 17px;
  line-height: 24px;
  color: #5d6165;
}

@media screen and (max-width: 768px) {

  .footer__left,
  .footer__right {
    width: 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
  }

  .footer__left p {
    max-width: 400px;
    margin-inline: auto;
  }

  footer {
    justify-content: center;
    gap: calc(50px + 2vw);
  }

  footer * {
    justify-content: center;
  }

  .footer__list {
    align-items: center;
  }

  .credits {
    flex-direction: column;
    gap: 20px !important;
  }
}

@media screen and (max-width: 375px) {
  .footer__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }

  .play-btn {
    width: 65%;
  }

  .credits p {
    color: #4d5b68;
    font-size: 13px;
  }
}

/* =========================== Footer ============================= */

/* ================================  Banner area start ============================================================== */
.banner-height {
  background-image: url(../image/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 703px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-height {
    min-height: 750px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-height {
    min-height: 630px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-height {
    padding-left: 75px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-height {
    padding-top: 20px;
    padding-bottom: 21px;
    min-height: 780px;
  }
}

.banner-shape-one {
  position: absolute;
  top: 143px;
  right: 194px;
  z-index: -1;
  animation: sunScaleUp 3s ease-in-out 1s infinite alternate-reverse both;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-shape-one {
    right: 60px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-shape-one {
    top: 200px;
    right: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-shape-one {
    top: 100px;
    right: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-shape-one {
    top: 150px;
    right: 50px;
  }
}

@media (max-width: 575px) {
  .banner-shape-one {
    top: 180px;
    right: 0;
  }

  .banner-shape-one img {
    max-width: 150px;
  }
}

.banner-shape-two {
  position: absolute;
  top: 180px;
  right: 345px;
  z-index: -1;
  animation: skySlideRight 3s ease-in-out 1s infinite alternate-reverse both;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .banner-shape-two {
    right: 200px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-shape-two {
    top: 230px;
    right: 180px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-shape-two {
    right: 180px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-shape-two {
    top: 125px;
    right: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-shape-two {
    top: 190px;
    right: 270px;
  }
}

@media (max-width: 575px) {
  .banner-shape-two {
    right: 100px;
  }
}

.banner-shape-three {
  position: absolute;
  right: 485px;
  bottom: 65px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-shape-three {
    right: 415px;
    bottom: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-shape-three {
    display: none;
  }
}

.banner-shape-four {
  position: absolute;
  right: 660px;
  bottom: 80px;
  animation: bounceUp 15s ease-in-out 1s infinite alternate-reverse both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-shape-four {
    right: 610px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-shape-four {
    display: none;
  }
}

.banner-shape-five {
  position: absolute;
  left: 0;
  top: 665px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-shape-five {
    left: -335px;
    top: 565px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-shape-five {
    left: -198px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-shape-five {
    left: -416px;
    top: 518px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-shape-five {
    display: none;
  }
}

.banner-shape-six {
  position: absolute;
  top: 500px;
  left: 875px;
  transform: rotate(10deg);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-shape-six {
    left: 670px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-shape-six {
    top: 395px;
    left: 538px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-shape-six {
    top: 350px;
    left: 435px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-shape-six {
    top: 350px;
    left: 435px;
  }
}

@media (max-width: 575px) {
  .banner-shape-six {
    top: 250px;
    right: 20px;
    left: inherit;
  }
}

.banner-shape-seven {
  position: absolute;
  top: 554px;
  left: 820px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-shape-seven {
    left: 620px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-shape-seven {
    top: 452px;
    left: 487px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-shape-seven {
    top: 410px;
    left: 382px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-shape-seven {
    top: 410px;
    left: 382px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-shape-seven {
    display: none;
  }
}

.banner-shape-eight {
  position: absolute;
  inset-inline-start: 950px;
  top: 260px;
  animation: opacity-on-off 3s ease-in-out 1s infinite alternate-reverse both;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-shape-eight {
    inset-inline-start: 630px;
    top: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-shape-eight {
    inset-inline-start: 500px;
    top: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-shape-eight {
    inset-inline-start: 460px;
    top: 200px;
  }
}

.gy-24 {
  --bs-gutter-y: 24px;
}

.banner-content {
  max-width: 556px;
}

.section-subtitle {
  font-size: 18px;
  font-weight: var(--bd-fw-regular);
  display: inline-block;
  text-transform: uppercase;
  color: var(--bd-primary);
  letter-spacing: 2.88px;
  font-family: var(--bd-ff-heading);
}

.section-title-wrapper.is-white .section-subtitle {
  color: var(--bd-white);
}

.section-title {
  color: var(--bd-heading);
  font-weight: var(--bd-fw-sbold);
  font-family: var(--bd-ff-title);
}

.banner-title .yellow-shape {
  position: relative;
}

.banner-title .yellow-shape img {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
  -webkit-animation: section-animation 3s infinite;
  animation: section-animation 3s infinite;
}

.banner-title {
  margin-bottom: 15px;
  animation-delay: 1.2s;
  animation-duration: 0.7s;
}

.banner-title .yellow-shape {
  position: relative;
}

.banner-title .yellow-shape img {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
  -webkit-animation: section-animation 3s infinite;
  animation: section-animation 3s infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-search-wrapper {
    width: 100%;
  }
}

.banner-search-wrapper {
  position: relative;
  z-index: 9;
  width: 855px;
  margin-top: 3rem;
}

.banner-search-box {
  display: flex;
  background-color: var(--bd-white);
  padding: 10px;
  border-radius: 8px;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-search-box {
    flex-direction: column;
    height: auto;
  }
}

.banner-search-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 5px 10px;
  gap: 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-search-form {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-search-form {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 20px 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-search-button {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-search-button .banner-btn {
    width: 100%;
  }
}

.search-icon-bg span {
  display: flex;
  width: 38px;
  height: 38px;
  background-color: var(--bd-bg-light);
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: var(--bd-primary);
  font-size: 20px;
}

.search-icon-bg.is-big span {
  width: 50px;
  height: 50px;
}

.banner-select {
  margin-top: -10px;
}

.fw-5 {
  font-weight: var(--bd-fw-medium);
}

.banner-search-select.nice-select {
  position: relative;
  border: none;
  padding-inline-start: 0;
  color: var(--bd-text-meta);
  font-size: 16px;
  height: 0;
  line-height: 0;
  margin-top: 10px;
}

.banner-search-select.nice-select::after {
  inset-inline-end: 0;
  color: var(--bd-text-meta);
  font-size: 16px;
}

.banner-search-select.nice-select .list {
  margin-top: 25px;
  min-width: 200px;
}

.nice-select .list {
  color: var(--bd-black);
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #787878;
}

.banner-search-button .banner-btn.banner-square-btn span i {
  margin-inline-start: 0;
  margin-inline-end: 10px;
}

.bd-btn {
  background-color: var(--bd-primary);
  color: var(--bd-white);
  z-index: 5;
}

.btn-style {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--bd-fw-medium);
  height: 56px;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  text-transform: capitalize;
}

.btn-style:hover {
  background-color: #006ce4;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-thumb-wrapper {
    display: flex;
    justify-content: center;
    gap: 6px;
  }
}

.position-relative {
  position: relative;
}

.banner-thumb-one {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 344px;
  border-radius: 16px;
  height: 479px;
}

.banner-thumb-one:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.banner-thumb-one::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-thumb-one {
    margin-left: -80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-thumb-one {
    max-width: 270px;
  }
}

.banner-thumb-one img {
  width: 100%;
  border-radius: 16px;
  height: 560px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-thumb-one img {
    max-width: 270px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-thumb-one img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-thumb-one img {
    max-width: 100%;
  }
}

.banner-thumb-two {
  position: absolute;
  right: -166px;
  top: 80px;
  overflow: hidden;
  display: block;
  border-radius: 16px;
  max-width: 330px;
  height: 462px;
}

.banner-thumb-two:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.banner-thumb-two::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .banner-thumb-two {
    right: -206px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-thumb-two {
    right: -95px;
    top: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-thumb-two {
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-thumb-two {
    position: inherit;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-thumb-two {
    position: unset;
  }
}

.banner-thumb-two img {
  width: 100%;
  border-radius: 16px;
  height: 575px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-thumb-two img {
    max-width: 290px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-thumb-two img {
    max-width: 255px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-thumb-two img {
    max-width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-thumb-two img {
    max-width: 100%;
  }
}

.banner-one-navigation .banner-pagination {
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: -150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-one-navigation .banner-pagination {
    bottom: -80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-one-navigation .banner-pagination {
    bottom: -50px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-one-navigation .banner-navigation-btn {
    display: none;
  }
}

.navbar {

  padding-top: 0;

}

@keyframes section-animation {
  0% {
    width: 0;
  }

  15% {
    width: 100%;
  }

  85% {
    opacity: 1;
  }

  90% {
    width: 100%;
    opacity: 0;
  }

  to {
    width: 0;
    opacity: 0;
  }
}

@keyframes sunScaleUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(30px);
  }
}

@keyframes skySlideRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes bounceUp {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-35px);
  }

  24% {
    opacity: 1;
  }

  40% {
    animation-timing-function: ease-in;
    transform: translateY(-24px);
  }

  65% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }

  82% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }

  93% {
    animation-timing-function: ease-in;
    transform: translateY(-4px);
  }

  25%,
  55%,
  75%,
  87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }

  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes opacity-on-off {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.bd-pagination {
  display: flex;
  gap: 10px;
}

.banner-form-input {
  position: relative;
}

.banner-form-input input[type="text"] {
  outline: none;
  background-color: transparent;
  height: 18px;
  width: 150px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0;
  color: var(--bd-black);
  cursor: pointer;
}

.banner-form-input .form-control {
  display: block;
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bd-black);
  background-color: var(--bd-white);
  background-clip: padding-box;
  border-color: transparent;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.banner-search-wrapper {
  position: relative;
  z-index: 9;
  width: 855px;
  margin-top: 3rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-search-wrapper {
    width: 96%;
  }
}

/* ==================================================== */

/* ===================================== activity  area ===================================== */

.section-space {
  /* padding-top: 90px; */
  /* padding-bottom: 95px; */
}

.section-title-space {
  margin-bottom: 40px;
}

.activity-style {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .activity-style:not(:last-child) {
    margin-bottom: 40px;
  }
}

.activity-style:hover .activity-thumb a::before {
  opacity: 0;
}

.activity-style:hover .activity-thumb a::after {
  opacity: 1;
}

.activity-style:hover .activity-content-wrap {
  opacity: 1;
  transform: translateY(0px);
}

.activity-style .activity-thumb {
  width: 100%;
}

.activity-style .activity-thumb img {
  width: 100%;
  border-radius: 10px;
  height: 344px;
  object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .activity-style .activity-thumb img {
    height: 290px;
  }
}

.activity-style .activity-meta {
  position: absolute;
  top: 16px;
  right: 16px;
}

.activity-style .activity-meta span {
  background-color: var(--bd-white);
  padding: 6px 10px;
  border-radius: 20px;
}

.activity-style .activity-meta span i {
  color: var(--bd-rating-color);
}

.activity-style .activity-content-wrap {
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  padding: 0 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .activity-style .activity-content-wrap {
    bottom: 20px;
    transform: translateY(0px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .activity-style .activity-content-wrap {
    bottom: 20px;
    opacity: 1;
    transform: translateY(0px);
  }
}

.activity-style .activity-content {
  background-color: var(--bd-white);
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(144, 144, 144, 0.25);
  padding: 11px 15px;
}

.bd-primary-btn.has-arrow {
  padding: 0 44px 0 34px;
}

.activity-style .activity-thumb img {
  width: 100%;
  border-radius: 10px;
  height: 344px;
  object-fit: cover;
}

/* ============================================== */
.bd-testimonial-area {
  margin-top: 20px;
}

/* ==================== about area Start =============-===== */

.about-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/about-bg.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-style {
  padding-bottom: 55px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .about-style {
    padding-bottom: 0;
  }
}

.about-style .about-thumb-one {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 476px;
  border-radius: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-style .about-thumb-one {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.about-style .about-thumb-one:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.about-style .about-thumb-one::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.about-style .about-thumb-one img {
  border-radius: 10px;
  width: 100%;
  height: 530px;

}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-style .about-thumb-one img {
    max-width: 100%;
  }
}

.about-style .about-thumb-two {
  position: absolute;
  top: 275px;
  right: 20px;
  overflow: hidden;
  display: block;
  max-width: 285px;
}

.about-style .about-thumb-two:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.about-style .about-thumb-two::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style .about-thumb-two {
    top: 280px;
    right: -8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style .about-thumb-two {
    top: inherit;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  s .about-style .about-thumb-two {
    position: unset;
  }
}

.about-style .about-thumb-two img {
  border-radius: 10px;
  border: 8px solid var(--bd-bg-cultured);
  /* max-height: 333px; */
  width: 255px;
  height: 300px;
  object-fit: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-style .about-thumb-two img {
    max-height: 100%;
  }
}

.about-style .about-text {
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 99%, 0% 50%, 0 0);
  background-color: var(--bd-tertiary);
  padding-left: 20px;
  width: 270px;
  height: 64px;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 158px;
  left: -104px;
  transform: rotate(-90deg) scale(1, 1);
  border-radius: 10px 0 0 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-style .about-text {
    width: 100%;
    position: unset;
    transform: rotate(0deg) scale(1, 1);
    border-radius: 10px 0 0 10px;
  }
}

.about-style .about-badge {
  position: absolute;
  left: 245px;
  bottom: 20px;
  filter: drop-shadow(0px 4px 70px rgba(0, 0, 0, 0.15));
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-style .about-badge {
    left: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style .about-badge {
    left: 85px;
    bottom: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style .about-badge {
    left: 320px;
    bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-style .about-badge {
    left: 8px;
    bottom: 128px;
  }
}

@media (max-width: 575px) {
  .about-style .about-badge {
    left: 0;
    bottom: 70px;
  }
}

.about-style .about-badge img {
  -webkit-animation: badgeSpin 25s linear infinite;
  -moz-animation: badgeSpin 25s linear infinite;
  animation: badgeSpin 25s linear infinite;
}

@-moz-keyframes badgeSpin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-style .about-badge img {
    min-width: 150px;
  }
}

.about-style .about-badge-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-style .about-badge-text .number {
  font-size: 48px;
  font-weight: 600;
  color: var(--bd-primary);
  line-height: 1;
}

.about-style .about-badge-text span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: var(--bd-heading);
}

.about-content {
  max-width: 600px;
  margin-left: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .about-content {
    margin-left: 0;
  }
}

.about-feature-list {
  margin-bottom: 45px;
}

.about-feature-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: start;
  gap: 10px;
  border-left: 0;
  line-height: 1;
  list-style: none;
}

.about-feature-list li:not(:last-child) {
  margin-bottom: 15px;
}

.about-feature-list li i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--bd-white);
}

.about-feature-list li p {
  color: var(--bd-black);
  line-height: 1;
}

.about-btn-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.about-call {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.about-call a:hover {
  color: var(--bd-primary);
}

.about-call span {
  font-size: 32px;
}

.about-shape-one {
  position: absolute;
  top: 100px;
  left: 170px;
  animation: stoneSlide 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-shape-one {
    top: 30px;
    left: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-shape-one {
    display: none;
  }
}

.about-shape-two {
  position: absolute;
  left: 213px;
  top: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-shape-two {
    top: 30px;
    left: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-shape-two {
    display: none;
  }
}

.about-shape-three {
  position: absolute;
  right: 100px;
  top: 100px;
  animation: plane3Scale 6s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate-reverse both;
}

.about-shape-four {
  position: absolute;
  right: 268px;
  bottom: 242px;
  animation: cameraScale 3s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-shape-four {
    right: 20px;
    bottom: 175px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-shape-four {
    right: 20px;
    bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-shape-four {
    right: 70px;
    bottom: 200px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-shape-four {
    display: none;
  }
}

.about-list ul li {
  display: grid;
  grid-template-columns: 84px auto;
  gap: 15px;
}

.about-list ul li:not(:last-child) {
  margin-bottom: 35px;
}

.about-list-icon {
  font-size: 25px;
  display: flex;
  width: 84px;
  height: 84px;
  color: var(--bd-primary);
  background: var(--bd-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.about-list-title {
  font-size: 20px;
  font-weight: var(--bd-fw-sbold);
  display: block;
}

.about-list-subtitle {
  color: var(--bd-text-body);
}

.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  opacity: 0;
}

.contact-icon {
  display: inline-flex;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 108, 228, 0.1);
  border-radius: 50%;
  text-align: center;
  color: var(--bd-primary);
  font-size: 30px;
  transition: all 0.3s linear;
  justify-content: center;
  align-items: center;
}

.list-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: var(--bd-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50%;
  color: var(--bd-white);
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}

@keyframes cameraScale {
  0% {
    transform: scale(0.5);
    opacity: 0.3;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes plane3Scale {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes stoneSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100px);
  }
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

/* ================================ OUR TRIPS===================================== - */

.slider-section {
  padding: 3rem;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .slider-section {
    padding: 0rem;
  }
}

.section-title {
  color: var(--bd-heading);
  font-weight: var(--bd-fw-sbold);
  font-family: var(--bd-ff-title);
}

.section-subtitle {
  font-size: 18px;
  font-weight: var(--bd-fw-regular);
  display: inline-block;
  text-transform: uppercase;
  color: var(--bd-primary);
  letter-spacing: 2.88px;
  font-family: var(--bd-ff-heading);
}

.section-title-wrapper.is-white .section-title {
  color: var(--bd-white);
}

.section-title-wrapper.is-white p {
  color: var(--bd-text-tertiary);
}

.tour-wrapper.style-one:hover .tour-thumb a::before {
  opacity: 0;
}

.tour-wrapper.style-one:hover .tour-thumb a::after {
  opacity: 1;
}

.tour-wrapper.style-one:hover .tour-location span a {
  color: var(--bd-white);
  background-color: var(--bd-tertiary);
}

.tour-location span a {
  font-size: 16px;
  font-weight: var(--bd-fw-regular);
  text-transform: capitalize;
  padding: 7px 32px 7px 24px;
  border-radius: 0px 60px 0 0;
  color: var(--bd-heading);
  background-color: var(--bd-white);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0px 60px 0 0;
  -moz-border-radius: 0px 60px 0 0;
  -ms-border-radius: 0px 60px 0 0;
  -o-border-radius: 0px 60px 0 0;
}

.tour-location span a:hover {
  color: var(--bd-white);
  background-color: var(--bd-tertiary);
}

.tour-content {
  height: 193.6px;
  padding: 22px 22px 30px 22px;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--bd-border-primary);
  background-color: var(--bd-flash-white);
  min-height: 175px;
}


.tour-wrapper.style-five .tour-content {
  padding: 22px 22px 22px 22px;
  border: none;
  background-color: transparent;
  position: absolute;
  inset-inline-start: 0;
  bottom: -1px;
  border-radius: 0 10 10px 10px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.tour__content {
  padding: 22px 22px 22px 22px;
  border: none;
  background-color: transparent;
  position: absolute;
  inset-inline-start: 0;
  bottom: -1px;
  border-radius: 0 10 10px 10px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.tour__content:hover {
  background-color: var(--bd-white);
  color: #000;
}

.tour-rating-icon {
  gap: 2px;
  font-size: 14px;
}

.tour-rating-text span {
  color: var(--bd-text-tag);
}

.tour-divider {
  border-bottom: 1px solid var(--bd-border-primary);
  padding-top: 25px;
  margin-bottom: 10px;
}

.gap--5 {
  gap: 5px;
}

.bd-text-btn.style-two .icon__box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  margin-top: 3px;
}

.bd-text-btn.style-two:hover {
  color: var(--bd-primary);
}

.fw-5 {
  font-weight: var(--bd-fw-medium);
}

.bd-primary-btn.has-arrow .bd-primary-btn-arrow {
  position: absolute;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.bd-primary-btn.has-arrow .arrow-right {
  left: -25%;
}

.trip-thumb {
  border-radius: 10px;
}

/* ===========================  swiper ===========================   */
.section {
  margin: 0 auto;
  padding-block: 0rem;
}

.container {
  height: auto;
  margin-inline: auto;
  padding-inline: 1.25rem;
  padding: 20px;
}

.swiper {

  &-button-next::after,
  &-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: #ffff;
    background: #000000;
  }
}

.wrapper {
  max-width: 1240px;
  margin-inline: auto;
}

.tour-favorite {
  position: absolute;
  top: 16px;
  left: 16px;
}

.tour-favorite {
  color: var(--bd-tertiary);
}

.section-space-bottom {
  /* padding-bottom: 100px; */
  /* padding-top: 35px; */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-bottom {
    /* padding-bottom: 65px; */
  }
}

/* /============================================ */

/* ================== offer area end ======================= */

.mb-20 {
  margin-bottom: 20px;
}

.offer-thumb-bg {
  height: 366px;
  border-radius: 10px;
  width: 100%;
}

.offer-thumb-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  background: linear-gradient(90deg,
      rgba(0, 108, 228, 0.79) 50.02%,
      rgba(0, 26, 61, 0) 99.82%);
}

.offer-content-wrap {
  padding: 50px 40px;
  width: 430px;
  height: 100%;
  position: absolute;
}

@media (max-width: 575px) {
  .offer-content-wrap {
    width: 100%;
    height: 100%;
    padding: 50px 20px;
  }
}

.section-title-wrapper.is-white .section-title {
  color: var(--bd-white);
}

.section-title-wrapper.is-white .section-subtitle {
  color: var(--bd-white);
}

.section-title-wrapper.is-white p {
  color: var(--bd-text-tertiary);
}

/* .offer-wrapper {
  background-image: url(../image/offer-img-1.png);
} */

.offer-content-wrap {
  padding: 50px 40px;
  width: 430px;
  height: 100%;
  position: absolute;
}

.offer-content-wrap .section-subtitle.color-warning {
  color: var(--bd-tertiary);
}

.offer-content p {
  color: var(--bd-text-secondary);
  margin-bottom: 10px;
}

h2.small,
.h2.small {
  font-size: 40px;
  line-height: 1.1;
}

.white-text {
  color: #ffff;
}

.bd-primary-btn.is-bg.btn-tertiary {
  background-color: var(--bd-tertiary);
  color: var(--bd-white);
  border-color: var(--bd-tertiary);
}

.bd-primary-btn.is-bg.is-white:hover {
  color: var(--bd-heading);
  border-color: var(--bd-white);
  background-color: var(--bd-primary);
}

.tour-rating-icon {
  gap: 2px;
  font-size: 14px;
}

.rating-color {
  color: var(--bd-rating-color);
}

/* ============================== */

/* <!--======================= trip area start ============ --> */

.trip-thumb img {
  width: 100%;
}

.image-overly {
  position: relative;
  overflow: hidden;
}

.image-overly a::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(28, 31, 57, 0) 17.61%, #0d1b2a 100%);
}

.blog-thumb {
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}

.blog-default {
  position: relative;
}

.image-hover-effect a {
  position: relative;
  overflow: hidden;
  display: block;
}

.chose-thumb img {
  height: 500px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-overly a::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg,
      rgba(0, 108, 228, 0) 0%,
      rgba(0, 108, 228, 0.75) 100%);
}

.image-overly a:hover::before {
  opacity: 0;
}

.image-overly a:hover::after {
  opacity: 1;
}

.trip-number {
  position: absolute;
  top: 15px;
  right: 16px;
}

.trip-number span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 3px 11px;
  border-radius: 40px;
  color: #001a3d;
  background-color: #ffff;
}

.trip-number span:hover {
  color: #ffff;
  background-color: #ffb700;
}

.trip-style-one:not(:last-child) {
  margin-bottom: 24px;
}

.trip-location span {
  background-color: #f2f2f2;
  width: 100%;
  display: inline-flex;
  height: 61px;
  border-radius: 0 10px 0 10px;
  -webkit-border-radius: 0 10px 0 10px;
  -moz-border-radius: 0 10px 0 10px;
  -ms-border-radius: 0 10px 0 10px;
  -o-border-radius: 0 10px 0 10px;
  align-items: center;
}

.trip-location a {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 21px;
  border-radius: 0px 10px 0 10px;
  color: #001a3d;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 5px;
  width: 100%;
  margin-right: 5px;
  padding-top: 5px;
  -webkit-border-radius: 0px 10px 0 10px;
  -moz-border-radius: 0px 10px 0 10px;
  -ms-border-radius: 0px 10px 0 10px;
  -o-border-radius: 0px 10px 0 10px;
  -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;
}

.trip-location span:hover {
  color: #fff;
  background-color: #ffb700;
}

.trip-shape-one {
  position: absolute;
  left: 102px;
}

.trip-shape-two {
  position: absolute;
  right: 0;
}

.trip-shape-three {
  position: absolute;
  left: 0;
}

.trip-location {
  position: absolute;
  left: -1px;
  bottom: 0;
}

/* ==========  counter area start ==========- */

.counter-style-one .counter-content-wrapper {
  margin: 23px 0;
  display: inline-flex;
  background-clip: #ffff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s linear;
}

.counter-style-one .counter-content-wrapper::before {
  position: absolute;
  content: "";
  border: 2px solid #b2bac5;
  border-radius: 50%;
  height: 210px;
  width: 210px;
  transition: all 0.3s linear;
}

.counter-style-one .counter-content-wrapper .counter-text-title span {
  transition: none;
}

.counter-style-one .counter-content-wrapper:hover {
  background-color: #006ce4;
}

.counter-style-one .counter-content-wrapper:hover .counter-text-title,
.counter-style-one .counter-content-wrapper:hover p {
  color: #ffff;
}

.counter-style-one .counter-content-wrapper:hover::before {
  border-color: #006ce4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-top {
  padding-top: 20px;
  padding-bottom: 30px;
}

/*  ==================== why chose area end ====================  */

.choose-list ul li {
  position: relative;
  margin-left: 30px;
  list-style: none;
}

.choose-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.choose-list ul li i {
  position: absolute;
  left: -30px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #006ce4;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  color: #ffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* =========================== testimonial area ==================== */

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.testimonial-thumb-video img {
  width: 100%;
  height: 30rem;
  border-radius: 8px;
}

.testimonial-thumb-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--bd-secondary);
  opacity: 0.45;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.section-space-bottom {
  /* padding-bottom: 100px; */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-bottom {
    /* padding-bottom: 65px; */
  }
}

.section-space-bottom-xxl {
  padding-bottom: 200px;
}

.bd-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--bd-primary);
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.bd-play-btn:hover {
  background-color: var(--bd-tertiary);
}

.bd-play-btn i {
  color: var(--bd-white);
}

.bd-play-btn.animation-three {
  animation: pulse-white 2s infinite;
}

.testimonial-style-six {
  background: var(--bd-white);
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  position: relative;
  top: 0;
}

@media (max-width: 575px) {
  .testimonial-style-six {
    padding: 55px 10px;
  }
}

.section-title-space {
  margin-bottom: 40px;
}

.section-subtitle {
  font-size: 18px;
  font-weight: var(--bd-fw-regular);
  display: inline-block;
  text-transform: uppercase;
  color: var(--bd-primary);
  letter-spacing: 2.88px;
  font-family: var(--bd-ff-heading);
  margin-top: 8px;
}

.testimonial-content {
  background-color: var(--bd-bg-cultured);
  padding: 40px 30px 20px 30px;
  border-radius: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-content {
    padding: 40px 20px 20px 20px;
  }
}

@media (max-width: 575px) {
  .testimonial-content {
    padding: 20px 20px 20px 20px;
  }
}

.testimonial-content.has-transparent {
  background-color: transparent;
  padding: 0 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-content.has-transparent {
    padding: 0 10px;
  }
}

.testimonial-content.has-transparent .testimonial-quot {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-avatar-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
}

.avatar-meta-title {
  line-height: 1;
}

.avatar-thumb {
  max-width: 60px;
}

.avatar-thumb img {
  border-radius: 50%;
}

.avatar-thumb.border-thumb {
  border: 2px solid var(--bd-primary);
  border-radius: 50%;
}

.section-title {
  color: var(--bd-heading);
  font-weight: var(--bd-fw-sbold);
  font-family: var(--bd-ff-title);
}

.tour-favorite {
  position: absolute;
  top: 16px;
  left: 16px;
}

.tour-favorite {
  color: var(--bd-tertiary);
}

.avatar-thumb {
  max-width: 60px;
}

.avatar-thumb img {
  border-radius: 50%;
}

.btn__group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

/* =================== travel area end  ===========================- */

.bd-play-btn.btn-tertiary {
  background: #ffb700;
  border-radius: 50%;
  margin-bottom: 25px;
}

.bd-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
}

.bd-play-btn.btn-tertiary.animation-two::before {
  border: 1.5px solid #ffb700;
}

.theme-bg-secondary {
  background-color: #032040;
  padding: 4rem;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .theme-bg-secondary {
    background-color: #032040;
    padding: 0rem;
  }
}

.travel-item {
  border-radius: 8px;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  padding: 33px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  position: relative;
  z-index: 5;
  height: 216px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .travel-item {
    padding: 60px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .travel-item {
    padding: 50px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .travel-item {
    padding: 50px 50px;
  }
}

.travel-item:hover {
  background-color: #006ce4;
  border-color: #006ce4;
}

.travel-item:hover .travel-icon {
  animation: iconBounce 3s cubic-bezier(0.37, 0, 0.63, 1) 0s 1 normal both;
}

.travel-item:hover .travel-icon span i {
  opacity: 1;
}

.travel-icon {
  margin-bottom: 25px;
}

.travel-icon span i {
  font-size: 60px;
  color: #ffb700;
  opacity: 0.7;
}

.travel-title {
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}


.travel-shape-one {
  position: absolute;
  left: 15px;
  bottom: -5px;
  opacity: 0.3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .travel-shape-one {
    display: none;
  }
}

.travel-shape-two {
  position: absolute;
  left: 55px;
  bottom: 140px;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: palneRight;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .travel-shape-two {
    left: 180px;
    bottom: 160px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .travel-shape-two {
    left: 160px;
    bottom: 125px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .travel-shape-two {
    display: none;
  }
}

.travel-shape-three {
  position: absolute;
  right: 126px;
  top: 169px;
  animation: cameraScale 3s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .travel-shape-three {
    right: 110px;
    top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .travel-shape-three {
    display: none;
  }
}

.travel-shape-four {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .travel-shape-four {
    display: none;
  }
}

.travel-shape-five {
  position: absolute;
  right: 129px;
  bottom: 310px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .travel-shape-five {
    display: none;
  }
}

.travel-shape-six {
  position: absolute;
  right: 0;
  bottom: 117px;
  animation: stoneSlide 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
  -webkit-animation: stoneSlide 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .travel-shape-six {
    bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .travel-shape-six {
    display: none;
  }
}

@keyframes customAni {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(1deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-2deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(2deg);
  }

  80% {
    transform: rotate(-1deg);
  }

  90% {
    transform: rotate(1deg);
  }
}

.travel-item:hover .travel-icon {
  animation: iconBounce 3s cubic-bezier(0.37, 0, 0.63, 1) 0s 1 normal both;
  -webkit-animation: iconBounce 3s cubic-bezier(0.37, 0, 0.63, 1) 0s 1 normal both;
}

@keyframes iconBounce {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-25px);
  }

  24% {
    opacity: 1;
  }

  40% {
    animation-timing-function: ease-in;
    transform: translateY(-24px);
  }

  65% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }

  82% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }

  93% {
    animation-timing-function: ease-in;
    transform: translateY(-4px);
  }

  25%,
  55%,
  75%,
  87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }

  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}

.bd-play-btn.animation-two {
  position: relative;
}

.bd-play-btn.animation-two::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 1.5px solid var(--bd-primary);
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

/* ================================ blog area =============================== */
.blog-default {
  position: relative;
}

.blog-default .blog-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  margin-bottom: 0;
  z-index: 2;
}

.blog-default .blog-meta-list {
  margin-bottom: 35px;
}

.blog-default:hover .blog-thumb a img {
  transform: scale(1.05);
}

.image-hover-effect a {
  position: relative;
  overflow: hidden;
  display: block;
}

.image-hover-effect a:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.image-hover-effect a::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-hover-effect-two {
  overflow: hidden;
  display: block;
}

.image-hover-effect-two:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.image-hover-effect-two::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.blog-content {
  padding: 25px 30px 35px 30px;
  background-color: #e9ecef;
  border-radius: 0 0 8px 8px;
  height: 17rem;
  width: 520px;
}

.blog-tag span a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 3px 11px;
  border-radius: 40px;
  color: #001a3d;
  background-color: #ffff;
}

.blog-meta-item {
  display: inline-flex;
  gap: 0 6px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.blog-meta-item:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 575px) {
  .blog-meta-item:not(:last-child) {
    margin-right: 10px;
  }
}

.blog-meta-item a:hover {
  color: #006ce4;
}

.blog-meta-item .meta-icon {
  color: #006ce4;
}

.blog-meta-item .meta-text {
  color: #84888c;
}

.blog-meta-item .meta-author {
  color: #4d5b68;
}

.icon-text-btn {
  display: inline-block;
}

.icon-text-btn:hover a span {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  color: #006ce4;
}

.icon-text-btn:hover a i {
  color: #006ce4;
}

.icon-text-btn a {
  font-weight: 500;
  font-size: 16px;
  color: #001a3d;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  overflow: hidden;
}

.icon-text-btn a span {
  margin-left: -80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

.icon-text-btn a i {
  color: #001a3d;
}

.bd-blog-btn {
  margin-top: 2rem;
}

.btn-style:hover {
  background-color: #006ce4;
  color: #fff;
}

.blog-style-two:first-child {
  margin-bottom: 24px;
}

.blog-style-two {
  display: flex;
}

.blog-style-two .blog-thumb {
  overflow: hidden;
  border-radius: 8px 0px 0px 8px;
}

.image-hover-effect a {
  position: relative;
  overflow: hidden;
  display: block;
}

.blog-style-two .blog-thumb img {
  /* max-width: 100%; */
  width: 341px;
  height: 270px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-style-two .blog-thumb img {
    height: 290px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-style-two .blog-thumb img {
    height: 322px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-style-two .blog-thumb img {
    height: 100%;
    width: 498px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-style-two {
    display: flex;
    justify-content: space-between;
    gap: 0 24px;
    flex-wrap: wrap;
  }
}

/* ===================================== cta area  ==================================== */

.cta-bg {
  position: relative;
  /* margin-bottom: 3rem; */
}

.fix {
  overflow: hidden;
}

.cta-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background-color: #032040;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.cta-bg::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background-color: #006ce4;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.cta-three-shape-one {
  position: absolute;
  z-index: 5;
  left: 110px;
  top: 70px;
  animation: scaleUpCenter 2s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate-reverse none;
}

.cta-three-shape-two {
  position: absolute;
  z-index: 5;
  left: 410px;
  top: 215px;
  animation: scaleUpCenter 2s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate-reverse none;
}

.cta-three-shape-three {
  position: absolute;
  z-index: 5;
  left: 110px;
  bottom: 70px;
  transition: all 0.3s ease-in-out;
  animation-name: rotate-infinite;
}

@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.cta-three-shape-four {
  position: absolute;
  z-index: 5;
  right: 110px;
  top: 70px;
  animation: scaleUpCenter 2s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate-reverse none;
}

.cta-three-shape-five {
  position: absolute;
  z-index: 5;
  right: 410px;
  top: 215px;
  animation: scaleUpCenter 2s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate-reverse none;
}

.cta-three-shape-six {
  position: absolute;
  z-index: 5;
  right: 110px;
  bottom: 70px;
  transition: all 0.3s ease-in-out;
  animation-name: rotate-infinite;
}

.cta-three-shape-seven {
  z-index: 5;
  position: absolute;
  right: 450px;
  top: 165px;
}

.cta-three-shape-eight {
  z-index: 5;
  position: absolute;
  right: 400px;
  top: 142px;
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: palneRight;
}

@keyframes planeRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100px);
  }
}

.cta-wrapper.style-one {
  padding-top: 90px;
}

.section-title-wrapper.is-white p {
  color: #b2bac5;
}

.white-text {
  color: #ffff;
}

.cta-input {
  position: relative;
  max-width: 448px;
}

.cta-input input {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  outline: none;
  border: 0;
  padding-inline-start: 25px;
  padding-inline-end: 215px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  background-color: #fff;
  color: #84888c;
}

.bd-primary-btn.has-arrow {
  /* padding: 0 35px 0 35px; */
}

.cta-input .bd-primary-btn:hover {
  border-radius: 8px;
}

.bd-primary-btn.is-bg:hover {
  background-color: #ffb700;
  color: #001a3d;
  border-color: #ffb700;
}

.cta-input button {
  position: absolute;
  inset-inline-end: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: 56px;
  padding: 0 6px 0 24px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.cta-input.white-button .bd-primary-btn {
  color: #001a3d;
  background-color: #ffff;
  border-color: #fff;
}

.cta-input.white-button .bd-primary-btn:hover {
  color: #ffff;
  border-color: #ffb700;
  background-color: #ffb700;
}

.cta-input.white-button .bd-primary-btn .bd-primary-btn-circle {
  background-color: #ffb700;
}

.cta-input .bd-primary-btn:hover {
  border-radius: 8px;
}

.cta-badge {
  position: absolute;
  right: 448px;
  /* top: 33px; */
}

.cta-badge img {
  max-width: 150px;
  animation: badgeSpin 25s linear infinite;
}

@keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cta-badge-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cta-badge-title {
  font-size: 30px;
  color: #ffff;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-three-shape-one {
    top: 50px;
  }

  .cta-three-shape-three {
    left: 100px;
    bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-three-shape-one {
    left: 43px;
  }

  .cta-badge {
    right: 415px;
    top: 40px;
  }

  .cta-style-two .cta-thumb-two img {
    max-height: 100%;
  }
}

@media (max-width: 575px) {
  .cta-three-shape-one {
    top: 10px;
  }

  .cta-three-shape-four {
    top: 10px;
  }

  .cta-input input {
    height: 64px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }

  .cta-badge {
    right: 215px;
    top: 0;
    z-index: 1;
  }

  .cta-badge-title {
    font-size: 24px;
  }

  .cta-badge-title {
    font-size: 24px;
  }

  .cta-thumb-bg::before {
    width: 330px;
    right: -5px;
  }

  .cta-thumb-bg::after {
    width: 320px;
    right: 0;
  }
}

@media (max-width: 450px) {
  .cta-three-shape-one {
    top: 8px;
    left: 50px;
  }

  .cta-three-shape-three {
    left: 20px;
  }

  .cta-three-shape-four {
    top: 8px;
    right: 50px;
  }

  .cta-three-shape-six {
    right: 20px;
  }

  .cta-input .bd-primary-btn.is-bg {
    background-color: #ffb700;
    color: #fff;
    margin-bottom: 3rem;
    border-color: #ffb700;
  }

  .cta-input button {
    position: unset;
    transform: translateY(0);
    margin-top: 10px;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  .cta-badge {
    right: 166px;
    top: -8%;
    z-index: 1;
  }

  .cta-badge img {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
  }

  .cta-badge img {
    filter: brightness(1.1);
  }
}

/* ===================================== =========================================================== */

/* ===================================== Contact Us =========================================================== */

.header-style {
  position: absolute;
  inset-inline-start: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

.has-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bd-breadcrumb {
  position: relative;
  z-index: 2;
  min-height: 550px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .bd-breadcrumb {
    min-height: 360px;
  }
}

.bd-breadcrumb-bg {
  /* background-image: url(../image/breadcrumb-bg.png); */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bd-breadcrumb-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: linear-gradient(180deg, #001a3d 0%, rgba(0, 26, 61, 0.4) 100%);
}

.bd-breadcrumb-content {
  padding-top: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .bd-breadcrumb-content {
    padding-top: 50px;
  }
}

.bd-breadcrumb-title {
  color: var(--bd-white);
  font-weight: var(--bd-fw-sbold);
  margin-bottom: 20px;
}

.bd-breadcrumb-list {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: var(--bd-white);
}

.bd-breadcrumb-list span {
  position: relative;
}

.bd-breadcrumb-list span a:hover {
  color: var(--bd-primary);
}

.bd-breadcrumb-list span i {
  margin-inline-end: 10px;
}

[dir="rtl"] .bd-breadcrumb-list span i {
  margin-inline-start: 10px;
}

.bd-breadcrumb-list span:not(:last-child)::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 6px;
  border-radius: 40%;
  background-color: var(--bd-white);
  inset-inline-end: -15px;
  top: 50%;
}

.section-space {
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-box {
  background-color: var(--bd-white);
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
  padding: 50px 40px 45px 40px;
  border-radius: 10px;
  text-align: center;
}

.contact-icon {
  display: inline-flex;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 108, 228, 0.1);
  border-radius: 50%;
  text-align: center;
  color: var(--bd-primary);
  font-size: 30px;
  transition: all 0.3s linear;
  justify-content: center;
  align-items: center;
}

.contact-content a:not(:last-child) {
  margin-bottom: 5px;
}

.contact-content a {
  display: block;
}

.contact-box:hover .contact-icon {
  background-color: var(--bd-primary);
  color: var(--bd-white);
}

.contact-box {
  background-color: var(--bd-white);
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
  padding: 50px 40px 45px 40px;
  border-radius: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-box {
    padding: 20px 20px;
  }
}

.contact-box:hover .contact-icon {
  background-color: var(--bd-primary);
  color: var(--bd-white);
}

.contact-icon {
  display: inline-flex;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 108, 228, 0.1);
  border-radius: 50%;
  text-align: center;
  color: var(--bd-primary);
  font-size: 30px;
  transition: all 0.3s linear;
  justify-content: center;
  align-items: center;
}

.contact-content a {
  display: block;
}

.contact-content a:hover {
  color: var(--bd-primary);
}

.contact-content a:not(:last-child) {
  margin-bottom: 5px;
}

.contact-form {
  border: 1px solid var(--bd-border-primary);
  border-radius: 8px;
  padding: 30px 30px;
  /* margin-left: 85px; */
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-form {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-form {
    padding: 15px 15px;
  }
}

.contact-form .input-box-select {
  width: 100%;
  height: 56px;
  border: none;
  border: 1px solid var(--bd-border-primary);
  background-color: transparent;
  display: flex;
  align-items: center;
  color: var(--bd-placeholder);
}

.form-input {
  position: relative;
  flex-grow: 14;
}

.floating-form-input {
  position: relative;
}

.floating-form-input input {
  background-color: transparent;
}

.floating-form-input input:focus~.floating-label {
  top: 0;
  inset-inline-start: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--bd-black);
  background-color: var(--bd-white);
  padding: 0px 4px;
}

.floating-form-input input:not(:focus):valid~.floating-label {
  top: 0;
  inset-inline-start: 20px;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--bd-white);
  padding: 0px 4px;
}

.floating-form-input .floating-label {
  position: absolute;
  pointer-events: none;
  inset-inline-start: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
  color: var(--bd-placeholder);
}

.floating-form-input textarea {
  height: 220px;
  padding: 22px 20px;
  resize: none;
  background: transparent;
}

.floating-form-input textarea:focus~.floating-label-two {
  top: -12px;
  inset-inline-start: 15px;
  padding: 0px 4px;
  font-size: 14px;
  color: var(--bd-black);
  background-color: var(--bd-white);
}

.floating-form-input textarea:not(:focus):valid~.floating-label-two {
  top: -12px;
  inset-inline-start: 20px;
  padding: 0px 4px;
}

.floating-form-input .floating-label-two {
  position: absolute;
  pointer-events: none;
  inset-inline-start: 20px;
  top: 20px;
  transition: 0.2s ease all;
  background-color: var(--bd-white);
  color: var(--bd-placeholder);
}

.google-map iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(0.8);
  border-radius: 8px;
}

.social-menu ul {
  display: flex;
}

.theme-social  {
  list-style: none;
  margin-right: 12px;
}

.theme-social  a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--bd-white);
  text-align: center;
  transition: all 0.3s linear;
}

.theme-social  a.facebook {
  background-color: #316ff6;
  color: var(--bd-white);
}

.theme-social  a.twitter {
  background-color: var(--bd-black);
  color: var(--bd-white);
}

.theme-social  a.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: var(--bd-white);
}

.theme-social  a.linkedin {
  background-color: #0077b5;
  color: var(--bd-white);
}

.theme-social  a.youtube {
  background-color: #ff0000;
  color: var(--bd-white);
}

.theme-social  a:hover {
  transform: translate(0, -8%);
}

.theme-bg-secondary {
  background-color: var(--bd-bg-secondary);
}

/* ===================================================================================================== */

/* ==============================  about-us ================================================================= */

.about-style-two {
  position: relative;
  margin-bottom: 20px;
  filter: drop-shadow(0px 4px 70px rgba(0, 0, 0, 0.15));
}

.about-style-two .about-thumb-one {
  margin-left: 60px;
  max-width: 484px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
}

.about-style-two .about-thumb-one:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.about-style-two .about-thumb-one::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-style-two .about-thumb-one {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-two .about-thumb-one {
    margin-left: 0;
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-style-two .about-thumb-one {
    margin-left: 0;
    max-width: 100%;
  }
}

.about-style-two .about-thumb-one img {
  width: 100%;
  border-radius: 8px;
}

.about-style-two .about-thumb-two {
  position: absolute;
  width: 219px;
  height: 210px;
  left: 0;
  top: 338px;
  border: 10px solid var(--bd-white);
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-two .about-thumb-two {
    top: auto;
    bottom: 0;
  }
}

.about-style-two .about-thumb-two:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.about-style-two .about-thumb-two::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-style-two .about-thumb-two {
    position: inherit;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-top: 20px;
  }
}

.about-style-two .about-icon-badge {
  position: absolute;
  top: -20px;
  left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-two .about-icon-badge {
    top: 0;
    left: 0;
  }
}

@media (max-width: 575px) {
  .about-style-two .about-icon-badge {
    left: 0;
  }
}

.about-style-two .about-icon-badge span {
  font-size: 44px;
  color: var(--bd-white);
  background-color: var(--bd-primary);
  padding: 20px 20px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  border-radius: 8px;
}

.about-style-two .about-shape {
  position: absolute;
  top: -20px;
  right: 60px;
  z-index: -1;
  animation: right-2-left 5s linear 0s infinite alternate-reverse both;
}

.about-style-two .about-experience {
  display: flex;
  position: absolute;
  top: 351px;
  right: 70px;
  background-color: var(--bd-white);
  padding: 6px 35px 12px 25px;
  border-radius: 8px;
  text-align: center;
  align-items: center;
  gap: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-two .about-experience {
    top: 370px;
    right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-two .about-experience {
    top: auto;
    bottom: 0;
    inset-inline-end: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-style-two .about-experience {
    position: inherit;
    top: 0;
    right: 0;
    margin-top: 20px;
  }
}

.about-style-two .about-experience::after {
  position: absolute;
  content: "";
  width: 223px;
  height: 86px;
  left: 50%;
  top: 50%;
  border: 2px dotted var(--bd-tertiary);
  border-radius: 8px;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-style-two .about-experience::after {
    width: 95%;
    height: 85px;
  }
}

.about-style-two .about-experience .about-experience-title {
  font-size: 70px;
  color: var(--bd-primary);
}

.about-style-two .about-experience .about-experience-subtitle {
  text-align: start;
  font-size: 18px;
  font-weight: var(--bd-fw-medium);
}

.video-bg {
  /* background-image: url(../image/video-bg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 624px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .video-bg {
    min-height: 300px;
  }
}

.video-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--bd-bg-secondary);
  opacity: 0.6;
}

.pulse-white {
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.cta-top {
  margin-top: -113px;
}

.section-space-bottom-xxl {
  padding-bottom: 200px;
}

.cta-item {
  position: relative;
}

.cta-item-box {
  display: grid;
  grid-template-columns: 560px auto;
  align-items: center;
  padding: 34px 65px 39px 60px;
  background-color: var(--bd-primary);
  border-radius: 8px;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-item-box {
    grid-template-columns: 415px auto;
    padding: 50px 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .cta-item-box {
    grid-template-columns: auto;
    padding: 30px 30px;
    /* gap: 50px; */
  }
}

/* .cta-item-box .cta-btn {
  margin-right: 45px;
} */

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .cta-item-box .cta-btn {
    margin-right: 0;
    text-align: center;
  }
}

.cta-item-box-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 575px) {
  .cta-item-box-left {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

.cta-item .cta-thumb {
  margin-top: 0;
}

.cta-item .cta-thumb img {
  position: absolute;
  left: 0;
  border: 4px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.cta-item .cta-content a {
  font-family: var(--bd-ff-heading);
  font-size: 34px;
  font-weight: 700;
  color: var(--bd-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-item .cta-content a {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .cta-item .cta-content a {
    font-size: 22px;
  }
}

.cta-item .cta-subtitle {
  color: var(--bd-tertiary);
}

.cta-item .cta-icon i {
  font-size: 30px;
  color: var(--bd-white);
}

.cta-item .cta-five-shape-one {
  position: absolute;
  bottom: -60px;
  inset-inline-end: 370px;
  opacity: 0.4;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .cta-item .cta-five-shape-one {
    display: none;
  }
}

.cta-item .cta-five-shape-two {
  position: absolute;
  inset-inline-start: 915px;
  top: 68px;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: planeleft-three;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-item .cta-five-shape-two {
    inset-inline-start: 280px;
    top: 123px;
  }
}

.cta-item .cta-five-shape-two img {
  transform: rotate(-30deg);
}

.cta-item.style-two .cta-item-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .cta-item.style-two .cta-item-box {
    flex-direction: column-reverse;
  }
}

.cta-item.style-four .cta-thumb {
  max-width: 380px;
}

.cta-item.style-four .cta-thumb img {
  position: unset;
}

.cta-item.style-four .cta-content {
  max-width: 500px;
  margin: 0 auto;
}

.cta-item.style-four .cta-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: soft-light;
}

.cta-item.style-four .download-app {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-item.style-four .download-app-thumb img {
  border-radius: 5px;
}

.cta-item-2 .cta-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
  z-index: -1;
}

.cta-item-2 .cta-box {
  display: grid;
  grid-template-columns: auto 500px;
  justify-content: space-between;
  padding: 30px 100px;
  border-radius: 20px;
  align-items: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .cta-item-2 .cta-box {
    grid-template-columns: auto;
    padding: 20px 20px;
    gap: 50px;
  }
}

.cta-item-2 .download-app {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-item-2 .download-app img {
  border-radius: 8px;
}

.cta-item-2 .download-app-thumb img {
  border-radius: 8px;
}

.cta-shape-one {
  position: absolute;
  left: 409px;
  top: 160px;
}

.cta-shape-two {
  position: absolute;
  right: 47px;
  top: -60px;
}

@keyframes palneRight {
  0% {
    transform: translateX(0);
    opacity: 0;
  }

  80% {
    opacity: 0.8;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    transform: translateX(250px);
    opacity: 0;
  }
}

@keyframes scaleUpCenter {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes planeleft-three {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  5% {
    transform: translateY(-10px);
    opacity: 0.3;
  }

  10% {
    transform: translateY(-15px);
    opacity: 0.7;
  }

  15% {
    transform: translateY(-20px);
    opacity: 0.9;
  }

  20% {
    transform: translateY(-25px);
    opacity: 1;
  }

  25% {
    transform: translateY(-30px);
  }

  30% {
    transform: translateY(-35px);
  }

  35% {
    transform: translateY(-40px);
  }

  40% {
    transform: translateY(-45px);
  }

  45% {
    transform: translateY(-50px);
  }

  50% {
    transform: translateY(-55px);
  }

  55% {
    transform: translateY(-60px);
  }

  60% {
    transform: translateY(-65px);
  }

  65% {
    transform: translateY(-70px);
  }

  70% {
    transform: translateY(-75px);
  }

  75% {
    transform: translateY(-80px);
  }

  80% {
    transform: translateY(-85px);
  }

  90% {
    transform: translateY(-90px);
  }

  100% {
    transform: translateY(-100px);
    opacity: 1;
    margin-inline-start: 300px;
  }
}

.testimonial-style-three .testimonial-content {
  background-color: transparent;
  border: 1px solid var(--bd-border-primary);
  padding: 30px 30px 40px 30px;
  transition: all 0.3s ease-in-out;
}

.testimonial-style-three .testimonial-quot-icon i {
  font-size: 46px;
  color: var(--bd-tertiary);
  opacity: 0.5;
}

.testimonial-style-three .testimonial-content:hover {
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
}

.testimonial-avatar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-avatar {
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .testimonial-avatar {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.instagram-image {
  position: relative;
  overflow: hidden;
  max-width: 300px;
  border-radius: 8px;
}

.instagram-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.instagram-image:hover::before {
  opacity: 1;
  z-index: 2;
}

.instagram-image:hover .instagram-icon {
  opacity: 1;
}

.instagram-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 26, 61, 0.7);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
  border-radius: 8px;
}

.instagram-icon {
  font-size: 30px;
  color: var(--bd-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  z-index: 22;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.instagram-icon:hover {
  color: var(--bd-tertiary);
}

.team-style-three .team-thumb a::before {
  background: linear-gradient(180deg, #001a3d -9.9%, rgba(0, 26, 61, 0) 90.1%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.team-style-three .team-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 30px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.team-style-three .team-content span {
  color: var(--bd-text-tertiary);
}

.team-style-three .team-social-wrap span {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background-color: var(--bd-primary);
  color: var(--bd-white);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.team-style-three .team-social-wrap .team-social {
  display: block;
  position: absolute;
  right: 24px;
  bottom: 60px;
  background-color: var(--bd-white);
  padding: 10px 10px;
  padding-bottom: 40px;
  clip-path: polygon(50% 0%,
      100% 0,
      100% 43%,
      100% 80%,
      70% 80%,
      50% 85%,
      30% 80%,
      0 80%,
      0 0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  height: 0;
}

.team-style-three .team-social-wrap:hover .team-social {
  opacity: 1;
  height: 205px;
}

.theme-social a {
  color: var(--bd-heading);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--bd-border-primary);
}

.theme-social.style-two a {
  border: none;
  font-size: 20px;
}

.theme-social.style-two a:hover {
  color: var(--bd-primary);
  background-color: transparent;
}

/* =========================================================================================== */
/* ================================================================================================ */

.block-main-tailor {
  overflow: hidden;
  padding: 30px;
  padding-top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 20px 0px #000;
  border: 2px solid #e2dfeb;
  border-radius: 10px;
}

.block-main-tailor h3 {
  margin: 48px 0 !important;
  font-size: 36px;
  text-align: center;
}

input.st-form-tailor,
select.st-form-tailor,
textarea.st-form-tailor {
  font-size: 15px;
  font-weight: 300;
  background-color: transparent;
  border: 1px solid #15161696;
  border-radius: 4px;
  padding: 10px 20px;
  color: #777;
  margin-bottom: 0px;
  height: 55px;
  box-shadow: none;
  width: 100%;
}

textarea.st-form-tailor {
  height: 150px;
}

.form-group {
  margin-bottom: 1.5rem;
}

element.style {
  visibility: visible;
  animation-duration: 1500ms;
  animation-delay: 0ms;
  animation-name: fadeInRight;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.small,
small {
  font-size: 73%;
}

label {
  display: inline-block;
  color: #777;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
}

.contact-section {
  background-color: #ced4da;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
textarea {
  outline: none;
  /* background-color: transparent; */
  height: 56px;
  width: 100%;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0f6c8b;
  color: var(--bd-black);
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus {
  border-style: dashed;
  border-width: 2px;
}

.form-control {
  border: #000;
}

.bd-breadcrumb-area.style-two {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bd-breadcrumb-area.style-two .bd-breadcrumb-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* =================================================================== */

.main-wrapper {
  /* margin-bottom: 57px; */
  margin-top: -35px;
}

.faq-title h1 {
  margin: 3rem 0 2.4rem 0;
  text-align: center;
  text-transform: capitalize;
}

.faq-content {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 1rem;
  align-items: center;
  justify-items: center;
}

@media screen and (min-width: 800px) {
  .faq-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 800px) {
  .faq-left-content {
    text-align: left;
  }
}

.faq-left-content {
  text-align: center;
}

.faq-right-content,
.faq-left-content {
  padding: 1.2rem;
}

.faq-left-content img {
  width: 75%;
  display: block;
  margin: 1rem auto;
  width: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 800px) {
  .faq-left-content img {
    margin-left: 0;
  }
}

.faq-left-content p {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.95;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  .faq-left-content p {
    margin-left: 0;
    max-width: 460px;
  }
}

/* ============================================================================================ */
/* ============================================================================================= */

.readmore__content {
  /* max-width: 45rem; */
  width: 100%;
  display: flex;
  text-align: left;
}

button.readmore__toggle {
  display: flex;
  margin-top: 1rem;
  border: none;
  background: linear-gradient(0deg,
      rgba(23, 111, 234, 1) 0%,
      rgba(4, 38, 252, 1) 100%);
  color: #ffffff;
  padding: 14px 31px;
  cursor: pointer;
  border-radius: 2rem;
  /* margin-left: 28%; */
}

.tour-like.has-bg {
  border-radius: 5px;
  color: var(--bd-white);
  background-color: rgba(13, 30, 42, 0.4);
}

.tour-badge {
  position: absolute;
  top: 16px;
  right: 16px;
}

.tour-like {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: var(--bd-white);
  color: var(--bd-heading);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.tour-price-wrapper {
  display: flex;
  gap: 0 10px;
  align-items: center;
  margin-bottom: 10px;
}

.b3 {
  font-size: var(--bd-fs-b3);
  line-height: 1.55;
}

.tour-price-title.current {
  color: var(--bd-primary);
}

.tour-price-title.old {
  text-decoration-line: line-through;
  color: var(--bd-text-tag);
}

.tour-duration {
  display: flex;
  gap: 10px;
}

.bd-cta-area {
  background-image: url(../image/cta-img-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 39vh;
}

.section-space-small {
  padding-top: 0;
  padding-bottom: 60px;
}

.cta-image-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bd-primary);
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: 1;
}

.z-index-5 {
  z-index: 5;
}

.section-subtitle.color-warning {
  color: var(--bd-tertiary);
}

.mb-15 {
  margin-bottom: 15px;
}

.cta-style-three p {
  color: rgba(255, 255, 255, 0.75);
}

/* ================================================================================================ */

/* ================================================================================================ */

/* .tour-wrapper.style-five .tour-thumb {
  height: 355px;
  width: 100%;
} */
.tour-wrapper.style-five {
  position: relative;
}

.tour-wrapper.style-five:hover {
  filter: drop-shadow(0px 4px 70px rgba(0, 0, 0, 0.15));
}

.tour-wrapper.style-five:hover .tour-thumb a::before {
  opacity: 0;
}

.tour-wrapper.style-five:hover .tour-thumb a::after {
  opacity: 1;
}

.tour-wrapper.style-five:hover .tour-content {
  background-color: var(--bd-white);
}

.tour-wrapper.style-five:hover .tour-title {
  color: var(--bd-heading);
}

.tour-wrapper.style-five:hover .tour-location {
  color: rgba(0, 26, 61, 0.7);
}

.tour-wrapper.style-five:hover .tour-price-wrapper .tour-price-text {
  color: rgba(0, 26, 61, 0.7);
}



.tour-wrapper.style-five .tour-title {
  color: var(--bd-white);
}

.tour-wrapper.style-five .tour-location {
  color: var(--bd-white);
}

.tour-wrapper.style-five .tour-location i {
  color: var(--bd-primary);
}

.tour-wrapper.style-five .tour-price-wrapper i {
  color: var(--bd-primary);
}

.tour-wrapper.style-five .tour-price-wrapper .tour-price-text {
  color: var(--bd-white);
}

.tour-wrapper.style-five .tour-thumb {
  height: 355px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tour-wrapper.style-five .tour-thumb {
    height: 100%;
  }
}

.tour-wrapper.style-five .tour-thumb img {
  width: 100%;
  min-height: 100%;
  border-radius: 10px;
}

.tour-wrapper.style-five .tour-top-meta .tour-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  right: auto;
}

.tour-wrapper.style-five .tour-top-meta .tour-like {
  position: absolute;
  inset-inline-end: 16px;
  top: 16px;
}

.tour-wrapper.style-five .tour-camera-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--bd-text-tertiary);
}

.tour-wrapper.style-five .tour-camera-btn-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  z-index: 11;
}

.tour-wrapper.style-five .tour-camera-btn:hover {
  color: var(--bd-primary);
}

.tour-wrapper.style-five .tour-camera-btn span {
  color: var(--bd-white);
  background-color: var(--bd-primary);
  width: 15px;
  height: 15px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  inset-inline-start: 10px;
}

.tour-wrapper.style-five .tour-price-wrapper {
  margin-bottom: 0px;
}

.bd-badge.warning {
  background: var(--bd-tertiary);
}

/* ====================================================================== */
/* ====================================================================== */
/* ====================================================================== */
.sidebar-widget-wrapper {
  border: 1px solid var(--bd-border-primary);
  padding: 45px 30px;
  border-radius: 8px;
}

.sidebar-booking-form .input-box {
  margin-bottom: 14px;
}

.sidebar-booking-form .input-box input {
  background: var(--bd-flash-white);
  color: #1a1a1a;
}

.sidebar-booking-form .input-box textarea {
  background: var(--bd-flash-white);
  color: #1a1a1a;
  min-height: 201px;
  resize: none;
}

textarea {
  padding: 14px 24px;
}

label {
  display: inline-block;
}

.sidebar-widget-divider {
  padding-top: 30px;
  border-bottom: 1px solid var(--bd-border-primary);
  margin-bottom: 40px;
}

h6.small,
.h6.small {
  font-size: 18px;
}

.mb-15 {
  margin-bottom: 15px;
}

.sidebar-widget .recent-post:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar-widget .recent-post {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sidebar-widget .recent-post-thumb {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

a:link,
a:visited {
  transition: all 0.31s ease-in-out;
  text-decoration: none;
}

.sidebar-widget .recent-post-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.sidebar-widget .recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-widget .recent-post-title {
  margin-bottom: 5px;
  margin-left: 9px;
}

.sidebar-widget .recent-post-thumb:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-widget .recent-post-thumb {
    width: 150px;
    height: 110px;
    min-width: 150px;
  }
}

@media (max-width: 575px) {
  .sidebar-widget .recent-post-thumb {
    /* width: 100%;
    height: 100%; */
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.sidebar-widget .recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-widget-thumb {
  position: relative;
  border-radius: 8px;
}

.sidebar-widget-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--bd-primary);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  right: 0;
}

.sidebar-widget-thumb img {
  border-radius: 8px;
}

.sidebar-widget-content {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 2;
}

.sidebar-widget-content .bd-play-btn {
  background-color: var(--bd-white);
}

.sidebar-widget-content .bd-play-btn i {
  color: var(--bd-primary);
}

.sidebar-widget-content p {
  color: var(--bd-text-secondary);
}

p.b3 {
  font-size: var(--bd-fs-b3);
  line-height: 1.55;
}

.sidebar-widget-content h5 {
  color: var(--bd-white);
}

.sidebar-widget-content .bd-text-btn {
  color: var(--bd-white);
}

.bd-text-btn.style-two .icon__box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  margin-top: 3px;
}

.mb-25 {
  margin-bottom: 25px;
}

.sidebar-widget-content a:hover {
  color: var(--bd-tertiary);
}

.details-slide-full img {
  width: 100%;
  border-radius: 8px;
}

.bd-badge {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 5px;
  border-radius: 4px;
  color: var(--bd-heading);
  line-height: 1;
  text-align: center;
}

.bd-badge.danger {
  color: var(--bd-white);
  background: var(--bd-bg-danger);
}

.price-title {
  color: var(--bd-primary);
}

.price-title span {
  color: var(--bd-text-meta);
  font-size: 16px;

  font-weight: var(--bd-fw-regular);
}

.rating-badge {
  background-color: var(--bd-white);
  padding: 6px 10px;
  border-radius: 20px;
  display: inline-block;
}

.rating-badge.border-badge {
  background-color: transparent;
  border: 1px solid var(--bd-border-primary);
}

.rating-badge i {
  color: var(--bd-rating-color);
  margin-right: 5px;
}

.theme-social {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}

.tour-details-destination-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tour-details-destination-info:not(:last-child) {
  position: relative;
}

.search-icon-bg span {
  display: flex;
  width: 38px;
  height: 38px;
  background-color: var(--bd-bg-light);
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: var(--bd-primary);
  font-size: 20px;
}

.search-icon-bg.is-big span {
  width: 50px;
  height: 50px;
}

.tour-details-destination-info-bottom {
  color: var(--bd-black);
  font-weight: var(--bd-fw-medium);
}

.small,
small {
  font-size: 0.875em;
}

.tour-details-destination-wrapper {
  border: 1px solid var(--bd-border-primary);
  padding: 30px 30px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tour-details-destination-wrapper {
    padding: 20px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tour-details-destination-wrapper {
    padding: 20px 20px;
    gap: 24px;
    flex-flow: column;
  }
}

.policy-item ul li:not(:last-child) {
  margin-bottom: 5px;
}

.policy-item ul li {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  list-style: none;
}

.policy-item ul li svg {
  margin-right: 10px;
}

.policy-title {
 margin-bottom: 10px;
      font-size: 28px;
      margin-top: 30px;
}

.policy-item:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 580px) {
  .accordion__wrapper {
    padding: 0rem 0;
  }
}

.accordion__wrapper {
  background-color: #fff;
  box-shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
  border-radius: 2.5rem;
  width: 100%;
  padding-top: 1rem;
  padding-left: 0;
}

.accordion {
  border-bottom: 0.1rem solid #dae1f5;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.accordion__question {
  font-size: 18px;
  font-weight: 500;
  color: #242e4c;
  /* margin-left: 9px; */
}

.accordion__icon {
  background-color: #6610f2;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
}

.accordion__content {
  overflow: hidden;
  height: 0;
  transition: 0.4s ease-in-out;
}

p:last-child {
  margin-bottom: 0;
  text-align: left;
}

.accordion__answer {
  padding: 2rem 0;
}

.tour-details-list-box {
  border: 1px solid var(--bd-border-primary);
  border-radius: 8px;
  padding: 30px 30px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tour-details-list-include ul li:not(:last-child),
.tour-details-list-exclude ul li:not(:last-child) {
  margin-bottom: 15px;
  /* font-size: 2rem; */
}

.tour-details-list-include ul li,
.tour-details-list-exclude ul li {
  list-style: none;
  font-size: 19px;
}


.tour-details-list-include ul li::before {
  font: var(--fa-font-solid);
  content: "\f00c";
  width: 20px;
  border-radius: 50%;
  height: 20px;
  color: #06e775;
  background: rgba(6, 231, 117, 0.2);
  margin-right: 10px;
  font-size: 20px;
  padding: 4px;

}

.choose-list ul li::before {
  font: var(--fa-font-solid);
  content: "\f00c";
  width: 20px;
  border-radius: 50%;
  height: 20px;
  color: #fff;
  background-color: #006ce4;
  margin-right: 10px;
  font-size: 14px;
  padding: 4px;

}
.accordion__content li::before {
  content: "\2022";
  width: 15px;
  height: 15px;
  padding-right: 15px;
  color: black;
  /* font-family: "Font Awesome 6 Free"; */
  font-weight: bold;
  margin: 02px;
}

.tour-details-list-highlights li::before {
  content: "\2022";
  width: 15px;
  height: 15px;
  padding-right: 15px;
  color: black;
  /* font-family: "Font Awesome 6 Free"; */
  font-weight: bold;
  margin: 02px;
}


.tour-details-list-exclude ul li::before {


  font: var(--fa-font-solid);
  content: "\f00d";
  width: 20px;
  border-radius: 50%;
  height: 20px;
  color: var(--bd-bg-danger);
  background: rgba(235, 0, 27, 0.2);
  margin-right: 10px;
  font-size: 20px;
  padding: 4px;


}

.list-icon {
  width: 24px;
  height: 22px;
  min-width: 22px;
  background: var(--bd-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50%;
  color: var(--bd-white);
}

.list-icon.success {
  color: #06e775;
  background: rgba(6, 231, 117, 0.2);
}

.tour-details-list-include ul li span,
.tour-details-list-exclude ul li span {
  margin-right: 7px;
}

.list-icon.danger {
  color: var(--bd-bg-danger);
  background: rgba(235, 0, 27, 0.2);
}

.tour-details-list-include ul li,
.tour-details-list-exclude ul li {
  list-style: none;
  /* font-size: 1.8rem; */
}

.tour-details-list-box::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: var(--bd-border-primary);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.recr-content {
  background: #fcfbf9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #a8aea4 !important;
  padding: 45px 32px;
  margin-top: 36px;
  border: 1px solid;
  border-radius: 11px;
}

.tour-details-list-exclude {
  margin-left: 30px;
}

.vert-tab>div {
  margin-right: 2px;
  width: 10%;
  cursor: pointer;
  height: 313px;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}

.recr-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #dc3545;
  white-space: nowrap;
  transform: rotate(269deg);
}

.work_items_content {
  display: none;
}

.vert_tab_image_wrrapeer {
  display: flex;
  align-items: center;
}

.vert-tab-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: 0em;
  text-align: left;
  color: #000a19;
  margin-bottom: 16px;
}

.vert-tab-content h2 i {
  border: 1px solid;
  border-radius: 50%;
  padding: 1rem;
  color: #006ce4;
  margin-right: 1rem;
}

.vert-tab-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #dc3545;
  margin-bottom: 20px;
}

.vert-tab-content p {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 51%;
  color: #006ce4;
  margin-left: 0px;
  margin-right: auto;
}

.vert-tab-content span {
  font-size: 21px;
  font-weight: 400;
}

.recr-content.active {
  width: 60%;;
}

.recr-content.active {
  border-color: #a8aea4;
}

.recr-content.active h3 {
  display: none;
}

.recr-content.active .work_items_content {
  display: block;
}

.recr-content img {
  max-width: 100%;
  height: 426px;
}

.vert-tab {
  display: flex;
}

.breakc ol {
  color: #272262;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 1rem;
  list-style: none;
}

.breakc ol li a {
  /* margin: 0 10px; */
  color: #262262;
  font-weight: 600;
}

.travel-btn {
  margin-top: 20px;
}

.bd-tour-details-area {
  margin-top: -24px;
}

.sidebar-widget.widget_categories ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: var(--bd-heading);
  background-color: var(--bd-flash-white);
  padding: 0 25px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  height: 56px;
}

.sidebar-widget.widget_categories ul li:not(:last-child) {
  margin-bottom: 10px;
}

.underline-two a {
  display: inline;
  background-image: linear-gradient(var(--bd-tertiary), var(--bd-tertiary)),
    linear-gradient(var(--bd-tertiary), var(--bd-tertiary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.4;
  padding: 2% 0;
}

.sidebar-widget.widget_categories ul li:hover {
  background-color: var(--bd-primary);
  color: var(--bd-white);
}

.footer-social.style-two.has-white {
  background-color: rgba(255, 255, 255, 0.07);
}

.footer-social.style-two {
  background-color: var(--bd-white);
  display: inline-block;
  border-radius: 8px;
  padding: 24px 24px;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
  position: relative;
}

.social.style-two.has-white .footer-social-title {
  color: var(--bd-white);
}

.footer-social-title {
  display: block;
  margin-bottom: 15px;
}

.theme-social a {
  color: var(--bd-heading);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 38px;
  background: transparent;
  font-size: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--bd-border-primary);
}

#footer-bar {
  /* margin-top: -7px; */
  position: fixed;
  bottom: 0;
  left: 0;
  gap: 28px;
  right: 0;
  z-index: 98;
  background-color: rgba(249, 249, 249, 0.98);
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
  min-height: 60px;
  display: none;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: all 300ms ease;
}

#footer-bar a {
  color: #1f1f1f;
  padding-top: 12px;
  position: relative;
  /*flex: 1 1 auto;*/
  display: flex;
  flex-direction: column;
}

#footer-bar a i {
  margin-top: -3px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .tour-details-list-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .tour-details-list-box::after {
    display: none;
  }

  .tour-details-list-exclude {
    margin-left: 0px;
    border-top: 2px solid #b2bac5;
    margin-top: 11px;
  }

  .tour-details-list-include ul li {
    font-size: 20px;
  }

  .tour-details-list-exclude ul li {
    font-size: 20px;
  }

  .faq-container {
    width: 293px;
    background-color: #dee2e6;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 88%);
  }

  .main-wrapper {
    margin-bottom: 57px;
  }

  .recr-content {
    padding: 45px 8px;
  }

  .vert-tab-content h2 i {
    border: 1px solid;
    border-radius: 50%;
    padding: 11px;
    color: #006ce4;
    margin-right: 1rem;
  }

  .vert-tab-content h2 {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: left;
    color: #000a19;
    margin-bottom: 11px;
  }

  .vert-tab-content span {
    font-size: 16px;
  }

  .vert-tab-content h4 {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color: #dc3545;
    margin-bottom: 12px;
  }

  #footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

.menu__lis {
  margin-bottom: 6px;
}

.cont {
  background-color: #f2f2f2;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

@media screen and (max-width: 790px) {
  html {
    font-size: 14px;
  }

  /* .wrapper {
    width: 80%;
  } */
}

.lis {
  font-size: 1.25rem;
}

.lis__bt {
  margin-bottom: 6px;
}

.nav__logo {
  width: 15%;
}

.nav__lis {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mene__font {
  font-size: 17px;
}

.box__image {
  height: 525px;
}

.img__box {
  height: 323px;
}

iframe {
  width: 100%;
}


.blog__tour {
  padding: 13px;
    background-color: #e9ecef;
    border-radius: 0 0 8px 8px;
    height: 13rem;
    max-height: 30rem;
}

.tour-wrapper.style-five:hover .tour__content {
  background-color: var(--bd-white);
  color: #000;
}


.tourSwiper {
  width:845px;
  height: 565px;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} 

.tour-details-list-highlights ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_97_8733)%22%3E%3Cpath%20d%3D%22M17.5626%207.93928L16.335%206.71187C16.0436%206.4205%2015.8049%205.84472%2015.8049%205.4318V3.69593C15.8049%202.87018%2015.1303%202.19561%2014.3048%202.19517H12.5682C12.1558%202.19517%2011.5793%201.95597%2011.2879%201.66482L10.0605%200.437407C9.47729%20-0.145802%208.52238%20-0.145802%207.93917%200.437407L6.71176%201.6657C6.42013%201.95707%205.84303%202.19561%205.43147%202.19561H3.6956C2.87095%202.19561%202.1955%202.87018%202.1955%203.69593V5.43185C2.1955%205.84314%201.95678%206.42072%201.66537%206.71191L0.437737%207.93933C-0.145912%208.52254%20-0.145912%209.47744%200.437737%2010.0616L1.66537%2011.289C1.95696%2011.5804%202.1955%2012.1577%202.1955%2012.5691V14.305C2.1955%2015.1298%202.87095%2015.8053%203.6956%2015.8053H5.43152C5.84395%2015.8053%206.42039%2016.044%206.7118%2016.3352L7.93922%2017.5631C8.52243%2018.1458%209.47733%2018.1458%2010.0605%2017.5631L11.288%2016.3352C11.5796%2016.0438%2012.1558%2015.8053%2012.5682%2015.8053H14.3048C15.1303%2015.8053%2015.8049%2015.1298%2015.8049%2014.305V12.5691C15.8049%2012.156%2016.0439%2011.5802%2016.335%2011.289L17.5627%2010.0616C18.1454%209.47744%2018.1454%208.52249%2017.5626%207.93928ZM7.80914%2012.3753L4.49955%209.06523L5.56023%208.00476L7.8094%2010.2539L12.4393%205.62512L13.4997%206.68559L7.80914%2012.3753Z%22%20fill%3D%22url(%23paint0_linear_97_8733)%22%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_97_8733%22%20x1%3D%220%22%20y1%3D%229.00007%22%20x2%3D%2217.9997%22%20y2%3D%229.00007%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%234400E7%22%3E%20%3C/stop%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237B00FE%22%3E%3C/stop%3E%3C/linearGradient%3E%3CclipPath%20id%3D%22clip0_97_8733%22%3E%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22white%22%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
  background-size: contain;
  /* Ensure the icon fits the space */
  margin-left: -16px;

}

.tour-wrapper.style-five:hover .tour__content {
  background-color: var(--bd-white);
  color: #000;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tourSwiper {
    width:708px;
    height: 565px;
  }
  
}

@media (max-width: 575px) {

  .tourSwiper {
    width: 341px;
    height: 381px;
  }
  
}

.swiper-button_color{
  background-color: #007bff6c;
  color: #000!important;
  border-radius: 50%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 24px !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 24px !important;
}

@media (min-width: 1400px) {
  .contact-section .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1413px;
  }
}
.tour-thumb img {
  width: 611px;
 height: 377px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}



@media (max-width: 575px) {
 .sidebar-widget .recent-post-thumb img {
    width: 146px;
    height: 100%;
    object-fit: cover;
  }
  .block-main-tailor h3 {
  font-size: 29px;
}
.travel-title {
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  /* width: 200px; */
  /* margin-left: 107px; */
}

.cta-item-box h3{
font-size: 22px;
}
.tour-details-destination-wrapper {
flex-direction: column;
}
.sidebar-widget .recent-post {
flex-direction: column;
align-items: flex-start;
}
.post-details-title{
font-size:25px ;
}
.footer-social.style-two {
padding: 24px 15px;
}
.blog-content {
  width: 482px;
}

}
