:root{
    --color2: #2E8BC0;
    --color3: #145DA0;
    --color1: #0C2D48;
    --color4: #BFD7ED;
}
@font-face {
    font-family: Light;
    font-style: normal;
    src: url(/Fonts/YekanBakhFaNum-Light.woff) format('woff'),
          url(/Fonts/YekanBakhFaNum-Light.ttf) format('ttf');
}
@font-face {
    font-family: SemiBold;
    font-style: normal;
    src: url(/Fonts/YekanBakhFaNum-SemiBold.woff) format('woff'),
          url(/Fonts/YekanBakhFaNum-SemiBold.ttf) format('ttf');
}
body{
    font-family: Light;
    margin: 0;
    direction: rtl;
    background-color: var(--color4);
    justify-items: center;
}
img{
    background-color: none;
    color: var(--color1);
}
div{
    /* border: 1px solid black; */
    padding: 10px;
    margin: 10px;
    animation: scrollscale 5s linear;
    animation-timeline: view();
    animation-range: entry 0%;
}
.header{
    text-align: center;
}
.LogoType{
    height: 40px;
}
.scroll{
    position: relative;
    width: 100vw;
    overflow: hidden;
    z-index: 1;
    margin: 0;
    padding: 0;
}
.m-scroll{
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    animation: scrollText 20s infinite linear;
    margin: 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    width: 250%;
}
.banner{
    display: inline-block;
    margin: 0;
    padding: 0;
    color: white;
}
@keyframes scrollText{
    from{
      transform: translateX(0%);
    }
    to{
      transform: translateX(50%);
    }
}
@keyframes scrollscale{
    from{
        opacity: 0;
        scale: 0.5;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}
.main{
    width: 37.5%;
    margin-left: 31.25%;
    margin-right: 31.25%;
}
@media (max-width: 400px) {
    .main {
      width: 100%;
    }
}
h1{
    font-size: 20px;
}
hr{
    height: 4px;
    background-color: var(--color1);
    border: none;
    border-radius: 25px;
}
.services{
    flex-wrap: wrap;
    display: flex;
}
.service{
    padding: 0px;
    width: 43.5%;
    flex-wrap: wrap;
    display: flex;
}
@media (max-width: 400px) {
    .service {
      width: 100%;
    }
}
.icon{
    margin: 0px;
    width: clamp(40px, 22%, 1000px);
    padding: 0px;
}
.text{
    margin: 0px;
    width: 70%;
    padding: 0px;
    padding-right: 10px;
    padding-top: 8px;
    line-height: 12px;
}
@media (max-width: 400px) {
    .text {
      line-height: normal;
    }
}
p{
    margin: 0px;
    animation: scrollscale 5s linear;
    animation-timeline: view();
    animation-range: entry 0%;
}
a{
    text-decoration: none;
}
.download{
    flex-wrap: wrap;
    display: flex;
    animation: scrollscale 5s linear;
    animation-timeline: view();
    animation-range: entry 0%;
}
.download-icon{
    margin: 0px;
    width: 2%;
    padding: 0px;
}
.downloads{
    max-height: 200px;
    overflow: scroll;
    animation: scrollscale 5s linear;
    animation-timeline: view();
    animation-range: entry 0%;
}
.footer{
    color: var(--color4);
    height: auto;
    position: relative;
    width: 100%;
    background-color: var(--color1);
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    animation: none;
}
.tell-us{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    animation: scrollscale 5s linear;
    animation-timeline: view();
    animation-range: entry 0%;
}
.tell-icon{
    width: 48px;
}
.no{
    width: 150px;
    animation: scrollscale 5s linear;
    animation-timeline: view();
    animation-range: entry 0%;
}
.bannerb{
    /* width: clamp(300px, 50%, 800px); */
    width: 100px;
    animation: scrollscale 5s linear;
    animation-timeline: view();
    animation-range: entry 0%;
}

/* ---------------------------------------------- */
/* pay css */
#detail2, #detail3, #detail4, #detail5, #detail6, #price{
    display: none;
    animation: none;
    animation-timeline: none;
    animation-range: none;
}
.main-pay{
    border: 2px dashed var(--color1);
    border-radius: 10px;
    width: clamp(300px, 50%, 800px);
    margin: 20px;
    padding: 20px;
    /* margin-right: 25%;
    margin-left: 25%; */
    /* width: 50%; */
}
.Circle{
    border: 2px dashed var(--color1);
    aspect-ratio: 1/1;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    /* position: absolute;
    right: 1%;
    top: 1%; */
}
.counter{
    flex-wrap: wrap;
    display: flex;
    justify-items: center;
    margin: 0px;
    padding: 0px;
    /* position: relative;
    height: 100px; */
}
/* .count-no{
    position: absolute;
    top: 50%;
    right: 50px;
} */
button{
    font-family: Light;
    background-color: var(--color3);
    color: var(--color4);
    border: none;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.tazakor-div{
    color: red;
    display: none;
    margin: 0px;
    padding: 0px;
}
select{
    font-family: Light;
    color: var(--color1);
    border: none;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}
.inputtxt{
    font-family: Light;
    color: var(--color1);
    border: none;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}
option{
    font-family: Light;
    color: var(--color1);
    border: none;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}
table, tr, th{
    text-align: center;
    border: 1px solid black;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 10px;
}
  