/**** Custom Style ***/
body {
  font-family: "Urbanist", sans-serif !important;
  overflow-x: hidden;
  background: #100d27;
}

p {
  color: #fff;
}

/* Remove default margins */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

body h2 {
  letter-spacing: -0.01em;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif !important;
  color: #fff;
}

a,
a:visited {
  /* color: #181c25; */
  text-decoration: none; /* optional */
}

a {
  /* color: #031f45; */
  transition: 0.3s all ease-in-out;
}

.hide {
  display: none !important;
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 48px;
    line-height: 1.7;
    font-weight: 400;
  }
}

.primary-btn,
form .primary-btn {
  background: #5609e8 !important;
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px 60px !important;
  border-radius: 5px !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  display: inline-block;
  width: initial !important;
  border: none !important;
  transition: 0.3s all ease-in-out;
}

.primary-btn:hover,
form .primary-btn:hover {
  color: #fff !important;
  background: #4909c1 !important;
}

/*** Header ***/
header.main-header {
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  background: #100d27;
  padding: 20px 0;
  z-index: 1999;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

header.main-header img {
  max-width: 200px;
}

.header-right {
  display: flex;
  align-items: center;
}

a.header-btn {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 25px;
  margin-right: 20px;
  position: relative;
}

a.header-btn span {
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
}

a.header-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5609e8;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}

a.header-btn:hover,
a.header-btn:active {
  color: #fff;
}

a.header-btn:hover:before {
  transform: scale(1.06);
}

button.burger-menu-btn {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  height: 18px;
  width: 23px;
  cursor: pointer;
}

button.burger-menu-btn span {
  height: 2px;
  background: #fff;
  width: 100%;
}

button.burger-menu-btn span:before,
button.burger-menu-btn span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  display: block;
  height: 2px;
}

button.burger-menu-btn span:before {
  top: 0;
}

button.burger-menu-btn span:after {
  bottom: 0;
  transform: scaleX(0.7);
  transform-origin: left;
  transition: 0.3s all ease-in-out;
}

button.burger-menu-btn:hover span:after {
  transform: scaleX(1);
}

/*** Menu ***/
.main-menu-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #100d27;
  display: flex;
  align-items: center;
  opacity: 0;
  top: -300px;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
}

.main-menu-wrap.active {
  top: 0;
  opacity: 1;
  pointer-events: initial;
}

button.menu-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 25px;
  padding: 0;
  transition: 0.3s all ease-in-out;
}

button.menu-close-btn:hover {
  opacity: 0.3;
}

#menu-menu-1 {
  display: flex;
  flex-flow: row wrap;
  max-width: 900px;
  margin: auto;
}

#menu-menu-1 li {
  width: 50%;
  text-align: center;
  padding: 30px;
  position: relative;
}

#menu-menu-1 a {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

#menu-menu-1 a:hover {
  color: #4909c1;
}

.main-menu-wrap a.custom-logo-link {
  position: absolute;
  top: 30px;
  left: 30px;
}

.main-menu-wrap a.custom-logo-link img {
  max-width: 150px;
}

#menu-menu-1 .sub-menu {
  position: absolute;
  bottom: -10px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  list-style: none;
}

#menu-menu-1 .sub-menu li {
  width: initial;
  padding: 015px;
}

#menu-menu-1 .sub-menu li a {
  font-size: 20px;
  white-space: nowrap;
}

/*** Homepage Sec 1 ***/
section#hp-sec1 {
  padding: 120px 0;
}

.hp-sec1-inner {
  position: relative;
  z-index: 2;
}

section#hp-sec1 h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.3;
}

h2 small {
  display: block;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

section#hp-sec1 h3 {
  font-size: 34px;
}

section#hp-sec1 p {
  max-width: 600px;
  margin: 40px 0 20px;
}

section#hp-sec1 img {
  transform: rotate(-35deg) translateX(-150px) scale(1.3) translateY(-27px);
  animation: sway 4s ease-in-out infinite;
  transform-origin: top center; /* makes it swing like it's hanging */
}

@keyframes sway {
  0% {
    transform: rotate(-38deg) translateX(-150px) scale(1.3) translateY(-27px);
  }
  50% {
    transform: rotate(-32deg) translateX(-150px) scale(1.3) translateY(-27px);
  }
  100% {
    transform: rotate(-38deg) translateX(-150px) scale(1.3) translateY(-27px);
  }
}

span.underlined-text {
  position: relative;
}

span.underlined-text svg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  transform: scale(1.4) translateY(-5px);
  z-index: -1;
}

/*** Sec 2 - Services ***/
.services-item svg {
  max-width: 60px;
  height: auto;
  margin-bottom: 40px;
}

.services-wrap {
  display: flex;
  flex-flow: row wrap;
  margin-top: 70px;
}

.services-item {
  width: 33.33%;
  padding: 50px 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.services-item:nth-child(1),
.services-item:nth-child(4),
.services-item:nth-child(7) {
  border-left: 0;
}

.services-item:nth-child(3),
.services-item:nth-child(6),
.services-item:nth-child(9) {
  border-right: 0;
}

.services-item:nth-child(1),
.services-item:nth-child(2),
.services-item:nth-child(3) {
  border-top: 0;
}

.services-item:nth-child(7),
.services-item:nth-child(8),
.services-item:nth-child(9) {
  border-bottom: 0;
}

section#hp-sec2 {
  border-top: 15px solid #5609e8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-item h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

.services-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-item ul li {
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.7;
  font-size: 18px;
  display: flex;
  gap: 30px;
}

.services-item ul li i {
  font-size: 25px;
  color: #f902df;
}

.bg-white h2,
.bg-white h3,
.bg-white p {
  color: #000;
}

section#hp-sec3 {
  padding: 100px 0;
}

.text-bg-y {
  background: #5609e8;
}

section#hp-sec4,
section#hp-sec6 {
  padding: 140px 0;
}

.bm-industry-grid-item svg {
  max-width: 50px;
  height: auto;
}

.bm-industry-grid {
  display: flex;
  flex-flow: row wrap;
}

.bm-industry-grid-item {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 25px 20px;
}

.bm-industry-grid-item h3 {
  font-size: 16px;
  font-weight: 400;
  margin-left: 30px;
}

section#hp-sec5 {
  padding: 150px 0;
}

.bg-grey {
  background: #161137;
}

h2.title-lg {
  font-size: 100px;
  text-decoration: underline;
}

#hp-sec7 {
  padding: 100px 0;
}

section#footer-newsletter {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

section#footer-newsletter h2 small {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}

/* viewport mask */
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  opacity: 0.1;
  pointer-events: none;
}

/* moving track */
.track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

/* outline text */
.outline-text {
  font-size: 5rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  letter-spacing: 2px;
  padding-right: 4rem; /* spacing between repeats */
  text-transform: uppercase;
}

/* seamless loop animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.text-p {
  color: #5609e8;
}

.nl-left {
  padding-right: 50px;
}

/*** Footer ****/
footer#colophon img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 20px;
}

footer#colophon {
  padding: 100px 0 0;
}

footer#colophon p.text-sm {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

footer#colophon p {
  font-size: 15px;
}

footer#colophon p.text-lg {
  font-size: 21px;
}

.footer-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-nav a {
  color: #fff;
}

.footer-nav a:hover,
.footer-nav a:active {
  color: #4909c1;
}

.footer-item {
  padding: 0 30px;
}

.copyright {
  padding: 15px;
  text-align: center;
  font-size: 14px;
  color: #acacac;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
}

/*** Inner Page ***/
aside#secondary,
footer.entry-footer,
header.entry-header {
  display: none;
}

.post,
.page,
.page-content,
.entry-content,
.entry-summary {
  margin: 0 !important;
}

.page ul,
.page ol {
  margin-left: 0;
}

.about-page-header {
  padding: 100px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 100px;
}

.about-main i.text-p {
  margin-right: 20px;
}

.about-main ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  color: #fff;
}

.cu-main input:not([type="submit"]),
.cu-main textarea {
  height: 50px;
  padding: 0 15px;
}

.cu-main textarea {
  height: 200px;
  padding-top: 15px;
  resize: none;
}

/*** Media Queries ***/
@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
  section#hp-sec1 img {
    display: none;
  }

  .services-item {
    width: 100%;
    border: none;
    text-align: center;
  }

  .services-item ul {
    text-align: left;
  }

  .bm-industry-grid-item {
    width: 50%;
  }

  section#hp-sec7 img {
    margin-bottom: 40px;
  }

  .footer-item {
    padding: 0;
  }

  #menu-menu-1 li {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }

  header.main-header img {
    max-width: 150px;
  }

  #menu-menu-1 .sub-menu {
    position: relative;
    bottom: 0;
    display: flex;
    left: 0;
    transform: translateX(0);
    padding: 0;
    list-style: none;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  #menu-menu-1 a {
    font-size: 35px;
  }

  a.header-btn {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .bm-industry-grid-item {
    width: 100%;
  }
}
