@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&display=swap');


body{
    background-color: black;
}

* {
    margin: 0;
    padding: 0;
    font-family: poppins, sans-serif;
}

.main {
    background-image: url("./assets/images/bg.jpg");
    height: 70vh;
    position: relative;
    background-position: center center;
    background-size: max(1200px, 100vw);
    background-repeat: no-repeat;
}

div .box {
    width: 100%;
    height: 70vh;
    opacity: 0.74;
    background-color: black;
    position: absolute;
    top: 0;
}

nav {
    max-width: 60vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
}

nav img {
    color: red;
    width: 115px;
    position: relative;
    z-index: 10;
}

nav button {
    position: relative;
    z-index: 10;
}

.hero {
    font-family: 'Martel Sans', sans-serif;
    height: calc(100% - 62%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    z-index: 10;
    padding: 80px 30px;
}

.hero> :first-child {
    font-weight: 900;
    font-size: 56px;
    text-align: center;
}

.hero> :nth-child(2) {
    font-weight: 900;
    font-size: 56px;
    text-align: center;

}

.hero> :nth-child(3) {
    font-weight: 400px;
    font-size: 20px;
    text-align: center;

}

.hero> :nth-child(4) {
    font-weight: 400px;
    font-size: 16px;
    text-align: center;

}
.sepration{
    height: 7px;
    background-color: rgb(99, 99, 99);
}

.btn{
    padding: 3px 8px;
    font-weight: 400;
    color: white;
    background-color: rgba(248, 243, 243, 0.021);
    border-radius: 4px;
    border: 1px solid white;
    cursor: pointer;
}

.btn-red-sm{
    background-color: red;
    color: white;
}

.btn-red{
    background-color: red;
    color: white;
    padding: 3px 24px;
    font-size: 20px;
    border-radius: 4px;
}

.hero-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.main input{
    padding: 7px 101px 8px 14px;
    color: white;
    font-weight: 900;
    font-size: 12px;
    border-radius: 4px;
    background-color: rgba(23,23,23, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.secimg{
    position: relative;
}
.first{
    display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: auto;
    color: white;
    align-items: center;

}

.secimg img{
    width: 30vw;
    margin: 50px 10px 50px 200px;

}

.second{
    display: flex;
    justify-content: center;
    max-width: 70VW;
    margin: auto;
    color: white;
    align-items: center;
}
.second img{
    margin: 50px 150px 50px 0px;
    padding: 0px 0px 0px 0px;
}

.faqbox{
    display: flex;
    background-color: gray;
    padding: 34px;
    color: white;
}

footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr  1fr;
    color: white;
    max-width: 60vw;
    margin: auto;
    gap: 14px;
    padding: 14px;

}

.footer-item{
    display: flex;
    flex-direction: column;
}

.que{
    color: white;
    margin: 5px 200px;
}

footer a{
    text-decoration: none;
    color: white;
    font-size: 14px;
}

div p{
    padding: 14px 0px;
}