@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


* {
    padding: 0%;
    margin: 0%;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: black;
}

.main {
    background-image: url("Asset/image/back0.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(2000px, 100vw);
    height: 75vh;
    position: relative;
}

.main .box {
    height: 75vh;
    width: 100%;
    opacity: 0.65;
    position: absolute;
    top: 0;
    background-color: black;
}

nav {
    max-width: 60vw;
    height: 1px;
    margin: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 62px;


}

nav img {
    width: 9.25rem;
    height: 2.5rem;
    position: relative;
    z-index: 10;
}

nav button {
    position: relative;
    z-index: 10;
}

.hero {
    font-family: "Martel Sans", sans-serif;
    height: calc(100% - 62px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    padding: 0 30px;
    gap: 23px;
}

.hero> :nth-child(1) {
    font-weight: 900;
    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;
    line-height: 30px;
    text-align: center;
}

.separation {
    height: 7px;
    background-color: rgb(36, 36, 36);
}

.btn {
    padding: 9px 15px;
    font-weight: 500;
    background-color: rgba(48, 47, 47, 0.226);
    color: white;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.308);
}

.btn-red {
    background-color: red;
    color: white;
    padding: 14px 42px;
    font-size: 25px;
    border-radius: 7px;
    border: 1px solid red;
    cursor: pointer;
}

.btn-red-sm {
    background-color: red;
    color: white;
    border: 1px solid red;
    cursor: pointer;

}

.main input {
    padding: 20px 117px 14px 9px;
    color: white;
    font-size: 19px;
    border-radius: 7px;
    background-color: rgba(23, 23, 23, 0.8);
    border: 1px solid rgba(109, 109, 109, 0.7);

}

.first {
    display: flex;
    color: white;
    justify-content: center;
    max-width: 70vw;
    margin: auto;
    align-items: center;
}

.secImg {
    position: relative;
}

.secImg img {
    width: 30vw;
    position: relative;
    z-index: 10;
}

.secImg video {
    position: absolute;
    top: 72px;
    right: 49px;
    height: 13vw;
}

section.first>div {
    display: flex;
    flex-direction: column;
}

section.first>div :nth-child(1) {
    font-size: 48px;
    font-weight: 900;
}

section.first>div :nth-child(2) {
    font-size: 24px;
    font-weight: 400;
}

section.first>div :nth-child(3) {
    font-size: 24px;
    font-weight: 400;
}

.secImg2 {
    position: relative;
}

.secImg2 img {
    width: 30vw;
    position: relative;
    z-index: 10;
}

.secImg2 video {
    position: absolute;
    top: 35px;
    right: 120px;
    height: 10vw;
}

.faq h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    padding: 10px;
}

.faq {
    background-color: black;
    color: white;
    padding: 34px;

}

.faqbox {
    display: flex;
    justify-content: space-between;
    background-color: rgba(73, 73, 73, 0.671);
    padding: 24px;
    max-width: 70vw;
    margin: 10px auto;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
}
.faqbox:hover{
    background-color: rgba(59, 59, 59, 0.658);
}

.faqbox svg {
    color: white;
}
footer{
    color: white;
    max-width: 60vw;
    margin: auto;
    padding: 34px;
}
footer .qns{
    padding: 34px 0px;
}
.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
}
.footer a{
    font-size: 14px;
    color: white;
    font-weight: 400;
}
.footer-items{
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.fbtn{
    padding-top: 6px;
    padding-right: calc(36px + 0px);
    padding-bottom: 0.375rem;
    padding-left: calc(0.625rem + 1rem + 0.5rem);
    font-weight: 400;
    background-color: rgba(48, 47, 47, 0.226);
    color: white;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.308);
    font-size: 16px;
}
.finalb{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    padding: 0 30px;
    gap: 23px;
    font-size: 20px;
    font-weight: 400;
    padding: 40px
}