<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Mandatory Plaything";
  font-display: swap;
  src: url("font/Mandatory Plaything.woff") format("woff");
}
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #861cff;
  height: 70px;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
p,
a {
  font-family: "Yu Gothic UI", sans-serif;
}
.header {
  width: 100%;
  height: 100vh;
  background-image: -o-linear-gradient(top, #340569, #861cff);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#340569),
    to(#861cff)
  );
  background-image: linear-gradient(to bottom, #340569, #861cff);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
  overflow-y: hidden;
}
.back {
  width: 100%;
  height: 100%;
  position: relative;
}
.back span.sq:nth-child(1) {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  left: 22%;
  top: 0%;
  background: #861cff;
  border-radius: 7px;
  opacity: 20%;
}
.back span.sq:nth-child(2) {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  right: 12%;
  top: 10%;
  background: #861cff;
  border-radius: 7px;
  opacity: 20%;
}
.back span.sq:nth-child(3) {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: 5%;
  bottom: 20%;
  background: #861cff;
  border-radius: 7px;
  opacity: 30%;
}
.back span.sq:nth-child(4) {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  left: 11%;
  bottom: 27%;
  background: #861cff;
  border-radius: 7px;
  opacity: 0.4;
}
.back span.sq:nth-child(5) {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  right: 38%;
  bottom: 52%;
  background: #861cff;
  border-radius: 7px;
  opacity: 20%;
}
.back span.sq:nth-child(6) {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  right: 35%;
  bottom: 42%;
  background: #861cff;
  border-radius: 7px;
  opacity: 15%;
}
#navbar {
  width: 100%;
  padding: 5px 5%;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 2;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.a_phone_call {
  z-index: 2;
}
.phone_call {
  margin: 0 40px;
  display: none;
  color: #ff4b70;
  z-index: 2;
}
.hamburger {
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
  display: none;
}
.hamburger div {
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.hamburger div.line2 {
  width: 25px;
}
#wlogo {
  width: 100px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: -1;
}
.navtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-left: 40px;
}
.navtab li {
  list-style: none;
  margin: 0 20px;
  position: relative;
}
.navtab li &gt; a {
  text-decoration: none;
  padding: 17px 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.navtab li:nth-child(7) {
  display: none;
}
.navtab li a:after {
  content: "";
  background-color: #ff4b70;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  border-radius: 50px;
}
.navtab li &gt; a:hover::after,
.navtab li.active &gt; a::after {
  width: 80%;
  opacity: 1;
}
.cntct_btn {
  text-decoration: none;
  color: #ffff;
  font-size: 17px;
  font-weight: 500;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  padding: 14px 36px;
  border-radius: 7px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cntct_btn:hover {
  background-color: #ff4b70;
  border: 1.5px solid #ff4b70;
}
.cntct_btn:active {
  background-color: #cf284a;
  border: 1.5px solid #cf284a;
}
.nav_move {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px rgb(207, 207, 207);
  box-shadow: 0px 0px 9px rgb(207, 207, 207);
}
.nav_move li &gt; a {
  color: #000;
}
.nav_move .cntct_btn {
  background-color: #ff4b70;
  border: 1.5px solid #ff4b70;
}
.nav_move .cntct_btn:hover {
  background-color: #e7395c;
  border: 1.5px solid #e7395c;
}
.nav_move .cntct_btn:active {
  background-color: #cf284a;
  border: 1.5px solid #cf284a;
}
.swiper-main {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.swiper-hero {
  width: 100%;
  height: 100%;
  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;
  overflow: hidden;
}
.content_main {
  width: 90%;
  height: 100%;
  padding-top: 70px;
  margin: 0 auto;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_main:nth-child(1) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content {
  width: 45%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.content h1 {
  font-size: 70px;
  font-weight: 550;
  line-height: 1.1;
  -webkit-animation: animateText 1.2s ease;
  animation: animateText 1.2s ease;
}
.content h1 &gt; span {
  display: block;
}
.content p {
  font-size: 19px;
  font-weight: 400;
  font-family: "Yu Gothic UI", sans-serif;
  margin: 27px 0;
  -webkit-animation: animateText 1.4s ease;
  animation: animateText 1.4s ease;
}
.get_btn {
  margin-right: auto;
  text-decoration: none;
  color: #fff;
  padding: 16px 42px;
  background-color: #ff4b70;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  -webkit-animation: animateText 1.6s ease;
  animation: animateText 1.6s ease;
}
.get_btn:hover {
  background: #e7395c;
}
.get_btn:active {
  background-color: #cf284a;
}
@-webkit-keyframes animateText {
  from {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}
@keyframes animateText {
  from {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}
.content_main svg {
  width: 40%;
  height: 450px;
  margin-bottom: 30px;
  -webkit-animation: animateImg 1.4s ease;
  animation: animateImg 1.4s ease;
  overflow: visible;
  position: initial;
}
#freepik--background-complete--inject-144,
#freepik--Icons--inject-78,
#freepik--Megaphone--inject-78 {
  -webkit-animation: animateImgBehind 1.4s ease;
  animation: animateImgBehind 1.4s ease;
}
#freepik--Plant--inject-144,
#Path_6282,
#Path_6281,
#Path_6265,
#Path_6280,
#Path_6287,
#freepik--Screen--inject-113,
#freepik--background-complete--inject-113 {
  -webkit-animation: animateImgPot 1.7s ease;
  animation: animateImgPot 1.7s ease;
}
#freepik--Screens--inject-144,
#freepik--Device--inject-78,
#freepik--Tabs--inject-113,
#freepik--Screens--inject-7,
#freepik--Floor--inject-7,
#freepik--Character--inject-7 {
  -webkit-animation: animateImgPhones 1.6s ease;
  animation: animateImgPhones 1.6s ease;
}
#freepik--magnifying-glass--inject-144,
#freepik--Floor--inject-144,
#freepik--Stars--inject-78 {
  -webkit-animation: animateImgMag 1.7s ease;
  animation: animateImgMag 1.7s ease;
}
#freepik--Character--inject-144,
#freepik--background-complete--inject-78,
#freepik--Floor--inject-78,
#freepik--Floor--inject-113,
#pencil {
  -webkit-animation: animateImgMan 1.5s ease;
  animation: animateImgMan 1.5s ease;
}
#freepik--Character--inject-128,
#Web_devices-pana,
#freepik--Plant--inject-113,
#freepik--Plant--inject-7,
#freepik--background-complete--inject-7 {
  -webkit-animation: character 1.7s ease;
  animation: character 1.7s ease;
}
@-webkit-keyframes animateImgMan {
  from {
    opacity: 0;
    -webkit-transform: translate(200px, 200px);
    transform: translate(200px, 200px);
  }
}
@keyframes animateImgMan {
  from {
    opacity: 0;
    -webkit-transform: translate(200px, 200px);
    transform: translate(200px, 200px);
  }
}
@-webkit-keyframes animateImgMag {
  from {
    opacity: 0;
    -webkit-transform: translate(200px, -70px);
    transform: translate(200px, -70px);
  }
}
@keyframes animateImgMag {
  from {
    opacity: 0;
    -webkit-transform: translate(200px, -70px);
    transform: translate(200px, -70px);
  }
}
@-webkit-keyframes animateImgPot {
  from {
    opacity: 0;
    -webkit-transform: translate(200px, 70px);
    transform: translate(200px, 70px);
  }
}
@keyframes animateImgPot {
  from {
    opacity: 0;
    -webkit-transform: translate(200px, 70px);
    transform: translate(200px, 70px);
  }
}
@-webkit-keyframes animateImgBehind {
  from {
    opacity: 0;
    -webkit-transform: translate(200px, -70px);
    transform: translate(200px, -70px);
  }
}
@keyframes animateImgBehind {
  from {
    opacity: 0;
    -webkit-transform: translate(200px, -70px);
    transform: translate(200px, -70px);
  }
}
@-webkit-keyframes animateImgPhones {
  from {
    opacity: 0;
    -webkit-transform: translate(400px, 0px);
    transform: translate(400px, 0px);
  }
}
@keyframes animateImgPhones {
  from {
    opacity: 0;
    -webkit-transform: translate(400px, 0px);
    transform: translate(400px, 0px);
  }
}
@-webkit-keyframes character {
  from {
    opacity: 0;
    -webkit-transform: translate(700px, 700px);
    transform: translate(700px, 700px);
  }
}
@keyframes character {
  from {
    opacity: 0;
    -webkit-transform: translate(700px, 700px);
    transform: translate(700px, 700px);
  }
}
.square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 25px;
  -webkit-animation: square_ani 1.5s ease;
  animation: square_ani 1.5s ease;
}
.square .dot:nth-child(1) {
  -webkit-animation: square_ani 1s ease;
  animation: square_ani 1s ease;
}
.square .dot:nth-child(2) {
  -webkit-animation: square_ani 1.2s ease;
  animation: square_ani 1.2s ease;
}
.square .dot:nth-child(3) {
  -webkit-animation: square_ani 1.4s ease;
  animation: square_ani 1.4s ease;
}
.square .dot:nth-child(4) {
  -webkit-animation: square_ani 1.6s ease;
  animation: square_ani 1.6s ease;
}
.square &gt; span {
  margin: 0 9px;
  height: 9px;
  width: 9px;
  background: #fff;
  cursor: pointer;
}
.square .active {
  background-color: #ff4b70;
}
@-webkit-keyframes square_ani {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes square_ani {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
.scnd_section {
  width: 90%;
  height: auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 1600px;
  margin: 0 auto;
}
.scnd_icn {
  width: 22%;
  padding: 24px 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.scnd_icn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 2px;
  height: 80%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.scnd_icn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 2px;
  height: 80%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.bulb :nth-child(2),
.rocket :nth-child(2),
.trophy :nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.bulb:hover :nth-child(2),
.rocket:hover :nth-child(2),
.trophy:hover :nth-child(2) {
  opacity: 1;
}
.scnd_icn:hover {
  -webkit-box-shadow: 0px 10px 20px #d8d7d7;
  box-shadow: 0px 10px 20px #d8d7d7;
}
.scnd_icn:hover::after,
.scnd_icn:hover::before {
  opacity: 0;
}
.scnd_section h2 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
  color: #333;
}
.thrd_section {
  background: url(assets/scnd_bg2.jpg);
  background-position: center;
  background-size: cover;
  height: 430px;
  position: relative;
  z-index: 1;
}
.thrd_section::after {
  content: "";
  background-image: -o-linear-gradient(top, #340569, #861cff 70%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#340569),
    color-stop(70%, #861cff)
  );
  background-image: linear-gradient(to bottom, #340569, #861cff 70%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 94%;
  z-index: -1;
}
.thrd_content {
  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;
  padding-top: 50px;
}
.thrd_content h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.thrd_content span {
  width: 10%;
  height: 1.5px;
  background-color: #fff;
}
.thrd_content .left {
  margin-left: 0;
  margin-right: auto;
}
.thrd_content .right {
  margin-right: 0;
  margin-left: auto;
}
.thrd_section &gt; p {
  font-family: "Yu Gothic UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.cards4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-top: 75px;
  position: relative;
  max-width: 1600px;
}
.cards {
  background-color: #fff;
  text-align: center;
  width: 23%;
  padding: 50px 15px 30px;
  border-radius: 7px;
  position: relative;
}
.rec {
  position: absolute;
  top: 33px;
  left: 0;
  right: 50px;
  bottom: 250px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.cards img {
  position: relative;
  width: 70px;
  height: 70px;
}
.cards h3 {
  font-size: 21px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 10px;
}
.cards p {
  margin: 0 auto;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  color: #424242;
  line-height: 25px;
  font-family: "Yu Gothic UI", sans-serif;
}
.bg_card {
  width: 89.5%;
  z-index: -1;
  height: 155px;
  margin-top: -155px;
}
.carddd {
  border-radius: 10px;
  width: 22.5%;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(110, 110, 110, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(110, 110, 110, 0.2);
}
.front_cards {
  bottom: 0px;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.front_cards:hover {
  bottom: 9px;
}
.front_cards:hover .rec {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 100px;
  height: 100px;
  top: 33px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.frth_section {
  width: 100%;
  height: auto;
}
.container_bg {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 60px;
}
.cross {
  margin-left: 120px;
  margin-top: 200px;
  width: 27px;
  -webkit-animation: cross 4s infinite linear;
  animation: cross 4s infinite linear;
}
@-webkit-keyframes cross {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cross {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.anda {
  margin-top: -50px;
  margin-right: -120px;
  width: 400px;
  height: auto;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
  z-index: -1;
}
.frth_content {
  text-align: center;
  margin-top: -20px;
}
.frth_heading {
  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;
}
.frth_heading h2 {
  font-size: 45px;
  margin: 7px 50px;
  color: #333;
}
.frth_heading img {
  width: 40px;
}
.frth_content p {
  font-family: "Yu Gothic UI", sans-serif;
  font-size: 20px;
  width: 65%;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.frth_content &gt; img {
  width: 47px;
  margin-top: 30px;
  margin-left: 80%;
  margin-right: 0;
  -webkit-animation: polygon 3s linear infinite;
  animation: polygon 3s linear infinite;
}
@-webkit-keyframes polygon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}
@keyframes polygon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}
.frth_info {
  width: 100%;
  height: auto;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 110px;
  position: relative;
}
.frth_info::after {
  content: "";
  background-image: url(assets/info2.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  width: 50%;
  left: 0px;
  top: 0px;
  margin: auto 0;
  position: absolute;
  z-index: -2;
}
.frth_info::before {
  content: "";
  width: 35%;
  height: 120%;
  position: absolute;
  right: 0;
  z-index: -1;
  background-image: url(assets/dots.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}
.info_img {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 90%;
  margin-right: 2%;
  position: relative;
}
.info_1,
.info_3 {
  width: 95%;
  margin: 10px auto;
  left: 0;
  position: relative;
  margin-left: -100px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.info_2,
.info_4 {
  width: 95%;
  margin: 10px auto;
  right: 0;
  position: relative;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.fifth_section {
  width: 100%;
  height: auto;
}
.fifth_content {
  text-align: center;
  margin-top: 250px;
  position: relative;
}
.fifth_heading {
  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;
}
.fifth_heading h2 {
  font-size: 45px;
  margin: 7px 50px;
  color: #333;
}
.fifth_heading img {
  width: 40px;
}
.fifth_content p {
  font-family: "Yu Gothic UI", sans-serif;
  font-size: 20px;
  width: 65%;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.fifth_content .cross2 {
  width: 27px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -50px;
  margin-right: 9%;
  -webkit-animation: cross2 4s infinite linear;
  animation: cross2 4s infinite linear;
}
@-webkit-keyframes cross2 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cross2 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.anda2 {
  position: absolute;
  width: 500px;
  height: 500px;
  left: -120px;
  top: 70px;
  -webkit-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  transform: rotate(100deg);
  width: 400px;
  height: auto;
  z-index: -1;
}
.ser_div {
  background-image: url(assets/ser_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 700px;
  margin-top: 200px;
  position: relative;
}
.ser_div::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -o-linear-gradient(top, #340569, #861cff 70%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#340569),
    color-stop(70%, #861cff)
  );
  background-image: linear-gradient(to bottom, #340569, #861cff 70%);
  opacity: 50%;
}
.ser_div &gt; .cards9 {
  position: absolute;
  top: -105px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  max-width: 1600px;
  margin: auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}
.ser_div .cards9 .card {
  position: relative;
  height: 262px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  margin: 20px 20px;
}
.card .face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
  transform: perspective(500px) rotateY(0deg);
  -webkit-transform: perspective(500px) rotateY(0deg);
  transform: perspective(500px) rotateY(0deg);
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.card .face.front {
  background-color: #fff;
}
.card:hover .face.front {
  transform: perspective(500px) rotateY(180deg);
  -webkit-transform: perspective(500px) rotateY(180deg);
  -moz-transform: perspective(500px) rotateY(180deg);
}
.card .face.back_face {
  background-image: -o-linear-gradient(top, #bd082c, #ff4b70);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bd082c),
    to(#ff4b70)
  );
  background-image: linear-gradient(to bottom, #bd082c, #ff4b70);
  transform: perspective(500px) rotateY(180deg);
  -webkit-transform: perspective(500px) rotateY(180deg);
  -moz-transform: perspective(500px) rotateY(180deg);
  position: relative;
}
.card .face.back_face::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background-image: url(assets/Intersection1.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.card:hover .face.back_face {
  transform: perspective(500px) rotateY(360deg);
  -webkit-transform: perspective(500px) rotateY(360deg);
  -moz-transform: perspective(500px) rotateY(360deg);
}
.face img {
  width: 150px;
  height: 150px;
  padding-top: 10px;
  transform: perspective(500px) translateZ(50px);
  -webkit-transform: perspective(500px) translateZ(50px);
  -moz-transform: perspective(500px) translateZ(50px);
}
.face h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  transform: translateZ(50px);
  -webkit-transform: translateZ(50px);
  -moz-transform: translateZ(50px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.front h2 {
  color: #333;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.face p {
  color: #fff;
  width: 85%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  font-family: "Yu Gothic UI", sans-serif;
  transform: translateZ(50px);
  -webkit-transform: translateZ(50px);
  -moz-transform: translateZ(50px);
  padding-bottom: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.back_face h2 {
  font-weight: 600;
  padding-top: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.863);
}
.sixth_section {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.container_bg_sixth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 60px;
}
.polygon3 {
  margin-left: 120px;
  margin-top: 170px;
  width: 47px;
  -webkit-animation: polygon 3s infinite linear;
  animation: polygon 3s infinite linear;
}
@keyframes polygon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}
.anda3 {
  margin-top: -50px;
  margin-right: -120px;
  width: 400px;
  height: auto;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
  z-index: -1;
}
.sixth_content {
  text-align: center;
  margin-top: -70px;
}
.sixth_heading {
  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;
}
.sixth_heading h2 {
  font-size: 45px;
  margin: 7px 50px;
  color: #333;
}
.sixth_heading img {
  width: 40px;
}
.sixth_content p {
  font-family: "Yu Gothic UI", sans-serif;
  font-size: 20px;
  width: 65%;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.port_img {
  width: 80%;
  height: 680px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 150px;
}
.port_img_co {
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #df1039, #ff4b70);
}
.port_img1 {
  width: 500px;
  height: 400px;
  border-radius: 50px 0 0 0;
  left: 0px;
  right: 40%;
  top: 0px;
}
.port_img_co img {
  width: 90%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.3));
}
.port_img_co span {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 0;
  background-image: -o-linear-gradient(top, #340569, #861cff);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#340569),
    to(#861cff)
  );
  background-image: linear-gradient(to bottom, #340569, #861cff);
  -webkit-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.port_img_co::after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: -100%;
  opacity: 0;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0.4s;
  -o-transition: all 0.9s ease 0.4s;
  transition: all 0.9s ease 0.4s;
}
.port_img_co:hover::after {
  opacity: 1;
  left: 200%;
}
.port_img_co span h5,
.port_img_co span h5 p {
  width: 100%;
  height: 100%;
  padding: 5px 30px;
  font-family: "Yu Gothic UI", sans-serif;
  opacity: 0;
}
.port_img_co span h5 {
  font-size: 22px;
  font-weight: 600;
  padding-top: 15px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.port_img_co span h5 p {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.port_img_co:hover span h5,
.port_img_co:hover span h5 p {
  opacity: 1;
}
.port_img2 {
  width: 500px;
  height: 400px;
  border-radius: 0 0 50px 0;
  left: 40%;
  right: 0px;
  top: -20px;
}
.port_img3 {
  width: 400px;
  height: 300px;
  border-radius: 0 50px 0 0;
  left: 0px;
  right: 0px;
  top: 100px;
}
.port_img4 {
  width: 450px;
  height: 350px;
  border-radius: 50px 0 0 0;
  right: 0;
  left: 30%;
  bottom: 70px;
}
.port_img5 {
  width: 400px;
  height: 300px;
  border-radius: 0 0 50px 0;
  left: 0;
  right: 30%;
  bottom: 90px;
}
.port_img_co:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 14px;
}
.port_img_co:hover span {
  opacity: 0.95;
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
.vmore_btn {
  text-decoration: none;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  padding: 16px 36px;
  border-radius: 7px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
}
.vmore_btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 70%;
  margin: auto 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.vmore_btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 70%;
  margin: auto 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.vmore_btn:hover {
  color: #fff;
  background: #ff4b70;
}
.vmore_btn:hover::after,
.vmore_btn:hover::before {
  opacity: 0;
}
.vmore_btn span {
  font-size: 30px;
  position: relative;
  padding-left: 10px;
  -webkit-animation: vmore_btn_arrow 1.5s infinite;
  animation: vmore_btn_arrow 1.5s infinite;
}
@-webkit-keyframes vmore_btn_arrow {
  0% {
    left: 0px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes vmore_btn_arrow {
  0% {
    left: 0px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
.indus_section {
  width: 100%;
  height: auto;
  margin-top: 170px;
}
.indus_heading {
  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;
}
.indus_heading img {
  width: 40px;
}
.indus_heading h2 {
  font-size: 45px;
  margin: 7px 50px;
  color: #333;
}
.indus_section p {
  font-family: "Yu Gothic UI", sans-serif;
  font-size: 20px;
  width: 65%;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.indus_ctgry_main {
  width: 90%;
  max-width: 1600px;
  margin: 100px auto;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.indus_ctgry {
  height: 200px;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  text-align: center;
  padding: 20px 10px;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.indus_ctgry {
  -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
}
.indus_ctgry:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 14px rgba(255, 50, 50, 0.4);
  box-shadow: 0px 10px 14px rgba(255, 50, 50, 0.4);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.indus_ctgry_main:hover &gt; :not(.indus_ctgry:hover) {
  opacity: 0.5;
}
.indus_ctgry:hover::after,
.indus_ctgry:hover::before {
  opacity: 0;
}
.indus_ctgry &gt; img {
  width: 60px;
  height: 60px;
}
.indus_ctgry_main h5 {
  padding-top: 20px;
  font-family: "Yu Gothic UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.svnth_section {
  width: 100%;
  height: auto;
  position: relative;
  background-image: url(assets/test1_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}
.svnth_section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -o-linear-gradient(top, #340569, #861cff);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#340569),
    to(#861cff)
  );
  background-image: linear-gradient(to bottom, #340569, #861cff);
  opacity: 95%;
}
.svnth_content {
  text-align: center;
  position: relative;
  padding-top: 70px;
  z-index: 1;
}
.svnth_heading {
  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;
}
.svnth_heading h2 {
  font-size: 45px;
  margin: 7px 50px;
  color: #fff;
  font-weight: 600;
}
.svnth_heading img {
  width: 40px;
}
.svnth_content p {
  font-family: "Yu Gothic UI", sans-serif;
  color: #fff;
  font-size: 20px;
  width: 65%;
  margin: 0 auto;
  padding-top: 10px;
}
.big_box {
  width: 90%;
  height: auto;
  border-radius: 10px;
  max-width: 1600px;
  margin: 0px auto;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.swiper-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: visible !important;
}
.swi_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  max-width: 600px;
  max-height: 500px;
  background-color: rgb(241, 241, 241);
  border-radius: 20px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
.swiper-slide :nth-child(4) {
  width: 550px;
  height: auto;
}
.swiper-pagination {
  margin-bottom: -50px;
}
.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
}
.swiper-pagination-bullet-active {
  background-color: #ff4b70 !important;
}
.egth_section {
  width: 100%;
  height: auto;
  padding: 5% 0;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.egth_section img {
  width: 37%;
  height: auto;
  margin: 0 40px;
}
.egth_content {
  margin-left: 7.5%;
  width: 45%;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.egth_content h2 {
  font-size: 44px;
  font-weight: 600;
}
.egth_content::after {
  content: "";
  width: 200px;
  height: 200px;
  background-image: url(assets/Repeat8.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -60px;
  top: -65px;
  z-index: -1;
  -webkit-animation: grid 3s linear infinite;
  animation: grid 3s linear infinite;
}
@-webkit-keyframes grid {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes grid {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.egth_content p {
  font-family: "Yu Gothic UI", sans-serif;
  color: #333;
  width: 90%;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0 30px;
}
.egth_content a {
  margin-top: 25px;
  text-decoration: none;
  color: #fff;
  padding: 16px 42px;
  background-color: #ff4b70;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
}
.egth_content &gt; a:hover {
  background: #e7395c;
}
.egth_content a:active {
  background-color: #cf284a;
}
.nnth_section {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  background-image: url(assets/box@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.nnth_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -o-linear-gradient(top, #340569, #861cff);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#340569),
    to(#861cff)
  );
  background-image: linear-gradient(to bottom, #340569, #861cff);
  opacity: 0.7;
}
.nnth_content {
  text-align: center;
  margin-top: 80px;
  position: relative;
  padding-top: 70px;
}
.nnth_heading {
  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;
}
.nnth_heading h2 {
  font-size: 45px;
  margin: 7px 50px;
  color: #fff;
  font-weight: 600;
}
.nnth_heading img {
  width: 40px;
}
.nnth_content p {
  font-family: "Yu Gothic UI", sans-serif;
  color: #fff;
  font-size: 20px;
  width: 65%;
  margin: 0 auto;
  padding-top: 10px;
}
.tech_info {
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tech_names h3 {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Yu Gothic UI", sans-serif;
  text-align: left;
  padding: 15px 40px 15px 100px;
  margin: 21px 0px 21px;
  border-radius: 0px 14px 14px 0px;
  cursor: pointer;
  position: relative;
}
.tech_names h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-left: -30px;
  width: 11px;
  height: 2px;
  background-color: #fff;
}
.tech_names h3:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.tech_names h3:active {
  background-color: #ff4b70;
}
.tech_names h3.active {
  background-image: -o-linear-gradient(bottom, #bd082c, #ff4b70);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#bd082c),
    to(#ff4b70)
  );
  background-image: linear-gradient(to top, #bd082c, #ff4b70);
}
.tech_img {
  margin-right: 10%;
  position: relative;
}
.tech_img &gt; img {
  width: 100%;
  height: auto;
}
.tech_icns {
  display: none;
}
.tech_icns.active {
  display: block;
}
.tech_icns span::before {
  background: #ff4b70;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation: tech_img 1.5s infinite ;
  animation: tech_img 1.5s infinite ;
}
@-webkit-keyframes tech_img {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 138, 138, );
    box-shadow: 0 0 0 0 rgba(255, 138, 138, 1);
  }
  to {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 138, 138, 0);
    box-shadow: 0 0 0 20px rgba(255, 138, 138, 0);
  }
}
@keyframes tech_img {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 138, 138, );
    box-shadow: 0 0 0 0 rgba(255, 138, 138, 1);
  }
  to {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 138, 138, 0);
    box-shadow: 0 0 0 20px rgba(255, 138, 138, 0);
  }
}
.tech_icns span {
  background-color: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative;
}
.tech_icns span::before {
  content: "";
  font-size: 40px;
  overflow: hidden;
  font-family: "Yu Gothic UI", sans-serif;
  color: #fff;
  text-align: center;
  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-image: -o-linear-gradient(bottom, #bd082c, #ff4b70);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#bd082c),
    to(#ff4b70)
  );
  background-image: linear-gradient(to top, #bd082c, #ff4b70);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tech_icns span:nth-child(1)::before {
  content: "Flutter";
}
.tech_icns span:nth-child(2)::before {
  content: "Java";
}
.tech_icns span:nth-child(3)::before {
  content: "Ionic";
}
.tech_icns span:nth-child(4)::before {
  content: "React Native";
  word-spacing: 10px;
}
.tech_icns span:nth-child(5)::before {
  content: "Kotlin";
}
.tech_icns span:nth-child(6)::before {
  content: "Apple";
}
.tech_icns span:nth-child(7)::before {
  content: "Android";
}
.tech_icns span:hover img {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  opacity: 0;
}
.tech_icns span:hover:before {
  width: 110px;
  height: 110px;
  opacity: 1;
  font-size: 19px;
}
.tech_icns span img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.tech_icns span:nth-child(1) {
  position: absolute;
  top: 50px;
  left: -50px;
}
.tech_icns span:nth-child(2) {
  position: absolute;
  top: -50px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.tech_icns span:nth-child(3) {
  position: absolute;
  top: 50px;
  right: -50px;
}
.tech_icns span:nth-child(4) {
  position: absolute;
  bottom: 50px;
  right: -50px;
}
.tech_icns span:nth-child(5) {
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.tech_icns span:nth-child(6) {
  position: absolute;
  bottom: 50px;
  left: -50px;
}
.tech_icns span:nth-child(7) {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto auto;
}
.tech_icns2 span:nth-child(1)::before {
  content: "Html";
}
.tech_icns2 span:nth-child(2)::before {
  content: "Css";
}
.tech_icns2 span:nth-child(3)::before {
  content: "Javascript";
}
.tech_icns2 span:nth-child(4)::before {
  content: "Typescript";
}
.tech_icns2 span:nth-child(5)::before {
  content: "Bootstrap";
}
.tech_icns2 span:nth-child(6)::before {
  content: "Angular";
}
.tech_icns2 span:nth-child(7)::before {
  content: "React";
}
.tech_icns3 span:nth-child(1)::before {
  content: "Php";
}
.tech_icns3 span:nth-child(2)::before {
  content: "Java";
}
.tech_icns3 span:nth-child(3)::before {
  content: "Python";
}
.tech_icns3 span:nth-child(4)::before {
  content: "Laravel";
}
.tech_icns3 span:nth-child(5)::before {
  content: "Spring";
}
.tech_icns3 span:nth-child(6)::before {
  content: "Django";
}
.tech_icns3 span:nth-child(7)::before {
  content: "Express.js";
}
.tech_icns4 span:nth-child(1)::before {
  content: "MongoDB";
}
.tech_icns4 span:nth-child(2)::before {
  content: "MySQL";
}
.tech_icns4 span:nth-child(3)::before {
  content: "MsSQL";
}
.tech_icns4 span:nth-child(4)::before {
  content: "Oracle";
}
.tech_icns4 span:nth-child(5)::before {
  content: "Firebase";
}
.tech_icns4 span:nth-child(6)::before {
  content: "Cassandra";
}
.tech_icns4 span:nth-child(7)::before {
  content: "PostgreSQL";
}
.tech_icns5 span:nth-child(1)::before {
  content: "Adobe Photoshop";
}
.tech_icns5 span:nth-child(2)::before {
  content: "Adobe Illustrator";
}
.tech_icns5 span:nth-child(3)::before {
  content: "Adobe XD";
  word-spacing: 30px;
}
.tech_icns5 span:nth-child(4)::before {
  content: "Figma";
}
.tech_icns5 span:nth-child(5)::before {
  content: "Invision";
}
.tech_icns5 span:nth-child(6)::before {
  content: "Framer";
}
.tech_icns5 span:nth-child(7)::before {
  content: "Zeplin";
}
.tech_icns6 span:nth-child(1)::before {
  content: "Wordpress";
}
.tech_icns6 span:nth-child(2)::before {
  content: "Joomla";
}
.tech_icns6 span:nth-child(3)::before {
  content: "Drupal";
}
.tech_icns6 span:nth-child(4)::before {
  content: "Magento";
}
.tech_icns6 span:nth-child(5)::before {
  content: "Shopify";
}
.tech_icns6 span:nth-child(6)::before {
  content: "Woo Commerce";
}
.tech_icns6 span:nth-child(7)::before {
  content: "Big Commerce";
}
.tnth_section {
  width: 90%;
  height: auto;
  max-width: 1600px;
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_form {
  background-image: -o-linear-gradient(top, #bd082c, #ff4b70);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bd082c),
    to(#ff4b70)
  );
  background-image: linear-gradient(to bottom, #bd082c, #ff4b70);
  width: 60%;
  max-width: 734px;
  height: 100%;
  border-radius: 50px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.contact_form form {
  width: 70%;
  height: 100%;
  text-align: center;
  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;
}
.contact_form h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding-top: 15px;
}
.contact_form h2 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
}
.contact_form form .input_box {
  position: relative;
  padding: 25px 0;
}
.input_box i {
  position: absolute;
  color: #fff;
  right: 5px;
  top: 0;
  bottom: 0;
  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;
  visibility: hidden;
}
.input_box.success i.fa-check-circle {
  visibility: visible;
}
.input_box.error i.fa-exclamation-circle {
  visibility: visible;
}
.errormsg {
  position: absolute;
  right: -10px;
  bottom: 0;
  color: #fff;
  font-family: "Yu Gothic UI", sans-serif;
  font-weight: 400;
  padding: 10px 10px 5px 10px;
  visibility: hidden;
}
.input_box.error small {
  visibility: visible;
}
.contact_form form .input_box input,
.contact_form form .input_box textarea {
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
  width: 100%;
  padding-bottom: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.7);
  resize: none;
  font-family: "Yu Gothic UI", sans-serif;
}
.contact_form form .input_box textarea {
  height: 100px;
}
.contact_form form .input_box input[type="submit"] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: auto;
  font-size: 17px;
  text-transform: uppercase;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  padding: 12px 36px;
  border-radius: 7px;
  letter-spacing: 1px;
}
.contact_form form .input_box input[type="submit"]:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.contact_form form .input_box span {
  position: absolute;
  left: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Yu Gothic UI", sans-serif;
  pointer-events: none;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_form form .input_box input:focus ~ span,
.contact_form form .input_box textarea:focus ~ span,
.input_box input:not(:placeholder-shown) ~ span,
.input_box textarea:not(:placeholder-shown) ~ span {
  -webkit-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}
.contact_form form .input_box input:focus,
.contact_form form .input_box textarea:focus,
.contact_form form .input_box input:not(:placeholder-shown),
.contact_form form .input_box textarea:not(:placeholder-shown) {
  border-bottom-color: #fff;
  border-bottom: 1.5px solid;
}
.contact_content {
  width: 35%;
}
.contact_content h2 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #333;
}
.contact_content p {
  font-family: "Yu Gothic UI", sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 500;
  word-spacing: 1px;
  letter-spacing: 0.7px;
}
.footer_section {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  background-image: -o-linear-gradient(top, #340569 20%, #861cff);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #340569),
    to(#861cff)
  );
  background-image: linear-gradient(to bottom, #340569 20%, #861cff);
  overflow: hidden;
}
.footer_links {
  width: 90%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  position: relative;
}
.footer_links h4 {
  font-size: 22px;
  font-weight: 600;
  margin-left: -20px;
}
.main_info {
  width: 25%;
}
.kwiq_info h3 {
  font-family: "Mandatory Plaything", sans-serif;
  font-size: 30px;
}
.kwiq_info &gt; p {
  font-family: "Yu Gothic UI", sans-serif;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.find_us h5 {
  font-size: 20px;
}
.social_icn {
  margin-top: 11px;
}
.social_icn a {
  background: #ff4b70;
  padding: 11px;
  border-radius: 4px;
  margin-right: 4px;
  position: relative;
}
.social_icn a:hover {
  background: #fff;
}
.social_icn a:hover.fab {
  background-color: transparent;
  background-image: -o-linear-gradient(top, #bd082c, #ff4b70);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bd082c),
    to(#ff4b70)
  );
  background-image: linear-gradient(to bottom, #bd082c, #ff4b70);
}
.sub_links li,
a {
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  font-family: "Yu Gothic UI", sans-serif;
  font-weight: 500;
}
.sub_links li {
  margin: 25px 0;
}
.con_us {
  position: relative;
}
.con_list li {
  list-style: none;
  margin-bottom: -15px;
  margin-left: -20px;
}
.con_list li img {
  margin-right: 7px;
}
.con_list li p {
  font-family: "Yu Gothic UI", sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding-left: 25px;
}
.dot_line {
  width: 90%;
  margin: 0px auto;
}
.dot_line img {
  width: 100%;
}
.copyright h3 {
  font-family: "Yu Gothic UI", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 0;
  text-align: center;
}
.copyright h3 span {
  font-weight: 600;
}
.scroll_top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #fff;
  background-color: #ff4b70;
  box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
  background-image: linear-gradient(to right, #df1039, #ff4b70);
  z-index: 2;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  border-radius: 7px;
  border: 1px solid #ff4b70;
}
.scroll_top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
.navtab li:nth-child(2),
.navtab li:nth-child(3),
.navtab li:nth-child(4),
.navtab li:nth-child(5) {
  position: relative;
}
.sub_down {
  position: absolute;
  right: -15px;
  bottom: 0;
  padding: 0 5px;
  font-family: "wide font";
  font-size: 20px;
  display: inline-block;
  transform: rotate(90deg);
}
.navtab li:nth-child(2):hover .sub_down,
.navtab li:nth-child(3):hover .sub_down,
.navtab li:nth-child(4):hover .sub_down,
.navtab li:nth-child(6):hover .sub_down {
  right: -10px;
  transform: rotate(-90deg);
}
div.dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 23, 214, 0.85);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  z-index: -1;
}
div.dropdown {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  right: 0;
  width: 900px;
  height: auto;
  top: 40px;
  padding: 20px 40px;
  padding-right: 0px;
  display: flex;
  flex-wrap: wrap;
  animation: submenu 0.4s ease-out;
}
div.dropdown::after {
  content: "";
  border-bottom: 7px solid #7017d6d9;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translate(-50%, 0);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.navtab li:nth-child(3) div.dropdown {
  padding: 20px;
}
.navtab li:nth-child(6) div.dropdown {
  width: 600px;
  padding: 20px;
}
.sub_mob {
  width: 30%;
  margin: 20px auto;
  display: flex;
  justify-content: flex-start;
}
.navtab li:nth-child(3) .sub_mob {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px auto;
}
.navtab li:nth-child(4) .sub_mob {
  width: 24%;
}
.navtab li:nth-child(6) .sub_mob {
  width: 40%;
  margin: 15px auto;
  margin-right: 10px;
}
.sub_mob span img {
  width: 30px;
  height: 30px;
  margin: auto;
}
.sub_mob span {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.sub_mob span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
}
.navtab li:nth-child(3) .sub_mob span img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  transition: all 1s ease;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.3));
}
.navtab li:nth-child(3) .sub_mob span {
  width: 100%;
  height: 150px;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}
.navtab li:nth-child(3) .sub_mob span::before {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: -100%;
  opacity: 0;
  transform: skewX(45deg);
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0.2s;
  z-index: 1;
}
.navtab li:nth-child(3) .sub_mob span:hover::before {
  opacity: 1;
  left: 200%;
}
.navtab li:nth-child(3) .sub_mob span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  opacity: 0;
}
.navtab li:nth-child(3) .sub_mob span:hover::after,
.navtab li:nth-child(3) .sub_mob span:hover img {
  opacity: 1;
  transform: scale(1.2);
}
.sub_sub_mob h3 {
  margin-bottom: -2px;
}
.sub_sub_mob h2 &gt; a {
  font-size: 18px;
  font-family: "Yu Gothic UI", sans-serif;
  padding-bottom: 10px;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.sub_sub_mob p {
  width: 150px;
}
.sub_sub_mob h3 a,
.sub_sub_mob p a {
  padding-bottom: 3px;
  font-weight: 350;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-family: "Yu Gothic UI", sans-serif;
  position: relative;
}
.navtab li:nth-child(3) .sub_sub_mob h2 a {
  font-size: 16px;
}
.sub_sub_mob h2 a::before,
.sub_sub_mob h3 a::before {
  content: "";
  position: absolute;
  background-color: #ff4b70;
  width: 0%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: 0.5s ease;
  opacity: 0;
}
.sub_sub_mob h2 a::before {
  bottom: 5px;
  height: 2px;
}
.sub_sub_mob h2 a:hover::before,
.sub_sub_mob h3 a:hover::before {
  width: 100%;
  opacity: 1;
}
div.dropdown {
  display: none;
}
.navtab li:nth-child(2):hover div.dropdown,
.navtab li:nth-child(3):hover div.dropdown,
.navtab li:nth-child(4):hover div.dropdown,
.navtab li:nth-child(6):hover div.dropdown {
  display: flex;
}
.sub_down {
  pointer-events: none;
}
@keyframes submenu {
  from {
    transform: translate(-50%, 5%);
  }
  to {
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1280px) {
  .navtab li:nth-child(2) div.dropdown {
    left: 100%;
  }
  .navtab li:nth-child(2) div.dropdown::after {
    left: 45%;
  }
  .navtab li:nth-child(6) div.dropdown {
    left: 0%;
  }
  .navtab li:nth-child(6) div.dropdown::after {
    left: 55%;
  }
}
@media screen and (max-width: 1180px) {
  .navtab li:nth-child(2) div.dropdown {
    width: 800px;
    left: 140%;
  }
  .navtab li:nth-child(2) div.dropdown::after {
    left: 40%;
  }
  .navtab li:nth-child(4) div.dropdown {
    width: 800px;
    padding: 20px;
  }
  .navtab li:nth-child(6) div.dropdown {
    left: -50%;
  }
  .navtab li:nth-child(6) div.dropdown::after {
    left: 60%;
  }
}
@media screen and (max-width: 1280px) {
  .scnd_icn {
    width: 25%;
  }
  .cards4 {
    width: 95%;
  }
  .frth_info::after {
    width: 45%;
  }
  .face p {
    width: 85%;
  }
  .tech_img &gt; img {
    width: 95%;
  }
  .contact_content {
    width: 30%;
  }
  .contact_form {
    width: 65%;
  }
}
@media screen and (max-width: 1180px) {
  .navtab li {
    margin: 0 15px;
  }
  .rec {
    top: 15px;
  }
  .front_cards:hover .rec {
    top: 15px;
  }
  .cards {
    width: 24%;
    padding: 30px 15px 20px;
  }
  .cards h3 {
    padding-top: 30px;
  }
  .info_img {
    width: 470px;
  }
  .frth_info::after {
    width: 40%;
  }
  .ser_div &gt; .cards9 {
    position: relative;
    width: 95%;
    top: -70px;
  }
  .ser_div .cards9 .card {
    margin: 0 10px 20px;
  }
  .face img {
    width: 150px;
    height: 150px;
  }
  .port_img {
    width: 80%;
  }
  .indus_ctgry_main {
    width: 95%;
  }
  .indus_ctgry {
    height: 200px;
    flex-basis: 210px;
  }
  .tech_img {
    margin-right: 7%;
  }
  .contact_form {
    width: 65%;
  }
  .contact_content {
    width: 30%;
  }
  .contact_content h2 {
    font-size: 40px;
  }
  .footer_links {
    width: 95%;
  }
}
@media screen and (max-width: 1080px) {
  .navtab li {
    margin: 0 10px;
  }
  #wlogo {
    width: 95px;
  }
  .content h1 {
    font-size: 60px;
  }
  .content p {
    font-size: 18px;
  }
  .cntct_btn {
    padding: 14px 32px;
  }
  .get_btn {
    padding: 16px 38px;
  }
  .scnd_section h2 {
    font-size: 19px;
  }
  .thrd_content h2 {
    font-size: 33px;
  }
  .thrd_section &gt; p {
    width: 55%;
  }
  .rec {
    top: 15px;
  }
  .front_cards:hover .rec {
    top: 15px;
  }
  .cards {
    width: 24%;
    padding: 30px 12px 20px;
  }
  .cards h3 {
    padding-top: 20px;
  }
  .cards p {
    font-size: 16.5px;
    line-height: 23px;
  }
  .info_img {
    width: 450px;
  }
  .frth_info::after {
    width: 38%;
  }
  .face p {
    width: 90%;
  }
  .tech_img &gt; img {
    width: 90%;
  }
  .tech_icns span {
    background-color: #fff;
    width: 100px;
    height: 100px;
  }
  .tech_icns span:hover::before {
    width: 100px;
    height: 100px;
    font-size: 17px;
  }
  .tech_icns span img {
    width: 70px;
    height: 70px;
  }
  .tech_icns span:nth-child(1) {
    left: -20px;
  }
  .tech_icns span:nth-child(2) {
    top: -40px;
  }
  .tech_icns span:nth-child(3) {
    right: -20px;
  }
  .tech_icns span:nth-child(4) {
    right: -20px;
  }
  .tech_icns span:nth-child(5) {
    bottom: -40px;
  }
  .tech_icns span:nth-child(6) {
    left: -20px;
  }
  .contact_form {
    width: 70%;
  }
  .contact_content {
    width: 25%;
  }
  .contact_content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .navtab {
    position: absolute;
    right: -120%;
    width: 70%;
    height: 100vh;
    top: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 90px 10px 10px;
    transition: 0.4s ease;
    background-color: rgba(112, 23, 214, 0.9);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .navtab li:nth-child(7) {
    display: block;
  }
  .navtab::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100%;
  }
  .navtab li {
    margin: 20px 0;
    z-index: 1;
  }
  .navtab li a {
    font-size: 20px;
    color: #fff;
  }
  .sub_down {
    display: none;
  }
  .navtab li:nth-child(2):hover div.dropdown,
  .navtab li:nth-child(3):hover div.dropdown,
  .navtab li:nth-child(4):hover div.dropdown,
  .navtab li:nth-child(6):hover div.dropdown {
    display: none;
  }
  .cntct_btn {
    display: none;
  }
  .phone_call {
    display: block;
  }
  .hamburger {
    display: flex;
  }
  .nav_active {
    right: 0px;
  }
  .toggle .line1 {
    transform: rotate(-45deg) translate(-10px, 6px);
    z-index: 2;
    background-color: #fff !important;
  }
  .toggle .line2 {
    transform: translateX(-7px);
    z-index: 2;
    opacity: 0;
    background-color: #fff !important;
  }
  .toggle .line3 {
    transform: rotate(45deg) translate(-10px, -7px);
    z-index: 2;
    background-color: #fff !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .content {
    width: 50%;
  }
  .content h1 {
    font-size: 46px;
  }
  .content p {
    font-size: 17px;
  }
  .scnd_icn {
    width: 30%;
  }
  .scnd_section h2 {
    font-size: 18px;
  }
  .thrd_content h2 {
    width: 70%;
  }
  .thrd_section &gt; p {
    width: 70%;
  }
  .cards4 {
    margin-top: 100px;
  }
  .cards p {
    display: none;
  }
  .bg_card {
    margin-top: -155px;
  }
  .cross {
    margin-left: 70px;
    margin-top: 0px;
  }
  .frth_content {
    margin-top: -150px;
  }
  .info_img {
    width: 430px;
  }
  .info_1,
  .info_3 {
    margin-left: 0px;
  }
  .ser_div {
    height: 1250px;
  }
  .ser_div .cards9 .card {
    flex: 40%;
  }
  .port_img {
    width: 90%;
    height: 600px;
  }
  .port_img1 {
    width: 400px;
    height: 300px;
  }
  .port_img2 {
    width: 400px;
    height: 300px;
  }
  .port_img3 {
    width: 300px;
    height: 250px;
  }
  .port_img4 {
    width: 350px;
    height: 300px;
  }
  .port_img5 {
    width: 300px;
    height: 250px;
  }
  .port_img_co:hover {
    transform: scale(1.1);
  }
  .tech_names h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px 15px 90px;
    margin: 21px 0px 21px;
    border-radius: 0px 14px 14px 0px;
    cursor: pointer;
    position: relative;
  }
  .tech_img {
    width: 55%;
    margin-right: 7%;
  }
  .egth_content h2 {
    font-size: 38px;
  }
  .egth_content p {
    font-size: 18px;
  }
  .tnth_section {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    margin: 50px 0;
  }
  .contact_content {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .footer_links {
    width: 97%;
  }
  .kwiq_info {
    width: 90%;
  }
  .kwiq_info h3 {
    font-size: 20px;
  }
  .kwiq_info p {
    font-size: 16px;
  }
  .find_us h5 {
    font-size: 18px;
  }
  .social_icn a {
    padding: 9px;
  }
  .impo_link h4,
  .fea_serv h4,
  .con_us h4 {
    font-size: 18px;
  }
  .sub_links li a,
  .sub_links li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 766px) {
  body {
    overflow-x: hidden;
  }
  .header {
    height: 100%;
  }
  .content h1 {
    font-size: 40px;
  }
  .content_main {
    padding-top: 110px;
    padding-bottom: 20px;
    flex-direction: column;
  }
  .content {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .content_main svg {
    width: 50%;
    padding: 20px 0;
    margin-bottom: 0px;
    height: 250px;
  }
  .content_main p {
    font-size: 18px;
    margin: 15px 0;
    margin-top: 10px;
  }
  .get_btn {
    margin: auto;
  }
  .square {
    display: none;
    padding-bottom: 10px;
  }
  .scnd_section {
    width: 90%;
    height: auto;
    padding: 15px 0px;
    flex-direction: column;
  }
  .scnd_section .scnd_icn {
    width: 100%;
    padding: 40px 0px 35px;
    margin: 10px 0px;
    box-shadow: 0px 0px 20px #d8d7d7;
  }
  .scnd_section h2 {
    padding-top: 10px;
  }
  .scnd_section .scnd_icn:hover {
    box-shadow: 0 1rem 1.125rem 0 #d1d1d1;
  }
  .scnd_icn::after,
  .scnd_icn::before {
    height: 0;
  }
  .thrd_content h2 {
    font-size: 28px;
  }
  .thrd_section {
    height: 100%;
    background: none;
  }
  .thrd_section &gt; p {
    width: 90%;
    font-size: 18px;
  }
  .cards4 {
    width: 90%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 50px;
  }
  .cards {
    width: 100%;
    margin: 10px 0px;
  }
  .cards p {
    width: 95%;
  }
  .carddd {
    padding: 100px 0;
    display: none;
  }
  .bg_card {
    display: none;
  }
  .front_cards:hover {
    bottom: 0px;
  }
  .cross {
    margin-left: 50px;
    margin-top: -140px;
  }
  .anda {
    margin-top: -100px;
    margin-right: -250px;
  }
  .frth_info::before {
    display: none;
  }
  .frth_heading h2 {
    font-size: 34px;
    margin: 7px 25px;
  }
  .frth_heading img {
    width: 30px;
  }
  .frth_content {
    margin-top: -220px;
  }
  .frth_content p {
    font-size: 18px;
    width: 90%;
  }
  .frth_content &gt; img {
    margin-top: 0;
  }
  .frth_info {
    display: block;
    justify-content: center;
    margin-top: 20px;
  }
  .frth_info::after {
    display: none;
  }
  .frth_info::before {
    width: 100%;
    height: 100%;
  }
  .info_img {
    height: 100%;
    width: 85%;
    margin: auto;
    justify-content: center;
    align-content: center;
    pointer-events: none;
  }
  .info_2,
  .info_4 {
    width: 100%;
  }
  .info_1,
  .info_3 {
    width: 100%;
    margin-left: 0px;
  }
  .fifth_section {
    height: auto;
  }
  .fifth_content {
    margin-top: 110px;
  }
  .fifth_heading h2 {
    font-size: 34px;
    margin: 0px 30px;
  }
  .fifth_heading img {
    width: 30px;
  }
  .fifth_content p {
    font-size: 17px;
    width: 90%;
  }
  .anda2 {
    margin-top: -70px;
    margin-left: -130px;
  }
  .ser_div {
    background: none;
    height: auto;
    margin-top: 70px;
    padding: 20px 0;
    padding-top: 40px;
  }
  .ser_div::after {
    opacity: unset;
  }
  .ser_div &gt; .cards9 {
    position: relative;
    top: 0px;
    width: 90%;
  }
  .ser_div .cards9 .card {
    height: 270px;
    flex: 100%;
  }
  .sixth_section {
    margin-top: 0px;
    height: auto;
  }
  .port_img_co::after {
    display: none;
  }
  .polygon3 {
    margin-left: 20px;
  }
  .anda3 {
    margin-top: 180px;
    margin-right: -250px;
  }
  .sixth_heading h2 {
    font-size: 34px;
    margin: 0px 30px;
  }
  .sixth_heading img {
    width: 30px;
  }
  .sixth_content {
    margin-top: -180px;
  }
  .sixth_content p {
    font-size: 18px;
    width: 90%;
  }
  .container_bg_sixth {
    margin-top: -300px;
  }
  .port_img {
    width: 90%;
    height: 100%;
    margin-top: 40px;
    padding: 20px 0;
  }
  .port_img_co {
    position: sticky;
    width: 100%;
    height: 300px;
    margin: 20px 0px;
  }
  .port_img_co span {
    position: relative;
    visibility: hidden;
  }
  .port_img_co:hover {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .indus_section {
    margin-top: 120px;
  }
  .indus_ctgry_main {
    pointer-events: none;
  }
  .indus_ctgry {
    margin: 10px;
  }
  .indus_heading h2 {
    font-size: 34px;
    margin: 0px 30px;
  }
  .indus_heading img {
    width: 30px;
  }
  .indus_section p {
    width: 90%;
    font-size: 18px;
  }
  .indus_ctgry {
    height: 150px;
    flex-basis: 170px;
    padding: 20px 20px;
  }
  .indus_ctgry &gt; img {
    width: 50px;
    height: 50px;
  }
  .indus_ctgry_main h5 {
    font-size: 16px;
  }
  .indus_ctgry_main {
    margin: 50px auto;
    width: 100%;
  }
  .nnth_section {
    padding-bottom: 70px;
  }
  .nnth_heading h2 {
    font-size: 34px;
    margin: 0px 20px;
  }
  .nnth_heading img {
    width: 30px;
  }
  .nnth_content {
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .nnth_content p {
    font-size: 18px;
    width: 90%;
  }
  .tech_info {
    flex-direction: column;
  }
  .egth_section {
    padding-top: 10%;
    flex-direction: column;
    height: auto;
  }
  .egth_content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .egth_content h2 {
    font-size: 38px;
    text-align: center;
  }
  .egth_content p {
    font-size: 18px;
    text-align: center;
  }
  .egth_section img {
    width: 55%;
    margin-top: 40px;
  }
  .promise_pic {
    margin: 40px 0px;
  }
  .svnth_section {
    margin-top: 40px;
    background: none;
    padding-bottom: 70px;
  }
  .svnth_heading h2 {
    font-size: 34px;
    margin: 0px 30px;
  }
  .svnth_heading img {
    width: 30px;
  }
  .svnth_content p {
    width: 90%;
    font-size: 18px;
  }
  .big_box {
    margin: 70px auto 0;
    width: 90%;
  }
  .swiper-slide {
    padding: 0px;
    border-radius: 14px;
    padding-top: 10px;
  }
  .swiper-slide :nth-child(4) {
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .tnth_section {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    margin: 50px 0;
  }
  .tech_info {
    width: 95%;
    margin: auto;
  }
  .tech_names {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px auto;
  }
  .tech_names h3 {
    font-size: 18px;
    padding: 15px;
    border-radius: 0px;
    margin: 5px 0;
  }
  .tech_names h3::before {
    display: none;
  }
  .tech_img {
    width: 90%;
    margin-right: unset;
    margin-top: 40px;
  }
  .tech_icns span {
    width: 90px;
    height: 90px;
  }
  .tech_icns span:hover::before {
    width: 90px;
    height: 90px;
  }
  .tech_icns span img {
    width: 60%;
  }
  .contact_content {
    width: 90%;
    margin: auto;
  }
  .contact_form {
    margin: auto;
    width: 95%;
    margin-top: 50px;
    border-radius: 30px;
    padding: 20px 10px;
  }
  .contact_form form {
    width: 80%;
  }
  .contact_form h3 {
    font-size: 22px;
  }
  .contact_form h2 {
    font-size: 26px;
  }
  .contact_form form .input_box input,
  .contact_form form .input_box textarea {
    padding-bottom: 5px;
    font-size: 17px;
  }
  .contact_form form .input_box textarea {
    height: 70px;
  }
  .contact_form form .input_box:nth-child(6) .errormsg {
    margin-bottom: 5px;
  }
  .contact_content h2 {
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
  }
  .contact_content p {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
  }
  .errormsg {
    font-size: 13px;
  }
  .footer_section {
    background-size: cover;
  }
  .footer_links {
    width: 90%;
    flex-direction: column;
    padding-top: 70px;
    margin: auto;
  }
  .footer_links &gt; div {
    margin-bottom: 10px;
  }
  .main_info {
    width: 100%;
    margin-bottom: 20px;
  }
  .kwiq_info {
    width: 100%;
  }
  .kwiq_info &gt; p {
    margin: 15px 0 20px;
  }
  .footer_links h4 {
    font-size: 20px;
  }
  .impo_link,
  .fea_serv {
    width: 90%;
    margin: auto;
    margin-top: 10px;
  }
  .con_us h4 {
    width: 100%;
    margin: auto;
    margin-top: 10px;
  }
  .sub_links li {
    margin: 10px 0;
  }
  .sub_links li,
  a {
    font-size: 16px;
  }
  .dot_line {
    display: none;
  }
  .copyright h3 {
    padding: 10px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .swiper-slide :nth-child(1) {
    margin-bottom: 10px;
  }
  .swiper-slide :nth-child(2) {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  }
  .swiper-slide :nth-child(3) {
    display: none;
  }
  .swiper-slide :nth-child(4) {
    margin-top: -5px;
  }
  #wlogo {
    width: 80px;
  }
  .phone_call {
    width: 40px;
    margin: 0 20px;
  }
  .content_main svg {
    width: 100%;
  }
  .content h1 {
    font-size: 34px;
  }
  .content p {
    font-size: 17px;
    font-weight: 400;
  }
  .thrd_content h2 {
    font-size: 26px;
  }
  .thrd_content &gt; span {
    display: none;
  }
  .info_img {
    height: 100%;
    width: 97%;
    margin: auto;
    justify-content: center;
    align-content: center;
    pointer-events: none;
  }
  .ser_div .cards9 .card {
    height: 220px;
  }
  .ser_div &gt; .cards9 {
    width: 95%;
  }
  .back h2 {
    font-size: 20px;
  }
  .back p {
    font-size: 15px;
    width: 95%;
  }
  .front h2 {
    font-size: 20px;
  }
  .face img {
    width: 120px;
    height: 120px;
  }
  .indus_section {
    margin-top: 100px;
  }
  .indus_ctgry {
    height: 130px;
    flex-basis: 150px;
    padding: 20px 20px;
  }
  .nnth_content {
    margin-top: 0px;
    padding-top: 50px;
  }
  .tech_img {
    width: 85%;
  }
  .tech_icns span {
    width: 80px;
    height: 80px;
  }
  .tech_icns span:hover::before {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
  .tech_img &gt; img {
    width: 100%;
    height: 220px;
  }
  .tech_icns span img {
    width: 50px;
    height: 50px;
  }
  .tech_icns span:nth-child(1) {
    top: 10px;
    left: -20px;
  }
  .tech_icns span:nth-child(2) {
    top: -50px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
  .tech_icns span:nth-child(3) {
    top: 10px;
    right: -20px;
  }
  .tech_icns span:nth-child(4) {
    bottom: 10px;
    right: -20px;
  }
  .tech_icns span:nth-child(5) {
    bottom: -50px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
  .tech_icns span:nth-child(6) {
    bottom: 10px;
    left: -20px;
  }
  .tech_icns span:nth-child(7) {
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto auto;
  }
  .svnth_section {
    padding-bottom: 60px;
  }
  .svnth_content {
    padding-top: 50px;
  }
  .big_box {
    width: 95%;
    margin: 50px auto 0;
  }
  .swi_img {
    width: 70px;
    height: 70px;
  }
  .swiper-pagination {
    margin-bottom: -40px;
  }
  .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
  }
  .contact_content h2 {
    font-size: 31px;
    margin-bottom: 15px;
  }
  .contact_content p {
    width: 95%;
    margin: 0 auto;
    font-size: 17px;
    word-spacing: unset;
    letter-spacing: unset;
  }
  .contact_form {
    width: 95%;
    margin-top: 40px;
    border-radius: 14px;
    padding: 20px 10px;
  }
  .contact_form h3 {
    font-size: 20px;
    padding-top: 10px;
  }
  .contact_form h2 {
    font-size: 24px;
    padding: 15px 0;
  }
  .contact_form form {
    width: 90%;
  }
  .contact_form form .input_box {
    position: relative;
    padding: 20px 0;
  }
  .contact_form form .input_box textarea {
    height: 70px;
  }
  .contact_form form .input_box span {
    font-size: 17px;
  }
  .errormsg {
    bottom: -5px;
  }
  .frth_heading &gt; h2,
  .fifth_heading &gt; h2,
  .sixth_heading &gt; h2,
  .indus_heading &gt; h2,
  .svnth_heading &gt; h2,
  .nnth_heading &gt; h2 {
    font-size: 32px;
    margin: 7px 20px;
  }
  .frth_content &gt; p,
  .fifth_content &gt; p,
  .sixth_content &gt; p,
  .indus_section &gt; p,
  .svnth_content &gt; p,
  .nnth_content &gt; p {
    font-size: 17px;
  }
  .frth_heading img,
  .fifth_heading img,
  .sixth_heading img,
  .indus_heading img,
  .svnth_heading img,
  .nnth_heading img {
    display: none;
  }
  .footer_links {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .port_img_co {
    height: 250px;
  }
}
.whatsapp_btn {
  bottom: 15px;
  right: 20px;
  position: fixed;
  z-index: 2;
}
.whatsapp_btn.active {
  right: unset;
  left: 20px;
}
.whatsapp_btn a {
  width: 55px;
  height: 55px;
  padding: 5px;
  border-radius: 14px;
  display: block;
  cursor: pointer;
  box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
  background-image: linear-gradient(to right, #df1039, #ff4b70);
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.whatsapp_btn a:active {
  transform: translateY(-1px);
  box-shadow: rgb(0 0 0 / 80%) 2px 4px 6px;
}
.whats {
  width: 100%;
  bottom: 15px;
  right: 20px;
  position: fixed;
  z-index: 2;
}
.whats_cnt {
  position: absolute;
  right: 60px;
  bottom: 60px;
  width: auto;
  padding: 20px;
  border-radius: 14px 14px 0px 14px;
  animation: whats 7s ease-in 4s;
  animation-iteration-count: 2;
  opacity: 0;
  visibility: hidden;
}
.whats_cnt::after {
  content: "Have a Query ?";
  text-align: center;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  color: #303030;
  line-height: 60px;
  position: inherit;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 14px 14px 0px 14px;
  background-color: rgba(243, 243, 243, 0.9);
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(0, 0, 0, 0.09);
  z-index: -1;
}
.whats_cnt::before {
  content: "Let's Connect !!";
  text-align: center;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  color: #303030;
  line-height: 60px;
  position: inherit;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 14px 14px 0px 14px;
  background-color: rgba(243, 243, 243, 0.9);
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(0, 0, 0, 0.09);
  z-index: 1;
  opacity: 0;
}
.whats_cnt h6 {
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  color: #303030;
  visibility: hidden;
}
.whats_cnt.active {
  right: unset;
  left: 100px;
  border-radius: 14px 14px 14px 0px;
  animation-iteration-count: 5;
}
.whats_cnt.active::after {
  border-radius: 14px 14px 14px 0px;
  animation: whats_active 4s ease-in-out;
  top: -70px;
}
@keyframes whats_active {
  0% {
    top: 0;
  }
  90% {
    top: 0;
  }
  100% {
    top: -70px;
  }
}
@keyframes whats {
  0% {
    opacity: 0;
    visibility: unset;
  }
  25% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.whats_cnt.active::before {
  border-radius: 14px 14px 14px 0px;
  animation: whats_before 4s ease-in-out;
  opacity: 1;
}
@keyframes whats_before {
  0% {
    left: -70px;
    opacity: 0;
  }
  90% {
    left: -70px;
    opacity: 0;
  }
  100% {
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .whats_cnt {
    display: none;
  }
}
</pre></body></html>