* {
    margin: 0;
    padding: 0;
    user-select: none;
    -webkit-user-drag: none;
}

#container {
    margin: 0 auto;
    position: relative;
    /* width: 100%; */
    width: auto;
    /* max-width: 1800px; */
    height: auto;
    overflow: hidden;
}

@media (max-width: 768px) {
    #container {
        width: 1700px;
        overflow: scroll;
    }
}

#bigBox1 {
    margin: auto;
    position: relative;
    height: 1200px;
    width: 1700px;
    background-color: white;
    display: flex;
    justify-content: center;
}

#box1Left {
    position: absolute;
    top: 40px;
    left: 150px;
    width: 700px;
    height: 500px;
    padding-top: 10%;
}

#box1Right {
    position: absolute;
    top: 40px;
    right: 150px;
    width: 700px;
    padding-top: 10%;
    display: flex;
}

h1 {
    font-size: 90px;
}

p {
    margin-top: 50px;
    font-size: 25px;
}

#button {
    width: 300px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin-top: 50px;
    border-radius: 10px;
    text-align: center;
    color: white;
    background-color: #232323;
}

#prompt {
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    color: black;
    position: relative;
    bottom: 100px;
    border: 1px solid #232323;
}

#promptBox {
    position: absolute;
    top: 130px;
    right: 0;
    width: 0px;
    height: 0px;
    border-radius: 10px;
    background-color: #ffffffad;
    box-shadow: 0px 10px 50px rgba(255, 0, 0, 0.443);
    transition: all 2s ease;
    white-space: nowrap;
}

#promptBox span {
    display: block;
    font-size: 20px;
    overflow: hidden;
    padding: 10px 0 0 10px;
    line-height: 25px;
}

#img1 {
    width: 500px;
    height: 500px;
    border-radius: 20px;
}






#bigBox2 {
    margin: auto;
    /* width: 1700px; */
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

#box2Top {
    margin: auto;
    width: 100%;
    height: 400px;
    display: flex;
    background-color: #232323;
}

#box2Bottom {
    width: 100%;
    background-color: white;
}

#box2Left {
    width: 25%;
    height: 100%;
    background: url(../img/Home/Color\ Overlay.svg) no-repeat;
    background-position: -180px center;
}

#box2Center {
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 90px;
    color: white;
}

#box2Center h1,
#box2Center p {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    top: 80px;
}

#box2Right {
    width: 25%;
    height: 100%;
    background: url(../img/Home/Scribble\ Light.svg) no-repeat;
    background-position: right -150px center;
}

#box2Row {
    margin: 50px auto;
    width: 100%;
    display: flex;
    overflow: scroll;
}

#box2Row::-webkit-scrollbar {
    display: none;
}

.col {
    margin: 50px auto;
    height: 450px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}


.col:hover {
    box-shadow: 0px 10px 30px rgb(104, 119, 234);
    border-radius: 10px;
}

.col img {
    max-width: 360px;
    max-height: 324px;
    border-radius: 10px;
    display: block;
    margin: auto;
}

.col h3 {
    text-align: center;
    font-size: 30px;
}

.col p {
    margin: 10px auto;
    font-size: 15px;
    color: #adadad;
    width: 350px;
}



footer {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 5px;
    background-color: #232323;
    color: white;
}

footer a,
footer p {
    text-align: left;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 17px;
    /* color: #747474; */
}

footer span,
small a {
    color: #747474;
}

#footerBox {
    display: flex;
    justify-content: center;
    gap: 800px;
}

small {
    width: 1160px;
    text-align: center;
    display: flex;
    font-size: 17px;
    margin: 5px auto 5px auto;
    justify-content: space-between;
}

#bigBox3 {
    margin: auto;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: black;
}

#bigBox3 h1 {
    color: white;
    font-size: 100px;
    text-align: center;
}