.astroturf-pitch-text {
    position: absolute;
    color: #54ff13;
    bottom: 20px;
    background: #0000005e;
    font-size: 20px;
    padding: 16px;
    text-align: center;
    width: -webkit-fill-available;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-10 {
  margin-right: 10px;
}

.check-list {
    margin: 0;
    padding-left: 1.2rem;
  }

  .check-list li {
    position: relative;
    list-style-type: none;
    padding-left: 2.5rem;
    margin-bottom: 0.5rem;
  }

  .check-list li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: -2px;
      width: 5px;
      height: 11px;
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #00a8a8;
      transform-origin: bottom left;
      transform: rotate(45deg);
  }

  .black-bold {
      color: black;
      font-weight: bold;
  }

  .button-custom {
    padding: 11px 32px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #363533;
    background: #54ff13;
    font-family: 'Work Sans';
    height: 36px;
    line-height: 36px;
    border: none;
  }

  .button-custom:hover {
    padding: 11px 32px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background: #363533;
    font-family: 'Work Sans';
    height: 36px;
    line-height: 36px;
    border: none;
  }

  .button-custom-2 {
    padding: 11px 32px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background: #8b36fb;
    font-family: 'Work Sans';
    height: 36px;
    line-height: 36px;
    border: none;
  }

  .button-custom-2:hover {
    padding: 11px 32px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background: #363533;
    font-family: 'Work Sans';
    height: 36px;
    line-height: 36px;
    border: none;
  }

  .button-custom-4 {
    padding: 11px 32px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background: #1fd12f;
    font-family: 'Work Sans';
    height: 36px;
    line-height: 36px;
    border: none;
  }

  .button-custom-4:hover {
    padding: 11px 32px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background: #36fb48;
    font-family: 'Work Sans';
    height: 36px;
    line-height: 36px;
    border: none;
  }

  .navigation-text {
    padding: 20px 0 30px 0;
    color: #484848;
    font-family: 'Work Sans';
  }

  .list-text {
    color: #484848;
    font-family: 'Work Sans';
  }

  .pointer {
      cursor: pointer;
  }

  .versus-response {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
  }

  @media screen and (max-width:768px) {
      .mobile-70 {
        width: 70%;
    }
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .custom-select {
    background: #e7e7e7;
    border: none;
    height: 35px;
    border-radius: 3px;
  }

  .custom-input {
    background: #e7e7e7;
    border: none;
    border-radius: 3px;
    height: 35px;
  }

  .custom-input::placeholder {
    color: rgb(68, 68, 68);
  }

  .search-button {
    padding: 7px;
    background-color: #54ff13;
    border-radius: 3px;
    height: 35px;
    color: #001200;
    font: bold 14px / 20px 'Oswald';
    border: none;
    width: 70px;
}


  .search-button:hover {
    padding: 7px;
    background-color: #fdbe00;
    border-radius: 3px;
    height: 35px;
    color: #363636;
    font: bold 14px / 20px 'Oswald';
    border: none;
    width: 70px;
}


  .search-button:active {
    padding: 7px;
    background-color: #b88a00;
    border-radius: 3px;
    height: 35px;
    color: #363636;
    font: bold 14px / 20px 'Oswald';
    border: none;
    width: 70px;
}


  .ml-15 {
    margin-left: 15px;
  }

 @media screen and (min-width:1px) and (max-width:300px)
 {
    .width-custom {
      width: 280px;
    }
 }

 @media screen and (min-width:300px) and (max-width:500px)
 {
    .width-custom {
      width: auto;
    }
 }

 @media screen and (min-width:500px) and (max-width:768px)
 {
    .width-custom {
      width: auto;
    }
 }

 @media screen and (min-width:768px) and (max-width:1100px)
 {
    .width-custom {
      width: auto;
    }
 }

 @media screen and (min-width:1100px)
 {
    .width-custom {
      width: 500px;
    }
 }

@media screen and (max-width:768px) {
    .nomobile {
      display: none;
    }

    .latest_products {
      padding: 0px!important;
    }

    .custom-booking-form {
      position: absolute;
      top: 20%;
      padding: 20px;
    }
}

@media screen and (min-width:768px) {
  .custom-booking-form {
    position: absolute;
    top: 30%;
    padding: 20px;
  }
}

 .mainpage-input {
    width: 100%;
    border: 1px solid #54ff13!important;
     border-radius: 10px;
    height: 36px;
    background: #0000007a;
    color: white;
    cursor: pointer;
 }

 .open-button {
  position: absolute;
    top: 5px;
    right: 22px;
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0);
    pointer-events: none;
    cursor: pointer;
}

  ::-webkit-calendar-picker-indicator {
    cursor: pointer;
  }

.open-button button {
  border: none;
  background: transparent;
  cursor: pointer;
}

 .top-row {
  justify-content: center;
  padding: 20px;
 }

 .top-title {
  color: #54ff13;
  text-align: center;
 }

 .transparent-back {
  background: #0000009e;
  padding: 20px;
 }

 .white {
   color: white;
 }

 @media screen and (max-width:1100px) {
   .nomedium {
     display: none;
   }
 }

 .custom-form-button {
  padding: 6px;
  width: 100%;
  border: none;
  font-weight: bold;
  background: #54ff13;
  color: black;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
 }

 .font-minimize {
   font-size: 12px!important;
   line-height: 0px!important;
 }

 @media screen and (max-width: 600px) {
  .nomobile {
    display: none;
  }

  .custom-input-password {
    width: 100%!important;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  }

  .custom-input-password-2 {
    width: 100%!important;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  }
}

@media screen and (min-width: 600px) {
  .custom-input-password {
    width: 440px!important;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  }

  .custom-input-password-2 {
    width: 480px!important;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  }
}

.pointer {
  cursor: pointer;
}

.video-name {
  margin-top: 55px;
}

.mt-30 {
  margin-top: 30px;
}

.font-15 {
  font-size: 15px!important;
}

.font-12 {
  font-size: 12px!important;
}

.height-button-custom {
  height: 47px;
}

@media screen and (max-width:768px) {
  .input-dinamic-size {
   width: 100%!important;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
   padding:22px!important;
  }

  .textarea-dinamic-size {
    width: 400px!important;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
    padding: 22px!important;
    height: auto!important;
    float: right!important;
    margin-bottom: 25px;
  }

  .button-dinamic-size {
    width: 100%!important;
    background-color: #54ff13;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 8px;
    font-weight: bolder;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  }
}

@media screen and (min-width:768px) {
  .input-dinamic-size {
   width: 400px!important;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
   padding:22px!important;
  }

  .textarea-dinamic-size {
    width: 400px!important;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
    padding: 22px!important;
    height: auto!important;
    float: right!important;
    margin-bottom: 25px!important;
  }

  .button-dinamic-size {
    width: 400px!important;
    background-color: #54ff13;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 8px;
    font-weight: bolder;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  }
}

.custom-alert {
  float: right;
  text-align: center;
}

.button-custom-3 {
  padding: 11px 32px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #363533;
  background: #54ff13;
  font-family: 'Work Sans';
  height: 40px;
  line-height: 19px;
  border: none;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.p-10 {
  padding: 10px;
}

.p-absolute {
  position: absolute;
}

.profile-image {
  padding: 28px;
  border-radius: 168px;
  border: 10px solid #54ff13;
}

.center {
  text-align: center;
  justify-content: center;
}

.profile-detail {
  color: black;
  font: normal 24px / 22px 'Oswald';
}

.profile-detail-answer {
  color: #fdbd00;
  font: normal 24px / 22px 'Oswald';
}

.alert-custom {
  padding: 20px;
  background-color: #7ed321;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert-custom-danger {
  padding: 20px;
  background-color: #ee1111;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alice {
  color: aliceblue;
}

.theme-color {
  color: #54ff13;
}

.input-fix {
  background: #1e1e1e!important;
  pointer-events: all!important;
  width: 100%!important;
}

.border-none {
  border: none;
}

.input-try {
  background: #1e1e1e!important;
  width: 100%!important;
  padding: 19px;
  border: 0;
  outline: none;
  color: gray;
}
@media screen and (min-width: 900px) {
  .responsive-field {
    height: 254px;
  }

  .responsive-field-2 {
    height: 204px;
  }
}

.webkit {
  width: 100%;
}

.reservation-input {
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding: 15px!important;
    border-radius: 4px;
    font: normal 18px / 22px 'Oswald';
    border: none;
    width: 100%;
}

.reservation-input:active {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding: 15px!important;
    border-radius: 4px;
    font: normal 18px / 22px 'Oswald';
    border: none;
    width: 100%;
}

.reservation-input:: {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding: 15px!important;
    border-radius: 4px;
    font: normal 18px / 22px 'Oswald';
    border: none;
    width: 50%;
}

.reservation-button {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding: 15px!important;
    border-radius: 4px;
    font: normal 24px / 22px 'Oswald'!important;
    border: none;
    width: 100%;
}

.reservation-header {
  color: white;
    font: normal 18px / 22px 'Oswald';
    background-color: #54ff13;
}

.cancel-button {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding: 15px!important;
    border-radius: 4px;
    font: normal 24px / 22px 'Oswald'!important;
    border: none!important;
    width: 100%;
    background-color: #000000!important;
    transition: 0.5s;
}

.cancel-button:hover {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding: 15px!important;
    border-radius: 4px;
    font: normal 24px / 22px 'Oswald'!important;
    border: none!important;
    width: 100%;
    background-image: linear-gradient(45deg, #000000 37%, #5e5e5e 100%);
    transition: 0.5s;
}

.mb-0 {
  margin-bottom: 0px!important;
}

.pb-0 {
  padding-bottom: 0px!important;
}

.modal-fixed {
  border: none!important;
  padding: 9px!important;
}

.linear-wallpaper {
  background-image: linear-gradient(45deg, #000000 37%, #5e5e5e 100%);
}

.custom-status {
  background: #f0f8ff00;
  padding: 10px;
  width: 100px;
  color: white;
}

.webkit {
  width: 100%;
}

.mb-15 {
  margin-bottom: 15px;
}

.social-bg {
  background: #0000005c;
}

.pt-50 {
  padding-top: 50px;
}

.pad-0 {
  padding: 0px!important;
}

.image-border {
  border: 10px solid #54ff13!important;
}

.custom-form-button-2 {
  padding: 6px;
  width: 100%;
  border: none;
  font-weight: bold;
  background: #54ff13;
  color: black;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  transition: 0.4;
}

.custom-form-button-2:hover {
  padding: 6px;
  width: 100%;
  border: none;
  font-weight: bold;
  background: #54ff13;
  color: black;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  transition: 0.4;
}

.custom-form-button-2:active {
  padding: 6px;
  width: 100%;
  border: none;
  font-weight: bold;
  background: #54ff13;
  color: black;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  transition: 0.4;
}

.mr-5-special {
  margin-right: 5px;
}

.news-icon {
  vertical-align: top;
  font-size: 22px;
  margin-right: 5px;
}

.resize-post {
  max-height: 210px;
  width: auto;
}

.hover-show {
  box-shadow: none;
  transition: 0.5s;
}

.hover-show:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s;
}

.font-17 {
  font-size: 17px!important;
}
