/* ------css reset----- */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    font: inherit;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: baseline;
}

/* ------Fonts----- */
@font-face {
    font-family: 'IRANYekan';
    font-weight: lighter;
    src: url('../Fonts/IRANYekanLight\(FaNum\).ttf') format('ttf');
    src: url('../Fonts/iranyekanweblight.eot') format('eot');
    src: url('../Fonts/iranyekanweblight.woff') format('woff');
}

@font-face {
    font-family: 'IRANYekan';
    font-weight: bold;
    src: url('../Fonts/iranyekanwebbold.ttf') format('ttf');
    src: url('../Fonts/iranyekanwebbold.eot') format('eot');
    src: url('../Fonts/iranyekanwebbold.woff') format('woff');
}

body {
    margin: 0;
}

header {
    margin: auto;
    position: relative;
    width: 100%;
    max-width: 1440px;
    max-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b8e0ec;

}

header .img {
    position: absolute;
    width: 500px;
    height: 500px;
    background: url('../Image/top-img-min.png') no-repeat center;
    background-size: cover;

}

header .back-img {
    margin: auto;
    width: 1000px;
    height: 500px;
    background: url('../Image/back-top.png') no-repeat center;
    background-size: contain;


}

.row-cash {
    margin: auto;
    max-width: 1440px;
    padding-top: 20px;
    background: #eec5cd;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
}

.box-cash img {
    width: 420px;
    height: 390px;
    transition: 1s all;
}

.text-cash {
    max-width: 700px;
    padding: 20px;
    margin-bottom: 20px;
}

.text-cash p,
.text-namava p,
.text-post p,
.text-post h2 {
    direction: rtl;
    text-align: justify;
    font-size: 18px;
    font-family: IRANYEKAN;
}

.row-namava {
    margin: auto;
    max-width: 1440px;
    padding-top: 20px;
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.img-namava {
    width: 400px;
    height: 400px;
    background: url('../Image/namava-1401.jpg') no-repeat center;
    background-size: cover;
    transition: 1s all;
    opacity: .8;
}

.img-namava:hover {
    opacity: 1;
}

.text-namava {
    max-width: 450px;
    padding: 30px;
    margin-bottom: 20px;
}

.image-fix {
    width: 100%;
    height: 145px;
    background: #f3f1ef url('../Image/spring-background.jpg') no-repeat fixed;
    background-position: 0px 130px;
}

.titr {
    padding-top: 20px;
    text-align: center;
    font-family: 'IRANYekan';
    font-size: 22px;
    font-weight: 800;
    color: #cc0000;
}

.row-offer {
    margin: auto;
    max-width: 1440px;
    padding-top: 20px;
    padding-bottom: 50px;
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 15px;
    align-items: center;
    justify-content: center;
}

.box-offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.btn {
    appearance: none;
    background-color: transparent;
    border: 2px solid #cc0000;
    border-radius: 10px;
    color: #cc0000;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    width: 200px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    font-family: IRANYEKAN;
    font-weight: 700;
}

.btn:hover,
.btn:focus {
    color: #fff;
    outline: 0;
}

.click {
    border-color: #cc0000;
    color: #fff;
    box-shadow: 0 0 40px 40px #cc0000 inset, 0 0 0 0 #cc0000;
    transition: all 150ms ease-in-out;
}

.click:hover {
    box-shadow: 0 0 10px 0 #cc0000 inset, 0 0 10px 4px #cc0000;
    color: #cc0000;
}

.row-post {
    margin: auto;
    max-width: 1440px;
    padding-top: 60px;
    padding-bottom: 50px;
    background: #68b3ba;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 15px;
    align-items: center;
    justify-content: center;
}

.text-post {
    direction: rtl;
    max-width: 690px;
    padding: 20px;
    margin-bottom: 20px;
}

.text-post h2 {
    margin-bottom: 10px;
}

.image-post {
    width: 495px;
    height: 190px;
    background: url('../Image/post.png') no-repeat;
    background-size: contain;
}

.row-products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
    align-items: center;
    width: 100%;
    padding: 40px;
    background: #fff;
}

.box-category {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    align-items: center;
    row-gap: 10px;

}

.box-category img {
    transition: .5s all ease-in;
    transform: scale(1);
}

.box-category img:hover {
    transform: scale(1.1);
}

/*********** End Load Products ***********/
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 1em;
    overflow: hidden;
	font-family:IRANYekan;
  }
  .text-center {
    text-align: center;
  }
  .top-footer{
    width: 100%;
    background: #fff;
    border-top: 1px #575555 dashed;
    padding-top: 20px;
  }
  .IranTimerTitle{
    text-shadow: 0px 0px 4px #FFF;
    background: #ffffff52;
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;
    font-weight: bold;
  }
  .OffBrandsTitle {
    color: #000;
    line-height: 50px;
    font-size: 19px;
    font-weight: 400;
  }
  .OffBrandsTitle:before,
  .OffBrandsTitle:after {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url('../Image/left.png');
    line-height: 50px;
    vertical-align: middle;
    margin: 0 15px;
  }
  .OffBrandsTitle:after {
    background-image: url('../Image/right.png');
  }

  footer {
    width: 85%;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
    text-align: justify;
    box-sizing: border-box;
    overflow: hidden;
    margin: 50px 0 0 0;
    max-width: 1250px;
    display: inline-block;
  }
  footer img {
    vertical-align: middle;
  }
  footer > a {
    display: inline-block;
  }
  footer > ul {
    display: inline-block;
  }
  footer:after {
    content: "";
    width: 100%;
    display: inline-block;
  }
  .Socials {
    height: 60px;
    line-height: 60px;
  }
  .Socials li {
    list-style: none;
    display: inline-block;
    margin: 10px;
  }
  .Socials a {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-image: url('../image/social_spirit.png');
    -webkit-transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -moz-transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .Socials .fb {
    background-position: 0 -27px;
  }
  .Socials .ig {
    background-position: -27px -27px;
  }
  .Socials .tg {
    background-position: -54px -27px;
  }
  .Socials .ap {
    background-position: -81px -27px;
  }
  .Socials .em {
    background-position: -108px -27px;
  }
  .Socials .fb:hover {
    background-position: 0 0;
  }
  .Socials .ig:hover {
    background-position: -27px 0;
  }
  .Socials .tg:hover {
    background-position: -54px 0;
  }
  .Socials .ap:hover {
    background-position: -81px 0;
  }
  .Socials .em:hover {
    background-position: -108px 0;
  }  
  footer a{
  text-decoration: none;
  color: #333;
}

@media screen and (max-width:680px) {
    header .img {
        width: 400px;
        height: 400px;
    }
}

@media screen and (max-width:480px) {
    header .img {
        width: 320px;
        height: 320px;
    }

    .box-cash img {
        width: 320px;
        height: 290px;
    }

    .text-cash {
        max-width: 320px;
    }

    .img-namava {
        width: 300px;
        height: 300px;
    }
}