@font-face {
	font-family: IRANYekanXFaNum;
	font-style: normal;
	font-weight: 500;
	src: url('../font/IRANYekanXFaNum-Medium.woff2') format('woff2');		 
}

* {
    font-family: IRANYekanXFaNum;
}

html,
body {
    font-family: IRANYekanXFaNum;
    margin: 0px;
    padding: 0px;
    background: white;
    /* background-size: 150%;
    background-position: 50% 60%; */
    text-align: center;
  /* background-attachment: fixed; */
}
#menu-btn{
    width: 50px;
}
.telegram-icon {
    position: fixed;
	display: block;
    bottom: 10px;
    right: 10px;
	z-index: 9;
	width:105px;
}
.background {
    background-color: rgba(226, 226, 226, 0.534);
}

a{
 -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}
  button,textarea,input {
    outline: 0;
    border: 0;
   font-family: IRANYekanXFaNum;

     }

/* Bottom Texts Styles  ----- */
.container {
    margin: 0 auto;
    width: 90%;
    direction: rtl;
    text-align: right;
}

.accordion .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.103);
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #000000;
}

.accordion button {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 1em 0;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 900;
    border: none;
    background: none;
    outline: none;

}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #242424;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #ffc400;
    border: 1px solid #ffd900;
}

.accordion button .accordion-title {
    padding: 1em 2.3em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18.4px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 10px;
    left: 6px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    left: 10px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #3a3dfa;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 100em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}


/* Products Styles ------------*/
.product-item{
    width: 40%;
    height:150px;
    display: inline-block;
    margin:15px;
    margin-right:0px;
}
.products {
    padding-top: 10px;
    text-align:center;
	direction: rtl;
}
.price{
    color: #000;
}
.product-photo {
    width: 90%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
    border-radius: 5px;
}
.head {
    position: relative;
    top: 0;
    width: 100%;
}
.head-texts {
    position: absolute;
    top: 8%;
    right: 20px;
    font-size: 16px;
}

.titr {
    position: absolute;
    right: 13px;
    color: white;
    font-weight: bold;
    font-size: 30px;
}

.main-text {
    color: rgba(255, 255, 255, 0.76);
    font-family: 100;
    margin-top: 70px;
    margin-right: 10px;
}

.main-button {
    z-index: 999;
    background: url('../menu_icon.png');
    background-color: #242424;
    background-size: 20px,20px;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    left: 20px;
	top: 20px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid white;
    color: white;
    padding-top: 11px;
    direction: rtl;
}
.menu-bg{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.884);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.menu{
    padding-top: 100px;
    width:60vw ;
    height: 100vh;
    position: fixed;
    left: 0;
    background-color: rgb(214, 214, 214);
    z-index: 999;
    max-width: 300px;
    text-align: center;
    transform: translate(-60vw,0);
    transition: 0.7s;

}
.menu-item{
    font-size: 16px;
    color: #303030;
    background-color: #fff;
    width: 90%;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 5px;
    padding-bottom: 15px;
    padding-top: 15px;
    transition: 0.5s;
}
.menu-item:hover{
    background-color: #ffe5ab;

}
.connect-box{
    width: 80vw;
     background-color: rgb(255, 254, 209);
     border-radius: 20px;
      margin: auto;
       padding: 20px;
}






/* Line Titr styles ------*/

.line-left {
    width: 28%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.678);
    position: absolute;
    left: 7%;
    display: inline-block;
}

.line-right {
    width: 28%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.678);
    position: absolute;
    right: 7%;
    display: inline-block;
}

.line-titr-text {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-top: -20px;
    color: rgba(0, 0, 0, 0.678);
}





.line-titr {
    display: inline-flex;
    margin-top: 30px;
    justify-content: center;
}


#tab-sellect{
background:#303030;
color:white;
}

.tab {
    white-space: nowrap;
    min-width: 20px;
    line-height: 10px;
    background:#d1d1d1;
    border-radius:10px;
    padding:15px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.678);
}


.bottom-banner {
    width: 80%;
}
.copyright{
padding: 30px;
color: rgba(0, 0, 0, 0.719);
direction: rtl;
}



@media only screen and (min-width: 768px) {

.product-item{
    margin: 30px;
    width: 13%;
}
.bottom-banner{
    width: 50%;
}
.titr{
    font-size: 50px;
    min-width: 380px;
}
.main-text{
    margin-top: 115px;
    font-size: 25px;
    margin-right: 50px;
}
}

.namad {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top:30px;
}
.Developer {
    display: flex;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.text-overlay {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.sectionblue, .sectionblue:hover {
color: #fff !important;
background-color: #2196F3 !important;
}
.section {
margin: auto;
width: 80%;
margin-top: 16px;
margin-bottom: 16px;
padding: 1px 16px;
border-radius: 5px;
}