 * {
   margin: 0px;
   padding: 0px;
 }

 body {
   background-color: black;
 }

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


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

 }

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

 }

 nav img {
   width: 114px;
   position: relative;
   z-index: 10;

 }

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

 }

 .heros {
   color: white;
   /* may be height is 84 % */
   height: calc(100% - 62px);
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   position: relative;
   z-index: 10;
   gap: 23px;
   padding: 0 30px;

 }

 .heros> :first-child {
   font-weight: bolder;
   font-size: 48px;
   text-align: center;

 }

 .heros>:nth-child(2) {
   font-weight: 400;
   font-size: 24px;
   text-align: center;
 }

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

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

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

 .btn-red {
   background-color: rgb(203, 18, 18);
   color: white;
   padding: 3px 24px;
   font-size: 20px;
   border-radius: 4px;
 }

 .btn-red-sm {
   background-color: rgb(203, 18, 18);
   color: white;
 }

 .heros-button {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 16px;
 }

 .main input {
   background-color: rgba(23, 23, 23, 0.3);
   color: white;
   padding: 10px 101px 4px 19px;
   font-weight: 900;
   font-size: 12px;
   border-radius: 4px;
   border: 2px solid rgba(23, 23, 23, 0.3);

 }

 .btn-red-sm {
   background-color: rgb(203, 18, 18);
   color: white;
 }

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

 @media screen and (max-width: 1326px) {

   .first {
     flex-wrap: wrap;
   }

 }

 .secimg {
   position: relative;
 }

 .secimg img {
   width: 555px;
   position: relative;
   z-index: 10;
   top: 10px;

 }

 .secimg video {
   position: absolute;
   top: 117px;
   right: 33px;
   width: 449px;

 }

 @media screen and (max-width: 1326px) {
   nav {
     max-width: 90vw;
   }

   .heros-button {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 16px;
   }

   .faq h1 {
     color: white;
     display: flex;
     justify-content: center;
     text-align: center;
     margin: 10px;
     font-size: 32px;
   }

   .secimg img {
     width: 339px;


   }

   .secimg video {
     top: 91px;
     width: 267px;

   }


   .heros> :first-child {
     font-size: 32px;

   }

   .heros>:nth-child(2) {
     font-size: 18px;
   }

   .heros>:nth-child(3) {
     font-size: 18px;
   }
 }

 section.first>div {
   display: flex;
   flex-direction: column;
   padding: 34px 0px;
 }

 section.first>div :first-child {
   font-size: 48px;
   font-weight: bolder;
 }

 section.first>div :nth-child(2) {
   font-size: 28px;
 }

 .sepration2 {
   height: 7px;
   background-color: rgb(69, 66, 66);
   margin: 10px;
 }

 .faq h1 {
   color: white;
   display: flex;
   justify-content: center;
   text-align: center;
   margin: 10px;
   font-size: 48px;
 }

 .faqbox1 {
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 65vw;
   margin: auto;
   color: white;
   background-color: #2d2d2d;
   border: 2px solid black;
   height: 50px;
   border-radius: 6px;
   cursor: pointer;
   position: relative;
   z-index: 10;

 }

 .faqbox2 {
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 65vw;
   margin: auto;
   color: white;
   background-color: #4d4d4d;
   border: 2px solid black;
   height: 50px;
   border-radius: 6px;
   cursor: pointer;
   position: relative;
   z-index: 10;

 }

 .faqbox1:hover {
   background-color: #eae6e6;
   color: black;
 }

 .faqbox2:hover {
   background-color: #eae6e6;
   color: black;
 }

 .faqbox1 span {
   position: relative;
   left: 10px;
   font-size: 24px;
 }

 .faqbox2 span {
   position: relative;
   left: 10px;
   font-size: 24px;
 }

 .faqbox1 svg {
   position: relative;
   right: 20px;
   filter: invert(1);
 }

 .faqbox2 svg {
   position: relative;
   right: 20px;
   filter: invert(1);
 }

 .question {
   color: white;
   max-width: 60vw;
   margin: 34px auto;
   font-size: 20px;
   font-weight: bolder;
 }

 .footer {

   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   max-width: 60vw;
   margin: auto;

 }

 @media screen and (max-width: 1326px) {

   .footer {

     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 42px 0px;


   }
 }

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

 .footer_items {
   display: flex;
   flex-direction: column;
   gap: 10px;
 }


 /* 1. Prevent any horizontal overflow globally */
html, body {
  overflow-x: hidden;
  width: 100%;
}
