@font-face {
    font-family: 'IRANYekan';
    src: url('../webfonts/iranyekan/IRANYekanXVF.woff') format('woff-variations'),
        url('../webfonts/iranyekan/IRANYekanXVF.woff') format('woff');
    font-weight: 100 1000;
    font-display: fallback;
}

@font-face {
    font-family: 'Dana';
    src: url('../webfonts/dana/DanaVF.woff') format('woff-variations'),
        url('../webfonts/dana/DanaVF.woff') format('woff');
    font-weight: 100 1000;
    font-display: fallback;
}

:root {
    --body-font-family: "Dana";
    --alt-font-family: "IRANYekan"
}

.modal {
    --sb-track-color: #232E33;
    --sb-thumb-color: #2d5f87cd;
    --sb-size: 12px;
  }
  
  .modal::-webkit-scrollbar {
    width: var(--sb-size)
  }
  
  .modal::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px;
  }
  
  .modal::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 3px;
    border: 1px solid #232E33;
  }
  
  @supports not selector(::-webkit-scrollbar) {
    .modal {
      scrollbar-color: var(--sb-thumb-color)
                       var(--sb-track-color);
    }
  }
.logo-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
#logo-nejat {
    width: 180px;
}
.hero-copy {
    padding: 0 !important;
}

.logo-div-m {
    display: flex;
    justify-content: center;
    margin: -30px 0 30px 0;
}
.hero-title {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: right;
}
#logo-img-m {
    width: 300px;
}
.footer-copyright {
    color: #cbcbcb;
}
.btns-div {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 60px;
}
#logo-nejat:hover {
    text-decoration: none !important;
    transform: scale(1.1) !important;
    transition: all 0.5s ease !important;  
}
.links:hover {
    text-decoration: none !important;
    transform: scale(1.05) !important;
    transition: all 0.3s ease-in-out !important;
}
.hero {
    padding-top: 120px;
    padding-bottom: 88px;
}
.pretty-button {
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #35c10f;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pretty-button:hover {
    border: none;
    background-color: #35c10f;
    box-shadow: rgba(255, 255, 255, 0.393) 0px 5px 15px;
    transform: scale(1.1);
    color: #1b1b1b;
}
.pretty-button:focus {
    outline: none;
}
.footer-social-links li+li {
    margin-left: 0;
}
.contact-btn {
    padding: 0 5px;
}
.contact-div {
    display: flex;
}
.footer-p {
    margin-bottom: 0;
    font-size: 17px;
    text-align: right;
}
.footer-p:hover {
    color: #fff;
}
.hero-paragraph {
    text-align: right;
}
.hero-copy {
    margin-right: 50px;
}
.site-footer-inner {
    padding: 15px;
}
.p-color {
    color: #35c10f !important;
}

/*______Modal start_______*/
.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-custom {
    width: 600px;
    height: fit-content;
    background-color: transparent;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
.modal-header {
    background-color: #54cb7c !important;
    color: #171717;
    border-bottom: 1px solid #e0e0e0;
}
.modal-title {
    font-size: 18px;
    font-weight: bold;
}
.modal-body {
    font-size: 14px;
    line-height: 2.5;
    color: #e1e1e1;
    padding: 10px;
    text-align: right;
    background: #1c2028;
    border-radius: 0 0 10px 10px;
}
.modal-close-btn {
    background-color: transparent;
    border: none;
    width: 40px;
}
.contact-info p {
    margin-bottom: 10px;
    font-size: 18px;
}
.contact-info i {
    margin-left: 5px;
}
/*______Modal end_________*/

.hero-inner {
    justify-content: center !important;
}

@media only screen and (min-width: 991px) {
    .logo-div-m {
        display: none;
    }
}
@media only screen and (max-width: 990px) {
    .hero-figure {
        opacity: 0.5;
        display: block !important;
        width: unset !important;
        position: fixed;
    }
    .hero-inner {
        display: unset;
    }
    .main-div {
        margin-top: 0;
    }
    #logo-nejat {
        display: none !important;
    }

    .hero-copy {
        width: 100%;
        z-index: 100;
        position: relative;
        direction: rtl;
        margin: 90px 0 0 0;
    }
    .footer-social-links {
        justify-content: center !important;
        margin-top: 15px;
    }
    .footer-copyright {
        justify-content: center !important;
        margin-top: 15px;
    }
    .site-footer-inner {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .btns-div {
        justify-content: center;
        margin-top: 25px;
    }
    .hero-paragraph {
        color: #fff !important;
        text-align: center;
    }
    .hero-title {
        text-align: center;
        display: none;
    }
    #logo-img-m {
        width: 170px;
    }
    .hero {
        padding-top: 0;
    }
}
@media only screen and (min-height: 750px) {
    .btns-div {
        margin-top: 100px !important;
        gap: 20px !important;
    }
}
@media only screen and (max-width: 480px) {
    .hero-copy {
        margin-top: 10px;
    }
    #logo-img-m {
        width: 180px;
    }
    .contact-info p {
        font-size: 16px;
    }
    .pretty-button {
        font-size: 17px;
        width: 200px;
    }
    .btns-div {
        margin-top: 20px;
        gap: 10px;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
    }
    .hero-title {
        font-size: 30px;
    }
    .hero-paragraph {
        font-size: 19px;
    }
    .hero {
        padding-top: 70px;
    }
    .footer-copyright {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
}
@media only screen and (max-width: 390px) {
    .footer-p {
        font-size: 15px;
    }
}