@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'Barlow', sans-serif;
  --theme-color: #24BDC7;
  --theme-color2: #fbb540;
  --theme-color-light: rgba(37, 189, 199, .12);
  --theme-bg-light: rgba(37, 189, 199, .08);
  --body-text-color: #757F95;
  --color-white: #FFFFFF;
  --color-dark: #0C2C7A;
  --color-green: #15D4C9;
  --color-blue: #0049D0;
  --color-skyblue: #0C2C7A;
  --color-yellow: #FBA707;
  --color-gray: #ECECEC;
  --color-red: #F05454;
  --hero-overlay-color: #01060F;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.12);
  --border-white-color2: rgba(255, 255, 255, 0.07);
  --footer-bg: #0C2C7A;
  --footer-text-color: #F5FAFF;
}

/* ===================
theme button
====================== */

.theme-btn {
  font-size: 16px;
  color: var(--color-white);
  padding: 10px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 18px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: var(--theme-color);
  box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
  z-index: 1;
}

.theme-btn::before {
  content: "";
  height: 400px;
  width: 400px;
  background: var(--theme-color2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover {
  color: var(--color-white);
}

.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn span {
  margin-right: 5px;
}

.theme-btn2 {
  background: var(--color-white);
  color: var(--color-dark);
}

.theme-btn2::before {
  background: var(--theme-color);
}

.theme-btn2:hover {
  color: var(--color-white);
}

.theme-btn3 {
  background: var(--theme-color2);
}
.theme-btn3::before {
  background: var(--theme-color);
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
}
a {
  text-decoration: none;
}
.breadcrumbs_wrap {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -85px;
}
.breadcrumbs_wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .65);
  z-index: 1;
}
.breadcrumbs_content {
  position: relative;
  z-index: 2;
  color: #217cc0;
}
.breadcrumbs_content_inner {
  text-align: center;
}
.breadcrumbs_final_item {
  font-size: 28px;
}
.breadcrumbs_items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
}
.breadcrumbs_wrap a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.breadcrumbs_wrap a:hover {
  color: #217cc0;
}
.breadcrumbs_content_inner i {
  font-size: 12px;
}
.breadcrumbs_content_inner i:last-child {
  display: none;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.popup-content {
  width: 70%;
  background: #fff;
  margin: 20px auto;
  padding: 30px;
  height: 600px;
  overflow-y: auto;
}

/* ===================
3. General css
====================== */

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  color: var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #0049D0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-dark);
  margin: 0px;
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/* ===================
4. Theme default css
====================== */

.ovrflow-hidden {
  overflow: hidden;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

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

@media all and (max-width: 1399px) {
  .container {
    max-width: 95%;
  }
}

/* ===================
5. Site title css
====================== */

.site-heading {
  margin-bottom: 50px;
  position: relative;
}

.site-heading-inline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  background: var(--theme-color);
  border-radius: 50px;
  padding: 5px 10px 5px 2px;
}

.site-title-tagline i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--color-white);
  color: var(--theme-color);
  text-align: center;
  border-radius: 50px;
}

.site-title,
.aon-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 40px;
  color: var(--color-dark);
  margin-top: 8px;
  margin-bottom: 0;
}

.site-title span {
  color: var(--theme-color);
}

.site-heading p {
  margin-top: 15px;
}

.heading-divider {
  display: inline-block;
  position: relative;
  height: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--theme-color);
  width: 90px;
  overflow: hidden;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: var(--color-white);
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

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

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

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


@media all and (max-width: 992px) {
  .shadow-title {
    font-size: 100px;
  }
}

/* ===================
6. Margin & padding
====================== */

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

.pd-50 {
  padding: 50px 0;
}

.py-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

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

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

/* ===================
16. Destination css 
====================== */

.destination-area {
  position: relative;
}

.destination-item {
  margin-bottom: 25px;
  position: relative;
}

.destination-img {
  overflow: hidden;
  border-radius: 50px;
  position: relative;
}

.destination-img img {
  border-radius: 50px;
  width: 100%;
  transition: var(--transition);
}

.destination-item:hover .destination-img img {
  transform: scale(1.1);
}

.destination-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 56px;
  text-align: center;
  background: var(--color-white);
  color: var(--theme-color) !important;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  font-size: 22px;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: var(--transition);
  z-index: 1;
}

.destination-item:hover .destination-btn {
  visibility: visible;
  opacity: 1;
}

.destination-info {
  position: relative;
  width: 80%;
  background: var(--color-white);
  text-align: center;
  border-radius: 100px;
  padding: 5px 0px;
  margin: -70px auto 0 auto;
  box-shadow: var(--box-shadow);
}

.excursion-slider,
.hotel-slider,
.aon-testi-two-carousel {
  display: block;
}

.excursion-slider .destination-info h4 a {
  color: var(--color-dark);
  font-size: 14px;
}

.destination-info h4 a {
  color: var(--color-dark);
  font-size: 20px;
}

.destination-info h4 a:hover {
  color: var(--theme-color);
}

.destination-rate {
  font-size: 15px;
  margin-top: 5px;
}

.destination-rate i {
  color: #FFA903;
}

.destination-rate span {
  color: var(--color-dark);
  font-weight: 400;
}

.destination-more-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.destination-more-info span {
  color: var(--body-text-color);
}

.destination-more-info span i {
  color: var(--theme-color);
}

.destination-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.destination-slider.owl-theme .owl-nav button {
  color: var(--theme-color);
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
  margin-top: -50px;
}

.destination-slider.owl-theme .owl-nav button:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.destination-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.destination-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.destination-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.destination-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.destination-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

.main-content {
  padding-top: 20px;
}

.sidebar_wrap {
  background: #fff;
  border-radius: 25px;
  padding: 20px 15px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

@media all and (max-width: 1399px) {
  .destination-info h4 {
    font-size: 23px;
  }
}

@media all and (max-width: 767px) {
  .destination-item img {
    height: 400px;
  }

  .destination-slider.owl-theme .owl-nav {
    display: none;
  }
}

/* ===================
18. Hotel css 
====================== */

.hotel-area {
  position: relative;
}

.hotel-area.bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/shape02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .3;
}

.hotel-item {
  background: var(--color-white);
  border-radius: 40px 40px 40px 0;
  margin-bottom: 25px;
  padding: 5px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.hotel-item:hover {
  transform: translateY(4px);
}

.hotel-img {
  border-radius: 35px 35px 35px 0;
  position: relative;
}

.hotel-img img {
  border-radius: 35px 35px 35px 0;
  height: 205px;
}

.hotel-img .badge {
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: var(--box-shadow);
  position: absolute;
  right: 20px;
  top: -15px;
}

.hotel-img .badge-discount {
  background: var(--theme-color2);
}

.hotel-img .add-wishlist {
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: var(--theme-color);
  border: 3px solid var(--color-white);
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
  text-align: center;
  position: absolute;
  left: -5px;
  bottom: -5px;
}

.hotel-img .add-wishlist:hover {
  background: var(--theme-color2);
  color: var(--color-white);
}

.hotel-content {
  padding: 20px 15px 10px 15px;
}

h4.hotel-title a {
  color: var(--color-dark);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1.2;
}

.hotel-title a:hover {
  color: var(--theme-color);
}

.hotel-content p {
  margin: 8px 0;
  color: var(--color-dark);
  font-weight: 500;
}

.hotel-content p i {
  color: var(--theme-color);
}

.hotel-rate .badge {
  background: #FFA903;
  font-size: 13px;
  border-radius: 50px 50px 50px 0;
}

.hotel-rate-type {
  color: var(--theme-color);
  font-weight: 500;
  margin: 0 5px;
}

.hotel-rate-review {
  color: var(--color-dark);
  font-weight: 500;
}

.hotel-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .05);
  margin-top: 20px;
  padding-top: 13px;
}

.hotel-price-amount {
  color: var(--theme-color2);
  font-weight: 700;
  font-size: 19px;
  display: flex;
  gap: 5px;
}

.hotel-price-type {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
}

.hotel-text-btn a {
  color: var(--color-dark);
  font-weight: 500;
}

.hotel-text-btn a i {
  font-size: 14px;
}

.hotel-text-btn a:hover {
  color: var(--theme-color);
}

.hotel-slider .hotel-item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: none;
}

.hotel-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.hotel-slider.owl-theme .owl-nav button {
  color: var(--theme-color);
  font-size: 25px;
  margin: 0;
  margin-top: -28px;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}

.hotel-slider.owl-theme .owl-nav button:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.hotel-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}

.hotel-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}

.hotel-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.hotel-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.hotel-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

/* hotel list */
.hotel-list .hotel-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hotel-list .hotel-img {
  width: 350px;
}

.hotel-list .hotel-content {
  flex: 1;
}

/* hotel single */
.hotel-single .room-list .room-img {
  width: 360px;
}

.form-control {
  box-shadow: none;
  padding: 15px 20px;
  border-radius: 15px;
}
.form-group,
.input-group {
  margin-bottom: 20px;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toolbar {
  margin-top: 10px;
  background: #fff;
  border-radius: 40px 40px 40px 0;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.toolbar .limiter-sorter {
  display: flex;
  justify-content: space-between;
}

.toolbar .limiter,
.toolbar .sorter .sort-by {
  display: flex;
  align-items: center;
  gap: 20px;
}
.toolbar .limiter select,
.toolbar .sorter select {
  padding: 5px 10px;
  width: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.pagination li {
  border: none;
  background: var(--theme-color);
  color: #fff;
  margin: 0 10px;
  border-radius: 15px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: var(--transition);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li a {
  color: #fff;
}
.pagination li:hover,
.pagination li.current.active {
  background: var(--theme-color2);
}
.pager .amount {
  text-align: center;
}

@media all and (max-width: 767px) {
  .hotel-slider.owl-theme .owl-nav {
    display: none;
  }

  .hotel-list .hotel-item {
    display: block;
  }

  .hotel-list .hotel-img {
    width: 100%;
  }
}

/* .redMoreDiscription {
  display: none;
}

.mfp-content .redMoreDiscription {
  display: block;
  padding: 50px;
}

a#openRedMoreDiscription {
  color: var(--primary);
}

#redMoreDiscription {
  display: none;
}

.mfp-content #redMoreDiscription {
  display: block;
  padding: 20px;
}

.openRedMoreDiscription {
  color: var(--color-dark);
  margin-left: 10px;
}

.aon-testmo-wrap {
  border: 2px solid transparent;
  border-radius: 5px;
  text-align: center;
  padding: 30px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.aon-testmo-pic {
  display: inline-flex;
  margin: auto;
  margin-bottom: auto;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.aon-testmo-text {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 24px;
  display: inline-block;
}

.aon-testmo-name {
  margin-top: 10px;
  color: #000222;
  font-size: 18px;
  font-weight: 400;
}

.aon-testmo-rating {
  line-height: 1;
}

.aon-testmo-rating span {
  display: inline-block;
  padding-right: 0px;
  color: #fcc65d;
  font-size: 12px;
}

@media only screen and (max-width: 991px) {
  .aon-testmo-wrap {
    padding: 0px 15px;
  }

  .aon-our-team-area .aon-testmo-wrap {
    margin-bottom: 30px;
  }

  .aon-our-team-area [class*="col-md-"]:last-child .aon-testmo-wrap {
    margin-bottom: 0px;
  }

  .mfp-content #redMoreDiscription {
		display: block;
		padding: 5px !important;
	}
} */

.testimonial-inner {
  position: relative;
}

.testimonial .user-wrap {
  --color-background: rgba(0, 183, 241, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  width: 279px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

.testimonial-card .content-text {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.testimonial-card .user-desig {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.testimonial .section-content {
  /* max-width: 683px; */
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

.testimonial .media img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonial .media.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial .user-wrap {
  -webkit-margin-after: 24px;
  margin-block-end: 24px;
}

.testimonial .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
  margin-bottom: 30px;
}

.testimonial .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

/* ===================
42. Testimonial css 
====================== */

.testimonial-area {
  position: relative;
}

.testimonial-area.ts-bg {
  position: relative;
  background-image: url(../img/testimonial/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.testimonial-area.ts-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 44, 122, .65);
  z-index: -1;
}

.testimonial-area .shadow-text {
  position: absolute;
  left: 50%;
  bottom: -10px;
  font-size: 250px;
  line-height: 250px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-white);
  font-family: var(--heading-font);
  letter-spacing: 40px;
  transform: translateX(-50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--color-white);
  opacity: .3;
}

.testimonial-single {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  background: var(--color-white);
  border-radius: 200px;
  padding: 20px 40px 20px 20px;
  position: relative;
  z-index: 1;
}

.testimonial-single .count {
  position: absolute;
  right: 100px;
  bottom: 10px;
  font-size: 120px;
  line-height: 120px;
  font-weight: 800;
  color: var(--theme-color);
  font-family: var(--heading-font);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px var(--theme-color);
  opacity: .1;
  z-index: -1;
}

.testimonial-quote p {
  color: var(--color-dark);
}

.testimonial-author-img {
  position: relative;
  width: 220px;
  height: 220px;
  padding: 15px;
}

.testimonial-author-img::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 4px solid var(--theme-color);
  border-top-color: var(--color-white);
  border-right-color: var(--color-white);
  border-radius: 200px;
  transition: var(--transition);
}

.testimonial-single:hover .testimonial-author-img::before {
  transform: rotate(45deg);
}

.testimonial-author-img img {
  border-radius: 50%;
}

.testimonial-author-info h4 {
  font-size: 22px;
  color: var(--color-dark);
}

.testimonial-author-info p {
  color: var(--theme-color);
  font-weight: 500;
}

.testimonial-quote-icon {
  position: absolute;
  right: 80px;
  top: 5px;
  width: 80px;
}

.testimonial-rate {
  color: var(--theme-color);
  margin-top: 10px;
}

.testimonial-slider.owl-theme .owl-nav,
.aon-travel-slider .owl-nav {
  margin-top: 0px;
}

.testimonial-slider.owl-theme .owl-nav button,
.aon-travel-slider .owl-nav button {
  color: var(--theme-color);
  font-size: 25px;
  margin: 0;
  margin-top: -10px;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}

.testimonial-slider.owl-theme .owl-nav button:hover,
.aon-travel-slider .owl-nav button:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.testimonial-slider.owl-theme .owl-nav .owl-prev,
.aon-travel-slider .owl-nav .owl-prev {
  left: -25px;
}

.testimonial-slider.owl-theme .owl-nav .owl-next,
.aon-travel-slider .owl-nav .owl-next {
  right: -25px;
}

.testimonial-area .owl-dots {
  text-align: center;
}

.testimonial-area .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.testimonial-area .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

@media all and (max-width: 991px) {
  .testimonial-single {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-area .shadow-text {
    font-size: 130px;
    line-height: 130px;
  }

  .testimonial-quote-icon {
    right: 40px;
  }
}

@media all and (max-width: 767px) {
  .testimonial-slider.owl-theme .owl-nav {
    display: none;
  }

  .testimonial-area .shadow-text {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 15px;
  }
}

.testimonial-2 .testimonial-card,
.aon-travel-blog-section .aon-farm-blog-2 {
  padding: 24px;
  border: 1px solid rgba(177, 181, 182, 1);
}

.testimonial-2 .swiper {
  -webkit-padding-before: 5px;
  padding-block-start: 5px;
}

.testimonial-2 .testimonial-card .heading+.text {
  -webkit-margin-before: 12px;
  margin-block-start: 12px;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-16 {
  font-size: 16px;
  line-height: 1.62;
}

.text {
  letter-spacing: normal;
  font-weight: var(--font-body--weight);
  color: var(--color-foreground);
  font-family: var(--font-body--family);
  font-style: var(--font-body--style);
}

.testimonial-2 .user-review-wrap {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
  display: block;
}

.testimonial-2 .user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.testimonial-2 .user-details img {
  border-radius: 32px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 50px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-2 .section-content {
  max-width: 100%;
  width: 100%;
}

.testimonial-2 .rating-item svg {
  --color-foreground: rgba(255, 199, 0, 1);
  color: var(--color-foreground);
}

.testimonial-has-image .user-review-wrap {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.testimonial-has-image .rating-list {
  gap: 12px;
}

.rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.icon-12 {
  min-width: 12px;
  height: 12px;
}

.testimonial-has-image .image {
  -webkit-margin-before: 4px;
  margin-block-start: 4px;
}

.testimonial-has-image .image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.browser-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.image-1 {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50px;
  left: 50px;
}

.image-2 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50px;
  right: 50px;
}

.image-3 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  left: 20%;
}

.image-4 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20%;
}

.image-5 {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.image-6 {
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 60px;
  right: 0;
}

.hover-on-card {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.hover-on-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 8px rgba(17, 34, 17, 0.2);
  box-shadow: 0 4px 8px rgba(17, 34, 17, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vertical-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 80%;
}

.radius20 {
  border-radius: 20px;
  overflow: hidden;
}


.text-20 {
  font-size: 20px;
  line-height: 1.3;
}

.heading {
  color: rgba(3, 15, 18, 1);
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  letter-spacing: normal;
}

.testimonial-2 .swiper-slide {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: auto;
}

.testimonial-with-video {
  position: relative;
}

.testimonial-2.testimonial-with-video .testimonial-card {
  padding: 0;
  border: none;
  -webkit-padding-end: 48px;
  padding-inline-end: 48px;
}

.testimonial-with-video .rating-list {
  -webkit-margin-after: 16px;
  margin-block-end: 16px;
}

.testimonial-with-video .video-wrap {
  position: relative;
}

.testimonial-with-video .button {
  --style-border-radius-buttons-primary: 40px;
  --style-border-radius-buttons-secondary: 40px;
}

.testimonial-with-video.testimonial-2 .user-details img {
  min-width: 70px;
  width: 70px;
  height: 70px;
}

.has-bg-image {
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  position: relative;
}

.testimonial .testi-slider .testimonial-card {
  background: var(--color-background);
}

.testimonial.promotion .testi-bg {
  height: 100%;
}

.testimonial .testi-bg img {
  -o-object-fit: cover;
  object-fit: cover;
}

.page-title.title-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-table {
  width: 100%;
  margin-top: 20px;
}

.cart-table th,
.cart-table td,
#shopping-cart-totals-table td,
#checkout-review-table td {
  padding: 10px 0;
  border-bottom: 1px dashed #cdcdcd;
}

.cart-table tr>td:last-child {
  padding: 10px 20px;
}

#shopping-cart-totals-table {
  width: 100%;
}

#shopping-cart-totals-table tr>td:first-child {
  padding-right: 20px;
}

table .a-center {
  text-align: center;
}

table .a-right {
  text-align: right;
}

.totals .checkout-types {
  margin-top: 15px;
  text-align: right;
}

.cancelBtn {
  box-shadow: none;
  border-color: #dee2e6;
  border-width: 1px 1px 1px 0;
  border-style: solid;
}
.discount-form .input-group {
  margin-bottom: 0;
}

#checkoutSteps {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

#checkoutSteps .step-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

#checkoutSteps .step-title .editA {
  display: none;
}

#checkoutSteps .allow:not(.active) .step-title .editA {
  display: block;
}

#checkoutSteps .section.active .step-title {
  border-bottom: 1px dotted #cdcdcd;
}

#checkout-step-login {
  text-align: center;
}

#checkoutSteps .step {
  padding: 15px;
}

#checkoutSteps .buttons-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px dotted #cdcdcd;
  margin-top: 10px;
}

.required em {
  color: #ff0000;
  margin-right: 5px;
}
.validation-advice {
  color: #ff0000;
}

.continue-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media (max-width: 1199px) {
  .testimonial-2 .user-review-wrap.review-wrap-2 {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    row-gap: 16px;
  }
}

@media (max-width: 991px) {
  .testimonial-2.testimonial-with-video .testimonial-card {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }

  .testimonial-with-video.mb-100 {
    -webkit-margin-after: 100px;
    margin-block-end: 100px;
  }
}

@media (max-width: 767px) {
  .testimonial-2 .testimonial-card {
    padding: 16px;
  }
}

.rating-item .fa-star {
  color: #ffc107;
}

.sidebar_wrap.niceCard .block-title {
  display: none;
}

.sidebar_wrap.niceCard li {
  margin: 5px 0;
}

.sidebar_wrap.niceCard li a {
  color: var(--color-dark);
  font-weight: 500;
  padding: 6px 6px 6px 15px;
  display: block;
}

.sidebar_wrap.niceCard li.current strong {
  background: var(--theme-color);
  padding: 6px 6px 6px 15px;
  color: var(--color-white) !important;
  border-radius: 50px 50px 50px 0;
  display: block;
}

.my-account {
  margin-top: 20px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 40px 40px 40px 0;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.my-account .page-title h1 {
  color: var(--color-dark);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-weight: 600;
  font-size: 22px;
}

.my-account .buttons-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.box-account.box-info .box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-account.box-info .box {
  margin: 10px 0;
}

.customization-socialconnect-wrapper a .icon {
  width: 20%;
  float: left;
  padding: 20px 0px;
  background: rgba(0, 0, 0, 0.19);
}

div.customization-socialconnect-google a {
  background: #dd4b39;
}
div.customization-socialconnect-facebook span.icon,
div.customization-socialconnect-google span.icon,
div.customization-socialconnect-twitter span.icon,
div.customization-socialconnect-apple span.icon {
  width: 20%;
  text-align: center;
}
div.customization-socialconnect-facebook span.title,
div.customization-socialconnect-google span.title,
div.customization-socialconnect-twitter span.title,
div.customization-socialconnect-apple span.title {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  display: block;
  font-size: 12px;
}
div.customization-socialconnect-facebook,
div.customization-socialconnect-google,
div.customization-socialconnect-twitter,
div.customization-socialconnect-apple {
  margin-top: 15px;
}
div.customization-socialconnect-facebook a,
div.customization-socialconnect-google a,
div.customization-socialconnect-twitter a,
div.customization-socialconnect-apple a {
  color: #fff;
  padding: 0;
  font-size: 16px;
  width: 250px;
  display: inline-block;
  text-decoration: none;
  text-align: initial;
  width: 100%;
}

.home_promotion_popup_main {
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.home_promotion_popup {
  width: 70%;
  position: relative;
  margin: 0 auto;
}

.home_promotion_popup .popup-content {
  width: 100%;
  height: auto;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.5);
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-color: #fff;
  border-width: 0px;
  border-radius: 11px;
}

.home_promotion_popup_main .mfp-close {
  color: #000;
  z-index: 9999999;
}

.home_promotion_wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}

.home_promotion_content_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}