/* Header Start */
header{
    padding: 16px 0px 25px;
    position: fixed;
    width: 100%;
    z-index: 9995;
}
.header-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 12px;
    padding-left: 25px;
    background-color: #2c494e;
    border-radius: 60px;
    font-family: var(--fontfamliyMain);
}
.logo-mobile{
    display: none;
}
.logo-desktop a{
    display: flex;
}

/* mobile toogle menu */
.mobile-menu-dropdown {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1;
    background: var(--bg-dark);
    border-radius: 8px;
    display: none;
    left: 0;
    top: 0px;
}
.menu-popup.open {
  visibility: visible;
  pointer-events: auto;
  
}
.menu-popup-main {
    width: 80%;
}
.mobile-logo {
    display: flex;
    justify-content: center;
}
.mobile-logo img{
    width: 183px;
}
.footer-logo img {
    width: 183px;
}
.logo-desktop img {
    width: 183px;
}
.menu-popup:not(.open) {
  animation: menuClose 0.25s ease forwards;
}
@keyframes menuOpen {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuClose {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.menu-list-desktop{
    display: flex;
    gap: 30px;
}

.menu-list-desktop ul{
    display: flex;
    gap: 40px;
    list-style: none;
}
.menu-list-desktop ul li a{
    color: #fff;
    transition: 0.5s ease-in-out;
	font-size:var(--body-font-size)
}
.menu-list-desktop ul li a.active{
	color: var(--primary);
}
.menu-list-desktop ul li a:hover{
    color: var(--primary);
}
.mobile-menu-dropdown.mobile-menu-hidden{
    display: flex;
    justify-content: center;
    align-items: center;
    animation: menuOpen 0.3s ease forwards;
}
.header-main .menu-toggle.open {
    z-index: 99999;
    position: relative;
}
.menu-close-btn {
    position: absolute;
    right: 2%;
    top: 2%;
    background: var(--primary);
    border: none;
    padding: 5px;
    font-size: 25px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 50%;
    display: none;
}
 .menu-popup-inner{
    padding:55px 0;
    display: grid;       
    gap: 8px;
	justify-content: center;
}
.menu-popup-item {
    padding: 10px;
    align-items: center;
    border-radius: 15px;
    display: flex;
    gap: 9px;
    justify-content: center;
}
.menu-popup-item a{
    display: flex;
    gap: 10px;
}
.menu-popup-item .menu-icon {
    display: flex;
    align-items: center;
}
.menu-popup-item.active p{
    color: var(--primary);
}
.menu-popup-item p{
    color: var(--white);
    font-weight: 600;
}


/*  */
.header-main .menu-toggle{
    display: flex;
    flex-direction: column;
    gap:5px;
    cursor: pointer;

}
.header-main  .mobile-menu{
    display: none;
}
.header-main .menu-toggle span{
    width: 20px;
    height: 2px;
    background: var(--white);
    display: block;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform-origin: center;
}
.right-menu-items {
    display: flex;
    align-items: center;
    gap: 30px;
}
 .menu-toggle span:nth-child(1){
    width: 12px;
	 margin-left:auto;
}
.menu-toggle span:nth-child(2){
    width: 20px;
}
.menu-toggle span:nth-child(3){
    width: 12px;
}
.menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 5px);
    width: 22px;
}

.menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
    transform:rotate(-45deg) translate(4px, -2px);
    width: 22px;
}

/* Header End */
section{
    padding-bottom: 114px;
}


/*------------------------ Banner start -------------------------------*/

.banner-main{
    padding: 223px 0;
    position: relative;
}
.banner-bg-pattern{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.banner-bg-pattern img{
    width: 100%;
}
.banner-bg-pattern:before{
    /* content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2560' height='1156' viewBox='0 0 2560 1156' fill='none'%3E%3Cg filter='url(%23filter0_f_908_5057)'%3E%3Ccircle cx='960' cy='-30' r='1022' fill='url(%23paint0_linear_908_5057)' fill-opacity='0.8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_908_5057' x='-226' y='-1216' width='2372' height='2372' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='82' result='effect1_foregroundBlur_908_5057'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_908_5057' x1='960' y1='-1052' x2='960' y2='992' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23185963'/%3E%3Cstop offset='1' stop-color='%23122022'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); */
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    top: -410px;
    left: 0;
    z-index: -1;
    opacity: 30%;
    background: #185963;
    background: radial-gradient(circle, rgba(24, 89, 99, 1) 10%, #12202200 59%);
}
.banner-main .banner-head{
    text-align: center;
    margin-bottom: 65px;
}
.banner-main .banner-head h1{
    color: var(--white);
    position: relative;
}
.banner-main .banner-head p{
    color: var(--text-gray);
    margin-top: 32px;
    font-size: calc(var(--h6-font-size) + 4px);
    font-family: var(--fontfamliyMain);
}
.gradient-highlight{
    /* background: linear-gradient(90deg, #2AD6F1 0%, #FF61FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    position: relative;
    height: 100%;
    display: inline-block;
    padding: 11px 0;
}
.gradient-highlight::before{
    content: '';
    position: absolute;
    width: calc(100% + 2%);
    height: 100%;
    background: #2AD6F1;
    background: linear-gradient(90deg,rgba(42, 214, 241, 0.3) 30%, rgba(255, 255, 255, 0) 100%);
    top: 50%;
    transform: translateY(-50%);
    border-left: 2px solid var(--primary);
    left: -2%;
    z-index: -1;
    opacity: 1;

}

.banner-card-outer {
    padding: 0 12%;
}
.banner-card-outer .splide__track{
    overflow: visible !important;
}
.banner-card-inner {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 31px;
}
.banner-card-item{
    text-align: center;
    color: var(--white);
    border: 1px solid rgb(42 214 241 / 10%);
    border-radius: 30px;
    padding: 50px 0;
    flex: 1;
    transition: transform 0.3s ease, border-color 0.3s ease;
    background:var(--primary-dark);
}

.banner-card-item:hover {
    transform: scale(1.099);
    border: 1px solid transparent;  
    background: 
        linear-gradient(var(--primary-dark), var(--primary-dark)) padding-box, 
        linear-gradient(128deg, rgba(42, 214, 241, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(42, 214, 241, 1) 100%) border-box;
    
    /* 3. Radius now works perfectly */
    border-radius: 30px; 
}
.banner-card-item a{
    display: grid;
    justify-items: center;
    gap: 40px;
}
.banner-card-item .icon-box{
    width: 68px;
    height: 68px;
    position: relative;
}
.banner-card-item .icon-box img{
    width: 100%;
    height: 100%;
}
.banner-card-item h5{
    font-weight: 500;
}
.banner-card-item .icon-box:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220' fill='none'%3E%3Cg filter='url(%23filter0_f_908_6267)'%3E%3Ccircle cx='110' cy='110' r='40' fill='%232AD6F1' fill-opacity='0.4'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_908_6267' x='0' y='0' width='220' height='220' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='35' result='effect1_foregroundBlur_908_6267'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    position: absolute;
    left: -110%;
    top: -110%;
}
.banner-card-outer .splide__pagination {
    bottom: -2.6em;
    gap: 38px;
}
.banner-card-outer .splide__pagination__page.is-active::before{
    content: '';
    border: 1px solid transparent;
    background: linear-gradient(var(--primary-dark2), var(--primary-dark2)) padding-box, linear-gradient(90deg, rgba(42, 214, 241, 1) 0%, rgba(193, 191, 237, 1) 25%, rgba(169, 245, 233, 1) 47%, rgba(151, 157, 237, 1) 75%, rgba(248, 226, 154, 1) 100%) border-box;
    width: calc(100% + 0.84vw);
    height: calc(100% + 0.84vw);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner-card-outer .splide__pagination__page.is-active::after{
    content: '';
    background: var(--white);
    width: 8px;
    height:8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*------------------------ Banner End -------------------------------*/

/*------------------------ Process Start -------------------------------*/

.process-section {
    margin-top: -3%;
    position: relative;
}
.process-cards-inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.process-card-item {
    background: var(--primary-dark);
    border-radius: 30px;
    padding: 40px 65px;
    padding-inline-end: 112px;
    display: grid;
    grid-template-columns: 3fr auto;
    align-items: center;
    border: 1px solid rgb(42 214 241 / 10%);
    gap: 10px;
}
.process-card-item .process-card-left {
    display: flex;
    gap: 57px;
    align-items: center;
}
.process-card-icon {
    width: 74px;
    height: 74px;
}
.process-card-icon img{
    width: 100%;
    height: 100%;
}
.process-card-item .process-content h6{
    font-size: calc(var(--h6-font-size) + 2px);
    line-height: normal;
    color: var(--primary);
    font-weight: 400;
}
.process-card-item .process-content h3{
    font-size: calc(var(--h4-font-size) - 2px);
    line-height: normal;
    color: var(--white);
    font-weight: 600;
    margin-top: 10px;
}


.progress-pattern {
    position: absolute;
    right: -15%;
    bottom: -63%;
    width: 50vw;
    height: 50vw;
    background: #185963;
    border-radius: 50%;
    filter: blur(-11px);
    opacity: 30%;
    background: #185963;
    background: radial-gradient(circle, rgba(24, 89, 99, 1) 21%, #12202200 69%)
}
/*------------------------ Process End -------------------------------*/

/*------------------------ Web Section Start -------------------------------*/
.web-section{
    position: relative;
}
.web-bg-pattern{
    position: absolute;
    top: 21%;
    left: 0;
    z-index: -1;
}
.web-inner-main {
    display: grid;
    gap: 40px;
}
.web-outer-main{
    background: var(--primary-dark2);
    border-radius: 30px;
    padding:67px 72px 73px;
    margin-top: 55px;
    border: 4px solid transparent;
    background: linear-gradient(var(--primary-dark2), var(--primary-dark2)) padding-box, linear-gradient(90deg,rgba(42, 214, 241, 1) 0%, rgba(193, 191, 237, 1) 25%, rgba(169, 245, 233, 1) 47%, rgba(151, 157, 237, 1) 75%, rgba(248, 226, 154, 1) 100%) border-box;
}

.web-row{
    display: grid;
    grid-template-columns: auto auto;
    gap: 48px;
    align-items: center;
}
.web-image {
    overflow: hidden;
    border-radius: 30px;
    width: 591px;
}
.web-image img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.web-content {
    padding-inline-start: 28px;
}

.web-content h3{
    font-family: var(--fontfamliy);
    font-size: calc(var(--h4-font-size) - 2px);
    line-height: normal;
    color: var(--white);
    font-weight: 600;
    margin-top: 10px;
}
.web-content ul{
    list-style: none;
    margin-top: 34px;
    padding-inline-start: 30px;
    display: grid;
    gap: 31px;
    padding-inline-end: 8%;
}

.web-content ul li{
    position: relative;
    color:var(--text-gray);
    font-size: var(--body-font-size);
    font-weight: 400;
    line-height: 28px;
}
.web-content ul li::before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.75 13.3837L5.625 10.2581L6.50813 9.375L8.75 11.6163L13.4906 6.875L14.375 7.75937L8.75 13.3837Z' fill='%232AD6F1'/%3E%3Cpath d='M10 1.25C8.26942 1.25 6.57769 1.76318 5.13876 2.72464C3.69983 3.6861 2.57832 5.05267 1.91606 6.65152C1.25379 8.25037 1.08051 10.0097 1.41813 11.707C1.75575 13.4044 2.58911 14.9635 3.81282 16.1872C5.03653 17.4109 6.59563 18.2442 8.29296 18.5819C9.9903 18.9195 11.7496 18.7462 13.3485 18.0839C14.9473 17.4217 16.3139 16.3002 17.2754 14.8612C18.2368 13.4223 18.75 11.7306 18.75 10C18.75 7.67936 17.8281 5.45376 16.1872 3.81282C14.5462 2.17187 12.3206 1.25 10 1.25ZM10 17.5C8.51664 17.5 7.0666 17.0601 5.83323 16.236C4.59986 15.4119 3.63856 14.2406 3.07091 12.8701C2.50325 11.4997 2.35473 9.99168 2.64411 8.53682C2.9335 7.08197 3.64781 5.74559 4.6967 4.6967C5.7456 3.64781 7.08197 2.9335 8.53683 2.64411C9.99168 2.35472 11.4997 2.50325 12.8701 3.0709C14.2406 3.63856 15.4119 4.59985 16.236 5.83322C17.0601 7.06659 17.5 8.51664 17.5 10C17.5 11.9891 16.7098 13.8968 15.3033 15.3033C13.8968 16.7098 11.9891 17.5 10 17.5Z' fill='%232AD6F1'/%3E%3C/svg%3E");
    position: absolute;
    left: -30px;
    top: 3px;
}
.web-row-boxes{
    align-items: flex-start;
}
.web-content-boxes h3{
    font-family: var(--fontfamliy);
    font-size: calc(var(--h4-font-size) - 2px);
    line-height: normal;
    color: var(--white);
    font-weight: 500;
}
.web-boxes-outer{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 13px;
}
.web-box-item {
    text-align: center;
    color: var(--white);
    border: 1px solid rgb(42 214 241 / 10%);
    border-radius: 30px;
    padding: 26px 20px 23px;
    background: var(--primary-dark3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    position: relative;
    overflow: hidden;
	height: 100%;
}
.web-box-item::before{
    content: '';
    width: 31%;
    height: 50%;
    background: var(--primary);
    position: absolute;
    right: 0;
    top: 0;
    opacity: 4%;
    border-radius: 0% 0% 0 100%;
}
.web-box-item p{
    line-height: 28px;
    color:var(--text-gray);
}
.web-box-image{
    width: 36px;
    height: 36px;
}
.web-box-image img{
    width: 100%;
    height: 100%;
}
.web-extra-info{
    margin-top: 55px;
}
.web-extra-info p{
    text-align: center;
    font-family: var(--fontfamliyMain);
    font-size: var(--h6-font-size);
    color: var(--white);
    font-weight: 400;
}

.web-solution-info {
    display: grid;
   	grid-template-columns: 0.5fr 1fr;
    gap: 30px;
	margin-top: 45px;
	align-items: center;
}

.web-solution-left p{
	text-align:left;
	font-family: var(--fontfamliyMain);
    color: var(--text-gray);
    font-size: calc(var(--h6-font-size) - 2px);
    line-height: normal;
    margin-top: 10px;
}
.web-solution-left h3{
	font-size: var(--h5-font-size);
    line-height: 1;
    font-weight: bolder;
    text-transform: capitalize;
    color: #fff;
}
.web-solution-right ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
}
.web-solution-right ul li img {
    width: 65px;
}
.web-solution-right ul li {
    display: flex;
    align-items: center;
	gap:10px
}
.web-solution-right ul li h6{
	color:#fff;
	font-weight: 600;
	line-height:normal
}
/*------------------------ Web Section End -------------------------------*/

/*------------------------ Web Services Start -------------------------------*/

.web-service-section{
    position: relative;
}
.web-service-section:before{
    content: '';
    position: absolute;
    top: 72%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 943px;
    height: 943px;
    background: #185963;
    border-radius: 50%;
    filter: blur(-11px);
    opacity: 30%;
    background: #185963;
    background: radial-gradient(circle, rgba(24, 89, 99, 1) 21%, #12202200 69%);
    z-index: -1;
}

.web-service-section:after{
    content: '';
    position: absolute;
    bottom: -60%;
    left: -6%;
    width: 50vw;
    height: 50vw;
    background: #185963;
    border-radius: 50%;
    filter: blur(-11px);
    opacity: 25%;
    background: #185963;
    background: radial-gradient(circle, rgba(24, 89, 99, 1) 21%, #12202200 67%);
    z-index: -1;
}

.web-services-cards-outer .web-services-cards-inner{
    display: flex;
    column-gap: 24px;
    row-gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.web-services-card{
    text-align: center;
    color: var(--white);
    border: 1px solid rgb(42 214 241 / 10%);
    border-radius: 30px;
    padding:20px;
    background: var(--primary-dark3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:18px;
    justify-content: center;
    min-width: 200px;
    max-width: 424px;
    width: min-content;
}
.web-services-card.card-image{
    flex-basis: content;
}
.web-service-ico {
    width: 40px;
    height: 40px;
}
.web-service-ico img{
    width: 100%;
    height: 40px;
}

.web-service-image{
    width: 382px;
    height: 153px;
    border-radius: 15px;
    overflow: hidden;
}
.web-service-image img{
    width: 100%;
    height: 100%;
}
.web-services-card p{
    line-height: 28px;
}
section.animation-section {
/*     padding-top: 2.6rem; */
	padding-top: 0;
}
.web-services-bottom{
    display: flex;
    gap: 11px;
    justify-content: center;
	margin-top:40px
}
.web-services-bottom:not(:has(*)):not(:has(text)) {
		margin-top:0
	}

/*------------------------ Web Services End -------------------------------*/


/*------------------------ Showcase Section Start -------------------------------*/

.showcase-slider-outer {
    margin-top: 30px;
}
.showcase-slide {
    background: var(--primary-dark);
    border-radius: 30px;
    padding: 55px 67px;
    display: grid;
    grid-template-columns: 3fr auto;
    align-items: center;
    border: 1px solid rgb(42 214 241 / 10%);
}
.showcase-item {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 67px;
}
.showcase-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.showcase-content-top h4{
    font-size: calc(var(--h4-font-size) - 2px);
    color: var(--primary);
    line-height: normal;
    font-family: var(--fontfamliy);
}
.showcase-content-top p{
    margin-top: 15px;
    font-size: var(--body-font-size);
    color: var(--text-gray);
    line-height: normal;
    font-weight: 400;
    font-family: var(--fontfamliyMain);
}
.showcase-content-bottom ul{
    list-style: none;
}
.showcase-content-bottom ul li {
    margin-bottom: 28px;
}
.showcase-content-bottom ul li:last-child {
    margin-bottom: 0;
} 
.showcase-content-bottom ul li h6{
    font-size: var(--body-font-size);
    font-family: var(--fontfamliyMain);
    color: var(--white);
}
.showcase-content-bottom ul li p{
    font-size: var(--body-font-size);
    color: var(--text-gray);
    line-height: normal;
    font-weight: 400;
    font-family: var(--fontfamliyMain);
}
.showcase-image {
    border-radius: 20px;
    overflow: hidden;
}
.showcase-image img{
    width: 100%;
    height: 100%;
}
.showcase-content-bottom{
    display: grid;
    gap: 31px;
    justify-items: start;
}

.showcase-slider-outer .splide__pagination {
    bottom: -2.6em;
    gap: 38px;
}
.showcase-slider-outer  .splide__pagination__page{
    opacity: 1;
    background: #fff;
    transform: scale(1) !important;
}
.showcase-slider-outer .splide__pagination__page.is-active::before{
    content: '';
    border: 1px solid transparent;
    background: linear-gradient(var(--primary-dark2), var(--primary-dark2)) padding-box, linear-gradient(90deg, rgba(42, 214, 241, 1) 0%, rgba(193, 191, 237, 1) 25%, rgba(169, 245, 233, 1) 47%, rgba(151, 157, 237, 1) 75%, rgba(248, 226, 154, 1) 100%) border-box;
    width: calc(100% + 0.84vw);
    height: calc(100% + 0.84vw);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.showcase-slider-outer .splide__pagination__page.is-active::after{
    content: '';
    background: var(--white);
    width: 8px;
    height:8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*------------------------ Showcase Section end -------------------------------*/

/*------------------------ animation section Start -------------------------------*/

.animation-outer-main{
    margin-top: 30px;
}
.animation-inner-main{
    display: grid;
    grid-template-columns: 536px 1fr;
    gap: 24px;
}
.animation-card {
    background: var(--primary-dark);
    border-radius: 30px;
    display: grid;
    gap: 40px;
    align-items: center;
    border: 1px solid rgb(42 214 241 / 10%);
    justify-items: center;
}
.animation-left{
/*     padding: 48px 52px; */
	padding:35px;
	    gap:22px;
}
.animation-right{
/*     padding: 54px 40px; */
	padding:35px;
    justify-items: start;
    gap: 5px;
}
.animation-image {
    display: flex;
    justify-content: center;
}
.animation-image img{
    width: 88%;
    height: 100%;
}
.animation-info h6{
    font-size: calc(var(--h6-font-size) + 2px);
    line-height: normal;
    color: var(--white);
    font-weight: 600;
    line-height: 42px;
}
.animation-info p{
    font-size: var(--body-font-size);
    color: var(--text-gray);
    line-height: normal;
    font-weight: 400;
    font-family: var(--fontfamliyMain);
}
.animation-content-item {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 35px;
}
.animation-icon {
    margin-top: 10px;
    width: 35px;
    height: 35px;
}
.animation-icon img{
    width: 100%;
    height: 100%;
	object-fit: contain;
}

.animation-slider-outer {
    margin-top: 20px;
}
.animation-slider-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 20px;
}
.animation-slider-head h4{
    font-size:calc(var(--body-heading-size) - 2px);
    color: var(--white);
}
.custom-nav {
    display: flex;
    gap: 12px;
}
.animation-slider-outer .custom-nav {
    display: flex;
    gap: 12px;
	position: absolute;
    right: 0;
    bottom: -20%;
}
.custom-nav button{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.custom-nav button:hover{
    border-color: var(--primary);
}
.custom-nav buttons svg path{
    transition: 0.3s ease-in-out;
}
.custom-nav button:hover svg path{
    fill: var(--primary);
}

.animation-slide-image{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
/*     height: 325px; */
	height: 195px;
}
.animation-slide-image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2AD6F1;
background: linear-gradient(180deg,rgba(42, 214, 241, 0) 0%, rgba(42, 214, 241, 0.3) 100%);
}
.animation-slide-image img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
	object-fit: cover;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 2;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    transform-origin: center;
}
.play-icon:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    z-index: 3;
}
.play-icon svg{
    width: 16px;
    height: 16px;
    z-index: 4;
 
}
.play-icon:hover{
    transform: translate(-50%, -50%) scale(1.2);
}

.animation-bottom-info {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}


/*------------------------ animation section End -------------------------------*/

/*------------------------ Apps section Start -------------------------------*/

.sec-inner-header{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}
.sec-inner-header h4 {
  font-size: calc(var(--body-heading-size) - 2px);
    color: var(--white);
}
.app-item {
    display: grid;
/*     grid-template-columns: 1.14fr 1fr; */
	 grid-template-columns: 1fr 0.8fr;
    gap: 182px;
}
.apps-section .showcase-slide {
    padding: 45px 57px;
}

/*------------------------ Apps section End -------------------------------*/

/*------------------------ Pricing section Start -------------------------------*/

.pricing-outer-main {
    margin-top: 45px;
}
.pricing-inner-main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 119px;
    align-items: center;
}
.pricing-image {
    border-radius: 30px;
    overflow: hidden;
    height: 303px;
}
.pricing-image img{
    width: 100%;
    height: 100%;
}
.pricing-content p{
    margin-top: 50px;
    font-size: var(--body-font-size);
    color: var(--white);
    line-height: normal;
    font-weight: 400;
    font-family: var(--fontfamliy);
}

.pricing-content ul{
    list-style: none;
    margin-top: 22px;
    padding-inline-start: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 31px;
    padding-inline-end: 6%;
}

.pricing-content ul li{
    position: relative;
    color:var(--text-gray);
    font-size: var(--body-font-size);
    font-weight: 400;
    line-height: 28px;
    font-family: var(--fontfamliyMain);
}
.pricing-content ul li::before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.75 13.3837L5.625 10.2581L6.50813 9.375L8.75 11.6163L13.4906 6.875L14.375 7.75937L8.75 13.3837Z' fill='%232AD6F1'/%3E%3Cpath d='M10 1.25C8.26942 1.25 6.57769 1.76318 5.13876 2.72464C3.69983 3.6861 2.57832 5.05267 1.91606 6.65152C1.25379 8.25037 1.08051 10.0097 1.41813 11.707C1.75575 13.4044 2.58911 14.9635 3.81282 16.1872C5.03653 17.4109 6.59563 18.2442 8.29296 18.5819C9.9903 18.9195 11.7496 18.7462 13.3485 18.0839C14.9473 17.4217 16.3139 16.3002 17.2754 14.8612C18.2368 13.4223 18.75 11.7306 18.75 10C18.75 7.67936 17.8281 5.45376 16.1872 3.81282C14.5462 2.17187 12.3206 1.25 10 1.25ZM10 17.5C8.51664 17.5 7.0666 17.0601 5.83323 16.236C4.59986 15.4119 3.63856 14.2406 3.07091 12.8701C2.50325 11.4997 2.35473 9.99168 2.64411 8.53682C2.9335 7.08197 3.64781 5.74559 4.6967 4.6967C5.7456 3.64781 7.08197 2.9335 8.53683 2.64411C9.99168 2.35472 11.4997 2.50325 12.8701 3.0709C14.2406 3.63856 15.4119 4.59985 16.236 5.83322C17.0601 7.06659 17.5 8.51664 17.5 10C17.5 11.9891 16.7098 13.8968 15.3033 15.3033C13.8968 16.7098 11.9891 17.5 10 17.5Z' fill='%232AD6F1'/%3E%3C/svg%3E");
    position: absolute;
    left: -30px;
    top: 3px;
}

.pricing-card {
    background: var(--primary-dark);
    border-radius: 30px;
    border: 1px solid rgb(42 214 241 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 48px 80px;
}
.pricing-card h4{
    font-size: calc(var(--h4-font-size) - 2px);
    color: var(--white);
    text-align: center;
    font-weight: 500;
}

/*------------------------ Pricing section end -------------------------------*/

/*------------------------ team section Start -------------------------------*/ 
.team-section{
    position: relative;
}
.team-section:after {
    content: '';
    position: absolute;
    top: -48%;
    right: -6%;
    width: 50vw;
    height: 50vw;
    background: #185963;
    border-radius: 50%;
    filter: blur(-11px);
    opacity: 25%;
    background: #185963;
    background: radial-gradient(circle, rgba(24, 89, 99, 1) 21%, #12202200 67%);
    z-index: -1;
}
.team-section:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    height: 50vw;
    background: #185963;
    border-radius: 50%;
    filter: blur(-11px);
    opacity: 25%;
    background: #185963;
    background: radial-gradient(circle, rgba(24, 89, 99, 1) 21%, #12202200 67%);
    z-index: -1;
}
.team-inner-main{
    margin-top: 10px;
    display: grid;
    grid-template-columns:1fr;
    gap: 30px;
    position: relative;
}
.team-content-left {
    display: grid;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
	width: fit-content;
	
}
.team-inner-content{
	width: 55%;
}
.team-content-left p{
    font-size: calc(var(--body-font-size) + 2px);
    color: var(--text-gray);
    line-height: normal;
    font-weight: 300;
    font-family: var(--fontfamliyMain);
    line-height: 1.5;
}

.team-slider-main{
	display:block;
	overflow:hidden;
    margin-bottom: 20px;
	position:relative;
}
.team-slider-inner{
    margin-top: 24px;
}
.team-slider-main p{
    font-size: calc(var(--body-font-size) + 2px);
    color: var(--white);
    line-height: normal;
    font-weight: 400;
    font-family: var(--fontfamliyMain);
    width: 100%;
    line-height: 1.5;
}
.team-card{
    background: var(--primary);
    padding: 0px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
    gap: 22px;
}
.team-content-right{
    border-radius: 30px;
    overflow: hidden;
    width: 476px;
    position: absolute;
    right: 0;
	bottom: auto;
    top: 0;
    z-index: -1;
}
.team-content-right img{
    width: 100%;
    height: 100%;
}
.team-card img {
    height: 60px;
    object-fit: contain;
    width: 90%;
    margin: 0px auto;
}
.team-card p{
    font-size: var(--body-font-size);
    color: var(--primary-dark);
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--fontfamliyMain);
    text-align: center;
    padding: 0 20px;
}

.team-slider-main .splide__pagination {
    bottom: -2.6em;
    gap: 15px;
}
.team-slider-main  .splide__pagination__page{
    opacity: 1;
    background: #fff;
    transform: scale(1) !important;
}
.team-slider-main .splide__pagination__page.is-active::before{
    content: '';
    border: 1px solid transparent;
    background: linear-gradient(var(--primary-dark2), var(--primary-dark2)) padding-box, linear-gradient(90deg, rgba(42, 214, 241, 1) 0%, rgba(193, 191, 237, 1) 25%, rgba(169, 245, 233, 1) 47%, rgba(151, 157, 237, 1) 75%, rgba(248, 226, 154, 1) 100%) border-box;
    width: calc(100% + 0.84vw);
    height: calc(100% + 0.84vw);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team-slider-main .splide__pagination__page.is-active::after{
    content: '';
    background: var(--white);
    width: 8px;
    height:8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#team-slider .splide__track {
  overflow: hidden;
}

#team-slider .splide__slide {
  backface-visibility: hidden;
}

#team-slider .splide__pagination {
    position: static;
    padding: 52px 0 20px;
    gap: 10px;
	}
#team-slider  .splide__pagination__page{
		opacity: 1;
		background: #fff;
		transform: scale(1) !important;
	}
#team-slider .splide__pagination__page.is-active::before{
		content: '';
		border: 1px solid transparent;
		background: linear-gradient(var(--primary-dark2), var(--primary-dark2)) padding-box, linear-gradient(90deg, rgba(42, 214, 241, 1) 0%, rgba(193, 191, 237, 1) 25%, rgba(169, 245, 233, 1) 47%, rgba(151, 157, 237, 1) 75%, rgba(248, 226, 154, 1) 100%) border-box;
		width: calc(100% + 0.84vw);
		height: calc(100% + 0.84vw);
		border-radius: 50%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

#team-slider .splide__pagination__page.is-active::after{
		content: '';
		background: var(--white);
		width: 8px;
		height:8px;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
/*------------------------ team section End -------------------------------*/

/*------------------------ testimonial section Start -------------------------------*/
.testimonial-section{
    position: relative;
}
.testimonial-section:after {
    content: '';
    position: absolute;
    bottom: -60%;
    left: -6%;
    width: 50vw;
    height: 50vw;
    background: #185963;
    border-radius: 50%;
    filter: blur(-11px);
    opacity: 14%;
    background: #185963;
    background: radial-gradient(circle, rgba(24, 89, 99, 1) 21%, #12202200 67%);
    z-index: -1;
}
.testimonial-item{
    background: var(--primary-dark);
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 52px;
    border: 1px solid rgb(42 214 241 / 10%);
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.testimonial-slide {
    padding-top: 25px;
}
.quote-ico{
    position: absolute;
    top: -28px;
    right: 20px;
    width: 54px;
    height: 54px;
}
.testimonial-item p{
    font-size: calc(var(--body-font-size) + 2px);
    color: var(--white);
    line-height: normal;
    font-weight: 400;
    font-family: var(--fontfamliy);
    width: 100%;
    line-height: 1.5;
}
.testimonail-author {
    display: flex;
    gap: 8px;
}
.testimonail-author img{
    width: 52px;
    height: 52px;
    border-radius: 50%;
}
.author-info h6 {
    font-size: var(--body-font-size);
    color: var(--white);
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--fontfamliyMain);
}
.author-info p{
    font-size: calc(var(--body-font-size) - 2px);
    color: var(--text-gray);
    font-family: var(--fontfamliyMain);
}
.testinonial-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: space-between;
}
.splide-progress {
  width: 100%;
  height: 4px;
  background-color: #28454A;
  border-radius: 2px;
  margin-top: 57px;
  overflow: hidden;
}

.splide-progress__bar {
  width: 0%;
  height: 100%;
  background-color: var(--primary); 
  transition: width 0.3s ease;
}
.testimonial-slider-outer .custom-nav {
    margin-top: 32px;
    justify-content: flex-end;
}


/*------------------------ testimonial section End -------------------------------*/

/*------------------------ request section Start -------------------------------*/

.request-outer-main {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.request-card{
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    padding: 40px;
    width: 30%;
    background: rgb(18 32 34 / 50%);
    backdrop-filter: blur(70px);
}
.request-content h4{
    font-size: calc(var(--h4-font-size) - 2px);
    color: var(--white);
    font-weight: 500;
    line-height: normal;
}
.request-content p{
    margin-top: 10px;
    font-size: var(--body-font-size);
    color: var(--text-gray);
    line-height: 1.6;
    font-weight: 400;
    font-family: var(--fontfamliyMain);
}
.request-btn {
    display: flex;
    margin-top: 56px;
}
.request-btn a{
	pointer-events: none
}

/*------------------------ request section end -------------------------------*/

/*------------------------ footer Start -------------------------------*/

footer{
    position: relative;
}
footer:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 62vh;
    background: #185963;
    /* border-radius: 50%; */
    filter: blur(-11px);
    opacity: 25%;
    background: #185963;
    background: linear-gradient(0deg, rgba(24, 89, 99, 1) 60%, rgba(18, 32, 34, 0.3) 99%);
    z-index: -1;
}
.footer-bg-pattern{
    position: absolute;
    bottom: -759%;
    left: 0;
    z-index: -2;
}
.footer-bg-pattern img{
    width: 100%;
    height: 100%;
    display:flex
}
.footer-bg-pattern .mobile-p{
    display: none;
}
footer a{
    transition: 0.3s ease-in-out;
}
footer a:hover{
    color: var(--white);
}
.footer-main{
    display: flex;
    gap: 28%;
    margin-bottom: 40px;
}
.footer-logo p{
    margin-top: 14px;
    font-size: var(--body-font-size);
    color: var(--text-gray);
    line-height: normal;
    font-weight: 300;
    font-family: var(--fontfamliyMain);
}
.footer-contact-info h6{
    color: var(--primary);
    font-size: calc(var(--h6-font-size) + 4px);
}
.inline-content {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 12px 4em;
  margin-top: 28px;
    
}
.footer-contact-info {
    display: flex;
    flex-direction: column;
    width: min-content;
}
.inline-content a, .inline-content p{
    color: var(--text-gray);
    font-family: var(--fontfamliyMain);
	cursor:pointer
}
.footer-inner-main {
    display: flex;
    gap: 265px;
    justify-content: space-between;
}
.contact-content{
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 9px;

}
.contact-content a{
    color: var(--text-gray);
    font-family: var(--fontfamliyMain);
    display: flex;
    align-items: center;
    gap: 10px;

}

.footer-bottom{
    border-top: 1px solid rgb(25 87 96 / 30%);
    padding: 16px 0;
    display: flex;
        justify-content: space-between;
}
.footer-bottom{
    color: var(--text-gray);
    font-family: var(--fontfamliyMain);
}



.showcase-section{
	display:none
}
.apps-section{
	display:none
}

.modal-thumbnail-outer {
    width: 90%;
    margin: 0px auto;
}
.modal-thumbnail-outer .splide__slide{
	border-radius: 20px;
	cursor:pointer;
	position:relative;
	transition: transform 0.3s ease;
	border: 4px solid transparent;
}
.modal-thumbnail-outer .splide__slide.active-slide{
	transform: translateY(-10px);
	border: 4px solid transparent;
    background: linear-gradient(var(--primary-dark2), var(--primary-dark2)) padding-box, linear-gradient(90deg, rgba(42, 214, 241, 1) 0%, rgba(193, 191, 237, 1) 25%, rgba(169, 245, 233, 1) 47%, rgba(151, 157, 237, 1) 75%, rgba(248, 226, 154, 1) 100%) border-box;
}

.modal-thumbnail-outer .splide__slide img {
    width: 100%;
    height: 180px;
    border-radius: 15px;
	object-fit:cover;
}
.modal-thumbnail-outer .splide__track{
	padding-block:20px
}
.modal-thumbnail-outer .splide__slide:hover{
	transform: translateY(-10px);
}
.modal-thumbnail-outer .custom-nav {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    position: absolute;
    width: calc(100% + 2%);
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.camera-ani {
   position: absolute;
    top: -10%;
    left: 25px;
    width: fit-content;
    transform: rotate(-17deg);
    display: flex;
}
.camera-ani1 {
   position: absolute;
    top: -10%;
    right: 25px;
    width: fit-content;
    transform: rotate(17deg);
    display: flex;
	justify-content: flex-end;
}
.camera-ani svg, .camera-ani1 svg {
    width: 28%;
}
.camera-ani svg path, .camera-ani1 svg path{
	fill:#2ad6f1;
}
.reel-rotate1 {
  animation: spin 5s linear infinite;
  transform-origin: center;
  transform-box: fill-box; /* IMPORTANT for SVG */
}

.reel-rotate{
	animation-delay: 0.8s;
	  animation: spin 5s linear infinite;
  transform-origin: center;
  transform-box: fill-box; /* IMPORTANT for SVG */
}
.clap{
animation: clap 1.8s ease-in-out infinite;
  transform-origin: left center;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes clap {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(9deg); /* open */
  }
  40% {
    transform: rotate(0deg); /* clap shut */
  }
  100% {
    transform: rotate(0deg);
  }
}



.loader {
  position: fixed;
  inset: 0;
  background: var(--bg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
	flex-direction: column;
    gap: 50px;
}
.loader-info{
	display:flex;
	flex-direction: column;
    gap: 20px;
	  align-items: center;
  justify-content: center;
}
.loader-info h2{
	font-weight:300;
	color:var(--white);
	    font-family: arial;
	letter-spacing: 11px;
	line-height:normal;
	font-size: calc(var(--h2-font-size) - 1rem);
	
}
#loaderLogo {
  width: 30%;
  height: 30%;
	  opacity: 0;
}
.loader img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
	opacity:0.3;
}
body.loader-open {
  overflow: hidden;
}
body.loader-open::-webkit-scrollbar{
	width:0
}

.page-content{
    font-size: var(--body-font-size);
    color: var(--text-gray);
    line-height: normal;
    font-weight: 300;
    font-family: var(--fontfamliyMain);
}
.page-content h3, .page-content h2, .page-content h4{
	margin-top:50px;
	font-weight:bold;
	color:var(--white);
	margin-bottom:20px;
	line-height:normal
}
.page-content p{
	line-height: 1.5;
}
.page-content a{
	text-decoration: underline;
	transition:0.3s ease-in-out
}
.page-content a:hover{
	color:var(--white)
}
.page-content ul {
    line-height: 1.8;
    padding-inline-start: 20px;
    padding-block: 16px;
}
.page-template-legal_page .banner-main {
    padding: 223px 0 80px;
    position: relative;
}
.page-template-legal_page .footer-bg-pattern{
	bottom: 0;
}