.head {
  background: #0a3153;
  background-size: cover;
  height: 100%;
}

.content_main {
  background: #0a3153;
}

.navbar .nav {
  display: flex;
  align-items: center;
  gap: 50px;
}

.navbar .nav a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
}


.nav_number_first {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  align-items: center;
  letter-spacing: 0.01em;
  display: flex;
  color: #e0b08b;
  gap: 3px;
}

.nav_number_first p {
  margin-top: 4px;
}

.nav_number_line {
  width: 99px;
  height: 2px;
  background: #e0b08b;
  border: 2px;
  margin-top: 3px;
}

.navbar_main {
  display: flex;
  align-items: center;
  gap: 173px;
}



.personal_data h1 {
  width: 60px;
  height: 3px;
  background: #e0b08b;
}

.personal_data {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}

.personal_data h3 {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
  color: #e0b08b;
}

.choose_date_text h3 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 22px;
}

.choose_date_text p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #ffffff;
  margin: 27px 0 29px;
}

.liner {
  width: 2px;
  background: #bdbdbd;
}



.cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
}

.cont .increment {
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
}

.cont .decrimrnt {
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
}
.cont .count {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
}

#box span {
  position: absolute;
  display: block;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  left: 57px;
  color: #ffffff;
  top: 31px;
  display: none;
  user-select: none;
}

#box span:nth-child(1) {
  display: initial;
}

.increment::selection,
.decrimrnt::selection,
#box span::selection {
  background-color: #ffffff;
}

.choose_date_subtext {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
  margin-top: 40px;
}

.choose_date_container {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.choose_date_subtext h3 {
  margin-left: 30px;

}

.choose_date_subtext p {
  margin-left: 3px;
  margin-top: 4px;
}

.first_name_input input {
  width: 270px;
  padding-bottom: 11px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  background: none;
  color: #bdbdbd;
  border-bottom: 2px solid #bdbdbd;
}

.first_name_input input:focus {
  border-bottom: 2px solid #e0b08b;
}

.first_name_input {
  display: flex;
  align-items: center;
}

.first_name_image img {
  position: relative;
  top: -7px;
  right: 22px;
  cursor: pointer;
}

.choose_date_fourth {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.find_btn button {
  width: 270px;
  height: 65px;
  background-color: transparent;
  border: 2px solid #e0b08b;
  box-sizing: border-box;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 143%;
  transition: 500ms;
  cursor: pointer;
  color: #e0b08b;
}

.find_btn button:hover {
  background-color: #e0b08b;
  color: #333333;
}

.month h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #E0B08B;
  margin-top: 30px;
}

.week h1 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #FFFFFF;

}

.week {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 15px;
}

#boxing article {
  position: absolute;
  display: block;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  left: 57px;
  color: #ffffff;
  top: 31px;
  user-select: none;
  display: none;
}

#boxing article:nth-child(1) {
  display: initial;
}

*,
*::before,
*::after {
  position: relative;
  box-sizing: border-box;
}


:root {
  --color-primary: #FFD0AB;
}

/* .calendar {
  user-select: none;
} */

/* 
.day::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 35px;
}


.day[data-selected="start"]::before {
  width: 35px;
  height: 35px;
}

.day[data-selected],
.day[data-selected]~.day {
  color: white;
  width: 35px;
  height: 35px;
}

.day[data-selected]::before,
.day[data-selected]~.day::before {
  background-color: var(--color-primary);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.day[data-selected="start"]~.day:not([data-selected="end"])::before {
  opacity: 0.5;
  width: 35px;
  height: 35px;
}

.day[data-selected="end"][data-selected="end"]::before {
  width: 35px;
  height: 35px;
}

.number {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.day[data-selected="end"]~.day {
  color: inherit;
  width: 35px;
  height: 35px;
}

.day[data-selected="end"]~.day::before {
  background-color: transparent;
  width: 35px;
  height: 35px;
}

.calendar {
  display: grid;
  margin-top: 15px;
  grid-template-columns: 35px 35px 35px 35px 35px 35px 35px;
  grid-template-rows: 35px 35px 35px 35px 35px 35px 35px;
}





.calendar1 {
  user-select: none;
}


.day1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 35px;
}


.day1[data1-selected="start1"]::before {
  width: 35px;
  height: 35px;
}

.day1[data1-selected],
.day1[data1-selected]~.day1 {
  color: white;
  width: 35px;
  height: 35px;
}

.day1[data1-selected]::before,
.day1[data1-selected]~.day1::before {
  background-color: var(--color-primary);
  width: 35px;
  height: 35px;
}

.day1[data1-selected="start1"]~.day1:not([data1-selected="end1"])::before {
  opacity: 0.5;
  width: 35px;
  height: 35px;
}

.day1[data1-selected="end1"][data1-selected="end1"]::before {
  width: 35px;
  height: 35px;
}

.number1 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.day1[data1-selected="end1"]~.day1 {
  color: inherit;
  width: 35px;
  height: 35px;
}

.day1[data1-selected="end1"]~.day1::before {
  background-color: transparent;
  width: 35px;
  height: 35px;
} */

/* .calendar1 {
  display: grid;
  margin-top: 15px;
  grid-template-columns: 35px 35px 35px 35px 35px 35px 35px;
  grid-template-rows: 35px 35px 35px 35px 35px 35px 35px;
} */


/* @import url("https://fonts.googleapis.com/css?family=Roboto:500,500italic,400,400italic,300,300italic"); */
/* html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', serif;
  height: 100%;
}
* {
  box-sizing: border-box;
} */
#booking {

  display: flex;
  height: 100%;
}
.calendar {
  margin: auto;
  background: #0a3153;
}
.calendar .calendar__range {
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.calendar .calendar__range .calendar__from-date {
  vertical-align: top;
  min-height: 60px;
}
.calendar .calendar__range .calendar__from-date,
.calendar .calendar__range .calendar__image-arrow {
  display: inline-block;
}
.calendar .calendar__range .calendar__image-arrow {
  font-size: 2.5rem;
  color: #fff;
  margin-right: 30px;
  vertical-align: middle;
}
.calendar .calendar__range .calendar__range-h {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.calendar .calendar__range .calendar__range-month {
  font-size: 1.1rem;
}
.calendar .calendar__range .calendar__range-date {
  font-size: 2.3rem;
  line-height: 2.3rem;
  font-weight: 100;
  margin: 0 5px 0 -5px;
}
.calendar .calendar__range .calendar__range-day {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 100;
}
.calendar .calendar__range td {
  padding: 0;
  line-height: 1rem;
}
.calendar .calendar__chooser {
  background: #fffdff;
  text-align: center;
}
.calendar .calendar__header {
  text-align: center;
  width: 100%;
  padding-top: 13px;
  margin-bottom: 4px;
}
.calendar .calendar__header .calendar__month-chooser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 16px;
  width: 100%;
  padding: 0 30px;
}
.calendar .calendar__header .calendar__month-chooser .calendar__prev-month {
  float: left;
}
.calendar .calendar__header .calendar__month-chooser .calendar__next-month {
  float: right;
}
.calendar .calendar__header .calendar__month-chooser .calendar__prev-month,
.calendar .calendar__header .calendar__month-chooser .calendar__next-month {
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.calendar .calendar__days-names {
  color: #fff;
  font-size: 0.8rem;
}
.calendar .calendar__days-names .calendar__day-name {
  min-width: 49px;
}
.calendar .calendar__wrap {
  max-height: 280px;
  overflow: hidden;
}
.calendar .calendar__table {
  transform: translate3d(0px, -200px, 0px);
  transition: all 0.3s ease-in;
  cursor: pointer;
  will-change: transform;
}
.calendar .calendar__table.animate--forward {
  animation: list-forward 0.3s forwards;
}
.calendar .calendar__table.animate--backward {
  animation: list-backward 0.3s forwards;
}
.calendar .calendar__table .calendar__day {
  border: 2px solid #0a3153;
  z-index: -2;
  min-width: 49px;
  padding: 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.01em;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}
.calendar .calendar__table .calendar__day:hover .calendar__inner-day {
  border: 2px solid #807772;
}
.calendar .calendar__table .calendar__day.dis {
  background: #0a3153;
}
.calendar .calendar__table .calendar__day.selected {
  background: #807772;
  color: #fff;
  position: relative;
  border: 2px solid #0a3153;
}
.calendar .calendar__table .calendar__day.sel--start {
  border: 1px solid #fff;
  color: #fff;
  background: #e0b08b;
}
.calendar .calendar__table .calendar__day.sel--end {
  border: 1px solid #fff;
}
.calendar .calendar__table .calendar__day.sel--end .calendar__inner-day {
  background: #e0b08b;
}
.calendar .calendar__table .calendar__day.out--range {
  color: #001734;
}
.calendar .calendar__table .calendar__day .calendar__inner-day {
  height: 49px;
  width: 49px;
  line-height: 45px;
  margin: auto;
}
@-moz-keyframes list-forward {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, -200px, 0px);
  }
}
@-webkit-keyframes list-forward {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, -200px, 0px);
  }
}
@-o-keyframes list-forward {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, -200px, 0px);
  }
}
@keyframes list-forward {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, -200px, 0px);
  }
}
@-moz-keyframes list-backward {
  0% {
    transform: translate3d(0px, -200px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes list-backward {
  0% {
    transform: translate3d(0px, -200px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@-o-keyframes list-backward {
  0% {
    transform: translate3d(0px, -200px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes list-backward {
  0% {
    transform: translate3d(0px, -200px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}