@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower:regular);
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?7iginw");
  src: url("fonts/icomoon.eot?7iginw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7iginw") format("truetype"), url("../fonts/icomoon.woff?7iginw") format("woff"), url("../fonts/icomoon.svg?7iginw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*=icon-] {
  text-decoration: none;
  color: initial;
  font-size: 32px;
}

[class*=icon-]::before {
  margin-right: 6px;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-date:before {
  content: "\e900";
}

.icon-geo:before {
  content: "\e901";
}

.icon-time:before {
  content: "\e904";
}

.icon-whatsup:before {
  content: "\e908";
}

.icon-arrow:before {
  content: "\e909";
}

.icon-vk:before {
  content: "\e90a";
}

.icon-inst:before {
  content: "\e90b";
}

.icon-people:before {
  content: "\e90c";
}

.icon-money:before {
  content: "\e93b";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-telegram:before {
  content: "\ea95";
}

[class*=icon-]::after {
  margin-left: 6px;
}

[class^=icon-]::after,
[class*=" icon-"]::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-date-after:after {
  content: "\e900";
}

.icon-geo-after:after {
  content: "\e901";
}

.icon-time-after:after {
  content: "\e904";
}

.icon-whatsup-after:after {
  content: "\e908";
}

.icon-arrow-after:after {
  content: "\e909";
}

.icon-vk-after:after {
  content: "\e90a";
}

.icon-inst-after:after {
  content: "\e90b";
}

.icon-people-after:after {
  content: "\e90c";
}

.icon-money-after:after {
  content: "\e93b";
}

.icon-heart-after:after {
  content: "\e9da";
}

.icon-facebook-after:after {
  content: "\ea90";
}

.icon-telegram-after:after {
  content: "\ea95";
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #ffc700;
}

.text-yellow {
  color: #ffc700;
}

.gradient-blue {
  transition: all 0.15s !important;
  background: transparent;
}

@media screen and (any-hover: hover) {
  .nav-link:hover {
    color: #ffc700 !important;
  }
}

.icon-hover {
  transition: all 0.2s;
}
@media screen and (any-hover: hover) {
  .icon-hover:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.social-link {
  transition: all 0.2s;
  cursor: pointer;
}
.social-link:hover {
  color: #ffc700 !important;
}

html {
  scroll-behavior: smooth;
  font-family: Montserrat;
}

body {
  background-repeat: no-repeat !important;
  background-size: 100% 600px !important;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  body {
    background-size: 200% 680px !important;
    background-position: top !important;
  }
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 20px;
  }
}

.hero,
.excourse,
.about,
.excourse-text,
.galery,
.reviews,
.contact,
.filter-main {
  margin-top: 150px;
}
@media screen and (max-width: 576px) {
  .hero,
.excourse,
.about,
.excourse-text,
.galery,
.reviews,
.contact,
.filter-main {
    padding: 0px !important;
  }
}

.excourse {
  margin-top: 200px;
  margin-bottom: 100px;
}

.about {
  padding: 7rem 3rem !important;
  background-repeat: no-repeat !important;
  background-size: 80% !important;
}
@media screen and (max-width: 992px) {
  .about {
    background-size: 100% !important;
    padding: 3rem !important;
  }
}
@media screen and (max-width: 576px) {
  .about {
    background-size: cover !important;
    padding: 1rem !important;
  }
}
@media screen and (max-width: 992px) {
  .about .col-6 {
    width: 100% !important;
    padding: 2rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .galery .overflow-hidden {
    border-bottom-right-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  footer .row {
    text-align: center !important;
    display: flex !important;
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer-links {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 768px) {
  .footer-socials {
    justify-content: center;
    margin: 0 auto !important;
  }
}

.unique-text {
  font-family: Indie Flower;
  font-size: 64px;
  left: 50%;
  top: 50px;
  transform: translate(-20%, 0%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .unique-text {
    top: 40px;
    font-size: 48px;
  }
}
@media screen and (max-width: 576px) {
  .unique-text {
    top: 30px;
    font-size: 26px;
  }
}

.title-border {
  font-weight: 900;
  font-size: 92px;
}
@media screen and (max-width: 768px) {
  .title-border {
    font-size: 72px;
  }
}
@media screen and (max-width: 576px) {
  .title-border {
    font-size: 52px;
  }
}

.title-hero {
  font-size: 72px;
}
@media screen and (max-width: 768px) {
  .title-hero {
    font-size: 54px;
  }
}
@media screen and (max-width: 576px) {
  .title-hero {
    font-size: 32px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swiper-scrollbar-drag {
  background-color: #0d6efd;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  color: grey;
}

@media screen and (max-width: 576px) {
  .swiper-scrollbar {
    transform: scale(0.75, 1) translate(-50%, 0%) !important;
  }
}

@media screen and (max-width: 576px) {
  .swiper-button-next {
    left: 15% !important;
  }
}

input {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  border-bottom: 2px solid white !important;
  border-radius: 0px !important;
  color: white !important;
  padding: 0px !important;
}
input:focus {
  box-shadow: none !important;
}
input::placeholder {
  color: white !important;
}

select,
#calendar {
  cursor: pointer;
  border: none;
  padding: 12px 24px;
  width: 100%;
  max-width: 230px;
  font-size: 16px !important;
  border-radius: 10px;
  background-color: white !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  appearance: none;
}

.calendar-visible {
  visibility: visible !important;
}

.day-selected {
  background-color: #0d6efd;
  color: white;
  border-radius: 4px;
}

.day {
  cursor: pointer;
}

.select-div::after {
  margin-left: -34px !important;
}

@media screen and (max-width: 992px) {
  .brackets {
    top: 60% !important;
    left: 30% !important;
  }
}

.filter-select-active {
  border-bottom: 2px solid #0d6efd;
}

.filter-select {
  cursor: pointer;
}

.price-btn {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.05s !important;
}
.price-btn::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0d6efd;
  border-radius: 256px;
}
.price-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #d4d4d4;
  border-radius: 256px;
}

.line-cros {
  border: 2px solid #d4d4d4;
  width: 16px;
  top: 50%;
  transform: rotate(45deg) translate(-11px, 0px);
}
@media screen and (max-width: 992px) {
  .line-cros {
    transform: rotate(45deg) translate(-6px, 0px);
  }
}
.line-cros-2 {
  top: 0% !important;
  transform: rotate(-45deg) translate(-11px, 0px) !important;
}
@media screen and (max-width: 992px) {
  .line-cros-2 {
    transform: rotate(-45deg) translate(-6px, 0px) !important;
  }
}

.pagination p {
  padding: 2px;
  cursor: pointer;
}

.separator {
  border: 1px solid #ededed;
}

.border-left {
  position: relative;
  margin-left: 12px;
}
.border-left::after {
  content: "";
  position: absolute;
  height: 100%;
  left: -12px;
  border-radius: 12px;
  top: 0px;
  border-left: 3px solid #0499dd;
}

.people-btn-active {
  background-color: #0d6efd !important;
  color: white !important;
}

.reset-filters {
  cursor: pointer;
  max-width: 30%;
  margin: 0 auto;
}

.like {
  border-radius: 256px;
  outline: none;
  border: none;
  padding: 6px 8px;
  transition: all 0.2s;
  background-color: rgba(128, 128, 128, 0.2);
}
.like::before {
  transition: all 0.2s;
}
.like:hover {
  background-color: white;
}
.like:hover::before {
  color: red;
}
.like-transparent {
  border-radius: 256px;
  outline: none;
  border: none;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.2s;
}
.like-transparent:focus {
  background-color: transparent;
}
.like-transparent:hover {
  background-color: transparent;
}
.like-select {
  background-color: transparent;
}
.like-select::before {
  color: red;
  transition: all 0.2s;
}
.like-select:hover {
  background-color: rgba(128, 128, 128, 0.2);
}
.like-select:hover::before {
  color: white;
}

.circle-yellow {
  position: relative;
  z-index: 2;
}
.circle-yellow::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #ffc700;
  width: 32px;
  height: 32px;
  border-radius: 256px;
  z-index: -1;
}

.yellow-ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 20px;
  padding-right: 20px;
}
.yellow-ul li {
  list-style: url("../img/circle.svg");
}
.yellow-ul li span {
  position: relative;
  left: 10px;
}

.accordion {
  transition: all 0.2s;
}
.accordion * {
  transition: all 0.2s;
}

.cros {
  cursor: pointer;
}

.cros.cros-animate {
  transition: all 0.2s;
  position: relative;
}
.cros.cros-animate::after {
  content: "";
  position: absolute;
  background-color: #0d6efd;
  transition: all 0.2s;
  width: 16px;
  border-radius: 10px;
  height: 3px;
  transform: rotate(90deg);
}

.cros-animate {
  animation: rotate 0.5s;
  transform: rotate(810deg);
}
.cros-animate::after {
  cursor: pointer;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(450deg);
  }
}