@font-face {
    font-family: 'Amperzand';
    src: url('fonts/Amperzand.ttf') format('truetype');
}

@font-face {
    font-family: 'Rasputin';
    src: url('fonts/Rasputin.otf') format('opentype');
}

@font-face {
    font-family: 'Onion Mill';
    src: url('fonts/OnionMillRegular.otf') format('opentype');
}

html {
    /* background: #9F9A9E; */
    background: black;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: relative;
    display: block;
}

.touchevents {
    /* background: #EBE1BC; */
    background: black;
}

body {
    /* background: url('imgs/dalle-tile.png') no-repeat center; */
    background-size: cover;
    background-position: 50% 42%;
    min-height: 100vh;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: relative;
    display: block;
}

body.request {
    /* background: url('imgs/dalle-tile.png') no-repeat center; */
    background-size: cover;
    /* background-position: 50% 80%; */
    background-position: 50% 42%;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
}

.touchevents body.request {
    width: 100vw;
}

h4, h5, h6 {
    font-family: 'Amperzand';
}

h6 {
    font-size: 70pt;
    margin: 0;
}

.touchevents h6 {
    font-size: 45pt;
}

#home-bg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
}

@keyframes pulsate {
    100% {
        /* Larger blur radius */
        text-shadow:
        0 0 2px #fff,
        0 0 5.5px #fff,
        0 0 9.5px #fff,
        0 0 20px #f00,
        0 0 40px #f00,
        0 0 45px #f00,
        0 0 50px #f00,
        0 0 75px #f00;
    }
    0% {
        /* Smaller blur radius */
        text-shadow:
        0 0 1px #fff,
        0 0 2px #fff,
        0 0 3px #fff,
        0 0 5px #f00,
        0 0 22.5px #f00,
        0 0 27.5px #f00,
        0 0 35px #f00,
        0 0 40px #f00;
    }
}

@keyframes pulsate-arrow {
    100% {
        /* Larger blur radius */
        filter: drop-shadow(5px 5px 5px #f00);
    }
    0% {
        /* Smaller blur radius */
        filter: drop-shadow(2px 2px 2px #f00);
    }
}

@keyframes pulsate-mob {
    100% {
        /* Larger blur radius */
        text-shadow:
        0 0 1px #fff,
        0 0 2.75px #fff,
        0 0 1.75px #fff,
        0 0 10px #f00,
        0 0 20px #f00,
        0 0 27.5px #f00,
        0 0 25px #f00,
        0 0 37.5px #f00;
    }
    0% {
        /* Smaller blur radius */
        text-shadow:
        0 0 0.5px #fff,
        0 0 1px #fff,
        0 0 1.5px #fff,
        0 0 2.5px #f00,
        0 0 11.25px #f00,
        0 0 13.75px #f00,
        0 0 17.5px #f00,
        0 0 20px #f00;
    }
}
  

#logo-neon {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0; right: 0;
    bottom: 15vh;
    cursor: pointer;
    color: #fff;
    animation: pulsate 2.5s infinite alternate;
    text-decoration: none;
    text-shadow:
        0 0 2px #fff,
        0 0 5.5px #fff,
        0 0 9.5px #fff,
        0 0 20px #f00,
        0 0 40px #f00,
        0 0 45px #f00,
        0 0 50px #f00,
        0 0 75px #f00;
    /* transition: text-shadow 1s linear; */
}

.touchevents #logo-neon {
    animation: pulsate-mob 1.5s infinite alternate;
    animation-delay: 1.25s;
    top: 58.5vh;
    bottom: auto;
    text-shadow:
        0 0 0.5px #fff,
        0 0 1px #fff,
        0 0 1.5px #fff,
        0 0 2.5px #f00,
        0 0 11.25px #f00,
        0 0 13.75px #f00,
        0 0 17.5px #f00;
}

#logo-neon:hover {
    animation: none;
    text-shadow:
        0 0 2px #fff,
        0 0 5.5px #fff,
        0 0 9.5px #fff,
        0 0 5px #f00,
        0 0 22.5px #f00,
        0 0 27.5px #f00,
        0 0 35px #f00,
        0 0 40px #f00;
}

#logo-neon::after {
    content: "HOSPITALITY SERVICES";
    text-decoration: none !important;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 36pt;
    text-shadow:
        0 0 0.5px #fff,
        0 0 1px #fff,
        0 0 1.5px #fff,
        0 0 2.5px #f00,
        0 0 11.25px #f00,
        0 0 13.75px #f00,
        0 0 17.5px #f00;
}

/* REQUEST FORM PAGE */

body.request #logo-neon {
    top: 30px;
    bottom: auto;
    z-index: 10;
    left: 30px;
    text-align: center;
    width: 270px;
}

.touchevents body.request #logo-neon {
    width: 50%;
    left: 15px;
    bottom: -10px;
    top: auto;
}

body.request #logo-neon h6 {
    font-size: 40pt;
}

.touchevents body.request #logo-neon h6 {
    font-size: 26pt;
}

.touchevents body.request #logo-neon::after {
    font-size: 10pt;
}

/* ABOUT US */

body.about-us #logo-neon {
    top: 30px;
    bottom: auto;
    z-index: 10;
    left: 30px;
    text-align: center;
    width: 270px;
}

.touchevents body.about-us #logo-neon {
    width: 50%;
    left: 25%;
    bottom: 80px;
    top: auto;
}

body.about-us #logo-neon h6 {
    font-size: 40pt;
}

.touchevents body.about-us #logo-neon h6 {
    font-size: 26pt;
}

.touchevents body.about-us #logo-neon::after {
    font-size: 10pt;
    line-height: 26pt;
}

/* SERVICES */

body.services #logo-neon {
    top: 30px;
    bottom: auto;
    z-index: 10;
    left: 30px;
    text-align: center;
    width: 270px;
}

.touchevents body.services #logo-neon {
    width: 50%;
    left: 25%;
    bottom: 80px;
    top: auto;
}

body.services #logo-neon h6 {
    font-size: 40pt;
}

.touchevents body.services #logo-neon h6 {
    font-size: 26pt;
}

.touchevents body.services #logo-neon::after {
    font-size: 10pt;
    line-height: 26pt;
}

.serv-list {
    padding: 75px 75px;
    font-size: 14pt;
    line-height: 22pt;
    /* font-weight: 600; */
    font-family: "Rasputin";
    text-transform: uppercase;
    list-style-type: none;
}

.touchevents .serv-list {
    padding: 60px 50px;
    font-size: 10.5pt;
    line-height: 15pt;
}

.serv-list li {
    margin-bottom: 10px;
    color: #355226;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.touchevents .serv-list li {
    margin-bottom: 10px;
}



/* INQUIRIES */

body.inquiries #logo-neon {
    top: 30px;
    bottom: auto;
    z-index: 10;
    left: 30px;
    text-align: center;
    width: 270px;
}

.touchevents body.inquiries #logo-neon {
    width: 50%;
    left: 5%;
    bottom: 80px;
    top: auto;
}

body.inquiries #logo-neon h6 {
    font-size: 40pt;
}

.touchevents body.inquiries #logo-neon h6 {
    font-size: 26pt;
}

.touchevents body.inquiries #logo-neon::after {
    font-size: 10pt;
    line-height: 26pt;
}

.no-touchevents .inquiries #form-cont {
    position: relative;
    width: 50vw;
    margin-left: 12vw;
}

.no-touchevents .inquiries #form-cont .counter {
    right: -15px;
}

.inquiries #form-box {
    display: block;
    margin: 0 auto;
    top: -30px;
}

.touchevents .inquiries #form-box {
    height: 100vh;
    top: -90vh;
    /* background: url('imgs/gb.png') no-repeat center; */
    background-size: cover;
    transition: all .3s linear;
}

.touchevents .inquiries #form-box.slide-dwn {
    top: 0px;
}

.inquiries #form-box form {

    width: 100%;
    display: block;
    position: absolute;
    top: 240px;
    left: 10px;

}

.touchevents .inquiries #form-box form {
    top: 190px;
    width: 95%;
    height: 525px;
    left: 5px;
}

.inquiries #form-box.thanks form {
    display: none;
}

.inquiries #form-box form input, .inquiries #form-box form textarea {
    position: relative;
    margin-left: 2.5px;
    height: 40px;
    width: 95%;
    background: rgba(255,255,255,0.33);
    border: 1px solid #85A14B;
    padding: 5px 10px;
    font-size: 10pt;
    margin-top: 0px;
    font-family: "Rasputin";
    text-transform: uppercase;
}

.touchevents .inquiries #form-box form input {
    height: 27px;
}

.inquiries #form-box form textarea {
    height: 190px;
    font-size: 10pt;
}

.inquiries #form-box form input:first-of-type {
    margin-top: 0;
}

.inquiries #form-box form button {
    position: relative;
    display: block;
    padding: 10px;
    width: 30%;
    font-size: 14pt;
    margin-left: 66%;
    background: rgba(255,255,255,0.33);
    margin-top: 15px;
    font-weight: 400 !important;
    font-style: normal;
    border: none;
    border-radius: 45px;
    font-family: "Rasputin";
    text-transform: uppercase;
}

.touchevents .inquiries #form-box form button {
    margin-top: 0;
    margin-left: 65%;
    color: black;
}

.inquiries #form-box img {
    width: 100%;
}

.inquiries #thank_you {
    width: 101% !important;
}


/* Logo-Bounce */

body.logo-bounce {
    background: url(imgs/dalle-tile.png) no-repeat center;
    background-size: cover;
}

body.logo-bounce #logo-neon {
    width: 520px;
    left: calc(50% - 250);
    right: auto;
    /* transform: rotate(-15deg); */
}

body.logo-bounce #logo-neon h6 {
    font-size: 80pt !important;
}

body.logo-bounce #logo-neon::after {
    display: none !important;
}

.no-touchevents #form-cont {
    position: relative;
    width: 50vw;
    margin-left: 25vw;
}

.no-touchevents #form-cont .counter {
    right: -15px;
}

#form-box {
    display: block;
    margin: 0 auto;
    top: -30px;
}

.touchevents #form-box {
    height: 100vh;
    top: -90vh;
    /* background: url('imgs/gb.png') no-repeat center; */
    background-size: cover;
    transition: all .3s linear;
}

.touchevents #form-box.slide-dwn {
    top: 0px;
}

#form-box form {

    width: 100%;
    display: block;
    position: absolute;
    top: 240px;
    left: 10px;

}

.touchevents #form-box form {
    top: 200px;
    width: 95%;
    height: 525px;
    left: 5px;
}

#form-box.thanks form {
    display: none;
}

#form-box form input, #form-box form textarea {
    position: relative;
    margin-left: 2.5px;
    height: 40px;
    width: 95%;
    background: rgba(255,255,255,0.33);
    border: 1px solid #85A14B;
    padding: 5px 10px;
    font-size: 10pt;
    margin-top: 0px;
    font-family: "Rasputin";
    text-transform: uppercase;
}

.touchevents #form-box form input {
    height: 27px;
}

#form-box form textarea {
    height: 190px;
    font-size: 10pt;
}

#form-box form input:first-of-type {
    margin-top: 0;
}

#form-box form button {
    position: relative;
    display: block;
    padding: 10px;
    width: 30%;
    font-size: 14pt;
    margin-left: 66%;
    background: rgba(255,255,255,0.33);
    margin-top: 15px;
    font-weight: 400 !important;
    font-style: normal;
    border: none;
    border-radius: 45px;
    font-family: "Rasputin";
    text-transform: uppercase;
}

.touchevents #form-box form button {
    margin-top: 0;
    margin-left: 65%;
    color: black;
}

#form-box img {
    width: 100%;
}

#thank_you {
    width: 101% !important;
}

#about-napkin {
    width: 600px;
    height: 600px;
    /* background: url('imgs/napkin-a-crop-green.png') no-repeat center; */
    background-image: image-set( "imgs/napkin-a-crop-green_325px.png" 1x, "imgs/napkin-a-crop-green_450px.png" 2x);
    background-size: cover;
    position: absolute;
    left: calc(50% - 300px);
    /* transform: rotate(5deg); */
    transition: all .5s linear;
    top: 20vh;
    box-shadow: 4px 3px 20px 0px rgba(0,0,0,0.5);
}

#about-napkin.turned {
    transform: rotate(-25deg);
}

#about-napkin p {
    width: 80%;
    margin-top: 80px;
    margin-left: 9.5%;
    font-size: 11pt;
    line-height: 12pt;
    text-transform: uppercase;
    font-family: "Rasputin";
    height: 84%;
    overflow: auto;
    position: relative;
    cursor: pointer;
    color: #355226;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.touchevents #about-napkin {
    display: block;
    width: 425px;
    height: 425px;
    left: auto;
    bottom: auto;
    z-index: 10;
    top: 15vh;
    transition: all .3s linear;
}

.touchevents #about-napkin.pullout {
    right: calc(50% - 212.5px);
    top: 15vh;
    /* transform: rotate(5deg); */
}

.touchevents #about-napkin p {
    font-size: 9.5pt;
    line-height: 11pt;
    margin-top: 55px;
    height: 75%;
    width: 75%;
    margin-left: 12.5%;
    padding-right: 10px;
}

.counter {
    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    right: 240px;
    margin: 0;
    color: red;
    top: 165px;
    z-index: 100;
    font-size: 28pt;
    display: none !important;
}

.touchevents .counter {
    right: 5vw;
    top: 150px;
    font-size: 20pt;
}

.no-touchevents .napkin-close {
    display: none;
}

.touchevents .napkin-close {
    display: none;
    position: absolute !important;
    top: -55px;
    left: -45px;
    font-weight: 600;
    font-size: 14pt !important;
}

.touchevents .pullout .napkin-close {
    display: block;
}

#logo-arrow {
    display: none;
    position: absolute;
    width: 250px;
    left: calc(50% - 125px);
    bottom: -50px;
}

#logo-arrow img {
    width: 80%;
    animation: pulsate-arrow 2.5s infinite alternate;
}

#logo-arrow::after {
    content: "(ENTER HERE)";
    text-decoration: none !important;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 9pt;
    line-height: 24pt;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
}

.ty p {
    position: absolute;
    z-index: 10;
    top: 385px;
    padding: 0 5%;
    width: 60%;
    font-family: "Rasputin";
    text-transform: uppercase;
    font-size: 11pt;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

.note-foot a {
    margin-left: 15px;
    color: black;
}

.menu {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.touchevents .menu {
    bottom: 170px;
    z-index: 100;
}

.the-slider {
    display: block;
    position: relative;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    margin-top: 65px;
}

.touchevents .the-slider {
    margin-top: 25px;
    width: 95%;
}

.the-slider img {
    width: 90%;
    height: 100%;
    margin: 0 5%;
    display: block;
    position: relative;
    object-fit: contain;
    /* border-radius: 35px; */
}

.slick-slide {
    height: 50vh;
}

/* .sc {
    background: url(silver-corner.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 25px;
} */

.floating {
    color: white;
    text-decoration: none;
    position: absolute;
    font-size: 12pt;
    right: 60px;
    bottom: 80vh;
    font-weight: 600;
    font-family: "nimbus-sans";
    text-transform: uppercase;
    /* animation: pulsate-mob 2s infinite alternate; */
    text-shadow: 0 0 0.5px #fff, 0 0 1px #fff, 0 0 1.5px #fff, 0 0 2.5px #f00, 0 0 11.25px #f00, 0 0 13.75px #f00, 0 0 17.5px #f00;
}

.touchevents .floating {
    width: 50vw;
    right: 25vw;
    bottom: -10vh;
    font-size: 8pt;
    text-align: center;
}

.floating:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url('pdf-logo.png') no-repeat center;
    background-size: contain;
    display: block;
    margin: 0 auto 10px;
}

.touchevents .floating:before {
    width: 35px;
    height: 35px;
    margin: 0 auto 5px;
}

.menu ul {
    list-style-type: none;
    padding: 0;
}

.menu ul li {
    width: 33%;
    display: inline-block;
    float: left;
    text-align: center;
}

.menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 24pt;
    font-weight: 600;
    font-family: "nimbus-sans";
    text-transform: uppercase;
    animation: pulsate 2s infinite alternate;
    text-shadow:
        0 0 2px #fff,
        0 0 5.5px #fff,
        0 0 9.5px #fff,
        0 0 20px #f00,
        0 0 40px #f00,
        0 0 45px #f00,
        0 0 50px #f00,
        0 0 75px #f00;
}

.touchevents .menu ul li a {
    font-size: 12pt;
    animation: pulsate-mob 2s infinite alternate;
}

.menu-arrow {
    width: 30%;
    margin: 0 auto;
}

.touchevents .menu-arrow {
    width: 90%;
    margin: 0 auto;
}

.menu-arrow img {
    width: 80%;
    animation: pulsate-arrow 2.5s infinite alternate;
}

.menu ul li:nth-of-type(3) img {
    /* transform: rotate(180deg); */
}

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}

.touchevents .slick-prev, .touchevents .slick-next {
    width: 35px;
    height: 35px;
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: .9;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow:
        0 0 2px #fff,
        0 0 5.5px #fff,
        0 0 9.5px #f00,
        0 0 20px #f00,
        0 0 25px #f00,
        0 0 30px #f00,
        0 0 55px #f00;
}

.touchevents .slick-prev:before, .touchevents .slick-next:before {
    font-size: 32px;
    text-shadow:
        0 0 1px #f00,
        0 0 2px #f00,
        0 0 5.5px #f00,
        0 0 9.5px #f00;
}


.slick-prev {
    left: -55px;
}

.slick-next {
    right: -55px;
}


.touchevents .slick-prev {
    left: -2.5px;
}

.touchevents .slick-next {
    right: -2.5px;
}