@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: 'opendyslexic';
  src: url('../fonts/OpenDyslexic-Regular.otf');
  font-style: normal;
  font-weight: normal;
} 

@font-face {
  font-family: 'opendyslexic';
  src: url('../fonts/OpenDyslexic-Italic.otf');
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: 'opendyslexic';
  src: url('../fonts/OpenDyslexic-Bold.otf');
  font-weight: bold;
  font-style: normal;
} 

@font-face {
  font-family: 'opendyslexic';
  src: url('../fonts/OpenDyslexic-Bold-Italic.otf');
  font-weight: bold;
  font-style: italic;
} 

.dyslexic {
    font-family: 'opendyslexic' !important;
}
/* Apply OpenDyslexic font to all form elements when dyslexic mode is on */
body.dyslexic input,
body.dyslexic textarea,
body.dyslexic select,
body.dyslexic label,
body.dyslexic button,
body.dyslexic #contactMessage,
body.dyslexic #contactForm * {
    font-family: 'opendyslexic' !important;
}

html {
    scroll-behavior: smooth;
  }

  
@font-face {
    font-family: 'Strange-Dreams';
    src: url('../fonts/Strange-Dreams.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Ferryman';
    src: url('../fonts/Ferryman-ExtraLight-Italic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Ferryman';
    src: url('../fonts/Ferryman-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Ferryman';
    src: url('../fonts/Ferryman-Light-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Ferryman';
    src: url('../fonts/Ferryman-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Ferryman';
    src: url('../fonts/Ferryman-Medium-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Ferryman';
    src: url('../fonts/Ferryman-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Ferryman';
    src: url('../fonts/Ferryman-Regular-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Ferryman';
    src: url('../fonts/Ferryman-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Ferryman';
    src: url('../fonts/Ferryman-Thin-Italic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Ferryman';
    src: url('../fonts/Ferryman-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
.txt-yellow{
    font-family: 'Strange-Dreams';
    color: #FDFCC6;
}
.navigation{
    font-family: 'Strange-Dreams';
    font-weight: 400;
    font-size: 22px;
    line-height: 28.32px;
    text-transform: uppercase;
}

body {
    font-family: 'Ferryman';
    font-weight: 400;
}
body.dyslexic {
    font-family: 'opendyslexic' !important;
}
.ferryman{
    font-family: 'Ferryman' !important;
}
p, .inter{
    font-family: "Inter", serif !important;
}
button, .btn, .atkinson {
    font-family: "Atkinson Hyperlegible", serif !important;
}
.unlock {
    font-family: "Unlock", serif !important;
}
.spectral {
    font-family: "Spectral SC", serif !important;
}
body {
    line-height: 1.6;
    background-color: #1f1f1f;
    color: #f4f4f4;
}

/* Header */
main {
    background: linear-gradient(180deg, #0D0808 20.87%, #0D0808 37.06%, #0d0808 53.1%, #0D0808 67.62%);
}
h1 {
    font-family: 'Ferryman';
}

body.dyslexic h1,
body.dyslexic h2,
body.dyslexic h3,
body.dyslexic h4,
body.dyslexic h5,
body.dyslexic h6,
body.dyslexic p,
body.dyslexic a,
body.dyslexic span,
body.dyslexic ul li {
    font-family: 'opendyslexic' !important;
}

.banner_sec:before {
    content: '';
    background: linear-gradient(180deg, rgba(13, 8, 8, 0) 28.03%, rgba(13, 8, 8, 0.965426) 89.14%, #0D0808 112.12%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.welcome_sec:before {
    content: '';
    background: linear-gradient(180deg, #0D0808 7.97%, rgba(13, 8, 8, 0) 24.33%, rgba(13, 8, 8, 0) 81%, #0D0808 96.52%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.map-container {
    position: relative;
    text-align: center;
}
.fancybox__container {
    z-index: 999999999 !important;
}
.map {
    width: 80%;
    max-width: 1000px;
}

.region {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.region:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.info-box {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 250px;
    max-width: 300px;
    color: white;
    font-family: 'Arial', sans-serif;
    border: 2px solid #8B5A2B; /* Styled border */
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
form {
    display: flex;
    flex-direction: column;
}

form input, form textarea {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #444;
    border-radius: 5px;
    background-color: #333;
    color: #ffffff;
}

form button {
    align-self: flex-start;
}

.container {
    padding: 0 15px;
}
.atkinson-hyperlegible{
    font-family: 'Atkinson-Hyperlegible' !important;
}
.inner_banner .text-left p, .inner_banner .text-left p b {
    font-weight: 300;
}
#message:empty, #contactMessage:empty{
    display: none;
}
.testimonial-slider .slick-track {
    display: flex;
}
.testimonial-slider .slick-track .slick-slide {
    min-height: auto !important;
    height: auto;
}
.primary-button-hover:hover .normal-state-img {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.primary-button-hover{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-state-img {
    position: absolute;
    opacity: 0;
    left:0;
    top:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.primary-button-hover.v2_btn_style {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.primary-button-hover {
    max-width: 188px;
}
.404_page .primary-button-hover {
    max-width: 192px;
}
.primary-button-hover .normal-state-img, .primary-button-hover .hover-state-img {
    height: 64px;
}
.primary-button-hover:hover .hover-state-img {
    opacity: 1;
    transform: scale(1.055);
}
.primary-button-hover:hover .normal-state-img {
    opacity: 0;
}
.fancybox__infobar {
    font-family: 'Ferryman';
}
main.min-h-screen:has(.contact_page) {
    min-height: auto;
}
 body.dyslexic .dyslexic-lg-btn {
    font-size: 18px !important;
    letter-spacing: -1.5px;
    word-spacing: -8px;
}
body.dyslexic .dyslexic-xl-btn, .dyslexic .primary-button-hover, .dyslexic .primary-button-hover .custom-button {
    font-size: 18px !important;
    letter-spacing: -1.5px;
    word-spacing: -8px;
}
body .new-custom-border {
    padding: 22px 25px !important;
}
.f-button.is-next svg, .f-button.is-prev svg{
	display:none;
}
.f-button.is-next, .f-button.is-prev {
    background: url(https://eldramoor.imageworksllc.com/images/arrow.webp) no-repeat;
    width: 41px;
    height: 40px;
    background-size: contain;
}
.f-button.is-prev {
    transform: rotate(180deg) !important;
}
.testimonial-slider .slick-list {
    padding: 0 40px;
}
.dyslexic .inner_banner .text-left p br {
    display: none;
}
.custom-button {
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 4px 2px rgb(0 0 0 / 60%);
    letter-spacing: 0.3px;
}


@media (min-width:1300px){
    .testimonial-slider .slick-list {
        padding: 0 75px;
    }
}

@media (min-width:1400px){
    body .container {
        max-width: 1390px;
    }
}
.border-frame-1 {
    border-image-source: url('../images/frame1.webp');
    border-image-slice: 80;
    padding: 16px;
    border-image-width: 20px;
    border-style: solid; 
}
.border-frame-2 {
    border-image-source: url(../images/frame1.webp);
    border-image-slice: 80;
    padding: 18px;
    border-image-width: 22px;
    border-style: solid;
}
@media (max-width:680px) {
    .border-frame-1{
        padding: 10px;
    }
    .testimonial-slider .slick-list {
        padding: 0 35px;
    }
    .border-frame-2 {
        padding: 15px;
        border-image-width: 18px;
    }
}
.main-nav.active{
    background-color: #0E0909 !important;
}
.main-nav.active .close-icon{
    display: block;
}
.main-nav.active .bar-icon{
    display: none;
}
.bar-icon{
    display: block;
}
#mobileMenu{
    height: calc(100vh - 60px);
}
.mobilemenugrid{
    display: grid;
    align-content: space-between;
    height: 100%;
}
.testimonial-slider h6{
    background: linear-gradient(191.94deg, #FDF9E1 15.19%, #DAD0A9 47.96%, #8F6B26 90.27%, #2D1F0F 117.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient {
    /* background: linear-gradient(191.94deg, #fff.19%, #fff 47.96%, #fdfcc6 90.27%, #fff 117.08%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    background: linear-gradient(90deg, #FDF9E1, #ffec8b) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: -2px -2px 0 #ffffcc, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0px 4px 4px rgba(0, 0, 0, 0.5) !important;
    /* -webkit-text-stroke: 2px black; */
    
}
body .text-gradient::selection {
    background: transparent !important;
    text-shadow: -2px -2px 0 #eab308, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0px 4px 4px rgba(0, 0, 0, 0.5) !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content.show{
    display: block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    min-width: 180px;
    overflow: auto;
    color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 58px;
    left: -35px;
}
.map-mobile{
 display: none;
}
  .dropdown-content a {
    padding: 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content a:hover{
        color: #eab308;
  }
  @media (max-width:1280px) {
    .dropdown-content.show{
        position: initial;
        margin-top: 20px;
    }
  }
  @media screen and (max-width: 480px) {
    .map-mobile{
        display: block;
    }
    
  }
  
  
 .combact-classes:before {
    background: rgb(0 0 0 / 52%);
}
 
