﻿.app-download-header {
    width: 100%;
    height: 100vh;
    background-color: var(--p-color);
    position: relative;
}

.social-media {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 85%;
    left: 3%;
    transform: translate(-50%, -50%);
    gap: 20px;
    z-index: 7;
}

#scrollbutton {
    display: none;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
    position: fixed;
    bottom: 48px;
    left: 38px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--p-color);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    padding: 13px 12px;
    border-radius: var(--br);
    font-size: 15px;
}

    #scrollbutton:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.app-download-header::after {
    content: "";
    position: absolute;
    background-image: url("/Content/Core/theme/new/img/Group.png");
    width: 100%;
    height: 100%;
    top: 35%;
    z-index: 5;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat !important;
}

.parent-p p {
    padding: 7px 0;
    margin: 0;
}

.button-Dow-App {
    margin-top: 1.5rem;
}

.p-top {
    padding-block-start: 5%;
    z-index: 3;
    position: relative;
}

.social-media a img {
    width: 30px;
}

.left-wawe-icon {
    z-index: 1;
    position: absolute;
    top: 30%;
    left: 15%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: mymove 8s infinite;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 10px solid #fff;
}

@keyframes mymove {
    from {
        top: 30%;
    }

    50% {
        top: 80%;
    }

    to {
        top: 30%;
    }
}

.hr-wawe1 {
    z-index: 1;
    position: absolute;
    display: flex;
    left: 14.8%;
    height: 98.5vh;
    z-index: 0;
    border: 3px solid #ffffff52;
}

.hr-wawe2 {
    z-index: 1;
    position: absolute;
    display: flex;
    left: 89.8%;
    height: 98.5vh;
    z-index: 0;
    border: 3px solid #ffffff52;
}

.right-wawe-icon {
    z-index: 1;
    position: absolute;
    top: 10%;
    left: 95%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 40px solid #ffffff52;
}

.right-wawe-icon-sm {
    z-index: 1;
    position: absolute;
    top: 15%;
    left: 90%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: righmove 15s infinite;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
}


@keyframes righmove {
    from {
        top: 15%;
    }

    50% {
        top: 80%;
    }

    to {
        top: 15%;
    }
}

.item-box {
    color: #fff;
    display: flex;
    padding: 10px 0 0 0;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .item-box div h1 {
        font-size: 25px;
        font-weight: bold;
    }

    .item-box div h2 {
        font-size: 25px;
        color: var(--p-color);
    }

    .item-box div {
        width: 70%;
        justify-content: center;
        display: flex;
    }

        .item-box div p {
            text-align: center;
            font-size: 20px;
        }

.download-buttom {
    margin-block: 10px;
    border: 0;
    background: #fff;
    color: var(--p-color);
    font-size: 20px;
    font-weight: 700;
    font-family: IRANSansX;
    padding: 19px 112px 18px;
    padding-inline: 100px;
    border-radius: 10px;
}

.group-phone {
    display: flex;
    justify-content: center;
    margin-block-start: -45px
}

/*.padding-phone {
    padding-block-start: 20%;
}*/

.link-download {
    color: var(--p-color);
    padding-block: 5%;
}

    .link-download div div {
        max-width: 800px;
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
    }

.group-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--p-color);
    background-color: #fff;
    padding: 10px;
    border: 2px solid var(--p-color);
    border-radius: 10px;
    font-size: 20px;
    width: 28%;
}
.download-app {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--p-color);
    background-color: #fff;
    padding: 10px 30px;
    border: 2px solid var(--p-color);
    border-radius: 10px;
    font-size: 20px;
    width:auto;
}
.download-link {
    margin-block: 10px;
    border: 0;
    background: #eaeffa;
    color: var(--p-color);
    font-size: 20px;
    font-weight: 700;
    font-family: IRANSansX;
    height: 68px;
    padding: 0px 30px 0px 30px;
    border-radius: 10px;
    border: 2px solid var(--p-color);
    width: 50%;
}

.download-link-icon {
    position: absolute;
    top: 2%;
    right: 40%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border: solid 48px #3d72fe21;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: -1;
    overflow: hidden;
}

.info-box {
    height: auto;
    margin-block: 5%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.info-box-img {
    border-radius: 10px;
    flex: 0 1 50%;
    background-color: var(--p-color);
    padding: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-box-desc {
    flex: 0 1 50%;
    padding: 0 5%;
    display: flex;
    color: var(--c1-color);
    font-size: 22px;
    margin-top: 5rem;
    flex-direction: column
}

    .info-box-desc ul li {
        text-align: justify;
        color: var(--c1-color);
        flex-direction: column
    }

    .info-box-desc h3 {
        margin-top: 8rem;
        color: var(--p-color);
        justify-content: flex-start;
    }

    .info-box-desc p {
        text-align: justify;
    }

.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 755px;
    height: 755px;
    border: solid 48px #3d72fe21;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.position-relative {
    position: relative;
}

.acc-wrapper {
    width: 70%;
    margin: 0 auto var(--gap);
}

    .acc-wrapper h2 {
        font-size: var(--fs-title-h2);
        color: var(--p-color);
        text-align: center;
        margin: 20px auto;
    }

        .acc-wrapper h2 > strong {
            color: var(--s-color);
        }

.accordion {
    background-color: var(--p-color-od);
    color: var(--t-color-light);
    cursor: pointer;
    padding: 0 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: var(--fs-text);
    transition: 0.4s;
    font-family: inherit;
    height: 65px;
    margin-top: 15px;
    border-radius: var(--br);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .accordion.active,
    .accordion:hover {
        filter: contrast(5);
    }

    .accordion img.trg {
        transition: transform 0.3s ease;
    }

    .accordion.active img.trg {
        transform: rotate(-90deg);
    }

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.second-box {
    height: auto;
    display: flex;
    flex-direction: row;
    margin-block-start: 4rem;
}

.second-box-desc {
    flex: 0 1 50%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

    .second-box-desc h1 {
        color: var(--p-color);
    }

    .second-box-desc p {
        display: flex;
        color: var(--c1-color);
        font-size: 22px;
        flex-direction: column;
        text-align: justify;
    }

    .second-box-desc ul li {
        color: var(--c1-color);
        font-size: 20px;
        flex-direction: column;
        text-align: justify;
    }

.second-box-img {
    flex: 0 1 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

    .second-box-img img {
        width: 80%;
        height: 90%;
        border-radius: 10px;
    }

.last-div {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

iframe {
    border-radius: 10px;
    border: 0;
    margin-block: 2rem;
}

.padding-phone {
    padding-block-start: 270px;
}

html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 1500px) {

    .link-download {
        color: var(--p-color);
    }



    /*.group-phone img {
        content: url("/Content/Core/theme/new/img/Group-phone.svg");
    }*/

    .download-link-icon {
        right: 30%;
    }

    .info-box-desc {
        font-size: 25px;
    }
}

@media screen and (max-width: 1400px) {
    .app-download-header::after {
        height: 80%;
        top: 50%;
    }

    .group-download {
        margin-bottom: 1rem;
    }

    .font-small-app {
        margin-bottom: 2rem;
    }

    .info-box-desc h3 {
        margin-top: 1rem;
    }

    .center-icon {
        width: 760px;
        height: 760px;
    }
}
@media screen and (max-width: 1300px) {
    .group-download {
        width:40%;
    }
    
    }

    @media screen and (max-width: 1200px) {

        .download-buttom {
            font-size: 17px;
            margin-bottom: 0.3rem;
        }

        .info-box-desc h3 {
            margin-top: 1rem;
        }

        .info-box-img img {
            width: 70%;
        }

        .second-box-img img {
            width: 70%;
        }

    .info-box-desc {
        font-size: 20px;
    }
/*
    .second-box-desc h1 {
        font-size: 20px;
    }*/

        .second-box-desc p {
            font-size: 20px;
        }

        .last-div {
            margin-block-end: 10%;
        }

        .download-link-icon {
            right: 20%;
        }
        /*.position-relative {
        overflow: hidden;
    }*/

        /*     .group-download {
        font-size: 20px;
    }*/

        /*  .item-box div h1 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }*/

        .download-link {
            font-size: 15px;
            height: 60px;
            width: 62%;
        }

        .group-phone img {
            content: url("/Content/Core/theme/new/img/phone-singel.svg");
        }
    }

    @media screen and (max-width:1000px) {
        .app-download-header::after {
            background-image: url("/Content/Core/theme/new/img/singel-phone.svg?ver=1.1.1");
            top: 35%;
        }
        .group-download {
            width: 44%;
        }
        .mobile-show {
            display: none;
        }
        .font-small-app {
            margin-bottom: 1rem;
        }
        .second-box-desc, .info-box-desc {
            flex: 0 1 100%;
            padding: 5%;
        }

        .second-box {
            border: 2px dashed #fff;
            margin-inline: 5%;
            height: fit-content;
            display: flex;
            flex-direction: row;
            background: var(--p-color);
            color: #fff;
            border-radius: 10px;
            margin-block-end: 15%;
        }

        .second-box-desc p {
            text-align: justify;
            color: #fff;
        }

        .button-Dow-App {
            display: flex;
            align-self: center;
            padding: 0;
        }
    }

    @media screen and (max-width: 900px) {

        .mobile-show {
            display: none;
        }
       
        .second-box-desc ul li {
            color: #fff;
            overflow: auto;
            font-size: 20px;
        }

        .second-box-desc, .info-box-desc {
            flex: 0 1 100%;
            padding: 5%;
        }
    }

    @media screen and (max-width: 800px) {
        .info-box {
            margin-block: 0;
        }
       
        .download-buttom {
            padding: 1rem 2rem !important;
        }

      

        .padding-phone {
            padding-block-start: 230px;
        }


        .app-download-header {
            height: 111vh;
        }

        .position-relative {
            overflow: hidden;
        }

        .button-Dow-App {
            display: flex;
            align-self: center;
            padding: 0;
        }

        .info-box-desc ul {
            font-size: 0.9rem;
            margin-inline: 5%;
        }

        .last-div {
            flex-direction: column;
            gap: 8px;
            padding-block-end: 20px;
        }

        .font-small-app {
            font-size: 15px;
            justify-content: space-around;
            align-content: center;
            align-items: center;
        }

        .group-download {
            width: 40%;
        }

        .item-box div h1 {
            font-size: 23px;
            text-align: center;
            width: 60%;
            margin-top: 0;
        }

        .mobile-show {
            display: none;
        }

        .p-top {
            padding-block: 70px;
        }

        .item-box div h2 {
            font-size: 1.5rem;
        }

        .item-box div p {
            padding-inline: 5%;
            font-weight: 700;
        }

        .download-link {
            font-size: 15px;
            height: 60px;
            padding: 0px 30px 0px 30px;
            border-radius: 10px;
            border: 1px solid var(--p-color);
            width: 45%;
        }

        .info-box-desc {
            flex: 0 1 100%;
            padding: 0;
            margin-top: 0 !important;
            font-weight: 500;
            line-height: 25px;
            display: flex;
            justify-content: center;
        }

            .info-box-desc p {
                padding-inline: 5%;
            }

            .info-box-desc h3 {
                width: 90%;
                color: #fff;
                justify-content: flex-start;
                background-color: var(--p-color);
                font-size: 1rem;
                border-radius: 10px 0 0 10px;
                padding: 15px 15px 15px 0;
            }

        .position-relative .container {
            width: 100%;
            padding: 0;
        }

        .item-box div {
            margin-bottom: 0.5rem;
            width: 100%;
        }

        .acc-wrapper {
            width: 90%;
            margin: 0 auto var(--gap);
        }


        .download-link-mobil {
            font-size: 15px;
            font-weight: 700;
            font-family: IRANSansX;
            height: 60px;
            padding: 0px 30px 0px 30px;
            border-radius: 10px;
            border: 1px solid var(--p-color);
            width: 50%;
            margin: 0 auto;
        }




        .last-div {
            width: 100%;
        }

        .hide-img img {
            width: 80%;
            height: 60%;
        }

        #scrollbutton {
            left: 17px;
            bottom: 32px;
        }
    }

    @media screen and (max-width: 500px) {
        .margin-top {
            margin-top: 0 !important;
        }

        .app-download-header {
            height: 100vh;
        }

        .app-download-header::after {
            height: 70%;
            top: 50% !important;
        }

        #scrollbutton {
            left: 13px;
        }
    }

    @media screen and (max-width: 400px) {
        .app-download-header::after {
            height: 70%;
            top: 60% !important;
        }

        .group-download {
            width: 70% !important;
        }
    }

/*@media (max-width: 768px) and (min-width : 750px) {


        .padding-phone {
            padding-block-start: 390px;
        }
    }*/

@media screen and (max-height:700px) {
    .item-box div h1 {
        font-size: 22px;
    }

    .item-box div p {
        font-size: 18px;
    }
}

    @media screen and (max-width:600px) {
        .info-box-desc {
            font-size: 0.9rem;
        }
        .margin-top {
            margin-top: 7rem;
        }
        .second-box-desc p {
            font-size: 0.9rem;
        }

        .app-download-header::after {
            top: 60%;
        }

        .group-download {
            width: 55%;
        }
    }
