@font-face {
  font-family: "Yeasty Flavors";
  src: url("../fonts/YeastyFlavors.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --yellow: #fcec01;
}

body {
  color: var(--yellow);
  font-family: "Yeasty Flavors", sans-serif;
  background: url("../img/bg.png") no-repeat;
  background-size: cover;
}

.mb_10 {
  margin-bottom: 15px !important;
}

.main {
  padding: 10px 20px;
  padding-bottom: 20px;
  max-width: 1199px;
  width: 100%;
  margin: auto;
}

.header img {
  width: 100%;
}

.content {
  display: flex;
  gap: 40px;
}

.content .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}

.box {
  padding: 20px 25px;
  padding-bottom: 25px;
}

.z_99 {
  z-index: 99 !important;
}

.box {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23FCEC01' stroke-width='11' stroke-dasharray='110%2c 45' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 20px;
}

.box {
  filter: drop-shadow(0 0 4px #fceb0144);
  -webkit-filter: drop-shadow(0 0 4px #fceb0144);
}

.box p {
  margin-bottom: 10px;
  font-size: 44px;
  cursor: pointer;
  line-height: 0.9;
}

.box input {
  padding: 10px;
  font-family: "Yeasty Flavors", sans-serif;
  width: 100%;
  background: transparent;
  border: 5px solid var(--yellow);
  outline: none;
  color: var(--yellow);
  font-size: 38px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.cleaning_type .radio_box {
  position: relative;
  padding: 15px 10px;
}

.cleaning_type .radio_box .after {
  content: "";
  border: 5px solid var(--yellow);
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.cleaning_type .radio_box p {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.cleaning_type .radio_box input:checked ~ .after {
  background: var(--yellow);
}

.cleaning_type .radio_box input:checked ~ .after ~ p {
  color: black;
}

.cleaning_type .radio_box p {
  margin-bottom: 0;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}

.cleaning_type .radio_box input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.cleaning_type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  cursor: pointer;
}

.cleaning_type > :nth-child(3) {
  grid-column: 1 / -1;
}

.nice-select {
  height: 48px;
  width: 100%;
  border: 5px solid var(--yellow) !important;
  background: transparent !important;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.nice-select .current {
  font-size: 30px;
  line-height: 40px;
}

.nice-select:after {
  background-image: url("../img/arrow-icon.png");
  background-repeat: no-repeat;
  border: none;
  background-size: 100%;
  background-position: center center;
  width: 25px;
  height: 25px;
  top: 7px;
  margin: 0;
  transform-origin: center;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-180deg);
  top: 7px;
}

.nice-select .list {
  width: 100%;
  background: black;
  color: var(--yellow);
  font-size: 20px;
}

.nice-select .list .option {
  font-weight: normal;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: rgb(15, 15, 15);
}

.calendar-wrapper {
  width: 100%;
  font-family: "Yeasty Flavors", sans-serif !important;
}

#service_calendar .calendar-head-card {
  display: none !important;
}

.calendar-top-selector,
.calendar-grid .calendar-labels span,
.calendar-date-holder .calendar-dates .date {
  color: var(--yellow);
  font-size: 25px;
}

.calendar-date-holder .calendar-dates .date.pm {
  opacity: 0;
  visibility: hidden;
}

.calendar-container {
  background-color: transparent;
}

#service_calendar {
  border: 5px solid var(--yellow);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#service_calendar,
.calendar-grid .calendar-date-holder {
  width: 100%;
}

.calendar-date-holder .calendar-dates .date:not(.disabled):not(.selected) a:active,
.calendar-date-holder .calendar-dates .date:not(.disabled):not(.selected) a:hover {
  border-color: rgba(50, 50, 50, 0);
}

.calendar-wrapper[data-theme="blue"] .calendar-date-holder .calendar-dates .date.selected a {
  border-color: var(--yellow);
  font-weight: normal;
}

.calendar-wrapper[data-theme="blue"]
  .calendar-date-holder
  .calendar-dates
  .date.selected.current
  a {
  color: var(--yellow);
  font-weight: normal;
}

.calendar-wrapper[data-theme="blue"] .calendar-date-holder .calendar-dates .date.selected a:hover {
  border-color: var(--yellow);
}

.calendar-date-holder .calendar-dates .date.selected a {
  color: var(--yellow);
}

.calendar-wrapper[data-theme="blue"] .calendar-date-holder .calendar-dates .date.current a {
  color: var(--yellow);
}

.calendar-date-holder .calendar-dates .date a {
  aspect-ratio: 1 / 1;
  border-radius: 100px;
  text-decoration: none;
  display: flex;
  padding: 6px;
  margin: 1px;
  outline: none;
  border: 3px solid transparent;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  margin: auto;
}

.calendar-top-selector span {
  font-weight: normal;
}

.calendar-top-selector span {
  position: relative;
}

.calendar-top-selector span.calendar-next::after,
.calendar-top-selector span.calendar-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 30px;
  height: 30px;
  background: url("../img/calendar-arrow.svg") no-repeat;
  background-size: 100%;
}

.calendar-top-selector .calendar-prev::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

/* service input */
.service_input:not(:last-child) {
  margin-bottom: 15px;
}
.service_input label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  border: 5px solid #fcec01;
  outline: none;
  color: #fcec01;
  padding: 8px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.service_input label input {
  border: none;
  padding: 5px;
  flex: 1;
}

.any_addons_radio {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.any_addons_radio input {
  display: none;
}
.any_addons_radio p {
  text-transform: capitalize;
  font-size: 30px;
}

.any_addons_radio label {
  display: block;
  border: 5px solid #fcec01;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.any_addons_radio label div {
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.any_addons_radio label input:checked + div {
  background: #fcec01;
  color: #000;
}
.any_addons_radio label input:checked + div img {
  filter: invert(1) brightness(0);
  -webkit-filter: invert(1) brightness(0);
}

.any_addons_radio label img {
  width: 65%;
}

.time_radio {
  display: flex;
  gap: 15px;
}
.time_radio label {
  flex: 1;
  cursor: pointer;
}
.time_radio label input {
  display: none;
}

.time_radio_frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.time_radio_frame p {
  text-transform: capitalize;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  margin-bottom: 0;
}

.time_radio_frame svg .trf_fill_path {
  fill: transparent;
}

.time_radio label input:checked + .time_radio_frame svg .trf_fill_path {
  fill: #fcec01;
}
.time_radio label input:checked + .time_radio_frame {
  color: #000;
}

.submit_btn_wrapper {
  position: relative;
}
.submit_btn_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -110px;
  width: 100%;
  height: 100%;
  background: url("../img/color-splash.png") no-repeat;
  background-size: 80%;
  background-position: center;
}

.submit_btn {
  position: relative;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 300px;
  display: block;
}
.submit_btn img {
  width: 100%;
}

/* Responsive */
@media (max-width: 1199px) {
  .content {
    flex-wrap: wrap;
  }
  .content .wrap {
    width: 100%;
    gap: 30px;
  }
  .main {
    max-width: 800px;
  }
  .submit_btn {
    margin: auto;
  }
  .submit_btn_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    background: url("../img/color-splash.png") no-repeat;
    background-size: 80%;
    background-position: center;
  }
}

@media (max-width: 576px) {
  .submit_btn_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    background: url("../img/color-splash.png") no-repeat;
    background-size: 80%;
    background-position: center;
  }
  .submit_btn {
    width: 220px;
}
.box p {
  font-size: 36px;
}
.box input {
  padding: 10px;
  font-size: 30px;
}
.cleaning_type .radio_box p ,
.nice-select .current {
  font-size: 25px;
}
.calendar-top-selector, .calendar-grid .calendar-labels span, .calendar-date-holder .calendar-dates .date {
  font-size: 20px;
}
.service_input label {
  font-size: 22px;
}
.any_addons_radio {
  display: flex;
  flex-wrap: wrap;
}
.any_addons_radio label {
  width: 46%;
}
.any_addons_radio label p,
.time_radio label p{
  font-size: 28px;
}
.time_radio {
  flex-wrap: wrap;
  justify-content: space-around;
}
.time_radio label {
  flex: none;
  width: 40%;
}
}
