@font-face {
  font-family: 'vazirmatn';
  src: url(font.woff2);
  font-display: swap;
}

.main-content, .banner-1 {
  direction: rtl;
}


body {
  font-family: 'vazirmatn';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  overflow-x: hidden;
  background: #fff;
}

a,
.button {
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  color: #151d2e;
}

a:focus {
  text-decoration: none !important;
}

a:focus,
a:hover {
  color: #f9b707;
  text-decoration: none !important;
}

a,
.button,
input {
  outline: medium none !important;
  color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'vazirmatn';
  font-weight: normal;
  color: #151d2e;
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 62px;
  line-height: 80px;
}

h2 {
  font-size: 44px;
  line-height: 64px;
}

h3 {
  font-size: 36px;
  line-height: 45px;
}

h4 {
  font-size: 28px;
  line-height: 40px;
}

h5 {
  font-size: 24px;
  line-height: 35px;
}

h6 {
  font-size: 20px;
  line-height: 26px;
}

.lead {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 0px;
}

.blockquote {
  border-right: 5px solid #f9b707;
  font-size: 16px;
}

*::-moz-selection {
  background: #f9b707;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #f9b707;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f9b707;
  color: #fff;
  text-shadow: none;
}

.no-padding {
  padding: 0px !important;
}

.no-border {
  border: none !important;
}

.pos-a {
  position: absolute;
}

.pos-r {
  position: relative;
}


#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden !important;
  left: 0px;
  z-index: 999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center img {
  display: block;
  position: relative;
  right: 50%;
  top: 50%;
  width: 110px;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}


.iq-tw-1 {
  font-weight: 100;
}

.iq-tw-2 {
  font-weight: 200;
}

.iq-tw-3 {
  font-weight: 300;
}

.iq-tw-4 {
  font-weight: 400;
}

.iq-tw-5 {
  font-weight: 500;
}

.iq-tw-6 {
  font-weight: 600;
}

.iq-tw-7 {
  font-weight: 700;
}

.iq-tw-8 {
  font-weight: 800;
}

.iq-tw-9 {
  font-weight: 900;
}


.iq-font-white {
  color: #ffffff;
}

.iq-font-black {
  color: #151d2e;
}

.iq-font-grey {
  color: #666666;
}

.iq-font-yellow {
  color: #f9b707;
}


.white-bg {
  background: #ffffff;
}

.dark-bg {
  background: #151d2e;
}

.grey-bg {
  background: #f7f7f7;
}

.yellow-bg {
  background: #f9b707;
}



/***************************
   Section padding 
****************************/
.overview-block-ptb {
  padding: 80px 0;
}

.overview-block-pt {
  padding: 80px 0 0;
}

.overview-block-pb {
  padding: 0 0 80px;
}

.iq-ptb-50 {
  padding: 0 50px;
}

.iq-mb-0 {
  margin-bottom: 0 !important;
}


.grad-bg {
  background: -moz-linear-gradient(-90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );
 
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, rgba(28, 35, 53, 1)), color-stop(50%, rgba(40, 34, 66, 1)), color-stop(100%, rgba(28, 35, 53, 1)));
 
  background: -webkit-linear-gradient(-90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );
 
  background: -o-linear-gradient(-90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );
 
  background: -ms-linear-gradient(-90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );
 
  background: linear-gradient(0deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );
 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21437a', endColorstr='#21437a', GradientType=0);
 
}


.heading-title {
  margin-bottom: 80px;
  text-align: center;
}

.heading-title .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.heading-title .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -40px;
  width: 80px;
  height: 3px;
  background: #f9b707;
  display: inline-block;
}

.heading-title p {
  padding: 0 100px;
  display: block;
}

.heading-title .title.white:before {
  background: #ffffff;
}


.heading-left .title {
  position: relative;
  padding: 0 0 8px 0;
  margin: 0 0 20px 0;
  text-align: right;
}

.heading-left .title:before {
  position: absolute;
  content: "";
  right: 0;
  width: 50px;
  height: 3px;
  background: #f9b707;
  bottom: 0;
}


.iq-bg {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

.iq-bg-fixed {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-attachment: fixed !important;
}


.particles-bg {
  position: relative;
  overflow: hidden;
}

.particles-bg #canvas {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}




.iq-over-dark-10:before {
  background: rgba(21, 29, 46, 0.1);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-20:before {
  background: rgba(21, 29, 46, 0.2);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-30:before {
  background: rgba(21, 29, 46, 0.3);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-40:before {
  background: rgba(21, 29, 46, 0.4);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-50:before {
  background: rgba(21, 29, 46, 0.5);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-60:before {
  background: rgba(21, 29, 46, 0.6);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-70:before {
  background: rgba(21, 29, 46, 0.7);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-80:before {
  background: rgba(21, 29, 46, 0.8);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-90:before {
  background: rgba(21, 29, 46, 0.9);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-95:before {
  background: rgba(21, 29, 46, 0.95);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


.iq-over-yellow-10:before {
  background: rgba(249, 183, 7, 0.1);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-yellow-20:before {
  background: rgba(249, 183, 7, 0.2);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-yellow-30:before {
  background: rgba(249, 183, 7, 0.3);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-yellow-40:before {
  background: rgba(249, 183, 7, 0.4);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-yellow-50:before {
  background: rgba(249, 183, 7, 0.5);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-yellow-60:before {
  background: rgba(249, 183, 7, 0.6);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-yellow-70:before {
  background: rgba(249, 183, 7, 0.7);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-yellow-80:before {
  background: rgba(249, 183, 7, 0.8);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-yellow-90:before {
  background: rgba(249, 183, 7, 0.9);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-yellow-95:before {
  background: rgba(249, 183, 7, 0.95);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


.iq-over-black-10:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-20:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-30:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-40:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-50:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-60:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-70:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-80:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-90:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-95:before {
  background: rgba(0, 0, 0, 0.95);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

[class*='iq-over-']:before {
  z-index: 0;
}


.wow:first-child {
  visibility: hidden;
}


.button {
  background: #f9b707;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px;
  margin-left: 0;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  box-shadow: none;
  border: none;
}

.button:hover,
.button:focus {
  color: #ffffff;
  background: #151d2e;
}

.button.dark {
  background: #151d2e;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px;
  margin-left: 0;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  box-shadow: none;
  border: none;
}

.button.dark:hover,
.button.dark:focus {
  color: #ffffff;
  background: #f9b707;
}

.button.dark.white {
  background: #151d2e;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px;
  margin-left: 0;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  box-shadow: none;
  border: none;
}

.button.dark.white:hover,
.button.dark.white:focus {
  color: #f9b707;
  background: #ffffff;
}

.button.white {
  background: #ffffff;
  font-size: 16px;
  color: #333333;
  padding: 10px 20px;
  margin-left: 0;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  box-shadow: none;
  border: none;
}

.button.white:hover,
.button.white:focus {
  color: #ffffff;
  background: #f9b707;
}


header .navbar .navbar-brand img {
  height: 36px;
  margin-right: 30px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

header {
  background: transparent;
  position: fixed;
  display: inline-block;
  width: 100%;
  z-index: 99999;
  padding-top: 10px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

header ul li {
  margin-left: 30px;
}

header ul li a {
  font-size: 16px;
  text-transform: uppercase;
}

header.fixed {
  background: #151d2e;
  padding: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link:active {
  color: #f9b707;
}




.nav-pills {
  background: #eee;
  margin-bottom: 50px;
  border-radius: 90px;
  position: relative;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #f9b707;
}

.nav-pills .nav-link {
  border-radius: 90px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 18px;
}


.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
 
  font-family: 'object-fit:cover; ';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.pulse {
  font-family: 'vazirmatn' sans-serif;
  display: inline-block;
  color: #fff;
  background: #151d2e;
  position: fixed;
  bottom: 50px;
  left: 50px;
  font-size: 32px;
  text-align: center;
  z-index: 99;
  border-radius: 90%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s
}

.price-info .buy {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s
}

.price-info:hover .buy {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s
}

.price-info:hover .price {
  display: none
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: .3
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: .3
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

.pulse:nth-child(1) {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite
}

.pulse:nth-child(2) {
  -webkit-animation: pulse 2s infinite .3s;
  animation: pulse 2s infinite .3s
}

.pulse:nth-child(3) {
  -webkit-animation: pulse 2s infinite .6s;
  animation: pulse 2s infinite .6s
}


.iq-fancy-box-02 {
  padding: 10px 5px;
  position: relative;
  margin-bottom: 30px;
  border: none;
}

.iq-fancy-box-02 .iq-icon {
  margin-bottom: 15px;
  border-radius: 90px;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: #f9b707;
}

.iq-fancy-box-02 .iq-icon i {
  font-size: 36px;
}

.iq-fancy-box-02 .fancy-content h5 {
  z-index: 99;
  position: relative;
  margin-bottom: 10px;
}

.img-box {
  margin-bottom: 50px;
  position: relative;
}

.img-box h5 {
  margin-bottom: 15px;
}

.img-box img {
  box-shadow: -1px 1px 37px 1px #bdbdbd;
}

.footer .list-inline {
  margin: 30px 0 20px;
}

.fancy-content {
  padding: 1.5rem;
}

.profyl-block .badge {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 90px;
  position: absolute;
  right: 5px;
  top: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 100%;
}



.responsive-section {
  overflow: hidden;
}

.responsive-section ul {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%
}

.responsive-section img.img-res {
  width: 100%;
  margin-right: -100px;
}

.responsive-section ul li .img-006 {
  position: absolute;
  top: -5%;
  right: 54%;
  display: inline-block;
  width: 18%;
  z-index: 9;
}

.responsive-section ul li .img-007 {
  position: absolute;
  top: 10%;
  right: 70%;
  display: inline-block;
  width: 12%;
  z-index: 9;
}

.responsive-section ul li .img-008 {
  position: absolute;
  top: 61%;
  right: 62%;
  display: inline-block;
  width: 11%;
  z-index: 9;
}

.responsive-section ul li .img-009 {
  position: absolute;
  top: 73%;
  right: 51%;
  display: inline-block;
  width: 9%;
  z-index: 9;
}

.responsive-section ul li .img-002 {
  position: absolute;
  top: 60%;
  left: 85%;
  display: inline-block;
  width: 7%;
  z-index: 99;
}

.responsive-section ul li .img-003 {
  position: absolute;
  top: 45%;
  left: 76%;
  display: inline-block;
  width: 7%;
  z-index: 99;
}

.responsive-section ul li .img-004 {
  position: absolute;
  top: 60%;
  left: 72%;
  display: inline-block;
  width: 14%;
  z-index: 9;
}


.scroll-section {
  overflow: hidden;
}

.scroll-section ul {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%
}

.scroll-section img.img-lap {
  width: 40%;
}

.scroll-section .image-box {
  margin: 120px 0px 30px 0px;
}

.scroll-section ul li .img-01 {
  position: absolute;
  top: -38%;
  right: 20%;
  display: inline-block;
  width: 25%;
  z-index: -1;
}

.scroll-section ul li .img-02 {
  position: absolute;
  top: 70%;
  right: 25%;
  display: inline-block;
}

.scroll-section ul li .img-03 {
  position: absolute;
  top: 35%;
  right: 5%;
  display: inline-block;
  width: 20%;
  z-index: -1
}

.scroll-section ul li .img-04 {
  position: absolute;
  top: -55%;
  left: 13%;
  display: inline-block;
  width: 22%;
}

.scroll-section ul li .img-05 {
  position: absolute;
  top: 45%;
  left: 28%;
  display: inline-block;
  width: 15%;
}

.scroll-section ul li .img-06 {
  position: absolute;
  left: 7%;
  display: inline-block;
  width: 20%;
  z-index: -1;
  top: 60%;
}

.banner-1 {
  padding-top: 166px;
  padding-bottom: 59px;
  text-align: right;
  background: #151d2e;
}

.banner {
  position: relative;
}

.banner-img {
  width: 319px;
  height: 105px;
}

.coin-img {
  position: absolute;
  left: -125px;
}

.iq-timeline {
  overflow: hidden;
  position: relative;
}

.iq-timeline:before {
  content: "";
  height: 100%;
  border: 1px solid #727272;
  position: absolute;
  top: 0;
  right: 50%;
}

.iq-timeline .timeline {
  padding-left: 30px;
  position: relative;
}

.iq-timeline .timeline:before,
.iq-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.iq-timeline .timeline:first-child:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid var(--iq-gray);
  background: var(--white);
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: -3px;
}

.iq-timeline .timeline:last-child:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.iq-timeline .timeline-icon {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #C4C4C4;
  ;
  border: 2px solid var(--iq-gray);
  box-sizing: content-box;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -3px;
}

.iq-timeline .timeline-icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--iq-primary);
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.iq-timeline .timeline-content {
  border-radius: 3px;
  width: 46.5%;
  padding: 80px 50px;
  margin: 0 0 0 20px;
  background: var(--iq-gray);
  position: relative;
}

.iq-timeline .timeline-content:after {
  content: "";
  border-right: 20px solid var(--iq-gray);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.iq-timeline .timeline:nth-child(2n) {
  padding: 0 30px 0 0;
}

.iq-timeline .timeline:nth-child(2n) .timeline-content {
  float: left;
  margin: 0 20px 0 0;
}

.iq-timeline .timeline:nth-child(2n) .timeline-content:after {
  border-right: none;
  border-left: 20px solid var(--iq-gray);
  left: auto;
  right: -20px;
}

@media only screen and (max-width:767px) {
  .iq-timeline:before {
    right: 12px;
  }

  .iq-timeline .timeline {
    padding: 0px;
    margin-bottom: 20px;
  }

  .iq-timeline .timeline:last-child {
    margin-bottom: 0;
  }

  .iq-timeline .timeline:first-child:before,
  .iq-timeline .timeline:last-child:before {
    display: none;
  }

  .iq-timeline .timeline-icon {
    display: none;
  }

  .iq-timeline .timeline-content {
    padding: 20px;
  }

  .iq-timeline .timeline-content,
  .iq-timeline .timeline:nth-child(2n) .timeline-content {
    width: 100%;
    float: none;
  }

  .iq-timeline .timeline-content:after,
  .iq-timeline .timeline:nth-child(2n) .timeline-content:after {
    border: none;
    border-bottom: 20px solid var(--iq-gray);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    top: -20px;
    right: 50%;
    left: auto;
    transform: translateX(50%);
  }

  .main-pages .pic1 img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: 5s all ease;
    height: 150px;
  }

  .steps1 {
    color: #2c2d31;
    position: absolute;
    font-size: 60px;
    line-height: 281px;
    left: 224px;
    bottom: 227px;
    z-index: -1;
  }

  .steps2 {
    color: #2c2d31;
    position: absolute;
    font-size: 60px;
    line-height: 281px;
    right: 224px;
    bottom: 227px;
    z-index: -1;
  }
}

@media only screen and (max-width:480px) {

  .iq-timeline .timeline-content,
  .iq-timeline .timeline:nth-child(2n) .timeline-content {
    margin-right: 0px;
  }
}

.steps1 {
  color: #2c2d31;
  position: absolute;
  font-size: 200px;
  line-height: 281px;
  left: 358px;
  bottom: 299px;
  z-index: -1;
}

.steps2 {
  color: #2c2d31;
  position: absolute;
  font-size: 200px;
  line-height: 281px;
  right: 358px;
  bottom: 299px;
  z-index: -1;
}

.intro-page {
  position: relative;
}


.keep-scrolling::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -14px;
  height: 61;
  width: 1px;
  background: currentColor;
  z-index: 120;
  transition: all .35s ease-out .5s;
}

.main-pages {
  position: relative;
  top: 0;
  border-radius: 16px;
  background: #191919;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-pages .pic1 img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: 5s all ease;
  height: 350px;
}

.main-pages:hover .pic1 img {
  object-position: bottom;
  transition: 3s all ease;
}

.demo-btn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-pages:hover .demo-btn {
  transform: scale(1);
}














.banner .banner-title {
  color: #fff;
}

.banner .banner-description {
  color: #fff;
}




.scroll-left {
  position: absolute;
  top: 0;
  right: 40px;
  width: 1px;
  height: 100%;
  background: linear-gradient(-45deg, #F3DB9D 0, #F3DB9D 29%, #F3DB9D 50%, #F3DB9D 73%, #F3DB9D 100%);
  z-index: 99;
}

.banner-1,
.conatiner-1 {
  position: relative;
}

.banner-1 .scroll-left-1,
.conatiner-1 .scroll-left-2,
.conatiner-1 .scroll-left-3,
.conatiner-1 .scroll-left-4 {
  color: white;
  position: absolute;
  bottom: 0;
  right: 40px;
  padding: 0 19px 0 0;
  margin: 0 0 43px;
  z-index: 99;

}

.banner-1 .scroll-left-1::before,
.conatiner-1 .scroll-left-2::before,
.conatiner-1 .scroll-left-3::before,
.conatiner-1 .scroll-left-4::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -14px;
  height: 0;
  width: 1px;
  background: #f9b707;
  z-index: 120;
  transition: all .35s ease-out .5s;
  height: 61px;
}

.banner-1 .scroll-left-1 p,
.conatiner-1 .scroll-left-2 p,
.conatiner-1 .scroll-left-3 p,
.conatiner-1 .scroll-left-4 p {
  margin: 0;
  font-size: 15px;
  line-height: 16px;
  transition: all .35s ease-out;
}

.conatiner-1 .scroll-left-2 {
  top: 25%;
}

.conatiner-1 .scroll-left-3 {
  top: 50%;
}

.conatiner-1 .scroll-left-4 {
  top: 75%;
}

.coin-img-1 {
  width: 50%
}





@media (min-width: 1024px) and (max-width: 1366px) {

  .iq-timeline:before,
  .iq-timeline .timeline:first-child:before,
  .iq-timeline .timeline-icon:before,
  .iq-timeline .timeline-icon {
    display: none;
  }

  .coin-img {
    left: 25px;
  }

  .coins-class {
    text-align: center !important;
    margin-top: 70px;
  }

  .pic1 {
    margin-top: 40px;
  }

  .steps1 {
    font-size: 200px;
    line-height: 200px;
    right: 42px;
    top: 0px;
    z-index: -1;
  }

  .steps2 {
    font-size: 200px;
    line-height: 200px;
    right: 628px;
    top: 0px;
    z-index: -1;
  }

  .iq-timeline .timeline:nth-child(2n) {
    padding: 0px;
  }

  .iq-timeline .timeline {
    padding-left: 0px;
  }

  .iq-timeline .timeline-content {
    width: 100%
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .iq-timeline:before,
  .iq-timeline .timeline:first-child:before,
  .iq-timeline .timeline-icon:before,
  .iq-timeline .timeline-icon {
    display: none;
  }

  .coin-img {
    left: 145px;
  }

  .coin-img-1 {
    width: 55%;
  }

  .coins-class {
    text-align: center !important;
    margin-top: 70px;
  }

  .pic1 {
    margin-top: 40px;
  }

  .steps1 {
    font-size: 200px;
    line-height: 200px;
    right: 42px;
    top: 0px;
    z-index: -1;
  }

  .steps2 {
    font-size: 200px;
    line-height: 200px;
    right: 370px;
    top: 0px;
    z-index: -1;
  }

  .iq-timeline .timeline:nth-child(2n) {
    padding: 0px;
  }

  .iq-timeline .timeline {
    padding-left: 0px;
  }

  .iq-timeline .timeline-content {
    width: 100%
  }
}

@media (min-width: 360px) and (max-width: 640px) {

  .scroll-left,
  .scroll-left-1,
  .scroll-left-2,
  .scroll-left-3,
  .scroll-left-4,
  .iq-timeline:before,
  .iq-timeline .timeline-icon:before {
    display: none;
  }

  .coin-img {
    left: 80px;
    width: 100px
  }

  .coin-img-1 {
    width: 215px
  }

  .coins-class {
    text-align: center !important;
    margin-top: 70px;
  }

  .main-pages .pic1 img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: 5s all ease;
    height: 165px;
  }

  .pic1 {
    margin-top: 40px;
  }

  .steps1 {
    font-size: 150px;
    line-height: 230px;
    left: 116px;
    bottom: 78px;
    z-index: -1;
    right: unset !important;
    top: unset !important
  }

  .steps2 {
    font-size: 150px;
    line-height: 281px;
    right: 116px;
    bottom: 65px;
    z-index: -1;
    top: unset !important
  }

  .iq-timeline .timeline:nth-child(2n) {
    padding: 0px;
  }
}

.container {
  max-width: 1300px;
}