* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header {
  width: 100%;
  padding: 20px 0;
}

.dcloud__common_container {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.hamburger__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.nav--glass {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(9, 13, 25, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav__logo {
  width: 120px;
  color: #fff;
  font-size: 32px;
}

.nav__logo img {
  max-width: 140px;
}

.nav__actions {
  margin-right: 20px;
}

@media (max-width: 600px) {
  .nav__actions {
    display: none;
  }
}

@media (max-width: 600px) {
  .nav__logo img {
    max-width: 100px;
  }
}

.nav__actions_ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__actions_ul_links {
  display: inline-block;
  margin-left: 40px;
}

@media (max-width: 600px) {
  .nav__actions_ul_links {
    margin-left: 20px;
  }
}

.nav__actions_ul_links a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 600px) {
  .nav__actions_ul_links a {
    font-size: 12px;
  }
}

.nav__actions_ul_links a:hover {
  opacity: 1;
}

.nav__actions_ul_links a:focus,
.nav__actions_ul_links a:active {
  color: #fff;
}

.navmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.navmenu-toggle {
  margin-left: 10px;
}

.navmenu-toggle .bar {
  width: 5px;
  height: 5px;
  margin: 10px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.navmenu-toggle .bar1 {
  background-color: #37e9e8;
}

.navmenu-toggle .bar2 {
  background-color: #fffeff;
}

.navmenu-toggle .bar3 {
  background-color: #fffeff;
}

.navmenu-toggle .bar4 {
  background-color: #fd4376;
}

.navmenu-toggle .bar5 {
  background-color: #a690fe;
}

.navmenu-toggle .bar6 {
  background-color: #fffeff;
}

.sidenav__container {
  width: 100%;
  max-width: 460px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(9, 13, 25, 0.5);
  height: 100vh;
  position: absolute;
  right: -800px;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.open_menu {
  right: 0;
  opacity: 1;
}

.sidenav__wrapper ul {
  margin: 0;
}

.sidenav__wrapper ul li {
  list-style-type: none;
}

.sidenav__wrapper ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 25px 0;
}

.sidenav__wrapper {
  margin: 100px 0 0 50px;
  position: relative;
}

.closebtn {
  width: 22px;
}
.close_container {
  position: absolute;
  top: -74px;
  right: 35px;
  cursor: pointer;
}

.sidenav__bg::before {
  content: "";
  width: 100%;
  height: 6000px;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background: rgba(9, 13, 25, 0.5);
  position: absolute;
  z-index: 3;
}

.sidenav__bg {
  overflow: hidden;
}

/**********Banner Section**********/
.banner {
  width: 100%;
  height: 100vh;
  background-color: #04002f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.services_banner_img {
  width: 500px;
  height: 500px;
}
@media (max-width: 600px) {
  .services_banner_img {
    width: 300px;
    height: 300px;
  }
}

.banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #04002f;
  /* background: -o-linear-gradient(
    306deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 116, 1) 100%
  );
  background: linear-gradient(
    144deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 116, 1) 100%
  ); */
  position: absolute;
  top: 0;
}

.camera-anim {
  margin-top: 80px;
  position: relative;
}

.camera-anim .shape-1 {
  height: 50px;
  width: 50px;
  position: absolute;
  background: -o-linear-gradient(45deg, #61d954, #2ebf75);
  background: -o-linear-gradient(45deg, #139de7, #2ebf75);
  background: linear-gradient(45deg, #139de7, #2ebf75);
  border-radius: 50%;
  left: 400px;
  top: 264px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-animation: action2 3s infinite alternate;
  animation: action2 3s infinite alternate;
}

@media (max-width: 600px) {
  .camera-anim .shape-1 {
    left: 223px;
    top: 137px;
  }
}

@-webkit-keyframes action2 {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes action {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.camera-anim .shape-2 {
  width: 181px;
  height: 183px;
  border-radius: 100px;
  /* -webkit-filter: blur(136px); */
  -webkit-filter: blur(20px);
  filter: blur(20px);
  background: -o-linear-gradient(#ffeb3b, #e91e63);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffeb3b),
    to(#e91e63)
  );
  background: linear-gradient(#ffeb3b, #e91e63);
  /* background: #ff2765; */
  border: 1px solid #707070;
  position: absolute;
  left: 111px;
  top: 128px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: -1;
  -webkit-animation: action 3s infinite alternate;
  animation: action 3s infinite alternate;
}

@media (max-width: 600px) {
  .camera-anim .shape-2 {
    width: 126px;
    height: 132px;
    left: 81px;
    top: 47px;
  }
}

@-webkit-keyframes action {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes action {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*.camera-anim::after {
  content: "";
  width: 138px;
  height: 131px;
  border-radius: 100px;
  -webkit-filter: blur(136px);
  filter: blur(30px);
  background: #2e71bd;
  border: 1px solid #707070;
  position: absolute;
  left: 945px;
  top: 275px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0;
} */

.camera-anim img {
  width: 500px;
  -webkit-animation: action1 2s infinite alternate;
  animation: action1 2s infinite alternate;
}

@media (max-width: 600px) {
  .camera-anim img {
    width: 290px;
  }
}

@-webkit-keyframes action1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.banner__content {
  max-width: 600px;
}

.banner__content::before {
  content: "";
  width: 630px;
  height: 273px;
  -webkit-filter: blur(136px);
  filter: blur(136px);
  background: #00e8ff;
  border: 1px solid #707070;
  position: absolute;
  left: 280px;
  top: -279px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

@media (max-width: 992px) {
  .banner__content::before {
    width: 300px;
    left: -146px;
    -webkit-filter: blur(111px);
    filter: blur(111px);
  }
}

.banner__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 1080px) {
  .banner__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.banner__heading {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  background: -o-linear-gradient(16deg, #ff94f2, #b6edff, #f7f7f7);
  background: linear-gradient(74deg, #ff94f2, #b6edff, #f7f7f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.banner__sub_heading {
  color: #fff;
  font-size: 95px;
  font-weight: 700;
  background: -o-linear-gradient(16deg, #ff94f2, #b6edff, #f7f7f7);
  background: linear-gradient(74deg, #ff94f2, #b6edff, #f7f7f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 600px) {
  .banner__heading {
    font-size: 62px;
  }
  .banner__sub_heading {
    font-size: 48px;
  }
}

.services .banner__heading {
  font-size: 86px;
}

@media (max-width: 1080px) {
  .services .banner__heading {
    font-size: 42px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .services .banner__heading {
    font-size: 30px;
  }
}

.banner__info {
  color: #fff;
  font-size: 21px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 30px;
  font-weight: 400;
}

@media (max-width: 600px) {
  .banner__info {
    font-size: 15px;
    line-height: 22px;
  }
}

.banner__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 44px;
}

.banner__info:before {
  content: "";
  width: 397px;
  height: 316px;
  -webkit-filter: blur(177px);
  filter: blur(177px);
  background: #cb005e;
  border: 1px solid #707070;
  position: absolute;
  left: 28px;
  bottom: 13px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: -1;
}

@media (max-width: 600px) {
  .banner__info:before {
    width: 300px;
    left: -75px;
    -webkit-filter: blur(120px);
    filter: blur(120px);
  }
}

.banner__cta::after {
  content: "";
  width: 630px;
  height: 450px;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  background: #ff00a5;
  border: 1px solid #707070;
  position: absolute;
  left: 204px;
  bottom: -246px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: -1;
}

@media (max-width: 992px) {
  .banner__cta::after {
    width: 300px;
    left: -200px;
  }
}

.btn__works {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 53px 14px;
  background: #ff2765;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn__works a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 600px) {
  .btn__works {
    padding: 14px 27px 14px;
    font-size: 18px;
  }
}

.btn__works:hover {
  -webkit-box-shadow: 0 0 10px #ff2765, 0 0 20px #ff2765,
    0 0 20px #ffffff7d inset;
  box-shadow: 0 0 10px #ff2765, 0 0 20px #ff2765, 0 0 20px #ffffff7d inset;
}

.banner__play {
  margin-left: 44px;
  cursor: pointer;
  max-width: 64px;
}

@media (max-width: 600px) {
  .banner__play {
    max-width: 42px;
  }
}

.banner__fbicon {
  width: 32px;
}
@media (max-width: 600px) {
  .banner__socialmedia {
    display: none;
  }
}

@media (max-width: 1080px) {
  .banner__socialmedia {
    display: none;
  }
}

.banner__socialmedia_ul {
  margin: 0;
  list-style-type: none;
}

.banner__socialmedia_images {
  margin-bottom: 10px;
}

.containerclient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icon__wrapper {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.icon__wrapper:hover {
  background: #2196f3;
  -webkit-box-shadow: 1px -2px 10px #2196f3;
  box-shadow: 1px -2px 10px #2196f3;
}

.icon__wrapper:nth-child(1) {
  background-color: #04c5ff;
}

.icon__wrapper:nth-child(2) {
  background-color: #04c5ff;
}

.icon__wrapper:nth-child(3) {
  background-color: #04c5ff;
}

.icon__wrapper:nth-child(4) {
  background-color: #04c5ff;
}

.icon__wrapper img {
  width: 25px;
  margin-top: 4px;
}

.instaico {
  width: 16px !important;
}

.whatsappico {
  width: 18px !important;
}

/**********About Section**********/
.about {
  background-color: #04002f;
  width: 100%;
  color: #fff;
  padding: 90px 0;
}

@media (max-width: 600px) {
  .about {
    padding: 90px 0 40px 0;
  }
}

.about__wraper {
  margin: 0 40px 50px 40px;
}

@media (max-width: 600px) {
  .about__wraper {
    margin: 0 10px;
  }
}

.about__content {
  max-width: 450px;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 600px) {
  .about__content {
    font-size: 16px;
    line-height: 25px;
  }
}

.about__header h1 {
  text-align: left;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .about__header h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
  }
}

.about__wraper_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
}

@media (max-width: 767px) {
  .about__wraper_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}
.about__animation {
  margin: 50px 0;
}

@media (max-width: 600px) {
  .about__animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about__animation {
  position: relative;
}

.about__animation::before {
  content: "";
  width: 160px;
  height: 160px;
  -webkit-filter: blur(60px);
  filter: blur(120px);
  position: absolute;
  left: -60px;
  bottom: -30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.about__animation1::before {
  background: #fb6f72;
}

.about__animation2::before {
  background: #f65ecf;
}

@media (max-width: 600px) {
  .lottie_player {
    width: 250px !important;
  }
}

/**************Out Teams**************/
.customer {
  padding: 0 0 50px 0;
  background-color: #04002f;
}
p.price-text {
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.teampeople {
  width: 300px;
  height: 410px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teampeople1 {
  background-image: url(../images/team1.webp);
}

.teampeople2 {
  background-image: url(../images/team7.webp);
}

.teampeople3 {
  background-image: url(../images/team2.webp);
}

.teampeople4 {
  background-image: url(../images/team3.webp);
}

.teampeople5 {
  background-image: url(../images/team5.webp);
}

.teampeople6 {
  background-image: url(../images/team4.webp);
}

.teampeople7 {
  background-image: url(../images/team6.webp);
}

.teampeople8 {
  background-image: url(../images/team8.webp);
}

.role_wrapper {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(9, 13, 25, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team_designation {
  padding: 10px;
}

.team_designation_name {
  font-size: 21px;
  font-weight: 400;
  color: #fd9c53;
}

.dashboard-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

#box span {
  font-weight: 700;
}

/* section styling */
.main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dashboard {
  background: #04002f;
  width: 100%;
}

.dashboard h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .dashboard h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.dashboard .team_designation h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .dashboard h2 {
    font-size: 18px;
  }
}

.dashboard h1,
.dashboard h2 {
  color: #fff;
}

.dashboard ul {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  position: relative;
  z-index: 1;
}

.dashboard li {
  width: calc(100% / 4 - 16px);
  padding: 0 8px;
  position: relative;
  list-style-type: none;
}

.dashboard-item {
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 16px;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
  height: 450px;
}

.dashboard-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -webkit-filter: blur(105px);
  filter: blur(105px);
  background-clip: padding-box;
  border-radius: 16px;
  z-index: -1;
  overflow: hidden;
}

.logo-image {
  position: absolute;
  top: 0;
  right: 0;
}

.shape-1,
.shape-2,
.shape-3,
.shape-4,
.shape-5 {
  position: absolute;
  z-index: -2;
}

.shape-1 {
  top: 50px;
  left: 0px;
}

.shape-2 {
  bottom: 60px;
  left: 20%;
}

.shape-3 {
  top: 80px;
  left: 52%;
}

.shape-4 {
  top: 50px;
  left: 70%;
}

.shape-5 {
  right: 0;
  bottom: 15%;
}

.Firefox .note {
  display: block;
}

.note {
  padding-top: 50px;
  display: none;
}

.note p {
  font-size: 12px;
  line-height: 20px;
  background: rgba(243, 51, 128, 0.7);
  border-radius: 10px;
  padding: 10px;
}

@media (min-width: 1200px) and (max-width: 2080px) {
  .dashboard-item {
    min-height: 130px;
    padding: 0px;
    max-width: 300px;
  }

  p.price-text {
    margin-bottom: 3px;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
  }

  .portfolio h2 {
    font-size: 20px;
    line-height: 22px;
  }

  p.price-text {
    font-size: 18px;
    line-height: 28px;
  }

  .portfolio p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .portfolio h2 {
    font-size: 20px;
    line-height: 22px;
  }

  p.price-text {
    font-size: 18px;
    line-height: 28px;
  }

  .portfolio p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .portfolio .main {
    padding: 50px 25px;
  }

  .dashboard ul {
    padding: 50px 0;
  }

  .dashboard li {
    width: calc(100% / 2 - 16px);
  }

  .dashboard-item {
    margin: 0;
    min-height: 130px;
  }

  .shape-1,
  .shape-4 {
    top: 0;
  }

  .shape-2,
  .shape-5 {
    bottom: 45px;
  }
}

@media (max-width: 767px) {
  .portfolio h1 {
    padding: 25px;
  }

  .portfolio h2 {
    font-size: 20px;
    line-height: 22px;
  }

  p.price-text {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .portfolio p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .portfolio .main {
    padding: 50px 15px;
  }

  .dashboard {
    padding: 30px 10px;
  }

  .dashboard ul {
    padding: 50px 0;
  }

  .dashboard li {
    width: calc(100% - 16px);
    padding: 0 20px;
  }

  .dashboard-item {
    min-height: 120px;
    height: 450px;
    max-width: 300px;
    margin: 20px auto;
  }

  .shape-1 {
    top: 0;
    left: 40px;
  }

  .shape-4 {
    top: 35%;
    left: 10px;
  }

  .shape-3 {
    left: auto;
    right: 10px;
  }

  .shape-2 {
    bottom: 0;
    right: 10px;
  }

  .shape-5 {
    bottom: 40%;
    right: 15px;
  }
}

/*********Poort Folio**********/
.foliocontainer {
  width: 400px;
  margin: 0 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .foliocontainer {
    margin: 70px 0;
  }
}

.foliowrapper {
  width: 100%;
  height: 250px;
  position: relative;
}

.foliocontiner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .foliocontiner__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.foliocontainer .shape-1 {
  height: 50px;
  width: 50px;
  position: absolute;
  background: -o-linear-gradient(45deg, #61d954, #2ebf75);
  background: linear-gradient(45deg, #61d954, #2ebf75);
  border-radius: 50%;
  left: 0px;
  top: 271px;
}

@media (max-width: 767px) {
  .foliocontainer .shape-1 {
    left: 100px;
    top: 185px;
    height: 100px;
    width: 100px;
  }
}

.foliocontainer .shape-2 {
  height: 50px;
  width: 50px;
  position: absolute;
  background: -o-linear-gradient(45deg, #ee2d2d, #eeb013);
  background: linear-gradient(45deg, #ee2d2d, #eeb013);
  left: 0px;
  bottom: -67px;
  border-radius: 50%;
}
.foliocontainer .card {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  /* -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px); */
  position: absolute;
  -webkit-box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
  /* border: 2px solid rgba(255, 255, 255, 0.06); */
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}

.foliocontainer .card1 {
  background-image: url("../images/001.webp");
}

.foliocontainer .card2 {
  background-image: url("../images/002.webp");
}

.foliocontainer .card3 {
  background-image: url("../images/003.webp");
}

.foliocontainer .card4 {
  background-image: url("../images/004.webp");
}


.foliocontainer .card5 {
  background-image: url("../images/005.webp");
}

.foliocontainer img {
  /* width: 60%; */
  position: absolute;
  right: -5px;
  bottom: 12px;
  -webkit-filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.6));
  display: none;
}
.foliocontainer .text-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  left: 30px;
  top: 0;
  bottom: 0;
}
.foliocontainer .text-container h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 3px;
  position: absolute;
  top: 20px;
}

@media (max-width: 600px) {
  .foliocontainer .text-container h2 {
    font-size: 18px;
  }
}

.foliocontainer .text-container p {
  font-size: 16px;
  color: #d5d5d5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 25px;
  text-align: justify;
}
.foliocontainer a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  margin-top: 50px;
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  -webkit-box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.06);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: 0 0 0px transparent;
  border: 1px solid transparent;
}

.foliocontainer a:hover {
  border: 1px solid #e87b1c;
  color: #e87b1c;
  text-shadow: 0 0 4px #e87b1c;
  -webkit-box-shadow: inset 0 0 6px #e87b1c, 0 0 6px #e87b1c;
  box-shadow: inset 0 0 6px #e87b1c, 0 0 6px #e87b1c;
}

.foliocontainer a:hover > .fa-youtube {
  text-shadow: 0 0 0px transparent;
  color: #ff0000;
}

.foliocontainer a > .fa-youtube {
  font-size: 20px;
  color: #fff;
}

.portfolio {
  background-color: #04002f;
  padding: 90px 0;
}

.ourworkshead h1 {
  margin-bottom: 120px;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .ourworkshead h1 {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 0;
    text-align: center;
  }
}

.morecontainer {
  margin: 40px 0;
  width: 100%;
}

@media (max-width: 600px) {
  .morecontainer {
    margin: 0;
  }
}

.morecontainer .btn {
  position: relative;
  width: 155px;
  height: 50px;
  margin: 20px;
  right: 0;
  float: right;
}
.morecontainer .btn a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  color: #fff;
  z-index: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.morecontainer .btn:hover a {
  letter-spacing: 3px;
}
.morecontainer .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.15), transparent);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0.15)),
    to(transparent)
  );
  background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
  -webkit-transform: skewX(45deg) translateX(0);
  -ms-transform: skewX(45deg) translateX(0);
  transform: skewX(45deg) translateX(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.morecontainer .btn:hover a::before {
  -webkit-transform: skewX(45deg) translateX(200%);
  -ms-transform: skewX(45deg) translateX(200%);
  transform: skewX(45deg) translateX(200%);
}
.morecontainer .btn::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  width: 30px;
  height: 10px;
  background: #f00;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.morecontainer .btn:hover::before {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.morecontainer .btn::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5px;
  width: 30px;
  height: 10px;
  background: #f00;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.morecontainer .btn:hover::after {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.morecontainer .btn:nth-child(1)::before,
.morecontainer .btn:nth-child(1)::after {
  background: #ff1571;
  -webkit-box-shadow: 0 0 5px #ff1571, 0 0 15px #ff1571, 0 0 30px #ff1571,
    0 0 60px #ff1571;
  box-shadow: 0 0 5px #ff1571, 0 0 15px #ff1571, 0 0 30px #ff1571,
    0 0 60px #ff1571;
}

/****************Feedback**********************/

blockquote {
  max-width: 20rem;
}

blockquote .content {
  margin: 50px 0 10px 0;
}

/* blockquote card colors */
blockquote.q-card-color-1 {
  --accent-color: rgb(32 32 54);
  --bg-color: rgb(30 145 254);
  --dot-color: rgb(255 255 255 / 0.35);
  --text-color: rgb(243 243 243);
  --text-color-author: rgb(243 243 243);
}

blockquote.q-card-color-2 {
  --accent-color: rgb(243 243 243);
  --bg-color: rgb(33 29 30);
  --dot-color: rgb(255 255 255 / 0.125);
  --text-color: rgb(243 243 243);
  --text-color-author: rgb(33 29 30);
}

blockquote.q-card-color-3 {
  --accent-color: rgb(30 145 254);
  --bg-color: rgb(32 32 54);
  --dot-color: rgb(255 255 255 / 0.125);
  --text-color: rgb(243 243 243);
  --text-color-author: rgb(243 243 243);
}

/* blockquote card setup*/
blockquote.q-card {
  --padding: 1rem;
  padding: var(--padding);
  color: var(--text-color, black);
  background-color: var(--bg-color, white);
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  background-image: -o-radial-gradient(
    circle,
    var(--dot-color, rgb(0 0 0 / 0.125)) calc(25% - 1px),
    transparent 25%
  );
  background-image: radial-gradient(
    circle,
    var(--dot-color, rgb(0 0 0 / 0.125)) calc(25% - 1px),
    transparent 25%
  );
  background-size: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0.5rem 0.5rem 2rem rgb(0 0 0 / 0.5);
  box-shadow: 0.5rem 0.5rem 2rem rgb(0 0 0 / 0.5);
  margin: 20px;
  height: 200px;
}

@media (max-width: 600px) {
  blockquote.q-card {
    margin: 20px 40px;
  }
}

blockquote.q-card::before {
  --qHeight: 4rem;
  content: "";
  margin-left: calc(var(--padding) * -1);
  margin-top: calc(var(--padding) * -1);
  height: var(--qHeight);
  width: calc(var(--qHeight) * 1.1);
  background-image: -o-radial-gradient(
      bottom right,
      circle,
      transparent calc(var(--qHeight) / 4 - 1px),
      var(--accent-color, black) calc(var(--qHeight) / 4)
        calc(var(--qHeight) / 2),
      transparent calc(var(--qHeight) / 2 + 1px)
    ),
    -o-linear-gradient(var(--accent-color, black), var(--accent-color, black));
  background-image: radial-gradient(
      circle at bottom right,
      transparent calc(var(--qHeight) / 4 - 1px),
      var(--accent-color, black) calc(var(--qHeight) / 4)
        calc(var(--qHeight) / 2),
      transparent calc(var(--qHeight) / 2 + 1px)
    ),
    -webkit-gradient(linear, left top, left bottom, from(var(--accent-color, black)), to(var(--accent-color, black)));
  background-image: radial-gradient(
      circle at bottom right,
      transparent calc(var(--qHeight) / 4 - 1px),
      var(--accent-color, black) calc(var(--qHeight) / 4)
        calc(var(--qHeight) / 2),
      transparent calc(var(--qHeight) / 2 + 1px)
    ),
    linear-gradient(var(--accent-color, black), var(--accent-color, black));
  background-size: calc(var(--qHeight) / 2) calc(var(--qHeight) / 2);
  background-position: top left, bottom left;
  background-repeat: space no-repeat;
}

blockquote.q-card > .author {
  color: var(--text-color-author, white);
  background-color: var(--accent-color, black);
  -ms-grid-column-align: end;
  justify-self: end;
  font-size: 0.75em;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
  max-width: 130px;
}
blockquote.q-card > .author::before {
  content: "- ";
}

.blockquote_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .blockquote_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.feedback {
  padding: 200px 0;
  background-color: #04002f;
}

@media (max-width: 600px) {
  .feedback {
    padding: 90px 0;
  }
}

.feedback__header h1 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 600px) {
  .feedback__header h1 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.customer__designation {
  font-size: 12px;
  color: #fff;
  margin: 10px 20px;
  display: none;
}

/*********************Contact**************/
.contact {
  background-color: #04002f;
  padding: 250px 0;
  position: relative;
}

@media (max-width: 600px) {
  .contact {
    padding: 170px 0;
  }
}

.contact::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background: -o-linear-gradient(179deg, #00000000, #8039e5, #00000000);
  background: linear-gradient(271deg, #00000000, #8039e5, #00000000);
  z-index: 1;
}

.formwrapper {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 50px 0;
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.25);
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.contact__graditent {
  position: relative;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.contact__graditent::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: -o-linear-gradient(#ffeb3b, #e91e63);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffeb3b),
    to(#e91e63)
  );
  background: linear-gradient(#ffeb3b, #e91e63);
  border-radius: 50%;
  left: -170px;
  top: -101px;
}

.contact__graditent::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: -o-linear-gradient(#2196f3, #83d8ff);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2196f3),
    to(#83d8ff)
  );
  background: linear-gradient(#2196f3, #83d8ff);
  border-radius: 50%;
  right: -12px;
  bottom: -116px;
}

@media (max-width: 600px) {
  .contact__graditent::before {
    width: 200px;
    height: 200px;
    left: -16px;
    top: -59px;
  }

  .contact__graditent::after {
    width: 100px;
    height: 100px;
    right: -8px;
    bottom: -35px;
  }
}

.formwrapper::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: -40%;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
}

.formfield__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .formfield__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.formfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  margin: 20px 20px;
}

@media (max-width: 600px) {
  .formfield {
    width: 100%;
    margin: 20px 0;
  }
}

.formfield__textarea {
  width: 100%;
  margin-bottom: 0;
}

.formfield__send {
  max-width: 100px;
  margin-top: 30px 0;
}

@media (max-width: 600px) {
  .formfield__send {
    max-width: 70px;
  }
}

.contact__container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dcloud__common_container--modifier {
  max-width: 1000px;
  padding: 0 20px;
}

.formfield input[type="text"] {
  border: none;
  background-color: transparent;
  border-bottom: solid 1px #fff;
  color: #fff;
  padding: 0 10px;
  line-height: 2rem;
}

.formfield input[type="text"]:focus {
  outline: none;
}

.formfield input[type="text"]::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer */
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-moz-placeholder,
.formfield textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-ms-input-placeholder,
.formfield textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-moz-placeholder,
.formfield textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-ms-input-placeholder,
.formfield textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-moz-placeholder,
.formfield textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-ms-input-placeholder,
.formfield textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-moz-placeholder,
.formfield textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::-ms-input-placeholder,
.formfield textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield input[type="text"]::placeholder,
.formfield textarea::placeholder {
  color: #fff;
  font-size: 14px;
}

.formfield textarea {
  border: none;
  background-color: transparent;
  border-bottom: solid 1px #fff;
  padding: 0 10px;
  color: #fff;
}

.formfield textarea:focus {
  outline: none;
}

.formfield label {
  color: #fff;
}

.btn__send {
  padding: 10px 0;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  border: none;
  border-radius: 2px;
}

@media (max-width: 600px) {
  .btn__send {
    padding: 7px 0;
    font-size: 14px;
  }
}

.btn__send:focus,
.btn__send:hover,
.btn__send:active {
  outline: none;
  border: none;
}

.contact_header h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-left: 20px;
  margin-top: 20px;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .contact_header h1 {
    margin-left: 0px;
    font-size: 24px;
  }
}

/*************Footer logo**********/

footer {
  padding: 90px 0;
  background-color: #04002f;
  position: relative;
  background-image: url("https://ucarecdn.com/fafa3062-3a8f-4e90-9917-1650b2d008d1/shape1.png"),
    url("https://ucarecdn.com/64371f69-e556-4d08-ada9-01284cfec1f6/shape4.png"),
    url("https://ucarecdn.com/54b251be-ccbd-49d1-9475-f3ee9f87cc39/shape2.png"),
    url("https://ucarecdn.com/0a22d466-6dad-41c1-900a-f0142d0b2684/shape3.png");
  background-repeat: no-repeat;
  background-position: right bottom, left top, top right, bottom left;
}

footer::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(9, 13, 25, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.footerlogo {
  width: 90px;
}

.footer__logo .abouttext {
  font-size: 12px;
  line-height: 16px;
  max-width: 300px;
  color: #fff;
  margin-top: 10px;
}

footer ul {
  margin: 20px 0;
}

.footer__social ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.footer__social ul li a {
  font-size: 18px;
}

footer ul li {
  list-style-type: none;
}

footer ul li img {
  width: 16px;
}

footer ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

footer ul li a:hover {
  opacity: 1;
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__flex_prop {
    margin: 20px 0;
  }
}

.address p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.address {
  margin-bottom: 20px;
}

.footer__links ul li {
  margin-bottom: 10px;
}

footer h3 {
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  footer h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}

a.foter__link {
  text-decoration: none;
  color: #ffeb3b;
  font-weight: bold;
}

a.foter__link:active {
  text-decoration: none;
  color: #ffeb3b;
}

a.foter__link:hover {
  text-decoration: none;
  color: #ffeb3b;
}

a.foter__link:focus {
  text-decoration: none;
  color: #ffeb3b;
}

/******************magnific************************/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
  border-radius: 5px;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/***Slick Carousel***/

.slick-slide {
  margin: 0px 20px;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
/* .slick-slide img {
  display: block;
} */
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/***Slick Carousel end***/

.user img {
  width: 62px;
  position: absolute;
  top: 15px;
}

/* .team1card::before {
  content: url("../images/shape-5.png");
  position: absolute; 
  z-index: -1;
  left: -16px;
  top: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
} */

.team1card:hover::before {
  top: 0;
}

.teampeople:hover {
  width: 310px;
}

.team1card li {
  overflow: hidden;
}

/* .team2card::after {
  content: url("../images/shape-2.png"); 
  position: absolute; 
  z-index: -1;
  left: -50px;
  top: 10px;
} */

/* .team3card::before {
  content: url("../images/shape-3.png"); 
  position: absolute; 
  z-index: -1; 
  left: -50px;
  top: 100px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
} */

.team3card:hover::before {
  top: 0;
}

/* .team4card::after {
  content: url("../images/shape-4.png"); 
  position: absolute;
  z-index: -2; 
  left: -50px;
  top: 10px;
} */

/* .team5card::after {
  content: url("../images/shape-1.png"); 
  position: absolute; 
  z-index: -2; 
  left: -50px;
  bottom: 10px;
} */

.slick-prev {
  position: absolute;
  bottom: -30px;
  left: 45%;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: none;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-box-shadow: 1px -2px 10px #202036;
  box-shadow: 1px -2px 10px #202036;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}

@media (max-width: 600px) {
  .slick-prev {
    left: 32%;
    bottom: -5px;
  }
}

.slick-prev:hover {
  background: #2196f3;
  -webkit-box-shadow: 1px -2px 10px #2196f3;
  box-shadow: 1px -2px 10px #2196f3;
}

.slick-prev:after {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(9, 13, 25, 0.5);
  -webkit-box-shadow: 2px 5px 10px #3fa5f4;
  box-shadow: 2px 5px 10px #3fa5f4;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  width: 40px;
  height: 40px;
}

.slick-prev:before {
  content: url("../images/arrow.png");
}

.slick-next {
  position: absolute;
  bottom: -30px;
  left: 52%;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 1px -2px 10px #202036;
  box-shadow: 1px -2px 10px #202036;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: none;
  cursor: pointer;
  z-index: 9;
}

@media (max-width: 600px) {
  .slick-next {
    left: 50%;
    bottom: -5px;
  }
}

/* @media (max-width: 600px) {
  .slick-next,
  .slick-prev {
    display: none;
  }
} */

.slick-next:hover {
  background: #2196f3;
  -webkit-box-shadow: 1px -2px 10px #2196f3;
  box-shadow: 1px -2px 10px #2196f3;
}

.slick-next:before {
  content: url("../images/arrow.png");
}

.copywrite {
  background-color: #04002f;
  padding: 10px 0;
}

.copywrite p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 600px) {
  .copywrite p {
    font-size: 10px;
  }
}

/* .teamcard__color::after {
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  width: 300px;
  height: 280px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  right: 0;
  opacity: 0.5;
  visibility: hidden;
  -webkit-transform: translate3d(0, 280px, 0);
  transform: translate3d(0, 280px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.teamcard__color:hover:after {
  visibility: visible;
  -webkit-transform: translate3d(0, 190px, 0);
  transform: translate3d(0, 190px, 0);
}

.teamcard__color-green:after {
  background: #8ac547;
}

.teamcard__color-orange::after {
  background-color: #fd9854;
} */

.foliocontiner__wrapper .slick-prev,
.foliocontiner__wrapper .slick-next {
  bottom: -95px !important;
}

@media (max-width: 600px) {
  .foliocontiner__wrapper .slick-next {
    bottom: -69px !important;
    left: 25%;
  }
  .foliocontiner__wrapper .slick-prev {
    left: 20px;
    bottom: -69px !important;
  }
}

.blockquote_wrapper .slick-prev,
.blockquote_wrapper .slick-next {
  bottom: -85px !important;
}

/**************************************Services*******************/
.services_common_pad {
  padding: 90px 0;
  background-color: #04002f;
}

@media (max-width: 1080px) {
  .services_common_pad {
    padding: 45px 0;
  }
}

.ba-Slider {
  width: 100%;
  max-width: 450px;
  position: relative;
  display: block;
  background: #212121;
  border: 1px solid white;
  margin: 20px auto;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ba-Slider img {
  max-width: 450px;
}

.slider {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  background: transparent url(https://i.imgur.com/ImtbhIo.png);
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
}
.ease {
  -o-transition: width ease 0.5s, left ease 0.5s;
  transition: width ease 0.5s, left ease 0.5s;
  -moz-transition: width ease 0.5s, left ease 0.5s;
  -webkit-transition: width ease 0.5s, left ease 0.5s;
}
.services__common_heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 40px;
  background: -o-linear-gradient(left, #30cfd0 0%, #330867 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#30cfd0),
    to(#330867)
  );
  background: linear-gradient(to right, #30cfd0 0%, #330867 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1080px) {
  .services__common_heading {
    font-size: 24px;
  }
}

.services__common_para {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 1080px) {
  .services__common_para {
    font-size: 16px;
  }
}

.services__hero_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1080px) {
  .services__hero_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .di_section .services__hero_wrapper,
  .video_editing .services__hero_wrapper,
  .Promo_video .services__hero_wrapper,
  .twod_animation .services__hero_wrapper,
  .photoshoot .services__hero_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.services__hero_info {
  max-width: 750px;
  padding: 0 20px;
}

.services__hero_media {
  padding: 0 20px;
}

@media (max-width: 1080px) {
  .di_section {
    padding-top: 250px;
  }
}

@media (max-width: 600px) {
  .di_section {
    padding-top: 0px;
  }
}

.services__hero_media .media_img {
  width: 100%;
}

.comparison-slider-wrapper .comparison-slider {
  border: none;
  overflow: hidden;
}

.comparison-slider-wrapper .comparison-slider .divider::before {
  background-color: transparent;
}

.comparison-slider-wrapper .comparison-slider .divider::after {
  background-color: transparent;
  color: orangered;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay {
  color: white;
  font-size: 1em;
}

.comparison-slider-wrapper .comparison-slider .overlay {
  display: block;
}

.text_after {
  text-align: right;
  padding: 50px 0 0 0;
  right: 50px;
}

.text_before {
  padding: 50px 0 0 50px;
}

/********************services media card************/
.services__hero_media .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services__hero_media .card span {
  position: absolute;
  top: 80px;
  width: 250px;
  height: 250px;
  display: block;
  background: #000;
  border-radius: 50%;
  -webkit-transform-origin: 125px 0;
  -ms-transform-origin: 125px 0;
  transform-origin: 125px 0;
  -webkit-transform: rotate(calc(90deg * var(--i)));
  -ms-transform: rotate(calc(90deg * var(--i)));
  transform: rotate(calc(90deg * var(--i)));
  -webkit-filter: blur(80px);
  filter: blur(80px);
  opacity: 0.75;
}

@media (max-width: 600px) {
  .services__hero_media .card span {
    width: 100px;
    height: 100px;
    -webkit-transform-origin: 82px 0;
    -ms-transform-origin: 82px 0;
    transform-origin: 82px 0;
  }
}

.services__hero_media .card span:nth-child(1) {
  background: #01b2fe;
}

.services__hero_media .card span:nth-child(2) {
  background: #ff008c;
}

.services__hero_media .card span:nth-child(3) {
  background: #ffcd00;
}

.services__hero_media .card span:nth-child(4) {
  background: #00c456;
}

.services__hero_media .card .glass {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.services__hero_media .card .glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: skewX(345deg);
  -ms-transform: skewX(345deg);
  transform: skewX(345deg);
}

.services__hero_media .card .glass h2 {
  padding: 20px;
  font-weight: 400;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  color: #333;
  text-align: end;
}

.services__hero_media .card .glass h2 i {
  font-weight: 300;
  font-size: 0.75em;
  font-style: normal;
}

.services .banner__heading::after {
  content: "";
  width: 397px;
  height: 316px;
  -webkit-filter: blur(177px);
  filter: blur(177px);
  background: #cb005e;
  border: 1px solid #707070;
  position: absolute;
  left: 28px;
  bottom: 13px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: -1;
}

@media (max-width: 600px) {
  .services .banner__heading::after {
    width: 200px;
  }
}

.lootie__tv {
  width: 500px;
  height: 500px;
}

@media (max-width: 600px) {
  .lootie__tv {
    width: 300px;
    height: 300px;
  }
}

.copywrite__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.powerd_text a {
  color: #f7ab00;
  text-decoration: none;
}

@media (max-width: 600px) {
  .copywrite__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*************Client logos**************/
.clients_logo_sec {
  padding: 90px 0;
  background-color: #04002f;
}

.client_logo__heading {
  font-size: 45px;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 600px) {
  .client_logo__heading {
    font-size: 24px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.clientslider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.clientslider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
}

.clientslider img {
  width: 3000px;
}

@media (max-width: 600px) {
  .clientslider img {
    width: 2000px;
  }
}

/* .clientslider .slide {
  height: 100px;
  width: 250px;
} */

/* .clientslider .slide-track:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
} */

.clients_logo_sec {
  position: relative;
}

.clients_logo_sec::before {
  content: "";
  width: 300px;
  height: 273px;
  -webkit-filter: blur(236px);
  filter: blur(236px);
  background: #00e8ff;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

@media (max-width: 600px) {
  .clients_logo_sec::before {
    width: 100px;
    height: 60px;
    top: 80px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
  }
}

.clients_logo_sec::after {
  content: "";
  width: 300px;
  height: 150px;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  background: #ff00a5;
  border: 1px solid #707070;
  position: absolute;
  right: 100px;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

@media (max-width: 600px) {
  .clients_logo_sec::after {
    width: 100px;
    height: 60px;
    top: 90px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
  }
}

.sucess_message {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 45px;
  font-weight: 700;
  display: none;
}

.contact_form_hide {
  opacity: 0;
}

@media (max-width: 600px) {
  .sucess_message {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
}
