/* global styles */

* {
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
}

h1,
h2,
h3 {
  line-height: 1;
}

h1 {
  font-size: 4rem;
  font-weight: 700;
}

body {
  font-family: "Barlow", Sans-serif;
  line-height: var(--bs-body-line-height);
  color: var(--bs-white);
  background-color: var(--bs-dark);
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

/* Addtional styles */

.overlay-1 {
  background: url("../images/overlay1.png") no-repeat top center/contain;
}

/* .float-text1 {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
 */
.input-wrapper {
  background-color: white;
}

/* Button zoom animation */
.btn-zoom-hover {
  transition: transform 0.3s ease;
}

.btn-zoom-hover:hover {
  animation: zoomInOut 0.6s ease;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* FAQ Accordion Styles */
.faq-item {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffd100;
}

.faq-item .accordion-button {
  background-color: #ffd100;
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  border: none;
  box-shadow: none;
}

.faq-item .accordion-button:not(.collapsed) {
  background-color: #ffd100;
  color: #000;
  box-shadow: none;
}

.faq-item .accordion-button:focus {
  box-shadow: none;
  border: none;
}

.faq-item .accordion-button::after {
  display: none;
}

.faq-item .accordion-button .faq-icon {
  font-weight: 900;
  font-size: 1.5rem;
  min-width: 25px;
}

.faq-item .accordion-body {
  background-color: #fff;
  color: #000;
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  border-top: 2px solid #e0e0e0;
}

.faq-item .accordion-collapse {
  border: none;
}

.input-wrapper:hover,
.input-wrapper:active {
  background: var(--bs-primary);
}

.btn-primary:hover {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-primary) !important;
  border-color: transparent;
}

.blog-image {
  width: 100%;
  object-fit: cover;
}

.overlay2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.dashed-border {
  border: 5px dashed var(--bs-primary);
}


.strike {
  text-decoration: line-through;
}

.bg1 {
  background: url("../images/bg1.jpg") no-repeat center center fixed;
  background-size: cover;
}

.bg2 {
  background: url("../images/index-image3.webp") no-repeat center center fixed;
  background-size: cover;
}

.bg3 {
  background: url("../images/blog1.png") no-repeat center center;
  background-size: cover;
}

.bg4 {
  background: url("../images/bg-rozhodnutie.jpg") no-repeat center center;
  background-size: cover;
}

.bg5 {
  background: url("../images/construction-site-sunset-scaled.jpg") no-repeat center center;
  background-size: cover;
}

.nav-link {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid transparent;
}

.nav-link.active,
.nav-link:hover {
  border-bottom: 2px solid white;
  color: white;
}

/* custom classes */

.smaller {
  font-size: 0.75rem !important;
}

.mini {
  font-size: 0.65rem !important;
}

.micro {
  font-size: 0.5rem !important;
}

.reset-input {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
}

.reset-input::placeholder {
  color: inherit;
  opacity: 0.5;
}

.bg-white-mask {
  background: linear-gradient(white 50%, rgba(255, 255, 255, 0));
}

/* media classes */

@media (max-width: 1200px) {
  /* large screens */
}

@media (max-width: 992px) {
  /* medium screens */
}

@media (max-width: 768px) {
  /* small screens */
}

@media (max-width: 576px) {
  /* extra small screens */
}

/* scrollbar classes */

.btn-custom-gold {
  position: relative;
  display: inline-block;
  isolation: isolate;
  overflow: visible;
  z-index: 0;
  background-color: transparent;
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  background-image: linear-gradient(214deg, #FFC410 0%, #AD8200 100%);
  border-radius: 20px 20px 20px 20px;
  padding: 12px 36px 12px 36px;
  color: #FFFFFF;
  box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.21);
  border-radius: 10px 10px 10px 10px;
  border: none;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  transition-property: transform;
  transition-duration: 0.3s;
}

.btn-custom-gold::before,
.btn-custom-gold::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%) scale(0.95);
  border-radius: 20px;
  pointer-events: none;
  background: rgba(255, 196, 16, 0.35);
  opacity: 0.6;
  animation: pulse-wave 4.5s ease-out infinite;
  z-index: -1;
}

.btn-custom-gold::after {
  animation-delay: 2.25s;
}

@keyframes pulse-wave {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0.6;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0;
  }
}

.btn-custom-gold:hover {
  transform: scale(0.9);
}

.border-custom {
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #939393;
  border-radius: 20px 20px 20px 20px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: rgb(147, 147, 147);
}

/* Instagram icon hover effect */
.instagram-link i {
  transition: color 0.3s ease;
}

.instagram-link:hover i {
  color: var(--bs-primary) !important;
}


/* mobile or default */

.f900 {
  font-weight: 900;
}

.hero-title {
  font-size: 35px;
}

.spol-dov-title {
    font-size: 35px;
    font-weight: 900;
}

.price-title {
  font-size: 35px;
  font-weight: 900;
  color: #1a2332;
  font-style: italic;
}

.price-subtitle {
  font-weight: 600;
  font-size: 35px;
}

.price-price {
  color: #FFD200;
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  font-family: sans-serif;
}

.price-old {
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    text-decoration: line-through;
    opacity: .9;
    font-family: sans-serif;
}

.price-badge {
    background: #FFD200;
    color: #0f2240;
    font-weight: 800;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 6px;
    line-height: 1;
    display: inline-block;
    font-family: sans-serif;
}

.price-feature {
  font-size: 35px;
  font-weight: 900;
}

.hero-description {
  font-size: 17px;
  line-height: 1.5;
}

.nadpis {
  font-size: 35px;
  font-weight: 900;
}

/* tablet and up */
@media (min-width: 768px) {
  .hero-title {
    font-size: 65px;
  }

  .hero-description {
    font-size: 21px;
  }

  
.spol-dov-title {
    font-size: 38px;
}

  .price-title {
    font-size: 38px;
  }

  .price-subtitle {
    font-size: 22px;
  }

  .price-price {
    font-size: 64px;
  }
  
  .price-old {
    font-size: 32px;
  }

  .price-badge {
    font-size: 16px;
  }

  .price-feature {
    font-size: 18px;    
  }

  .nadpis {
    font-size: 38px;
  }

}