/*scroll*/
@import url("https://fonts.cdnfonts.com/css/falling-dried");
@import url("https://fonts.cdnfonts.com/css/reilova");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
:root {
  --dark-green: #9cc675;
  --dark-yellow: #e89a3d;
  --extra-light-brown: #fdf0d7;
  --light-brown: #ecd5ab;
  --dark-brown: #915b40;
  --color-custom: #ffeba7;
  --color-primary: #ff3671;
  --color-text-dark: #0d0925;
  --color-text-medium: #4e4a67;
  --color-text-light: #7b7992;
  --color-light: #fff;
  --color-bg-medium: #4e4a67;
  --color-bg: #26242e;
  --spacing-base: 4px;
  --gradient-bg: linear-gradient(45deg, #4527a0, #6a1b9a);
  --shadow-base: 0px 14px 80px rgba(34, 35, 58, 0.2);
  --shadow-colored: rgba(255, 54, 110, 0.2) 0px 0px 5px 0px,
    rgba(255, 54, 110, 0.4) 0px 3px 20px 0px,
    rgba(255, 54, 110, 0.3) 0px 10px 28px 0px;
}

::selection {
  background: #895ffc;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #655fd3;
}
/*body*/
body {
  overflow-x: hidden;
  font-family: "Bricolage Grotesque", sans-serif;
  background-color: #000;
}
h5 {
  font-family: "Bricolage Grotesque", sans-serif;
}
.btn {
  font-family: "Bricolage Grotesque", sans-serif;
}
*:hover,
*:focus,
* {
  outline: none !important;
}
.overflw {
  overflow: hidden;
}
/* [class^='box-'] {
  display: none;
} */
/* [class^='box-'].showfirst {
  display: block;
} */
img {
  max-width: 100%;
  height: auto;
}
a:hover,
button:hover {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
}
.float {
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*padding*/
.pad {
  padding: 0;
}
.padL {
  padding-left: 0;
}
.padR {
  padding-right: 0;
}
.pad-top-80 {
  padding-top: 80px !important;
}
.pad-top {
  padding-top: 60px;
}
.pad-btm-30 {
  padding-bottom: 30px;
}
.pad-btm {
  padding-bottom: 50px;
}
.pad-btm-70 {
  padding-bottom: 70px;
}
.pad-tb {
  padding: 80px 0;
}
.pad-tbm {
  padding: 50px 0;
}
.padRt-60 {
  padding-right: 60px;
}
.pad-LR30 {
  padding: 0 30px;
}
.pad-80-240 {
  padding: 80px 0 240px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-35 {
  margin-top: 35px;
}
.badges {
  display: flex;
  max-width: 80%;
  justify-content: space-between;
}
/*botton*/
.btn-a {
  background-color: #655fd3;
  border: 2px solid #2c286d;
  border-radius: 0;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-a:hover {
  background: transparent;
  color: #fff;
}
.btn-submit {
  border-radius: 5px !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  letter-spacing: 0.2px;
}
.btn-submit:hover {
  background: transparent;
  color: #fff;
}
/*heading*/
.m1-h h5 {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  position: relative;
  font-family: "Bricolage Grotesque", sans-serif;
}
.m1-h h5 span {
  font-weight: 400;
  font-size: 44px;
}
.m2-h h5 {
  font-size: 36px;
  text-transform: capitalize;
  color: #c49c4f;
  font-weight: 600;
  position: relative;
  font-family: "Bricolage Grotesque", sans-serif;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.m2-h h5 span {
  border-bottom: 3px solid #c49c4f;
  text-transform: capitalize;
}
.m3-h h5 {
  margin-bottom: 35px;
  padding-bottom: 19px;
  color: #c49c4f;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.m4-h h5 {
  color: #c49c4f;
  font-family: "Bricolage Grotesque", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  margin: 25px 0 30px;
  font-weight: 600;
}
.m5-h h5 {
  font-weight: 600;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Bricolage Grotesque", sans-serif;
  
}
.m5-h h5 span {
  border-bottom: 3px solid #fff;
}
.m6-h h5 {
}
/*paragrape*/
.p1 p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.p2 p {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.p3 p {
  color: #fff;
  line-height: 32px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Bricolage Grotesque", sans-serif;

}
.p4 p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Bricolage Grotesque", sans-serif;

  line-height: 22px;
}
.p5 p {
}
/* Font size */
.font-16 {
  font-size: 16px !important;
}
/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 999999;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #c49c4f;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span {
  background: #000;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}
/*top-header*/
/*header*/
header {
  padding: 10px 0;
  background: #000;
}
ul.menu {
  display: block;
}
ul.menu > li {
  display: inline-block;
  margin-right: 20px;
}
ul.menu > li:last-child {
  margin-right: 0;
  margin: 0 0 0 30px;
}
ul.menu > li > a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  border-bottom: 2px solid transparent;
}
ul.menu > li.active a {
  border-bottom: 2px solid #fff;
}
ul.menu > li > a:hover {
  border-bottom: 2px solid #fff;
}
/*main-banner*/
.mainBanner {
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}
video#myVideo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 99;
}
.z-9 {
  z-index: 999;
  position: relative;
}
.mainBanner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00000059;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
/*main-banner End*/

/* countersection */
.counter-section {
  padding: 40px;
  background: #655fd3;
}
.number-increament-wrapper {
  margin-bottom: 10px;
}
.number-increament-wrapper span {
  color: #fff;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}
.number-content p {
  color: #fff;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.5%;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.counter-img-wrap {
  height: 120px;
  width: 100%;
}

/* Social Icons */
.socialIcon li {
  display: inline-block;
}
.socialIcon li span {
  padding: 12px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 5px 0 0;
}
.socialIcon li span:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
/*footer start*/
/* footer {
  background-color: #0f0f0f;
  padding: 30px 0;
}
.flogo {
  text-align: right;
}
.copyright.text-center {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #000;
}
.copyright.text-center p {
  text-transform: capitalize;
}
.footerLinks a {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
.contactDetail li {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
} */

footer {
  background-color: #0f0f0f;
  padding: 30px 0;
  position: relative;
}
.flogo {
  text-align: right;
}
.copyright.text-center {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #000;
}
.copyright.text-center p {
  text-transform: capitalize;
}
/* .footerLinks a {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
} */
.contactDetail li {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}

footer {
  padding: 50px 50px;
}
a {
  color: transparent;
}

.footerLinks {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-top: 8rem;
  gap: 50px;
  flex-wrap: wrap;
}
.footerLinks a {
  color: #f5f5f5;
  margin-bottom: 0;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.2;
}

/* .social-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
} */

/* Style the Un-order list by setting its list-style to none */
.social-wrapper ul {
  list-style: none;
}

/* Style the list items inside the UL list, by setting its width, height and line-height 
  and float them to left and set its border and border-radius.
 */
.social-wrapper ul li {
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  /* border: 5px solid #d8e2dc; */
  float: left;
  transition: all 0.5s ease;
}

/* Style the icons by setting its color and margin-top value to 20px 
to align it properly */
.social-wrapper ul li .fa {
  color: #d8e2dc;
  transition: all 0.5s ease;
}

/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
  to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.social-wrapper ul li.facebook {
  border: 5px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

.social-wrapper ul li .fa-facebook {
  color: #3b5998;
  text-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

/*twitter*/
.social-wrapper ul li.twitter {
  border: 5px solid #00aced;
  box-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

.social-wrapper ul li .fa-twitter {
  color: #00aced;
  text-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

/* instagram */
.social-wrapper ul li.instagram {
  border: 5px solid #bc2a8d;
  box-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

.social-wrapper ul li .fa-instagram {
  color: #bc2a8d;
  text-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

/* google */
.social-wrapper ul li.google {
  border: 5px solid #dd4b39;
  box-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

.social-wrapper ul li .fa-google {
  color: #dd4b39;
  text-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

/* whatsapp */
.social-wrapper ul li.whatsapp {
  border: 5px solid #4dc247;
  box-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}

.social-wrapper ul li.fa-whatsapp {
  color: #4dc247;
  text-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}
.social-wrapper ul li:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
/* media queries */

@media screen and (max-width: 640px) {
  .wrapper {
    width: 350px;
  }
  .wrapper ul li {
    margin-top: 10px;
  }
  .wrapper ul li.google {
    margin-left: 60px;
  }
}

@media screen and (max-width: 340px) {
  .wrapper {
    width: 150px;
  }
  .wrapper ul li {
    margin: 15px;
  }
  .wrapper ul li.google {
    margin-left: 15px;
  }
}

footer .foot-content-wrap p {
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: #fff;
}
.ftr-lt {
  margin-bottom: 20px;
}
.ftr-lt img {
  width: 150px;
  height: auto;
}
.email-wrap p a {
  cursor: pointer;
  font-size: 2rem;
  color: #fff;
  /* text-decoration: underline; */
}

.foot-para-content p {
  color: #f5f5f5;
  margin-bottom: 0;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.2;

  opacity: 0.7;
}

.keep-in-touch p {
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
  color: #fff;
}
footer .inp-wrapper input {
  color: #f5f5f5;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0.5vw 0;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 1rem;
  line-height: 1.2;
  margin-right: 1vw;
  margin-bottom: 10px;
}

footer .inp-wrapper button {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #68b5ff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0.5vw 0;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 1rem;
  line-height: 1.2;
  margin-right: 1vw;
  color: #68b5ff;
  text-transform: uppercase;
}

/*footer end*/
/*media-quries*/
@media (max-width: 1440px) {
}
@media (max-width: 1200px) {
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #c49c4f;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 9999;
    width: 100vw;
  }
  .menuWrap .menu li {
    display: block;
  }
  .menuWrap .menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    margin-bottom: 30px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 25px;
  }
  .container {
    position: relative;
  }
  header .header-top {
    display: none;
  }
  header .main-header ul.menu > li {
    display: block;
    padding: 0px;
  }
  header .main-header ul.menu > li a {
    color: #fff;
    padding: 0px;
    text-align: center;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
}
@media (max-width: 980px) {
  .btn-a {
    margin-bottom: 20px;
  }
  footer {
    padding-bottom: 60px;
  }
}
@media (max-width: 824px) {
}
@media (max-width: 767px) {
  header {
    padding: 0;
  }
  footer {
    text-align: center;
  }
  .m1-h h5 span {
    font-size: 26px;
  }
  .at-h {
    padding-bottom: 0;
  }
  .padRt-60 {
    padding-right: 0 !important;
  }
  .btn {
    border: 1px solid #000;
  }
  ul.menu > li:last-child {
    margin: 0;
  }
  a.logo img {
    width: 50%;
  }
  .m1-h h5 {
    font-size: 20px;
  }
  .mainBanner {
    height: 35vh;
  }
  .m2-h h5 {
    font-size: 20px;
  }
  .pad-tb {
    padding: 40px 0;
  }

  .p1 p {
    font-size: 16px;
    line-height: 20px;
  }
  .flogo img {
    width: 50%;
  }
  .flogo {
    text-align: left;
    margin-bottom: 20px;
  }
  .copyright.text-center {
    font-size: 16px;
  }
  footer {
    padding: 15px 0;
  }
  ul.menu > li.active a {
    border-bottom: 0;
  }
  ul.menu > li {
    margin-right: 0;
  }
  .menuWrap .menu li a {
    margin-bottom: 15px;
    font-size: 15px;
  }
  ul.menu > li > a {
    border-bottom: none;
  }
  ul.menu > li.active a {
    border-bottom: none;
  }
  ul.menu > li > a:hover {
    border-bottom: none;
  }
  .inner-ban .ban_hdn h5::after {
    width: 90px;
  }
  .inner-ban {
    height: 20vh;
  }
  .Tec-ctn h5::after {
    width: 270px;
  }
}
@media (min-width: 320px) and (max-width: 340px) {
}
@media (min-width: 341px) and (max-width: 365px) {
}
@media (min-width: 366px) and (max-width: 380px) {
}
@media (min-width: 381px) and (max-width: 415px) {
}
/* UL style */
.listStyle {
  list-style: disc;
  display: inline-block;
  list-style-position: inside;
}
.listStyle li {
  margin: 30px 0;
  font-family: "Bricolage Grotesque", sans-serif;

  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  /* position: relative;
   */
}

header {
  max-width: 100vw;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  color: #655fd3;
  background: #655fd31c;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #fff;
  padding: 0px;
}
header .nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  max-width: 1500px;
  gap: 50px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  header .nav_bar {
    display: none;
  }
}
header .nav_bar .logo {
  max-width: 100px;
}
header .nav_bar .logo a {
  display: none;
}
header .nav_bar .logo a.no-scroll {
  display: block;
}
header .nav_bar .logo img {
  /* width: 100%; */
  width: 150px;
  height: auto;
  max-width: 150px !important;
}
header .nav_bar .nav_menu {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  gap: 10px;
}
header .nav_bar .nav_menu .nav_link a {
  cursor: pointer;
}
header .nav_bar .nav_menu .nav_link a span img {
  max-width: 8px;
  max-height: 60px;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  filter: invert(1);
}
header .nav_bar .nav_menu .nav_link a.active span img {
  transform: rotate(0deg);
}
header .nav_bar .nav_menu .nav_link a.active.main_link {
  color: #8f94fb;
}
header .nav_bar .nav_menu .nav_link a {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 1rem;
  padding: 0 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  text-wrap: nowrap;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 0;
}
header .nav_bar .nav_menu .nav_link a:hover {
  /* border-bottom: 0.125rem solid #fff; */
  color: #fff;
}
header .nav_bar .nav_menu .nav_link.mege_menu {
  position: relative;
}
header .nav_bar .nav_menu .nav_link.mege_menu .drop_down {
  position: absolute;
  margin-top: 5px;
  background-color: #655fd3a1;
  list-style: none;
  padding-top: 10px;
  width: 250px;
  font-family: "Bricolage Grotesque", sans-serif;

  display: none;
  flex-direction: column;
  align-items: flex-start;
  background: #655fd3a1;
  padding: 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
}
header .nav_bar .nav_menu .nav_link.mege_menu .drop_down li {
  color: #fff;
  text-transform: capitalize;
  padding: 10px;
  cursor: pointer;
}
header .nav_bar .nav_menu .nav_link.mege_menu .drop_down li:hover {
  background-color: #863dff;
  color: #fff;
}
header .nav_bar .nav_menu .nav_link.mege_menu .drop_down li:hover a {
  border-bottom: none !important;
  color: #fff;
}
header .nav_bar .nav_menu .nav_link #contact_btn button {
  border: 1px solid #fff;
  width: 140px;
  /* height: 36px;
  line-height: 36px; */
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  border-color: #070a26;
  background: #655fd3;
}
header .nav_bar .nav_menu .nav_link #contact_btn button:hover {
  background-color: transparent;
  color: #fff;
  border-color: #655fd3;
}
header .nav_bar .nav_menu .nav_link #contact_btn:hover {
  border-bottom: 0px;
}
header .nav_bar .nav_menu .nav_link.active a {
  border-bottom: 0.125rem solid #070a26;
  color: #070a26;
  border-color: #070a26;
}
header .nav_bar .nav_menu .nav_link .contact_button {
  background: #655fd3;
}
header .mob_nav {
  display: none;
  visibility: hidden;
  position: relative;
  z-index: 15;
}
@media (max-width: 991px) {
  header .mob_nav {
    display: block;
    visibility: visible;
  }
}
header .mob_nav .mob_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: 0px auto;
  padding-top: 5px;
  padding-bottom: 10px;
}
header .mob_nav .mob_header .logo {
  max-width: 100px;
}
header .mob_nav .mob_header .logo a {
  display: none;
}
header .mob_nav .mob_header .logo a.no-scroll {
  display: block;
}
header .mob_nav .mob_header .logo img {
  width: 100%;
}
header .mob_nav .mob_header .hamburger {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
header .mob_nav .mob_header .hamburger.active .line {
  transition: all 0.3s ease-in-out;
  stroke: #fff !important;
}
header .mob_nav .nav {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #655fd3;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
  top: 0;
  z-index: -1;
  height: 140vh;
  overflow: auto;
}
header .mob_nav .nav .nav_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin-top: 20vh;
}
header .mob_nav .nav .nav_menu .nav_link a,
header .mob_nav .nav .nav_menu .nav_link p {
  color: #dde0ff;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 1rem;
  padding: 0 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}
header .mob_nav .nav .nav_menu .nav_link.mege_menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .mob_nav .nav .nav_menu .nav_link.mege_menu p {
  margin-bottom: 0;
  cursor: pointer;
}
header .mob_nav .nav .nav_menu .nav_link.mege_menu p span img {
  max-width: 8px;
  max-height: 60px;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
header .mob_nav .nav .nav_menu .nav_link.mege_menu p.active span img {
  transform: rotate(0deg);
}
header .mob_nav .nav .nav_menu .nav_link.mege_menu .drop_down {
  margin-top: 5px;
  list-style: none;
  padding-top: 10;
  width: 100%;
  font-family: "Bricolage Grotesque", sans-serif;

  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
}
header .mob_nav .nav .nav_menu .nav_link.mege_menu .drop_down li {
  color: #dde0ff;
  text-transform: capitalize;
  padding: 10px;
  display: flex;
  justify-content: center;
}
header .mob_nav .nav .nav_menu .nav_link.mege_menu .drop_down li:hover {
  color: #070a26;
}
header .mob_nav .nav .nav_menu .nav_link.mege_menu .drop_down li:hover a {
  border-bottom: none !important;
  color: #070a26;
}
header .mob_nav .nav .nav_menu .nav_link.mege_menu .drop_down li.green a {
  color: #070a26;
}
header .mob_nav .nav .nav_menu .nav_link.mege_menu.active {
  display: block;
}
header .mob_nav .nav .nav_menu .nav_link button {
  border: 1px solid #070a26;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  background-color: #0a0f3b;
  color: #fff;
  text-transform: uppercase;
}
header .mob_nav .nav .nav_menu .nav_link button:hover {
  background-color: #070a26;
  color: #070a26;
}
.hamburger svg {
  height: 80px;
  position: absolute;
  width: 80px;
}

.plates {
  display: flex;
  flex-wrap: wrap;
  max-height: 160px;
  width: 640px;
}
@media (max-width: 640px) {
  .plates {
    width: 320px;
  }
}
.plate {
  height: 80px;
  width: 80px;
}

.x {
  transform: scale(0);
  transition: transform 400ms;
}

.line {
  fill: #fff;
  stroke: #fff;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms,
    transform 500ms 200ms;
}

.x .line {
  stroke-width: 5.5px;
}

/* Die vierte teller */
.plate4 .x {
  transition: transform 400ms;
}

.plate4 .line {
  transform-origin: 50%;
  transition: transform 400ms 100ms;
  transform: scale(1);
}

.active.plate4 .line {
  transition: transform 400ms;
}

.active.plate4 .line1 {
  transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(0.7);
}

.active.plate4 .line2 {
  transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(0.7);
}

.active.plate4 .line3 {
  transform: translateY(0px) rotate(45deg) scale(0.7);
}

.active.plate4 .line4 {
  transform: translateY(0px) rotate(-45deg) scale(0.7);
}

.active.plate4 .line5 {
  transform: translateX(18px) translateY(3px) rotate(45deg) scale(0.7);
}

.active.plate4 .line6 {
  transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(0.7);
}

.active.plate4 .x {
  transition: transform 400ms 100ms;
  transform: scale(1);
}
/* banner */
.banner {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: url(../vidone.mp4);
}
div#bg {
  position: absolute;
}
/* .home-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;

} */

.area {
  background: #000000;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  /* width: 100%;
  height: 100vh; */
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.banner .context {
  width: 100%;
  /* position: absolute;
  top: 50vh; */
}

.banner .context h1 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 82px;
  line-height: 84px;
  font-family: "Bricolage Grotesque", sans-serif;
  text-transform: capitalize;
}
.banner .context p {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-family: "Bricolage Grotesque", sans-serif;

  margin-top: 20px;
}

.inovat {
  /* background: #000000; */

  width: 100%;
  /* height: 100vh; */
  position: relative;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 60px 20px;
}

.inovat-text h2 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-family: "Bricolage Grotesque", sans-serif;

  margin-bottom: 20px;
}

.inovat-text p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: "Bricolage Grotesque", sans-serif;

  margin-bottom: 20px;
}

/* marquee-section */
.marq-wrapper{
  position: relative;
  overflow: hidden;
height: 285px;
}
.marquee {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: calc(100% + 60px);
  margin-left: -30px;
  background: #1d1d1d;
}

.marquee:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -30px;
  right: -30px;
  pointer-events: none;
  background: -webkit-linear-gradient(
    right,
    #1d1d1d,
    transparent 300px,
    transparent calc(100% - 300px),
    #1d1d1d
  );
  background: -o-linear-gradient(
    right,
    #1d1d1d,
    transparent 300px,
    transparent calc(100% - 300px),
    #1d1d1d
  );
  background: linear-gradient(
    to left,
    #1d1d1d,
    transparent 300px,
    transparent calc(100% - 300px),
    #1d1d1d
  );
  z-index: 3;
}

.rest {
  padding: 0 !important;
  margin: 0 !important;
}

.main-marq {
  position: relative;
  padding: 0;
}

.main-marq .slide-har {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.slide-har.st1 .box {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
  display: flex;
}
@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.main-marq .box .item {
  padding: 0 30px;
}
.main-marq .non-strok .item h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.main-marq .box .item h4 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
span {
  display: inline-block;
}
.marquee h4 {
  font-size: 70px;
}
.main-marq .box .item h4 .icon {
  font-family: "Bricolage Grotesque", sans-serif;

  margin-bottom: -15px;
}

.platforms {
  padding: 100px 0px;
  position: relative;
}
.platforms .fir h5 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-family: "Bricolage Grotesque", sans-serif;

  margin-bottom: 20px;
  text-align: center;
}

.platforms p {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-family: "Bricolage Grotesque", sans-serif;

  margin-bottom: 20px;
  text-align: center;
}
.platBox {
  align-items: center;
  backdrop-filter: blur(55px);
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 40px 60px rgb(0 0 0 / 12%);
  color: #fff;
  display: flex;
  flex-basis: 340px;
  flex-direction: column;
  font-size: 50px;
  justify-content: stretch;
  line-height: 1.5em;
  margin: 40px 60px;
  /* max-width: 500px !important; */
  padding: 35px;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
}
/* .platBox img {
  max-width: 135px;
  height: 30px;
} */
.platBox:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

/* wavy */
.wavy {
  height: 100vh;
  padding: 80px 0px;
  position: relative;
}
.box {
  position: absolute;
  top: 0;
  transform: rotate(80deg);
  left: 0;
}

.wave {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 3%;
  left: 10%;
  /* background: #0af; */
  background: #1d1d1d;
  width: 100vh;
  height: 100vh;
  margin-left: -150px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 7000ms infinite linear;
}

.wave.-three {
  animation: drift 7500ms infinite linear;
  position: fixed;
  background-color: #77daff4a;
}

.wave.-two {
  animation: drift 3000ms infinite linear;
  opacity: 0.1;
  background: black;
  position: fixed;
}

.box:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}

/*LOADING SPACE*/

.contain {
  animation-delay: 4s;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: #25a7d7;
  background: -webkit-linear-gradient(#25a7d7, #2962ff);
  background: linear-gradient(#25a7d7, #25a7d7);
}

.icon {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}

/*Animation*/
.icon:nth-child(2) img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.icon:nth-child(3) img {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.icon:nth-child(4) img {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.icon img {
  -webkit-animation: anim 2s ease infinite;
  animation: anim 2s ease infinite;
  -webkit-transform: scale(0, 0) rotateZ(180deg);
  transform: scale(0, 0) rotateZ(180deg);
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: scale(0, 0) rotateZ(-90deg);
    transform: scale(0, 0) rotateZ(-90deg);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0, 0) rotateZ(90deg);
    transform: scale(0, 0) rotateZ(90deg);
    opacity: 0;
  }
}

@keyframes anim {
  0% {
    -webkit-transform: scale(0, 0) rotateZ(-90deg);
    transform: scale(0, 0) rotateZ(-90deg);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0, 0) rotateZ(90deg);
    transform: scale(0, 0) rotateZ(90deg);
    opacity: 0;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  max-width: 560px;
}

.swiper-full-mobile {
  position: relative;
  /* margin: 50px auto; */
  padding-bottom: 50px;
}

.swiper-full-mobile:before {
  content: "";
  width: 300px;
  background: url(https://storage.googleapis.com/answerforce/Website/images/business-line/frame@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  /* left: 130px; */
  /* right:0px; */
  /* top: 0px; */
  height: 650px;
  /* margin: auto; */
  margin-left: auto;
  margin-right: auto;
  left: 5%;
  right: 0;
  text-align: center;
}
.swiper-full-mobile .swiper-slide {
  height: 100%;
}
.swiper-full-mobile .swiper-slide img {
  max-width: 250px;
  height: auto;
  margin-left: 180px;
  z-index: 9;
}
.swiper-slide.swiper-slide-active img {
  border-radius: 10px;
  width: 200px;
  height: 400px;
  margin-top: 50px;
}

.swiper-pagination {
  padding-top: 500px;
}

/* testimonials */
.testimonialsec {
  padding: 100px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 20px;
}
.sec-title h2 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 20px;
}
.sec-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90px;
  height: 3px;
  background: #fff;
}
.sec-title p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: "Bricolage Grotesque", sans-serif;

  margin-bottom: 20px;
}

/* get touch */
.get_in_touch .get-in-touch-para p {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 15px !important;
  font-style: normal;
  font-weight: 200;
  line-height: 25.5px !important;
}
.get_in_touch .get-in-touch-para h4 {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 20px;
}
.get_in_touch {
  position: relative;
  padding: 100px;
  overflow: hidden;
}

.get_in_touch .get-in-touch-head h4 {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.get_in_touch .get-in-touch-head h4 span {
  color: #655fd3;
}
.get_in_touch .get-in-touch-para {
  margin-top: 20px;
}
.get_in_touch .get-in-touch-para p {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 166.5%; /* 34.965px */
  letter-spacing: 0.84px;
}

.get_in_touch .con-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
}

.get_in_touch .con-wrapper .con-text h3 {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.5%; /* 34.965px */
  letter-spacing: 0.84px;
}
.get_in_touch .con-wrapper .con-text a,
.get_in_touch .con-wrapper .con-text p  {
  color: #fff;
   font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.5%; /* 26.64px */
  letter-spacing: 0.64px;
}

.form-wrapper {
  border-radius: 34px;
  background: #4e567314;
  padding: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  position: relative;
  font-family: "Bricolage Grotesque", sans-serif;

}
.form-wrapper .lable-input-wrap {
  margin-bottom: 20px;
}
.form-wrapper .lable-input-wrap label {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.445px;
  text-transform: uppercase;
  display: block;
}
.form-wrapper .lable-input-wrap textarea {
  color:#FFFFFF;        
  background: transparent;
  margin-top: 17px;
  width: 100%;
  height: 149px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  outline: none;
  font-size: 15px;
  padding: 15px 14px;
  border: 1px solid #fff;
}
.form-wrapper .lable-input-wrap input {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 13px;
  width: 100%;
  height: 40px;
  outline: none;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  font-size: 15px;
  padding: 1px 12px;
}
.form-wrapper .lable-input-wrap input:focus {
  border: 1px solid #655fd3;
  color: #fff;
}
.form-wrapper .lable-input-wrap textarea:focus {
  border: 1px solid #655fd3;
}
.form-wrapper .sendbtn-wrap {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.form-wrapper .sendbtn-wrap button {
  display: flex;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 3px solid #655fd3;
  color: #655fd3;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.175px;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
}
.form-wrapper .sendbtn-wrap button:hover {
  display: flex;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 3px solid #655fd3;
  color: #000;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.175px;
  text-transform: uppercase;
  background-color: #655fd3;
}
.acheivebef::before {
  content: "";
  display: block;
  width: 1px;
  height: 11%;
  position: absolute;
  top: 10%;
  transform: rotate(-25deg);
  right: 0;
  border-radius: 50%;
  transform-origin: 50% 50%;
  background-color: #655fd3;
  color: #655fd3;
  box-shadow: 0 0 300px 302px currentColor;
  opacity: 0;
  z-index: -1;
  animation: qode-fade-in-custom 1s 1,
    qode-bg-gradient-top-right 7s 1s linear infinite;
}
.acheivebef {
  position: relative;
}

.acheiveaft::after {
  content: "";
  display: block;
  width: 1px;
  height: 11%;
  position: absolute;
  top: 100%;
  transform: rotate(-25deg);
  left: 0;
  border-radius: 50%;
  transform-origin: 50% 50%;
  background-color: #655fd3;
  color: #655fd3;
  box-shadow: 0 0 300px 302px currentColor;
  opacity: 0;
  z-index: -1;
  animation: qode-fade-in-custom 1s 1,
    qode-bg-gradient-top-right 7s 1s linear infinite;
}

.acheiveaft {
  position: relative;
}
@keyframes qode-fade-in-custom {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 0.95;
    visibility: visible;
  }
}
@keyframes qode-bg-gradient-top-right {
  0% {
    opacity: 1;
    transform: rotate(-25deg);
  }
  50% {
    opacity: 0.5;
    transform: rotate(155deg) scaleX(1.8) scaleY(1.4) translateX(20vw)
      translateY(10vh);
  }
  100% {
    opacity: 1;
    transform: rotate(335deg);
  }
}

/* cursor */
.circle-cursor {
  background-color: #6479c775; /* Change the color as needed */
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 60%;
  /* transform: translate(-50%); */
  pointer-events: none;
  z-index: 111;
  transition: all 0.2s ease-out;
  animation: cursorAnimation 0.8s ease-out infinite alternate;
}
@keyframes cursorAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

/* .packages:after {
          content: "";
          background: url(../images/pack-mid.png);
          width: 135px;
          height: 240px;
          display: block;
          position: absolute;
          right: 0;
          bottom: 50%;
          background-size: cover;
          opacity: 0.8;
        } */

/* .packages:before {
          content: "";
          background: url(../images/pack-mid-left.png);
          width: 100px;
          height: 180px;
          display: block;
          position: absolute;
          left: 0;
          top: 25%;
          background-size: cover;
          opacity: 0.4;
        }
         */
.packages {
  position: relative;
  /* background: url(../images/pack-bg.jpg); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px;
}

.packages .heading {
  text-align: start;
}

.packages .heading h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
   font-family: "Bricolage Grotesque", sans-serif;
}

.packages .heading h3 span {
  color: #655fd3;
}

.packages .heading p {
   font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
}

.packages .packages-main {
  transition: all 0.3s ease-out;
  text-align: revert;
  margin-top: 50px;
  border: 2px solid #655fd3;
  border-radius: 15px;
  background: transparent;
  box-shadow: 0px 0px 5px 1px #655fd396;
}

.packages .packages-main .title {
  padding: 10px 20px;
  position: relative;
}
.packages .packages-main .title:after {
  content: "";
  width: 76px;
  height: 77px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.packages .packages-main .title h2 {
  font-size: 1em;
  color: #ffffff;
  line-height: 1.2em;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
}
.packages .packages-main .title p {
  font-size: 1em;
  line-height: 1.2em;
  color: #b3b3b3;
  margin: 5px 0;
  text-align: center;
}
.desc_section h5 {
  padding: 10px 20px;
  color: #655fd3;
  font-size: 2vh;
  font-weight: 800;
  margin: 10px 0;
}
.desc_section.commercial {
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.packages .packages-main .price {
  /* background: url(../images/packprice-bg.jpg); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 75px;
  display: inline-flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}
.packages .packages-main .price strong {
  font-size: 6.5vh;
  /* color: #655fd3; */
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: 600;
  line-height: 6.5vh;
}
.bPrice {
  display: flex;
  flex-direction: column;
  margin: 0 5px;
}
.bPrice::before {
  content: "before:";
  color: #655fd3;
  font-size: 1.5vh;
  margin-bottom: 5px;
}
.packages .packages-main .price strong sup {
  color: transparent;
  font-size: 0.5em;
}
.price {
  display: inline-flex;
  flex-direction: row;
}
.price p {
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: line-through;
}
.packages .packages-main .desc_section::-webkit-scrollbar-track {
  background-color: #27262600;
}
.packages .packages-main .desc_section::-webkit-scrollbar {
  width: 5px;
  background-color: #10101020;
}
.packages .packages-main .desc_section::-webkit-scrollbar-thumb {
  border-radius: 30px;
  box-shadow: inset 0 0 6px #655fd3;
  background-color: #655fd3;
  border: 1px solid #655fd3;
}
.packages .packages-main .commercial ul {
  max-height: 100px !important;
  min-height: 100px !important;
}
.price p span {
  text-decoration: none !important;
}
.packages .packages-main .desc_section {
  /* background: #101010; */
  padding: 16px 10px 16px 0;
  text-align: left;
}
.packages .packages-main .desc_section ul::-webkit-scrollbar-track {
  background-color: #27262600;
}
.packages .packages-main .desc_section ul::-webkit-scrollbar {
  width: 5px;
  background-color: #10101020;
}
.packages .packages-main .desc_section ul::-webkit-scrollbar-thumb {
  border-radius: 30px;
  box-shadow: inset 0 0 6px #655fd3;
  background-color: #655fd3;
  border: 1px solid #655fd3;
}
.packages .packages-main .desc_section ul {
  display: block;
  min-height: 200px;
  max-height: 270px;
  overflow-y: auto;
  padding: 0 25px;
  margin-bottom: 0;
}
.packages .packages-main .desc_section ul li {
  position: relative;
  font-size: 1em;
  line-height: 1.2em;
  color: #fff;
  list-style: none;
  padding-left: 30px;
  margin: 15px 0;
  text-transform: capitalize;
}
.packages .packages-main .desc_section ul li span {
  display: block;
  color: #a58a8a;
}
.packages .packages-main .desc_section ul li:before {
  content: "";
  background: url(../images/icon-packlist.png);
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.packages .packages-main .moneyPack {
  background: #655fd3;
  padding: 10px 38px;
  color: #fff;
  text-align: left;
}
.packages .packages-main .moneyPack p {
  margin: 0;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.packages .packages-main .moneyPack p:before {
  content: "";
  background: url(../images/icon-packlist.png);
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: brightness(0);
}
.packages .packages-main .bottom_pack {
  margin: 15px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
.packages .packages-main .bottom_pack .pack_cta .btn-od {
  color: #fff;
  font-size: 1.5vh;
  font-weight: 500;
  border: 1px solid #655fd3;
  display: inline-block;
  justify-content: center;
  padding: 5px 30px;
  border-radius: 25px;
  margin: 0;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
}
.btn-cta::before {
  content: "\f218";
  font-family: "FontAwesome";
  font-size: 1.9vh;
  color: #655fd3;
}
.packages .packages-main .bottom_pack .pack_cta .btn-od span {
  margin-right: 0px;
  color: #ffffff;
  margin-left: 5px;
}
.packages-main:hover .price strong {
  color: #fff !important;
  -webkit-text-stroke: 1px #fff;
}
.packages-main:hover .price strong sup {
  /* color: #655fd3!important; */
  -webkit-text-stroke: 1px #fff;
}
.packages .packages-main .bottom_pack .pack_cta .btn-od:hover {
  text-decoration: none;
  background: #03031c;
}

.packages .packages-main .bottom_pack .liovechats-bx a:hover {
  /* background: #03031c; */
  color: #fff;
}

.packages .packages-main .bottom_pack .liovechats-bx a:hover span {
  color: #fff;
}

.packages .packages-main .bottom_pack .liovechats-bx a {
  height: 42px;
  display: inline-block;
  padding: 5px 20px;
  text-align: left;
  border-radius: 3px;
}

.packages .packages-main .bottom_pack .liovechats-bx a span {
  color: #6c6565;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 12px;
  text-align: left;
}

.packages .packages-main .bottom_pack .liovechats-bx a h5 {
  position: relative;
  padding-left: 25px;
  font-size: 1vh;
  line-height: 2.5vh;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.packages .packages-main .bottom_pack .liovechats-bx a h5:before {
  content: "";
  background: url(../images/pack-livechat.png);
  width: 18px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.packages .packages-main .bottom_pack .liovechats-bx a:hover {
  text-decoration: none;
}

.packages .packages-main:hover {
  transform: scale(1.05);
  border: 2px solid #655fd3;
}

/* .packages .packages-main:hover .title {
          background: #262626;
        }
        
        /*.packages .packages-main:hover .desc_section {
          /* background: #262626; */

.packages .packages-main .bottom_pack .pack_cta .btn-od:hover {
  background: #1b1b1b;
  color: #fff;
  border: 1px solid #1b1b1b;
}

.packages .packages-main .bottom_pack .pack_cta .btn-od:hover span {
  color: #ffffff;
}

/*COMBO PACKAGE*/
.packages .packages-main.ComboPack .price {
  flex-direction: row;
  background: url(../images/comboPrice-bg.jpg);
}

.packages .packages-main.ComboPack .price .cutt strong {
  font-size: 35px;
  margin-right: 30px;
  color: #b5b5b5;
}

.packages .packages-main.ComboPack .price .cutt strong sup {
  font-size: 20px;
  color: #b5b5b5;
}

.packages .packages-main.ComboPack .price .cutt strong:before {
  content: "";
  background: #ffce00;
  width: 110px;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 999;
}

.packages .packages-main.ComboPack .price .cutt {
  position: relative;
}

.packages .packages-main.ComboPack .desc ul li {
  position: relative;
  font-size: 14px;
  color: #b2b2b2;
  list-style: none;
  padding-left: 30px;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.packages .packages-main.ComboPack .desc ul li span {
  display: block;
  color: #a58a8a;
}

.packages .packages-main.ComboPack .desc ul li:before {
  content: "";
  background: url(../images/icon-packlist.png);
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.packages .packages-main.ComboPack .title:before {
  content: "";
  background: url(../images/off.png);
  width: 170px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.packages .packages-main.ComboPack .desc {
  padding: 30px 20px 30px;
  text-align: left;
}

.packages .packages-main.ComboPack {
  background: #101010;
}

.packages .packages-main.ComboPack .desc ul {
  padding-left: 0;
  margin: 0;
}

.packages .packages-main.ComboPack .desc.combobottom {
  padding: 0 15px;
}

.packages .packages-main.ComboPack .desc ul li:last-child {
  margin-bottom: 0;
}

.packages .packages-main.ComboPack .desc h4 {
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.packages .packages-main.ComboPack .bottom_pack .bottom {
  margin: 15px 0;
}

.packages .packages-main.ComboPack .bottom_pack {
  padding: 10px 15px;
}

.packages .packages-main.ComboPack .moneyPack {
  text-align: center;
}

.packages .packages-main .moneyPack p:last-child {
  margin-right: 0;
  font-size: 1em;
}

.packages .packages-main .moneyPack p strong {
  text-transform: uppercase;
  color: #ffce00;
}

.packages .packages-main .moneyPack p {
  margin-right: 30px;
}

/* Quote form */

.qForm .lt {
  margin-right: 50px;
  align-items: center;
}
.qForm .lt label {
  width: 100%;
  margin: 30px 0;
  color: #655fd3;
}
.qForm .rt label {
  margin: 30px 0;
  color: #fff;
  font-size: 1.5vh;
  font-family: "Poppins";
}
.qForm .lt input {
  width: 100%;
  padding: 15px;
  /* box-shadow: 0px 0px 4px 2px #655fd37d; */
  border: 0;
  font-size: 1vw;
  line-height: 1.5vw;
  background-color: #655fd30f;
  color: #fff;
}
.qForm .rt textarea {
  /* box-shadow: 0px 0px 4px 2px #655fd37d; */
  border: 0;
  background-color: #655fd30f;
  width: 100%;
  height: 20vh;
  color: #fff;
  padding: 15px;
}
.fa-user::before {
  content: "\f007";
  font-family: "FontAwesome";
  color: #655fd3;
  margin-right: 10px;
}
.fa-contact::before {
  content: "\f2b9";
  font-family: "FontAwesome";
  color: #655fd3;
  margin-right: 10px;
}
.fa-int::before {
  content: "\40";
  font-family: "FontAwesome";
  color: #655fd3;
  margin-right: 10px;
}

/* portfolio */
.tabs .t1 a:after {
  content: "Logo Design";
  display: flex;
  margin-top: 20px;
  line-height: 22px;
  justify-content: center;
}
.tabs .t3 a:after {
  content: "Informative Website";
  display: flex;
  margin-top: 20px;
  line-height: 22px;
  justify-content: center;
}
.tabs .t2 a:after {
  content: "E-Commerce Website";
  display: flex;
  margin-top: 20px;
  line-height: 22px;
  justify-content: center;
}
.tabs .t4 a:after {
  content: "Video Animation";
  display: flex;
  margin-top: 20px;
  line-height: 22px;
  justify-content: center;
}

.tabs .t5 a:after {
  content: "SEO";
  display: flex;
  margin-top: 20px;
  line-height: 22px;
  justify-content: center;
}

.tabs .t6 a:after {
  content: "Branding Design";
  display: flex;
  margin-top: 20px;
  line-height: 22px;
  justify-content: center;
}

.tabs .t7 a:after {
  content: "Mobile App Development";
  display: flex;
  margin-top: 20px;
  line-height: 22px;
  justify-content: center;
}
/* webcraft */
.portolio-pg .custom-tab-list ul li {
  margin-top: 15px;
}

.portfolio {
  position: relative;
  overflow: hidden;
}

.portfolio-box ul {
  font-size: 0;
  text-align: center;
}

.portfolio-box ul li {
  display: inline-block;
  width: calc(33.3% - 15px);
  margin-bottom: 15px;
  margin-right: 15px;
  -webkit-box-shadow: inset 0 0 17px 0 rgb(0 0 0);
  -moz-box-shadow: inset 0 0 17px 0 #000;
  box-shadow: 0 0 10px 0 hsl(0deg 0% 0% / 13%);
  position: relative;
}

.portfolio-box ul li .portfolio-item {
  -webkit-box-shadow: inset 0 0 17px 0 #000;
  -moz-box-shadow: inset 0 0 17px 0 #000;
  box-shadow: inset 0 0 17px 0 #000;
  position: relative;
  overflow: hidden;
}

.portfolio-box ul li .portfolio-item .hover-effect {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease-in-out;
  background-color: rgb(51 51 51 / 51%);
  display: none !important;
}

.portfolio-box ul li .portfolio-item .hover-effect a {
  color: var(--white);
  font-size: 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-box ul li:hover .hover-effect {
  opacity: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block !important;
}

.portfolio-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  color: #fff;
}
/*  */
.portf {
  padding: 5vh 0;
}
/* .tabs {
  display: flex;
} */

#tab-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
#tab-links img {
  width: 7vh;
}
.tabs > ul {
  list-style-type: none;
  padding: 0;
  /* overflow: scroll;
  overflow-x: clip;
  height: 65vw; */
}
.tabs > ul li {
  display: block;
  text-align: center;
}
.tabs > ul li a {
  display: block;
  text-decoration: none;
  background: #1d1d1d;
  /* padding: 2vw; */
  padding: 5vh 4vw;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.tabs > ul li a.active {
  background: #655fd3;
  color: #fff;
}
/* transition */
/* .rotate{
  -webkit-animation:spin 4s linear;
  -moz-animation:spin 4s linear;
  animation:spin 4s linear;
} */
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*  */
.tabs > ul .t1 a.active::before {
  content: "";
  background: url(../images/icon/Light/logo-design.png);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  animation: scale 1s linear;
  background-size: contain;
}
.tabs .t1 a:before {
  content: "";
  background: url(../images/icon/Dark/logo-design.png);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  filter: invert(1);
  background-size: contain;
}
.tabs > ul .t2 a.active::before {
  content: "";
  background: url(../images/icon/Light/web-design.png);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  animation: scale 1s linear;
  background-size: contain;
}
.tabs .t2 a:before {
  content: "";
  background: url(../images/icon/Dark/web-design.png);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  filter: invert(1);
  background-size: contain;
}
.tabs > ul .t3 a.active::before {
  content: "";
  background: url(../images/icon/Light/ecommerce.png);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  animation: scale 1s linear;
  background-size: contain;
}
.tabs .t3 a:before {
  content: "";
  background: url(../images/icon/Dark/ecommerce.png);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  filter: invert(1);
    background-size: contain;
}
.tabs > ul .t4 a.active::before {
  content: "";
  background: url(../images/icon/Light/video-animation-01.svg);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  animation: scale 1s linear;
  filter: invert(1);
    background-size: contain;
}
.tabs .t4 a:before {
  content: "";
  background: url(../images/icon/Dark/video-animation-01.svg);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  filter: invert(1);
    background-size: contain;
}
.tabs > ul .t5 a.active::before {
  content: "";
  background: url(../images/icon/Light/seo-01.svg);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  animation: scale 1s linear;
  filter: invert(1);
    background-size: contain;
}
.tabs .t5 a:before {
  content: "";
  background: url(../images/icon/Dark/seo-01.svg);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  filter: invert(1);
    background-size: contain;
}
.tabs > ul .t6 a.active::before {
  content: "";
  background: url(../images/icon/Light/branding-1.png);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  animation: scale 1s linear;
  filter: invert(1);
    background-size: contain;
}
.tabs .t6 a:before {
  content: "";
  background: url(../images/icon/Dark/branding-1.png);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  filter: invert(1);
    background-size: contain;
}
.tabs > ul .t7 a.active::before {
  content: "";
  background: url(../images/icon/Light/app-development.png);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  animation: scale 1s linear;
  background-size: contain;
}
.tabs .t7 a:before {
  content: "";
  background: url(../images/icon/Dark/app-development.png);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  filter: invert(1);
    background-size: contain;
}
.tabs > ul li a:hover:not(.active) {
  color: #fff;
  /* background: #34afa9; */
}
.tabs section {
  background: transparent;
  padding: 1px;
  display: none;
  width: 100%;
}
.tabs section.active {
  display: block;
}
.fourthSec {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-right: 68px;
  padding-left: 57px;
}

h1 span,
h2 span,
h3 span,
h5 span,
p span {
  color: #655fd3;
}
.social-wrapper {
  display: flex;
}
section#port main{
  padding: 10px 100px;
}
@media only screen and (max-width: 1200px) {
  .fixBtn {
    display: none;
  }
  .portfolio-box ul li {
    width: calc(49.3% - 15px) !important;
  }
  .main .container {
    display: grid;
    /* grid-template-columns: 1fr; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  .tabs a:after {
    margin-top: 5px !important;
    font-size: 1vh;
    line-height: 1.5vh !important;
  }
  .tabs a:before {
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat;
  }
}
.swiper-pagination {
  display: none;
}
@media(max-width: 1450px){
  .swiper-full-mobile:before{
    left: 17.4%;
  }
}
@media (max-width: 768px) {
  .social-wrapper ul li {
    width: 55px;
    height: 55px;
  }
  .social-wrapper ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social-wrapper ul li a i{
    margin-top: 3px;
  }
  .banner .context h1,
  .inovat-text h2,
  .sec-title h2,
  .get_in_touch .get-in-touch-head h4,
  .packages .heading h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner .context p,
  .inovat-text p,
  .sec-title p {
    font-size: 22px;
    line-height: 30px;
  }

  .inovat {
    padding: 100px 0px;
    margin-bottom: 100px;
  }
  .inovate-img img {
    width: 300px;
  }
  .swiper-full-mobile .swiper-slide img{
    display: none;
  }
  .swiper-slide.swiper-slide-active img{
    display: block;
  }
  .swiper-full-mobile .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .swiper-full-mobile:before {
    left: 0px;
  }
  .swiper-full-mobile .swiper-slide img {
    margin-left: 5px;
  }
  .footerLinks {
    gap: 15px;
  }
  .get_in_touch {
    padding: 100px 0px;
  }
  .portfolio-item img{
    height: 160px;
    object-fit: cover;
  }
  section#port main{
    padding: 0px 0px;
  }
}
.banvid{
  position: absolute;
}
canvas{
  position: absolute;
} 
.info-step span{
  color: #fff !important;
}
.july-promo img {
  width: 190px;
}
.july-promo {
  position: fixed;
  bottom: 50px;
  z-index: 9999;
}
.floating {  
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% { transform: translate(0,  0px); }
  50%  { transform: translate(0, 15px); }
  100%   { transform: translate(0, -0px); }    
}