html {
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    overflow-x: hidden;
    position: relative;
    justify-content: center;
    background-color: black;
    color: #ffffff;
    overflow-x: hidden;
}

body {
    display: flex;
    font-family: "Roboto";
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    flex-direction: column;
    border-collapse: collapse;
    position: relative;
    overflow-x: hidden;
    padding-bottom: 150px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
    font-family: Fontdiner Swanky;
}

h3 {
    font-size: 20px;
}

p {
   font-size: 15px;
}

header {
    background-color: rgba(0, 0, 0, 0.264);
    width: 100%;
    background-size: cover;
    background-position: 50%;
    position: relative;
    height: 100svh;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%);
    overflow-x: hidden;
    overflow-y: hidden;
    place-content: center;
}

main {
    position: relative;
}

#headercontent {
    width: auto;
    display: grid;
    padding: 0px 40px 20px 40px;
    color: #B5BC34;
    height: auto;
    gap: 20px;
    overflow: visible;

}

#splashbox1 {
    width: 100%;
    text-align: center;
    z-index: 101;
}

#splashbox2 {
    height: 100px;
    width: 100%;
    text-align: center;
    z-index: 101;
}

#splashbox3 {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 100;
    overflow: visible;
}

#splashlogo {
    width: 600px;
}

#splashtagline {
    height: 100%;
    width: auto;
}

/* TABLET */
@media (max-width: 1370px) and (min-width: 671px) {
    #splashlogo {
        width: 40%;
    }
    #splashtagline {
        width: 50%;
        height: auto;
    }
}

/* MOBILE */
@media (max-width: 670px) {
    #splashlogo {
        width: 100%;
    }
    #splashtagline {
        width: 100%;
        height: auto;
    }
}



#backgroundsplashvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -10;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 980px) {
    #backgroundsplashvideo {
        width: auto;
        height: 100%;
    }
}

main {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
}

button {
    background-color: #B5BC34;
    border: none;
    border-radius: 100px;
    width: auto;
    font-size: 35px;
    font-weight: 800;
    padding: 20px 40px 20px 40px;
    color: #FFFFFF;
    white-space: nowrap;
}
@media (max-width: 670px) {
    button {
        width: 100%;
    padding: 20px 20px 20px 20px;
    }
}

#whybookcolumns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 10px;
}



@media (max-width: 670px) {
    #whybookcolumns {
        grid-template-columns: 1fr;
    }
}

.sectionsizefullheight {
    height: 100svh;
}

.sectionsizehalfheight {
    height: 50svh;
}

.sectionsizequarterheight {
    height: 25svh;
}

#about, .salespitch, #pricing, #testimonials, #urgency, #testimonial {
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    place-content: center;
    padding: 0px 50px 0px 50px;
}

#about {
    position: relative;
}

#introduction {
    padding: 10px;
}

.salespitchcontainer {
    padding: 50px 0px 50px 0px;
    position: relative;
}

#whybook {
    padding: 20px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    place-content: center;
    text-align: center;
    position: relative;
    overflow: visible;
}

#explosionimage1 {
    position: absolute;
    width: 500px;
    top: 0px;
    right: -300px;
    z-index: -10;
}

#explosionimage2 {
    position: absolute;
    width: 170px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#explosionimage3 {
    position: absolute;
    z-index: -1;
    width: 500px;
    left: -250px;
    top: -100px;
}

#bangimage1 {
    position: absolute;
    z-index: -10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
width: 700px;
}

#stinksmoke1 {
    position: absolute;
    bottom: 0px;
    z-index: -100;
    width: 150%;
}

#whovilleimage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
}
@media (max-width: 670px) {
    #whovilleimage {
        width: auto;
        height: 120%;
    }
}

  .images {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px;
  }

  .images img {
    width: 100%;
    position: relative;
    z-index: -100;
    border-radius: 25px;
  }

@media (max-width: 670px) {
    .images {
        grid-template-columns: 1fr;
    }
}

.testimonialitem {
    background-color: #000000da;
    color: rgb(255, 255, 255);
    padding: 25px;
    border-radius: 25px;
    margin: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
}

.testimonialname {
    font-weight: 600;
}

.testimonialdate {
    font-weight: 100;
}

#floatingCTA {
    display: grid;
    position: fixed;
    bottom: 40px;
    z-index: 1000;
    opacity: 0;               
    pointer-events: none;     
    transition: opacity 0.25s ease-in-out;
    width: 80%;
    justify-content: center;
}

#floatingCTA.visible {
    opacity: 1;
    pointer-events: auto;       /* clickable when visible */
}

@media (max-width: 670px) {
    #floatingCTAbutton {
        width: 100%;
    }

    #floatingCTA {
        justify-content: stretch;
    }
}


#videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.videotestimonial {
    border-radius: 25px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    width: auto;
    background-color: #B5BC34;
    width: 100%;
}

.hide {
    display: none;
}