/* styles.css */


/* mobile */



@font-face {
    font-family: 'NotoKufiArabic';
    src: url('NotoKufiArabic-VariableFont_wght.ttf')  format('truetype');
        
  }


html, body {
    margin: 0;
    padding: 0;
}

body {
    background: linear-gradient(to bottom, #5e6476, #272829);

    max-width: 1000px;
    margin: auto;
    
    padding: 0;
}

header {
    text-align: center;
    
    padding: 0;
}

header img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

main {
    text-align: center;
    min-height: 250px;
}
h1 {
    font-size: 3em;
    color: rgb(251, 255, 0);
    text-align: center;
  }
  
  #Title_Main_1 {
    font-family:'NotoKufiArabic' ;
    font-size:2.5vw;
    font-weight: bold;
    margin-top: 3%;
    margin-right: -10%;
    line-height: 200%;
    background:#8398c5;
  
    

  }
  #Title_Main_2 {
    font-family:'NotoKufiArabic' ;
    font-size: 4vw;
    font-weight: bold;
    margin-top: 0%;
    margin-right: 5%;
    line-height: 100%;
    color: #ffcc70;
    
  }

  #Title_Main_3 {
    font-family:'NotoKufiArabic' ;
    font-size:4vw;
    font-weight: bold;
    margin: auto;
    color: #1d1d1d;
    text-align: center;
  }

  #date_text{
    font-size:2.5vw;
    line-height: 100%;
    margin-right: -20%;
  }


.All {
    background:#272829; background:#272829;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding: 0%;
    margin-top: 0px; /* Adjust as needed */
    min-height: 250px;
}
.Intro {
    
    padding: 2.5%;
    margin-top: 0px; /* Adjust as needed */
    min-height: 250px;
}

.container {
    
    position:relative;
    height: 30vw; /* Set the desired height */
    display: flex;
    overflow: hidden;
    margin: auto;
    cursor: pointer;
    
  }

  .card-back-top {
    position: absolute;
    z-index: 1;
    top: 10%;
    bottom: 30%;
    width: auto;
    background-color: #6e6e6e; /* Blue color for the back card */
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    left: 15%; /* Move the card to the right */
    right: 0%;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }
  .card-back-bot {
    
    position: absolute;
    top: 70%;
    bottom: 10%;
    
    background-color: #acacac; /* Blue color for the back card */
    border-bottom-left-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    left: 30%; /* Move the card to the right */
    right: 0%;
  }

  .card-front {
    position: relative;
    z-index: 2;
    margin-top: 1%;
    margin-bottom: 1%;
    background-color: #ffcc70; /* Red color for the front card */
    width:20%;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-left: auto; /* Move the card to the right */
    margin-right: 0%;
    align-content: center;
  
  }

  .card-title {
  
    position:relative;
    height: 8vw; /* Set the desired height */
    background-color: #ffcc70; /* Red color for the front card */
    width:60%;
    border-radius: 4vw;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #profile{
    max-width: 90%;
    border-radius: 15px;
    margin-top: 8%;
  }

  #visitor{
  
    position:relative;
    height: 8vw; /* Set the desired height */
    background-color: #ffcc70; /* Red color for the front card */
    width:60%;
    border-radius: 4vw;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    text-align: center;

  }
   /* Style for the search input */
    #searchInput {
      padding: 10px;
      width: 60%;
      border: 2px solid #ccc;
      border-radius: 50px;
      font-size: 25px;
      background-color: #f8f8f8;
      margin-bottom: 20px;
      box-sizing: border-box;
  }

  /* Style for the search input when focused */
  #searchInput:focus {
      outline: none;
      border-color: #007bff;
  }


/* Web */

@media (min-width: 1000px) {
    header img {
        max-width: 1000px;
    }

    body {
        background: linear-gradient(to bottom, #5e6476, #272829);

}
.All {
    background:#272829;
    margin-left: 0%;
    margin-right: 0%;
    
}


.container {
    
   
    height: 200px;
  
  }
  .card-front {
    width: 130px;
  }
  #Title_Main_1 {
    margin-top: 2%;
    margin-right: -250px;
    line-height: 100%;
    font-size:25px;
  
  }
  #Title_Main_2 {
    margin-top: 0%;
    margin-right: -250px;
    line-height: 50%;
    font-size:30px;

    
  }
  #date_text{
    font-size:25px;
    line-height: 0%;
    margin-right: -200px;
  }

  #profile{
    max-width: 110px;
    border-radius: 15px;
    margin-top: 8px;
    
  }

  .card-title {
    height: 80px; /* Set the desired height */

  }
  #Title_Main_3 {
    
    font-size:40px;

    
  }
}
