@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

*:focus {
  outline: none !important
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #05070a;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 22px;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 20px;
  color: #2ded78;
  text-transform: capitalize;
  font-weight: 200;
}

h1 {
  font-size: 46px;
  font-family: "Shadows Into Light", cursive;
}

h2 {
  font-size: 38px;
  font-family: "Shadows Into Light", cursive;
}

h2 span {
  color: #fff;
}

h3 {
  font-size: 28px;
  font-family: "Shadows Into Light", cursive;
}

h3 span {
  color: #fff;
}

p {
  margin-bottom: 20px;
}

ul, ol, li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

a {
  color: #2ded78;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #2ded78;
}

.navbar {
  padding: 20px;
  background: #ffffff1f;
  backdrop-filter: blur(1px);
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  /* border-bottom: solid #fefefe91 .5px; */
}

.header-menu {
  display: inline-table;
  width: 100%;
  padding: 5px 0 0 0;
  list-style: none;
}

.header-menu li {
  display: inline-block;
  padding: 0 0 0 20px;
}

.header-menu li a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #2ded78;
  border: solid #2ded78 1px;
  font-weight: 400;
  color: #121824;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.header-menu li a:hover {
  color: #121824!important;
  background-color: #fff;
}



.main-logo {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 40px;
  background: url(/img/chalkboardLogo.svg) 0 0 no-repeat;
  background-size: contain;
  text-decoration: none;
}


/* .main-logo::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  top: 0;
  right: -25px;
  transform: skewX(-30deg);
  background-color: #2ded78;
} */

.main-header { 
  padding-top: 200px;
  padding-bottom: 140px;
  background: url(/img/main_bg.png) no-repeat 50% 30%;
  background-size: contain;
  /* border-radius: 0 0 25px 25px */
  /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
}

.jumbotron {
  z-index: 100;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  background: none;
  background-size: 100%;
  font-size: 12px;
}

.jumbotron .display-4 {
  margin-bottom: 20px;
  font-family: "Shadows Into Light", cursive;
  font-size: 54px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0px 4px 6px #101010;
}

.jumbotron .display-4 span {
  display: inline-block;
  padding: 0 18px;
  color: #2ded78;
  border-bottom: solid #2ded78 2px;
  border-radius: 25px;
}

.jumbotron .lead {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  text-shadow: 0px 4px 6px #101010;
}

/* .top-block {
  position: relative;
  top: -100px;
  background-color: #fff;
  padding: 20px;
  border-radius: 25px;
  color: #000;
} */

/* .right-bar {
  border-right: .5px solid #fefefe91;
} */

/* .left-nav li a {
  display: block;
  width: 100%;
  padding: 40px;
  border-radius: 25px;
  background: url('../img/spa.jpg') 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 36px;
  text-transform: uppercase;
  text-shadow: 0px 2px 4px #363636;
}

.left-nav li a:hover {
  opacity: 0.5;
}

.left-nav li:nth-child(2) a {
  background: url('../img/casino.jpg') 50% 50% no-repeat;
  background-size: cover;
}

.left-nav li:nth-child(3) a {
  background: url('../img/beach.png') 50% 50% no-repeat;
  background-size: cover;
} */

.main-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px 55px;
  background-color: #2ded78;
  border-radius: 25px;
  border: solid #2ded78 1px;
  text-decoration: none;
  text-transform: capitalize;
  color: #121824!important;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  box-shadow: 0 4px 6px rgba(0,0,0,.7);
}

.main-button:hover {
  background-color: #fff!important;
  color: #121824!important;
  text-decoration: none;
}

.contact-form input, .contact-form textarea {
  padding: 15px;
  color: #5c606c;
  border: 1px solid #2ded78;
  text-transform: capitalize;
  border-radius: 25px;
}

.contact-form input[type=submit] {
  border: solid #2ded78 1px;
  font-size: 16px;
  text-transform: uppercase;
}

.contact-form input::placeholder {
  color: #a7a8ac;
}

footer {
  position: relative;
  text-transform: capitalize; 
  background:radial-gradient(53.67% 45.19% at 50% 45.69%, rgba(45, 237, 120, 0.25) 0%, rgba(45, 237, 120, 0.00) 100%);
}

footer::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(45, 237, 120, 0.10) 0%, #2DED78 51%, rgba(45, 237, 120, 0.10) 100%);
}

footer img {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .right-bar {
    border-left: none;
  }
}

@media screen and (max-width: 880px) {
  .navbar {
    /* display: block; */
    text-align: center;
  }

  .main-logo {
    /* display: block; */
  }

  .main-logo::after {
    /* display: none; */
  }
}