
/* ------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--------- */
.direction-rtl{
	direction:rtl;
}
        body {
            font-family: 'IRANYekan', sans-serif;
            background-color: #3900b3; /* Main background color from the image */
            color: #fff;
        }
        .header-bg {
  background-image: url('../image/bg.jpg');
  background-size: contain;      /* show the whole image */
  background-position: center;   /* keep it centered */
  background-repeat: no-repeat;  /* no repeat */
  
  width: 100%;
  height: 100vh;                 /* always full viewport height */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  padding: 2rem;
  background-color: #3900b3;        /* fallback color around image */
}

        .header-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(46, 0, 139, 0.6); /* Semi-transparent overlay */
            z-index: 1;
        }
        .header-content {
            position: relative;
            z-index: 2;
        }
        .campaign-details {
            background-color: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
            border: 2px solid #ffcc00;
            padding: 1rem 2rem;
            display: inline-block;
            margin-top: 1rem;
        }
        .section-2 {
            background-color: #2e008b;
        }
        .section-3 {
            background-color: #3b00ac; /* A slightly different purple */
        }
        .glow-text {
            text-shadow: 0 0 5px #ffcc00, 0 0 10px #ffcc00, 0 0 15px #ffcc00;
        }
        .rounded-button {
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .rounded-button:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 20px rgba(255, 204, 0, 0.5);
        }
        .shine-animation {
            animation: shine 1.5s infinite;
        }
        @keyframes shine {
            0% { text-shadow: none; }
            50% { text-shadow: 0 0 5px #ffcc00, 0 0 10px #ffcc00, 0 0 15px #ffcc00; }
            100% { text-shadow: none; }
        }
		
		
		
		
/* -----Footer----- */

.back-footer{
    width: 100%;
    border-top: 5px solid #daaf47;
    margin-top: 40px;
}

.IranTimerTitle{
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-family: IranYekan;
}

footer{
    width: 100%;
    background: #fff;
    margin: auto;
}
footer div{
    margin: auto;
    max-width: 1336px;
    height: 70px;
    padding: 0 10px;
    font-size: 24px;
    font-weight: 700;
    text-align: justify;
    box-sizing: border-box;
    overflow: hidden;
    font-family: IranYekan;
  }
  
  footer div img {
    vertical-align: middle;
  }
  
  footer div>a {
    display: inline-block;
  }
  
  footer div>ul {
    display: inline-block;
  }
  
  footer div::after{
    content: "";
    width: 100%;
    display: inline-block;
  }
  
  .r-service {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    gap: 5px;
    justify-content: space-evenly;
    padding-bottom: 60px;
    /* background: url(../image/bg.png) center; */
  }
  
  .r-service img {
    width: 148px;
    padding: 5px;
  }
  
  .r-service img:hover {
    background: url("../image/services-hover.png") no-repeat center;
    /* background-size: 132px 132px; */
    background-position-x: -1px;
    border-radius: 15%;
    box-shadow: 0 0 5px #daaf47;
  }
  
  .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: #000;
  }
  .count {
    width: 160px;
    height: 56px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    margin-top: 306px;
    border: 1px solid #737373;
    position: absolute;
    margin-left: 116px;
  }
  .box-gp.soldout .gp img {
    filter: blur(4px);
  }
/* -------Responsive------- */

@media screen and (max-width:1234px) {
    .box-gp {
        width: 360px;
        height: 339px;
    }

    .box-gp .gp {
        width: 282px;
        height: 260px;
        top: 6px;
    }

    .price {
        width: 282px;
    }

    .prod-two .gp div img {
        width: 360px;
    }
    .count {
        margin-top: 268px;
        margin-left: 98px;
      }
}


    .off-box .gp {
        width: 360px;
        height: 207px;
        padding-top: 80px;
        margin-left: auto;
  margin-right: auto;
    }

    .brands .gp p {
        visibility: visible;
        margin-top: -35px;
        color: #b30909;
        font-size: 26px;
    }

    .off-box .clip{
      width: 46%;
      box-sizing: border-box;
      margin:0 2%;
      text-align: center;
    }


@media screen and (max-width:840px) {
    .title {
        width: 500px;
    }

    .title img {
        width: 510px;
    }

    .text {
        width: 98%;
        font-size: 20px;
    }

    .off-box .gp {
        width: 300px;
        height: 173px;
        padding-top: 58px;
    }

    .cone,
    .ctwo {
        bottom: 64px;
    position: relative;
    right: auto;
    transform: none;
    }

    .prod-two .gp div img {
        width: 310px;
    }
    
    .off-box .clip{
      width: 96%;
      margin:2% 2%;
    }
    .step-two {
      padding: 10px 0;
    }
}

@media screen and (max-width:680px) {

    .text,
    .brands {
        padding: 10px 10px;
    }

    .title {
        width: 400px;
        height: 90px;

        img {
            width: 405px;
        }
    }

    .off-box .gp {
        width: 240px;
        height: 138px;
        padding-top: 50px;
        font-size: 28px;
    }

    .cone,
    .ctwo {
        bottom: 54px;
    }

    .step-one,
    .step-two,
    .step-three,
    .step-four,
    .step-plus {
        background-size: cover;

    }
}

@media screen and (max-width:489px){

    .step-three{
        padding-top: 26px;
    }
    footer div {
        text-align: center;
        height: 100px;
      }
}

@media screen and (max-width:422px){
    .title{
        width: 80%;
        height: 72px;
    }
    .title img{
        width: 330px;
    }

    .text img{
        width: 180px;
    }

    .box-gp{
        width: 320px;
        height: 301px;
    }

    .box-gp .gp{
        width: 256px;
        height: 235px;
        top: -4px;
    }

    .price{
        width: 256px;
    }

    .percen{
        bottom: -34px;
        font-size: 40px;
    }
    .count {
        margin-top: 230px;
        margin-left: 77px;
      }
}

@media screen and (max-width:408px){
    .title{
        height: 57px;
        img{
            width: 258px;
        }
    }

}

@media (hover:none) {

    .brands .gp:hover {
        box-shadow: 0 0 2px 2px #daaf47;

        img {
            visibility: hidden;
        }

        p {
            visibility: visible;
            margin-top: -86px;
        }
    }

}
header .welcome {
    position: relative;
    height: 100vh;
    min-height: 320px;
    width: 100%;
    overflow: hidden;
  }
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  header .video-over {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    background-color: #00000091;
  }
  header .video-text {
    min-width: 100%;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
  font-weight: bold;
  text-align: center;
  }
  .scroll-icon img{
    margin-top: 21px;
  }
  @media screen and (min-width:402px) {
    header .video-text{
      font-size: 28px;
  }
  }
  .scroll-icon{
    width: 100%;position: absolute;margin-top: -140px;z-index: 1;text-align: center;
  }
  @media screen and (max-width:488px) {
    footer{
      text-align: center;
  }
  #go {
    margin-top: 21px;
  }
  
  }
  
  @media screen and (min-width:488px) {
    .row-top {
      margin-top: 0;
    }
    .scroll-icon{
      margin-top: -89px;
    }
  }
  .withoutdiscount{
    width: 100%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 5px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 0 0 20px 2px #000;
    background: #363639 url('../image/shadow.png') no-repeat;
  }
  .off-box .copytext{
    font-size: 12px;
  }

  .CountDown24 {
    text-align: center;
    direction: ltr;
  }
  .countdown {
      display: table-cell;
      font-weight: normal;
      font-family:"Segoe UI";
   display: inline-block;
  }
  .countdown .item {
      display: inline-block;
      vertical-align: bottom;
      position: relative;
      font-family: cursive;
      font-weight: 700;
      font-size: 22px;
      line-height: 50px;
      text-align: center;
      color: #1a1a1a;
      border-radius: 10px;
      padding: 0 3px;
      background: #F6F6F6;
      background: -webkit-linear-gradient(#ECECEC, #F6F6F6);
      background: linear-gradient(#ECECEC, #F6F6F6);
      overflow: hidden;
      margin:3px;
  }
  .countdown .item:after {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
  }
  .countdown .label {
      text-transform: uppercase;
      display: block;
      position: absolute;
      font-family: 'Segoe UI', cursive;
      font-weight: 700;
      line-height: normal;
      right: 6px;
      bottom: 4px;
      font-size: 14px;
      color: #B9B9B9;
  }
  .countdown .item-hh .label,
  .countdown .item-mm .label,
  .countdown .item-ss .label {
      display: none;
  }
  .item-dd{
    width: 31px;
  }
  .label-dd{
    font-family: IRANyekan !important;
    font-size: 15px !important;
    top:30px;
  }
  #start .title-off span{
    color: #fff;
    font-family: IranYekan;
    font-size: 16px;
    text-align: justify;
    max-width: 1000px;
    display: inline-block;
  }
  .box-gp.soldout .soldoutdiv{
    display: block;
  }

.scroll-icon img{
    margin-top: 21px;
  }
  .scroll-icon{
    width: 100%;position: absolute;margin-top: -140px;z-index: 1;text-align: center;
  }
   @media screen and (min-width:488px) {
    .row-top {
      margin-top: 0;
    }
    .scroll-icon{
      margin-top: -89px;
    }
  }
  .scroll-icon a{
      display: inline-block;
  }