@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root{
  --white:white;

--bg: rgb(98,13,60);
--gradientBG: linear-gradient(90deg, rgba(98,13,60,1) 0%, rgba(121,9,92,0.6811099439775911) 44%, rgba(0,212,255,1) 100%);
  --grayBG:gray;
  --size-header: 2.25rem;
	--size-accordion-title: 1.25rem;
	--size-accordion-content: 1rem;
	--animation-speed: 100;
	--slide-ease: cubic-bezier(0.86, 0, 0.07, 1);
	--slide-duration: calc(400ms * 100 / var(--animation-speed));
	--slide-delay: calc(450ms * 100 / var(--animation-speed));
	--circle-duration: calc(900ms * 100 / var(--animation-speed));
 
    --var-soft-blue: hsl(215, 51%, 70%);
    --var-cyan: hsl(178, 100%, 50%);

    --var-main-darkest: hsl(217, 54%, 11%);
    --var-card-dark: hsl(216, 50%, 16%);
    --var-line-dark: hsl(215, 32%, 27%);
    --var-lightest: white;


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

body{

    direction: ltr;
    font-family: 'Noto Sans Mono', sans-serif !important;
    font-size: 17px;
    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:before {
    content: "";
    position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.7s;
  opacity: 0.7;
  background: var(--formGraient);
  background-size: 100% 100%;
}


.title{
  text-align: center;
  color:var(--white);
  margin-bottom:19px;
  font-size: 29px;
  
  
}
.title-border{
  width: 35%;
  margin: 19px auto;
  height: 40px;
}
@media (max-width:767px) {
  .title-border{
    display: none;
  }
}
@media (max-width:575px) {
  .title{
    
    font-size: 30px;
    
    
  }
}


.header {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  
}
.header_fixed{
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: white;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  
}
@media(max-width: 575px) { 
  .header{
    padding: 5px 5px;
  }
}
.header23 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media  (max-width: 575px) { 
  .header23{
    padding: 5px;
  }
}
@media screen and (max-width:1199px){
  .nav{
    display: none;
  }
}

.logotip44 {
  display: flex;
  align-content: center;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      
      
    }
    
    .logotip {
      position: relative;
      width: 40px;
      margin-right: 19px;
      margin-left: 19px;
      
    }
    @media (max-width: 575px) { 
      .logotip{
        width: 25px;
      }
    }
    
    .logotip-links23:hover {
      color:  white;
    }
    
    .logotip-links23 {
      display: flex;
      align-items: center;
      color: white;
      font-size: 25px;
      
    }
    @media (max-width: 350px) { 
      .logotip-links23{
        font-size: 17px;
      }
    }
    
    .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.5s;
    }
    
    .span_btn_colored {
      width: 30px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      
      transition: all 0.5s;
      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;
      
      margin-right: 0px;
      display:none;
      transition: transform 0.5s;
    }
    .menu nav{
      position: relative;
    }
    .bg-menu{
      background: linear-gradient(90deg, rgb(98,13,60) 0%, rgb(121,9,92) 44%, rgb(0,212,255) 100%);;
      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 {
          position: relative;
          transition: all 0.5s;
        }
        
        .link-menu {
          transition: all 0.5s;
          font-size:12px;
          content: "";
          color:white;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 1px;
          position: relative;
          z-index: 0;
          padding: 10px 5px;
        }
        
        .link-menu:hover {
          border-radius: 17px;
          background:  rgba(194, 229, 236, 0.6);
        
          color: white!important;
          
        }
        
        .mensau-item_link {
          
          text-transform: uppercase;
          color: rgba(255, 255, 255, 0.9);
          font-size: 17px;
          line-height: 19px;
        }
        
        
        
        
        .mensau-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;
  }

  .hero {
    width: 100%;
    height: 100vh;
    text-align: center;
    color: var(--white);
    position: relative;
    text-transform: uppercase;
    
  }
  
  .hero-one {
    top: 0;
  left: 0;
  position: absolute;
  width: 60%;
  background-color: black;
  height: 100vh;
  clip-path: polygon(0 0, 60vw 0, 40vw 100vh, 0 100vh);
  z-index: 1;
  background-image:linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url( galleryarchive/back/bg-light-0686ffbfe5e4d3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-two {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  background-color: green;
  height: 100vh;
  background-image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.3)), url( galleryarchive/back/bg-light-1686ffbfe5e518.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header-title {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-primary {
  margin: 25px 0px;
  font-size: 21px;
  display: block;
  font-weight: 800;
}
@media (max-width:575px) {
  .header-primary {
    
    font-size: 20px;
    
  }
}

.section-play-game{
  padding: 46px 0px;
  background: var(--gradientBG);
}
.main-timesalines {
  position: relative
}

.main-timesalines:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background:  #257A3E;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.main-timesalines .timesalines {
  margin-bottom: 39px;
  position: relative;
  transition: all 0.5s;
   
}
.main-timesalines .timesalines:hover{
  color: #fff5ea;}

.main-timesalines .timesalines:after {
  content: "";
  display: block;
  clear: both
}

.main-timesalines .icon {
  width: 19px;
  height: 19px;
  line-height: 19px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.main-timesalines .icon:before,
.main-timesalines .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s
}

.main-timesalines .icon:before {
  background: #fff;
  border: 3px solid  #257A3E;
  left: -3px
}

.main-timesalines .icon:after {
  border: 3px solid #222222;
  left: 3px
}

.main-timesalines .timesalines:hover .icon:before {
  left: 3px;
  color: red;
}

.main-timesalines .timesalines:hover .icon:after {
  left: -3px;
  color:red;
}

.main-timesalines .date-content {
  width: 50%;
  float: left;
  margin-top: 22px;
  position: relative
}

.main-timesalines .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background:#a3d2ca;
  margin: auto 0;
  position: absolute;
  top: 0;
  
  bottom: 0
}

.main-timesalines .date-outer {
  width: 125px;
  height: 125px;
  font-size: 17px;
  text-align: center;
  margin: auto;
  z-index: 1
}

.main-timesalines .date-outer:before,
.main-timesalines .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s
}

.main-timesalines .date-outer:before {
  background: #d1c1c1;
  border: 3px solid  #257A3E;
  left: -6px
}

.main-timesalines .date-outer:after {
  border: 3px solid #222222;
  left: 6px
}

.main-timesalines .timesalines:hover .date-outer:before {
  left: 6px
}

.main-timesalines .timesalines:hover .date-outer:after {
  left: -6px
}

.main-timesalines .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0
}

.main-timesalines .month {
  font-size: 39px;
  font-weight: 800;
}



.main-timesalines .timesalines-content {
  width: 50%;
  padding: 19px 0 19px 50px;
  float: right
}

.main-timesalines .title {
  font-size: 19px;
  font-weight: 800;
  line-height: 24px;
  margin: 0 0 15px 0;
}

.main-timesalines .description {
    margin-bottom: 0
  }
  
  .main-timesalines .timesalines:nth-child(2n) .date-content {
    float: right
  }
  
  .main-timesalines .timesalines:nth-child(1) .date-content:before {
    right: 10px!important;
  }
  .main-timesalines .timesalines:nth-child(3) .date-content:before {
    right: 10px!important;
  }
  .main-timesalines .timesalines:nth-child(2) .date-content:before {
    left: 10px!important;
  }
  .main-timesalines .timesalines:nth-child(4) .date-content:before {
    left: 10px!important;
  }
  
  .main-timesalines .timesalines:nth-child(2n) .timesalines-content {
    padding: 20px 50px 20px 0;
    text-align: right
  }
  
  @media only screen and (max-width: 991px) {
    .main-timesalines .date-content {
      margin-top: 35px
    }
    .main-timesalines .date-content:before {
      width: 22.5%
    }
    .main-timesalines .timesalines-content {
      padding: 12px 0 10px 30px
    }
    .main-timesalines .title {
      font-size: 17px
    }
    .main-timesalines .timesalines:nth-child(2n) .timesalines-content {
        padding: 10px 30px 10px 0
    }
  }
  
  @media only screen and (max-width: 767px) {
    .main-timesalines:before {
      margin: 0;
      left: 7px
    }
    .main-timesalines .timesalines {
      margin-bottom: 20px
    }
    .main-timesalines .timesalines:last-child {
      margin-bottom: 0
    }
    .main-timesalines .icon {
      margin: auto 0
    }
    .main-timesalines .date-content {
      width: 95%;
      float: right;
      margin-top: 0
    }
    .main-timesalines .date-content:before {
      display: none
    }
    .main-timesalines .date-outer {
      width:  83px;
      height:  83px;
    }
    .main-timesalines .date-outer:before,
    .main-timesalines .date-outer:after {
      width:  83px;
      height:  83px;
    }
    .main-timesalines .date {
      top: 30%
    }
    .main-timesalines .year {
        font-size: 24px
    }
    .main-timesalines .timesalines-content,
    .main-timesalines .timesalines:nth-child(2n) .timesalines-content {
        width: 95%;
        text-align: center;
        padding: 12px 0;
    }
    .main-timesalines .title {
        margin-bottom: 10px
    }
  }

  .section-main{
    padding: 46px 0px;
    background: rgb(98,13,60);
    background: linear-gradient(90deg, rgba(98,13,60,1) 0%, rgba(121,9,92,0.6811099439775911) 44%, rgba(0,212,255,1) 100%);
    
  }
  .timetable-thumb{
    display: flex;
    justify-content: center;
    margin-top: 33px;
    
  }
 .timetable-style1 {
   
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .timetable-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
  }
  .timetable-box a{
    color: var(--white);
  }
  .timetable-box:hover a{
    color: var(--black);
}
.timetable-style1 .timetable-box {
  object-fit: cover;
  width: 270px;
  height: 270px;
  text-align: center;
  position: relative;
  padding: 0;
  border-radius: 17px;
  z-index: 2;
  margin-bottom: .5rem;
  background-color: #090c11;
  border: 3px solid #000000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0.7;
  
}

.timetable-style1 .timetable-box:before,.timetable-style1 .timetable-box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
  border-radius: inherit;
  background-image: var(--bs-gradient);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s
}

.timetable-style1 .timetable-box:after {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -2;
  background-image: -webkit-linear-gradient(right, rgba(var(--theme-color2), 0.6) 0%, rgba(var(--theme-color), 1) 100%);
  background-image: linear-gradient(to left, rgba(var(--theme-color2), 0.6) 0%, rgba(var(--theme-color), 1) 100%)
}

.timetable-style1 .timetable-box.active,.timetable-style1 .timetable-box:hover {
  border-color: transparent;
  opacity: 1;
  color: var(--black);
}

.timetable-style1 .timetable-box.active::before,.timetable-style1 .timetable-box.active::after,.timetable-style1 .timetable-box:hover::before,.timetable-style1 .timetable-box:hover::after {
  opacity: 1;
  visibility: visible;
}

.timetable-style1 .name,.timetable-style1 .time {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  color: var(--white-color);
  line-height: 1;
  text-transform: uppercase
}

.timetable-style1 .name {
  bottom: 16px;
  top: auto
}

.timetable-style1 .day {
  font-size: 17px;
  font-weight: 800;
  color: var(--white-color);
  text-transform: uppercase;
  font-family: var(--theme-font2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  
}
@media (min-width:1200px) {
  .timetable-style1 .day {
     -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}
}

@media (max-width: 1199px) {
  .timetable-style1 {
    margin:0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  
  .vs-timetable-layout1 .container.pb-35 {
    margin-bottom: -10px;
    padding-bottom: 0
  }
}

@media (max-width: 1199px) {
  .timetable-style1 {
    width:100%
  }
  
  .timetable-style1 .timetable-box {
    width: 100%;
    max-width: auto;
    height: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1;
    -ms-flex: 0 0 1;
    flex: 0 0 1
  }
}

@media (max-width: 768px) {
  .timetable-style1 .timetable-box {
    width:49%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
  }
  
  .timetable-style1 .d-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (max-width: 576px) {
  .timetable-style1 .timetable-box {
        width:100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
      }
    }

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

.section-aboutus {
  padding: 46px 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 12px;
  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: 44px;
}
.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: 15%;
}
.aboutus-thumb__box___img2 {
  position: absolute;
  top: 0%;
  left: 50%;
  object-fit: cover;
  height: 50%;
  width: 50%;
  border-radius: 15%;
}

.section-disclaimer{
  padding: 44px 0px ;
  background: var(--gradientBG);
}
.disclaiber-block{
  border: 1px solid #fff;
  background-color: #257A3Eb0;
  border-radius: 15px;
  padding: 30px 20px;
}
.disclaiber-block p{
  text-align: center;
  color: var(--white);
}

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


.button-forma{
  margin-top: 25px;
}
.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: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 400;
    
  }
  .formsbox{
    gap: 15px;
    display: flex;
    align-items: center;
    padding: 0px 12px;
    flex-direction: column;
    align-content: center;
  }
  .formsbox label{
    font-size: 17px;
    color: white;
  }
  .main_form {
    
    padding: 44px 0px 50px 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-field-box__group {
    width: 100%;
    background-color: #f5f5f5;
    color: #242424;
    padding: .15rem .5rem;
    min-height: 36px;
    border-radius: 4px;
    outline: none;
    border: none;
    line-height: 1.2;
    box-shadow: 0px 10px 20px -18px;
  }
  
  .main_form .input-field-box__group:focus {
    border-bottom: 2px solid var(--bg);
    border-radius: 4px 4px 2px 2px;
  }
  
  .main_form .input-field-box__group:hover {
    outline: 2px solid lightgrey;
  }
  .main_form .textarea-field-box__group {
    width: 100%;
    background-color: #f5f5f5;
    color: #242424;
    padding: .15rem .5rem;
    min-height: 36px;
    border-radius: 4px;
    outline: none;
    border: none;
    line-height: 1.2;
    box-shadow: 0px 10px 20px -18px;
  }
  
  .main_form .textarea-field-box__group:focus {
    border-bottom: 2px solid var(--bg);
    border-radius: 4px 4px 2px 2px;
  }
  
  .main_form .textarea-field-box__group:hover {
    outline: 2px solid lightgrey;
  }

 
.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: 24px;
  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;}
    
    
    
    
    
    @media (max-width: 767px) { .bottom_form{
      margin-top: 19px;
    } }
 
    .section-footer{
      position: relative;
      background-image: url(theme-dir/img/bg-1.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 100%;
    }
    
    .footer-thumb{
      display: flex;
      gap: 40px;
      padding: 19px 0px;
      border-bottom: 1px solid var(--black);
    }
    @media (max-width:768px) {
      .footer-thumb{
        flex-direction: column!important;
        align-items: center;
      }
    }
    .footer-box{

      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
    }
    .footer-box__img{
      width: 60%;
    }
    @media (min-width:768px) {
      .footer-box{
        width: 33%;
      }
    }
    .footer-logo{
      font-size: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--white);
}
@media (min-width:1200px) {
  .footer-logo{
    font-size: 30px;
  }
}
.footer-logo:hover{
  color: var(--white);
  transform: scale(1.01);
}
.footer-logo img{
  width:  68px;
}

.footer-thumb__menu-li{
  position: relative;
  text-align: center;
}
.footer-menu{
  color: var(--white);
  font-size: 17px;
}
@media (min-width:991px) {
  .footer-menu{
    
    font-size: 17px;
  }
}
.footer-menu:hover{
  color: var(--white);
}
.copyright-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.copyright-text p{
  color: var(--white);
}


.main-privacy{
  padding: 19px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
}
.main-privacy__privacy{
  display: flex;
  gap:30px;
  font-size: 15px;
  align-items: center;
}
@media (max-width:991px) {
  .main-privacy__privacy{
    
    flex-direction: column;
  }
}

.main-privacy__privacy{
  
}
.main-privacy__hover{
  position: relative;
  text-align: center;
}
.main-privacy__hover a{
  color: var(--white);
}
.main-privacy__img{
  width:100px;
}
.section-privacy-page{
  position: relative;
  padding: 46px 0px;
  background: var(--gradientBG);
}
.content-block {color: var(--white);}
.content-block a {color: var(--white);}
.content-block ul {
  margin:  0px 13px;
}
.content-block li{
  list-style-type:  circle;
}
.section-contacts{
  padding: 46px 0px;
  background: var(--gradientBG);
  position: relative;
}

.contacSize{
  margin-bottom: 29px;
  border-radius: 30px;
  position: relative;
  margin-top: -10px;
  gap:55px;
  justify-content: center!important;
}
.contak-box{
  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;
  }
@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 20px;
  background:linear-gradient(263deg, rgba(98,13,60,1) 0%,
  rgba(121,9,92,0.6811099439775911) 44%, rgba(0,212,255,1) 100%); ;
  border-radius:  15px;
}

.contact-box-adres{
  padding: 10px 20px;
  border-radius: 15px;
  background: linear-gradient(263deg, rgba(98,13,60,1) 0%,
  rgba(121,9,92,0.6811099439775911) 44%, rgba(0,212,255,1) 100%);;
}

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

@media (max-width: 575px){
  .contak-box a{
    font-size: 17px;
  }
}
@media (max-width: 849px){
  .contak-box a{
    flex-direction: column;
    }
  }
  
  .contak-box i {
    color: var(--main-color);
    font-size: 50px;
  }
  .contak-box div {
    font-size: 19px;
    word-break: break-all;
  }
  .cont-thumb{
    margin-top:20px;
  }
  
  @media (max-width: 995px){
    
    .contacSize{
      padding: 0px 12px;
    }
  }
  .formawidth{
    display: flex;
    gap: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  @media (max-width: 991px){
    .formawidth{
    flex-direction: column;
  }
}
.width100{
  width: 100%;
}

.img-form-scale{
  transform: scaleX(-1);
}

.checkbox-box{   
  margin-top: 19px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
  .checkbox-box1{
    display: flex;
  }
  .confcolor{
    color:  var(--white);
  }
  .confcolor:hover{
    color:  var(--bright-color);
  }
  
  
  
 .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border:2px solid gray;
    height: 40px;
    margin: 5px 0;
    color: white;
  }
  .newsletter-form .form-control:hover{
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
  }
  
  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 0px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 19px;
    outline: none;
    
  }
 .form-main{
  display: flex;
  flex-direction: column;
  gap: 15px;
 }
  .form-control {
    width: 100%;
    background-color: #f5f5f5;
    color: #242424;
    padding: .15rem .5rem;
    min-height: 36px;
    border-radius: 4px;
    outline: none;
    border: none;
    line-height: 1.2;
    box-shadow: 0px 10px 20px -18px;
  }
  
  .form-control:focus {
    border-bottom: 2px solid var(--bg);
    border-radius: 4px 4px 2px 2px;
  }
  
  .form-control:hover {
    outline: 2px solid lightgrey;
  }
  .btn-submit {
    margin-top: 19px;
    transition: all 0.3s;
    font-size: 24px;
    outline: none; 
    border: dashed;
    background: transparent;
    color: var(--white);
  }
  .btn-submit:hover{
    border: 0;
  }
  .subbutton{
    margin: 0 auto;
    display: inline-block;
    justify-content: center;
    position: relative;
    
    
  }
  .subbutton-btn{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .newsletter-form input[type="submit"]:hover {
    background-image:linear-gradient(45deg, #257A3E 0%, #628ed4 50%,  #060930 100%);
    
  }
  
  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 19px;
  }
  .check ,.form-check-label{
    color:white;
  }
  .check:hover{
    color:var(--bright-color);
  }
  .form-check{
    display: flex;
    align-items: center;
  }
  

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

    
    .section-page-main{
      padding: 46px 0px;
      background: var(--gradientBG);
      position: relative;
      
    }
    .section-page-main:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transition: all 0.7s;
      opacity: 0.7;
      background: var(--gradient);
      background-size: 100% 100%;
      
    }
    .rand-thumb-games{
      display: flex;
      flex-direction: column;
      gap:19px;
    }
    .main-page__thumb{
      padding-bottom: 30px;
      display: flex;
      margin: -10px 0px;
      align-items: center;
      color: var(--white);
      border-bottom: 1px solid black;
      flex-direction: column;
    }
    @media (max-width:991px) {
      .main-page__thumb{
        
        flex-direction: column;
      }
    }
    .main-page__box{
      padding: 12px 0px;
    }
    .main-page__img{
      height: 500px;
      object-fit: cover;
      border-radius: 15%;
    }
.main-frame{
  padding-top: 30px;
}
.main-frame iframe{
  border-radius: 30px;
  width: 100%;
  height: 650px;
}

.testi-thumb{
  
  margin: 30px -10px;
  display: flex;
}
@media (max-width:1199px) {
  .testi-thumb{
  flex-direction: column;
  gap: 19px;
}


}
.testi-thumb__box{
  padding: 0 10px;
  
}
@media (min-width:1200px) {
.testi-thumb__box{

   width: 50%;
}


}
.testimonial {
  
  background:linear-gradient(263deg, rgba(98,13,60,1) 0%,
  rgba(121,9,92,0.6811099439775911) 44%, rgba(0,212,255,1) 100%);
  padding: 36px 20px;
  display: flex;
  flex-direction: column;
  border: 4px solid #fefefe;
  border-top: none;
  border-bottom: none;
  position: relative;
}
@media (max-width:1199px) {
 


}
.testimonial:before, .testimonial:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 36px;
  background-repeat: no-repeat;
}
.testimonial:before {
	 top: -10px;
	 right: 10%;
	 background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.5 101"><path fill="white" d="m80.817.554c.458-.025.805-.06,1.152-.06,19.188-.003,38.376-.002,57.564-.002.146,0,.291.011.437.011.491,0,.712.16.712.735.002,19.353.023,38.706.044,58.059.004,3.649-.176,7.285-.832,10.88-.796,4.361-2.397,8.442-4.643,12.241-.975,1.648-2.273,3.106-3.446,4.634-.443.577-.922,1.132-1.426,1.656-1.938,2.015-4.045,3.838-6.374,5.39-3.972,2.648-8.297,4.499-12.973,5.438-2.052.412-4.157.674-6.247.751-4.326.159-8.659.151-12.989.203-.286.003-.572-.07-.917-.115v-19.877c.267,0,.491,0,.714,0,3.833,0,7.667,0,11.5,0,3.384,0,6.55-.847,9.48-2.521,2.537-1.449,4.398-3.513,5.825-6.094,1.849-3.345,2.325-6.94,2.49-10.641.008-.186-.014-.374-.029-.56-.003-.037-.035-.071-.096-.186-.223,0-.488,0-.752,0-12.625,0-25.25,0-37.875,0-.208,0-.42-.027-.624.001-.519.072-.637-.184-.638-.649-.012-3.333-.06-6.666-.061-9.999-.005-15.395.002-30.791.004-46.186,0-1.017,0-2.034,0-3.111Z" /><path fill="white" d="m10.837,80.498c.303,0,.528,0,.752,0,3.813,0,7.626,0,11.438,0,3.785,0,7.275-1.023,10.442-3.086,2.062-1.343,3.688-3.097,4.776-5.331.269-.552.664-1.042.952-1.586.16-.303.213-.663.323-.994.875-2.647,1.304-5.368,1.354-8.152.003-.187-.008-.375-.019-.562-.003-.06-.027-.119-.059-.254-.244-.011-.505-.034-.765-.034-12.605-.002-25.211-.001-37.816-.002-1.322,0-1.338,0-1.339-1.309-.008-16.417-.011-32.833-.014-49.25,0-2.917.01-5.833-.01-8.75-.003-.473.123-.708.617-.686.249.011.5-.01.75-.01,19.023,0,38.045,0,57.068,0,1.348,0,1.361,0,1.362,1.331.018,19.48.039,38.959.042,58.439,0,4.404-.376,8.765-1.546,13.04-.769,2.809-1.905,5.456-3.306,7.988-.679,1.227-1.481,2.395-2.32,3.52-1.017,1.364-2.061,2.721-3.223,3.96-1.867,1.992-3.953,3.752-6.226,5.276-4.003,2.682-8.364,4.559-13.084,5.497-2.174.432-4.407.686-6.623.766-4.348.158-8.702.133-13.053.197-.476.007-.478-.262-.48-.6-.013-2.166-.05-4.333-.046-6.499.006-4.125.034-8.25.053-12.375,0-.144,0-.288,0-.534Z" /></svg>');
  }
  .testimonial:after {
    bottom: -10px;
    left: 30%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 142.5 102"><path fill="white" d="m21.67,40.996c.335,0,.603,0,.871,0,12.729,0,25.459,0,38.188,0,.921,0,.926.004.926.899.015,18.541.031,37.081.042,55.622,0,.979-.041,1.958-.042,2.937,0,.396-.145.583-.554.545-.186-.017-.375-.002-.562-.002-19.271,0-38.542,0-57.813,0-.867,0-.877,0-.887-.881-.026-2.354-.06-4.707-.06-7.061-.005-17.395-.003-34.79-.002-52.185,0-3.335.114-6.66.825-9.937.508-2.34,1.145-4.638,2.073-6.849.447-1.066.846-2.16,1.395-3.173.648-1.195,1.37-2.364,2.178-3.457,1.149-1.555,2.324-3.106,3.633-4.524,2.381-2.579,5.085-4.787,8.126-6.57,4.232-2.481,8.771-4.108,13.623-4.789,2.201-.309,4.432-.497,6.654-.554,3.498-.09,6.999-.025,10.5-.023.862,0,.87.007.87.837,0,6.187-.009,12.374.003,18.56,0,.484-.177.598-.621.597-3.958-.009-7.917-.039-11.875.017-1.828.026-3.624.311-5.406.83-2.391.695-4.464,1.843-6.339,3.468-2.378,2.061-3.955,4.581-4.83,7.588-.729,2.504-1.009,5.052-.945,7.649.003.121.016.242.03.457Z" /><path fill="white" d="m101.501,41.049h40.222c0,1.057,0,2.01,0,2.963,0,17.791.003,35.581,0,53.372,0,1-.046,1.999-.039,2.999.003.449-.137.67-.611.617-.185-.021-.375-.002-.562-.002-19.167,0-38.333,0-57.5-.001-1.292,0-1.124.136-1.14-1.139-.036-2.77-.055-5.541-.056-8.311-.005-16.582-.009-33.165.005-49.747.002-2.29-.017-4.592.201-6.866.192-1.998.61-3.989,1.102-5.939.476-1.885,1.095-3.744,1.801-5.556.471-1.209,1.203-2.317,1.819-3.47.059-.11.129-.214.19-.323,2.575-4.597,6.106-8.327,10.329-11.44,5.251-3.871,11.178-5.995,17.603-6.812,4.082-.52,8.19-.405,12.293-.4,1.292.002,2.584.029,3.875-.004.512-.013.636.176.636.647,0,2.75.038,5.499.036,8.249-.002,3.458-.042,6.916-.036,10.374,0,.568-.158.747-.741.743-3.667-.025-7.333-.017-11-.011-2.28.004-4.493.331-6.691,1.012-2.162.67-3.995,1.786-5.707,3.217-3.207,2.68-4.893,6.169-5.496,10.22-.268,1.8-.35,3.627-.533,5.609Z" /></svg>');
  }
  .testimonial * {
    text-align: center;
  }
 
  .testi-p {
    font-size: 1.25em;
    line-height: 1.75;
    color: var(--white);
  }
  @media (max-width:767px) {
    .testi-p {
      font-size: 1em;
      
    }
  }
  .testimonial p.source {
    font-style: italic;
  }
  .testimonial .border {
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .testimonial .border.top {
    top: 0;
  }
  .testimonial .border.top:before, .testimonial .border.top:after {
    content: "";
    position: absolute;
    background: #fff;
    z-index: 10;
    height: 5px;
  }
  .testimonial .border.top:before {
    width: 75%;
    left: 0;
  }
  .testimonial .border.top:after {
    width: 5%;
    right: 0;
  }
 .testimonial .border.bottom {
	 bottom: 0;
  }
  .testimonial .border.bottom:before, .testimonial .border.bottom:after {
    content: "";
    position: absolute;
    background: #fff;
    z-index: 10;
	 height: 5px;
  }
 .testimonial .border.bottom:before {
	 width: 25%;
	 left: 0;
  }
  .testimonial .border.bottom:after {
    width: 55%;
    right: 0;
  }
  .testimonial .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .testimonial .shadow:before, .testimonial .shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #0385be;
  }
  .testimonial .shadow:before {
    right: 0;
    transform-origin: top right;
    transform: rotate(-45deg);
    width: 75%;
    height: 250%;
  }
  .testimonial .shadow:after {
    left: 0;
	 transform-origin: bottom left;
	 transform: rotate(45deg);
	 width: 100%;
	 height: 100%;
  }
  .texti-img{
    margin: 0px auto;
    width: 240px;
    height: 240px;
    object-fit: contain;
  }
  @media (max-width:1199px) {
    .texti-img{
      margin: 0px auto;
      width: 101px;
      height: 101px;
      object-fit: contain;
      border-radius: 15%;
    }
  }
  .section-category{
    padding: 46px 0px;
    background: var(--gradientBG);
  }
  .parent{
    width: 100%;
  }
  .display {
    display: block !important;
  }
  
  @media (min-width:992px){
    .parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 2 / 1 / 3 / 2; }
.div5 { grid-area: 2 / 2 / 3 / 3; }
.div6 { grid-area: 2 / 3 / 3 / 4; }

}
@media (min-width:768px) and (max-width:991px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  
  .div1 { grid-area: 1 / 1 / 2 / 2; }
  .div2 { grid-area: 1 / 2 / 2 / 3; }
  .div3 { grid-area: 2 / 1 / 3 / 2; }
  .div4 { grid-area: 2 / 2 / 3 / 3; }
  .div5 { grid-area: 3 / 1 / 4 / 2; }
  .div6 { grid-area: 3 / 2 / 4 / 3; }
  
}

.card-container {
  width: 95%;
  max-width: 357px;
  margin: 2em auto;
  background:linear-gradient(0deg, rgba(98,13,60,1) 0%, rgba(121,9,92,0.6811099439775911) 44%, rgba(0,212,255,1) 100%);;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: 2rem;
}

div.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.coin-base, .time-left, .card-attributes {
  display: flex;
  align-items: center;
  padding: 1em 0;
}

.card-attributes {
  padding-bottom: 1.5em;
  border-top: 2px solid var(--var-line-dark);
}
.card-attributes a {
  color: var(--bright-color);
}
.card-attributes a:hover{
  color: var(--white);
}

a.hero-image-container {
  position: relative;
  display: block;
}

img.eye {
  position: absolute;
  width: 100%;
  max-width: 2em;
  top: 44%;
  left: 43%;
}

@media (min-width:400px) {
  img.eye {
    max-width: 3em;
  }
}
.hero-image{
  width: 100%;
  height: 240px;
  border-radius: 15%;
}
.main-content-p{
  color: white;
  padding: 19px 0px;
}
.main-content h1{
  font-size: 21px;
  margin-top: 12px ;
}
.main-content a {
  color: var(--bright-color);
}
.main-content a:hover {
  color: var(--white);
}
.hero-image-container::after {
  content: '';
  background-image: url("https://i.postimg.cc/9MtT4GZY/view.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5rem;
  background-color: hsla(178, 100%, 50%, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 15%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.hero-image-container:hover::after {
  opacity: 1;
}

.small-image {
  width: 1.2em;
  margin-right: .5em;
}

.small-avatar {
  width: 29px;
  border-radius: 200px;
  outline: 2px solid white;
  margin-right: 1.4em;
}

div.attribution {
  margin: 0 auto;
  width: 100%;
  font: var(--var-para);
  text-align: center;
  padding: 1.5em 0 4em 0;
  color: var(--var-line-dark);
}
.attribution a {
  color: var(--var-soft-blue);
}

@media (min-width:600px) {
  body {
    font-size: 17px;
  }
}
.block1 {
  display: block;
}
.block2 {
  display: none;
}

.custom-btn {
	padding: 4px 10px;
	color: #fff;
	border-radius: 4px;
	background: transparent;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow: inset 3px 3px 3px 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 {
	--clr-font-main: hsla(0 0% 20% / 100);
	--btn-bg-1: hsla(194 100% 69% / 1);
	--btn-bg-2: hsla(217 100% 56% / 1);
	--btn-bg-color: hsla(360 100% 100% / 1);
	--radii: 0.5em;
	cursor: pointer;
	padding: 0.9em 1.4em;
	min-width: 120px;
	min-height: 44px;
	font-size: var(--size, 1rem);

	font-weight: 400;
	transition: 0.8s;
	background-size: 280% auto;
	background-image: linear-gradient(
		325deg,
		var(--btn-bg-2) 0%,
		var(--btn-bg-1) 55%,
		var(--btn-bg-2) 90%
	);
	border: none;
	border-radius: var(--radii);
	color: var(--btn-bg-color);
	box-shadow: 0px 0px 20px rgba(71, 184, 255, 0.5),
		0px 5px 5px -1px rgba(58, 125, 233, 0.25),
		inset 4px 4px 8px rgba(175, 230, 255, 0.5),
		inset -4px -4px 8px rgba(19, 95, 216, 0.35);
}

.button-1:hover {
	background-position: right top;
}

.button-1:is(:focus, :focus-visible, :active) {
	outline: none;
	box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-2);
}

@media (prefers-reduced-motion: reduce) {
	.button-1 {
		transition: linear;
	}
}

.button-2 {
	padding: 19px 30px;
	background: transparent;
	-webkit-animation: jello-horizontal 0.9s both;
	animation: jello-horizontal 0.9s both;
	border: 3px solid #016dd9;
	outline: none;
	color: var(--white);
	cursor: pointer;
	font-size: 17px;
}

.button-2:hover {
	background: #016dd9;
	color: #ffffff;
	animation: squeeze3124 0.9s both;
}

@keyframes squeeze3124 {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.button-3 {
	padding: 15px 25px;
	border: unset;
	border-radius: 17px;
	color: #212121;
	z-index: 1;
	background: #e8e8e8;
	position: relative;
	font-weight: 1000;
	font-size: 17px;
	-webkit-box-shadow: 5px 8px 19px
 -3px rgba(0, 0, 0, 0.27);
	box-shadow: 5px 8px 19px
 -3px rgba(0, 0, 0, 0.27);
	transition: all 250ms;
	overflow: hidden;
}

.button-3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	border-radius: 17px;
	background-color: rgba(0, 212, 255, 1);
	z-index: -1;
	-webkit-box-shadow: 5px 8px 19px -3px rgba(0, 0, 0, 0.27);
	box-shadow: 5px 8px 19px -3px rgba(0, 0, 0, 0.27);
	transition: all 250ms;
}

.button-3:hover {
	color: #e8e8e8;
}

.button-3:hover::before {
	width: 100%;
}

.button-4 {
	position: relative;
	border: 1px solid rgba(0, 212, 255, 1);
	outline: none;
	background-color: transparent;
	padding: 15px 39px;
	border-radius: 30px;
	z-index: 2;
	cursor: pointer;
	color: #ffff;
	overflow: hidden;
	text-align: center;
	font-size: 19px;
	font-weight: 800;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.button-4::before {
	content: "";
	position: absolute;
	top: 20%;
	left: 20%;
	transform: translate(-50%, -50%);
	width: 39px;
	height: 39px;
	background-color: rgba(0, 212, 255, 1);
	filter: blur(5px);
	z-index: -1;
	transition: width 0.9s ease-out, height 0.9s ease-out,
		background-color 0.3s ease-out;
	border-radius: 50%;
}

.button-4:hover::before {
	color: var(--white);
	border-radius: 20px;
	width: 300px;
	height: 200px;
	background-color: rgba(0, 212, 255, 1);
}

.button-5 {
	cursor: pointer;
	--c: white;
	padding: 12px 21px;
	margin: 1em;
	position: relative;
	min-width: 12em;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	color: var(--c);
	text-align: center;
	text-transform: uppercase;
	font-family: sans-serif;
	letter-spacing: 0.1em;
	border: 3px solid var(--c);
	border-radius: 8px;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
}

.button-5 span {
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: var(--c);
	transform: translateY(150%);
	border-radius: 50%;
	left: calc((var(--n) - 1) * 25%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.1s);
	z-index: -1;
}

.button-5:hover {
	color: white;
}

.button-5:hover span {
	transform: translateY(0) scale(2);
}

.button-5 span:nth-child(1) {
	--n: 1;
}

.button-5 span:nth-child(2) {
	--n: 2;
}

.button-5 span:nth-child(3) {
	--n: 3;
}

.button span:nth-child(4) {
	--n: 4;
}
