@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montagu+Slab:opsz,wght@16..144,492&family=Moul&display=swap');

@font-face {
    font-family: 'CascadiaCode';
    src: url('/public/fonts/Cascadia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;

    min-width: 840px;
}


.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
}


section {
    width: 100%;
    max-width: 1600px;
    height: 350px;

    scroll-margin-top: 100px;

    margin: auto;
}

#allHero {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#hero  {
    display: flex;

    width: 100% !important;

    font-family: 'lato';
    font-family: 800;

    min-height: 375px;

    /* background-color: gray; */

    margin-top: 35px;
    margin-bottom: 75px;
}

#hero canvas {
    display: block;
    position: absolute; 
    width: 100%; 
    height: 100%;

    z-index: -1;
  }

#hero h1 {
    width: fit-content;

    margin-top: 0;
    margin-bottom: 0;
    

    font-size: 72px;
    letter-spacing: -.01em;
}


#features {
    display: flex;
    height: 250px !important;
    width: 95%;
    margin: auto;

    margin-top: 0 !important;
    margin-bottom: 20px !important;

    align-items: center;
    justify-content: space-evenly;

    background-color: white;

    z-index: 2;
}

#features .main {
    min-width: 100px;
    max-width: 420px;

    height: 200px;

    font-family: 'lato', sans-serif;
    text-align: center;

    padding: 10px;
}

#features p {
    max-width: 380px;

    margin-top: 0;
    
    color: #5b5b5b;
}

#features img {
    width: 100%;

    padding: 5px;
    margin: auto;

    border-radius: 5px;
}

@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    30% { transform: rotate(0deg); }
    100% { transform: rotate(180deg); }
}

@keyframes grow {
    0% { transform: scale(1, 1); }
    25% { transform: scale(1, 1); }
    55% { transform: scale(1.2, 1.2); }
    100% { transform: scale(1, 1); }
}


@keyframes shrink {
    0% { transform: scale(1, 1); }
    20% { transform: scale(1, 1); }
    55% { transform: scale(.8, .9); }
    80% { transform: scale(1, 1); }
    100% { transform: scale(1, 1); }
}



#features h3 {
    width: fit-content;
    margin: auto;

    font-size: 22px;
    font-weight: 900;
}


#features li {
    font-family: 'lato', 'sans-serif';

    margin-bottom: 5px;
}


#heroSeparator {
    width: fit-content;

    margin: auto;

    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
}

#heroSeparator img {
    transition: 0.25s ease-in-out;
}

#heroSeparator img:hover {
    margin-bottom: 15px;

    cursor: pointer;

    transition: 0.25s ease-out;
}



#howitworks {
    width: 100%;
    min-height: fit-content;
    height: 90vh;

    margin-bottom: 50px;
}

#howitworks h1 {
    width: fit-content;
    margin: auto;
    
    font-family: 'lato', 'sans-serif';
    font-size: 66px;
    font-weight: 900;
}

#howitworks p, #howitworks a {
    width: fit-content;
    margin: auto;
    
    font-family: 'lato', 'sans-serif';
    font-weight: 800;
}


#howitworks .steps {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#howitworks .step {
    display: flex;
    width: fit-content;

    align-items: center;

    border-bottom: black;
    border-bottom-width: 2px;
    border-bottom-style: solid;

    border-top-color: transparent;
    border-top-width: 2px;
    border-top-style: solid;

    padding: 5px;

    transition: .15s ease-in-out;
}

#howitworks .step[active] {

    border-bottom: black;
    border-bottom-width: 5px;
    border-bottom-style: solid;

    border-top-color: transparent;
    border-top-width: 5px;
    border-top-style: solid;

    transition: .15s ease-in-out;
}

#howitworks .videodemo {
    width: fit-content;
    margin: auto;
    height: 75%;
    max-height: 1250px;


    margin-top: 35px;
}


#howitworks #howitworksimg {
    height: 90%;
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 15px;

    border-radius: 45px 45px 2px 2px;
    box-shadow: 0 5px 10px #0000001a;
}

#howitworks .icon[next]  {
    animation: rightArrowBounce 1s ease-in-out infinite;
}


@keyframes rightArrowBounce {
    0% { transform: translateX(0); }
    50% { transform: translateX(7px); }
    100% { transform: translateX(0px); }
}

#howitworks a {
    display: block;

    color: black;
    text-underline-offset: 5px;

    margin-top: -10px;

}




#pricing {
    position: relative;
    height: fit-content !important;

    height: fit-content !important;
}

#pricing h1 {
    width: fit-content;
    margin: auto;
    
    font-family: 'lato', 'sans-serif';
    font-size: 66px;
    font-weight: 900;
}


#pricing .plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;


    width: 95%;
    margin: auto;
}

#pricing .item {
    min-width: 395px;
    width: fit-content;

    margin: auto;
    margin-top: 50px;

    background-color: white;

    border-radius: 34px 34px 34px 34px;

    box-shadow: 2px 5px 25px #00000059;
}

#pricing .item:nth-child(2) {
    margin-top: 15px;
}

@media (max-width: 1300px) {
    #pricing .item {
        width: 90%;
        max-width: 500px;
        margin:auto;

        margin-top: 25px !important;
    }

    .trails {
        display: none;
    }
  }

#pricing .item .top {
    height: 100px;

    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;

    margin-bottom: 25px;

    border-radius: 30px 30px 0 0;

    background-color: #1b1212;

    color: #E0E0E0;
}


#pricing .item .top p {
    width: fit-content;

    font-family: 'lato', 'sans-serif';
    font-size: 18px;
    font-weight: 500;
    margin: auto;
}

#pricing hr {
    width: 60%;

    margin: auto;
    margin-top: 35px;
    margin-bottom: 25px;
}

#pricing p {
    width: fit-content;

    font-family: 'lato', 'sans-serif';
    font-size: 18px;
    font-weight: 700;
    margin: auto;
    margin-bottom: 8px;

}

#pricing h2 {
    width: fit-content;
    margin: auto;

    font-family: 'lato', 'sans-serif';
    font-size: 44px;
    font-weight: 500;

    color: white;
}

#pricing h3 {
    width: fit-content;

    font-family: 'lato', 'sans-serif';
    font-size: 42px;
    font-weight: 800;
    margin: auto;

}

#pricing h4 {
    width: fit-content;

    font-family: 'lato', 'sans-serif';
    font-size: 20px;
    font-weight: 700;

    margin: auto;
    margin-bottom: 8px;

}

#pricing form {
    display: flex;

    width: 100%;
    margin-bottom: 25px;
}

#pricing button {
    width: 50%;
    
    
    margin: auto;
    margin-top: 20px;

    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;


    font-family: 'Lato', 'sans-serif';
    font-size: 16px;
    font-weight: 700;
    color: black;

    background-color: #c5c5c5;
    
    transition: 0.1s linear;
}

#pricing button:hover {
    opacity: 70%;
}

#pricing .trails {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

    z-index: -1;
  }


#contact {
    width: 100%;

    margin-top: 175px !important;
}

#contact hr {
    width: 125px;

    border-width: 2px;
    border-style: solid;

    margin-bottom: 35px;
}

#contact #contactinfo {
    display: flex;
    justify-content: center;
}

#contact .section {
    display: block;

    width: 32%;
}

#contact h1 {
    width: fit-content;
    margin: auto;
    
    font-family: 'lato', 'sans-serif';
    font-size: 66px;
    font-weight: 900;
}

#contact h2 {
    width: fit-content;
    margin: auto;
    
    font-family: 'lato', 'sans-serif';
    font-size: 18px;
    font-weight: 600;
}

#contact #waytocontact {
    display: flex;
    width: fit-content;
    margin: auto;
}

#contact img {
    padding-top: 13px;
}

#contact p, #contact a {
    width: fit-content;

    font-family: 'lato', 'sans-serif';
    font-size: 20px;
    font-weight: 800;

    color: black;
}

#contact #formStatus {
    margin: auto;
}


#contact #contactform {
    display: flex;
    flex-direction: column;
    width: 75%;

    margin: auto;

    gap: 5px;
}

#contact #contactform div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 5px; /* Space between first and last name */
}

#contact #contactform input, #contact #contactform textarea {
    font-family: 'Lato', 'sans-serif';
    font-size: 16px;

    border:solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: black;

    margin-bottom: 8px;
}


#contact #contactform input:focus, #contact #contactform textarea:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: black;

}

#contact #contactform input {
    min-height: 25px;
}

#contact #contactform input[id='firstName'], 
#contact #contactform input[id='lastName'] {
    width: 50%;
}

#contact #contactform textarea {
    width: 100%;
    height: 150px;
    box-sizing: border-box;

    resize: vertical;
}

#contact #contactform button {
    width: 50%;
    margin: auto;

    font-family: 'Lato', 'sans-serif';
    font-size: 16px;
    font-weight: 700;

    background-color: black;
    color: white;
    
    
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;

    transition: 0.1s linear;
}

#contact #contactform button:hover {
    box-shadow: 2px 5px 25px #00000059;
    transition: 0.1s linear;
}

#contact #contactform h4 {
    width: fit-content;
    margin: 0;
    padding: 0;
    font-family: 'Lato', 'sans-serif';
    font-size: 20px;
    font-weight: 600;
}

footer {
    width: 100%;
    height: 250px;

    text-align: center;
    position: relative;
}

footer p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    
    font-family: 'Lato', 'sans-serif';
    font-size: 16px;
    font-weight: 700;

    margin-bottom: 25px;
}
