@import url('root.css');
@import url("https://use.typekit.net/sxo1leq.css");

html{
    scroll-behavior: smooth;
}
html, body{
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}
a{
  text-decoration: none;
  color: var(--dark_blue_font);
  text-wrap: nowrap;
}
div.navbar{
  background: white;
  height: 80px;
  position: sticky;
  top: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 1;
}
div.navbar_link{
  width: fit-content;
  text-align: center;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar_link:hover {
  background-color: white;
  border-radius: 20px;
  height: 110px;
  padding-top: 20px;
}
div.logo{
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
img.logo{
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
}
div.buttons{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-evenly;
  font-family: 'scandia-line-web', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: max(var(--navText),20px);
}
div.welcome{
  background-image: url("/static/img/welcomePhoto.png");
  background-size: cover;
  background-position: center;
  height: calc(100vh - 80px);
  min-height: 660px;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
}
span.welcome_text{
  font-family: 'scandia-line-web', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: max(var(--bigText), 114px);
  color: white;
  text-align: center;
}
div.gradient{
  background-color: hsla(180, 68%, 11%, 0.251);
  width: 100%;
  height: 100%;
  font-family: 'Trajan Pro 3';
  font-size: var(--bigText);
  text-align: center;
  color: white;
  align-items: center;
  display: flex;
  justify-content: center;
}
div.about{
  background-color: white;
  height: 100vh;
  min-height: 660px;
  font-family: 'greycliff-cf', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: max(var(--navText),20px);
  color:'white';
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  z-index: 1;
  box-shadow: 0 -300px 90px #9ed9df40;
}
div.about_text{
  width:60%;
  font-size: max(var(--navText),40px);
  text-align: center;
}
div.where{
  width: 60%;
  min-height: 150px;
  background-color: #1F5F68;
  font-size: calc(var(--headerText) * 1.5);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  color: white;
  border-radius: 100px;
}
div.when{
  width: 60%;
  height: 150px;
  background-color: #327A7F;
  font-size: calc(var(--headerText) * 1.5);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  color: white;
  border-radius: 100px;
}
div.price{
  background-color: #336370;
  height: var(--panelSize);
  min-height: var(--panelMinHeight);
  z-index: 2;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
div.price_header{
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: 'greycliff-cf', sans-serif;
  font-size: var(--headerText);
  color: white;
  padding-top: 10%;
}
div.arrow{
  width: 100%;
  min-height: 30%;
  margin-right: -25%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
img.arrow{
  width: 40%;
}
div.price_details{
  width: 60%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-left: -10%;
}
img.price_img{
  height: calc(var(--panelSize) * 1.15);
  min-height: calc(var(--panelMinHeight) * 1.15);
  position: absolute;
  left: 0;
  top: -10%;
}
div.price_text{
  width: calc(var(--panelSize) * 1.15* 0.83*0.8);
  min-width: calc(var(--panelMinHeight) * 1.15* 0.83*0.8);
  height: calc(var(--panelSize) * 1.15* 0.725);
  min-height: calc(var(--panelMinHeight) * 1.15* 0.725);
  background-color: white;
  margin-left: max(calc((var(--panelSize) * 1.15* 0.83*0.85)/2), calc((var(--panelMinHeight) * 1.15* 0.83*0.85)/2));
  display: flex;
  border-radius: 10%;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  font-family: 'greycliff-cf', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(var(--navText) * 1 );
  color: black;
  z-index: 1;
  position: absolute;
  left: -5%;
  top: 7.5%;
}
ul.price_list{
  padding: 0 15%;
  margin: 0;
}
ul.price_list li{
  list-style: disc;
  padding: 5px 5px;
}
span.price_text_details{
  font-weight: 600;
  color: var(--dark_blue_font);
  font-size: calc(var(--headerText) * 1.1 );
}
#buttons_row_1{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
button.price_button{
  height: auto;
  width: fit-content;
  background-color: var(--blue_font);
  color: #336370;
  font-family: 'greycliff-cf', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(var(--navText)*0.8);
  border-radius: calc(var(--navText) * 1.1 );
  border: 0;
  padding: 7px 40px;
  margin: 7px;
}
button.price_button:hover{
  background-color: var(--inuniBlue_font);
  cursor: pointer;
  color: white;
}
button.form_button{
  height: auto;
  width: fit-content;
  background-color: #f7574b;
  color: white;
  font-family: 'greycliff-cf', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(var(--navText)*0.8);
  border-radius: calc(var(--navText) * 1.1 );
  border: 0;
  padding: 7px 40px;
  margin: 7px;
}
button.form_button:hover{
  background-color: #e82823;
  cursor: pointer;
}
div.contact{
  background-color: white;
  height: 20vh;
  min-height: var(--footerHeight);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: none;
  width: 90%;
  padding: 20px 5%;
}
div.contact_details{
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  font-family: 'greycliff-cf', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: var(--footerSize);
}
#organizer_details{
  width: 40%
}
div.logo_details{
  width: 20%;
  height: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
div.logo_contact{
  width: fit-content;
  height: 100%;
  margin-left: 30px;
}
img.logo_contact{
  height: 100%;
  width: auto;
}
span.Bold{
  font-weight: 700;
  text-align: center;
  min-width: 70%
}
span.bold{
  font-weight: 600;
}
span.blueBold{
  font-weight: 700;
  color: var(--inuniBlue_font);
}
span.contact_header{
  padding: 0 0 10px 0;
}
div.mobile_comunicate{
  background-image: url("/static/img/welcomePhoto.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
div.comunicate_gradient{
  background-color: hsla(180, 68%, 11%, 0.251);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'scandia-line-web', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5vw;
  color: white;
  text-align: center;
}
div.comunicate_gradient span{
  margin: 20px;
}
header{
  display: none;
}