@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/*
 |-----------------------------------------------------------
 | Common Styles
 |-----------------------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow-x: hidden;
  background: url("../images/bg.png"), -webkit-gradient(linear, left top, right top, from(#1a0425), to(#04040b)) !important;
  background: url("../images/bg.png"), linear-gradient(to right, #1a0425, #04040b) !important;
  background-size: 100%;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #e63a28 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}

ul {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #dddddd;
  font-weight: 300;
}

.container {
  max-width: 1152px !important;
  margin: 0 auto;
}

.container.smallcon {
  max-width: 900px !important;
  margin: 0 auto;
}

.container-fluid {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.row {
  margin-top: 0px;
}

::-moz-selection, ::-moz-selection {
  background: #e63a28;
  color: #FFFFFF;
}

::selection, ::-moz-selection {
  background: #e63a28;
  color: #FFFFFF;
}

body {
  padding-right: 0 !important;
}

/*
 |-----------------------------------------------------------
 | Colors
 |-----------------------------------------------------------
*/
.a3-bg {
  background: #f5f5f5 !important;
}

.d3-bg {
  background: #606060;
}

.d3 {
  color: #606060;
}

.d2 {
  color: #dddddd;
}

.d2-bg {
  background: #dddddd;
}

.a1 {
  color: #e63a28;
}

.c2 {
  color: #dddddd !important;
}

.a1-bg {
  background: #e63a28 !important;
}

.a2 {
  color: #c54bef;
}

.a3 {
  color: #f5f5f5;
}

.d1 {
  color: #FFFFFF;
}

.d1-bg {
  background: #FFFFFF;
}

.b1-bg {
  background: #04040b !important;
}

.gradient-light {
  background: -webkit-gradient(linear, left top, right top, from(#e63a28), to(#c54bef)) !important;
  background: linear-gradient(to right, #e63a28, #c54bef) !important;
}

.gradient-light-text {
  color: linear-gradient(to right, #e63a28, #c54bef);
}

.gradient-dark {
  background: linear-gradient(45deg, #0c0024 0%, #1a0645 100%);
}

.a1-border {
  border: 2px solid #e63a28 !important;
  background: transparent;
}

.d1-border {
  border: 2px solid #FFFFFF !important;
  background: transparent;
}

.client-logo {
  -webkit-filter: grayscale(1) opacity(0.6);
          filter: grayscale(1) opacity(0.6);
  cursor: pointer;
}

.bgs {
  background: #1a0425;
}

/*
 |-----------------------------------------------------------
 | Size Styling
 |-----------------------------------------------------------
*/
.p-40 {
  padding: 40px !important;
}

.p-32 {
  padding: 32px;
}

.p-t-64 {
  padding-top: 64px;
}

.p-b-64 {
  padding-bottom: 64px;
}

.p-64 {
  padding: 64px;
}

.footer-1 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.py-80 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-160b {
  padding-top: 160px;
  padding-bottom: 100px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 160px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-120 {
  padding-top: 120px;
}

.p-t-160 {
  padding-top: 160px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.m-t-64 {
  margin-top: 64px;
}

/*
 |-----------------------------------------------------------
 | Font Styling
 |-----------------------------------------------------------
*/
.f-10 {
  font-size: 10px !important;
  line-height: 24px;
}

.f-14 {
  font-size: 14px !important;
  line-height: 24px;
}

.f-16 {
  font-size: 16px !important;
  line-height: 26px;
}

.opacity-1 {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#e63a28), to(#c54bef));
  background: linear-gradient(to right, #e63a28, #c54bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 20px;
  font-weight: 500 !important;
}

.headingXL {
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  line-height: 75px;
  font-weight: 400;
}

.headingX {
  font-family: 'Roboto', sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
}

.headingH1 {
  font-family: 'Roboto', sans-serif;
  font-size: 56px;
  line-height: 62px;
  font-weight: 400;
}

.subheading {
  text-transform: uppercase;
  letter-spacing: 5px;
}

.headingH2 {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
}

.headingH3 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}

.headingH4 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}

.headingH5 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

/*
 |-----------------------------------------------------------
 | Button Styling
 |-----------------------------------------------------------
*/
.main-button {
  height: 60px;
  padding: 15px 30px;
  color: white;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0), rgba(100, 100, 100, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(255, 255, 255, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 30px;
  font-weight: 500;
}

.main-button:hover {
  -webkit-box-shadow: 2px 2px 50px rgba(230, 58, 40, 0.2), -2px -2px 50px rgba(197, 75, 239, 0.2);
          box-shadow: 2px 2px 50px rgba(230, 58, 40, 0.2), -2px -2px 50px rgba(197, 75, 239, 0.2);
}

.nav-button {
  line-height: 20px;
  border: 1px dashed #c54bef;
  color: #dddddd;
  background: transparent;
  border-radius: 20px;
  font-weight: 600;
  padding: 10px 24px;
}

/*
 |-----------------------------------------------------------
 | Navbar Styling
 |-----------------------------------------------------------
*/
.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-item-has-children {
  float: left;
  overflow: hidden;
}

.menu-item-has-children::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>');
  -webkit-filter: invert(74%) sepia(47%) saturate(515%) hue-rotate(341deg) brightness(102%) contrast(101%);
          filter: invert(74%) sepia(47%) saturate(515%) hue-rotate(341deg) brightness(102%) contrast(101%);
  margin-left: 8px;
}

.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  background-color: #04040b;
  margin-left: -16px;
  padding: 16px 16px;
  min-width: 160px;
  border-radius: 16px;
  -webkit-box-shadow: 4px 4px 20px #28282811;
          box-shadow: 4px 4px 20px #28282811;
  z-index: 1;
  margin-top: 16px;
}

.menu-item-has-children .sub-menu .menu-item {
  padding: 8px 16px;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-item {
  padding: 16px 16px;
}

.menu-item a {
  color: #FFFFFF;
  font-size: 16px;
}

.menu-item a:hover {
  color: #c54bef !important;
}

@media screen and (max-width: 990px) {
  .menu-item-has-children::after {
    content: none;
  }
  .navbar-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .menu-item-has-children .sub-menu {
    position: relative;
    margin-left: 0px;
    padding: 0 0;
    background: transparent;
    min-width: 200px;
    border-radius: 0 0 16px 16px;
    margin-top: 16px;
  }
  .menu-item-has-children .sub-menu .menu-item {
    padding-right: 0px;
  }
  .mobile-padding {
    padding-top: 150px;
  }
  .navbar-collapse {
    position: absolute;
    top: 74px;
    left: 0px;
    background-color: #04040b;
    border-radius: 0 0 60px 0;
    -webkit-box-shadow: 4px 4px 20px #28282811;
            box-shadow: 4px 4px 20px #28282811;
    width: 100%;
    margin: 0px;
    padding: 16px 0px;
  }
  .navbar-collapse li {
    width: 100%;
  }
  .navbar-collapse li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-collapse li a::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/> </svg>');
    margin-right: 16px;
    -webkit-filter: invert(74%) sepia(47%) saturate(515%) hue-rotate(341deg) brightness(102%) contrast(101%);
            filter: invert(74%) sepia(47%) saturate(515%) hue-rotate(341deg) brightness(102%) contrast(101%);
  }
}

/*
 |-----------------------------------------------------------
 | Card Styling
 |-----------------------------------------------------------
*/
.curved-section {
  border-radius: 100px 100px 0 0;
}

.contact-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 16px;
}

.contact-icon.mail {
  background: #1c79fc14;
  color: #1c79fc;
}

.contact-icon.tel {
  background: #08e10014;
  color: #08e100;
}

.contact-icon.follow {
  background: #ff323214;
  color: #ff3232;
}

.white-container {
  background: #fff;
  border-radius: 16px;
  padding: 24px 32px;
  -webkit-box-shadow: 0px 0px 25px #2d2d2d17;
          box-shadow: 0px 0px 25px #2d2d2d17;
  margin-bottom: 32px;
}

.white-container.b1-bg {
  min-height: 126px;
}

.image-container {
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 25px #2d2d2d17;
          box-shadow: 0px 0px 25px #2d2d2d17;
  position: relative;
}

.image-container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 16px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #282828), to(#28282800));
  background-image: linear-gradient(to top, #282828 10%, #28282800 100%);
  opacity: 0.8;
  z-index: 2;
}

.image-container .image-text {
  position: absolute;
  bottom: 10px;
  z-index: 9;
  padding: 0 16px;
}

.image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
  width: 100%;
  border-radius: 16px;
  position: relative;
}

.ourworkthumb {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  background: #f5f5f5;
}

.style-element-curved {
  height: 60px;
  width: 40%;
  background: #FFFFFF;
  border-radius: 0px 60px 0px 0px;
}

.icon-card {
  background: #f5f5f5;
  padding: 10px 4px;
  border-radius: 6px;
  margin-right: 24px;
  min-height: 180px;
}

.black-content-block {
  background: #FFFFFF;
  border-radius: 50px 0px 0px 0px;
  padding: 64px;
  min-width: 50vw;
  border-left: 4px solid #f5f5f5;
  border-top: 4px solid #f5f5f5;
}

.black-content-block-bottom {
  background: linear-gradient(45deg, #0c0024 0%, #1a0645 100%);
  border-radius: 0px 0px 0px 50px;
  padding: 64px;
  min-width: 50vw;
}

.grey-content-block {
  background: #f5f5f5;
  border-radius: 50px 0px 0px 50px;
  padding: 64px;
  min-width: 50vw;
}

.color-content-block {
  border-radius: 0px 0px 50px 0px;
  min-width: 50vw;
  padding: 0px 32px;
  float: right;
  position: relative;
  background-size: cover;
}

.black-content-block .text-container, .black-content-block-bottom .text-container, .grey-content-block .text-container {
  max-width: 490px !important;
  margin-left: 0px;
}

.color-content-block .text-container {
  max-width: 520px !important;
  float: right;
}

.review-block {
  background: #f5f5f5;
  border-radius: 50px;
  padding: 32px;
  text-align: center;
  -webkit-box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.25);
  max-width: 500px;
}

.cta-block, .cta-block2 {
  background: #f5f5f5;
  background-size: cover;
  border-radius: 50px;
  padding: 64px;
  text-align: center;
  -webkit-box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.25);
  max-width: 500px;
}

.full-content-block {
  min-width: 50vw;
}

.accordion {
  margin: 0px 16px;
  font-size: 18px !important;
  font-weight: 300 !important;
}

.accordion-button:not(.collapsed) {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(100, 100, 100, 0.2))) !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 100, 100, 0.2)) !important;
  color: #dddddd !important;
  border-radius: 24px 24px 0px 0px !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.accordion-collapse {
  color: #dddddd;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(100, 100, 100, 0.2))) !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 100, 100, 0.2)) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-top: none !important;
  position: relative;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.accordion-body {
  text-align: left !important;
  padding: 0px 40px 40px 40px;
}

.accordion-button {
  background: linear-gradient(145deg, rgba(0, 0, 0, 0), rgba(100, 100, 100, 0.2)) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none !important;
  margin-top: 20px;
  padding: 24px !important;
  border-radius: 24px !important;
  color: #dddddd !important;
}

.accordion-button span {
  width: 368px;
}

.accordion-collapse {
  border-radius: 0px 0px 24px 24px !important;
}

.accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
  -webkit-filter: invert(51%) sepia(77%) saturate(7390%) hue-rotate(338deg) brightness(101%) contrast(101%) !important;
          filter: invert(51%) sepia(77%) saturate(7390%) hue-rotate(338deg) brightness(101%) contrast(101%) !important;
}

.service-card {
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 412px;
  border-radius: 16px;
  margin-bottom: 32px;
  padding: 32px;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0), rgba(100, 100, 100, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(255, 255, 255, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-card .service-img {
  -webkit-filter: grayscale(0.9);
          filter: grayscale(0.9);
  border-radius: 10px;
  margin-bottom: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-card:hover {
  -webkit-box-shadow: 2px 2px 50px rgba(230, 58, 40, 0.2), -2px -2px 50px rgba(197, 75, 239, 0.2);
          box-shadow: 2px 2px 50px rgba(230, 58, 40, 0.2), -2px -2px 50px rgba(197, 75, 239, 0.2);
}

.service-card:hover .service-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.screen-card {
  width: 100%;
  border-radius: 24px;
  padding: 10px;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0), rgba(100, 100, 100, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(255, 255, 255, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(255, 255, 255, 0.1);
}

.screen-img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}

.screen-img.screen1 {
  height: 620px;
}

.swiper {
  overflow: visible !important;
}

#swiper-prev:hover, #swiper-next:hover {
  background: -webkit-gradient(linear, left top, right top, from(#e63a28), to(#c54bef));
  background: linear-gradient(to right, #e63a28, #c54bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section {
  background: #e63a28;
}

.service-desc-img {
  height: 300px;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 25px #2d2d2d17;
          box-shadow: 0px 0px 25px #2d2d2d17;
}

.port-image {
  position: relative;
}

.port-image img {
  border-radius: 30px;
  -webkit-box-shadow: 0 7px 20px 5px #00000088;
          box-shadow: 0 7px 20px 5px #00000088;
}

.imageover-content {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 64px 32px 32px 32px;
  border-radius: 0 0 30px 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(17, 0, 32, 0)));
  background: linear-gradient(0deg, white 0%, rgba(17, 0, 32, 0) 100%);
}

.landing-card {
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 7px 20px 5px #00000013;
          box-shadow: 0 7px 20px 5px #00000013;
  position: relative;
  min-height: 390px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.landing-card:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.mesh-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #282c34;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 0, 36, 0.8)), to(rgba(26, 6, 69, 0.5))) !important;
  background: linear-gradient(180deg, rgba(12, 0, 36, 0.8) 0%, rgba(26, 6, 69, 0.5) 100%) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.card-content {
  position: relative;
  z-index: 9;
  padding: 20px;
}

/*
 |-----------------------------------------------------------
 | Form Styling
 |-----------------------------------------------------------
*/
.text-input {
  height: 60px;
  padding: 0px 16px;
  border-radius: 8px;
  background: #FFFFFF;
  border: none;
  -webkit-box-shadow: 0px 0px 5px #00000006;
          box-shadow: 0px 0px 5px #00000006;
  width: 100%;
}

.text-area {
  padding: 8px 16px;
  border-radius: 8px;
  background: #FFFFFF;
  border: none;
  -webkit-box-shadow: 0px 0px 5px #00000006;
          box-shadow: 0px 0px 5px #00000006;
  width: 100%;
  height: 120px;
}

.fixed-img-size {
  width: 720px;
}

.product-images .desk-img {
  position: relative;
  z-index: 2;
  float: right;
}

.product-images .desk-img2 {
  position: relative;
  z-index: 2;
  float: left;
}

.product-images .phone-img {
  position: absolute;
  -webkit-transform: translate(-25%, 40%) rotate(20deg);
          transform: translate(-25%, 40%) rotate(20deg);
}

.product-images .phone-img-2 {
  position: absolute;
  -webkit-transform: translate(-95%, 30%) rotate(-20deg);
          transform: translate(-95%, 30%) rotate(-20deg);
}

.product-images .phone-img2 {
  position: absolute;
  z-index: 4;
}

/*
 |-----------------------------------------------------------
 | Animation Styling
 |-----------------------------------------------------------
*/
@media (prefers-reduced-motion) {
  .anim {
    -webkit-transition: none;
    transition: none;
  }
}

.anim {
  opacity: 0;
}

@-webkit-keyframes anim1 {
  from {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes anim1 {
  from {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes animtop {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animtop {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes anim3 {
  from {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes anim3 {
  from {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes anim2 {
  from {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes anim2 {
  from {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes phone1 {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-25%, 0%) rotate(0deg);
            transform: translate(-25%, 0%) rotate(0deg);
    opacity: 1;
  }
}

@keyframes phone1 {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-25%, 0%) rotate(0deg);
            transform: translate(-25%, 0%) rotate(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes phone2 {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-45%, 0%);
            transform: translate(-45%, 0%);
    opacity: 1;
  }
}

@keyframes phone2 {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-45%, 0%);
            transform: translate(-45%, 0%);
    opacity: 1;
  }
}

@-webkit-keyframes phone11 {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-100%, 0%) rotate(0deg);
            transform: translate(-100%, 0%) rotate(0deg);
    opacity: 1;
  }
}

@keyframes phone11 {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-100%, 0%) rotate(0deg);
            transform: translate(-100%, 0%) rotate(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes phone22 {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-23%, 0%);
            transform: translate(-23%, 0%);
    opacity: 1;
  }
}

@keyframes phone22 {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-23%, 0%);
            transform: translate(-23%, 0%);
    opacity: 1;
  }
}

@-webkit-keyframes animateMesh {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes animateMesh {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}

/*
 |-----------------------------------------------------------
 | Responsive Styling
 |-----------------------------------------------------------
*/
@media screen and (max-width: 990px) {
  .screen-img {
    height: 200px !important;
  }
  .screen-img.screen1 {
    height: 200px !important;
  }
  .headingXL {
    font-size: 40px;
    line-height: 48px;
  }
  .headingX {
    font-size: 38px;
    line-height: 48px;
  }
  .landing-card {
    margin-bottom: 32px;
  }
  .location .py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .location .header-area {
    background: #04040b;
  }
  .location .header-area .navbar-brand {
    margin-right: 0;
  }
  .port-image .port-image-item {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .white-container.b1-bg {
    margin-bottom: 0px;
  }
  .curved-section {
    border-radius: 50px 50px 0 0;
  }
  .row {
    padding-left: 16px;
    padding-right: 16px;
  }
  .headingH1 {
    font-size: 32px;
    line-height: 40px;
  }
  .headingH3 {
    font-size: 24px;
    line-height: 28px;
  }
  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-64 {
    padding: 0px !important;
  }
  .main-button, .main-button-2 {
    min-width: 100% !important;
  }
  .accordion {
    margin: 0 0;
  }
  .icon-card img {
    width: 40px;
  }
  .about-img {
    width: 100%;
  }
  .mobile-center {
    text-align: center;
  }
  .color-content-block {
    padding: 0px 16px;
    border-radius: 10px;
  }
  .headingX {
    font-size: 24px;
    line-height: 32px;
  }
  .work-card {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
}

/* Animation */
.comparisonSection {
  position: relative;
  padding-bottom: 56.25%;
  /* to maintain aspect ratio (responsive!) */
}

.comparisonImage {
  width: 100%;
  height: 100%;
}

.afterImage {
  position: absolute;
  overflow: hidden;
  top: 0;
  -webkit-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
}

.afterImage img {
  -webkit-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
}

.comparisonImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 990px) {
  .comparisonImage {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .comparisonSection {
    padding-bottom: 0;
    /* to maintain aspect ratio (responsive!) */
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1024;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.scroll-down header {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.scroll-up header {
  background: -webkit-gradient(linear, left top, right top, from(#1a0425), to(#04040b));
  background: linear-gradient(to right, #1a0425, #04040b);
}

.scroll-up .navbar {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.menu-is-open {
  overflow: hidden;
}

.menu-is-open header {
  -webkit-filter: none;
          filter: none;
}

.cloud-section {
  position: relative;
  width: 100%;
}

.cloud {
  position: absolute;
  top: 20%;
  -webkit-animation: moveClouds 20s linear infinite;
          animation: moveClouds 20s linear infinite;
}

.cloud:nth-child(1) {
  left: -200px;
  top: 20%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.cloud:nth-child(2) {
  left: -300px;
  top: 40%;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.cloud:nth-child(3) {
  left: -400px;
  top: 60%;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.cloud:nth-child(4) {
  left: -500px;
  top: 30%;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

@-webkit-keyframes moveClouds {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

@keyframes moveClouds {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

.work-card {
  padding: 24px 0;
  cursor: pointer;
  border-top: 1px solid #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #dddddd;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.work-card:hover {
  background: -webkit-gradient(linear, left top, right top, from(#e63a28), to(#c54bef));
  background: linear-gradient(to right, #e63a28, #c54bef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.work-card .work-img {
  border-radius: 10px;
  width: 150px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-card:last-child {
  border-bottom: 1px solid #606060;
}

.about-img {
  border-radius: 24px 0 0 24px;
}

.modal-content {
  background: linear-gradient(-145deg, rgba(26, 4, 37, 0.8), rgba(4, 4, 11, 0.6)) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(255, 255, 255, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(255, 255, 255, 0.1);
  padding: 32px;
  border-radius: 24px !important;
}

.form-text {
  width: 100%;
  border-radius: 8px;
  height: 50px;
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #606060;
  padding: 8px;
}

.form-text-area {
  width: 100%;
  border-radius: 8px;
  height: 80px;
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #606060;
  padding: 8px;
}

.btn-close {
  -webkit-filter: invert(1);
          filter: invert(1);
}
/*# sourceMappingURL=styles.css.map */