/*
Theme Name: Athenico.
Theme URI: https://fullsphere.co.uk
Author: FullSphere.
Author URI: https://fullsphere.co.uk
Description: A custom built theme
Version: 1.0.0
Requires PHP: 7.4
Text Domain: Athenico
*/

* {
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
	margin: 0;
	padding: 0;
}

.preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 9999;
  animation: swipeUpOverlay 1s 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

@keyframes swipeUpOverlay {
  from {
    transform: translateY(0);
  }
  to {
    /* Move the overlay 100% up, completely off the screen */
    transform: translateY(-100%);
  }
}

@keyframes fadeInAnimation {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

@keyframes fadeInPAnimation {
    from {
      opacity: 0;
    }
    to {
      opacity: 0.7;
    }
}

.fade-in-element {
    animation: fadeInPAnimation 2.5s 2s forwards;
}

.container-fluid {
    max-width: 1750px;
}

h1 {
    font-family: "area-inktrap", sans-serif;
    display: none;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 0.15em;
    clip-path: inset(2px 0px -22px 0px);
    
    &:last-of-type {
        margin-bottom: 0;
    }
}

h1, h1 div, h2, h3, h4, h5, h6 {
	font-family: "area-inktrap", sans-serif;
	color: #fff;
}

h1 {
	font-size: 5rem;
    line-height: 5rem;
}

h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

p, span, a {
	margin: 0;
    font-family: "articulat-cf", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    opacity: 0.8;
}

.sub-title {
    color: #fff;
    opacity: 0;
}

.background-gradient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    background-color: #060508;
    overflow: hidden;
    z-index: -1;
    opacity: 0.9;
}

.form-box {
    padding: 50px 55px;
    border-radius: 10px;
    background: linear-gradient(rgb(125 125 125 / 22%) 0%, #a760c970 100%)
}

.button {
    padding: 12px 28px;
    border-radius: 30px;
    background: #4F4B50;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    box-shadow: inset 0px 5px 25px -6px rgba(0, 0, 0, 0);
    transition: box-shadow 0.4s ease-in-out;
    -webkit-transition: box-shadow 0.4s ease-in-out;

}

.button:hover {
    box-shadow: inset 0px 5px 25px -6px rgba(0, 0, 0, 0.5);
}

/* WP Form */

input, em, li, .wpforms-confirmation-container {
    font-family: "articulat-cf", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
}

.wpforms-field-email input {
    background: unset;
    min-width: unset;
    max-width: unset!important;
    width: 100%;
    border: 0;
    color: white;
    padding: 10px 0;
    outline: 0;
    border-bottom: 1px solid #ffffff28 !important
}

.wpforms-field-email input:focus {
    outline: 0;
}

.waiting-list-form ::placeholder {
  color: #fff;
  opacity: 0.28;
}

.waiting-list-form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.28;
}

.waiting-list-form ::-moz-placeholder {
  color: #fff;
  opacity: 0.28;
}

.waiting-list-form :-ms-input-placeholder {
  color: #fff;
  opacity: 0.28;;
}

.waiting-list-form ::-ms-input-placeholder {
  color: #fff;
  opacity: 0.28;
}

.waiting-list-form .wpforms-confirmation-container {
    color: #fff;
    margin-top: 20px;
}

.waiting-list-form em.wpforms-error {
    font-size: 1.5rem!important;
    color: #fff569!important;
    margin-top: 10px!important;
}

.waiting-list-form input.wpforms-error {
    border: unset!important;
    border-bottom: 1px solid #ffffff28 !important
}

.waiting-list-button {
    border: unset;
    background: white;
    color: black;

    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.waiting-list-button {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.4s ease-in-out;
    -webkit-transition: box-shadow 0.4s ease-in-out;
}

.waiting-list-button:hover {
    box-shadow: 0px 7px 21px -5px rgba(0, 0, 0, 0.35);
}

.waiting-list-form {
    margin-bottom: 0!important;
}

.waiting-list-form ul {
    list-style-type: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.waiting-list-form .wpforms-field-checkbox {
    padding-bottom: 0;
}

.waiting-list-form .wpforms-field-checkbox li {
    color: #ffffffb3;
    font-size: 1.2rem;
    margin: 12px 0!important;

}

.waiting-list-form .wpforms-field-checkbox li:last-child {
    margin-bottom: 0!important;
}

.waiting-list-form .wpforms-field-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}

.waiting-list-form .wpforms-field-checkbox .wpforms-field-label-inline {
  position: relative;
  padding-left: 37px; /* Creates space for the box */
  cursor: pointer;
  display: inline-block;
  line-height: 20px; /* Helps with vertical alignment */
}

.waiting-list-form .wpforms-field-checkbox .wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background-color: transparent; /* No background */
  border: 1px solid #ffffff;     /* 1px white outline */
  border-radius: 3px;             /* Optional: slightly rounded corners */
}

.waiting-list-form .wpforms-field-checkbox .wpforms-field-label-inline::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  display: none; /* Hide it until the box is checked */
}

.waiting-list-form .wpforms-field-checkbox input[type="checkbox"]:checked + .wpforms-field-label-inline::after {
  display: block;
}



/* Responsive */
@media (min-width: 902px) and (max-width: 1137px) {
    h1 {
        font-size: 3.75rem;
        line-height: 3.75rem;
    }
    br {
        display: none;
        content: '';
    }
    .form-box {
        padding: 30px;
    }
}

@media screen and (max-width: 901px) {
    .mt-6 {
        margin-top: 5rem;
    }
    h1 {
        font-size: 3.3rem;
        line-height: 3.3rem;
    }
    h2 {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    br {
        display: none;
        content: '';
    }
    .form-box {
        padding: 33px 23px
    }
    .waiting-list-button {
        margin-top: 13px!important;
        position: unset!important;
    }
}