* {
  font-family: "Poppins", sans-serif;
}

header {
  background-color: #050a15;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff !important;
}

.navbar-brand {
  padding: 10px 0;
}

.navbar-nav li {
  padding: 0 20px;
}

.navbar-nav {
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 0 20px;
  margin: auto;
}

.navbar {
  top: 0;
  width: 100% !important;
  z-index: 20;
}

.navbar-collapse {
  flex-grow: 0;
}

.btnbutton {
  background: linear-gradient(#050a15, #050a15) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box;
  border-radius: 10px !important;
  border: 3px solid transparent;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  color: #ffffff;
  padding: 0.5rem 1rem;
  cursor: pointer;
  width: 151px;
  height: 60px;
}

.heading {
  margin: auto;
}

.frant1 {
  text-align: center;
}

.franth1 {
  color: #ffffff;
  font-size: 53px;
}

.hero {
  background-image: url(/Glaring-image/Glaring-background.png);
  overflow: hidden;
  position: relative;
  background-size: cover;
  padding: 11% 0px;
}

.frantp {
  color: #ffffff;
  opacity: 0.6;
  font-size: 18px;
  margin: 2% 0px;
}

.icon-cont {
  display: flex;
  flex-wrap: wrap;
}

.icon {
  display: flex;
  align-items: center;
  width: 128px;
  height: 128px;
  margin: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon:after {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 128px;
  text-align: center;
  color: white;
  font-size: 5em;
  font-family: FontAwesome;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.icon:hover {
  transform: translate(0, -0.5em);
}

span {
  background: -webkit-linear-gradient(
    96.14deg,
    #ff609c -5.63%,
    #b026e6 53.09%,
    #5d9bff 105.9%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right {
  position: absolute;
  top: 16%;
  right: 14%;
  width: 7%;
}

.left {
  position: absolute;
  width: 7%;
  top: 33%;
  left: 16%;
}

.text {
  background-color: #050a15;
  padding: 5% 0px !important;
  position: relative;
}

.textpar {
  color: #ffffff;
  font-size: 60px;
  text-align: center;
}

.texth1 {
  text-align: center;
}

.textpar {
  position: absolute;
  top: 22%;
  left: 22%;
}

.background1 {
  padding: 4% 0px;
  background-color: #060816;
}

.expressionimg img {
  margin-left: 49px;
  margin-bottom: 3%;
}

.expressionimgset {
  display: flex;
  justify-content: center;
}

.expressionimgsection {
  display: flex;
  justify-content: center;

  flex-direction: column;
  margin: 20% 0px;
}

.expressionimgcontent {
  color: #ffffff;
  font-size: 53px;
}

.expressionimgparagraph {
  color: #ffffff;
  opacity: 0.4;
  font-size: 15px;
}

.buttonarrow {
  background-color: #060816;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 37px;
  padding: 17px;
  text-align: center;
}

.background2 {
  padding: 4% 0px;
  background-color: #060816;
}

.background3 {
  padding: 4% 0px;
  background-color: #060816;
}

.background4 {
  padding: 4% 0px;
  background-color: #060816;
}

.background5 {
  padding: 4% 0px;
  background-color: #060816;
}

.footer .nav-item {
  color: #ffffff !important;
  opacity: 0.6 !important;
  font-size: 15px !important;
}

.footer_option {
  text-align: center;
  font-size: 24px;

}

.footer_option h5 {
  color: #ffffff;
}

.footer {
  padding: 10px 0px;
  background-image: url(/Glaring-image/glaringfooter.png);
  background-size: cover;
}

/* .img {
    display: flex;
    justify-content: center;
}

.social_media {
    margin: 15px 0;
}

.social_media_icon img {
    padding: 0px 10px 10px 1px;
    opacity: 0.5;
}

.social_media_icon img:hover {
    opacity: 1;
} */

.logo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3%;
}

.img img {
  width: 80%;
  margin-bottom: 34px;
}

.iconsocial {
  display: flex;
  gap: 15px;
}

input[type="email"] {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #ffffff !important;
  box-sizing: border-box;
  height: 40px;
  border-radius: 10px 0px 0px 10px;
  border: none;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
  background-color: #050a15;
}

input,
input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 3;
}

.bt {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px;
  border-radius: 0px 10px 10px 0px;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
  /* position: absolute;
  left: 82%; */
}

.sectionh2 {
  color: #ffffff;
  font-size: 18px;
  /* margin-bottom: 40px; */
  font-weight: bolder;
}

.section-ul {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  padding-bottom: 30px;
}

.section-ul li {
  list-style-type: none;
}

.list {
  padding-bottom: 8px;
  font-size: 13px;
}

.nav-linkpolicy {
  color: #ffffff !important;
  font-size: 15px !important;
  text-decoration: none;
}

.app {
  background: #f9f9f9;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.app_heading h1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.owl-carousel .owl-item img {
  height: 100%;
  padding: 20px 39px;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.card img {
  padding: 0px 60px;
}

.card {
  text-align: center;
  height: 100%;
  border: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #060816 !important;
  border-radius: 10px !important;
}

.blogs .card-body {
  display: flex;
  flex-direction: column;
  padding: 16px;
  min-height: 200px;
}

.slider {
  padding: 50px 50px 0 50px;
}

.card-title {
  color: #cac6c6 !important;
}

.card-body h1 {
  font-size: 16px;
  margin: 8px 0;
}

.card-body p {
  font-size: 14px;
  margin: 8px 0 16px 0;
}

.btnbuttonapp {
  background: linear-gradient(#050a15, #050a15) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box;
  border-radius: 10px !important;
  border: 2px solid transparent;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  width: 151px;
  height: 60px;
  text-decoration: none;
}

.btnbuttonapp:hover {
  color: #f9f9f9;
}

@media screen and (max-width: 990px) {
  .hero {
    padding: 20% 0px 11% 0px;
  }

  .frantp {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 150%;
  }

  .frant1 img {
    width: 30%;
  }

  .right {
    position: absolute;
    top: 11%;
    right: 4%;
    width: 15%;
  }

  .left {
    position: absolute;
    width: 13%;
    top: 38%;
    left: 2%;
  }

  .text .texth1 .textpar {
    font-size: 44px;
    left: 9%;
  }

  .text {
    margin: -1% 0px;
    padding: 9% 0px;
  }

  .expressionimgset img {
    width: 100%;
  }

  .expressionimgsection {
    margin: 27% 0px;
  }

  .expressionimgcontent {
    font-size: 28px;
  }

  .expressionimgparagraph {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .expressionimg img {
    width: 17%;
    display: none;
  }

  .background1 {
    margin: -1% 0px;
    padding: 9% 0px;
  }

  .background2 {
    margin: -1% 0px;
    padding: 7% 0px;
  }

  .background3 {
    margin: -1% 0px;
    padding: 9% 0px;
  }

  .background4 {
    margin: -1% 0px;
    padding: 9% 0px;
  }

  .footer .logo img {
    width: 35%;
  }

  .bt {
    left: 77%;
  }

  .footer {
    overflow: hidden;
  }

  .background5 {
    margin: -1% 0px;
  }
  
}

@media screen and (max-width: 800px) {
  .hero {
    padding: 20% 0px 11% 0px;
  }

  .frantp {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 150%;
  }

  .frant1 img {
    width: 30%;
  }

  .right {
    position: absolute;
    top: 11%;
    right: 4%;
    width: 15%;
  }

  .left {
    position: absolute;
    width: 13%;
    top: 37%;
    left: 3%;
  }

  .text .texth1 .textpar {
    font-size: 40px;
    left: 10%;
  }

  .text {
    margin: -1% 0px;
    padding: 9% 0px;
  }

  .expressionimgset img {
    width: 100%;
  }

  .expressionimgsection {
    margin: 27% 0px;
  }

  .expressionimgcontent {
    font-size: 28px;
  }

  .expressionimgparagraph {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .expressionimg img {
    width: 17%;
    display: none;
  }

  .background1 {
    margin: -1% 0px;
    padding: 9% 0px;
  }

  .background2 {
    margin: -1% 0px;
    padding: 7% 0px;
  }

  .background3 {
    margin: -1% 0px;
    padding: 9% 0px;
  }

  .background4 {
    margin: -1% 0px;
    padding: 9% 0px;
  }

  .footer .logo img {
    width: 35%;
  }

  .bt {
    left: 77%;
  }

  .footer {
    overflow: hidden;
  }
  .downloadbtns{
    margin-top: 25px
  }
}

@media screen and (max-width: 480px) {
  .navbar img {
    width: 77%;
  }
.downloadbtns{
  margin-top: 25px
}
  .hero {
    padding: 25% 0px 8% 0px;
    margin: -1% 0px;
  }

  .left {
    display: none;
  }

  .right {
    display: none;
  }

  .franth1 {
    font-size: 21px;
  }

  .frantp {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 4% 0px;
  }

  .frant1 img {
    width: 40%;
    margin-bottom: -14%;
  }

  .icon-cont {
    width: 350px !important;
  }

  .text {
    margin: -1px 0px;
  }

  .text .texth1 .textpar {
    font-size: 18px;
    left: 7%;
  }

  .expressionimgsection {
    margin: 13% 0px;
    text-align: center;
  }

  .expressionimgcontent {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .expressionimgset img {
    width: 90%;
  }

  .background1 {
    margin: -1% 0px;
    padding: 3% 0px;
  }

  .background2 .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .background2 {
    margin: -1% 0px;
    padding: 4% 0px;
  }

  .background4 .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .background3 {
    margin: -1% 0px;
    padding: 5% 0px;
  }

  .background4 {
    margin: -1% 0px;
    padding: 5% 0px;
  }

  .background5 {
    margin: -1% 0px;
    padding: 4% 0px 11% 0px;
  }

  .footer .logo img {
    width: 96%;
    margin-bottom: 6%;
    margin-left: 2%;
  }

  .logo {
    display: flex;
    flex-direction: column;
  }

  .emailform {
    margin: 4% 0px;
  }

  .bt {
    left: 68%;
  }

  .footer_option h5 {
    text-align: center;
  }

  .footer_option li {
    text-align: center;
  }

  .iconsocial {
    display: flex;
    justify-content: center;
    gap: 25px;
  }
  .footer .img {
    width: 100%;
    margin-bottom: 15px;
  }

  /* -------------------------- */

  .ms_heading h1 {
    color: rgb(0, 0, 0);
    font-weight: bolder;
    font-size: 40px;
  }

  .icon-cont {
    width: 350px !important;
  }

  .sm-order-1 {
    order: 11;
  }

  .sm-order-2 {
    order: 2;
  }

  /* .igallery,
    .croppy,
    .mplayer,
    .phototool,
    .vplayer {
        padding: 50px 0 0;
    } */

  .terms h1,
  h4 {
    font-size: 18px !important;
  }

  .terms p {
    font-size: 15px !important;
  }

  .app {
    padding: 30px 0;
  }

  .app_heading h1 {
    font-size: 46px !important;
    line-height: 65px;
  }
}

@media screen and (max-width: 376px) {
  .navbar img {
    width: 60%;
  }

  .hero {
    padding: 4% 0px;
  }

  .left {
    display: none;
  }

  .terms h1,
  h4 {
    font-size: 17px !important;
  }

  .terms p {
    font-size: 15px !important;
  }

  .app {
    padding: 30px 0;
  }

  .franth1 {
    font-size: 27px;
  }

  .frantp {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 4% 0px;
  }

  .frant1 img {
    width: 40%;
    margin-bottom: -14%;
  }

  .icon-cont {
    width: 350px !important;
  }

  .text {
    margin: -1px 0px;
  }

  .text .texth1 .textpar {
    font-size: 22px;
    left: 5%;
  }

  .text .texth1 img {
    width: 55%;
  }

  .expressionimgsection {
    /* margin: 12% 0px; */
    text-align: center;
  }

  .expressionimgcontent {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 5%;
  }

  .expressionimgset img {
    width: 90%;
  }

  .background1 {
    margin: -1% 0px;
    padding: 3% 0px;
  }

  .background2 .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .background2 {
    margin: -1% 0px;
    padding: 4% 0px;
  }

  .background4 .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .background3 {
    margin: -1% 0px;
    padding: 4% 0px;
  }

  .background4 {
    margin: -1% 0px;
    padding: 4% 0px;
  }

  .background5 {
    margin: -1% 0px;
    padding: 4% 0px 11% 0px;
  }

  .footer .logo img {
    width: 96% !important;
    margin-bottom: 8%;
    margin-left: 2%;
  }

  .logo {
    display: flex;
    flex-direction: column;
  }

  .emailform {
    margin: 4% 0px;
  }

  .bt {
    left: 66%;
  }

  .footer_option h5 {
    text-align: center;
  }

  .footer_option li {
    text-align: center;
  }

  .iconsocial {
    display: flex;
    justify-content: center;
    gap: 25px;
  }

  .app_heading h1 {
    font-size: 46px !important;
    line-height: 65px;
  }
}

/* privacy css */
header .logo {
  /* background-color: #0b122d;
    height: 80px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.terms {
  padding-top: 100px;
}

p,
b,
ul,
ol {
  color: #828282;
  line-height: 26px;
  text-decoration: none;
}

.terms h1,
h4 {
  font-size: 26px;
  color: #717b91;
  font-weight: 500;
}

.terms p {
  font-size: 17px;
}

.nav-linkpolicy {
  color: #ffffff !important;
  font-size: 15px !important;
  text-decoration: none;
}

.glowing::before {
  content: "";
  position: absolute;
  left: -3.5px;
  top: -3.5px;
  background: linear-gradient(
    45deg,
    #ff31f7,
    #a14bf5,
    #189de8,
    #b8f11a,
    #ff31f7,
    #a14bf5,
    #189de8,
    #b8f11a,
    #ff31f7
  );
  background-size: 400%;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  z-index: -1;
  animation: glower 20s linear infinite;
  border-radius: 13px;
}

@keyframes glower {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 200% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #060816;
  z-index: 9999999999;
}
.txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}
svg {
  font-family: "Russo One", sans-serif;
  position: absolute;
  width: 100%;
  height: 100%;
}
svg text {
  text-transform: uppercase;
  animation: stroke 5s infinite alternate;
  stroke-width: 4;
  stroke: #fff;
  font-size: 140px;
  font-weight: 700;
}
@keyframes stroke {
  0% {
    fill: rgba(72, 138, 20, 0);
    stroke: white;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(72, 138, 20, 0);
    stroke: white;
  }
  80% {
    fill: rgba(72, 138, 20, 0);
    stroke: white;
    stroke-width: 3;
  }
  100% {
    fill: linear-gradient(240.05deg, #A14BF5 18.56%, #189DE8 54.41%, #B8F11A 90.56%);
    stroke: rgba(54, 95, 160, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}

img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
