/*
 Theme Name: akukuu
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #01a4cc !important;
  --bs-primary-rgb: 1, 164, 204 !important;
  --bs-secondary: #e44b89 !important;
  --bs-secondary-rgb: 228, 75, 137 !important;
}

body {
  font-family: "Quicksand", sans-serif;
  color: black;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 15px;
}
p,
li,
td,
th {
  font-size: 15px;
  line-height: 1.4 !important;
}
.ls1 {
  letter-spacing: 1px !important;
}

.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 16px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.overlay1 {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(to bottom, rgba(1, 164, 204, 1) 0%, transparent 50%, rgba(228, 75, 137, 1) 100%);
}
.shape1 {
  clip-path: ellipse(49% 99% at 50% 0%);
  padding: 33px 115px;
}
.btn {
  font-weight: 600;
  font-size: 15px;
  border: 2px solid white;
  padding: 13px 25px;
  border-radius: 15px;
}
.btn-outline-light {
  border: 2px solid white;
}
.btn-primary {
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-primary);
  color: white;
  &:hover {
    border: 2px solid var(--bs-primary);
    background-color: white;
    color: black;
  }
}
.btn-secondary {
  border: 2px solid var(--bs-secondary);
  background-color: var(--bs-secondary);
  color: white;
  &:hover {
    border: 2px solid var(--bs-secondary);
    background-color: white;
    color: black;
  }
}

.hero {
  height: 90vh;
  background-size: cover;
  background-position: center;
}
.location-badge p {
  left: 0px;
  right: 0px;
  margin: 0 auto;
  margin-bottom: 29px;
  font-size: 17px;
}
.menu .nav-link {
  padding: 0px;
  font-size: 15px;
  color: black;
  font-weight: 600;
}
.menu .left .nav-link {
  margin-right: 15px;
}
.menu .right .nav-link {
  margin-left: 15px;
}
.nav .dropdown-toggle::after {
  border: none;
  font-family: "bootstrap-icons";
  content: "\F282";
  vertical-align: middle;
  margin-left: 4px;
  font-weight: 900;
}
.menu .logo {
  position: relative;
  margin-bottom: -30px;
  z-index: 9;
}

@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .shape1 {
    clip-path: ellipse(49% 99% at 50% 0%);
    padding: 33px 90px;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
}
