 @font-face {
        font-family: "Alexandria-Regular";
        src: url("/assets/fonts/Alexandria-Regular.ttf") format("truetype");
        font-weight: 100 900;
        font-style: normal;
      }

      @font-face {
        font-family: "Alexandria-Bold";
        src: url("/assets/fonts/Alexandria-Bold.ttf") format("truetype");
        font-weight: 100 900;
        font-style: normal;
      }

      @font-face {
        font-family: "Alexandria-Black";
        src: url("/assets/fonts/Alexandria-Black.ttf") format("truetype");
        font-weight: 100 900;
        font-style: normal;
      }
      @font-face {
        font-family: "Alexandria-Light";
        src: url("/assets/fonts/Alexandria-Light.ttf") format("truetype");
        font-weight: 100 900;
        font-style: normal;
      }
      @font-face {
        font-family: "Alexandria-SemiBold";
        src: url("/assets/fonts/Alexandria-SemiBold.ttf") format("truetype");
        font-weight: 100 900;
        font-style: normal;
      }

      body {
        background-color: #f4d7c1;
        font-family: "Alexandria-Regular";
      }

      .main-wrapper {
        padding-bottom: 10px;
        max-width: 375px;
        margin: auto;
      }
     .main-wrapper .calendar-day {
        cursor: pointer;
        transition: all 0.2s;
      }
     .main-wrapper .calendar-day:hover {
        transform: scale(1.1);
      }
      .main-wrapper .date-label {
        /* font-size: 16px; */
        font-family: "Alexandria-bold";
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

     .main-wrapper .instruction-text {
        margin: 10px 0px;
      }

     .main-wrapper .instruction-text h5 {
        color: #89403b;
        font-family: "Alexandria-Black";
      }

     .main-wrapper .instruction-text p {
        color: #0a363d;
        line-height: 20px;
        margin-bottom: 0;
      }

      .bottom-wrapper .left-corner-img {
        position: fixed;
        left: 0;
        bottom: 0;
        height: 116px;
      }

      .bottom-wrapper .right-corner-img {
        position: fixed;
        right: 0;
        bottom: 0;
        height: 116px;
      }
      .offer_modal{
        max-width: 392px;
        margin: auto;
      }
      .offer_modal .modal-content{
         background-color: #f4d7c1d6;
            backdrop-filter: blur(1px);
            border-radius: 35px;
      }

     .offer_modal   .modal-header span{
 position: absolute;
                  left: 50%;
                  top: 50%;
                  transform: translate(-50%, -50%);
                  color: #fff;
                  font-family: 'Alexandria-SemiBold';
      }

      .offer_modal .modal-body .para1{
 color: #0a363d;
                font-family: 'Alexandria-Regular';
                font-size: 16px;
      }
      .offer_modal .modal-body .para2{
color: #0a363d; font-family: 'Alexandria-Light'
      }
.offer_modal .register_btn{
    margin-top: 10px;
                border: 1px solid #0a363d;
                padding: 4px 8px;
                color: #0a363d;
                background-color: transparent;
                font-family: 'Alexandria-SemiBold';
}

.register_modal .modal-content{
 background-color: #f4d7c1d6;
            backdrop-filter: blur(1px);
            border-radius: 50px;
            padding: 20px;
}
.register_modal .submit_btn{
             background-color: #0a363d;
                color: #fff;
                border-radius: 20px;
                padding: 4px 25px;

}
.success_modal .modal-content{
   background-color: #f4d7c1d6;
        backdrop-filter: blur(1px);
        border-radius: 40px;
        padding: 30px;
}
.success_modal .btn_success{
  background-color: #0a363d;
          color: #fff;
          border-radius: 20px;
          padding: 4px 25px;
          font-family: 'Alexandria-SemiBold';
        }
      #pageLoader {
  position: fixed;
  inset: 0;
  background-color: #f4d7c1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#pageLoader.hide {
  opacity: 0;
  visibility: hidden;
}

#pageLoader img {
  width: 120px;
  animation: pulse 1.2s infinite ease-in-out;
}

.brandTitle{
  width: fit-content;
  background-color: #89403b;
  padding: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  font-family:'Alexandria-SemiBold' ;
}

     .btn-nature {
      padding: 8px;
            background-color: #0b353b;
            color: #ffffff !important;
            border-radius: 10px;
        }

        .btn-nature i {
            font-size: 18px;
        }
        .btn-nature:hover{
            background-color: #03161a;
        }

      #registerModal  .form-control{
          font-size: 0.87rem;
        }

        .detail {
    color: #6d291f !important;
    padding-top: 10px;
    font-style: normal;
    font-size: 15px;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}



      /* media query */
      @media (max-width: 376px) {
        .main-wrapper {
          max-width: 340px;
          margin: auto;
        }
      }
      @media (max-width: 768px) {
        .bottom-wrapper .left-corner-img {
          position: absolute;
          left: 0;
          bottom: 0;
          height: 80px;
        }

        .bottom-wrapper .right-corner-img {
          position: absolute;
          right: 0;
          bottom: 0;
          height: 80px;
        }
        .main-wrapper {
          padding-bottom: 15dvh;
        }
      }


