* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "iranyekanwebregular", Arial, Helvetica, sans-serif;
}

header {
    margin: auto;
    background-color: rgba(255, 255, 255, 0.72);
    position: sticky;
    top: 0;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1170px;
    padding: 21px 0 7px;
    transition: all 0.3s ease;
    z-index: 200;
}

.logo {
    margin: 11px 28px;
    cursor: pointer;
}

.header-ul {
    display: flex;
    list-style-type: none;
}

.header-ul li {
    margin: 0 15px;
    font-size: 14px;
}

.header-ul li a {
    text-decoration: none;
    cursor: pointer;
    color: #303030;
}

.header-ul>li:last-child a {
    background-color: rgba(232, 239, 254, 0.6);
    color: #284576;
    padding: 10px 27px;
    border-radius: 20px;
    margin-right: 20px;
    font-family: "YekanBakhBold";
}

.header-ul>li:last-child a:hover {
    background-color: #fbf6d9;
    transition: all 0.4s ease;
}

.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;
    font-family: iranyekanwebmedium;
    background-color: #fff;
    transform: translateY(-100%);
    z-index: 100;
    width: 100%;
}

.cross-icon {
    width: 100%;
    text-align: left;
    padding: 25px 0;
}

.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;
}

.more-items {
    display: flex;
    padding: 20px 30px;
    align-items: center;
    background-color: #eee;
}

.more-items a {
    font-family: YekanBakhMedium;
    text-decoration: none;
    color: #284576;
    font-size: 0.85rem;
}

.more-items img {
    margin-right: 5px;
}

.show-hamburger-menu {
    animation: fadeInDown 0.25s forwards;
}

#show-more-menu {
    position: relative;
}

#show-more-menu ul {
    font-family: YekanBakhBold;
    position: absolute;
    list-style: none;
    top: 0;
    left: -35px;
    background-color: #fff;
    color: black;
    border-top: 5px solid #f8e88b;
    border-radius: 12px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 35px;
    display: none;
    width: 123px;
}

#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 {
    font-family: YekanBakhBold;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    top: 0;
    left: -165px;
    width: 425px;
    background-color: #fff;
    border-top: 5px solid #f8e88b;
    border-radius: 12px;
    padding-top: 5px;
    margin-top: 50px;
    display: none;
    color: black;
}

.product-menu p:first-child {
    font-size: 0.95rem;
    color: #000;
}

.product-menu p:first-child:hover {
    color: #2d579f;
}

.product-menu p:last-child {
    font-size: 0.7rem;
    font-family: iranyekanwebmedium;
    color: #000;

}

.product-menu a {
    margin: 10px;
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.product-menu a:hover {
    background-color: rgba(232, 239, 254, 0.6);
}

.banner {
    display: flex;
    justify-content: space-between;
    width: 1050px;
    margin: 20px auto;
    background-image: linear-gradient(135deg, #21254e, #2b4a83);
    border-radius: 20px;
    padding: 120px 60px 80px;
}

.banner-text {
    color: #fff;
}

.banner-text h3 {
    font-family: YekanBakhHeavy;
    font-size: 2rem;
}

.banner-text p {
    font-size: 1.15rem;
    margin: 25px 0;
    line-height: 2.5rem;
    font-family: YekanBakhMedium;
}

.banner-image img {
    width: 500px;
}

.banner-button {
    margin-top: 60px;
}

.register {
    background-color: #ffd900;
    color: #000;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    padding: 10px 13px;
    margin-left: 8px;
    font-family: YekanBakhBold;
}

.login {
    background-color: #435a8a;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    padding: 10px 13px;
    font-family: YekanBakhBold;

}

.banner-arrow {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 58px;
}

.banner-arrow div {
    background-image: url(../images/arrowbottom.svg);
    width: 164px;
    height: 78px;
}

.banner-arrow img {
    width: 15px;
    position: relative;
    top: -60px;

}

section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1170px;
    margin: auto;
    background-image: linear-gradient(100deg, #fff, rgba(232, 239, 254, 0.6));
    background-color: #fff;
    padding: 10px 5px;
}

#section-image1,
#section-image2 img {
    width: 502px;
    height: 480px;
    filter: drop-shadow(10px 15px 15px gray);
}

.section-text {
    width: 530px;
    margin: 30px 0;
}

.section-text h2 {
    font-family: YekanBakhMedium;
    color: #747480;
    font-weight: 500;
    font-size: 1.4rem;
    margin: 20px 0 5px;
}

.section-text h3 {
    color: #303030;
    font-size: 2rem;
    font-weight: 600;
    margin: 5px 0 10px;
    font-family: YekanBakhHeavy;
}

.section-text p {
    color: #303030;
    font-family: YekanBakhMedium;
    text-align: justify;
    line-height: 40px;
    padding-bottom: 20px;
    margin-top: 16px;
    border-bottom: 1px solid #dfe1e4;
}

.section-button {
    display: flex;
    margin-top: 40px;
}

.section-button .first-button {
    font-size: 0.9rem;
    font-family: iranyekanwebmedium;
    color: #000;
    padding: 5px;
    background-color: #ffd900;
    text-decoration: none;
    border-radius: 12px;
    margin-left: 10px;

}

.section-button .second-button {
    font-size: 0.9rem;
    font-family: iranyekanwebmedium;
    display: flex;
    align-items: center;
    color: #284576;
    padding: 4px 16px;
    background-color: rgba(232, 239, 254, 0.6);
    text-decoration: none;
    border-radius: 12px;
    width: 18px;
    height: 15px;
    margin-right: 5px;
}

.attributes {
    width: 1170px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    color: #303030;
}

.definition {
    width: 35%;
    margin-top: 50px;
}

.items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 60%;
    padding: 30px;
}

/* .items div {
    display: flex;
} */
/* .item {
    margin: 30px;
} */

/* .header {
    display: flex;
    justify-content: start;
    align-items: center;
} */
.items .item {
    padding: 18px 25px 20px 0;
}

.items .item div {
    display: flex;
    align-items: center;
}

.items img {
    width: 60px;
    height: 60px;
}

.items h4 {
    font-family: YekanBakhHeavy;
    margin-right: 20px;
    font-size: 1.5rem;
}

.items p {
    font-family: YekanBakhMedium;
    font-size: 1rem;
    line-height: 36px;
    margin: 20px 0 20px 10px;
    color: #303030;
}


.definition h3 {
    font-family: YekanBakhHeavy;
    font-size: 2rem;
}

.definition p {
    font-size: 1rem;
    font-family: YekanBakhMedium;
    line-height: 40px;
    margin-top: 40px;
    width: 85%;
}

.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 {
    width: 1170px;
    height: 220px;
    border: 1px solid grey;
    border-radius: 15px;
    margin: 10px auto;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 40px 0; */
}

.start-box h4 {
    font-size: 1.7rem;
    font-family: YekanBakhHeavy;
    /* padding: 0 15px; */
}

.start-box p {
    color: #747480;
    font-size: 1.4rem;
    font-family: YekanBakhMedium;
    margin-top: 10px;
}

.start-box a {
    text-decoration: none;
    background-color: #ffd900;
    color: #000;
    border-radius: 10px;
    padding: 4px 14px;
    font-size: 0.9rem;
    font-family: iranyekanwebmedium;
    min-height: 28px;
    line-height: 28px;
    margin-top: 10px;
}

.support {
    width: 1110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fbf6f1;
    border-radius: 35px;
    padding: 0 30px;
    height: 70px;
    margin: 50px auto;
}

.support-number {
    font-size: 1.2rem;
    font-family: YekanBakhHeavy;
    color: #303030;
}

.line {
    margin: 0 15px;
}

.phone-number {
    color: #284576;
    font-size: 1.5rem;

}

.support-request {
    display: flex;
}

.support-request a {
    text-decoration: none;
    color: #284576;
    font-size: 1.5rem;
    font-family: YekanBakhBold;
}

.support-request img {
    color: #284576;
    width: 20px;
    margin-right: 10px;
}

footer {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1170px;
}

footer .footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: calc(100% - 330px);
    margin-bottom: 50px;
    padding: 0 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 p:hover {
    color: #284576;
}

.social-media div {
    display: flex;
    margin-top: 20px;
}

.social-media a {
    background-color: #eff4fe;
    border-radius: 10px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 23px;
    height: 23px;
    padding: 10px;
}

.footer-links p {
    font-family: YekanBakhHeavy;
    font-size: 1.3rem;
    color: #303030;
    margin-top: 15px;
}

.footer-links p:hover {
    color: #284576;
}

.footer-links ul {
    list-style: none;
    margin-top: 20px;
}

.footer-links li {
    padding: 8px 0;
}

.footer-links a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    font-family: iranyekanwebmedium;
}
.bell {
    width: fit-content;
    background-color:#2e82ff ;
    border-radius: 50%;
    left: 20px;
    bottom: 20px;
    position: fixed;
padding:7px 7px 0 ;
}
.bell img {
    width: 40px;
}
@keyframes showup {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width:1200px) {
    header {
        width: 940px;
    }

    .banner {
        width: 900px;
        padding: 60px 40px 120px;
        margin-top: 90px;
    }


    .banner-image img {
        width: 430px;
    }

    .banner-text p {
        font-family: YekanBakhMedium;
    }

    section {
        width: 940px;
    }

    #section-image1 img {
        width: 502px;
        height: 518px;
        position: relative;
        top: -29px;
        right: -49px;
    }

    #section-image2 img {
        width: 500px;
        height: 423px;
        position: relative;
        top: 20px;
        left: 0;
        margin-right: 30px;
    }

    #section-image3 img {
        width: 408px;
        height: 266px;
        position: relative;
        top: 70px;
        margin-left: 50px;
    }

    .attributes {
        width: 924px;
        padding: 0 8px;
        flex-direction: column;
    }

    .definition {
        width: 100%;
        margin-top: 40px;
    }

    .definition p {
        width: 100%;
        margin-top: 40px;
    }

    .items {
        width: 90%;
        padding: 30px;
    }

    .items .item {
        padding: 18px 0 20px 50px;
    }

    .first-item,
    .second-item,
    .third-item,
    .fourth-item {
        border: none;
    }

    .start-box {
        width: 940px;
    }

    .support {
        width: 880px;
    }

    .support p {
        font-size: 0.9rem;
    }

    .support-request a {
        font-size: 1.1rem;
        position: relative;
        right: 20px;
    }

    .support-request img {
        position: relative;
        right: 12px;
    }

    footer {
        width: 940px;

    }

    .footer-links {
        width: 75%;
        margin-left: 50px;
        position: relative;
        top: -13px;
    }

    .footer-links div {
        margin-left: 10px;
        width: 100%;
    }

    .social-media {
        width: 25%;
        position: relative;
        right: -60px;
    }


}

@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 {
        margin-top: 90px;
        padding: 40px 40px 85px;
        width: auto;
        margin-left: 35px;
        margin-right: 35px;
    }

    .banner-image img {
        display: none;
    }

    .banner-text {
        text-align: center;
    }

    .banner-text p {
        font-size: 1rem;
        margin: 5px 0;
    }

    .banner-button {
        margin-top: 40px;
    }

    section {
        width: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section-text {
        width: 95%;
    }

    #section-image1 {
        width: 463px;
        height: 483px;
        /* position: relative;
    top: 60px; */
        /* margin: auto; */
    }

    #section-image2 {
        width: 557px;
        height: 480px;
        /* margin: auto; */
        position: relative;
        top: 40px;
    }

    #section-image3 {
        width: 420px;
        height: 274px;
        margin: auto;
        position: relative;
        top: -50px;
    }

    #section-image3 img {
        width: 400px;
        margin-right: 10px;
    }

    .attributes {
        width: auto;
        padding: 0 35px;
    }

    .start-box {
        margin: 36px;
        width: calc(100% - 72px);
    }

    .support {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background: none;
        /* margin : 0 20px 10px 50px; */
        margin-right: 10px;
    }

    .support p {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .support-request a {
        background-color: #fbf6f1;
        font-size: 1.2rem;
        padding: 5px 30px;
        border-radius: 35px;
        margin-top: 5px;
        padding-left: 40px;
    }

    .support-request img {
        position: relative;
        bottom: -1px;
        right: -20px;
        width: 17px;
    }

    footer {
        flex-direction: column;
        width: calc(100% - 60px);
    }

    footer .footer-links {
        width: 100%;
    }

    footer .social-media {
        margin-right: 37px;
        width: 100%;
    }
}

@media (max-width : 768px) {
    .header-ul {
        display: none;
    }

    .hamburger-icon {
        display: block;

    }

    header {
        width: auto;
        padding: 10px 8px;
    }

    .banner {
        margin-left: 8px;
        margin-right: 8px;
    }

    .section-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-image img {
        width: 460px;
        height: 480px;
    }

    #section-image1 img {
        width: 463px;
        height: 543px;
        margin-right: 50px;
        /* top : 60px;  */
        /* margin: auto; */
    }

    #section-image2 img {
        width: 452px;
        height: 423px;
        top: 21px;
        left: 0;
        margin-right: 30px;
    }

    #section-image3 img {
        width: 417px;
        height: 383px;
        top: -20px;
        margin: auto;
    }

    .definition {
        text-align: center;
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .definition h3 {
        font-size: 1.6rem;
    }

    .items {
        width: 100%;
        padding: 50px 0;
    }

    .items .item {
        width: 100%;
        padding: 18px 0 20px 20px;
    }

    .start-box {
        margin: 8px;
        width: calc(100% - 16px);
    }

    .start-box h4 {
        font-size: 1.4rem;
    }

    .start-box p {
        font-size: 1rem;
    }

    .support {
        width: 80%;
        margin-right: 30px;
    }

    .support p {
        font-family: YekanBakhHeavy;
    }

    .support-request {
        position: relative;
        right: -30px;
    }

    footer {
        width: calc(100% - 120px);
        margin-top: 80px;
    }

    footer .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:575px) {
    .banner {
        padding: 80px 40px;
    }

    .banner-text h3 {
        font-size: 1.2rem;
        text-align: right;
    }

    .banner-text p {
        text-align: justify;
    }

    .section-image img {
        display: none;
    }

    .section-text h3 {
        font-size: 1.5rem;
    }

    .items {
        grid-template-columns: 1fr;
        padding: 50px 0;
    }


    .items .item {
        padding: 18px 0;
    }

    .start-box {
        height: 180px;
        text-align: center;
    }

    .start-box h4 {
        font-size: 1.2rem;
    }

    .start-box p {
        font-size: 1rem;
    }

    .support {
        width: 35%;
    }

    .support p,
    .phone-number {
        font-size: 0.9rem;
    }

    .line {
        display: none;
    }

    .support-request a {
        font-size: 0.9rem;
    }

    .support-hr {
        margin-top: 60px;
        color: #dfe1e4;
    }
    footer {
        width: calc(100% - 100px);
    }
    .footer-links p , .social-media p  {
        font-size: .9rem;
    }
    .footer-links a {
        font-size: .8rem;
    }
    .footer-links li {
        padding: 2px 0;
    }
    .footer-links p {
        margin: 0;
    }
    .footer-links div {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .social-media {
    display: flex;
    flex-direction: column;
        align-items: center;
    }
    .social-media a {
        padding: 8px;
       position: relative;
       left: -15px;
    }
    .social-media img {
        width: 20px;
    }

}