/* color */
.black {
    color: #000000;
}

.black2 {
    color: #000000ea;
}

.span-gray {
    color: #4a4a4a;
}

.red {
    color: #ee4730;
    ;
}

.white-2 {
    color: #ffffffe3;
}

.white {
    color: #ffffff;
}

.nav-color-green {
    color: #b2fa70;
}

.back-color-white {
    background-color: rgb(255, 255, 255);
}


.back-color-white2 {
    background-color: #ffffffef;
}

.back-color-white3 {
    background-color: #aaaaaa;
}

.back-color-black {
    background-color: #000000;
}

.back-color-gray {
    background-color: #282828
}

.back-color-zereshki {
    background-color: rgb(119, 96, 53);
}


.back-color-2 {
    background-color: #f1d15d;
}






/* z-index */
.z-index1 {
    z-index: 1;
}






/* left right */
.r-30 {
    right: 30px;
}

.b-20 {
    bottom: 20px;
}



/* position */
.fix {
    position: fixed;
}

.absolute {
    position: absolute;
}

.over-hidden {
    overflow: hidden
}




/* float */

.float-left {
    float: left;
}

.float-right {
    float: right;
}






/* margin */

.m0 {
    margin: 0;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt53 {
    margin-top: 53px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}


.ml10 {
    margin-left: 10px;
}

.mr--10 {
    margin-right: 10%;
}


.ml--3 {
    margin-left: 3%;
}

.ml--3-8 {
    margin-left: 3.8%;
}

.ml--10 {
    margin-left: 10%;
}


.ml--4 {
    margin-left: 4%;
}

.ml--5 {
    margin-left: 5%;
}


.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb150 {
    margin-bottom: 150px;
}



.mb13 {
    margin-bottom: 13px;
}

.mblock150 {
    margin-block: 150px;
}

.minline80 {
    margin-inline: 80px;
}

.minline--5 {
    margin-inline: 5%;
}

.mrauto {
    margin-right: auto;
}

.mr--2 {
    margin-right: 2%;
}

.mr--4 {
    margin-right: 4%;
}

.mr--1 {
    margin-right: 1%;
}

.mr0 {
    margin-right: 0;
}

.ml0 {
    margin-left: 0;
}

.mlauto {
    margin-left: auto;
}

.ml0 {
    margin-left: 0;
}

.mr0 {
    margin-right: 0;
}




/* padding */

.p0 {
    padding: 0;
}

.pt0 {
    padding-top: 0;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt100 {
    padding-top: 100px;
}


.pl50 {
    padding-left: 50px;
}


.pr30 {
    padding-right: 30px;
}


.pb10 {
    padding-bottom: 10px;
}

.pb50 {
    padding-bottom: 50px;
}


.padding-inline-20 {
    padding-inline: 20px;
}




.padding-inline--5 {
    padding-inline: 5%;
}

.pr--10 {
    padding-right: 10%;
}

.pl--10 {
    padding-left: 10%;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}


/* font */
.font-12 {
    font-size: 12px;
}

.font-17 {
    font-size: 17px;
}

.font-26 {
    font-size: 26px;
}

.font-20 {
    font-size: 20px;
}

.font-23 {
    font-size: 23px;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-900 {
    font-weight: 900;
}

.font-weight-800 {
    font-weight: 800;
}

.line-height {
    line-height: 80px;
}


.line-height35 {
    line-height: 35px;
}

.line-height40 {
    line-height: 40px;
}



/* border */
.border-radius-5 {
    border-radius: 5px;
}


.border-radius-20 {
    border-radius: 20px;
}

.border-radius-35 {
    border-radius: 35px;
}



/* height */
.height-banner {
    height: 660px;
}

.height--100 {
    height: 100%;
}

.height50 {
    height: 50px;
}




/* درصد */

.width--5 {
    width: 5%;
}

.width--10 {
    width: 10%;
}

.width--20 {
    width: 20%;
}

.width--45 {
    width: 45%;
}

.width--50 {
    width: 50%;
}

.width--65 {
    width: 65%;
}



.width--100 {
    width: 100%;
}

.width120 {
    width: 120px;
}

.width150 {
    width: 150px;
}



.max-width-1180 {
    max-width: 1180px;
}

.max-width-800 {
    max-width: 800px;
}



.section-contaner {

    border-radius: 20px;
    box-shadow: 0px 2px 20px 0px rgba(54, 54, 54, 0.411);
    background-color: #ffffff;
    padding: 0;
}

.btn-sign-in {
    padding-block: 2%;
    width: 18%;
    border-radius: 10px;
    font-weight: 700;
    background-color: #28cb66;
    color: black;
}

.btn-signin-index {
    padding-block: 2%;
    min-width: 100px;
    width: 23%;
    border-radius: 10px;
    font-weight: 700;
    background-color: #28cb66;
    color: black;
}

.btn-call-index {
    padding-inline: 30px;
    padding-block: 10px;
    background-color: rgb(0, 0, 0);
    font-weight: 500;
    color: #ffffff;
}

.decor-none {
    text-decoration: none;
}

.list-style-none {
    list-style: none;
}

.faq-div {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}



.txt-input {
    text-align: center;
    border: 1px solid #3b3b3b;
}

.txt-input2 {
    text-align: center;
    border: 1px solid #000000;
}

.txt-justify {
    text-align: justify;
    text-justify: auto;
}

.shop-info-input {
    background-color: #f7f7f9;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #615858;
}

.shop-info-input-address {
    width: 90%;
    height: auto;
    overflow: visible;
    background-color: #f7f7f9;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #615858;
}

.baseline {
    vertical-align: baseline;
}

.about-us {
    background-color: #000000;
    box-shadow: 0.487px 3.97px 81px 0px rgba(24, 35, 86, 0.63);
}