* {
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
}

.main {
    background-image: url("assets/img/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    position: relative;
   
    margin: auto;

}

.main .box {
    height: 70vh;
    width: 100%;
    opacity: 0.44;
    background-color: black;
    position: absolute;
    top: 0;
    padding: 0 30px;
}

nav {
    max-width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;

}

nav img {
    width: 130px;
    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;
    gap: 23px;
    padding: 0 30px;

}

.hero> :nth-child(1) {
    font-weight: bolder;
    font-size: 48px;
    text-align: center;

}

.hero> :nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.hero> :nth-child(3) {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.sepration {
    background-color: rgb(92, 91, 91);
    height: 7px;
    width: 100%;

}

.btn {
    padding: 3px 9px;
    font-weight: 400;
    background-color: rgba(255, 239, 239, 0.027);
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;
}


.btn-red {
    background-color: red;
    color: white;
    padding: 3px 24px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 400;
    border: 0;
}

.btn-red-sm {
    background-color: red;
    color: white;
}

.main input {
    padding: 7px 101px 8px 14px;
    border-radius: 4px;
    font-size: 12px;
    background: rgb(23, 23, 23, 0.7);
    font-weight: 400;
    padding: 7px 101px 8px 14px;
    border: 1px solid rgba(248, 230, 230, 0.507);
    color: white;
}

.hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.first {
    display: flex;
    max-width: 70vw;
    justify-content: center;
    margin: auto;
    color: white;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.secImg {
    position: relative;

}

.secImg img {
    width: 555px;
    position: relative;
    z-index: 10;


}

.secImg video {
    position: absolute;
    top: 51px;
    right: 0;
    width: 555px;
   
}

section.first>div {
    display: flex;
    flex-direction: column;
    padding: 34px 0;

}

.first>div :first-child {
    font-size: 48px;
    font-weight: bolder;

}

.first>div :nth-child(2) {
    font-size: 24px;

}

.third video {
    width: 15vw;
    top: 22px;
    right: 73px;
}

.faq {
    background-color: black;
    color: white;
    padding: 34px;

}

.faq h2 {
    text-align: center;
    padding: 34px;

    font-size: 48px;
}

.faqbox:hover {
    transition: all;
    background-color: rgb(68, 64, 64);
}

.faqbox svg{
    filter: invert(1);
}
.faqbox {
    transition: all 1s ease-in-out;
    display: flex;
    justify-content: space-between;
    background-color: rgb(105, 104, 104);
    padding: 34px;
    max-width: 60vw;
    margin: 12px auto;
    cursor: pointer;
    font-size: 24px;

}

footer{
    color: white;
    max-width: 60vw;
    margin: auto;
    padding: 34px;
}

.questions{
   padding: 34px 0;
}

.footer a{
    font-size: 14px;
    text-decoration: none;
    color: white;
}


.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
 color: white;

}

.footer-item{
    display: flex;
    flex-direction: column;
    gap: 14px;
}