   *{
      box-sizing: border-box;
    }
   .gs-special-t {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 20px;
  padding-bottom: 60px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Rajdhani', sans-serif;
  color: #fff;
  --fixed-color: #FFC20E;
  --fixed-color-text: #000;
}
.gs-special-t * {
  box-sizing: border-box;
}
.gs-special-t .fix-side {
  position: fixed;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.60);
  border: 1px solid var(--fixed-color);
  top: 52%;
  backdrop-filter: blur(5px);
  transform: translateY(-50%);
  height: 87%;
  background: #00000078;
  width: 180px;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gs-special-t .fix-side.left {
  left: 40px;
}
.gs-special-t .fix-side.right {
  right: 40px;
}
.gs-special-t .fix-side.empty{

}
.gs-special-t .fix-side.empty .text{
    transform: rotate(90deg);
    font-size: 36px;
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
}
.gs-special-t .fix-side.empty.left .text{
    transform: rotate(-90deg) !important;
}

.gs-special-t .fix-side .label svg{
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.gs-special-t .fix-side .label{
  background: linear-gradient(68deg, #ffc821 0%, #fff66d 100%) !important;
  padding: 9px 10px;
  font-weight: bold;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gs-special-t .banners .col .item.vip .crown-col img {
  width: 40px !important;
}
.gs-special-t .fix-side .logo {
  height: 340px;
}
.gs-special-t .fix-side .logo img {
  margin-top: 80px;
  height: 70px;
  width: 330px;
  width: 300px;
  object-fit: contain;
  transform: rotate(-90deg);
}
.gs-special-t .fix-side svg {
  width: 100px;
  height: 100px;
  animation: vipAnimate 3s infinite alternate forwards;
  fill: rgb(255, 153, 0);
}
.gs-special-t .fix-side .slide-text .item-1{
  flex-direction: column;
}
.gs-special-t .fix-side .slide-text span{
  color: rgb(255, 153, 0);

}
.gs-special-t .fix-side .slide-text {
    margin: 70px 0 !important;
    height: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0px;
    left: 50%;
    border-radius: 25px;
    left: 50% !important;
    transform: translateX(-50%);
    position: relative;
}

.gs-special-t .fix-side .slide-text .item-1,
.gs-special-t .fix-side .slide-text .item-2,
.gs-special-t .fix-side .slide-text .item-3{
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}
.gs-special-t .fix-side .slogan h1 {
  color: var(--fixed-color);
  font-weight: 800;
  margin: 0px;
  font-size: 20px;
}
.gs-special-t .fix-side .slogan p {
  margin: 0px;
  font-size: 20px;
}
.gs-special-t .fix-side .down {
  height: 40px;
}
.gs-special-t .banners .col .item .vpn{
    background: red;
    color: #fff;
    position: absolute;
    right: -7px;
    bottom: -7px;
    font-size: 9px;
    border-radius: 30px;
    padding: 5px 5px;
    font-weight: bold;
}
.gs-special-t .banners .col .item .promocode{
    background: #009aff;
    color: #fff;
    position: absolute;
    right: -7px;
    top: -7px;
    font-size: 11px;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: bold;
}
.gs-special-t .fix-side .button {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  background: #FFC20E;
  border-radius: 30px;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.gs-special-t .container {
  width: 1300px;
  margin: 0 auto;
}


.row{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.col{
  padding: 0 10px;
}
.banner1 .col { width: 100%;}
.banner2 .col { width: 50%;}
.banner3 .col { width: 33.3333%;}
.banner4 .col { width: 25%;}
.banner5 .col { width: 20%;}
.banner6 .col { width: 16.6666%;}



@media (max-width: 1680px) and (min-width: 1500px) {
  .gs-special-t .container {
    width: 1200px !important;
 }
}
@media (max-width: 1599px) and (min-width: 1300px) {
  .gs-special-t .container {
    width: 1100px !important;
 }
}
@media (max-width: 1499px) and (min-width: 1200px) 
{
  .gs-special-t .container {
    width: 800px !important;
 }
}
@media (max-width: 450px){
  body .gs-special-t .banners .col .item.vip .crown-col{
    width: 30px;
    height: 30px;
  }
  body .gs-special-t .banners .col .item.vip .crown-col img{
    width: 20px !important;
  }
  .gs-special-t .banners .col .item .top img{
    height: 50px !important;
    width: 100px !important;
  }
  .gs-special-t .banners .col .item .bottom{
    padding: 15px 10px !important;
  }
  .gs-special-t .banners .col .item .bottom .button{
    font-size: 11px !important;
    width: 100% !important;
  }
}
@media (min-height: 900px){
  .gs-special-t .fix-side .logo img{
    margin-top: 160px;
    height: 70px;
  }
}
@media (max-height: 900px){
  .gs-special-t .fix-side .star.two{
    display: none;
  }
  .gs-special-t .fix-side .logo img{
    margin-top: 100px;
    height: 50px;

  }
}
@media (max-height: 800px){
  .gs-special-t .fix-side .logo img{
    margin-top: 135px;
    margin-bottom: 35px;
    height: 50px;
  }
}
@media (max-height: 700px){
  .gs-special-t .fix-side .logo img{
    margin-top: 80px;
    margin-bottom: 35px;
    height: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 997px) {
  .gs-special-t .container {
    width: 600px !important;
 }
}
.gs-special-t .t-m {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
}
.gs-special-t .t-m .logo img {
  width: 220px;
  margin-bottom: 0px;
  border-radius: 100%;
}
.gs-special-t .t-m h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold !important;
  margin: 10px 0 10px 0;
}
.gs-special-t .t-m h5 {
  color: #fff;
  opacity: .85;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 5700 !important;
  margin: -10px 0 10px 0;
}
.gs-special-t .footer-c {
  margin-top: 20px;
  display: flex;
  padding: 0 10px;
  width: 100%;
  justify-content: space-between;
}
.gs-special-t .footer-c .licence {
  display: flex;
  font-size: 11px;
  align-items: center;
  justify-content: center;
}
.gs-special-t .footer-c .licence img {
  margin-left: 10px;
  width: inherit !important;
  height: 40px;
  margin-top: -5px;
}
.gs-special-t .footer-c .cpyrght {
  display: flex;
  font-size: 11px;
  opacity: 0.95;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.gs-special-t .footer-c .cpyrght img {
  margin-left: 10px;
  width: inherit !important;
  height: 35px;
}
.gs-special-t .banners {
  width: 100%;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.gs-special-t .banners .col {
  width: 25%;
  padding: 8px;
}
@media (max-width: 1500px) {
  .gs-special-t .cards .col {
    width: 33.333% !important;
    flex-basis: 33.333% !important;
 }
}
@media (max-width: 1300px) {
  .gs-special-t .cards .col {
    width: 50% !important;
    flex-basis: 50% !important;
 }
}
.gs-special-t .cards .col .item.blank{
  display: flex;
  align-items: center;
  justify-content: center;
}
.gs-special-t .cards .col .item.blank .top{
  padding: 0px 40px;
}
.gs-special-t .cards .col .item {
  display: flex;
  color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.60);
  flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  border-radius: 20px;
  display: flex;
  position: relative;
  text-decoration: none !important;
  border: 3px solid transparent;
  transition: all 0.3s linear;
  cursor: pointer;
  height: 165px;
  overflow: hidden;
  border-color: transparent !important;
}
.gs-special-t .cards .col .item:hover {
  z-index: 2;
  transform: scale(1.1);
}
.gs-special-t .cards .col .item.vip {
  position: relative;
  height: 174px;
  border-color: #FFC20E !important;
}

.gs-special-t .banners .col .item.vip .label path{ 
  fill: #000 !important;
}
.gs-special-t .banners .col .item.vip .label svg{
  width: 16px;
  height: 16px;
  fill: #000 !important;
}
.gs-special-t .banners .col .item.vip .label{
  background: linear-gradient(68deg, #ffc821 0%, #fff66d 100%) !important;
  padding: 9px 10px;
  font-weight: bold;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  animation: vipAnimate 1s infinite alternate forwards;
}
@keyframes vipAnimate {
  O%{
    transform: scale(1) rotateY(0deg);
  }
  50%,75%{
    transform: scale(1.1) rotateY(360deg);
  }
  75%,100%{
    transform: scale(1.1) rotateY(360deg);
  }
}

.gs-special-t .banners .col .item.vip .vipsite{
    position: absolute;
    width: 60px;
    right: 0px;
    top: -25px;
    background: #000;
    border-radius: 100%;
    border: 3px solid #ebcb07;
} 

.gs-special-t .banners .col .item.vip .crown-col {
  position: absolute;
  background: linear-gradient(111deg, rgba(249, 144, 33, 1) 0%, rgba(251, 190, 75, 1) 47%, rgba(249, 144, 33, 1) 100%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -15px;
}
.gs-special-t .banners .col .item.vip .crown-col img {
  width: 40px !important;
}
.gs-special-t .banners .col .item .top {
  padding: 50px 20px 20px 20px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  backdrop-filter: blur(4px);
}

@media(min-width:996px){
  .gs-special-t .banners .col.last .item{
    height: 170px !important;
  }
  .gs-special-t .banners .col.last .item .top{
    padding: 15px 20px 0px 20px !important;
  }
  .col.full .slide-text{
    height: 20px !important;
    margin-top: 10px !important;
  }
  .col.full .slide-text br{
    display: none !important;
  }
}

.gs-special-t .banners .col .item .top .slide-text{
  width: 100%;
  margin-top: 10px;
  height: 30px;
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 10px;
  padding: 20px;
  top: -10px;
}
.slide-text .item-1
{
position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	top: 10px;
  width: 100%;
  line-height:24px;
  left: 0px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.slide-text .item-2
 {
position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    font-weight: bold;
	top: 25px;
  width: 100%;
  left: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.slide-text .item-1{
	animation-name: anim-1;
}

.slide-text .item-2{
	animation-name: anim-3;
}

.slide-text .item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 10% { opacity: 0; }
  10%,85% { opacity: 1; }
  90%, 100% { opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { opacity: 0; }
  41.63%, 58.29% { opacity: 1; }
  66.66%, 100% { opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% {opacity: 0; }
  74.96%, 91.62% {opacity: 1; }
  100% { opacity: 0; }
}
.gs-special-t .banners .col .item.vip .top{
  padding-bottom: 10px;
  padding-top: 55px;
}
.gs-special-t .banners .col .item.vip .slide-text *{
  color: #fff;
}
.gs-special-t .banners .col .item .top img {
  width: 200px;
  height: 50px;
  object-fit: contain;
}
.gs-special-t .banners .col .item .bottom {
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
.gs-special-t .banners .col .item .bottom .star {
  height: 30px;
  object-fit: contain;
}
.gs-special-t .banners .col .item .bottom .button svg{
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-right: 5px;
}
.gs-special-t .banners .col .item.vip .bottom .button{
    background: #FFC20E;
}
.gs-special-t .banners .col .item .bottom .button {
    padding: 7px;
    width: 140px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 2px solid #FFC20E;
    border-radius: 30px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    animation: boxShadow 1s infinite alternate forwards;
}
@keyframes boxShadow {
  from{
    box-shadow: 0px 0px 0 var(--fixed-color);
  }
  to{
    box-shadow: 0px 0px 30px var(--fixed-color);
  }
}
.gs-special-t .social ul {
  margin: 0px;
  display: flex;
  padding: 0px;
}
.gs-special-t .social ul li {
  margin: 0 5px;
}
.gs-special-t .social ul li a {
  display: flex;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  justify-content: center;
  text-decoration: none !important;
  align-items: center;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 30px;
  transition: all 0.3s linear;
  background: #5c9527;
  background: none !important;
  border: 1px solid #fff;
}
.gs-special-t .social ul li a:hover {
  z-index: 2;
  transform: scale(1.1);
  background: var(--fixed-color) !important;
}
.gs-special-t .social ul li a svg {
  width: 15px;
  margin-right: 5px;
  fill: #fff !important;
}
.gs-special-t .social ul li a svg path, .gs-special-t .social ul li a svg g {
  fill: #fff;
}
@media (max-width: 996px) {
  .bottom-fixed .center h3{
    font-size: 24px !important;
    margin-left: 20px;
     white-space: nowrap;
  } 
  .gs-special-t .banners .col .item.vip .label{
    display: none;
  }
  body .gs-special-t .fix-side.empty.right .text,
  body .gs-special-t .fix-side.empty.left .text{
    transform: none !important;
  }
  .bottom-fixed{
    width: 100% !important;
  }
  .bottom-fixed h1{
    font-size: 12px !important;
  }
  .bottom-fixed p{
    font-size: 12px !important;
  }
  .bottom-fixed img{
    width: 80px !important;
  }
  .gs-special-t .social ul li{
    margin: 0 5px;
  }
  .gs-special-t .banners .col .item{
    height: 180px;
  }
  .gs-special-t .banners .col .item h1{
    font-size: 18px;
  }
  .slide-text p{
    font-size: 10px !important;
  }
  .gs-special-t .footer-c{
    flex-direction: column !important;
  }
  .gs-special-t .footer-c .cpyrght{
    margin-top: 15px;
  }
  .social{
    margin-top: -10px;
  }
  .gs-special-t .banners{
    margin-top: 0px;
  }
  .gs-special-t h1{
    display: block;
  }
  .gs-special-t .social ul li a svg{
    margin: 0px;
  }
  .gs-special-t .social ul li a{
    font-size: 0px;
    padding: 10px 10px;
  }
  .gs-special-t .t-m .logo img{
    width: 75px !important;
  }
  .gs-special-t .social ul{
    margin: 0px !important;
    padding: 0px !important;
  }
  .gs-special-t .fix-side .label{
    display: none;
  }
  .gs-special-t .fix-side .star{
    display: none;
  }
  .gs-special-t .banners .col .item.vip .top{
    padding-bottom: 0px;
  }  
  .banners .item .top img {
    width: 150px !important;
 }
  .banners .bottom .button {
    width: 100% !important; 
 }
  .gs-special-t .fix-side .slide-text,
  .banners .bottom .star {
    display: none;
 }
  .social ul {
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
 }
  .social ul a {
    margin: 5px 0;
 }
  .gs-special-t {
    background-size: cover;
 }
  .gs-special-t .container {
    width: 100% !important;
 }
  .gs-special-t .fix-side {
    position: relative;
    width: 100%;
    flex-direction: row;
    height: 100px;
    top: 30px;
    left: 0px !important;
    margin-bottom: 15px;
    right: 0px !important;
    transform: none;
 }
  .gs-special-t .fix-side.right {
    margin-top: -100px !important;
    margin-bottom: 100px !important;
 }
  .gs-special-t .fix-side .down {
    display: none;
 }
  .gs-special-t .fix-side .button {
    margin-left: 20px;
 }
  .gs-special-t .fix-side .star {
    height: 90px;
    width: inherit !important;
    object-fit: contain;
 }
  .gs-special-t .fix-side .star.two {
    display: none;
 }
  .gs-special-t .fix-side .slogan {
    display: none;
 }
  .gs-special-t .fix-side .logo {
    height: auto;
    margin: 0px;
 }
  .gs-special-t .fix-side .logo img {
    margin: 0px;
    transform: none;
    height: 40px;
    width: inherit !important;
 }
}
 a {
  text-decoration: none;
}
li {
  list-style: none;
}
ul {
  margin: 0px;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  overflow: hidden;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 100%;
  left: 0px;
  box-sizing: content-box;
}
.ticker-wrap .ticker:hover{
  animation-play-state: paused;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 15px !important;
  color: white;
}
.bottom-fixed.hide{
  display: none;
}
.bottom-fixed{
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.60);
          width: 800px;
          height: 90px;
          z-index: 9999999;
          background: rgba(0, 0, 0, 0.849);
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
          position: fixed;
          bottom: 0px;
          left: 50%;
          padding: 0px 40px;
          border: 1px solid transparent;
          border-bottom: 0px;
          transform: translateX(-50%);
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
        .bottom-fixed .button{
          position: fixed;
          right: 10px;
          cursor: pointer;
          top: 10px;
        }
        .bottom-fixed .center{
          text-align: center;
          font-size: 12px;
        }
        .bottom-fixed .center h1{
          font-size: 26px;
          color: #ffffff;
          margin: 0px;
        }
        .bottom-fixed .center p{
          font-size: 14px;
          margin: 5px;
          text-transform: uppercase;
          font-weight: 900;
        }
        .bottom-fixed a{
          padding: 10px 10px;
          width: 140px;
          color: #fff;
          font-weight: bold;
          text-align: center;
          background: var(--fixed-color);
          animation: boxShadow 1s infinite alternate forwards;
          border-radius: 30px;
          font-size: 15px;
        }
        .bottom-fixed .button svg{
          width: 30px;
          height: 30px;
          stroke: #fff;
        }
		html {font-size: 16px !important;}
		.form__input {
  color: #333;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  border: none;
  width: 100%;
  display: block;
  border-bottom: 5px solid transparent;
  transition: all 0.3s;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}
