/**************************************** section-one */
.section-one{
    background: url(../image/map.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 4rem;
}

.section-one-text>h1{
    color: #3b414d;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    font-size: 30px;
}

.section-one-text>p{
    color: #3b414d;
    line-height: 2;
    text-align: center;
    width: 57%;
    margin:1.5rem auto;
}
.section-one-start{
    display: none;
}

.section-one-img{
    display: flex;
    justify-content: center;
}
.section-one-iPhone{
    margin-left: -8.5rem;
    z-index: 1;
    height: 35rem;
    margin-top: 1.65rem;
}

/**************************************** section-two */
.section-two{
    margin:3rem auto 5rem auto;
    max-width: 75rem;
}
.section-two-text>h1{
    color: #3b414d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
    line-height: normal;
}

.section-two-text>p{
    color: #3b414d;
    line-height: 2;
    text-align: center;
    margin-bottom: 5rem;
}

.section-two-cards{
    display: flex;
    gap: 1rem;
}
.section-two-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:1.5rem;
    width:18rem;
    height:19rem;
}
.section-two-card>h3{
    color: #273f5b;
    text-align: center;
    font-weight: bold;
}
.section-two-card>p{
    color: #273f5b;
    line-height: 1.5;
    text-align: center;
}
.section-two-card-img{
    width: 90px;
    float: right;
    height: 90px;
}
.icon-sec{
    background: url(../svg/08.svg);
    background-size: 100%;
}
.icon-price{
    background: url(../svg/10.svg);
    background-size: 100%;
}
.icon-speed{
    background: url(../svg/11.svg);
    background-size: 100%;
}
.icon-support{
    background: url(../svg/09.svg);
    background-size: 100%;
}
.circle {
    width: 75px;
    height: 75px;
    background: rgba(1,216,255,0.2);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    margin-top: 19px;
    margin-right: 35px;
}
.Ellipse_2_copy {
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 108px;
    top: 44px;
    width: 80px;
    height: 64px;
    z-index: 3;
}

.circle:before {
    content: '';
    position: absolute;
    bottom: 43px;
    left: 25px;
    width: 62px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    transform: translateX(0%) rotate(42deg);
}
.section-two-card > a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float:right;
}
.section-two-card-arrow{
    width: 50px;
    height: 50px;
    float:right;
    background: url("../svg/01.svg");
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fffff;
    transition: all 0.5s;
    border-radius: 50%;
}
.section-two-card-arrow:hover{
    background: url("../svg/0101.svg");
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #01d8ff;
    box-shadow: 0px 20px 30px 0px rgba(1, 216, 255, 0.24);
}
/**************************************** section-three */
.section-three{
    background-color: #f8f9fd;
    padding: 1px 0px;
    position: relative;
    margin-bottom: 100px;
    overflow: visible;
}
.section-three:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -80px; /* موقعیت بیضی در پایین */
    width: 120%; /* اندازه عرض بیضی */
    height: 350px; /* اندازه ارتفاع بیضی */
    background-color: #f8f9fd; /* رنگ بیضی */
    border-radius: 50%; /* برای ایجاد بیضی */
    transform: translateX(-50%); /
;
    z-index: -1;
}
.bitcoin-selll-icon{
    width: 581px;
    float:right;
    height: 430px;
    background: url("../image/sell 04.png");
    background-repeat: no-repeat;
}
.section-three-bg{
    display: flex;
    margin: 6rem auto 2rem auto;
    justify-content: space-between;
    max-width: 75rem;
}
.section-three-text{
    width: 54%;
}
.section-three-text>h1{
    color: #1d2a3b;
    font-weight: bold;
    line-height:normal;
    padding: 1rem 0;
}

.section-three-text>p{
    color: #1d2a3b;
    line-height: 1.647;
    margin-bottom: 1rem;
}
.section-three-text>ul>li{
    color: #747e8c;
    line-height: 2.412;
    width: 32rem;
    position: relative;
    padding-right: 20px; /* فضای خالی برای دایره */
    font-weight: 400;

}
.section-three-text>ul>li:before{
    content: '';
    position: absolute;
    right: 4px; /* موقعیت دایره */
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #467eff; /* رنگ دایره داخلی */
    border-radius: 50%;
    box-shadow: 0 0 0 5px white; /* ایجاد حاشیه سفید در اطراف دایره */
}
.section-three-text>ul>li:after{
    content: '';
    position: absolute;
    right: 0px; /* موقعیت دایره بیرونی */
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #467eff; /* رنگ حاشیه بیرونی */
    border-radius: 50%;
}

/**************************************** section-four */
.section-four{
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 75rem;
}
.circle-container {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 50px auto;
    /* border-radius: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* برای جلوگیری از بیرون زدن دایره‌ها */
}

.orbit {
    position: absolute;
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotate-orbit 25s infinite linear; /* انیمیشن چرخش برای دایره‌ها */
    border: 2px solid #f1f1f1;
    border-radius: 50%;
}

.circle1 {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1); /* رنگ پس‌زمینه دایره‌ها */
    box-shadow: 0px 10px 25px 0px rgba(228, 229, 231, 0.3);
}

/* موقعیت‌دهی دایره‌ها به صورت دایره‌ای در مدار */
.circle1:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle1:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.circle1:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.circle1:nth-child(4) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.center-icon {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(234, 239, 240, 1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; /* center-icon باید بالای دایره‌ها باشد */
}

.icon1 {
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon2 {
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#bitcoin {
    background-image: url('../svg/Bitcoin.svg');
}

#iota {
    background-image: url('../svg/IOTA.svg');
}

#ethereum {
    background-image: url('../svg/Ethereum.svg');
}

#litecoin {
    background-image: url('../svg/Litecoin.svg');
}

#logomini {
    background-image: url('../logo/logomini.svg');
}

/* انیمیشن چرخش دایره‌ها به دور center-icon */
@keyframes rotate-orbit {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg); /* چرخش 360 درجه */
    }
}
.section-four>img{
    width: 50%;
}
.section-four-text{
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 50%;
}
.section-four-text>span{
    font-size: 1.125rem;
    font-family: "IRANSans";
    color: #c0c0c9;
    text-transform: uppercase;
    line-height: 1.2;
}
.section-four-text>h1 {
    color: #333448;
    font-weight: bold;
    line-height: 1.444;
    font-size: 40px;
    margin-bottom: 20px;
}
.section-four-text>p{
    color: #333448;
    line-height: 1.778;
    margin-bottom: 1rem;
}
.section-four-text>a{
    color: #3c3d6b;
    line-height: 1.6;
    text-decoration: none;
    border: 1px solid #eaedf3;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 0.75rem 1.25rem;
    margin-right: 0px;
    margin-left: auto;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.5s;
}
.section-four-text>a>i{
    width: 1rem;
    height: 24px;
    background: url("../svg/0001.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
    float: left;
    background-position: center;
    transition: all 0.5s;
}
.section-four-text>a:hover > i {
    margin-left: -5px;
    margin-right: 15px;
}
/**************************************** section-five */
.section-five{
    background: url(../image/down\ _\ bg.png);

}
.section-five>div{
    max-width:75rem;
    margin: auto;
    display: flex;
}
.section-five>div>img{
    margin: 2rem 8rem 2rem 0;
}
.section-five>div>div{
    margin-right: 4.5rem;
    height: 50%;
    margin-top: auto;
    margin-bottom: auto;
}
.section-five>div>div>h1{
    color: #ffffff;
    font-weight: bold;
    line-height: 1.543;
    text-align: right;
    margin-bottom:1rem;
}
.section-five>div>div>a{
    text-decoration: none;
    border-radius: 30px;
    padding: 17px 20px;
    float: right;
    transition: all 0.5s;
}
/**************************************** section-six */
.section-six{
    display: flex;
    margin: 8rem auto;
    /* justify-content: space-between; */
    max-width: 75rem;
    gap: 1rem;
}
.section-six-text{
    width:41%;
}
.section-six-text>h1{
    color: #1d2a3b;
    font-weight: bold;
    line-height: 1.081;
    margin-bottom: 3rem;
}
.section-six-text-item{
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-six-text-item>h4{
    color: #1d2a3b;
    /* line-height: 1px; */
    font-weight: bold;
}
.section-six-text-item>i{
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-block;
}
.section-six-pinkicon{
    background-image: url("../svg/262.svg");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(249, 62, 94);
    box-shadow: 0px 20px 30px 0px rgba(249, 62, 94, 0.24);
}
.section-six-blueicon{
    background-image: url("../svg/0203.svg");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(1, 216, 255);
    box-shadow: 0px 20px 30px 0px rgba(1, 216, 255, 0.24);
}
.section-six-greenicon{
    background-image: url("../svg/202.svg");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(112, 215, 21);
    box-shadow: 0px 20px 30px 0px rgba(112, 215, 21, 0.24);
}
.section-six-text>div>div>p {
    color: #1d2a3b;
    line-height: 1.647;
    margin-right:3.5rem;

}
.section-six-text>div>div{
    margin-bottom: 2.5rem;
}
.section-six-img{
    position: relative;
    width:55%;
}
.section-six-img > img {
    position: relative;
    z-index: -3;
}
.section-six-icon{
    width: 64px;
    height: 64px;
    position: absolute;
    right: 2rem;
    top: -1rem;
    background-image: url("../svg/262.svg");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgb(249, 62, 94);
}
@keyframes pulsate {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes pulsate2{
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.section-six-icon:before {
    content: "";
    width: 84px;
    height: 84px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgba(249, 62, 94, 0.1);
    z-index: -1;
    animation: pulsate 1.9s infinite ease-in-out;
}

.section-six-icon:after {
    content: "";
    width: 114px;
    height: 114px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgba(249, 62, 94, 0.05);
    z-index: -1;
    animation: pulsate2 2s infinite ease-in-out;
}
/**************************************** section-seven */
.section-seven {
    margin: 0rem auto 5rem auto;
}
.section-seven-text>h1{
    color: #273f5b;
    font-weight: bold;
    line-height: 1.371;
    text-align: center;
}
.section-seven-text>p{
    color: #273f5b;
    line-height: 2.111;
    text-align: center;
    margin: 1rem auto 4rem auto;

}
.section-seven-cards-arrows{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    padding: 0px 50px;
}
.section-seven-cards{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - -6px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 45px;
}
.section-seven-cards::-webkit-scrollbar{
    background: none;
}
.section-seven-card{
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 10px 40px 0px rgba(12, 0, 46, 0.1);
    width: 20rem;
    overflow: hidden;
}
.section-seven-card-name{
    display: flex;
    gap:0.5rem;
    align-items: center;
    margin: 18px;
}
.section-seven-card>div>img{
    width:2.75rem;
    height:2.75rem;
    background-color: #db8028;
    border-radius: 50%;
}
.section-seven-card-name>div>p{
    color: #3b414d;
    line-height:1.8;
    font-weight: 600;
}
.section-seven-card-name>div>span{
    font-size: 0.8rem;
    font-family: "IRANSans";
    color: #3b414d;
}
.section-seven-card>img{
    margin: auto 30px 10px 30px;
    max-width: 80%;
    height: 70px;
}
.section-seven-card-price{
    display: flex;
    flex-direction: column;
    margin: 5px 20px 25px 20px;
}
.section-seven-card-price>div{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    font-weight: 600;
    color: #3b414d;
    line-height: 2.278;
}
.sell{
    color: #34aa44;
}
.buy{
    color: #e7492e;
}
.section-seven-card-btn{
    display: block;
    background-color: #3b414d;
    width: 100%;
    height: 4.2rem;
    transition: all 0.5s;
}
.section-seven-card-btn:hover{
    background-color: #1d2026;
}
.btc-btn{
    background-color: #01d8ff;
}
.btc-btn:hover{
    background-color: #467eff;
}
.section-seven-card-btn>a{
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.arrow-right-svg,
.arrow-left-svg{
    width: 60px;
    cursor: pointer;
}
.arrow-right-svg{
    transform: rotate(180deg);
}

/**************************************** section-eight */
.section-eight{
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    background: #f9fafe;
    padding: 8rem 0;
}
.section-eight-text>h2{
    color: #3b414d;
    font-weight: bold;
    line-height: 1.371;
    text-align: center;
}

.section-eight-text>p{
    color: #3b414d;
    font-weight: 500;
    line-height:2;
    text-align: center;
    margin-top: 1rem;
}
/* section-eight-carts */
.section-eight-carts{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.section-eight-carts>.next,
.section-eight-carts>.prev{
    font-size: 24px;
    font-weight: 900;
    color: #b6bfbc;
    background-color: white;
    border-radius: 50%;
    padding: 2px 6px;
    line-height: 1.3;
    border: 1px solid #b6bfbc;
    cursor: pointer;
}
.section-eight-cart{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}
.section-eight-cart>img{
    width:20px;
    height:16px;
}
.section-eight-cart>img:active{
    background-color: #01d8ff;
    padding:10px 6px;
    border-radius: 50%;
    color: #ffffff;
}
.section-eight-innercart{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    /* background-color: rgb(255, 255, 255); */
    /* box-shadow: 0px 10px 49px 0px rgba(12, 0, 46, 0.1); */
    width: 48rem;
    /* height: 16rem; */
    margin: auto;
    position: relative;
    z-index: 4;
}
.section-eight-innercart:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -3;
    border-radius: 10px;
    box-shadow: 0px 10px 49px 0px rgba(12, 0, 46, 0.1);
}
.section-eight-innercart:after{
    content: "";
    width: 107%;
    height: 80%;
    background: rgba(236,235,241, 0.5);
    position: absolute;
    z-index: -4;
    /* right: 0; */
    top: 9%;
    border-radius: 10px;
    /* display: inline-block; */
}
.section-eight-innercart>img{
    margin-top: -38px;
    margin-bottom: 25px;
    width: 75px;
    height: 75px;
    box-shadow: 0px 15px 40px 0px rgba(36, 32, 18, 0.15);
    border-radius: 50%;
    background-color: rgb(213, 213, 213);
}
.section-eight-innercart>h3,h4{
    color: #222d39;
    text-align: center;
}
.section-eight-innercart>h3{
    font-weight: 600;
    margin: 10px 0px;
}
.section-eight-innercart>h4{
    opacity: 0.5;
    font-size: 14px;
}
.section-eight-innercart>p{
    color: #3b414d;
    line-height: 1.765;
    text-align: center;
    margin: 2rem 3rem 4rem 3rem;
}

.section-eight-swap-btn{
    display: flex;
    gap: 10px;
    margin: auto;
}
.section-eight-swap-btn>span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background-color:#cfcfe7;
    cursor: pointer;
}
.points span.active{
    background-color: #01d8ff;
    cursor: pointer;
}

.slide {
    display: none;
}
.slide.active{
    display: flex; /* FIX: Was 'block', which broke the card layout */
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/**************************************** section-nine */
.section-nine {
    margin: 0 auto 5rem auto;
}

.section-nine-text > h2 {
    color: #273f5b;
    font-weight: bold;
    line-height: 1.371;
    text-align: center;
}

.section-nine-text > p {
    color: #273f5b;
    line-height: 2.111;
    text-align: center;
    margin: 1rem auto 4rem auto;
}

.section-nine-cards-wrapper {
    position: relative;
    max-width: 75rem;
    margin: auto;
    padding: 0 50px; /* Add padding for arrows */
}

.section-nine-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 45px 0;
}

.section-nine-carousel::-webkit-scrollbar {
    display: none;
}

.section-nine-cart {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 10px 40px 0 rgba(12, 0, 46, 0.1);
    width: 20rem;
    overflow: hidden;
}

.section-nine-cart > img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.section-nine-cart-title {
    color: #3b414d;
    font-weight: bold;
    line-height: 1.5;
    text-align: right;
    margin: 1rem 1rem 0.5rem 1rem;
    height: 4.5em; /* Approx 3 lines */
    overflow: hidden;
}

.section-nine-cart-date {
    color: #9d9d9d;
    line-height: 1.5;
    text-align: right;
    margin: 0 1rem 1rem 1rem;
}

.blog-arrow {
    width: 60px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-left.blog-arrow {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.arrow-right.blog-arrow {
    right: 0;
}

/* Hide original elements not needed for this design */
.section-nine > a,
.section-nine-mobail-card {
    display: none;
}


/**************************************** section-eleven */
.section-eleven{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin:6rem auto;
    max-width: 75rem;
}

.section-eleven>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-eleven>div>img{
    width:6rem;
}
.section-eleven>div>.number{
    font-size: 1.5rem;
    color: #2d3537;
    font-weight: bold;
    line-height: 0.9;
    margin: 1rem auto;
}
.section-eleven>div>.title{
    color: #2d3537;
    line-height: 1.8;
}

/* *****************************************************responsive************************************************************** */
@media (max-width: 1280px) {
    /* * 1 * */
    .section-one-web{
        width:50rem;
    }
    .section-one-iPhone {
        margin-left:-8rem;
        height: 25rem;
        margin-top:2rem;
        width:12.5rem;
    }
    /**2**/
    .section-two{
        margin: auto 1rem;
    }
    /**3**/
    /* .section-three-bg{
      margin: 10rem 3rem;
    } */
    .section-three-text{
        width: calc(54%-3rem);
    }
    /* *6* */
    .section-six-text{
        margin-right: 2rem;
    }
    .section-six-img{
        width: auto;
    }
    .section-six-img>:first-child{
        width: 36rem;
        height:26rem;
    }
    .section-six-text>div>div {
        margin-bottom:1rem;
    }
    /* 7 */
    .section-seven-cards {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
    .section-nine-carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
    /* 11 */
    .section-eleven{
        margin: 6rem 2rem;
    }

}
/* max-width:1024px */
@media (max-width:1024px) {
    /**3**/
    .section-three-bg{
        flex-direction: column;
        align-items: center;
    }
    .section-three-text{
        width: calc(100% - 3rem);
    }

    .section-three-text>p,
    .section-three-text>h1{
        text-align: center;
    }
    .section-three-text>p>span {
        display: none;
    }
    .section-three-text>ul{
        display: none;
    }
    /* 4 */
    .section-four{
        flex-direction: column;
    }
    .section-four-text{
        width: 100;
        text-align: center;
    }
    .section-four>img{
        display: none;
    }
    .section-four-text>a{
        margin: auto;
    }
    /* *6* */
    .section-six{
        display: none;
    }
}
/* max-width: 940px */
@media(max-width: 940px) {
    /* * 1 * */
    .section-one-iPhone{
        display: none;
    }
    .section-one-web{
        width: 40rem;
    }
    .section-one-text>p {
        width: 82%;
    }

    .section-one-start{
        display: block;
        font-size: 1.125rem;
        font-family: "IRANSans";
        color: #000000;
        line-height: 2.158;
        background-color: #01d8ff;
        text-decoration: none;
        border-radius: 30px;
        padding: 10px 30px;
        margin:2rem auto;
        width: 7rem;
        text-align: center;
    }
    /* * 2 * */
    .section-two-cards{
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 4rem;
    }
    .section-two-card-img{
        padding:0 3rem;
    }
    /* 4*5*6 */
    .section-four,
    .section-five,
    .section-six{
        display: none;
    }

    /* 8 */
    .section-eight-innercart{
        width:auto;
    }
    .section-eight-carts>.next,
    .section-eight-carts>.prev{
        display: none;
    }
    .section-eight-carts{
        margin: auto 2rem;
    }
    /* *9* */
    .section-nine-carousel,
    .section-nine > a,
    .section-nine-cards-wrapper > .blog-arrow {
        display: none;
    }
    .section-nine-mobail-card{
        background-color: #ffffff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
        position: relative;
        display:block;
        width: 32rem;
        margin: auto;
    }
    .section-nine-mobail-card>img{
        width:32rem ;
    }
    .section-nine-mobail-card-date{
        padding: 0.5rem;
        color: #ffffff;
        line-height: 2.25;
        position: absolute;
        top:10.5rem;
        background-color: #2c2f3e;
        right: 1rem;
    }
    .section-nine-mobail-card>h3{
        color: #3b414d;
        font-weight: bold;
        line-height: 1.714;
        padding: 1rem;
    }
    .section-nine-mobail-card-details{
        color: #161d30;
        line-height: 1.75;
        width:29rem;
        padding: 1rem;
    }
    /* *11* */
    .section-eleven{
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 3rem 4rem;
        gap: 2rem;
    }
    .section-eleven>div{
        border:3px solid #f1f4fa;
        border-radius: 16px;
        background-color: #f9fafe;
        width: 15.5rem;
        height: 15.5rem;

    }
}

/* max-width: 768px  */
@media (max-width:768px){
    /* * 2 * */
    .section-two-card>p,
    .section-two-card-arrow{
        display: none;
    }
    .section-two-cards{
        display: grid;
        margin: 0 auto;
        grid-template-columns: repeat(2,1fr);
    }
    .section-two-card{
        height:auto;
        width: auto;
    }
    .section-seven-cards, .section-nine-carousel {
        grid-auto-columns: 100%;
    }
    .section-seven-card{
        margin: auto;
    }
    .arrow-right-svg,
    .arrow-left-svg{
        display: none;
    }
    .section-nine-cards-wrapper {
        padding: 0 1rem;
    }
}
/* max-width: 640px  */
@media ( max-width: 640px ) {
    .section-one-web{
        width: 28rem;
    }
    .section-two-text{
        margin: auto 1rem;
    }
    .section-three-img>img{
        width: 23rem;
    }

}

/* max-width: 440px */
@media ( max-width:440px ) {
    .section-one-web{
        width:23rem;
    }
    .section-nine-mobail-card{
        width: 22rem;
    }
    .section-nine-mobail-card>img{
        width: 22rem;
    }
    .section-nine-mobail-card-details{
        width: 20rem;
    }
    .section-nine-mobail-card-date{
        top: 6.25rem;
    }
}
