/* @import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@400;700&display=swap"); */
@font-face {
  font-family: "Readex Pro";
  src: url("../font/ReadexPro-Bold.eot");
  src: url("../font/ReadexPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/ReadexPro-Bold.woff2") format("woff2"),
    url("../font/ReadexPro-Bold.woff") format("woff"),
    url("../font/ReadexPro-Bold.ttf") format("truetype"),
    url("../font/ReadexPro-Bold.svg#ReadexPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("../font/ReadexPro-Regular.eot");
  src: url("../font/ReadexPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/ReadexPro-Regular.woff2") format("woff2"),
    url("../font/ReadexPro-Regular.woff") format("woff"),
    url("../font/ReadexPro-Regular.ttf") format("truetype"),
    url("../font/ReadexPro-Regular.svg#ReadexPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Readex Pro", "Tahoma", sans-serif;
  color: #444;
  font-size: 17px;
}

a {
  color: #733d90;
  text-decoration: none;
}

a:hover {
  color: #5c3377;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

img {
  outline: none;
  max-width: 100%;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

iframe {
  max-width: 100%;
}

a,
#topbar i,
#topbar a,
.navbar a,
.navbar a i,
.back-to-top i,
.navbar a:focus,
.navbar .dropdown ul,
.mobile-nav-toggle,
.navbar-mobile,
.navbar-mobile ul,
.banner-carousel .carousel-control,
.banner-carousel .carousel-control i,
.swiper-button-next,
.swiper-button-prev,
.user-logged .dropdown ul {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

*:focus,
a:focus,
button:focus,
input:focus,
select:focus,
.form-select:focus,
.btn-close:focus,
.page-link:focus,
textarea.form-control:focus,
input.form-control:focus {
  outline: none !important;
  outline: 0 !important;
  outline-width: 0 !important;
  outline-color: none !important;
  outline: none !important;
  outline-width: 0 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.modal-open #topbar,
body.modal-open #header {
  transition: none !important;
  padding-right: 0 !important;
}

::selection {
  background: #733d90;
  color: #ffffff;
}

.modal,
body.modal-open {
  overflow-x: hidden;
  overflow-y: auto;
  /* padding: 0 !important; */
  background: rgb(0 0 0 / 75%);
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  height: 100vh;
  width: 100%;
}

.dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.dot {
  height: 20px;
  width: 20px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #b3d4fc;
  animation: pulse 1.5s infinite ease-in-out;
}

.dot:last-child {
  margin-left: 0;
}

.dot:nth-child(1) {
  animation-delay: -0.3s;
}

.dot:nth-child(2) {
  animation-delay: -0.1s;
}

.dot:nth-child(3) {
  animation-delay: 0.1s;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }

  50% {
    transform: scale(1.2);
    background-color: #733d90;
    box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
  }

  100% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }
}

/* Back to top */
.back-to-top {
  position: absolute;
  visibility: visible;
  opacity: 1;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #a4aec4;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 21px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #733d90;
  color: #fff;
}

.back-to-top:hover i {
  padding-bottom: 20px;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Top bar */
#topbar {
  background: #733d90;
  color: #fff;
  height: 40px;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  line-height: 0;
  font-size: 14px;
  display: inline-block;
}

#topbar a {
  color: #fff;
  line-height: 16px;
  font-size: 11px;
}

#topbar .call-box a {
  font-size: 15px;
  direction: ltr;
  display: inline-block;
}

#topbar ul.user-box {
  margin: 0;
  padding: 0;
  line-height: 16px;
  font-size: 11px;
}

#topbar ul.user-box a:hover {
  text-decoration: underline;
}

#topbar ul.user-box .register {
  position: relative;
  margin-right: 14px;
}

#topbar ul.user-box .register::before {
  display: block;
  position: absolute;
  top: 4px;
  right: -9px;
  background: #ffffff;
  width: 1px;
  height: 9px;
  content: "";
}

/* Header */
#header {
  transition: all 0.5s;
  padding: 20px 0;
  top: 40px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 998;
}

#header.header-scrolled {
  top: 0;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

#header .logo {
  margin: 0;
  padding: 0;
}

#header .logo img {
  max-height: 80px;
  filter: brightness(0) invert(1);
  transition: 0.3s cubic-bezier(0, 0, 0.5, 1.5);
  max-width: 100%;
}

#header.header-scrolled .logo img {
  max-height: 50px;
  filter: none;
}

.book-btn {
  background: #5c3377;
  color: #fff;
  border-radius: 0.85rem;
  padding: 9px 24px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
}

.book-btn:hover {
  background: #733d90;
  color: #fff;
}

/* Menu */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  margin-right: 1.25rem;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

#header.header-scrolled .navbar a,
#header.header-scrolled .navbar a:focus {
  color: #733d90;
}

#header.header-scrolled .navbar a:hover,
#header.header-scrolled .navbar .active,
#header.header-scrolled .navbar .active:focus,
#header.header-scrolled .navbar li:hover>a {
  color: #733d90;
}

.navbar a:hover::before,
.navbar li:hover>a::before,
.navbar .active::before {
  visibility: visible;
  width: 100%;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #733d90;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/* Mobile menu*/
.mobile-nav-toggle {
  color: #733d90;
  font-size: 24px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: #e6e9f0;
  border-radius: 0.85rem;
  padding: 4px 10px;
}

.mobile-nav-toggle.bi-x {
  color: #ff4040;
  background: #fff;
  border-color: #e3e3e3;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 50px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 0.85rem;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: center;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 14px 20px;
  font-size: 16px !important;
  color: #733d90;
  text-align: center;
  display: block;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #733d90 !important;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #733d90;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.navbar .mobile-nav-toggle.bi-list span.menutxt {
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 2px;
  color: #733d90;
  vertical-align: middle;
  font-style: normal;
  display: inline-block;
  margin-bottom: 3px;
  line-height: 1;
  height: 14px;
}

.navbar .mobile-nav-toggle span.menutxt {
  display: none;
}

/* Hero */
#hero {
  width: 100%;
  height: 75vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 75vh;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
}

#hero .carousel-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50%;
  right: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 0%) 100%);
}

#hero h2 {
  color: #fff;
  font-size: calc(2rem + 0.6vw);
  width: 75%;
  line-height: 1.5;
  margin: 5rem auto 0.5rem;
}

#hero p {
  font-size: 1.25rem;
  width: 75%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  min-width: 300px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  position: absolute;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 10px;
  border: none;
  transition: all 0.6s ease;
}

#hero .carousel-indicators .active {
  width: 40px;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 22px;
  border-radius: 0.85rem;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #733d90;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #733d90;
  color: #fff;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h3,
.side-offers .section-title h5 {
  padding-bottom: 1rem;
  position: relative;
  color: #733d90;
}

.section-title h3::after,
.side-offers .section-title h5::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #733d90;
  bottom: 0;
  left: calc(50% - 20px);
}

/* Destination */
.destination-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.destination-slider {
  padding-bottom: 2.5rem;
}

/* .swiper-button-prev {
  left: 0 !important;
  right: initial;
}
.swiper-button-next {
  right: 0 !important;
  left: initial;
} */
/* .destination-container .swiper-pagination{
  bottom: -30px!important;
} */
.destination-container.swiper-rtl .swiper-button-next {
  left: -30px;
}

.destination-container.swiper-rtl .swiper-button-prev {
  right: -30px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #a5a5a5;
  transform: scale(0.75);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #733d90;
  transform: scale(1);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: all 0.5s;
}

.destination-container .swiper-pagination-bullet-active {
  background: #5c3377;
}

.dest-blk {
  position: relative;
  overflow: hidden;
  height: 420px;
  max-width: 300px;
  width: 100%;
  margin: auto;
  text-align: center;
  border-radius: 1.25rem;
}

.dest-image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(10 39 104 / 5%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.dest-name {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 15px;
  color: #733d90;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  z-index: 2;
}

.dest-name i {
  color: red;
}

.dest-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.8) 20%,
      rgba(0, 212, 255, 0) 100%);
  color: #fff;
}

.dest-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
  z-index: 3;
  font-size: 14px;
}

.dest-txt h4 {
  color: #fff !important;
}

.dest-txt p {
  margin: 0;
}

.dest-blnk {
  position: absolute;
  left: 0;
  bottom: -56px;
  right: 0;
  font-size: 15px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  margin: 1rem;
  background: rgb(255 255 255 / 10%);
  padding: 14px 24px;
  border-radius: 1rem;
}

.dest-blnk a {
  position: relative;
  padding-bottom: 5px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.btn-view-more {
  position: relative;
  font-weight: 700;
  padding: 1rem 0 8px;
  color: #444;
  border-bottom: 2px solid #444;
}

.dest-blnk a:after,
.btn-view-more::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: -2px;
  right: 0;
  background-color: #733d90;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.btn-view-more:hover {
  color: #733d90;
}

.dest-blnk a:hover:after,
.btn-view-more:hover:after {
  width: 100%;
  visibility: visible;
}

.dest-blk:hover .dest-info {
  opacity: 1;
}

.dest-blk:hover .dest-txt {
  bottom: 80px;
}

.dest-blk:hover .dest-blnk {
  bottom: 0;
}

/* Offers */
.offers,
.page-content {
  background-color: #eceef3;
}

.offer-block {
  max-width: 100%;
  width: 320px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid transparent;
}

.offer-block:hover,
.o-img img {
  -webkit-box-shadow: 0px 24px 24px -24px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 24px 24px -24px rgb(0 0 0 / 30%);
  box-shadow: 0px 30px 24px -24px rgb(0 0 0 / 30%);
}

.offer-thumbnail {
  position: relative;
  overflow: hidden;
  min-height: 254px;
  padding: 1rem 1rem 0 1rem;
}

.img-block {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 254px;
  position: relative;
  display: block;
  border-radius: 0.75rem;
  background-color: #f3f4f7;
  transform: scale(1);
}

.offer-block:hover .img-block {
  transform: scale(1.15);
}

.offer-details {
  padding: 1rem 1rem 2rem 1rem;
  background-color: #fff;
}

.offer-details h4 {
  font-size: calc(0.75rem + 0.4vw);
  min-height: 70px;
}

.offer-details h3 {
  color: #444 !important;
}

.offer-info p {
  background-color: rgb(225 225 225 / 35%);
  padding: 0.35rem 0.85rem;
  border-radius: 0.75rem;
  font-size: 14px;
  margin: 0 0.5rem;
  color: #555;
}

.offer-btn .book-btn {
  max-width: 350px;
  background: #733d90;
  padding: 12px 26px;
  font-weight: 400;
  border: none;
  width: 100%;
}

.offer-btn .book-btn:hover,
.offer-btn .book-btn:hover {
  background: #5c3377;
}

.offer-block,
.img-block {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* About */
.about .video-play {
  min-height: 400px;
  background-color: #e9e9e9;
  background-image: url("../img/maxresdefault.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  margin: -2px 0;
}

.about .content {
  background: #f8f9fb;
  padding: 70px 10px;
}

.about .content h3 {
  color: #733d90;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
}

.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .content .read-more:hover {
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffffff 50%, rgba(255, 255, 255, 0.1) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.9);
  top: -14%;
  left: -14%;
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #733d90;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid #733d90;
  transform: scale(15);
}

.about .service {
  text-align: center;
  padding: 20px;
  background: #eceff2;
  border-radius: 24px;
  min-height: calc(50% - 30px);
}

.about .service h6 {
  min-width: 110px;
}

.about .service .sicon {
  width: 60px;
  height: 60px;
  margin-left: 5px;
}

.gnext.disabled,
.gprev.disabled {
  display: none;
}

.glightbox-clean .gprev {
  left: initial !important;
  right: 30px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.glightbox-clean .gnext {
  right: initial !important;
  left: 30px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.glightbox-clean .gclose:hover path {
  fill: #eb0000;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* Testimonials */
.testimonials {
  position: relative;
  background-color: #733d90;
}

.testimonials .section-title h3 {
  color: #fff;
}

.testimonials .testimonial-item {
  border: 0;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  background: none;
  position: relative;
  opacity: 0.25;
  transition: opacity 0.5s ease-in-out;
}

.testimonial-img {
  width: 84px;
  border-radius: 50%;
  border: 2px solid #733d90;
  display: block;
  position: absolute;
  top: 0rem;
  right: 2.25rem;
  z-index: 999;
}

.testimonial-txt {
  padding: 2rem;
  border-radius: 1.5rem;
  position: relative;
  font-size: 15px;
  min-height: 236px;
  background-color: #fff;
}

.testimonial-txt h6 {
  color: #733d90;
  font-size: 1.1rem;
}

.swiper-slide.swiper-slide-active .testimonial-item {
  opacity: 1;
}

.testimonials .testimonial-item .stars {
  margin: 0.75rem 0 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left {
  position: absolute;
  left: 2rem;
  bottom: 0rem;
  font-size: 4rem;
  color: #733d90;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}


/* Testimonials 1 */
.testimonials1 {
  position: relative;
  background-color: #733d90;
}

.testimonials1 .section-title h3 {
  color: #fff;
}

.testimonials1 .testimonial-item1 {
  border: 0;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  background: none;
  position: relative;
  opacity: 0.25;
  transition: opacity 0.5s ease-in-out;
}



.swiper-slide.swiper-slide-active .testimonial-item1 {
  opacity: 1;
}

.testimonials1 .testimonial-item1 .stars {
  margin: 0.75rem 0 0;
}

.testimonials1 .testimonial-item1 .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials1 .testimonial-item1 .quote-icon-left {
  position: absolute;
  left: 2rem;
  bottom: 0rem;
  font-size: 4rem;
  color: #733d90;
}

.testimonials1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
}

.testimonials1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

/* Footer */
footer {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 0;
  font-size: 15px;
}

footer .footer-logo {
  display: inline-block;
  text-align: center;
}

footer .footer-logo p {
  margin: 1rem 0;
  font-size: 1rem;
}

footer p,
.f-contact a {
  color: #733d90;
  display: block;
}

footer li {
  margin-bottom: 10px;
  position: relative;
}

footer .social-icons {
  position: relative;
  padding: 0;
  margin-top: 3rem;
}

footer .social-icons li {
  display: inline-block;
}

footer .social-icons li:last-child {
  margin: 0;
}

footer .social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #733d90;
  display: inline-block;
  position: relative;
  color: #fff !important;
  -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
}

footer .social-icons a i {
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer .f-contact li {
  position: relative;
  padding-right: 28px;
  line-height: 20px;
  margin-bottom: 21px;
  color: #733d90;
}

footer .f-contact i {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 20px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  color: #5c3377;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social-icons a:hover.facebook {
  background-color: #1877f2;
}

footer .social-icons a:hover.twitter {
  background-color: #1da1f2;
}

footer .social-icons a:hover.instagram {
  background-color: #e1306c;
}

footer .social-icons a:hover.youtube {
  background-color: #ff0000;
}

footer .social-icons a:hover.snapchat {
  background-color: #fffc00;
}

footer .social-icons a:hover.tiktok {
  background-color: #212121;
}

footer .social-icons a:hover.whatsapp {
  background-color: #25d366;
}

.f-contact i,
.call-box i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

footer .copyrights-text {
  background: #e3e5ea;
  padding: 20px 0;
  margin-top: 100px;
  text-align: center;
}

footer .copyrights-text p,
footer .copyrights-text a {
  font-size: 12px;
  margin-bottom: 0;
}

.whatsapp-float {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 20px;
  bottom: -60px;
  z-index: 996;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff !important;
  background: #25d366;
  border: 2px solid #fff;
  font-size: 1.5rem;
}

.whatsapp-float.active {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
  transition: 0.5s cubic-bezier(0, 0, 0.5, 1.5);
}

.modal-content {
  border-radius: 1rem;
}

.form-body h5 {
  color: #733d90;
}

.bg-skg {
  background-color: #e3e5ea;
  border-radius: 1rem;
}

.form-body .mb-txt {
  font-size: 13px;
  margin-top: 1rem;
}

.form-body .ms-txt {
  font-size: 10px;
  margin-top: 1rem;
  color: #666;
}

.form-body a:hover,
.form-body a:focus {
  color: #0e348b;
  text-decoration: underline;
}

.form-modal {
  font-size: 0.85rem;
}

.form-control {
  border-radius: 12px;
  box-shadow: none;
  background-color: #fff;
  border-color: transparent;
  color: #733d90 !important;
}

.form-modal button[type="submit"] {
  background: #733d90;
  border: 0;
  padding: 14px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 12px;
  width: 100%;
  /* margin-bottom: 1.25rem; */
}

.form-modal button[type="submit"]:hover {
  background: #0e348b;
}

input:focus,
textarea:focus,
.form-floating input:focus,
.form-floating textarea:focus {
  border-color: #0e348b;
  background-color: #f8faff;
  /* #ebf0f8*/
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #f3f4f7;
  -webkit-text-fill-color: #0e348b;
  -webkit-box-shadow: 0 0 0px 1000px #f3f4f7 inset !important;
}

[type="email"],
[type="number"],
[type="tel"],
[type="url"] {
  direction: rtl;
}

/* Chrome, Safari, Edge, Opera
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
 */
/* Firefox 
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
*/
.btn-close {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #efefef;
  color: #444;
  border-radius: 100px;
  padding: 0.65rem;
  z-index: 90;
}

/* Pages */
.page-content {
  min-height: 500px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  color: #733d90;
}

.breadcrumbs {
  padding: 200px 0 35px;
  min-height: 400px;
  height: auto;
  position: relative;
  z-index: 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(0 0 0 / 85%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 75%);
}

.bc-links {
  position: absolute;
  z-index: 9;
  color: #fff;
  max-width: 700px;
  margin: auto;
  text-align: center;
  bottom: 50px;
  left: 0;
  right: 0;
}

.breadcrumbs h2 {
  font-size: calc(1.275rem + 0.3vw);
  color: #0bbcf7;
  margin-bottom: 0;
}

.breadcrumbs ol {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 13px;
  color: #0bbcf7;
}

.breadcrumbs ol li+li {
  padding-right: 7px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-left: 7px;
  color: #ffffff;
  content: "\f284";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumbs .bc-links a {
  color: #fff;
}

.breadcrumbs .bc-links a:hover,
.breadcrumbs .bc-links a:focus {
  color: #0bbcf7;
  text-decoration: underline;
}

.form-msg {
  /* visibility: hidden; */
  font-size: 13px;
  color: #ed1b1b;
  background: #e4c9cd;
  border-radius: 0.5rem;
  padding: 4px 10px;
  text-align: right;
}

.user-logged .dropdown {
  font-size: 14px;
  cursor: default;
}

.user-logged .dropdown i {
  margin-left: 4px;
}

.user-logged .dropdown span {
  margin-right: 5px;
}

.user-logged .dropdown ul {
  min-width: 7rem;
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  margin: 0;
  padding: 7px 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 10px;
  border-top-right-radius: 0;
  border: none;
  box-shadow: 0 6px 12px rgba(127, 137, 161, 0.25);
}

.user-logged .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.user-logged .dropdown-item {
  padding: 6px 16px;
  font-size: 16px;
}

.user-logged .dropdown-item,
.user-logged .dropdown-item:focus,
.user-logged .dropdown-item:hover {
  color: #733d90 !important;
}

.user-logged .dropdown-item.active,
.user-logged .dropdown-item:active {
  background-color: #c0c7d8;
}

.wrap-content {
  padding: 40px;
  border-radius: 1rem;
  box-shadow: 0px 0px 15px 0px rgb(151 151 151 / 20%);
  background-color: #fff;
}

.o-img img {
  margin-bottom: 4rem;
  margin-top: 1rem;
  border-radius: 15px;
}

.wrap-content .offer-info,
.o-price {
  margin-bottom: 0.75rem;
}

.wrap-content .offer-info p {
  font-size: 16px;
  color: #444;
  padding: 0.65rem 1rem;
}

.o-title h3 {
  text-align: center;
  color: #733d90;
}

.o-blk {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 15px;
}

.o-price {
  text-align: center;
  padding: 0.75rem;
  border-radius: 15px;
  color: #222;
  font-weight: 700;
  background-color: #d6dbe6;
}

.o-price h3 {
  margin: 5px auto;
}

.o-table {
  font-size: 15px;
}

.o-include ul li {
  position: relative;
  padding-right: 30px;
  font-size: 16px;
  margin-bottom: 5px;
}

.o-include ul li i {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.35rem;
  color: #0bbcf7;
  height: 28px;
}

.o-include ul li i.bi-x-circle {
  color: red;
}

.o-tripline h6 {
  margin-bottom: 0.25rem;
  color: #333;
}

.tripline-info {
  font-size: 15px;
  padding: 0.65rem 0.85rem 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 14px;
  margin-top: 0.75rem;
}

.o-rules .accordion-button {
  padding: 7px 10px;
}

.o-rules .accordion-button,
.o-rules .accordion-body {
  font-size: 12px;
}

.o-rules .accordion-body {
  background-color: #f9f9f9;
  padding: 10px 20px 10px 10px;
}

.o-rules .accordion-body ul,
.o-policy ul {
  list-style-type: disc;
}

.o-rules .accordion-body ul li {
  margin-right: 5px;
}

.o-rules .accordion-body ul a:hover {
  text-decoration: underline;
}

.o-rules .accordion-button::after {
  transform: scale(0.75);
}

.o-rules .accordion-body ul a:hover,
.o-rules .accordion-button:not(.collapsed) {
  color: #0e348b;
}

.o-policy {
  padding: 10px;
}

.o-policy li {
  margin-right: 20px;
  margin-bottom: 10px;
}

.side-offers .section-title {
  padding-bottom: 0;
}

.side-offers .img-block,
.side-offers .offer-thumbnail {
  height: 192px;
  min-height: 192px;
}

.side-offers .img-block {
  transform: none !important;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 1rem;
  align-items: flex-start;
}

/*  */
.albumbox,
.imagebox {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}

.imagebox {
  height: 240px;
}

.albumbox a,
.imagebox a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.albumbox,
.albumbox a {
  border-radius: 1.25rem;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 35%);
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 90%);
  opacity: 0.5;
}

.album-title {
  margin: 0;
  cursor: default;
}

.album-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.7rem;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.album-thumbnail {
  position: relative;
  overflow: hidden;
  min-height: 250px;
}

.albumbox .img-block {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  position: relative;
  display: block;
  background-color: #f3f3f3;
}

.album-thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #151515;
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
  z-index: 0;
}

.albumbox:hover .album-thumbnail:after {
  opacity: 0.6;
}

.albumbox:hover .album-icon {
  opacity: 1;
}

.albumbox .album-thumbnail .img-block {
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}

.imagebox a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.4s;
}

.imagebox:hover a::before {
  opacity: 0.3;
  transition: opacity 0.5s;
}

.imagebox img {
  width: calc(100% + 100px);
  max-width: calc(100% + 100px);
  overflow: hidden;
  transition: all 0.35s;
}

.section-title i.bi-geo-alt-fill {
  color: red;
}

.o-search {
  padding: 1.5rem;
  border-radius: 15px;
  color: #222;
  background-color: #d6dbe6;
  margin-bottom: 3rem;
}

.o-search .form-select-lg {
  font-size: 16px;
  line-height: 28px;
  height: 46.5px;
  margin-bottom: 0 !important;
  border-radius: 0.85rem;
  border: none;
}

.o-contact {
  padding: 2rem;
  border: 2px solid #ffffff;
  background-color: #e3e5ea;
}

.map {
  height: 100%;
  text-align: center;
  padding: 0 !important;
  position: relative;
}

.o-contact,
.map iframe {
  border-radius: 0.85rem;
}

.map iframe {
  position: relative;
  height: 460px !important;
  z-index: 10;
}

.map .map-icon {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}

.map i {
  color: #0bbcf7;
  font-size: 40px;
}

.o-about div {
  margin-bottom: 2rem;
}

.o-about h5 {
  margin-bottom: 1rem;
}

.o-msg {
  background-color: #eceff2;
  border-radius: 0.85rem;
  padding: 1.5rem;
  line-height: 1.8;
}

/* media */
@media (min-width: 1200px) {

  .testimonials-slider::before,
  .testimonials-slider::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 27%;
    z-index: 2;
  }

  .testimonials-slider::before {
    right: 0;
  }

    .testimonials-slider::after {
        left: 0;
        background: linear-gradient(to right, rgb(115, 61, 144) 5%, rgba(10, 39, 104, 0) 100%);
    }


.testimonials1-slider::before,
  .testimonials1-slider::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 27%;
    z-index: 2;
  }

  .testimonials1-slider::before {
    right: 0;
  }

    .testimonials1-slider::after {
        left: 0;
        
    }

  .breadcrumbs {
    min-height: 500px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
}

@media (min-width: 769px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 60px;
  }
}

@media (min-width: 768px) {
  .about .content {
    padding: 60px;
  }
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (max-width: 1199px) {
  #header .logo img {
    max-height: 50px;
  }

  .navbar a {
    font-size: 14px;
  }

  .navbar li {
    margin-right: 0.75rem;
  }
}

@media (min-width: 992px) {
  .navbar>ul>li>a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #733d90;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
  }
}

@media (max-width: 991px) {
  #header {
    padding: 10px 0;
    background: #fff;
  }

  #header .logo img {
    filter: none;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar-mobile li {
    margin: 0 !important;
  }

  .bg-skg {
    border-radius: 1rem;
  }

  .btn-close {
    background-color: #fff;
  }

  .breadcrumbs {
    min-height: 400px;
    background-position: center top;
  }

  .wrap-content .offer-info p {
    margin: 0 0 0.75rem;
  }

  .offer-btn .book-btn {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  #hero h2 {
    margin: 0.5rem auto;
    padding: 0 10px;
    width: 100%;
  }

  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    top: 55%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 45px;
  }

  .book-btn {
    margin: 0 !important;
    padding: 4px 14px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 767px) {

  footer,
  footer .copyrights-text p {
    text-align: center !important;
  }

  footer .f-contact li {
    padding: 0;
  }

  footer .f-contact li i {
    display: none;
  }

  .whatsapp-float {
    right: 10px;
  }

  .back-to-top {
    left: 10px;
  }

  .breadcrumbs {
    min-height: 300px;
    background-position: center 50px;
  }

  .bc-links {
    bottom: 15px;
  }

  section {
    padding: 75px 0;
  }

  footer .copyrights-text {
    margin-top: 70px;
  }
}

@media (max-width: 640px) {
  .about .content {
    padding: 70px 10px 30px;
  }
}

@media (max-width: 575px) {
  .offer-thumbnail {
    min-height: 230px;
  }

  .img-block {
    height: 230px;
  }

  .bg-skg {
    padding: 3rem 2rem !important;
  }

  .wrap-content {
    padding: 20px 15px 15px;
  }
}

@media (max-width: 425px) {
  .offer-block {
    width: 100% !important;
  }
}