/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Bellota:300,300italic,regular,italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Bangers:regular);
@import url(https://fonts.googleapis.com/css?family=Coiny:regular);
@import url(https://fonts.googleapis.com/css?family=Bungee:regular);
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro:regular,italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Days+One:regular);
@import url(https://fonts.googleapis.com/css?family=Fugaz+One:regular);
@import url(../fonts/Porter-Sans-Block/stylesheet.css);
@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah:regular);
@import url(https://fonts.googleapis.com/css?family=Creepster:regular);
@import url(https://fonts.googleapis.com/css?family=Grand+Hotel:regular);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes ride {
  from {
    right: 100%;
  }
  to {
    right: -1000px;
  }
}
@media (max-width: 414px) {
	@keyframes ride {
	  from {
		right: 100%;
	  }
	  to {
		right: -500px;
	  }
	}
}
@keyframes floatText {
  to {
    transform: translateX(-100%);
  }
}
@keyframes floatIcons {
  to {
    transform: translateX(calc(-100%));
  }
}
@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes servicesArrow {
  0% {
    transform: translate(calc(50% - 20px), -50%);
  }
  50% {
    transform: translate(calc(50% + 20px), -50%);
  }
  100% {
    transform: translate(calc(50% +-20px), -50%);
  }
}
@keyframes servicesArrowTwo {
  0% {
    transform: scaleX(-1) translate(calc(50% - 20px), -50%);
  }
  50% {
    transform: scaleX(-1) translate(calc(50% + 20px), -50%);
  }
  100% {
    transform: scaleX(-1) translate(calc(50% +-20px), -50%);
  }
}
@keyframes servicesArrowMobile {
  0% {
    transform: scale(0.7) translate(-50%, calc(-50% - 20px)) rotate(90deg);
  }
  50% {
    transform: scale(0.7) translate(-50%, calc(-50% + 20px)) rotate(90deg);
  }
  100% {
    transform: scale(0.7) translate(-50%, calc(-50% - 20px)) rotate(90deg);
  }
}
@font-face {
  font-family: "Gibson Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gibson Bold"), url("../fonts/Gibson_Bold_web/Gibson-Bold.woff") format("woff");
}
@font-face {
  font-family: "Julietta Messie Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Julietta Messie Regular"), url("../fonts/Julietta/JuliettaMessie-mLWoG.woff") format("woff");
}
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  cursor: url(../images/cursor/new/normal.svg) 0 0, auto;
}
body a, body a:active, body a:hover, body a:focus, body video::-webkit-media-controls-enclosure, body video::-webkit-media-controls-panel {
  cursor: url(../images/cursor/new/active.svg) 0 0, auto;
  color: inherit;
  text-decoration: none;
}
body footer .other ul li a:hover {
  cursor: url(../images/cursor/new/active.svg), pointer;
}

header .menu .mobile {
  display: none;
}

header .menu {
  font-family: "Gibson Bold";
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border-bottom: 7px solid black;
}
header .menu a {
  color: #d8d8d8;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  text-shadow: 4px 4px black;
  padding: 50px 0;
  position: relative;
}
header .menu a:not(.logo):hover::after, header .menu a.active::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: "Julietta Messie Regular";
  font-size: 38px;
  text-shadow: none;
  color: #ed61ce;
  margin-top: 5px;
}
header .menu .logo {
  padding-top: 25px;
}
header .menu .logo img {
  width: 95%;
  max-width: 292px;
  max-height: 93px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 400px) {
header .menu .logo img {
	max-width: 200px !important;
	max-height: 64px !important;
	}
}	


@media (max-width: 1200px) {
  header .menu {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
  }
  header .menu a {
    padding: 15px 0 !important;
  }
  header .menu a:not(.logo, .mobile) {
    display: none;
  }
  header .menu .mobile {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  header .menu .logo {
    grid-row: 1;
  }
}
@media (max-width: 1200px) and (max-width: 400px) {
  header .menu .logo img {
    max-width: 55%;
  }
}
@media (max-width: 1200px) {
  header.open .menu a:not(.logo, .mobile) {
    display: block;
  }
}

#title-anim {
  font-family: "Days One";
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 34px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
  word-spacing: 30px;
  overflow: hidden;
  position: relative;
  border-bottom: 7px solid black;
}
#title-anim .scroll {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
#title-anim .scroll .text {
  display: flex;
  animation: floatText 15s infinite linear;
  padding-left: 30px;
}
#title-anim .scroll:nth-child(1) {
  margin-left: calc(18px * 1);
}
#title-anim .scroll:nth-child(2) {
  margin-left: calc(18px * 2);
}
#title-anim .scroll:nth-child(3) {
  margin-left: calc(18px * 3);
}
#title-anim .scroll:nth-child(4) {
  margin-left: calc(18px * 4);
}
@media (max-width: 768px) {
  #title-anim {
    font-size: 24px;
    word-spacing: 20px;
  }
  #title-anim .scroll .text {
    padding-left: 20px;
  }
}

footer {
  background: #000;
  padding: 75px 0 50px 270px;
  color: white;
  font-family: "Gibson Bold";
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}
footer .content {
  display: grid;
  grid-template-columns: 200px 1fr 2fr;
}
footer .content li {
  position: relative;
}
footer .content li:hover {
  color: #50c1e5;
}
footer .content li img {
  position: absolute;
  bottom: 0;
  margin-left: 10px;
  height: 200px;
  object-fit: contain;
  object-position: left bottom;
  max-width: 400px;
}
@media (max-width: 992px) {
  footer .content li img {
    position: relative;
    margin-left: 0;
    width: 100%;
  }
}
footer .content li img.hidden {
  display: none;
}
footer li:not(:first-child) {
  margin-top: 1.5em;
}
@media (max-width: 1400px) {
  footer {
    padding: 75px 50px;
  }
}
@media (max-width: 1200px) {
  footer .content {
    grid-template-columns: 1fr;
  }
  footer .content > * {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 768px) {
  footer {
    font-size: 20px;
  }
  footer .content li a img {
    display: none;
  }
  footer .content .logo img {
    display: block;
    margin: 0 auto 30px auto;
  }
}

.hide {
  display: none;
}

/*# sourceMappingURL=index.css.map */
