* {
  margin: 0;
  padding: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  max-width: 100vw;
  overflow-x: clip;
  scroll-behavior: smooth;
  min-height: 100vh;
  overscroll-behavior: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

body {
  color: black !important;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.spinner-border-lg {
  width: 1.8rem;
  height: 1.8rem;
  border-width: 0.3em;
}

.spinner-custom-color {
  color: #005C65;
}

.section-background-overview, .section-background-crew, .section-background-toys {
  background-position: center;
  background-attachment: scroll;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-background-overview {
  background-image: url("/app-assets/media/background/overview-bg.jpg");
  padding: 128px 0 !important;
}

.section-background-crew {
  background-image: url("/app-assets/media/background/crew-bg.jpg");
  padding-bottom: 128px !important;
}

.section-background-toys {
  background-image: url("/app-assets/media/background/toys-bg.jpg");
}

.container-1280 {
  max-width: 1280px;
  padding-left: 64px;
  padding-right: 64px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.glass-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 68px;
  background: linear-gradient(270deg, rgba(18, 63, 76, 0.8) 0%, rgba(26, 43, 56, 0.8) 100%);
  backdrop-filter: blur(4px);
  z-index: 1030;
}

.glass-overlay {
  position: absolute;
  /*top: 68px;*/
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(18, 63, 76, 0.8) 0%, rgba(26, 43, 56, 0.8) 100%);
  backdrop-filter: blur(4px);
  z-index: 2;
  transition: opacity 2s ease-in-out;
}

.navbar-brand {
  display: flex;
  width: 209px;
  height: 64px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0.5px;
  flex-shrink: 0;
}

.responsive-logo {
  max-height: 40px !important;
}

.custom-toggler {
  width: 48px;
  height: 48px;
  border: none;
  padding: 0;
  border-radius: 50%;
  background-color: #00BACC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  z-index: 1060;
}

.custom-toggler .bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: 0.3s ease;
}

.navbar-nav .nav-link {
  font-size: 16px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-style: normal;
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #00BACC !important;
  border-bottom: 2px solid #00BACC;
}

.navbar-nav .nav-link.active {
  color: #00BACC !important;
  border-bottom: 2px solid #00BACC;
  padding-bottom: 0.25rem;
  font-weight: 500;
}

.mobile-menu {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  padding: 1rem 0;
}

@media (max-width: 991.98px) {
  .custom-toggler .bar {
    background-color: #fff;
  }
  .nav-item {
    margin-bottom: 10px;
  }
  .mobile-menu .nav-link {
    font-size: 16px;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.75rem 0;
  }
  .navbar .container-1280 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .container-1280 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar-brand {
    justify-content: flex-start;
  }
  #mainNavbar.collapse.show {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100vw;
    background: linear-gradient(270deg, #123F4C 0%, #1A2B38 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
    z-index: 1029;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  #mainNavbar.collapse.show .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #mainNavbar.collapse.show .nav-link {
    padding: 0.75rem 0;
    width: auto;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
  }
}
.custom-toggler.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.custom-toggler.open .bar:nth-child(2) {
  opacity: 0;
}

.custom-toggler.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

main.content {
  padding-top: 56px;
}

.video-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin-top: 0;
  z-index: 0;
}

.video-hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-hero > div.position-absolute {
  z-index: 1;
}

.intro-subtitle {
  color: #00BACC;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 11.04px;
  text-transform: uppercase;
  margin-bottom: 32px;
  text-align: center;
}

.intro-title {
  color: #FFF;
  text-align: center;
  font-size: 96px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px) {
  .intro-subtitle {
    /*    font-size: 12px;
    letter-spacing: 8px;*/
    margin-bottom: 24px;
  }
  .intro-title {
    /*font-size: 48px;*/
  }
}
@media (max-width: 610px) {
  .intro-title {
    font-size: 78px;
  }
}
@media (max-width: 480px) {
  .intro-title {
    font-size: 60px;
  }
}
.page-title {
  color: #00BACC;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 11.04px;
  text-transform: uppercase;
  margin-bottom: 86px;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .page-title {
    letter-spacing: 8px;
  }
}
@media (max-width: 480px) {
  .page-title {
    letter-spacing: 6px;
  }
}
/* Animacije fadeIn i fadeOut */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.line {
  display: block;
  opacity: 0;
  animation-fill-mode: forwards;
}

.overview-section, .technical-section, .gallery-section, .contact-section {
  background: linear-gradient(270deg, #123F4C 0%, #1A2B38 100%);
  padding-top: 128px;
  padding-bottom: 128px;
}

.technical-section {
  padding-bottom: 128px;
}

.technical-section, .gallery-section, .contact-section {
  background: #FFFFFF;
}

.overview-description {
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 64px;
  max-width: 100%;
}

.overview-description {
  position: relative;
}

.overview-description .char {
  display: inline-block;
}

.overview-description .word {
  white-space: nowrap;
  display: inline-block;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0;
  transform-origin: center center;
  will-change: transform, opacity;
}

@media (max-width: 1024px) {
  .info-label {
    letter-spacing: 4px;
  }
  .info-data {
    font-size: 28px;
  }
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .overview-description {
    line-height: normal;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .info-label {
    letter-spacing: 4px;
  }
  .info-data {
    font-size: 24px;
  }
  .overview-description {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .info-label {
    font-size: 12px;
    letter-spacing: 4px;
  }
  .info-data {
    font-size: 20px;
  }
  .overview-description {
    margin-bottom: 32px;
  }
}
.info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  border-radius: 16px;
  border: 2px solid #00BACC;
  background-color: transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.info-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 24px;
}

.info-label {
  color: #00BACC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}

.info-data {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.description-text {
  background: transparent !important;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: stretch;
  margin: 0 auto;
}

.description-text p {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .description-text {
    font-size: 24px;
  }
  .tab-btn, .gallery-section-tab-btn {
    font-size: 20px !important;
  }
}
.text-hidden {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.text-hidden.active {
  opacity: 1;
}

.read-more-btn {
  background-color: transparent;
  border: 2px solid #00BACC;
  color: #FFF;
  padding: 0px 32px;
  font-size: 16px;
  margin-top: 16px;
  cursor: pointer;
  border-radius: 16px;
  display: flex;
  height: 64px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 16px auto 0;
  width: 289px;
}

.read-more-btn:hover {
  opacity: 0.7;
}

.read-more-btn .btn-text {
  color: #00BACC;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.read-more-btn .arrow-icon {
  width: 24px;
  height: 24px;
  stroke: #00BACC;
}

.download-icon {
  transition: transform 0.3s ease;
}

.download-icon.rotated {
  transform: rotate(180deg);
}

.video-background {
  background: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}

.video-container {
  position: relative;
  margin: 128px auto;
  max-width: 1280px;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.responsive-video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  margin: 0;
}

.video-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(18, 63, 76, 0.8) 0%, rgba(26, 43, 56, 0.8) 100%);
  transition: opacity 0.4s ease;
  z-index: 1;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url("/app-assets/media/svg/video/ellipse.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.ellipse-bg {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 1;
}

.ellipse {
  height: 60px;
}

.play-icon {
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 480px) {
  .video-container {
    margin: 60px auto;
  }
  .video-background {
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.download-brochure {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 128px;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 32px;
  height: 64px;
  border: 2px solid #00BACC;
  border-radius: 16px;
  background: transparent;
  color: #005C65;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.download-icon {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 4px 3.5px 4px 4.5px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #00BACC;
}

.btn-download:hover {
  background: #00BACC;
  color: white;
  border-color: #00BACC;
  transition: all 0.3s ease;
}

.btn-download:hover .download-icon img {
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .btn-download {
    padding: 0 24px;
    height: 56px;
    font-size: 14px;
    letter-spacing: 4px;
    gap: 8px;
  }
  .download-icon {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
}
@media (max-width: 480px) {
  .btn-download {
    padding: 0 16px;
    height: 48px;
    font-size: 12px;
    letter-spacing: 3px;
    gap: 6px;
  }
  .download-icon {
    width: 24px;
    height: 24px;
    padding: 2px;
  }
  .download-brochure {
    margin-bottom: 64px;
  }
}
.from-left, .from-right {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.8s ease-in-out;
}

.from-left {
  transform: translateX(-100px);
}

.from-right {
  transform: translateX(100px);
}

.scroll-in-view.from-left,
.scroll-in-view.from-right {
  opacity: 1;
  transform: translateX(0);
}

/* Layout desktop */
.text-content, .text-content-third, .text-content-fourth {
  color: #fff;
  position: relative;
  height: 100%;
  display: flex;
  margin-top: 45px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0;
}

.text-content-third, .text-content-fourth {
  color: #005C65;
}

.from-left.text-content, .text-content-fourth {
  justify-content: flex-end;
  text-align: right;
}

.from-right.text-content, .from-right.text-content-third {
  justify-content: flex-start;
  text-align: left;
}

.second-image-z-index {
  position: relative;
  z-index: 12;
}

.image-content img {
  max-width: 1096.441px;
  max-height: 818.489px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 40px;
}

.second-image img {
  max-width: 1096.441px;
  max-height: 818.489px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 40px;
}

.third-image img {
  max-width: 1096.441px;
  max-height: 818.489px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 40px;
}

.scroll-section {
  position: relative;
  padding-top: 128px !important;
}

.third-image-section {
  background: #fff !important;
  margin-top: -100px;
  padding-top: 100px;
  position: relative;
  z-index: 10;
}

.section-margin-bottom {
  margin-bottom: 5rem;
}

.toys-margin-bottom {
  margin-bottom: 10rem;
}

.title-margin-bottom {
  margin-bottom: 5rem;
}

.custom-title {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 9.2px !important;
  text-transform: uppercase !important;
}

@media (max-width: 991.99px) {
  .row.scroll-animate {
    flex-direction: column !important;
    align-items: center !important;
  }
  .text-content, .text-content-third, .text-content-fourth {
    order: 1 !important;
    position: relative;
    background: none;
    padding: 0 1rem;
    text-align: center !important;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin: 0 auto 1rem auto;
    justify-content: flex-start !important;
  }
  .image-content,
  .second-image,
  .third-image {
    order: 2 !important;
    position: relative;
    min-height: auto;
    margin-bottom: 3rem;
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .row.scroll-animate {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .text-content, .text-content-third, .text-content-fourth {
    order: 1 !important;
    position: relative;
    background: none;
    padding: 0 1rem;
    text-align: left !important;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin: 0 auto 1rem auto;
    justify-content: flex-start !important;
  }
  .image-content,
  .second-image,
  .third-image {
    order: 2 !important;
    position: relative;
    min-height: auto;
    margin-bottom: 3rem;
    justify-content: flex-start !important;
  }
  .third-image img, .second-image img, .image-content img {
    margin-bottom: 0;
  }
}
.tab-buttons {
  display: flex;
  gap: 64px !important;
  align-items: flex-start !important;
  justify-content: center;
  margin-bottom: 86px;
}

.tab-btn, .gallery-section-tab-btn {
  color: #005C65;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none !important;
  padding-bottom: 8px;
  background: none !important;
  text-transform: uppercase;
}

.tab-btn:hover, .gallery-section-tab-btn:hover {
  color: #00BACC;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-btn.active, .gallery-section-tab-btn.active {
  color: #005C65;
  border-bottom: 2px solid #00BACC !important;
  font-weight: 500;
}

.gallery-section-tab {
  transition: opacity 0.3s ease-in-out;
}

.gallery-section-tab.gallery-section-tab--hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}

.gallery-section-tab.gallery-section-tab--active {
  visibility: visible;
  opacity: 1;
  height: auto;
  position: static;
  pointer-events: auto;
}

.custom-table {
  margin: 0 auto;
  display: grid;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 129px 1fr 1fr 1fr;
  align-items: start;
  gap: 12px;
  grid-auto-flow: row;
}

.table-row:not(:last-child) {
  margin-bottom: 57px;
}

.table-row:last-child {
  margin-bottom: 0;
}

.table-label {
  color: #005C65;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.table-data {
  display: contents;
  color: #005C65;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin-right: 129px;
}

@media (min-width: 551px) and (max-width: 880px) {
  .custom-table {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
    max-width: 100%;
  }
  .table-row {
    display: block;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border: none;
    margin-bottom: 0;
  }
  .table-row:not(:last-child) {
    margin-bottom: 0;
  }
  .table-label {
    width: auto;
    font-size: 18px !important;
    margin-bottom: 0.5rem;
    font-weight: 400;
    letter-spacing: 4px;
  }
  .table-data {
    display: block;
    gap: 0;
    font-size: 24px;
    color: #444;
  }
  .table-data > div {
    background: transparent;
    padding: 0;
    border-radius: 0;
    white-space: normal;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 550px) {
  .custom-table {
    display: block;
    max-width: 100%;
  }
  .table-row {
    display: block;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border: none;
    margin-bottom: 1rem !important;
  }
  .table-data > div {
    background: transparent;
    padding: 0;
    border-radius: 0;
    white-space: normal;
    margin-bottom: 0.3rem;
  }
}
.SlickPhotoswipGallery {
  position: relative;
  overflow: hidden;
}

.slick-slide {
  height: auto !important;
}

.gallery-area {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

.gallery-item {
  position: relative;
  margin: 0 12px 0;
  text-align: center;
  padding: 15px;
}

.gallery-single-item {
  position: relative;
  text-align: center;
}

.gallery-item img {
  border-radius: 16px;
  display: inline-block;
  height: 1100px;
  object-fit: cover;
  width: 100%;
  object-position: center center;
}

.gallery-single-item img {
  border-radius: 16px;
  display: inline-block;
  object-fit: cover;
}

.gallery-item .photo-gallery {
  z-index: 1;
  transition: 0.4s linear;
}

.gallery-active .slick-slide {
  transition: 0.4s linear;
  position: relative;
}

.gallery-active .slick-list {
  overflow: visible;
}

.gallery-item .play-btn {
  color: var(--youtube);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  line-height: 1;
}

.gallery-item .apartment-view {
  max-width: 1290px;
  height: 785px;
}

.gallery-item iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.gallery-container {
  padding-left: 26px;
  padding-right: 26px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-caption {
  padding-top: 12px;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  color: #005C65;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
}

@media (max-width: 2010px) {
  .gallery-item img {
    height: 800px;
  }
}
@media (max-width: 1800px) {
  .gallery-item img {
    height: 755px;
  }
}
@media (max-width: 1500px) {
  .gallery-item img {
    height: 728px;
  }
  .gallery-container {
    max-width: 1270px;
  }
}
@media (max-width: 1199.98px) {
  .gallery-item img {
    height: 520px;
  }
  .gallery-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .gallery-item img {
    height: 420px;
  }
  .gallery-container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .gallery-item img {
    height: 300px;
    object-fit: cover;
  }
  .pswp__button--dots {
    display: block !important;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .gallery-caption {
    font-size: 14px;
    padding: 6px 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-item img {
    height: 350px;
  }
}
.form-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgb(18, 63, 76);
  margin-top: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0 !important;
}

input.form-control,
select.form-select {
  margin-top: 6px;
  height: 63px;
  padding: 16px 32px;
  border-radius: 8px;
  border: 2px solid #00BACC !important;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  background-color: #fff;
  box-sizing: border-box;
}

textarea.form-control {
  margin-top: 12px;
  padding: 16px 32px;
  border-radius: 8px;
  border: 2px solid #00BACC !important;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  background-color: #fff;
  box-sizing: border-box;
}

.contact-form-wrap {
  margin: 0 auto;
}

.contact-form-wrap label {
  font-weight: 400;
  color: #444;
}

.contact-form-wrap input,
.contact-form-wrap textarea,
.contact-form-wrap select {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgb(18, 63, 76);
  margin-bottom: 3px;
}

select.form-select {
  display: flex;
  padding: 12px 32px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

select.form-select option {
  color: #708E8C;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus,
.contact-form-wrap select:focus {
  border-color: #999;
  box-shadow: 0 0 0 3px rgba(122, 92, 58, 0.1);
  outline: none;
}

.contact-title, .gallery-title, .technical-title {
  color: #005C65;
}

.btn-dark {
  background-color: #fff !important;
  color: #005C65 !important;
  border-radius: 16px !important;
  border: 2px solid #00BACC !important;
  text-transform: uppercase !important;
  padding: 0 32px !important;
  height: 64px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 7.36px;
}

#submitBtn:disabled {
  color: #B2C3C1 !important;
  cursor: not-allowed !important;
  border: 2px solid #D3DDDC !important;
}

#submitBtn:disabled .send_btn_svg {
  background: #B2C3C1 !important;
}

.send_btn_svg {
  width: 24px;
  height: 24px;
  border-radius: 32px;
  background: #00BACC;
  padding: 4px 3px 4px 5px;
  justify-content: center;
  align-items: center;
}

.btn-dark:hover {
  opacity: 0.7 !important;
}

html.swal2-shown, body.swal2-shown {
  overflow-y: hidden !important;
  height: auto !important;
}

.availability-field {
  display: none;
}

.text-danger {
  color: #E6222E !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.my-confirm-btn {
  background-color: var(--ACCCENT, #00BACC) !important;
  color: white !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 12px 32px !important;
  border-radius: 8px !important;
  border: none !important;
  cursor: pointer !important;
}

.my-confirm-btn:hover {
  background-color: #008C9E !important;
}

.swiper-3d .swiper-slide-shadow {
  background: none !important;
}

.crew-margin-top {
  padding-top: 128px !important;
}

.crew-role {
  color: #FFF !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
}

.crew-name {
  color: #FFF !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 32px !important;
}

.crew-description {
  color: #FFF !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.crew-border {
  border-radius: 32px;
  border: 2px solid #00BACC;
  border-left: none;
  border-top: none;
  display: flex;
  margin: 174px 0 0 !important;
  padding-bottom: 0;
  overflow: visible !important;
  position: relative;
  max-height: 460px;
}

.crew-border-responsive {
  border: none;
}

.swiper {
  /*width: 600px;*/
  width: 336px;
  /*width: 100%;*/
  /*height: 100%;*/
  height: 614px;
  padding-bottom: 2rem;
  overflow: visible !important;
  z-index: 0 !important;
}

.swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  opacity: 0;
  pointer-events: none;
  /*transition: opacity 0.5s ease-in !important;*/
  top: -130px;
  z-index: -10 !important;
}

.swiper-slide img {
  height: 300px;
  width: 450px;
  max-width: 100%;
  object-fit: cover;
}

.swiper-scrollbar {
  background-color: red;
  margin-top: 3rem;
}

.mySwiper img {
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.mySwiper .swiper-slide.swiper-slide-active {
  top: -173px;
}

.mySwiper .swiper-slide {
  opacity: 1;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}

.swiper-slide img {
  opacity: 0.7;
  transition: opacity 0.5s ease-out;
}

.swiper-slide-active img {
  opacity: 1;
}

.swiper-slide {
  width: 425px !important;
}

.mySwiper .swiper-slide.swiper-slide-prev,
.mySwiper .swiper-slide.swiper-slide-next {
  scale: 0.9;
  z-index: -9 !important;
  top: -130px;
  filter: brightness(0.6);
}

.mySwiper .swiper-slide-prev img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 135px 100%, 1% calc(100% - 99px));
}

/*.mySwiper .swiper-slide-next img {
    clip-path: polygon( 0% 0%, 100% 0%, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0% 100% );
}*/
/* Donji desni kut za NEXT */
/*.mySwiper .swiper-slide-next::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle at bottom right, black 0%, transparent 70%);
    mix-blend-mode: destination-out;
    pointer-events: none;
    z-index: 2;
}*/
.swiper-button-prev, .swiper-button-next {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.swiper-button-prev .ellipse,
.swiper-button-next .ellipse {
  display: block;
}

.swiper-button-prev .arrow,
.swiper-button-next .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.swiper-button-prev:hover .arrow,
.swiper-button-next:hover .arrow {
  opacity: 0.4;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "" !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "" !important;
}

.crew-direction {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.arrow-buttons-container {
  position: relative;
  bottom: 0;
  display: flex;
  top: -220px;
  justify-content: center;
  gap: 20px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 18px !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 18px !important;
}

.form-select.is-invalid, .was-validated .form-select:invalid, .form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #f1416c !important;
}

.form-control.is-valid, .was-validated .form-control:valid, .form-select.is-valid, .was-validated .form-select:valid {
  border-color: #50cd89 !important;
}

.contact-details {
  border-top: 2px solid #B2C3C1;
  margin-top: 128px;
}

.contact-info-text {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #123F4C;
  margin-top: 24px;
}

.left-contact-item {
  margin-right: 348px;
}

.contact-item-right {
  flex: 1;
}

.e-with-fixed-bg, .e-with-fixed-bg2 {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.bg-wrap, .bg-wrap2 {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg, .bg2 {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  will-change: auto;
  pointer-events: none;
  z-index: -1;
}

.bg {
  background-image: url("../../../app-assets/media/separators/separator_1.jpg");
}

.bg2 {
  background-image: url("../../../app-assets/media/separators/separator_3.jpg");
}

footer {
  position: relative;
  z-index: 10;
  background: white;
  color: rgb(18, 63, 76);
}

.footer-a {
  color: rgb(64, 160, 219);
  font-weight: 600;
}

.title {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline-block;
  will-change: transform;
  position: relative;
}

.fourth-image-margin-bottom {
  margin-bottom: 128px !important;
}

.logo-active {
  display: inline;
}

.logo-inactive {
  display: none;
}

.logo-switched .logo-active {
  display: none;
}

.logo-switched .logo-inactive {
  display: inline;
}

.swiper-pagination {
  display: none;
}

#dynamicTitle {
  display: inline-block;
  white-space: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

.mobile-layout {
  display: block;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 1220px) {
  .crew-border {
    border: none;
    max-height: none;
  }
  .arrow-buttons-container {
    display: none !important;
  }
  .crew-border-responsive {
    border-radius: 32px;
    border-bottom: 2px solid #00BACC;
    /*display: flex;*/
    margin: 0px !important;
    padding-bottom: 0;
    overflow: visible !important;
    /*position: relative;*/
    max-width: 300px;
    max-height: 290px;
  }
  .swiper-wrapper {
    top: 0;
  }
  .swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    top: -62px !important;
  }
  .mySwiper .swiper-slide.swiper-slide-active {
    top: -79px !important;
  }
  .mySwiper .swiper-slide.swiper-slide-prev, .mySwiper .swiper-slide.swiper-slide-next {
    top: -62px !important;
  }
  .crew-margin-top {
    padding-top: 64px !important;
  }
  .mySwiper .swiper-slide {
    height: 367px;
  }
  .swiper-slide {
    width: 277px !important;
  }
  .crew-role {
    font-size: 16px !important;
  }
  .crew-name {
    font-size: 24px !important;
  }
  .crew-description {
    font-size: 16px !important;
    text-align: left;
    height: 119px !important;
  }
  .swiper-pagination {
    display: block;
  }
  .crew-border {
    margin: 120px 0 0 !important;
  }
  .section-background-overview {
    padding: 64px 0 !important;
  }
  .section-background-crew {
    padding-bottom: 64px !important;
  }
  .mySwiper {
    width: 100%;
    height: auto;
    padding: 20px 0;
    touch-action: none;
  }
  .crew-direction {
    margin-top: 40px;
    padding: 0;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -24px !important;
  }
  .swiper-pagination-bullet {
    background: #fffcfc !important;
  }
  .mySwiper .swiper-slide-prev img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 78px 100%, -11% calc(100% - 100px));
  }
  .mySwiper .swiper-slide-next img {
    clip-path: polygon(0% 0%, 100% 0%, 90% calc(83% + 15px), calc(104% - 98px) 102%, 0% 100%);
  }
}
@media (min-width: 1221px) and (max-width: 1279px) {
  /*    .swiper-wrapper {
      top: calc(-100px + ((1279px - calc(121.5vw + ((1279 - 100vw) * 0.353))) * 0.1));
  }*/
}
@media (min-width: 1200px) and (max-width: 1268px) {
  .info-data {
    font-size: 29px;
  }
}
@media (max-width: 1200px) {
  .intro-subtitle {
    font-size: 16px;
  }
  .intro-title {
    font-size: 60px;
  }
  .page-title {
    font-size: 16px;
    letter-spacing: 0.69rem;
    margin-bottom: 32px;
  }
  .overview-section, .technical-section, .gallery-section, .contact-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .overview-description {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .info-card {
    padding: 16px 10px;
  }
  .info-grid {
    gap: 12px;
  }
  .info-icon {
    margin-bottom: 12px;
  }
  .info-label {
    font-size: 14px;
  }
  .info-data {
    font-size: 22px;
  }
  .info-icon {
    height: 20px;
    width: 20px;
  }
  .description-text {
    font-size: 16px;
    margin: 0 auto;
  }
  .read-more-btn {
    width: 203px;
    height: 50px;
    padding: 0px 16px;
    gap: 6px;
  }
  .read-more-btn .btn-text {
    font-size: 14px;
  }
  .btn-download {
    font-size: 12px;
    padding: 0px 16px;
    height: 48px;
  }
  .video-container {
    margin: 64px auto;
  }
  .download-brochure {
    margin-bottom: 64px;
  }
  .scroll-section {
    padding-top: 64px;
  }
  .text-content, .text-content-third, .text-content-fourth {
    margin-top: 34px;
  }
  .title {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .tab-buttons {
    margin-bottom: 32px;
  }
  .tab-btn, .gallery-section-tab-btn {
    font-size: 16px !important;
  }
  .gallery-caption {
    font-size: 16px;
  }
  .table-row {
    grid-template-columns: 210px 30px 1fr 1fr 1fr;
  }
  .table-label {
    font-size: 14px !important;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }
  .table-data {
    font-size: 16px !important;
    margin-right: 80px;
  }
  .form-label {
    font-size: 13px;
    margin-top: 20px;
  }
  .contact-form-wrap input, .contact-form-wrap textarea, .contact-form-wrap select {
    padding: 11px 16px;
    font-size: 18px;
  }
  input.form-control, select.form-select, textarea.form-control {
    margin-top: 0;
  }
  .btn-dark {
    height: 45px;
    padding: 0px 16px;
  }
  .text-danger {
    font-size: 14px;
  }
}
@media (max-width: 1135px) {
  .crew-description {
    height: 155px !important;
  }
}
@media (max-width: 1024px) {
  .contact-details {
    flex-direction: column !important;
    text-align: left;
    margin-top: 64px;
  }
  .contact-info-text {
    text-align: left;
    margin-top: 12px;
    font-size: 18px;
  }
  .left-contact-item {
    margin-bottom: 20px;
  }
  .left-contact-item {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .contact-info-text {
    margin-top: 12px;
    font-size: 16px;
  }
  .overview-description {
    font-size: 18px;
    margin-bottom: 4rem;
  }
  .page-title {
    letter-spacing: 0.69rem;
    margin-bottom: 32px;
  }
  .info-label {
    font-size: 12px;
  }
  .info-data {
    font-size: 18px;
  }
  .description-text {
    font-size: 14px;
  }
  .read-more-btn {
    width: 185px;
    height: 40px;
  }
  .read-more-btn .btn-text {
    font-size: 12px;
  }
  .container-1280 {
    padding: 0px 24px;
  }
  .scroll-section {
    padding-top: 64px !important;
  }
  .title {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .tab-buttons {
    margin-bottom: 32px;
  }
  .tab-btn, .gallery-section-tab-btn {
    font-size: 14px !important;
  }
  .gallery-caption {
    font-size: 12px;
  }
  .crew-margin-top {
    padding-top: 64px !important;
  }
  .mySwiper .swiper-slide {
    height: 236px;
  }
  .crew-role {
    font-size: 12px !important;
  }
  .crew-name {
    font-size: 20px !important;
  }
  .crew-description {
    font-size: 14px !important;
    height: 145px !important;
  }
  .swiper-wrapper {
    top: 0;
  }
  .crew-margin-top {
    padding-top: 64px !important;
  }
  .mySwiper .swiper-slide {
    height: 367px;
  }
  .swiper-pagination {
    display: block;
  }
  .section-background-overview {
    padding: 64px 0 !important;
  }
  .section-background-crew {
    padding-bottom: 64px !important;
  }
  .table-label {
    font-size: 12px !important;
  }
  .table-data > div {
    font-size: 14px;
  }
  .form-label {
    font-size: 12px;
    margin-top: 20px;
  }
  .contact-form-wrap input, .contact-form-wrap textarea, .contact-form-wrap select {
    padding: 11px 16px;
    font-size: 18px;
  }
  input.form-control, select.form-select, textarea.form-control {
    margin-top: 0;
  }
  .btn-dark {
    height: 45px;
    padding: 0px 16px;
  }
  .text-danger {
    font-size: 14px;
  }
  .intro-title {
    font-size: 48px;
  }
  .btn-download {
    font-size: 12px;
    padding: 0px 16px;
    height: 48px;
  }
  .padding-video {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .video-background {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .responsive-video {
    border-radius: 0px;
  }
  .video-container {
    border-radius: 0px;
  }
}
/*@media (max-width: 768px) {

    .contact-info-text {
        margin-top: 1.1rem;
        font-size: 1.35rem;
    }

    .overview-description {
        font-size: 1.475rem;
        margin-bottom: 4rem;
    }

    .page-title {
        letter-spacing: 0.69rem;
        margin-bottom: 2.35rem;
    }

    .info-label {
        font-size: 1.1rem;
    }

    .info-data {
        font-size: 1.475rem;
    }

    .description-text {
        font-size: 1.225rem;
    }

    .read-more-btn {
        width: 11.9125rem;
        height: 2.85rem;
    }

    .read-more-btn .btn-text {
        font-size: 1.1rem;
    }

    .container-1280 {
        padding: 0rem 1.85rem;
    }

    .scroll-section {
        padding-top: 4.35rem !important;
    }

    .title {
        font-size: 1.1rem;
        margin-bottom: 0.35rem;
    }

    .tab-buttons {
        margin-bottom: 2.35rem;
    }

    .tab-btn, .gallery-section-tab-btn {
        font-size: 1.225rem !important;
    }

    .gallery-caption {
        font-size: 1.1rem;
    }

    .crew-margin-top {
        padding-top: 4.35rem !important;
    }

    .mySwiper .swiper-slide {
        height: 367px;
    }

    .crew-role {
        font-size: 1.1rem !important;
    }

    .crew-name {
        font-size: 1.6rem !important;
    }

    .crew-description {
        font-size: 1.225rem !important;
        height: 145px !important;
    }

    .swiper-wrapper {
        top: 0;
    }

    .crew-margin-top {
        padding-top: 4.35rem !important;
    }

    .swiper-pagination {
        display: block;
    }

    .section-background-overview {
        padding: 4.35rem 0 !important;
    }

    .section-background-crew {
        padding-bottom: 4.35rem !important;
    }

    .table-label {
        font-size: 1.1rem !important;
    }

    .table-data > div {
        font-size: 1.225rem;
    }

    .form-label {
        font-size: 1.1rem;
        margin-top: 1.6rem;
    }

    .contact-form-wrap input,
    .contact-form-wrap textarea,
    .contact-form-wrap select {
        padding: 1.0375rem 1.35rem;
        font-size: 1.475rem;
    }

    input.form-control,
    select.form-select,
    textarea.form-control {
        margin-top: 0;
    }

    .btn-dark {
        height: 3.1625rem;
        padding: 0rem 1.35rem;
    }

    .text-danger {
        font-size: 1.225rem;
    }

    .intro-title {
        font-size: 3.35rem;
    }

    .btn-download {
        font-size: 1.1rem;
        padding: 0rem 1.35rem;
        height: 3.35rem;
    }

    .padding-video {
        padding-left: 0.35rem !important;
        padding-right: 0.35rem !important;
    }

    .video-background {
        padding-left: 0.35rem !important;
        padding-right: 0.35rem !important;
    }

    .responsive-video {
        border-radius: 0.35rem;
    }

    .video-container {
        border-radius: 0.35rem;
    }
}*/
@media (max-width: 700px) {
  .crew-description {
    height: 190px !important;
  }
}
@media (max-width: 546px) {
  .crew-description {
    height: 274px !important;
  }
}
@media (max-width: 452px) {
  .crew-description {
    height: 327px !important;
  }
}