
*{
    padding: 0;
    margin : 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    list-style: none ;
    text-decoration:  none;
}
body{
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}
model-viewer {
    height: 670px;
    width: 450px;
}
header{
    position: fixed;
    right: 0 ;
    top: 0 ;
    z-index: 1000 ;
    width: 100% ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 9%;
    background: transparent ;
}
.logo img{
    width: 200px;
    height: 100px;
}
.navlist{
    display: flex;
}
.navlist a{
    color: white;
    margin-left: 60px ;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all .55s ease;
}
.navlist a:hover{
 border-bottom: 2px solid white;
}
#menu-icon{
    color: white;
    font-size: 30px;
    z-index: 10001;
    cursor: pointer;
    display: none;
}
.tmax1{
    display: flex;
    height: 100%;
    width:  100%;
    min-height: 100vh;
    position: relative;
    justify-content: center;
    align-items: center;
  flex-direction: column;
    padding: 0 19%;
    margin-top: 5%;
    text-align: center;
}
.tmax2{
    display: flex;
    height: 100%;
    width:  100%;
    min-height: 100vh;
    position: relative;
    justify-content: center;
    align-items: center;
  flex-direction: column;
    padding: 0 19%;
    
    text-align: center;
}

.tmax1-text h5 {
    font-size: 14px;
    font-weight:  400;
    color: white;
    margin-bottom:  40px;
}
.tmax1-text h1{
    font-family: "Permanent Marker", cursive;
    font-size: 90px;
    line-height: 1;
    color: white;
    margin: 0 0 15px;
}
.tmax1-text h4{
    font-size: 40px;
    font-weight: 600;
    color:yellow;
    margin-bottom: 10px;
    font-family: "Permanent Marker", cursive;
}
.tmax1p-text {
    font-size: 15px;
    color: white;
    line-height: 1.9;
    margin-bottom: 40px;
}
.tmax1-text2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cards p{
  font-size:20px;
    color: white;
    line-height: 1.9;
    
    
    direction: rtl;
}
.tmax1-text a{
    display: inline-block;
    color: white;
    background: gray;
    border: 1px white;
    padding: 12px 30px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;
}
.tmax1-text a:hover{
    background: transparent;
    border: 1px solid white;
    transform: translateX(8px);
}
.icons{
    position: absolute;
    top: 50%;
    padding: 0 9%;
    transform: translateY(-50%);
}
.icons i{
    display: block;
    margin: 26px 0;
    font-size: 24px;
    color: white;
    transition: all .50s ease;
}
#myVideo {
    
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 50%;
    min-height: 50%;
    z-index: -1;
  }
  #myVideo2 {
    
    display: none;
  }
  .myVideo3{
    height: 600px;
    width: 600px;
    border-radius: 50%;
  }
  .myVideo4{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .img{
    height: 500px;
    width: 600px;
    
  }
  .cont{
    padding-top:5% ;
   
  }
  .cont h1{

    font-family: "Permanent Marker", cursive;
    font-size: 90px;
    line-height: 1;
    color: white;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
  
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}


.contact h4 {
    font-size:25px;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
    
}
.mobile h4{
    font-size: 25px;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
    
}
.contact h5{
    font-size: 18px;
    font-weight:  400;
    color: white;
    margin-bottom:  40px;

}
.mobile h5{
    font-size: 18px;
    font-weight:  400;
    color: white;
    margin-bottom:  40px;

}

  .cards { 
    display: flex;
    height: 100%;
    width:  100%;
    
    position: relative;
    margin-top: 5%;
    text-align: center;
    align-items: center;
    min-height:120vh;
  }
  

@media (max-width :1535px){
    header{
      padding: 15px 3%;
      transition: .2s;
    }
    .icons{
      padding: 0 3%;
      transition: .2s;
    }
  }
  @media (max-width :1462px){
      section{
          padding: 0 12%;
          transition: .2s;
      }
    
   

  }
  @media (max-width :1340px){
      .tmax1-text h1{
          font-size: 70px;
          margin: 0 0 30px;
      }
      .tmax1-text h5{
          margin-bottom: 25px;
      }
  }
  @media (max-width :1195px){
      section{
          padding: 0 3%;
          transition: .2s;
      }
      #myVideo{
        display: none;
      }
      .tmax1-text{
          padding-top: 115px ;
          
      }
   
      .icons{
          display: none;
      }
      .cont{
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .container{
        flex-direction: column;
      }
      .cards{
        
       flex-direction: column;
        justify-content: center;
        align-items: center;
        
      }
   
      

  }
  @media (max-width :990px){
      #menu-icon{
          display: block;
      }
      .navlist{
          position: absolute;
          top: 100%;
          right:-100%;
          width: 300px;
          height: 40vh;
          background: black;
          display: flex;
          align-items: center;
          flex-direction: column;
          padding: 50px 20px;
          transition: all .55s ease;
  
      }
      .navlist a {
        display: block;
        margin: 10px 0;
        margin-left: 0;
      }
      .navlist.open{
          right: 0;
      }
       .tmax1{
        background-image: url(image/photo_2024-09-09_00-09-00.jpg);
        
    }
    
     
  
  @media (max-width :680px){
      #myVideo{
        display: none;

      }
      #myVideo2 {
            display: block;
            position: fixed;
            right: 0;
            bottom: 0;
            min-width: 50%;
            min-height: 50%;
            z-index: -1;
          }
      
  }
  }