body{
    font-family: 'Inter', sans-serif;
}
@font-face {
    font-family: akira;
    src: url(../fonts/Akira\ Expanded\ Demo.otf);
}
/* inter-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Inter-Thin.ttf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/Inter-ExtraLight.ttf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Inter-Light.ttf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Inter-Medium.ttf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Inter-Regular.ttf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Inter-SemiBold.ttf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Inter-Bold.ttf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/Inter-ExtraBold.ttf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Inter-Black.ttf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1, h2, h3 {
  font-family: akira;
}
a, button{
    transition: 0.5s;
    text-decoration: none!important;
}
input{
    box-shadow: none;
    outline: none!important;
}
h1{
    font-size: 85px;
    line-height: 79px;
    margin-bottom: 20px;
}
p{
    font-size: 24px;
}
.c-scrollbar{
    z-index: 999;
}
.an-primary-heading {
    font-size: 72px;
    line-height: 70px;
    margin-bottom: 30px;
}
@media (min-width: 1580px) {
    .container-xxl {
        max-width: 1500px;
    }
    
}
.an-section-pendding {
    padding: 70px 0px;
    overflow: hidden;
}
section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.an-home-banner .an-primary-btn {
    font-size: 22px;
    color: white;
    display: inline-block;
    padding: 15px 30px;
    background: #f3b500;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 600;
    
}
.an-home-banner .an-primary-btn:hover {
    background: white;
    color: black;
    transform: translateY(-5px);
}
/* section {
     transform: none!important; 
    opacity: 1!important;
    pointer-events: all!important;
}
.has-scroll-smooth body, html.has-scroll-smooth {
    overflow-x: hidden;
    overflow-y: auto;
} */
/*=================header css =========================*/
.an-header {
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 70px;
    top: 0px;
    left: 0px;
    align-items: center;
    transition: 0.5s;
}
.an-header .an-menu-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 26px;
}
.an-header.stick {
    position: fixed;
    background: black;
}
.an-header .an-menu-btn {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
}
.an-header .an-menu-btn:hover {
    background: white;
    color: black;
}
.an-brand-logo {
    position: relative;
    overflow: hidden;
    padding: 5px 0px;
}

.an-brand-logo img:nth-child(2) {
    position: absolute;
    left: 34px;
    bottom: 0px;
    animation: logoanimation 1s linear infinite;
}
@keyframes logoanimation{
    0%{
        top: 60px;
    }
    100%{
        top:-60px;
    }
}
.an-menu-wrapper {
    position: fixed;
    align-items: center;
    width: 101%;
    height: 101%;
    left: -1%;
    top: -1%;
    z-index: 99;
    padding: 40px;
    visibility: hidden;
    opacity: 0;   
}
.an-menu-active {
    overflow: hidden;
}
.an-header .an-menu-btn i:nth-child(2){
    display: none;
}
.an-menu-active .an-header .an-menu-btn i:nth-child(1) {
    display: none;
}
.an-menu-active .an-header .an-menu-btn i:nth-child(2){
    display: block;
}
.an-menu-active .an-header .an-menu-btn {
    background: white;
    color: black;
}
.an-menu-active .an-header.stick {
    background: transparent;
}

.an-menu-active .an-menu-wrapper {
    visibility: visible;
    opacity: 1;
    
}
@keyframes menu1 {
    0%{
        visibility: hidden;
        opacity: 0;
    }
    100%{
        visibility: visible;
        opacity: 1;
    }
}
.an-menu-back-drop {
    content: "";
    position: absolute;
    width: 50%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: black;
    transition: 0.1s;
    transform: translate(-50% , -50%);
    z-index: -1;
}

.an-menu-active 
.an-menu-back-drop {
    animation: menu2 0.8s linear;
    animation-fill-mode: forwards;
    opacity: 1;
    visibility: visible;
}
@keyframes menu2 {
    0%{
        height: 0%;
    }
    50%{
        height: 50%;
    }
    60%{
        height: 50%;
        width: 50%;
    }
    100%{
        height: 100%;
        width: 100%;
    }
}
.an-menu-wrapper ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
}

.an-menu-wrapper ul li a {
    font-family: 'inter';
    color: white;
    font-size: 48px;
    position: relative;
    padding-bottom: 0px;
    font-weight: 600;
    display: block;
}

.an-menu-wrapper ul li {
    margin-bottom: 6px;
    /* transform: translateX(-30px); */
    /* opacity: 0; */
}
.an-menu-active .an-menu-wrapper ul li{
    /* animation: menu3 0.2s linear; */
    /* animation-fill-mode: forwards; */
}
.an-menu-wrapper ul>li:nth-child(1) {
    animation-delay: 1.2s;
}
.an-menu-wrapper ul>li:nth-child(2) {
    animation-delay: 1.4s;
}
.an-menu-wrapper ul>li:nth-child(3) {
    animation-delay: 1.6s;
}
.an-menu-wrapper ul>li:nth-child(4) {
    animation-delay: 1.8s;
}
.an-menu-wrapper ul>li:nth-child(5) {
    animation-delay: 2s;
}
@keyframes menu3 {
    0%{
        transform: translateX(-30px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}


.an-menu-wrapper ul li a:hover:before {
    width: 40px;
    background: #f1b424;
}

.an-menu-wrapper ul li a:hover {
    color: #f1b424;
}
.an-menu-arrow {
 max-width: 100%;
 opacity: 0;
 transform: translateX(30px);
 position: absolute;
 width: 50%;
 height: 100%;
 right: 0%;
 top: 0%;
 object-fit: cover;
 object-position: center;
}
.an-menu-active .an-menu-arrow{
    animation: menu4 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
}
@keyframes menu4 {
    0%{
        transform: translateX(30px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
.an-menu-close {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    border: none;
    font-size: 30px;
    background: #e8ae23;
    color: white;
}
.an-menu-close:hover {
    background: black;
}
.an-get-a-quote-btn {
    display: inline-block;
    padding: 10px 20px;
    background: white;
    border-radius: 30px;
    font-weight: 600;
    color: black;
}
.an-get-a-quote-btn:hover{
    background: #e8ae23;
    color: white;
}
.an-get-a-quote-btn:hover:before{
    display: none;
}
.an-header .an-get-a-quote-btn {
    position: relative;
    top: -4px;
    z-index: 1;
    margin-right: 15px;
}
.an-header .an-get-a-quote-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: white;
    border-radius: 30px;
    z-index: -1;
    animation: getquote 1s linear infinite;
}
@keyframes getquote {
    0%{
        opacity: 1;
        transform: scale(0.5);
    }
    100%{
        opacity: 0;
        transform: scale(1.4);
    }
}
.an-menu-wrapper ul li.has-child-menu ul {
    position: absolute;
    left: 100%;
    top: 0px;
}

li.has-child-menu {
    position: static;
}

.an-menu-wrapper ul li.has-child-menu ul li a {
    font-size: 24px;
}

/*=================header css end=========================*/
/*=================home banner css=======================*/
.an-full-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0px;
}
.an-home-banner .row {
    align-items: center;
}
.an-home-banner{
    color: white;
    background: #5200aa;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.an-home-banner h1 span{
    overflow: hidden;
    color: #f3b500;
    position: relative;
    display: inline-block;
    margin-bottom: -13px;
}
.an-home-banner .an-home-banner-arrow {
    position: absolute;
    z-index: -1;
    right: 0px; 
    max-width: 48%;
    bottom: -100%;
}
.loaded .an-home-banner .an-home-banner-arrow {
    animation: homearrow 0.5s linear;
    animation-fill-mode: forwards;
    animation-delay:0.5s ;
}
@keyframes homearrow {
    0%{
        bottom: -100%;
        transform: scale(0); 
    }
    100%{
        bottom: 90px;
        transform: scale(1); 
        
    }
}
.an-home-banner h1 span b {
    transform: scale(0); 
    display: inline-block;
    transition: .2s;
}
.loaded .an-home-banner h1 span b {
    animation: homeh 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: .7s;
}
@keyframes homeh {
    0%{
        transform: scale(0) 
    }
    100%{
        transform: scale(1); 
    }
}
.an-home-banner h1 span img {
    position: absolute;
    top: 0px;
    left: -100%;
    height: 74px;
    transform: scale(1);
   
}
.loaded .an-home-banner h1 span img {
    animation: homeharrow 0.5s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}
@keyframes homeharrow {
    0%{
        left: -100%;
        transform: scale(1); 
    }
    90%{
        left: 130px;
        transform: scale(1); 
    }
    100%{
        left: 130px;
        transform: scale(0); 
        
    }
}
.an-home-mobile{
    max-height: calc(100vh - 140px);
    max-width: 100%;
}

.an-home-banner h1>b {
    opacity: 0;
    transition: 0.5s;
}
.loaded  .an-home-banner h1>b{
    animation: bannertext 0.3s linear;
    animation-fill-mode:forwards
}
.loaded .an-home-banner h1>b:nth-child(1) {
    animation-delay: 0.5s;
}
.loaded .an-home-banner h1>b:nth-child(2) {
    animation-delay: 1s;
}
.loaded .an-home-banner h1>b:nth-child(3) {
    animation-delay: 1.5s;
}
@keyframes bannertext{
    0%{
       opacity: 0; 
    }
    100%{
       opacity: 1; 
    }
}
/*=================home banner css end=======================*/
/*=================about section css =======================*/
.an-about-section {
    background-image: url(../img/about-bg.webp);
    background-size: cover;
    background-position: center;
}
.an-about-content {
    background: black;
    padding: 200px 70px;
    color: white;
    position: relative;
}

.an-about-content a {
    position: absolute;
    bottom: 70px;
    right: 70px;
    color: white;
    font-size: 24px;
    font-weight: 500;
}
.an-about-content a:hover{
    color: #f3b500;
}
.an-about-content a img {
    margin-left: 10px;
    animation: brtarrow 1s linear infinite;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@keyframes brtarrow {
    0%{
        transform: translateX(0px)
    }
    50%{
        transform: translateX(20px)
    }
    100%{
        transform: translateX(0px)
    }
}
.an-about-arrow {
    position: relative;
    background: black;
    height: 100%;
    overflow: hidden;
}
.an-about-arrow img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    animation: abarrow 1.5s  cubic-bezier(.14, .75, .2, 1.01) infinite;
}

.an-about-arrow .an-arrow-1 {
    position: absolute;
    bottom: -50px;
    animation-delay: 0.8s;
}

.an-about-arrow .an-arrow-2 {
    bottom: 130px;
    z-index: -1;
    animation-delay: 1s;
}

.an-about-arrow {
    z-index: 1;
}

.an-about-arrow .an-arrow-3 {
    bottom: 310px;
    z-index: -11;
    animation-delay: 1.2s;
}
@keyframes abarrow{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    0%{
        opacity: 0;
    }
}
/*========================About css end ==========================*/
/*========================service css  ==========================*/
.accordion-item {
    border: none;
}
#an-service-acordion .accordion-button {
    background: transparent!important;
    font-size: 40px;
    color: white;
    box-shadow: none;
    padding: 0px;
    padding-left: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.an-service-section {
    background: #5207a7;
    color: white;
}

.accordion-item {
    background: transparent!important;
}
#an-service-acordion .accordion-button i {
    position: absolute;
    left: 7px;
    font-size: 45px;
    top: 0px;
    transition: 0.5s;
    transform: rotate(90deg);
}
#an-service-acordion .accordion-button.collapsed i {
    transform: rotate(0deg);
}
#an-service-acordion .accordion-body {
    padding: 15px;
    padding-left: 50px;
    color: white;
}
#an-service-acordion .accordion-button::after {
    display: none;
}
.an-service-mobile {
    position: relative;
    width: 450px;
    margin-left: auto;
}

.an-service-mobile .an-ser-m {
    max-width: 100%;
}

.an-service-mobile .an-ser-h {
    position: absolute;
    top: 200px;
    left: -140px;
    width: 330px;
    animation: headphone1 3s linear infinite;
}
@keyframes headphone1 {
    0%{
        top: 200px;
    }
    50%{
        top: 170px;
    }
    100%{
        top: 200px;
    }
}
.an-service-section .row{
    align-items: center;
}
.an-ser-h-s {
    position: absolute;
    top: 410px;
    left: 230px;
}
.an-service-section .container-xxl {
    position: relative;
}
.an-service-section .an-ser-arrow {
    position: absolute;
    right: 0px;
    top: 3%;
    z-index: -1;
}
.an-service-section .an-primary-heading {
    font-size: 62px;
    color: #f3b500;
}

.an-service-item-wrapepr {
    display: flex;
    flex-wrap: wrap;
}
.an-service-item-wrapepr .an-sevice-item {
    text-align: center;
    width: 33.33%;
    padding: 20px;
}

.an-service-item-wrapepr .an-sevice-item img {
    height: 50px;
}

.an-service-item-wrapepr .an-sevice-item h4 {
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
}
.an-service-item-wrapepr .an-sevice-item::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    top: 0px;
    left: 0px;
    border: 2px solid white;
    border-right: transparent;
    border-bottom: transparent;
    transition: 0.5s;
    opacity: 0;
}

.an-service-item-wrapepr .an-sevice-item {
    position: relative;
    transition: 0.5s;
}

.an-service-item-wrapepr .an-sevice-item:hover:before, .an-service-item-wrapepr .an-sevice-item:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.an-service-item-wrapepr .an-sevice-item::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    bottom: 0px;
    right: 0px;
    border: 2px solid white;
    border-left: transparent;
    border-top: transparent;
    transition: 0.5s;
    opacity: 0;
}

.an-service-item-wrapepr .an-sevice-item:hover {
    transform: scale(1.1) rotate(3deg);
}
/*========================service css  end==========================*/

.an-content-flow-section .an-primary-heading {
    font-size: 100px;
    color: #fa602d;
    line-height: 90px;
    white-space: nowrap;
    margin-bottom: 0px;

}
/*======================formation section================*/
.an-formation-section {
    background: #f1b424;
    color: black;
}
.an-formation-section .an-primary-heading {
    font-size: 120px;
}
.an-formation-section  h3 {
    font-size: 66px;
    line-height: 64px;
    margin-bottom: 30px;
}
.an-formation-section p{
    max-width: 85%;
}
.an-formation-section .an-form-img {
    max-width: 110%;
    margin-left: -10%;
}
.an-formation-arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    max-width: 50%;
}
/*======================formation section end================*/
/*======================Creation section================*/
.an-cration-section{
    background-image: url(../img/creation-bg.webp);
    background-size: cover;
    background-position: center;
    color: #f1b424;
}
.an-creation-center .an-item {
    background: white;
    padding: 50px;
}
.an-creation-center .an-item figure {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2b401;
    padding: 20px;
    width: 250px;
    height: 250px;
    text-align: center;
    margin-left: -100px;
    margin-top: -180px;
}
.an-creation-center .an-item figure img {
    display: inline-block;
    max-width: 100%;
}
.an-creation-center .slick-list {
    padding-left: 50px;
    padding-top: 180px;
}
.an-creation-center .an-item .an-content h3 {
    font-size: 55px;
    font-family: 'Inter';
    font-weight: 900;
    line-height: 61px;
}
.an-creation-center .an-item .an-content h3 span {
    display: inline-block;
    color: #fa602d;
}
/*======================Creation section end================*/
/*====================get a business section ===============*/
.an-get-your-business {
    background-image: url(../img/pricing-bg.webp);
    background-size: cover;
    background-position: center;
}
.an-get-your-business .left {
    margin-right: -10%;
}

.an-get-your-business img {
    max-width: 100%;
}

.an-get-your-business .right {
    margin-left: -10%;
}

.an-get-your-business .row {
    align-items: center;
}
.get-a-b-wrapper {
    padding: 80px;
    border-radius: 20px;
    background: #efa622;
    padding-right: 20%;
    box-shadow: -15px 27px 30px 0px #00000045;
}

.get-a-b-wrapper h2 {
    color: black;
    font-size: 37px;
    margin-bottom: 20px;
}

.get-a-b-wrapper p {
    font-size: 19px;
    margin-bottom: 20px;
}

.get-a-b-wrapper .an-primary-btn.dark {
    font-size: 20px;
    padding: 15px 30px;
    background: #f94c21;
    color: white;
    display: inline-block;
    border-radius: 15px;
}
/*====================get a business section end===============*/
/*======================Pricing Section ===================*/
.an-pricing-section{
    background-image: url(../img/pricing-bg.webp);
    background-size: cover;
    background-position: center;
}
.an-packages-wrapper {
    display: flex;
    justify-content: center;
    gap: 5px;
    max-width: 1000px;
    margin: auto;
}
.an-pricing-section .an-primary-heading {
    text-align: center;
    color: #5207a7;
}
.an-packages-item {
    flex: 0 0 150px;
    color: white;
    background: #5207a7;
    transition: 0.5s;
    position: relative;
    /* overflow: hidden; */
    max-width: 150px;
}
.an-packages-item .an-left-heading {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
    position: absolute;
    bottom: 40px;
    white-space: nowrap;
    transform: rotate(180deg);
    left: 5px;
    display: block;
    writing-mode: vertical-rl;
    cursor: pointer;
}
.an-packages-item.active {
    flex: 1;
    max-width: 535px;
}
.an-packages-item.active .an-p-body, .an-packages-item.active .an-p-footer {
    visibility: visible;
    opacity: 1;
    /* display: block!important; */
}
.an-packages-item .an-p-body, .an-packages-item .an-p-footer {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    /* display: none!important; */
    white-space: nowrap;
}
.an-packages-item  h4 {
    font-size: 36px;
    font-weight: 700;
}
.an-packages-item.active .an-left-heading {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.an-packages-item .an-p-body {
    padding: 50px;
}
.an-packages-item  .an-tag {
    position: absolute;
    font-size: 16px;
    text-transform: uppercase;
    background: #f1b424;
    padding: 3px 10px;
    top: -10px;
    color: #000000;
    left: 50px;
    min-width: 125px;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    transition: 0.5s;
}
.an-packages-item.active  .an-tag{
    opacity: 1;
}

.an-packages-item .an-p-footer {
    display: flex!important;
    padding: 30px 50px;
    border-top: 1px solid #7d40bf;
    justify-content: space-between;
    align-items: center;
}

.an-packages-item .an-p-footer .an-price {
    font-size: 100px;
    line-height: 90px;
    font-weight: 700;
}

.an-packages-item .an-p-footer a {
    display: inline-block;
    padding: 13px 30px;
    background: #f1b424;
    font-size: 15px;
    border-radius: 30px;
    color: #000000;
}

.an-packages-item .an-p-footer a:hover {
    background: white;
}

.an-packages-item .an-p-body ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 34px;
}

.an-packages-item .an-p-body ul li {
    margin-bottom: 17px;
}

.an-packages-item .an-p-body ul li img {
    margin-right: 15px;
}
/*======================Pricing Section End===================*/
/*======================video-section =======================*/
.an-video-section video {
    width: 100%;  
}
.an-video-section{
    overflow: hidden;
    position: relative;
}
/*======================video-section end=======================*/
/*======================Testimonial section =======================*/
.an-testimonial-section.is-inview {
    overflow: visible;
    top: 0px;
}
.an-testimonial-section.is-inview .an-primary-heading {
    position: sticky;
    top: calc(50% - 110px);
}
.an-testimonial-section.is-inview .container-xl {
    position: relative;
}
.an-testimonial-section {
    padding: 150px 0px;
    padding-bottom: 80px;
}
.an-testimonial-section{
    background-image: url(../img/testt-bg.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.an-testimonial-section .an-primary-heading {
    font-size: 69px;
    color: black;
    text-align: right;
    position: relative;

    margin-bottom: 0px;
}

.an-testimonial-item {
    padding: 40px;
    background: #fa602d;
    margin-bottom: 100px;
    max-width: 90%;
}

.an-testimonial-item figure {
    width: 100px;
    height: 100px;
    margin-top: -120px;
}

.an-testimonial-item figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.an-testimonial-item p {
    font-size: 23px;
    margin-bottom: 0px;
    color: black;
}

.an-testimonial-item:nth-child(even) {
    margin-left: auto;
}
.an-testimonial-item {
    opacity: 0;
    transition: 1s;
}
.an-testimonial-item.is-inview {
    opacity: 1;
    transform: translateX(0px)!important;
}
.an-testimonial-item:nth-child(odd) {
    transform: translateX(-100px);
}
.an-testimonial-item:nth-child(even) {
    transform: translateX(100px);
}
/*======================Testimonial section  end=======================*/
/*=============================footer contact section css =============================*/
.an-footer-contact-section {
    padding: 80px 0px;
    background: #5207a7;
    color: white;
}

.an-footer-contact-section-wrapper h2 {
    font-size: 100px;
    text-transform: uppercase;
    width: calc(100% - 400px);
    margin-bottom: 0px;
    line-height: 74px;
    margin-right: 40px;
    font-family: 'akira';
}
.an-footer-contact-section-wrapper {
    display: flex;
    align-items: center;
}
.an-footer-contact-section-wrapper>img {
    animation: contact1 1s linear infinite;
}
@keyframes contact1 {
    0%{
        transform: translateX(0px);
    }
    50%{
        transform: translateX(20px);
    }
    100%{
        transform: translateX(0px);
    }
    
}
.an-footer-contact-section-wrapper a {
    margin-left: 50px;
    animation: contact2 1s linear infinite;
}
@keyframes contact2 {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
    
}

/*=============================footer contact section end =============================*/
/*=============================footer css =============================*/
.an-footer {
    background: black;
    color: white;
    padding: 80px 0px;
    padding-bottom: 40px;
}
.an-footer h2 {
    font-size: 80px;
    text-align: right;
    line-height: 74px;
    animation: footerheading 5s linear infinite;
    font-family: 'akira';
}
@keyframes footerheading {
    0%{
        color: white;
    }
    20%{
        color: #5207a7;
    }
    40%{
        color: #f3b500;
    }
    50%{
        color: #26db94;
    }
    80%{
        color: #fa602d;
    }
    100%{
        color: white;
    }
    
}
.social-icon a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: white;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: black;
    font-size: 20px;
    margin: 0px 5px;
}
.an-footer .social-icon {
    text-align: right;
    margin-top: 30px;
}
.an-footer .an-address {
    margin-bottom: 50px;
}
.an-footer .an-address h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}
.an-footer .an-address p {
    font-size: 16px;
}
.an-footer .an-address a {
    color: white;
}
.an-footer ul {
    list-style: none;
    margin-top: 11px;
}
.an-footer ul li {
    margin-bottom: 23px;
}
.an-footer ul li a {
    color: white;
    font-size: 16px;
}
/*=============================footer css end=============================*/


/*===========================about page css============================*/
/*===========================about banner css============================*/
.an-about-banner {
    background: #f0b324;
    color: black;
}

.an-about-banner h3 {
    font-size: 50px;
}

.an-about-banner h1 {
    font-size: 155px;
    color: #5207a7;
    line-height: 110px;
}

.an-about-banner h2 {
    font-size: 75px;
    margin-bottom: 20px;
    color: #fa602d;
}

.an-about-banner h2 span {
    font-size: 113px;
    line-height: 92px;
    -webkit-text-fill-color: #f1b424; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fa602d;
}

.an-about-banner p {
    font-weight: 600;
}

.an-about-banner p span {
    font-size: 30px;
    font-weight: 900;
}

.an-about-banner .row {
    align-items: center;
}
.an-about-banner .an-about-banner-arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 40%;
}
.an-about-banner .an-about-mobile {
    max-width: 110%;
    position: relative;
    z-index: 1;
    left: -5%;
    margin-bottom: -20%;
}
/*===========================about page end============================*/
/*===========================our vision section =======================*/
.an-ourvision-section{
    background-image: url(../img/ourvision-bg.webp);
    background-size: cover;
}

.an-ourvision-wrapper {
    min-height: calc(100vh - 230px);
   
    background: #fa602d;
    color: white;
    text-align: center;
    padding: 70px;
    max-width: 1320px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.an-ourvision-wrapper p {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 50px;
}

.an-ourvision-wrapper .an-light {
    font-weight: 500;
    font-size: 23px;
}

.an-ourvision-wrapper h2 {
    font-size: 72px;
    margin-bottom: 20px;
}
/*===========================our vision section end=======================*/
/*==========================why connect-section =========================*/
.an-why-connect-section {
    background: #5207a7;
    color: white;
    text-align: center;
}
.an-why-connect-section .an-primary-heading + p {
    font-size: 20px;
    max-width: 50%;
    margin: auto;
}
.an-why-connect-section  .row {
    margin-top: 60px;
}
.an-why-connect-box {
    text-align: left;
    padding: 20px;
}
.an-why-connect-box h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}
.an-why-connect-box p {
    font-size: 16px;
    margin-bottom: 30px;
}
.an-why-connect-section .row>div {
    border: 1px solid white;
}
.an-why-connect-section .row>div.an-bl-hide {
    border-left: none;
}
.an-why-connect-section .row>div.an-br-hide {
    border-right: none;
}
/*==========================why connect-section end=========================*/
/*==========================Industry Section ==============================*/
.an-industries-section {
    background: #f1b424;
    color: black;
}
.an-industries-section .row {
    align-items: center;
}
.an-hover-tab-img-wrapper .an-hover-tab-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: 0.5s;
}
.an-hover-tab-img-wrapper {
    position: relative;
}
.an-hover-tab-img-wrapper img {
    max-width: 100%;
}
.an-industries-section p {
    font-size: 22px;
    margin-bottom: 50px;
}
.an-industries-section a {
    font-size: 30px;
    color: black;
}
.an-hover-tab {
    list-style: none;
    padding-left: 0px;
}
.an-hover-tab li a {
    position: relative;
    padding-left: 0px;
    transition: 0.5s;
}
.an-hover-tab li i {
    position: absolute;
    font-size: 37px;
    top: -2px;
    color: #5207a7;
    left: 0px;
    opacity: 0;
    transition: 0.5s;
}
.an-hover-tab li a.active {
    padding-left: 30px;
    font-weight: 700;
}
.an-hover-tab li a.active i {
    opacity: 1;
}
.an-hover-tab-img-wrapper .an-hover-tab-img img.active {
    opacity: 1;
}
.an-hover-tab-img-wrapper .an-hover-tab-img img.active {
    opacity: 1;
}
.an-industries-section .an-industry-arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 59%;
    z-index: -1;
}
/*==========================Industry Section end==============================*/
/*==========================design curios section ===========================*/
.an-design-curiosity-section {
    background: linear-gradient(180deg, #f5f5fa, #e9ddf9);
    color: black;
    text-align: center;
}
.an-design-curiosity-item {
    position: relative;
    transition: 0.5s;
    transform: scale(0.85);
    border-radius: 10px;
    overflow: hidden;
}
.an-design-curiosity-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000094;
    top: 0px;
    left: 100%;
    transition: 0.5s;
    z-index: 1;
}
.an-design-curiosity-item>img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: 0.5s;
}
.an-design-curiosity-item.slick-active.slick-center>img {
    height: 550px;
}
.an-design-curiosity-item:hover a {
    left: 0px;
}
.an-design-curiosity-item:hover>img {
    transform: scale(1.2) rotate(7deg);
}
.an-design-curiosity-slider .slick-arrow {
    position: absolute;
    bottom: -40px;
    font-size: 20px;
    text-transform: uppercase;
    height: 50px;
    width: 100px;
    border-radius: 30px;
    border: none;
    background: white;
    left: calc(50% - 60px);
    transform: translate(-50%);
}
.an-design-curiosity-slider .slick-arrow.slick-next {
    left: calc(50% + 60px);
}
.an-design-curiosity-slider .slick-arrow:hover {
    background: #f1b424;
}
.an-design-curiosity-slider .slick-list {
    min-height: 550px;
}
/*==========================design curios section end===========================*/
/*===========================about page end============================*/

/*===========================Service Page CSS============================*/
/*===========================Service banner CSS============================*/
.an-service-banner {
    background: #5207a7;
    color: white;
    text-align: right;
}
.an-service-banner .row {
    align-items: center;
}
.an-service-banner .row img {
    max-width: 100%;
}
.an-service-banner h2 {
    font-size: 50px;
}
.an-service-banner h1 {
    font-size: 110px;
    line-height: 97px;
    margin-bottom: 0px;
}
.an-service-banner h1 span {
    -webkit-text-fill-color: #5207a7;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    animation: servicesbanner 5s linear infinite;
}
@keyframes servicesbanner {
    0%{-webkit-text-stroke-color: #ffffff;}
    20%{-webkit-text-stroke-color: #f3b500;}
    40%{-webkit-text-stroke-color: #13db93;}
    60%{-webkit-text-stroke-color: #fa602d;}
    80%{-webkit-text-stroke-color: black;}
    100%{-webkit-text-stroke-color: #ffffff;}
}
.an-service-banner h4 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.an-service-banner h5 {
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0px;
    color: #f1b424;
}
.an-service-banner p {
    font-size: 20px;
    font-weight: 500;
    max-width: 80%;
    margin-left: auto;
}

/*===========================Service banner CSS end============================*/
/*===========================service section 1 css ===========================*/
.an-service-section-1 .an-ser-1-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 40%;
    right: 40px;
}

.an-service-section-1 .an-primary-heading {
    font-size: 65px;
    color: #5207a7;
    line-height: 61px;
}

.an-service-section-1 h4 {
    font-size: 36px;
    font-weight: 600;
    max-width: 80%;
    color: #fa602d;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.an-service-section-1 p {
    font-size: 18px;
}
/*===========================service section 1 css end===========================*/
/*===========================service section 2 css ===========================*/

.an-service-section-2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.an-service-section-2 .row {
    margin: 70px 0px;
}
.an-service-section-2 .row>div:nth-child(odd) figure {
    margin-bottom: -90px;
}
.an-service-section-2 .row>div:nth-child(even) figure {
    margin-top: -90px;
}
.an-ser-pattern {
    width: 100%;
}
.an-service-section-2 .an-primary-heading+h4 {
    margin-bottom: 100px;
}
/*===========================service section 2 css end===========================*/
/*===========================Service Page CSS End============================*/

/*===========================Blockchain page css ================================*/
/*===========================Blockchain page banner css ================================*/
.an-blockchain-banner {
    background: url(../img/blockchain/bann-bg.webp) no-repeat;
    background-size: cover;
    color: white;
}
.an-blockchain-banner .an-blockchain-banner-arrow {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: -1;
}
#particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .6
}

#particles-js canvas {
    height: auto!important
}

.an-blockchain-banner h2 {
    font-size: 62px;
    line-height: 56px;
}
.an-blockchain-banner h1 {
    font-size: 72px;
    color: white;
    margin-bottom: 0px;
    font-family: 'Inter';
    font-weight: 800;
}
.an-blockchain-section-1 h2 + p {
    font-size: 30px;
    font-weight: 500;
}
.an-blockchain-banner p {
    font-size: 21px;
    max-width: 80%;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.an-blockchain-banner .an-blockchain-banner-shape>span {
    width: 400px;
    height: 400px;
    background: white;
    display: inline-block;
    position: absolute;
    z-index: 1;
}
.an-blockchain-banner .an-blockchain-banner-shape>span:nth-child(1) {
    top: -110px;
    transform: rotate(36deg) scale(0.5);
    left: 130px;
}
.an-blockchain-banner .an-blockchain-banner-shape>span:nth-child(2) {
    top: -155px;
    transform: rotate(36deg) scale(0.8);
    right: 260px;
}
.an-blockchain-banner .an-blockchain-banner-shape>span:nth-child(3) {
    bottom: -230px;
    transform: rotate(-15deg) scale(0.9);
    left: 170px;
    z-index: 0;
}
.an-blockchain-banner .container-xxl {
    position: relative;
    z-index: 11;
}
.an-blockchain-banner .an-blockchain-banner-shape>span:nth-child(4) {
    right: 210px;
    transform: rotate(22deg) scale(0.4);
    bottom: -132px;
}
/*===========================Blockchain page banner css end================================*/
/*===========================blockchain zigzag section ====================================*/
.an-blockchain-section-1 h3 {
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 40px;
    color: #5207a7;
}
.an-blockchain-section-1 h2 {
    font-size: 72px;
    color: #5207a7;
    margin-bottom: 20px;
    font-family: 'Inter';
    font-weight: 800;
}

.an-blockchain-item img {
    max-width: 100%;
}
.an-blockchain-item figure img {
    border-radius: 30px;
}
.an-blockchain-item .row {
    align-items: flex-end;
}
.an-blockchain-item h4 {
    font-size: 30px;
    font-weight: 800;
    color: black;
    display: flex;
    align-items: flex-start;
}
.an-blockchain-item {
    color: black;
    padding-top: 150px ;
    position: relative;
    overflow: hidden;
}
.an-blockchain-item h4 img {
    width: 13px;
    position: relative;
    top: 7px;
    margin-right: 20px;
}
.an-blockchain-item p {
    font-size: 22px;
}
.an-blockchain-item .an-float-text {
    font-size: 110px;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #5207a7;
    font-family: 'akira';
    white-space: nowrap;
    position: absolute;
    top: 220px;
    z-index: -1;
    left: -670px;
}
.an-blockchain-item .an-float-text span{
    display: inline-block;
    margin: 0px 290px;
}
/*===========================blockchain zigzag section end====================================*/
.an-blockchain-section-2{
    background-image: url(../img/blockchain/serv-bg.webp);
    background-size: cover;
    text-align: center;
}
.an-blockchain-section-2 h2 {
    font-size: 72px;
    color: black;
    margin-bottom: 0px;
    font-family: 'Inter';
    font-weight: 800;
}

.an-blockchain-section-2 h2 + p {
    font-size: 24px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 50px;
}

.an-urta-value-box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.an-urta-value-box figure {
    background: #f3b500;
    width: 170px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 170px;
    z-index: 1;
    margin-bottom: 0px;
}

.an-urta-value-box figure img {
    height: 80px;
}

.an-urta-value-box div {
    padding: 20px;
    background: #fa602d;
    color: white;
    width: 100%;
    margin-left: -50px;
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    padding-left: 70px;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.an-blockchain-section-2 .row>div {
    padding: 0px 40px;
}



.mf-revolution-section{
    background: #5200aa;
    flex-direction: column;
    padding: 100px 0px 20px;
    justify-content: start;
}


.inner-revolute {
    background: #d76d18;
    padding: 60px 40px;
    text-align: center;
    border-radius: 30px;
}

.inner-revolute h4 {
    font-size: 30px;
    font-weight: 700;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.inner-revolute p {
    color: white;
    font-size: 24px;
    font-weight: 500;
}
.mf-revolution-section .row div:nth-child(2) ,
.mf-revolution-section .row div:nth-child(4) {
    margin-top: 50px;
}

.mf-revolution-section  marquee {

    z-index: -1;
    -webkit-text-fill-color: #5207a8;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f0b324;
    font-size: 160px;
    font-family: akira;
}
.mf-revolution-section .row {
    padding-top: 50px;
}

.mf-revolution-section .container-xl:nth-child(3) .row {
    padding-top: 150px;
}
.heading-mf h2{
    font-size: 72px;
    color: white;
    text-align: center;
    font-family: 'Inter';
    font-weight: 800;
}
.heading-mf p{
    font-size: 24px;
    color: white;
    text-align: center;
}
.mf-tech-section{
    background: url(../img/blockchain/tech-bg.webp) no-repeat;
    background-size: cover;
    min-height: 800px;
}

.inner-tech h2 span{
    color: #f3b500;
}
.inner-trend h2 {
    font-size: 72px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 50px;
    font-family: 'Inter';
}
.inner-tech p{
    font-size: 24px;
    margin-bottom: 40px;
    color: white;
}

.mf-trend-section{
    background: url(../img/blockchain/trend-bg.webp) no-repeat;
    background-size: cover;
    min-height: 800px;  
    padding-bottom: 0px;
}
.mf-trend-section .row {
    align-items: center;
}
.inner-trend{}
.inner-trend h2{
    font-size: 72px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 50px;
}
.inner-trend h2 span{
    color: #d76d18;
}
.inner-trend p{
    color: #000000;

}
.mf-future-section{
    background: #000000;
    padding: 0;
}
.mf-future-section .row{
align-items: center;
}
.inner-future{
    text-align: end;
}
.inner-future h2 span{
    color: #d76d18;
}
.inner-future h2 {
    color: white;
    font-size: 68px;
    font-family: 'Inter';
    font-weight: 800;
}
.inner-future h6{
    color: white;
    font-size: 35px;
    font-weight: 600;
}
.mf-brand-testimonial-section {
    background: url(../img/brand/review-bg.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.mf-brand-testimonial-section .an-primary-heading {
    color: black;
    font-size: 85px;
    font-family: 'Inter';
    font-weight: 800;
}

.ai-test-inner {
    background: #fc6222;
}

.ai-test-inner span {
    font-size: 30px;
    font-weight: 600;
    color: black;
}
.an-testimonial-item p {
    font-size: 24px;
    margin-bottom: 0px;
    color: white;
    font-weight: 500;
}
.mf-blockchain-port{
    background: #5200aa;
}
.mf-blockchain-port .an-primary-heading {
    font-size: 72px;
    color: white;
    font-family: 'Inter';
    font-weight: 800;
}

.mf-blockchain-port .an-primary-heading + p {
    color: white;
    max-width: 65%;
    margin: auto;
}

.mf-blockchain-port .an-primary-heading span {
    color: #f3b500;
}
.mf-tools-section{
    background: url(../img/blockchain/last-sec.webp) no-repeat;
    background-size: cover;
    min-height: 800px;
}
.inner-tool{}
.inner-tool h2{
    font-size: 72px;
    color: #5200aa;
    font-weight: 800;
    margin-bottom: 50px;
    font-family: 'Inter';
}
.inner-tool h2 span{
    color: #fc6222;
}
.inner-tool p{
    color: black;
}
/*===========================Blockchain page css end================================*/
/*===========================mobile app page css==================================*/
/*===========================mobile app banner css==================================*/
.an-mobile-app-banner {
    background: #fa602d;
    color: white;
}
.an-mobile-app-banner .mobile-app-banner {
    max-width: 100%;
}
.an-mobile-app-banner .row {
    align-items: center;
}
.an-mobile-app-banner h2 {
    font-size: 54px;
    line-height: 75px;
    margin-bottom: 0px;
}
.an-mobile-app-banner h1 {
    font-size: 90px;
    margin-bottom: 0px;
    color: #5207a7;
}
.an-mobile-app-banner h2 span {
    font-size: 74px;
    color: #fa602d;
    -webkit-text-fill-color: #fa602d;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}
.an-mobile-app-banner h2 b {
    font-size: 110px;
    line-height: 100px;
    margin-bottom: 30px;
    display: block;
}
.an-mobile-app-banner p{
    font-size: 30px;
}
.an-mobile-app-banner .an-mobile-app-banner-arrow {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    max-width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
/*===========================mobile app banner css end==================================*/
/*===========================mobile app section 1 css ==================================*/
.an-mobile-app-section-1{
    text-align: center;
    background: url(../img/mobile-app-sec-1.webp);
    background-size: cover;
    background-position: center;
    color: #000000;
}
.an-mobile-app-section-1 h2 {
    font-size: 72px;
    line-height: 73px;
    margin-bottom: 40px;
}
.an-mobile-app-section-1 h2 span {
    color: #fa602d;
}
.an-mobile-app-section-1 p {
    font-size: 30px;
    max-width: 69%;
    margin: auto;
}
/*===========================mobile app section 1 css end==================================*/
/*===========================mobile app section 2 css ==================================*/
.an-mobile-app-section-2 {
    background: #5207a7;
    color: white;
}

.an-mobile-app-section-2 img {
    max-width: 100%;
}

.an-mobile-app-section-2 .row {
    align-items: center;
}

.an-mobile-app-section-2 h2 {
    font-size: 90px;
    line-height: 60px;
    margin-bottom: 30px;
}

.an-mobile-app-section-2 h2 span {
    font-size: 60px;
}

.an-mobile-app-section-2 p {
    font-size: 19px;
}

.an-theme-btn {
    font-size: 20px;
    text-transform: uppercase;
    padding: 17px 30px;
    border-radius: 40px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
}

.an-theme-btn.white {
    background: white;
    color: black;
}

.an-theme-btn.orange {
    background: #fa602d;
    color: white;
}

.an-mobile-app-section-2 .an-btn-wrap {
    margin-top: 40px;
    display: flex;
    gap: 10px;
}

.an-theme-btn.white:hover {
    background: black;
    color: white;
}

.an-theme-btn.orange:hover {
    background: black;
}

.an-mobile-app-section-2 figure img:nth-child(2) {
    position: absolute;
    z-index: -1;
    left: 0px;
    bottom: 40px;
}

.an-mobile-app-section-2 figure {
    position: relative;
}
.an-mobile-app-section-2 .an-mobile-app-section-2-bg {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -11;
    max-width: 63%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}



/*===========================mobile app section 2 css end==================================*/
/*===========================mobile app section 3 css ==================================*/
.an-mobile-app-section-3 {
    background: #f1b424;
    color: black;
}

.an-mobile-app-section-3 .an-mobile-app-section-3-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    max-width: 50%;
    z-index: -11;
}

.an-mobile-app-section-3 figure {
    position: relative;
}

.an-mobile-app-section-3 figure img:nth-child(2) {
    position: absolute;
    bottom: -30px;
    right: 50px;
    max-width: 310px;
}

.an-mobile-app-section-3  img {
    max-width: 100%;
}

.an-mobile-app-section-3 .row {
    align-items: center;
}

.an-mobile-app-section-3 h2 {
    font-size: 60px;
    line-height: 57px;
    margin-bottom: 30px;
}

.an-mobile-app-section-3 p {
    font-size: 19px;
}

.an-theme-btn.purple {
    background: #5207a7;
    color: white;
}

.an-btn-wrap {
    display: flex;
    gap: 10px;
}

.an-theme-btn.purple:hover {
    background: black;
}

.an-mobile-app-section-3 .an-btn-wrap {
    margin-top: 40px;
}
.an-content-flow-section.an-black {
    background: black;
}
.an-content-flow-section.an-black .an-primary-heading {
    color: white;
}

/*===========================mobile app section 3 css end==================================*/
/*===========================mobile app section 4 css==================================*/
.an-mobile-app-section-4 {
    background: linear-gradient(180deg, #f5f5fa, #f5e7e5);
}

.an-mobile-app-section-4 .an-mobile-app-section-4-bg {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: -11;
}

.an-mobile-app-section-4 .row {
    align-items: center;
}

.an-mobile-app-section-4 p {
    font-size: 19px;
    margin-bottom: 40px;
}

.an-mobile-app-section-4 h2 {
    font-size: 90px;
    color: #5207a7;
    line-height: 70px;
    margin-bottom: 20px;
}

.an-mobile-app-section-4 h2 span {
    font-size: 60px;
    color: black;
}
.an-mobile-app-section-4 img{
    max-width: 100%;
}
/*===========================mobile app section 4 css end==================================*/
/*===========================mobile app section 5 css ==================================*/
.an-mobile-app-section-5 {
    background: #5207a7;
    color: white;
}

.an-mobile-app-section-5 img {
    max-width: 100%;
}

.an-mobile-app-section-5 h2 {
    font-size: 90px;
    line-height: 60px;
}

.an-mobile-app-section-5 h2 span {
    font-size: 60px;
}

.an-mobile-app-section-5 .row {
    align-items: center;
}

.an-mobile-app-section-5 p {
    font-size: 19px;
    margin-bottom: 40px;
    margin-top: 40px;
}
/*===========================mobile app section 5 css end==================================*/
.an-mobile-app-section-6{
    background: url(../img/ideal-bg.webp);
    background-size: cover;
    background-position: center;
    color: white;
}
.an-mobile-app-section-6 h2 {
    font-size: 72px;
    text-align: center;
    line-height: 68px;
    margin-bottom: 70px;
}

.an-mobile-app-section-6 figure {
    position: relative;
}

.an-mobile-app-section-6 img {
    max-width: 100%;
}

.an-mobile-app-section-6 figure img:nth-child(1) {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.an-idealize-slider h4 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
}

.an-idealize-slider  p {
    font-size: 19px;
}

.an-mobile-app-section-6 .row {
    align-items: center;
}
.an-idealize-slider {
    padding-bottom: 80px;
}

.an-idealize-slider .slick-arrow {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px 20px;
    background: white;
    border: none;
    border-radius: 30px;
    width: 120px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.an-idealize-slider .slick-next.slick-arrow {
    left: 130px;
}

.an-idealize-slider .slick-arrow:hover {
    background: #5207a7;
    color: white;
}
/*===========================mobile app page css end==================================*/

/*===========================Saas Development page css ===============================*/
/*===========================Saas Development banner css ===============================*/
.an-saas-development-banner {
    background: #5200aa;
    color: white;
}

.an-saas-development-banner h3 {
    font-size: 50px;
    margin-bottom: 0px;
    font-family: 'Inter';
    font-weight: 800;
}

.an-saas-development-banner h2 {
    font-size: 100px;
    line-height: 90px;
}

.an-saas-development-banner h2 small {
    font-size: 40px;
    margin-left: 20px;
}

.an-saas-development-banner  h1 {
    font-size: 72px;
    color: #f3b500;
    margin-bottom: 0px;
    font-family: 'Inter';
    font-weight: 800;
    padding-bottom: 50px;
}

.an-saas-development-banner h2 span {
    font-size: 57px;
    color: #fc6222;
}

.an-saas-development-banner h5 {
    font-size: 40px;
    font-weight: 500;
    max-width: 80%;
    margin-bottom: 20px;
}

.an-saas-development-banner p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
/*===========================Saas Development banner css end===============================*/

.an-saas-development-section-1 {
    background-image: url(../img/saas-section-1-bg.webp);
    background-size: cover;
    color: white;
    text-align: center;
}
.an-saas-development-section-1 h2 {
    font-size: 72px;
    margin-bottom: 20px;
    font-family: 'Inter';
    font-weight: 800;
}
.an-saas-development-section-1 h2 + p {
    font-size: 24px;
    font-weight: 500;
}
.saas-development-slider .item>div {
    background: white;
    padding: 40px 20px;
    text-align: left;
    border-radius: 19px;
    color: black;
    min-height: 450px;
    transition: 0.5s;
}
.saas-development-slider .item {
    padding: 10px;
}
.saas-development-slider .item>div p {
    font-size: 18px;
}
.saas-development-slider .item>div h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}
.saas-development-slider .item>div figure img {
    height: 70px;
}
.saas-development-slider .item>div figure {
    margin-bottom: 30px;
}
.saas-development-slider {
    margin-top: 50px;
}
.saas-development-slider .slick-track {
    padding: 50px 0px
}
.saas-development-slider  .slick-track .item:nth-child(even) {
    transform: translateY(-30px);
}
.saas-development-slider .item>div:hover {
    box-shadow: 0px 0px 28px 1px #a23000;
}



.an-saas-development-section-2 {
    background: #fff;
   
    color: black;
    text-align: center;
}
.an-saas-development-section-2::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url(../img/saas-section-2-bg.webp);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: -1;
}
.an-saas-development-section-2 .row {
    align-items: center;
    text-align: left;
    margin-top: 50px;
}

.an-saas-development-section-2 h2 {
    font-size: 72px;
    font-family: 'Inter';
    font-weight: 800;
}

.an-saas-development-section-2 h4 {
    font-size: 72px;
    font-weight: 900;
    margin-bottom: 20px;
}

.an-saas-development-section-2 p {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
}
.an-saas-development-section-2 figure img {
    max-width: 100%;
}

.an-saas-development-section-2 .an-btn-wrap .an-theme-btn.white {
    background: black;
    color: white;
}
.an-saas-development-banner .row {
    align-items: center;
}

.quote-btn {
    font-size: 22px;
    color: white;
    display: inline-block;
    padding: 15px 30px;
    background: #fc6222;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.quote-btn:hover {
    background: white;
    color: black;
    transform: translateY(-5px);
}
.quote-btn {
    font-family: 'Inter';
    text-transform: capitalize;
    font-weight: 600;
}
.an-menu-wrapper ul li a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    top: 3px;
}

.an-menu-wrapper ul li a span::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: white;
    border-radius: 5px;
    top: 19px;
    left: 5px;
}

.an-menu-wrapper ul li a span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: white;
    border-radius: 5px;
    left: 19px;
    top: 5px;
    transition: 0.5s;
}
.an-menu-wrapper ul.main-menu>li {
    margin-bottom: 20px;
}

.an-menu-wrapper ul.main-menu>li li {
    padding: 11px 0px;
    border-bottom: 1px solid #ffffff63;
    margin-bottom: 0px;
}

.an-menu-wrapper ul li.has-child-menu ul li a {
    font-weight: 500;
}

.an-menu-wrapper>.container-fluid>.row{
    min-height: 100vh;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 1;
    position: relative;
}
li.has-child-menu ul {
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
li.has-child-menu.active ul {
    opacity: 1;
    visibility: visible;
}
.an-menu-wrapper ul li.has-child-menu.active>a {
    color: #f2b424;
    padding-left: 30px;
}

.an-menu-wrapper ul li.has-child-menu.active>a span::before {
    background: #f2b424;
}

.an-menu-wrapper ul li.has-child-menu.active>a span::after {
    opacity: 0;
}
.an-menu-wrapper::before{
    content:'';
    position: absolute;
    width: 66%;
    height: 100%;
    background-image: url(../img/menu-img-1.webp);
    background-size: cover;
    background-position: center;
    left: 0%;
    top: 0px;
  
}
.an-menu-active  .an-menu-wrapper::before{
    animation: menubefore 0.8s linear;
    animation-fill-mode: forwards;
    opacity: 0;
    visibility: visible;
    animation-delay: 0.8s;
}
@keyframes menubefore {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.an-menu-wrapper::after{
    content:'';
    position: absolute;
    width: 34%;
    height: 100%;
    background: #f2b424;
    right: -100%;
    top: 0px;
   
    z-index: -1;
}
.an-menu-active .an-menu-wrapper::after{
    animation: menuafter 0.8s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
}
@keyframes menuafter {
    0%{
        right: -100%;
    }
    100%{
        right: 0%;
    }
}
.an-menu-active  .an-menu-content{
    opacity: 0;
    visibility: hidden;
    animation: menucontent 0.8s linear;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
@keyframes menucontent {
    0%{
        opacity: 0;
        visibility: hidden;

    }
    100%{
        opacity: 1;
        visibility: visible;

    }
}
.menu-get-touch {
    text-align: center;
    padding: 50px;
    color: black;
}

.menu-get-touch>img {filter: brightness(0);width: 30px;margin-bottom: 30px;}

.menu-get-touch h3 {
    font-family: inter;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 30px;
}

.menu-get-touch h4 {
    font-family: inter;
    font-weight: 800;
    font-size: 20px;
}

.menu-get-touch p {
    font-size: 16px;
    max-width: 320px;
    margin: auto;
    margin-bottom: 10px;
}

.menu-get-touch .item a {
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.menu-get-touch .item {
    margin-bottom: 30px;
}

.menu-get-touch .menu-copyright p {
    max-width: 100%;
}

.menu-social a {
    width: 30px;
    display: inline-block;
    height: 30px;
    background: black;
    color: #f2b424;
    border-radius: 100%;
    line-height: 30px;
    margin: 0px 10px;
}

.menu-social {
    margin-top: 30px;
}
.mobile-navbar-overlay{
    display: none;
}
/*===========================Saas Development page css end===============================*/


.inner-tech h2 {
    color: white;
    font-size: 72px;
    font-family: 'Inter';
    font-weight: 800;
}
.an-menu-wrapper ul li.has-child-menu ul {
    height: 530px;
    overflow: auto;
    padding-right:10px
}
.an-menu-wrapper ul li.has-child-menu ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.an-menu-wrapper ul li.has-child-menu ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.an-menu-wrapper ul li.has-child-menu ul::-webkit-scrollbar-thumb {
  background: #f2b424; 
}

/* Handle on hover */
.an-menu-wrapper ul li.has-child-menu ul::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.popup_form {
    padding: 20px;
    background: #5207a7;
    border-radius: 5px;
}

.popup_form .close_popup {
    background: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.popup_form  .title.pkg_title {
    color: white;
    font-size: 36px;
}

.popup_form .c_field {
    width: 100%;
    margin-bottom: 15px;
    min-height: 46px;
    padding: 10px;
}

.popup_form .lfbtn {
    width: 100%;
    padding: 10px;
    border: none;
    background: #f3b600;
}

.popup_form .lfbtn:hover {
    background: black;
    color: white;
}
.show_loader {
    position: relative
}

.show_loader:after {
    content: "";
    background: url(../img/loader.gif);
    width: 18px;
    display: inline-block;
    height: 18px;
    background-size: cover;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -4px
}

.an-brand-logo img:nth-child(1) {
    width: 150px;
    object-fit: contain;
}