        /* 🔹 مخصوص موبایل */

@media (max-width: 943px) {

    /* =========================
       Header
       ========================= */

header {
    width: calc(100% - 20px);
    margin: 5px 10px 0;
    padding: 0;
    border-radius: 45px;
    background-color: rgba(225, 245, 250, 0.75);
    position: sticky;
    z-index: 1000;
}


    /* =========================
       Mobile Header
       ========================= */

.mobile-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    width: 100%;
    min-height: 70px;
    position: relative;
    z-index: 1002;
    direction: ltr;
}


    /* =========================
       Mobile Logo
       ========================= */

.mobile-logo {
    display: block;
    grid-column: 2;
    justify-self: center;
    z-index: 1003;
}

    .mobile-logo img {
        display: block;
        width: 190px;
        height: 60px;
    }


    /* =========================
       Hamburger
       ========================= */

.hamburger {
    display: block;
    position: static;
    transform: none;
    z-index: 1003;
    grid-column: 3;

    border: none;
    background: none;
    cursor: pointer;

    color: rgb(41, 158, 231);
    font-size: 28px;
    padding: 0;

    margin-right: 20px;
}


    /* =========================
       Navigation
       ========================= */

nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 300px;
    z-index: 1003;

    background-color: rgba(225, 245, 250, 0.96);
    box-shadow: -5px 8px 20px rgba(0, 80, 100, 0.12);

    border-radius: 25px;
}

    header.menu-open nav {
        display: flex;
    }


    nav ul.menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
    }


    nav ul.menu .spacer {
        display: none;
    }


    nav ul.menu #logo {
        display: none;
    }


    nav ul.menu li {
        margin: 5px 0;
    }


    #tel {
        margin-bottom: 10px;
    }


    /* =========================
       Hamburger → X
       ========================= */

    .hamburger .fa-times {
        display: none;
    }

    header.menu-open .hamburger .fa-bars {
        display: none;
    }

    header.menu-open .hamburger .fa-times {
        display: inline-block;
    }


    /* =========================
       Dark Overlay
       ========================= */

    .menu-overlay {
        position: fixed;
        inset: 0;
        display: none;
        background-color: rgba(0, 0, 0, 0.35);
        z-index: 999;
    }

    header.menu-open + .menu-overlay {
        display: block;
    }


    /* =========================
       Open Menu Header
       ========================= */

    header.menu-open {
        background-color: rgb(225, 245, 250);
        z-index: 1001;
    }

}


/*..................................................................................*/

@media (min-width: 943px) {

      #logo img{
        display: block;
      }
           
      
      #space4 {
        display: none;
      }

      #space5{
        display: none;
      }

            #space6{
        display: none;
      }



#space {
    width: 0px;  
}

#space2 {
    width: 20px;
}


#space3{
    width: 9px;
}

.spacer {
  display: block;
}

#tell {
  display: none;
}



       .menu2 {
    font-size: 94%;
  }
    
}

@media (max-width: 900px) {
#gallery1 {
    display: none;
}
}




@media (min-width: 1000px) {

      #logo img{
        display: block;
      }
           
      
      #space4 {
        display: none;
      }

      #space5{
        display: none;
      }

            #space6{
        display: none;
      }



#space {
    width: 0px;  
}

#space2 {
    width: 30px;
}


#space3{
    width: 30px;
}

.spacer {
  display: block;
}

#tell {
  display: none;
}



}


@media (min-width: 1040px) {

      #logo img{
        display: block;
      }
           
      
      #space4 {
        display: none;
      }

      #space5{
        display: none;
      }

            #space6{
        display: none;
      }



#space {
    width: 0px;  
}

#space2 {
    width: 60px;
}


#space3{
    width: 50px;
}

.spacer {
  display: block;
}

#tell {
  display: none;
}





}




@media (min-width: 1133px) {

      #logo img{
        display: block;
      }

      #space4 {
        display: none;
      }
      .spacer{
        display: none;
      }

      #tell {
        display: block;
        font-size: 90%;
      }

        .menu2 {
    font-size: 90%;
  }

            #space4 {
        display: none;
      }

    .spacer {
  display: inline-block;
  width: 0px; /* فاصله دلخواه */
  pointer-events: none; /* این باعث می‌شه کلیک روی این عنصر هیچ کاری نکنه */
}

#space {
    width: 20px;  
}

#space2 {
    width: 30px;
}


#space3{
    width: 10px;
}


}

@media (min-width: 1180px) {
#space {
    width: 20px;  
}

#space2 {
    width: 25px;
}


#space3{
    width: 10px;
}

        .menu2 {
    font-size: 100%;
  }

  #tell {
    font-size: 100%;
  }
}


@media (min-width: 1200px) {
      #logo img{
        display: block;
      }

      #space4 {
        display: none;
      }

    .spacer {
  display: inline-block;
  width: 0px; /* فاصله دلخواه */
  pointer-events:none; /* این باعث می‌شه کلیک روی این عنصر هیچ کاری نکنه */
}

#space {
    width: 30px;  
    margin-left: 0px;
}

#space2 {
    width: 30px;
    margin-left: 0px;
}


#space3{
    width: 15px;
}

      #tell {
        display: block;
      }


}


    /* 🔹 مخصوص دسکتاپ */
    @media (min-width: 1259px) {


      #logo img{
        display: block;

      }

      #space4 {
        display: none;
      }

    .spacer {
  display: inline-block;
  width: 0; /* فاصله دلخواه */
  pointer-events: none; /* این باعث می‌شه کلیک روی این عنصر هیچ کاری نکنه */
}

#space {
    width:50px ;  
    margin-left: 0;
}

#space2 {
    width: 40px ;
   margin-left: 0;
}


#space3{
    width: 45px ;
   margin-left: 0;
}


      #tell {
        display: block;
      }

    }


   @media (min-width: 1275px) {

    #space {
    width:63px ;  
}

    #space2 {
    width: 50px ;
}
      #space3{
    width: 38px ;
}
    }

   @media (min-width: 1285px) {
      #space3{
    width: 45px ;
}
    }

    @media (min-width: 1300px) {
      #space3{
    width: 0px ;
}
    }

@media (min-width: 1800px) {
    body {
        zoom: 1.2;
    }
}

@media (min-width: 2100px) {
    body {
        zoom: 1.3;
    }
}

@media (min-width: 2300px) {
    body {
        zoom: 1.4;
    }
}

@media (min-width: 2500px) {
    body {
        zoom: 1.5;
    }
}


/*///////////////////footer///////////////////*/

/* =========================================
   Footer Responsive - زیر 1536 پیکسل
   ========================================= */

@media (max-width: 1300px) {

    #contact1 {
        margin-right: 35px;
        margin-left: 35px;
        padding: 20px 30px 30px;
        align-items: flex-start;
        justify-content: space-around;
    }


    /* بخش معرفی */

    #contact2 {
        width: 48%;
        max-width: 550px;
        margin: 0;
        margin-top: 80px;
        top: 0;
    }


    /* لوگو */

    #contact26 {
        width: 300px;
        height: 90px;
        right: 0;
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }

        #contact28 :hover {
        width: 310px;
        height: 92px;
    }


    #contact28 {
        top: 0;
        text-align: center;
    }


    /* خط جداکننده */

    #contact27 {
        height: 260px;
        top: 50%;
        transform: translateY(0);
        align-self: center;
    }


    /* اطلاعات تماس */

    #contact4 {
        margin: 0;
        padding: 0 20px;
    }

    #closeNavigation {
    top: 32px;
    right: 28px;
    }

}


/* =========================================
   تبلت‌های متوسط
   ========================================= */

@media (max-width: 1250px) {

    #contact1 {
        margin-right: 25px;
        margin-left: 25px;
        padding: 30px 25px;
        gap: 25px;
    }


    #contact2 {
        width: 50%;
    }


    #contact4 {
        padding: 0;
    }


    #contact26 {
        width: 270px;
    }

    #contact28 :hover {
        width: 280px;
        height: 92px;
    }


    #contact2 h4 {
        font-size: 15px;
    }

    .contact15 {
        height: 28px;
        width: 28px;
        top: 17px;
    }

    .contact15:hover {
        top:12px;
    }

}


/* =========================================
   تبلت و موبایل بزرگ
   ========================================= */

@media (max-width: 1080px) {

    #contact1 {
        flex-direction: column;
        align-items: center;

        margin-right: 15px;
        margin-left: 15px;

        padding: 30px 25px;

        gap: 35px;
    }


    /* معرفی */

    #contact2 {
        width: 100%;
        max-width: 600px;

        text-align: center;
    }


    #contact2 h4 {
        text-align: right;
        font-size: 15px !important;
        line-height: 1.9 !important;
    }


    /* جداکننده عمودی حذف می‌شود */

    #contact27 {
        display: none;
    }


    /* اطلاعات تماس */

    #contact4 {
        width: 100%;
        max-width: 600px;

        padding-top: 20px;
        border-top: 2px solid #1cc7c7;
    }


    #contact6 {
        justify-content: center;
    }


    #contact31 {
        justify-content: center;
    }


    #contact5 {
        text-align: center;
        padding-right: 0;
    }


    /* کپی‌رایت */

    #contact33 {
        flex-direction: column;
        text-align: center;
        gap: 5px;
        padding: 0 20px;
    }


    .contact29 {
        margin: 5px auto;
    }

    #contact26 {
  width: 350px;
  height: 100px;
    }

        #contact28 :hover {
        width: 360px;
        height: 102px;
    }

        #contact2 h4 {
        font-size: 16px !important;
    }

        .contact15 {
        height: 28px;
        width: 28px;
        top: 23px;
    }

    .contact15:hover {
        top:18px;
    }

}


/* =========================================
   موبایل
   ========================================= */

@media (max-width: 600px) {


    #contact1 {
        margin-right: 10px;
        margin-left: 10px;

        padding: 25px 15px;

        border-radius: 25px;
    }


    /* لوگو */

    #contact26 {
        width: 300px;
        height: 90px;
        right: 0;
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    #contact28 :hover {
        width: 310px;
        height: 92px;
    }



    /* متن معرفی */

    #contact2 h4 {
        font-size: 15px !important;
    }


    /* شبکه‌های اجتماعی */


    #contact3 h4 {
        font-size: 14px;
    }


    .contact15 {
        width: 26px;
        height: 26px;
        top: 21px;
    }

    .contact15:hover {
        top:16px;
    }


    /* ارتباط با ما */


    #contact6 {
        flex-direction: column;
        align-items: center;
        text-align: center;

        top: 20px;
    }


    #contact31 {
        top: 0;
    }



    #contact14 {
        top: 20px;
    }


    #contact5 {
        margin-top: 30px;
    }


    #contact7 {
        flex-wrap: wrap;
        top: 5px;
        gap: 3px;
    }

    /* دکمه مسیریابی */

    #contact22 {
        margin-top: 10px;
    }

    #contact24 {
        margin-bottom: 35px;
    }

    #contact37 {
   margin-top: 0;
    }


    /* Copyright */

    #contact34 {
        margin-top: 20px;
    }

    #contact35 {
        display: block;
    }

    #contact36 {
        display: none;
    }


    #contact33 {
        padding: 0 10px;
        gap: 2px;
    }


    .contact29 {
        font-size: 13px;
        line-height: 1.8;
    }


    /* Back To Top */

    #backToTop {
        width: 45px;
        height: 45px;

        left: 15px;
        bottom: 15px;
    }


    #backToTop svg {
        width: 22px;
        height: 22px;
    }


    /* Navigation Modal */

    #navigationBox {
        width: calc(100% - 40px);
        padding: 35px 15px 25px;
        border-radius: 25px;
    }

#navigationOptions {
    gap: 40px;
}

}

@media (max-width: 480px) {
    .contact29 {
        font-size: 12px;
    }

}

@media (max-width: 445px) {
#contact38 {
    display: block;
}

#contact2 h4 {
    font-size: 14px !important;
}

    .contact15 {
        width: 26px;
        height: 26px;
        top: 19px;
    }

    .contact15:hover {
        top: 14px;
    }

        #contact26 {
  width: 270px;
  height: 90px;
    }

        #contact28 :hover {
        width: 280px;
        height: 92px;
    }

    #contact4 h4 {
        font-size: 14px;
    }

        #contact4 h3 {
        font-size: 18px;
    }

    #contact20 {
        font-size: 16px !important;
    }

    #contact5 {
        margin-top: 15px;
    }

     #closeNavigation {
    top: 42px !important;
    right: 28px;
    }
}

@media (max-width: 420px) {
    #contact39 {
        display: block;
    }

    #contact5 {
        line-height: 2;
    }
}

@media (max-width: 370px) {
#contact2 h4 {
    font-size: 13px !important;
}
    .contact15 {
        width: 24px;
        height: 24px;
        top: 17px;
    }

    .contact15:hover {
        top: 12px;
    }

     #contact26 {
  width: 240px;
  height: 70px;
    }

        #contact28 :hover {
        width: 250px;
        height: 72px;
    }
}

@media (max-width: 325px) {
    #contact40 {
        font-size: 13.5px;
    }
    #contact2 h4 {
    font-size: 12.5px !important;
}
}


/*///////////////////gallery///////////////////*/

/* تبلت */
@media (max-width: 943px) {

  #gallery1 {
    width: 85%;
    margin-bottom: 40px;
  }

  #gallery2 {
    font-size: 25px;
    text-align: center;
  }

  #gallery4 {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .gallery5 {
    margin-left: 0;
  }

  #gallery8 {
    max-width: calc(100% - 40px);
    gap: 20px;
    margin-top: 40px;
  }

  .gallery13 {
    width: calc((100% - 20px) / 2);
    height: 400px;
  }
}


/* موبایل */
@media (max-width: 600px) {

  #gallery1 {
    width: calc(100% - 30px);
    height: 90px;
    margin-bottom: 30px;
  }

  #gallery2 {
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  #gallery3 {
    width: calc(100% - 30px);
  }

  #gallery4 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .gallery5 {
    margin: 0;
  }

  .gallery7 {
    padding: 8px 15px;
    font-size: 14px;
  }

  #gallery8 {
    max-width: calc(100% - 30px);
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 20px;
  }

  .gallery13 {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

}

@media (max-width: 436px) {
    #gallery15 {
        display: block;
    }
}

/*///////////////////about///////////////////*/
/* ========================================
   ABOUT PAGE RESPONSIVE
======================================== */


/* ========================================
   LARGE LAPTOP
======================================== */

@media (max-width: 1300px) {

    /* ABOUT HERO */

    .about-hero {
        width: 90%;

        gap: 70px;
    }

    .about-hero-image {
        width: 100%;
    }


    /* DOCTOR */

    .doctor-section {
        width: 90%;

        gap: 70px;
    }


    /* CAREER */

    .career-section,
    .certificates-section {
        width: 90%;
    }

}

/* ========================================
   TABLET LANDSCAPE
======================================== */

@media (max-width: 1100px) {

    /* ABOUT HERO */

    .about-hero {
        gap: 50px;

        margin-bottom: 120px;
    }

    .about-hero-content h1 {
        font-size: 42px;
    }


    /* WHY US */

    .why-us {
        padding: 90px 6%;
    }

    .why-us-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 25px;
    }


    /* DOCTOR */

    .doctor-section {
        gap: 55px;

        margin: 120px auto;
    }

    .doctor-content h2 {
        font-size: 38px;
    }

    .doctor-role {
        margin-bottom: 40px;
    }

    .doctor-stats {
        gap: 12px;
    }

    .doctor-stat {
        min-width: 0;

        flex: 1;

        padding: 22px 18px;
    }

    .doctor-stat strong {
        font-size: 34px;
    }


    /* CAREER */

    .career-section {
        padding: 0 20px;
    }

    .career-list::before {
        right: 180px;
    }

    .career-item {
        grid-template-columns: 155px 50px minmax(0, 1fr);
    }


    /* CERTIFICATES */

    .certificates-section {
        padding: 0 20px;
    }

}

/* ========================================
   TABLET
======================================== */

@media (max-width: 943px) {

    /* ====================================
       ABOUT HERO
    ==================================== */

    .about-hero {
        width: 88%;

        grid-template-columns: 1fr;

        gap: 50px;

        margin: 70px auto 110px;
    }

    .about-hero-image {
        width: 100%;

        max-width: 650px;

        margin: 0 auto;

        order: 1;
    }

    .about-hero-content {
        order: 2;

        padding-right: 0;

        text-align: center;
    }

    .about-label::after {
        margin-right: auto;
        margin-left: auto;
    }

    .about-hero-content p {
        max-width: 700px;

        margin-right: auto;
        margin-left: auto;
    }


    /* ====================================
       WHY US
    ==================================== */

    .why-us {
        padding: 85px 6%;
    }


    /* ====================================
       DOCTOR
    ==================================== */

    .doctor-section {
        width: 88%;

        grid-template-columns: 1fr;

        gap: 55px;

        margin: 110px auto;
    }

    .doctor-image {
        width: 100%;

        max-width: 550px;

        height: auto;

        margin: 0 auto;

        order: 1;
    }

    .doctor-content {
        text-align: center;

        order: 2;
    }

    .doctor-stats {
        justify-content: center;
    }


    /* ====================================
       CAREER
    ==================================== */

    .career-section {
        width: 88%;

        padding: 0;
    }

    .career-heading {
        margin-bottom: 60px;
    }


    /* ====================================
       CERTIFICATES
    ==================================== */

    .certificates-section {
        width: 88%;

        padding: 0;

        margin-top: 120px;
    }

    .certificates-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 25px;
    }

}

/* ========================================
   LARGE MOBILE
======================================== */

@media (max-width: 750px) {

    /* ====================================
       ABOUT HERO
    ==================================== */

    .about-hero {
        width: 90%;

        gap: 35px;

        margin-top: 50px;
        margin-bottom: 90px;
    }

    .about-hero-content h1 {
        font-size: 38px;

        margin-bottom: 22px;
    }

    .about-hero-content p {
        font-size: 15px;

        line-height: 2.1;
    }


    /* ====================================
       WHY US
    ==================================== */

    .why-us {
        padding: 70px 5%;
    }

    .why-us-heading {
        margin-bottom: 45px;
    }

    .why-us-heading h2 {
        font-size: 34px;
    }

    .why-us-grid {
        gap: 18px;
    }

    .why-card {
        padding: 30px 22px;
    }


    /* ====================================
       DOCTOR
    ==================================== */

    .doctor-section {
        width: 90%;

        margin: 90px auto;

        gap: 40px;
    }

    .doctor-content h2 {
        font-size: 34px;
    }

    .doctor-role {
        font-size: 16px;

        margin-bottom: 35px;
    }

    .doctor-stat {
        padding: 20px 15px;
    }

    .doctor-stat strong {
        font-size: 30px;
    }


    /* ====================================
       CAREER
    ==================================== */

    .career-heading h2 {
        font-size: 34px;
    }

    .career-list::before {
        right: 155px;
    }

    .career-item {
        grid-template-columns: 130px 45px minmax(0, 1fr);

        min-height: 100px;
    }

    .career-year {
        padding-left: 15px;
    }

    .career-content {
        gap: 15px;

        padding: 18px 20px;
    }


    /* ====================================
       CERTIFICATES
    ==================================== */

    .certificates-section {
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .certificates-heading {
        margin-bottom: 45px;
    }

    .certificates-heading h2 {
        font-size: 34px;
    }

    .certificates-grid {
        gap: 18px;
    }

}

/* ========================================
   MOBILE
======================================== */

@media (max-width: 500px) {

    /* ====================================
       GENERAL HEADINGS
    ==================================== */

    .about-hero-content h1 {
        font-size: 31px;
    }

    .about-label,
    .doctor-label,
    .why-us-heading span,
    .career-heading span,
    .certificates-heading span {
        font-size: 13px;
    }


    /* ====================================
       WHY US
    ==================================== */

    .why-us {
        padding: 60px 5%;
    }

    .why-us-heading h2 {
        font-size: 29px;
    }

    .why-us-heading p {
        font-size: 14px;
    }

    .why-us-grid {
        grid-template-columns: 1fr;
    }

    .why-card {
        padding: 30px 25px;
    }


    /* ====================================
       DOCTOR
    ==================================== */

    .doctor-content h2 {
        font-size: 30px;
    }

    .doctor-role {
        font-size: 15px;
    }

    .doctor-stats {
        gap: 10px;
    }

    .doctor-stat {
        padding: 18px 10px;
    }

    .doctor-stat strong {
        font-size: 28px;
    }

    .doctor-stat span {
        font-size: 12px;
    }


    /* ====================================
       CAREER
    ==================================== */

    .career-section {
        width: 90%;
    }

    .career-heading {
        margin-bottom: 45px;
    }

    .career-heading h2 {
        font-size: 29px;
    }


    /* حذف ساختار گرید قدیمی */

    .career-list::before {
        right: 6px;

        top: 15px;
        bottom: 15px;
    }

    .career-item {
        display: block;

        position: relative;

        padding-right: 32px;

        margin-bottom: 25px;

        min-height: 0;
    }


    /* سال */

    .career-year {
        text-align: right;

        padding: 0;

        margin-bottom: 8px;
    }

    .career-year span {
        font-size: 14px;
    }


    /* نقطه */

    .career-line {
        position: absolute;

        top: 5px;
        right: 0;

        width: 13px;
        height: 13px;
    }

    .career-line span {
        width: 13px;
        height: 13px;
    }


    /* محتوا */

    .career-content {
        width: 100%;

        gap: 14px;

        padding: 18px;

        border-radius: 10px;
    }

    .career-icon {
        width: 42px;
        height: 42px;

        font-size: 16px;
    }

    .career-content h3 {
        font-size: 14px;

        line-height: 1.9;
    }

    .career-content p {
        font-size: 12px;
    }


    /* ====================================
       CERTIFICATES
    ==================================== */

    .certificates-section {
        width: 90%;

        margin-top: 80px;
    }

    .certificates-heading h2 {
        font-size: 29px;
    }

    .certificates-heading p {
        font-size: 13px;
    }

    .certificates-grid {
        gap: 12px;
    }

    .certificate-card {
        padding: 7px;
    }

    .certificates-more .certificates-grid {
        padding-top: 12px;
    }


    /* BUTTON */

    .certificates-button-wrapper {
        margin-top: 35px;
    }

    .certificates-toggle {
        min-width: 160px;

        padding: 13px 22px;

        font-size: 14px;
    }

}

/*///////////////////contact///////////////////*/
/* =========================================
   Responsive Contact Page
========================================= */


/* ---------- لپ‌تاپ‌های متوسط ---------- */

@media (max-width: 1300px) {

  #us12 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  #us9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  #us11 {
    width: 550px;
  }

  #us15 {
    grid-gap: 100px;
  }

}

@media (max-width: 1245px) {
 .us20 {
top: 25px;
}

.us20:hover {
top: 20px;
}
}


/* ---------- تبلت افقی و لپ‌تاپ کوچک ---------- */

@media (max-width: 1170px) {

  #us12 {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  #us9 {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #us8 {
    width: fit-content;
    max-width: 90%;
  }

  #contact3 {
    grid-column: auto;
    grid-row: auto;
  margin-bottom: 25px;
  }

  #us10 {
    margin-right: 0;
    width: 85%;
    box-sizing: border-box;
  }

  #us11 {
    width: 100%;
    height: 450px;
  }

  #us15 {
    grid-gap: 70px;
  }

}


/* ---------- تبلت ---------- */

@media (max-width: 943px) {

  #gallery1 {
    width: 80%;
  }

  #us9 {
    width: 90%;
    box-sizing: border-box;
  }

  #us10 {
    width: 90%;
  }

  #us15 {
    grid-gap: 45px;
  }

  .us17 {
    width: 90px;
    height: 90px;
  }

  .us17:hover {
    width: 100px;
    height: 100px;
  }

  #us19 {
    width: 110px;
    height: 90px;
  }

  #us19:hover {
    width: 120px;
    height: 100px;
  }

}


/* ---------- موبایل بزرگ ---------- */

@media (max-width: 750px) {

  #gallery1 {
    width: 90%;
    height: 90px;
    margin-bottom: 35px;
  }

  #us9 {
    width: 95%;
    font-size: medium;
    padding: 20px 15px;
  }

  #us8 {
    padding: 15px;
  }

  #us10 {
    width: 95%;
  }

  #us11 {
    height: 350px;
  }

  .us3 {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 90%;
    box-sizing: border-box;
  }

  #us15 {
    flex-wrap: wrap;
    grid-gap: 35px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 70px;
  }

  #us14 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .us17 {
    width: 80px;
    height: 80px;
  }

  .us17:hover {
    width: 85px;
    height: 85px;
  }

  #us19 {
    width: 95px;
    height: 80px;
  }

  #us19:hover {
    width: 100px;
    height: 85px;
  }

   .us20 {
top: 20px;
}

.us20:hover {
top: 15px;
}

}


/* ---------- موبایل ---------- */

@media (max-width: 550px) {

  #gallery1 {
    width: 92%;
    height: 80px;
    border-radius: 12px;
  }

  #gallery2 {
    font-size: 25px;
  }

  #us12 {
    width: 100%;
    gap: 20px;
    margin-bottom: 50px;
  }

  #us9 {
    width: 92%;
    padding: 15px 10px;
    border-radius: 18px;
    font-size: 14px;
  }

  #us8 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px;
  }

  .us7 {
    padding-right: 0;
    line-height: 2;
  }

  #contact7 {
    flex-wrap: wrap;
  }

  #contact20 {
    font-size: 15px;
  }


  #us10 {
    width: 92%;
    padding: 4px;
  }

  #us11 {
    height: 280px;
    border-radius: 12px;
  }

  #us15 {
    grid-gap: 25px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 60px;
  }

  #us14 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .us16 {
    display: flex;
    justify-content: center;
  }

  .us17 {
    width: 70px;
    height: 70px;
  }

  .us17:hover {
    width: 75px;
    height: 75px;
  }

  #us19 {
    width: 85px;
    height: 70px;
  }

  #us19:hover {
    width: 90px;
    height: 75px;
  }

}

@media (max-width: 450px) {

.us3 {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  text-align: center;
}

#us22 {
    margin-right: 30px;
}

 .us20 {
top: 17px;
}

.us20:hover {
top: 12px;
}

}

@media (max-width: 410px) {
    #us22 {
    margin-right: 10px;
}
}


/* ---------- موبایل‌های خیلی کوچک ---------- */

@media (max-width: 390px) {

  #us9 {
    font-size: 13px;
  }

  #us8 {
    padding: 10px;
  }

  .contact12 {
    width: 24px;
    height: 24px;
  }

  #us11 {
    height: 250px;
  }

  #us15 {
    grid-gap: 18px;
  }

  .us17 {
    width: 60px;
    height: 60px;
  }

  #us19 {
    width: 70px;
    height: 60px;
  }

      #us22 {
    margin-right: 0px;
}

}

@media (max-width: 380px) {
    .us3 {
  padding: 5px;
}

.us20 {
width: 22px;
  height: 22px;
}
}

@media (max-width: 350px) {
#us22 {
    font-size: 13px !important;
}

.us20 {
width: 20px;
  height: 20px;
}

 .us20 {
top: 20px;
}

.us20:hover {
top: 15px;
}
}

@media (max-width: 330px) {
    .us3 {
  padding: 2px;
}
}