@font-face {
    font-family: 'Yekan Bakh';
    src: url("fonts/YBYekan.eot");
    src: url("fonts/YBYekan.eot?#iefix") format("embedded-opentype"), url("fonts/YBYekan.woff2") format("woff2"), url("fonts/YBYekan.woff") format("woff"), url("fonts/YBYekan.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url("fonts/BYekan.eot");
    src: url("fonts/BYekan.eot?#iefix") format("embedded-opentype"), url("fonts/BYekan.woff2") format("woff2"), url("fonts/BYekan.woff") format("woff"), url("fonts/BYekan.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url("fonts/BYekan.eot");
    src: url("fonts/BYekan.eot?#iefix") format("embedded-opentype"), url("fonts/BYekan.woff2") format("woff2"), url("fonts/BYekan.woff") format("woff"), url("fonts/BYekan.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url("fonts/BYekan.eot");
    src: url("fonts/BYekan.eot?#iefix") format("embedded-opentype"), url("fonts/BYekan.woff2") format("woff2"), url("fonts/BYekan.woff") format("woff"), url("fonts/BYekan.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh ExtraBlack';
    src: url("fonts/YekanBakh-ExtraBlack.eot");
    src: url("fonts/YekanBakh-ExtraBlack.eot?#iefix") format("embedded-opentype"), url("fonts/YekanBakh-ExtraBlack.woff2") format("woff2"), url("fonts/YekanBakh-ExtraBlack.woff") format("woff"), url("fonts/YekanBakh-ExtraBlack.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url("fonts/YekanBakh-Light.eot");
    src: url("fonts/YekanBakh-Light.eot?#iefix") format("embedded-opentype"), url("fonts/YekanBakh-Light.woff2") format("woff2"), url("fonts/YekanBakh-Light.woff") format("woff"), url("fonts/YekanBakh-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url("fonts/BYekan.eot");
    src: url("fonts/BYekan.eot?#iefix") format("embedded-opentype"), url("fonts/BYekan.woff2") format("woff2"), url("fonts/BYekan.woff") format("woff"), url("fonts/BYekan.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url("fonts/BYekan.eot");
    src: url("fonts/BYekan.eot?#iefix") format("embedded-opentype"), url("fonts/BYekan.woff2") format("woff2"), url("fonts/BYekan.woff") format("woff"), url("fonts/BYekan.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url("fonts/YBYekan_1.eot");
    src: url("fonts/YBYekan_1.eot?#iefix") format("embedded-opentype"), url("fonts/YBYekan_1.woff2") format("woff2"), url("fonts/YBYekan_1.woff") format("woff"), url("fonts/YBYekan_1.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url("fonts/YekanBakh-Thin.eot");
    src: url("fonts/YekanBakh-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/YekanBakh-Thin.woff2") format("woff2"), url("fonts/YekanBakh-Thin.woff") format("woff"), url("fonts/YekanBakh-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: IRANSans;
    src: url('/Page/content/Css/fonts/IRANSans/IRANSansWeb_Light.woff') format('woff');
}
body,
html,
* {
    font-family: 'IRANSans' !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'IRANSans';
    letter-spacing: -1px;
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth !important;
}

body {
    background-color: #F4F5F7;
    scroll-behavior: smooth !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.home-wrapper .header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: url("headerBackgroundPicture.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.home-wrapper .header .header-image img {
    width: 80%;
    padding: 80px 50px 80px 0px;
    animation: toAnimation 1.8s infinite alternate-reverse !important;
}

@keyframes toAnimation {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(29px);
    }
}

.home-wrapper .header .header-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100vh;
}

.home-wrapper .header .header-title .main-title {
    background: url("https://madaeny.com//assets/image/HeaderTitleBg.png");
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    padding: 15px 25px;
    transition: all .2s ease;
}

.home-wrapper .header .header-title .main-title:hover {
    transform: translateY(-15px);
}

    .home-wrapper .header .header-title .main-titles {
        font-size: 80px;
        font-weight: 1000;
        color: #fff;
        transition: all .2s ease;
        font-family: "IRANSans" !important;
    }

.home-wrapper .header .header-title .sub-title {
    margin: 30px 0;
    direction: rtl;
    color: #9C9C9C;
    font-weight: 400 !important;
    font-size: 22px;
}

.home-wrapper .header .header-title .sub-title span {
    margin: 0 3px;
    font-weight: 400 !important;
    color: #fff;
}

.home-wrapper .header .header-title .media-wrapper {
    margin-right: 5px;
    display: flex;
    flex-direction: row !important;
}

.home-wrapper .header .header-title .media-wrapper a {
    text-decoration: none;
    margin: 0 5px;
}

.home-wrapper .header .header-title .media-wrapper a .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    border: 2px solid transparent;
    border-radius: 50%;
    color: #fff;
    background: rgba(224, 224, 224, 0.61);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.9px);
    -webkit-backdrop-filter: blur(7.9px);
    border: 1px solid rgba(224, 224, 224, 0.39);
    transition: all .2s;
}

.home-wrapper .header .header-title .media-wrapper a .icon:hover {
    border: 2px solid #FFC400;
    background: linear-gradient(45deg, #FFC400, #ffc800);
    box-shadow: 0px 8px 70px 5px rgba(255, 196, 0, 0.4);
}

@media screen and (max-width: 520px) {
    .home-wrapper .header .header-title .main-title {
        font-size: 28px !important;
    }

    .home-wrapper .header .header-title .sub-title {
        font-size: 18px;
    }

    .home-wrapper .header .header-title .button {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }

    .home-wrapper .header .header-title .media-wrapper a .icon {
        margin: 0 5px;
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 768px) {
    .home-wrapper .header .header-image {
        height: 50vh !important;
    }

    .home-wrapper .header .header-title {
        justify-content: center;
        align-items: center;
        height: 50vh !important;
    }

    .home-wrapper .header .header-title .main-titles {
        font-size: 52px !important;
    }

    .home-wrapper .header .header-title .sub-title {
        height: 25px;
        font-size: 18px !important;
    }

    .home-wrapper .header .header-title .button {
        font-size: 16px;
    }

    .home-wrapper .header .header-title .button i {
        font-size: 16px;
    }

    .home-wrapper .header .header-title .media-wrapper a {
        margin: 5px 0;
    }

    .home-wrapper .header .header-title .media-wrapper a .icon {
        margin: 0 5px;
        width: 40px;
        height: 40px;
    }

    .home-wrapper .header .header-title .media-wrapper a .icon img {
        object-fit: cover;
    }

    .home-wrapper .header .scrollbar {
        display: none !important;
    }
}

.home-wrapper .brands {
    margin-top: 80px;
}

.home-wrapper .about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    background-color: #fff;
    border-radius: 40px;
    padding: 55px;
}

.home-wrapper .about .about-title h2 {
    font-weight: normal;
    color: #9C9C9C;
    font-size: 18px;
    text-align: justify;
    line-height: 2.2;
}

.home-wrapper .about .about-title h2 a {
    text-decoration: none;
    font-weight: bold;
    color: #354459;
    padding: 5px 0px 5px 15px;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}

.home-wrapper .about .about-title h2 a i {
    padding-left: 5px;
}

.home-wrapper .about .about-title h2 a:hover {
    color: #FFC400;
}

.home-wrapper .about .about-title .about-counter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.home-wrapper .about .about-title .about-counter .counter {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in;
}

.home-wrapper .about .about-title .about-counter .counter div {
    direction: ltr;
    font-size: 60px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.home-wrapper .about .about-title .about-counter .counter div span {
    font-size: 60px;
    font-weight: bold;
}

.home-wrapper .about .about-title .about-counter .counter:hover {
    color: #FFC400;
}

.home-wrapper .about .about-title .about-counter .counter span {
    font-size: 14px;
    font-weight: normal;
}

.home-wrapper .about .about-image {
    display: flex;
    justify-content: start;
}

.home-wrapper .about .about-image img {
    width: 100%;
    transition: all .2s ease;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .home-wrapper .about {
        padding: 40px;
    }
}

.home-wrapper .skills-wrapper {
    width: 100%;
    position: relative;
}

.home-wrapper .skills-wrapper .skills {
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 40px;
    padding: 60px 40px;
}

.home-wrapper .skills-wrapper .skills .skill {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-wrapper .skills-wrapper .bg {
    width: 100%;
    height: 90%;
    position: absolute;
    z-index: -100;
    top: 15%;
    background: url("https://madaeny.com//assets/image/Skills/skillBg.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .home-wrapper .skills-wrapper {
        margin-bottom: 175px;
    }
}

.home-wrapper .services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between !important;
}

.home-wrapper .services .service {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column !important;
    width: 95%;
    min-height: 150px;
    margin: 15px auto;
    padding: 25px;
    border-radius: 20px;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(53, 68, 89, 0.3);
}

.home-wrapper .services .service:hover {
    box-shadow: 0px 8px 70px rgba(53, 68, 89, 0.5) !important;
    background: #354459;
}

.home-wrapper .services .service:hover .service-title h1 {
    color: #fff;
}

.home-wrapper .services .service:hover .service-title span {
    color: #CFD9E9;
}

.home-wrapper .services .service .service-title {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    text-align: right;
    padding-top: 20px;
}

.home-wrapper .services .service .service-title h1 {
    color: #354459;
    font-size: 22px;
    font-weight: 900 !important;
    margin-bottom: 5px;
}

.home-wrapper .services .service .service-title span {
    margin: 5px 0;
    color: #9C9C9C;
}

.home-wrapper .services .service .service-image {
    display: flex;
}

.home-wrapper .services .service .service-image .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #FFC400, #ffc800);
    border-radius: 15px;
    width: 80px;
    height: 80px;
    color: #354459 !important;
    font-size: 22px;
    box-shadow: 0px 8px 70px 5px rgba(255, 196, 0, 0.4);
}

.home-wrapper .services .service .service-image img {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    height: 100%;
    object-fit: cover;
}

.home-wrapper .experience {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 3px;
    border-radius: 40px;
}

    .home-wrapper .experience .experience-title {
        text-align: right;
        padding-right: 20px;
        color: #354459;
        font-family: 'IRANSans' !important;
    }

.home-wrapper .experience .experience-title h1 {
    display: flex;
    align-items: baseline;
    color: #354459;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
    padding: 8px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.1s ease-in;
}

    .home-wrapper .experience .experience-title h1 i,
    .home-wrapper .experience .experience-title h1 svg{
        color: #f80;
        padding-left: 10px;
    }

    .home-wrapper .experience .experience-title h1:hover {
        /*   border-top: 1px solid #FFC400;
        border-bottom: 1px solid #FFC400;*/
        transform: scale(98%);
        background-color: rgba(255, 196, 0, 0.1);
    }

.home-wrapper .experience .experience-title h1:nth-child(even) {
    border-top: 1px solid #FFC400;
    border-bottom: 1px solid #FFC400;
    background-color: rgba(255, 196, 0, 0.1);
}

@media screen and (max-width: 768px) {
    .home-wrapper .experience .experience-title {
        padding-right: 0;
    }
}

.home-wrapper .tab-content {
    margin-top: 30px;
    padding: 30px !important;
    background-color: #fff;
    border-radius: 20px;
}

.home-wrapper .tab-content .documents-wrapper,
.home-wrapper .tab-content .honors-wrapper {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}

.home-wrapper .tab-content .documents-wrapper .document-card,
.home-wrapper .tab-content .documents-wrapper .honors-card,
.home-wrapper .tab-content .honors-wrapper .document-card,
.home-wrapper .tab-content .honors-wrapper .honors-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px;
    width: 365px;
    background-color: #fff;
    border-radius: 15px;
    transition: all 0.3s;
    box-shadow: 0px 8px 70px rgba(11, 46, 65, 0.12);
    border: 2px solid transparent;
}

.home-wrapper .tab-content .documents-wrapper .document-card:hover,
.home-wrapper .tab-content .documents-wrapper .honors-card:hover,
.home-wrapper .tab-content .honors-wrapper .document-card:hover,
.home-wrapper .tab-content .honors-wrapper .honors-card:hover {
    transform: scale(103%);
    box-shadow: -1px 95px 94px -80px #898989bf;
    border: 2px solid #FFC400;
}

.home-wrapper .tab-content .documents-wrapper .document-card .card-header img,
.home-wrapper .tab-content .documents-wrapper .honors-card .card-header img,
.home-wrapper .tab-content .honors-wrapper .document-card .card-header img,
.home-wrapper .tab-content .honors-wrapper .honors-card .card-header img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 250px;
    max-height: 360px;
    object-fit: cover;
}

.home-wrapper .tab-content .documents-wrapper .document-card .card-body,
.home-wrapper .tab-content .documents-wrapper .honors-card .card-body,
.home-wrapper .tab-content .honors-wrapper .document-card .card-body,
.home-wrapper .tab-content .honors-wrapper .honors-card .card-body {
    padding: 20px 0;
}

.home-wrapper .tab-content .documents-wrapper .document-card .card-body h3,
.home-wrapper .tab-content .documents-wrapper .honors-card .card-body h3,
.home-wrapper .tab-content .honors-wrapper .document-card .card-body h3,
.home-wrapper .tab-content .honors-wrapper .honors-card .card-body h3 {
    line-height: 1.5rem;
    letter-spacing: -1.5px;
    text-align: center;
    color: #354459;
    font-size: 18px;
}

.home-wrapper .tab-content .documents-wrapper .honors-card,
.home-wrapper .tab-content .honors-wrapper .honors-card {
    width: 265px;
}

@media screen and (max-width: 420px) {
    .home-wrapper .tab-content .documents-wrapper .document-card,
    .home-wrapper .tab-content .documents-wrapper .honors-card,
    .home-wrapper .tab-content .honors-wrapper .document-card,
    .home-wrapper .tab-content .honors-wrapper .honors-card {
        width: 320px !important;
    }
}

.home-wrapper .blogs {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 100px !important;
}

.home-wrapper .blogs .blog-card {
    display: flex;
    flex-flow: wrap column;
    background-color: #fff;
    min-height: 500px !important;
    transition: all .2s ease-out;
    border: 3px solid transparent;
    margin: 10px auto;
    width: 95%;
    border-radius: 30px;
}

.home-wrapper .blogs .blog-card:hover {
    cursor: pointer;
    box-shadow: 0px 8px 70px rgba(11, 46, 65, 0.12);
    transform: scale(98%);
}

.home-wrapper .blogs .blog-card .blog-header img {
    width: 100%;
    height: 250px;
    border-radius: 30px 30px 0 0;
    object-fit: cover;
}

.home-wrapper .blogs .blog-card .blog-title {
    text-align: right;
    padding: 30px;
    direction: rtl;
}

.home-wrapper .blogs .blog-card .blog-title h1 {
    color: #354459;
    font-size: 22px;
    line-height: 2rem;
    font-weight: bold;
    padding-bottom: 15px;
    transition: all .2s ease-in-out;
}

.home-wrapper .blogs .blog-card .blog-title h1:hover {
    color: #FFC400;
}

.home-wrapper .blogs .blog-card .blog-title span {
    font-size: 14px;
    color: #9C9C9C;
}

.home-wrapper .contacts {
    padding: 0 0 30px 0;
}

.home-wrapper .contacts .contact {
    display: flex;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px;
    border-radius: 40px;
    transition: all .2s ease;
    box-shadow: 1px 15px 250px rgba(68, 80, 100, 0.6);
}

.home-wrapper .contacts .contact .contact-inputs {
    background-color: #445064;
    /* From https          ://css.glass */
    background: rgba(87, 98, 117, 0.67);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    height: 100%;
    border-radius: 20px;
    box-shadow: 0px 8px 70px rgba(11, 46, 65, 0.12);
}

.home-wrapper .contacts .contact .contact-inputs div {
    width: 90%;
    margin: 15px auto;
    padding: 15px;
    display: flex;
    flex-flow: wrap column;
    text-align: right;
    direction: rtl;
}

.home-wrapper .contacts .contact .contact-inputs div h1 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .home-wrapper .contacts .contact .contact-inputs div h1 {
        font-size: 28px;
    }
}

.home-wrapper .contacts .contact .contact-inputs div h6 {
    text-align: center;
    color: #ddd;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0;
}

.home-wrapper .contacts .contact .contact-inputs div h6 a {
    color: #CFD9E9 !important;
}

.home-wrapper .contacts .contact .contact-inputs .contact-url {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.home-wrapper .contacts .contact .contact-inputs .contact-url span {
    margin: 5px 0;
    font-size: 18px;
    color: #fff;
    display: flex;
}

.home-wrapper .contacts .contact .contact-inputs .contact-url span a {
    margin: 0 5px;
    color: #CFD9E9 !important;
}

.home-wrapper .contacts .contact .contact-inputs .contact-url span a:hover {
    color: #FFC400 !important;
}

.home-wrapper .contacts .contact .contact-inputs .contact-url span i,
.home-wrapper .contacts .contact .contact-inputs .contact-url span svg {
    color: #FFC400;
}

.home-wrapper .contacts .contact .contact-inputs form {
    width: 90%;
    margin: 0 auto;
    padding: 15px;
}

.home-wrapper .contacts .contact .contact-inputs .button {
    width: 100% !important;
    justify-content: center;
    margin: 0 !important;
    border-radius: 0 0 20px 20px !important;
    background: linear-gradient(45deg, #FFC400, #ffc800);
    padding: 20px !important;
}

.home-wrapper .contacts .contact .contact-inputs .button:hover {
    transform: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 0.8;
}

.home-wrapper .contacts .contact .contact-title img {
    animation: toAnimation 1.8s infinite alternate-reverse !important;
}

@keyframes toAnimation {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(29px);
    }
}

@media screen and (max-width: 768px) {
    .home-wrapper .contacts .contact {
        background: #354459;
    }
}

.home-wrapper .footer-wrapper .footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.home-wrapper .footer-wrapper .footer .footer-title {
    text-align: start;
}

.home-wrapper .footer-wrapper .footer .footer-title h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1.5px;
    color: #354459;
    line-height: 1.5rem !important;
}

.home-wrapper .footer-wrapper .footer .footer-title h3 a {
    color: #181D30;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .home-wrapper .footer-wrapper .footer .footer-title h3 {
        font-size: 14px;
    }
}
/*# sourceMappingURL=main.css.map */
