/*
Theme Name: aeoagency
Theme URI: https://aeoagency.com/
Author: aeoagency
Author URI: https://aeoagency.com/
Description: Aeoagency theme
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?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-face {
  font-family: 'MonumentGrotesk-Mono';
  src: url("./fonts/MonumentGrotesk-Mono.woff2") format("woff2");
}

@font-face {
  font-family: 'MonumentGrotesk-Regular';
  src: url("./fonts/MonumentGrotesk-Regular.woff2") format("woff2");
}


@font-face {
  font-family: 'MonumentGrotesk-Bold';
  src: url("./fonts/MonumentGrotesk-Bold.woff2") format("woff2");
}

@font-face {
  font-family: 'MonumentGrotesk-Medium';
  src: url("./fonts/MonumentGrotesk-Medium.woff2") format("woff2");
}


body{
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
	overflow-x:hidden;
	position: relative;
	background:#000000;
	color:#fff;
}

h1,h2,h3,h4,h5,h6,p,a,span{
  font-family: 'Poppins';
}

/* h1, h2, h3, h4, h5, h6, p, a, span {
    font-family: 'MonumentGrotesk', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
} */

img{
	max-width: 100%;
}

a{
  text-decoration: none;
}

p,a{
	font-size: 18px;
	line-height:32px;
	font-family: 'Poppins';
	font-weight:400;
}

li{
	font-size: 18px;
	font-family: 'Poppins';
	font-weight:400;
}


/* header css */

.header__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.logo, .header__button {
    width: 247px;
}

header {
    padding: 15px 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
}

header.header_bar.fixed_header {
    box-shadow: 0px 0px 18px rgba(255 255 255/22%);
}

header.header_bar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    background: #000;
    z-index: -1;
    top: 0px;
    left: 0px;
    transition: 0.5s;
}

header.header_bar.fixed_header:before {
    height: 100%;
}

div#mega-menu-wrap-primary {
    background: transparent !IMPORTANT;
}

ul#mega-menu-primary {
    background: rgba(255 255 255/10%) ! IMPORTANT;
    border-radius: 30px !IMPORTANT;
    padding: 7px !IMPORTANT;
}

ul#mega-menu-primary li > a {
    border-radius: 30px !IMPORTANT;
    height: auto !IMPORTANT;
    line-height: unset !IMPORTANT;
    padding: 10px 25px !IMPORTANT;
    font-size: 15px !IMPORTANT;
}

.header__button {
    text-align: right;
}

.header__button a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
/*     background: #825BF7; */
    border-radius: 30px;
    height: 50px;
	line-height:50px;
    color: #fff;
    padding: 0px 28px;
    box-shadow: inset 0px 0px 10px #D8C7FF;
	position:relative;
	transition:0.5s;
	z-index:2;
	overflow:hidden;
}

.button_group a{
	overflow:hidden;
	z-index:2;
	position:relative;
}



.header__button a:after, .button_group a:after, .button_block a:after{
	content: '';
    position: absolute;
    inset: 0;
    background: #825BF7;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-mask-size: 2300%, 100%;
    mask-size: 2300%, 100%;
    -webkit-animation: ani2 0.5s steps(22) forwards;
    animation: ani2 0.5s steps(22) forwards
}

a.button_light:after {
    background: transparent;
}

a.button_light::hover:after {
    background: #825BF7;
}

.header__button a:hover:after, .button_group a:hover:after, .button_block a:hover:after{
	-webkit-animation: ani 0.5s steps(22) forwards;
    animation: ani 0.5s steps(22) forwards
}

@-webkit-keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

.header__button a i {
    margin-left: 10px;
}

/* .header__button a:hover {
    background: #0E0B1C !IMPORTANT;
} */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #fff !IMPORTANT;
    color: #0E0B1C !IMPORTANT;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	z-index: 999;
	position: absolute;
	width: 250px;
	max-width: none;
	padding: 0px;
	border: 0;
	background: #ffffff;
	border-radius: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: transparent !important;
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px !important;
    font-weight: 400;
    padding: 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	color: #ffffff !important;
    background: #825BF7 !important;
	border-radius: 7px !important;
}

ul#mega-menu-primary li > a:hover {
    background: #fff !IMPORTANT;
    color: #0E0B1C !IMPORTANT;
}
button.mega-close {
    display: none !important;
}

/* header css */

/* hero section css */

section.hero_section {
    height: 100vh;
    padding-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
	overflow:hidden;
}

section.hero_section .container{
	position:relative;
	z-index:2;
}

img.image_over {
    position: absolute;
}

img.image_over.image1 {
    left: 50%;
    transform: translateX(-50%);
    width: 28%;
    top: 0px;
}

img.image_over.image2 {
    width: 25%;
    bottom: 0px;
    left: -13%;
}

img.image_over.image3 {
    right: -14%;
    width: 22%;
    top: 10%;
}

.hero_block h5 {
    display: inline-block;
    background: rgba(255 255 255/17%);
    border: 1px solid #858585;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.hero_block h1 {
    color: #fff;
    font-size: 61px;
    text-shadow: 0 0 #00000069;
}

.pd_section {
    padding: 0px 5%;
}

.hero_block p {
    color: #fff;
    text-shadow: 0 0 #00000069;
    font-size: 18px;
    padding: 0px 20%;
    line-height: 30px;
    font-family: 'Poppins';
	font-weight: 400;
}

.button_group a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    height: 50px;
    color: #fff;
    padding: 0px 28px;
    border: 1px solid transparent;
}

a.button_dark {
/*     background: #825BF7; */
    box-shadow: inset 0px 0px 10px #D8C7FF;
}

.button_group a i {
    margin-left: 10px;
}

a.button_light {
    border: 1px solid #FFFFFF;
}

.button_group {
    margin-top: 34px;
}

.button_group a.button_dark {
    margin-right: 15px;
}

.button_group a:hover {
    background: #0E0B1C;
    color: #fff;
    border-color: #0E0B1C;
}

a.button_light:hover:after {
    background: #825bf7;
}


/* hero section css */



/* service slide css */

.service_slide_block {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.service_inner_slide_wrap {
  display: inline-flex;
  animation: scroll 50s linear infinite;
}

.service_inner_slide {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  transition: background 0.3s;
  
}

.service_inner_slide a{
	text-decoration:none;
	color:#fff;
	font-size:29px;
	font-weight:600;
	font-family: 'Poppins';
    letter-spacing: 1px;
	background-image: linear-gradient(#ffffff, #966FEF);
    color: transparent;
    background-clip: text; 
}

.service_inner_slide a:hover{
	opacity:1;
}


/* Infinite scroll keyframe */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

section.service_slide_section {
    background: #825BF7;
	padding:20px 0px;
}

.service_inner_slide {
    display: inline-flex;
    position: relative;
    align-items: center;
}

.service_inner_slide:after{
	opacity:1;
}

.service_inner_slide:after {
    content: '';
    width: 50px;
    height: 44px;
    display: inline-block;
    background-repeat: no-repeat !IMPORTANT;
    background-size: contain !IMPORTANT;
    margin: 0px 21px;
}

/* service slide css */


/* cursor css */

.cursor,
.cursor-inner {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-out;
  z-index: 9999;
}

.cursor {
  width: 50px;
  height: 50px;
  border: 2px solid #6D30FB;
  box-shadow: 0 0 10px #6D30FB;
}

.cursor-inner {
  width: 15px;
  height: 15px;
  background-color: #6D30FB;
  box-shadow: 0 0 10px #6D30FB;
}

/* cursor css */

/* aeo section css */
.aeo_image img {
    border-radius: 20px;
}

.title_text h2 {
    font-family: 'Poppins';
	font-weight: 500;
    font-size: 40px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.title_text h2:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 50px;
    background: #825BF7;
    bottom: 0px;
}
.title_text ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.title_text ul li {
    background-repeat: no-repeat !IMPORTANT;
    padding: 8px;
    padding-left: 40px;
    background-size: 28px !IMPORTANT;
    background-position-y: 6px !Important;
    margin-bottom: 6px;
}

.button_block {
    margin-top: 30px;
}

.button_block a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
/*     background: #825BF7; */
    border-radius: 30px;
    height: 50px;
    color: #fff;
    padding: 0px 28px;
    box-shadow: inset 0px 0px 10px #D8C7FF;
	overflow:hidden;
	position:relative;
	z-index:2;
}

.button_block a i {
    margin-left: 10px;
}

.button_block a:hover {
    background: #0E0B1C;
}

section.aeo_section {
    padding: 75px 0px;
	overflow:hidden;
	padding: 75px 0px;
    overflow: hidden;
    position: relative;
    background-size: 52% ! IMPORTANT;
    background-repeat: no-repeat ! IMPORTANT;
    background-position-y: 247% ! IMPORTANT;
}

.top_image {
    left: 50%;
    transform: translateX(-50%);
    top: -52%;
    width: 36%;
}

.right_image {
    right: -18%;
    width: 33%;
    bottom: 0%;
}

.aeo_image_circul {
    padding: 0px 11%;
}

img.circul_image{
	animation: rotate 15s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.aeo_image {
    position: relative;
}

img.center_circul_image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
}

/* aeo section css */


/* footer css */

footer {
    padding: 50px 0px;
    background: #0D0D0D;
    border-top: 5px solid #825BF7;
}

.footer_logo {
    margin-bottom: 16px;
    width: 77%;
}

.footer_widget p {
    font-family: 'Poppins';
    line-height: 29px;
	font-weight: 400;
}

ul.social_icons {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

ul.social_icons li a img {
    width: 35px;
    border-radius: 50%;
}

ul.social_icons li {
    margin-right: 5px;
}

.footer_widget ul.social_icons {
    margin-top: 21px;
}

.footer_widget h4 {
    font-family: 'Poppins';
	font-weight: 700;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.footer_widget h4:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 40px;
    background: #825BF7;
    bottom: 0px;
}

.footer_widget.menu_items ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_widget.menu_items ul li a {
    display: block;
    font-family: 'Poppins';
	font-weight: 400;
    color: #fff;
    padding: 4px 0px;
}

.footer_widget.contact_information ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 17px;
}

.footer_widget.contact_information ul li a {
    display: flex;
    flex-wrap: wrap;
}

.icon_footer {
    width: 35px;
}

.contact_info_footer {
    width: calc(100% - 35px);
    padding-left: 10px;
}

.contact_info_footer h4 {
    color: #fff;
    font-family: 'Poppins';
	font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 0px;
}

.contact_info_footer h4:before {
    display: none;
}

.contact_info_footer p {
    color: #fff;
    margin: 0px;
}

.footer_widget.contact_information ul li {
    margin-bottom: 17px;
}

.copyright_section {
    background: #825BF7;
    padding: 5px 0px;
}

.footer_widget.menu_items ul li a:hover, .contact_info_footer p:hover {
    color: #825bf7;
}

ul.social_icons li a img:hover {
    opacity: 0.5;
}

.copyright_block p {
    margin: 0px;
    font-family: 'Poppins';
	font-weight: 400;
}

/* footer css */

/* service section css */

section.service_section {
    background: #0D0D0D;
    padding: 75px 0px;
	padding-top:100px;
}

.text-center.title_text h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.title_text {
    position: relative;
}

h3.ghost_text {
    background-image: linear-gradient(#ffffff, rgba(255 255 255 / -41%));
    color: transparent;
    background-clip: text;
    font-family: 'Poppins';
	font-weight: 700;
    font-size: 120px;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -86px;
}

.service-slide-inner_main {
    position: relative;
}

img.image_bg_service {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.service-slide-inner {
    position: relative;
    padding: 54px;
}

.service-slide-inner a {
    color: #fff;
}

.service-slide-inner a img {
    height: 74px;
    margin-bottom: 14px;
}

.service-slide-inner h2 {
    font-size: 26px;
    margin-bottom: 9px;
}

.service-slide-inner h5 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px;
}

.service-slide-inner_main {
    height: 382px;
}

img.image_bg_service {
    transition: 0.5s;
}

.service-slide-inner_main:hover .image_bg_service {
    filter: drop-shadow(0px 0px 4px #825BF7);
}

.service-slide-inner p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.service-slide-inner_main:hover h5 {
    color: #825bf7;
}

.swiper-pagination {
    position: static !important;
    margin-top: 30px;
}

.swiper-pagination span {
    height: 14px;
    width: 14px;
    opacity: 1;
    background: #212121;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    position: relative;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    background: #825bf7;
    height: 60%;
    width: 60%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* service section css */


/* how it works */

section.how_it_works_section {
    margin: 75px 0px;
    margin-top: 100px;
}

.main_slider_how_to {
    margin-bottom: 45px;
}

section.how_it_works_section .swiper-button-next, .swiper-button-prev {
    display:none !Important;
}


.discover_content h2 {
    font-family: 'Poppins';
	font-weight: 500;
    font-size: 26px;
}

.discover_content p, .discover_content p span {
    font-family: 'Poppins';
	font-weight: 400;
}

.main_slider_how_to {
    background-repeat: no-repeat !IMPORTANT;
    background-size: 39% !important;
    background-position-x: 78% !important;
    background-position-y: 10% !important;
}

.discover_content h5 {
    color: #D8C7FF4D;
    font-family: 'Poppins';
	font-weight: 500;
    font-size: 6vw;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.thumbnail_deta h4 {
    background: #190054;
    border: 1px solid #6D30FB4D;
    font-family: 'Poppins';
	font-weight: 400;
    font-size: 15px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    line-height: 30px;
    text-align: center;
    margin-bottom: 12px;
}

.thumbnail_deta h3 {
    font-family: 'Poppins';
	font-weight: 500;
    font-size: 21px;
}

.thumbnail_deta {
    opacity: 0.3;
    border-top: 2px solid #825bf7;
    padding-top: 12px;
}

.thumbs_slider_how_to .swiper-slide-thumb-active .thumbnail_deta {
    opacity: 1;
}

/* how it works */


/* success css */

section.success_section {
    background: #0D0D0D;
    padding: 75px 0px;
    padding-top: 100px;
    position: relative;
}

section.success_section .container {
    position: relative;
    z-index:2;
}

.success_shap_top {
    left: -19%;
    width: 30%;
    top: -20%;
}

.success_deta li strong {
    display: block;
    font-family: 'Poppins';
	font-weight: 700;
    font-size: 17px;
    margin-bottom: 6px;
}

.success_slider_content {
    position: relative;
}

img.success_slider_sm {
    position: absolute;
    top: 69%;
    transform: translateY(-50%);
    right: 9px;
    filter: drop-shadow(0px 0px 6px #825BF7);
}

.success_slider_image {
    position: relative;
    margin-right: 14%;
}

.success_slider_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(0deg, black, transparent);
    display: flex;
    flex-direction: column;
    padding: 26px 40px;
}

.success_slider_overlay h2 {
    color: #fff;
    margin-top: auto;
    font-size: 24px;
}

img.success_slider_lg, .success_slider_overlay {
    border-radius: 24px;
	overflow:hidden;
}

/* success css */


/* pricing css */

.pricing_block {
    background: #000000;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #825BF7;
    box-shadow: 0px 0px 14px #6D30FB40;
    position: relative;
    padding-top: 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

img.pricing_icon {
    position: absolute;
    right: 27px;
    top: -35px;
    width: 67px;
}

section.pricing_section {
    padding: 75px 0px;
    padding-top: 100px;
	position:relative;
}

section.pricing_section .container{
	position:relative;
	z-index:2;
}

.pricing_block .button_block a {
    width: 100%;
}

select.select_option {
    background: transparent;
    color: #fff;
    height: 43px;
    padding: 6px 13px;
    border-radius: 8px;
    font-family: 'Poppins';
	font-weight: 400;
    border: 1px solid rgba(130 91 247/48%) !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none;
    font-size: 16px;
}

select.select_option option {
    color: #000;
}

h3.price_deta_note {
    margin-top: 11px;
    margin-bottom: 18px;
}

h3.price_deta_note .price_deta {
    font-size: 27px;
    font-family: 'Poppins';
	font-weight: 500;
}

h3.price_deta_note .price_deta b {
    font-size: 15px;
    font-family: 'Poppins';
	font-weight: 400;
}

.price_description h4 {
    font-family: 'Poppins';
	font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
}

.price_description {
    height: 225px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 0px;
}

.pricing_block .button_block {
    margin-top: auto;
}

.pricing_block h2 {
    font-size: 25px;
}

.price_deta {
    display: none;
}
.price_deta.active {
    display: inline-block;
}

.show_more_button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.show_more_button {
    margin-bottom: 14px;
}

.show_more_button a:hover {
    color: #825bf7;
}

.price_description.title_text.active {
    overflow-y: auto !IMPORTANT;
	height: auto;
}

.price_description.title_text.active::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	-webkit-box-shadow: none;
	background-color: #313131;
}

.price_description.title_text.active::-webkit-scrollbar
{
	width: 5px;
	background-color: #313131;
}

.price_description.title_text.active::-webkit-scrollbar-thumb
{
	background-color: #825bf7;
	border: 1px solid rgba(85 85 85/50%);
}

.pricing_shap_left {
    width: 30%;
    top: -21%;
    left: -16%;
}

.pricing_shap_right {
    width: 30%;
    top: -21%;
    right: -16%;
	display: none;
}

/* pricing css */


/* testimonial css */

section.testimonial_section {
    background: #0D0D0D;
    padding: 75px 0px;
    padding-top: 100px;
    position: relative;
}

.testimonial_shap_left {
    left: -16%;
    width: 30%;
    bottom: -24%;
}

.testimonial_shap_right {
    right: -16%;
    width: 30%;
    bottom: -24%;
}

section.testimonial_section .container {
    position: relative;
    z-index: 2;
}

.testimonial_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonial_content {
/*     width: calc(100% - 250px); */
    padding-left: 20px;
	background: #000000;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #825BF7;
    box-shadow: 0px 0px 14px #6D30FB40;
}

.testimonial_content h4 {
    font-size: 18px;
}

.testimonial_row {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 26px;
}

.testimonial_content h5 {
    color: #616161;
    font-size: 12px;
}

.slider_navigation_buttons div {
    position: static !IMPORTANT;
    /* border: 1px solid red; */
    width: 64px;
    height: 47px;
}

.slider_navigation_buttons {
    display: flex !IMPORTANT;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    position: absolute;
    left: 22%;
    bottom: 10px;
}

.slider_navigation_buttons .swiper-button-next:after {
    background: url(https://testdemoproject.xyz/aeoagency/wp-content/uploads/2025/07/Group-401.png) !IMPORTANT;
    background-size: contain !IMPORTANT;
    background-repeat: no-repeat !IMPORTANT;
    border: 1px solid red;
}

.slider_navigation_buttons .swiper-button-prev:after {
    background: url(https://testdemoproject.xyz/aeoagency/wp-content/uploads/2025/07/Group-401.png) !IMPORTANT;
    background-size: contain !IMPORTANT;
    background-repeat: no-repeat !IMPORTANT;
}

.slider_navigation_buttons div:after {
    width: 100%;
}

/* testimonial css */


/* faq css */

section.faq_section {
    margin: 75px 0px;
    margin-top: 100px;
}

.accordion-item {
    margin-bottom: 20px;
    background: #000000;
    border: 1px solid #825BF7 !IMPORTANT;
    border-radius: 10px !IMPORTANT;
    overflow: hidden;
}

button.accordion-button {
    background: #000000 !IMPORTANT;
    color: #fff !IMPORTANT;
    font-family: 'Poppins';
	font-weight: 400;
    font-size: 18px;
/* 	border-bottom: 1px solid #825BF7; */
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    border-bottom: 1px solid #825BF7;
}

.accordion-button:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button::after {
    content: '\f107' !IMPORTANT;
    background: none !IMPORTANT;
    font-family: fontAwesome !important;
    position: absolute;
    right: 14px;
}

/* faq css */

/* blog section css */

section.blog_section {
    margin: 75px 0px;
}

.blog_image {
    position: relative;
}

.blog_image img {
    height: 250px;
    border-radius: 10px;
    border: 1px solid #825BF74C;
    object-fit: cover;
}

.blog_image a.category_post {
    position: absolute;
    right: 23px;
    top: 10px;
    color: #fff;
    text-transform: uppercase;
    background: rgba(255 255 255/34%);
    padding: 5px 13px;
    border-radius: 30px;
    font-size: 13px;
}

.blog_content {
    margin-top: 15px;
}

.blog_content h5 {
    font-size: 16px;
    font-family: 'Poppins';
	font-weight: 400;
}

.blog_content a {
    color: #fff;
}

.blog_content a h2 {
    font-size: 22px;
}

/* blog section css */

/* cta section css */

section.cta_section {
    margin: 75px 0px;
}

.cta_block {
    padding: 37px;
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid rgba(130 91 247/50%);
	background-position: center !important;
}

.cta_inner {
    max-width: 600px;
}

.cta_inner h2 {
    font-size: 30px;
}

/* cta section css */




/* Service Detail page css start -->J */
.about-service-detail-section h3.ghost_text {
    left: 22%;
}
.about-service-detail-section .aeo_image_circul {
    padding: 0 10% 0 0%;
}
.why-aeo-matter-section h3.ghost_text {
    width: 100%;
}
.why-aeo-matter-section .aeo_image_circul {
    padding: 0 0% 0 10%;
}
section.how-service-works {
    padding: 110px 0px 70px;
}
section.how-service-works .title_text p, .how-service-work-box p, section.key-features-section .title_text p{
    width: 71%;
    margin: 0 auto;
}
.how-service-work-box img {
    width: 80px;
    height: auto;
}
.how-service-work-box h3 {
    font-size: 32px;
    margin: 16px 0px 10px;
}
section.key-features-section {
    background: #0D0D0D;
    padding: 110px 0px 70px;
}
section.success_section.service_inn_success {
    background: #000000;
}
.key-feature-box {
    background: #000000;
    border-radius: 20px;
    border: 1px solid #825BF7;
    height: 100%;
    padding: 20px;
    grid-gap: 20px;
}
.key-feature-box .key-feature-content h3 {
    font-size: 24px;
    box-shadow: 0px 3px 6px #00000080;
    margin: 0 0 10px 0;
	
}
.key-feature-box img {
    width: 80px;
}
.key-features-section .row:first-child .col-md-4.col-12 {
    padding-bottom: 35px;
}
.key-feature-content p {
    margin: 0;
    line-height: inherit;
}
.service_pricing .pricing_block h2 {
    color: #825BF7;
}
.pricing_section.service_pricing .pricing_price p {
    font-size: 27px;
    font-family: 'Poppins';
	font-weight: 500;
}
.pricing_section.service_pricing .pricing_price p span {
    font-size: 15px;
    font-family: 'Poppins';
	font-weight: 400;
}
section.pricing_section.service_pricing {
    background: #0D0D0D;
}
.how-service-work-box {
    background: #000000;
    border-radius: 20px;
    border: 1px solid #825BF7;
    box-shadow: 0px 0px 10px #825BF740;
    height: 100%;
    padding: 20px;
}
.how-service-work-box p {
	width: 100%;
}
.how-service-works .row .col-md-4.col-12 {
	padding-bottom: 30px;
}
.how-service-work-box:hover,
.key-feature-box:hover {
    filter: drop-shadow(0px 0px 4px #825BF7);
}
/* Service Detail page css end -->J */

/* category page start */
.blog-box {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #3B2F55;
	height: 100%;
}
.blog-box:hover {
    box-shadow: inset 0px 0px 10px #D8C7FF;
    border:1px solid #15121d;
}
section.blogs-box-section {
    margin: 70px 0px;
}
h3.blog-title {
    font-family: 'Poppins';
	font-weight: 500;
    font-size: 24px;
    margin: 10px 0px;
    line-height: 34px;
    color: #ffffff;
	min-height: 100px;
}
h3.blog-title:hover {
    color: #825bf7;
}
.blog-meta i {
    color: #825bf7;
    margin-right: 8px;
}
.blog-date {
    margin-right: 10px;
}
.blog-author {
    margin-left: 10px;
}
.blog-meta {
    font-size: 16px;
    font-family: 'Poppins';
	font-weight: 500;
}
.blog-content p {
    margin: 0;
}
.blog-box .button_group {
    margin-top: 20px;
}
img.blog-img {
    margin-bottom: 25px;
}
img.blog-img.home-img {
    margin-bottom: 7px;
}
/* category page css end */

/* .success_slider_main {
	display: none;
}
 */

.ranking-block {
	padding: 37px;
	border-radius: 25px;
	overflow: hidden;
	border: 2px solid rgba(130 91 247 / 50%);
	background-position: center !important;
}
.ranking-cta-inn h2 {
    font-size: 30px;
}
.ranking-cta-inn p {
    width: 50%;
}
section.ranking-cta {
    margin: 75px 0px;
}
section.ranking-diffrent {
    padding: 75px 0;
}
.ranking-diffrent-img img {
    border-radius: 20px;
}
.post-meta {
    display: flex;
    grid-gap: 5px;
    align-items: center;
    margin: 0 0 20px 0;
}
p.post-date {
    margin: 0;
}

.error-img-btn img {
    width: 500px;
    margin-top: 50px;
}

@media only screen and (max-width:1440px){
    h3.blog-title {
        font-size: 20px;
        line-height: 30px;
		min-height: 90px;
    }
    .blog-meta {
        font-size: 14px;
    }
}
@media only screen and (max-width:1280px){
    h3.blog-title {
        min-height: 90px;
    }
}
@media only screen and (max-width:767px){
    h3.blog-title {
        min-height: auto;
        font-size: 18px;
    }
	.blogs-box-section .row .col-lg-4.col-md-6.col-12 {
		margin-bottom: 20px;
	}
	.title_text h2 {
		font-size: 23px;
	}
	.discover_image img {
		margin-bottom: 20px;
	}
	.discover_content h2 {
		font-size: 23px;
	}
	button.accordion-button {
		font-size: 16px;
	}
/* category page end */

@media(max-width:1400px){
	.logo, .header__button {
		width: 190px;
	}
	
	ul#mega-menu-primary li > a{
		padding: 10px 19px ! IMPORTANT;
	}
	
	.hero_block h1{
		font-size:50px;
	}
	
	.hero_block h5{
		font-size:14px;
	}
	
	.hero_block p{
		font-size:16px;
	}
	
	.title_text h2{
		font-size:34px;
	}
	
	p, a, li{
		font-size:15px;
	}
	
	h3.ghost_text{
		font-size:126px;
	}
	
	.blog_content a h2 {
		font-size: 19px;
	}

	.blog_content h5 {
		font-size: 14px;
	}

	.cta_inner h2 {
		font-size: 24px;
	}

	.footer_widget h4 {
		font-size: 21px;
	}

	.contact_info_footer h4 {
		font-size: 17px !IMPORTANT;
	}
	
}

	@media only screen and (max-width:1199px) {
		.ranking-cta-inn p {
			width: 80%;
		}
	}

@media(max-width:1200px){
	header.header_bar .container {
		position: relative;
	}

	.menubar {
		position: absolute;
		right: 14px;
	}

	.header__button {
		margin-right: 64px;
	}

	.mega-menu-toggle {
		background: #825bf7 ! IMPORTANT;
		border-radius: 7px !IMPORTANT;
	}

	.mega-menu-toggle:hover {
		background: #000 !IMPORTANT;
	}

	ul#mega-menu-primary {
		padding-top: 50px !IMPORTANT;
		background:#000 !Important;
	}

	ul#mega-menu-primary {
		border-radius: 0px !IMPORTANT;
	}

	button.mega-close {
		width: 43px !IMPORTANT;
		left: 256px !IMPORTANT;
		background: #825bf7 ! IMPORTANT;
	}

	.hero_block h5 {
		font-size: 12px;
		padding: 9px 12px;
	}

	.hero_block h1 {
		font-size: 38px;
	}

	.hero_block p {
		padding: 0px;
	}

	section.service_slide_section {
		padding: 10px 0px;
	}

	.service_inner_slide a {
		font-size: 25px;
	}

	h3.ghost_text {
		font-size: 98px;
		top: -69px;
	}

	.service-slide-inner_main {
	}

	.thumbnail_deta h3 {
		font-size: 20px;
	}

	img.success_slider_sm {
		width: 46%;
	}

	.success_slider_overlay h2 {
		font-size: 20px;
	}

	p, a {
		line-height: 25px;
	}

	h3.price_deta_note .price_deta {
		font-size: 24px;
	}

	.price_description h4 {
		font-size: 19px;
	}

	.testimonial_image:before {
		width: 100px;
		left: -23px;
		top: -21px;
	}

	img.pricing_icon {
		width: 50px;
		top: -27px;
	}

	.title_text h2 {
		font-size: 23px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		position: static;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		background: transparent;
		padding: 0px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		background: transparent;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		font-size: 14px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		color: #ffffff;
	}
}


@media(max-width:991px){

	.hero_block h1 {
		font-size: 30px;
	}

	section.hero_section {
		padding-bottom: 40px;
	}

	.service-slide-inner a img {
		height: 56px;
	}

	.service-slide-inner h2 {
		font-size: 24px;
	}

	.thumbnail_deta h3 {
		font-size: 15px;
	}

	.thumbnail_deta h4 {
		font-size: 12px;
		height: 30px;
		width: 30px;
	}

	.success_slider_overlay {
		padding: 15px;
	}

	.pricing_section .col-md-4 {
		width: 100%;
		margin-bottom: 37px;
	}

	.pricing_section .col-md-4:last-child {
		margin-bottom: 0px;
	}

	h3.ghost_text {
		font-size: 71px;
		top: -49px;
	}

	section.testimonial_section, section.pricing_section, section.success_section, section.service_section {
		padding-top: 66px !IMPORTANT;
		padding-bottom: 50px;
	}

	section.how_it_works_section, section.faq_section, section.blog_section {
		margin-top: 66px;
		margin-bottom: 50px;
	}

	section.aeo_section {
		padding: 50px 0px;
	}


	.blog_section .col-md-4 {
		width: 50% !IMPORTANT;
		margin-bottom: 30px;
	}

	section.cta_section {
		margin: 50px 0px;
	}


	.cta_block {
		text-align: center;
	}

	footer .col-md-3, footer .col-md-2, footer .col-md-4 {
		width: 50%;
		margin-bottom: 15px;
	}

	.copyright_block {
		text-align: center;
	}
}

@media(max-width:767px){
	.hero_block h1 {
		font-size: 23px;
	}

	section.hero_section {
		padding-bottom: 40px;
	}

	.service-slide-inner a img {
		height: 56px;
	}

	.service-slide-inner h2 {
		font-size: 23px;
	}

	.thumbnail_deta h3 {
		font-size: 15px;
	}

	.thumbnail_deta h4 {
		font-size: 12px;
		height: 30px;
		width: 30px;
	}

	.success_slider_overlay {
		padding: 15px;
	}

	.pricing_section .col-md-4 {
		width: 100%;
		margin-bottom: 37px;
	}

	.pricing_section .col-md-4:last-child {
		margin-bottom: 0px;
	}

	h3.ghost_text {
		font-size: 71px;
		top: -49px;
	}

	section.testimonial_section, section.pricing_section, section.success_section, section.service_section {
		padding-top: 66px !IMPORTANT;
		padding-bottom: 50px;
	}

	section.how_it_works_section, section.faq_section, section.blog_section {
		margin-top: 66px;
		margin-bottom: 50px;
	}

	section.aeo_section {
		padding: 50px 0px;
	}


	.blog_section .col-md-4 {
		width: 50% !IMPORTANT;
		margin-bottom: 30px;
	}

	section.cta_section {
		margin: 50px 0px;
	}


	.cta_block {
		text-align: center;
	}

	footer .col-md-3, footer .col-md-2, footer .col-md-4 {
		width: 50%;
		margin-bottom: 15px;
	}

	.copyright_block {
		text-align: center;
	}

	.success_section .col-md-6:nth-child(3) {orphans: 2;}

	.success_section .col-md-6:nth-child(2) {
		order: 3;
	}

	.title_text.success_deta {
		margin-top: 30px;
	}

	.testimonial_image {
		width: auto;
		border: none;
		padding-top: 34px;
		display: inline-block;
		margin: 0 auto;
	}

	.testimonial_content {
		width: 100%;
		padding-bottom: 29px;
	}

	.testimonial_image img {
		width: 146px;
	}

	.testimonial_row {
		padding: 0px 28px;
		position: relative;
	}

	.testimonial_row:before {
		content: '';
		position: absolute;
		left: 17px;
		height: 100%;
		width: 1px;
	}

	.aeo_section .row {
		flex-direction: column-reverse;
	}

	.aeo_image_circul {
		margin-bottom: 25px;
	}

	.button_group {
		margin-top: 24px;
	}

	.header__button a, .button_block a, .button_group a {
		height: 40px;
		line-height:40px;
		padding: 0px 15px;
	}

	ul.social_icons li a img {
		width: 30px;
	}

	.icon_footer {
		width: 30px;
	}

	.contact_info_footer h4 {
		font-size: 16px !IMPORTANT;
		margin: 0px;
	}
	
	.service-slide-inner {
		padding: 54px 19%;
	}
	.how-service-works .row .col-md-4.col-12:not(:last-child) {
		padding-bottom: 30px !important;
	}
	.ranking-cta-inn p {
		width: 100%;
	}
	.error-img-btn img {
		width: 280px;
		margin-top: 40px;
	}
}


@media(max-width:600px){
	.right_image {
		right: 0px;
	}

	.pricing_shap_right {
		right: 0px;
	}

	.testimonial_shap_right {
		display: none;
	}

	.blog_section .col-md-4 {
		width: 100% !IMPORTANT;
	}

	.blog_image a {
		display: block;
	}

	.blog_image img {
		width: 100%;
		height: auto;
	}

	section.hero_section {
		height: auto;
	}
}
	@media only screen and (max-width:575px) {
		h3.ghost_text.ranking-detail {
			left: 35%;
		}
	}

@media(max-width:510px){
	footer .col-md-3, footer .col-md-2, footer .col-md-4 {
		width: 100%;
	}

	.cta_block {
		background-position: right !IMPORTANT;
		padding: 20px;
	}

	h3.ghost_text {
		font-size: 60px;
	}

	.logo, .header__button {
		width: auto;
	}

	.logo img {
		height: 33px;
	}

	.pd_section {
		padding: 0px;
	}

	.header__button a i {
		display: none;
	}

	.header__button a {
		font-size: 12px;
		height: 37px;
		line-height:37px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box span, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box:after, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box:before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		width: 30px !IMPORTANT;
	}


	#mega-menu-wrap-primary .mega-menu-toggle {
		height: 33px !IMPORTANT;
	}

	.header__button {
		margin-right: 49px;
	}

	.service-slide-inner {
		padding: 39px;
	}

	.service-slide-inner_main {
		height: 300px;
	}

	.swiper-pagination span {
		height: 10px;
		width: 10px;
	}

	.discover_image {
		margin-bottom: 25px;
	}

	.discover_content h2 {
		font-size: 20px;
	}

	.button_group a.button_dark {
		margin-right: 5px;
	}

	.cta_block .button_group {
		margin-left: -10px;
		margin-right: -10px;
	}

	.button_group a {
		margin-bottom: 10px;
	}

	.footer_logo {
		width: 100%;
	}

	.footer_logo img {
		height: 40px;
	}
	
	.service_inner_slide:after {
		height: 32px;
		width: 33px;
	}
}

@media only screen and (max-width:374px) {
	h3.ghost_text {
		font-size: 50px;
		top: -30px;
	}
}

@media(max-width:1200px){
	ul#mega-menu-primary li > a{
		font-family: "Poppins", sans-serif !Important;
	}
}

@media(max-width:510px){
	.header__button a, .thumbnail_deta h4, .button_block a, .service_inner_slide a, .button_group a, .hero_block h5{
		font-family: "Poppins", sans-serif;
	}
}


.main_body {
	width:100%;
    overflow-x:hidden;
}
