/** @format */

:root {
  --sge-bg1: #010002;
  --sge-white: #fff;
  --sge-black: #000;
  --sge-pink: #ff00eb;
  --sge-pink1: #db00c7;
  --sge-font-regular: "Forma DJR Display Regular";
  --sge-font-medium: "Forma DJR Display Medium";
  --sge-font-bold: "Forma DJR Display Extra Bold";
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  background: var(--sge-bg1);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: var(--sge-font-regular);
  color: var(--sge-white);
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-image: url("images/sge-main-bg.png");
}

::-webkit-scrollbar {
  width: 0.625rem;
}

::-webkit-scrollbar-track {
  background: #26313b;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

.main {
  width: 100%;
}

.butContainer {
  display: flex;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.navbar {
  padding-top: 1.2rem;
}

.header {
  width: 100%;
}

.navbar-nav-web {
  margin-left: 6.25rem;
  align-items: center;
}

.header .logo-img {
  width: 130px;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0.5rem 1.5rem !important;
  color: var(--sge-white);
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--sge-pink1);
}

.navbar-collapse .navformob {
  display: none;
}

.navforweb {
  display: block;
  margin-left: 0.625rem;
}

.text-header {
  font-family: var(--sge-font-medium);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 26px;
  text-align: right;
  color: var(--sge-white);
}

.frame-01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: static;
}

a {
  text-decoration: none !important;
}

.bet-text-bold {
  position: relative;
}

@keyframes type {
  0% {
    width: 0;
  }

  99.9% {
    border-right: 0.15em solid var(--sge-pink);
  }

  100% {
    border: none;
  }
}

.bet-text-bold {
  font-family: var(--sge-font-bold);
  font-size: 65px;
  line-height: 76px;
  color: var(--sge-pink);
  overflow: hidden;
  border-right: 0.15em solid var(--sge-pink);
  white-space: nowrap;
  width: 7.3em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.bet-text {
  font-family: var(--sge-font-bold);
  font-size: 46px;
  line-height: 3.125rem;
  color: var(--sge-white);
}

.text-be-part {
  font-family: var(--sge-font-regular);
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6rem;
  margin-top: 1.875rem;
}

.mainnet-text-bold {
  font-family: var(--sge-font-bold);
  font-size: 65px;
  line-height: 65px;
  color: var(--sge-white);
  display: inline-block;
  margin: 0;
}

.mainnet-text-bold span {
  background-color: #ff0000;
  padding: 0 5px;
  display: inline-block;
  height: 60px;
}

.mainnet-text-bold span.livetext {
  padding: 0;
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #ffffff 0%,
    #4a69f1 29%,
    #ffffff 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.header {
  margin-bottom: 15px;
}
.cursor-pointer {
  cursor: pointer;
}
.sports-betting {
  margin-bottom: 150px;
}

.sports-betting .wrapper {
  position: relative;
  padding-top: 30px;
}

.mainnet-text-bold {
  padding-bottom: 30px;
}

/* ------------Phone Parallax Animation Start-------------- */
.parallax-wrap {
  position: absolute;
  right: 0;
  top: 20px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax-wrap .phoneimg {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  margin-top: -37px;
}

.parallax-wrap img {
  position: absolute;
  z-index: 3;
}

.parallax-wrap .img1 {
  top: 23%;
  left: 44%;
  width: 22%;
}

.parallax-wrap .img2 {
  top: 19%;
  left: 59%;
  width: 17%;
}

.parallax-wrap .img3 {
  top: 24%;
  left: 35%;
  width: 14%;
}

.parallax-wrap .img4 {
  top: 44%;
  left: 33%;
  width: 16%;
}

.parallax-wrap .img5 {
  top: 40%;
  left: 61%;
  width: 19%;
}

.parallax-wrap .img6 {
  top: 42%;
  left: 13%;
  width: 21%;
}

.parallax-wrap .img7 {
  top: 19%;
  left: 71%;
  width: 28%;
}

.parallax-wrap .img8 {
  top: 3%;
  left: 38%;
  width: 5%;
}

.parallax-wrap .img9 {
  top: 8%;
  left: 36%;
  width: 6%;
}

.parallax-wrap .img10 {
  top: 13%;
  left: 27%;
  width: 6%;
}

.parallax-wrap .img11 {
  top: 21%;
  left: 26%;
  width: 5%;
}

.parallax-wrap .img12 {
  top: 48%;
  left: 65%;
  width: 5%;
}

.parallax-wrap .img13 {
  top: 57%;
  left: 62%;
  width: 6%;
}

.parallax-wrap .img14 {
  top: 1.5%;
  left: 77.5%;
  width: 4%;
  height: 6%;
  rotate: 30deg;
}

.parallax-wrap .img15 {
  top: 1%;
  left: 76%;
  width: 7%;
}

.parallax-wrap .starcontainer {
  position: absolute;
  width: 60%;
  top: -15px;
  left: 54%;
}

.parallax-wrap .starimg {
  animation: animate 1.7s ease-in-out infinite;
  width: 5%;
  height: auto;
}

.parallax-wrap .star-img1 {
  top: 0;
  left: 0;
  animation-delay: -1.2s;
}

.parallax-wrap .star-img2 {
  top: 0;
  left: 7%;
  animation-delay: -1s;
}

.parallax-wrap .star-img3 {
  animation-delay: -0.8s;
  top: 0;
  left: 14%;
}

.parallax-wrap .star-img4 {
  animation-delay: -0.6s;
  top: 0;
  left: 21%;
}

.parallax-wrap .star-img5 {
  animation-delay: -0.4s;
  top: 0;
  left: 28%;
}

@keyframes animate {
  0%,
  40%,
  100% {
    transform: scale(0.8);
  }

  20% {
    transform: scale(1.5);
  }
}

/* ------------Phone Parallax Animation End-------------- */

.sports-betting .wrapper .phone-img {
  position: absolute;
  right: 0;
  top: -6rem;
  width: 700px;
}
.sports-betting .wrapper .cube-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  mix-blend-mode: plus-lighter;
}

.cube-img-animate {
  position: absolute;
  left: 0;
  bottom: -11rem;
  width: 700px;
}

.cube-img-animate svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.s0 {
  fill: transparent;
  stroke: #4b6778;
  stroke-dasharray: 600;
  stroke-dashoffset: -600;
  animation: animate2 5s forwards infinite;
}

.s1 {
  fill: transparent;
  stroke: #713a72;
  stroke-dasharray: 600;
  stroke-dashoffset: -600;
  animation: animate2 5s forwards infinite;
}

.s2 {
  fill: transparent;
  stroke: #713a72;
  stroke-dasharray: 600;
  stroke-dashoffset: -600;
  animation: animate2 5s forwards infinite;
}

.s3 {
  fill: transparent;
  stroke: #2c414e;
  stroke-dasharray: 600;
  stroke-dashoffset: -600;
  animation: animate2 5s forwards infinite;
}

@keyframes animate2 {
  100% {
    stroke-dashoffset: 600;
  }
}

@keyframes cubeStroke {
  to {
    stroke-dashoffset: 0;
    opacity: 0.8;
  }
}

@keyframes cubeStrokeFill {
  to {
    stroke: #ba5b09;
    opacity: 0.2;
  }
}

/* -----------Primary Button Style ------------------- */

.primary-btn.banner-btn {
  width: 254px;
  padding: 0 0.625rem;
}

.primary-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0 2.5rem;
  height: 58px;
  border-radius: 1.813rem;
  transition: all 0.4s ease-in-out;
  color: var(--sge-pink1);
  font-family: var(--sge-font-medium);
  font-size: 1.5rem;
  background-color: var(--sge-white);
  z-index: 1;
  cursor: pointer;
}

.primary-btn:hover {
  color: var(--sge-white);
  transition: all 0.5s ease-out;
  background-color: var(--sge-pink1);
  box-shadow: -1px 5px 1.25rem 1px #0000008c;
}

/* -----------Primary Button Style ------------------- */

.sge-network-title {
  max-width: 50%;
  margin: 0 auto;
}

.sge-network-title h3 {
  font-size: 3.438rem;
  color: var(--sge-white);
  font-weight: 500;
  font-family: var(--sge-font-medium);
  text-align: right;
  line-height: 1.375rem;
}

.sge-network-title h4 {
  font-size: 3.438rem;
  font-weight: 800;
  font-family: var(--sge-font-bold);
  text-align: right;
}

.sge-network-six.blockchain-explorer {
  margin: 2.5rem 0 0 0;
  padding-bottom: 5rem;
}

.sge-network-six.blockchain-explorer .sge-network-innerblock {
  background-color: #292626db;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.sge-network-contents-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.sge-network-innerblock {
  border-radius: 1.875rem;
  background-color: #ffffff30;
  padding: 1.563rem 2.5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-width: 37%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  position: relative;
}

.sge-network-innerblock:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1rem;
  right: -1rem;
  background: var(--sge-pink1);
  height: 1rem;
  width: 1rem;
  border-radius: 2rem;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.sge-network-innerblock:hover:before {
  transform: scale(100);
}

.sge-network-innerblock:hover .primary-btn {
  color: #2c0c71;
  background-color: var(--sge-white);
}

.sge-network-innerblock h2 {
  font-size: 26px;
  font-family: var(--sge-font-bold);
  margin: 1.875rem 0 0 0;
}

.sge-network-innerblock p {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-family: var(--sge-font-regular);
  margin: 2.5rem 0;
  text-align: left;
}

.blockchain-sports {
  margin-top: 6.25rem;
}

.contentContainer {
  margin-bottom: 2.5rem;
}

.blockchain-contents p {
  font-size: 23px;
  color: var(--sge-white);
  font-weight: 500;
  font-family: var(--sge-font-medium);
  line-height: 1.875rem;
}

.blockchain-title h3,
.blockchain-title h4 span,
.followus-subheading h3 {
  font-size: 3.438rem;
  color: var(--sge-white);
  font-weight: 500;
  font-family: var(--sge-font-medium);
  line-height: 1.375rem;
}

.blockchain-title h4,
.followus-subheading h4 {
  font-size: 3.438rem;
  font-weight: 800;
  font-family: var(--sge-font-bold);
  margin-bottom: 1.875rem;
}

.blockchain-sports-row {
  margin-bottom: 2.5rem;
}

.blockchain-sports-row .sge-network-innerblock {
  background-color: var(--sge-white);
  width: 70%;
}

.blockchain-sports-row .sge-network-innerblock::before {
  content: "";
  position: absolute;
  bottom: -2.375rem;
  right: 9%;
  height: 2.25rem;
  width: 6px;
  background-color: var(--sge-white);
}

.blockchain-sports-row .sge-network-innerblock.innerblock-02::before {
  right: inherit;
  left: 9%;
}

.blockchain-sports-container
  .blockchain-sports-row:last-child
  .sge-network-innerblock::before {
  display: none;
}

.blockchain-sports-row .sge-network-innerblock h2,
.blockchain-sports-row .sge-network-innerblock p {
  color: var(--sge-black);
}

.instagram-container {
  width: 100%;
  padding: 1.875rem;
  margin: 0 auto;
  border-radius: 1.25rem;
  background-image: linear-gradient(
    91deg,
    #000115 0%,
    #000115 17%,
    #297900 100%
  );
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.instagram-section {
  margin-top: 6.25rem;
}

.insta-title {
  margin-bottom: 0.938rem;
}

.lnstagram-logo {
  width: 300px;
}

.insta-title p {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-family: "Forma DJR Display Light";
  margin: 0;
}

.insta-title p span {
  font-family: var(--sge-font-medium);
}

.followus-section {
  margin-top: 5rem;
}

.followus-heading {
  margin-bottom: 5rem;
}

.followus-heading h2 {
  font-size: 1.813rem;
  line-height: 2.25rem;
  font-family: var(--sge-font-medium);
  text-align: center;
  margin-bottom: 1.25rem;
}

.twitter .social-logo {
  width: 90px;
}

.social-logo {
  width: 4.375rem;
  margin: 0 1.25rem;
}

.w-full {
  width: 100%;
}

.app-icon {
  width: 120px;
  margin-right: 1.25rem;
}

.isobtnContainer .formob,
.hideonweb {
  display: none;
}

.coming-soon {
  font-size: 1.25rem;
  font-family: "Forma DJR Display Light Italic";
  margin-top: 2.5rem;
}

.followus-subheading {
  margin-top: 1rem;
}

.mainfooter {
  width: 100%;
  background-color: #2c0c71;
  margin-top: 0px;
  padding: 1.875rem 0;
}

.footerlogo {
  width: 100px;
  margin-bottom: 0.625rem;
}

.mainfooter p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--sge-white);
  font-family: var(--sge-font-regular);
}

.font-medium {
  font-family: "Forma DJR Display Medium" !important;
  font-weight: 500;
}

.subscribtext {
  font-size: 1.25rem;
  color: var(--sge-white);
  font-family: "Forma DJR Display Bold";
  text-align: right;
  margin-top: 63px;
}

.joindiscord {
  width: 80%;
  height: auto;
  border-radius: 1.25rem;
  background-color: var(--sge-white);
  border: none;
  font-size: 1.875rem;
  color: var(--sge-pink1);
  font-family: var(--sge-font-bold);
  padding: 0.625rem 1.25rem;
  display: inline-block;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border: 3px transparent solid;
  position: relative;
}

.joindiscord:hover {
  background-color: var(--sge-white);
  color: var(--sge-pink1);
  border: 3px var(--sge-pink1) solid;
  box-shadow: -1px 5px 1.25rem 1px #0000008c;
}

.joindiscord img {
  margin-left: -18px;
}

.joindiscord:hover img {
  animation: slide 1s ease;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
    opacity: 0;
  }

  51% {
    transform: translateX(-20px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
  }
}

.bottomfooter {
  background-color: var(--sge-black);
  padding: 0.938rem 0;
}

.text-footer,
.text-footer a {
  font-family: var(--sge-font-regular);
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-decoration: none;
  color: var(--sge-white);
  text-align: right;
}

.footerlogospace {
  margin-left: 6.25rem;
}

.text-footer a:hover {
  color: var(--sge-pink1);
}

.communitydrop {
  background: var(--sge-pink1);
  border-radius: 6px;
  min-width: 15rem;
  box-shadow: 5px 9px 0.75rem #3b0436;
  right: 0;
  left: inherit !important;
}

.navsocialimg {
  width: 1.563rem;
  margin-right: 8px;
  transition: all 0.5s;
}

.communitydrop .dropdown-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #f62fe5, #f2fa02, #f62fe5);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
}

.communitydrop .dropdown-item:hover::before {
  transform: scaleX(1);
}

.communitydrop .dropdown-item {
  font-family: var(--sge-font-regular);
  font-size: 1.125rem;
  color: var(--sge-white);
  padding: 1rem 1rem;
  position: relative;
  border-bottom: 1px #ff4def solid;
  background-size: 100% 200%;
  background-position: 0% 1%;
  transition: background-position 0.5s, color 0.5s;
  background-image: linear-gradient(var(--sge-pink1) 50%, #89057e 50%);
}

.communitydrop .dropdown-item:hover {
  background-position: 0% 100%;
}

.communitydrop.dropdown-menu::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 1.563rem;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent var(--sge-pink1) transparent;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropicon {
  width: 1.25rem;
}

.showonweb {
  display: block;
}

.showonmob,
.menuShowInmob {
  display: none;
}

.sge-network-sec1 {
  margin-bottom: 100px;
}

/* -----------------------------------Media Queries--------------------------------------------- */
@media (min-width: 1300px) {
  .sports-betting {
    margin-bottom: 120px;
  }

  .main {
    background-position: 0 108% !important;
    background-size: 25% !important;
  }
}

@media (min-width: 992px) {
  .main {
    background-image: url(images/bubble.png);
    background-position: 0 103%;
    background-size: 40%;
    background-repeat: no-repeat;
  }

  .sports-betting .wrapper .phone-img {
    display: none;
  }

  /* .communitydrop .dropdown-item:hover .navsocialimg {
    transform: rotate(360deg) scale(1.1);
  } */
}

@media (min-width: 1700px) {
  .main {
    background-image: none !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 2200px) {
  .container {
    max-width: 1700px;
  }

  .sge-network-sec1 {
    margin-bottom: 100px;
  }

  .sge-network-innerblock:hover:before {
    transform: scale(130);
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 2rem 1.5rem !important;
  }

  .sge-network-six.blockchain-explorer {
    margin: 6.25rem 0 0 0;
    padding-bottom: 150px;
  }

  .logo-anchor {
    width: 28%;
  }

  .sports-betting .wrapper {
    padding-top: 0px;
  }

  .mainnet-text-bold {
    padding-bottom: 60px;
  }

  .bet-text {
    font-size: 4rem;
    line-height: 76px;
  }

  .text-be-part {
    font-size: 2rem;
    line-height: 43px;
    margin-top: 2.5rem;
  }

  .bet-text-bold {
    font-size: 5.438rem;
    line-height: 7.25rem;
  }

  .mainnet-text-bold {
    font-size: 5.438rem;
    line-height: 86px;
  }

  .mainnet-text-bold span {
    padding: 0 10px;
    height: 86px;
  }

  .cube-img-animate {
    bottom: -14rem;
    width: 900px;
  }

  .sge-network-innerblock {
    max-width: 42%;
    border-radius: 4.375rem;
  }

  .sports-betting .wrapper .phone-img {
    right: -4rem;
    top: -6rem;
    width: 55%;
  }

  .header {
    margin-bottom: 60px;
  }

  .primary-btn.banner-btn {
    width: 23.125rem;
    padding: 0 0.625rem;
  }

  .primary-btn {
    height: 4.875rem;
    border-radius: 2.813rem;
    font-size: 1.938rem;
  }

  .app-icon {
    width: 10rem;
    margin-right: 2rem;
  }

  .butContainer {
    margin-top: 2.813rem;
    margin-bottom: 2.813rem;
  }

  .sge-network-title h3,
  .blockchain-title h3,
  .blockchain-title h4 span,
  .followus-subheading h3 {
    font-size: 5rem;
    line-height: 3.125rem;
  }

  .sge-network-title h4,
  .blockchain-title h4,
  .followus-subheading h4 {
    font-size: 5.438rem;
  }

  .sge-network-innerblock h2 {
    font-size: 2.5rem;
  }

  .sge-network-innerblock p {
    font-size: 1.875rem;
    line-height: 39px;
  }

  .blockchain-sports-row .sge-network-innerblock {
    width: 70%;
    padding: 2.5rem 3.75rem;
  }

  .blockchain-sports {
    margin-top: 10rem;
  }

  .followus-heading h2 {
    font-size: 2.813rem;
    line-height: 3.75rem;
    margin-bottom: 2.5rem;
  }

  .social-logo {
    width: 130px;
    margin: 0 3.125rem;
  }

  .blockchain-contents p {
    font-size: 1.875rem;
    line-height: 43px;
  }

  .twitter .social-logo {
    width: 165px;
  }

  .coming-soon {
    font-size: 1.875rem;
    font-family: "Forma DJR Display Light Italic";
    margin-top: 55px;
  }

  .mainfooter p {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }

  .subscribtext {
    font-size: 2.188rem;
  }

  .subscribeInput {
    height: 5rem;
    border-radius: 23px;
    font-size: 1.875rem;
    padding: 8px 1.25rem;
    margin-bottom: 2.5rem;
  }

  .subscribebtn {
    width: 422px;
    height: 74px;
    border-radius: 2.5rem;
    font-size: 1.938rem;
  }

  .text-footer,
  .text-footer a {
    font-size: 1.563rem;
  }

  .text-header {
    font-size: 1.875rem;
  }

  .dropicon {
    width: 1.875rem;
  }

  .communitydrop .dropdown-item {
    font-size: 2.063rem;
    padding: 1rem 1.5rem;
  }

  .joindiscord {
    font-size: 2.375rem;
  }

  .navsocialimg {
    width: 48px;
    margin-right: 1.25rem;
  }

  .communitydrop {
    border-radius: 0.75rem;
    min-width: 19rem;
  }

  .communitydrop {
    margin-top: 1rem;
  }

  .communitydrop.dropdown-menu::after {
    border-width: 1.25rem;
  }

  .insta-title p {
    font-size: 2.188rem;
  }

  .sports-betting {
    margin-bottom: 200px;
  }

  .parallax-wrap {
    right: -110px;
    width: 58%;
  }
}

@media (min-width: 2800px) {
  .container {
    max-width: 2500px;
  }

  .sports-betting {
    margin-bottom: 400px;
  }

  .sge-network-innerblock:hover:before {
    transform: scale(200);
  }

  .communitydrop {
    min-width: 25rem;
  }

  .text-be-part,
  .sge-network-innerblock p,
  .blockchain-contents p,
  .mainfooter p {
    font-size: 2.375rem;
    line-height: 3.125rem;
  }

  .sports-betting .wrapper .phone-img {
    right: -3rem !important;
    top: -21rem !important;
    width: 53% !important;
  }

  .bet-text-bold,
  .mainnet-text-bold {
    font-size: 6.875rem;
    line-height: 143px;
  }

  .mainnet-text-bold span {
    padding: 0 20px;
    height: 130px;
  }

  .bet-text {
    font-size: 5.375rem;
    line-height: 97px;
  }

  .sge-network-innerblock {
    max-width: 37%;
    padding: 2.188rem 4.375rem;
    border-radius: 90px;
  }

  .sge-network-innerblock h2 {
    font-size: 3.125rem;
  }

  .text-footer,
  .text-footer a {
    font-size: 1.875rem;
  }

  .text-header {
    font-size: 2.375rem;
  }

  .cube-img-animate {
    bottom: -23rem;
    width: 1100px;
  }

  .primary-btn.banner-btn {
    width: 500px;
  }

  .primary-btn {
    height: 5.313rem;
    border-radius: 2.813rem;
    font-size: 2.375rem;
    padding: 0 6.25rem;
  }

  .navbar-nav-web .nav-item {
    margin: 0 1.875rem;
  }

  .navbar-nav-web {
    margin-left: 300px;
  }
  .lnstagram-logo {
    width: 500px;
  }

  .insta-title {
    margin-bottom: 2.188rem;
  }

  .coming-soon {
    font-size: 2.813rem;
  }

  .navbar {
    padding-top: 4rem;
  }
}

@media (min-width: 3200px) {
  .container {
    max-width: 2600px;
  }

  .text-be-part,
  .sge-network-innerblock p,
  .blockchain-contents p,
  .mainfooter p {
    font-size: 2.813rem;
    line-height: 65px;
  }

  .mainnet-text-bold {
    padding-bottom: 200px;
  }

  .header {
    margin-bottom: 120px;
  }

  .cube-img-animate {
    bottom: -25rem;
    width: 1400px;
  }

  .joindiscord {
    font-size: 3.75rem;
  }

  .joindiscord img {
    width: 5rem;
  }

  .mainfooter {
    padding: 5rem 0;
  }

  .bet-text {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }

  .bet-text-bold {
    font-size: 9rem;
    line-height: 7.25rem;
    margin-bottom: 2.5rem;
  }

  .primary-btn {
    height: 7rem;
    border-radius: 3.75rem;
    font-size: 2.938rem;
  }

  .butContainer {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .app-icon {
    width: 260px;
    margin-right: 46px;
  }

  .sports-betting {
    margin-bottom: 280px;
  }

  .sge-network-title h3,
  .blockchain-title h3,
  .blockchain-title h4 span,
  .followus-subheading h3 {
    font-size: 7.1875rem;
    line-height: 4.375rem;
  }

  .sge-network-title h4,
  .blockchain-title h4,
  .followus-subheading h4 {
    font-size: 7.813rem;
  }

  .sge-network-innerblock h2 {
    font-size: 3.438rem;
  }

  .sge-network-innerblock p {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }

  .sge-network-innerblock {
    padding: 2.188rem 3.125rem;
  }

  .mainfooter p {
    font-size: 2.5rem;
    line-height: 48px;
  }

  .subscribtext {
    font-size: 2.813rem;
  }

  .subscribeInput {
    height: 107px;
    border-radius: 3.75rem;
    font-size: 2.563rem;
    padding: 1.25rem 3.75rem;
  }

  .subscribebtn {
    width: 530px;
    height: 6.25rem;
    border-radius: 51px;
    font-size: 43px;
  }

  .text-footer,
  .text-footer a {
    font-size: 2.188rem;
  }

  .text-header {
    font-size: 2.375rem;
  }

  .instagram-container {
    padding: 3.125rem;
  }

  .parallax-wrap {
    right: -250px;
    width: 60%;
    top: -50px;
  }
}

@media (min-width: 3800px) {
  .sports-betting .wrapper .phone-img {
    right: -19rem !important;
    top: -21rem;
    width: 61% !important;
  }

  .sge-network-innerblock h2 {
    margin: 4.375rem 0 0 0;
  }

  .sge-network-innerblock {
    border-radius: 75px;
  }
}

@media (max-width: 1400px) {
  .sports-betting .wrapper .phone-img {
    right: -7rem;
    width: 650px;
  }

  .sge-network-innerblock {
    max-width: 44%;
  }

  .joindiscord {
    width: 95%;
  }
}
@media (min-width: 1800px) {
  .header .logo-img {
    width: 170px;
  }
  .text-header,
  .communitydrop .dropdown-item {
    font-size: 22px;
  }
  .navsocialimg {
    width: 30px;
    margin-right: 12px;
  }
}
@media (max-width: 1200px) {
  .cube-img-animate {
    display: none;
  }
}

@media (min-width: 769px) {
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }

  .collapse:not(.show) {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bet-text {
    font-size: 2.375rem;
    line-height: 2.5rem;
  }

  .text-be-part {
    font-size: 1rem;
    line-height: 20px;
    margin-top: 1rem;
  }

  .bet-text-bold,
  .mainnet-text-bold {
    font-size: 3.125rem;
  }

  .joindiscord {
    width: 100%;
  }

  .sge-network-innerblock {
    max-width: 43%;
  }

  .footerlogospace {
    margin-left: 2.5rem;
  }

  .sge-network-innerblock p {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .sge-network-innerblock h2 {
    font-size: 23px;
  }

  .sge-network-title h4,
  .sge-network-title h3,
  .blockchain-title h3,
  .blockchain-title h4 span,
  .followus-subheading h3 {
    font-size: 3.125rem;
  }

  .blockchain-sports-row .sge-network-innerblock {
    width: 80%;
  }

  .instagram-section {
    margin-top: 50px;
  }

  .text-footer,
  .text-footer a {
    font-size: 0.938rem;
  }
}

@media (max-width: 992px) {
  body {
    background-position: top right;
    background-image: url("images/mobile-background.png");
  }
  .header .logo-img {
    width: 100px;
  }
  .parallax-wrap {
    display: none !important;
  }

  .sports-betting .wrapper {
    padding-top: 0;
  }

  .main {
    background-image: none;
  }

  .sge-network-title {
    max-width: 100%;
  }

  .joindiscord {
    width: 100%;
  }

  .sge-network-title h3,
  .sge-network-title h4 {
    text-align: left;
  }

  .isobtnContainer .formob,
  .hideonweb {
    display: block;
  }

  .isobtnContainer .forweb {
    display: none;
  }

  .app-icon {
    width: 6.25rem;
  }

  .sge-network-contents-container {
    grid-template-rows: repeat(4, minmax(0px, 1fr));
    grid-template-columns: auto;
  }

  .coming-soon {
    display: none;
  }

  .blockchain-sports {
    padding: 0;
    margin-top: 4.375rem;
  }

  .blockchain-sports-row .sge-network-innerblock {
    width: 100%;
    padding: 2.188rem 2.5rem;
  }

  .instagram-section {
    margin-top: 50px;
  }

  .followusrow-mob {
    flex-direction: column-reverse;
  }

  .followusrow-mob .col-6,
  .subscriberow-mob .col-6 {
    width: 100%;
  }

  .privacyrow-mob .col-5,
  .privacyrow-mob .col-7 {
    width: 100%;
  }

  .mob-margin {
    margin-bottom: 0px;
  }

  .mob-center {
    text-align: center;
  }

  .text-footer {
    margin-top: 0.625rem;
    white-space: nowrap;
    text-align: center;
  }

  .bottomfooter {
    padding: 1.563rem 0;
  }

  .followus-subheading {
    margin-top: 4.375rem;
  }

  .bet-text,
  .sge-network-title h3,
  .blockchain-title h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .bet-text-bold,
  .mainnet-text-bold,
  .sge-network-title h4,
  .blockchain-title h4,
  .followus-subheading h4,
  .blockchain-title h4 span {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }

  .mainnet-text-bold span {
    height: 42px;
  }

  .mainnet-text-bold {
    line-height: 44px;
  }

  .text-be-part {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 1.25rem;
  }

  .header {
    margin-bottom: 20px;
  }

  .footerlogospace {
    margin-left: 0px;
  }

  .primary-btn {
    height: 44px;
    font-size: 1.125rem;
    padding: 0 1.25rem;
  }

  .blockchain-contents p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .butContainer {
    margin-top: 0px;
    margin-bottom: 1.25rem;
  }

  .sge-network-innerblock {
    max-width: 46%;
    padding: 1.563rem 1.875rem;
  }

  .sge-network-innerblock h2 {
    font-size: 1.25rem;
  }

  .sge-network-innerblock p {
    font-size: 1.125rem;
    line-height: 23px;
  }

  .instagram-container {
    width: 100%;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem !important;
  }

  .lnstagram-logo {
    width: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-nav-web {
    margin-left: 1.563rem;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 0.5rem 0.5rem !important;
  }

  .text-header {
    font-size: 0.938rem;
  }

  .sports-betting .wrapper .phone-img {
    top: 0;
    right: -3rem;
    width: 57%;
  }

  .sports-betting {
    margin-bottom: 3.125rem;
  }
}

@media (max-width: 768px) {
  body {
    background-position: top right;
    background-image: url("images/mobile-background.png");
  }

  body.navbackbg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #232323d6;
    z-index: 2;
    backdrop-filter: blur(4px);
  }

  .mainnet-text-bold {
    font-size: 2rem;
  }

  .sports-betting .wrapper .phone-img {
    right: -7rem;
    width: 400px;
    top: 43%;
  }

  .joindiscord {
    border-radius: 3.125rem;
    margin-top: 0.938rem;
    font-size: 1.563rem;
  }

  .sge-network-contents-container {
    flex-direction: column;
  }

  .text-footer,
  .text-footer a {
    font-size: 0.938rem;
  }

  .sge-network-six.blockchain-explorer .sge-network-innerblock {
    background: rgb(40, 38, 50);
    background: linear-gradient(
      175deg,
      rgb(40 38 50 / 70%) 0%,
      rgb(54 58 58 / 70%) 50%,
      rgb(38 38 38 / 70%) 100%
    );
  }

  .sge-network-innerblock {
    max-width: 100%;
    margin-bottom: 1.875rem;
    border-radius: 3.125rem;
    backdrop-filter: blur(10px);
  }

  .sge-network-sec1 {
    margin-bottom: 10px;
  }

  .sge-network-six.blockchain-explorer {
    margin: 0;
    padding-bottom: 5rem;
  }

  .sge-network-innerblock h2 {
    font-size: 28px;
  }

  .navbar-nav-web {
    display: none;
  }

  .menuShowInmob {
    display: block;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: block !important;
  }

  .sports-betting .col-6 {
    width: 67%;
  }

  .instagram-container {
    background-image: linear-gradient(
      91deg,
      #000115 0%,
      #000115 17%,
      #297900 100%
    );
  }

  .navbar-toggler img {
    width: 1.25rem;
  }

  header .logo-img {
    width: 280px;
  }

  .navbar-toggler {
    border: 0px solid transparent;
    position: absolute;
    right: 1.25rem;
    top: 23px;
  }

  .bet-text,
  .sge-network-title h3,
  .blockchain-title h3 {
    font-size: 20px;
    line-height: 23px;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 5;
    border-radius: 0 0 0.75rem 0.75rem;
    top: 0;
    padding: 1.25rem 0 0 0px;
    background: var(--sge-black);
    align-items: flex-start;
  }

  .moblogo {
    margin: 0.625rem 0.875rem 1.25rem 0.875rem;
  }

  li.nav-item {
    border-top: 0.5px var(--sge-pink) solid;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: column !important;
  }

  .text-header {
    font-size: 0.938rem;
    text-align: center;
  }

  .navbar-dark .navbar-nav .nav-link {
    text-align: center;
    padding: 0.75rem 0.938rem !important;
    font-size: 0.875rem;
    font-family: var(--sge-font-regular);
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: static !important;
    margin: 0px 1.25rem 0.625rem 1.25rem;
  }

  .communitydrop.dropdown-menu::after {
    display: none;
  }

  .dropformob .navbar-toggler {
    right: 0.75rem;
    top: 34px;
  }

  .dropformob .dropicon {
    width: 0.813rem;
  }

  .communitydrop .dropdown-item {
    font-size: 0.875rem;
  }

  .navsocialimg {
    width: 1.25rem;
    margin-right: 7px;
  }
}

@media (max-width: 550px) {
  .header {
    margin-bottom: 1rem;
  }

  .mainnet-text-bold {
    font-size: 1.8rem;
    line-height: 38px;
    padding-bottom: 20px;
  }

  .mainnet-text-bold span {
    height: 37px;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 0.75rem;
  }

  .sge-network-title h3,
  .blockchain-title h3,
  .blockchain-title h4 span,
  .followus-subheading h3 {
    font-size: 23px;
    line-height: 0.813rem;
  }

  .bet-text {
    font-size: 19px;
    line-height: 1.5rem;
  }

  .bet-text-bold {
    font-size: 1.875rem;
    line-height: 2.563rem;
  }

  .text-be-part {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1.25rem;
  }

  .sge-network-title h4,
  .blockchain-title h4,
  .followus-subheading h4 {
    font-size: 23px;
    line-height: 1.5rem;
  }

  .primary-btn.banner-btn {
    width: 150px;
  }

  .primary-btn {
    height: 2rem;
    font-size: 0.75rem;
    border-radius: 1.875rem;
    width: 165px;
  }

  .butContainer {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sports-betting {
    margin-bottom: 132px;
    margin-top: 20px;
  }

  .navbar-toggler img {
    width: 1.25rem;
  }

  .blockchain-contents p {
    font-size: 0.938rem;
    line-height: 1.375rem;
    font-family: var(--sge-font-regular);
  }

  .sge-network-innerblock {
    padding: 0.938rem 2.5rem;
    margin-bottom: 1.25rem;
    border-radius: 1.875rem;
  }

  .sge-network-innerblock h2 {
    font-size: 1.25rem;
  }

  .sge-network-innerblock p {
    font-size: 0.938rem;
    line-height: 21px;
    margin: 1.25rem 0;
  }

  .sge-network-contents-container {
    gap: 0.75rem;
  }

  .blockchain-sports {
    margin-top: 2.5rem;
  }

  .blockchain-sports-row .sge-network-innerblock {
    width: 100%;
    padding: 1.563rem 1.25rem;
  }

  .blockchain-sports-row {
    margin-bottom: 1.125rem;
  }

  .blockchain-sports-row .sge-network-innerblock::before {
    bottom: -19px;
    right: 86%;
    height: 1.25rem;
    width: 3px;
  }

  .blockchain-sports-row .sge-network-innerblock.innerblock-02::before {
    left: 90%;
  }

  .instagram-section {
    margin-top: 1.875rem;
  }

  .lnstagram-logo {
    width: 115px;
  }

  .insta-title {
    margin-bottom: 7px;
  }

  .insta-title p {
    font-size: 0.75rem;
    line-height: 21px;
  }

  .instagram-container {
    padding: 0.625rem 1.25rem 1.25rem 1.25rem !important;
  }

  .followus-section {
    margin-top: 2.25rem;
  }

  .followus-heading h2 {
    font-size: 0.813rem;
    line-height: 1.125rem;
  }

  .social-logo {
    width: 2.813rem;
    margin: 0 0.938rem;
  }

  .twitter .social-logo {
    width: 56px;
  }

  .followus-heading {
    margin-bottom: 1.563rem;
  }

  .followus-subheading {
    margin-top: 2.813rem;
  }

  .mainfooter {
    margin-top: 1.25rem;
    padding: 0.625rem 0 1.875rem 0;
  }

  .footerlogo {
    width: 100px;
  }

  .mainfooter p {
    font-size: 0.938rem;
    line-height: 1.25rem;
    letter-spacing: 0.5px;
  }

  .mob-margin {
    margin-bottom: 2rem;
  }

  .joindiscord img {
    width: 28px;
  }

  .joindiscord {
    padding: 5px 1.25rem;
    margin-top: 0.938rem;
    font-size: 1.25rem;
  }

  .subscribtext {
    font-size: 0.75rem;
    margin-top: 0;
  }

  .subscribeInput {
    height: 2.188rem;
    border-radius: 9px;
    font-size: 0.75rem;
    padding: 5px 1.25rem;
    margin-bottom: 0.625rem;
  }

  .subscribebtn {
    width: 155px;
    height: 28px;
    font-size: 11px;
    border-radius: 0.75rem;
  }

  .text-footer,
  .text-footer a {
    font-family: "Forma DJR Display Light";
    font-size: 14px;
  }

  .text-footer {
    white-space: normal;
    line-height: 18px;
  }

  .bottomfooter {
    padding: 1.25rem 0;
  }

  .container {
    width: 92%;
  }

  .app-icon {
    width: 90px;
  }

  .sports-betting .wrapper .col-7 {
    width: 65%;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 480px) {
  .main {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;
    background-image: url(images/mobile-background-1.png);
  }

  .mainnet-text-bold {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 35px;
  }

  .mainnet-text-bold span {
    height: 29px;
  }
}

@media (max-width: 400px) {
  .sports-betting .wrapper .phone-img {
    right: -7rem;
    width: 350px;
    top: 44%;
  }

  .bet-text-bold {
    font-size: 1.563rem;
  }

  .blockchain-title h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0.938rem;
  }

  .contentContainer {
    margin-bottom: 1.25rem;
    padding: 0 2.5rem;
  }

  .blockchain-contents p,
  .mainfooter p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-family: var(--sge-font-regular);
  }

  .sge-network-innerblock {
    padding: 0.938rem 1.563rem;
    border-radius: 2.188rem;
  }

  .sge-network-innerblock h2 {
    font-size: 1rem;
    margin: 0.625rem 0 0 0;
  }

  .sge-network-innerblock p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0.625rem 0;
  }

  .sge-network-six.blockchain-explorer {
    margin: 0;
    padding-bottom: 0;
  }

  .navbar-toggler img {
    width: 1rem;
  }

  .bet-text {
    font-size: 0.875rem;
    line-height: 19px;
  }

  .text-be-part {
    font-size: 0.875rem;
    line-height: 17px;
    margin-top: 0.938rem;
  }

  .sports-betting .wrapper .col-7 {
    width: 65%;
  }

  .sports-betting {
    margin-bottom: 6.25rem;
    margin-top: 1rem;
  }
  .joindiscord {
    padding: 5px 0.625rem;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .joindiscord img {
    width: 20px;
    margin-right: 6px;
    margin-left: 0;
  }

  .navbar-collapse {
    padding: 0.625rem 0 0 0px;
  }

  .dropformob .navbar-toggler {
    top: 1.25rem;
  }

  .mainnet-text-bold {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
  }

  .mainnet-text-bold span {
    height: 29px;
  }
}

@media (max-width: 320px) {
  .joindiscord {
    padding: 5px;
    font-size: 13px;
    margin-top: 3px;
  }

  .bet-text {
    font-size: 13px;
    line-height: 19px;
  }

  .text-footer,
  .text-footer a {
    font-size: 13px;
  }

  .mainnet-text-bold {
    font-size: 15px;
    line-height: 22px;
  }

  .mainnet-text-bold span {
    height: 22px;
  }
  .sports-betting .wrapper .phone-img {
    width: 300px;
    top: 50%;
  }
  .sports-betting {
    margin-bottom: 4rem;
  }
}
