﻿@import "colors.css";
@import "typography.css";

@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/static/Nunito-Medium.ttf");
}

@font-face {
  font-family: "Nunito ExtraLight";
  src: url("../fonts/nunito/static/Nunito-ExtraLight.ttf");
}

@font-face {
  font-family: "Italiana";
  src: url("../fonts/Italiana/Italiana-Regular.ttf");
}

@font-face {
  font-family: "Nunito ExtraBold";
  src: url("../fonts/nunito/static/Nunito-ExtraBold.ttf");
}

@font-face {
  font-family: "Nunito Bold";
  src: url("../fonts/nunito/static/Nunito-Bold.ttf");
}

@font-face {
  font-family: "Nunito Light";
  src: url("../fonts/nunito/static/Nunito-Light.ttf");
}

* {
  font-family: "Nunito";
}

.font-italiana {
  font-family: "Italiana" !important;
}

button:disabled{
  cursor: wait!important;
}

.custom-fade {
      background-color: rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
  to { opacity: 1; }
}

main {
  padding-top: 166px;
}

.swiper-gallery .swiper-pagination-bullet {
  width: 30px !important;
  border-radius: 0px !important;
  height: 4px;
}

.swiper-gallery .swiper-pagination-bullet-active {
  background-color: #f39019 !important;
}

@media (max-width: 768px) {
  main {
    padding-top: 85px;
  }

  .swiper-gallery .swiper-pagination-bullet {
    width: 24px !important;
    border-radius: 0px !important;
    height: 4px;
  }
}

.carousel-indicators {
  position: relative;
  margin-top: 15px;
  justify-content: center;
}

.carousel-indicators button {
  background-color: var(--orange) !important;
  width: 30px;
  height: 4px;
}

.modal-state-select-title {
    color: #7FC1AA;
    text-align: center;
    font-size: 47px;
    line-height: 41.8px;
    font-weight: 500;
    margin: 1rem 0;
}

.modal-state-select-subtitle {
    color: #FAFAFA;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.modal-state-select-list {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

.modal-state-select-list-item {
    color: #BDBDBD;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #FAFCFF33;
    padding: 1rem 0;
    text-transform: uppercase;
    cursor: pointer;
}

    .modal-state-select-list-item:last-child {
        border-bottom: 1px solid #FAFCFF33;
    }
.rz-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1050 !important; 
}

.custom-modal {
    background-color: #f4f4f9; 
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 500px;
    margin: auto;
}