
progress {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 3px;
  border: none;
  background: transparent;
  z-index: 1000;
}
a{
    color: unset;
    margin: unset;
    padding: unset;
}
progress::-webkit-progress-bar {
  background: transparent;
}
body{
    overflow-x: hidden;
}
progress::-webkit-progress-value {
  /* background: linear-gradient(to left, #db38b5,#01b3e3,#25ce7b,#fdc741,#ff6b01,#fc4236); */
  background-attachment: fixed;
  background: #f8b21c;
}
progress::-moz-progress-bar {
  /* background: linear-gradient(to left, #db38b5,#01b3e3,#25ce7b,#fdc741,#ff6b01,#fc4236); */
  background-attachment: fixed;
    background: #f8b21c;
}


.preloader{
    position: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color:#fdfdfd ;
    transition: 1s all;
    overflow: hidden;
}

.after-preloader{
    top:-160%;
}


@font-face {
    font-family:dubai-bold ;
    src: url('../fonts/Dubai-Bold.ttf');
    src: url('../fonts/Dubai-Bold.otf');
}
@font-face {
    font-family:dubai-reg ;
    src: url('../fonts/Dubai-Regular.ttf');
    src: url('../fonts/Dubai-Regular.otf');
}
@font-face {
    font-family:dubai-light ;
    src: url('../fonts/Dubai-Light.otf');
    src: url('../fonts/Dubai-Light.ttf');
}
@font-face {
    font-family:sahel;
    src: url('../fonts/Sahel-Bold-FD.woff2');
   
}

.title{
    font-size: 30px;
    line-height: 2;

  
    /* margin-bottom: 60px; */
}
.first-title{
  margin: 0 auto;
    text-align: center;
        max-width: 900px;
   font-size: 18px;     
}
@media(max-width:992px){
 
.title{
    font-size: 20px;
    line-height: 1.5;
    /* margin-bottom: 60px; */
}   
.section{
    overflow: hidden;
}
}

.pink-button{
background-color: #f8b21c;
border : 1px solid #f8b21c;
 transition: .6s all;
}
.pink-button:hover{
background-color: #FAFAFA;
color: #f8b21c;
}
.menu-icon-place {
    justify-content: flex-end;
    padding-left: 60px;
}
@media(max-width:992px){
    .menu-icon-place {
          padding-left: 10px;
    }
}
.menu-icon-place .btn-frame{
   align-self: center;
   
 
}
.header-btn{
    color: white;
    padding: 7px 25px;
    border-radius: 25px;
    /* margin: 0 auto; */
    display: inline-block;
    /* width: 140px; */
    text-align: center;
    text-decoration: none;
    transition: .4s all;  
    margin-right: auto;
    background-color: #f8b21c;
    border-color: #f8b21c;
    transition: .4s all;
    
}
.header-btn-s{
      padding: 5px 20px;
      font-size: 14px;
}
.header-btn:hover{
 color:#f8b21c;
 background-color: white;
}
.m-button{
  
   
    color: white;
    padding: 10px 45px;
    border-radius: 25px;
    /* margin: 0 auto; */
    display: inline-block;
    /* width: 140px; */
    text-align: center;
    text-decoration: none;
    transition: .4s all;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: dubai-bold;
    overflow: hidden;
    position: relative;
    transition: .6s all;

  
}


.m-button span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #FAFAFA;
  transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.m-button:hover {
 color: #f8b21c;
 z-index: 3;

}
.m-button:hover span {
  width: 225%;
  height: 562.5px;
}
.m-button:active {
  background-color:#f8b21c;
}

.btn-frame{
    position: relative;
}

.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    background-color: white;
    z-index: 3;
}


@media(max-width:992px){
.m-button{
  padding:7px 30px;
  font-size: 15px;
}
  

}
.black-button{
 background-color: black;
  border: 1px solid black;
   transition: .6s all;
}
.black-button:hover{
    background-color: #FAFAFA;
    color: black;
}

h1,h2,h3,h6,h5,h4{
    font-family: dubai-bold;
}

a,span,p{
    font-family: dubai-reg;
}

header {
    /* height: 100vh; */
    position: relative;

}
/* @media (max-width:992px){

header {
    height: 110vh;
}
    
} */

.top-header{
    height: 80px;
    background-color: #FAFAFA;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .4s all;
}

.top-header-s{
    height: 60px;


}
.logo-svg{
    width:35px;
    transition: .4s all;
}
.logo-svg-s{
    width:25px;
}

.top-header .logo-place{

    background-color: white;
    height: 100%;
    width: 50%;
    padding: 5px 10px;

}
@media(min-width:992px){
    .top-header .logo-place{
    padding-right: 60px;
    padding-top: 7px;
    }
}
.banner{
    background-color: #FAFAFA;
    position: relative;
    overflow-x: hidden;
    margin-top: 80px;
    /* height: 50vh; */
    padding-top: 30px;
}

@media(min-width:992px){

    .banner{
        padding-top: 0;
        height: 80vh;
    }

}

.right-shape{
    position: absolute;
    top:120px;
    right: -100px;
    width: 17vw;
}
.left-shape{
    position: absolute;
    top:170px;
    left: -410px;
    width: 45vw;
    z-index: 1;
}
.banner-laptop{
    z-index: 2;
    position: relative;
}
@media(min-width:992px){
.where-negareh-frame{
    padding-right: 70px;
}
}

.where-negareh{
    font-size: 20px;
    text-decoration: none;
    color: black;
    transition: .4s all;

}
.where-negareh:hover{
   color: #f84b74;
}

.top-header .menu-icon-place{

    background-color: white;
    height: 100%;
    width: 50%;


}
.header-main-content .text-content{
    align-self: center;
    z-index:3;
}
@media(max-width:992px){

    .header-main-content .text-content h1, .header-main-content .text-content h6 ,.header-main-content .text-content .btn-frame{
    text-align: center!important;
}
}
.header-main-content .text-content h1{
    font-size: 46px;
    line-height: 63px;
    z-index: 2;
    position: relative;
}

.header-main-content .text-content h6{
    font-size: 18px;
    line-height: 34px;
   
}

@media(max-width:992px){

.header-main-content .text-content h1{
    font-size: 26px;
    line-height: 43px;
}

.header-main-content .text-content h6{
    font-size: 15px;
    line-height: 34px;
   
}    

}
.bottom-header{
    background-color: white;
    width: 100%;
    /* height: 100px; */
    /* bottom:-200px;
    position: absolute; */
    transition: .6s all;
}
.bottom-header-after{
    bottom:0;
}
.co-cont{
    max-width: 1200px!important;
}
.co-logo{
    align-self: center;
    padding: 10px;
   
}
/* /////////////////////////////////////section-00 */
.section-00{
    padding-top: 70px;
    /* height: 100vh; */
    background-color: #FAFAFA;
    padding: 60px 0 50px 0;
}
.section-00 .title{
    margin-bottom: 50px!important;
    text-align: center;
}
.section-00 .btn-frame{
    margin-top: 60px;
}

.section-00 .swiper-slide{

    /* background-color: red!important; */
    height: 311px;
    border-radius: 5px;
    transition: .4s all;
    opacity: 0;
    top:200px;
    position: relative;
}
.section-00 .swiper-slide:hover{

    /* background-color: red!important; */
    height: 311px;
    border-radius: 5px;
    transform: scale(.95);
}
.section-00 .swiper-slide img{
    border-radius: 5px;
}
.swiper-button-next{
  
    /* opacity: 0; */
}

    .swiper-button-prev {
        position: absolute !important;
        top: 50%;
        background-image: url("../img/arrwo-right.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        outline: none;
        color: rgba(0, 0, 0, 0);
        z-index: 1000;
    }

    .swiper-button-next {
        position: absolute !important;
        background-image: url("../img/arrow-left.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        top: 50%;
        outline: none;
        color: rgba(0, 0, 0, 0);
        z-index: 1000;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -17px;
    right: auto;
        width: 60px;
    height: 64px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -17px;
    left: auto;
        width: 60px;
    height: 64px;
}

/* /////////////////////////////////// section-01 */
.section-01{
      padding: 80px 0 ;
}
.section-01 .img-frame{

    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: inline-block;

}

.section-01 p{
    margin-bottom: 60px;
    font-size: 18px;
}
.section-01 .img-frame img{

    filter:grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 2s all;

}

.section-01 .pic-sub{
    display: block;
    font-size: 18px;
}
.section-01 .social-frame img{
  margin: 0 5px;
}
/* ///////////////////////////////////end section-01 */

/* /////////////////////section-04 */
.section-04{
    position: relative;
}
.wr-img{
    position: absolute;
        top: 170px;
    z-index: -1;
    right: 90px;
}

.pic-info .col-md-6{
    align-self: center;
    /* padding: 30px; */
}
.pic-info-content{
    font-size: 16px;
    font-family: dubai-light;
    font-weight: 600;
    line-height: 2;
}
@media(max-width:992px){
    .pic-info-content .img-frame,.pic-info .img-frame{
        margin-bottom: 40px;
    }
}

.silver-section{
        background-color: #FAFAFA;
    padding: 80px 0 ;
}
.white-section{
    background-color: white;
    padding: 80px 0 ;
}



@media(min-width:992px){
.silver-section .content-col{
    padding-right: 150px;
}
}



@media(min-width:992px){
.white-section .content-col{
    padding-left: 150px;
 
}
}
@media(max-width:992px){
.white-section .content-col{
    order:1;
}

}

.last-section{
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #FF3266;
    /* height: 150vh; */
    position: relative;
    overflow: hidden;
}
.last-right-shape{
position: absolute;
    right: -200px;
    top: 100px;
}
.last-left-shape{
    position: absolute;
        left: -180px;
    top: 74px;
}
.last-section .our-happy-co{
  
     color: white;
    opacity: .7;
}
.last-section .big-num{
    display: block;
    text-align: center;
    font-family:sahel;
    font-size: 10vw;
    color: white;
    opacity: .2;
    line-height: 1;
    margin-bottom: 20px;
}
@media(max-width:992px){

    .last-section .big-num{
  
    font-size: 27vw;

}
.last-right-shape ,.last-left-shape{

    opacity: 0;
}

    
}
.last-section .h1{

    font-family: dubai-bold;
    color: white;
    /* opacity: .7; */
}
.last-section .co-container{
    max-width:700px;
    position: relative;
}

.last-section .swiper-slide{
    background-color: unset;
}
.co-view{
color: white;
opacity: .7;
font-family: dubai-light;
font-size: 18px;
}
.last-section .swiper-slide .co-person-img  img{
   margin: 0 auto;
   width: 60px!important;
}
.last-section .per-name{
    color: white;
    font-weight: 600;
    font-family: dubai-light;
}
.last-section .per-sub-name{
 color: white;
 opacity: .5;
    font-weight: 600;
     font-family: dubai-light;
     margin-bottom: 20px;
}

.last-section  .page-frame{
    /* bottom: -20px; */
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}
.myySwiper .swiper-slide {

    text-align: center;
   
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    width: 100%;
}
/* .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
} */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: unset!important;
    margin: 0px 7px;
    background: white;
    transition:.1s all;
    vertical-align: middle;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    margin: 0px 7px;
    background: white;
    width:12px;
    height: 12px;
    /* align-items: center; */
}

footer{
    background-color: white;
    text-align: center;
    padding: 80px 0 ;
}
footer span:nth-child(1){
    display: block;
    font-size: 36px;
    font-family: dubai-bold;
    margin-bottom: 30px;
}

footer span:nth-child(2){
  font-size: 20px;
  font-family: dubai-reg;
}

@media(max-width:992px){
    footer span:nth-child(1){
    display: block;
    font-size: 26px;
    font-family: dubai-bold;
    margin-bottom: 30px;
}
footer span:nth-child(2){
  font-size: 17px;
  font-family: dubai-reg;
}
}

.popup-frame{
    visibility: hidden;
    position: fixed;
    width: 100%;
    opacity: 0;
    height: 100vh;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.705);
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-up{
    /* height: 200px; */
    width: 96%;
    max-width: 350px;
    background-color: white;
    z-index: 9999;
    border-radius: 10px;
    transition: .5s all;
}
.pop-content{
    font-family: dubai-bold;
}

.pop-button-frame{
  
    font-family: dubai-bold;
}
.pop-up input {
     direction: rtl;
}

.pop-up input[type=submit]{
     width: 100%;
    display: block;
    background-color: #f8b21c;
    border-radius: 7px;
    text-align: center;
    font-weight: 400;
    /* box-shadow: 0 2px 6px rgb(48 242 45 / 60%); */
    color: #fff;
    font-size: 15px;
    outline: none;
    transition: all .3s ease;
    padding: 7px 48px;
    font-weight: normal;
    font-size: 15px;
    border: none;
    border: 1px solid #f8b21c;
   
}
.pop-up input[type=submit]:hover{
background-color: white;
color:#f8b21c ;
}
.pop-up input[type=text]{

  border-radius: 7px;
  /* direction: ltr; */
  display: block;
  border:none;
  padding: 7px;
  border:1px solid rgb(153, 153, 153);
  width: 100%;
  margin-bottom: 10px;
  outline: none;
}

.pop-close{
    cursor: pointer;
    transition: .4s all;
}
.pop-close:hover{
    opacity: .5;
}

.fa-refresh{
    opacity: 0;
}
.scs{
    opacity: 0;
    margin: 0 auto;
    margin-top:10px;
    display: inline-block;
}

.mobile-contant{

    background-color: #f8b21c;
    right:30px;
    bottom: 30px;
    position: fixed;
    width: 60px;
    height: 60px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 50;
    color: white!important;
    font-size: 30px;
    font-family: unset;
}

@media(max-width:992px){
    .mobile-contant{
       display: flex;
    }
}