@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
:root{
  --white:white;
  --color-1:rgb(250, 158, 38);
  --color-2:rgb(235, 65, 65);
  --color-3:rgb(246, 250, 33);
  --color-4:#009A44;
  --color-5:rgb(4, 146, 211);
--primary-color:var(--color-1);
-primary-color:#45f882;
--bg: rgb(98,13,60);
--gradientBG: linear-gradient(0deg, rgba(35,65,45,0.5) 0%, rgba(29,50,36,0.5) 100%);
  --BG: rgb(35,65,45);
--border-color: rgba(69, 248, 130, 0.2);
 --dark-BG:rgb(16, 24, 31);


  --black:#382933;
  --bright-color: #257A3E;
}

body{
background-color: gray;
    direction: ltr;
    font-family: 'Saira Condensed', sans-serif !important;
    font-size: 18px;
    margin: 0;
    padding: 0px;
    overflow-x: hidden;
  }
  ul,li{
    padding: 0px;
    margin: 0px;
  }

  a{text-decoration: none;}
  a:hover{
    color: white;
  }
  img{
    width: 100%;
    display: block;
  }
  .container{
    position: relative;
  }
  .overlay{
    content: "";
    position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.9s;
  opacity: 0.7;
  background: var(--gradientBG);
  background-size: 100% 100%;
}

 
.title{
 color: var(--white);
  position: relative;
  font-size: 39px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
  
  
}
.title::after{
  content: "";
    display: block;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 93.846% 100%, 6.154% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 93.846% 100%, 6.154% 100%, 0% 0%);
    width: 80px;
    height: 5px;
    background: var(--primary-color);
        margin:  25px auto 0;
}
.title-border{
  width: 35%;
  margin: 19px auto;
  height: 45px;
}
@media (max-width:767px) {
  .title-border{
    display: none;
  }
}
@media (max-width:575px) {
  .title{
    
    font-size: 28px;
    
    
  }
}
.container{
  position: relative;
  width: 100%; 
  max-width: 1200px; 
  margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
  box-sizing: border-box;
}

.header {
  z-index: 2;
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  
}
.header_fixed{
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: white;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  
}
@media(max-width: 575px) { 
  .header{
    padding: 5px 5px;
  }
}
.header23 {
  background: var(--dark-BG);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 14px;
      padding: 0px 5px;
}
@media  (max-width: 575px) { 
  .header23{
    padding: 5px;
  }
}
@media screen and (max-width:1199px){
  .nav{
    display: none;
  }
}
@media screen and (min-width:1200px){
  .header23 {
    opacity: 0.71;}
}

.logotip44 {
  display: flex;
  align-content: center;
      flex-wrap: wrap;
      align-items: center;
      gap: 14px;
      
      
    }
    
    .logotip {
      position: relative;
      width: 41px;
      margin-right: 19px;
      margin-left: 19px;
      
    }
    @media (max-width: 575px) { 
      .logotip{
        width: 25px;
      }
    }
    
  
    
    .logotip-links23 {
      padding: 10px;
      display: flex;
      align-items: center;
      color: white;
      font-size: 25px;
      
    }
    .logotip-links23:hover {
      color:  var(--primary-color);
    }
    @media (max-width: 350px) { 
      .logotip-links23{
        font-size: 18px;
      }
    }
    
    .logotip_box_color {
      color: black;
    }
    
    .logotip_box_color:hover {
      color: black;
    }
    
    .menu-btn {
      width: 30px;
      height: 30px;
      position: relative;
      z-index: 2;
      overflow: hidden;
      
    }
    
    
    @media (min-width: 1200px) {
      .menu-btn{  display: none; }
      
    }
    @media (min-width:1200px) {
      .knopkavmenu{
        display: none;
      }
    }
    .menu-box-mobile {
      margin-top: 45px;
      display: flex;
      flex-direction: column;
      
    }
    
    
    .menu-box-mobile li {
      width: 100%;
      padding: 12px;
      display: inline-block;
      color: var(--white );
      
    }
    
    .span-btn {
      width: 30px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color:   white;
      transition: all 0.4s;
    }
    
    .span_btn_colored {
      width: 30px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      
      transition: all 0.4s;
      background-color:   white;
    }
    
    .menu-btn span:nth-of-type(2) {
      top: calc(50% - 5px);
    }
    
    .menu-btn span:nth-of-type(3) {
      top: calc(50% + 5px);
    }
    
    
    .menu-btn.active span:nth-of-type(1) {
      display: none;
    }
    
    .menu-btn.active span:nth-of-type(2) {
      top: 50%;
      background-color:   white;
      transform: translate(-50%, 0%) rotate(45deg);
    }
    
    .menu-btn.active span:nth-of-type(3) {
      top: 50%;
      background-color:   white;
      transform: translate(-50%, 0%) rotate(-45deg);
    }
    
    
    .menu {
      z-index: 1;
      position: fixed;
      top: 81px;
      right: 0;
      width: 100%;
      height: 50%;
      padding: 35px;
      
      
      display:none;
      transition: transform 0.4s;
    }
    .menu nav{
      position: relative;
    }
    .bg-menu{
background: var(--dark-BG);  
    opacity: 1;
    }
    @media (max-width: 575px) { 
      .menu {
        top: 69px;
      }}
      @media (min-width: 1199px)  { 
        .menu {
          display: none;
        }
      }
      
      
      .menu.active {
        display: flex;
        
      }
      .menu li {
        list-style-type: none;
      }
      
      
      .menu-list {
        display: flex;
        list-style-type: none;
        gap: 25px;
        margin-bottom: 0px;
        
        
      }
      @media (max-width :1199.9px) {
        .menu-list{  display: none; }}
        .menu-item {
          display: block;
    position: relative;
    list-style: none;
        }
        
        .link-menu {
          text-align: center;
         font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--white);
    padding:  27px 10px;
    display: block;
    line-height: 1;
    position: relative;
    letter-spacing: 0.8px;
    z-index: 1;
        }
        .link-menu::before{
          content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 42px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    background:var(--primary-color);
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
        
        .link-menu:hover{
       color: var(--primary-color)!important;;
        }
        .menu-item:hover .link-menu::before {
         
             opacity: 1;
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
}
          
        
        
        .menu-item_link {
          
          text-transform: uppercase;
          color: rgba(255, 255, 255, 0.9);
          font-size: 18px;
          line-height: 20px;
        }
        
        
        
        
        .menu-item_link:hover{
    color: rgba(255, 255, 255, 0.9);;
  }
  .blacklinktxt{
    color: black;
  }
  .blacklinktxt:hover{
    color: black;
    
  }
  .menu_active {
    color: black;
  }
  
  .sub-menu_list {
    background-color: #fff;
  }
.section-hero{
  position: relative;
   background: var(--gradientBG), 
               url(mediamansion/dir-bg/bg-dark-068516e0500859.jpg);
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
     min-height: 100vh;
}
.section-hero::before, .section-hero::after{
      content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 50%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background-color: var(--primary-color);
    height: 45px;
}
.section-hero::after{
      left: auto;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.hero-title{
  color: var(--white);
}
.hero-thumb{
  position: relative;
  display: flex;
  align-items: center;
  margin: 0px -10px;
  padding-top: 160px;
}
@media (max-width:991px) {
  .hero-thumb{
    padding-top: 90px;
    flex-direction: column-reverse!important;
    gap: 19px;
}
  }
@media (max-width:990px) {
  .hero-magnetic{
  width: 50%;
  margin: 0 auto;
}
}
.hero-thumb__box{
text-align: center;

  padding: 0px 14px;
}
@media (min-width:990px) {
  .hero-thumb__box{
    width: 50%;
}
  
}
.herosw-money_img{
  position: absolute;
  width: 70px;
  height: 70px;
  
    animation: fadeInOut 3s ease-in-out infinite; 
}
@media (max-width:991px) {
  .herosw-money_img{
    display: none;
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
    visibility: hidden;
  }

  50% {
    opacity: 1;
    visibility: visible;
  }
}
.hero-maney_pos1{ 
top: 20%;
    left: 2%;
     opacity: 0;
  visibility: hidden; 
   animation: fadeInOut 3s ease-in-out infinite; 
}
.hero-maney_pos2{
      bottom: 6%;
    left: 8%;
     opacity: 0;
  visibility: hidden; 
   animation: fadeInOut 2.3s ease-in-out infinite; 
}
.hero-maney_pos3{ 
 top: 30%;
    left: 35%;
     opacity: 0;
  visibility: hidden; 
   animation: fadeInOut 2.3s ease-in-out infinite; 
}
.hero-maney_pos4{ 
    bottom: 5%;
    left: 45%;
     opacity: 0;
  visibility: hidden; 
   animation: fadeInOut 1.9s ease-in-out infinite; 
}

.section-cards{
  padding: 80px 0px;
  background-color: rgb(16, 24, 31);
}
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 4rem 5vw;
  padding: 0;
  list-style-type: none;
 
}
@media (max-width:575px) {
  .cards{
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.card {
  position: relative;
  display: block;
  height: 100%;  
  border-radius: calc(40 * 1px);
  overflow: hidden;
  text-decoration: none;
   border:3px solid var(--primary-color);
 
}
.card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);

}

.card__image {      
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;      
  border-radius: calc(40 * 1px);    
     
  transform: translateY(100%);
  transition: .3s ease-in-out;
}

.card:hover .card__overlay {
  transform: translateY(0);

}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em;
  border-radius: calc(40 * 1px) 0 0 0;    
  transform: translateY(-100%);
  transition: .3s ease-in-out;
}

.card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;      
  z-index: 1;
}

.card:hover .card__header {
  transform: translateY(0);
}

.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 45px;      
  border-radius: 50%;      
}

.card__title {
  font-size: 21px;
  margin: 0 0 .3em;
  color: var(--white);
}

.card__tagline {
  display: block;
  margin: 1em 0;
  
  font-size: .8em; 
  color: var(--white);  
}



.card__description {
  padding: 0 3em 3em;
  margin: 0;
  color: var(--white);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}    

.section-team{
  overflow: hidden;
  position: relative;
  padding: 80px 0px;
 background: 
               url(mediamansion/dir-bg/bg-dark-168516e05008de.jpg);
}
.section-team::before{
   content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  background-color: rgb(16, 24, 31,0.9);
}
.team-bg {
  background-position: center;
  background-size: cover;
}
.team__item {
  margin: 0 0 28px;
  text-align: center;
  background: #1c242f;
  border: 1px solid #27313f;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.17);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 28px25px 32px
  position: relative;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  overflow: hidden;
  z-index: 1;
}
.tesaam__content{
  padding: 10px;
}
@media (max-width: 767.98px) {
  .team__item {
    max-width: 320px;
    margin: 0 auto 28px;
  }
}
.team__item::before, .team__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  width: 70px;
  height: 320px;
  background: var(--primary-color);
  -webkit-transform: rotate(-55deg);
  -moz-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  -o-transform: rotate(-55deg);
  transform: rotate(-55deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.55;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__item::before, .team__item::after {
    height: 295px;
    top: -48px;
  }
}
.team__item::after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  transform: rotate(55deg);
}
.team__item:hover {
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}
.team__item:hover::before, .team__item:hover::after {
  opacity: 1;
}
.team__item:hover .team__thumb::before, .team__item:hover .team__thumb::after {
  opacity: 0.4;
}
.team__thumb {
  margin: 0 0 33px;
}
.team__thumb img {
 object-fit: cover;
  border-radius: 0%;
  border: 1px solid var(--white);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21), inset 0px 3px 9px 0px rgba(0, 0, 0, 0.92);
  
  height: 230px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__thumb img {
    max-width: 100%;
  }
}
.team__thumb::before, .team__thumb::after {
  content: "";
  position: absolute;
  left: 75px;
  top: -50px;
  width: 1px;
  height: 260px;
  background: var(--primary-color);
  -webkit-transform: rotate(-55deg);
  -moz-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  -o-transform: rotate(-55deg);
  transform: rotate(-55deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  opacity: 0.2;
}
.team__thumb::after {
  left: auto;
  right: 75px;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  transform: rotate(55deg);
}
 .name {
  font-size: 19px;
  color: var(--white);
  margin: 0 0 1px;
  letter-spacing: 1px;
}
.tesaam__content{
  padding: 12px;
}
.tesaam__content .designation {
  display: block;

  font-size: 18px;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team__info-area {
  background: #0d1116;
}
.designation {
  color: var(--primary-color);
}
.team__info-wrap {
 
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .team__info-wrap {
    display: block;
  }
}
.team__info-discord {
  
  display: flex;
  align-items: center;
  column-gap: 25px;
}
@media (max-width: 1199.98px) {
  .team__info-discord {
    flex-direction: column;
    text-align: center;
    gap: 19px;
  }
}
@media (max-width: 991.98px) {
  .team__info-discord {
    min-width: auto;
    flex-direction: row;
    text-align: left;
    gap: 25px;
    justify-content: center;
  }
}
.team__info-discord .about__content-circle {
  margin: 0 0;
  animation: none !important;
  position: relative;
  width: 104px;
  height: 104px;
}
.team__info-discord .about__content-circle svg {
  width: 60px;
  height: 60px;
}
.team__info-discord .about__content-circle > i {
  position: absolute;
  left: 50%;
  top: 50%;
  
  transform: translate(-50%, -50%);
  color: #faa706;
  font-size: 30px;
}
.team__info-discord-info {
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .team__info-discord-info {
    flex-grow: inherit;
  }
}
.team__info-discord-info .sub {
  display: block;
 
  font-size: 18px;
  color: var(--primary-color);
  letter-spacing: 1px;
  margin: 0 0 2px;
}
.team__info-discord-info .title {
  font-size: 22px;
  margin: 0 0;
}
.team__info-list {
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .team__info-list {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .team__info-list {
    padding: 30px 0 50px;
  }
}
.team__info-list ul {

  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px 60px;
}
@media (max-width: 991.98px) {
  .team__info-list ul {
    justify-content: center;
    gap: 30px 50px;
  }
}
@media (max-width: 767.98px) {
  .team__info-list ul {
    flex-wrap: wrap;
    gap: 30px 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__info-list ul {
    justify-content: space-between;
  }
}
.team__info-item {

  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 767.98px) {
  .team__info-item {
    flex-direction: column;
    text-align: center;
  }
}
.team__info-icon {
  font-size: 41px;
  color: var(--white);
  line-height: 1;
}
.team__info-icon img {
  max-width: 67px;
}
@media (max-width: 767.98px) {
  .team__info-icon img {
    max-width: 100%;
    max-height: 45px;
  }
}
.team__info-content {
  flex-grow: 1;
}
.team__info-content .sub {
  display: block;
  text-transform: uppercase;
 
  font-size: 18px;
  color: var(--primary-color);
  letter-spacing: 1px;
  margin: 0 0 2px;
}
.team__info-content .title {
  font-size: 22px;
  margin: 0 0;
}
@media (max-width: 767.98px) {
  .team__info-content .title {
    font-size: 19px;
  }
}

.section-pt-95 {
  padding-top: 95px;
}

.section-pb-120 {
  padding-bottom: 120px;
}

.streamers-active {
  margin: 0 -15px 0;
}
.streamers__item {
  border: 1px solid #383c4e;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  padding: 3px;
  margin: 0 0 28px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.streamers__item:hover {
  border-color: var(--tg-theme-primary);
}
.streamers__item:hover .streamers__thumb::before {
  opacity: 0;
}
.streamers__item:hover .streamers__thumb::after {
  height: 100%;
  opacity: 0.8;
}
.streamers__thumb {
  position: relative;
  z-index: 1;
}
.streamers__thumb::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: rgb(14, 20, 30);
  background: linear-gradient(0deg, rgb(14, 20, 30) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.streamers__thumb::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: var(--primary-color);
  background: linear-gradient(0deg, var(--primary-color) 0%, transparent 100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.streamers__thumb img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #383c4e;
  width: 100%;
}
.streamers__content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 28px;
  pointer-events: none;
  z-index: 1;
}
.streamers__content .name {
  font-size: 19px;
  letter-spacing: 1px;
  margin: 0 0;
}
.streamers__pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 13px;
  flex-wrap: wrap;
  margin: 20px 0 0;
  line-height: 1;
}
.streamers__pagination-arrow {
  font-size: 18px;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.streamers__pagination-arrow:hover {
  color: var(--primary-color);
}
.streamers__pagination-dots {
  position: relative;
 
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
.streamers__pagination-dots > * {
  display: block;
  width: 7px;
  height: 7px;
  background: #fefdff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.52;
}
.streamers__pagination-dots > *.swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}
.team_social ul {
    gap: 13px;
    line-height: 1;
    margin: 13px 0 0;
}
.team_social li a {
    color: var(--tg-body-color);
}
.team_social li a:hover {
    color: #adb0bc;
}
.team__details-area {
  background-position: top center;
  background-size: cover;
}
.team__details-img {
  position: relative;
}
.team__details-img img {
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 80% 85%, 80% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 80% 85%, 80% 100%, 0 100%);
}
.team__details-img svg {
  position: absolute;
  bottom: 15px;
  right: 8%;
  width: 145px;
  height: 66px;
  color: var(--primary-color);
  -webkit-animation: xAnimation 4s infinite;
  animation: xAnimation 4s infinite;
}
@media (max-width: 1500px) {
  .team__details-img svg {
    right: 7%;
  }
}
@media (max-width: 1199.98px) {
  .team__details-img svg {
    bottom: 8px;
    width: 11.5%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .team__details-img svg {
    right: 8%;
  }
}
@media (max-width: 767.98px) {
  .team__details-img svg {
    right: 5%;
    animation: none !important;
    bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__details-img svg {
    right: 8%;
    bottom: 3px;
    -webkit-animation: xAnimation 4s infinite !important;
    animation: xAnimation 4s infinite !important;
  }
}
.team__details-content {
  font-weight: var(--tg-fw-medium);
}
.team__details-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 0 5px;
}
.team__details-content .title {
  font-size: 41px;
  line-height: 1.15;
  margin: 0 0 35px;
}
@media (max-width: 1199.98px) {
  .team__details-content .title {
    font-size: 39px;
  }
}
@media (max-width: 991.98px) {
  .team__details-content .title {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .team__details-content .title {
    font-size: 27px;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__details-content .title {
    font-size: 32px;
  }
}
.team__details-content p {
  font-weight: var(--tg-fw-medium);
}
.team__details-content p:last-child {
  margin: 0 0;
}
.team__details-quote {
  margin: 34px 85px 35px 43px;
}
@media (max-width: 1199.98px) {
  .team__details-quote {
    margin: 34px 0 35px 0;
  }
}
.team__details-quote::before {
  content: "\f132";
  top: 3px;
}
@media (max-width: 767.98px) {
  .team__details-quote::before {
    top: 0;
  }
}
.team__details-quote cite {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding-left: 28px;
}
@media (max-width: 767.98px) {
  .team__details-quote cite {
    display: inline-block;
  }
}
.team__details-quote cite::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 5px;
  background: var(--primary-color);
}
.team__details-inner-wrap {
  margin: 34px 0 32px;
}
@media (max-width: 767.98px) {
  .team__details-inner-wrap {
    margin: 32px 0 30px;
  }
}
.team__details-inner-wrap > * {
  row-gap: 30px;
}
@media (max-width: 767.98px) {
  .team__details-inner-wrap > * {
    --bs-gutter-x: 20px;
    row-gap: 19px;
  }
}
@media (max-width: 767.98px) {
  .team__details-inner-wrap img {
    width: 100%;
  }
}

.section-games{
  overflow: hidden;
  position: relative;
  padding: 60px 0px ;
  background: var(--dark-BG);
}
.section-games::before,.section-games::after{  
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 50%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background-color: var(--primary-color);
    height: 500px;
  }
    .section-games::after{
      left: auto;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    }
    .thumb-games2{
      position: relative;
      z-index: 1;
    }
.game__item{
  margin: 0 0 28px;
    text-align: center;
    background: #1c242f;
    border: 1px solid #27313f;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.17);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 28px25px 32px
    position: relative;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 767.98px) {
 .game__item{
    max-width: 320px;
    margin: 0 auto 28px;
  }
}
.game-name{
  font-size: 19px;
  color: var(--white);
  margin: 10px 0px;
  letter-spacing: 1px;
}
.game-name:hover{
  color: var(--border-color);
}
.game__thumb img {
  width: 80%;
  margin: 10px auto;
  object-fit: cover;
  border-radius: 8%;
  object-fit: cover;
    border: 1px solid var(--white);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21), inset 0px 3px 9px 0px rgba(0, 0, 0, 0.92);
    height: 230px;
}
.games-link{
  color: var(--white);
}
.games-link:hover{
  color: var(--border-color);
}
.game__item::before, .game__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  width: 70px;
  height: 320px;
  background: var(--primary-color);
  -webkit-transform: rotate(-55deg);
  -moz-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  -o-transform: rotate(-55deg);
  transform: rotate(-55deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.55;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .game__item::before, .game__item::after {
    height: 295px;
    top: -48px;
  }
}
.game__item::after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  transform: rotate(55deg);
}
.game__item:hover {
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}
.game__item:hover::before, .game__item:hover::after {
  opacity: 1;
}
.game__item:hover .team__thumb::before, .game__item:hover .team__thumb::after {
  opacity: 0.4;
}

.game-thumb{

}
.game-thumb img{
      border-radius: 50%;
    border: 1px solid var(--white);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21), inset 0px 3px 9px 0px rgba(0, 0, 0, 0.92);
    height: 230px;
}

.section-aboutus-step{
  padding: 80px 0px;
  background: var(--dark-BG);
}
.step-aboutus__thumb{
  display: flex;
margin: 0px -10px;
}
@media (max-width:990px) {
  .step-aboutus__thumb{
    flex-direction: column!important;
  }
}
.step-aboutus__box{
  padding: 0px 14px;
}
.step-aboutus__box1{
  padding: 0px 14px;
}
@media (min-width:991px) {
  .step-aboutus__box{ 
     width: 40%;}
  .step-aboutus__box1{ 
     width: 60%;}
}
.step-aboutus__txt{
  color: var(--white);
  padding: 10px 10px;
}
.step-aboutus__button{
  display: flex;
  justify-content: center;
}
@media (max-width:991px) {
  .step-aboutus__button{
        margin: 20px 0px;
  }
  
}
.step-aboutus__box-line{
   position: relative;
}
.step-aboutus__box-line::before{
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: -moz-linear-gradient(90deg, #10161c 0%, var(--primary-color) 100%);
    background: -webkit-linear-gradient(90deg, #10161c 0%, var(--primary-color) 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.step-aboutus{
  margin: 0 0 20px 45px;
    background-color: #1b242e;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    padding:39px 39px;
    position: relative;
}

.step-aboutus-img {
  opacity: 0.11;
  position: absolute;
    right: 5%;
     top: 0%;
    max-height: 160px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.step-aboutus p {
  color: var(--white);
}

    .section-benefic{
      padding: 80px 0px;
      background: var(--gradientBG);
    }
    .benefic-thumb{
      display: flex;
      margin: 0px -10px;
          align-items: center;
    }
    @media (max-width:767px) {
      .benefic-thumb{
        flex-direction: column;
        align-items: center;
      }
    }
    .benefic-thumb__box{
      
      padding: 0px 14px;
    }
    @media (min-width:768px) {
      .benefic-thumb__box{
        width: 50%;
        padding: 0px 14px;
      }
    }
    .benefic-thumb__box img {
      height: 300px;
      object-fit: cover;
      border-radius:30%;
    }
 .benefic-thumb__item{
  display: flex;
  gap: 14px;
}
.benefic-thumb__item p {
  font-size: 21px;
  color: var(--white);
}
.benefic-thumb__item i{
  font-size: 25px;
  color: var(--bright-color);
}

.section-aboutus {
  padding: 80px 0px;
  background: var(--gradientBG);
}

.aboutus-thumb {
  display: flex;
  
  margin: 0px -10px;
}
@media (max-width:767px) {
  .aboutus-thumb {
    flex-direction: column;
    align-items: center;
  }
}
.aboutus-thumb__box{
  
  padding: 0px 14px;
  position: relative;
}
@media (min-width:768px) {
  .aboutus-thumb__box{
    width: 50%;
    
  }
}
@media (max-width:767px) {
  .aboutus-thumb__box-right{
    display: none;
  }
}
.aboutus-thumb__box-left {
  margin-top: 41px;
}
.aboutus-thumb__box-left p{
  color: var(--white);
}

.aboutus-thumb__box___img {
  position: absolute;
  bottom: 25%;
  right: 25%;
  object-fit: cover;
  height: 50%;
  width: 50%;
  border-radius: 30%;
}
.aboutus-thumb__box___img2 {
  position: absolute;
  top: 0%;
  left: 50%;
  object-fit: cover;
  height: 50%;
  width: 50%;
  border-radius: 30%;
}

.section-disclaimer{
  padding: 41px 0px ;
  background: var(--dark-BG);
}
.disclaiber-block{
  margin: 0 auto;
    display: flex;
    text-align: center;
    overflow: hidden;
    background-color: red;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    padding:39px 39px;
    position: relative;
}
@media (min-width:991px) {
  .disclaiber-block{
    width:  100%;
  }
}
.disclaimer-img{
  opacity: 0.11;
    position: absolute;
    right: 35%;
    top: 10%;
    max-height: 160px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.discl-pos{

  opacity: 0.11;
    position: absolute;
    left: 35%;
    top: 10%;
    max-height: 160px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width:767px) {
  .disclaimer-img{
    display: none;
  }
  .discl-pos{
    display: none;
  }
}

.disclaiber-block p{
  color: var(--white);
}

.section-form{ 
  position: relative;  
  padding: 41px 0px 50px 0px;
  
  background: var(--gradientBG);
  
}
.form-position{
  position: relative;
}


.button-forma{
  margin-top: 21px;
}
.formawidth{
  display: flex;
  gap: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
@media (max-width: 767px){
  .formawidth{
    flex-direction: column;
  }
}
.width100{flex: 1;
  max-width: 100%;}
  .forma-right{
    flex: 1;
    
  }
  .formtitle{
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 400;
    
  }
  .formsbox{
    display: flex;
    align-items: center;
    padding: 0px 14px;
    flex-direction: column;
    align-content: center;
  }
  .formsbox label{
    font-size: 18px;
    color: white;
  }
  .main_form {
    
    padding: 41px 0px 50px 0px;
     margin: 0px auto;
    width: 100%;

    background: #1c242f;
    border-radius: 4px;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
  }
  .frommtilt{
    margin-bottom: 25px;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #257A3E;
    color: transparent;
  }
  .confcolor{
    color:  var(--main-color);
  }
  [type="checkbox"]{
    margin-right: 10px;
  }
  
  .main_form .input-form--itemelement{
    margin-top: 19px;
  font-size: 18px;
    line-height: 28px;
    padding: 8px 18px;
    width: 100%;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    
  }
     .main_form .textarea-form--itemelement {
      margin-top: 19px;
      font-size: 18px;
    line-height: 28px;
    padding: 8px 18px;
    width: 100%;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  
}
.main_form .input-form--itemelement::placeholder{
  color:black;
  
}
.btn-submain{
  position: relative;
  margin: 0 auto;
  display: inline-block;
  justify-content: center;
  position: relative;
}
.btn-submain-btn{
  margin-top: 19px;
  transition: all 0.3s;
  font-size: 25px;
  outline: none;
  border: dashed;
  outline: none; 
  background: transparent;
  color:var(--white)
}
  .btn-submain-btn:hover{
    border: 0;
  }
  .checkbox-box{   
    margin-top: 19px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;}
    .checkbox-box1{display: flex;}
    .check{
      color: var(--white);
    }
    
    
    
    .main_form .input-form--itemelement::placeholder {
      display: flex;
      justify-content: center;  
      color: #939393;
      opacity: 1;
    }
    @media (max-width: 767px) { .bottom_form{
      margin-top: 19px;
    } }
 
    
.copyright-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
}
.copyright-text p{
  font-size: 18px;
  color: var(--white);
}
@media (max-width:575px) {
  .copyright-text p{
  font-size: 18px;

}
}
.cptxt{
      align-items: center;
  display: flex;
  flex-direction: column-reverse;
    gap: 19px;
    color: var(--white);
}
@media (max-width:575px) {
  .cptxt{

flex-direction: column-reverse;
}}
.cptxt span{
  color: var(--white);
}


.section-privacy{
  position: relative;
  padding: 28px 0px;
  border-top: 1px solid var(--white);
  
  background: var(--gradientBG);
}
.main-privacy{
  padding: 19px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
}
.main-privacy__privacy{
  display: flex;
  font-size: 18px;
  align-items: center;
}
@media (max-width:991px) {
  .main-privacy__privacy{
    
    flex-direction: column;
  }
}
.section-footer{
   position: relative;
  padding: 28px 0px;
  border-top: 1px solid var(--white);
  
  background: var(--dark-BG);
}
.main-privacy__privacy{
  
}
.main-privacy__hover{
      display: block;
    position: relative;
    list-style: none;
 
}

.main-privacy__img{
  width:100px;
}

        
.section-privacy-page{
  position: relative;
  padding: 80px 0px;
  background: var(--dark-BG);
}
.content-block {color: var(--white);}
.content-block a {color: var(--white);}
.content-block ul {

  margin:  0 20px;
}
.content-block li{
  list-style-type:  inside;
}
.section-contacts{
 padding-bottom: 70px;
  background: var(--dark-BG);
  position: relative;
}

.contacSize{
  margin-bottom: 32px;
  border-radius: 28px;
  position: relative;
  margin-top: -10px;
  gap:55px;
  justify-content: center!important;
}
.contak-box{
  margin:25px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  align-items: center;
}
.contact-thumb-phone{
  display: flex;
  gap: 19px;
}
.contact-box-phone{

      display: flex;
    gap: 19px;
    width: 100%;
  }
@media (min-width:850px) and (max-width:991px) {
  .contact-box-phone{
    flex-wrap: wrap;
    justify-content: center;
    
  }
}
@media (max-width:849px){
  .contact-box-phone{
    flex-direction: column;
  }
}
.contact-box-phone li {
  flex: 1;
  padding: 10px 19px;
background: #1c242f;
  border-radius:  30px;
}

.contact-box-adres{
  padding: 10px 19px;
  border-radius: 30px;
background: #1c242f;
}

.contak-box a{
  color: var(--white);
  display: flex;
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  gap: 19px;
}
.contak-box a:hover{
  color: var(--white);
}

@media (max-width: 575px){
  .contak-box a{
    font-size: 18px;
  }
}
@media (max-width: 849px){
  .contak-box a{
    flex-direction: column;
    }
  }
  
  .contak-box i {
    color: var(--main-color);
    font-size: 41px;
  }
  .contak-box div {
    font-size: 19px;
    word-break: break-all;
    width: 100%;
  }
  .cont-thumb{
    margin-top:20px;
  }
  
  .login-root {
        position: relative;
    background: var(--dark-BG);
    display: flex;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.subbutton-btn{
  color: var(--black);
}
.button-center{
  display: flex;
  align-items: center;
      justify-content: center;
}
.loginbackground {
    min-height: 692px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
.flex-flex {
    display: flex;
    justify-content: center;
}
.align-center {
  align-items: center; 
}
.center-center {
  align-items: center;
  justify-content: center;
}
.box-root {
    box-sizing: border-box;
}
.flex-direction--column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.loginbackground-gridContainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: [start] 1fr [left-gutter] (86.6px)[16] [left-gutter] 1fr [end];
    grid-template-columns: [start] 1fr [left-gutter] repeat(16,86.6px) [left-gutter] 1fr [end];
    -ms-grid-rows: [top] 1fr [top-gutter] (64px)[8] [bottom-gutter] 1fr [bottom];
    grid-template-rows: [top] 1fr [top-gutter] repeat(8,64px) [bottom-gutter] 1fr [bottom];
    justify-content: center;
    margin: 0 -2%;
    transform: rotate(-12deg) skew(-12deg);
}
.box-divider--light-all-2 {
    box-shadow: inset 0 0 0 2px var(--primary-color);
}
.box-background--blue {
    background-color:var(--primary-color);
}
.box-background--white {
  background-color: var(--dark-BG); 
}
.box-background--blue800 {
    background-color:var(--border-color);
}
.box-background--gray100 {
    background-color: #395743;
}
.box-background--cyan200 {
    background-color:var(--primary-color);
}
.padding-top--64 {
  padding-top: 64px;
}
.padding-top--24 {
  padding-top: 24px;
}
.padding-top--48 {
  padding-top: 48px;
}
.padding-bottom--24 {
  padding-bottom: 24px;
}
.padding-horizontal--48 {
  padding: 48px;
}
.padding-bottom--15 {
  padding-bottom: 15px;
}


.flex-justifyContent--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.formbg {
    margin: 0px auto;
    background: #1c242f;
    border-radius: 4px;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
}
@media (min-width:768px) {
  .formbg {
 width: 80%;
  }
}
span {
    display: block;
    font-size: 19px;
    line-height: 28px;
    color: #1a1f36;
}

.reset-pass a,label {
    font-size: 18px;
    font-weight: 400;
    display: block;
        color: var(--white);
}
.reset-pass > a {
    text-align: right;
    margin-bottom: 10px;
}
.grid--50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.field input {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 18px;
    width: 100%;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.field textarea{
      font-size: 18px;
    line-height: 28px;
    padding: 8px 18px;
    width: 100%;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

input[type="submit"] {
    background-color: rgb(84, 105, 212);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, 
                rgb(84, 105, 212) 0px 0px 0px 1px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
.field-checkbox input {
    width: 20px;
    height: 15px;
    margin-right: 5px; 
    box-shadow: unset;
    min-height: unset;
    color: var(--white);
}
.field-checkbox label {
  gap: 5px;
    display: flex;
    align-items: center;
    margin: 0;
        color: var(--white);
}
a.ssolink {
    display: block;
    text-align: center;
    font-weight: 400;
}
.footer-link span {
    font-size: 18px;
    text-align: center;
}
.listing a {
    color: #697386;
    font-weight: 400;
    margin: 0 10px;
}

.animationRightLeft {
  animation: animationRightLeft 3s ease-in-out infinite;
}
.animationLeftRight {
  animation: animationLeftRight 3s ease-in-out infinite;
}
.tans3s {
  animation: animationLeftRight 3s ease-in-out infinite;
}
.tans4s {
  animation: animationLeftRight 4s ease-in-out infinite;
}

@keyframes animationLeftRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0px);
  }
} 

@keyframes animationRightLeft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-1000px);
  }
  100% {
    transform: translateX(0px);
  }
} 

    .section-page-main{
      padding: 80px 0px;
      background: var(--gradientBG);
      position: relative;
      
    }
    .section-page-main:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transition: all 0.9s;
      opacity: 0.7;
      background: var(--gradient);
      background-size: 100% 100%;
      
    }
    .main-page__thumb{
      padding-bottom: 30px;
      display: flex;
    
      align-items: center;
      color: var(--white);
      border-bottom: 1px solid black;
    }
    .rand-thumb__gms{
      display: flex;
      flex-direction: column-reverse;
      gap:21px;
    }
    @media (max-width:991px) {
      .main-page__thumb{
        
      }
    }
    .main-page__box{
      margin: 0 auto;
   
    }
    .main-page__img{
      border-radius: 30%;
        margin: 10px 28px;
        
    
    }
    @media (min-width:768px) {
       .main-page__img{
         width: 500px;
    
    }
    }

    @media (max-width:767px) {
       .main-page__img{
        margin: 10px auto;
    
    }
    }
.main-frame{
  padding-top: 28px;
}
.main-frame iframe{
  border-radius: 28px;
  width: 100%;
  height: 604px;
}

.trainding {
  height: 600px;
  margin: 0;
  display: grid;
  grid-template-rows: 500px 100px;
  grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
  align-items: center;
  justify-items: center;
      justify-content: center;
}
.title-trending{
  margin-top: 30px;
}
.trending-btn{
  display: flex;
  justify-content: center;
}
main#carousel {
  grid-row: 1 / 2;
  grid-column: 1 / 8;
  width: 100vw;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 600px;
  --items: 5;
  --middle: 3;
  --position: 1;

}

div.item {
  position: absolute;
  width: 300px;
  height: 400px;
  background-color: coral;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.24s linear;
  transform: rotateY(calc(-10deg * var(--r)))
    translateX(calc(-300px * var(--r)));
  z-index: calc((var(--position) - var(--abs)));
}
div.item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.item:nth-of-type(1) {
  --offset: 1;
  background-color: #90f1ef;
}
div.item:nth-of-type(2) {
  --offset: 2;
  background-color: #ff70a6;
}
div.item:nth-of-type(3) {
  --offset: 3;
  background-color: #ff9770;
}
div.item:nth-of-type(4) {
  --offset: 4;
  background-color: #ffd670;
}
div.item:nth-of-type(5) {
  --offset: 5;
  background-color: #e9ff70;
}

input:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
input:nth-of-type(1):checked ~ main#carousel {
  --position: 1;
}

input:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
input:nth-of-type(2):checked ~ main#carousel {
  --position: 2;
}

input:nth-of-type(3) {
  grid-column: 4 /5;
  grid-row: 2 / 3;
}
input:nth-of-type(3):checked ~ main#carousel {
  --position: 3;
}

input:nth-of-type(4) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}
input:nth-of-type(4):checked ~ main#carousel {
  --position: 4;
}

input:nth-of-type(5) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}
input:nth-of-type(5):checked ~ main#carousel {
  --position: 5;
}

.block1 {
  display: none;
}

.block2 {
  display: none; }


  .custom-btn {
    padding: 5px 14px;
    color: #fff;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
      7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
  }
  .button-1 {
    display: inline-block;
  
    border-radius: 14px;
    border: 1px solid #03045e;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in;
    z-index: 1;
  }
  
  .button-1::before,
  .button-1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transform: skew(15deg);
    transition: all 0.4s;
    overflow: hidden;
    z-index: -1;
  }
  
  .button-1::before {
    left: -10px;
    background: var(--primary-color);
  }
  
  .button-1::after {
    right: -10px;
    background: var(--bright-color);
  }
  
  .button-1:hover::before,
  .button-1:hover::after {
    width: 58%;
  }
  
  .button-1:hover span {
    color: #e0aaff;
    transition: 0.3s;
  }
  
  .button-1 span {
    color: var(--primary-color);
    font-size: 18px;
    transition: all 0.3s ease-in;
  }
  
  .button-2 {
    font-family: monospace;
    background-color: #61656d;
    color: var(--white);
    border: none;
    border-radius: 9px;
  
    transition: 0.3s;
    padding: 10px 19px;
  }
  
  .button-2:hover {
    background-color: var(--primary-color);
    box-shadow: 0 0 0 5px var(--border-color);
    color: var(--white);
  }
  
  .button-3 {
    font-family: inherit;
    display: inline-block;
  
    line-height: 2.5em;
    margin: 19px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    transition: color 0.4s;
    z-index: 1;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 400;
    color: var(--white);
  }
  
  .button-3:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--primary-color);
    height: 150px;
    width: 200px;
    border-radius: 50%;
  }
  
  .button-3:hover {
    color: var(--white);
  }
  
  .button-3:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
  }
  
  .button-3:hover:before {
    top: -30px;
    left: -30px;
  }
  
  .button-3:active:before {
    background: var(--primary-color);
  }
  
  .button-4 {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 17px;
    padding-top: 17px;
    border-radius: 9px;
    background: var(--primary-color);
    border: none;
    font-family: inherit;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .button-4:hover {
    box-shadow: 7px 5px 56px -14px var(--primary-color);
  }
  
  .button-4:active {
    transform: scale(0.97);
    box-shadow: 7px 5px 56px -10px var(--primary-color);
  }
  
  .button-5 {
    margin: 12px;
    padding: 10px 17px;
    border-radius: 14px;
    background: var(--primary-color);
    justify-content: center;
    align-items: center;
    box-shadow: -5px -5px 15px #444, 5px 5px 15px #222, inset 5px 5px 10px #444,
      inset -5px -5px 10px #222;
    cursor: pointer;
    border: none;
    font-size: 18px;
    color: var(--white);
    transition: 500ms;
  }
  
  .button-5:hover {
    box-shadow: -5px -5px 15px #444, 5px 5px 15px #222, inset 5px 5px 10px #222,
      inset -5px -5px 10px #444;
    color: var(--white);
    transition: 500ms;
  }
  
  .main-privacy__img img{
    filter: contrast(0.1);
  }