@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Ceviche+One&family=Chewy&family=Fontdiner+Swanky&family=Freckle+Face&family=Henny+Penny&family=Irish+Grover&family=Londrina+Outline&family=Londrina+Shadow&family=Londrina+Solid:wght@100;300;400;900&family=Racing+Sans+One&family=Rubik+Microbe&family=Trade+Winds&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Moonrocks&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: .2s ease-in-out;
}

section,
footer {
    position: relative;
    top: 120px;
}

.fonts {
    font-family: 'Bangers', cursive;
    font-family: 'Ceviche One', cursive;
    font-family: 'Chewy', cursive;
    font-family: 'Fontdiner Swanky', cursive;
    font-family: 'Freckle Face', cursive;
    font-family: 'Henny Penny', cursive;
    font-family: 'Irish Grover', cursive;
    font-family: 'Londrina Outline', cursive;
    font-family: 'Londrina Shadow', cursive;
    font-family: 'Londrina Solid', cursive;
    font-family: 'Racing Sans One', cursive;
    font-family: 'Rubik Microbe', cursive;
    font-family: 'Trade Winds', cursive;
}

body {
    background: #000;
    max-width: 100vw;
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
}

.body::-webkit-scrollbar {
    display: none;
}

.body {
    max-width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

h1 {
    font-family: 'Chewy', cursive;
}

.landing button {
    font-size: .2em;
}

button {
    padding: 5px 10px;
    background: #FFD31D;
    color: #000;
    border: 2px solid #FFD31D;
    border-radius: 5px;
    font-family: 'Chewy', cursive;
    font-size: 1.25em;
    font-weight: bold;
    box-shadow: 1px 2px 8px #000;
}

button:hover {
    cursor: pointer;
    transform: skew(-21deg);
    border: 2px solid #FFD31D;
}

p {
    font-family: 'Londrina Solid', cursive;
    font-size: 1.25em;
    color: #111;
    font-weight: 400;
    text-align: justify;
}

h3 {
    font-family: 'Londrina Solid', cursive;
    font-size: 2.5em;
    padding: 25px 0;
    background-image: url('../img/vector-SEP-2020-101_generated.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 10px 25px;
    color: #cc2e2e;
    transform: skew(-21deg);
    font-weight: bold;
    box-shadow: 1px 2px 8px #000;
}

h4 {
    font-family: 'Bangers', cursive;
    font-size: 1.75em;
    font-weight: 400;
    margin: 25px 0 10px 0;
    padding: 5px 10px;
    background: linear-gradient(to bottom right, #222, #222);
    border-radius: 10px;
}

.landing h1 {
    font-family: 'Bangers', cursive;
    font-size: 150px;
    letter-spacing: 5px;
    color: #fff;
    width: 50%;
    text-align: center;
    font-style: normal;
    text-shadow: 1px 2px 8px #000;
    text-transform: uppercase;
}

.landing h1 span {
    font-size: 100px;
    color: #cc2e2e;
    font-family: 'Racing Sans One', cursive;
    font-style: normal;
}

.color-palette {
    color: #fff;
    color: #fbff00;
    color: #FFD31D;
    color: #cc2e2e;
    color: #ecab1e;
    color: #000000;
}

.landing {
    width: 100%;
    height: 80vh;
    background-image: url('../img/4917635.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.halfbox {
    width: 40%;
}

.learnMoreBtn {
    position: relative;
    left: 40%;
    align-self: center;
}

.about-us {
    width: 100%;
    background: linear-gradient(to bottom right, #000, #222, #444);
    color: #111;
    padding: 50px 100px;
}

.about-us p {
    width: 60%;
    padding: 50px;
    color: #fff;
}

.about-us .images {
    width: 40%;
}

.about-us .images img {
    width: 100%;
}

.prices {
    width: 100%;
    background-image: url('../img/O4YIQH0.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 100px;
}

.prices p {
    color: #111;
}

.prices h3 {
    background-image: url('../img/vector-SEP-2020-101_generated.jpg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.prices ul li {
    font-family: 'Londrina Solid', cursive;
    font-size: 1.25em;
    font-weight: 200;
    margin-left: 50px;
    color: #111;
    font-weight: 400;
}

.prices table {
    border-collapse: collapse;
    margin-left: 50px;
}

.prices table td {
    font-family: 'Bangers', cursive;
    font-size: 1.25em;
    padding: 0 5px;
    font-weight: lighter;
    color: #111;
}

.circle {
    height: 300px;
    width: 300px;
    margin: 50px auto;
    background-image: url('../img/vector-SEP-2020-101_generated.jpg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px 20px;
    box-shadow: 1px 2px 8px #000;
}

.circle h4 {
    background: none;
    color: #cc2e2e;
    font-family: 'Racing Sans One', cursive;
    font-size: 2.5em;
}

.circle p {
    font-family: 'Bangers', cursive;
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 1.25em;
}

.gallery {
    width: 100%;
    background: linear-gradient(to bottom right, #FFD31D, #fbff00);
    color: #fff;
    padding: 50px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 90vh;
}

.gallery2 {
    width: 100%;
    background-image: url('../img/vector-SEP-2020-101_generated.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    padding: 50px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 90vh;
}

.gallery img {
    max-height: 250px;
}

.contact {
    width: 100%;
    background: #111;
    background-image: url('../img/vector-SEP-2020-101_generated.jpg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 100px;
}

form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

input,
textarea {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 10px;
    margin: 10px 0;
    background: #111;
    color: #ecab1e;
}

input[type=submit] {
    padding: 5px 10px;
    background: #FFD31D;
    color: #000;
    border: 2px solid #FFD31D;
    border-radius: 5px;
    font-family: 'Chewy', cursive;
    font-size: 1.5em;
    font-weight: bold;
    box-shadow: 1px 2px 8px #000;
}

input[type=submit]:hover {
    cursor: pointer;
    transform: skew(-21deg);
    border: 2px solid #FFD31D;
}

.vbox {
    padding: 0 100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 35px;
    ;
}

.contact a {
    text-decoration: none;
    color: #fff;
    font-family: 'Freckle Face', cursive;
    font-size: 1.7em;
    vertical-align: middle;
    padding-left: 20px
}

.contact a:hover {
    color: #ecab1e;
}

.contact img {
    vertical-align: middle;
    padding: 0 25px;
}

.gallery2 h3 {
    font-family: 'Londrina Solid', cursive;
    font-size: 3em;
    padding: 25px 0;
    background-image: url('../img/123.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 25px;
    color: #000;
    transform: skew(-21deg);
    font-weight: bold;
    box-shadow: 1px 2px 8px #000;
}

.gallery2 h5 {
    font-family: 'Freckle Face', cursive;
    font-size: 3em;
    color: #cc2e2e;
    text-shadow: 1px 2px 4px #000;
}

footer {
    width: 100%;
    height: auto;
    background: #111;
    position: relative;
    top: 100px;
    padding: 10px 100px;
    padding-bottom: 120px;
    ;
}

footer h5 {
    font-family: 'Freckle Face', cursive;
    font-size: 2em;
    color: #fff;
    text-shadow: 1px 2px 4px #000;
}

footer a {
    text-decoration: none;
    color: #fff;
    font-family: 'Bangers', cursive;
    font-size: 1em;
    vertical-align: middle;
    padding: 10px 20px;
    margin: 0;
    display: inline-block;
}

footer a:hover {
    color: #cc2e2e;
}

.mobileFooter {
    display: none;
}