@font-face {
    font-family: 'avini'; 
    src: url('font/font.ttf') format('truetype');
    font-weight: normal; 
    font-style: normal; 
}
  



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'avini', sans-serif;
    line-height: 1.6;
    background-color: #f0f0f0;
    color: #333;
    text-align: right;
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    
      
      
}

.container {
    width: 80%;
    margin: 20px auto;
 
}

.header-bg {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    
        font-family: 'Shabnam', sans-serif;
      
      
}

header h1 {
    font-family: 'Digi Nozha', Arial, sans-serif;
    
    
      
      
    font-size: 2.5rem;
    margin: 0;
    text-align: center;
    color: #266d4d;
}


nav ul {
    list-style-type: none;
    text-align: center;
    margin-top: 10px;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: #266d4d;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 5px 10px;
}

nav ul li a:hover {
    text-decoration: underline;
}

.hero {
    background-color: #d4f2e7;
    padding: 100px 0;
    text-align: center;
}

.hero h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.btn {
    display: inline-block;
    background-color: #0077cc;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #005580;
}


footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 100%;
  
}


.login-container {
 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.login-form {
    max-width: 400px;
    padding: 30px;
    background-color: #fff;
    border: 2px solid #0077cc;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-align: right;
    font-family: 'Tahoma', Arial, sans-serif;
    background-image: url('shreyas-sane-G9QPsPvw63g-unsplash.jpg');
    background-size: cover;
    background-position: center;
}


.login-form h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
    color: #f4f3f5;
    text-shadow: 1px 1px 1px rgba(255, 0, 0, 0.1);
}

.login-form .form-group {
    margin-bottom: 25px;
}

.login-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 1.3rem;
    color: #333;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
    padding: 12px;
    font-size: 1.1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus {
    outline: none;
    border-color: #0077cc;
}

.login-form button[type="submit"],
.login-form button.btn-close {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #0077cc;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.login-form button[type="submit"]:hover,
.login-form button.btn-close:hover {
    background-color: #005580;
}

.btn-signin,
.btn-signup {
    display: inline-block;
    background-color: #0077cc;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 1.2rem;
    font-family: 'Digi Nozha', Arial, sans-serif;
    border: none;
    cursor: pointer;
   
}

.btn-signin:hover,
.btn-signup:hover {
    background-color: #005580;
}





.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
    
}


nav ul li:nth-child(1) .icon {
    background-image: url('home.png');
   
}


nav ul li:nth-child(2) .icon {
    background-image: url('location.png');
}


nav ul li:nth-child(3) .icon {
    background-image: url('information.png');
  
}


nav ul li:nth-child(4) .icon {
    background-image: url('phone.png');
  
}


.btn-signup .icon,
.btn-signin .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
 
}


.btn-signup .icon {
    background-image: url('add.png');
  
}

.btn-signin .icon {
    background-image: url('login.png');
    
}







.iran-provinces {
    padding: 50px 0;
    background-color: #f0f0f0;
    text-align: center;
}

.iran-provinces h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 30px;
}

.iran-provinces .iran-flag {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.provinces-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
}



.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    transition: transform 0.3s ease;

}

.circle:hover {
    transform: scale(1.1);
}

.circle img {
    width: 100%;
    height: 100%;
}

.circle p {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px 5px;
    border-radius: 10px;
}




.styled-text {
    display: inline-block;
    background-color: #ffcc00;
    color: #333;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transform: rotate(-8deg);
    font-size: 1.5rem;
    margin: 10px 0;
   
}



@font-face {
    font-family: 'Mikhak';
    src: url('Mikhak-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.styled-text {
    font-family: 'Mikhak', Arial, sans-serif;
 
    font-size: 2rem;
   
    color: #266d4d;
    transform: rotate(-10deg);

    display: inline-block;
 
}



.content-with-image {
    display: flex;
    align-items: center;
  
}

.large-image {
    width: 200px;
    
    margin-right: 20px;
   
}

.styled-text {
    flex: 1;
  
}










.turkey-provinces {
    margin-top: 70px;
    padding: 50px 0;
    background-color: #f0f0f0;
    text-align: center;
}


.turkey-provinces .provinces-wrapper {
    background-color: #ffcc00;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}


.turkey-provinces .provinces-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    background-color: transparent;
}



.turkey-provinces .circle {
    width: 120px;

    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 

}


.turkey-provinces .circle img {
    width: 100%;
   
    height: 100%;
    object-fit: cover;
}


.turkey-provinces .province p {
    margin-top: 10px;

    font-weight: bold;
    color: #fffcfc;
 

}



.turkey-flag {
    width: 30px;
  
    vertical-align: middle;
   
    margin-left: 10px;
 
}




.turkey-provinces {
  background-color: #ffffff00;
  color: white;
    margin-left: 200px;
 
}




.contact-info {
    background-color: #000000;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 20px;
}

.contact-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-info p {
    font-size: 18px;
    margin-bottom: 8px;
}

.contact-info strong {
    font-weight: bold;
}

.contact-info a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}





.footer-only {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
  
}

.footer-only .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.footer-only .contact-info {
    text-align: center;
    margin-bottom: 20px;
}

.footer-only .contact-info h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.footer-only .contact-info p {
    margin: 5px 0;
}

.footer-only .contact-info strong {
    color: #ffd700;

}

.footer-only .contact-info a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
 
}

.footer-only .contact-info a:hover {
    color: #ffd700;
  
}

.footer-only .social-icons {
    margin-top: 20px;
}

.footer-only .social-icons a {
    margin: 0 10px;
    display: inline-block;
}

.footer-only .social-icons img {
    width: 40px;
    height: 40px;
    
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.footer-only .social-icons img:hover {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);

}

.footer-banner {
    background-color: #444;
    padding: 10px 0;
    margin: 20px 0;
    border-radius: 5px;
}

.footer-banner p {
    color: #ffd700;
    font-size: 1.2em;
    margin: 0;
}

.footer-only .container p {
    font-size: 0.9em;
    margin-top: 20px;
    color: #ccc;
    max-width: 800px;
    
    line-height: 1.6;
   
    text-align: center;
   
}





@font-face {
    font-family: 'ShokoBold';
    src: url('path/to/digifonts/Shoko Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.footer-only {
    font-family: 'ShokoBold', Arial, sans-serif;
}




.footer-text {
    color: #fff;
    font-family: 'ShokoBold', Arial, sans-serif;
    font-size: 9.1em;
    line-height: 2.6;
    padding: 20px;
    background-color: #333;
    box-shadow: 0px 8px 16px rgba(255, 215, 0, 0.6);
 
    text-align: justify;
}

.footer-text p {
    margin-bottom: 10px;
}

.footer-text strong {
    color: #ffd700;
   
}


.province{
    background-color: #a5a5a598;
    border: 1px solid gray;
    border-radius: 20px;
    width: 250px;
    align-items: center;
    margin: 0 auto;
    height: 250px;
  
}

.province::after{
background-color: #0077cc;
}



.survey-form {
    background-color: #ffcc00;
 
    color: #333;
  
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin-top: -240px;
  
    margin-right: 60px;

    width: 250px;
    align-self: flex-end;
}

.survey-form h3 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 8px;
}

.survey-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.survey-form label {
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.survey-form input[type="text"],
.survey-form input[type="email"],
.survey-form textarea {
    width: 100%;
    padding: 6px;
    margin-bottom: 6px;
    font-size: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: border-color 0.3s ease;
}

.survey-form input[type="text"]:focus,
.survey-form input[type="email"]:focus,
.survey-form textarea:focus {
    outline: none;
    border-color: #64eebe;
}

.survey-form button[type="submit"] {
    width: 100%;
    padding: 8px;
    background-color: #030303;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.survey-form button[type="submit"]:hover {
    background-color: #000000;
  
}






.advertisement {
    position: relative;
    top: -340px;
    width: 250px;
    height: 150px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    right: 70px;
  
}

.advertisement img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}

.advertisement a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.advertisement-footer {
    padding: 5px;
    background-color: #fff;
}

.advertisement-footer h4 {
    font-size: 0.9rem;
    margin-bottom: 3px;
   
}

.advertisement-footer p {
    font-size: 0.8rem;
    color: #888;
}








.advertisement2 {
    position: relative;
    top: -200px;
    width: 250px;
    height: 150px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    right: 70px;
   
}

.advertisement2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.advertisement2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.advertisement2-footer {
    padding: 5px;
  
    background-color: #fff;
}

.advertisement2-footer h4 {
    font-size: 0.9rem;
  
    margin-bottom: 3px;
   
}

.advertisement2-footer p {
    font-size: 0.8rem;
  
    color: #888;
}




.advertisement3 {
    position: relative;
    top: -355px;
   
    width: 250px;
 
    height: 150px;
   
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    right: 620px;
   
}

.advertisement3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.advertisement3 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.advertisement3-footer {
    padding: 5px;
  
    background-color: #fff;
}

.advertisement3-footer h4 {
    font-size: 0.9rem;
    margin-bottom: 3px;

}

.advertisement3-footer p {
    font-size: 0.8rem;
  
    color: #888;
}





.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #aaef09;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 15px 15px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    transition: background-color 0.3s, box-shadow 0.3s;

}

.scroll-to-top-btn:hover {
    background-color: #15deca;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.scroll-to-top-btn:focus {
    outline: none;
}




.login-status {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-logout {
    background-color: #ff4d4d;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
