@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

html{
    scroll-behavior: smooth;
}

body{
  position: relative;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  background-image: url(creativecove/bg-assets/opacity_bg-068c191dd9427b.png);
  background-size: cover;
  background-position: center;
  direction: ltr;
  font-family: 'Signika', sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0px;
}

body::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.7;
background-color: #0a1b16;
z-index: -1;
}

a {
    text-decoration: none;
    cursor: pointer;
}
  
img {
    width: 100%;
}

.flex-style{
  display: flex;
  flex-direction: column-reverse;
}

.Tmm-header-lay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.header-contact{
  transition: 0.3s ease;
  color: #fff;
  font-size: 17px;
}

.header-contact i{
  color: #009A44;
  margin-right: 5px;
}

.header-contact:hover{
  color: #fff;
  opacity: 0.5;
}

.Bf-logo{
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 20px;
}

.Bf-logoImg img{
  object-fit: contain;
  max-width: 62px;
  max-height: 62px;
}

.Bf-logo a{
  color: #fff; 
  display: flex; 
  align-items: center; 
  gap: 17px;
}

.Bf-logoTitle h3{
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.3s ease;
  font-size: 22px;
  margin: 0;
}

.Bf-logoTitle h3:hover{
   opacity: 0.5; 
 }

 .menu-btn {
  cursor: pointer;
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.menu-btn span {
  width: 23px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.3s;
}

.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) {
  background-color: #222222;
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-btn.active span:nth-of-type(3) {
  background-color: #222222;
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}

.menu {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: 100vh;
  background-color: #fff;
  padding: 31px;
  background-image: url(creativecove/bg-assets/opacity_bg-068c191dd9427b.png);
  background-size: cover;
  background-position: center;
  transform: translateX(-101%);
  transition: transform 0.3s; 
}

.menu.active {
  transform: translateX(0);
}

.menu nav{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.menu ul{
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 0;
}

.menu li {
  list-style-type: none;
}

.menu li a{
  transition: 0.3s ease;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  color: #000;
}

.menu li a:hover{
  color: #000;
  opacity: 0.5;
  margin-left: 5px;
}

.header-content-lay{
  position: relative;
  width: 100%;
  height: 100vh;
}

#video-bg {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; 
}

.header-content{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
  justify-content: center;
  height: 100vh;
}

.header-content h2{
  opacity: 0.7;
  color: #fff;
  margin: 0;
}

.about-us-lay{
 padding: 31px 0;
}

.about-us{
  overflow: hidden;
  position: relative;
  padding: 31px;
  flex: 1;
}

.titleUs {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 31px;
}

.picture-us-img {
  object-fit: contain;
  float: right;
  max-width: 23%;
  max-height: 218px;
  margin: 31px;
  margin-top: 0;
  margin-right: 0;
}

.us-content {
  opacity: 0.7;
  color: #fff;
}

.gambla-benefit{
  display: flex;
  gap: 31px;
  flex-direction: row-reverse;
  padding: 31px;
  padding-top: 0;
}

.gambla-benefit-card{
  transform: scale(1);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid;
  border-radius: 12px;
  gap: 12px;
  flex: 1;
  padding: 17px;
}

.gambla-benefit-card:nth-child(4){
  display: none;
}

.gambla-benefit-card:hover{
  transform: scale(1.05);
}

.gambla-benefit-card img{
  flex: 1;
  object-fit: contain;
  max-width: 50px;
  max-height: 50px;
}

.gambla-benefit-card p{
  opacity: 0.7;
  margin: 0;
  flex: 1;
  color: #fff;
  text-align: center;
}

.game-content{
  padding: 31px 0;
}

.game-content h2{
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
}

.game-content-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.leader-box{
  padding: 28px;
  display: none;
  flex-direction: column;
  gap: 20px;
}

.leader-box h3{
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.table-lider-box{
  padding: 17px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.table-lider-card{
  overflow: auto;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.table-lider-card-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 26px;
}

.order {
  font-size: 16px;
  color: #fff;
}

.table-lider-card-box img{
  cursor: pointer;
  width: 47px;
  height: 47px;
  object-fit: cover;
}

.table-lider-card-box h5{
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.table-lider-card p{
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.game-content-card{
  overflow: hidden;
  transition: 1s ease;
  height: 100%;
  position: relative;
}

.game-entry-img{
  transition: 1s ease;
  transform: scale(1);
  overflow: hidden;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.game-entry-text{
  transition: 1s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  padding: 17px;
}

.game-content-card:hover .game-entry-img{
  opacity: 0.7;
  transform: scale(1.05);
}

.game-content-card:hover .game-entry-text{
  bottom: -100%;
}

.game-entry-text h3{
  margin: 0;
  text-align: center;
  color: #fff;
}

.game-entry-text p{
  display: none;
  margin: 0;
  text-align: center;
  opacity: 0.7;
  color: #fff;
} 

.start-winning{
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
}

.start-winning h2{
  text-shadow: 2px 2px 5px #000000;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
}

.workers{
  height: 100%;
  padding: 28px;
  display: none;
  flex-direction: column;
  gap: 20px;
}

.workers h3{
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.workers-box{
  padding: 17px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.workers-card{
  overflow: auto;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 26px;
}

.workers-card img{
  cursor: pointer;
  width: 47px;
  height: 47px;
  object-fit: cover;
}

.workers-card h5{
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.instruction-block-lay{
  padding: 31px 0;
}

.instruction-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
  padding: 31px;
  text-align: center;
}

.instruction-block h2{
  text-align: center;
  margin: 0;
  color: #fff;
}

.step-buttons {
  display: flex;
  flex-direction: row;
  gap: 31px;
  justify-content: center;
}

.step-buttons button {
  font-size: 22px;
  font-weight: 800;
  width: 50px;
  height: 50px;
  background-color: #e79f1c;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.step-buttons button:hover {
  opacity: 0.5;
  background-color: #e79f1c;
}

.step {
  display: none;
}

.step-description {
  color: #000;
}

.step-description p{
  opacity: 0.7;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 17px;
  padding: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
  color: #fff;
}

.form-lay{
  padding: 31px 0;
}

.osn-form {
  padding: 31px;
  display: flex;
  flex-direction: column;
}

.title-container{
  margin-bottom: 26px;
  text-align: center;
}

.title-container h3{
  color: #fff;
  margin: 0;
  font-weight: 800;
}

.input-container {
  position: relative;
}

.input-container label{
  color: #fff;
}

.input-container .input-group__group__input, .input-container .textarea-group__group__input, .form button {
  outline: none;
  margin: 5px 0;
}

.input-container .input-group__group__input {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  padding: 17px;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.8);
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}

.input-container .textarea-group__group__input {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  padding: 17px;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.8);
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}

.check{
  color: #fff;
}

.check:hover{
  opacity: 0.5;
  color: #fff;
}

.form-check {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  padding: 17px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.submit-form {
  margin: 0 auto;
}

.comments{
  padding: 31px 0;
}

.comments h2{
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
}

.testimonials-box{
  padding: 31px 26px;
  direction: initial;
}

.testimonials-card{
  margin: 12px 0;
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-direction: row;
}

.testimonials-card-img{
  border: 2px solid #f5f5f5;
  width: 124px;
  height: 124px;
  border-radius: 50%;
}

.testimonials-card-img img{
  border: 2px solid #f5f5f5;
  width: 124px;
  height: 124px;
  border-radius: 50%;
}

.testimonials-card-text{
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 50%;
  gap: 12px;
}

.testimonials-card-text h5{
  color: #fff;
  margin: 0;
  font-weight: 800;
  font-size: 22px;
}

.rating{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.rating i{
  color: gold;
}

.testimonials-card-text p{
  color: rgba(255,255,255,0.8);
  margin: 0;
  font-size: 17px;
}

.testimonials-box .slick-dots{
  position: relative;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 23px;
  height: 17px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: 0;
  outline: none;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 17px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 23px;
  height: 17px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

.slick-prev:before, .slick-next:before{
  font-size: 17px !important;
}

.slick-prev:before {
  content: '\2190';
  color: #fff;
}

.slick-next, .slick-prev{
  z-index: 0;
}

.slick-next:before {
  content: '\2192';
  color: #fff;
}

#popup {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding-top: 31px;
  flex-direction: column;
  align-items: center;
}

#popup h2{
  margin-bottom: 31px;
  text-align: center;
  color: #fff;
}

#popup p{
  border-radius: 12px;
  border: 1px solid #fff;
  background-color: #009A44b0;
  flex-direction: column;
  align-items: center;
  padding: 31px;
  text-align: center;
  color: #fff;
}

.close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 20px;
  color: #fff;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 998;
}

.footer-lay{
  padding: 31px 0;
}

.footer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 31px;
}

.privacy{
  display: flex;
  justify-content: center;
}

.privacy ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 31px;
}

.privacy ul li a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #fff;
}

.privacy ul li a:hover{
  color: #fff;
  opacity: 0.5;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  justify-content: space-between;
  padding-top: 31px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 17px;
}

.copyright-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 17px;
  width: 100%;
  justify-content: center;
}

.copyright p{
  color: #fff;
  margin: 0;
}

.copyright-text p {
  color: #fff;
  margin: 0;
}

.disclaimer-img{
  max-width: 67px;
}

.contact-form{
  width: 60%;
  margin: 31px auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.title-contact-form h2{
  color: #fff;
  text-align: center;
}

.title-contact-input{
  display: flex;
  flex-direction: column;
}

.title-contact-input {
  width: auto;
}

.submit{
  margin: 0 auto;
}

.title-contact-input .inputs-contact, .title-contact-input .textarea-contact {
  outline: none;
  margin: 5px 0;
  color: #e79f1c;

  &::placeholder{
    color: #c4c4c4;
  }
}

.title-contact-input .inputs-contact {
  color: #e79f1c;
  background-color: transparent;
  padding: 17px;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.8);
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}

.title-contact-input .inputs-contact:focus , .title-contact-input .textarea-contact:focus{
  color: #e79f1c;
}

.title-contact-input .textarea-contact {
  color: rgba(255,255,255,0.8);
  background-color: transparent;
  padding: 17px;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.8);
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}

.contact-box{
  display: flex;
  gap: 31px;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.contact-us{
  text-align: center;
  padding: 31px 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 17px;
}

.drop-in-line-card{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.drop-in-line-card-map{
  border-right: 5px solid rgba(255,255,255,0.3);
  border-left: 5px solid rgba(255,255,255,0.3);
  padding: 0 17px;
}

.drop-in-line-card a{
  transition: 0.3s ease;
  color: #fff;
}

.drop-in-line-card a:hover{
  opacity: 0.5;
}

.drop-in-line-card i{
  font-size: 25px;
  color: #f5f5f5;
}

.drop-in-line-card h5{
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.art{
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 17px;
  margin: 31px 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 17px;
  padding: 31px;
  flex: 1;
}

.titleArt-box{
  margin-bottom: 31px;
  padding: 25px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 31px;
}

.titleArt-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(creativecove/bg-assets/bg-dark-068c191dd941e6.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.titleArt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 2px 2px 5px #000000;
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 800;
  margin: 0;
}

.picture-art-img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 26px, rgba(0, 0, 0, 0.12) 0px 4px 5px, rgba(0, 0, 0, 0.17) 0px 12px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 20px;
  width: 40%;
}

.art-content {
  color: #fff;
  font-size: 15px;
}

.playing{
  padding: 31px 0;
  width: 100%;
  height: 100vh;
}

.playing iframe{
  width: 100%;
}

.workers-mobile{
  display: none;
}



@media (max-width: 1199px) {
  .game-content-box {
    grid-template-columns: repeat(2, 1fr);
}

.workers-ltr{
  display: none;
}

.leader-box{
  display: none;
}

.start-winning{
  display: none;
}

.workers-mobile{
  padding: 31px 0;
  display: block;
}

.workers{
  display: flex;
}
}

  @media (max-width: 991px) {
    .gambla-benefit{
      flex-direction: column-reverse;
    }

    .copyright{
      text-align: center;
      flex-direction: column;
    }

    .contact-us{
      flex-direction: column-reverse;
    }

    .drop-in-line-card-map{
      border-top: 5px solid rgba(255,255,255,0.3);
      border-bottom: 5px solid rgba(255,255,255,0.3);
      border-right: none;
      border-left: none;
      padding: 17px 0;
    }

    .contact-form{
      width: 100%;
    }
    
    .titleArt-box{
      align-items: flex-start;
      flex-direction: column;
    }

    .titleArt{
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .game-content-box {
      grid-template-columns: repeat(1, 1fr);
  }

  .picture-us-img{
    max-width: 100%;
    margin: 0 0 31px 0;
  }

  .privacy ul{
    flex-direction: column;
    align-items: center;
  }

  #popup{
    width: 90%;
  }

  .instruction-block{
    padding: 17px;
  }

  .osn-form{
    padding: 17px;

  }

  .gambla-benefit{
    padding: 17px;

  }

  .workers{
    padding: 17px;

  }

  .art{
    padding: 17px;

  }

  .about-us{
    padding: 17px;

  }

  .step-description p{
    padding: 12px;
  }


  }

  @media (max-width: 575px) {
    .testimonials-card{
      flex-direction: column;
      align-items: center;
    }

    .testimonials-card-text{
      max-width: 100%;
      align-items: center;
      text-align: center;
    }

    .step-buttons{
      gap: 12px;
    }

    .copyright-text{
      flex-direction: column;
    }

    .titleArt{
      font-size: 22px;
    }

    .menu{
      width: 100%;
    }

    .picture-art-img{
      width: 100%;
    }

    .titleArt-box{
      align-items: center;
    }
  }

  
.map{
  border: 0;
}

.Qun-privacy{
  color: #fff;
  overflow: hidden;
  text-align: justify;
  padding: 112px 0px;
  width: 100%;
}

.Qun-privacy a{
  color: #fff;
}

.Qun-privacy a:hover{
  color: #fff;
  opacity: 0.5;
}

.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}



.pt-70{
  padding-top: 90px;
}