@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rasa:wght@500&display=swap');
/* GENERAL */

:root {
  --base-blue: #ecf0f4;
  --secondary-blue: #b9d6de;
  --container-blue: #A8C6DC;
  --div-blue: #5c8ab5;
  --scrollbar-blue: #325c83;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: 'Rasa', serif;
  overflow-x: hidden;
  width: 100%;
  background-color: var(--base-blue);
  height: fit-content;
}

#header {
  background-color: var(--secondary-blue);
  max-height: max-content;
}

#footer {
  background-color: var(--secondary-blue);
  min-height: 300px;
  margin-top: 10px;
}

#footer ul {
  list-style: none;
}

.footer_div {
  flex-basis: 50%;
  min-width: max-content;
}

#newsletter_input {
  padding: 5px;
  outline: none;
  border-radius: 5px;
  border: none;
  box-shadow: inset 1px 1px 1px rgb(0 0 0 / 50%);
}

#newsletter_submit {
  background-color: #a8cdf0;
  color: whitesmoke;
  padding: 3px;
  border-radius: 4px;
}

#wrapper {
  color: whitesmoke !important;
  min-height: 857px;
}

#nav {
  color: whitesmoke !important;
  background-color: var(--secondary-blue) !important;
  text-align: center;
}

.no_back {
  background-color: unset;
}



#nav_logo{
  width: 100px;
}

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px whitesmoke; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--scrollbar-blue); 
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-blue); 
}

/*MAIN PAGE*/

#logo {
  width: 463px;
  height: 240px;
}

.wrap_div {
  height: 60%;
  margin: auto;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}

/*
@media (max-width:912px) {
  .wrap_div{flex-direction:column;
    height: 71%}
}
*/

.img_canvas{
  width: max-content;
  overflow: hidden;
  border-radius: 50px;
  box-shadow: 4px 10px 1px rgb(0 0 0 / 30%);
}

.info_p {
  position: relative;
  color: black;
  width: 40%;
  min-width: 366px;
  height: fit-content;
  box-shadow: 19px 10px 4px rgb(0 0 0 / 6%);
  border-radius: 28px;
  padding: 10px;
  z-index: 0;
}

.info_p::before {
  content: '';
  background-color: var(--container-blue);
  color: black;
  font-family: 'Rasa', serif;
  width: 45%;
  border-radius: 28px;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .39;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: -1;
}

.info_p p {
  word-wrap: none;
  font-size: 20px;
  z-index: 1;
}

#info_section {
  margin-top: 25vh;
  max-width: 1292px;
}

#carousel{
  width: 80%;
  margin: auto;
  max-width: 1266px;
  margin-top: 28px;
  border-radius: 65px;
  overflow: hidden;
  box-shadow: 4px 4px 8px rgb(0 0 0 / 50%);
}

.carousel-indicators{
  background-color: rgba(26, 24, 24, 0.7);
  width:fit-content;
  margin: auto;
  padding: 6px;
  position: absolute;
  bottom:5px;
  border-radius: 5px;
}

.carousel-inner{
  margin: auto;
}
/*WHITE CARDS*/

#cards_wrap_outter {
  overflow: visible;
  position: relative;
}

#cards_wrap_inner {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#wave_svg {
  overflow: visible;
  width: 1866px;
  transform: translate(-50px, 0);
}

#cards_wrap_inner {
  width: max-content;
}

#cards_wrap_inner ul {
  list-style-position: inside;
}

.card_title {
  font-size: 3rem;
}

.card_content ul{
  list-style: unset;
}


.white_card {
  flex-basis: 50%;
  flex-flow: wrap;
  min-width: 470px;
  width: 20%;
}

.instruct_vids {
  width: 550px;
  height: 360px;
}

/* NEWS PAGE */

#news_wrapper {
  border-radius: 5px;
  background-color:#3c5369;
  max-width: 744px;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 50%);
}

.article{
  padding:8px;
  transition-duration: .7s;
  border-radius: 6px;
}

.article:hover{
  background-color: #203a52;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 50%);
  transform: translate(-4px,-5px);
}

.new_img{
  width:40%;
  height:30%;
}

/* BOOKING PAGE */

#booking_wrapper {
  position: relative;
  margin-top: 70px;
  padding: 5px;
  opacity: 1;
}

#booking_form {
  box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
  background-color: #3c5369;
  position: relative;
  width: 406px;
  height: 387px;
  font-size: 25px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  z-index: 4;
  transition-duration: 1.5s;
}

#booking_form .form_label {
  display: block;
  min-width: max-content;
  max-width: 110px;
}

#date_form {
  border-radius: 5px;
  transition-duration: 1.5s;
  width: 406px;
  height: 221px;
  left: 50%;
  z-index: 1;
  transform: translate(0, -300px);
  background-color: #3c5369;
  padding: 15px;
}

#date_form:hover{  
  transition-duration:.5s ;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 55%);
}


#book_date_button{
  pointer-events: none;
}

.form_input {
  margin:3px;
  max-width: 270px;
  justify-self: flex-end;
}

#black_back {
  transition-duration: 0.6s;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 2;
  display: none;
  opacity: 0;
}

#date, #time {
  font-size: 40px;
}

.date_buttons {
  outline: none;
  background-color: #5c8ab5;
  color: whitesmoke;
  transition: .5s;
}

.date_buttons:hover {
  transform: scale(1.05);
  filter: contrast(150%);
}

#date_1 {
  transition-duration: .6s;
  opacity: 1;
}

#date_2 {
  transition-duration: .6s;
  opacity: 0;
}

#date_1, #date_2 {
  position: absolute;
}

#submit_booking {
  position: absolute;
  bottom: 5px;
  font-size: 1.5rem;
}

#alert1, #alert2, #alert3 {
  color: black;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  transition-duration: .8s;
  background-color: #3c5369;
  color: whitesmoke;
  font-size: 30px;
  transform: translate(-50%);
  padding: 26px;
  width: 75%;
  text-align: center;
  border-radius: 10px;
  max-width: 432px;
  box-shadow: 5px 6px 7px rgb(0 0 0 / 60%);
}

#loading_svg {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* QUESTIONS */

#questions_wrapper {
  background-color: var(--div-blue);
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
}

.questions_div {
  font-size: 150%;
  border-width: 10px;
  border-color: red;
}

.question_arrow {
  display: inline-block;
  width: fit-content;
  transition: .4s;
}

.question{
  transition-duration: .3s;
  cursor:pointer
}

.question:hover{
  filter:drop-shadow(5px 5px 5px rgb(0 0 0 / 80%))
}

.answer {
  box-shadow: inset 1px 1px 10px rgb(0 0 0 / 70%);
  height: 0px;
  overflow: hidden;
  transition-duration: .4s;
  overflow-y: auto;
  background-color: #184567;
}

/* STATISTICS */

#myChart{
  height: 470px;
  width: 941px;
  margin:auto;
  margin-top: 50px;
}

#not_returned_div{
  width:85%;
  max-width: 500px;
  background-color:rgb(50, 92, 131 , .9);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / .3);
  margin-top: 20px;
}

#not_returned{
  list-style:circle;
  list-style-position: inside;
}
/* CONTACT */


#contact_wrapper{
  width: fit-content;
  position: relative;
}

#contact_form{
  box-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
  background-color: #4a6c8c;
  transition-duration: .6s;
  border-radius: 10px;
}

#contact_form textarea{
  resize:none;
}

#message_send{
  background-color: #4a6c8c;
  text-align: center;
  font-size: 20px;  
  opacity:0;
  transition-duration: .6s;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%);
  padding: 20px;
  box-shadow: 6px 5px 9px rgb(0 0 0 / 50%);
  border-radius: 20px;
  font-size: 23px;
}

#submit_message{
  outline: none;
  background-color: #215280;
  color: whitesmoke;
  transition: .5s;
}