@import url("https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap");

/* * {
    outline: 1px solid red;
} */

h1 {
  font-family: "Kaushan Script", cursive;
}

html {
  --main-color: #08a31f;
  /* --main-color: #3A861D; */
  --secondary-color: #d6271f;
  --third-color: #22427c;
}

body {
  margin-left: 0;
  margin-right: 0;
}

.navbar-spacer {
  height: 70px;
}

.columns {
  margin: 0 !important;
}

nav {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  /* zindex have to be higher than map */
  z-index: 1000;
}

#navbar-logo {
  width: 50px;
  height: 50px;
  max-height: 50px;
}

.navbar.is-greenglisse {
  background-color: var(--main-color) !important;
  height: 70px;
}

.navbar-item .is-greenglisse {
  color: white !important;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.navbar-item .is-greenglisse:hover {
  transform: scale(1.1);
}

.navbar-end {
  padding-right: 20px;
}

.navbar-name {
  font-size: 30px;
  color: white;
}

.button.is-greenglisse {
  border-radius: 50px;
  color: black;
  border: 0;
  background-color: var(white) !important;
}

.footer {
  height: 190px;
  background-color: var(--main-color) !important;
  color: white;
  margin-top: -8px;
}

@media screen and (max-width: 600px) {
  .footer {
    height: 500px;
  }
}

.footer-title {
  color: white !important;
  padding-left: 5px;
  padding-top: 10px;
  font-size: 20px;
}

.footer-title a {
  color: white !important;
  font-size: 20px;
}

.footer-title a :hover {
  color: white !important;
}

.footer-icon {
  font-size: 30px;
  padding-top: 5px;
  padding-left: 5px;
  color: white;
}

#footer-logo {
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
}

.under-footer {
  background-color: var(--main-color) !important;
  height: 30px;
  color: white;
  text-align: center !important;
}

@media screen and (max-width: 600px) {
  .under-footer {
    height: 60px;
  }
}

p i {
  padding-left: 5px;
}

.video-container {
  width: 100%;
  height: calc(100vh - 70px);
  position: relative;
  background-color: black;
}

#video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

#video-logo {
  width: 200px;
  height: 200px;
  max-height: 200px;
  margin-top: calc(50vh - 250px);
}

.map-container {
  width: 100%;
  position: relative;
  background-color: var(--main-color);
}

.map-title {
  text-align: center;
  font-size: 50px;
  padding-top: 50px;
  color: white;
}

#map-info {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  color: white;
}

#map {
  width: 60%;
  height: 500px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  border-radius: 50px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  #map {
    width: 90%;
    height: 300px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

#map-button {
  display: flex;
  justify-content: center;
}

#map-button a {
  border-radius: 50px;
  color: black;
  border: 0;
  background-color: var(white) !important;
  /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); */
  transition: all 0.3s ease 0s;
}

#map-button a:hover {
  transform: scale(1.1);
}

.is-green {
  background-color: var(--main-color) !important;
  color: white !important;
}

#phone-button {
  margin-left: 10px;
}

.shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75) !important;
}

.presentation-container {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

#presentation-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  /* border-radius: 50px; */
  /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); */
}

.text-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.button {
  transition: all 0.3s ease 0s !important;
}

.button:hover {
  transform: scale(1.1) !important;
}

.class-container {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.class-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  transition: all 0.3s ease 0s;
  /* border-radius: 50px; */
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); */
}

.class-img:hover {
  transform: scale(1.1);
}

.img-container {
  overflow: hidden;
}

p {
  text-align: left;
}

.centered {
  text-align: center;
}

.container-title {
  text-align: center;
  font-size: 50px;
}

.contact-form {
  padding-top: 20px;
  padding-bottom: 50px;
  color: white;
}

.contact-title {
  text-align: center;
  font-size: 50px;
  padding-top: 20px;
  padding-bottom: 0px;
  color: black;
}

.control-submit {
  text-align: center !important;
  margin-top: 20px;
}

.contact-subtitle {
  text-align: center;
  font-size: 25px;
  color: black;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

.contact-info {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  color: black;
}

.contact-info i {
  padding-right: 10px;
  color: var(--main-color);
}

@media screen and (max-width: 600px) {
  .contact-info {
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    color: black;
  }
}

@media screen and (max-width: 600px) {
  .subtitle.is-5 {
    font-size: 18px !important;
  }
}

.insta-contact {
  color: white !important;
}

.margin-10 {
  margin-top: 20px;
}

.contact-text {
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .contact-text {
    font-size: 16px;
  }
}

#is-coords {
  padding-left: 50px;
}

@media screen and (max-width: 600px) {
  #is-coords {
    padding: 0.75rem;
  }
}

#is-form {
  padding-right: 50px;
}

@media screen and (max-width: 600px) {
  #is-form {
    padding: 0.75rem;
  }
}

#img-band {
  width: 100%;
  height: 300px;
  max-height: 300px;
  overflow: hidden;
}

#img-band img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  #img-band {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }

  #img-band img {
    width: 100%;
    height: 100%;
    max-height: 150px;
    object-fit: cover;
  }

  .align-left-mobile {
    text-align: left !important;
  }
}

@media screen and (max-width: 600px) {
  .contact-form {
    padding-bottom: 0px;
  }
}

.mobile-separator {
  width: 100%;
  height: 5px;
  background-color: black;
  margin-top: 40px;
  margin-bottom: 10px;
}

#mobile-menu {
  background-color: var(--main-color) !important;
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 1000;
  display: none;
}

.mobile-menu-item {
  color: white !important;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.mobile-menu-item:hover {
  background-color: var(--main-color-dark) !important;
  transform: scale(1.1);
}

.mobile-menu-item a {
  color: white !important;
}

#mobile-menu-button {
  font-size: 30px;
  float: right;
  margin-top: -60px;
  margin-right: 10px;
  color: white;
}

#mobile-menu-button:hover {
  background-color: var(--main-color) !important;
}

#mobile-menu-button:focus {
  background-color: var(--main-color) !important;
}

.packages {
  padding-top: 30px;
  padding-bottom: 20px;
}

.is-green-plan .button {
  background-color: var(--main-color) !important;
  color: white;
}

.is-green-plan .button:hover {
  color: white;
}

.is-green-plan .plan-price-amount {
  color: var(--main-color) !important;
}

.is-blue-plan {
  color: var(--third-color) !important;
  color: white;
}

.is-blue-plan .button {
  background-color: var(--third-color) !important;
  color: white;
}

.is-blue-plan .button:hover {
  color: white;
}

.is-blue-plan .plan-price-amount {
  color: var(--third-color) !important;
}

/* pricing-table on mobile */
@media screen and (max-width: 600px) {
  .pricing-table {
    display: block !important;
  }
  .is-active {
    transform: scale(1) !important;
    box-shadow: 0 0 0 0 !important;
  }
}

.pricing-table {
  margin-left: auto !important;
  margin-right: auto !important;
}

.pricing-table.is-comparative .pricing-plan:not(:last-child) {
  border-right: 1px solid rgb(245, 245, 245) !important;
  border-radius: 4px;
}

.team-columns {
  padding-bottom: 30px;
}

.team-member {
  height: 500px;
  background-color: var(--main-color);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.team-member:hover {
  transform: scale(1.1);
}

.team-member img {
  width: 100%;
  height: 85%;
  object-fit: cover;
}

.team-member-name {
  font-size: 25px;
  padding-top: 3px;
  padding-bottom: 10px;
  color: white;
  text-align: center;
}

.team-member-description {
  margin-top: -20px;
  font-size: 20px;
  color: white;
  text-align: center;
}

.teams-text-column {
  padding-top: 20px;
  padding-bottom: 50px;
}

.primary-icon {
  color: var(--main-color) !important;
}

#team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-name {
  text-align: left;
  font-size: 50px;
  padding-top: 20px;
  padding-bottom: 0px;
  color: black;
}

.staff-description {
  text-align: left;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  color: black;
}

.staff-subtitle {
  text-align: left;
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: black;
}

#staff-img {
  float: left;
  margin-left: 0;
  margin-top: 20px;
}

#staff-info {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.surfboard-background {
  background-image: url(../img/surf-background.png) !important;
  background-size: 50%;
}

.packages-tabs {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding: 5px;
  border-radius: 5px;
}

.is-selected-tab {
  border-bottom: 5px solid var(--main-color) !important;
}

.tab-title {
  font-size: 25px;
  color: black !important;
  font-weight: 600;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 10px;
}

.tab-title:hover {
  background-color: lightgray;
  border: 0;
  border-radius: 5px;
}

#tabs-columns {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.team-map {
  width: 98% !important;
  margin-top: 20px;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.stripe-embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 288px;
}

.is-book {
  background-color: var(--secondary-color) !important;
  padding: 15px;
  border-radius: 30px;
  color: white !important;
  box-shadow: 0px 0px 10px 0px var(--secondary-color) !important;
  transition: all 0.3s ease 0s;
  font-weight: bold;
  overflow: hidden;
  border: 0 !important;
  font-size: 20px;
}

.is-book:hover {
  transform: scale(1.1);
  color: white !important;
}
.is-book:hover::after {
  content: "";
  display: block;
  width: 100px;
  height: 175%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.5;
  position: absolute;
  top: -20px;
  left: 0;
  animation: shine 200ms linear;
  transform: translateX(250px) rotate(-25deg);
}

@keyframes shine {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(250px);
  }
}

.is-book-mobile {
  background-color: var(--secondary-color) !important;
  padding: 5px;
  margin-top: 20px;
  border-radius: 30px;
  color: white;
  box-shadow: 0px 0px 10px 0px var(--secondary-color);
  transition: all 0.3s ease 0s;
  font-weight: bold;
  overflow: hidden;
  width: 80%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.is-book-mobile:hover {
  transform: scale(1.1);
  color: white;
  background-color: var(--secondary-color) !important;
}

.is-gift {
  background-color: var(--secondary-color) !important;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  color: white !important;
  box-shadow: 0px 0px 10px 0px var(--secondary-color) !important;
  transition: all 0.3s ease 0s;
  font-weight: bold;
  overflow: hidden;
  border: 0 !important;
  font-size: 30px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5000;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.is-gift:hover {
  transform: scale(1.1);
  color: white !important;
}

.is-gift:hover::after {
  content: "";
  display: block;
  width: 100px;
  height: 175%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.5;
  position: absolute;
  top: -20px;
  left: 0;
  animation: shine 200ms linear;
  transform: translateX(250px) rotate(-25deg);
}

.link {
  color: var(--main-color) !important;
  font-weight: bold;
}

#loading-div {
  min-width: 320px;
  height: 700px;
}

#calendar-loading-bar {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(
    to right,
    var(--main-color) 30%,
    #ededed 30%
  );
}

#coursco-div {
  margin-top: -700px;
}

#courspart-div {
  margin-top: -700px;
}

select {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid lightgray;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.gift-button {
  text-align: center;
}

.little-flag {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  max-height: max-content !important;
}

#instagram {
  width: 100%;
  height: 1050px;
  object-fit: cover;
}

/* same on mobile */
@media screen and (max-width: 600px) {
  #instagram {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
}

.is-pointer:hover {
  cursor: pointer;
}

.conditions-iframe {
  width: 70%;
  height: 400px;
}

@media (max-width: 768px) {
  .conditions-iframe {
    width: 100%;
    height: 700px;
  }
}

.live-banner {
  width: 100%;
  height: 60px;
  background-color: hsl(203, 71%, 75%);
}

.banner-text {
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  font-style: italic;
}

@media (max-width: 768px) {
  .live-banner {
    width: 100%;
    height: 90px;
    background-color: hsl(203, 71%, 75%);
  }

  .banner-text {
    text-align: center;
    font-size: 30px !important;
    font-weight: bolder;
    font-style: italic;
  }
}

.blog-title {
  margin-bottom: 5px !important;
}

.blog-text {
  font-size: 1.2em;
  margin-top: 10px;
}

.centered-button {
  display: block;
  margin: auto;
}

.blog-button-container {
  width: 100%;
  height: 100%;
  text-align: center;
}

.greenglisse-tag {
  background-color: #08a31f !important;
  color: white !important;
}
