* {
     margin: 0;
 }
 body {
     background-color: black;
 }

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

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

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

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

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

 .details {
     height: 74vh;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     color: white;
     position: relative;
     gap: 20px;
     padding: 0 20px;
 }

 .details> :nth-child(1) {
     font-weight: 1000;
     font-size: 48px;
     text-align: center;
 }

 .details> :nth-child(2) {
     font-weight: 1000;
     font-size: 48px;
     text-align: center;
 }

 .details> :nth-child(3) {
     font-size: 28px;
     font-weight: 450px;
     text-align: center;
 }

 .details> :nth-child(4) {
     font-size: 20px;
     font-weight: 400;
     text-align: center;
 }
 .line {
     height: 3px;
     background-color: rgb(180, 30, 30);
     z-index: 10;
     position: relative;
border-radius: 50px;
     

 }
 .btn {
     padding: 3px 8px;
     background-color: white;
     font-size: 18px;
 }

 .red {
     background-color: red;
     color: white;
 }
    
    .sign {
        display: flex;
        justify-content: center;
        height: 58px;
        gap: 8px;
    }
    
    .red1 {
     background-color: red;
     color: white;
     width: 200px;
     border-radius: 6px;
     padding-bottom: 10px;
     font-size:x-large;
     font-weight: bolder;
 }

 .mail {
     background-color: rgba(0, 0, 0, 0.452);
    width: 400px;
    font-size: larger;
    padding-left: 25px;
    border-radius: 6px;
    color: white;
 }
 .textbox{
    color:white;
    padding: 25px;
    margin-left: 10%;
    font-size:xx-large;
    font-family: Arial, Helvetica, sans-serif;
        font-weight: bolder;
 }
 .line1{
    height: 1px;
    background: linear-gradient(to right,
        rgba(180, 30, 30, 0.06) 0%,
        rgb(180, 30, 30) 50%,
        rgba(180, 30, 30, 0.144) 100%);
 }
 .flex{
    display: flex;
    justify-content: center;
    padding: 3%;
    gap: 74px;
  
 }

 .img1 {
     border-radius: 10px;
 }
  .img2 {
      border-radius: 10px;
  }
   .img3 {
       border-radius: 10px;
   }
        .img4 {
            border-radius: 10px;
        }
.img5{
    border-radius: 10px;
    width: 197px;
    height: 276px;
}
 .text1{
    margin-top: 4%;
 }
 .reasons{
     display: flex;
     justify-content: center;
     margin-top: 3%;
     gap: 20px;
    
 }
 .enjoy{
    background-color: rgb(66, 11, 117);
    margin-left: 10%;
    height: 300px;
    width: 300px;
    border-radius: 6px;
 }
.download{
    background-color: rgb(66, 11, 117);
    height: 300px;
    width: 300px;
    border-radius: 6px;
}
.watch {
    background-color: rgb(66, 11, 117);
    height: 300px;
        width: 300px;
        border-radius: 6px;
}
.create {
    background-color: rgb(66, 11, 117);
    margin-right: 10%;
    height: 300px;
        width: 300px;
        border-radius: 10px;
}
.enjoy :first-child {
color: white;
padding: 20px;
font-family:   'Calibri', 'Trebuchet MS', sans-serif;
font-size:xx-large;
font-weight:bolder;
}
.enjoy :nth-child(2){
color: rgba(255, 255, 255, 0.315);
font-weight: bolder;
padding: 10px;
}
.download :first-child {
    color: white;
    padding: 20px;
    font-family: 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: xx-large;
    font-weight: bolder;
}

.download :nth-child(2) {
    color: rgba(255, 255, 255, 0.315);
    font-weight: bolder;
    padding: 10px;
}.watch :first-child {
    color: white;
    padding: 20px;
    font-family: 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: xx-large;
    font-weight: bolder;
}

.watch :nth-child(2) {
    color: rgba(255, 255, 255, 0.315);
    font-weight: bolder;
    padding: 10px;
}
.create :first-child {
    color: white;
    padding: 20px;
    font-family: 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: xx-large;
    font-weight: bolder;
}

.create :nth-child(2) {
    color: rgba(255, 255, 255, 0.315);
    font-weight: bolder;
    padding: 10px;
}
.faq:hover{
    background-color: #414141;
}
.faq{
    display: flex;
    background-color: rgb(43, 41, 41);
    padding: 24px;
    margin: 0.7% 10%;
    color: white;
    font-weight: 900;
    font-size: x-large;
    font-family:  'sans-serif';
    justify-content: space-between;
}
.ready{
    text-align: center;
    margin-top:5%;
    margin-bottom: 1%;
    color: white;
    font-family:   Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: larger;
}   
.start{
    display: flex;
     justify-content: center;
     gap: 8px;
     height: 50px;
}
.mail2{
    background-color: rgba(63, 60, 60, 0.452);
    width: 45%;
    padding-left: 10px;
}
.start button{
    background-color: red ;
    color: white;
    align-items: center;
    width: 12%;
    border-radius: 5%;
}
.foot{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 60vw;
    margin: auto;

}
.finish a{
    display: flex;
    flex-direction:column;
color: rgb(255, 251, 251);
}
.call{
    text-align: center;
    color: rgb(255, 251, 251);
    margin: 3% 0;
    font-size: medium;
}