@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: black;
    font-family: "IBM Plex Sans Thai", sans-serif;

}

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(../images/rp1.jpg) top/cover fixed no-repeat;
  padding-top: 200px;
  padding-bottom: 150px;
}

.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: 200px;
  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: 60px;
  width: 25px;
  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 .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: #3d2234;
  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: #7544b6;
  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.3;
}

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: left;
  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;
  -webkit-box-shadow: 10px 10px 0px rgba(224, 86, 206, 0.459);
          box-shadow: 10px 10px 0px rgba(224, 86, 206, 0.459);
  position: relative;
}

header .header--news--list a .news--img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(7, 7, 7, 0.658)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 7, 7, 0.658));
}

header .header--news--list a .news--img::after {
  content: '';
  width: 100%;
  height: 50px;
  bottom: 0;
  z-index: 39;
  position: absolute;
  background: rgba(36, 36, 36, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

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;
}

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.6;
}

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

header .header--buttons a:nth-child(1) {
  background: linear-gradient(340deg, rgba(132, 71, 150, 0.808), #de88e6);
  -webkit-box-shadow: 0px 20px 20px rgba(26, 19, 27, 0.3);
          box-shadow: 0px 20px 20px rgba(26, 19, 27, 0.3);
}

header .header--buttons a:nth-child(2) {
  background: linear-gradient(340deg, rgba(88, 71, 150, 0.808), #7d84e6);
  -webkit-box-shadow: 0px 20px 20px rgba(20, 20, 20, 0.3);
          box-shadow: 0px 20px 20px rgba(20, 20, 20, 0.3);
}

header .header--buttons a {
  height: 75px;
  overflow: hidden;
  width: 350px;
  border-radius: 20px 0px 20px 0px;
  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-weight: 700;
  font-size: 25px;
  margin: 0px 15px 0px 15px;
  position: relative;
}

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

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

header .header--buttons a::before {
  content: '';
  border: 2px dotted rgba(255, 255, 255, 0.8);
  width: 95%;
  height: 78%;
  position: absolute;
  border-radius: 15px 0px 15px 0px;
}

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

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

header .logo img {
  width: 300px;
}

.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;
  color: white;
}

nav.scrolled {
  background-color: rgba(95, 58, 129, 0.89);
}

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

nav.active {
  max-height: 1000px;
  background-color: #5f3a81;
}

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

nav.active a {
  color: white;
}

nav.active .nav--items .nav--items--main .nav--items--sub {
  padding: 40px 0px 40px 0px;
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s;
}

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: end;
  width: 20%;
}

nav .nav--buttons a {
  height: 50px;
  overflow: hidden;
  padding: 0px 30px 0px 30px;
  border-radius: 20px 0px 20px 0px;
  background-color: rgba(255, 255, 255, 0.15);
  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: 15px;
  position: relative;
  margin-right: 15px;
  text-align: center;
}

nav .nav--buttons a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

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

nav .nav--buttons a::before {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 90%;
  height: 75%;
  position: absolute;
  border-radius: 15px 0px 15px 0px;
}

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: 15px;
}

nav .nav--icon img {
  width: 50px;
  border-radius: 100%;
}

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: 16px;
  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: #dd7cfa;
  position: absolute;
  bottom: 0px;
  -webkit-transition: .5s;
  transition: .5s;
}

nav .nav--items .nav--items--main .nav--items--sub {
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  opacity: 0;
}

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: 14px;
  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: #dd7cfa;
  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(../images/fti81j63zax21.jpg) top/cover fixed no-repeat;
  text-align: center;
  padding: 220px 0px 200px 0px;
  margin-bottom: -100px;
}

.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: 18%;
  border-radius: 30px 0px 30px 0px;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 15px;
  height: 200px;
  -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 20px #de88e6;
  color: #7544b6;
}

.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: 90%;
  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: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

footer {
  text-align: center;
  background-color: #eeeeee;
  position: relative;
  z-index: 101;
}

footer .footer--social {
  height: 80px;
  background: linear-gradient(120deg, #813a97, #c65de6);
  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 0px 40px 0px;
  position: relative;
  top: -40px;
}

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

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

footer .footer--content {
  padding: 40px 0px 80px 0px;
}

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--content p {
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
  color: gray;
  margin-top: 25px;
}

@media (min-width: 1921px) {
  header .header--vd video {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */
