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

* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-style: normal;
    box-sizing: border-box;
}
body{
    background-color: black;
}

.main {
    background-image: url(assets/images/bg.jpg);
    height: 620px;
    /* height: 110vh; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main .box-bg {
    height: 620px;
    /* height: 110vh; */
    width: 100%;
    opacity: 0.7;
    background-color: black;
    position: absolute;
    top: 0;
    /* z-index: 1; */
}

nav .logo {
    width: 9.25rem;
    height: 2.5rem;
    position: relative;
    z-index: 10;
}

nav {
    padding-top: 8px;
    height: 80px;
    display: flex;
    width: 76vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

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

.nav-button button {
    background-color: rgb(215 5 17);
    border: 0;
    font-size: 13px;
    /* padding: 6px 18px; */
    padding-left: 16pX;
    padding-right: 16px;
    padding-top: 9px;
    padding-bottom: 7px;
    border-radius: 3px;
    font-weight: bolder;
    cursor: pointer;
    letter-spacing: normal;
    transform: translateX(-6px);
}
.nav-button button a{
    color: white;
    text-decoration: none;
}

.box-bg-text {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    color: white;
    font-family: "Martel Sans";
    font-style: normal;
    width: 60%;
    margin: auto;
    text-align: center;
    /* gap: 33px; */
    margin-top: 110px;
}

.bg-text1 {
    font-weight: 900;
    font-size: 3.2em;
}

.bg-text2 {
    font-weight: bolder;
    font-size: 1.2em;
    /* margin: 20px 0; */
    margin-top: 18px;
    margin-bottom: 38px;
}

.bg-text3 {
    font-weight: 400;
    font-size: 16px;
}

.email-details {
    margin-top: 16px;
}

.email-details> :first-child {
    background-color: transparent;
    border: 1px solid red;
    padding: 20px 0px 20px 16px;
    border-radius: 2px;
    box-sizing: border-box;
    color: white;
    width: 360px;
    /* width: 28vw; */
}

.email-details label {
    background-color: rgb(215 5 17);
    padding: 13px 28px 16px 20px;
    margin-left: 4px;
    border-radius: 6px;
    font-weight: bolder;
    font-size: 24px;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    margin-top: 4px;
}

.seperation-line {
    height: 4px;
    background-color: rgb(69, 69, 69);
    width: 100%;
}

.container1 {
    background-color: black;
    height: 90px;
}

.text-below-seperation-line {
    color: white;
    font-size: 24px;
    font-weight: bolder;
    /* transform: translate(150px,39px); */
    width: 77%;
    margin: auto;
    transform: translateY(39px);
}

.container2 {
    background-color: black;
    /* height: 300px; */
    height: 263px;
}

.cards-images {
    color: white;
    display: flex;
    flex-direction: row;
    width: 70%;
    margin: auto;
}

.card-image {
    border-radius: 4px;
    margin-right: 45px;
    height: 233px;
    object-fit: cover;
}

.number {
    position: absolute;
    font-size: 100px;
    font-weight: bolder;
    -webkit-text-fill-color: rgb(0, 0, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    transform: translate(-36%, 116%);
}

.container3 {
    background-color: black;
    height: 90px;
}

.text-below-cart-images {
    color: white;
    font-size: 24px;
    font-weight: bolder;
    /* transform: translate(150px,39px); */
    width: 77%;
    margin: auto;
    transform: translateY(39px);
}

.container4-background {
    background-color: black;
    height: 333px;
    margin-top: -1px;
}

.container4 {
    background-color: black;
    display: flex;
    gap: 12px;
    width: 77%;
    margin: auto;
}

.box {
    /* background-color: rgb(134, 40, 40); */
    height: 320px;
    width: 240px;
    border-radius: 8px;
    padding: 24px 12px 0px 18px;
    background-image: linear-gradient(to bottom, #1A2042, #210E18);
    /* position: relative; */
      display: flex;
  flex-direction:column; 
}
.box-svg{
  margin-left: auto;
  align-self: flex-end;
  position: sticky;
}

.box-big-text {
    font-size: 24px;
    line-height: normal;
    font-weight: bolder;
    color: white;
}

.box-small-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}

.box-svg1 {
    z-index: 2;
        transform: translatey(86px);
}
.box-svg2{
        transform: translatey(48px);
        z-index: 2;
}
.box-svg3{
        transform: translatey(60px);
        z-index: 2;
}
.box-svg4{
        transform: translatey(41px);
        z-index: 2;
}
.container5{
    background-color: black;
    height: 80px;
    margin: -2px 0;
}
.text-below-cart-boxex {
    color: white;
    font-size: 24px;
    font-weight: bolder;
    /* transform: translate(150px,39px); */
    width: 77%;
    margin: auto;
    transform: translateY(39px);
    background-color: black;
}
.container6-background {
    background-color: black;
    height: 300px;
    height: 620px;
}
.faq-box{
    background-color: #2D2D2D;
    width: 77%;
    margin: auto;
}
.faqs{
    margin-bottom:15px ;
    font-size: 24px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 27px;
    align-items: center;
    cursor: pointer;
}
.faqs:hover{
    background-color: #414141;
    transition: all 0.2s ease-out;
}
.container7{
    background-color: black;
    height: 160px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    margin: -1px 0;
}
.second-email-details {
    margin-top: 16px;
}

.second-email-details> :first-child {
    background-color: transparent;
    border: 1px solid red;
    padding: 20px 0px 20px 16px;
    border-radius: 2px;
    box-sizing: border-box;
    color: white;
    width: 560px;
    /* width: 28vw; */
}

.second-email-details label {
    background-color: rgb(215 5 17);
    padding: 13px 28px 16px 20px;
    margin-left: 4px;
    border-radius: 6px;
    font-weight: bolder;
    font-size: 24px;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    margin-top: 4px;
}
footer{
    background-color: black;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    /* cursor: pointer; */
    width: 77%;
    margin: auto; 
}
.a-color{
    color: rgba(255, 255, 255, 0.7);  
}
.a-footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    cursor: pointer;
}
.a-footer-text{
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
}
.a-margin{
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.7);
}
.footer-button{
    color: white;
    background-color: #0F0F0F;
    border: none;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 8px;
}
.footer-button:focus{
    outline: none;
  box-shadow: none;
}
.lang-button{
    border: 1px solid #5E5E5E;
    display: flex;
    flex-direction: row;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 6px;
    background-color: #0F0F0F
}
.lang-footer-svg svg{
    color: white;
}
.text-below-the-lang-button{
    font-size: 14px;
    margin-top: 30px;
}
.footer-end-text{
    margin-top: 30px;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.footer-end-text2{
    color: #3E8EF4;
    cursor: pointer;
}
.footer-background{
    background-color: black;
    height: 620px;
}
.footer-text a:active{
    color: red;
}
.a-footer-text a:active{
    color: red;
}

@media screen and (width>1286px) {
    .box-svg3{
        transform: translatey(60px);
        z-index: 2;
        margin-top:30px;
}
}

@media screen and (max-width:1250px) {
    .a-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    cursor: pointer;
}
    nav {
    padding-top: 8px;
    height: 80px;
    display: flex;
    width: 76.5vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
    .container2 {
    background-color: black;
    height: 520px;
}
.cards-images {
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 70%;
    margin: auto;
}
.number-5-image{
        margin-top: 3px;
}
.container4{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.container4-background {
    background-color: black;
    height: 665px;
    margin-top: -1px;
}
.box {
    /* background-color: rgb(134, 40, 40); */
    height: 200px;
    width: 460px;
    border-radius: 8px;
    padding: 24px 12px 0px 18px;
    background-image: linear-gradient(to bottom, #1A2042, #210E18);
      display: flex;
  flex-direction:column; 
}
.box-svg1 {
    z-index: 2;
    transform: translatey(0px);
}.box-svg2 {
    z-index: 2;
    transform: translatey(0px);
}.box-svg3 {
    z-index: 2;
    transform: translatey(0px);
}.box-svg4 {
    z-index: 2;
    transform: translatey(0px);
}
    .container4-background {
        background-color: black;
        height: 430px;
        margin-top: -5px;
    }
}
@media  screen and (max-width:1065px) {
    .box {
    height: 200px;
    width: 350px;
    border-radius: 8px;
    padding: 24px 12px 0px 18px;
    background-image: linear-gradient(to bottom, #1A2042, #210E18);
      display: flex;
  flex-direction:column; 
}
.box-svg1 {
    z-index: 2;
    transform: translatey(0px);
}.box-svg2 {
    z-index: 2;
    transform: translatey(0px);
}.box-svg3 {
    z-index: 2;
    transform: translatey(0px);
}.box-svg4 {
    z-index: 2;
    transform: translatey(0px);
}
    .container4-background {
        background-color: black;
        height: 430px;
        margin-top: -5px;
    }
}
@media  screen and (max-width:1000px) {
       .a-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    cursor: pointer;
}
    nav {
    padding-top: 8px;
    height: 80px;
    display: flex;
    width: 77vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
    .bg-text1 {
    font-weight: 800;
    font-size: 2em;
}

.bg-text2 {
    font-weight: bolder;
    font-size: 1.1em;
    /* margin: 20px 0; */
    margin-top: 17px;
    margin-bottom: 36px;
}

.bg-text3 {
    font-weight: 400;
    font-size: 15px;
}

.email-details {
    margin-top: 15px;
}

.email-details> :first-child {
    width: 300px;
    padding: 19px 0px 19px 16px;
}

.email-details label {
    font-size: 16px;
    padding: 12px 27px 15px 19px;
}  
.second-email-details{
    display: flex;
    flex-direction: column;
    width: 77vw;
    margin: auto;
}
.second-email-details > :first-child{
    width: 76.7vw;
    margin: 10px 0 4px 0;
}
.second-email-details label{
    gap: 20px;
    width: 237px;
    font-size:24px;
}
.container7 {
    background-color: black;
    height: 25vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: -2px 0;
}
}
@media screen and (max-width:950px) {
    .cards-images {
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 70%;
    margin: auto;
}
.number-4-image{
        margin-top: 3px;
}
}
@media  screen and (max-width:820px) {
    .container4{
        display: flex;
        flex-direction: column;
    }
    .box {
    height: 18.7vh;
    width: 77vw;
    border-radius: 8px;
    padding: 24px 12px 0px 18px;
    background-image: linear-gradient(to bottom, #1A2042, #210E18);
      display: flex;
  flex-direction:column; 
}
    .container4-background {
        background-color: black;
        height:80vh;
        margin-top: -5px;
    }
}
@media  screen and (max-width:800px) {
    nav {
    padding-top: 8px;
    height: 80px;
    display: flex;
    width: 77.5vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
    .bg-text1 {
    font-weight: 700;
    font-size: 1.7em;
}
.bg-text2 {
    font-weight: bolder;
    font-size: 1.02em;
    /* margin: 20px 0; */
    margin-top: 16.5px;
    margin-bottom: 35px;
}

.bg-text3 {
    font-weight: 400;
    font-size: 14.5px;
}

.email-details {
    margin-top: 15px;
}

.email-details> :first-child {
    width: 240px;
    padding: 18px 0px 18px 16px;
}

.email-details label {
    font-size: 14px;
    padding: 11.5px 26.5px 14.5px 18.5px;
}   
}


@media  screen and (max-width:700px) {
    .faqs{
        font-size: 22px;
    }
    nav {
    padding-top: 8px;
    height: 80px;
    display: flex;
    width: 78vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
    nav .logo {
    width: 8.25rem;
    height: 2rem;
    position: relative;
    z-index: 10;
}
.nav-button button {
    background-color: rgb(215 5 17);
    border: 0;
    font-size: 12px;
    padding-left: 15pX;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 7px;
}
    .bg-text1 {
    font-weight: 700;
    font-size: 1.6em;
}


.email-details> :first-child {
    width: 210px;
    padding: 17px 0px 17px 16px;
}

.email-details label {
    font-size: 13px;
    padding: 11px 26px 14px 18px;
}   
}

@media  screen and (max-width:705px) {
    .cards-images {
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70%;
    margin: auto;
}
.number-3-image{
        margin-top: 3px;
}
.container2{
    background-color: black;
    height: 750px;
}
}

@media  screen and (max-width:650px) {
    
    .box {
    height: 19.7vh;
    width: 77vw;
}
    .container4-background {
        background-color: black;
        height: 84vh;
        margin-top: -5px;
    }
    .faqs{
        font-size: 20px;
    }
    .container7 > p{
        width: 77%;
        margin: auto;
    }
}
@media  screen and (max-width:631px) {
        .box {
    height: 21.7vh;
    width: 77vw;
}
    .container4-background {
        background-color: black;
        height: 92vh;
        margin-top: -5px;
    }
    nav {
    padding-top: 8px;
    height: 80px;
    display: flex;
    width: 78.3vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
    .bg-text1 {
    font-weight: 700;
    font-size: 1.6em;
}

.email-details> :first-child {
    width: 190px;
    padding: 16px 0px 16px 16px;
}

.email-details label {
    font-size: 12.5px;
    padding: 10.5px 25.5px 13.5px 17.5px;
}   
}

@media  screen and (max-width:590px) {
    .faqs{
        font-size: 19px;
    }
    nav {
    padding-top: 8px;
    height: 80px;
    display: flex;
    width: 78.7vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
        nav .logo {
    width: 7.25rem;
    height: 1.7rem;
    position: relative;
    z-index: 10;
}
    .nav-button button {
        background-color: rgb(215 5 17);
        border: 0;
        font-size: 12px;
        padding-left: 14.5pX;
        padding-right: 14.5px;
        padding-top: 7.5px;
        padding-bottom: 6.7px;
    }


    .bg-text1 {
    font-weight: 700;
    font-size: 1.5em;
}
.bg-text2{
    font-weight: bolder;
    font-size: 1em;
    /* margin: 20px 0; */
    margin-top: 16px;
    margin-bottom: 34px;
}

.bg-text3 {
    font-weight: 400;
    font-size: 14px;
}

.email-details> :first-child {
    width: 175px;
    padding: 15.3px 0px 15.3px 16px;
}

.email-details label {
    font-size: 12.1px;
    padding: 10.1px 25.1px 13.1px 17.1px;
}   
    .a-footer {
        display: grid;
        grid-template-columns: 1fr;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 40px;
        cursor: pointer;
    }
}

@media  screen and (max-width:541px) {
    .faqs{
        font-size: 18px;
    }
    nav {
    padding-top: 8px;
    height: 80px;
    display: flex;
    width: 79vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
        nav .logo {
        width: 7rem;
        height: 1.5rem;
        position: relative;
        z-index: 10;
    }
    .nav-button button {
        background-color: rgb(215 5 17);
        border: 0;
        font-size: 11.5px;
        padding-left: 14.1pX;
        padding-right: 14.1px;
        padding-top: 7.2px;
        padding-bottom: 6.5px;
    }

    .bg-text1 {
    font-weight: 700;
    font-size: 1.5em;
}
.bg-text2{
    font-weight: bolder;
    font-size: 1em;
    /* margin: 20px 0; */
    margin-top: 16px;
    margin-bottom: 34px;
}

.bg-text3 {
    font-weight: 400;
    font-size: 14px;
}

.email-details> :first-child {
        width: 100%;
        margin: 6px 0px;
}

.email-details label {
    font-size: 12.1px;
    padding: 10.1px 25.1px 12.1px 17.1px;
    gap: 25px;
}   

}
@media  screen and (max-width:450px) {
    .faqs{
        font-size: 17px;
    }
    .box-big-text{
        font-size: 20px;
    }
    .box-small-text{
        font-size: 13px;
    }
    .box-svg{
        height: 60px;
        width: 60px;
    }
    .card-image {
    border-radius: 4px;
    margin-right: 30px;
    height: 200px;
    object-fit: cover;
}

.number {
    position: absolute;
    font-size: 77px;
    font-weight: bolder;
    -webkit-text-fill-color: rgb(0, 0, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    transform: translate(-36%, 116%);
}
.container2{
    background-color: black;
    height: 640px;
}
}
@media  screen and (max-width:400px) {
    .faqs{
        font-size: 16px;
    }
    nav {
    padding-top: 8px;
    height: 80px;
    display: flex;
    width: 80vw;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
         nav .logo {
        width: 6.2rem;
        height: 1.2rem;
        position: relative;
        z-index: 10;
    }
    .nav-button button {
        background-color: rgb(215 5 17);
        border: 0;
        font-size: 11px;
        padding-left: 13.5pX;
        padding-right: 13.5px;
        padding-top: 6.9px;
        padding-bottom: 6.1px;
    }

    .bg-text1 {
    font-weight: 700;
    font-size: 1.4em;
}
.bg-text2{
    font-weight: bolder;
    font-size: 0.9em;
    /* margin: 20px 0; */
    margin-top: 15px;
    margin-bottom: 32px;
}

.bg-text3 {
    font-weight: 400;
    font-size: 13px;
}
}

@media  screen and (max-width:380px) {
    .container6-background {
    margin-top: 25px;
}
.footer-background {
    margin-top: 30px;
}
        .card-image {
    border-radius: 4px;
    margin-right: 30px;
    height: 165px;
    object-fit: cover;
}

.number {
    position: absolute;
    font-size: 60px;
    font-weight: bolder;
    -webkit-text-fill-color: rgb(0, 0, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    transform: translate(-36%, 116%);
}
.container2{
    background-color: black;
    height: 545px;
    margin-top: -2px;
}
}
@media  screen and (max-width:320px) {
    .second-email-details label{
        width: 77vw;
        margin: auto;
    }
        .card-image {
    border-radius: 4px;
    margin-right: 30px;
    height: 130px;
    object-fit: cover;
}

.number {
    position: absolute;
    font-size: 50px;
    font-weight: bolder;
    -webkit-text-fill-color: rgb(0, 0, 0);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    transform: translate(-36%, 116%);
}
.container2{
    background-color: black;
    height: 420px;
}
}
@media  screen and (max-width:300px) {
    .second-email-details label{
        font-size: 20px;
    }
}
@media  screen and (max-width:270px) {
     .second-email-details label{
        font-size: 16px;
    }
    .bg-text1 {
    font-weight: 700;
    font-size: 1.3em;
}
.bg-text2{
    font-weight: bolder;
    font-size: 0.8em;
    /* margin: 20px 0; */
    margin-top: 14.5px;
    margin-bottom: 31px;
}

.bg-text3 {
    font-weight: 400;
    font-size: 12px;
}
}

@media  screen and (max-width:235px) {
     .second-email-details label{
        font-size: 12px;
    }
}