@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
.green {
  color: orange;
}

.indigo {
  color: #845aff;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #080e10;
  color: #ffffff;
}
.card {
  background-color: none !important;
  background: none !important;
  border: none !important;
  color: white !important;
}
.container {
  max-width: 90%;
  margin: auto;
}

a {
  text-decoration: none;
  color: #ffffff;
  text-transform: capitalize;
}

textarea,
input,
button {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  color: #ffffff;
  outline: none;
}

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

.flex1 {
  display: flex;
}

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

.py {
  padding: 80px 0;
}

h3,
h4,
h5 {
  font-weight: 500;
}

ul {
  text-decoration: none;
  list-style-type: none;
}

p {
  font-size: 20px;
}

.desc-p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  margin: 22px 0;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.round {
  border-radius: 50px 0 50px 0;
}

.ml {
  margin-left: 50px;
}

.mr {
  margin-left: 50px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}

@media screen and (max-width: 800px) {
  .grid-6,
  .grid-4,
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
@media screen and (max-width: 500px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .grid-2,
  .grid-3,
  .grid-6,
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }
}
.title-logo {
  font-size: 35px;
  -webkit-text-stroke: 1px orange;
  color: transparent;
}
.title-logo span {
  font-size: 30px;
  -webkit-text-stroke: 1px white;
  color: transparent;
}

.logobg {
  font-size: 60px;
}
.logobg span {
  font-size: 50px;
}

.titleSm {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
}

.title {
  font-size: 30px;
  font-weight: 500;
  background: linear-gradient(250deg, rgb(255, 85, 219) 24%, rgb(52, 108, 255) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.title-bg {
  font-size: 40px;
}

.secondary-button,
.button-primary {
  text-transform: capitalize;
  color: white;
  padding: 13px 40px;
  background-color: orange;
  font-size: 15px;
  border-radius: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
}

.secondary-button,
.button-primary:hover {
  color: black;
}

.secondary-button {
  background-color: #171e20;
  box-shadow: none;
  color: #ffffff;
  padding: 20px 60px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: #080e10 0px 7px 29px 0px;
  transition: 0.5s ease-in-out;
}
.secondary-button:hover {
  color: #00dc93;
}

.heading-title {
  text-align: center;
  max-width: 65%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 25px;
}
.heading-title p {
  margin: 35px 0;
  color: rgba(255, 255, 255, 0.5);
}

.card h1 {
  transition: 0.5s;
}
.card h1:hover {
  color: orange;
  cursor: pointer;
}
.card .card-img {
  margin-bottom: 30px;
}
.card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50px 0 50px 0;
}
.card a {
  display: flex;
  align-items: center;
  color: #845aff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 14px;
}
.card a .link-icon {
  margin-left: 14px;
}
.card span {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 22px;
  display: block;
  letter-spacing: 2px;
  font-size: 14px;
}
.card ul {
  margin-top: 35px;
}
.card ul li {
  margin-bottom: 20px;
  opacity: 0.5;
}
.card .title-link {
  display: block !important;
  color: #ffffff;
  letter-spacing: 0px !important;
  text-transform: capitalize;
}
@media screen and (max-width: 800px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }

  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
  }

  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
  }

  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
  }
  @media screen and (max-width: 500px) {
    .container {
      max-width: 100%;
      padding: 0 20px;
    }
    .grid-2,
    .grid-3,
    .grid-6,
    .grid-4 {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 50px;
    }
  }
  header {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: sticky;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999;
  }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: none;
  }
  header .container nav a {
    margin: 0 20px;
  }

  .activeLink {
    position: relative;
    color: orange;
  }
  .activeLink::after {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: orange;
  }
}
@media screen and (max-width: 800px) {
  header nav {
    display: none;
  }
  header .openMenu {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: 40vh;
    padding: 20px;
    background: #080e10;
    display: flex;
    flex-direction: column;
    z-index: 999;
  }
  header .openMenu a {
    width: 100%;
    display: block;
    display: flex;
    margin-bottom: 30px !important;
  }
  header .button-primary {
    display: none;
  }
  .activeLink::after {
    display: none;
  }
}
/*  Hero Section */
.hero {
  text-align: center;
  padding: 35px 0;
  padding-top: 100px;
  height: 90vh !important;
  overflow: hidden !important;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 180%;
  height: 200vh;
  background-image: url("../assets/images/art-top-cropp.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  overflow-x: hidden !important;
}
.hero .hero-title {
  font-size: 100px;
  line-height: 115px;
  font-weight: 600;
  margin: 35px 0;
}
.hero .sub-heading {
  display: flex;
  justify-content: center;
}
.hero .sub-heading .titleSm {
  margin: 0 18px;
}
.hero .sub-heading span {
  font-size: 60px;
  line-height: 0;
  color: #00dc93;
}

.hero-sec {
  position: relative;
}
.hero-sec::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0%;
  width: 100%;
  height: 200px;
  z-index: -1;
  background-color: #080e10;
  filter: blur(20px);
}

.expertise .card-img {
  height: 300px;
}

.banner {
  margin-top: 100px;
}
.banner .container {
  border-radius: 50px 0 50px 0;
  padding: 60px;
  background: rgb(192, 90, 255);
  background: linear-gradient(203deg, rgb(174, 65, 241) 0%, rgb(31, 16, 82) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: none;
}

.testimonial .card {
  padding: 20px;
}
.testimonial .cards {
  margin-top: 60px;
}
.testimonial .cards p {
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 30px;
}
.testimonial .cards .image {
  display: flex;
  align-items: center;
  justify-content: none;
  flex-direction: none;
  margin-bottom: 25px;
}
.testimonial .cards .image .img {
  width: 100px;
  height: 100px;
}
.testimonial .cards .image .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .cards .image .img-text {
  margin-left: 22px;
}
.testimonial .cards .image .img-text h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.testimonial .cards .image .img-text span {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
}

.showcase .card-img {
  height: auto;
}
.showcase .links {
  display: flex;
  align-items: none;
  justify-content: flex-end;
  flex-direction: none;
}

.brand-content img {
  opacity: 0.7;
  filter: grayscale(100%);
  transition: 0.5s ease-in-out;
}
.brand-content img:hover {
  opacity: 1;
  filter: grayscale(0%);
  cursor: pointer;
}

.blog-card .card {
  display: flex;
  align-items: none;
  justify-content: space-between;
  flex-direction: none;
}
.blog-card .card .card-img {
  width: 40%;
  height: 250px;
}
.blog-card .card .card-details {
  width: 55% !important;
  padding: 60px 0 !important;
}

footer {
  position: relative;
  padding: 100px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
footer .logobg {
  line-height: 0;
  padding-top: 18px;
  margin-bottom: 60px;
}
footer h3 {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 35px;
}
footer span,
footer p {
  color: rgba(255, 255, 255, 0.5);
}
footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s ease-in-out;
  margin-bottom: 20px;
  display: block;
}
footer ul li a:hover {
  color: orange;
}
footer .connect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: none;
}
footer .connect span {
  font-size: 14px;
  letter-spacing: 2px;
}
footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 60vh;
  background-image: url("/assets/images/blurfooter-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.bg-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 60vh;
  background-image: url("../assets/images/blurfooter-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  transform: rotate(180deg);
}

.agency .content {
  margin-top: 60px;
}
.agency .content h1 {
  font-size: 35px;
}
.agency .content .box h1 {
  font-size: 60px;
  font-weight: 400;
}
.agency .content .misson-p {
  border-left: 5px solid #845aff;
  padding-left: 30px;
}

.showcase img {
  width: 300px;
}
.showcase .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: none;
}

.contact .left {
  padding-right: 60px;
}
.contact .left ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: none;
  margin-top: 60px;
}
.contact .left .icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: none;
}
.contact .left .box {
  margin-bottom: 60px;
}
.contact .left .box .icons {
  color: #00dc93;
}
.contact .left .box h3 {
  padding: 20px 0;
}
.contact .left .box span {
  opacity: 0.5;
}
.contact .right {
  border-radius: 50px 0 50px 0;
  padding: 60px;
  background-color: #171e20;
}
.contact .right form {
  margin-top: 60px;
}
.contact .right .inputs {
  margin-bottom: 35px;
}
.contact .right .inputs span {
  text-transform: uppercase;
}
.contact .right .inputs textarea,
.contact .right .inputs input {
  width: 100%;
  background-color: #ffffff;
  padding: 15px;
  margin-top: 14px;
  color: #080e10;
}
.contact .right button {
  width: 100%;
  padding: 18px;
}

.post-details .heading-title .desc {
  text-align: left;
}

@media screen and (max-width: 800px) {
  .hero .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
  .hero .sub-heading {
    flex-direction: column;
  }
  .banner .container {
    display: flex;
    align-items: center;
    justify-content: none;
    flex-direction: column;
  }
  .banner .container button {
    margin-top: 50px;
  }
  .banner .container h1 {
    font-size: 30px !important;
  }
  .blog-card .card {
    display: flex !important;
    align-items: none !important;
    justify-content: none !important;
    flex-direction: column !important;
  }
  .blog-card .card .card-img {
    width: 100%;
    height: 300px;
  }
  .blog-card .card .card-details {
    width: 100% !important;
    padding: 0 !important;
  }
  .w-30,
  .w-40,
  .w-50,
  .w-60,
  .w-70 {
    width: 100%;
    margin: 0;
  }
  .agency .flex,
  .agency .flex1 {
    flex-direction: column;
  }
  .agency .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
  }
  .contact .content {
    flex-direction: column;
  }
  .contact .content .left {
    text-align: center;
    margin-bottom: 50px;
  }
  .contact .content .left ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact .content .left ul li {
    margin: 0 20px;
  }
} /*# sourceMappingURL=main.css.map */
