@import url(./vendor/bootstrap.min.css);
@import url(./vendor/normalize.css);
@import url(./vendor/slick.css);
@import url(./vendor/leaflet.css);
@import "./vendor/leaflet-gesture-handling.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700");

@font-face {
  font-family: 'Impact';
  src: url('../css/webfonts/Impact.eot');
  src: url('../css/webfonts/Impact.eot?#iefix') format('embedded-opentype'),
    url('../css/webfonts/Impact.woff2') format('woff2'),
    url('../css/webfonts/Impact.woff') format('woff'),
    url('../css/webfonts/Impact.ttf') format('truetype'),
    url('../css/webfonts/Impact.svg#Impact') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-black: #1b1b1b;
  --head-black: #424242;
  --text-black: #313131;
  --main-theme: rgb(37, 193, 251);
  --main-theme-hover: rgb(31, 174, 226);
  --white: #ffffff;
  --gray: #c8c8c8;
  --error-message-color: red;
  --transition-time: 0.3s;
  font-family: 'Montserrat', sans-serif;
  --bs-body-font-family: 'Montserrat', sans-serif;

  --bradius: 6px;
  --body-color: rgb(58, 59, 65);
}

body {
  color: rgb(58, 59, 65);
  padding: 0;
  margin: 0;
}

.row {
  --bs-gutter-x: 2rem;
}

form .row {
  --bs-gutter-y: .5rem;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.025em;
}

h2,
.h2 {
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.025em;
}

h3,
.h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.025em;
}


hr {
  margin: 0;
  width: 100%;
  display: block;
  height: 1px;
  background-color: rgb(223, 223, 223);
}

.btn {
  background-color: var(--main-theme);
  color: var(--white);

  border-radius: 56px;
  height: 52px;

  border-color: var(--main-theme);
  border: 2px solid var(--main-theme);

  display: block;
  align-content: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;

  font-weight: 600;

  padding: 0 40px;

  transition: .3s ease-in-out;
}

.btn:hover {
  background-color: var(--main-theme-hover);
  color: var(--white);
  border-color: var(--main-theme-hover);
}

b,
strong {
  font-weight: 600;
}

@media screen and (max-width: 1399.98px) {

  .row {
    --bs-gutter-x: 1.5rem;
  }

}

@media screen and (max-width: 1199.98px) {

  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  .row {
    --bs-gutter-x: 1.5rem;
  }
}

@media screen and (max-width: 991.98px) {
  .row {
    --bs-gutter-x: 1rem;
  }
}

@media screen and (max-width: 767.98px) {
  .row {
    --bs-gutter-x: 16px;
  }

  h1,
  .h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 60px;
  }

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  .btn {
    padding: 0 26px;
  }
}

.modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog .close {
  position: relative;
  font-size: 0;
  border: unset;
  background: unset;
}

.modal-dialog .close::after {
  content: "\f00d";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  font-size: 24px;
}

.form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-top: 5px;
}

form .checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

form .checkbox+label::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: inset 0 2px 2px rgba(172, 172, 172, .27);
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
}

form .checkbox:checked+label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  color: rgb(58, 59, 65);
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  display: inline-block;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

form .checkbox+label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
  font-size: 13.9px !important;
  line-height: 22px;
}

.form input[type="checkbox"]+label {
  padding: 0 0 0 5px;
  padding-left: 5px;
  padding-top: 3px;
}

.form .form-group {
  position: relative;
}

.form-group {
  margin-bottom: 1rem;
}

/* Nav 05 Styles */

:root {
  --nav-height-initial: 140px;
  --nav-height-scrolled: 85px;
}

.nav-05 {
  --nav-bg-initial: transparent;
  --nav-bg-scrolled: rgb(44, 44, 44);
  --nav-text-initial: #fff;
  --nav-text-hover: var(--main-theme);
  --nav-text-scrolled: #ffffff;
  --nav-phone-color: var(--button-background);
  --nav-bg-hover: rgb(245, 245, 245);
  --nav-bg-mobile-menu: var(--nav-bg-scrolled);

  --transition-speed: 0.3s;

  --bs-nav-link-font-weight: 400;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  height: var(--nav-height-initial);
  background-color: var(--nav-bg-initial);
  transition: height var(--transition-speed) ease, background-color var(--transition-speed) ease;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-05 .sparkle-menu-item {
  height: 50px;
  min-height: 50px;
  width: 100%;
  background-image: url('../images/sparcles.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-05>.container::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: calc(100% - var(--bs-gutter-x) * .5);
  width: 100vw;
  height: 1px;
  background-color: #818484;
  pointer-events: none;
  opacity: 1;
  transition: background-color var(--transition-speed) ease, opacity var(--transition-speed) ease;
}

.nav-05>.container::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: calc(107px + calc(var(--bs-gutter-x) * .5) + 20px);
  right: 0;
  width: 150%;
  height: 1px;
  background-color: #818484;
  pointer-events: none;
  opacity: 1;
  transition: background-color var(--transition-speed) ease, opacity var(--transition-speed) ease;
}

.nav-05.scrolled>.container::before,
.nav-05.scrolled>.container::after {
  background-color: transparent;
  opacity: 0;
}

.nav-05 .btn {
  height: 56px;
  padding: 0 24px;
}

.nav-05 .btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  aspect-ratio: 1/1;
  background-color: #ffffff62;
  border: unset;
  text-align: center;
  font-size: 17px;
  height: 56px;
  width: 56px;
}

.nav-05 .navbar-collapse .navbar-wrapper .btn {
  background-color: #fff;
  color: var(--main-theme);
}

.nav-05 .navbar-collapse .navbar-wrapper .btn:hover {
  background-color: #eeeeee;
  color: var(--main-theme);
}

.nav-05 .navbar-collapse .navbar-wrapper .btn-contact {
  aspect-ratio: unset;
  width: 100%;
  font-size: 12px;
  background-color: #ffffff85;
  color: #fff;
}

.nav-05 .navbar-collapse .navbar-wrapper .btn-contact:hover {
  background-color: #ffffff62;
  color: #fff;
}

.nav-05 .btn-contact i {
  margin-left: 3px;
}

.nav-05 .navbar-collapse {
  height: 100%;
}

.nav-05 .navbar-brand {
  z-index: 1;
  height: 56px;
  position: relative;
}

.nav-05>.container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--nav-bg-initial);
}

.nav-05 .logo img {
  position: absolute;
  max-height: 184px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  transition: all var(--transition-speed) ease;
  color: #fff;
  mix-blend-mode: screen;
  top: -10px;
}

.nav-05.scrolled .logo img {
  top: 0;
  max-height: 56px;
}

.nav-05 .nav-button-desktop {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  z-index: 1;
}

.nav-05 .nav-phone-desktop a:not(.btn),
.nav-05 .nav-phone-mobile {
  color: var(--button-background);
  text-decoration: none;
  font-weight: 600;
  transition: color var(--transition-speed) ease, opacity var(--transition-speed) ease;
  white-space: nowrap;
}

.nav-05 .nav-phone-desktop a:hover,
.nav-05 .nav-phone-mobile:hover {
  color: var(--button-hover-background);
}

.nav-05 .nav-phone-mobile {
  font-size: 1.5rem;
}

.nav-05 .hamburger {
  position: relative;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity, filter linear 0.15s;
  background-color: transparent;
  border: none;
  left: unset;
  top: unset;
  transform: unset;
  height: 56px;
  width: 56px;
  background-color: #ffffff62;
  border-radius: 50%;
  margin-left: 8px;
  border: unset;
}

.nav-05 .hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.nav-05 .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.nav-05 .hamburger-inner,
.nav-05 .hamburger-inner::before,
.nav-05 .hamburger-inner::after {
  content: "";
  width: 18px;
  height: 2px;
  background-color: var(--nav-text-initial);
  border-radius: 4px;
  position: absolute;
  transition: transform ease .15s, background-color var(--transition-speed) ease;
}

/* Hamburger animations */
.nav-05 .navbar-toggler .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.nav-05 .navbar-toggler .hamburger-inner:after {
  content: "";
  display: block;
  top: -12px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.nav-05 .navbar-toggler .hamburger-inner:before {
  content: "";
  display: block;
  top: -6px;
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.nav-05 .navbar-toggler.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.nav-05 .navbar-toggler.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}

.nav-05 .navbar-toggler.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(-90deg)
}

.nav-05 .navbar-nav {
  align-items: center;
}

.nav-05 .nav-item {
  font-size: 16px;
}

.nav-05 .nav-item .nav-link {
  color: var(--nav-text-initial);
  text-decoration: none;
  padding: 30px 20px;
  position: relative;
  transition: color var(--transition-speed) ease, opacity var(--transition-speed) ease;
  white-space: nowrap;
  height: 100%;
  display: block;
  align-content: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.nav-05 .nav-item .nav-link>span {
  line-height: 22px;
  padding-top: 4px;
  font-weight: 500;
}

.nav-05 .nav-item .nav-link>i+span {
  font-weight: 600;
}

.nav-05 .nav-item .nav-link i {
  font-size: 24px;
  line-height: 26px;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

/* .nav-05 .nav-item .nav-link:hover i {
    transform: scale(1.05);
} */

.nav-05 .nav-item .nav-link:hover,
.nav-05 .nav-item .nav-link.currentpage {
  color: var(--nav-text-hover);
  /*     opacity: 0.7; */
}

/* Submenu Indicator */
.nav-05 .nav-item.item-dropdown>.nav-link.dropdown-switch::after {
  content: "";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.8em;
  vertical-align: middle;
  transition: transform var(--transition-speed) ease;
}

.nav-05 .nav-item.item-dropdown>.nav-link.dropdown-switch {}

.nav-05 .nav-hover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--nav-bg-hover);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-speed) ease;
  z-index: -1;
}

.nav-05.scrolled {
  height: var(--nav-height-scrolled);
  background-color: var(--nav-bg-scrolled);
}

/* .nav-05.scrolled .logo img {
    max-height: calc(var(--nav-height-scrolled) - 30px);
    max-width: 150px;
} */

.nav-05.scrolled .nav-phone-desktop a,
.nav-05.scrolled .nav-phone-mobile {
  color: var(--nav-phone-color);
}

.nav-05.scrolled .nav-item .nav-link {
  color: var(--nav-text-scrolled);
  opacity: 1;
}

.nav-05.scrolled .nav-item .nav-link:hover,
.nav-05.scrolled .nav-item .nav-link.currentpage {
  /*  opacity: 0.7; */
}

.nav-05.scrolled .hamburger-inner,
.nav-05.scrolled .hamburger-inner::before,
.nav-05.scrolled .hamburger-inner::after {}

.nav-05 .navbar-collapse .navbar-wrapper {
  display: flex;
  height: 100%;
}

.nav-05 .nav-item .nav-link:hover,
.nav-05 .nav-item .nav-link.currentpage {
  color: var(--nav-text-scrolled);
}

.nav-05 {
  height: var(--nav-height-initial);
}

.nav-05 .hamburger {
  order: 3;
  z-index: 1050;
}

.nav-05.scrolled {
  height: var(--nav-height-scrolled);
  background-color: var(--nav-bg-scrolled);
}

.nav-05 .navbar-collapse {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 100vh;
  background-color: var(--main-theme);
  overflow-y: auto;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  border-top: none;
  transform: translateX(100%);
  transition: transform var(--transition-speed) ease;
  z-index: 1051;
  height: 100%;
}

.nav-05 .nav-item .nav-link {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-05 .navbar-collapse .navbar-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: calc(var(--nav-height-initial)) 50px 70px 50px;
  justify-content: space-between;
  gap: 20px;
}

.nav-05 .navbar-collapse .navbar-wrapper .hamburger {
  position: absolute;
  top: 27px;
  right: 27px;
  z-index: 1052;
  border: unset;
  background-color: #ffffff85;
  color: #fff;
}

.nav-05 .nav-item>.dropdown-item-menu .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nav-05 .navbar-collapse .navbar-wrapper .hamburger i {
  font-size: 30px;
  line-height: 28px;
  color: #fff;
}

.nav-05 .navbar-collapse::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;

  background-repeat: repeat-x;
  background-size: auto 15%;
  background-position: center bottom;

  opacity: .15;
}

.nav-05 .navbar-collapse.show {
  transform: translateX(0);
}

.nav-05.scrolled .navbar-collapse {
  background-position: center 30px;
}

.nav-05 .navbar-nav {
  align-items: flex-start;
  width: 100%;
}

.nav-05 .nav-item {
  width: 100%;
}

.nav-05 .nav-item .nav-link {
  color: var(--nav-text-scrolled);
  padding: 12px 0;
  width: 100%;
  opacity: 1;
  height: unset;
}

.nav-05 .dropdown-item-menu .nav-link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1;
  padding: 8px 0;
}

.nav-05 .nav-item.item-dropdown>.nav-link.dropdown-switch::after {
  content: unset;
}

.nav-05 .nav-item>.dropdown-item-menu {
  display: block;
}

.nav-05 .nav-item .nav-link:hover {
  opacity: 1;
}

.nav-05 .dropdown-item-menu {
  background-color: transparent;
  padding: 0;
  display: none;
  width: 100%;
  padding-bottom: 10px;
}

.nav-05 .nav-item.show>.dropdown-item-menu {
  display: block;
}

.nav-05 .dropdown-item-menu .navlinks-wrapper {
  flex-direction: column;
  gap: 0;
  padding: 0;
}

.nav-05 .nav-item .nav-link i {
  width: 24px;
}

.nav-05 .nav-item .nav-link>span {
  font-weight: 600;
  max-width: 200px;
  white-space: wrap;
  display: block;
  line-height: 26px;
  text-wrap: balance;
}

.nav-05 .nav-item .nav-link>i+span {
  font-weight: 600;
}

.nav-05 .dropdown-item-menu .lvl3 .nav-link {
  padding-left: 30px;
}

.nav-05 .nav-link.dropdown-switch::after {
  float: right;
  margin-top: 0.2em;
  transition: transform 0.2s ease-in-out;
}

.nav-05 .nav-item.show>.nav-link.dropdown-switch::after {
  transform: rotate(180deg);
}

.nav-05 .nav-link.dropdown-switch .dd_caret {
  display: none;
}

body.navbar-menu-open {
  overflow: hidden;
}

.navbar-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1030;
}

.navbar-backdrop.show {
  display: block;
}

.nav-button-phone {
  padding-top: 12px;
  gap: 12px;
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 767.98px) {
  .nav-05 .hamburger {
    margin-left: 8px;
  }
}

@media (max-width: 575px) {
  .nav-05 .logo img {
    max-height: calc(var(--nav-height-initial) - 35px);
    max-width: 150px;
  }

  .nav-05.scrolled .logo img {
    max-height: calc(var(--nav-height-scrolled) - 28px);
    max-width: 150px;
  }

  .nav-05 .hamburger {
    position: absolute;
    margin: 0;
    right: 30px;
  }

  .nav-button-desktop {
    position: absolute;
    margin: 0;
    left: 30px;
  }

  .nav-05 .logo img {
    left: 50%;
    transform: translateX(-50%);
    max-height: calc(var(--nav-height-initial) - 20px);
    max-width: 150px;
    top: -15px;
  }

  .nav-05 .navbar-brand {
    width: 100%;
  }

  .nav-05>.container::before {
    right: calc(50% + 55px);
    left: 0;
    width: calc(50% - 55px);
  }

  .nav-05>.container::after {
    left: calc(50% + 60px);
    right: 0;
    width: calc(50% - 60px);
  }

  :root {
    --nav-height-initial: 130px;
  }

  .nav-05 .navbar-collapse .navbar-wrapper {
    padding-top: 100px;
    padding: 100px 30px 30px 30px;
  }

  .nav-05 .navbar-collapse .navbar-wrapper .hamburger {
    top: 37px;
    right: 30px;
  }
}

@media (max-width: 420px) {
  .nav-05>.container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-05 .logo {
    margin-right: auto;
  }

  .nav-05 .d-lg-none.ms-auto {
    margin-left: 0 !important;
    margin-right: 10px;
  }
}

/* Nav 05 Styles End */

/* Banner 05 Styles */

.main-banner {
  position: relative;
  width: 100%;
  min-height: 400px;
  max-height: 950px;
  height: 100svh;
  background: url('/images/banner.webp') center center/cover no-repeat;
  display: flex;
  align-items: end;
}

@media screen and (max-height: 500px) {
  h1.main-banner-title::before {
    display: none !important;
  }

  .main-banner-overlay {
    padding-bottom: 30px !important;
  }
}

h1.main-banner-title {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
  padding-top: 40px;
}

span.main-banner-title {
  position: relative;
  font-size: 60px;
  line-height: 80px;
  width: fit-content;
  text-wrap: balance;
}

h1.main-banner-title::before {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background-color: var(--main-theme);
  display: block;
  top: 0;
  left: 0;
}

.main-banner-sub {
  font-size: 44px;
  line-height: 50px;
  width: fit-content;
}

.main-banner-sparkle {
  position: absolute;
  right: -35px;
  top: -10px;
  background-image: url("/images/sparcles.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 40px;
  width: 40px;
}

.main-banner-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, .3) 200px, rgba(0, 0, 0, 0) 100%);
  display: flex;
  justify-content: end;
  align-items: end;
  padding: var(--nav-height-initial) 0 45px;
}

.main-banner-content {
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  .main-banner-sub {
    font-size: 33px;
    line-height: 44px;
  }

  h1.main-banner-title {
    padding-top: 35px;
  }
}

@media screen and (max-width: 575.98px) {
  span.main-banner-title {
    max-width: 240px;
    line-height: 1;
  }

  .main-banner-sub {
    font-size: 34px;
    line-height: 44px;
    max-width: 340px;
  }

  .main-banner {
    background-image: url('/images/banner-m.webp');
  }

}

/* Banner 05 Styles End */


/* Welcome Section */

.welcome-section {
  position: relative;
  margin: 80px 0;
  color: #57595e;
}

.welcome-section .first-col {
  margin-top: 0 !important;
}

@media screen and (min-width: 992px) {
  .welcome-section .first-col {
    padding-right: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  .welcome-section .first-col {
    padding-right: 5rem;
  }
}

.welcome-section p:last-child {
  margin-bottom: 0;
}

.welcome-section .subtitle {
  font-size: 12px;
  line-height: 1;
  color: var(--main-theme);
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: fit-content;
}

.welcome-section .subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 50px);
  height: 1px;
  background-color: var(--main-theme);
  bottom: 0;
}

@media screen and (max-width: 1199.98px) {
  .welcome-section {
    margin: 75px 0;
  }
}

@media screen and (max-width: 991.98px) {
  .welcome-section {
    margin: 65px 0;
  }

  .welcome-section .row {
    --bs-gutter-y: var(--bs-gutter-x);
  }

}

@media screen and (max-width: 767.98px) {
  .welcome-section {
    margin: 60px 0;
    font-size: 18px;
    line-height: 26px;
  }
}

/* Welcome Section End */

/* Services 05 Styles */

.services-section {
  position: relative;
  margin: 80px 0 0;
}

.services-section .accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-active-color: var(--body-color);
  --bs-accordion-active-bg: #f1f1f1;
  --bs-accordion-btn-bg: #f1f1f1;
  --bs-accordion-btn-focus-border-color: transparent;

  --bs-accordion-transition: color 0.3s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.services-section .accordion-item {
  margin-bottom: 20px;
  border: none;
  background-color: #f1f1f1;
  border-radius: var(--bradius);
  overflow: hidden;
}

.services-section .accordion-item:last-child {
  margin-bottom: 85px;
}

.services-section .accordion-button {
  padding: 25px 32px;
  margin-bottom: 0 !important;
  border: unset !important;
  border-color: transparent !important;
  box-shadow: unset !important;
}

.services-section .accordion-body {
  padding: 0 64px 32px 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #57595e;
}

.services-section .accordion-button:not(.collapsed) {
  box-shadow: unset;
}

.services-section .accordion-button::after {
  content: "\f054";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: left;
  background-image: none;
  z-index: 1;
  color: #fff;
}

.services-section .accordion-button::before {
  content: "";
  position: absolute;
  right: 15px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--main-theme);
  color: #fff;
  display: block;
  flex-shrink: 0;
  margin-left: auto;
  transition: .3s cubic-bezier(.68, -0.55, .27, 1.55);
  z-index: 0;
}

.services-section .accordion-button:hover::before {
  background-color: var(--main-theme-hover);
  color: #fff;
}

.services-section .accordion-button:not(.collapsed)::after {
  content: "\f00d";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 28px;
  color: #3a3b41;
  position: absolute;
  right: 32px;
  background-image: none;
}

.services-section .accordion-button:not(.collapsed)::before {
  scale: 0;
  background-color: #f1f1f1;
  opacity: 0;
}

.services-section .accordion-button h3 {
  font-size: 30px;
  margin: 0;
}

.services-section .services-title {
  margin-bottom: 40px;
}

.services-bg {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-image: url("/images/servises.webp");
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: -1;
}

@media screen and (max-width: 1199.98px) {
  .services-section {
    margin: 75px 0 0;
  }
}

@media screen and (max-width: 991.98px) {

  .services-section {
    margin: 65px 0 0;
  }

  .services-bg {
    top: 80px;
    height: calc(100% - 80px);
  }

  .services-section .services-title {
    margin-bottom: 60px;
  }

  .services-section .accordion-item:last-child {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .services-section {
    margin: 60px 0 0;
  }

  .services-section .accordion-item {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 575.98px) {
  .services-bg {
    top: 65px;
    height: calc(100% - 65px);
    background-position: 37%;
  }

  .services-section .accordion-button {
    padding: 22px 26px;
  }

  .services-section .accordion-body {
    padding: 0 26px 22px 26px;
  }

  .services-section .accordion-button::before {
    width: 40px;
    height: 40px;
  }

  .services-section .accordion-button::after {
    font-size: 18px;
    right: 21px;
    position: absolute;
  }

  .services-section .accordion-button:not(.collapsed)::after {
    right: 24px;
  }

  .services-section .accordion-item:last-child {
    margin-bottom: 3rem;
  }
}

/* Services Styles End */

/* Benefits Styles */

/* Benefits Section Styles */
.benefits-section {
  background: linear-gradient(to bottom, #fff 65%, var(--main-theme) 65%);
  padding: 90px 0 40px 0;
}

.benefits-title {
  margin-bottom: 2rem;
  color: #313131;
}

.benefits-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.benefit-card {
  background: rgb(53, 53, 53);
  border-radius: var(--bradius);
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}

.benefit-icon {
  color: var(--main-theme);
  font-size: 38px;
  line-height: 36px;
  margin-bottom: 50px;
}

.benefit-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -.025em;
}

@media screen and (max-width: 1199.98px) {
  .benefits-section {
    padding: 85px 0 40px 0;
  }

  .benefit-card {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 991.98px) {
  .benefits-section {
    padding: 90px 0 40px 0;
    background: linear-gradient(to top, var(--main-theme) 130px, #fff 130px);
  }

  .benefits-section .row {
    --bs-gutter-y: var(--bs-gutter-x);
  }

  .benefit-icon {
    margin-bottom: 1rem;
  }

  .benefit-card {
    padding: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .benefits-section {
    padding: 65px 0 40px 0;
  }

  .benefits-title {
    margin-bottom: 1.5rem;
  }

  .benefit-card {
    padding: 26px;
  }
}

@media screen and (max-width: 575.98px) {
  .benefits-section {
    padding: 50px 0 40px 0;
  }
}

/* Benefits Section Styles End */

/* CTA Section Styles */

/* Shine Inside and Out Section Styles */
.shine-section {
  background: var(--main-theme);
  padding: 30px 0 144px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.shine-title {
  margin-top: 30px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 60px;
}

.shine-sub {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 28px;
  font-weight: 500;
  color: #fff;
  text-wrap: balance;
}

.shine-btn {
  width: fit-content;
  background-color: #353535;
  border-color: #353535;
  height: 54px;
}

.shine-btn:hover,
.shine-btn:focus {
  background-color: #242424;
  border-color: #242424;
}

.shine-graphic-col {
  min-height: 220px;
}

.shine-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.shine-graphic img {
  height: calc(100% + 30px);
  bottom: 0;
}

@media screen and (max-width: 1199.98px) {
  .shine-section {
    padding: 10px 0 120px 0;
  }
}

@media screen and (max-width: 991.98px) {
  .shine-section {
    padding: 10px 0 100px 0;
  }

  .shine-title {
    font-size: 50px;
  }

  .shine-sub {
    text-wrap: unset;
  }

  .shine-graphic img {
    padding-left: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .shine-section {
    padding: 50px 0 110px 0;
  }

  .shine-title {
    width: fit-content;
    position: relative;
  }

  .shine-title::before {
    content: "";
    display: flex;
    position: absolute;
    right: -180px;
    top: -45%;
    background-image: url("/images/sparcles.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 150%;
    width: 140px;
  }

  .shine-sub {
    text-wrap: balance;
    font-size: 29px;
  }
}

@media screen and (max-width: 575.98px) {

  .shine-section {
    padding: 30px 0 90px 0;
  }

  .shine-title br {
    display: none;
  }

  .shine-title {
    max-width: 266px;
  }

  .shine-title::before {
    width: 70px;
    height: 70px;
    right: 60px;
    top: -30px;
  }

  .shine-sub {
    font-size: 24px;
    line-height: 30px;
    text-wrap: unset;
  }
}

/* CTA End */

/* Map Testimonial Section Styles */

.testimonials-map-section {
  margin: 95px 0 85px;
  background: #ffffff;
}

.testimonials-map-section .row {
  --bs-gutter-y: 20px;
}

.testimonials-slider-wrapper {
  background: #f1f1f1;
  border-radius: var(--bradius);
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.testimonials-title {
  color: #313131;
  margin-bottom: 65px;
  position: relative;
}

.testimonials-title::before {
  content: "";
  position: absolute;
  width: 128px;
  height: 1px;
  background-color: var(--main-theme);
  display: block;
  bottom: -32px;
  left: 0;
}

.testimonials-slider {
  margin-bottom: 32px;
}

.testimonials-slider:not(.slick-initialized) {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  margin-bottom: 56px;
}

.testimonials-slider:not(.slick-initialized)>* {
  display: none;
}

.testimonials-slider:not(.slick-initialized)>*:nth-child(1) {
  display: block !important;
}

.testimonial-slide {
  min-height: 160px;
}

.testimonial-text {
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  margin-bottom: 28px;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-author {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #313131;
  text-transform: uppercase;
  margin-bottom: 0;
}

.testimonials-slider-nav {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.testimonials-map-section .slick-track {
  padding: 0 !important;
}

.testimonials-slider-nav .slick-arrow {
  background: var(--main-theme);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  transition: background 0.2s;
}

.testimonials-slider-nav .slick-arrow:hover {
  background: var(--main-theme-hover);
}

.map-block {
  position: relative;
}

.areas-map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: var(--bradius);
  overflow: hidden;
  background: #eaeaea;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.areas-leaflet-map {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: var(--bradius);
  filter: grayscale(1) brightness(1.1);
  position: relative;
}

.areas-leaflet-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dbdbdb;
  z-index: 500;
  mix-blend-mode: multiply;
}

.areas-map-label {
  position: absolute;
  top: 36px;
  left: 36px;
  right: 36px;
  background: var(--main-theme);
  color: #fff;
  border-radius: var(--bradius);
  padding: 28px 38px;
  z-index: 10;
  box-shadow: 0 4px 32px 0 rgba(0, 186, 255, 0.10);
  text-align: left;
}

.areas-map-title {}

.areas-map-sub {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

@media screen and (max-width: 991.98px) {
  .testimonials-map-section {
    margin: 70px 0 70px;
  }

  .testimonials-slider-wrapper {
    padding: 40px;
  }

  .areas-map-label {
    top: 40px;
    left: 40px;
    right: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .testimonials-slider-wrapper {
    padding: 2rem;
  }

  .areas-map-label {
    top: 2rem;
    left: 2rem;
    right: 2rem;
  }

  .testimonials-map-section {
    margin: 65px 0 65px;
  }
}

@media screen and (max-width: 575.98px) {
  .testimonials-slider-wrapper {
    padding: 30px;
  }

  .areas-map-label {
    top: 30px;
    left: 30px;
    right: 30px;
    padding: 24px 30px;
  }

  .testimonials-map-section {
    margin: 60px 0 60px;
  }

}

/* Areas Map Styles End */


/* Gallery Section Styles */
.gallery-section {
  background: #fff;
  margin: 85px 0 0;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #fff 70%, #353535 70%);
  overflow: hidden;
}

.gallery-section .slick-slide {
  margin: 0 calc(var(--bs-gutter-x) * .5);
}

.gallery-section .slick-list {
  margin: 0 calc(var(--bs-gutter-x) * -.5);
  overflow: visible !important;
}

.gallery-slider {
  width: 100%;
  margin: 0 auto;
}

.gallery-slider:not(.slick-initialized) {
  display: flex;
  flex-flow: row nowrap;
  gap: var(--bs-gutter-x);
  justify-content: center;
}

.gallery-slider:not(.slick-initialized)>* {
  display: none;
}

.gallery-slider:not(.slick-initialized)>*:nth-child(1),
.gallery-slider:not(.slick-initialized)>*:nth-child(2) {
  display: flex;
  width: 50%;
}

.gallery-slider:not(.slick-initialized) .gallery-grid-1 .gallery-grid-item {
  width: 100%;
  height: 100%;
}

.gallery-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
}

.gallery-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.gallery-grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.gallery-grid-item {
  background: #f1f1f1;
  border-radius: var(--bradius);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1/1;
  position: relative;
}

.gallery-grid-4 {
  gap: var(--bs-gutter-x);
  display: flex !important;
  flex-flow: row wrap;
}

.gallery-grid-4>* {
  width: calc(50% - var(--bs-gutter-x) * 0.5);
  aspect-ratio: 1/1;
}

.gallery-grid-item img {
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  scale: 1.05;
}

.gallery-grid-item a.instagram-post {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.gallery-grid-item::before {
  content: "";
  background-color: #25c1fb;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .3s ease-in-out;
  z-index: 3;
  pointer-events: none;
}

.gallery-grid-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s ease-in-out;
  background-image: url("/images/follow-us.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
  pointer-events: none;
}

.gallery-grid-item:hover .gallery-grid-item:hover img {
  transform: scale(1.04);
}

.gallery-grid-item:hover::before {
  opacity: 0.8;
}

.gallery-grid-item:hover::after {
  opacity: 1;
}

.gallery-section .slick-track {
  padding: 0;
}

@media screen and (max-width: 991.98px) {
  .gallery-section {
    margin: 70px 0 0px;
  }
}

@media screen and (max-width: 767.98px) {
  .gallery-section {
    margin: 65px 0 0px;
    padding-bottom: 50px;
  }
}

/* Gallery Section Styles End */







































/* Footer 06 Styles */

.footer06 {
  padding: calc(100px - var(--bs-gutter-x)) 0 85px;
  background-color: rgb(53, 53, 53);
  color: #fff;
}

.footer06 form .bottom-box {
  margin-bottom: 0;
}

.footer06 .row.first-footer>[class*="col-"],
.footer06 .row.second-footer>[class*="col-"] {
  display: flex;
  flex-direction: column;
}

.footer06 .f06_block {
  border-radius: var(--bradius);
  padding: 0px 45px 40px 45px;
  /*margin-top: var(--bs-gutter-x);*/
  height: 100%;
}

.footer06 .f06_subtitle {
  margin-top: 10px;
  margin-bottom: 0;
}

.footer06 .f06-mt {
  margin-top: var(--bs-gutter-x);
}

.footer06 .f06_block.grey {
  background-color: rgb(41, 41, 41);
  padding-top: 40px;
}


.footer06 .f06_block i {
  font-size: 33px;
  margin-bottom: 15px;
}

.footer06 .f06_block h3 {
  margin-bottom: 15px;
  font-size: 38px;
}

.footer06 .address .addr {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
}

.footer06 .address .addr.company {
  font-weight: 600;
}

.footer06 .address :last-child {
  margin-bottom: 0;
}

.footer06 .view_on_map {
  font-size: 15px;
  background: none !important;
  outline: none !important;
  padding: 5px 0px;
  color: inherit;
  font-weight: 600;
  border: none !important;
  margin-top: 10px;
}

.footer06 .view_on_map i {
  font-size: 15px;
  margin-right: 5px;
  margin-bottom: 0px;
}

.footer06 .social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}

.footer06 .social a {
  color: #fff;
  fill: #fff;
  stroke: #fff;
  display: flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  background-color: var(--main-theme);
  border-radius: var(--bradius);
  min-width: 55px;
  min-height: 55px;
  text-decoration: none;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 50%;
  transition: .3s ease-in-out;
}

.footer06 .social a:hover {
  background-color: var(--main-theme-hover);
  color: #fff;
  fill: #fff;
  stroke: #fff;
}

.footer06 .social a i {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.footer06 .social a svg,
.footer06 .social a img {
  fill: inherit;
  stroke: inherit;
  width: 20px;
  height: 20px;
}

.footer06 .f06_block a.contact-link {
  font-size: 18px;
  line-height: 24px;
  color: var(--main-theme);
  text-decoration: none;
  display: block;
  transition: color 0.3s ease-in-out;
  font-weight: 500;
}

.footer06 .f06_block a.contact-link:hover {
  color: var(--main-theme-hover);
}

.footer06 .f06_block a.contact-link-email {
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

.footer06 .f06_block.form {
  padding: 40px 42px;
}

.footer06 .form a {
  color: inherit;
}

.footer06 .form .form-control {
  padding: 17px 20px;
  min-height: 56px;
  height: 56px;
  border: unset !important;
}

.footer06 .form textarea.form-control {
  height: 228px;
}

.footer06 .form .col-form-label {
  font-size: 15px;
}

.footer06 .form .required {
  display: none;
}

.footer06 .form .required-star,
.footer06 .form .required {
  color: #ff7d7d;
}

.footer06 .reload_captcha {
  width: 60px;
  padding: 0;
  height: 60px;
}

.footer06 .reload_captcha:before {
  display: none;
}

.footer06 .reload_captcha i {
  margin: 0;
  padding: 0;
}

.footer06 .captcha-image img {
  height: 100%;
}

.footer06 .form .error+.error {
  font-size: 14px;
  color: #ff7d7d;
  position: absolute;
  top: 100%;
}

.footer06 .form .error+div.error,
.footer06 .form .form-group.has-error div.error {
  font-size: 14px;
  white-space: nowrap;
  color: #ff7d7d;
}

.footer06 .second-footer {
  margin-top: 70px;
  margin-bottom: 20px;
}

.footer06 {
  padding-bottom: 70px;
}

.footer06 .footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer06 .footer-link {
  color: inherit;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 15px;
  transition: .3s ease-in-out;
}

.footer06 .footer-link:hover {
  color: var(--main-theme);
}

.footer06 .footer-link:first-child {
  padding-left: 0;
}

.footer06 .footer-link:last-child {
  padding-right: 0;
}


.footer06 .copyright-footer {
  font-size: 12px;
  font-style: normal;
}

.footer06 .copyright-footer img {
  font-family: 'Sans-serif', sans-serif;
  font-weight: 600;
  width: fit-content;
  height: 17px;
  padding-top: 2px;
}

.copyright-footer .separator {
  font-style: normal;
}

.footer06 .copyright-footer a {
  text-decoration: none;
  color: inherit;
  transition: .3s ease-in-out;
}

.footer06 .copyright-footer a:hover {
  color: var(--main-theme);
}

.footer-06-design img {
  width: 60px;
  height: auto;
}

.footer06 .f06_block.f06_title {
  text-align: center;
  padding: 0px 25px 40px 25px;
}

.f06-mt-lg {
  margin-top: var(--bs-gutter-x);
}

.footer06 .subtitle::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {

  .footer06 .f06_block,
  .footer06 .f06_block.grey {
    padding: 2rem;
  }

  .footer06 .row {
    --bs-gutter-x: 1.5rem;
  }
}

@media(max-width: 1199.98px) {
  .footer06 .footer-link {
    font-size: 18px;
  }

  .footer06 .row {
    --bs-gutter-x: 1.5rem;
  }

  .footer06 .f06_block.f06_title {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .footer06 .f06_block.f06_title br {
    display: none;
  }

  .footer06 .footer-links {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer06 .second-footer {
    margin-top: 45px;
    margin-bottom: 20px;
  }

  .footer06 {
    padding-bottom: 45px;
  }

  .f06-mt-lg {
    margin-top: 0;
  }

  .f06-mt-md {
    margin-top: var(--bs-gutter-x);
  }

  .footer06 .row {
    --bs-gutter-x: 1.5rem;
  }
}

@media screen and (max-width: 991.98px) {
  .footer06 .row {
    --bs-gutter-x: 1rem;
  }

  .footer06 .second-footer {
    margin-bottom: 40px;
  }

  .footer06 .f06_block.form {
    padding: 32px 36px 36px;
  }

  .footer06 .f06_block {
    padding: 36px;
  }

  .footer06 .footer-links {
    display: flex;
    column-count: 2;
  }

  .footer06 .footer-link {
    padding-inline: 0;
    width: 50%;
  }

}

@media(max-width: 767.98px) {

  .footer06 .row {
    --bs-gutter-x: 16px;
  }

  .footer06 .f06_block {
    height: 100%;
    padding: 0px 30px 30px 30px;
  }

  .footer06 .f06_block.grey {
    padding-top: 30px;
  }

  .footer06 .row.first-footer>[class*="col-"],
  .footer06 .row.second-footer>[class*="col-"] {
    height: auto !important;
  }

  .footer06 .f06_block.form {
    padding: 30px 30px;
  }

  .footer06 .f06_block.form .btn {
    width: 100%;
  }

  /*    .footer06 .footer-links {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }*/

  /*.footer06 .copyright-footer,
    .footer06 .footer-06-design {
        justify-content: center;
    }*/

  .footer06 .f06_block a.contact-link-email {
    font-size: 16px;
  }
}

@media(max-width: 767px) and (min-width: 576px) {
  .footer06 form>.row>.col-12.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media(max-width: 575.98px) {

  .footer06 .row {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
    gap: 24px;
  }

  .footer06 .form .row {
    gap: 0px;
  }

  .footer06 .f06_block.form .btn {
    max-width: 280px;
    margin: auto;
  }

  .footer06 .f06_block.f06_title {
    padding-bottom: 0px;
  }

  .footer06 .f06_block.f06_title>.row {
    gap: 0;
  }

  .footer06 .col-12>p:last-child {
    margin-bottom: 0;
  }

  .footer06 .footer-link {
    text-align: center;
  }

  .footer06 .footer-links {
    flex-direction: column;
  }

  .footer06 .copyright-footer,
  .footer06 .footer-06-design {
    justify-content: center;
    text-align: center;
  }

  .footer06 .cookies {
    display: block;
    text-wrap: pretty;
  }

  .footer06 .copyright-footer {
    gap: 4px;
  }
}

/* Footer 06 Styles End */