body {
  padding: 0px;
  margin: 0px;
  font-family: "Red Hat Display", sans-serif;
  color: #fff;
  font-size: 17px;
  background: #050927;
}

.popup {
  visibility: hidden;
  color: #fff;
  background: hsla(0, 0%, 100%, .2);
  border: 1px solid #b985ff;
  border-radius: 8px;
  -webkit-column-gap: .5rem;
  column-gap: .5rem;
  padding: 12px 15px;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.popup.show {
  visibility: visible;
  opacity: 1;
}

/************** home page ***********************/
.dropdown-toggle {
  white-space: inherit !important;
}

.menu .menu-inner ul li .sub-menu {
  display: none;
  padding-bottom: 10px !important;
}

.menu .menu-inner ul li .sub-menu a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.dropdown-toggle-active {
  background: rgb(37, 95, 97) !important;
}

.dropdown-toggle::after {
  position: absolute;
  left: 93%;
  top: 20px;
}

.menu .menu-inner ul li a {
  position: relative;
}

.dropdown-toggle-active:after {
  transform: rotate(-180deg);
}

.nav-item a {
  text-decoration: none;
}

.nav-tabs li a {
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.grid-item {
  float: left;
  width: 33.3%;
  position: static !important;
}

.home-blogs-box img {
  width: 100%;
  max-height: 250px;
}

.grid-item a {
  display: block;
  padding: 5px 10px;
}

.isotope {
  width: 100% !important;
  max-width: 100% !important;
}

.nav-tabs .active a {
  background: #8850ff;
  border-color: #8850ff;
  color: #fff;
}

.grid-item img {
  width: 100%;
  height: auto;
}

.grid-item a {
  border: 0;
  text-decoration: none;
}

.grid-item img:hover {
  filter: none;
}

.nav-tabs li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.nav-tabs li a.active,
.blogs-tabs .nav-tabs li a:hover {
  background: #8850ff;
  border-color: #8850ff;
  color: #fff;
}

.nav-tabs li a {
  background: transparent;
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  color: #fff;
}

.isotope-pager .pager {
  display: inline-block;
}

.isotope-pager a {
  background: hsla(0, 0%, 100%, 0.05);
  border: 0 !important;
  color: #fff !important;
  min-width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  border-radius: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0px 3px;
}

.isotope-pager a:hover {
  background: #7447f7;
}

.isotope-pager .active {
  background: hsla(0, 0%, 100%, 0.3);
}

.isotope-pager .prev {
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next {
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,
.isotope-pager a:after {
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.isotope-pager .num::before,
.next::before {
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,
.prev:after {
  border-right: 20px solid #f1f1f1;
  right: 0;
}

.grid-item:hover .overlay {
  opacity: 1;
}

/************** end page ***********************/
img {
  max-width: 100%;
  border: 0px;
}

.menu-cta {
  position: relative;
  top: 4px;
}

.menu-cta a {
  display: inline-block;
  width: 28px;
  height: 22px;
}

.menu-cta a {
  background: url("images/menu-icon.png") no-repeat center center;
  background-size: cover;
}

.menu-cta.close-cta a {
  background: url("images/menu-close-icon.png") no-repeat center center;
  background-size: cover;
}

.menu-cta,
.head-chat-icon,
.top-login-signup {
  z-index: 999;
}

.menu {
  position: fixed;
  width: 100%;
  /* width: 35%; */
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  top: 0px;
  right: 0px;
  width: 37% !important;
  z-index: 99;
  display: none;
}

.menu .menu-inner {
  margin: 90px 40px 10px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: 75vh;
  overflow-y: scroll;
  padding-right: 10px;
  position: relative;
}

.menu .menu-inner::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px; */
  background-color: rgba(0, 0, 0, 0);
}

.menu .menu-inner::-webkit-scrollbar {
  border-radius: 10px;
  width: 8px;
  background-color: rgba(0, 0, 0, 0);
}

.menu .menu-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #8850ff;
}

.menu .menu-inner ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.menu .menu-inner ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sideMenuIcon {
  display: inline-block;
  margin-right: 10px;
}

.menu .menu-inner ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 0px !important;
  font-family: "Red Hat Display", sans-serif !important;
  text-decoration: none;
  display: block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.menu .menu-inner ul li a:hover {
  color: #0cd5dc;
}

.menu .menu-inner ul li a b {
  font-weight: 500;
}

.menu-mobile-visible {
  display: none !important;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menu-mobile-visible-inn {
  display: flex;
  justify-content: space-between;
}

.menu-mobile-visible-inn a {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  padding: 7px 10px !important;
  font-size: 17px;
  text-decoration: none;
  display: block;
  width: 120px;
  text-align: center;
}

.menu-mobile-visible-inn a.mobile-signup {
  background: #8850ff !important;
  border-color: #8850ff !important;
}

@font-face {
  font-family: "LASER";
  src: url("fonts/LASER.eot");
  src: url("fonts/LASER.eot?#iefix") format("embedded-opentype"),
    url("fonts/LASER.woff2") format("woff2"),
    url("fonts/LASER.woff") format("woff"),
    url("fonts/LASER.ttf") format("truetype"),
    url("fonts/LASER.svg#LASER") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.main-header {
  padding: 20px 20px !important;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

.main-header .row {
  align-items: center;
}

.top-login-signup ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: center;
}

.top-login-signup ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
}

.top-login-signup ul li a {
  display: block;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  padding: 6px 38px !important;
  cursor: pointer;
}

.top-login-signup ul li.head-signup a {
  background: #8850ff !important;
  border-color: #8850ff !important;
}

.head-chat-icon {
  position: relative;
  right: -50px;
}

.top-login-signup {
  position: relative;
  right: -110px;
}

.main-header.fixed-header {
  background: #050927b0 !important;
  border-bottom: 0px solid #8850ff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.head-chat-icon,
.head-menu {
  text-align: right;
}

.head-chat-icon img {
  max-width: 36px;
}

.head-menu img {
  width: 28px;
}

.main-header .main-logo {
  width: 65%;
}

.main-header .main-logo img {
  max-width: 233px;
}

body h2 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 25px;
  font-size: 32px;
  font-family: "LASER";
}

h2 span,
h3 span {
  color: #8850ff;
}

body h3 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 25px;
  font-size: 30px;
}

body h4 {
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 24px;
}

body h5 {
  font-weight: 800;
  margin-bottom: 15px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.blog-detail-popular a,
.blog-detail-related a {
  text-decoration: none !important;
}

.blog-related-img {
  height: 190px;
  overflow: hidden;
}

.blog-pg-box .home-blogs-cont-title {
  height: 115px;
}

.blog-pg-box .home-blogs-cont-desc {
  height: 100px;
}

.blog-pg-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
  min-height: 81px;
}

.blog-pg-box p a {
  text-decoration: none !important;
}

.blog-detail-related .home-blogs-cont-title {
  font-size: 18px !important;
  line-height: 25px;
}

.blog-detail-related {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-detail-related h2 {
  font-weight: 400;
  margin-bottom: 30px;
}

.blog-share ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.blog-share ul li {
  padding: 0px !important;
  margin: 0px 20px 0px 0px !important;
  display: inline-block;
}

.blog-share ul li:after {
  display: none;
}

.blog-share ul li a {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  border-radius: 30px;
  line-height: 46px;
  text-align: center;
}

.blog-share ul li a:hover {
  background: #fff;
}

.blog-share ul li a svg {
  color: #050927;
  width: 24px;

}

.blog-share ul li:first-child svg {
  transform: rotate(110deg);
}

.blog-detail-cont span,
.blog-detail-cont a {
  color: #cfb9ff !important;
}

.blog-detail-cont h5 {
  padding: 0px 0px 10px 0px;
  margin: 0px;
  font-size: 25px;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif !important;
}

.blog-detail-cont hr {
  border: 0px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-detail-cont ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.blog-detail-cont ul li {
  padding: 0px 0px 15px 20px;
  position: relative;
}

.blog-detail-cont ul li:after {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #8850ff;
  border-radius: 100%;
}

.blog-detail-popular .home-blogs-cont-title {
  min-height: inherit !important;
}

.blog-detail-mid h4 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "LASER";
}

.blog-detail-main {
  margin-top: 150px;
}

.blog-dtl-top {
  padding-bottom: 30px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}

.blog-dtl-top img {
  border-radius: 10px;
}

.blog-dtl-top h6 {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-family: "Red Hat Display", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  color: #b796ff;
  text-transform: normal;
}

.blog-dtl-top h6 span {
  color: #b796ff;
  position: relative;
  top: -3px;
  font-size: 25px;
}

.blog-dtl-top h2 {
  font-weight: 400;
}

.blog-dtl-top-info {
  color: #a0a4d6;
}

.blog-dtl-top-info span {
  color: #a0a4d6;
  position: relative;
  top: -3px;
  font-size: 25px;
}

.home-blogs-cont-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.home-blogs-box {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-pg-box {
  border: 1px solid rgba(0, 0, 0, 0) !important;
}

.blog-pg-box:hover {
  border: 1px solid var(--Main, #8850ff) !important;
  box-shadow: 6px 6px 40px 0px rgba(95, 21, 207, 0.05),
    -6px -6px 50px 0px rgba(95, 21, 207, 0.05) !important;
}

.blog-pg-info {
  color: #a0a4d6;
}

.blog-pg-box:hover .blog-pg-info {
  color: #fff;
}

.home-blogs-cont {
  background: url("../assets/images/hp-pricing-text-bg.png") top center no-repeat;
  background-size: cover;
  padding: 20px;
}

.blog-pg-info {
  color: #a0a4d6;
}

.home-blogs-box img {
  width: 100%;
}

.footer-main {
  padding-bottom: 72px;
  background: url("../assets/images/footer-bg.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  padding-top: min(15vh, 200px);
}

.footer-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 56px !important;
}

.footer-logo img {
  max-width: 280px;
}

.footer-col1 {
  max-width: 20rem;
}

.footer-main h4 {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
  text-transform: none;
  font-family: "Red Hat Display" !important;
  line-height: 22px;
  width: fit-content;
}

.footer-main h4:after {
  position: absolute;
  left: 0px;
  bottom: -0.5rem;
  width: 25%;
  height: 2px;
  content: "";
  background-color: #7447f7;
  border-radius: 10px;
}

.footer-social img {
  max-width: 48px;
  display: inline-block;
  margin-right: 1.5rem;
  margin-top: 24px;
}

.footer-col2-row {
  gap: 80px;
  display: flex;
  flex-direction: row;
}

.footer-col3-row {
  gap: 12px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

.footer-col2 ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.footer-col2 ul li {
  padding: 0px 0px 13px 0px;
  margin: 0px;
  display: block;
}

.footer-col2 ul li a {
  display: block;
  color: #a0a4d6;
  text-decoration: none;
}

.seventh-site-footer-info {
  padding: 0px 0px 15px 0px;
}

.seventh-site-footer-info svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  fill: #8850ff;
  margin-right: 10px;
}

.seventh-site-footer-info a {
  color: #a0a4d6;
  text-decoration: none;
}

.footer-copy {
  color: #a0a4d6;
  width: fit-content;
}

.footer-copy-menu {
  text-align: right;
  width: fit-content;
  margin: 0 0 0 auto;
}

.footer-copy-menu a {
  font-size: 17px;
  color: #a0a4d6;
  display: inline-block;
  padding-right: 20px;
  text-decoration: none;
}

@media only screen and (max-width: 1080px) {
  .top-login-signup {
    right: 0px !important;
  }

  .head-chat-icon {
    right: 0px;
  }
}

@media only screen and (max-width: 1012px) {
  .footer-col1 {
    max-width: 100% !important;
  }

  .footer-cols {
    flex-direction: column;
  }

  .footer-mb-reverse {
    flex-direction: column-reverse;
  }

  .footer-copy-menu {
    margin: 0 auto 0 0;
  }

  .footer-main {
    padding-top: 50px;
  }

  .footer-copy-menu a {
    padding-left: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .footer-col3-row {
    align-content: flex-start;
  }

  .top-login-signup ul li a {
    padding: 6px 17px !important;
  }
}

@media only screen and (max-width: 768px) {
  .home-blogs-box img {
    width: 100%;
    max-height: inherit;
  }

  .menu {
    width: 100% !important;
  }

  .menu-mobile-visible {
    display: block !important;
  }

  .head-chat-icon {
    position: relative;
    right: 0px;
  }

  .hide-on-mobile {
    display: none;
  }

  .main-header .main-logo img {
    max-width: 200px;
  }

  .main-header {
    padding: 20px 0px !important;
  }

  .blog-detail-related {
    padding-bottom: 40px;
  }

  .footer-copy-menu {
    text-align: left !important;
  }

  .blog-detail-main {
    margin-top: 100px;
  }

  .blog-dtl-top {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .blog-dtl-top .col-md-5,
  .blog-dtl-top .col-md-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .blog-detail-mid h4 {
    font-size: 20px;
  }

  .blog-detail-popular {
    margin-top: 50px !important;
  }

  .blog-detail-related h2 {
    font-size: 24px;
  }

  .blog-detail-cont h5 {
    font-size: 22px;
  }

  .blog-dtl-top-info {
    margin-bottom: 30px;
  }

  .blog-pg-box .home-blogs-cont-title {
    min-height: inherit;
  }

  .blog-dtl-top h2 {
    font-size: 24px;
  }

  .grid-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1600px) and (max-width: 1900px) {
  .menu {
    width: 39% !important;
  }
}

@media (min-width: 1900px) {
  .menu {
    width: 41% !important;
  }
}