body{
    margin: 0px;
    width: 100%;
}

#hero2{
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    padding: 10px;
}

#hero{
    background-color: #f9f9f9;
    font-family: 'Inter', sans-serif;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#hero >div{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#hero > #box-div3{
    padding-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 100%;
}

#box-div3 > div{
    background-color: white;
    border: 1px solid #e8e8e8;
    width: clamp(350px, 80%, 500px);
    aspect-ratio: 16;
    padding: 15px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#hero3{
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mySlides {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 45% 55%;
    border-radius: 50px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mySlides > div {
    display: flex; 
    justify-content: center; 
    align-items: center;
    flex-direction: column;
}


.mySlides > div > img {
    max-width: 100%;          /* fill container width */
    max-height: 100%;         /* fill container height */
    object-fit: contain;  /* keep aspect ratio, scale down if needed */
    display: block;       /* removes inline spacing issues */
}

.mySlides > div > p{
    line-height: 2;
}

#hero4{
    background-color: #f9f9f9;
    height: 85vh;
    display: grid;
    grid-template-columns: 50% 50%;
}

#slogan{
    margin-top: -50px;
    margin-bottom: 0px;
    font-size: clamp(36px, 7.2vw, 75px);
}        

#logo3{
    display: none;
    height: clamp(350px, 30vw, 512px);
    width: clamp(350px, 30vw, 512px);
}

#box{
    width: clamp(325px, 45vw, 450px);
    height: clamp(580px, 75vh, 600px);
    padding: 10px;
    border-radius: 25px;
    background-color: white;
    border: 1px solid #e8e8e8;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}


#box2{
    width: clamp(275px, 45vw, 350px);
    height: clamp(375px, 60vh, 450px);
    padding: 10px;
    border-radius: 25px;
    background-color: white;
    border: 1px solid #e8e8e8;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#box > div > h1, #box2 > div > h1{
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: normal;
    padding: 10px;
}

#box > div > h2, #box2 > div > h2{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
}

#box > div > h3{
    margin-top: 0px;
    font-weight: normal;
    padding-left: 10px;
    margin-bottom: 4px;

}

#box2 > div > h3{
    margin-top: 0px;
    font-weight: normal;
    padding-left: 10px;
}


#box > div > h5, #box2 > div > h5{
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 37.5px;
    padding-left: 10px;
}

#box > div > p, #box2 > div > p{
    font-family: "Inter", sans-serif;
    font-weight: normal;
    padding-left: 10px;
}

#pricing{
    display: flex; 
    flex-direction: row;
    align-items: center; 
    gap: 7.5%;
}

#plans{
    margin-bottom: 37.5px;
    background-color: #f9f9f9;
    padding: 5px;
    border-radius: 20px;
}

#plans > button{
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    border-radius: 15px;
    padding: 5px;
    color: black;
}

#button{
    width: 90%;
    backdrop-filter: blur(8px);
    height: 45px;
    padding: 3px;
    font-family: "Geist Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    background-color: black;
    color: white;
    border: none;
    outline:none;
    border-radius: 22.5px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
}

#button:hover{
    transform: scale(1.08);
    box-shadow: 0 25px 30px rgba(0, 0, 0, 0.3);
}

.two{
    font-family: "Geist Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(15px, 2vw, 25px);
    font-weight: bold;
}

#box-div, #box-div2{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 30px; 
}

#box-div > div{
    width: 400px;
    height: 230px;
    padding: 20px;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

#box-div2 > div{
    width: 400px;
    height: 410px;
    padding: 20px;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s ease-in-out;
}


#box-div2 > div:hover{
    transform: scale(1.08);
}



@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@media screen and (max-width: 1040px) {


    #box > h1, #box2 > h1{
        font-size: 30px;
    }

    #box > h2, #box2 > h2{
        font-size: 17px;
    }

    #box > p, #box2 > p{
        font-size: 15px;
    }
}

@media screen and (max-width: 935px){
    #box-div, #box-div2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 800px){
    #hero{
        padding-top: 60px;
        flex-direction: column;
        gap: 20px;
    }

    #logo3{
        display: block;
    }

    #box-div3{
        border-top: 1px solid #e8e8e8;
        width: 100% !important;
    }
}

@media screen and (max-width: 765px){
    #pricing{
        flex-direction: column;
        gap: 30px;
    }
}
@media screen and (max-width: 450px) {

    #logo2 > img{
        width: 256px;
        height: 256px;
    }

    /* #hero{
        padding-top: 175px;
    } */

    #box-div3 > div{
        width: 300px;
    }

    #box, #box2{
        padding: 20px;
    }

    .description{
        display: none;
    }

    #box-div > div{
        width: 300px
    }

    #box-div2 > div{
        width: 300px;
        height: 500px;
    }
}


@media screen and (max-width: 499px) {
    #hero3{
        display: none;
    }
}