/* ELEGANT MEDIA LIBRARY 2022 */
/* EM Design Team */
/*------ TABLE OF CONTENTS:------*/
/* Variables */
/* Normalize */
/* Background & Colors */
/* Padding & Margins */
/* Typography */
/* Main-navbar */
/* Buttons & Links */
/* Form */
/* BG-components */
/* Custom feature */
/* Footer */
/* Media queries */
/* Variables ------------------------------------------------------ */
/* End - Variables ------------------------------------------------------ */
/* Normalize ------------------------------------------ */
@font-face {
  font-family: 'SF Pro Display Bold';
  src: local("SF Pro Display"), url("../fonts/sf-pro-display/SFPRODISPLAYBOLD.woff") format("woff");
}

@font-face {
  font-family: 'SF Pro Display Medium';
  src: local("SF Pro Display"), url("../fonts/sf-pro-display/SFPRODISPLAYMEDIUM.woff") format("woff");
}

@font-face {
  font-family: 'SF Pro Display';
  src: local("SF Pro Display"), url("../fonts/sf-pro-display/SFPRODISPLAYREGULAR.woff") format("woff");
}

@font-face {
  font-family: 'SF Pro Display light';
  src: local("SF Pro Display"), url("../fonts/sf-pro-display/SFPRODISPLAYLIGHT.ttf") format("ttf");
}

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: 'SF Pro Display';
  font-weight: 400;
  background-color: #FAFAFA;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

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

ul {
  margin-bottom: 0px;
}

p {
  font-family: 'SF Pro Display';
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

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

.container-0 {
  max-width: 1320px;
  margin: 0 auto;
  left: 0;
}

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

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

.text-container-m {
  max-width: 424px;
}

.text-container-272 {
  max-width: 272px;
}

.row {
  margin-top: 0px;
}

::-moz-selection, ::-moz-selection {
  background: #5598ED;
  color: #fff;
}

::selection, ::-moz-selection {
  background: #5598ED;
  color: #fff;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) / 2.5);
  padding-left: calc(var(--bs-gutter-x) / 2.5);
}

/* End - Normalize -------------------------------------------------- */
/* Background & Colors  ---------------------------------------------------------- */
.nightshade {
  background: linear-gradient(45deg, #32B4F5 0%, #7F0EDE 100%);
}

.nightshade-bg {
  background-image: linear-gradient(45deg, #32B4F5 0%, #7F0EDE 100%), #FAFAFA;
  background-repeat: no-repeat;
  background-size: 100%;
}

.nightshade-bg-2 {
  background: url(../images/elements/bgElement@1x.png), linear-gradient(45deg, #32B4F5 0%, #7F0EDE 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2560px, 100%;
}

.nightshade-wave {
  background: url(../images/elements/bgElement@1x.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2560px, 100%;
}

.nightsky {
  background-image: url(../images/elements/whiteheader.png), linear-gradient(45deg, #262535 0%, #2F0060 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2560px, 100%;
}

.nightsky-bg {
  background: linear-gradient(45deg, #262535 0%, #2F0060 100%);
}

.nightshade-text {
  background: linear-gradient(45deg, #32B4F5 0%, #7F0EDE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.a1 {
  color: #32B4F5;
}

.a1-bg {
  background-color: #32B4F5;
}

.a2 {
  color: #5598ED;
}

.a2-bg {
  background-color: #5598ED;
}

.a3 {
  color: #7419D2;
}

.a3-bg {
  background-color: #7419D2;
}

.b1 {
  color: #F6E631;
}

.b1-bg {
  background-color: #F6E631;
}

.b2 {
  color: #EB8914;
}

.b2-bg {
  background-color: #EB8914;
}

.c1 {
  color: #EB6150;
}

.c1-bg {
  background-color: #EB6150;
  color: #FFFFFF;
}

.c1-border {
  outline: 2px solid #EB6150;
  outline-offset: -2px;
}

.d1 {
  color: #FFFFFF;
}

.d1-bg {
  background-color: #FFFFFF;
  color: #EB6150;
}

.d1-border {
  outline: 2px solid #FFFFFF;
  outline-offset: -2px;
}

.d2 {
  color: #000000;
}

.d2-bg {
  background-color: #000000;
}

.d3 {
  color: #333333;
}

.d3-bg {
  background-color: #333333;
}

.d4 {
  color: #666666;
}

.d4-bg {
  background-color: #666666;
}

.d4-border {
  outline: 2px solid #666666;
  outline-offset: -2px;
}

.d5 {
  color: #FAFAFA;
}

.d5-bg {
  background-color: #FAFAFA;
}

.d6 {
  color: #F6F6F6;
}

.d6-bg {
  background-color: #F6F6F6;
}

/* End - Gradient & Colors  -------------------------------------------------------------------------------- */
/* Padding & Margins  -------------------------------------------------------------------------------- */
.p-b-8 {
  padding-bottom: 8px;
}

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

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

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

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

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

.p-r-24 {
  padding-right: 24px;
}

.p-l-24 {
  padding-left: 24px;
}

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

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

.p-l-32 {
  padding-left: 32px;
}

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

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

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

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

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

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

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

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

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

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

.p-64 {
  padding: 64px;
}

.mx-32 {
  margin-right: 32px;
  margin-left: 32px;
}

.p-64-stay {
  padding: 64px;
}

.m-r-16 {
  margin-right: 16px;
}

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

.m-b-16 {
  margin-bottom: 16px;
}

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

.m-b-25 {
  margin-bottom: 25px;
}

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

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

.m-b-56 {
  margin-bottom: 56px;
}

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

/* End - Padding & Margins  -------------------------------------------------------------------------------- */
/* Typography  -------------------------------------------------------------------------------- */
.body {
  font-family: 'SF Pro Display';
  font-size: 20px;
  line-height: 24px;
}

.body-light {
  font-family: 'SF Pro Display light';
  font-size: 20px;
  line-height: 24px;
}

.body-small {
  font-family: 'SF Pro Display';
  font-size: 16px;
  line-height: 18px;
}

.headingHXL {
  font-family: 'SF Pro Display Bold';
  font-size: 120px;
  line-height: 120px;
}

.headingHX {
  font-family: 'SF Pro Display Bold';
  font-size: 80px;
  line-height: 80px;
  position: relative !important;
}

.headingH1 {
  font-family: 'SF Pro Display Bold';
  font-size: 64px;
  line-height: 64px;
}

.headingH1-stay {
  font-family: 'SF Pro Display Bold';
  font-size: 64px;
  line-height: 64px;
}

.headingH2 {
  font-family: 'SF Pro Display Bold';
  font-size: 40px;
  line-height: 48px;
}

.headingH3 {
  font-family: 'SF Pro Display Bold';
  font-size: 28px;
  line-height: 32px;
}

.button {
  font-family: 'SF Pro Display Bold';
  font-size: 18px;
  line-height: 56px;
}

.text-white {
  color: #fff !important;
}

.all-align-center {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-bold {
  font-weight: bold;
}

.justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.text-left {
  text-align: left !important;
}

/* End - Typography -------------------------------------------------------------------------------- */
/* Main-navbar -------------------------------------------------------------------------------- */
.navbar-brand {
  padding-top: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar .dropdown-menu {
  width: 100%;
  top: auto;
  left: 0;
}

.navbar li a {
  width: 128px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  font-family: 'SF Pro Display' !important;
  margin: 0px 0px;
  text-align: center;
}

.navbar .container {
  background: transparent !important;
  max-width: 1440px !important;
  padding: 3px 40px 3px 40px;
}

.navbar .container .last-list {
  margin-left: 120px;
}

.navbar .container .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.navbar .container li a {
  color: #FFFFFF;
}

.navbar .container li a i {
  margin-right: 8px;
}

.f-link-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-link-2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-link-2 li a {
  text-align: left !important;
  width: 100%;
}

.f-link-2 .f2i {
  margin-left: 8px;
  font-size: 12px;
  color: #EB6150;
}

.f-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}

.f-link i {
  margin: 5px auto 0px 8px;
  font-size: 12px;
  color: #EB6150;
}

/* End - Main-navbar -------------------------------------------------------------------------------- */
/* Buttons & Links -------------------------------------------------------------------------------- */
.nav-button-hover {
  font-family: 'SF Pro Display Bold' !important;
  height: 40px;
  width: 212px;
  border-radius: 8px;
  background-color: #EB6150;
  color: #fff !important;
  height: 44px;
  text-align: center;
  line-height: 44px;
}

.main-button-hover {
  height: 56px;
  border-radius: 8px;
  line-height: 56px;
}

.button-232 {
  width: 232px;
}

.button-216 {
  width: 216px;
}

.button-176 {
  width: 176px;
}

.margin-r-12 {
  margin-right: 12px;
}

button {
  border: none;
}

.dark-nav li a {
  color: #333333;
}

/* End - Buttons & Links -------------------------------------------------------------------------------- */
/* Form -------------------------------------------------------------------------------- */
.main-form input {
  width: 100%;
  max-width: 360px;
  height: 56px;
  padding-left: 20px;
  border-radius: 8px;
  background: #FFFFFF;
  border: none;
}

/* End - Form -------------------------------------------------------------------------------- */
/* Accordion -------------------------------------------------------------------------------- */
/* End - Accordion -------------------------------------------------------------------------------- */
/* BG-components -------------------------------------------------------------------------------- */
.header-component {
  margin: 0 auto;
  min-height: 416px;
  width: 1360px;
  border-radius: 40px 40px 200px 40px;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}

.overlap-breaker-card {
  margin-top: -56px;
}

.breaker-card {
  border-radius: 24px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
}

.num-box {
  border-radius: 24px;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 16px 32px 16px;
  margin: 8px auto 8px auto;
  height: 200px;
  width: 100%;
  text-align: center;
}

/* End - BG-components ------------------------------------------------------------------ */
/* Owl -------------------------------------------------------------- */
/* End - Owl ------------------------------------------------------------------ */
/* Custom feature -------------------------------------------------------------- */
.bring-top {
  position: relative;
  z-index: 9;
}

.t-center {
  text-align: center;
}

.border-right-dash {
  border-right: 1px dashed #cccccc;
}

.border-left-dash {
  border-left: 1px dashed #cccccc;
}

.border-bottom-dash {
  border-bottom: 1px dashed #cccccc;
}

.stars img {
  width: 33px;
  padding: 3px;
}

.testamonial-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testamonial-details .client-pic {
  margin-right: 8px;
}

.service-iphone-img {
  max-width: 919px !important;
}

.box-dots {
  position: absolute;
  -webkit-transform: translate(130px, -70px);
          transform: translate(130px, -70px);
}

.b-dot {
  width: 39px;
  height: 39px;
  border-radius: 8px;
  background: #D8D8D8;
  margin: 4px;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

/* End - Custom feature ------------------------------------------------------ */
/* Footer -------------------------------------------------------------- */
.footer li a {
  font-size: 18px !important;
  color: #F6F6F6;
}

.copyright {
  font-size: 14px !important;
  color: #F6F6F6;
}

.footer .f-link i {
  margin: 0px 20px 0px 0px;
}

.footer .f-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* End - Footer -------------------------------------------------------------- */
/* Media queries -------------------------------------------------------------------------------- */
@media only screen and (max-width: 540px) {
  .m-r-16 {
    margin-right: 0px;
  }
  .button-216 {
    margin-top: 8px;
    width: 100%;
  }
  .headingHX {
    font-size: 48px;
    line-height: 58px;
  }
  .mobile-graphic-width {
    width: 800px;
  }
  .header-component {
    border-radius: 40px 40px 40px 40px;
    padding: 0px 32px;
  }
}

@media screen and (max-width: 769px) {
  .headingH1 {
    font-size: 40px;
    line-height: 48px;
  }
  .headingH2 {
    font-size: 28px;
    line-height: 32px;
  }
  .p-64 {
    padding: 16px;
  }
  .p-t-160 {
    padding-top: 80px;
  }
  .p-b-160 {
    padding-bottom: 80px;
  }
  .button-232, .button-176 {
    width: 100%;
  }
  .button-176 {
    margin-top: 16px;
  }
  .nightshade-bg-2 {
    background-position: center top;
  }
  .mobile-hide {
    display: none;
  }
  .p-m-t-16 {
    padding-top: 16px;
  }
  .p-m-t-80 {
    padding-top: 80px;
  }
  .p-m-t-174 {
    padding-top: 174px;
  }
  .order-m-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}

@media screen and (max-width: 990px) {
  .flex-order {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .nightshade-bg {
    background: linear-gradient(45deg, #32B4F5 0%, #7F0EDE 100%);
  }
  .bg-dark2 {
    background: linear-gradient(45deg, #333333 0%, #2F0060 100%);
  }
  .navbar .container {
    padding: 28px 16px 28px 16px;
  }
  .border-right-dash {
    border-right: none;
  }
  .border-left-dash {
    border-left: none;
  }
  .border-bottom-dash {
    border-bottom: none;
  }
  .ft-image {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .last-list {
    margin-right: 0px !important;
  }
  .last-list .nav-link {
    text-align: left !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .navbar-nav li ul {
    left: 100% !important;
  }
  .navbar-nav li ul p {
    width: 200px !important;
  }
  .imageParent {
    margin-right: 18px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 990px) {
  .col-em-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-em-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (max-width: 1400px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-padding {
    margin: 0 16px;
  }
  .last-list {
    margin-left: 0px;
  }
}

@media (min-width: 1152px) {
  .navbar .container {
    padding: 3px 80px 3px 80px !important;
  }
}

@media (max-width: 1030px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

/* End - Media queries -------------------------------------------------------------------------------- */
/*# sourceMappingURL=style.css.map */