  body {
      overflow-x: hidden;
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
          "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
          sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* background-color: rgb(22, 20, 24); */
      background-color: #ffeb00;
      color: #eee;
      user-select: none;

  }

  /* top header css */
  .top-header {
      background-color: #7a0000;
      /* dark red */
      border-radius: 50px 0 0 50px;
      color: white;
      font-weight: bold;
      font-family: Arial, sans-serif;

  }

  .left-section {
      background-color: #ffeb00;
      /* bright yellow */
      color: #7a0000;
      /* dark red text */
      padding: 10px 20px;
      font-size: 20px;
      text-align: center;
  }

  .middle-section {
      padding: 10px 15px;
      font-size: 25px;
  }

  .right-section {
      padding: 10px 20px;
      text-align: center;
      font-size: 25px;
  }

  .blink {
      animation: blink 1s infinite;
      color: rgb(241, 230, 12);
  }

  @keyframes blink {
      0% {
          /* opacity: 1; */
          color: rgb(241, 230, 12);
      }

      50% {
          /* opacity: 0; */
          color: rgb(255, 255, 255);
      }

      100% {
          /* opacity: 1; */
          color: rgb(241, 230, 12);
      }
  }

  marquee {
      white-space: nowrap;
  }

  /* top header css end  */


  @media (max-width: 768px) {

      .left-section,
      .middle-section,
      .right-section {
          text-align: center;
      }

      .top-header {
          border-radius: 0;
          flex-direction: column;
      }
  }

  /* cards css */
  code {
      font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
          monospace;
  }


  .nft {
      user-select: none;
      max-width: 380px;
      margin: 1rem auto;
      border: 1px solid #ffffff22;
      background-color: #282c34;
      background: linear-gradient(0deg, rgba(40, 44, 52, 1) 0%, rgba(17, 0, 32, .5) 100%);
      box-shadow: 0 7px 20px 5px #00000088;
      border-radius: .7rem;
      backdrop-filter: blur(7px);
      -webkit-backdrop-filter: blur(7px);
      overflow: hidden;
      transition: .5s all;

      hr {
          width: 100%;
          border: none;
          border-bottom: 1px solid #88888855;
          margin-top: 0;
      }

      ins {
          text-decoration: none;
      }

      .main {
          display: flex;
          flex-direction: column;
          width: 90%;
          padding: 1rem;

          .tokenImage {
              border-radius: .5rem;
              max-width: 100%;
              height: 250px;
              object-fit: cover;
          }

          .description {
              margin: .5rem 0;
              color: #a89ec9;
          }

          .tokenInfo {
              display: flex;
              justify-content: space-between;
              align-items: center;

              .price {
                  display: flex;
                  align-items: center;
                  color: #ee83e5;
                  font-weight: 700;

                  ins {
                      margin-top: -.9rem;
                      margin-left: -.3rem;
                      margin-right: .5rem;
                  }
              }

              .duration {
                  display: flex;
                  align-items: center;
                  color: #a89ec9;
                  margin-right: .2rem;

                  ins {
                      margin: .5rem;
                      margin-bottom: .4rem;
                  }
              }
          }

          .creator {
              display: flex;
              align-items: center;
              margin-top: .2rem;
              margin-bottom: -.3rem;

              ins {
                  color: #a89ec9;
                  text-decoration: none;
              }

              .wrapper {
                  display: flex;
                  align-items: center;
                  border: 1px solid #ffffff22;
                  padding: .3rem;
                  margin: 0;
                  margin-right: .5rem;
                  border-radius: 100%;
                  box-shadow: inset 0 0 0 4px #000000aa;

                  img {
                      border-radius: 100%;
                      border: 1px solid #ffffff22;
                      width: 2rem;
                      height: 2rem;
                      object-fit: cover;
                      margin: 0;
                  }
              }
          }
      }

      ::before {
          position: fixed;
          content: "";
          box-shadow: 0 0 100px 40px #ffffff08;
          top: -10%;
          left: -100%;
          transform: rotate(-45deg);
          height: 60rem;
          transition: .7s all;
      }

      &:hover {
          border: 1px solid #ffffff44;
          box-shadow: 0 7px 50px 10px #000000aa;
          transform: scale(1.015);
          filter: brightness(1.3);

          ::before {
              filter: brightness(.5);
              top: -100%;
              left: 200%;
          }
      }
  }

  .nft hr {
      width: 100%;
      border: none;
      border-bottom: 1px solid #88888855;
      margin-top: 0;
  }

  .nft .main .tokenImage {
      border-radius: .5rem;
      max-width: 100%;
      height: 250px;
      object-fit: cover;
  }

  h1 {
      text-shadow: 1px 1px 6px #ffffff;
      font-weight: bold;
  }

  .bg {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);

      h1 {
          font-size: 20rem;
          filter: opacity(0.5);

      }
  }

  /* galary css */
  /* body {
    margin: 0;
    min-height: 100vh;
    background: #000;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    } */
  .galarycolor {
      background-color: #7a0000;
      padding: 20px 0px 20px 0px;
  }

  #galary {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10vmin;
      overflow: hidden;
      transform: skew(5deg);
      background-color: #7a0000;
      width: 70%;
      overflow-x: hidden;

      .galarymain {
          flex: 1;
          transition: all 1s ease-in-out;
          height: 75vmin;
          position: relative;

          .card__head {
              color: black;
              background: rgba(255, 30, 173, 0.75);
              padding: 0.5em;
              transform: rotate(-90deg);
              transform-origin: 0% 0%;
              transition: all 0.5s ease-in-out;
              min-width: 100%;
              text-align: center;
              position: absolute;
              bottom: 0;
              left: 0;
              font-size: 1em;
              white-space: nowrap;
          }

          &:hover {
              flex-grow: 10;

              .img {
                  filter: grayscale(0);
              }

              .card__head {
                  text-align: center;
                  top: calc(100% - 2em);
                  color: white;
                  background: rgba(0, 0, 0, 0.5);
                  font-size: 2em;
                  transform: rotate(0deg) skew(-5deg);
              }
          }

          .img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: all 1s ease-in-out;
              filter: grayscale(100%);
          }

          &:not(:nth-child(5)) {
              margin-right: 1em;
          }
      }
  }

  /* client reviews */
  #services {
      padding: 3rem 1rem;
  }

  .our-srv-title {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 2rem;
      color: #ffeb00;
      text-shadow: 1px 1px 6px #000;
      background-color: #7a0000;
  }

  .reel-container {
      padding: 1rem;
      display: flex;
      justify-content: center;
  }

  .reel-video {
      width: 100%;
      max-width: 320px;
      aspect-ratio: 9 / 16;
      object-fit: cover;
      border-radius: 1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
      transition: transform 0.3s ease;
  }

  .reel-video:hover {
      transform: scale(1.03);
  }

  @media (max-width: 576px) {
      .reel-video {
          max-width: 100%;
      }
  }

  /* footer card */

  #footer {
      display: flex;
      flex-wrap: wrap;
      padding: 20px;
      background-color: #7a0000;
  }

  .left-section1,
  .right-section1 {
      box-sizing: border-box;
      padding: 20px;
  }

  .left-section1 {
      flex: 3;
  }

  .right-section1 {
      flex: 1;
      background-color: #fff;
      border-radius: 20px;
  }

  .service-box1 {
      background-color: #fff;
      border-radius: 20px;
      margin-bottom: 30px;
      padding: 20px;
      display: flex;
      align-items: center;
      gap: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .circle-image1 {
      min-width: 140px;
      height: 140px;
      border-radius: 50%;
      overflow: hidden;
      border: 10px solid #ffeb00;
  }

  .circle-image1 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .content1 {
      flex: 1;
  }

  .content1 h2 {
      color: #7a0000;
      margin-top: 0;
  }

  .content1 p {
      color: #000;
  }

  .contact-btn {
      display: inline-block;
      background-color: #ffeb00;
      color: #7a0000;
      padding: 10px 20px;
      border-radius: 10px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 10px;
  }

  .contact-btn i {
      margin-right: 5px;
  }

  .sidebar-list1 {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .sidebar-list1 li {
      background-color: #ffeb00;
      margin-bottom: 15px;
      padding: 12px 20px;
      border-radius: 50px;
      color: #000;
      font-weight: bold;
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .sidebar-list1 i {
      color: red;
  }

  .phone-btn {
      width: 100%;
      font-size: 24px;
      padding: 10px;
      background-color: #ffeb00;
      border: none;
      color: #ffeb00;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 10px;
      background-color: #7a0000;
  }

  .phone-btn img {
      width: 30px;
  }

  @media (max-width: 768px) {
      .container {
          flex-direction: column;
          padding: 10px;
      }

      .left-section1,
      .right-section1 {
          padding: 10px;
      }

      .service-box1 {
          flex-direction: column;
          text-align: center;
      }

      .circle-image1 {
          margin-bottom: 15px;
      }

      .content1 {
          text-align: center;
      }

      .sidebar-list1 li {
          font-size: 16px;
          padding: 10px 15px;
          flex-wrap: wrap;
          justify-content: center;
      }

      .phone-btn {
          font-size: 20px;
      }

      .phone-btn img {
          width: 24px;
      }
  }

  /* footer whats app & phone */
  .whatsapp-fixed {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
      background-color: #25D366;
      padding: 12px;
      border-radius: 50%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      animation: blinkwhatsapp 1s infinite;
  }

  .whatsapp-fixed img {
      width: 40px;
      height: 40px;
  }

  /* Phone Button Bottom Left with Blinking */
  .phone-fixed-blink {
      position: fixed;
      bottom: 20px;
      left: 20px;
      z-index: 999;
      background-color: #ffeb00;
      color: #7a0000;
      padding: 12px 20px;
      border-radius: 30px;
      font-weight: bold;
      font-size: 18px;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 10px;
      animation: blinkPhone 1s infinite;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }

  .phone-fixed-blink i {
      font-size: 20px;
  }

  /* Blinking animation */
  @keyframes blinkPhone  {

      0%,
      100% {
          opacity: 1;
      }

      50% {
          /* opacity: 0.3; */
          background-color: #ee83e5;
      }
  }

  
   @keyframes blinkwhatsapp  {

      0%,
      100% {
          opacity: 1;
          background-color: #ffeb00;
      }

      50% {
          /* opacity: 0.3; */
          background-color: #ee83e5;
      }
  }

  .site-footer {
  background-color: #7a0000;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 16px;
  margin-top: 50px;
}