/*
Author: Host Iran
Author URI: hostiran.net
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@font-face {
  font-family: 'IRANSansWeb(FaNum)';
  src: url("fonts/IRANSansWeb(FaNum).eot?-30q3jh");
  src: url("fonts/IRANSansWeb(FaNum).eot?#iefix-30q3jh") format("embedded-opentype"), url("fonts/IRANSansWeb(FaNum).woff?-30q3jh") format("woff"), url("fonts/IRANSansWeb(FaNum).ttf?-30q3jh") format("truetype"), url("fonts/icomoon.svg?-30q3jh#icomoon") format("svg");
}

@font-face {
  font-family: 'IRANSansWeb';
  src: url("fonts/IRANSansWeb.eot");
  src: url("fonts/IRANSansWeb.eot") format("embedded-opentype"), url("fonts/IRANSansWeb.woff") format("woff"), url("fonts/IRANSansWeb.ttf") format("truetype"), url("fonts/IRANSansWeb.svg") format("svg")
}

@font-face {
  font-family: 'IRANSansWeb_Medium';
  src: url("fonts/IRANSansWeb_Medium.eot");
  src: url("fonts/IRANSansWeb_Medium.eot") format("embedded-opentype"), url("fonts/IRANSansWeb_Medium.woff") format("woff"), url("fonts/IRANSansWeb_Medium.ttf") format("truetype"), url("fonts/IRANSansWeb_Medium.svg") format("svg")
}


*, h1, .h1, h2, .h2, h3, .h3 {
  margin: 0;
  padding: 0;
}

textarea:focus, input:focus, button:focus {
  outline: none;
}

img {
  max-width: 100%;
}

a, a:hover {
  text-decoration: none;
}

ul, li {
  list-style: none;
}
html,body{
  height: 100%;
}
body {
  font-family:'IRANSansWeb';
  overflow-x: hidden;
  direction: rtl;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family:'IRANSansWeb_Medium';
}

.fa-number{
  font-family: 'IRANSansWeb(FaNum)';
}
.transition2s{
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #FD6B69;
  border-radius: 3px;
}

.hide-mobile{
  display: block;
}
.show-mobile{
  display: none;
}

/* custom freamwork av */
.av-wraper {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}
.av-row{
  display: flex;
  flex-wrap: wrap;
}
.av-row .av-col-grow{
  flex-grow: 1;
}
.av-col-1{
  width: 10%;
}
.av-col-2{
  width: 20%;
}
.av-col-25{
  width: 25%;
}
.av-col-3{
  width: 30%;
}
.av-col-4{
  width: 40%;
}
.av-col-5{
  width: 50%;
}
.av-col-6{
  width: 60%;
}
.av-col-7{
  width: 70%;
}
.av-col-8{
  width: 80%;
}
.av-col-9{
  width: 90%;
}
.av-col-10{
  width: 100%;
}

/* end */

/* =================================================*/
/* =================================================*/
/* =================================================*/

/* style */
.header{
  background-image: url('images/banner.png');
  background-size: cover;
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center;
}
.content-header {
  width: 50%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-header .title-newyear {
  color: #886DA9;
  font-size: 20px;
  margin-bottom: 30px;
}
.content-header .newyear {
  font-size: 55px;
  color: #fff;
  direction: ltr;
}

.content-header .sub-title {
  color: #F8824E;
  font-size: 20px;
  margin: 30px 0;
}
.gift-code-sec {
  width: 215px;
  background-color: #FD6B69;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 5px 15px;
  border-radius: 30px;
  flex-direction: row-reverse;
  align-items: center;
}
.gift-code-title {
  color: #FD6B69;
  background-color: #fff;
  border-radius: 30px;
  font-size: 12px;
  line-height: normal;
  padding: 1px 8px;
}
.gift-code-sec .gift-code {
  font-size: 18px;
  line-height: normal;
}
section.box-partner {
  margin: 150px 0;
  position: relative;
}
.content-box-partner-sec {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  position: relative;
  width: 60%;
  margin: 0 auto;
  border-radius: 10px;
}
.content-box-partner-sec::before{
  content: '';
  position: absolute;
  height: 174px;
  width: 100%;
  background-image: url('images/back-partner.png');
  top: 0;
  right: 0;
  left: 0;
  background-size: contain;
  background-repeat: round;
}
.content-box-partner {
  position: relative;
  padding: 30px;
}
.logo-partner {
  background: #fff;
  width: 150px;
  height: 150px;
  margin: 0px auto;
  display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  box-shadow: 0 3px 16px rgb(56,163,236,0.29);
}
.description p {
  color: #003333;
  line-height: 1.8;
  padding: 35px 65px;
  margin: 0;
  font-size: 15px;
}
.btn-sec {
  text-align: center;
}
.btn-sec a {
  background-color: #47C87F;
  color: #fff;
  padding: 15px 30px;
  line-height: normal;
  display: inline-block;
  border-radius: 30px;
}
.btn-sec a:hover{
  opacity: 0.8;
}
.fish-sec {
  position: absolute;
  left: -90px;
  bottom: -90px;
}
.dot-sec div {
  position: absolute;
  top: -55px;
}
.dot-sec .dot-left{
  left: -60px;

}
.dot-sec .dot-right{
  top: -30px;
  right: -30px;
}
.leaf-sec div {
  position: absolute;
  top: -50px;
}
.leaf-sec .leaf-right {
  right: 0;
  width: 17%;
}
.leaf-sec .leaf-left{
  left: 0;
  top: 20px;
  width: 17%;
}

.content-all-gift {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
  background: #fff;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
  min-height: 425px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

span.range-gift {
  background-color: #FD6B69;
  color: #fff;
  width: 60px;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  border-radius: 5px;
  top: 15px;
  position: absolute;
  right: -8px;
}
.icon-sec {
  margin-top: 25px;
}
.title-sec h2 {
  color: #222;
  font-size: 15px;
  margin: 15px 0;
  line-height: normal;
}
.description-sec {
  color: #7D8080;
  line-height: 1.8;
  height: 185px;
  overflow-y: auto;
  margin-bottom: 30px;
  font-size: 13px;
}
.content-all-gift .gift-code-sec {
  width: 100%;
}

.description-sec::-webkit-scrollbar {
  width: 5px;
}

.description-sec::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 0px;
}

.description-sec::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 3px;
}

.title-secs h3 {
  color: #47C87F;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.title-secs span {
  text-align: center;
  font-size: 15px;
  color: #003333;
  display: block;
  line-height: 2;
}
.title-secs {
  margin: 80px 0;
}
section.all-gift {
  background: #F8FAFF;
  margin: 30px;
  border-radius: 15px;
  position: relative;
  padding-bottom: 20px;
}
.leaf-sec .leaf-bottom {
  top: auto;
  bottom: -45px;
  width: 90px;
  right: 90px;
}
section.all-gift .leaf-sec .leaf-right {
  width: 37px;
  top: -18px;
  right: 40px;
}
section.all-gift .leaf-sec .leaf-left {
  width: 112px;
  top: -55px;
}
.icon-sec {
  width: 100px;
  height: 100px;
}


section.all-gift.partner-gifts {
  margin: 0;
  background: none;
}
.partner-gifts .icon-sec {
  width: 100%;
  height: 190px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 0 0px;
}
.partner-gifts .content-all-gift {
  padding: 0;
  display: block;
}
.hostiran-sec {
  background-color: #2062AF;
}
.ponisha-sec{
  background-color: #14B9D6;
}
.zarinpal-sec{
  background-color: #FFE422;
}
.fastclick-sec{
  background-color: #0871AF;
}
.ninisite-sec {
  background-color: #E74784;
}
.click-sec{
  background-color: #690065;
}
.zarinpal-sec{
  background-color: #FFE422;
}
.karlib-sec{
  background-color: #3F51B5;
}
.camva-sec {
  background-color: #2EB271;
}
.eseminar-sec{
  background-color: #49B862;
}
.ponez-sec{
  background-color: #E85231;
}
.rond-sec{
  background-color: #01425b;
}
.charge-sec{
  background-color: #f0eeed;
}

.partner-gifts .description-sec {
  height: 100px;
  overflow: visible;
}
.partner-gifts .content-sec {
  padding: 0 30px 30px 30px;
}
.content-sec .title-sec h2 {
  color: #003333;
  font-size: 18px;
}
.link-site a {
  background-color: #F8FAFF;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-site a img{
  margin-right: 5px;
}
.partner-gifts .leaf-sec .left-sec {
  top: 20%;
  left: 0;
  width: 11%;
}
.partner-gifts .leaf-sec .right-sec {
  top: 50%;
  right: 0;
width: 11%;
}


/* footer */

footer.footer {
  background-image: url('images/back-footer.png');
  height: 460px;
  background-size: contain;
  background-repeat: round;
}
.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  color: #fff;
}
.footer-content h4 {
  font-size: 24px;
  margin-top: 50px;
}
.footer-content span {
  display: block;
  line-height: normal;
  font-size: 24px;
  margin-bottom: 50px;
}
.copyright {
  margin-top: 80px;
  color: #886DA9;
  font-size: 13px;
}
.go-top {
  cursor: pointer;
  color: #A479C7;
  margin-top: 50px;
}






/* responsive */
@media only screen and (max-width: 1024px) {
  header.header {
    background-position: -300px 0;
}
  .content-header{
    width: 100%;
    height: auto;
    align-items: center;
    padding-top: 55px;
  }
  footer.footer {
    background: #37036c;
    height: auto;
    padding: 20px;
  }
  .footer-content span{
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .content-all-gift{
    min-height: 450px;
  }
  .partner-gifts .content-all-gift {
    min-height: 485px;
}
  .content-header .newyear {
    font-size: 34px;
  }
  .content-box-partner-sec::before {
    background-size: cover;
}
.title-secs h3{
  font-size: 24px;
}
.description p {
  padding: 50px 0;
}
.content-box-partner-sec {
  width: 100%;
}
.fish-sec,.dot-sec,.leaf-sec {
  display: none;
}
section.all-gift {
  margin: 0;
}


}
@media only screen and (max-width: 480px) {
  .content-all-gift,.partner-gifts .content-all-gift{
    min-height: inherit;
  }
  .description-sec,.partner-gifts .description-sec {
    height: auto;
  }
}
