:root {
    --gold: #ffb338;
    --light-shadow: #77571d;
    --dark-shadow: #3e2904;
  }
.topnav {
    overflow: hidden;
    background: linear-gradient(180deg, #1c1c1c, #5e5c5c, #1c1c1c);
    justify-content: center;
    display: flex;
    border-bottom: 4px solid #ffca00;
    border-top: 2px solid #ffca00;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
    background: linear-gradient(180deg, #ffca00, #ffeead, #ffca00);
  }
  
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

  body {
    background-color: black;
  }
  .goldtext {
    background: linear-gradient(180deg, #ffca00, #ffeead, #ffca00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    /* font-family: 'Playfair Display', serif; */
    position: relative;
    text-transform: uppercase;
    font-size: 33px;
    margin: 0;
    font-weight: bolder;
  }

  .content {
    text-align: justify;
    padding: 20px;
    background: radial-gradient(#272727, #1b1b1b);

  }
  .color-white {
    color: white;
  }
  .color-black {
    color: black
  }
  .extrabold {
    font-weight: 1000 !important;
  }
  .goldbg {
    background: linear-gradient(56deg, #ff8f00, #ffca00);
  }
  .wrapper {
    background: radial-gradient(#272727, #1b1b1b);
    display: grid;
    grid-template-areas: 'overlap';
    place-content: center;
    text-transform: uppercase;
  }
  .wrapper > div {
    background-clip: text;  
    -webkit-background-clip: text;
    color: #363833;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 100px;
    grid-area: overlap;
    letter-spacing: 1px;
    -webkit-text-stroke: 4px transparent;
  }
  div.bg {
    background-image: repeating-linear-gradient( 105deg, 
      var(--gold) 0% , 
      var(--dark-shadow) 5%,
      var(--gold) 12%);
    color: transparent;
    filter: drop-shadow(5px 15px 15px black);
    transform: scaleY(1.05);
    transform-origin: top;
  }
  div.fg{
    background-image: repeating-linear-gradient( 5deg,  
      var(--gold) 0% , 
      var(--light-shadow) 23%, 
      var(--gold) 31%);
    color: #1e2127;
    transform: scale(1);
  }

  .shiny
{
  color: #F5C21B;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5C21B), to(#D17000));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13em;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
}

.shiny::before
{
	background-position: -180px;
	-webkit-animation: flare 5s infinite;
  -webkit-animation-timing-function: linear;
  background-image: linear-gradient(65deg, transparent 20%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.3) 27%, transparent 27%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  content: "Shiny";
  color: #FFF;
  display: block;
  padding-right: 140px;
  position: absolute;
}

.shiny::after
{
  content: "Shiny";
  color: #FFF;
  display: block;
  position: absolute;
  text-shadow: 0 1px #6E4414, 0 2px #6E4414, 0 3px #6E4414, 0 4px #6E4414, 0 5px #6E4414, 0 6px #6E4414, 0 7px #6E4414, 0 8px #6E4414, 0 9px #6E4414, 0 10px #6E4414;
  top: 0;
  z-index: -1;
}

.inner-shiny::after, .inner-shiny::before
{
		-webkit-animation: sparkle 5s infinite;
  -webkit-animation-timing-function: linear;
	background: #FFF;
  border-radius: 100%;
  box-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFF, 0 0 25px #FFF, 0 0 30px #FFF, 0 0 35px #FFF;
  content: "";
  display: block;
  height: 10px;
  opacity: 0.7;
  position: absolute;
  width: 10px;
}

.inner-shiny::before
{
	-webkit-animation-delay: 0.2s;
  height: 7px;
  left: 0.12em;
  top: 0.8em;
  width: 7px;
}

.inner-shiny::after
{
  top: 0.32em;
  right: -5px;
}

@-webkit-keyframes flare
{
  0%   { background-position: -180px; }
  30%  { background-position: 500px; }
  100% { background-position: 500px; }
}

@-webkit-keyframes sparkle
{
  0%   { opacity: 0; }
  30%  { opacity: 0; }
  40%  { opacity: 0.8; }
  60%  { opacity: 0; }
  100% { opacity: 0; }
}

.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
  }
  
  .sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333333;
    width: 50px;
  }
  
  .sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    width: 50px;
  }
  
  .advertisers-service-sec {
    background-color: #f5f5f5;
  }
  
  .advertisers-service-sec span {
    color: rgb(255, 23, 131);
  }
  
  .advertisers-service-sec .col {
    padding: 0 1em 1em 1em;
    text-align: center;
  }
  
  .advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
  }
  
  .advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffca00, #ffeead, #ffca00);
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
  }
  
  .advertisers-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
  }
  
  .advertisers-service-sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
  }
  
  .advertisers-service-sec .icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
  }
  
  .advertisers-service-sec .service-card:hover:after {
    top: 0%;
  }
  
  .service-card .icon-wrapper {
    background: linear-gradient(180deg, #ffca00, #ffeead, #ffca00);
    color: black;
  }
  
  .advertisers-service-sec .service-card:hover .icon-wrapper {
    color: white;
    background: radial-gradient(#272727, #1b1b1b);
  }
  
  .advertisers-service-sec .service-card:hover h3 {
    color: black;
  }
  
  .advertisers-service-sec .service-card:hover p {
    color: black;
  }
  /* ADVERTISERS SERVICE CARD ENDED */
  
  /* ==== Cards using Bootstrap === */

#cards .card {
    border-radius: 20px;
    min-height: 100%;
}

#cards .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}

#cards .card .user-picture img {
    position: absolute;
    top: -20%;
    right: 10%;
    background: linear-gradient(180deg, #ffca00, #ffeead, #ffca00);
    padding: 10px;
}

#cards .card .user-content .user-name {
    margin-right: 150px;
}
.box-icon {
    text-align: center;
    position: relative;
  }
  
  .box-icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffca00, #ffeead, #ffca00);
    vertical-align: middle;
  }
  
  .box-icon:hover > .image {
    background: #333;
  }
  
  .box-icon > .image > i {
    font-size: 36px !important;
    color: black !important;
    line-height: 1;
    display: inline-block;
  }
  
  .box-icon:hover > .image > i {
    color: white !important;
  }
  
  .box-icon > .info {
    margin-top: -24px;
    background: linear-gradient(180deg, #ffca00, #ffeead, #ffca00);
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    color: black;
    border-radius: 160px;
  }
  
  .box-icon:hover > .info {
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
  }
  
  .box-icon > .info > h3.title {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    margin-top: 21px;
    font-weight: bold;
    color: black;
  }
  
  .box-icon > .info > p {
    /* font-family: "Roboto", sans-serif !important; */
    font-size: 13px;
    color: black;
    line-height: 1.5em;
    margin: 20px;
  }
  
  .box-icon:hover > .info > h3.title,
  .box-icon:hover > .info > p,
  .box-icon:hover > .info > .more > a {
    color: white;
  }
  
  .box-icon > .info > .more a {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .box-icon:hover > .info > .more > a {
    color: #fff;
    padding: 6px 8px;
    background-color: #ff0000;
  }
  
  .box .space {
    height: 30px;
  }
  .goldBG{
    background: linear-gradient(45deg, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A, #D2AC47, #EDC967,  #AE8625, #F7EF8A);
    background-size: 400% 100%;
    background-position: 0 0;
    animation: AnimationName 10s linear infinite;
    position: absolute;
    width: 100%;
    bottom: 0;

  }
  @keyframes AnimationName {
    0%{background-position:0% 0%}
    100%{background-position:100% 0%}
  }
  .goldText{
    background-clip: text;
    color:transparent;
    animation: AnimationName 10s linear infinite;
  }
  .cardBox {
    position: relative;
    overflow: hidden;
    padding: 4px;
    background: white;
    border-radius: 10px;
    margin-top: 20px;
  }
  .profcard {
    border-radius: 10px;
    overflow: hidden;
  }
  .cardBox::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 150%;
    background: #40E0D0;
  background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
  background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
    animation: glowing01 5s linear infinite;
    transform-origin: center;
    animation: glowing 5s linear infinite;
  }
  
  @keyframes glowing {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .darktext {
    text-shadow: 2px 2px 2px #1e1e1e;
    color: white;
    font-size: 33px;
    text-transform: uppercase;

  }
  button.grad {
    outline: 0;
    border: 0;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    margin: 5px;
    overflow: hidden;
  }
  button.grad span {
    position: relative;
    z-index: 2;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    letter-spacing: 0.1em;
    background: linear-gradient(295deg, #ffe5a2 5%, #bf841a 50%, #ffcd74 95%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
  button.grad:before {
    content: "";
    position: absolute;
    inset: 0;
    background: conic-gradient(
      transparent 0deg,
      rgba(143, 168, 255, 0.2) 100deg,
      transparent 150deg,
      transparent 230deg,
      rgba(191, 122, 0, 0.75) 250deg,
      rgba(242, 187, 90, 0.9) 280deg,
      #ffe195 280deg,
      rgba(242, 187, 90, 0.9) 300deg,
      rgba(191, 122, 0, 0.75) 310deg,
      transparent 360deg
    );
    transform: scaleX(4) scaleY(2) rotate(0deg);
    transition: 0.5s transform;
  }
  button.grad:hover:before {
    transform: scaleX(4) scaleY(2) rotate(-360deg);
  }
  button.grad:after {
    content: "";
    position: absolute;
    inset: 0.05em;
    background-color: #000;
  }
  button.grad span:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
      295deg,
      #ffe195 0%,
      rgba(242, 187, 90, 0.8) 15%,
      rgba(191, 122, 0, 0.75) 30%,
      transparent 95%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  button.grad:hover span:before {
    opacity: 1;
  }
  button.grad:hover span {
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
  }
  @media screen and (min-width: 900px) {
    .mobanner {
      display: none;
  }
  }

  @media screen and (max-width: 900px) {
    .banner {
      display: none;
  }
  .topnav {
    display: block;
  }
  .goldtext, .darktext {
    font-size: 24px;
  }
  .content {
    padding: 5px;
  }
  .profcard .card-title {
    font-size: 15px;
  }
  .profcard .card-body {
   padding: 8px;
   position: relative;
  }
  .profcard .card-text {
    font-size: 13px;
  }
  .profiles .col-md-3 {
    width: 50%;
    padding: 5px;
  }
  button.grad {
    font-size: 12px;
}
.buttons {
  text-align: center;
}
  }
  .footer {
    background: black;
  }
  .footer h6 {
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid white;
    color: #fcaf03 !important;
  }
  .lsts .cardBox {
    background: #ff2a2a;
  }
  
  .ribbon-content {

    position: absolute;
  
    top: -6px;
  
    right: -6px;
  
    width: 89px;
  
    height: 91px;
  
    overflow: hidden;
  
    }
  
  
  
  .ribbon {
  
    display: inline-block;
  
    position: absolute;
  
    padding: 4px 0;
  
    right: -51px;
  
    top: 13px;
  
    width: 160px;
  
    text-align: center;
  
    font-size: 14px;
  
    line-height: 16px;
  
    background: linear-gradient(to top, #c80606 0%,#ff2a2a 100%);
  
    color: #fff;
  
    text-shadow: 0 2px 2px #56a1f3;
  
    letter-spacing: 0.05em;
  
    -webkit-transform: rotate(45deg);
  
    transform: rotate(45deg);
  
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  
  }
  
  
  
  .ribbon::before, .ribbon::after {
  
    position: absolute;
  
    content: "";
  
    border-top: 4px solid #3672b6;
  
    border-left: 4px solid transparent;
  
    border-right: 4px solid transparent;
  
    bottom: -4px;
  
  }
  
  
  
  .ribbon::before {
  
    left: 14px;
  
  }
  
  
  
  .ribbon::after {
  
    right: 18px;
  
  }
  
  .card.text-center.loccard {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
      background: linear-gradient(180deg, #ffca00, #ffeead, #ffca00);
      margin-top: 18px;
      padding: 10px;
      border-radius: 20px;
      color: black;
  }
  .card.text-center.loccard .card-title {
    font-size: 22px;
  }
  .header-heading{
      background: linear-gradient(56deg, #ff8f00, #ffca00);
    text-align: center;
    color: #fff;
  }
  
  .header-heading a{
      text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 25px;
    line-height: 50px;
    text-shadow: 2px 2px 2px #fff;
  }
  