@font-face {
    font-family: Sahel;
    src: url(sahel.ttf);
  }

  body{
    font-family: Sahel;
    font-size: 11pt;
    background-image: url("bg.webp");
    background-size: auto;
  }
.buttons{
    margin-top: 15px;
    margin-bottom: 25px;
}

.buttons a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 150px;
    margin-bottom: 20px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 20px;
    text-align: center;
}

.modal-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(3px);
  }
  
  .modal-content {
    background-color: #d1eaef;
    margin: 12% auto;
    padding: 30px 20px;
    border-radius: 20px;
    max-width: 350px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    animation: pop 0.4s ease;
  }
  
  .modal-content h2 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #132f5f;
  }
  
  .modal-content p {
    font-size: 15px;
    color: #21517a;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  
  .modal-content a {
    display: inline-block;
    background-color: #038eac;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
  }
  .modal-content a:hover {
    background-color: #21517a;
  }
  
  /* دکمه بستن */
  .close-btn {
    font-size: 22px;
    color: #000000;
    padding: 10px;
  }
  
  /* انیمیشن */
  @keyframes pop {
    0% { transform: scale(0.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
  }
  
  /* موبایل */
  @media screen and (max-width: 480px) {
    .modal-content {
      margin: 30% auto;
      max-width: 90%;
      padding: 25px 15px;
    }
  }
  
  /* دکمه شناور */
  .circle-button {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #038eac;
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 999;
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  
  /* انیمیشن پالس برای دکمه شناور */
  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
  }
  
  .circle-button:hover {
    background-color: #21517a;
    transform: scale(1.1);
  }

.menu {
    background-color: #038ead;
}
#ramadan {
        background-color: #FFB433;
}

#insta {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
#mail {
    background-color: #1e3b6d;
}
#snapp {
    background-color: #ec158c;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;

}

#shoar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    padding: 20px;
}

.text {
    text-align: center
}

.icon {
    margin-left: 5px;
    height: 15px;
    margin-top: 5px;
}

p{
    color: #152d5d;
}

#sizedBox{
    height: 15px;
}