/*   Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100;200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Advent Pro', sans-serif;
font-family: 'Poppins', sans-serif; */
body {
  font-family: 'Advent Pro', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #FFFFFF;
  opacity: 0.8;
  background-color: #000000;
  background-image: url(../img/whole-backg.png);
  background-size: 100% 100%;
  background-repeat: repeat;
  cursor:url(../img/cursor.png),auto !important ; 
}

nav, button, a, ul{
cursor:url(../img/hover.png),auto !important ;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; 
}

a,
button {
  color: inherit;
  outline: medium none; }

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

 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Advent Pro', sans-serif; 
  color: #FFFFFF;
  margin-top: 0px; 
  font-weight: 700; 
 }

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

h1 {
  font-size: 64px;
}

h2 {
  font-size: 49.15px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

li {
  list-style: none; }

 .padding{
   padding-right: 0;
 }
.contain{
  max-width: 1020px;  
}
img{
  max-width: 100%;
}
a{
  text-decoration: none;
}
.container-fluid {
  padding: 0 60px;
}
main{
  overflow: hidden;
}





/* default-css END 
================================== */
 


.header-area {
  padding: 30px 0;
  width: 100%;
  z-index: 99;
  background-color: #000000e0;
  position: fixed;
  top: 0;
  left: 0;
}
.menu-area nav ul li {
  list-style: none;
  display: inline-block;
}

.menu-area nav ul li a {
  font-size: 24px;
  display: inline-block;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
}
.theme-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#F01D97), to(#ff6d00));
  background: -o-linear-gradient(#F01D97, #ff6d00);
  background: linear-gradient(#F01D97, #ff6d00);
  border-radius: 10px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-btn1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F01D97), to(#ff6d00));
  background: -o-linear-gradient(#F01D97, #ff6d00);
  background: linear-gradient(#F01D97, #ff6d00);
  border-radius: 10px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 20px;
          margin-top: 10px;
}
@media only screen and (min-width: 991px) {
.theme-btn1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F01D97), to(#ff6d00));
  background: -o-linear-gradient(#F01D97, #ff6d00);
  background: linear-gradient(#F01D97, #ff6d00);
  border-radius: 10px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          display: none;
}
}
.theme-btn svg {
  margin-left: 5px;
}
.menu-area nav ul li:last-child .theme-btn{
  margin-left: 10px;
  font-size: 13px !important;
  border-radius: 50px;
  background:#000;
}
.theme-btn svg {
  width: 24px;
  height: auto;
}


/* humbergar */
.bar a {
  width: 35px;
  height: 35px;
  float: right;
  position: relative;
  display: block;
} 
.bar a span {
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  position: relative;
  top: 17px;
  border-radius: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
} 
.bar a span:before {left: 0;content: "";position: absolute;width: 100%;height: 100%;background: #fff;bottom: 10px;border-radius: 30px;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;} 
.bar a span:after {left: 0;content: "";position: absolute;width: 100%;height: 100%;background: #fff;bottom: -10px;border-radius: 30px;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
 
.bar a svg {
  width: 100%;
  margin-top: -5px;
}
/* humbarger END */
 

/* mobile-menu START */
.mobile-menu {
  position: fixed;
  width: 320px;
  height: 100vh;
  background: #000;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 9px -1px #737373;
          box-shadow: 0px 0px 9px -1px #737373;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-left: -400px;
  padding-left: 40px;
  padding-top: 100px;
}
.mobile-menu img.backg {
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 70%;
  width: 100%;
  display: block;
  transform: scale(1.2);
  z-index: -1;
}
.siteBar{
  margin-left: 0; 
}
a.langs {
  position: absolute;
  top: 22px;
  left: 30px;
  padding: 6px 15px;
  color: #000;
  background: #fff;
  border-radius: 50px;
  font-weight: 700;
  transition: .3s;
}
.mobile-menu nav ul li {
  list-style: none;
  display: block;
  margin-bottom: 20px;
}
.mobile-menu nav ul li a {
  font-size: 24px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.mobile-menu nav ul li a img {
  margin-right: 10px;
  transform: rotateY(
-180deg);
}
.mobile-menu .theme-btn {
  margin-top: 60px;
  margin-left: 0;
} 
.mobile-menu .theme-btn {
  margin-top: 60px;
  margin-left: 0;
  height: 45px;
  line-height: 45px;
}
.mobile-menu .user a {
    display: block;
    width: 100%;
    padding: 0;
    color: #272835;
    line-height: 40px;
    font-size: 16px;
}

.mobile-menu .user {
    display: block;
}

.mobile-menu .user a:hover {
    background: none;
    opacity: .5;
}
.mobile-menu a.bars {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 40px;
  height: 40px; 
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 17px -2px #0000004a;
          box-shadow: 0px 0px 17px -2px #0000004a;
}
.menu-area nav ul li:last-child .theme-btn span {
  display: inline-block;
  font-weight: 900;
}


/* Header-area END and Hero-area STARTED */





.hero-area {
  position: relative;
  padding-top: 200px;
  background: #000;
  z-index: 2;
}
.hero-area img.background {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.anims {
  position: relative;
  max-width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anims img {
  margin: 0 -60px;
}
.anims img:nth-child(4),
.anims img:nth-child(5) {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.anims img:nth-child(3){
  margin: 0 -130px;
  position:relative;
  z-index: 2;
}


.hero-wrp p {
  margin-bottom: 8px;
}
 
.hero-wrp ul.btn_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
ul.btn_icons {
  display: flex;
  align-items: center;
}
ul.btn_icons li {
  display: inline-block;
  margin-left: 15px;
}

.hero-wrp ul.btn_icons li {
  margin: 0 10px;
}

ul.btn_icons a.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/gradient_border.png);
  background-size: 100% 100%;
}

ul.btn_icons a.icon:after  {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F01D97), to(#FF6D00));
  background: -o-linear-gradient(#F01D97, #FF6D00);
  background: linear-gradient(#F01D97, #FF6D00);
  z-index: -2;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  opacity: 0;
}   
ul.btn_icons a.icon:hover:after {
  opacity: 1;
}

ul.btn_icons a.icon:hover svg path {
  fill: #fff;
}
.hero-area img.dot-shap {
  position: absolute;
  bottom: -654px;
  left: 0;
  width: auto;
  z-index: 2;
  height: 760px;
  object-fit: cover;
}



/* Hero-area END and Timming-area STARTED */



.timming-area {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}

ul#timmers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul#timmers h4 {
  margin: 0;
  font-size: 49.15px;
}

ul#timmers h4 span {
  display: inline-block;
  background: -o-linear-gradient(45deg, #F01D97, #FF6D00);
  background: linear-gradient(45deg, #F01D97, #FF6D00);
  padding: 0 4px;
}
ul#timmers li.times {
  text-align: center;
  position: relative;
  margin-left: 20px;
}
ul#timmers li.times:first-child{
  margin: 0;
}
ul#timmers li.times .circle {
    width: 94px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 48.4px;
    font-family: 'Poppins', sans-serif;;
}

ul#timmers li.times span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}
ul#timmers li.times img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;
  -webkit-user-drag: none;
}



/* Timming-area END and Our-story-area STARTED */



.our-story-area {
  position: relative;
  padding-top: 100px;
  z-index: 2;
}

.story-wrp h1 { 
  margin-bottom: 30px;
}
.story_img img {
  display: block;
  max-height: 410px;
  margin: auto;
}
.story-wrp p {
  margin-bottom: 30px;
}
.story-wrp p:last-child{
  margin: 0;
}
h1.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h1.title img {
  display: block;
  margin-right: 10px;
}
h1.title img:last-child {
  margin-left: 10px;
  margin-right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

 

/* Our-story-area END and RoadMap-area STARTED */


.road-map-area {
  padding: 100px 0;
}
ul.roadmap-wrp ul {
  display: block;
  position: relative;
  border-left: 3px solid white;
  padding-left: 40px;
}

ul.roadmap-wrp ul:before {
  content: "2022";
  position: absolute;
  left: -100px;
  top: 30px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Poppins';
}

ul.roadmap-wrp ul li {
  position: relative;
}

ul.roadmap-wrp ul li:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 4px solid #fff;
  background: #FF7BAC;
  border-radius: 50%;
  top: 0;
  left: -54px;
}

.roadmap-item h5 {
  font-size: 22px;
}

.roadmap-item p {
  font-weight: 400;
  margin-bottom: 20px;
}
.pirple-dot:after{
  background: #673BB6 !important;
}
.red-dot:after{
  background: #EB407A !important;
}
.blue-dot:after{
  background: #42A4F5 !important;
}
.blue-alpha-dot:after{
  background: #25C5D9 !important;
}
.yellow-dot:after{
  background: #FE9700 !important;
}

 

/* RoadMap-area END and peoples-area STARTED */


.peoples {
  display: block;
  width: 100%;
}

.peoples img {
  width: 100%;
}



/* peoples-area END and faq-area STARTED */


.faq-area {
  padding: 100px 0;
}
button.accordion-button {
  color: #fff;
  font-size: 39px;
  font-weight: 700;
}

.accordion-button:focus {
  border-color: unset;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button::after{
  display: none;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
}

.accordion-button {
  padding-left: 0;
  background: none;
  position: relative; 
  border: none;
}
.accordion-button span {
  display: inline-block;
  margin-right: 30px;
  color: #9E9EA1;
  font-size: 48px;
  width: 50px;
  text-align: left;
}

.accordion-body {
  padding-left: 85px;
  color: #AEAEAE;
  font-weight: 500;
  line-height: 35px;
}


/* faq-area END and Team-area STARTED */

.our-team-area {
  padding-bottom: 100px;
}

.team-blk {
  text-align: center;
  margin-top: 30px;
}

.team-blk > img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto auto 25px auto;
}

.team-blk h4 {
  font-size: 27px;
  margin-bottom: 0px;
}

.team-blk b {
  font-size: 20px;
  display: block;
  font-weight: 700;
  color: #289FF2;
}

.team-blk ul li {
  display: inline-block;
  margin: 0 3px;
  margin-top: 10px;
}

.team-blk ul li a {
  display: block;
  max-width: 25px;
}



/* Tam-area END and Footer-area STARTED */


.footer-area {
  background: #000;
}

.footer-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}

.footer-wrp a.logo {
  max-width: 300px;
}

.footer-wrp p {
  font-size: 19px;
  margin: 0;
}


/* Footer-area STARTED */








a.scrollToTop { 
  width: -webkit-max-content; 
  width: -moz-max-content; 
  width: max-content;
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a.scrollToTop.show {
  opacity: .5;
  visibility: visible;
  bottom: 25%;
}

a.scrollToTop:hover {
  opacity: 1;
}

