@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@font-face {
  font-family: "Raven Hell";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RavenHell-BoldTextura.otf") format("opentype");
}

@font-face {
  font-family: "Sailec";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Sailec-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Sailec";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Sailec-Regular-Italic.otf") format("opentype");
}

@font-face {
  font-family: "Sailec";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Sailec-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Sailec";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Sailec-Medium-Italic.otf") format("opentype");
}

@font-face {
  font-family: "Sailec";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Sailec-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Sailec";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Sailec-Bold-Italic.otf") format("opentype");
}

body {
  font-family: "Sailec";
  font-weight: 500;
  color: #0f5261;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raven Hell";
  font-weight: 700;
}

h2 {
  font-size: 2.5rem;
}

.lead {
  font-size: 1.5rem;
  font-weight: 500;
}

nav i,
footer i {
  font-size: 1.5rem;
}

nav a {
  text-decoration: none;
}

.navbar-bg {
  background-color: #0f5261;
}

.main-logo {
  max-width: 150px;
}

.main-button {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 12px 15px;
  color: #0f5261;
  cursor: pointer;
  transition: all 0.16s;
}

.main-button:focus {
  outline:none;
}


.main-button.color-1 {
  background:#fdbf11;
}


.main-button.color-2 {
  color: #fdbf11;
  background:#0f5261;
}

.main-button.color-3 {
  background:#5ac8e2;
}

.py-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-section {
  padding-top: 100px;
}

.pb-section {
  padding-bottom: 100px;
}

#hero {
  background-color: #5ac8e2;
  background-image: url('../img/hero-bg.png');
  background-size: contain;
  position: relative;
  padding-top: 150px;
  font-weight: 700 !important;
}

#hero .flag-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  max-width: 320px;
}

#hero .person-left {
  max-width: 350px;
}

#hero .hero-text {
  z-index: 300; 
}

.table-heading, .table-subheading, .table-general, .table-vip {
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.table-subheading h5, .table-general p, .table-vip p {
  font-size: 1.3em;
}

.table-subheading .table-cell, .table-general .table-cell, .table-vip .table-cell {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #0f5261;
}

.table-heading .table-cell {
  border: none;
  padding: 12px 15px;
}

.table-subheading .table-cell {
  padding: 25px 15px;
  background-color: #ffd86c;
}

.table-general .table-cell {
  padding: 25px 15px;
  background-color: #a3eeff;
}

.table-vip .table-cell {
  padding: 25px 15px;
  background-color: #e45b60;
}

.accordion-item {
  border-color: #0f5261 !important;
}

.accordion-item h2 button {
  color: #0f5261;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 2px;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 2px;
}

.accordion-button:not(.collapsed) {
  background-color: #5ac8e2;
  color: #0f5261;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:not(:first-of-type) {
  border-width: 2px;
}

.accordion-body {
  color: #0f5261;
}

.sponsor-logo {
  max-width: 150px;
}

#footer {
  background-color: #0f5261;
  color: #FFFFFF;
}

#footer .main-button {
  min-width: 51px;
}

#footer a {
  color: #FFFFFF;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #hero {
    padding: 120px 0;
  }

  .py-lg-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .pt-lg-section {
    padding-top: 100px;
  }
  
  .pb-lg-section {
    padding-bottom: 100px;
  }

  #hero .flag-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    max-width: 320px;
  }

  #hero .flag-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    max-width: 300px;
  }

  #hero .person-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200; 
    max-width: 350px;
  }

  #hero .person-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 200; 
    max-width: 350px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}