@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fredoka+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Expletus+Sans:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #1a1a2e;
  font-family: 'Expletus Sans';
}

body, html {
  overflow-x: hidden;
}

span {
  -webkit-transition: .5s;
  transition: .5s;
}

img {
  -webkit-transition: .5s;
  transition: .5s;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

li {
  list-style: none;
  -webkit-transition: .5s;
  transition: .5s;
}

div {
  -webkit-transition: .5s;
  transition: .5s;
}

i {
  -webkit-transition: .5s;
  transition: .5s;
}

h1 {
  font-size: 65px;
  letter-spacing: -3px;
  line-height: 72px;
  color: white;
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes cloud {
  0% {
    left: -200px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 1920px;
    opacity: 1;
  }
}

@keyframes cloud {
  0% {
    left: -200px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 1920px;
    opacity: 1;
  }
}

@-webkit-keyframes cloud2 {
  0% {
    right: -200px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: 1920px;
    opacity: 1;
  }
}

@keyframes cloud2 {
  0% {
    right: -200px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: 1920px;
    opacity: 1;
  }
}

@-webkit-keyframes scroll {
  0% {
    top: 5px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 5px;
  }
}

@keyframes scroll {
  0% {
    top: 5px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 5px;
  }
}

.inner {
  background: url(../img/rp1.jpg) top/cover fixed no-repeat;
  padding-top: 200px;
  padding-bottom: 150px;
  min-height: 100vh;
  width: 100%;
}

.inner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 52, 107, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(36, 52, 107, 0.7), rgba(255, 255, 255, 0));
  top: 0;
}

.inner .logo {
  text-align: center;
  position: relative;
  z-index: 10;
}

.inner .logo img {
  width: 300px;
}

.inner .container {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 60px 0px 60px 0px;
  -webkit-box-shadow: 0px 70px 70px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 70px 70px rgba(0, 0, 0, 0.2);
  margin-top: 80px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

.inner .container .wrapper {
  overflow: hidden;
  padding: 70px;
  border-radius: 50px 0px 50px 0px;
  border: 1px solid rgba(117, 68, 182, 0.205);
}

.inner .container .wrapper .inner--title {
  font-size: 45px;
  color: #7544b6;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #7544b6;
}

.inner .container .wrapper h1 {
  color: #2b232e;
  text-shadow: none;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 30px;
}

.inner .container .wrapper p {
  color: gray;
  font-size: 16px;
  margin-bottom: 30px;
}

.inner .container .wrapper img {
  max-width: 800px;
  border-radius: 30px;
}

header {
  text-align: center;
  padding-top: 150px;
  margin: 0 auto;
  position: relative;
}

header .header--content {
  position: relative;
  z-index: 50;
}

header .header--content .header--scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
  width: 20px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.575);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header--content h1 {
  font-size: 40px;
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

header .header--content .header--scroll p {
  position: absolute;
  bottom: -28px;
  white-space: nowrap;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-left: 2px;
}

header .header--content .header--scroll span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3px;
  height: 7px;
  background-color: white;
  position: absolute;
  top: 10px;
  -webkit-animation: scroll 1.5s infinite linear;
          animation: scroll 1.5s infinite linear;
}

header .header--news {
  position: relative;
  z-index: 100;
  margin-top: 330px;
}

header .header--news--more {
  width: 100%;
  color: #1A2F4F;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 0px black;
          box-shadow: 0px 0px 0px black;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 120px;
}

header .header--news--more:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header .header--news--more:hover span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .header--news--more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background-color: #1e4f8f;
  color: white;
  border-radius: 100%;
  margin-right: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header--news--title {
  color: #5c395c;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

header .header--news--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -220px;
}

header .header--news--list:hover > :not(:hover) {
  opacity: 0.5;
}

header .header--news--list a {
  overflow: hidden;
  width: 23%;
  border-radius: 30px 0px 30px 0px;
  border: 1px solid rgba(102, 78, 124, 0.3);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.155);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.155);
  padding: 30px;
  background: white;
}

header .header--news--list a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header .header--news--list a:hover .news--img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

header .header--news--list a .news--text {
  text-align: center;
  padding-top: 30px;
  display: block;
}

header .header--news--list a .news--text span {
  color: gray;
  font-size: 13px;
  text-align: left;
}

header .header--news--list a .news--text p {
  color: rgba(61, 56, 66, 0.822);
  font-weight: 700;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-clamp: 1;
  width: 100%;
}

header .header--news--list a .news--img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 20px 0px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 10px 10px 0px rgba(18, 31, 52, 0.3);
  position: relative;
}

header .header--news--list a .news--img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(18, 31, 52, 0.9));
}

header .header--news--list a .news--img::after {
  content: '';
  width: 100%;
  height: 50px;
  bottom: 0;
  z-index: 39;
  position: absolute;
  background: rgba(18, 31, 52, 0.9);

}

header .header--news--list a .news--img h1 {
  position: absolute;
  z-index: 40;
  bottom: 25px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 0;
  color: #D1D6DB;
}

header .header--news--list a .news--img img {
  width: 100%;
}

header .header--news .c1 {
  overflow: hidden;
  padding-top: 0px;
  top: -280px;
  height: 300px;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

header .header--news .cloud {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header--vd {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 1080px;
  overflow: hidden;
  z-index: 1;
  opacity: 0.3;
}

header .header--buttons {
  margin-top: 30px;
}

header .header--buttons a:nth-child(1) {
  background: linear-gradient(180deg, #1a3f5f 0%, #0e2438 50%, #06101c 100%);
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  padding: 12px 32px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  display: inline-block;
  box-shadow: 
    0 0 15px rgba(93, 216, 232, 0.35),
    inset 0 1px 1px rgba(93, 216, 232, 0.15),
    0px 18px 22px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
  margin-right: 30px;
}

header .header--buttons a:nth-child(2) {
  background: linear-gradient(180deg, #E57C2E 0%, #D16620 50%, #B34D0F 100%);
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  padding: 12px 32px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  display: inline-block;
  box-shadow: 
    0 0 15px rgba(93, 216, 232, 0.35),
    inset 0 1px 1px rgba(93, 216, 232, 0.15),
    0px 18px 22px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
}

header .header--buttons a:nth-child(2):hover {
  border-color: #F2C94C;
  box-shadow: 
    0 0 25px rgba(217, 114, 53, 0.6),
    inset 0 1px 1px rgba(224, 136, 85, 0.3),
    0px 20px 25px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

header .header--buttons a:nth-child(2):active {
  transform: translateY(0px);
  box-shadow: 
    0 0 12px rgba(217, 114, 53, 0.3),
    inset 0 1px 1px rgba(224, 136, 85, 0.15),
    0px 15px 18px rgba(0, 0, 0, 0.3);
}

header .header--buttons a {
  min-width: 180px;
  text-align: center;
}

header .header--buttons a:hover {
  border-color: #7de4f0;
  box-shadow: 
    0 0 25px rgba(93, 216, 232, 0.5),
    inset 0 1px 1px rgba(93, 216, 232, 0.25),
    0px 20px 25px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

header .header--buttons a:active {
  transform: translateY(0px);
  box-shadow: 
    0 0 12px rgba(93, 216, 232, 0.3),
    inset 0 1px 1px rgba(93, 216, 232, 0.15),
    0px 15px 18px rgba(0, 0, 0, 0.3);
}

header .header--buttons a:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  text-shadow: 0px 0px 20px white;
}

header h1 {
  position: relative;
  z-index: 10;
}

header .logo {
  margin-bottom: 10px;
}

header .logo img {
  width: 30%;
  opacity: 0.7;
}

.mobile {
  display: none;
}

nav {
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 80px;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 200;
    background-color: rgba(18, 31, 52, 0.89);
    color: white;
}

nav.scrolled {
    background-color: rgba(18, 31, 52, 0.89);
}

nav.scrolled::after {
    display: none;
}

nav.active {
    max-height: 1000px;
    background-color: rgba(18, 31, 52, 0.75);
}

nav.active::after {
    display: block !important;
}

nav.active a {
    color: white;
}

nav .nav--items .nav--items--main .nav--items--sub {
    padding: 0;
    max-height: 0;
    opacity: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.3s ease-out, 
                opacity 0.3s ease-out, 
                padding 0.3s ease-out,
                visibility 0s linear 0.3s;
}

nav .nav--items .nav--items--main:hover .nav--items--sub {
    max-height: 500px;
    padding: 15px 0px 15px 0px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease-out, 
                opacity 0.3s ease-out, 
                padding 0.3s ease-out,
                visibility 0s linear 0s;
}

nav.active .nav--items .nav--items--main .nav--items--sub li {
    margin-bottom: 15px;
}

nav::after {
    content: '';
    position: absolute;
    top: 79px;
    width: 100%;
    height: 1px;
    background-color: white;
    opacity: 0.1;
    -webkit-transition: .5s;
    transition: .5s;
}

nav .nav--buttons {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 20%;
    gap: 10px;
    padding-right: 20px;
}

nav .nav--buttons a {
    height: 50px;
    width: 150px;
    padding: 0px 20px;
    border-radius: 10px;
    
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    
    position: relative;
    transition: all 0.3s ease;
    margin-right: 0 !important;
}

nav .nav--buttons a:nth-child(1) {
    background: linear-gradient(180deg, #1a3f5f 0%, #0e2438 50%, #06101c 100%);
    border: 1px solid #C7C7C7;
    box-shadow: 
        0 0 15px rgba(93, 216, 232, 0.35),
        inset 0 1px 1px rgba(93, 216, 232, 0.15),
        0px 10px 15px rgba(0, 0, 0, 0.35);
}

nav .nav--buttons a:nth-child(1):hover {
    border-color: #7de4f0;
    box-shadow: 
        0 0 25px rgba(93, 216, 232, 0.5),
        inset 0 1px 1px rgba(93, 216, 232, 0.25),
        0px 12px 18px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

nav .nav--buttons a:nth-child(2) {
    background: linear-gradient(180deg, #E57C2E 0%, #D16620 50%, #B34D0F 100%);
    border: 1px solid #C7C7C7;
    box-shadow: 
        0 0 15px rgba(93, 216, 232, 0.35),
        inset 0 1px 1px rgba(93, 216, 232, 0.15),
        0px 10px 15px rgba(0, 0, 0, 0.35);
}

nav .nav--buttons a:nth-child(2):hover {
    border-color: #F2C94C;
    box-shadow: 
        0 0 25px rgba(217, 114, 53, 0.6),
        inset 0 1px 1px rgba(224, 136, 85, 0.3),
        0px 12px 18px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

nav .nav--buttons a:active {
    transform: translateY(0px);
}

nav .nav--buttons a i {
    margin-right: 8px;
}

nav .nav--buttons a::before {
    display: none;
}
nav .nav--icon {
    width: 20%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 40px;
}

nav .nav--icon img {
    width: 200px;
    border-radius: 0%;
}

nav a {
    color: white;
}

nav .nav--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    transition: .5s;
    width: auto;
}

nav .nav--items .nav--mobile--close {
    display: none;
}

nav .nav--items .logo-mobile {
    display: none;
}

nav .nav--items:hover > :not(:hover) {
    opacity: 0.3;
}

nav .nav--items .nav--items--main {
    width: 150px;
    position: relative;
}

nav .nav--items .nav--items--main:hover .nav--items--main--link span::before {
    width: 100%;
}

nav .nav--items .nav--items--main:hover:not(:last-child)::before {
    opacity: 0.4;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

nav .nav--items .nav--items--main:not(:last-child)::before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.445);
    width: 2px;
    height: 10px;
    right: 0;
    top: 35px;
}

nav .nav--items .nav--items--main--link {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    font-size: 12px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

nav .nav--items .nav--items--main--link i {
    display: none;
}

nav .nav--items .nav--items--main--link span {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav .nav--items .nav--items--main--link span::before {
    content: '';
    width: 0%;
    height: 2px;
    background-color: #E0B35A;
    position: absolute;
    bottom: 0px;
    -webkit-transition: .5s;
    transition: .5s;
}

nav .nav--items .nav--items--main .nav--items--sub {
    text-align: center;
}

nav .nav--items .nav--items--main .nav--items--sub li {
    width: 100%;
}

nav .nav--items .nav--items--main .nav--items--sub li a {
    text-align: center;
    color: white;
    font-size: 12px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav .nav--items .nav--items--main .nav--items--sub li a::before {
    content: '';
    width: 0%;
    height: 2px;
    background-color: #E0B35A;
    position: absolute;
    bottom: -5px;
    -webkit-transition: .5s;
    transition: .5s;
}

nav .nav--items .nav--items--main .nav--items--sub li a:hover {
    color: white;
}

nav .nav--items .nav--items--main .nav--items--sub li a:hover::before {
    width: 100%;
}

.game {
  position: relative;
  z-index: 60;
  top: -100px;
  background: url(../img/back_main.jpg) top/cover fixed no-repeat;
  text-align: center;
  padding: 220px 0px 200px 0px;
  margin-bottom: -180px;
}

.game::after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.205)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(255, 255, 255, 0.205), rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
}

.game .cloud {
  position: absolute;
  -webkit-transform: rotate(180deg) scale(1.2);
          transform: rotate(180deg) scale(1.2);
  top: -100px;
  z-index: 55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.game--welcome {
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.534);
}

.game--welcome--rates {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.game--welcome--rates .rate {
  width: 16%;
  border-radius: 30px 0px 30px 0px;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 14px;
  height: 160px;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
}

.game--welcome--rates .rate div {
  border-radius: 20px 0px 20px 0px;
  background: linear-gradient(-150deg, white, rgba(255, 255, 255, 0.021));
  text-align: center;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.game--welcome--rates .rate div span {
  color: black;
}

.game--welcome--rates .rate div h1 {
font-size: 55px;
  text-shadow: 0px 0px 7px #000000;
  color: #F2C94C;
}

.game--welcome--text {
  position: relative;
}

.game--welcome--text::before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: rgba(2, 1, 2, 0.89);
  -webkit-filter: blur(152px);
          filter: blur(152px);
  position: absolute;
  left: 0;
  top: 150px;
}

.game--welcome--text h1 {
  position: relative;
  z-index: 50;
}

.game--welcome--text p {
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 25px;
  line-height: 50px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.582);
  position: relative;
  z-index: 50;
}

.game--content--swiper {
  height: 600px;
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 120px;
}

.game--content--swiper .swiper-button-prev {
  left: -80px;
}

.game--content--swiper .swiper-button {
  width: 60px;
  height: 60px;
  background-color: rgba(250, 250, 250, 0.9);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c04cb1;
  font-size: 26px;
}

.game--content--swiper .swiper-button-next {
  right: -80px;
}

.game--content--swiper--feature {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px 0px 30px 0px;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.3);
}

.game--content--swiper--feature div {
  width: 100%;
  height: 100%;
  border-radius: 20px 0px 20px 0px;
  position: relative;
}

.game--content--swiper--feature div div {
  width: 100%;
  height: 100%;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.85));
}

.game--content--swiper--feature div div div {
  position: absolute;
  bottom: 80px;
  left: 80px;
  right: 80px;
  height: auto;
  width: auto;
  text-align: left;
  z-index: 100;
  background: none;
}

.game--content--swiper--feature div div div h1 {
  font-size: 50px;
  line-height: 55px;
}

.game--content--swiper--feature div div div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200px;
  height: 50px;
  color: white;
  border-radius: 20px 0px 20px 0px;
  background-color: #c15fdf;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-size: 18px;
}

.container {
  width: 85%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.banner-area {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
                    url(../img/back.jpg);
  background-position: center;
  background-size: cover;
}

footer {
  text-align: center;
  background-color: #121F34;
  position: fixed;
  bottom: -38;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
  padding: 5;
}

/*
footer .footer--social:hover > :not(:hover) {
  opacity: 0.4;
}
*/

footer .footer--social a {
  color: white;
  margin: 0px 30px 0px 30px;
  font-size: 15px;
}


footer .footer--content .footer--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer--content .footer--link:hover > :not(:hover) {
  opacity: 0.4;
}

footer .footer--content .footer--link a {
  color: black;
  font-weight: 700;
  font-size: 18px;
  margin: 0px 20px 0px 20px;
}

footer .footer--social {
  height: 25px;
  background: linear-gradient(0deg, #0A1420, #121F34);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.151);
  border-radius: 40px 40px 0px 0px;
  margin-top: -20px;
}

footer .footer--content {
  padding: 5px 10px 15px 0px;
}

footer .footer--content p {
  font-size: 10px;
  width: 70%;
  margin: 20 auto;
  color: gray;
  margin-top: 0px;
}

.section-header{text-align:center;margin-bottom:40px}.section-header h3{font-size:2em;font-weight:bold;margin-bottom:10px;color:#333}.section-header p{color:#666;font-size:1em}.section-bg{background:#F5F8FD;padding:40px 0}.card{border:none;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,0.1);background:#fff;text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease;transform-origin:center center}.card:hover{transform:scale(1.08);box-shadow:0 6px 25px rgba(0,0,0,0.18)}.card-header{background:#6A418A;color:#fff;padding:20px 0;border-radius:10px 10px 0 0}.card-header h3{border:none!important; font-size: 14px;}.card-title{font-size:1.3em;font-weight:bold;color:#333;margin-bottom:15px}.list-group{list-style:none;padding:0;margin:0 0 15px 0}.list-group-item{padding:10px;font-size:0.95em;color:#444;text-align:center;border:none!important}.btn{display:inline-block;background:#0069d9;color:#fff;padding:10px 25px;border-radius:25px;text-decoration:none;font-weight:bold;transition:background 0.3s ease}.btn:hover{background:#004a9f}.text-green{color:#006400}.text-red{color:#d50000}.paypal-button-container{min-height:50px;display:flex;justify-content:center;align-items:center;margin:15px 0}.paypal-buttons{min-width:200px!important}

.inner{padding-top:200px}
div.card-header h3,.card .card-header h3{color:#ffffff!important;text-shadow:none!important}
.donate-intro{text-align:center;max-width:700px;margin:0 auto}.alert-success{text-align:center}.important-donate{text-align:center;font-weight:bold}.donate-row{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.donate-col{flex-basis:calc(30% - 10px);min-width:180px}.card-block-donate{padding:20px;text-align:center;font-size: 16px;}

@media (min-width: 1921px) {
  header .header--vd video {
    width: 100%;
  }
}

.announcement-page {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 2rem 0;
}

.announcement-page::before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background: url('../img/rp1.jpg') center/cover no-repeat fixed;
    top: 0;
    left: 0;
    z-index: -2;
}

.announcement-page::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(36, 52, 107, 0.7), rgba(26, 26, 46, 0.85));
    z-index: 1;
}

.announcement-content {
    background: transparent;
    padding: 2rem;
    margin: -2rem auto 2rem auto;
    max-width: 1000px;
    color: white;
}

.announcement-content h1 {
    text-align: center;
    color: white;
    font-size: 56px;
    margin-bottom: 0;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
}

.announcement-content h2 {
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
}

.announcement-content p {
    text-align: center;
    color: white;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
    font-size: 18px;
}

.announcement-content a {
    color: #00FFFF;
    text-decoration: underline;
}

.announcement-content a:hover {
    color: #a8d8ff;
}