/* 
@font-face {
font-family: "Gilroy-Regular";
src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Gilroy-SemiBold";
src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
font-weight: 600;
font-style: normal;
}
*/
html {
overflow-x: hidden;
}
html.popup-fixed{
overflow: hidden;
}
.home-overflow {
overflow-x: visible;
}
body {
font-family: "Poppins", serif;
overflow-x: hidden;
background: #1a1a1a;
}
.white-theme {
background: #fff8e7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lexend", sans-serif;
}
a {
text-decoration: none !important;
}
p {
color: #fff;
font-size: 15px;
font-weight: 300;
}
.white-theme p {
color: rgb(0 0 0 / 70%);
font-weight: 400;
text-transform: capitalize;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.heading {
font-size: 60px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 600;
font-family: "Lexend", sans-serif;
}
.locate-headline h2 {
font-size: 34px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 600;
text-align: left;
margin-bottom: 10px;
}
.locate-headline h3 {
font-size: 30px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 600;
text-align: left;
margin-bottom: 10px;
}
.locate-headline h4 {
font-size: 26px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 600;
text-align: left;
margin-bottom: 10px;
}
.locate-headline ul li,
.locate-headline p {
color: #ffffff;
text-align: left;
margin-bottom: 1rem;
}
.white-theme .heading {
color: #000000;
font-weight: 600;
}
.center-heading {
text-align: center;
}
.sub-heading {
color: #333333;
font-size: 12px;
text-transform: uppercase;
font-weight: 300;
display: block;
margin-bottom: 20px;
}
.sub-title {
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
margin: 0;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 15px;
}
.below-heading {
/* color: rgb(255 255 255 / 40%); */
color: #fff;
margin: 10px 0px 0px;
}
.slick-dots li button::before {
display: none;
}
.header-gap {
margin-top: 70px;
}
.gradiant-color {
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
/*---------*/
.arrow-left,
.arrow-right {
transition: all 0.2s ease-In;
color: #fff;
width: 50px;
height: 50px;
border-radius: 100%;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border: 1px solid rgb(255 255 255 / 15%);
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
cursor: pointer;
position: absolute;
top: 50%;
transform: translatey(-50%);
z-index: 1;
}
.arrow-left {
left: 0;
}
.arrow-right {
right: 0;
}
.arrow-left:hover,
.arrow-right:hover {
color: #000;
background: #fff;
border-color: #ff3ba1 ;
}
/*---------*/
.theme2-arrow-left,
.theme2-arrow-right {
transition: all 0.2s ease-In;
color: #000;
width: 50px;
height: 50px;
border-radius: 100%;
background: #fff;
border: 1px solid #ff7054;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
cursor: pointer;
position: absolute;
top: 50%;
transform: translatey(-50%);
}
.theme2-arrow-left {
left: 0;
}
.theme2-arrow-right {
right: 0;
}
.theme2-arrow-left:hover,
.theme2-arrow-right:hover {
color: #fff;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
}
/*----- ul ----*/
.theme-list {
padding: 0;
margin: 0;
list-style: none;
}
.theme-list li {
color: #fff;
font-size: 15px;
font-weight: 300;
display: flex;
align-items: start;
margin-bottom: 8px;
}
.theme-list li:last-child {
margin-bottom: 0px;
}
.theme-list li img {
width: 14px;
margin-right: 4px;
margin-top: 5px;
}
/*----------- button -------------*/
.default-btn {
position: relative;
overflow: hidden;
transition: 0.5s;
border-radius: 100px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
display: inline-block;
}
.default-btn a,
.mas,
.default-btn .subs-btn {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.mas {
color: #fff;
text-align: center;
width: 101%;
position: absolute;
overflow: hidden;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.default-btn a,
.default-btn .subs-btn {
display: block;
padding: 13px 20px;
background: #fff;
color: #000;
text-align: center;
-webkit-mask:url(../../../../../website/img/butn-bg.webp);
mask: url(../../../../../website/img/butn-bg.webp);
-webkit-mask-size: 2300% 100%;
mask-size: 2300% 100%;
-webkit-animation: ani2 0.7s steps(22) forwards;
animation: ani2 0.7s steps(22) forwards;
}
.default-btn a:hover,
.default-btn .subs-btn:hover {
-webkit-animation: ani 0.7s steps(22) forwards;
animation: ani 0.7s steps(22) forwards;
}
.default-btn .subs-btn {
border: 0px;
}
.email-subscribe .form-control {
height: auto;
padding: 10px 10px;
}
.email-subscribe .form-control:focus {
box-shadow: unset;
border-color: #fff;
}
/*------*/
.white-btn {
position: relative;
overflow: hidden;
transition: 0.5s;
border-radius: 100px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
display: inline-block;
border: 1px solid #ffa011;
}
.white-btn a,
.mass {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.mass {
color: #fff;
text-align: center;
width: 101%;
position: absolute;
overflow: hidden;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.white-btn a {
display: block;
padding: 13px 20px;
background: #fff;
color: #000;
text-align: center;
-webkit-mask:url(../../../../../website/img/butn-bg.webp);
mask: url(../../../../../website/img/butn-bg.webp);
-webkit-mask-size: 2300% 100%;
mask-size: 2300% 100%;
-webkit-animation: ani2 0.7s steps(22) forwards;
animation: ani2 0.7s steps(22) forwards;
border-radius: 100px;
}
.new-consult-talk .default-wrap{
text-align: center;
margin-top: 40px;
}
.white-btn a:hover {
-webkit-animation: ani 0.7s steps(22) forwards;
animation: ani 0.7s steps(22) forwards;
}
.white-btn-reverse {
background: #fff;
}
.white-btn-reverse a {
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
color: #fff;
}
.white-btn-reverse .mass {
color: #000;
}
@keyframes ani {
from {
-webkit-mask-position: 0 0;
mask-position: 0 0;
}
to {
-webkit-mask-position: 100% 0;
mask-position: 100% 0;
}
}
@keyframes ani2 {
from {
-webkit-mask-position: 100% 0;
mask-position: 100% 0;
}
to {
-webkit-mask-position: 0 0;
mask-position: 0 0;
}
}
/*----*/
.grey-btn {
outline: 2px solid #242424;
outline-offset: -1px;
}
.grey-btn a {
background: #242424;
color: #fff;
}
.center-butn {
margin: 0 auto;
}
/*----*/
.slick-dots {
text-align: center;
bottom: 0px;
margin: 0;
left: 0;
right: 0;
}
.slick-dots button {
display: block;
width: 12px !important;
height: 12px !important;
padding: 0 !important;
border: 1.4px solid #fff !important;
border-radius: 100%;
background-color: transparent;
margin: 0px !important;
}
.slick-dots li {
width: 12px !important;
height: 12px !important;
margin: 0;
margin-right: 8px;
}
.slick-dots li:last-child {
margin-right: 0px;
}
.slick-dots li.slick-active button {
background-color: #fff;
}
.slick-dots li button::before {
display: none;
}
/*----*/
.white-theme .slick-dots button {
border-color: rgb(0 0 0/40%) !important;
}
.white-theme .slick-dots li.slick-active button {
background-color: rgb(0 0 0/80%);
}
/*--------------- header ---------------*/
.header-section {
padding: 20px 0px;
}
.header-section .header-logo a {
display: block;
width: 150px;
}
.header-section .header-btn {
text-align: right;
}
.header-section .header-logo  img{
width:100%;
}
/*-----------------*/
.runing-srtip {
transform: rotate(-3deg);
}
.marquee {
--gap: 10px;
position: relative;
overflow: hidden;
user-select: none;
gap: var(--gap);
display: flex;
align-items: center;
background: rgb(255 255 255 / 10%);
border-top: 2px solid rgb(255 255 255 / 10%);
border-bottom: 2px solid rgb(255 255 255 / 10%);
padding: 18px 0px;
}
.marquee__group {
display: inline-flex;
justify-content: space-around;
gap: var(--gap);
min-width: 110%;
align-items: center;
animation: scroll-mar 40s linear infinite;
list-style: none;
margin: 0;
padding: 0;
}
.marquee__group li {
color: #fff;
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
}
.marquee__group li img {
width: 25px;
}
@keyframes scroll-mar {
from {
transform: translateX(0);
}
to {
transform: translateX(calc(-100% - var(--gap)));
}
}
/*-----------------*/
.impact-area {
margin: 80px 0px;
position: relative;
}
.impact-area .center-heading {
margin-bottom: 50px;
}
.impact-fixed-image {
position: sticky;
top: 60px;
height: 100vh;
}
.impact-move-box {
margin-top: 50px;
height: 100vh;
opacity: 0.3;
transition: opacity 0.3s;
display: flex;
align-items: center;
}
.visible-imapact {
opacity: 1;
}
.impact-move-box .impact-stick {
position: sticky;
top: 80px;
}
.last-unstick {
position: unset !important;
}
.impact-move-box ul {
margin: 20px 0px;
}
.mobile-impact {
display: none;
margin-top: 20px;
}
.hide-impactimage {
display: none;
opacity: 0;
transition: opacity 0.2s ease-In;
}
.highlighted {
display: block;
transition: opacity 0.2s ease-In;
opacity: 1;
-webkit-animation: fadeInUp 0.5s ease;
animation: fadeInUp 0.5s ease;
-webkit-animation-duration: 1.4s;
animation-duration: 1.4s;
}
.impact-fixed-image .parallex-videopage {
width: 90%;
}
.impact-blur {
position: absolute;
top: 50%;
left: 50%;
width: 340px;
filter: blur(45px);
z-index: -1;
transform: translate(-50%, -50%);
opacity: 0.6;
}
/*---*/
.impact-mobileview {
display: none;
}
.impactmobile-slider {
padding-bottom: 30px;
}
/*-----------------*/
#moveing-text {
overflow: hidden;
}
#moveing-text ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
}
#moveing-text ul:nth-child(1) {
margin-bottom: 18px;
}
#moveing-text li {
display: inline-block;
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
color: #fff;
padding: 7px 15px;
border-radius: 50px;
font-size: 14px;
margin: 0px 7px;
}
/*-----------------*/
.home-number {
position: relative;
padding: 80px 0px;
}
.number-head {
text-align: center;
}
.number-head .heading {
font-size: 38px;
position: relative;
margin-top: -70px;
}
.number-head p {
color: #1a1a1a;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-stroke: 1px transparent;
font-family: "Lexend", sans-serif;
font-size: 400px;
line-height: 0.8;
margin: 0;
font-weight: 600;
position: relative;
}
.number-head p:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 160px;
background: linear-gradient(180deg, transparent 0%, #1a1a1a 70%);
z-index: 0;
}
.number-count-item {
margin-top: 50px;
text-align: center;
}
.num-box {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 5px;
}
.number-count-item label {
font-size: 85px;
margin: 0px;
line-height: 1;
color: #1a1a1a;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-stroke: 1px transparent;
font-weight: 600;
font-family: "Lexend", sans-serif;
}
.number-count-item span {
font-size: 85px;
line-height: 1;
display: block;
color: #1a1a1a;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-stroke: 1px transparent;
font-weight: 600;
font-family: "Lexend", sans-serif;
}
.number-count-item p {
margin: 0px;
font-size: 18px;
font-family: "Lexend", sans-serif;
}
.number-blur {
position: absolute;
bottom: -110px;
left: 0;
width: 280px;
filter: blur(45px);
z-index: -1;
opacity: 0.7;
}
/*-----------------*/
.client-casestudy .heading {
margin-bottom: 40px;
}
.client-casestudy {
position: relative;
background: rgb(153 153 153 / 12%);
padding: 40px 0px;
overflow: hidden;
}
.casestudy-logo {
height: 424px;
overflow-y: scroll;
overflow-x: hidden;
padding-right: 48px;
margin-right: -50px;
}
.casestudy-logo::-webkit-scrollbar {
width: 0px;
}
.casestudy-logo::-webkit-scrollbar-track {
-webkit-box-shadow: none;
}
.casestudy-logo::-webkit-scrollbar-thumb {
outline: none;
}
.casestudy-logo .nav {
flex-direction: column;
align-items: end;
flex-wrap: nowrap;
border: 0;
}
.casestudy-logo .nav li {
margin-bottom: 22px;
padding-bottom: 22px;
}
.casestudy-logo .nav li a {
display: block;
padding-right: 50px;
position: relative;
}
.casestudy-logo .nav li a:before {
position: absolute;
content: "";
width: 100%;
height: 2px;
bottom: -22px;
transition: width 0.3s, opacity 0.3s;
background: linear-gradient(to right, #ffa011 0%, #ff3ba1 100%);
}
.casestudy-logo .nav li a img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
transition: transform 0.5s, opacity 0.3s;
width: 160px;
}
.casestudy-logo .nav li a.active img {
-webkit-filter: none;
filter: none;
}
.casestudy-logo .nav li a.active:before {
width: 126%;
}
.casestudy-slide-1 {
margin-right: -50px;
}
.casestudy-slide-1 .slick-list,
.casestudy-slide-2 .slick-list {
padding: 0px !important;
}
.casestudy-item {
border: 0px;
}
.casestudy-item div {
padding-bottom: 22px;
margin-bottom: 22px;
position: relative;
width: 65%;
cursor: pointer;
float: right;
}
.casestudy-item div:before {
position: absolute;
content: "";
width: 82%;
height: 2px;
bottom: -3px;
transition: width 0.3s, opacity 0.3s;
background: linear-gradient(to right, #ffa011 0%, #ff3ba1 100%);
}
.casestudy-item div img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
transition: transform 0.5s, opacity 0.3s;
width: 160px;
}
.casestudy-item .slick-slide.active div:before {
width: 100%;
}
.casestudy-item .slick-slide.active div img {
-webkit-filter: none;
filter: none;
}
/* Active center slide*/
.casestudy-slide-1 .slick-center div img,
.casestudy-slide-1
.slick-slide[aria-hidden="true"]:not([tabindex="-1"])
+ .slick-cloned[aria-hidden="true"]
div
img {
-webkit-filter: none;
filter: none;
}
.casestudy-slide-1 .slick-center div:before,
.casestudy-slide-1
.slick-slide[aria-hidden="true"]:not([tabindex="-1"])
+ .slick-cloned[aria-hidden="true"]
div:before {
width: 100%;
}
.casestudy-slide-2 {
padding-left: 50px;
}
.casestudy-slide-2 .slick-track {
display: flex;
flex-direction: column;
}
.casestudy-content {
position: relative;
height: 100% !important;
overflow: hidden;
}
.case-bglogo {
position: absolute;
top: 1px;
left: 50%;
transform: translateX(-50%);
width: 230px;
opacity: 0.1;
filter: grayscale(100%);
z-index: -1;
}
.client-casestudy .tab-content {
padding-left: 50px;
}
.casestudy-about {
display: flex;
align-items: center;
justify-content: space-between;
transition: opacity 0.2s ease-In;
-webkit-animation: fadeInUp 0.3s ease;
animation: fadeInUp 0.3s ease;
-webkit-animation-duration: 1.1s;
animation-duration: 1.1s;
}
.casestudy-about img {
width: 22%;
}
.casestudy-about span {
width: 27%;
background: linear-gradient(to right, #ffa011 0%, #ff3ba1 100%);
height: 1px;
margin: 0px 15px;
}
.casestudy-about p {
width: 43%;
margin: 0;
}
.casestudy-stats {
display: flex;
align-items: center;
justify-content: space-evenly;
margin: 50px 0px 40px;
transition: opacity 0.2s ease-In;
-webkit-animation: fadeInUp 0.3s ease;
animation: fadeInUp 0.3s ease;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
}
.casestudy-stats div {
width: 40%;
text-align: center;
}
.casestudy-stats div label {
color: #ffa011;
display: block;
font-size: 90px;
font-family: "Lexend", sans-serif;
font-weight: 600;
line-height: 1;
margin: 0;
}
.casestudy-stats div p {
margin: 0px;
font-size: 18px;
font-family: "Lexend", sans-serif;
}
.casestudy-image {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 34%;
height: 100%;
z-index: -1;
object-fit: cover;
}
/*-----------------*/
.parallex-area {
position: relative;
padding-top: 80px;
}
.home-newvideo-box-content {
position: relative;
}
.home-newvideo-box-content .parallex-homevideo {
width: 100%;
height: 560px;
object-fit: cover;
cursor: none;
}
.video-blur {
position: absolute;
top: -70px;
right: 0;
width: 150px;
filter: blur(40px);
z-index: -1;
}
/*-----------------*/
.home-process {
position: relative;
padding: 80px 0px;
}
.dotline-box {
margin-top: 40px;
padding-right: 15px;
}
.dotline-box h4 {
color: #fff;
font-size: 22px;
font-weight: 400;
}
.dotline-box .h4 {
color: #fff;
font-size: 22px;
font-weight: 400;
margin-bottom: 10px;
font-family: "Lexend", sans-serif;
}
.dotline-box h3 {
color: #fff;
font-size: 22px;
font-weight: 400;
}
.dotline-box p {
margin: 0px;
}
.dotline-box div {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.dotline-box div label {
font-size: 60px;
margin: 0px;
line-height: 0.8;
color: #1a1a1a;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-stroke: 1px transparent;
font-weight: 600;
font-family: "Lexend", sans-serif;
}
.dotline-box div img {
width: 50px;
}
.dotline-box div span {
border: 1px dashed rgb(255 255 255 / 60%);
width: 55%;
position: relative;
}
.dotline-box div span:before,
.dotline-box div span:after {
position: absolute;
content: "";
width: 10px;
height: 10px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
}
.dotline-box div span:before {
left: -2px;
}
.dotline-box div span:after {
right: -2px;
}
.no-line div span {
display: none;
}
.process-blur {
position: absolute;
top: -180px;
left: 50%;
right: 0;
width: 300px;
filter: blur(50px);
z-index: -1;
transform: translateX(-50%);
opacity: 0.7;
}
/*-----------------*/
.home-team .col-lg-6,
.home-team .col-lg-3 {
padding: 10px;
}
.team-box {
position: relative;
overflow: hidden;
}
.team-box img {
border-radius: 15px;
width: 100%;
}
.team-box:before {
content: "";
position: absolute;
width: 100%;
height: 101%;
left: 0;
right: 0;
top: 0;
backdrop-filter: blur(6px);
background-color: rgb(0 0 0 / 70%);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
border-radius: 15px;
}
.team-box div {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
padding: 0px 12px;
text-align: center;
transition: all 0.4s ease-in-out;
width: 100%;
opacity: 0;
}
.team-box:hover div {
top: 50%;
opacity: 1;
}
.team-box:hover:before {
opacity: 1;
}
.team-box div h4 {
color: #fff;
font-size: 20px;
font-weight: 300;
margin-bottom: 5px;
}
.team-box div .team-mem {
color: #fff;
font-size: 20px;
font-weight: 300;
margin-bottom: 5px;
}
.team-box div span {
display: block;
color: #fff;
font-weight: 300;
font-size: 13px;
position: relative;
margin-bottom: 8px;
padding-bottom: 8px;
}
.team-box div span:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
}
.team-box div a {
color: #fff;
font-size: 14px;
display: block;
transition: all 0.2s ease-In;
}
.team-box div a:hover {
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.team-box div ul {
margin: 10px 0px 0px;
}
.team-box div ul li {
display: inline-block;
transition: all 800ms cubic-bezier(0, 0, 0.58, 1);
}
.team-box div ul li a {
transition: all 0.2s ease-In;
color: #fff;
width: 30px;
height: 30px;
border-radius: 100%;
background: rgb(153 153 153 / 12%);
display: flex;
align-items: center;
justify-content: center;
margin: 0px 2px;
font-size: 12px;
border: 1px solid rgb(255 255 255 / 12%);
}
.team-box div ul li:nth-child(1) a:hover {
background: #006699;
border-color: #006699;
color: #fff;
}
.team-box div ul li:nth-child(2) a:hover {
background: #0f1419;
border-color: #0f1419;
color: #fff;
}
/*--*/
.hometeam-mobile {
display: none;
}
.hometeam-mobile .heading {
text-align: center;
margin-bottom: 30px !important;
}
.hometeam-slider {
padding-bottom: 32px;
margin-bottom: 20px;
}
/*-----------------*/
.bigtext-move {
padding: 80px 0px;
position: relative;
}
.bigtext-overflow {
overflow: hidden;
}
.text-marquee {
--gap: 10px;
position: relative;
overflow: hidden;
user-select: none;
display: inline-flex;
align-items: center;
overflow: hidden;
}
.text-marquee-group {
display: inline-flex;
justify-content: space-around;
min-width: 100%;
align-items: center;
animation: scroll-marq 30s linear infinite;
}
.text-marquee-group p {
font-size: 80px;
text-transform: uppercase;
font-weight: 600;
margin: 0;
display: inline-block;
line-height: 1;
font-family: "Lexend", sans-serif;
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
@keyframes scroll-marq {
from {
transform: translateX(0);
}
to {
transform: translateX(calc(-100% - var(--gap)));
}
}
.bigtext-blur {
position: absolute;
top: -60px;
left: 0;
width: 90px;
filter: blur(60px);
z-index: -1;
opacity: 0.7;
transform: rotateY(180deg);
}
/*-----------------*/
.testimonial-area {
position: relative;
}
.testi-content {
padding-right: 50px;
}
.testi-content h4 {
font-size: 38px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 0px;
text-transform: uppercase;
}
.testimonial-item {
margin: 0px 2px;
}
.testimonial-item ul {
padding: 0;
margin: 10px 0px;
list-style: none;
display: flex;
align-items: center;
}
.testimonial-item ul li {
color: #ff823c;
font-size: 11px;
margin-right: 2px;
}
.testimonial-item p {
line-height: 1.7;
}
.testimonial-item label {
background-image: linear-gradient(to right, #ffa011 0%, #ff3ba1 25%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
display: block;
line-height: 1;
margin-bottom: 2px;
font-size: 18px;
font-weight: 500;
}
.testimonial-item span {
color: #fff;
font-size: 13px;
}
.testimonial-slider .arrow-left {
right: -60px;
left: auto;
top: 38%;
}
.testimonial-slider .arrow-right {
right: -60px;
top: 62%;
}
.testimonial-blur {
position: absolute;
bottom: -180px;
right: 0;
width: 100px;
filter: blur(90px);
z-index: -1;
/* opacity: .8; */
transform: rotateY(180deg);
}
/*-----------------*/
.email-subscribe {
background: rgb(255 255 255 / 8%);
margin: 80px 0px;
padding: 20px 0px;
}
.email-subscribe h4 {
font-size: 38px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 0px;
text-transform: capitalize;
}
.subscribe-form .form-control {
border-radius: 100px;
background: rgb(0 0 0 / 30%);
border: 0;
box-shadow: none;
outline: none;
color: #fff;
font-size: 14px;
height: 47px;
padding: 5px 30px 5px 20px;
}
.subscribe-form .form-control::placeholder {
color: #fff;
}
.subscribe-form .form-control::-ms-input-placeholder {
color: #fff;
}
.subscribe-form .default-btn {
margin-left: -20px;
z-index: 7;
}
/*-----------------*/
.home-insight {
position: relative;
}
.home-insight .heading {
text-align: center;
margin-bottom: 30px;
}
.home-insight .insight-box p {
min-height: 90px;
font-size: 18px;
}
.insight-box {
position: relative;
border: 1px solid rgb(255 255 255 / 15%);
background: #242424;
background-clip: padding-box;
border-radius: 20px;
padding: 12px;
display: inline-block;
margin-bottom: 30px;
width: 100%;
}
.home-insight .insight-box .home-blog-title,
.bloglist-box .home-blog-title {
font-weight: 600;
font-size: 20px;
}
.insight-box:after {
content: "";
position: absolute;
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
background: transparent;
z-index: -1;
border-radius: 20px;
opacity: 0;
transition: opacity 0.2s ease-In;
}
.insight-box:hover:after {
opacity: 1;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
}
.insight-box .img-responsive {
border-radius: 20px;
width: 100%;
height: 240px;
object-fit: cover;
}
.insight-box div {
display: flex;
align-items: center;
margin: 12px 0px;
}
.insight-box div img {
width: 45px;
margin-right: 10px;
}
.insight-box div small {
color: rgb(255 255 255 / 40%);
font-size: 90%;
font-weight: 300;
}
.insight-box span {
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease-In;
float: right;
}
.insight-box span img {
width: 15px;
}
.insight-box:hover span {
transform: rotate(-45deg);
}
.insight-blur {
position: absolute;
bottom: 0;
left: 0;
width: 200px;
filter: blur(30px);
z-index: -1;
transform: rotateY(180deg);
opacity: 0.5;
}
/*---*/
.homeinsight-mobile {
display: none;
position: relative;
}
.homeinsight-mobile .heading {
text-align: center;
margin-bottom: 30px;
}
.homeinsight-mobile .heading br {
display: none;
}
.homeblog-slider {
padding-bottom: 30px;
margin-bottom: 20px;
}
.homeinsight-mobile .insight-box {
margin: 0px 5px;
}
.homeinsight-mobile .insight-box p {
min-height: 67px;
}
/*--------------- footer ---------------*/
.footer {
position: relative;
margin-top: 80px;
padding-bottom: 15px;
overflow: hidden;
}
.footer-talk {
    /* border-bottom: 1px solid rgb(0 0 0 / 40%); */
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.footer-talk .heading {
text-transform: uppercase;
}
.footer-talk p {
width: 55%;
margin: 20px auto;
text-transform: capitalize;
color: #000;
}
.footer-talk label {
color: #000;
font-size: 14px;
font-weight: 300;
display: block;
margin: 20px 0px 0px;
}
.footer-talk label span {
font-weight: 400;
}
.footer-link ul {
display: flex;
align-items: center;
justify-content: center;
list-style: none;
margin: 0;
padding: 0;
}
.footer-link ul li {
margin-right: 22px;
}
.footer-link ul li:last-child {
margin-right: 0px;
}
.footer-link ul li a {
color: rgb(255 255 255 / 60%);
font-weight: 300;
font-size: 14px;
transition: all 0.2s ease-In;
font-family: "Lexend", sans-serif;
}
.footer-link ul li a:hover {
color: #fff;
}
.footer-social {
text-align: right;
}
.footer-social ul {
margin: 0;
}
.footer-social ul li {
display: inline-block;
transition: all 800ms cubic-bezier(0, 0, 0.58, 1);
}
.footer-social ul li a {
transition: all 0.2s ease-In;
color: #000;
width: 30px;
height: 30px;
border-radius: 100%;
background: rgb(0 0 0 / 2%);
display: flex
;
align-items: center;
justify-content: center;
margin: 0px 2px;
font-size: 12px;
border: 1px solid #999999;
}
.footer-social ul li:nth-child(1) a:hover {
background: #3b579d;
border-color: #3b579d;
}
.footer-social ul li:nth-child(2) a:hover {
background: #d62976;
border-color: #d62976;
}
.footer-social ul li:nth-child(3) a:hover {
background: #0f1419;
border-color: #0f1419;
}
.footer-social ul li:nth-child(4) a:hover {
background: #006699;
border-color: #006699;
}
.footer-logo img {
width: 110px;
}
.footer-blur {
position: absolute;
bottom: 0;
right: -150px;
width: 320px;
filter: blur(45px);
z-index: -1;
}
/*-----*/
.white-theme .footer-talk {
border-color: rgb(0 0 0 / 30%);
}
.white-theme .footer-talk p {
color: #000;
}
.white-theme .footer-talk label {
color: #000;
font-weight: 400;
}
.white-theme .footer-talk label span {
font-weight: 500;
}
.white-theme .footer-link ul li a {
color: rgb(0 0 0 / 70%);
}
.white-theme .footer-link ul li a:hover {
color: #000000;
}
.white-theme .footer-social ul li a {
color: #000;
background: rgb(153 153 153 / 12%);
border: 1px solid rgb(0 0 0 / 12%);
}
.white-theme .footer-social ul li a:hover {
color: #fff;
}
/*--------------- contact ---------------*/
.contactpage-head {
padding: 80px 0px;
position: relative;
}
.contact-content .heading {
font-size: 90px;
}
.contact-content p {
font-size: 20px;
position: relative;
margin: 0;
padding-bottom: 12px;
}
.contact-content p:before {
position: absolute;
content: "";
width: 40%;
height: 1px;
bottom: 0px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 100%);
}
.contact-image-social {
display: flex;
align-items: end;
}
.contact-image {
width: 55%;
}
.contact-social {
width: 45%;
padding-left: 40px;
}
.contact-social p {
font-size: 22px;
margin-bottom: 2px;
}
.contact-social ul {
margin-bottom: 30px;
}
.contact-social ul li {
line-height: 1;
margin-bottom: 8px;
}
.contact-social ul li:last-child {
margin-bottom: 0px;
}
.contact-social ul li a {
color: rgb(255 255 255 / 40%);
font-size: 15px;
transition: all 0.2s ease-In;
line-height: 1;
}
.contact-social ul li a:hover {
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.contact-blur-1 {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
filter: blur(100px);
z-index: -1;
opacity: 0.7;
}
.contact-blur-2 {
position: absolute;
top: 60px;
right: 0;
width: 70px;
filter: blur(90px);
z-index: -1;
opacity: 0.8;
}
.contactpage-address {
position: relative;
padding: 180px 0px;
}
.contactpage-address .location-icon {
position: absolute;
left: 15%;
top: 38%;
animation: key1 0.9s ease infinite alternate;
}
.contact-map {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 40%;
}
.contact-crossblur {
position: absolute;
bottom: 40px;
right: 22%;
width: 250px;
filter: blur(60px);
z-index: -1;
opacity: 0.5;
}
.contact-address-text h2 {
font-size: 40px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 20px;
padding-bottom: 15px;
font-weight: 500;
position: relative;
}
.contact-address-text h2:before {
position: absolute;
content: "";
width: 100%;
height: 1px;
bottom: 0px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 100%);
}
.contact-address-text p {
color: rgb(255 255 255 / 40%);
margin: 0;
}
.contact-address label {
font-size: 22px;
margin-bottom: 5px;
color: #fff;
display: block;
}
.contact-address h3 {
font-size: 22px;
margin-bottom: 5px;
color: #fff;
display: block;
font-weight: 300;
}
.contact-address p {
color: rgb(255 255 255 / 40%);
}
.contact-address .default-btn {
margin-bottom: 15px;
}
/* ============ Splitting Text effect =========== */
.splitting .char {
animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
@keyframes slide-in {
from {
transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
opacity: 0;
}
}
.splitting.animated .char {
animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
animation-delay: calc(30ms * var(--char-index));
}
.splitting .whitespace {
width: 5px;
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.splitting.txt.animated .char {
animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
width: 5px;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes texteffect {
0% {
-webkit-transform: translateY(50%);
-webkit-opacity: 0;
}
100% {
-webkit-transform: translateY(0);
-webkit-opacity: 1;
}
}
/*----------*/
.splitting .word,
.splitting .char {
display: inline-block;
}
.splitting .char {
position: relative;
}
.splitting .char::before,
.splitting .char::after {
content: attr(data-char);
position: absolute;
top: 0;
left: 0;
visibility: hidden;
transition: inherit;
user-select: none;
}
.splitting {
--word-center: calc((var(--word-total) - 1) / 2);
--char-center: calc((var(--char-total) - 1) / 2);
--line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
--word-percent: calc(var(--word-index) / var(--word-total));
--line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
--char-percent: calc(var(--char-index) / var(--char-total));
--char-offset: calc(var(--char-index) - var(--char-center));
--distance: calc(
(var(--char-offset) * var(--char-offset)) / var(--char-center)
);
--distance-sine: calc(var(--char-offset) / var(--char-center));
--distance-percent: calc((var(--distance) / var(--char-center)));
}
/*------ image effect------*/
.animate-overlay {
position: relative;
display: block;
}
.animate-overlay:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #1a1a1a;
transition: 0.9s;
transform-origin: right;
}
.animate-overlay[data-scroll="in"] {
transform: scaleX(1);
}
.animate-overlay[data-scroll="in"]:before {
transform: scaleX(0);
transition-delay: 0.2s;
}
/*------*/
/*--------------- about ---------------*/
.aboutpage-head {
background: url(../img/about-bg.webp) no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
padding: 150px 0px;
}
.aboutpage-heading h1 {
font-size: 100px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 30px;
text-transform: capitalize;
font-weight: 500;
}
.aboutpage-heading p {
font-size: 20px;
margin: 0;
}
.aboutpage-content {
margin-top: 150px;
}
.aboutpage-content label {
font-size: 20px;
font-weight: 300;
color: #fff;
display: block;
margin-bottom: 12px;
}
.arrow-btun {
color: #fff;
font-weight: 300;
font-size: 15px;
transition: all 0.2s ease-In;
font-family: "Lexend", sans-serif;
}
.arrow-btun:hover {
color: #fff;
}
.arrow-btun img {
width: 12px;
transform-origin: 0% 50%;
transition: all 0.2s ease-In;
}
.arrow-btun:hover img {
transform: rotate(-45deg);
}
.about-image-area {
position: relative;
margin-bottom: 80px;
margin-top: -50px;
}
.aboutbig-image {
margin-right: 50px;
}
.abouthead-image {
position: relative;
}
.abouthead-image img:nth-child(1) {
width: 76%;
}
.abouthead-image img:nth-child(2) {
position: absolute;
width: 220px;
bottom: -80px;
right: 0;
z-index: 1;
}
.about-image-blur {
position: absolute;
bottom: 0px;
left: 45%;
width: 300px;
filter: blur(50px);
z-index: -1;
transform: translateX(-50%);
opacity: 0.6;
}
.about-partner {
position: relative;
padding-top: 20px;
}
.star-heading {
color: #000;
font-weight: 300;
display: flex;
align-items: center;
width: 100%;
}
.star-heading img {
width: 18px;
margin-right: 5px;
}
.about-partner-text .heading {
font-size: 34px;
width: 70%;
}
.about-partner-list {
padding-left: 15px;
margin: 40px 0px 0px;
}
.about-partner-list li {
margin-bottom: 4px;
color: #fff;
}
.about-partner-list li:last-child {
margin-bottom: 0px;
}
.about-partner-list li a {
color: #fff;
font-size: 14px;
font-weight: 300;
text-transform: capitalize;
transition: all 0.2s ease-In;
}
.about-partner-list li a:hover {
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.about-partner-blur {
position: absolute;
top: -10px;
left: 50%;
width: 240px;
filter: blur(35px);
z-index: -1;
transform: translateX(-50%);
opacity: 0.6;
}
.about-believe {
position: relative;
margin: 80px 0px;
}
.believe-bigtext {
margin-bottom: 50px;
}
.believe-bigtext h4,
.believe-bigtext h3 {
margin: 0;
font-size: 110px;
font-weight: 300;
line-height: 1.1;
}
.believe-bigtext h3 {
background-image: linear-gradient(
to right,
#ffffff 0%,
#727272 30%,
#ffffff 40%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.believe-bigtext h4 {
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 40%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.believe-content-1 label {
font-size: 20px;
font-weight: 300;
color: #fff;
display: block;
margin: 30px 0px 0px;
}
.believe-content-2 {
margin: 100px 0px 0px;
padding-top: 12px;
border-top: 1px solid rgb(217 217 217 / 40%);
}
.about-believe-blur {
position: absolute;
bottom: 20px;
left: 0;
width: 280px;
filter: blur(50px);
z-index: -1;
opacity: 0.6;
}
.about-work {
position: relative;
}
.third-aboutwork {
margin-top: 30px;
}
.about-work .row {
justify-content: space-evenly;
}
.about-work-head {
padding-top: 80px;
margin-bottom: 50px;
border-top: 1px solid rgb(217 217 217 / 40%);
}
.about-work-head label {
font-size: 20px;
font-weight: 300;
color: #fff;
display: block;
margin: 20px 0px 0px;
width: 30%;
}
.about-work-box div {
display: flex;
align-items: end;
}
.about-work-box div span {
color: #fff;
width: 80px;
display: block;
}
.about-work-box div h4 {
font-size: 36px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 0px;
}
.about-work-box div .h4 {
font-size: 36px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 0px;
margin: 0;
}
.about-work-box p {
margin: 8px 0px 0px 38px;
}
.work-box-gap {
margin-top: 140px;
}
.about-work-blur {
position: absolute;
top: 50%;
right: 0;
width: 180px;
filter: blur(40px);
z-index: -1;
opacity: 0.8;
transform: translateY(-50%);
}
.about-move .text-marquee-group {
min-width: 76%;
}
.about-partner-blur-2 {
position: absolute;
top: -50px;
left: 45%;
width: 240px;
filter: blur(50px);
z-index: -1;
transform: translateX(-50%) rotate(100deg);
opacity: 0.8;
}
.about-capability {
position: relative;
margin: 80px 0px 50px;
}
.capability-head {
margin-bottom: 70px;
}
.capability-box {
display: flex;
align-items: start;
margin-bottom: 60px;
}
.capability-box:last-child {
margin-bottom: 0px;
}
.capability-box .heading {
font-size: 38px;
font-weight: 500;
width: 40%;
}
.capability-box ul {
margin: 0;
padding: 0;
list-style: none;
width: 40%;
}
.capability-box ul li {
line-height: 1;
margin-bottom: 12px;
}
.capability-box ul li:last-child {
margin-bottom: 0px;
}
.capability-box ul li a {
color: rgb(255 255 255 / 50%);
font-size: 15px;
transition: all 0.2s ease-In;
line-height: 1;
font-weight: 300;
}
.capability-box ul li a:hover {
color: #fff;
}
.capability-vector {
position: absolute;
top: -20px;
right: 0;
width: 58%;
z-index: -1;
animation: key1 0.9s ease infinite alternate;
}
@keyframes key1 {
0% {
transform: translateY(0px);
}
100% {
transform: translateY(-10px);
}
}
.capability-blur-1 {
position: absolute;
bottom: -20px;
right: 0;
width: 100px;
filter: blur(70px);
z-index: -1;
opacity: 0.6;
transform: rotateY(180deg);
}
.capability-blur-2 {
position: absolute;
top: 40%;
left: 0;
width: 90px;
filter: blur(70px);
z-index: -1;
transform: translateY(-50%) rotateY(180deg);
opacity: 0.9;
}
.about-scrollimg {
position: relative;
}
#grow {
transform: scale(0.85);
}
.about-gravity {
position: relative;
margin: 80px 0px 40px;
}
.about-gravity .heading {
font-size: 110px;
}
.about-gravity .star-heading {
margin-bottom: 17px;
}
.about-gravity-para {
margin: 40px 0px 0px;
font-size: 20px;
font-weight: 300;
width: 50%;
}
.about-gravity-blur {
position: absolute;
top: 40px;
right: -90px;
width: 280px;
filter: blur(35px);
z-index: -1;
transform: rotate(30deg);
opacity: 0.6;
}
.about-design-image {
position: relative;
margin-bottom: 80px;
}
.about-design-image .row {
align-items: center;
justify-content: space-between;
}
.design-image-text p {
padding-top: 15px;
margin: 24px 0px 0px;
border-top: 1px solid rgb(217 217 217 / 40%);
}
.about-design-blur {
position: absolute;
top: 0;
left: 0;
width: 90px;
filter: blur(70px);
z-index: -1;
transform: rotateY(180deg);
opacity: 0.8;
}
.about-testi-blur {
position: absolute;
top: -150px;
right: 0;
width: 120px;
filter: blur(100px);
z-index: -1;
opacity: 0.8;
transform: rotateY(180deg);
}
.about-portfolio {
position: relative;
margin-top: 80px;
}
.about-portfolio-slider {
margin-bottom: 30px;
margin-left: -200px;
margin-right: -200px;
}
.about-portfolio-slider .slick-track {
display: flex;
align-items: center;
height: 100%;
justify-content: center;
}
.about-slider-box {
margin: 0px 25px;
}
.portfolio-blur {
position: absolute;
bottom: 40px;
left: 50%;
width: 300px;
filter: blur(60px);
z-index: -1;
transform: translateX(-50%);
opacity: 0.6;
}
/*
#first,
#second {
content: '';
position: absolute;
height: 100%;
background-color: #1A1A1A;
z-index: 1;
transition: width 0.3s ease;
top: 0;
}
#first {
left: 0;
}
#second {
right: 0;
}
.about-scroll{
position: relative;
} 
*/
/*--------------- ui/ux ---------------*/
.uxpage-head {
padding-top: 10px;
position: relative;
}
.uxpage-head .heading {
margin-bottom: 12px;
}
.uxpage-head .img-responsive {
animation-name: bounce-2;
animation-timing-function: ease;
animation-duration: 2s;
animation-iteration-count: infinite;
}
@-webkit-keyframes bounce-2 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-3px);
}
100% {
transform: translateY(0);
}
}
.ux-head-blur {
position: absolute;
top: 0;
right: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.9;
}
.ux-number {
padding: 10px 0px 80px;
}
.ux-number .number-count-item {
margin-top: 30px;
}
.ux-mun-blur {
position: absolute;
top: -30px;
left: 0;
width: 90px;
filter: blur(90px);
opacity: 0.9;
z-index: -1;
}
.uxpage-testimonial {
position: relative;
}
.ux-testi-slider {
border-radius: 30px;
padding: 60px 60px 90px;
background: linear-gradient(
to right,
transparent 30%,
rgb(255 255 255 / 6%) 60%
);
}
.ux-testi-slider .slick-dots {
bottom: 60px;
}
.ux-testi-box {
text-align: center;
}
.ux-testi-box p {
font-size: 28px;
color: #ffffff;
line-height: 1.3;
margin-bottom: 20px;
font-weight: 500;
font-family: "Lexend", sans-serif;
}
.ux-testi-box label {
background-image: linear-gradient(to right, #ff3ba1 42%, #ffa011 60%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
display: block;
line-height: 1;
margin-bottom: 5px;
font-size: 20px;
font-weight: 500;
}
.ux-testi-box div {
color: #fff;
font-size: 13px;
font-weight: 300;
}
.testi-quote {
margin: 0 auto 30px;
width: 50px;
}
.testi-person {
margin: 0 auto 15px;
width: 70px;
}
.ux-testi-blur {
position: absolute;
top: 50%;
left: 50%;
right: 0;
width: 250px;
filter: blur(60px);
z-index: -1;
transform: translate(-50%, -50%);
opacity: 0.8;
}
.efficient-blur {
position: absolute;
top: 0;
right: -90px;
width: 280px;
filter: blur(40px);
z-index: -1;
opacity: 0.7;
}
.uxpage-stage {
position: relative;
}
.uxstage-head {
text-align: center;
}
.uxstage-head p {
font-size: 20px;
font-weight: 300;
font-family: "Lexend", sans-serif;
text-align: center;
margin: 10px auto 0px;
width: 90%;
}
.uxstage-row {
display: flex;
width: 100%;
margin-top: 50px;
position: relative;
}
.uxstage-row:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
top: 0;
background: linear-gradient(
to left,
rgb(255 255 255 / 5%),
#737373,
rgb(255 255 255 / 5%)
);
}
.uxstage-box {
padding: 30px 15px 0px;
width: 33.3%;
position: relative;
}
.uxstage-box:before {
content: "";
position: absolute;
width: 1px;
height: 80%;
top: 0;
right: 0;
background: linear-gradient(to bottom, #737373, rgb(255 255 255 / 5%));
}
.uxstage-box:after {
content: "";
position: absolute;
top: 0;
right: -7.5px;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #737373 transparent transparent transparent;
}
.uxstage-box:last-child:before,
.uxstage-box:last-child:after {
display: none;
}
.uxstage-box h5 {
font-size: 20px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
margin: 0;
text-align: center;
}
.uxstage-box .h5 {
font-size: 20px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
margin: 0;
text-align: center;
font-family: "Lexend", sans-serif;
}
.uxstage-box ul {
margin-bottom: 0;
margin-top: 30px;
}
.uxstage-box li {
color: #fff;
font-size: 14px;
margin-bottom: 5px;
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
border-radius: 30px;
padding: 12px 10px;
text-align: center;
}
.uxstage-box li:last-child {
margin-bottom: 0px;
}
.uxstage-box li:first-child {
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
color: #000;
font-weight: 600;
}
.uxstage-box:nth-child(2) ul {
margin-top: 81px;
}
.uxstage-box:nth-child(3) ul {
margin-top: 132px;
}
.uxstage-box:nth-child(4) ul {
margin-top: 183px;
}
.uxpage-blur {
position: absolute;
top: 50px;
left: 0;
width: 300px;
filter: blur(55px);
z-index: -1;
opacity: 0.7;
}
.uxpage-business {
position: relative;
margin: 80px 0px;
}
.uxpage-quality {
position: relative;
}
.uxpage-business .align-items-center {
background: url(../img/uxquality-bg.webp) no-repeat;
background-size: cover;
margin: 0;
border-radius: 20px;
padding: 70px 45px;
}
.pitchdeck-business .align-items-center {
background: url(../img/pitchquality-bg.webp) no-repeat;
background-size: cover;
}
.uxquality-head h4 {
color: #ffffff;
margin-bottom: 12px;
text-transform: capitalize;
font-size: 44px;
font-weight: 500;
}
.uxquality-list {
margin: 0;
}
.uxquality-list li {
font-size: 22px;
font-weight: 300;
font-family: "Lexend", sans-serif;
color: #fff;
text-transform: capitalize;
display: flex;
align-items: center;
margin-bottom: 20px;
}
.uxquality-list li:last-child {
margin-bottom: 0px;
}
.uxquality-list li img {
width: 26px;
margin-right: 12px;
}
.uxquality-blur {
position: absolute;
top: -30px;
right: -70px;
width: 210px;
filter: blur(50px);
z-index: -1;
}
.uxpage-award {
position: relative;
}
.uxpage-award .heading {
margin-bottom: 30px;
}
.uxaward-row {
display: flex;
align-items: stretch;
justify-content: center;
flex-wrap: wrap;
}
.uxaward-box {
background: rgb(153 153 153 / 8%);
border-radius: 20px;
padding: 20px;
text-align: center;
}
.uxaward-box,
.uxaward-box-first {
margin: 5px;
width: 32%;
}
.uxaward-box p {
margin: 15px auto 0px;
text-transform: uppercase;
font-size: 14px;
width: 80%;
}
.uxaward-box img {
width: 200px;
}
.uxaward-box-first {
background: rgb(255 255 255 / 90%);
border-radius: 20px;
padding: 20px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.uxaward-box-first p {
color: #000;
font-size: 24px;
font-weight: 500;
font-family: "Lexend", sans-serif;
}
.uxaward-box-first img {
width: 150px;
}
.uxaward-blur {
position: absolute;
bottom: 20px;
left: -40px;
right: 0;
width: 280px;
filter: blur(65px);
z-index: -1;
transform: rotate(118deg);
opacity: 0.9;
}
.uxpage-growth {
position: relative;
padding: 80px 0px;
}
.uxgrowth-head {
text-align: center;
}
.uxgrowth-head .heading {
font-size: 45px;
margin-bottom: 10px;
}
.uxgrowth-slider {
margin-top: 30px;
padding-bottom: 35px;
}
.uxgrowth-head p {
color: rgb(255 255 255 / 40%);
margin: 0;
}
.uxgrowth-box {
position: relative;
margin: 0px 10px;
}
.uxgrowth-box .img-responsive {
border-radius: 20px;
}
.uxgrowth-box div {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
padding: 20px;
transition: all 0.4s ease;
width: 100%;
}
.uxgrowth-box div img {
width: 130px;
}
.uxgrowth-box div span {
font-size: 60px;
font-weight: 600;
line-height: 1;
margin: 40px 0px 12px;
display: inline-block;
}
.uxgrowth-box div h4 {
color: #fff;
font-weight: 400;
margin: 0;
}
.uxgrowth-box div .h4 {
color: #fff;
font-weight: 400;
margin: 0;
font-family: "Lexend", sans-serif;
}
.uxgrowth-box div p {
margin: 20px 0px 0px;
padding-top: 20px;
position: relative;
}
.uxgrowth-box div p:before {
position: absolute;
content: "";
width: 100%;
height: 1px;
top: 0px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 100%);
}
.uxgrowth-blur {
position: absolute;
bottom: 0px;
right: -80px;
width: 220px;
filter: blur(55px);
z-index: -1;
}
.uxpage-workshow {
position: relative;
padding: 80px 0px;
}
.uxwork-slider {
margin-top: 30px;
padding-bottom: 30px;
}
.uxwork-slider .slick-track {
display: flex;
align-items: center;
}
.uxwork-box {
margin: 0px 20px;
}
.uxwork-box div {
overflow: hidden;
border-radius: 15px;
}
.uxwork-box img {
transition: transform 0.4s ease-in-out 0s;
}
.uxwork-box:hover img {
transform: scale(1.03);
}
.uxwork-box h4 {
font-size: 30px;
color: #ffffff;
line-height: 1.1;
margin: 8px 0px;
text-transform: capitalize;
font-weight: 600;
}
.uxwork-box p {
margin-bottom: 6px;
}
.uxwork-box ul {
margin: 0;
display: flex;
align-items: center;
}
.uxwork-box ul li {
color: rgb(255 255 255 / 40%);
font-size: 15px;
margin-right: 8px;
}
.uxwork-box ul li:last-child {
margin-right: 0px;
}
.workshow-blur-1 {
position: absolute;
top: 0;
left: -80px;
width: 220px;
filter: blur(70px);
z-index: -1;
transform: rotateY(180deg);
opacity: 0.9;
}
.workshow-blur-2 {
position: absolute;
bottom: -20px;
right: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.8;
}
.uxpage-contact {
position: relative;
}
.uxpage-contact .align-items-center {
background: rgb(0 0 0 / 30%);
margin: 0;
border-radius: 20px;
padding: 40px 45px;
}
.uxcontact-head h4 {
color: #ffffff;
margin-bottom: 20px;
text-transform: capitalize;
font-size: 44px;
font-weight: 500;
}
.uxcontact-head .h4 {
color: #ffffff;
margin-bottom: 20px;
text-transform: capitalize;
font-size: 44px;
font-weight: 500;
font-family: "Lexend", sans-serif;
}
.uxpage-solution {
position: relative;
}
.solution-row {
display: flex;
margin-top: 30px;
}
.solution-box {
margin: 5px;
width: 32%;
}
.solution-box-detail {
background: rgb(153 153 153 / 8%);
border-radius: 20px;
padding: 30px;
margin-bottom: 10px;
display: flex;
justify-content: space-between;
flex-direction: column;
height: 220px;
}
.solution-box-detail:last-child {
margin-bottom: 0px;
}
.solution-box-detail h4 {
color: #fff;
font-weight: 300;
font-size: 22px;
}
.solution-box-detail .h4 {
color: #fff;
font-weight: 300;
font-size: 22px;
font-family: "Lexend", sans-serif;
}
.solution-box-detail .arrow-btun {
font-size: 14px;
line-height: 1;
display: flex;
align-items: center;
}
.solution-box-detail .arrow-btun img {
margin-left: 4px;
}
.solution-box-big {
background: rgb(255 255 255 / 90%);
border-radius: 20px;
padding: 30px;
}
.solution-box-big h4 {
font-weight: 400;
font-size: 22px;
color: #000;
margin-bottom: 92px;
}
.solution-box-big .h4 {
font-weight: 400;
font-size: 22px;
color: #000;
margin-bottom: 92px;
font-family: "Lexend", sans-serif;
}
.solution-box-big .img-responsive {
width: 90%;
margin: 30px auto 0px;
}
.solution-box-big .arrow-btun {
color: #000;
font-size: 14px;
line-height: 1;
display: flex;
align-items: center;
font-weight: 400;
}
.solution-box-big .arrow-btun img {
margin-left: 4px;
}
.solution-blur {
position: absolute;
top: 0;
left: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.8;
}
.uiux-solution {
padding-top: 80px;
}
.uxpage-client {
position: relative;
padding: 80px 0px;
}
.logo-slider-left,
.logo-slider-right {
margin-top: 5px;
}
.uxpage-client .center-heading {
text-align: center;
margin-bottom: 40px;
}
.logo-slider-img {
margin: 0px;
}
.logo-slider-img img {
width: 160px;
margin: 0 auto;
}
.client-blur {
position: absolute;
bottom: 20px;
left: 50%;
width: 70%;
filter: blur(90px);
z-index: -1;
transform: translateX(-50%);
opacity: 0.5;
}
.uxquality-box {
text-align: center;
margin-top: 40px;
}
.uxquality-box img {
width: 58px;
}
.uxquality-box p {
margin: 18px auto 0px;
text-transform: capitalize;
width: 80%;
}
.uxpage-tool {
margin: 80px 0px;
position: relative;
}
.toolbox-row {
border-bottom: 1px solid rgb(255 255 255 / 20%);
padding: 25px 0px;
display: flex;
align-items: center;
width: 100%;
}
.first-toolbox {
border-top: 1px solid rgb(255 255 255 / 20%);
margin-top: 40px;
}
.toolbox-row p {
margin: 0;
font-size: 16px;
width: 60%;
}
.toolbox-row div {
width: 30%;
display: flex;
align-items: center;
}
.toolbox-row div img {
width: 50px;
margin-right: 20px;
}
.toolbox-row div h5 {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 0;
}
.toolbox-row div .h5 {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 0;
font-family: "Lexend", sans-serif;
}
.uxtool-blur {
position: absolute;
bottom: 0;
right: 0;
width: 90px;
filter: blur(90px);
opacity: 0.8;
z-index: -1;
}
.uxpage-team-slider {
margin-top: 30px;
}
.uxpage-team-slider .slick-track {
display: flex;
}
.uxpage-team-box {
margin: 2px 8px;
display: flex !important;
align-items: stretch;
justify-content: center;
height: auto;
}
.uxpage-team-box img {
border-radius: 15px;
}
.uxpage-team-box div {
background: #313131;
width: 100%;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 10px;
text-align: center;
position: relative;
}
.uxpage-team-box div:after {
content: "";
position: absolute;
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
z-index: -1;
border-radius: 15px;
}
.uxpage-team-box div h5 {
font-size: 34px;
font-weight: 600;
line-height: 1;
margin-bottom: 10px;
}
.uxpage-team-box div p {
margin: 0;
}
/*----*/
.white-theme .uxpage-team-box div {
background: #394157;
}
.white-theme .uxpage-team-box div p {
color: #fff;
}
/*----*/
.uxpage-report {
position: relative;
padding: 80px 0px;
}
.uxpage-report .col-lg-6 {
padding: 8px;
}
.uxreport-box {
display: flex;
align-items: center;
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
padding: 40px 30px;
border-radius: 20px;
height: 100%;
}
.uxreport-box img {
width: 40px;
margin-right: 15px;
}
.uxreport-box h4 {
color: #fff;
text-transform: capitalize;
font-weight: 300;
font-size: 22px;
margin: 0;
width: 75%;
line-height: 1.4;
}
.uxreport-box .h4 {
color: #fff;
text-transform: capitalize;
font-weight: 300;
font-size: 22px;
margin: 0;
width: 75%;
line-height: 1.4;
font-family: "Lexend", sans-serif;
}
.uxreport-blur {
position: absolute;
top: -140px;
left: -80px;
width: 220px;
filter: blur(55px);
z-index: -1;
transform: rotateY(180deg);
}
.uxpage-faq {
position: relative;
}
.faq-accord {
margin-top: 15px;
}
.faq-accord .card {
border: 0px;
background: none;
border-bottom: 1px solid rgb(0 0 0 / 20%);
border-radius: 0px;
}
.faq-accord .card-header {
padding: 0px;
margin-bottom: 0;
background-color: transparent;
border: 0px;
}
.faq-accord .card-header button {
outline: none;
text-decoration: none;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
box-shadow: none;
padding: 18px 0px;
border: 0px;
border-radius: 0px;
}
.faq-accord .card-header button span {
color: #000;
font-size: 18px;
font-weight: 400;
font-family: "Lexend", sans-serif;
text-align: left;
}
.faq-accord .card-header .fa-angle-up,
.faq-accord .card-header .fa-angle-down {
color: #000;
font-size: 18px;
margin-left: 8px;
}
.faq-accord .card-body {
padding: 0px 0px 15px;
}
.faq-accord .card-body p {
/* color: rgb(255 255 255 / 40%); */
color: rgb(0 0 0 / 80%);
width: 90%;
}
.faq-accord .card-body strong,
.faq-accord .card-body ul li {
/* color: rgb(255 255 255 / 40%); */
color: #fff;
}
.faq-accord .card-body p:last-child {
margin: 0;
}
.ux-faq-blur {
position: absolute;
top: -40px;
right: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.7;
}
/*----*/
.white-theme .faq-accord .card {
border-color: rgb(0 0 0 / 30%);
}
.white-theme .faq-accord .card-header button span {
color: #000;
font-weight: 400;
}
.white-theme .faq-accord .card-body p {
color: rgb(0 0 0 / 70%);
}
.white-theme .faq-accord .card-header .fa-angle-up,
.white-theme .faq-accord .card-header .fa-angle-down {
color: #000;
}
/*--------------- pitch deck ---------------*/
.pitchpage-head {
padding: 90px 0px;
position: relative;
}
.pitchpage-head .heading {
margin-bottom: 12px;
font-size: 58px;
}
.pitchdeck-banner {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 46%;
z-index: 1;
}
.pitchdeck-banner img {
display: block;
max-width: 100%;
height: auto;
visibility: hidden;
}
.pitchhead-blur {
position: absolute;
bottom: -30px;
right: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.9;
}
.pitch-number {
padding-top: 0px;
}
.pitchdeck-quality {
margin-bottom: 80px;
}
.pitchpage-work {
position: relative;
padding-bottom: 80px;
}
.pitchwork-slider {
margin-top: 30px;
padding-bottom: 40px;
}
.pitchwork-box {
margin: 0px 10px;
}
.pitchwork-box img {
border-radius: 20px;
}
.pitchshow-blur {
position: absolute;
bottom: 0;
left: -50px;
width: 180px;
filter: blur(70px);
z-index: -1;
transform: rotateY(180deg);
}
.pitchsolution-blur {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.8;
}
.pitch-contact {
position: relative;
padding-bottom: 80px;
}
.pitchcontact-blur {
position: absolute;
bottom: -130px;
right: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.7;
}
.pitchfund-slider {
margin-top: 30px;
padding-bottom: 40px;
}
.pitchfund-box {
position: relative;
margin: 0px 10px;
background: #242424;
border: 1px solid rgb(255 255 255 / 15%);
padding: 20px;
border-radius: 20px;
background-clip: padding-box;
min-height: 410px;
}
.pitchfund-box:after {
content: "";
position: absolute;
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
background: transparent;
z-index: -1;
border-radius: 20px;
opacity: 0;
transition: opacity 0.2s ease-In;
}
.pitchfund-box:hover:after {
opacity: 1;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
}
.pitchfund-box img {
width: 130px;
}
.pitchfund-box span {
font-size: 60px;
font-weight: 600;
line-height: 1;
margin: 40px 0px 12px;
display: inline-block;
}
.pitchfund-box h4 {
color: #fff;
font-weight: 400;
margin: 0;
}
.pitchfund-box .h4 {
color: #fff;
font-weight: 400;
margin: 0;
font-family: "Lexend", sans-serif;
border: none;
padding-top: 0;
}
.pitchfund-box p {
margin: 20px 0px 0px;
padding-top: 20px;
border-top: 1px solid rgb(255 255 255 / 40%);
}
.pitchreport-blur {
position: absolute;
bottom: -50px;
left: -90px;
width: 210px;
filter: blur(70px);
z-index: -1;
transform: rotateY(180deg);
}
/*--------------- SEO ---------------*/
.seopage-head {
position: relative;
padding-top: 60px;
}
.seohead-content .heading {
margin-bottom: 8px;
font-size: 48px;
}
.seohead-content p {
color: rgb(255 255 255 / 40%);
}
.seohead-blur {
position: absolute;
bottom: -20px;
right: 0;
width: 90px;
filter: blur(80px);
z-index: -1;
}
.seopage-element {
position: relative;
padding-top: 80px;
}
.seoelement-box {
position: relative;
margin-top: 30px;
background: #242424;
border: 1px solid rgb(255 255 255 / 15%);
padding: 22px;
border-radius: 20px;
background-clip: padding-box;
min-height: 415px;
}
.seoelement-box:after {
content: "";
position: absolute;
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
background: transparent;
z-index: -1;
border-radius: 20px;
opacity: 0;
transition: opacity 0.2s ease-In;
}
.seoelement-box:hover:after {
opacity: 1;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
}
.center-element {
min-height: auto;
}
.seoelement-box img {
width: 52px;
}
.seoelement-box h4 {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 12px 0px 10px;
}
.seoelement-box .h4 {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 12px 0px 10px;
font-family: "Lexend", sans-serif;
}
.seoelement-box p {
margin: 0;
}
.seoelement-blur-1 {
position: absolute;
top: 0;
left: 0;
width: 90px;
filter: blur(90px);
opacity: 0.9;
z-index: -1;
}
.seoelement-blur-2 {
position: absolute;
bottom: 100px;
right: -40px;
width: 260px;
filter: blur(35px);
z-index: -1;
opacity: 0.7;
}
.seo-process .dotline-box p {
color: rgb(255 255 255 / 40%);
}
.seoproces-blur {
position: absolute;
bottom: -50px;
left: 0;
width: 270px;
filter: blur(55px);
z-index: -1;
opacity: 0.7;
}
.seo-impression {
position: relative;
padding-bottom: 80px;
}
.impression-head {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.impression-head p {
margin: 15px 0px 0px;
color: rgb(255 255 255 / 40%);
}
.impression-head img {
width: 60%;
margin: 0 auto;
}
.impression-box {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid rgb(255 255 255 / 20%);
}
.impression-box:nth-child(1) {
margin-top: 0px;
}
.impression-box h4 {
color: #fff;
font-size: 22px;
font-weight: 300;
text-transform: capitalize;
display: flex;
align-items: center;
}
.impression-box h4 span {
width: 10px;
height: 10px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border-radius: 50%;
display: inline-block;
margin-right: 8px;
}
.impression-box p {
margin: 0;
color: rgb(255 255 255 / 40%);
}
.impression-blur {
position: absolute;
bottom: -30px;
right: -70px;
width: 200px;
filter: blur(50px);
z-index: -1;
opacity: 0.9;
}
.seo-unique {
position: relative;
padding-bottom: 80px;
}
.seounique-head {
text-align: center;
margin-bottom: 50px;
}
.unique-accord .card {
background-color: transparent;
border: 0px;
border-top: 1px solid rgb(255 255 255 / 20%);
border-radius: 0px;
padding: 15px 0px;
}
.unique-accord .card-header {
padding: 0px;
margin-bottom: 0;
background-color: transparent;
border: 0px;
}
.unique-accord .card-header button {
outline: none;
text-decoration: none;
display: flex;
align-items: center;
width: 100%;
text-align: left;
box-shadow: none;
margin: 0px;
border: 0px;
padding: 0;
background: none;
}
.unique-accord .card-header button img {
width: 30px;
margin-right: 12px;
}
.unique-accord .card-header button span {
color: #fff;
text-transform: capitalize;
font-size: 18px;
font-family: "Lexend", sans-serif;
font-weight: 300;
}
.unique-accord .card-body {
padding: 0px;
padding-left: 45px;
}
.unique-accord .card-body p {
margin-bottom: 0px;
margin-top: 10px;
color: rgb(255 255 255 / 40%);
}
.unique-vector {
width: 80%;
float: right;
display: block;
max-width: 100%;
height: auto;
}
.seounique-blur {
position: absolute;
bottom: -40px;
left: -40px;
width: 260px;
filter: blur(70px);
z-index: -1;
transform: rotate(115deg);
}
.seo-project {
position: relative;
padding-bottom: 80px;
}
.seoproject-para {
margin: 25px 0px 0px;
color: rgb(255 255 255 / 40%);
}
.seo-project-box {
margin-top: 50px;
}
.seo-project-box label {
font-size: 22px;
font-family: "Lexend", sans-serif;
font-weight: 500;
display: table-cell;
width: 100%;
}
.seo-project-box img {
border-radius: 20px;
margin-bottom: 8px;
}
.seo-project-box .default-btn {
margin-top: 6px;
margin-right: 8px;
}
.seoproject-blur {
position: absolute;
bottom: 0px;
left: -80px;
width: 220px;
filter: blur(70px);
z-index: -1;
transform: rotateY(180deg);
}
.seopage-team {
padding-top: 80px;
}
.seo-contact {
position: relative;
padding-top: 80px;
}
.seo-contactbox h4 {
font-size: 40px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 10px;
text-transform: capitalize;
font-weight: 500;
}
.seo-contactbox h5 {
color: #fff;
font-family: "Poppins", serif;
font-weight: 300;
font-size: 22px;
}
.seo-contactbox .h5 {
color: #fff;
font-family: "Poppins", serif;
font-weight: 300;
font-size: 22px;
}
.seo-contactbox ul {
margin-bottom: 20px;
}
.seo-contactbox ul li {
margin-bottom: 5px;
color: rgb(255 255 255 / 40%);
font-size: 14px;
font-weight: 400;
}
.seo-contactbox ul li:last-child {
margin-bottom: 0px;
}
.seo-contactbox ul li a {
color: rgb(255 255 255 / 40%);
transition: all 0.2s ease-In;
line-height: 1;
}
.seo-contactbox ul li a:hover {
color: #fff;
}
.seocontact-blur {
position: absolute;
top: 0;
left: 0;
width: 100px;
filter: blur(90px);
opacity: 0.9;
z-index: -1;
}
.case-study-box {
display: flex;
}
.case-study-box .seo-project-box {
margin: 50px 20px;
}
.case-study-box .seo-project-box.small-box img {
height: 551px;
width: 750px;
}
.seo-project-box.small-box img {
height: 551px;
width: 750px;
}
/*-------*/
.meet-btun {
width: 240px;
height: auto;
position: relative;
display: inline-block;
cursor: pointer;
outline: none;
border: 0;
vertical-align: middle;
background: transparent;
padding: 0;
font-size: inherit;
font-family: inherit;
}
.meet-btun .circle {
transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
position: relative;
display: block;
margin: 0;
width: 3rem;
height: 3rem;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border-radius: 1.625rem;
}
.meet-btun .circle .icon {
transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
position: absolute;
top: 0;
bottom: 0;
margin: auto;
background: #fff;
}
.meet-btun .circle .icon.arrow {
transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
left: 0.625rem;
width: 1.125rem;
height: 0.125rem;
background: none;
}
.meet-btun .circle .icon.arrow::before {
position: absolute;
content: "";
top: -0.25rem;
right: 0.0625rem;
width: 0.625rem;
height: 0.625rem;
border-top: 0.125rem solid #fff;
border-right: 0.125rem solid #fff;
transform: rotate(45deg);
}
.meet-btun .button-text {
transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 0.75rem 0;
margin: 0 0 0 40px;
color: #fff;
font-weight: 500;
font-size: 14px;
line-height: 1.6;
text-align: center;
text-transform: uppercase;
}
.meet-btun:hover .circle {
width: 100%;
}
.meet-btun:hover .circle .icon.arrow {
background: #fff;
transform: translate(1rem, 0);
}
.meet-btun:hover .button-text {
color: #fff;
}
/*-------*/
.seo-contactform {
padding-left: 50px;
height: 90%;
}
.progress {
display: block;
width: 100%;
height: 3px;
border-radius: 5px;
overflow: hidden;
background-color: rgb(255 255 255 / 20%);
transition: background-size 0.4s ease-in-out;
}
.progress-bar {
height: 3px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
}
.multi-step-form {
overflow: hidden;
margin-top: 40px;
height: 100%;
}
.accomo-option {
display: inline-block;
margin-bottom: 0px;
}
.accomo-option li {
cursor: pointer;
padding: 10px 12px;
margin-bottom: 10px;
color: #fff;
font-size: 14px;
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
border-radius: 100px;
transition: all 0.2s ease-In;
}
.accomo-option li:hover {
background: rgb(153 153 153 / 15%);
}
.accomo-option li.active {
background: #fff;
color: #000;
}
.multi-content {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.multi-content div label {
color: #fff;
display: block;
text-transform: capitalize;
font-size: 15px;
font-weight: 300;
margin-bottom: 30px;
}
.multi-content div .form-control {
box-shadow: none;
border: 0;
border-bottom: 1px solid rgb(255 255 255 / 20%);
font-size: 16px;
color: rgb(255 255 255 / 40%);
margin-bottom: 20px;
border-radius: 0;
background: none;
font-family: "Lexend", sans-serif;
padding: 8px 0px;
}
.multi-content-butn {
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
border-radius: 100px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px;
}
/*--------------- brand identity ---------------*/
.brandhead {
padding-bottom: 30px;
}
.brandhead .heading {
font-size: 46px;
}
.brandhead-image {
display: block;
max-width: 100%;
height: auto;
width: 90%;
float: right;
}
.brand-business .align-items-center {
background: rgb(0 0 0 / 30%);
}
.brandpage-startup {
position: relative;
text-align: center;
margin-bottom: 80px;
}
.brandpage-startup p {
font-size: 20px;
font-weight: 300;
font-family: "Lexend", sans-serif;
text-align: center;
margin: 10px auto 0px;
width: 90%;
}
.brandpage-rebrand {
position: relative;
}
.brandpage-rebrand .heading {
font-size: 48px;
}
.rebrand-box {
position: relative;
border: 1px solid rgb(255 255 255 / 15%);
background: #242424;
background-clip: padding-box;
border-radius: 20px;
padding: 30px;
display: inline-block;
margin-top: 30px;
width: 100%;
min-height: 271px;
}
.rebrand-box:after {
content: "";
position: absolute;
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
background: transparent;
z-index: -1;
border-radius: 20px;
opacity: 0;
transition: opacity 0.2s ease-In;
}
.rebrand-box:hover:after {
opacity: 1;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
}
.rebrand-box p {
margin-bottom: 20px;
}
.rebrand-box-head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}
.rebrand-box-head h4 {
color: #fff;
font-size: 29px;
margin: 0;
text-transform: capitalize;
}
.rebrand-box-head .h4 {
color: #fff;
font-size: 29px;
margin: 0;
text-transform: capitalize;
font-family: "Lexend", sans-serif;
}
.rebrand-box-head img {
width: 50px;
}
.rebrand-blur {
position: absolute;
top: 50%;
left: -100px;
width: 280px;
filter: blur(65px);
z-index: -1;
transform: rotate(118deg) translateX(-50%);
opacity: 0.8;
}
.brand-contact {
margin-bottom: 80px;
}
.brandpage-award {
padding-top: 80px;
}
.brandaward-blur-1 {
position: absolute;
top: 0px;
right: -20px;
width: 200px;
filter: blur(60px);
z-index: -1;
opacity: 0.9;
}
.brandaward-blur-2 {
position: absolute;
bottom: 0px;
left: -30px;
width: 180px;
filter: blur(60px);
z-index: -1;
opacity: 0.9;
transform: rotateY(180deg);
}
.brandgrowth-blur {
position: absolute;
bottom: 100px;
right: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.7;
}
.brand-solution-blur {
position: absolute;
top: -20px;
right: -80px;
width: 280px;
filter: blur(65px);
z-index: -1;
transform: rotate(-70deg);
opacity: 0.7;
}
.brandclient-blur {
position: absolute;
top: -100px;
left: -70px;
width: 200px;
filter: blur(70px);
z-index: -1;
transform: rotateY(180deg);
}
.brandpage-team {
position: relative;
padding-top: 80px;
}
.brandteam-blur {
position: absolute;
top: 40px;
left: 50%;
width: 80%;
filter: blur(90px);
z-index: -1;
transform: translateX(-50%);
opacity: 0.8;
}
/*--------------- optimize ---------------*/
.optimize-quote {
position: relative;
padding: 80px 0px;
}
.optimize-quotebox {
display: flex;
align-items: start;
}
.optimize-quotebox img {
width: 60px;
margin-right: 20px;
}
.optimize-quotebox p {
font-family: "Lexend", sans-serif;
font-size: 34px;
color: #ffffff;
line-height: 1.3;
margin-bottom: 0px;
font-weight: 500;
}
.header-form .optiquote-blur {
position: absolute;
top: 92%;
left: 0;
width: 90px;
filter: blur(98px);
opacity: 0.9;
z-index: -1;
transform: translateY(-50%);
}
.header-form  .optiquote-blur2 {
position: absolute;
top: 20%;
right: 0px;
width: 80px;
filter: blur(98px);
z-index: -1;
opacity: 0.5;
}
.new-digital-advertise .digiadd-blur2{
position: absolute;
top: -40px;
left: 0px;
width: 180px;
filter: blur(50px);
z-index: -1;
opacity: 0.3;
}
.new-digital-advertise .digiadd-blur{
right: 0px;
width: 100px;
filter: blur(50px);
bottom: 0;
top: auto;
}
.optimize-expert p {
color: rgb(255 255 255 / 40%);
margin: 15px 0px 0px;
}
.optimize-expert h4 img {
width: 60px;
margin: 0px 5px;
}
.optimize-service {
position: relative;
margin: 80px 0px;
}
.optiservice-para {
color: rgb(255 255 255 / 40%);
margin: 10px auto 0px;
width: 65%;
text-align: center;
}
.optiservice-box {
margin-top: 30px;
padding: 25px;
border-radius: 20px;
min-height: 307px;
}
.pink-service {
background: #de2183;
}
.yellow-service {
background: #ffa011;
}
.grey-service {
background: #e8e8e8;
}
.optiservice-box span {
color: #000;
font-size: 16px;
margin-top: 10px;
background: #fff;
border-radius: 30px;
padding: 8px 15px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.optiservice-box span img {
width: 20px;
margin-right: 8px;
}
.optiservice-box span:nth-child(1) {
margin: 0px;
}
.optiservice-box h4 {
color: #fff;
text-transform: capitalize;
font-weight: 300;
margin: 15px 0px 10px;
}
.optiservice-box .h4 {
color: #fff;
text-transform: capitalize;
font-weight: 300;
margin: 15px 0px 10px;
}
.optiservice-box p {
margin: 0;
}
.grey-service h4,
.grey-service p {
color: #000 !important;
}
.optiservice-blur {
position: absolute;
top: 50px;
right: -40px;
width: 300px;
filter: blur(50px);
z-index: -1;
opacity: 0.8;
}
.optimize-delivery {
margin-bottom: 80px;
}
.optidelivery-head .heading {
font-size: 50px;
}
.optidelivery-head ul {
margin: 20px 0px 0px;
}
.optidelivery-head ul li {
display: inline-block;
margin-right: 8px;
}
.optidelivery-head ul li img {
width: 180px;
}
.optidelivery-para p {
color: rgb(255 255 255 / 40%);
}
.optidelivery-para ul {
margin-bottom: 20px;
}
.optidelivery-para ul li {
font-size: 16px;
font-weight: 300;
color: #fff;
text-transform: capitalize;
display: flex;
align-items: center;
margin-bottom: 18px;
}
.optidelivery-para ul li img {
width: 20px;
margin-right: 8px;
}
.optidelivery-para ul li:last-child {
margin-bottom: 0px;
}
.optimize-benefit {
margin: 80px 0px;
}
.optimize-benefit-box p {
color: rgb(255 255 255 / 40%);
}
.optimize-benefit-box {
padding-left: 30px;
}
.optimize-benefit-box .heading {
font-size: 50px;
margin-bottom: 12px;
}
.optimize-benefit-box ul {
margin: 0;
}
.optimize-benefit-box ul li img {
width: 20px;
margin-right: 8px;
}
.optimize-benefit-box ul li {
font-size: 16px;
font-weight: 300;
color: #fff;
text-transform: capitalize;
display: flex;
align-items: center;
margin-bottom: 18px;
}
.optimize-benefit-box ul li:last-child {
margin-bottom: 0px;
}
.optimize-meta {
overflow: hidden;
}
.optimize-meta .heading {
font-size: 48px;
font-weight: 600;
}
.optimize-meta p {
font-size: 20px;
font-weight: 300;
font-family: "Lexend", sans-serif;
margin: 12px auto 0px;
}
.optimize-result {
position: relative;
padding: 80px 0px;
}
.optimize-result .row {
align-items: end;
}
.optimize-result .heading {
font-size: 110px;
line-height: 1;
margin-bottom: 15px;
}
.ppcresult-slider {
margin-top: 40px;
}
.ppcresult-box {
margin: 0px 15px;
}
.ppcresult-box .img-responsive {
border-radius: 20px;
}
.ppcresult-box h4 {
color: #fff;
font-size: 30px;
margin: 15px 0px 5px;
/* text-transform: capitalize; */
}
.ppcresult-box .h4 {
color: #fff;
font-size: 30px;
margin: 15px 0px 5px;
/* text-transform: capitalize; */
font-family: "Lexend", sans-serif;
}
.ppcresult-box ul {
margin: 0;
display: inline-flex;
align-items: center;
}
.ppcresult-box ul li {
color: #fff;
line-height: 1;
font-size: 13px;
font-weight: 300;
margin-right: 8px;
/* text-transform: capitalize; */
}
.ppcresult-box ul li img {
width: 13px;
}
.ppcresult-arrow {
margin: 0;
padding: 0;
list-style: none;
display: flex;
justify-content: end;
}
.ppcresult-arrow li {
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
cursor: pointer;
transition: all 0.2s ease-In;
color: #fff;
width: 50px;
height: 50px;
border-radius: 100%;
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
}
.ppcresult-arrow li:hover {
background: #fff;
color: #000;
}
.ppcresult-arrow li:nth-child(1) {
margin-right: 43px;
}
.slider__counter {
position: absolute;
top: -90px;
right: 52px;
z-index: 1;
color: #fff;
font-size: 14px;
font-weight: 500;
width: 40px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.ppcresult-blur-1 {
position: absolute;
top: -20px;
left: -20px;
width: 300px;
filter: blur(55px);
z-index: -1;
opacity: 0.8;
transform: rotate(100deg);
}
.ppcresult-blur-2 {
position: absolute;
bottom: 0px;
right: -20px;
width: 200px;
filter: blur(55px);
z-index: -1;
}
.optimize-process {
position: relative;
padding: 80px 0px;
}
.optimize-process .heading {
margin-bottom: 15px;
}
.optigroup-img {
width: 150px;
}
.optimize-process-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.optimize-process-box {
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
padding: 20px;
border-radius: 10px;
margin: 6px 0px;
width: 49%;
position: relative;
}
.optimize-process-box img {
width: 50px;
}
.optimize-process-box h4 {
color: #fff;
font-size: 22px;
margin: 10px 0px 5px;
text-transform: capitalize;
}
.optimize-process-box .h4 {
color: #fff;
font-size: 22px;
margin: 10px 0px 5px;
text-transform: capitalize;
font-family: "Lexend", sans-serif;
}
.optimize-process-box p {
color: rgb(255 255 255 / 40%);
margin: 0;
}
.optimize-process-box span {
position: absolute;
color: rgb(255 255 255 / 4%);
font-family: "Lexend", sans-serif;
font-size: 160px;
font-weight: 600;
right: 15px;
bottom: 5px;
line-height: 1;
}
.optiprocess-blur {
position: absolute;
bottom: 0;
left: -70px;
width: 210px;
filter: blur(70px);
z-index: -1;
transform: rotateY(180deg);
}
.optimize-offline {
position: relative;
margin-bottom: 80px;
}
.optimize-offline p {
font-size: 20px;
font-weight: 300;
font-family: "Lexend", sans-serif;
text-align: center;
margin: 15px auto 0px;
width: 90%;
color: rgb(255 255 255 / 40%);
}
.optimizeoff-blur {
position: absolute;
bottom: -50px;
right: 0;
width: 90px;
filter: blur(70px);
z-index: -1;
opacity: 0.8;
}
.optimiz-faq-blur {
position: absolute;
top: 0;
left: 0;
width: 100px;
filter: blur(70px);
z-index: -1;
opacity: 0.7;
}
/*--------------- digital market ---------------*/
.digitalpage-head {
position: relative;
}
.digitalhead-content h1 {
font-size: 16px;
color: #fff;
}
.digitalhead-content {
position: absolute;
bottom: 12%;
right: 0;
left: 0;
width: 90%;
margin: 0 auto;
display: flex;
justify-content: end;
}
.digitalhead-content div {
width: 400px;
}
.digitalhead-content label {
font-size: 20px;
font-weight: 300;
color: #fff;
display: block;
margin-bottom: 12px;
}
.digitalhead-content p {
margin: 0;
}
.digitalquote-blur {
position: absolute;
top: 50%;
left: 50%;
width: 280px;
filter: blur(40px);
z-index: -1;
transform: translate(-50%, -50%);
opacity: 0.7;
}
.digital-story p {
margin: 10px 0px 0px;
width: 80%;
}
.digital-service {
position: relative;
padding: 80px 0px;
margin-top: 80px;
background: linear-gradient(
to left,
transparent 30%,
rgb(255 255 255 / 6%) 60%
);
}
.digitaltab-link .heading {
font-size: 50px;
margin-bottom: 30px;
}
.digitaltab-link .nav {
flex-direction: column;
}
.digitaltab-link .nav li a {
text-transform: capitalize;
padding: 12px 0px;
border-bottom: 0px;
position: relative;
background-color: transparent !important;
color: rgb(255 255 255 / 20%);
font-size: 26px;
font-weight: 300;
font-family: "Lexend", sans-serif;
-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
-webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
-webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
transform 1s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
transform 1s cubic-bezier(0.23, 1, 0.32, 1),
-webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.digitaltab-link .nav li a:hover {
color: #fff;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
.digital-service .tab-content {
position: absolute;
right: 0;
width: 50%;
height: auto;
top: 50%;
transform: translatey(-50%);
}
.digital-service .tab-content .tab-pane {
-webkit-animation: fadeIn 2s ease;
animation: fadeIn 2s ease;
-webkit-animation-duration: 2s;
animation-duration: 2s;
transition: all 5s cubic-bezier(0, 0, 0.58, 1);
}
.digiservice-blur {
position: absolute;
top: -130px;
left: 40px;
width: 300px;
filter: blur(55px);
z-index: -2;
opacity: 0.7;
}
.dm-vector {
position: absolute;
top: 20px;
left: 0;
width: 200px;
z-index: -1;
}
.digital-advertise {
position: relative;
padding-top: 80px;
}
.digital-addbox {
padding-left: 50px;
}
.digital-addbox h4 {
font-size: 42px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 10px;
text-transform: capitalize;
font-weight: 600;
}
.digital-addbox p {
color: rgb(255 255 255 / 40%);
margin: 0;
}
.digiadd-feature {
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
padding: 25px;
border-radius: 20px;
margin-top: 30px;
min-height: 302px;
}
.digiadd-feature img {
width: 54px;
}
.digiadd-feature h4 {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 10px 0px;
}
.digiadd-feature span {
color: #fff;
display: block;
font-size: 22px;
font-weight: 300;
margin: 10px 0px;
}
.digiadd-feature p {
margin: 0;
}
.add-grid {
position: relative;
margin-top: 20px;
}
.digiadd-blur {
position: absolute;
top: -40px;
right: 0px;
width: 180px;
filter: blur(50px);
z-index: -1;
opacity: 0.8;
}
.digiadd-blur-2 {
position: absolute;
top: 50px;
left: 38%;
width: 280px;
filter: blur(60px);
z-index: -1;
transform: translateX(-50%) rotate(110deg);
opacity: 0.8;
}
.digiresult-blur {
position: absolute;
bottom: 0;
left: 0;
width: 90px;
filter: blur(70px);
z-index: -1;
transform: rotateY(180deg);
opacity: 0.9;
}
.digital-count-item {
margin-top: 40px;
text-align: center;
}
.digital-num-box {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 5px;
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.digital-count-item label {
font-size: 90px;
margin: 0px;
line-height: 1;
font-weight: 600;
font-family: "Lexend", sans-serif;
}
.digital-count-item span {
font-size: 90px;
line-height: 1;
display: block;
font-weight: 600;
font-family: "Lexend", sans-serif;
}
.digital-count-item p {
margin: 0px;
font-size: 14px;
/* text-transform: uppercase; */
}
.digital-organize {
position: relative;
padding: 80px 0px;
}
.digital-organize-detail {
padding-left: 50px;
}
.digital-organize-detail p {
margin: 13px 0px;
width: 80%;
}
.digiorganize-blur {
position: absolute;
top: -100px;
right: 0;
width: 110px;
filter: blur(110px);
z-index: -1;
opacity: 0.8;
transform: rotateY(180deg);
}
.digital-business {
margin-bottom: 80px;
position: relative;
}
.digital-business .heading {
margin-bottom: 10px;
}
.digibusiness-blur {
position: absolute;
top: -50px;
left: 0px;
width: 170px;
filter: blur(40px);
z-index: -1;
opacity: 0.8;
transform: rotateY(180deg);
}
.digital-logoslider {
margin: 22px 0px;
}
.digitesti-blur {
position: absolute;
top: 50%;
right: -90px;
width: 250px;
filter: blur(40px);
z-index: -1;
transform: translateY(-50%) rotate(30deg);
opacity: 0.7;
}
.digital-allteam {
margin-bottom: 80px;
}
.digital-country {
position: relative;
margin-top: 80px;
overflow: hidden;
}
#myCanvas {
display: block;
width: 100%;
height: 80px;
position: relative;
z-index: 1;
cursor: pointer;
}
.wave-links {
position: absolute;
bottom: 60px;
width: 100%;
}
.desti-tablink {
position: absolute;
left: 0;
right: 0;
width: 100%;
bottom: 70px;
border: 0;
}
.desti-tablink li {
transform: translateX(-50px);
position: absolute;
width: 100px;
text-align: center;
}
.desti-tablink li a {
transition: 0.1s;
font-weight: 500;
color: rgb(255 255 255 / 70%);
font-size: 15px;
/* text-transform: uppercase; */
}
.desti-tablink li .active {
color: #fff;
}
.desti-tablink li:nth-child(1) {
left: 20%;
}
.desti-tablink li:nth-child(2) {
left: 40%;
}
.desti-tablink li:nth-child(3) {
left: 60%;
}
.desti-tablink li:nth-child(4) {
left: 80%;
}
.digital-country .tab-pane {
position: relative;
height: 90vh;
}
.digital-country .tab-pane img {
-webkit-animation: fadeInUp 2s ease;
animation: fadeInUp 2s ease;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
height: 100%;
width: 100%;
object-fit: cover;
object-position: 100% 30%;
}
.digital-country .tab-pane div {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 8% 8% 0px;
}
.digital-country .tab-pane div .heading {
font-size: 50px;
margin-bottom: 10px;
}
/*--------------- copywrite ---------------*/
.copywrite-head {
padding: 40px 0px 80px;
position: relative;
}
.copyhead-detail {
padding-right: 30px;
}
.copyhead-detail p {
margin: 12px 0px 20px;
}
.copyhead-detail label {
display: block;
margin: 20px 0px 0px;
color: #000;
font-size: 15px;
text-transform: capitalize;
}
.copyhead-detail label img {
width: 13px;
vertical-align: inherit;
}
.copyhead-form .form-control {
border-radius: 100px;
background: #fff;
border: 0;
box-shadow: 0px 3px 10px rgba(222, 221, 232, 0.56);
outline: none;
color: rgb(0 0 0 / 60%);
font-size: 15px;
height: 48px;
padding: 5px 30px 5px 20px;
}
.copyhead-form .form-control::placeholder {
color: rgb(0 0 0 / 60%);
}
.copyhead-form .form-control::-ms-input-placeholder {
color: rgb(0 0 0 / 60%);
}
.copyhead-form .white-btn {
margin-left: -20px;
z-index: 7;
}
#autoType {
border-right: 2px solid rgb(0 0 0 / 60%);
font-weight: 600;
}
.caretAnimation {
animation-name: caret;
animation-duration: 1s;
animation-iteration-count: 2;
}
@keyframes caret {
50% {
border-right: none;
}
100% {
border-right: 2px solid rgb(0 0 0 / 60%);
}
}
.copyhead-cardrow {
display: flex;
justify-content: space-between;
}
.copy-cardbox {
width: 48%;
}
.copy-cardbox:nth-child(1) {
margin-top: 60px;
}
.copy-cardbox div {
box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.05);
background: rgb(255 255 255 / 40%);
padding: 20px;
border-radius: 10px;
margin-bottom: 22px;
}
.copy-cardbox div:last-child {
margin-bottom: 0px;
}
.copy-cardbox div p {
font-weight: 600;
color: rgb(0 0 0 / 60%);
margin: 12px 0px 0px;
}
.cardtag {
display: inline-block;
padding: 3px 8px;
border-radius: 5px;
font-weight: 600;
font-size: 14px;
}
.cardtag-1 {
background: #baeff2;
color: #2bb7d6;
}
.cardtag-2 {
background: #e4e2c1;
color: #9c976d;
}
.cardtag-3 {
background: #bafbb2;
color: #51a146;
}
.cardtag-4 {
background: #fed0ae;
color: #b47446;
}
.cardtag-5 {
background: #dcb6f0;
color: #904cb7;
}
.cardtag-6 {
background: #febdc2;
color: #de4484;
}
.cardtag-7 {
background: #b7baff;
color: #464cd8;
}
.copyhead-blur-1 {
position: absolute;
top: 90px;
right: 0;
width: 90px;
filter: blur(70px);
z-index: -1;
}
.copyhead-blur-2 {
position: absolute;
bottom: 0;
left: 0;
width: 90px;
filter: blur(50px);
opacity: 0.9;
z-index: -1;
}
.copylogo-slider-box {
margin: 0px 10px;
}
.copylogo-slider-box img {
filter: grayscale(100%);
transition: all 0.3s ease-in-out;
}
.copylogo-slider-box img:hover {
filter: none;
opacity: 1;
}
.copywrite-thrive {
margin: 80px 0px;
position: relative;
}
.thrive-detail p {
margin: 12px 0px 15px;
}
.copythrive-row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.copythrive-box {
width: 33%;
margin: 20px 0px;
}
.copythrive-box img {
width: 48px;
}
.copythrive-box p {
font-weight: 600;
font-size: 15px;
margin: 8px 0px 0px;
color: rgb(0 0 0 / 60%);
}
.copythrive-blur {
position: absolute;
top: 50%;
left: 50%;
width: 280px;
filter: blur(40px);
z-index: -1;
transform: translate(-50%, -50%) rotate(-70deg);
opacity: 0.8;
}
.copy-special {
position: relative;
}
.copyspecial-detail {
background: url(../img/copyspecial-bg.webp) no-repeat;
background-size: cover;
border-radius: 20px;
padding: 60px;
}
.copyspecial-detail .heading {
color: #fff;
}
.copyspecial-detail p {
color: #fff;
margin: 15px 0px 0px;
}
.copyspecial-row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 30px;
}
.copyspecial-row div {
background: #fff;
border-radius: 10px;
margin-top: 20px;
text-align: center;
padding: 18px 10px;
width: 15%;
position: relative;
overflow: hidden;
}
.copyspecial-row div:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
z-index: -1;
}
.copyspecial-row div:hover:before {
opacity: 1;
}
.copyspecial-row div img {
width: 55px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.copyspecial-row div span {
font-weight: 600;
color: #000;
display: block;
margin-top: 12px;
line-height: 1;
font-size: 15px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.copyspecial-row div .gradiant-color {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.copyspecial-row div:hover span {
color: #fff;
}
.copyspecial-row div:hover .gradiant-color {
background-image: none;
-webkit-text-fill-color: #fff;
}
.copyspecial-row div:hover img {
-webkit-filter: brightness(0) invert(1);
-moz-filter: brightness(0) invert(1);
-o-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.copyspecial-blur {
position: absolute;
top: -90px;
right: -40px;
width: 200px;
filter: blur(30px);
z-index: -1;
opacity: 0.8;
}
.copywrite-solution {
position: relative;
padding: 80px 0px;
}
.copysolution-detail p {
margin: 12px 0px 15px;
}
.copysolution-list {
display: flex;
justify-content: space-between;
}
.copysolution-list ul {
width: 49%;
margin: 0;
}
.copysolution-list ul li {
font-weight: 500;
margin-bottom: 20px;
color: rgb(0 0 0 / 70%);
text-transform: capitalize;
display: flex;
align-items: center;
line-height: 1;
}
.copysolution-list ul li:last-child {
margin-bottom: 0px;
}
.copysolution-list ul li img {
width: 20px;
margin-right: 5px;
}
.copysolution-blur {
position: absolute;
top: 0px;
left: -60px;
width: 280px;
filter: blur(52px);
z-index: -1;
opacity: 0.9;
}
.copywrite-writer {
position: relative;
padding-bottom: 80px;
}
.copywriter-detail {
padding-right: 50px;
}
.copywriter-detail p {
margin: 12px 0px 15px;
}
.copywriter-row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.copywriter-row div {
background: #fff;
border-radius: 10px;
margin: 13px 0px;
text-align: center;
padding: 18px 10px;
width: 30%;
box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.05);
transition: all 0.2s ease-In;
}
.copywriter-row div:hover {
box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.1);
transform: translateY(-4px);
}
.copywriter-row div img {
width: 50px;
}
.copywriter-row div span {
font-weight: 600;
color: #000;
display: block;
margin-top: 12px;
line-height: 1;
font-size: 15px;
}
.copywriter-blur {
position: absolute;
bottom: -80px;
right: -70px;
width: 210px;
filter: blur(45px);
z-index: -1;
opacity: 0.8;
}
.copywrite-work .heading {
margin-bottom: 10px;
}
.copywork-box {
box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.05);
background: #fff;
padding: 20px;
border-radius: 10px;
margin-top: 30px;
transition: all 0.2s ease-In;
min-height: 175px;
}
.copywork-box:hover {
box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.1);
transform: translateY(-4px);
}
.copywork-box p {
font-weight: 600;
color: rgb(0 0 0 / 60%);
margin: 12px 0px 0px;
}
.copywork-item {
display: none;
}
.copywrite-join {
position: relative;
padding: 80px 0px;
}
.copywrite-join .row {
background: url(../img/writerjoin-bg.webp) no-repeat;
background-size: cover;
margin: 0;
border-radius: 20px;
padding: 90px 50px;
}
.copywrite-join h4 {
color: rgb(0 0 0 / 80%);
margin-bottom: 0px;
text-transform: capitalize;
font-size: 44px;
font-weight: 600;
}
.copyjoin-form .form-control {
border-radius: 100px;
background: #fff;
border: 0;
box-shadow: none;
outline: none;
color: rgb(0 0 0 / 60%);
font-size: 15px;
height: 48px;
padding: 5px 30px 5px 20px;
}
.copyjoin-form .white-btn {
margin-left: -20px;
z-index: 8;
}
.copywrite-join label {
display: block;
margin: 15px 0px 0px;
color: rgb(0 0 0 / 80%);
font-size: 15px;
text-transform: capitalize;
}
.copywrite-join label img {
width: 13px;
vertical-align: inherit;
}
.copyjoin-blur {
position: absolute;
top: -30px;
left: -10px;
width: 240px;
filter: blur(45px);
z-index: -1;
opacity: 0.9;
transform: rotate(90deg);
}
.copywriting-team {
padding-bottom: 80px;
}
.copyfaq-blur {
position: absolute;
top: 130px;
right: -70px;
width: 210px;
filter: blur(45px);
z-index: -1;
opacity: 0.8;
}
/*--------------- video motion graphic ---------------*/
.videopage-head {
position: relative;
padding: 80px 0px;
}
.videohead-blur {
position: absolute;
bottom: -130px;
right: 0;
width: 90px;
filter: blur(70px);
z-index: -1;
}
.videobox-content {
position: relative;
}
.videobox-content .parallex-videopage {
width: 100%;
height: 555px;
object-fit: cover;
}
.videopage-about {
position: relative;
padding: 80px 0px;
}
.videoabout-content {
display: flex;
justify-content: space-between;
flex-direction: column;
height: 100%;
}
.videoabout-content .sub-title {
width: 80px;
}
.videoabout-content p {
font-size: 38px;
color: #000;
line-height: 1.1;
margin: 10px 0px 0px;
text-transform: capitalize;
font-weight: 600;
font-family: "Lexend", sans-serif;
}
.videoabout-blur-1 {
position: absolute;
top: 0;
left: 50%;
width: 280px;
filter: blur(40px);
z-index: -1;
transform: translateX(-50%) rotate(-70deg);
opacity: 0.7;
}
.videoabout-blur-2 {
position: absolute;
bottom: 10px;
right: -70px;
width: 200px;
filter: blur(50px);
z-index: -1;
opacity: 0.9;
}
.videopage-process {
position: relative;
}
.videopage-process .heading {
margin-bottom: 40px;
}
.videoprocess-box {
display: flex;
justify-content: space-between;
position: relative;
margin-bottom: 45px;
}
.videoprocess-box:last-child {
margin-bottom: 0px;
}
.videoprocess-box span {
width: 36px;
height: 36px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #000;
font-size: 17px;
font-weight: 500;
position: relative;
z-index: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.videoprocess-box span:before {
position: absolute;
content: "";
background: #fff;
width: 34px;
height: 34px;
border-radius: 50%;
top: 50%;
left: 50%;
z-index: -1;
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.videoprocess-box:hover span {
color: #fff;
}
.videoprocess-box:hover span:before {
opacity: 0;
}
.videoprocess-box div {
width: 88%;
}
.videoprocess-box div h4 {
color: #000;
font-size: 22px;
font-weight: 400;
margin-bottom: 8px;
text-transform: capitalize;
}
.videoprocess-box div p {
margin: 0;
}
.videoprocess-image {
width: 90%;
float: right;
}
.motionproces-blur {
position: absolute;
top: 60%;
left: 0px;
width: 260px;
filter: blur(60px);
z-index: -1;
opacity: 0.7;
transform: translateY(-50%);
}
.scroll-lines {
height: 0px;
width: 1.5px;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
display: block;
transform-origin: 0 0;
transition: 4s cubic-bezier(0.5, 0, 0, 1);
transition-property: transform, opacity;
transition-delay: 0.1s;
transform: scaleX(0) scaleY(0);
position: absolute;
top: 0;
left: 32px;
margin: 0;
z-index: -1;
}
.scroll-lines.is-visible {
transform: scaleX(0.9) scaleY(1);
height: 76%;
}
.videopage-service {
margin-top: 80px;
}
.videopage-service .heading {
margin-bottom: 8px;
}
.videoservice-slider {
margin-right: -300px;
margin-top: 20px;
}
.videoservice-slider .theme2-arrow-left {
left: -15px;
}
.videoservice-slider .theme2-arrow-right {
right: 300px;
}
.videoservice-box {
background: #fff;
border-radius: 15px;
margin: 15px 12px;
box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.05);
}
.videoservice-box img {
border-radius: 15px 15px 0px 0px;
}
.videoservice-box div {
padding: 15px;
}
.videoservice-box div h4 {
color: #000;
font-size: 19px;
font-weight: 400;
margin-bottom: 6px;
}
.videoservice-box div .h4 {
color: #000;
font-size: 19px;
font-weight: 400;
margin-bottom: 6px;
font-family: "Lexend", sans-serif;
min-height: unset;
}
.videoservice-box div p {
margin-bottom: 6px;
min-height: 46px;
}
.videoservice-box div span {
color: rgb(0 0 0 / 40%);
font-weight: 600;
text-transform: uppercase;
font-size: 13px;
display: flex;
align-items: center;
transition: all 0.2s ease-In;
}
.videoservice-box div span img {
width: 12px;
transform-origin: 0% 50%;
transition: all 0.2s ease-In;
opacity: 0.4;
filter: brightness(0) saturate(100%);
margin-left: 3px;
}
.videoservice-box:hover div span {
color: #000;
}
.videoservice-box:hover div span img {
opacity: 0.8;
transform: rotate(-45deg);
}
.videopage-global {
background: url(../img/videoglobal-bg.webp) no-repeat;
background-size: cover;
background-position: center;
margin: 80px 0px;
padding: 80px 0px;
overflow: hidden;
}
.videoglobal-detail {
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 90%);
padding: 70px 40px;
border-radius: 20px;
}
.videoglobal-detail h4 {
font-size: 40px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 8px;
text-transform: capitalize;
font-weight: 500;
}
.videoglobal-detail p {
color: #ffffff;
}
.videopage-audience {
position: relative;
}
.video-audience-head {
text-align: center;
}
.video-audience-head p {
margin: 15px auto 0px;
width: 70%;
text-transform: none;
}
.video-audience-box {
margin-top: 30px;
padding: 22px;
border-radius: 20px;
background: rgb(34 30 55 / 60%);
}
.video-audience-box img {
width: 60px;
}
.video-audience-box h4 {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 12px 0px 10px;
}
.video-audience-box .h4 {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 12px 0px 10px;
font-family: "Lexend", sans-serif;
}
.video-audience-box p {
color: #fff;
margin: 0;
}
.video-audi {
background: rgb(254 216 159 / 50%);
}
.video-audi h4 {
color: #000;
}
.video-audi .h4 {
color: #000;
}
.video-audi p {
color: rgb(0 0 0 / 70%);
}
.videoaudi-blur {
position: absolute;
top: 60%;
right: -20px;
width: 200px;
filter: blur(60px);
z-index: -1;
transform: translateY(-50%);
}
.videopage-whatwe {
background: #fed89f;
padding: 80px 0px;
margin-top: 80px;
}
.video-whatwe p {
font-size: 37px;
color: #000;
line-height: 1.1;
margin: 60px 0px;
text-transform: capitalize;
font-weight: 600;
font-family: "Lexend", sans-serif;
}
.video-whatwe-list {
list-style: none;
padding: 0;
margin: 0;
}
.video-whatwe-list li {
font-size: 48px;
line-height: 1.1;
font-weight: 600;
margin-bottom: 10px;
}
.video-whatwe-list li:last-child {
margin-bottom: 0px;
}
.video-whatwe-list li span {
font-family: "DM Serif Text", serif;
font-style: italic;
}
.videopage-contact {
position: relative;
padding-top: 80px;
}
.videopage-contact .row {
background: url(../img/videocontact-bg.webp) no-repeat;
background-size: cover;
margin: 0;
border-radius: 20px;
padding: 40px 50px;
align-items: center;
justify-content: space-between;
}
.videopage-contact h4 {
color: #fff;
margin-bottom: 12px;
text-transform: capitalize;
font-size: 45px;
font-weight: 600;
}
.videocontact-blur {
position: absolute;
top: -110px;
right: 0;
width: 80px;
filter: blur(65px);
z-index: -1;
opacity: 0.9;
}
.videopage-team {
position: relative;
padding: 80px 0px;
}
.videoteam-blur {
position: absolute;
top: -50px;
left: 0;
width: 90px;
filter: blur(50px);
opacity: 0.8;
z-index: -1;
}
.videofaq-blur {
position: absolute;
top: 130px;
right: -70px;
width: 250px;
filter: blur(60px);
z-index: -1;
opacity: 0.8;
}
/*--------------- e-commerce ---------------*/
.ecomm-work {
position: relative;
margin: 80px 0px;
}
.ecomm-work .heading {
font-size: 50px;
}
.ecomhead-blur {
position: absolute;
bottom: -100px;
left: 0;
width: 90px;
filter: blur(60px);
opacity: 0.9;
z-index: -1;
}
.ecomm-work-para {
margin: 0;
line-height: 1.8;
}
.ecommwork-slider {
margin-right: -120px;
margin-top: 30px;
padding-bottom: 35px;
}
.ecommwork-slider .slick-dots {
text-align: left;
padding-left: 15px;
}
.ecommwork-box {
margin: 0px 15px;
}
.ecommwork-box div {
overflow: hidden;
border-radius: 20px;
}
.ecommwork-box div img {
transition: transform 0.4s ease-in-out 0s;
}
.ecommwork-box:hover img {
transform: scale(1.03);
}
.ecommwork-box h4 {
color: #000;
font-size: 22px;
font-weight: 400;
margin: 15px 0px 6px;
}
.ecommwork-box .h4 {
color: #000;
font-size: 22px;
font-weight: 400;
margin: 15px 0px 6px;
}
.ecommwork-box p {
margin-bottom: 15px;
}
.ecommwork-box span {
color: rgb(0 0 0 / 40%);
font-weight: 600;
text-transform: uppercase;
font-size: 13px;
display: flex;
align-items: center;
transition: all 0.2s ease-In;
}
.ecommwork-box span img {
width: 12px;
transform-origin: 0% 50%;
transition: all 0.2s ease-In;
opacity: 0.4;
filter: brightness(0) saturate(100%);
margin-left: 3px;
}
.ecommwork-box:hover span {
color: #000;
}
.ecommwork-box:hover span img {
opacity: 0.8;
transform: rotate(-45deg);
}
.ecomwork-blur-1 {
position: absolute;
top: 50%;
left: 45%;
width: 280px;
filter: blur(40px);
z-index: -1;
transform: translate(-50%, -50%) rotate(-70deg);
opacity: 0.7;
}
.ecomwork-blur-2 {
position: absolute;
bottom: 0px;
right: -50px;
width: 200px;
filter: blur(40px);
z-index: -1;
opacity: 0.6;
}
.ecomm-transform {
background: #fed89f;
padding: 30px 0px 60px;
text-align: center;
}
.ecomm-transform img {
width: 60%;
margin: 0 auto 20px;
}
.ecomm-service {
position: relative;
text-align: right;
}
.ecomm-service .container {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
transform: translatey(-50%);
text-align: left;
}
.ecomm-service .heading {
font-size: 50px;
}
.ecomm-service p {
margin: 10px 0px 0px;
line-height: 1.8;
width: 90%;
}
.ecomm-service img {
width: 50%;
}
.Eservice-area-2 {
text-align: left;
margin: 20px 0px;
}
.Eservice-area-2 img {
width: 47%;
}
.Eservice-area-3 img {
mix-blend-mode: darken;
}
.Eservice-blur-1 {
position: absolute;
top: 0px;
right: 0px;
width: 190px !important;
filter: blur(50px);
z-index: -1;
opacity: 0.7;
}
.Eservice-blur-2 {
position: absolute;
bottom: -50px;
left: -20px;
width: 250px !important;
filter: blur(50px);
z-index: -1;
opacity: 0.8;
}
.ecomm-approach {
position: relative;
margin: 80px 0px;
}
.ecomm-approach .heading br {
display: none;
}
.ecomm-approach-box {
margin-top: 40px;
}
.ecomm-approach-box img {
width: 65px;
}
.ecomm-approach-box h4 {
color: #000;
font-size: 22px;
font-weight: 400;
margin: 15px 0px 10px;
}
.ecomm-approach-box .h4 {
color: #000;
font-size: 22px;
font-weight: 400;
margin: 15px 0px 10px;
font-family: "Lexend", sans-serif;
}
.ecomm-approach-box p {
margin: 0px;
}
.approach-blur {
position: absolute;
top: 0px;
right: 0px;
width: 220px;
filter: blur(60px);
z-index: -1;
opacity: 0.8;
}
.ecomm-expertise {
position: relative;
padding-bottom: 80px;
}
.Eexpertise-head {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
padding-right: 55px;
}
.Eexpertise-head p {
margin: 15px 0px 0px;
}
.Eexpertise-head img {
width: 90%;
margin: 0 auto;
}
.Eexpertise-box {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid rgb(2 2 2 / 20%);
}
.Eexpertise-box:nth-child(1) {
margin-top: 0px;
}
.Eexpertise-box h4 {
color: #000;
font-size: 22px;
font-weight: 400;
text-transform: capitalize;
display: flex;
align-items: center;
}
.Eexpertise-box h4 span {
width: 10px;
height: 10px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border-radius: 50%;
display: inline-block;
margin-right: 8px;
}
.Eexpertise-box p {
margin-bottom: 6px;
}
.whitearrow-link {
color: rgb(0 0 0 / 40%);
font-weight: 600;
text-transform: uppercase;
font-size: 13px;
display: inline-block;
transition: all 0.2s ease-In;
line-height: 1;
}
.whitearrow-link img {
width: 11px;
transform-origin: 0% 50%;
transition: all 0.2s ease-In;
opacity: 0.4;
filter: brightness(0) saturate(100%);
margin-left: 1px;
vertical-align: baseline;
}
.whitearrow-link:hover {
color: #000;
}
.whitearrow-link:hover img {
opacity: 0.8;
transform: rotate(-45deg);
}
.Eexpert-blur-1 {
position: absolute;
top: 0px;
left: 0px;
width: 220px;
filter: blur(70px);
z-index: -1;
transform: rotateY(180deg);
opacity: 0.9;
}
.Eexpert-blur-2 {
position: absolute;
bottom: -100px;
right: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.9;
}
.ecomm-challenge .heading {
width: 60%;
font-size: 50px;
}
.echallenge-blur {
position: absolute;
top: 50%;
left: 0;
width: 90px;
filter: blur(60px);
opacity: 0.8;
z-index: -1;
transform: translateY(-50%);
}
.ecomm-contact {
position: relative;
margin: 80px 0px;
}
.ecomm-contact .row {
background: url(../img/Econtact-bg.webp) no-repeat;
background-size: cover;
margin: 0;
border-radius: 20px;
padding: 60px 0px;
justify-content: center;
text-align: center;
}
.ecomm-contact .heading {
color: #fff;
font-size: 50px;
text-transform: none;
}
.ecomm-contact p {
color: #fff;
margin: 15px 0px 30px;
}
.Econtact-blur {
position: absolute;
top: 0;
right: -80px;
width: 250px;
filter: blur(40px);
z-index: -1;
opacity: 0.7;
}
.ecomm-client {
position: relative;
}
.ecomm-client .heading {
font-size: 44px;
width: 85%;
margin: 0 auto;
}
.ecomlogo-slider {
margin: 50px 0px;
}
.ecomlogo-box {
margin: 0px 10px;
}
.ecomlogo-box img {
width: 64%;
margin: 0 auto;
}
.Eclient-image {
mix-blend-mode: multiply;
}
.Eclient-blur {
position: absolute;
top: 20px;
left: 0px;
width: 220px;
filter: blur(60px);
z-index: -1;
opacity: 0.8;
transform: rotateY(180deg);
}
.ecomm-digital {
position: relative;
margin: 80px 0px;
}
.Edigital-para {
margin: 15px auto 20px;
width: 60%;
text-align: center;
}
.ecomm-digital-box {
margin-top: 50px;
}
.ecomm-digital-box img {
width: 64px;
}
.ecomm-digital-box h4 {
color: #000;
font-size: 22px;
font-weight: 400;
margin: 15px 0px 10px;
}
.ecomm-digital-box .h4 {
color: #000;
font-size: 22px;
font-weight: 400;
margin: 15px 0px 10px;
}
.ecomm-digital-box p {
margin: 0px;
}
.Edigital-blur {
position: absolute;
top: 20px;
right: 0px;
width: 220px;
filter: blur(60px);
z-index: -1;
opacity: 0.8;
}
.ecomm-advantage {
position: relative;
padding: 80px 0px;
}
.Eadvantage-sub {
margin: 15px auto 10px;
width: 50%;
text-align: center;
}
.Eadvantage-box {
box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.05);
background: #fff;
padding: 30px;
border-radius: 10px;
margin-top: 30px;
transition: all 0.2s ease-In;
min-height: 246px;
}
.Eadvantage-box:hover {
box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.1);
transform: translateY(-4px);
}
.Eadvantage-box img {
width: 60px;
}
.Eadvantage-box h4 {
color: #000;
font-size: 30px;
font-weight: 600;
text-transform: capitalize;
margin: 12px 0px 6px;
}
.Eadvantage-box .h4 {
color: #000;
font-size: 30px;
font-weight: 600;
text-transform: capitalize;
margin: 12px 0px 6px;
font-family: "Lexend", sans-serif;
}
.Eadvantage-box p {
margin: 0;
}
.Eadvantage-blur-1 {
position: absolute;
bottom: -100px;
right: 0;
width: 80px;
filter: blur(60px);
z-index: -1;
opacity: 0.9;
}
.Eadvantage-blur-2 {
position: absolute;
top: -20px;
left: 0;
width: 90px;
filter: blur(60px);
opacity: 0.7;
z-index: -1;
}
.ecom-seo-blur {
position: absolute;
bottom: -20px;
left: -40px;
width: 220px;
filter: blur(45px);
z-index: -1;
opacity: 0.7;
}
/*--------------- web development ---------------*/
.webpage-head {
padding-top: 30px;
position: relative;
}
.webpage-head .heading {
margin-bottom: 12px;
}
.webpage-essential {
padding-bottom: 0px;
}
.webpage-essential .dotline-box h4 {
color: #000;
}
.webpage-essential .dotline-box .h4 {
color: #000;
}
.home-process.webpage-essential .dotline-box .h4 {
color: #000;
}
.webpage-essential .dotline-box div span {
border-color: rgb(0 0 0 / 40%);
}
.web-subhead {
display: block;
margin: 0;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
}
.webpage-develop {
position: relative;
padding-top: 80px !important;
}
.webpage-develop .heading {
margin-bottom: 10px;
}
.webdevelop-blur {
position: absolute;
top: -90px;
left: 50%;
width: 250px;
filter: blur(40px);
z-index: -1;
opacity: 0.7;
transform: translateX(-50%) rotate(-70deg);
}
.webpdevelop-move {
position: relative;
}
.webpdevelop-card {
background: url(../img/develop-card-bg.webp) no-repeat;
background-size: cover;
background-position: center;
border-radius: 15px;
padding: 30px;
min-height: 350px;
position: absolute;
top: 0;
left: 30px;
}
.webpdevelop-card:nth-child(2) {
top: 20px;
}
.webpdevelop-card:nth-child(3) {
top: 40px;
}
.webpdevelop-card:nth-child(4) {
top: 60px;
}
.webpdevelop-card:nth-child(5) {
top: 80px;
}
.webpdevelop-card:nth-child(6) {
top: 100px;
}
.webpdevelop-card:nth-child(7) {
top: 120px;
}
.webpdevelop-card img {
width: 60px;
}
.webpdevelop-card h4 {
color: #fff;
font-size: 32px;
text-transform: capitalize;
margin: 18px 0px 10px;
}
.webpdevelop-card p {
color: #fff;
margin: 0;
}
.webpage-teamoffer {
background: #04b274;
padding: 70px 0px;
margin: 130px 0px 80px;
}
.weboffer-deatil {
position: relative;
text-align: right;
margin-bottom: 20px;
}
.weboffer-deatil .container {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
transform: translatey(-50%);
text-align: left;
}
.weboffer-deatil .heading {
margin-bottom: 15px;
}
.weboffer-deatil .heading,
.weboffer-deatil p,
.weboffer-deatil label {
color: #ffffff;
}
.weboffer-deatil img {
width: 50%;
}
.webpage-benefit h4 {
font-size: 34px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 20px;
font-weight: 600;
}
.webpage-benefit .h4 {
font-size: 34px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 20px;
font-weight: 600;
}
.webpage-benefit ul {
margin: 0;
}
.webpage-benefit ul li {
font-weight: 500;
margin-bottom: 18px;
color: #fff;
text-transform: capitalize;
display: flex;
align-items: center;
line-height: 1;
}
.webpage-benefit ul li:last-child {
margin-bottom: 0px;
}
.webpage-benefit ul li img {
width: 16px;
margin-right: 7px;
}
.webpage-action {
position: relative;
}
.webaction-image {
display: block;
width: 200px;
margin: 30px auto 0px;
}
.webaction-box {
box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.05);
background: #fff;
padding: 20px;
border-radius: 10px;
margin-top: 90px;
text-align: center;
min-height: 296px;
}
.webaction-box span {
width: 80px;
height: 80px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: -65px auto 0;
color: #fff;
font-size: 32px;
font-weight: 500;
font-family: "Lexend", sans-serif;
}
.webaction-box label {
color: #000;
font-size: 22px;
font-weight: 400;
margin: 18px 0px 8px;
font-family: "Lexend", sans-serif;
display: block;
text-transform: capitalize;
line-height: 1.4;
}
.webaction-box p {
margin: 0;
}
.webaction-blur {
position: absolute;
bottom: 120px;
right: -40px;
width: 200px;
filter: blur(60px);
z-index: -1;
opacity: 0.8;
}
.webpage-tech {
position: relative;
margin: 80px 0px;
}
.webpage-tech p {
width: 75%;
margin: 8px auto 15px;
text-align: center;
}
.techlogo-row {
display: flex;
align-items: stretch;
flex-wrap: wrap;
}
.techlogo-box {
background: rgb(255 255 255 / 80%);
border: 1px solid rgb(0 0 0 / 20%);
border-radius: 5px;
width: 22%;
height: 80px;
margin: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.techlogo-box img {
width: 64%;
}
.techlogo-blur {
position: absolute;
bottom: 0px;
left: -30px;
width: 250px;
filter: blur(60px);
z-index: -1;
opacity: 0.8;
}
.webpage-project {
position: relative;
}
.webpage-project .heading {
margin-bottom: 40px;
}
.webproject-box {
position: relative;
margin-bottom: 40px;
}
.webproject-box picture {
overflow: hidden;
border-radius: 15px;
display: block;
margin-bottom: 12px;
}
.webproject-box picture img {
transition: transform 0.4s ease-in-out 0s;
}
.webproject-box:hover picture img {
transform: scale(1.04);
}
.webproject-box ul {
position: absolute;
top: 20px;
left: 20px;
margin: 0;
padding: 10px 20px;
background: rgb(255 255 255 / 60%);
border-radius: 20px;
display: flex;
align-items: center;
list-style: none;
}
.webproject-box ul li {
color: rgb(0 0 0 / 50%);
font-size: 15px;
margin-right: 7px;
}
.webproject-box ul li:last-child {
margin-right: 0px;
}
.webproject-detail {
display: flex;
align-items: center;
}
.webproject-detail h4 {
font-size: 34px;
color: #000;
line-height: 1.1;
margin: 0px;
text-transform: capitalize;
font-weight: 600;
}
.webproject-detail .h4 {
font-size: 34px;
color: #000;
line-height: 1.1;
margin: 0px;
text-transform: capitalize;
font-weight: 600;
font-family: "Lexend", sans-serif;
}
.webproject-detail p {
margin: 0;
margin-left: 8px;
padding-left: 12px;
position: relative;
width: 50%;
}
.webproject-detail p:before {
position: absolute;
content: "";
left: 0;
top: 50%;
transform: translateY(-50%);
width: 3px;
height: 80%;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
border-radius: 20px;
}
.webproject-gap {
margin-top: 100px;
}
.webproject-blur-1 {
position: absolute;
top: 210px;
right: -20px;
width: 200px;
filter: blur(55px);
z-index: -1;
opacity: 0.8;
}
.webproject-blur-2 {
position: absolute;
bottom: 210px;
left: -20px;
width: 200px;
filter: blur(55px);
z-index: -1;
opacity: 0.8;
transform: rotateY(180deg);
}
.webpage-approach {
padding: 80px 0px;
}
.webpage-approach .video-audience-box {
min-height: 272px;
margin-top: 40px;
}
.webpapproach-blur {
position: absolute;
top: -80px;
right: 0;
width: 80px;
filter: blur(60px);
z-index: -1;
}
.whitetheme-testi .testi-content h4 {
color: #000000;
}
.whitetheme-testi .testimonial-item span {
color: #000;
}
.whitetheme-testi .arrow-left,
.whitetheme-testi .arrow-right {
color: #000;
background: #fff;
border: 1px solid #ff7054;
}
.whitetheme-testi .arrow-left:hover,
.whitetheme-testi .arrow-right:hover {
color: #fff;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
}
.webtesti-blur {
position: absolute;
top: -120px;
left: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.8;
}
.webpage-offer {
position: relative;
margin: 80px 0px;
}
.webpage-offer .heading {
margin-bottom: 40px;
}
.webtab-noright {
padding-right: 0px;
}
.webtab-noleft {
padding-left: 0px;
}
.weboffer-tabs {
background: #ffffff;
border-radius: 12px 0px 0px 12px;
padding: 50px;
}
.weboffer-tabs .nav-tabs {
border: 0;
display: block;
}
.weboffer-tabs .nav-tabs li a {
box-shadow: 0 2px 16px 4px rgba(40, 44, 63, 0.05);
padding: 15px 20px;
border-radius: 10px;
margin-bottom: 20px;
display: flex;
align-items: center;
font-family: "Lexend", sans-serif;
font-size: 22px;
color: #000;
position: relative;
z-index: 1;
}
.weboffer-tabs .nav-tabs li a:after {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background: #fff;
z-index: -1;
border-radius: 10px;
}
.weboffer-tabs .nav-tabs li a:before {
content: "";
position: absolute;
top: -1.4px;
bottom: -1.4px;
left: -1.4px;
right: -1.4px;
background: transparent;
z-index: -1;
border-radius: 10px;
opacity: 0;
transition: opacity 0.2s ease-In;
}
.weboffer-tabs .nav-tabs li a:hover:before {
opacity: 1;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
}
.weboffer-tabs .nav-tabs li .active:before {
opacity: 1;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
}
.weboffer-tabs .nav-tabs li:last-child a {
margin-bottom: 0px;
}
.weboffer-tabs .nav-tabs li a img {
width: 50px;
margin-right: 10px;
}
.webtab-content {
background: #232d47;
border-radius: 0px 12px 12px 0px;
height: 100%;
}
.webtab-content .tab-pane {
height: 100%;
}
.weboffer-detail {
display: flex;
justify-content: center;
flex-direction: column;
height: 100%;
padding: 50px;
}
.weboffer-detail h4 {
color: #fff;
margin-bottom: 15px;
font-size: 36px;
font-weight: 500;
-webkit-animation: slideInUp 2s ease;
animation: slideInUp 2s ease;
-webkit-animation-duration: 1s;
animation-duration: 1s;
transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.weboffer-detail p {
color: #fff;
margin: 0px;
-webkit-animation: fadeIn 2s ease;
animation: fadeIn 2s ease;
-webkit-animation-duration: 3s;
animation-duration: 3s;
transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.webpage-service {
position: relative;
}
.webservice-row {
display: grid;
grid-template-columns: repeat(5, 620px);
overflow-x: scroll;
overflow-y: hidden;
margin-top: 30px;
margin-right: -100px;
padding-bottom: 40px;
}
.webservice-row::-webkit-scrollbar {
height: 5px;
background: rgb(0 0 0 / 10%);
}
.webservice-row::-webkit-scrollbar-track {
-webkit-box-shadow: none;
}
.webservice-row::-webkit-scrollbar-thumb {
background-color: #585858;
outline: none;
border-radius: 50px;
}
.webservice-box {
margin-right: 40px;
}
.webservice-box div {
overflow: hidden;
border-radius: 20px;
margin-bottom: 15px;
}
.webservice-box div img {
transition: all 0.3s ease-in-out;
}
.webservice-box:hover div img {
transform: scale(1.06);
}
.webservice-box span {
font-family: "Lexend", sans-serif;
font-size: 22px;
color: #000;
position: relative;
}
.webservice-box span:before {
position: absolute;
content: "";
background: #000;
bottom: -1px;
left: 0;
width: 0;
height: 2px;
transition: all 0.5s ease-in-out;
}
.webservice-box:hover span:before {
width: 100%;
}
.webservice-blur {
position: absolute;
top: 20px;
left: -40px;
width: 180px;
filter: blur(60px);
z-index: -1;
opacity: 0.9;
transform: rotateY(180deg);
}
.webservice-slider {
display: none;
margin-top: 30px;
padding-bottom: 35px;
}
.webslide-box {
margin: 0px 5px;
}
.webslide-box div {
overflow: hidden;
border-radius: 20px;
margin-bottom: 10px;
}
.webslide-box div img {
transition: all 0.3s ease-in-out;
}
.webslide-box:hover div img {
transform: scale(1.06);
}
.webslide-box span {
font-family: "Lexend", sans-serif;
font-size: 22px;
color: #000;
position: relative;
}
.webslide-box span:before {
position: absolute;
content: "";
background: #000;
bottom: -1px;
left: 0;
width: 0;
height: 2px;
transition: all 0.5s ease-in-out;
}
.webslide-box:hover span:before {
width: 100%;
}
.webpage-team {
position: relative;
padding: 80px 0px;
}
.webteam-blur {
position: absolute;
bottom: -30px;
right: 0px;
width: 170px;
filter: blur(45px);
z-index: -1;
opacity: 0.9;
}
/*--------------- blog ---------------*/
.blogbanner-content span {
color: #fff;
font-weight: 500;
text-transform: uppercase;
}
.bloglist-banner {
position: relative;
padding: 130px 0px;
}
.blogbanner-img {
position: absolute;
top: 50%;
right: 0;
width: 40%;
transform: translateY(-50%);
}
.blogbanner-blur {
position: absolute;
bottom: -100px;
left: 0;
width: 120px;
filter: blur(100px);
z-index: -1;
opacity: 0.6;
}
.bloglist-search {
margin: 50px 0px;
position: relative;
}
.blogsearch-box {
display: flex;
justify-content: space-between;
align-items: center;
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
padding: 10px 20px;
border-radius: 20px;
}
.blogsearch-form {
width: 55%;
}
.bloglist-line {
width: 1.5px;
height: 80px;
background: rgba(255 255 255 / 15%);
}
.blogsearch-form .form-control {
border-radius: 100px;
background: rgb(0 0 0 / 30%);
border: 0;
box-shadow: none;
outline: none;
color: #fff;
font-size: 14px;
height: 47px;
padding: 5px 30px 5px 20px;
margin-right: -20px;
}
.blogsearch-form .default-btn {
z-index: 7;
}
.bloglist-filter {
width: 40%;
position: relative;
}
.bloglist-filter .fa-angle-down {
position: absolute;
right: 20px;
top: 16px;
color: #fff;
font-size: 14px;
}
.bloglist-filter .caption-filter {
border-radius: 100px;
background: rgb(0 0 0 / 30%);
color: #fff;
text-transform: uppercase;
height: 47px;
padding: 5px 20px;
cursor: pointer;
font-size: 14px;
display: flex;
align-items: center;
}
.bloglist-filter .list {
position: absolute;
left: 0;
right: 0;
z-index: 1;
background: #191919;
width: 100%;
border-radius: 0 0 20px 20px;
border-top: 0px;
display: none;
text-transform: uppercase;
overflow: hidden;
}
.bloglist-filter .list .item {
padding: 13px 24px;
cursor: pointer;
color: #fff;
font-size: 14px;
border-top: 1px solid rgb(255 255 255 / 15%);
}
.bloglist-filter .list .item:hover {
background: #242424;
display: block;
}
.bloglist-filter.open .list {
display: block;
height: 170px;
overflow-y: scroll;
margin: 0;
padding: 0;
list-style: none;
transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
overflow-y: auto;
overflow-x: hidden;
}
.bloglist-filter.open .list {
}
.bloglist-filter.open .list::-webkit-scrollbar {
width: 4px;
background: #131313;
}
.bloglist-filter.open .list::-webkit-scrollbar-track {
-webkit-box-shadow: none;
}
.bloglist-filter.open .list::-webkit-scrollbar-thumb {
background-color: rgb(255 255 255 / 80%);
outline: none;
border-radius: 50px;
}
.bloglist-filter.open .caption-filter {
border-radius: 20px 20px 0px 0px;
}
.bloglist-box {
position: relative;
border: 1px solid rgb(255 255 255 / 15%);
background: #242424;
background-clip: padding-box;
border-radius: 20px;
padding: 12px;
display: inline-block;
margin-bottom: 30px;
width: 100%;
}
.bloglist-box p {
min-height: 70px;
height: 18px;
}
.bloglist-box .img-responsive {
border-radius: 20px;
width: 100%;
height: 240px;
}
.bloglist-admin {
display: flex;
align-items: center;
margin: 12px 0px;
}
.bloglist-admin img {
width: 45px;
margin-right: 10px;
}
.bloglist-admin small {
color: rgb(255 255 255 / 40%);
font-size: 90%;
font-weight: 300;
}
.bloglist-date {
display: flex;
align-items: center;
justify-content: space-between;
}
.bloglist-date span {
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease-In;
}
.bloglist-date label {
color: rgba(255 255 255/40%);
margin-bottom: 0px;
font-size: 14px;
}
.bloglist-box span img {
width: 15px;
}
.bloglist-box:after {
content: "";
position: absolute;
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
background: transparent;
z-index: -1;
border-radius: 20px;
opacity: 0;
transition: opacity 0.2s ease-In;
}
.bloglist-box:hover:after {
opacity: 1;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
}
.bloglist-box:hover span {
transform: rotate(-45deg);
}
.bloglist-area .text-center {
margin-top: 20px;
}
.bloglist-area {
position: relative;
}
.blogcard-blur {
position: absolute;
top: 280px;
right: 0px;
width: 350px;
filter: blur(30px);
z-index: -1;
opacity: 0.5;
}
.blogcard-triangle {
position: absolute;
bottom: 200px;
left: 0px;
width: 280px;
filter: blur(60px);
z-index: -1;
opacity: 0.8;
}
.bloglist-area .container {
position: relative;
}
.blog-item {
display: none;
}
/*--------------- blog detail ---------------*/
.blog-deatil {
position: relative;
padding-top: 50px;
}
.blog-deatil-content span {
color: #fff;
display: block;
font-size: 13px;
text-transform: uppercase;
font-weight: 300;
margin-bottom: 15px;
}
.blog-deatil-content h1 {
line-height: 1.2;
text-align: left;
margin-bottom: 12px;
}
.blog-deatil-content p {
/* color: rgba(255 255 255/40%); */
color: #fff;
}
.blog-deatil-content p:last-child {
margin-bottom: 0;
}
.blog-deatil-social {
float: right;
}
.blog-deatil-social span {
color: #fff;
font-size: 15px;
text-transform: capitalize;
font-weight: 300;
display: block;
margin-bottom: 15px;
}
.blog-deatil-social ul {
margin: 0;
display: inline-block;
}
.blog-deatil-social ul li {
display: inline-block;
margin-right: 4px;
}
.blog-deatil-social ul li a {
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
color: #ffffff;
width: 34px;
height: 34px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
transition: all 0.3s ease-In;
}
.blog-deatil-image {
margin-top: 60px;
}
.blog-deatil-social ul li a:hover {
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
}
.blog-second-content h4 {
color: #fff;
margin-top: 40px;
font-size: 22px;
text-transform: capitalize;
}
.blog-second-content p {
/* color: rgb(255, 255, 255, 0.4); */
color: #fff;
}
.blog-second-content h3 {
color: #fff;
text-transform: capitalize;
font-size: 38px;
margin: 0px;
text-align: left;
margin-top: 20px;
margin-bottom: 1rem;
}
.blog-second-content h3 strong {
color: #fff;
}
.blog-second-content p strong {
font-size: 16px;
font-weight: 600;
}
.blog-second-content a strong {
font-size: 16px;
}
.blog-3image {
margin: 40px 0px 20px;
position: relative;
}
.blog-3image-box {
position: relative;
}
.blog-3image-box .img-responsive {
border-radius: 12px;
}
.blog-3image-box p {
font-size: 26px;
color: #fff;
margin: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
text-transform: capitalize;
}
.blog-bigpara2 {
margin: 20px 0px 35px !important;
}
.blog-last-image {
margin-top: 50px;
}
.blog-last-box {
position: relative;
padding-bottom: 60px;
}
.blog-last-big {
width: 90%;
}
.blog-last-small {
position: absolute;
bottom: 0;
right: 0;
width: 38%;
z-index: 1;
}
.popular-blog {
margin-top: 80px;
position: relative;
}
.popular-blog .heading {
margin-bottom: 30px;
}
.blogbanner-vector {
position: absolute;
right: 0;
top: 50px;
filter: blur(90px);
opacity: 0.6;
z-index: -1;
width: 130px;
}
.blogbanner-vectwo {
position: absolute;
bottom: 200px;
left: 0;
filter: blur(90px);
opacity: 0.6;
z-index: -1;
width: 130px;
}
.blog-second-content {
position: relative;
}
.blogsecond-cross {
position: absolute;
bottom: -40px;
left: 50%;
transform: translateX(-50%);
width: 320px;
filter: blur(45px);
opacity: 0.5;
z-index: -1;
}
.blogtriangle-vector {
position: absolute;
top: 210px;
left: 0;
width: 330px;
filter: blur(70px);
opacity: 0.7;
z-index: -1;
}
.blogcircle-vector {
position: absolute;
bottom: -100px;
right: -30px;
width: 200px;
filter: blur(60px);
opacity: 0.8;
z-index: -1;
}
.popularblog-vector {
position: absolute;
transform: rotate(180deg);
width: 100px;
top: -40px;
left: 0;
filter: blur(80px);
z-index: -1;
opacity: 0.8;
}
/*--------------- Marketing Collaterals ---------------*/
.collateral-head {
position: relative;
padding-top: 40px;
}
.collateralhead-detail .heading {
font-size: 50px;
}
.collateralhead-detail p {
margin: 12px 0px 20px;
color: rgb(255 255 255 / 70%);
}
.collateralhead-detail label {
display: block;
margin: 20px 0px 0px;
color: #fff;
font-size: 15px;
text-transform: capitalize;
}
.collateralhead-detail label img {
width: 13px;
vertical-align: inherit;
}
.collateralhead-form .form-control {
border-radius: 100px;
border: 1px solid rgb(255 255 255 / 10%);
outline: none;
background: rgb(153 153 153 / 8%);
font-size: 15px;
color: rgb(255 255 255 / 60%);
height: 47px;
padding: 5px 30px 5px 20px;
}
.collateralhead-form .form-control::placeholder {
color: rgb(255 255 255 / 60%);
}
.collateralhead-form .form-control::-ms-input-placeholder {
color: rgb(255 255 255 / 60%);
}
.collateralhead-form .form-control:focus {
outline: none;
box-shadow: none;
}
.collateralhead-form .default-btn {
margin-left: -20px;
z-index: 7;
}
.collateral-quote .gradiant-color {
font-family: "Lexend", sans-serif;
float: right;
font-size: 18px;
margin-top: 10px;
line-height: 1;
font-weight: 500;
}
.collateral-quote .optimize-quotebox p {
font-size: 33px;
text-transform: capitalize;
}
.collatquote-blur {
position: absolute;
top: -180px;
left: 0;
width: 110px;
filter: blur(90px);
opacity: 0.7;
z-index: -1;
}
.collat-howwe {
position: relative;
padding-top: 50px;
}
.collat-howwe p {
color: rgb(255 255 255 / 70%);
margin: 10px auto 40px;
width: 80%;
text-align: center;
}
.collathow-blur-1 {
position: absolute;
top: -80px;
right: -60px;
width: 260px;
filter: blur(40px);
z-index: -1;
opacity: 0.5;
}
.collathow-blur-2 {
position: absolute;
bottom: 50px;
left: 0;
width: 350px;
filter: blur(70px);
z-index: -1;
opacity: 0.7;
}
.collateral-portfolio .heading {
margin-bottom: 50px;
}
.collateral-matter .webpdevelop-card {
background: linear-gradient(to bottom, #232323 20%, #010101 80%);
border: 1px solid rgb(255 255 255 / 60%);
}
.collateral-matter p {
color: rgb(255 255 255 / 70%);
}
.collatmatter-blur {
position: absolute;
top: -100px;
right: -20px;
width: 200px;
filter: blur(55px);
z-index: -1;
opacity: 0.9;
}
.collatbrand-head {
margin: 170px 15px 40px;
}
.collateral-brand {
position: relative;
margin-bottom: 80px;
}
.collatbrand-detail .heading {
font-size: 52px;
}
.collatbrand-detail p {
color: rgb(255 255 255 / 70%);
margin: 12px 0px 0px;
}
.collatbrand-blur-1 {
position: absolute;
top: 0;
left: 0px;
width: 300px;
filter: blur(55px);
z-index: -1;
opacity: 0.7;
transform: rotate(100deg);
}
.collatbrand-blur-2 {
position: absolute;
top: -140px;
right: -20px;
width: 200px;
filter: blur(55px);
z-index: -1;
opacity: 0.9;
}
.collateral-concept {
position: relative;
}
.collateral-concept .heading {
margin-bottom: 10px;
}
.collatconcept-box {
padding: 25px;
border-radius: 20px;
margin-top: 30px;
min-height: 301px;
}
.collatconcept-box img {
width: 54px;
}
.collatconcept-box h4 {
color: #fff;
text-transform: capitalize;
font-weight: 300;
margin: 15px 0px 10px;
}
.collatconcept-box .h4 {
color: #fff;
text-transform: capitalize;
font-weight: 300;
margin: 15px 0px 10px;
}
.collatconcept-box p {
margin: 0;
color: #fff;
}
.collatconcept-blur {
position: absolute;
top: 70px;
left: -60px;
width: 210px;
filter: blur(70px);
z-index: -1;
transform: rotateY(180deg);
}
.concept-item {
display: none;
}
.collateral-service {
position: relative;
padding: 80px 0px;
}
.collateral-service .heading {
margin-bottom: 30px;
}
.p-relative {
position: relative;
}
.collateral-service .container-fluid {
padding-right: 0;
}
.colservice-ball {
position: absolute;
left: 0;
right: 0;
top: 70px;
}
.colservice-ball img {
animation-name: bounce-2;
animation-timing-function: ease;
animation-duration: 2s;
animation-iteration-count: infinite;
}
.collatservice-detail div {
width: 850px;
margin-top: 30px;
}
.collatservice-detail div h5 {
font-size: 26px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 12px;
text-transform: capitalize;
font-weight: 300;
}
.collatservice-detail div p {
color: rgb(255 255 255 / 70%);
}
.collatservice-detail div p:last-child {
margin: 0;
}
.collatservice-blur-1 {
position: absolute;
top: -90px;
right: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.9;
}
.collatservice-blur-2 {
position: absolute;
bottom: 150px;
left: 0;
width: 110px;
filter: blur(90px);
opacity: 0.7;
z-index: -1;
}
.collatquality-blur {
position: absolute;
bottom: -200px;
left: -60px;
width: 220px;
filter: blur(90px);
z-index: -1;
transform: rotateY(180deg);
}
.collateral-team {
margin: 80px 0px;
}
.collateral-quality {
padding-bottom: 80px;
}
.methodfixed {
width: 400%;
height: 100vh;
display: flex;
flex-wrap: nowrap;
}
.method-gridbox {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
box-sizing: border-box;
padding-top: 58px;
}
.method-detail {
padding-right: 30px;
}
.method-detail h4 {
font-size: 52px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 600;
}
.method-detail .h4 {
font-size: 52px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 600;
}
.method-detail p {
color: rgb(255 255 255 / 70%);
margin: 0;
}
.method-detail ul {
padding: 0;
margin: 10px 0px 8px;
list-style: none;
display: flex;
align-items: center;
}
.method-detail ul li {
font-size: 22px;
color: #ffffff;
margin-right: 8px;
font-weight: 400;
}
.method-image {
position: relative;
}
.method-image:before {
content: "";
position: absolute;
width: 140px;
height: 140px;
right: -50px;
top: -50px;
border-radius: 50%;
z-index: -1;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
animation-name: floating2;
animation-duration: 15s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating2 {
0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 100px);
}
100% {
transform: translate(0, -0px);
}
}
/* old css */
.collateral-client {
margin-bottom: 80px;
}
.client-subhead {
color: #fff;
text-align: center;
margin: 20px 0px 0px;
display: flex;
justify-content: center;
align-items: center;
}
.client-subhead img {
width: 16px;
margin-left: 6px;
}
.client-slider {
margin-top: 40px;
position: relative;
}
.client-slider .swiper-slide {
background: rgb(52 52 52 / 80%);
padding: 30px;
text-align: center;
}
.client-slider .swiper-slide img {
display: block;
margin: 0 auto;
width: 90px;
}
.client-slider .swiper-slide h4 {
display: inline-block;
margin: 20px 0px 10px;
line-height: 1.1;
text-transform: uppercase;
font-size: 28px;
}
.client-slider .swiper-slide p {
color: #e9eaf2;
margin-bottom: 10px;
}
.client-slider .swiper-slide span {
color: #e9eaf2;
display: block;
text-transform: uppercase;
font-size: 14px;
}
.client-slider .swiper-slide.swiper-slide-active {
background: #ffffff;
}
.client-slider .swiper-slide.swiper-slide-active p {
color: rgb(0 0 0 / 80%);
}
.client-slider .swiper-slide.swiper-slide-active span {
color: #000;
}
.client-slider .arrow-left,
.client-slider .arrow-right {
z-index: 3;
}
.swiper-slide .arrow-left,
.swiper-slide .arrow-right {
z-index: 3;
}
.client-slider .arrow-left {
left: -25px;
}
.client-slider .arrow-right {
right: -25px;
}
/* old css */
.location-client .swiper-container {
position: relative;
}
.location-client .swiper {
width: 100%;
padding: 60px 0 0 0;
}
.location-client .swiper-slide {
width: 10rem;
height: 26rem;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
position: relative;
border-radius: 12px;
box-shadow: -1px 5px 15px #0000001f;
padding: 30px;
text-align: center;
background: #343434;
background: linear-gradient(to bottom, #343434, #343434);
}
.location-client .swiper-slide-active {
background: #fff;
background: -webkit-linear-gradient(to bottom, #fff, #fff);
background: linear-gradient(to bottom, #fff, #fff);
}
.location-client .swiper-slide img {
display: block;
margin: 0 auto 10px;
width: 150px;
}
.location-client .swiper-slide h4 {
margin: 0px;
text-transform: uppercase;
font-size: 18px;
}
.location-client .swiper-slide .h4 {
margin: 0px;
text-transform: uppercase;
font-size: 18px;
font-family: "Lexend", sans-serif;
}
.location-client .swiper-slide .slide-content p {
color: #e9eaf2;
margin-bottom: 10px;
text-align: center;
}
.location-client .swiper-slide-active p {
color: #000;
}
.location-client .swiper-button-prev {
background: white;
border-radius: 50%;
top: 47%;
left: -30px;
width: 50px;
height: 50px;
box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);
}
.location-client .swiper-button-next {
background: white;
border-radius: 50%;
top: 47%;
right: -30px;
width: 50px;
height: 50px;
box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);
}
.location-client .swiper-button-prev,
.location-client .swiper-button-next {
display: none;
}
/*--------------- Strategy Consulting ---------------*/
.strategy-head {
padding-top: 20px;
position: relative;
}
.strategyhead-detail {
position: relative;
}
.strategyhead-detail:before {
content: "";
position: absolute;
width: 120px;
height: 120px;
left: 29%;
top: -20px;
border-radius: 50%;
z-index: -1;
background: linear-gradient(to bottom, #ff3ba1 0%, #ffa011 80%);
animation-name: bounce-3;
animation-timing-function: ease;
animation-duration: 3s;
animation-iteration-count: infinite;
}
@-webkit-keyframes bounce-3 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-5px);
}
100% {
transform: translateY(0);
}
}
.strategyhead-detail p {
margin: 12px 0px 18px;
color: rgb(255 255 255 / 70%);
}
.strategyhead-blur {
position: absolute;
bottom: 20px;
right: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.9;
}
.consulting-vector {
position: absolute;
width: 100%;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.consult-heading {
position: relative;
padding: 80px 0px;
}
.consult-heading .heading {
font-size: 48px;
}
.consultheading-blur {
position: absolute;
top: -200px;
left: 0;
width: 110px;
filter: blur(90px);
opacity: 0.7;
z-index: -1;
}
.consultheading-blur-2 {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 380px;
filter: blur(80px);
z-index: -1;
opacity: 0.5;
}
.consult-casestudy {
position: relative;
margin-bottom: 80px;
}
.consult-casestudy-slider {
margin-top: 10px;
margin-right: -1150px;
}
.consult-casestudy-item {
margin-right: 50px;
}
.consult-casestudy-item h4 {
font-size: 42px;
color: #ffffff;
line-height: 1.1;
margin: 12px 0px 8px;
text-transform: capitalize;
font-weight: 600;
}
.consult-casestudy-item .h4 {
font-size: 42px;
color: #ffffff;
line-height: 1.1;
margin: 12px 0px 8px;
text-transform: capitalize;
font-weight: 600;
}
.consult-casestudy-item p {
color: rgb(255 255 255 / 70%);
}
.consult-slider-arrow {
margin: 10px 0 0;
padding: 0;
list-style: none;
display: flex;
}
.consult-slider-arrow .consultarrow-left {
margin-right: 10px;
}
.consult-slider-arrow .arrow-left,
.consult-slider-arrow .arrow-right {
position: unset;
transform: none;
}
.video-consultbox {
position: relative;
display: inline-block;
cursor: none;
}
.video-consultbox video {
display: block;
}
.video-hovertext {
position: absolute;
font-size: 18px;
font-weight: 900;
display: none;
text-transform: uppercase;
pointer-events: none;
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.video-consultbox:hover .video-hovertext {
display: block;
}
.video-consultbox:hover {
cursor: none;
}
.consult-approach {
position: relative;
padding: 80px 0px 80px;
}
.consult-approach .heading {
font-size: 42px;
margin-bottom: 20px;
}
.consult-approach p {
color: rgb(255 255 255 / 70%);
}
.consult-approach p:last-child {
margin: 0;
}
.consultappro-blur {
position: absolute;
top: -90px;
right: -70px;
width: 260px;
filter: blur(40px);
z-index: -1;
opacity: 0.6;
}
.scroll-divider {
height: 1px;
width: 0px;
background: rgb(255 255 255 / 20%);
display: block;
transform-origin: center;
transition: 1.8s cubic-bezier(0.5, 0, 0, 1);
transition-property: transform, opacity;
transition-delay: 0.1s;
transform: scaleX(0);
position: absolute;
top: 0;
left: 0;
right: 0;
}
.scroll-divider.divider-visible {
transform: scaleX(1);
width: 100%;
}
.consult-toolbox {
padding: 80px 0px;
background: url(../img/consulttool-bg.webp) no-repeat;
background-size: cover;
z-index: 1;
}
.consult-toolbox .center-heading {
margin-bottom: 50px;
}
.consult-toolbox .impression-head {
padding-right: 50px;
}
.consult-toolbox .impression-head .heading {
font-size: 46px;
font-weight: 500;
}
.consulttool-blur {
position: absolute;
bottom: 90px;
left: 0px;
width: 260px;
filter: blur(70px);
z-index: -1;
opacity: 0.5;
transform: rotate(110deg);
}
.consulttool-blur-2 {
position: absolute;
top: -70px;
right: -20px;
width: 220px;
filter: blur(70px);
z-index: -1;
opacity: 0.7;
}
.consulttool-blur-3 {
position: absolute;
top: -20px;
left: -50px;
width: 220px;
filter: blur(80px);
z-index: -1;
opacity: 0.7;
transform: rotateY(180deg);
}
.consulttool-blur-4 {
position: absolute;
bottom: -130px;
right: 0;
width: 100px;
filter: blur(80px);
z-index: -1;
opacity: 0.7;
}
.consult-build {
position: relative;
margin: 80px 0px;
}
.build-consultbox {
display: flex;
justify-content: space-between;
margin-bottom: 50px;
}
.build-consultbox:last-child {
margin-bottom: 0px;
}
.build-consultbox p {
margin: 0;
width: 40%;
height: 0;
opacity: 0;
transform: translateY(8px);
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.build-consultbox h4 {
font-size: 38px;
color: #ffffff;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 600;
display: inline-block;
width: 56%;
transition: all 0.2s ease-In;
position: relative;
cursor: pointer;
}
.build-consultbox h4:hover + p {
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
opacity: 1;
transform: translateY(0);
}
.build-consultbox h4:hover {
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.conbuild-blur {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0px;
width: 180px;
filter: blur(50px);
z-index: -1;
opacity: 0.7;
}
.consult-talk {
position: relative;
padding-bottom: 80px;
}
.consult-talkbox h4 {
font-size: 24px;
color: #000;
line-height: 1.1;
margin-bottom: 12px;
text-transform: capitalize;
font-weight: 300;
}
.consult-talkbox p {
color: #000;
}
.talkbox-row {
display: flex;
justify-content: space-between;
margin-top: 25px;
}
.talkbox-person {
width: 47%;
}
.talkbox-person label {
color: #fff;
display: block;
line-height: 1;
margin: 15px 0px 10px;
font-size: 18px;
font-weight: 500;
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.talkbox-person span {
color: rgb(0 0 0 / 55%);
display: block;
font-weight: 400;
line-height: 1;
margin-bottom: 10px;
font-size: 15px;
}
.talkbox-person a {
color: #000;
font-size: 13px;
display: table;
transition: all 0.2s ease-In;
font-weight: 400;
}
.talkbox-person a:hover {
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.talkbox-person ul {
margin: 10px 0px 0px;
}
.talkbox-person ul li {
display: inline-block;
}
.talkbox-person ul li a {
transition: all 0.2s ease-In;
color: #000;
width: 30px;
height: 30px;
border-radius: 100%;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
margin: 0px 2px;
font-size: 12px;
border: 1px solid rgb(0 0 0 / 30%);
}
.talkbox-person ul li a:hover{
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
color: #fff;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
.consulttalk-blur {
position: absolute;
bottom: 0;
right: -80px;
width: 280px;
filter: blur(70px);
z-index: -1;
opacity: 0.6;
}
.consult-client {
margin-top: 80px;
position: relative;
}
.consultclient-blur {
position: absolute;
bottom: -100px;
left: 0;
width: 100px;
filter: blur(90px);
opacity: 0.7;
z-index: -1;
}
.consultfaq-blur {
position: absolute;
bottom: -30px;
left: -60px;
width: 210px;
filter: blur(80px);
z-index: -1;
transform: rotateY(180deg);
opacity: 0.9;
}
/*--------------- thankyou / 404 ---------------*/
.thankyou-page {
background: url(../img/thankyou-back.webp) no-repeat;
background-size: cover;
}
.no-menulink .main-menu {
display: none;
}
.error-page {
height: 100vh;
padding-top: 70px;
position: relative;
}
.thankyou-page {
padding-top: 0px;
}
.errorpage-content {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 0px 15px;
text-align: center;
}
.errorpage-content p {
color: #fff;
font-size: 24px;
font-weight: 600;
margin: 8px 0px 15px;
}
.errorpage-content img {
width: 80%;
margin: 0 auto;
}
.errorpage-content .grey-btn {
margin-right: 5px;
}
.no-footer {
display: none;
}
.errorpage-blur-1 {
position: absolute;
top: 30px;
right: 0;
width: 90px;
filter: blur(80px);
z-index: -1;
opacity: 0.8;
}
.errorpage-blur-2 {
position: absolute;
bottom: 0px;
left: 0;
width: 70px;
filter: blur(90px);
opacity: 0.9;
z-index: -1;
}
/*--------------- case study ---------------*/
.casestudy-page {
position: relative;
padding-top: 50px;
}
.casestudy-page .heading {
font-size: 84px;
font-weight: 500;
margin-bottom: 60px;
}
.studypage-box {
position: relative;
border-radius: 30px;
margin-bottom: 30px;
overflow: hidden;
}
.studypage-box:before {
content: "";
position: absolute;
width: 100%;
height: 30%;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 80%) 100%);
}
.studybox-image {
overflow: hidden;
border-radius: 30px;
}
.studybox-image img {
transition: transform 0.4s ease-in-out 0s;
}
.studypage-box:hover .studybox-image img {
transform: scale(1.03);
}
.studybox-detail {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 0px 25px 30px;
z-index: 1;
}
.studybox-detail h4 {
color: #fff;
font-size: 34px;
margin-bottom: 20px;
}
.studybox-detail ul {
padding: 0;
margin: 0;
list-style: none;
}
.studybox-detail ul li {
background: #fff;
display: inline-block;
color: rgb(0 0 0 / 70%);
border-radius: 50px;
padding: 7px 12px;
font-weight: 600;
font-size: 14px;
margin-right: 4px;
}
.studypage-blur-1 {
position: absolute;
top: 50px;
right: 0;
width: 90px;
filter: blur(70px);
z-index: -1;
}
.studypage-blur-2 {
position: absolute;
top: 230px;
left: 0;
width: 90px;
filter: blur(50px);
opacity: 0.8;
z-index: -1;
}
.studypage-blur-3 {
position: absolute;
bottom: 480px;
right: -80px;
width: 240px;
filter: blur(30px);
z-index: -1;
opacity: 0.6;
}
.studylist-item {
display: none;
}
/*--------------- case study detail ---------------*/
.studydetail-head {
padding-top: 40px;
position: relative;
}
.studydetail-text .heading {
font-size: 50px;
}
.studydetail-text ul {
margin: 0;
margin-top: 40px;
padding: 15px 0px;
border-top: 1px solid rgb(0 0 0 / 20%);
display: flex;
align-items: center;
}
.studydetail-text ul li {
color: rgb(0 0 0 / 90%);
text-transform: capitalize;
font-size: 15px;
}
.studydetail-text ul li span {
margin-right: 50px;
}
.studydetail-banner {
overflow: hidden;
}
.studydetail-area {
position: relative;
margin: 40px 0px 80px;
}
.studydetail-list h4 {
font-size: 24px;
line-height: 1.1;
margin-bottom: 5px;
color: #000000;
}
.studydetail-list ul {
margin-bottom: 30px;
}
.studydetail-list ul li {
color: rgb(0 0 0 / 70%);
font-size: 15px;
margin-bottom: 5px;
}
.studydetail-list ul li:last-child {
margin-bottom: 0px;
}
.studydetail-heading {
font-size: 36px;
color: #000000;
line-height: 1.1;
margin-bottom: 10px;
text-transform: capitalize;
font-weight: 600;
}
.studydetail-content h4 {
line-height: 1.1;
color: #000000;
}
.studydetail-content ul {
padding-left: 15px;
}
.studydetail-content ul li {
color: rgb(0 0 0 / 70%);
font-size: 15px;
text-transform: capitalize;
margin-bottom: 3px;
}
.studydetail-content ul li::marker {
color: #ff744f;
}
.studydetail-quote {
border-left: 1px solid rgb(0 0 0 / 40%);
padding: 8px 0px 8px 20px;
margin-bottom: 20px;
overflow: hidden;
}
.studydetail-quote .gradiant-color {
line-height: 1.1;
font-size: 24px;
}
.studydetail-quote span {
font-size: 15px;
display: block;
color: #000;
}
.studydetail-admin {
margin-top: 30px;
padding-top: 15px;
border-top: 1px solid rgb(0 0 0 / 20%);
display: flex;
justify-content: space-between;
align-items: center;
}
.studydetail-admin span {
color: #000000;
font-size: 15px;
}
.studydetail-admin span img {
width: 50px;
margin-right: 10px;
border-radius: 50%;
}
.studydetail-admin ul {
margin: 0;
}
.studydetail-admin ul li {
display: inline-block;
}
.studydetail-admin ul li:first-child {
color: #101010;
font-size: 15px;
}
.studydetail-admin ul li a {
transition: all 0.1s ease-In;
color: rgb(0 0 0 / 60%);
width: 30px;
height: 30px;
border-radius: 100%;
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
margin-left: 3px;
font-size: 12px;
border: 1px solid rgb(5 2 29 / 20%);
}
.studydetail-admin ul li a:hover {
color: #fff;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border: 1px solid #ff7054;
}
.studydetail-blur-1 {
position: absolute;
bottom: -130px;
right: 0;
width: 80px;
filter: blur(60px);
z-index: -1;
}
.studydetail-blur-2 {
position: absolute;
top: -120px;
left: 0;
width: 100px;
filter: blur(50px);
opacity: 0.8;
z-index: -1;
}
.studydetail-blur-3 {
position: absolute;
top: 50%;
right: -80px;
width: 240px;
filter: blur(30px);
z-index: -1;
opacity: 0.6;
transform: translateY(-50%);
}
.related-casestudy {
margin-right: 0px;
margin-left: 0px;
}
.related-casestudy .col-lg-4 {
padding: 0;
}
.case-relatedbox {
margin-top: 40px;
position: relative;
border-left: 1px solid rgb(0 0 0 / 30%);
transition: all 0.2s ease-in;
}
.last-relatedbox {
border-right: 1px solid rgb(0 0 0 / 30%);
}
.case-relatedbox ul,
.case-relatedbox h4,
.case-relatedbox span {
margin: 0px 15px;
}
.case-relatedbox ul {
padding: 0;
margin-bottom: 15px;
list-style: none;
min-height: 50px;
}
.case-relatedbox ul li {
display: inline-block;
color: rgb(0 0 0 / 70%);
font-size: 15px;
transition: all 0.2s ease-in;
}
.case-relatedbox div {
margin: 15px 0px;
}
.case-relatedbox .img-responsive {
transition: all 0.3s ease-in;
transform: scale(0.91);
}
.case-relatedbox h4 {
color: rgba(0 0 0 / 70%);
font-size: 16px;
font-weight: 600;
transition: all 0.2s ease-in;
}
.case-relatedbox span {
color: rgb(0 0 0 / 40%);
font-weight: 600;
text-transform: uppercase;
font-size: 13px;
display: flex;
align-items: center;
transition: all 0.2s ease-In;
}
.case-relatedbox span img {
width: 12px;
transform-origin: 0% 50%;
transition: all 0.2s ease-In;
opacity: 0.4;
filter: brightness(0) saturate(100%);
margin-left: 3px;
}
.case-relatedbox:hover {
border-left-color: #000;
}
.case-relatedbox:hover h4 {
color: #000;
}
.case-relatedbox:hover ul li {
color: #000;
}
.case-relatedbox:hover span {
color: #000;
}
.case-relatedbox:hover span img {
opacity: 0.8;
transform: rotate(-45deg);
}
.case-relatedbox:hover .img-responsive {
transform: scale(1);
}
/*--------------- international location ---------------*/
.locatepage-head {
padding-top: 20px;
position: relative;
}
.locatehead-detail .heading {
font-size: 56px;
}
.locatehead-detail p {
margin: 12px 0px 18px;
color: rgb(255 255 255 / 70%);
}
.locatehead-blur {
position: absolute;
bottom: -120px;
left: 0;
width: 90px;
filter: blur(90px);
opacity: 0.9;
z-index: -1;
}
.locatepage-growth {
position: relative;
margin-top: 80px;
}
.locatepage-growth .heading {
font-size: 50px;
}
.locatepage-growth p {
color: rgb(255 255 255 / 70%);
margin: 4px 0px 15px;
}
.locategrowth-blur {
position: absolute;
bottom: 0;
left: 45%;
width: 190px;
filter: blur(45px);
z-index: -1;
opacity: 0.7;
transform: translateX(-50%);
}
.locatepage-approach {
position: relative;
}
.approach-locatebox {
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
padding: 25px;
border-radius: 20px;
margin-top: 40px;
min-height: 291px;
}
.approach-locatebox img {
width: 54px;
}
.approach-locatebox h4 {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 10px 0px 3px;
}
.approach-locatebox .h4 {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 10px 0px 3px;
font-family: "Lexend", sans-serif;
}
.approach-locatebox span {
font-size: 15px;
text-transform: capitalize;
}
.approach-locatebox p {
margin: 10px 0px 0px;
color: rgb(255 255 255 / 70%);
}
.locateapproach-blur {
position: absolute;
top: -200px;
right: -100px;
width: 300px;
filter: blur(50px);
z-index: -1;
opacity: 0.6;
}
.locatepage-suite {
position: relative;
margin: 80px 0px;
}
.locatesuite-blur {
position: absolute;
top: 20px;
left: 0;
width: 300px;
filter: blur(70px);
z-index: -1;
opacity: 0.7;
}
.locatepage-suite .heading {
margin-bottom: 40px;
}
.choose-image #choose2,
.choose-image #choose3,
.choose-image #choose4,
.choose-image #choose5 {
display: none;
}
.choose-reason {
-webkit-animation: scaleIn 0.9s ease;
animation: scaleIn 0.9s ease;
}
@keyframes scaleIn {
0% {
-webkit-transform: scale(0.94);
transform: scale(0.94);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.locatesuit-accord .card-header {
padding: 0px;
margin-bottom: 0;
background-color: transparent;
border: 0px;
}
.locatesuit-accord .card {
background-color: transparent;
border: 0px;
border-radius: 0px;
padding: 15px 0px;
position: relative;
}
.locatesuit-accord .card:before {
position: absolute;
content: "";
left: 22px;
top: 50px;
bottom: 0;
background: #fff;
width: 1.4px;
height: 90%;
z-index: -1;
}
.locatesuit-accord .card:last-child:before {
display: none;
}
.locatesuit-accord .card-header button {
outline: none;
text-decoration: none;
display: flex;
align-items: center;
width: 100%;
text-align: left;
box-shadow: none;
margin: 0px;
border: 0px;
padding: 0;
background: none;
color: #fff;
text-transform: capitalize;
font-size: 24px;
font-family: "Lexend", sans-serif;
font-weight: 300;
}
.locatesuit-accord .card-header button span {
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border-radius: 50%;
margin-right: 12px;
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
}
.locatesuit-accord .card-header button span img {
width: 26px;
}
.locatesuit-accord .card-body {
padding: 0px;
padding-left: 58px;
}
.locatesuit-accord .card-body p {
margin: 0px;
color: rgb(255 255 255 / 70%);
}
.locatepage-business {
position: relative;
margin-bottom: 80px;
}
.locatepage-business .heading {
font-size: 48px;
}
.locate-business-link {
margin-top: 40px;
}
.locate-business-link h4 {
color: #ffffff;
line-height: 1.1;
margin-bottom: 15px;
text-transform: capitalize;
font-size: 32px;
}
.locate-business-link .h4 {
color: #ffffff;
line-height: 1.1;
margin-bottom: 15px;
text-transform: capitalize;
font-size: 32px;
}
.locate-business-link ul {
margin: 0;
}
.locate-business-link ul li {
line-height: 1;
margin-bottom: 12px;
}
.locate-business-link ul li:last-child {
margin-bottom: 0px;
}
.locate-business-link ul li a {
color: #fff;
font-size: 15px;
transition: all 0.2s ease-In;
line-height: 1;
font-weight: 300;
}
.locate-business-link ul li a:hover {
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.locatebusi-blur {
position: absolute;
bottom: 50px;
right: -50px;
width: 200px;
filter: blur(55px);
z-index: -1;
opacity: 0.8;
}
.locatepage-global {
position: relative;
}
.locatepage-global .container {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
transform: translatey(-50%);
}
.locatepage-global p {
color: rgb(255 255 255 / 70%);
margin: 5px 0px 15px;
}
.global-dash {
width: 45%;
}
.locatepage-collab {
position: relative;
padding: 80px 0px;
}
.locatepage-collab p {
color: rgb(255 255 255 / 70%);
margin: 4px 0px 15px;
}
.locatecollab-image {
padding-left: 50px;
}
.locatecollab-blur {
position: absolute;
bottom: -100px;
right: -70px;
width: 200px;
filter: blur(50px);
z-index: -1;
opacity: 0.8;
}
.location-client {
padding-top: 80px;
position: relative;
}
.locateclient-blur-1 {
position: absolute;
top: -70px;
left: -60px;
width: 190px;
filter: blur(70px);
z-index: -1;
transform: rotateY(180deg);
opacity: 0.9;
}
.locateclient-blur-2 {
position: absolute;
bottom: -170px;
right: 0;
width: 90px;
filter: blur(80px);
opacity: 0.7;
z-index: -1;
}
.locatepage-meet {
position: relative;
text-align: right;
margin: 80px 0px;
padding-top: 80px;
background: linear-gradient(
to left,
transparent 30%,
rgb(255 255 255 / 6%) 60%
);
}
.locatepage-meet .container {
position: absolute;
top: 80px;
left: 0;
right: 0;
margin: 0 auto;
text-align: left;
}
.locatepage-meet p {
font-family: "Lexend", sans-serif;
font-size: 22px;
line-height: 1.3;
margin: 4px 0px 25px;
text-transform: capitalize;
}
.locate-meet {
width: 48%;
}
.locatemeet-blur {
position: absolute;
bottom: -110px;
right: -90px;
width: 220px;
filter: blur(50px);
z-index: -1;
opacity: 0.8;
}
/*--------------- domestic location ---------------*/
.location-state {
position: relative;
}
.location-state .heading {
position: fixed;
top: 22%;
width: 100%;
text-align: center;
font-size: 110px;
text-transform: uppercase;
-webkit-animation: header-fade-in 2s 0.4s forwards;
animation: header-fade-in 2s 0.4s forwards;
opacity: 0;
padding: 0px 15px;
}
@-webkit-keyframes header-fade-in {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes header-fade-in {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
.hide-statename {
display: none;
}
.state-image-1 {
width: 100%;
}
.state-image-2 {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 1;
}
.gradient_overly {
background: linear-gradient(0deg, #1a1a1a 5%, hsla(0, 0%, 100%, 0) 90%);
height: 40%;
left: 0;
position: absolute;
bottom: 0px;
width: 100%;
z-index: 1;
}
.locate-headline {
padding-top: 80px;
position: relative;
text-align: center;
z-index: 1;
}
.locate-headline .heading {
margin-bottom: 12px;
}
.domestic-pagelink {
position: relative;
padding-top: 80px;
z-index: 1;
}
.pagelink-blur {
position: absolute;
top: -120px;
left: 0;
width: 70px;
filter: blur(80px);
z-index: -1;
}
.dompartner-blur-1 {
position: absolute;
top: -20px;
left: 42%;
width: 190px;
filter: blur(45px);
z-index: -1;
opacity: 0.7;
transform: translateX(-50%);
}
.dompartner-blur-2 {
position: absolute;
bottom: 30px;
right: -80px;
width: 260px;
filter: blur(50px);
z-index: -1;
opacity: 0.7;
}
.domesuite-blur {
position: absolute;
bottom: -80px;
left: 0;
width: 300px;
filter: blur(70px);
z-index: -1;
opacity: 0.7;
}
.domestic-suite {
margin-top: 0px;
}
.locatepage-optimize {
position: relative;
text-align: right;
margin: 80px 0px;
}
.locatepage-optimize .container {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
transform: translatey(-50%);
text-align: left;
}
.locatepage-optimize p {
color: rgb(255 255 255 / 70%);
margin: 5px 0px 15px;
}
.optimize-dash {
width: 47%;
}
.dome-pagelink-box {
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
padding: 25px;
border-radius: 20px;
min-height: 249px;
}
.dome-pagelink-box img {
width: 54px;
}
.dome-pagelink-box h4 {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 10px 0px 3px;
}
.dome-pagelink-box p {
margin: 10px 0px 10px;
color: #fff;
min-height: 68px;
}
.dome-pagelink-box span {
color: rgb(255 255 255 / 70%);
font-weight: 500;
text-transform: uppercase;
font-size: 13px;
display: flex;
align-items: center;
transition: all 0.2s ease-In;
}
.dome-pagelink-box span img {
width: 12px;
transform-origin: 0% 50%;
transition: all 0.2s ease-In;
opacity: 0.7;
margin-left: 3px;
}
.dome-pagelink-box:hover span {
color: #fff;
}
.dome-pagelink-box:hover span img {
opacity: 1;
transform: rotate(-45deg);
}
.dompagelink-blur {
position: absolute;
top: -10px;
left: 44%;
width: 180px;
filter: blur(45px);
z-index: -1;
opacity: 0.7;
transform: translateX(-50%);
}
.domelocate-client-blur {
position: absolute;
top: -180px;
right: 0;
width: 90px;
filter: blur(70px);
opacity: 0.8;
z-index: -1;
}
.domlocate-result {
margin-bottom: 80px;
}
.locateROI-slider {
padding-bottom: 30px;
}
.locateROI-box {
position: relative;
padding-bottom: 30px;
}
.locateROI-box .img-responsive {
border-radius: 10px;
width: 80%;
}
.locateROI-box div {
border-radius: 10px;
background: #fff;
position: absolute;
right: 30px;
bottom: 0;
width: 220px;
padding: 17px;
transition: all 0.2s ease-In;
}
.locateROI-box div h4 {
line-height: 1.1;
color: #000;
text-transform: capitalize;
font-weight: 600;
}
.locateROI-box div p {
color: #000;
font-weight: 400;
margin-bottom: 8px;
}
.locateROI-box div small {
color: #000;
font-weight: 600;
text-transform: uppercase;
font-size: 13px;
display: flex;
align-items: center;
transition: all 0.2s ease-In;
}
.locateROI-box div small img {
width: 11px;
transform-origin: 0% 50%;
transition: all 0.2s ease-In;
filter: brightness(0) saturate(100%);
margin-left: 3px;
}
.locateROI-box div:hover {
transform: translateY(-5px);
}
.locateROI-box div:hover small img {
transform: rotate(-45deg);
}
.circle-vectors {
position: absolute;
top: 14%;
right: 40px;
width: 260px;
z-index: -1;
}
.locate-address {
position: relative;
}
.locateaddress-box {
margin-top: 40px;
}
.locateaddress-box .img-responsive {
border-radius: 8px;
}
.locateaddress-box h4 {
color: #fff;
font-size: 32px;
margin: 10px 0px 6px;
}
.locateaddress-box .h4 {
color: #fff;
font-size: 32px;
margin: 10px 0px 6px;
font-weight: 600;
}
.locatepage-meet p.heading {
font-size: 60px !important;
}
.locateaddress-box p {
color: rgb(255 255 255 / 70%);
margin-bottom: 10px;
}
.locateaddress-box .office-location {
flex-direction: column;
align-items: flex-start;
}
.locateaddress-box .office-location img {
width: 100%;
}
.locateaddress-box a {
color: #ffffff;
font-size: 14px;
font-weight: 300;
display: inline-flex;
align-items: center;
transition: all 0.2s ease-In;
}
.locateaddress-box a img {
width: 14px;
margin-right: 5px;
}
.locateaddress-box a:hover {
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.locate-address-blur {
position: absolute;
top: 50%;
right: -110px;
width: 280px;
filter: blur(70px);
z-index: -1;
opacity: 0.8;
transform: translatey(-50%) rotate(-70deg);
}
/*---------- random css -----------*/
.DM-testimonial {
padding-top: 0px;
}
.web-testimonial {
padding-top: 0px;
}
.web-testimonial.location-client .swiper {
padding: 40px 0 0 0;
}
.web-testimonial.location-client .swiper-slide {
background: #fee8c3;
margin: 15px 0px;
}
.web-testimonial.location-client .swiper-slide-active {
background: #fff;
background: -webkit-linear-gradient(to bottom, #fff, #fff);
background: linear-gradient(to bottom, #fff, #fff);
}
.web-testimonial.location-client .swiper .arrow-left,
.web-testimonial.location-client .swiper .arrow-right {
background: rgb(0 0 0 / 8%);
}
.web-testimonial.location-client .swiper .arrow-left:hover,
.web-testimonial.location-client .swiper .arrow-right:hover {
background: #fff;
}
/*---------------------*/
.toast-error {
background-color: #dc3545;
color: #ffffff;
}
.culture-section {
background-image: url("../img/culture.webp");
background-size: cover;
padding: 30px 0px;
object-fit: cover;
width: 100%;
position: relative;
display: flex;
align-items: center;
}
.culture-section .seounique-head {
margin-bottom: 0;
text-align: left;
}
.culture-section .seounique-head p {
color: #fff;
font-size: 16px;
text-align: left;
margin-bottom: 20px;
}
.section-top-gap {
padding-top: 80px;
}
.section-bottom-gap {
padding-bottom: 80px;
}
/* section.enquiry-section.common-pop {
position: relative;
padding: 80px 0px 0px;
} */
.enquiry-section select {
color: #495057 !important;
}
.enquiry-section .form-control {
color: #fff;
}
.landpage-help .default-btn {
margin-top: 20px;
}
/* Popup Css */
.common-pop .modal-dialog {
max-width: 900px;
margin: 1rem auto;
}
.common-pop .modal-body {
padding: 0;
}
.popup-wrapper .left-box {
background-image: url("../img/pop-bg.webp");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 0;
background-color: #1a1a1a;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.popup-wrapper .right-box {
background-color: #1a1a1a;
padding: 0;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
}
.common-pop .popup-wrapper .form-container {
padding: 20px 30px;
}
.common-pop .main-title {
font-size: 32px;
font-weight: 500;
line-height: 1.2;
font-family: "Lexend", sans-serif;
}
.common-pop .btn-close {
position: absolute;
right: 20px;
top: 20px;
width: 40px;
height: 40px;
z-index: 1;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
color: #fff;
border: 1px solid #666;
background-color: transparent;
transition: all 0.6s ease-in-out;
}
.common-pop .btn-close:hover {
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border: 1px solid #fff;
}
.common-pop .popup-wrapper .form-container .form-control {
background-color: #131313;
width: 100%;
border-radius: 0px;
border-color: #666;
}
.common-pop .popup-wrapper .form-container .form-control:focus {
box-shadow: none;
}
.common-pop .popup-wrapper .form-container select {
cursor: pointer;
}
.common-pop .popup-wrapper .form-container textarea {
margin-top: 20px;
}
.common-pop .popup-wrapper .form-container .default-btn {
width: 100%;
margin-top: 20px;
}
.common-pop .popup-wrapper .form-container .default-btn a {
padding: 0;
}
.common-pop .popup-wrapper .form-container .default-btn button {
color: #000;
width: 100%;
height: 100%;
font-size: 13px;
font-weight: 500;
padding: 13px 20px;
border: none;
border-radius: none;
background: transparent;
text-transform: uppercase;
}
.common-pop .popup-wrapper .form-container span {
color: #666;
font-size: 13px;
}
/* body.modal-open {
overflow: hidden;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
} */
.pop-close {
position: absolute;
cursor: pointer;
right: 20px;
z-index: 999999;
top: 20px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
}
.common-pop .popup-wrapper .popup-img {
height: 550px;
width: 100%;
object-fit: cover;
object-position: center;
}
.thanku .modal-body {
background: url(../img/comingbg.webp) no-repeat;
width: 100%;
background-position: center;
background-size: cover;
border-radius: 18px;
}
.common-pop.thanku .popup-wrapper .thanku-wrapper .popup-img {
height: 50%;
margin: 0 auto;
width: 30%;
object-fit: cover;
object-position: center;
}
.common-pop.thanku .thanku-wrapper {
padding: 60px;
}
.common-pop.thanku .thanku-wrapper h4 {
text-transform: uppercase;
font-size: 50px;
color: #fff;
letter-spacing: 20px;
font-weight: 700;
text-align: center;
}
.common-pop.thanku .thanku-wrapper p {
font-weight: 300;
font-size: 24px;
text-align: center;
text-transform: uppercase;
}
.common-pop.thanku .modal-content {
border-radius: 20px;
}
.blog-second-content ol {
color: #fff;
}
.land-servicearea{
background: rgb(153 153 153 / 8%);
margin-top: 80px;
padding: 80px 0px 70px;
}
.land-servicelist{
margin: 0;
list-style: none;
padding-left: 15px;
}
.land-servicelist li{
color: #fff;
font-size: 14px;
position: relative;
margin-bottom: 10px;
line-height: 1.6;
}
.land-servicelist li::before {
content: '';
width: 7px;
height: 2px;
background: #fff;
position: absolute;
left: -15px;
top: 10px;
}
/*--------- privacy policy ---------*/
.privacy-policy {
padding-top: 40px;
}
.privacy-policy .breadcrump-links {
border-bottom: 1px solid #ffffff2e;
width: 100%;
padding-bottom: 10px;
}
.privacy-policy .breadcrump-links ul li {
color: #fff;
font-weight: 400;
font-size: 18px;
letter-spacing: 1px;
margin-right: 9px;
}
.privacy-policy .breadcrump-links ul li a {
text-decoration: none;
color: #fff;
font-weight: 400;
font-size: 18px;
letter-spacing: 1px;
}
.privacy-policy .quick-links {
padding: 25px;
border: 1px solid rgb(255 255 255 / 15%);
background: #242424;
border-radius: 10px;
}
.privacy-policy .quick-links ul li {
margin-top: 10px;
}
.privacy-policy .quick-links ul li a {
text-decoration: none;
font-size: 14px;
font-weight: 500;
padding: 8px 12px;
display: block;
background: rgb(153 153 153 / 8%);
border: 1px solid rgb(255 255 255 / 15%);
color: rgb(255 255 255 / 60%);
}
.privacy-policy .card {
border-radius: 10px;
background: transparent;
border-color: #ffffff2e;
}
.privacy-policy .card-body {
padding: 40px 20px;
}
.privacy-policy .card-title {
color: #fff;
margin-bottom: 0.75rem;
border-bottom: 1px solid #ffffff2e;
font-weight: 600;
line-height: 1.2;
padding-bottom: 10px;
font-size: 35px;
}
.privacy-policy h3 {
color: #fff;
margin-bottom: 8px;
font-size: 22px;
font-weight: 500;
}
.quick-links h2 {
font-size: 22px;
color: #fff;
margin: 0px;
margin-bottom: 14px;
font-weight: 600;
}
.privacy-policy .quick-links ul li.active a {
color: #000000 !important;
background: #fff;
}
.privacy-policy .list-unstyled {
margin-bottom: 0px;
}
.privacy-policy .quick-links ul li:hover a {
color: #fff;
}
.privacy-policy .card p {
color: rgb(255 255 255 / 90%);
}
.privacy-policy .card p a {
color: #ffa011;
}
@media only screen and (max-width: 992px) {
.privacy-policy .quick-links {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 600px) {
.privacy-policy .card-title {
font-size: 26px;
}
.privacy-policy h3 {
font-size: 20px;
}
}
/*--- enquire btn ---*/
.enquire-button {
position: fixed;
z-index: 1;
bottom: 40px;
right: 40px;
}
.enquire-button a {
display: inline-block;
animation: bounce-3 3s ease infinite;
}
.enquire-button a span {
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 51%, #ff3ba1 100%);
background-size: 200% auto;
color: #fff;
border-radius: 100%;
width: 80px;
height: 80px;
padding: 8px;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: 500;
position: relative;
line-height: 1.2;
box-shadow: 0 3px 11px 5px rgba(40, 44, 63, 0.1);
transition: all 0.4s ease;
font-family: "Lexend", sans-serif;
}
.enquire-button a:hover span {
background-position: right center;
color: #fff;
}
.locate-adress-wrap {
margin-top: 80px;
}
#preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}
#preloader .spinner {
width: 90px;
height: 90px;
border-radius: 50%;
position: relative;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
animation: spin 1s linear infinite;
/* Mask to create a border effect */
-webkit-mask: radial-gradient(circle, transparent 60%, black 61%);
mask: radial-gradient(circle, transparent 60%, black 61%);
}
.common-pop .alert-danger {
color: #fff !important;
background-color: transparent;
border-color: transparent;
padding: 0px;
margin: 0px;
}
.common-pop iframe {
margin-top: 10px;
margin-bottom: 10px;
margin-left: -10px;
}
.common-pop .alert-danger ul {
margin-bottom: 6px;
padding-left: 10px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes bounce-3 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-5px);
}
100% {
transform: translateY(0);
}
}
/* our work */
.workhead-head {
background: url(../img/work-bg.webp) no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
padding: 70px 0px;
padding-bottom: 0px;
position: relative;
height: 313px;
}
.workpage-heading h1 {
color: #1a1a1a;
line-height: 1.1;
margin-bottom: 0px;
font-weight: 500;
font-size: 120px;
}
.workhead-head .work-content {
max-width: 200px;
margin: 0 auto;
}
.workhead-head .work-content p {
font-size: 19px;
line-height: 1.4;
font-family: "Lexend";
margin: 0px;
}
.workhead-head .strategyhead-blur {
bottom: -139px;
}
.workhead-head .consultheading-blur {
top: auto;
bottom: -284px;
filter: blur(70px);
}
.view-slider .slider-inner {
margin: 0px 10px;
}
.view-slider .slick-track {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.view-slider {
position: relative;
padding: 80px 0px;
}
.view-slider .slider-btn {
text-align: center;
margin-top: 50px;
}
.address-section {
position: relative;
background: url(../img/social-bg-img.webp) no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
padding: 80px 0px;
}
.address-section .address-text {
background: #fbfaf8;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
padding: 40px;
}
.address-section .address-text img {
width: 80px;
margin: 0 auto;
}
.address-section .address-text > p {
color: #000;
font-weight: 400;
font-size: 18px;
line-height: 1.3;
text-align: center;
font-family: "Poppins", serif;
}
.address-section .talk-wrap {
text-transform: uppercase;
font-weight: 600;
text-align: center;
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
font-size: 15px;
}
.address-section .talk-section {
position: relative;
text-align: center;
margin-bottom: 40px;
}
.address-section .talk-border {
border: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border-bottom: 0;
max-width: 80px;
margin: 0 auto;
}
.address-section .footer-social ul li a {
color: hsl(0deg 0% 0% / 64%);
width: 38px;
height: 38px;
background: #d9d9d9;
font-size: 15px;
border: 1px solid rgb(111 111 111 / 40%);
}
.address-section .address-text h2 {
font-size: 23px;
font-weight: 400;
font-family: "Poppins", serif;
}
.address-section .link-text a {
color: rgb(0 0 0 / 40%);
display: block;
font-size: 14px;
}
.address-section .footer-social {
text-align: left;
}
.address-section .social-wrap {
padding-top: 60px;
}
.address-section .footer-social ul li a:hover {
background: linear-gradient(
to right,
rgb(255, 59, 161) 0%,
rgb(255, 160, 17) 51%,
rgb(255, 59, 161) 100%
)
0% 0% / 200%;
border-color: #ffa011;
color: #fff;
}
.address-section .link-text a:hover {
background-image: linear-gradient(
to right,
rgb(255, 59, 161) 0%,
rgb(255, 160, 17) 80%
);
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.work-tabber {
position: relative;
padding: 80px 0px;
padding-bottom: 0px;
}
.nav-work {
position: absolute;
bottom: 0;
right: 0;
background: rgb(255 255 255 / 60%);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
border-top-left-radius: 10px;
}
.work-tabber .nav-link {
color: rgb(0 0 0 / 20%);
font-family: "Poppins", serif;
font-weight: 500;
font-size: 16px;
text-transform: capitalize;
padding: 8px 30px;
border-bottom: 2px solid #fff;
position: relative;
}
.work-tabber .nav-link.active {
color: #6c6c6c;
}
.work-tabber .nav-link.active:after {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 4px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 51%, #ff3ba1 100%);
}
.work-tabber .nav li {
position: relative;
}
.work-tabber .tabber-wrap {
position: relative;
}
.work-tabber .slider-btn {
text-align: center;
margin-top: 30px;
}
.work-accrordion .card-body {
padding: 0px;
margin-top: 10px;
}
.work-accrordion .card {
background: transparent;
border: 0px;
}
.work-accrordion .card .card-header {
border-radius: 0;
margin-bottom: 0;
padding: 11px 0px 10px 0px;
font-family: "Lexend";
color: #fff;
border-bottom: 1px solid #d9d9d9;
}
.work-accrordion .btn-header-link {
display: flex;
justify-content: space-between;
color: hsl(0deg 0% 100% / 40%);
}
.work-accrordion .btn-header-link p {
margin: 0px;
}
.work-accrordion {
position: relative;
padding: 80px 0px;
}
.work-accrordion .slider-btn {
text-align: center;
margin-top: 40px;
}
.work-video .videos {
height: 100%;
width: 100%;
}
.work-video .video {
position: relative;
}
.work-video .video .button {
z-index: 1;
width: 70px;
height: 70px;
}
.work-video .button img {
width: 18px;
}
.work-video .slider-btn {
text-align: center;
margin-top: 30px;
}
.work-accrordion .eoelement-blur-1 {
position: absolute;
z-index: -1;
bottom: auto;
right: 0;
width: 150px;
filter: blur(40px);
top: 0;
}
.work-accrordion .portfolio-blur {
position: absolute;
bottom: -68px;
left: 111px;
width: 300px;
filter: blur(60px);
z-index: -1;
transform: translateX(-50%);
opacity: 0.6;
right: 0;
}
.work-tabber .about-believe-blur {
position: absolute;
bottom: auto;
left: 0;
width: 280px;
filter: blur(20px);
z-index: -1;
opacity: 0.6;
top: 0;
}
.address-section .social-wrap .row {
align-items: center;
}
.work-grocery .container-item .item {
display: flex;
font-family: "Poppins", serif;
border-bottom: 1px solid rgb(217 217 217 / 25%);
padding: 12px 0px;
}
.work-grocery .item-col1 {
width: 20%;
}
.work-grocery .item-col3 {
width: 50%;
}
.work-grocery .item-col2 {
width: 30%;
}
.work-grocery .link-grocery p {
margin: 0px;
font-weight: 400;
}
/* .work-grocery .container-item {
position: relative;
} */
.work-grocery .link-grocery {
color: rgb(255 255 255 / 30%);
margin-bottom: 26px;
font-size: 18px;
}
.work-grocery .image {
position: absolute;
width: 600px;
z-index: -1;
right: 54px;
top: -55px;
transform: rotate(355deg);
opacity: 0;
visibility: hidden;
}
.work-grocery .container-item.active .link-grocery + .image {
opacity: 1;
visibility: visible;
}
.work-grocery li:first-child .container-item .image {
opacity: 1;
visibility: visible;
}
.work-grocery .image img {
width: 100%;
border-radius: 10px;
object-fit: cover;
}
.work-grocery {
position: relative;
padding: 0px 0px;
padding-bottom: 40px;
}
.work-grocery .grocery-item {
padding: 0px;
margin: 0px;
list-style: none;
}
.work-grocery .grocery-item li:hover {
background-color: #fff;
}
.work-grocery .grocery-item li:hover .link-grocery,
.work-grocery .grocery-item li:hover .link-grocery p {
color: #000;
}
.work-grocery .slider-btn {
text-align: center;
margin-top: 70px;
}
.work-grocery .campaign-blur1 {
top: -69px;
left: 40%;
width: 145px;
}
.work-grocery .campaign-blur2 {
top: auto;
bottom: -24px;
right: 0;
left: auto;
width: 150px;
}
/* 
.work-grocery .eoelement-blur-1 {
position: absolute;
bottom: auto;
width: 182px;
filter: blur(20px);
z-index: -1;
opacity: 0.6;
top: 0;
margin: 0 auto;
} */
.work-video .home-newvideo-box-content .parallex-homevideo {
height: auto;
}
.work-video .parallex-area {
padding-top: 0px;
}
.work-image img {
width: 100%;
}
/* our-work-marketing */
.accrordion-work2 .seohead-blur{
top: 107px;
bottom: auto;
}
.accrordion-work2 .seoelement-blur-1{
top: 107px;
bottom: auto;
}
.accrordion-work2 .seoelement-blur-2 {
position: absolute;
bottom: auto;
right: 0;
width: 150px;
filter: blur(30px);
z-index: -1;
opacity: 0.7;
left: 45%;
top: 65%;
}
.accrordion-work2 .heading{
text-align: center;
}
.work-tabber2{
min-height: 677px;
}
.work-tabber2 .tab-heading {
margin-bottom: 40px;
margin-top: 15px;
}
.work-tabber2 .arrow-left, 
.work-tabber2 .arrow-right{
top: auto;
bottom: 0;
transform: unset;
background: #fff;
width: 58px;
height: 37px;
}
.work-tabber2 .arrow-left {
left: 42px;
border-radius: 10px 0px 0px 0px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.work-tabber2  .nav-link.active:after{
}
.work-tabber2 .arrow-right{
right: auto;
border-radius: 0px 10px 0px 0px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
left: 100.3px;
}
.work-tabber2 .slick-arrow:hover,
.work-tabber2 .slick-arrow:focus{
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
color:#fff;
}
.work-tabber2 .slick-arrow:hover svg,
.work-tabber2 .slick-arrow:focus svg{
color:#fff;
}
.work-tabber2 .slick-arrow svg{
width: 20px;
height: 20px;
color: #000;
margin-top: 7px;
}
.work-tabber2 .seohead-blur{
bottom: auto;
top: 0;
}
/* .slider-bottom .slick-current {
opacity: 1;
transform: scale(1);
} */
.work-video-sec .slider-bottom {
width: 650px;
margin: 0 auto;
position: absolute;
bottom: 44px;
top: auto;
left: 0;
right: 0;
}
.work-video-sec {
position: relative;
}
/* Play Button Overlay */
.work-video-sec .slider-overlay {
position: absolute;
top: 0px;
left: 0px;
display: flex
;
align-items: center;
gap: 10px;
}
.work-video-sec  .slider-inner {
position: absolute;
top: 40px;
left: 59px;
display: flex;
gap: 20px;
}
.work-video-sec .play-btn {
width: 60px;
height: 60px;
border-radius: 50%;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border: 3px solid #fff;
}
.play-btn svg {
font-size: 24px;
color: white;
display: inline-block;
}
.work-video-sec .slick-arrow svg{
width: 35px;
vertical-align: middle;
}
.work-video-sec .play-text {
font-size: 38px;
font-weight: 600;
color: #fff;
line-height: 1.1;
}
.work-video-sec small {
display: block;
font-size: 16px;
}
.work-video-sec .slick-list {
padding: 0 !important;  /* Remove extra padding */
}
.work-video-sec .slide-near {
transform: scale(0.85);
/*    border: 2px solid green;*/
}
.work-video-sec .slide-far {
transform: scale(0.75);
/*    border: 1px solid blue;*/
}
.work-video-sec  .slider-bottom .slick-slide {
/*  transform: scale(0.9);*/
cursor: pointer;
padding: 0px 15px;
}
.work-video-sec  .slider-bottom .slick-center {
transform: scale(1);
z-index: 2;
}
.work-video-sec  .tab-heading {
margin: 25px 0px;
}
.work-video-sec .slick-slide  img{
border-radius: 5px;
}
.work-video-sec  .arrow-left, 
.work-video-sec  .arrow-right{
background: transparent;
border: 0px solid rgb(255 255 255 / 15%);
}
.work-video-sec .slick-arrow {
color:#fff;
}
.work-video-sec  .arrow-left{
left: -41px;
}
.work-video-sec  .arrow-right {
right: -41px;
}
.work-video-sec  .slider-video {
width: 100%;
height: auto;
display: block;
position: relative;
}
.work-video-sec .slider-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
display: flex!important;
align-items: center;
justify-content: center;
flex-direction: column;
color: white;
cursor: pointer;
}
.work-video-sec .play-btn {
width: 50px;
height: 50px;
background: url("{{url('website/img/play-icon.png')}}") no-repeat center;
background-size: contain;
cursor: pointer;
}
/* .work-video-sec .close-video {
display: none;
position: absolute;
top: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.7);
color: white;
border: none;
padding: 5px 10px;
cursor: pointer;
font-size: 18px;
} */
button.close-video {
display: none;
}
.work-video-sec .seohead-blur{
bottom: auto;
top: 0;
}
/* app development */
.work-grocery.work-grocery2 .image{
top: 178px;
}
.work-grocery2  .grocery-wrap{
padding-top: 90px;
}
.work-grocery.work-grocery2 .slider-btn{
margin-top: 90px;
}
.work-grocery.work-grocery2 .campaign-blur2 {
bottom: -44px;
right: 0;
left: -174px;
margin: 0 auto;
}
.work-grocery2 .seohead-blur{
top: 0;
}
.work-grocery.work-grocery2 {
padding: 30px 0px;
padding-bottom: 40px;
}
/* .work-grocery .grocery-item li.hover{
background-color: #fff;
}
.work-grocery  .grocery-item li.hover .link-grocery, 
.work-grocery .grocery-item li.hover .link-grocery p{
color: #000;
} */
/* creative page */
.theative-col {
text-align: center;
padding: 70px 0px;
position: absolute;
width: 100%;
top: 16%;
left: 0;
right: 0;
}
.theative-col .heading{
font-size: 180px;
color: rgb(255 255 255 / 20%);
text-transform: uppercase;
font-family: "Bebas Neue", serif;
font-weight: 200;
font-style: normal;
letter-spacing: 2px;
line-height: 1;
}
.creatives-section  .tab-heading {
padding-top: 30px;
}
.theative-inners {
max-width: 600px;
margin: 0 auto;
padding-top: 0px;
}
.theative-inners p{
line-height: 1.2;
margin: 0px;
}
.theative-slider .slick-track{
display: flex;
align-items: flex-end;
}
.theative-slider  .slide-cols{
cursor: pointer;
padding: 0px 50px;
}
.theative-wrapper {
position: relative;
padding-top: 70px;
}
.theative-wrapper .slide-cols.small-image{
position: relative;
top: 130px;
}
.creatives-section{
padding-bottom: 200px;
position: relative;
}
.theative-wrapper .slick-list{
overflow: visible!important;
}
.theative-wrapper .slick-arrows{
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
padding: 13px 20px;
background: #fff;
color: #000;
text-align: center;
width: auto;
height: auto;
transform: unset;
position: absolute;
transition: 0.5s;
border-radius: 100px;
display: inline-block;
top: auto;
bottom: -44%;
z-index: 1;
}
.theative-wrapper .arrow-left{
left: 60px;
}
.theative-wrapper .arrow-right{
right:60px;
}
.theative-wrapper  .tab-heading {
margin-top: 30px;
}
.view-wraper{
position: relative;
}
.view-wraper .view-icon{
position: absolute;
top: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
display: none;
}
.theative-slider .slide-cols a:hover  .view-icon{
display: flex;
}
.view-wraper .view-icon span{
width: 80px;
height: 80px;
border-radius: 50%;
text-transform: uppercase;
color: #fff;
display: flex
;
align-items: center;
justify-content: center;
background: rgb(21 21 21 / 15%);
backdrop-filter: blur(5px);
font-weight: 500;
}
.creatives-section  .seohead-blur{
top: 0;
bottom: auto;
}
.work-grocery2 .consultclient-blur{
bottom: auto;
top: 100px;
filter: blur(70px);
}
.work-tabber2 .nav-work{
background: transparent;
box-shadow: unset;
transition: none;
border-top-left-radius: 0px;
position: relative;
top: -42px;
}
.work-tabber2  .slick-list{
max-width: 700px;
margin-left: auto;
background: rgb(255 255 255 / 60%);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3scubic-bezier(0.25, 0.8, 0.25, 1);
border-top-left-radius: 10px;
}
.work-tabber2 .nav-sliders{
}
.work-tabber.work-tabber2 .nav-link{
padding: 8px 10px;
text-align: center;
}
@media screen and (max-width: 992px) {
.default-btn.subscribe-wrap {
margin-top: 15px;
}
}
@media screen and (max-width: 767px) {
.locate-adress-wrap {
margin-top: 40px;
}
}
/*  */
.optimize-result .btn-wraps {
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
}
.organic-social-new .social-box {
background: #fff;
border-radius: 15px;
text-align: center;
padding: 30px;
margin-bottom: 30px;
min-height: 330px;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.organic-social-new img{
width: 50px;
}
.organic-social-new p{
color: rgb(0 0 0 / 80%);
font-size: 14px;
margin-bottom: 0px;
}
.organic-social-new .social-box .heading{
font-size: 20px;
color: rgb(0 0 0 / 80%);
margin: 10px 0px;
}
.organic-social-new .influence-heading{
text-align: center;
color: #000;
}
.organic-social-new  .btn-wraps{
margin-top: 20px;
}
.organic-social-new  .white-btn a{
padding: 10px 20px;
}
.organic-social-new .service-btn {
text-align: center;
}
.new-home-number .number-count-item label {
font-size: 44px;
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
font-weight: 500;
}
.new-home-number .number-count-item span{
font-size: 44px;
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.growth-section{
background: url(../../../../../website/img/growth-bg-img.webp);
cursor: pointer;
padding: 40px 0px;
text-align: center;
background-size: cover;
}
.growth-section .service-btn{
margin-top: 20px;
}
body.white-body {
background: #fff;
color:#000;
}
.white-body  .optimize-quotebox p{
color: #000;
font-size: 30px;
font-weight: 600;
}
.new-optimize-quote{
padding-bottom: 0px;
}
.new-digital-advertise .digital-addbox h4,
.new-digital-advertise .digital-addbox p{
color: #000;
}
.new-digital-advertise .digital-addbox .meet-heading{
font-family: "Lexend", sans-serif;
font-size: 42px;
color: #ffffff;
line-height: 1.1;
margin-bottom: 10px;
text-transform: capitalize;
font-weight: 600;
color: #000;
}
.new-digital-advertise .digital-addbox p{
margin-bottom: 10px;
color: rgb(0 0 0 / 80%);
}
.new-home-number .number-count-item p{
text-align: center;
color: rgb(0 0 0 / 70%);
font-size: 15px;
line-height: 1.3;
text-transform: uppercase;
}
.new-home-number {
padding-top: 30px;
}
.organic-social-new{
background: #FFF8E7;
padding-top: 80px;
padding-bottom: 80px;
}
.new-seo-unique {
padding-top: 80px;
}
.new-seo-unique .heading{
color:#000;
}
.below-heading{
color:#000;
}
.new-seo-unique .unique-accord .card-header button span{
color: #000;
font-weight: 400;
}
.new-seo-unique .unique-accord .card-body p{
margin-top: 0px;
color: rgb(0 0 0 / 80%);
line-height: 1.2;
font-size: 15px;
}
.new-seo-unique .seounique-blur1{
position: absolute;
top: auto;
left: 0px;
width: 180px;
filter: blur(50px);
z-index: -1;
opacity: 0.3;
bottom: 0;
}
.new-seo-unique .seounique-blur2{
position: absolute;
top: -40px;
right: 0px;
width: 180px;
filter: blur(50px);
z-index: -1;
opacity: 0.3;
}
.new-optimize-result  .digiresult-blur2 {
position: absolute;
top: 129px;
right: 0px;
width: 93px;
filter: blur(50px);
z-index: -1;
opacity: 0.8;
}
.new-optimize-result .digiresult-blur1 {
position: absolute;
top: 0;
left: 0px;
width: 190px;
filter: blur(90px);
z-index: -1;
opacity: 0.8;
}
.new-seo-unique .unique-accord .card{
border-top: 1px solid rgb(0 0 0 / 30%);
}
.new-consult-talk .consulttalk-blur {
position: absolute;
right: -80px;
width: 180px;
filter: blur(80px);
z-index: -1;
opacity: 0.6;
top: 40px;
}
.new-consult-talk  .consulttalk-blur2{
position: absolute;
left: -80px;
width: 180px;
filter: blur(60px);
z-index: -1;
opacity: 0.6;
top: auto;
bottom: 0;
}
.new-uxpage-client{
background: #FFF8E7;
color: #000;
}
.new-uxpage-client  .center-heading{
color: #000;
}
.new-uxpage-client  .btn-wraps{
margin-top: 30px;
}
.new-optimize-result .heading{
color: #000;
font-size: 60px;
}
.new-optimize-result .ppcresult-arrow li{
background: #fff;
border: 1px solid #FF3BA1;
color: #000;
}
.new-optimize-result .ppcresult-arrow li:hover,
.new-optimize-result .ppcresult-arrow li:active{
color: #fff;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
}
.new-optimize-result  .ppcresult-box .h4,
.new-optimize-result .ppcresult-box ul li{
color: #000;
}

.new-optimize-result  .ppcresult-box .h4{
 font-size: 19px;
}
.new-optimize-result .slider__counter{
color: #000;
}
.new-DM-testimonial{
background-color: #FFF8E7;
padding-top: 80px;
padding-bottom: 80px;
}
.new-DM-testimonial .heading,
.new-DM-testimonial .client-subhead {
color: #000;
}
.location-client.new-DM-testimonial  .swiper-slide{
background: #fff;
background: -webkit-linear-gradient(to bottom, #fff, #fff);
background: linear-gradient(to bottom, #fff, #fff);
}
.location-client.new-DM-testimonial   .swiper-slide p {
color: #000;
}
.new-consult-talk{
padding-top: 80px;
}
.new-consult-talk .consult-talkbox h4{
font-weight: 500;
}
.new-uxpage-faq{
background-color: #FFF8E7;
padding-top: 80px;
padding-bottom: 80px;
}
.new-uxpage-faq .heading{
color: #000;
}
.footer-blur2 {
position: absolute;
left: 0;
width: 70px;
filter: blur(95px);
z-index: -1;
opacity: 0.6;
top: auto;
bottom: 0;
}
.header-form p{
color: rgb(0 0 0 / 80%);
font-weight: 400;
}
.header-form .heading{
color:#000;
margin-bottom: 10px;
}
.header-form{
padding-top: 30px;
position: relative;
}
.header-section .white-btn a{
padding: 9px 20px;
}
.header-form .ecllips-section {
position: absolute;
right: auto;
top: -30px;
width: 100px;
left: 200px;
z-index: -1;
}
.form-section .form-control{
background-color: #fff;
width: 100%;
color: #000;
font-size: 13px;
font-weight: 400;
border-radius: 20px;
padding: 12px 15px;
border: 2px solid rgb(78 78 78 / 20%);
height: auto;
}

.form-section select{
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    box-sizing: border-box; 

}
.form-section textarea#your-message {
min-height: 100px;
}
.form-section  .form-control:focus {
color: #495057;
background-color: #fff;
border-color: #ffa011;
outline: 0;
box-shadow: unset;
}
.form-section .form-control::placeholder{
color:#000;
}
.header-form  .num-box {
display: flex;
align-items: center;
justify-content: left;
margin-bottom: 0px;
font-size: 44px;
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
font-weight: 600;
line-height: 1;
}
.header-form  .form-text {
display: block;
margin-top: 0;
position: relative;
}
.header-form  .form-text:before{
content: "";
width: 14px;
height: 14px;
background: #37C18B;
display: block;
border-radius: 50%;
position: absolute;
left: -25px;
top: 12px;
border: 2px solid #37c18b40;
outline: 3px solid #37c18b40;
}
.header-form  .form-counter {
max-width: 400px;
margin-left: 30px;
margin-top: 30px;
}
.header-form label {
margin-bottom: 0;
}
.header-form .boost-title {
font-size: 40px;
line-height: 1;
font-family: 'Lexend';
font-weight: 700;
margin-bottom: 30px;
color: #fff;
}
.header-form .form-section {
background: url(../../../../../website/img/form-bg-icon.webp);
background-size: cover;
padding: 20px;
border-radius: 20px;
}
.header-form  .send-btn{
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
padding: 11px 20px;
color: #fff;
text-align: center;
position: relative;
overflow: hidden;
transition: 0.5s;
border-radius: 100px;
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
display: inline-block;
border: 1px solid #ffa011;
width: 100%;
}
.header-form  .send-btn:hover{
background:#fff;
border: 1px solid #ffa011;
color:#000;
}
.booking-popup .boost-title {
font-size: 35px;
line-height: 1;
margin-bottom: 21px;
font-weight: 700;
background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
font-family: 'Lexend';
}
.booking-popup .form-field label {
line-height: 1;
margin-bottom: 5px;
display: block;
color: #fff;
font-size: 12px;
}
.booking-popup  textarea {
min-height: 115px;
font-size: 12px;
}
/* .booking-popup .modal-body {
padding: 30px 30px;
position: relative;
z-index: 1;
overflow: hidden;
padding-right: 0px;
background: url(../../../../../website/img/landing-popup.webp);
background-size: cover;
} */
.booking-popup  .booking-image, 
.booking-popup  .booking-image img {
height: 100%;
object-fit: cover;
width: 100%;
border-top-right-radius: 20px;
}
.booking-popup .modal-content{
border-radius: 20px;
}
.booking-popup .form-control:focus{
color: #fff;
background: #000;
border-color: #ffa011;
outline: 0;
box-shadow: unset;
}
.booking-popup  .form-control {
width: 100%;
color: #fff;
font-size: 12px;
font-weight: 400;
border-radius: 20px;
padding: 12px 15px;
border: 1.5px solid rgb(255 255 255 / 52%);
height: auto;
background: #000;
}
.booking-popup .form-control::placeholder{
color: #fff;
font-weight: 400;
}
.booking-popup .send-btn {
position: relative;
overflow: hidden;
transition: 0.5s;
border-radius: 100px;
background: #fff;
display: inline-block;
border: 1px solid #ffff;
width: 100%;
padding: 6px 0px;
text-transform: uppercase;
font-weight: 600;
}
.booking-popup .send-btn:hover{
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
border: 1px solid #ffa011;
color: #fff;
}
.booking-popup   .pop-close {
position: absolute;
cursor: pointer;
right: 0px;
z-index: 999999;
top: 0;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border: 0px;
}
.booking-popup .pop-close img{
width: 15px;
height: 15px;
vertical-align: middle;
border-radius: 20px;
}
.booking-popup   svg {
vertical-align: super;
}
.booking-popup .book-noright {
background-image: url(../../../../../website/img/pop-bg-img.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 0;
background-color: #1a1a1a;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.booking-popup .pop-close:hover{
background: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
}
.booking-popup  .book-noleft {
padding-left: 0px;
}
.booking-popup .modal-body {
padding: 30px 20px;
}
.white-body.new-optimize-quote .optimize-quotebox p{
font-size: 28px;
}
.header-form .form-section label {
    color: #fff;
    margin-bottom: 30px;
    font-size: 14px;
}
.header-form .form-section label a,
.booking-popup .form-field label a{
    background-image: linear-gradient(to right, #ff3ba1 0%, #ffa011 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}