/* Header Style */
header{
  width: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  linear-gradient(to left, #252525, #252525);
box-shadow: 0px 9px 18px 3px rgba(0, 0, 0, 0.2);
overflow: hidden;
z-index: 10;
}

header .humburger {
  padding: 200px 80px 20px 7px;
  position: absolute;
  right: 0;
  z-index: 70;
}

header .humburger span {
  width: 30px;
  height: 3px;
  border-radius: 20px;
  background-color: transparent;
  position: absolute;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

header .humburger span:before {
  right: -15px;
  height: 5px;
  width: 25px;
  background-color: #00e0ff;
  content: "";
  position: absolute;
  border-radius: 20px;
  top: 2px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

header .humburger span:after {
  height: 5px;
  width: 45px;
  background-color: #00e0ff;
  content: "";
  position: absolute;
  top: -7px;
  border-radius: 20px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

header .open span {
  background: transparent;
}

header .open span::before {
  width: 45px;
  top: 0;
  -webkit-transform: rotate(495deg);
          transform: rotate(495deg);
  background-color: #000000;}

header .open span::after {
  top: 0;
  -webkit-transform: rotate(-495deg);
          transform: rotate(-495deg);
  background-color: #000000;
}

header .nav-bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:2% 5%;
}

header .nav-bar ul{
display: flex;
justify-content: space-around;
}
header .menu {
  position: absolute;
  background: #ffffff;
  width: 100%;
  max-width: 0%;
  height: 100vh;
  overflow: hidden;
  right: 0;
  top: 0;
  transition: all 0.7s;
  display: flex;

}
header .nav-bar ul li{
  padding: 8px;
}
header .nav-bar ul li a{
  color: #00e0ff;
  text-align: left;
  font: var(--latofontlinksandparsa, 500 16px/150% "Lato", sans-serif);
 text-decoration: none;
}
.navyangu ul li a:hover{
  color: #00e0ff;
}
header .change {
  max-width: 100%;
} 
/* End of Header Style */

/*Slider Style */
.slider-item {
  background: url('../images/hero.png') center/cover no-repeat;
  margin-top: 56px;
}
.slider-text {
  font-size:23px;
  color: white;
  overflow: hidden;
  background: transparent;
}
.slider-btn .button {
  margin-top: 20px;
  display: flex;
  width: 70%;
  justify-content: space-between;
}

.slider-btn button {
  border-radius: 16px;
  border-style: solid;
  border-color: #00e0ff;
  border-width: 1px;
  width: 207px;
  height: 66px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background: transparent;
}

.slider-btn button:hover {
  background-color: #00e0ff;
}

.slider-btn button a:hover {
  color: #000000;
}

.slider-btn button a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
}
.slider-btn {
  DISPLAY: flex;
  JUSTIFY-CONTENT: SPACE-EVENLY;
}

.wavy{
  position: relative;
}

.wavy span{
  position: relative;
  display: inline-block; 
  color: #00e0ff;
  animation: animate 1s ease-in-out infinite;
  animation-delay: calc(0.1s * var(--i));
}
@keyframes animate
{
0%{
  transform: translateY(0px);
}
20%{
  transform: translateY(20px);
}
40%,100%
{
  transform: translateY(0px);
}
}
/* End of Header Style */
body{
  margin: 0;
  padding: 0;
}
.axe1intro{
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);  
}
.axe1intro span{
  color: white;
  text-transform: uppercase;
  display: block;
  }
.text1{
  color: white;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  background: #000;
  position: relative;
  animation: text 6s 1s infinite;  
}  
span.text2{
  font-size: 30px;
  color: #00e0ff;
}
@keyframes text{
  0%{
    color: black;
    margin-bottom: -40%;
  }
  30%{
    letter-spacing: 25px;
    margin-bottom: -40px;
  }
  85%{
    letter-spacing: 8px;
    margin-bottom: -40px;
  }
}

/* Original styling remains the same for larger screens */

#letcontent {
  z-index: 1000;
  margin-top: 0px;
  background: #242424;
}

.let-us {
  background: #242424;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.let-us .let-us-inner .image {
  width: 100%;
}

.let-us .let-us-inner .let-us-information {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.let-us .let-us-inner .let-us-information h2 {
  text-align: left;
  color: #ffffff;
  font: 600 24px "Montserrat", sans-serif;
  margin: 10px 0;
}

.let-us .let-us-inner .let-us-information h2 span {
  color: #00e0ff;
  font: 700 25px "Montserrat", sans-serif;
}

.let-us .let-us-inner .let-us-information p {
  color: #ffffff;
  text-align: left;
  font: var(--latofontlinksandparsa, 500 14px/150% "Lato", sans-serif);
  margin: 10px 0;
}

.let-us .let-us-inner .let-us-information .let-us-cards {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.let-us .let-us-inner .let-us-information .let-us-cards .subscribe,
.let-us .let-us-inner .let-us-information .let-us-cards .book-card {
  background: #242424; /* Keep card background color */
  border-radius: 16px;
  width: 48%; /* Adjusted width for responsiveness, leaving some space between cards */
  box-shadow: -8px 4px 16px -8px rgba(0, 224, 255, 0.56);
  overflow: hidden;
  padding: 2%;
  text-align: left;
}

.let-us .let-us-inner .let-us-information .let-us-cards .subscribe h3,
.let-us .let-us-inner .let-us-information .let-us-cards .book-card h3 {
  color: #ffffff;
  text-align: left;
  font: 800 16px/150% "Lato", sans-serif;
}

.let-us .let-us-inner .let-us-information .let-us-cards .subscribe p,
.let-us .let-us-inner .let-us-information .let-us-cards .book-card p {
  color: #ffffff;
  text-align: left;
  font: 400 16px/150% "Lato", sans-serif;
}

.let-us .let-us-inner .let-us-information .let-us-cards .subscribe button,
.let-us .let-us-inner .let-us-information .let-us-cards .book-card button {
  text-align: left;
  font: 600 16px/150% "Lato", sans-serif;
  background: transparent;
  border: none;
}

.let-us .let-us-inner .let-us-information .let-us-cards .subscribe button a,
.let-us .let-us-inner .let-us-information .let-us-cards .book-card button a {
  text-decoration: none;
  color: #ffffff;
}
.let-us .let-us-inner .let-us-information .let-us-cards .subscribe button:hover a,
.let-us .let-us-inner .let-us-information .let-us-cards .book-card button:hover a {
  color: #00e0ff; /* Hover color for buttons */
}

/* Additional styling for smaller screens */
@media screen and (max-width: 768px) {
  .let-us .let-us-inner .let-us-information .let-us-cards {
    flex-direction: column;
    align-items: center;
  }

  .let-us .let-us-inner .let-us-information .let-us-cards .subscribe,
  .let-us .let-us-inner .let-us-information .let-us-cards .book-card {
    width: 100%; /* Full width for cards on smaller screens */
    margin-bottom: 20px;
  }
}


#maincontent {
	z-index:1000;
	margin-top:0px;
}
.demoicon [class^="icon-"],
.demoicon [class*=" icon-"],
[class^="icon-"].left,
[class*=" icon-"].left {
    float:left;
}
[class^="icon-"].active:hover,
[class*=" icon-"].active:hover {
    background-color: rgba(0, 0, 0, 0.75);
}
[class^="icon-"],
[class*=" icon-"] {
  margin-top: 1px;
  margin-right: .3em;
}
.rheading { margin-bottom: 24px; }

.rheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
  color: #00e0ff;
  font-size: 60px;
}
.rheading span {
	position: absolute;
	width: 50px;
	height: 1px;
	bottom: -1px;
	left: 0;
}

.accordion-inner {
  display: flex;
  justify-content: space-between;
}

.left-content {
  width: 60%; /* Adjust the width as needed */
  color: white;
}

.right-image {
  width: 30%; /* Adjust the width as needed */
}

.right-image img {
  max-width: 100%;
  height: auto;
}

.row-banner{
  margin-bottom: 5px;
}


.container-fluid {
  background-color: #000000;
}


.col-mid-6 {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}



.main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}


.col-lg-5 p{
  color: #00e0ff;


}
.custom-asha-txt {
  color: #FFFFFF;
  padding: 15px 31px 22px 37px; /* Top, Right, Bottom, Left */
  border-radius: 16px;
  background: rgba(77, 77, 77, 0.5);
  box-shadow: -8px 4px 16px -8px rgba(0, 0, 0, 0.25);
}
.follow-me{
  display: flex;
  justify-content: center;
  color: #00e0ff;
  font-size: 1.75rem;
}
.my-community{
  display: flex;
  justify-content: center;
  color: #00e0ff;
  font-size: 1.75rem;
}

.page-wrap {
  margin-top: -56px;
}

.group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.group img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%; /* Make the image rounded */
}

.group-name {
  font-size: 18px;
  font-weight: bold;
  flex-grow: 1;
  color: white;
}

button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
}

button:hover {
  background-color: #00e0ff;
}




body {
  background-color: #000000;
	overflow-x: hidden;
}

.ag-timeline-card_img {
	max-width: 100%;
}

.Container {
	width: 1160px;
	margin: 0 auto;
	position: relative;
}

.Main {
	padding: 300px 0;
  margin-bottom: -328px;
}
.TopTitle {
	padding: 0 0 30px;
	text-align: center;
}
.FirstTitle {
	font-size: 40px;
	color: #00e0ff;
}
.secTitle {
	color: #00e0ff;
	font-size: 60px;
  margin-top: -351px;
}

.ag-timeline_item {
	margin: 0 0 50px;
	position: relative;
}
.ag-timeline_item:nth-child(2n) {
	text-align: right;
}

.ag-timeline {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.ag-timeline_line {
	width: 8px;
	background-color: #393935;
	position: absolute;
	top: 2px;
	left: 50%;
	bottom: 0;
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ag-timeline_line-progress {
	width: 100%;
	height: 20%;
	background-color: #00e0ff;
}

.ag-timeline-card_box {
	padding: 0 0 20px 50%;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
	padding: 0 50% 20px 0;
}

.ag-timeline-card_point-box {
	display: inline-block;
	margin: 0 14px 0 -28px;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
	margin: 0 -28px 0 14px;
}

.ag-timeline-card_point {
	height: 50px;
	line-height: 50px;
	width: 50px;
	border: 3px solid #00e0ff;
	background-color: #1d1d1b;
	text-align: center;
	font-family: 'ESL Legend', sans-serif;
	font-size: 20px;
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.js-ag-active .ag-timeline-card_point {
	color: #1d1d1b;
	background-color: #00e0ff;
}

.ag-timeline-card_meta-box {
	display: inline-block;
}

.ag-timeline-card_meta {
	margin: 10px 0 0;
	font-family: 'ESL Legend', sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #00e0ff;
}

.ag-timeline-card_item {
	display: inline-block;
	width: 45%;
	margin: -77px 0 0;
	background-color: #00e0ff;
	opacity: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	-o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-moz-transition: -moz-transform .5s, opacity .5s;
	-o-transition: -o-transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	position: relative;
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-o-transform: translateX(200%);
	transform: translateX(200%);
}

.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.ag-timeline-card_arrow {
	height: 18px;
	width: 18px;
	margin-top: 20px;
	background-color: #00e0ff;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
	margin-left: calc(-18px / 2);
	margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;
  right: auto;
  left: 0;
}

.ag-timeline-card_img {
	width: 100%;
	border: 1px solid #00e0ff;
}

/*--- Responsive Code ---*/
@media only screen and (max-width: 979px) {
  .ag-timeline_line {
	left: 30px;
  }

  .ag-timeline_item:nth-child(2n) {
	text-align: left;
  }

  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
	padding: 0 0 20px;
  }
  
  .ag-timeline-card_meta-box {
    display: none;
  }
  
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  }
  
  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 75px
  }
  
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
  
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .Container {
    width: 96%;
  }

  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  .secTitle {
    font-size: 60px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .Container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .Container {
    width: 960px;
  }
}
/*--- Responsive Code End ---*/

.video-gallery {
  display: flex;
  flex-wrap: wrap;
}

.video-item {
  width: 33.33%; /* Adjust the width based on your layout preference */
  margin: 10px;
}

.video-title {
  font-size: 18px;
  margin-bottom: 10px;
}


.wrapper{
	display: flex;
    justify-content: center;
  }
  .wrapper .icon{
	margin: 0 20px;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon span{
	display: block;
	height: 60px;
	width: 60px;
	background-color: #000000;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon span i{
	line-height: 60px;
	font-size: 25px;
  }
  .wrapper .icon .tooltip{
	position: absolute;
	top: 0;
	z-index: 1;
	background: #fff;
	color: #fff;
	padding: 10px 18px;
	font-size: 20px;
	font-weight: 500;
	border-radius: 25px;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon:hover .tooltip{
	top: -70px;
	opacity: 1;
	pointer-events: auto;
  }
  .icon .tooltip:before{
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	background: #fff;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%) rotate(45deg);
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .wrapper .icon:hover span{
	color: #fff;
  }
  .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip{
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
  }
  .wrapper .facebook:hover span,
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip:before{
	background: #3B5999;
  }
  .wrapper .whatsapp:hover span,
  .wrapper .whatsapp:hover .tooltip,
  .wrapper .whatsapp:hover .tooltip:before{
	background: green;
  }
  .wrapper .instagram:hover span,
  .wrapper .instagram:hover .tooltip,
  .wrapper .instagram:hover .tooltip:before{
	background: #e1306c;
  }
  .wrapper .telegram:hover span,
  .wrapper .telegram:hover .tooltip,
  .wrapper .telegram:hover .tooltip:before{
	background: #0088cc;
  }
  .wrapper .linkedin:hover span,
  .wrapper .linkedin:hover .tooltip,
  .wrapper .linkedin:hover .tooltip:before{
	background: #3B5999;
  }

  
  .wrapper {
      display: flex;
      justify-content: space-around;
      max-width: 800px; /* Limit the maximum width of the icons */
      margin: 0 auto; /* Center the icons horizontally */
    }

    .icon {
      display: inline-block;
      text-align: center;
      padding: 10px;
    }


    /* Media queries for responsiveness */
    @media (max-width: 768px) {
      .wrapper {
        flex-wrap: wrap;
      }
      .icon {
        flex: 1 0 30%;
        max-width: 30%;
        margin: 5px;
      }
    }

    @media (max-width: 576px) {
      .icon {
        flex: 1 0 45%;
        max-width: 45%;
      }
    }



    .testimonials {
      position: relative;
      width: 100%;
      min-height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;    
      overflow: hidden;
      background-color: #000000;
    }


    
    .swiper {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
      background-color: #000000;
    }
    
    .swiper-slide {
      width: 300px;
      height: 400px;
      box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
      filter: blur(1px);
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: end;
      align-items: self-start;
    }
    
    .swiper-slide-active {
      filter: blur(0px);
    }
    
    .swiper-pagination-bullet,
    .swiper-pagination-bullet-active {
      background: #fff;
    }
    
    .swiper-slide span {
      text-transform: uppercase;
      color: #fff;
      background: #1b7402;
      padding: 7px 18px 7px 25px;
      display: inline-block;
      border-radius: 0 20px 20px 0px;
      letter-spacing: 2px;
      font-size: 0.8rem;
      font-family: "Open Sans", sans-serif;
    }
    
    .swiper-slide--one span {
      background: #62667f;
    }
    
    .swiper-slide--two span {
      background: #087ac4;
    }
    
    .swiper-slide--three span {
      background: #b45205;
    }
    
    .swiper-slide--four span {
      background: #087ac4;
    }
    
    .swiper-slide h2 {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1.3rem;
      line-height: 1.4;
      margin-bottom: 15px;
      padding: 25px 45px 0 25px;
    }
    
    .swiper-slide p {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      display: flex;
      align-items: center;
      padding: 0 25px 35px 25px;
    }
    
    .swiper-slide svg {
      color: #fff;
      width: 22px;
      height: 22px;
      margin-right: 7px;
    }
    
    .swiper-slide--one {
      background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
        url('../img/ROBOT testimonies/$2 to $22 with axe one robot.jpg')
          no-repeat 50% 50% / cover;
    }
    
    .swiper-slide--two {
      background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
        url('../img/ROBOT testimonies/$90 - $600 with AXE ONE.JPG')
          no-repeat 50% 50% / cover;
    }
    
    .swiper-slide--three {
      background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
        url('../img/ROBOT testimonies/$70 to $217 on Gold.jpg')
          no-repeat 50% 50% / cover;
    }
    
    .swiper-slide--four {
      background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
        url('../img/ROBOT testimonies/From $1 - $120.jpg')
          no-repeat 50% 50% / cover;
    }
    
    .swiper-slide--five {
      background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
        url('../img/ROBOT testimonies/1675 pulla withdrawal .jpg')
          no-repeat 50% 50% / cover;
    }
    
    .swiper-3d .swiper-slide-shadow-left,
    .swiper-3d .swiper-slide-shadow-right {
      background-image: none;
    }

.testimonial-txt{
  display: flex;
  justify-content: center;
  color: #00e0ff;
  font:"Montserrat", sans-serif;
  font-size: 60px;
  
} 

.testimonial-btn{
  display: flex;
  justify-content: center;
  
}    

/* Services Style */
.services {
  background: #333333;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 50px 0; /* Adjusted padding for better spacing */
}

.service-inner {
  text-align: center; /* Center the content within the container */
}

.services h2 {
  color: #ffffff;
  font: 600 35px "Montserrat", sans-serif;
}

.services h2 span {
  color: #00e0ff;
}

.services .services-inner {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to the next row on smaller screens */
  justify-content: space-evenly;
  margin-top: 20px;
}

.services .services-inner .col-md-4 {
  margin-bottom: 20px; /* Adjusted margin for better spacing */
}

.services .services-inner .cards {
  background: #000000;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px; /* Added padding for better spacing */
}

.services .services-inner .cards h3 {
  color: #ffffff;
}

.frame-14 {
  width: 76px;
  height: 76px;
}

.a-social-assistant-that-s-flexible-can-accommodate-your-schedule-and-needs-making-life-easier {
  color: #ffffff;
  text-align: center;
  font: 400 12px/150% "Inter", sans-serif;
}

.scards {
  color: #00e0ff;
  text-align: center;
  font: 400 12px/150%;
  text-decoration: none;
}

.scards a:hover {
  text-decoration: none;
}

/* End Of Services Style */


/* Axe One Root Style */

.axe-one-banner{
  width: 100%;
  height: 100vh;
  background: #1A1A1A;;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: -5;
}
.axe-one-overlay{
  background: rgba(0, 0, 0, 0.78);
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}
.axe-one-banner .axe-one-inner{
  display: flex;
  width: 90%;
  flex-direction: row;
position: absolute;
top: 65%;
left: 0;
transform: translate(0%,-50%);
padding: 5%;
text-align: center;
align-items: center;
margin: 0 auto;
}
.axe-one-banner .axe-one-inner .robot{
width: 50%;
}
.axe-one-banner .axe-one-inner .robot-infor{
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: flex-start;
  align-items: left;
  text-align: left;
}
.axe-one-banner .axe-one-inner .robot-infor .text h1{
  color: #FFF;
  font-family: Monoton;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 51px */
  letter-spacing: -0.374px;
}
.axe-one-banner .axe-one-inner .robot-infor .text p{
  color: #FFF;
  font-family: Monoton;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 51px */
  letter-spacing: -0.374px;
}
.cardxone{
width: 250px;
height: 182px;
display: flex;
flex-direction: column;
border-radius: 20px;
border: 1px solid #F00;
background: #000;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
text-align: left;
justify-content: space-between;
padding: 20px;
margin: 10px 0;
}

.cardxone h3{
  color: #FFF;
  /* lato bold 123 */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
}
.cardxone p{
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.132px;
}
.cardxone button{
  border: none;
  text-align: left;
  background: transparent;
  width: 120px;
  height: 45px;
  
  }
  .cardxone button a{
    color: #00E0FF;
  }  
.raction{    
border-radius: 16px;
border-style: solid;
border-color: #00e0ff;
border-width: 1px;
width: 207px;
height: 66px;
box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
overflow: hidden;
background-color: transparent;
}  
.raction button:hover {
  background-color: #00e0ff;
}

.raction button a:hover {
  color: #000000;
}

.raction button a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
}
.infohead  {
  color: #FFF;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.352px;
}
.withus{
color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.132px;
margin-top: 98px;
margin-left: -280px;
}





/* End of Axe One Robot Style */

.mentorship,
.mentorship * {
  box-sizing: border-box;
}
.mentorship {
  background: #ffffff;
  width: 100%; /* Updated width to 100% */
  /* Other styles remain unchanged */
}
.about {
  background: #242424;
  /* Other styles remain unchanged */
}
.more-infor {
  background: black;
  /* Other styles remain unchanged */
}
/* ... Remaining CSS styles unchanged ... */

.mentorship-signals {
  color: #00e0ff;
  text-align: left;
  font: var(--heaingsfor-ashar, 600 32px/150% "Montserrat", sans-serif);
  top: 99px;
}
.foot {
  position: absolute;
  left: 226.03px;
  top: 177.63px;
  transform: translate(-221.6px, 0px);
  overflow: visible;
}
.foot2 {
  position: absolute;
  left: 1072.96px;
  top: 226.42px;
  transform: translate(0px, -49.36px);
  overflow: visible;
}
._01 {
  color: var(
    --linearforcards,
    linear-gradient(93.3deg, rgba(0, 224, 255, 1) 0%, rgba(0, 224, 255, 0) 100%)
  );
  text-align: left;
  font: var(--latofontlinksandparsa, 500 16px/150% "Lato", sans-serif);
  position: absolute;
  left: 279px;
  top: 187px;
}
._02 {
  color: var(
    --linearforcards,
    linear-gradient(93.3deg, rgba(0, 224, 255, 1) 0%, rgba(0, 224, 255, 0) 100%)
  );
  text-align: left;
  font: var(--latofontlinksandparsa, 500 16px/150% "Lato", sans-serif);
  position: absolute;
  left: 977px;
  top: 275px;
}
._03 {
  color: var(
    --linearforcards,
    linear-gradient(93.3deg, rgba(0, 224, 255, 1) 0%, rgba(0, 224, 255, 0) 100%)
  );
  text-align: left;
  font: var(--latofontlinksandparsa, 500 16px/150% "Lato", sans-serif);
  position: absolute;
  left: 279px;
  top: 346px;
}
.group-2 {
  position: absolute;
  inset: 0;
}
.free {
  background: #000000;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(
    116.94deg,
    rgba(0, 224, 255, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-image-slice: 1;
  width: 322px;
  height: 229px;
  position: absolute;
  left: 49px;
  top: 137px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.free2 {
  color: #ffffff;
  text-align: left;
  font: var(--latobold-123, 700 16px/150% "Lato", sans-serif);
  position: absolute;
  left: calc(50% - 130px);
  top: 19px;
  width: 35px;
  height: 22px;
}
.forex-beginners-pdf-starter-videos-how-to-open-an-account-how-to-place-trades-how-to-take-signals-best-service-for-beginners-guide {
  color: #ffffff;
  text-align: left;
  font: 400 12px/150% "Inter", sans-serif;
  position: absolute;
  left: 31px;
  top: 65px;
  width: 240px;
  height: 93px;
}
.start-now {
  color: #00e0ff;
  text-align: center;
  font: 400 12px/150% "Inter", sans-serif;
  text-decoration: underline;
  position: absolute;
  left: calc(50% - 130px);
  top: 173px;
}
.free3 {
  background: #000000;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-image: var(
    --mentorcards,
    linear-gradient(116.94deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%)
  );
  border-image-slice: 1;
  width: 322px;
  height: 229px;
  position: absolute;
  left: 389px;
  top: 137px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.master-class-pdf-trading-mentorship-topics-will-be-on-the-pictures-below-1-month-vvip-signals-access-24-7-support {
  color: #ffffff;
  text-align: left;
  font: 400 12px/150% "Inter", sans-serif;
  position: absolute;
  left: 17px;
  top: 65px;
  width: 240px;
  height: 92px;
}
.silver-99-99 {
  color: #ffffff;
  text-align: left;
  font: var(--latobold-123, 700 16px/150% "Lato", sans-serif);
  position: absolute;
  left: calc(50% - 144px);
  top: 19px;
  width: 105px;
  height: 22px;
}
.start-now2 {
  color: #00e0ff;
  text-align: center;
  font: 400 12px/150% "Inter", sans-serif;
  text-decoration: underline;
  position: absolute;
  left: calc(50% - 144px);
  top: 173px;
}
.free4 {
  background: #000000;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(
    116.94deg,
    rgba(255, 184, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-image-slice: 1;
  width: 322px;
  height: 229px;
  position: absolute;
  left: 729px;
  top: 137px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.trading-robot-package-installation-guide-user-guide-24-7-support-1-month-vvip-signals {
  color: #ffffff;
  text-align: left;
  font: 400 12px/150% "Inter", sans-serif;
  position: absolute;
  left: 17px;
  top: 65px;
  width: 240px;
  height: 89px;
}
.start-now3 {
  color: #00e0ff;
  text-align: center;
  font: 400 12px/150% "Inter", sans-serif;
  text-decoration: underline;
  position: absolute;
  left: calc(50% - 144px);
  top: 167px;
}
.gold-199-99 {
  color: #ffffff;
  text-align: left;
  font: var(--latobold-123, 700 16px/150% "Lato", sans-serif);
  position: absolute;
  left: calc(50% - 144px);
  top: 17px;
  width: 96px;
  height: 22px;
}
.free5 {
  background: #000000;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(
    116.94deg,
    rgba(255, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-image-slice: 1;
  width: 322px;
  height: 229px;
  position: absolute;
  left: 1069px;
  top: 137px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
._20-for-2-weeks-30-monthly-99-99-1-2-year-149-99-year {
  color: #ffffff;
  text-align: left;
  font: 400 12px/150% "Inter", sans-serif;
  position: absolute;
  left: 17px;
  top: 65px;
  width: 240px;
  height: 89px;
}
.signals {
  color: #ffffff;
  text-align: left;
  font: var(--latobold-123, 700 16px/150% "Lato", sans-serif);
  position: absolute;
  left: calc(50% - 144px);
  top: 17px;
  width: 96px;
  height: 22px;
}
.testimonies {
  position: absolute;
  inset: 0;
}
.rectangle-3 {
  width: 287px;
  height: 474px;
  position: absolute;
  left: 83px;
  top: 549px;
}
.rectangle-4 {
  width: 287px;
  height: 474px;
  position: absolute;
  left: 402px;
  top: 549px;
}
.rectangle-5 {
  width: 287px;
  height: 474px;
  position: absolute;
  left: 724px;
  top: 552px;
}
.rectangle-6 {
  width: 287px;
  height: 474px;
  position: absolute;
  left: 1070px;
  top: 552px;
}
.start {
  border-radius: 16px;
  border-style: solid;
  border-color: #00e0ff;
  border-width: 1px;
  width: 207px;
  height: 66px;
  position: absolute;
  left: calc(50% - 103px);
  top: 1161px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.view-more {
  color: #00e0ff;
  text-align: left;
  font: 400 16px/150% "Montserrat", sans-serif;
  position: absolute;
  left: calc(50% - 41.5px);
  top: 21px;
}
.vvip-testimonies {
  color: #ffffff;
  text-align: left;
  font: var(--heaingsfor-ashar, 600 32px/150% "Montserrat", sans-serif);
  position: absolute;
  left: 49px;
  top: 531px;
}
/*********************/
/*     07. Video     */
/*********************/
.basic-1 {
	padding-bottom: 1.875rem;
	background-size: cover; 
}

.basic-1 h2 {
	margin-bottom: 1.125rem;
	text-align: center;
}

.basic-1 .p-heading {
	margin-bottom: 4rem;
	text-align: center;
  color: white;
}

.basic-1 .image-container img {
	border-radius: 0.375rem;
}

.basic-1 .video-wrapper {
	position: relative;
}

/* Video Play Button */
.basic-1 .video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	display: block;
	box-sizing: content-box;
	width: 2rem;
	height: 2.75rem;
	padding: 1.125rem 1.25rem 1.125rem 1.75rem;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-1 .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 50%;
	background: #00e0ff;
	animation: pulse-border 1500ms ease-out infinite;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-1 .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.375rem;
	height: 4.375rem;
	border-radius: 50%;
	background: #00e0ff;
	transition: all 200ms;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-1 .video-play-button span {
	position: relative;
	display: block;
	z-index: 3;
	top: 0.375rem;
	left: 0.25rem;
	width: 0;
	height: 0;
	border-left: 1.625rem solid #fff;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
}
  
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
/* end of video play button */ 



/* Contact US Style */
.contact-us-banner {
  width: 100%;
  height: 337px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: -5;
}

.contact-us-overlay {
  background: rgba(0, 0, 0, 0.78);
  width: 100%;
  height: 337px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.contact-us-banner .contact-us-inner {
  display: flex;
  width: 50%;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
  text-align: center;
}

.contact-us-banner .contact-us-inner h1 {
  color: #ffffff;
  text-align: left;
}

.contact-us-banner .contact-us-inner p {
  color: #ffffff;
  text-align: center;
}
h2.infor-heading {
  color: #00e0ff;
}
p {
  color: white;
}
/* End Of Contact Us Style */

.payment-card {
  width: 322px;
  height: 229px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #00E0FF;
  background: #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 20px;
}

.payment-card h2, .payment-card h3 {
  color: #00E0FF;
}

.payment-card ul {
  list-style: none;
  padding: 0;
}

.payment-card li {
  margin-bottom: 5px;
}
/* ===============================
16. Footer
================================ */
.disclaimer p{
  color: red;
  font-size: larger;

}

footer {
  padding: 50px 0 0 0;
  color: #bbb;
  background: #222;
}

footer a {
  color: #eee;
  text-decoration: none;
}

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

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #eee;
}

footer .footer_logo {
  margin-bottom: 20px;
}

footer .footer_logo h3 {
  color: #fdfdfd;
  letter-spacing: -1px;
  font-size: 2.2em;
  font-weight: 900;
  margin: 0;
}

footer .footer_logo h3 a {
  color: #fdfdfd;
}

footer .footer_logo h3 a:hover {
  text-decoration: none;
}

footer address {
  line-height: 1.6em;
}

footer h5.widgetheading {
  text-transform: none;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

footer .widget i {
  color: #bbb;
}

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

#sub-footer {
  background: #111;
  text-shadow: none;
  color: #ddd;
  padding: 0;
  padding-top: 30px;
  margin: 20px 0 0 0;
  -webkit-box-shadow: 0 -4px 4px -2px #222;
  -moz-box-shadow: 0 -4px 4px -2px #222;
  box-shadow: 0 -4px 4px -2px #222;
}

#sub-footer p {
  margin: 0;
  padding: 0;
}

#sub-footer span {
  color: #c7c7c7;
}

.copyright p {
  text-align: left;
  font-size: 16px;
}

.credits {
  text-align: right;
  font-size: 16px;
}

#sub-footer ul.social-network {
  float: right;
}
footer ul.link-list li a {
  color: #ddd;
  font-weight: 300;
}
footer .widget .flickr_badge {
  width: 100%;
}

footer .widget .flickr_badge img {
  margin: 0 9px 20px 0;
}
.fa, .fas {
  font-weight: 900;
  color: #00e0ff;
}
.social-links a {
    width: 45px;
    height: 45px;
    background: -webkit-linear-gradient(0, #353535, #353535) top left, -webkit-linear-gradient(0, #353535, #353535) top right, -webkit-linear-gradient(135deg, transparent 5px, #353535 0) bottom right, -webkit-linear-gradient(0, #353535, #353535) bottom left;
    background: linear-gradient(0, #353535, #353535) top left, linear-gradient(0, #353535, #353535) top right, linear-gradient(315deg, transparent 5px, #353535 0) bottom right, linear-gradient(0, #353535, #353535) bottom left;
    background-size: 55% 55%;
    background-repeat: no-repeat;
    color: white;
    margin: 0 5px;
    font-size: 20px;
    font-size: 1.25em;
    line-height: 45px;
   }
.social-links a:hover {
      background: -webkit-linear-gradient(0, #4f4f4f, #4f4f4f) top left, -webkit-linear-gradient(0, #4f4f4f, #4f4f4f) top right, -webkit-linear-gradient(135deg, transparent 5px, #4f4f4f 0) bottom right, -webkit-linear-gradient(0, #4f4f4f, #4f4f4f) bottom left;
      background: linear-gradient(0, #4f4f4f, #4f4f4f) top left, linear-gradient(0, #4f4f4f, #4f4f4f) top right, linear-gradient(315deg, transparent 5px, #4f4f4f 0) bottom right, linear-gradient(0, #4f4f4f, #4f4f4f) bottom left;
      background-size: 55% 55%;
      background-repeat: no-repeat; 
    }
button.btn.btn-theme {
      background-color: gray;
      margin-left: -5px;
  }   
 ul.link-list {
    list-style: none;
    margin-left: -38px;
}   

#social {
  background-image: url('../img/banner.jpg');
  padding: 0;
}

#social .overlay {
  background: url('../img/slide_bg.png') repeat scroll 0 0 transparent;
  padding: 100px 0 120px;
}

.social-button {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.social-button li {
  display: inline-block;
}

.social-button li:nth-child(2) {
  margin: 0 75px;
}

.social-button li a {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 90px;
  line-height: 96px;
  width: 90px;
  
  -webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
       -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}

.social-button li a:hover {
  color: #87B106;
  border: 2px solid #87B106;
}
.sec-title {
  margin-bottom: 50px;
}

.sec-title.white {
  color: #fff;
}

.sec-title h2 {
display: flex;
justify-content: center;
  font-size: 36px;
  margin: 0 0 30px;
  padding-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}

.sec-title.white h2 {
  color: #fff;
}
.sec-title p{
color: white;
}

.parallax {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}


