/* ---------------------------------
             General
----------------------------------*/

body {
  color:#444;
  background: #001021;
  overflow-x: hidden;
}

html {
    -webkit-font-smoothing: antialiased;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {


    letter-spacing: 1px;
}

* a{
  cursor: pointer;
  text-decoration: none;
}

* {
  font-family: 'Sarabun', sans-serif;
}


/* ---------------------------------
             Game Cards
----------------------------------*/

.game-card {
  width: 250px;
  border-radius: 15px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0;
  transition: all .3s ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

@media (min-width: 576px) {
  .game-card {
    width: 300px;
  }
}

.game-card:hover {
  transform: translateY(-0.65em);
  display: block;
}


.game-card:hover .game-logo {
  transform: scale(1.2);
  transition: ease-in-out;
  transition-duration: 0.5s;
}

.portfolio-item {
  margin-top: 5px;
}

.game-card .card-body {
  height: 400px;
}

.game-logo-img-wrapper {
  position: relative;
}

.card-button-wrapper {
  visibility: hidden;
  position: absolute;
  opacity: 0;
    bottom: 10px;
  left: 0;
  width: 90%;
  margin: 0 5%;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}

.game-card:hover .card-button-wrapper {
  visibility: visible;
  opacity: 1;
  
}


.btn-flip {
  width: 100%;
    outline: 0;
    color: #FFF;
    font-style: italic;
    line-height: 40px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
}

.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}

.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #000000;
  display: block;
  transition: 0.5s;
  text-decoration: none;
  border-radius: 20px;
  position: absolute;
  background: #FFFFFF;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}

.btn-flip:before {
top: 0;
    left: 0;
    opacity: 1;
    color: #ffffff;
    display: block;
    padding: 0 50px;
    line-height: 40px;
    transition: 0.5s;
    position: relative;
    text-decoration: none;
    border-radius: 20px;
    background: #ff0000;
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
}



.game-logo {
  width: 100%;
  transition: all .3s ease-in-out;
  transition-delay: 0s;
}





/* ---------------------------------
            Nav / Header 
----------------------------------*/

.brand-logo {
  max-width: 100%;
    vertical-align: bottom;
}

.head-text > h2 {
  color: #fff;
    font-weight: 900;
    font-size: 30px;
}

#header-paragraph {
  font-size: 16px;
    color: #bcbcbc;
    line-height: 30px;
    letter-spacing: 0.4px;
}

nav {
  width: 100%;
  position: fixed;
  top: 0;
  background: transparent;
  z-index: 99;
}

nav .container {
  position: relative;
}

.nav {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(17,17,17,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(17,17,17,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(17,17,17,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#111111",GradientType=1);
}

.navbars {
  color: #fff;
  padding: 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbars ul {
  padding: 0;
  margin: 0;
}

.navbars .logo {
  cursor: pointer;
  z-index: 98;
  width: 180px;
}

.navbars ul.links {
list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    position: relative;
    justify-content: flex-end;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s ease all, 0s ease background;
    transition: 0.4s ease all, 0s ease background;
}

.navbars ul.links li.active a {
  color: #da202f;
}

.navbars ul.links li.active a::after {
  color: #fff;
}

.navbars ul.links li {
  text-transform: capitalize;
  padding: 0 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  position: relative;
}

.navbars ul.links li a {
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
}

.navbars ul.links li a::after {
  content: attr(data-link);
  position: absolute;
  right: 9px;
  top: 28px;
  opacity: 1;
  text-decoration: none;
  color: #da202f;
  font-weight: 900;
  font-size: 16px;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
}

.normal-link {
  height: 20px;
  overflow: hidden;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
}

.normal-link:hover a {
  margin-top: -40px;
}

.normal-link:hover a::after {
  margin-top: -30px;
}




.index-1 {
  position: relative;
  z-index: 1;
}

.header {
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  background-size: 100%;
}

.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: rgb(17,17,17);
background: -moz-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 64%);
background: -webkit-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 64%);
background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 64%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#111111",GradientType=1);
}

#animated-bg {
  background: url(../background-night.html);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background 3s;
  transition: background 3s;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  -webkit-animation: slide 20s linear infinite;
  overflow: hidden;
  transform: scale(1.2);
  background-position: left bottom;
}

.car {
  background-image: url(../car-bg.html)!important;
}


#animated-bg:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
background: linear-gradient(0deg, rgba(0,16,33,1) 11%, rgba(0,0,0,0.14695436279980745) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000917",endColorstr="#d21010",GradientType=1);
}




@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -120px 0; }
}

.lightning-in {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../lightning.html);
  background-size: cover;
  background-position: right top;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  -webkit-animation: lightning 2s linear;
  -webkit-animation-delay: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    
}

@-webkit-keyframes lightning {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.flash-in {
  position: absolute;
  bottom: 0;
  right: 5%;
  -webkit-animation: moveright 20s linear;
}

@-webkit-keyframes moveright {
    from { right: 15%; }
    to { right: 5%; }
}

.header .container {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.header .head-text h1 {
  font-size: 5em;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 15px;
}

.header .lp-text h1 {
  font-size: 92px;
}

.header .head-text p {
  font-style: italic;
}

.header .head-text .logo-icon {
  width: 50px;
}

.header .head-text h1, .header .head-text h2, .header .head-text h3, .header .head-text p {
  color: #fff;
}

.header-2 {
  height: 70vh;
  position: relative;
}

.header-2 .container {
  position: relative;
}

.header-2 .img-home-2 {
  position: absolute;
  z-index: 0;
  right: 20%;
  height: 100%;
  width: 100%;
  bottom: 0;
  background: url("../home-1.html") no-repeat right bottom;
  background-size: contain;
}

.header-page {
  position: relative;
}

.header-page .container {
  padding-top: 40px;
  padding-bottom: 0px;
}

.lines-home-2 {
  position: absolute;
  height: 100%;
  width: 100vw;
  bottom: -100%;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  opacity: .1;
}

.lines-home-2 img {
  margin-left: -300px;
}

.lines-page {
  position: absolute;
  height: 250%;
  /*width: 100vw;*/
  bottom: -100%;
  z-index: -1;
  top: 0;
  left: 30%;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  opacity: .1;
}

.lines-page img {
  margin-left: -300px;
  margin-top: -300px;
}

.lines {
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  z-index: -1;
  left: 15%;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  opacity: .1;
}

.lines img {
  margin-left: -300px;
  margin-top: -300px;
}

.sosmed ul {
  list-style: none;
}

.work,
.news,
.team {
/*   background: #111111; */
}

.work .container-fluid,
.news .container-fluid,
.team .container-fluid {
  padding: 0;
}

/* ---------------------------------
             Footer
----------------------------------*/
footer {
  padding: 250px 0 30px;
  background: url(../jpg/site-footer.jpg);
  background-position: center top;
  background-size: cover;
  position: relative;
}


.footer-icons img {
  max-height: 30px;
  width: auto!important;
  margin-top: 15px;
  margin-left: 3%;
}

footer .copy {
  text-align: center;
}

.nav-footer {
  text-align: center;
}

/** From main page **/
.nav-footer {
  margin-top: 30px;
}
.footer-icons.policies {
  margin-top: 50px;
}
.copy div, .copy span {
  font-weight: 400;
}
.footer-icons.policies a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}
.foot1 { color: #a5a5a5;display: block;padding: 15px 0px; }
.foot2 { color: #a5a5a5;display: block;padding: 0 0 15px 0px; }
.foot3 {color: #a5a5a5;display: block;padding: 0 0 15px 0px;}
.foot4 {color: #a5a5a5; }


@media(min-width: 768px){
footer .copy {
    text-align: inherit;
}

.nav-footer {
  text-align: inherit;
}
}

footer .copy > * {
  font-size: 11px;
}


.social-wrapper {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.social-wrapper a i {
  color: #fff;
    font-size: 24px;
    margin-right: 5px;
}

footer #left-image {
  width: 540px;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer #center-image {
  width: 600px;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 0;
}

footer #right-image {
  height: 600px;
  position: absolute;
  bottom: 0;
  right: 0;
}


.center-logo {
  width: 250px;
    margin: 0 auto;
    z-index: 1;
}

.to-touch {
  position: relative;
  padding: 50px 0 50px;
}

.to-touch h2 {
  margin: 0;
}

.to-touch p {
  color: #da202f;
}

.nav-footer {
  margin-top: 30px;
}

.nav-footer ul {
  list-style: none;
}

.nav-footer li {
  display: inline;
  margin: 20px;
}

.nav-footer li a {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: all ease-in-out .4s;
  -webkit-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -ms-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
}

.nav-footer li a:hover {
  text-decoration: none;
  opacity: .4;
}

.social-footer ul {
  list-style: none;
}

.social-footer li {
  display: inline;
  margin-right: 20px;
}

.social-footer li a {
  color: #da202f;
  font-size: 16px;
  transition: all ease-in-out .4s;
  -webkit-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -ms-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
}

.social-footer li a:hover {
  text-decoration: none;
  opacity: .4;
}

.copy p {
  font-size: 12px;
}

.bg-footer {
  position: absolute;
  height: 200%;
  width: 100%;
  top: -100%;
  left: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  opacity: .1;
}

.bg-footer img {
  margin-left: -300px;
}

/* ---------------------------------
             Language selector
----------------------------------*/
#langSelect {
    margin-left: 15px;
    max-width: 60% !important;
    padding: 7px;
    border: solid thin #da2030;
    border-radius: 3px;
    overflow: hidden;
    color: #FFF;
    outline: none;
    background: transparent;
}

#langSelect > option {
   background-color: #111111;
   margin: 20px;
}

@media(min-width: 768px){
#langSelect {
  padding: 10px;
}
}

/*-----------------------------------------
              Preloader
-----------------------------------------*/


.logo-load img {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 75px;
}

.over-all {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background: #000;
    mix-blend-mode: color;
    pointer-events: none;
    opacity: 0;
}

.preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
}


.block-1 {
    width: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
    background: #001022;
    position: fixed;
    z-index: 998;
}

.block-2 {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #001022;
    position: fixed;
    z-index: 999;
}

.logo-load {
    position: fixed;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    mix-blend-mode: difference;
    z-index: 9999;
}


.loader {
  color: #df1e0a;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 0.5s infinite ease, round 0.5s infinite ease;
  animation: load6 0.5s infinite ease, round 0.5s infinite ease;
}



@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


 
#animated-bg {
/*     background: url(../images/bg-blue.jpg); */
	background: url(../png/queens_of_africa_bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background 3s;
    transition: background 3s;
    min-height: 100%;
    width: 100%;

    position: absolute;
    top: 0;
    left: -40px;
    -webkit-animation: slide 20s linear infinite;
    overflow: hidden;
    transform: scale(1.2);
    background-position: left bottom;
}
.lightning-in {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../png/lightning.png);
    background-size: cover;
    background-position: right top;
    width: 100%;
    min-height: 100%;
    opacity: 0;
    -webkit-animation: lightning 2s linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
.flash-in {
    max-width: 850px;
    position: absolute;
    bottom: -100px;
    right: 5%;
    transform: translatey(0px);
    animation: float 16s ease-in-out infinite;
}
.pot-float {
    position: absolute;
    z-index: 1;
    top: 180px;
    width: 100%;
    padding: 0 40px;
}
.pot-float .left-float {
    float: left;
    animation: float 16s ease-in-out infinite;
}
.pot-float .right-float {
    float: right;
    animation: inverse-float 16s ease-in-out infinite;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.cover-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110vh;
    background: linear-gradient(24deg, rgba(0,9,23,1) 0%, rgba(210,16,16,0) 75%);
}


footer .copy {
    line-height: 15px;
}
.header-page .container {
    padding-bottom: 30px;
}
.navbars {   padding: 4px 0; }
h1 {
  color: #fff;;
    font-size: 3em;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 15px;
}
#header-paragraph {  color: #ffffff; }
.header {
    padding-top: 10px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background-size: 100%;
}

.desplode-circle {
    animation: desplode .5s forwards;
    -webkit-animation: desplode .5s forwards;
}
.su_button_circle {
    background-color: red;
    position: absolute;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
}
.button_su_inner {
    display: inline-block;
    background: #da202f;
    color: #F4F4F4;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: 400ms;
    transition: 400ms;
    text-decoration: none;
    padding: 10px 20px;
    z-index: 10;
}
.button_text_container {
    position: relative;
    z-index: 10;
}
.button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.button_su:hover a {
    color: #fff;
    text-decoration: none;
}
.button_su:hover {
    -webkit-box-shadow: 0px 0px 38px 0px rgba(233, 32, 79, 0.6);
    box-shadow: 0px 0px 38px 0px rgba(255, 0, 21, 0.9);
}

@media screen and (max-width: 767px){
  .social-wrapper {
    justify-content: center;
  }
}