*{
    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: 21px 0 7px;
    background-color: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(20px);
    transition: all 0.3s ease;
    position: sticky;
    top: 0;
}

.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-style: '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{
    display: none;
    cursor: pointer;
}

.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 0;
}

.cross-icon img{
    width: 20px;
    margin-left: 30px;
    cursor: pointer;
}

.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;
}

@keyframes fadeInDown{
    0%{
        opacity: 0;
        transform: translateY(-100%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }

}

#show-more-menu{
    position: relative;
    cursor: pointer;
}

#show-more-menu ul{
    position: absolute;
    top: 0;
    left: -35px;
    background-color: #fff;
    border-top: 5px solid #f8e88e;
    border-radius: 12px;
    padding-top: 20px;
    margin-top: 26px;
    padding-bottom: 20px;
    list-style: none;
    width: 127px;
    display: none;
}

#show-more-menu ul li{
    margin: 0;
    padding: 10px 20px;
    font-size: 0.8rem;
    color: black;
}

#show-more-menu ul 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: 380px;
    border-top: 5px solid #f8e88e;
    border-radius: 12px;
    padding-top: 5px;
    margin-top: 26px;
}

.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{
    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{
    font-size: 1.15rem;
    color: #fff;
    margin: 25px 0;
    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;
    position: relative;
    bottom: 58px;
}

.go-down div{
    background-image: url('../images/arrowbottom.svg');
    width: 164px;
    height: 78px;
}

.go-down img{
    width: 15px;
    position: relative;
    top:-60px;
    cursor: pointer;
}

.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 0;
    width: 530px;
}

.section-text h2{
    color: #747480;
    font-family: 'YekanBakhMedium';
    font-weight: 500;
    font-size: 1.4rem;
    margin: 20px 0 5px;
}

.section-text h3{
    color: #303030;
    font-family: 'YekanBakhHeavy';
    font-weight: 600;
    font-size: 2rem;
    margin: 5px 0 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: #ffd900;
    padding: 6px 14px;
    border: none;
    border-radius: 10px;
    margin-left: 10px;
    text-decoration: none;
}

.section-links .second-button{
    display: block;
    font-size: 0.9rem;
    font-family: 'iranyekanwebmedium';
    color: #28457b;
    background: rgba(232, 239, 254, 0.7);
    padding: 6px 14px;
    border: none;
    border-radius: 10px;
    align-items: center;
    text-decoration: none;
}

.section-links .second-button img{
    width: 18px;
    height: 15px;
    margin-right: 5px;
}


.attributes{
    display: flex;
    width: 1170px;
    margin: auto;
    justify-content: space-between;
}

.difination{
    width: 35%;
    margin-top: 50px;
}

.items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px;
    width: 60%;
}

.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: 15px;
}

.items p{
    font-size: 1rem;
    font-family: 'YekanBakhMedium';
    margin: 20px 0px 20px 10px;
    color: #303030;
    line-height: 36px;
    text-align: justify;
}

.difination h3{
    font-size: 2rem;
    font-family: 'YekanBakhHeavy';
}

.difination p{
    width: 85%;
    margin-top: 40px;
    font-size: 1rem;
    font-family: 'YekanBakhMedium';
    margin: 20px 0px 20px 10px;
    color: #303030;
    line-height: 40px;
    text-align: justify;
}

.first-item{
    border-left: 1px solid #e0e4e7;
}

.second-item{
    border-bottom: 1px solid #e0e4e7;;
}

.third-item{
    border-top: 1px solid #e0e4e7;;
}

.fourth-item{
    border-right: 1px solid #e0e4e7;;
}

.start-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1170px;
    height: 220px;
    margin:auto;
    margin-bottom: 50px;
    border: 1px solid silver;
    border-radius: 20px;
}

.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: .9rem;
    height: 28px;
    line-height: 28px;
    min-height: 28px;
    padding: 4px 14px;
    background-color: #ffd900;
    border-radius: 10px;
    columns: #000;
}

.support{
    width: 1110px;
    height: 70px;
    padding: 0 30px;
    margin: 50px auto ;
    background-color: #fbf6f1;
    display: flex;
    border-radius: 35px;
    justify-content: space-between;
    align-items: center;
}

.support-number{
    font-family: 'YekanBakhHeavy';
    font-size: 1.4rem;
}

#line{
    margin: 0 15px;
}

#phone-number{
    color:#21457f;
}

.support-request{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #21254e;
    font-family: 'YekanBakhBold';
    font-size: 1.3rem;
    cursor: pointer;
}

.support-request img{
    width: 20px;
    margin-right: 10px;
}

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: 0 10px;
}

.footer-links p{
    font-family: 'YekanBakhHeavy';
    font-size: 1.3rem;
    margin-top: 15px;
    color: #303030;
}

.footer-links ul{
    list-style: none;
}

.footer-links a{
    font-family: 'YekanBakhMedium';
    text-decoration: none;
    font-size: 1rem;
    columns: #000;
}

.footer-links ul li{
    padding: 8px 10px;
}

.social-media{
    width: 330px;
    padding: 0 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;
}

.bell{
    position: fixed;
    background-color: #2e82ff;
    border-radius: 50%;
    width: fit-content;
    padding: 7px 7px;
    bottom: 20px;
    left: 20px;
}

.bell img{
    width: 40px;
    height: 40px;
    cursor: pointer;
}

/* .blue-header .wave {
    width: 846px;
    height: 509px;
    background: url('../images/wave.svg') no-repeat 50%;
    background-size: cover;
    position: relative;
} */

@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: 0 8px;
        flex-direction: column;
    }
    .difination{
        width: 100%;
        margin-top: 40px;
    }
    .difination p{
        width: 100%;
        margin-top: 30px;
    }
    .items{
        width:90%;
        padding: 0 30px;
    }
    .items .item{
        padding: 18px 20px 0 50px;
    }
    .item{
        border: none;
    }
    .start-box{
        width: calc(100% - 76px);
        margin: 0 38px;
    }
    .support{
        width: 880px;
    }

    .support-request, .support-number{
        font-size: 1.1rem;
   }

    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 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 0;
    }
    .banner-button{
        margin-top: 40px;
        font-size: 1rem;
    }
    .online-payment{
        width: auto;
        flex-direction: column;
        align-items: center;
    }
    .section-text{
        width: 95%;
    }
    .attributes{
        width: auto;
        padding: 0 35px;
    }
    .support{
        width: calc(100% - 120px);
    }
    .support-request, .support-number{
         font-size: 1.2rem;
    }

    .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{
        flex-direction: column;
        width: calc(100% - 60px);
    }
    footer .footer-links{
        width: 100%;
    }
    footer .social-media{
        padding: 0 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{
        width: 80%;
        margin: auto;
    }

    .difination{
        text-align: center;
        margin-top: 90px;
    }

    .difination h3{
        font-size: 1.6rem;
    }

    .items{
        width: 100%;
        padding: 50px 0;
    }

    .items .item{
        padding: 18px 0 20px 20px;
    }

    .start-box{
        width: calc(100% - 16px);
        margin: 0 8px;
    }

    footer .footer-links{
        grid-template-columns: repeat(2, 1fr);
    }

    footer .footer-links div{
        margin-top: 25px;
    }

    footer {
        width: calc((100% - 60px));
        /* margin: 0 60px; */
    }
}

@media (max-width: 575px) {
    .banner{
        padding: 80px 40px;
    }

    .banner-text h3{
        font-size: 1.2rem;
        text-align: right;
    }

    .banner-text p{
        text-align: justify;
        font-size: 14px;
    }

    .online-payment .section-image{
        display: none;
    }

    .section-text{
        width: 80%;
        padding: 0 10px;
    }

    .section-text h3{
        font-size: 1.5rem;
    }

    .section-links{
        flex-direction: column;
    }

    .second-button{
        margin-top: 20px;
    }

    .items{
        padding: 50px 0;
        grid-template-columns: 1fr;
    }

    .items .item{
        padding: 18px 0;
    }

    .start-box{
        height: 180px;
    }

    .start-box h4{
        font-size: 1.2rem;
    }

    .start-box p{
        font-size: 1rem;
    }

    .support{
        width: calc(100% - 60px);
        padding: 0;
        margin: 50px 30px;
    }

    .support-number, .support-request{
        font-size: 0.95rem;
    }

    footer{
       padding: 0 30px;
    }

    .footer-links a,
    .footer-links p{
        font-size: .9rem;
    }
}    

