* {
    margin: 0;
    padding: 0%;
}

body {
    font-family: "iranyekanwebregular", Arial, Helvetica, sans-serif;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1170px;
    margin: auto;
    padding: 5px 0px;
    background-color: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(20px);
    position: sticky;
    top: 0;
    transition: all 0.3s ease;
    z-index: 4;
}

.logo {
    margin: 11px 28px;
}

.header-ul {
    display: flex;
    list-style: none;
}

.header-ul li {
    font-size: 14px;
    margin: 0 15px;
}

.header-ul li a {
    cursor: pointer;
    text-decoration: none;
    color: #303030;
}

.header-ul>li:last-child a {
    color: #28457b;
    background-color: rgba(232, 239, 254, 0.6);
    border-radius: 20px;
    padding: 10px 27px;
    margin-right: 20px;
    font-family: "YekanBakhBold";
}

.header-ul>li:last-child a:hover {
    background-color: #fbf6d9;
}

.more-menu {
    display: flex;
}

.more-menu img {
    width: 8px;
    margin-right: 8px;
}

.hamburger-icon {
    width: 27px;
    display: none;
}

.hamburger-menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    font-family: "YekanBakhMedium";
    transform: translateY(-100%);
}

.cross-icon {
    width: 100%;
    text-align: left;
    padding: 25px 0px;
}

.cross-icon img {
    width: 20px;
    margin-left: 30px;
}

.hamburger-menu-items {
    padding: 10px 30px;
}

.hamburger-menu-items ul {
    list-style: none;
}

.hamburger-menu-items a {
    text-decoration: none;
    color: black;
    display: inline-block;
    padding: 3px 0;
}

.hamburger-menu-items div {
    height: 1px;
    background-color: #dfe1e4;
    width: 90%;
    margin: 8px 0;
}

.more-item {
    display: flex;
    background-color: #eee;
    padding: 20px 50px;
    align-items: center;
}

.more-item img {
    width: 15px;
    margin-right: 5px;
}

.more-item a {
    text-decoration: none;
    color: #28457b;
    font-size: 0.85rem;
}

.show-hamburger-menu {
    animation: fadeindown 0.25s forwards;
}

#show-more-menu {
    position: relative;
}

#show-more-menu ul {
    display: none;
    position: absolute;
    top: 0;
    left: -40px;
    background-color: #fff;
    border-top: 5px solid #f8e88b;
    border-radius: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 23px;
    list-style: none;
    width: 140px;
}

#show-more-menu li {
    margin: 0;
    padding: 10px 20px;
    font-size: 0.8rem;
    color: black;
}

#show-more-menu li:hover {
    background-color: rgba(232, 239, 254, 0.6);
}

#show-product-menu {
    position: relative;
}

.product-menu {
    position: absolute;
    top: 0;
    left: -135px;
    background-color: #fff;
    display: none;
    justify-content: flex-start;
    width: 372px;
    border-top: 5px solid #f8e88b;
    border-radius: 12px;
    padding-top: 5px;
    margin-top: 23px;
}

.product-menu a p:first-child {
    color: #000;
    font-size: 0.95rem;
}

.product-menu a p:last-child {
    color: #000;
    font-size: 0.7rem;
}

.product-menu a:hover {
    background-color: rgba(232, 239, 254, 0.6);

}

.product-menu a {
    margin: 10px;
    display: block;
    padding: 10px;
    border-radius: 5px;

}

.banner {
    width: 1050px;
    padding: 124px 60px 80px;
    background-image: linear-gradient(135deg, #21254e, #2b4a83);
    border-radius: 20px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.banner-text h3 {
    font-family: "YekanBakhHeavy";
    font-size: 2rem;
    color: #fff;
}

.banner-text p {
    color: #fff;
    font-size: 1.15rem;
    margin: 25px 0px;
    line-height: 2.5rem;
    text-align: justify;
}

.banner-image img {
    width: 500px;
}

.banner-button {
    margin-top: 60px;
}

.register {
    font-size: 1rem;
    font-family: "YekanBakhBold";
    color: #000;
    background-color: #ffd900;
    padding: 6px 14px;
    border: none;
    border-radius: 10px;
    margin-left: 10px;
    text-decoration: none;
}

.login {
    font-size: 1rem;
    font-family: "YekanBakhBold";
    color: #fff;
    background-color: #435a8a;
    padding: 6px 14px;
    border: none;
    border-radius: 10px;
    text-decoration: none;
}

.go-down {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 58px;
    z-index: 2;
}

.go-down div {
    background-image: url(../images/arrowbottom.svg);
    width: 164px;
    height: 78px;
}

.go-down img {
    width: 15px;
    position: relative;
    top: -60px;
}

.online-payment {
    width: 1170px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.online-payment img {
    width: 450px;
    height: 480px;
}

.section-text {
    margin: 30px 0px;
    width: 530px;
}

.section-text h2 {
    color: #747480;
    font-family: "YekanBakhMedium";
    font-weight: 500;
    font-size: 1.4rem;
    margin: 20px 0px 5px;
}

.section-text h3 {
    color: #303030;
    font-family: "YekanBakhHeavy";
    font-weight: 600;
    font-size: 2rem;
    margin: 5px 0px 10px;
}

.section-text p {
    color: #303030;
    font-family: "YekanBakhMedium";
    text-align: justify;
    line-height: 40px;
    border-bottom: 1px solid #dfe1e4;
    padding-bottom: 20px;
    margin-top: 16px;
}

.section-links {
    margin-top: 40px;
    display: flex;
}

.section-links .first-button {
    font-size: 0.9rem;
    font-family: "iranyekanwebmedium";
    color: #000;
    background-color: #ffd900;
    padding: 6px 14px;
    border: none;
    border-radius: 10px;
    margin-left: 10px;
    text-decoration: none;
}

.section-links .second-button {
    display: flex;
    font-size: 0.9rem;
    font-family: "iranyekanwebmedium";
    color: #28457b;
    background-color: rgba(232, 239, 254, 0.7);
    padding: 6px 14px;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
}

.section-links .second-button img {
    width: 18px;
    height: 15px;
    margin-right: 5px;
}

.attributes {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.definition {
    width: 35%;
    margin-top: 50px;
}

.items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 60%;
    padding: 30px;
}

.items img {
    width: 60px;
    height: 60px;
}

.items .item {
    padding: 18px 25px 20px 0;
}

.items .item div {
    display: flex;
    align-items: center;
}

.items h4 {
    font-size: 1.5rem;
    font-family: "YekanBakhHeavy";
    margin-right: 20px;
}

.items p {
    margin: 20px 0px 20px 10px;
    font-size: 1rem;
    font-family: "YekanBakhMedium";
    color: #303030;
    line-height: 36px;
}

.definition h3 {
    font-family: "YekanBakhHeavy";
    font-size: 2rem;
}

.definition p {
    width: 85%;
    margin-top: 40px;
    line-height: 40px;
    font-size: 1rem;
}

.first-item {
    border-left: 1px solid #e0e4e7;
    border-bottom: 1px solid #e0e4e7;
}

.second-item {
    border-bottom: 1px solid #e0e4e7;
    border-right: 1px solid #e0e4e7;
}

.third-item {
    border-left: 1px solid #e0e4e7;
    border-top: 1px solid #e0e4e7;
}

.fourth-item {
    border-right: 1px solid #e0e4e7;
    border-top: 1px solid #e0e4e7;
}

.start-box {
    width: 1170px;
    height: 220px;
    margin: auto;
    margin-top: 50px;
    border: 1px solid silver;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.start-box h4 {
    font-family: "YekanBakhHeavy";
    font-size: 1.7rem;
}

.start-box p {
    font-family: "YekanBakhMedium";
    font-size: 1.4rem;
    color: #747480;
    margin-top: 10px;
}

.start-box a {
    text-decoration: none;
    font-family: "iranyekanwebmedium";
    font-size: 0.9rem;
    height: 28px;
    line-height: 28px;
    padding: 4px 14px;
    background-color: #ffd900;
    color: #000;
    border-radius: 10px;
}

.support {
    width: 1110px;
    height: 70px;
    padding: 0px 30px;
    margin: 50px auto;
    background-color: #fbf6f1;
    border-radius: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.support-number {
    font-family: "YekanBakhHeavy";
    font-size: 1.5rem;
}

#line {
    margin: 0px 15px;
}

#phone-number a {
    color: #21254e;
    text-decoration: none;
}

.support-request {
    display: flex;
    color: #21254e;
    font-family: "YekanBakhBold";
    font-size: 1.5rem;
}

.support-request img {
    width: 20px;
    margin-right: 10px;
}

#support-request {
    text-decoration: none;

}

.support-request:hover,
#phone-number a:hover {
    color: #3c49d7;
}

footer {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: auto;
}

footer .footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: calc(100% - 330px);
    margin-bottom: 50px;
    padding: 0px 10px;
}

.social-media {
    width: 330px;
    padding: 0px 30px;
    margin-bottom: 100px;
}

.social-media p {
    font-family: "YekanBakhHeavy";
    font-size: 1.3rem;
    color: #303030;
}

.social-media div {
    display: flex;
    margin-top: 20px;
}

.social-media a {
    background-color: #eff4fe;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-left: 15px;
}

.footer-links p {
    font-size: 1.3rem;
    font-family: "YekanBakhHeavy";
    margin-bottom: 15px;
    color: #303030;
}

.footer-links ul {
    list-style: none;
}

.footer-links a {
    text-decoration: none;
    font-size: 1rem;
    font-family: "YekanBakhMedium";
    color: #000;
}

.footer-links li {
    padding: 8px 0px;
}

.old {
    display: block;
    text-align: center;
    margin-bottom: 80px;
    font-size: 14px;
    font-family: "iranyekanwebmedium";
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 1000%;
    letter-spacing: -.5px;
}

.bell {
    background-color: #2e82ff;
    width: fit-content;
    padding: 7px 7px 0px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.bell img {
    width: 40px;
}


@keyframes fadeindown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes showup {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media(max-width:1200px) {
    header {
        width: 940px;
    }

    .banner {
        width: 900px;
        padding: 60px 40px 120px;
    }

    .banner-image img {
        width: 430px;
    }

    .online-payment {
        width: 940px;
    }

    .attributes {
        width: 924px;
        padding: 0px 8px;
        flex-direction: column;
    }

    .definition {
        width: 100%;
        margin-top: 40px;
    }

    .definition p {
        width: 100%;
        margin-top: 30px;
    }

    .first-item,
    .second-item,
    .third-item,
    .fourth-item {
        border: none;
    }

    .items {
        width: 90%;
        padding: 30px;
    }

    .items .item {
        padding: 18px 0px 20px 50px;
    }

    .start-box {
        width: 940px;
    }

    .support {
        width: 880px;
    }

    footer {
        width: 940px;
    }
}

@media(max-width:990px) {
    header {
        width: auto;
        padding: 20px 60px;
    }

    .header-ul li:last-child {
        display: none;
    }

    .logo {
        margin: 0;
    }

    .header-ul li {
        margin: 0 10px;
    }

    .banner {
        width: auto;
        padding: 40px 40px 85px;
        margin-left: 35px;
        margin-right: 35px;
    }

    .banner-image img {
        display: none;
    }

    .banner-text {
        text-align: center;
    }

    .banner-text p {
        margin: 5px 0px;
        font-size: 1rem;
    }

    .banner-button {
        margin: 40px;
    }

    .online-payment {
        width: auto;
        flex-direction: column;
        align-items: center;
    }

    .section-text {
        width: 95%;
    }

    .attributes {
        width: auto;
        padding: 0px 35px;
    }

    .start-box {
        margin: 0px 38px;
        width: calc(100% - 76px);
    }

    .support {
        width: calc(100% - 120px);
    }

    .support-request,
    .support-number {
        font-size: 1.2rem;
    }

    footer {
        flex-direction: column;
        width: calc(100% - 60px);
    }

    footer .footer-links {
        width: 100%;
    }

    footer .social-media {
        padding: 0px 10px;
    }
}

@media(max-width: 768px) {
    .header-ul {
        display: none;
    }

    header {
        width: auto;
        padding: 10px 8px;
    }

    .hamburger-icon {
        display: block;
    }

    .banner {
        margin-left: 8px;
        margin-right: 8px;
    }

    .section-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .online-payment img {
        width: 460px;
        height: 480px;
    }

    .definition {
        text-align: center;
        margin-top: 90px;
    }

    .definition h3 {
        font-size: 1.6rem;
    }

    .items {
        width: 100%;
        padding: 50px 0px;
    }

    .items .item {
        padding: 18px 0px 20px 20px;
    }

    .start-box {
        margin: 0px 8px;
        width: calc(100% - 16px);
    }

    .support {
        flex-direction: column;
        align-items: flex-start;
        background: none;
    }

    .support-request {
        background-color: #fbf6f1;
        padding: 5px 20px;
        border-radius: 35px;
        margin-top: 20px;
    }

    footer .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }

    footer .footer-links div {
        margin-top: 25px;
    }

    footer {
        width: calc(100% - 120px);
        margin: 0px 60px;
    }
}

@media(max-width: 575px) {
    .banner {
        padding: 80px 40px;
    }

    .banner-text h3 {
        font-size: 1.2rem;
        text-align: right;
    }

    .section-image {
        display: none;
    }

    .section-text {
        width: 80%;
        padding: 0px 10px;

    }

    .section-text h3 {
        font-size: 1.5rem;
    }

    .items {
        padding: 50px 0px;
        grid-template-columns: 1fr;
    }

    .items .item {
        padding: 18px 0px;
    }

    .start-box {
        height: 180px;
    }

    .start-box h4 {
        font-size: 1.2rem;
    }

    .start-box p {
        font-size: 1rem;
    }

    .support {
        width: calc(100% - 60px);
        padding: 0px;
        margin: 50px 30px;
    }

    .support-number,
    .support-request {
        font-size: 0.95rem;
    }

    .support-number p {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #line {
        display: none;
    }

    footer {
        width: calc(100% - 60px);
        margin: 0px 30px;
    }

    .footer-links p,
    .footer-links a {
        font-size: 0.9rem;
    }
    .bell {
        display: none;
    }
}
