@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Bebas+Neue&family=Bevan:ital@0;1&family=Biryani:wght@200;300;400;600;700;800;900&family=Bungee&family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Serif+Display:ital@0;1&family=Exo:ital,wght@0,100..900;1,100..900&family=Gloria+Hallelujah&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Khula:wght@300;400;600;700;800&family=Mogra&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nabla&family=New+Rocker&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Russo+One&family=Sekuya&family=Special+Gothic+Expanded+One&display=swap');

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
}

#wrap {
    width: 80%;
    margin: 0 auto;
}

h1, h2, h3 {
    text-align: center;
    font-family: "Bungee", system-ui;
    font-weight: 400;
}

img {
    max-width: 100%;
}

.menu a, a#cta {
   padding: 16px;
   border-radius: 16px;
   font-size: 24px;
   font-family: "Prompt", sans-serif;
   font-weight: 700;
   font-style: normal;
   color: rgb(255, 255, 255);
   text-decoration: none;
   background-color: #000000;
   border: solid white 4px;
}

.menu a:hover {
    color: rgb(0, 0, 0);
    background-color: white;
    border: transparent solid 4px;
    transition: 0.3s;
}

a#cta:hover {
    transition: 0.3s;
    border: rgb(0, 0, 0) solid 4px;
    background-color: white;
    color: rgb(0, 0, 0);
}

h1 {
    color: #000000;
    font-size: 64px;
    padding: 40px 0 40px 0;
}

h2, h3 {
    color: #ffffff;
    font-size: 42px;
}

h2 {
    line-height: 8px;
    padding-top: 80px;
}

p {
    color: #ffffff;
    font-size: 22px;
    width: 60%;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

p:last-child {
    padding-bottom: 80px;
}

hr.animate-on-scroll {
    width: 2%;
    margin: 16px auto;
    border: 2px solid #ffffff;
    transition: all 0.6s ease-out;
}

hr.animate {
    max-width: 100%;
    border: 2px solid #ffffff;
    width: 50%;
} 

ul.menu {
    list-style-type: none;
    gap: 20px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

ul.menu li a {
    text-decoration: none;
    padding: 16px;
    border-radius: 16px;
    display: block;
}

header {
    padding: 20px;
    height: 85%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(images/1u6vmi9fbkmd1.jpeg);
}

header h1 {
    margin: auto;
}

a#cta {
    display: block;
    width: 180px;
    padding: 16px;
    margin: 0 auto;
    font-size: 36px;
}

.animate-on-scroll {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate {
    opacity: 1;
}

section::after {
    content: "";
    display: block;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

section#section1::after {
    background-image: url(images/screenshot_442.png);
}

section#section2::after {
    background-image: url(images/screenshot_443.png);
}

section#section3::after  {
    background-image: url(images/screenshot_444.png);
}

section#section4::after {
    background-image: url(images/screenshot_445.png);
}

#section4 h2 {
    line-height: 120%;
}

#sect-img {
    display: block;
    width: 400px;
    margin: 0 auto;
    padding: 20px;
}

footer {
    background-color: #000000;
    text-align: center;
    padding: 16px 0;
}

a#up {
  display: block;
  background: #fff;
  border: solid rgb(255, 255, 255);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  font-weight: 900;
  background-color: #000000;
  text-decoration: none;
  color: #ffffff;
  font-family: "Bungee", system-ui;
}

a#up.animate {
    opacity: 1;
    transition: opacity 0.6s ease-out;
}

@media screen and (max-width: 1280px) {
    h2 {
        font-size: 40px;
    }

    p {
        font-size: 20px;
        width: 85%;
    }
}

@media screen and (max-width: 740px) {
    ul.menu {
        height: auto;
        margin: 36px 0;
        gap: 8px;
    }

    ul.menu li a {
        font-size: 20px;
        line-height: 1.1;
    }

    a#cta {
        font-size: 28px;
        width: 160px;
    }

    header {
        height: auto;
    }

    h2 {
        font-size: 36px;
    }

    p {
        font-size: 18px;
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    ul.menu {
        height: auto;
        margin: 32px 0;
        gap: 8px;
    }

    ul.menu li a {
        font-size: 18px;
        line-height: 1.1;
    }

    header {
        height: auto;
    }

    h1 {
        font-size: 48px;
    }

    a#cta {
        font-size: 24px;
        width: 140px;
    }

    h2 {
        font-size: 32px;
    }

    p {
        font-size: 16px;
        width: 80%;
    }
}