* {
    padding: 0px;
    margin: 0px;
    font-family: Helvetica, sans-serif;
    box-sizing: border-box;
}

body {
    background-color: black;
}

.background-img {
    background-image: url(108069438-5ee79d80-7089-11eb-8264-08fdda7e0d11.jpg);
    background-size: cover;
    height: 100vh;
    opacity: 0.95;
}

.content-img {
    height: 80px;
    width: 90%;
    margin: 0px auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logosvgg {
    background-color: red;
    color: red;
}

.content-img button {
    background-color: red;
    color: white;
    height: 30px;
    width: 80px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 20px;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 80px;
    color: #FFFFFF;
}

.data h1 {
    font-weight: 900;
    font-size: 56px;
}

.data p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.data h3 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.email {
    margin-top: 15px;
    display: flex;
    color: #FFFFFF;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.email input {
    height: 53.5px;
    width: 319px;
    max-width: 100%;
    background-color: #0F0F0F;
    color: #FFFFFF;
    border: 2px solid grey;
    border-radius: 4px;
    padding: 0 12px;
}

.email button {
    height: 56px;
    width: 180px;
    background-color: red;
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 4px;
    border: 2px solid grey;
    cursor: pointer;
}

.email button:hover {
    background-color: #C11119;
}

.seprate {
    height: 5px;
    width: 100%;
    background-color: grey;
}

/* middle */
.trend {
    height: 100px;
    width: 100%;
    color: white;
    display: flex;
    align-items: flex-end;
    padding-left: 20px;
    padding-bottom: 10px;
}

.trend h2 {
    margin-left: 20px;
}

.box1:hover {
    zoom: 1.1;
}

.boxes {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
    overflow-x: auto;
    gap: 10px;
}

.boxes button {
    height: 120px;
    width: 20px;
    background-color: #FFFFFF1A;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}

.boxes button:hover {
    background-color: grey;
}

.box1 {
    height: 196px;
    width: 180px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}

.box1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sepratee {
    height: 5px;
    width: 100%;
    background-color: grey;
}

/* feature boxes */
.forboxes {
    width: 100%;
    max-width: 1020px;
    margin: 50px auto 0 auto;
    padding: 0 20px;
    color: white;
}

.forboxes h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.boxess {
    width: 100%;
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.box11,
.box2,
.box3,
.box4 {
    height: auto;
    width: 100%;
    background-color: #1E1528;
    border-radius: 10px;
    padding: 20px 25px 30px;
    /* reset original positioning */
    position: static;
    margin: 0;
    left: auto;
    bottom: auto;
}

.box11 h3,
.box2 h3,
.box3 h3,
.box4 h3 {
    padding-top: 10px;
    margin-left: 0;
    font-size: 22px;
    color: white;
}

.box11 p,
.box2 p,
.box3 p,
.box4 p {
    margin-top: 15px;
    margin-left: 0;
    color: #cccccc;
    line-height: 1.6;
    font-size: 15px;
}

/* FAQ */
.question {
    width: 100%;
    max-width: 1050px;
    margin: 40px auto 0 auto;
    padding: 0 20px;
    color: white;
}

.question h2 {
    font-size: 28px;
    margin-bottom: 18px;
}

.ques {
    width: 100%;
    margin-top: 18px;
}

.question1 {
    width: 100%;
    font-size: 22px;
    margin-top: 5px;
    background-color: grey;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    min-height: 70px;
    cursor: pointer;
}

.question1 p {
    margin-left: 0;
    font-size: clamp(15px, 3vw, 22px);
}

.question1 i {
    height: 40px;
    width: 40px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.question1:hover {
    background-color: #c0c0c0;
}

/* bottom CTA */
.ready {
    width: 100%;
    max-width: 972px;
    margin: 40px auto 0 auto;
    padding: 0 20px;
    color: white;
}

.ready p {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: clamp(14px, 2.5vw, 18px);
}

.search {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.search input {
    height: 56px;
    width: 100%;
    max-width: 500px;
    background-color: #0F0F0F;
    color: #FFFFFF;
    border: 2px solid grey;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 15px;
}

.search button {
    height: 56px;
    width: 207px;
    background-color: red;
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 4px;
    border: 2px solid grey;
    cursor: pointer;
}

.search button:hover {
    background-color: #C11119;
}

/* Footer */
.content-infoo {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    color: #FFFFFFB3;
}

.content-infoo p {
    text-decoration: underline;
    font-size: 18px;
    font-weight: 200;
    width: 100%;
}

.col1 {
    flex: 1 1 180px;
}

.col1 ul {
    margin-top: 20px;
    margin-right: 0;
}

ul li {
    margin-top: 10px;
    text-decoration: underline;
    color: #FFFFFFB3;
    font-size: 14px;
    cursor: pointer;
    list-style: none;
}

ul li:hover {
    color: white;
}

select {
    height: 40px;
    width: 140px;
    background-color: #0F0F0F;
    margin: 30px 20px 40px 20px;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.pak {
    color: #FFFFFFB3;
    margin-left: 20px;
    margin-bottom: 40px;
    display: block;
    position: static;
}

/* ===================== */
/*   RESPONSIVE STYLES   */
/* ===================== */

/* Tablet */
@media (max-width: 900px) {
    .data h1 {
        font-size: 40px;
    }

    .data p {
        font-size: 17px;
    }

    .boxess {
        grid-template-columns: 1fr;
    }

    .content-infoo {
        flex-wrap: wrap;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .background-img {
        height: auto;
        min-height: 100svh;
    }

    .content-img {
        width: 100%;
        padding: 0 16px;
    }

    .data {
        margin-top: 40px;
        padding: 20px 16px;
    }

    .data h1 {
        font-size: 28px;
    }

    .data p {
        font-size: 15px;
    }

    .data h3 {
        font-size: 14px;
        text-align: center;
    }

    .email input {
        width: 100%;
    }

    .email button {
        width: 100%;
    }

    .boxes {
        justify-content: flex-start;
        padding: 20px 10px;
    }

    .box1 {
        width: 130px;
        height: 150px;
    }

    .boxess {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .question1 {
        font-size: 16px;
        min-height: 60px;
    }

    .search input {
        max-width: 100%;
    }

    .search button {
        width: 100%;
    }

    .content-infoo {
        flex-direction: column;
    }

    .col1 ul {
        margin-top: 10px;
    }
}

@media (max-width: 380px) {
    .data h1 {
        font-size: 22px;
    }
}
