@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: black;
}

.main {
    background-image: url(back.jpg);
    height: 70vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1200px, 100vw);
}

.main .box {
    height: 70vh;
    width: 100%;
    opacity: 0.68;
    background-color: black;
    position: absolute;
    top: 0;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 60vw;
    margin: auto;
    height: 100px;
}

nav img {
    color: red;
    width: 50px;
    position: relative;
    z-index: 10;

}

nav button {
    position: relative;
    z-index: 10;
}

.hero {
    font-family: 'Martel Sans', sans-serif;
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    padding: 0px 30px;
    gap: 23px;


}

.one {
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;


}

.hero> :nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    text-align: center;

}

.hero> :nth-child(3) {
    font-size: 20px;
    font-weight: 400;
    text-align: center;

}

.input {
    margin-top: 20px;
}

.separation {
    height: 7px;
    background-color: rgb(54, 53, 53);
}

.btn {
    padding: 5px 5px;
    background-color: rgba(248, 243, 243, 0.021);
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 6px;
    font-weight: 400;

}

.btn-red {
    background-color: red;
    color: white;
    padding: 3px 24px;
    font-size: 10px;
    border-radius: 4px;
    font-weight: 500;

}

.btn-red-sm {
    background-color: red;
    color: white;
    padding: 5px 5px;
    font-size: 6px;
}

/* nav .btn:hover {
    font-size: 15px;

} */

input {
    background-color: rgba(23, 23, 23, 0.7);
    font-size: 20px;
    padding: 4px 10px 6px 10px;
    border-radius: 4px;
    border: 1px solid rgba(195, 190, 190, 0.7);
    color: white;
    font-weight: 200;
}

.hero-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.first {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    max-width: 70vw;
    color: white;
    position: relative;
}





.secimg {
    position: relative;
}

.secimg img:first-child {
    width: 100px;
    position: relative;
    /* z-index: 10; */
}

section.first>div {
    display: flex;
    flex-direction: column;
    padding: 34px 0px;
}

.first-span {
    font-size: 18px;
    font-weight: bolder;
}

.second-span {
    font-size: 7px;

}


.first {
    gap: 20px;
}

.secimg img:nth-child(2) {
    display: flex;
    justify-self: left;
    align-self: center;
}

.faq {
    background-color: black;
    color: white;
}

.faq h2 {
    text-align: center;
    padding: 34px;
    font-size: 48px;
}

.faqbox:hover {
    background-color: #414141;
    font-size: 27px;
    color: red;

}


.faqbox {
    transition-duration: 1s;
    transition: all 1s ease-out;
    display: flex;
    background-color: #2d2d2d;
    padding: 24px;
    max-width: 60vw;
    margin: 34px auto;
    justify-content: space-between;
    cursor: pointer;
    font-size: 24px;

}

/* .First img:hover {
    transition: all 1s ease-in-out;
    transform: translatey(-30px) translateZ(-200px) translateX(100px);
    width: 500px;
}

.second img:hover {
    transition: all 1s ease-in-out;
    transform: translatey(-30px) translateZ(-200px) translateX(-100px);
    width: 500px;
}

.third img:hover {
    transition: all 1s ease-in-out;
    transform: translatey(-30px) translateZ(200px) translateX(100px);
    width: 500px;
}

.fourth img:hover {
    transition: all 1s ease-in-out;
    transform: translatey(-30px) translateZ(-200px) translateX(-100px);
    width: 500px;
}

.fourth img:nth-child(2):hover {
    transition: all 1s ease-in-out;
    transform: translatey(-30px) translateZ(-200px) translateX(-100px);
    width: 100px;
} */

.two {
    font-size: 24px;
}

footer {
    color: white;
    max-width: 60vw;
    margin: auto;
    padding: 14px;
}

.footer a {
    font-size: 14px;
    color: white;
}

footer .questions {
    padding: 34px 0px;
}



.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
}

.item {
    display: flex;
    flex-direction: column;
    gap: 23px;
}