@import url("variables.css");

@font-face {
  font-family: "Inter";
  src:
    url("../../broneks/fonts/Inter-VariableFont_opsz_wght.woff") format("woff"),
    url("../../broneks/fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  src:
    url("../../broneks/fonts/OpenSans-VariableFont_wdth_wght.woff") format("woff"),
    url("../../broneks/fonts/OpenSans-VariableFont_wdth,wght.woff2") format("woff2");
}

@font-face {
  font-family: "Oswald";
  src:
    url("../../broneks/fonts/Oswald-VariableFont_wght.woff") format("woff"),
    url("../../broneks/fonts/Oswald-VariableFont_wght.woff2") format("woff2");
}

/* base */
body {
  color: var(--dark);
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 100%;
}

.bg-main {
  background: url(../images/bg-main.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-sec {
  position: relative;
}

.bg-sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 116, 108, 0.8);
  z-index: -1;
}

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

.container {
  max-width: 1260px;
  padding: 0 10px;
}

.swiper-pagination-bullet {
  margin: 0 5px !important;
}

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

.section-block {
  margin-bottom: 60px;
}

.section-title {
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 59px;
  color: var(--primary);
}

.main-slider .swiper-pagination-bullet-active {
  background: #1b5e87;
}

.tel,
.address {
  position: relative;
}

.address::before {
  left: 0;
  top: 0;
}

.tel::before {
  left: 0;
  top: 0;
}

.bi::before {
  color: #1b5e87;
  font-size: 22px;
}

.socials {
  display: flex;
  column-gap: 8px;
}

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

.btn-cust-empty {
  padding: 13px 30px;
  background-color: var(--btn-empty-bg);
  border: 1px solid var(--btn-empty-border);
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: var(--btn-empty);
}

.btn-cust-empty:hover {
  background-color: var(--btn-empty-bg-hover);
  border: 1px solid var(--btn-empty-border-hover);
  color: var(--btn-empty-hover);
}

.btn_outline {
  background: var(--btn-outline-bg);
  color: var(--btn-outline);
  border-color: var(--btn-outline-border);
}

.btn_outline:hover {
  background: var(--btn-outline-bg-hover);
  color: var(--btn-outline-hover);
  border-color: var(--btn-outline-border-hover);
}

.btn_outline:active {
  background: var(--btn-outline-bg-active);
  color: var(--btn-outline-active);
  border-color: var(--btn-outline-border-active);
}

.btn-cust {
  border-radius: 10px;
}

.btn,
.btn-cust {
  background: var(--btn-bg);
  color: var(--btn);
  border: 1px solid var(--btn-border);
}

.btn-cust:hover {
  background: var(--btn-bg-hover);
  color: var(--btn-hover);
  border: 1px solid var(--btn-border-hover);
}

/* base */

.head-menu.desktop .nav-link {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.head-menu.desktop .nav-item {
  flex-grow: 2;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}

.head-menu.desktop .nav-item:not(:first-child) .nav-link::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: var(--white);
}

header .head-menu {
  margin-bottom: 0;
}

.logo a {
  display: flex;
  align-items: center;
  column-gap: 6px;
  text-decoration: none;
}

.logo {
  color: var(--dark);
  text-align: left;
}

.logo h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 0;
}

.logo img {
  height: 60px;
}

.logo p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 16px;
}

/**********************************************/
header {
  margin-bottom: 10px;
}

.head-info {
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}

.logo img {
  height: 50px;
}

.head-menu {
  background-color: var(--primary);
  margin-bottom: 25px;
}

.head-menu.desktop .hide {
  display: none;
}

.head-menu>div>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--white);
}

.head-menu li>a {
  position: relative;
}

.head-menu li>a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 1px;
  background-color: var(--white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.head-menu li>a:hover:before {
  width: 100%;
}

.head-menu.desktop {
  padding: 3px 0 4px;
}

.menu-items .nav-link:hover {
  background-color: var(--bg-menu-desk-choice);
  color: var(--link-menu-desk-choice);
}

.menu-items .nav-link:hover::after {
  border-color: var(--bg-menu-desk-choice);
}

.menu-items .nav-link:hover::before {
  display: none;
}

@media (min-width: 992px) {
  .menu-items .nav-link {
    padding: 8px 0;
    border-radius: 5px;
  }

  header {
    margin-bottom: 40px;
    box-shadow: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  header .contact-wrap a {
    font-size: 18px;
    line-height: 25.7px;
  }

  header .address-wrap span {
    line-height: 23px;
    font-size: 16px;
  }
}

/**********************************************/
footer {
  font-family: "Open Sans", sans-serif;
}

footer .tel a {
  font-size: 18px;
  line-height: 26px;
}

footer .address {
  font-size: 16px;
  line-height: 143%;
}

.contact-info a {
  text-decoration: none;
  color: var(--dark);
  vertical-align: bottom;
}

.contact-info_mob {
  display: none;
}

.contact-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 10px;
}

.about__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px;
}

.about-text {
  max-width: 720px;
  width: 100%;
}

.about img {
  display: block;
  max-width: 945px;
  width: 100%;
  overflow: hidden;
}

.about .btn-cust {
  margin-top: 20px;
}

.footer {
  padding: 60px 0;
  background-color: var(--primary);
  color: var(--light);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

footer .menu-items {
  columns: 2;
}

footer .menu-items .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 112%;
  color: var(--light);
}

.footer__text {
  max-width: 420px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  font-size: 18px;
  align-items: end;
}

.footer__contact rect,
.footer__contact circle {
  fill: var(--footer-contact-icons-circle);
}

.footer__contact path {
  fill: var(--footer-contact-icons);
}

footer .footer__contact a {
  font-size: 21px;
  line-height: 26px;
}

.main-slider {
  overflow: visible;
}

.main-slider img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.main-slider__slide {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}

.main-slider__slide-inner {
  padding-top: 12%;
  padding-bottom: 12%;
  padding-left: 8%;
  height: 100%;
}

.main-slider .slider-btn-next {
  right: 25px;
}

.main-slider .slider-btn-prev {
  left: 25px;
}

.main-slider .slider-btn {
  background-color: var(--circle-btn-main-slider);
}

.main-slider .slider-btn path {
  fill: var(--arrow-btn-main-slider);
}

.main-slider__content {
  max-width: 611px;
  width: 100%;
  padding: 30px 20px 18px 40px;
  border-radius: 20px;
  font-size: 36px;
  line-height: 42px;
  color: var(--light);
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.main-slider__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  filter: drop-shadow(0px 6.14192px 6.14192px rgba(0, 0, 0, 0.15));
  backdrop-filter: blur(6px);
  border-radius: 20px;
  overflow: hidden;
  z-index: -1;
}

.main-slider__content .btn-cust {
  background-color: var(--main-slider-content-btn-bg);
  border: 1px solid var(--main-slider-content-btn-border);
  color: var(--main-slider-content-btn);
}

.main-slider__content .btn-cust:hover {
  background-color: var(--main-slider-content-btn-bg-hover);
  border: 1px solid var(--main-slider-content-btn-border-hover);
  color: var(--main-slider-content-btn-hover);
}

.main-slider__title {
  margin-bottom: 10px;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 48px;
  line-height: 71px;
  color: #ffffff;
}

.main-slider__text {
  font-size: 18px;
  margin-bottom: 27px;
  font-weight: 300;
  line-height: 143.02%;
}

footer .logo {
  color: var(--light);
}

.footer .tel a {
  color: var(--light);
}

.app-offcanvas {
  max-width: 300px;
  align-items: flex-start;
  overflow-y: auto;
}

.close-btn {
  background: none;
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.close-btn svg {
  width: 18px;
  height: 18px;
}

.close-btn path {
  fill: inherit;
}

.menu-items__info {
  display: none;
}

/* excursions */
/* 
.excursions-link-more {
  padding: 18px 50px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
}

.excursions .item__price {
  margin: 0;
}
.excursions .item_link {
  flex: auto;
}

.excursions .item__image img {
  max-width: 100%;
  border-radius: 0;
  border-radius: 10px 10px 0 0;
}
.excursions .item__content {
  padding: 0 14px 18px 20px;
  height: 100%;
}
.excursions .items {
  display: flex;
  gap: 17px;
}

.excursions .item__name {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.excursions .item-date-name {
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.excursions .iconed {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
}
.excursions .item {
  width: 25%;
  padding: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.15);
}

.excursions .item-footer {
  margin-top: 20px;
  align-items: center;
} */
/* excursions */

.benefits-content {
  padding: 60px 0;
  background-image: url(../images/benefits-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.benefit-items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.benefit-item {
  padding: 22px;
  border-radius: 10px;
  gap: 22px;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.15);
  background-color: var(--benefit-item-bg);
  width: calc((100% / 3) - (20px * 2 / 3));
  background-color: var(--light);
  color: var(--dark);
}

.benefit-item-head {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.benefit-item p {
  font-weight: 300;
  font-size: 14px;
  line-height: 143.02%;
  margin: 0;
}

.benefit-item h2 {
  width: 69%;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}

.benefit-item svg path {
  fill: var(--primary);
}

.gallery__slider,
.reviews__slider {
  padding: 1.5%;
}

.gallery-container,
.reviews-container {
  max-width: 1300px;
}

.offcanvas-mob-menu .navbar-text {
  padding: 0;
}

@media (max-width: 1300px) {

  .gallery__slider,
  .reviews__slider {
    padding: 0%;
    overflow: visible;
  }

  .gallery .slider-btn-next {
    right: 25px;
  }

  .gallery .slider-btn-prev {
    left: 25px;
  }
}

@media (max-width: 992px) {
  .benefits-content {
    padding: 20px 0;
  }

  .benefit-item {
    width: calc((100% / 2) - (20px / 2));
  }

  .benefit-item-head {
    margin-bottom: 12px;
    gap: 10px;
  }

  .benefit-item-head svg {
    width: 30px;
    height: 30px;
  }

  .benefit-item h2 {
    flex: 1;
  }

  footer .menu-items .nav-item {
    padding: 6px 0;
    border: none;
  }

  footer .menu-items {
    width: auto;
  }

  footer .menu-items a {
    font-weight: 400;
  }
}

@media (max-width: 576px) {
  .benefit-item {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .footer__inner {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-menu {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .footer-menu a {
    text-align: left;
  }

  .contact-wrap,
  .address-wrap {
    display: none;
  }

  .about__inner {
    flex-direction: column;
    row-gap: 20px;
  }

  .about-text {
    max-width: 100%;
    width: 100%;
  }

  .about img {
    max-width: 100%;
  }
}

@media (max-width: 992px) {

  .btn-cust-empty,
  .btn-cust {
    padding: 10px 20px;
    font-size: 18px;
  }

  .main-slider__slide-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop {
    display: none;
  }

  .menu-items {
    width: 100%;
  }

  .menu-items .nav-item,
  #menu .close-btn {
    padding: 15px 15px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
  }

  .menu-items a {
    font-weight: bold;
  }

  header .contact-info_desk {
    display: none;
  }

  header .contact-info_mob {
    display: flex;
  }

  .menu-items__info {
    display: block;
    margin-top: 15px;
    width: 100%;
    padding: 0px 15px;
  }

  .menu-items__info>* {
    margin: 14px 0;
  }

  header .login {
    display: none;
  }

  .section-block {
    margin-bottom: 40px;
  }
}

@media (max-width: 850px) {
  .logo h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .gallery-item img {
    width: 100%;
  }

  .main-slider__title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .main-slider__content {
    margin: 0 auto;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 28px;
    line-height: 35px;
  }

  .excursions .item {
    padding: 0;
  }

  .main-slider__text {
    margin-bottom: 10px;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .footer {
    padding: 40px 0;
  }

  footer .footer__contact a {
    font-size: 18px;
    line-height: 20px;
  }

  .reviews .slider-btn,
  .gallery .slider-btn {
    display: none;
  }
}

@media (max-width: 740px) {
  .modal-reviews {
    padding: 35px 30px;
  }

  .main-slider__slide-inner {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .main-slider .slider-btn {
    display: none;
  }

  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }

  .footer__text {
    margin-bottom: 15px;
    max-width: 100%;
  }

  .footer .logo a {
    justify-content: center;
  }

  .footer .socials.contact-info {
    text-align: center;
  }

  .footer .address.contact-info {
    text-align: center;
  }

  .footer__contact {
    align-items: flex-start;
  }
}

@media (max-width: 580px) {
  .excursions .item__buttons .btn-cust {
    display: block;
  }

  .head-info {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 490px) {
  .modal-reviews {
    padding: 30px 20px;
  }

  .modal-reviews__text {
    font-size: 14px;
  }

  .ic {
    width: 30px;
    height: 30px;
  }

  .tel,
  .address {
    padding-left: 25px;
  }

  footer .tel,
  .address {
    padding-left: 0;
  }

  .app-offcanvas .tel,
  .app-offcanvas .address {
    padding-left: 0px;
  }

  .contact-info::before {
    width: 20px;
    height: 20px;
  }

  .slider-btn {
    width: 35px;
    height: 35px;
  }

  .slider-btn svg {
    height: 16px;
  }

  .modal-reviews .reviews-item__text-wrap {
    padding-left: 35px;
  }

  .reviews-item .btn-cust,
  .about .btn-cust {
    width: 100%;
  }

  .logo h1 {
    font-size: 21px;
    line-height: 26px;
  }

  .logo p {
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .footer__text {
    margin-top: 15px;
    font-size: 16px;
  }
}

@media (max-width: 380px) {

  .btn-cust-empty,
  .btn-cust {
    padding: 8px 10px;
    font-size: 16px;
  }

  header .head-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-slider__slide-inner {
    min-height: 460px;
  }

  .main-slider__content {
    padding: 16px 10px;
    font-size: 22px;
    line-height: 25px;
  }

  .main-slider__link {
    width: 100%;
  }

  .main-slider__text {
    font-size: 16px;
  }

  .logo img {
    height: 45px;
  }

  .section-title {
    font-size: 23px;
  }

  .footer {
    padding: 30px 0;
  }

  .about-text {
    font-size: 14px;
  }

  .logo h1 {
    font-size: 19px;
    line-height: 20px;
  }

  .logo p {
    font-size: 11px;
  }

  .reviews-item__text {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer__text {
    font-size: 14px;
    line-height: 16px;
  }

  footer .footer__contact a,
  footer .footer__contact {
    font-size: 16px;
    line-height: 20px;
  }

  .reviews-item__name {
    font-size: 16px;
  }
}