/*===========================
         1.COMMON 
===========================*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Fredoka One', cursive;
    font-weight: normal;
    font-style: normal;
    color: #6A6972;
    background-color: #36e2ed;
    overflow-x: hidden; 
    cursor: url(../images/Clouzy_cursor.gif),auto;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

img {
    max-width: 100%; 
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none; 
}

a:focus,
a:hover {
    text-decoration: none; 
}

i,
span{
    display: inline-block;
}
a {
    display: inline-block;
    cursor: url(../images/Clouzy_cursor2.gif),auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fredoka One', cursive;
    font-weight: 700;
    color: #fff;
    margin: 0px; 
}

h1 {
    font-size: 48px; 
}

h2 {
    font-size: 36px; 
}

h3 {
    font-size: 28px; 
}

h4 {
    font-size: 22px; 
}

h5 {
    font-size: 18px; 
}

h6 {
    font-size: 16px; 
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none; 
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin: 0px; 
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; 
}

@media screen and (min-width: 2001px) and (max-width: 5000px){
    .bg_cover{
        height: 1666px;
    }
}

@media screen and (min-width: 769px) and (max-width: 2000px){
    .bg_cover{
        height: 1230px;
    }
}

@media screen and (min-width: 569px) and (max-width: 768px){
    .bg_cover{
        height: 950px;
    }
}

@media screen and (min-width: 100px) and  (max-width: 568px){
    .bg_cover{
        height: 450px;
    }
}


#particles-js {
    z-index: -9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#particles-js canvas{
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*===== Menu Style =====*/

#menu{
    position: absolute;
    z-index: 9999;
    text-align: left;
    width: 10%;
    margin-top: 4%;
    padding-top: 1%;
}

@media screen and (min-width: 769px) and (max-width: 1280px){
    #menu {
        position: absolute;
        z-index: 999;
        text-align: left;
        width: 100%;
        margin-top: 9%;
    }
}

@media (max-width: 768px){
    #menu {
        position: absolute;
        z-index: 999;
        text-align: left;
        width: 100%;
        margin-top: 9%;
    }
}

@media (max-width: 568px) {
    #menu {
        position: absolute;
        z-index: 999;
        text-align: left;
        width: 100%;
        margin-top: 3%;
    }
}

.discord-icon{
    align-content: center;
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
}

.btn-pluss {
    overflow: hidden;
    position: relative;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 22px;
    width: 35px;
    margin: 0 auto;
    background-color: white;
    transition: width .3s .5s ease, border-radius 1.1s ease;
}

.btn-pluss a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  padding: 5px;
  border-radius: 5px;
}

.btn-pluss a:hover {
  text-decoration: inherit;
  color: white;
  background-color: #ffc02f;
  transition: background-color .5s ease;
}

.btn-pluss:after {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 1.1rem;
  background-color: #ffc02f;
  color: white;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  transition: all .3s .5s ease;
  cursor: url(../images/Clouzy_cursor2.gif),auto;
}

.btn-pluss ul {
  opacity: 0;
}

.btn-pluss ul {
  margin-top: 15px;
  opacity: 0;
  width: 100%;
  margin-left: 0px;
  transition: all .5s ease;
  text-align: center;
  font-size: 0.9rem;
}

.btn-pluss ul li {
  background-color: #e4e4e4;
  margin-top: 5px;
  border-radius: 5px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: height 1s ease;
}

.tooltip-custom {
  position: relative;
  padding: 5px;
  border-radius: 5px;
  width: 70px;
  text-align: center;
  font-size: 0.9rem;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: jump;
          animation-name: jump;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-color: #ffc02f;
  color: #fff;
  transition: all 1s ease;
  pointer-events: none;
}

.tooltip-custom::after {
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  height: 10px;
  width: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: inherit;
}

.tooltip-custom::before {
  content: '';
  color: white;
}

.btn-pluss-wrapper:hover .tooltip-custom {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  transition: all 1s ease;
  color: white;
  width: 90px;
}

.btn-pluss-wrapper:hover .tooltip-custom::before {
  content: '';
  display: block;
  color: #FA434B;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 1s .3s ease;
}

.btn-pluss-wrapper:hover .btn-pluss {
  width: 150px;
  border-radius: 15px;
  padding-bottom: 5px;
  transition: width .3s ease, border-radius .3s ease, padding-bottom .3s ease;
}

.btn-pluss-wrapper:hover .btn-pluss::after {
  transition: all .3s ease;
  left: 50%;
  top: 10px;
  -webkit-transform: translateY(-5px) translateX(-50%);
          transform: translateY(-5px) translateX(-50%);
}

.btn-pluss-wrapper:hover .btn-pluss ul {
  opacity: 1;
  margin-top: 30px;
  transition: all 1s ease;
}

.btn-pluss-wrapper:hover .btn-pluss li {
  height: 25px;
  transition: height 1s ease;
}

.btn-pluss-wrapper:hover .btn-pluss li:hover {
  border-bottom: 1px solid #d2c9c9;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 40px;
    border: 0;
    color: #fff;
    cursor: url(../images/Clouzy_cursor2.gif),auto;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #ffc02f 0%, #ffab00 100%);
    background: -o-linear-gradient(left, #ffc02f 0%, #ffab00 100%);
    background: linear-gradient(to right, #ffc02f 0%, #ffab00 100%);
    background-size: 200%; }
  .main-btn:hover {
    color: #fff;
    background-position: right center;
    cursor: url(../images/Clouzy_cursor2.gif),auto;
}

.download-btn{
    padding-top: 90%;
    z-index: 999;
}

@media screen and (min-width: 2001px) and (max-width: 5000px){
    .download-btn{
        padding-top: 140%;
    }
}

@media screen and (min-width: 769px) and (max-width: 2000px){
    .download-btn{
        padding-top: 95%;
    }
}

@media screen and (min-width: 569px) and (max-width: 768px){
    .download-btn{
        padding-top: 80%;
    }
}

@media screen and (min-width: 100px) and  (max-width: 568px){
    .download-btn{
        padding-top: 70%;
    }
}

.alpha {
    font-family: 'Fredoka One', cursive;
    font-size: 120%;
    color: #ffffff;
    text-decoration-color: #ffffff;
    padding: 0.85em 4em;
    background: -webkit-linear-gradient(left, #ffc02f 0%, #ffab00 100%);
    background: -o-linear-gradient(left, #ffc02f 0%, #ffab00 100%);
    background: linear-gradient(to right, #ffc02f 0%, #ffab00 100%);
    background-size: 200%;
    border: 0px #ffffff;
    border-radius: 1.2em;
    -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
    -webkit-transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
}

@media (max-width: 568px){
    .download-btn{
        margin-top: 10%;
    }
    .alpha{
        font-size: 100%;
    }
}

.alpha:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c98d12;
    border-radius: inherit;
    -webkit-transform: translate3d(0, 0.75em, -1em);
          transform: translate3d(0, 0.75em, -1em);
    -webkit-transition: box-shadow 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: box-shadow 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
}

.alpha:hover {
    cursor: url(../images/Clouzy_cursor2.gif),auto;
    -webkit-transform: translate(0, 0.25em);
          transform: translate(0, 0.25em);
}

.alpha:hover::before {
    -webkit-transform: translate3d(0, 0.5em, -1em);
          transform: translate3d(0, 0.5em, -1em);
}

.alpha:active {
    -webkit-transform: translate(0em, 0.75em);
          transform: translate(0em, 0.75em);
}

.alpha:active::before {
    -webkit-transform: translate3d(0, 0, -1em);
          transform: translate3d(0, 0, -1em);
}

/*===== All SECTION TITLE Style =====*/

.section-title .line {
    background: -webkit-linear-gradient(#ffc02f 0%, #ffab00 100%);
    background: -o-linear-gradient(#ffc02f 0%, #ffab00 100%);
    background: linear-gradient(#ffc02f 0%, #ffab00 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px !important;
}

.section-title .title {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px; 
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 20px; 
    } 
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
        font-size: 30px; 
    } 
}

.section-title .title span {
    font-weight: 400;
    display: contents; 
}

/*===== All Section Title Style =====*/

.section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #361CC1;
    text-transform: uppercase; 
}

@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px; 
    } 
}

.section-title .title {
    font-size: 32px;
    padding-top: 10px; 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 30px; 
    } 
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 24px; 
    } 
}

  .section-title .title span {
        font-weight: 400;
        display: contents; 
}

/*===== Custom Scrollbar =====*/

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
}
 
::-webkit-scrollbar-thumb {
    background: #ffc02f;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffab00; 
}

/*===== COOKIES =====*/

#cookies {
    position: fixed;
    display: none;
    width: 100%;
    height: 45px;
    padding-top: 7px;
    background: #fff;
    border-bottom: 2px solid #fbeed5;
    color: black;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 99;
}

@media (max-width: 768px) {
    #cookies {
        height: 50px;
        padding: 10px 10px 10px 10px;
    }
}
@media (max-width: 568px) {
    #cookies {
        width: 80%;
        height: 90px;
        margin-top: 470px;
        padding-bottom: 85px;
    }
    .close-cookies {
        visibility: hidden;
    }
}

#cookies > p {
    color: black;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 12px;
}

@media (max-width: 768px){
    #cookies > p {
    font-size: 10px;
    }
}

#cookies > p a {
    text-decoration: none;
    font-size: 10px;
}

.info{
    display: inline-block;
    cursor: pointer;
    padding: 0.1rem 0.45rem;
    margin-left: 0.45rem;
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 1px;
    background-image: linear-gradient(62deg, #ffc02f 0%, #ffab00 100%);
}

#cookies.display {
  display: block;

  /* Cross browser animation */
  -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
     -moz-animation: cookies 1s 1; /* Firefox 5-15 */
      -ms-animation: cookies 1s 1; /* IE9 */
       -o-animation: cookies 1s 1; /* Opera 12.00 */
          animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */}

@keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-100px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-100px,0); /* Firefox */
        -ms-transform: translate3d(0,-100px,0); /* IE9 */
         -o-transform: translate3d(0,-100px,0); /* Opera */
            transform: translate3d(0,-100px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-webkit-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-100px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-100px,0); /* Firefox */
        -ms-transform: translate3d(0,-100px,0); /* IE9 */
         -o-transform: translate3d(0,-100px,0); /* Opera */
            transform: translate3d(0,-100px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-moz-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-100px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-100px,0); /* Firefox */
        -ms-transform: translate3d(0,-100px,0); /* IE9 */
         -o-transform: translate3d(0,-100px,0); /* Opera */
            transform: translate3d(0,-100px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-o-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-100px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-100px,0); /* Firefox */
        -ms-transform: translate3d(0,-100px,0); /* IE9 */
         -o-transform: translate3d(0,-100px,0); /* Opera */
            transform: translate3d(0,-100px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}

.close-cookies {
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  
  -webkit-transform: translate3d(0,-100px,0); /* Safari & Chrome */
     -moz-transform: translate3d(0,-100px,0); /* Firefox */
      -ms-transform: translate3d(0,-100px,0); /* IE9 */
       -o-transform: translate3d(0,-100px,0); /* Opera */
          transform: translate3d(0,-100px,0);
}

/*===========================
         2.HEADER 
===========================*/

/*===== HEADER HERO =====*/

.header-hero {
    position: relative;
    z-index: 5;
    background-position: bottom center; 
    padding-bottom: 5%;
    background-image: url(../images/banner-bg-2.webp)
}

.header-hero-padding{
    padding-top: -5%;
}

.row-padding{
    padding: 7%;
}

.header-hero-content {
    padding-top: 180px;
}

@media (max-width: 767px) {
    .header-hero-content {
        padding-top: 100px; 
    } 

}

.header-hero-content .header-sub-title {
    font-size: 38px;
    font-weight: 300;
    color: #fff; 
}

    @media (max-width: 767px) {
      .header-hero-content .header-sub-title {
        font-size: 24px; 
        } 
}

    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-hero-content .header-sub-title {
        font-size: 30px; 
        } 
}

  .header-hero-content .header-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff; 
}

    @media (max-width: 767px) {
      .header-hero-content .header-title {
        font-size: 24px; 
        } 
}

    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-hero-content .header-title {
        font-size: 30px; 
        } 
}

  .header-hero-content .text {
    color: #fff;
    margin-top: 30px; 
}

  .header-hero-content .main-btn {
    margin-top: 40px; 
}

.header-hero-image {
  padding-top: 45px; 
}

  .header-hero-image img {
    max-width: 650px; 
}

    @media (max-width: 767px) {
      .header-hero-image img {
        max-width: 100%; 
        } 
}

  @media (max-width: 767px) {
    .header-hero-image {
      padding-top: 30px; 
      } 
}

/*===========================
         3.TRAILER 
===========================*/

.trailer{
    text-align: center;
    z-index: 9999;
}

.trailer-video{
    display: block;
    margin: 0 auto;
    width: 1140px;
    height: 641px;
    border-style: solid;
    border-color: #ffc02f;
}

@media screen and (min-width: 2001px) and (max-width: 5000px){
    .trailer-video{
        width: 1140px;
    }
}

@media screen and (min-width: 769px) and (max-width: 2000px){
    .trailer-video{
        width: 1120px;
        height: 630px;
    }
}

@media screen and (min-width: 569px) and (max-width: 768px){
    .trailer-video{
        width: 680px;
        height: 382px;
    }
}

@media screen and (min-width: 100px) and  (max-width: 568px){
    .trailer-video{
        width: 280px;
        height: 158px;
    }
}

.embed-responsive embed-responsive-16by9{
    z-index: 9999;
}

.trailer-title .title{
    margin-top: 50px;
    font-size: 60px; 
    color: #01595f;
}

.trailer-img{
    margin: 50px;
    align-items: center;
    justify-content: center;
}

.trailer-img-effect{
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.trailer-img-effect:hover{
    opacity: .6;
}

.trailer-pitch{
    margin-top: 50px;
    padding-right: 20%;
    padding-left: 20%;
}

/*===========================
         4.ABOUT 
===========================*/

.about-area {
  position: relative;
  z-index: 5; 
}

.about-padding-1{
    padding-top: 21%;
}

.about-padding-2{
    padding-top: 21%;
}

@media (max-width: 568px){
    .about-padding-1 {
        padding-top: 0%;
    }
    .about-padding-2 {
        padding-top: 0%;
    }
}

.about-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  z-index: -1; }
  .about-shape-1 img {
        width: 100%;
        padding-top: 10%;
}

@media (max-width: 768px) {
    .about-shape-1 {
        top: 700px;
        width: 60%;
    } 
}

@media (max-width: 568px) {
    .about-shape-1 {
      display: none; 
    } 
}

.about-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  z-index: -1; }
  .about-shape-2 img {
    width: 100%; 
      padding-top: 10%;
}

@media (max-width: 768px) {
    .about-shape-2 {
        top: 650px;
        width: 60%;
    } 
}

@media (max-width: 568px) {
    .about-shape-2 {
      display: none; 
      } 
}

.about-content {
  max-width: 480px; 
}

@media (max-width: 568px){
    .about-content{
        margin-top: 0%;
        margin-right: 5%;
        margin-left: 5%;
    }
}

  .about-content .text {
    margin-top: 15px; 
}

  .about-content .main-btn {
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    margin-top: 40px; }
    .about-content .main-btn:hover {
      background-position: right center; 
}

.separation{
    padding-left: 25px;
}

/*===========================
      4.VIDEO COUNTER
===========================*/

.video-gifs {
    border-radius: 20px;
    overflow: hidden;
}

.video-gifs > video {
    width: 550px;
    height: 309px;
}

@media (max-width: 768px){
    .video-gifs > video {
        border-radius: 20px;
    }
}

@media (max-width: 568px){
    .video-gifs > video {
        width: 320px;
        height: 180px;
    }
}

.video-content {
    position: relative;
    padding-bottom: 30px;
    padding-top: 100px;
}

@media (max-width: 768px){
    .video-content{
        padding-top: 0px;
    }
}

.video-cursor2{
  cursor: url(../images/Clouzy_cursor2.gif),auto; 
}

  .video-content .dots {
    position: absolute;
    left: 220px;
    bottom: -45px; 
}

@media (max-width: 768px) {
    .video-content .dots {
        display: none;
    } 
}

@media (max-width: 568px) {
    .video-content .dots {
        display: none;
    } 
}

.video-wrapper {
  margin-right: 15px;
  position: relative;
  border-radius: 20px;
  overflow: hidden; 
}

@media (max-width: 767px) {
    .video-wrapper {
      margin-right: 0; 
    } 
}

  .video-wrapper .video-image img {
    width: 100%; 
}

  .video-wrapper .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

.play-btn{
    width: 100%;
    max-width: 15px;
}

    .video-wrapper .video-icon a {
      width: 55px;
      height: 55px;
      line-height: 55px;
      text-align: center;
      border-radius: 50%;
      background-color: #fff;
      color: #FE8464;
      position: absolute;
      top: 50%;
      left: 50%;
      cursor: pointer;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); 
}

.counter-wrapper {
    padding-left: 70px; 
}

@media (max-width: 568px){
    .counter-wrapper{
        margin-right: 5%;
        margin-left: 5%;
    }
}

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-wrapper {
      padding-left: 0; 
      } 
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-wrapper {
      padding-left: 0; 
      } 
}

  @media (max-width: 767px) {
    .counter-wrapper {
      padding-left: 0; 
      } 
}

  .counter-wrapper .counter-content .text {
    margin-top: 35px; 
}

  .counter-wrapper .single-counter {
    max-width: 155px;
    height: 120px;
    border-radius: 60px;
    position: relative;
    z-index: 5;
    margin-top: 60px; 
}

    @media (max-width: 767px) {
      .counter-wrapper .single-counter {
        max-width: 100px;
        height: 80px; 
        } 
}

    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .counter-wrapper .single-counter {
        max-width: 155px;
        height: 120px; 
        } 
}

    .counter-wrapper .single-counter::before {
      position: absolute;
      content: '';
      width: 155px;
      height: 120px;
      border-radius: 60px;
      top: 0;
      left: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      z-index: -1; 
}

      @media (max-width: 767px) {
        .counter-wrapper .single-counter::before {
          max-width: 100px;
          height: 80px; 
          } 
}

      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .counter-wrapper .single-counter::before {
          max-width: 155px;
          height: 120px; 
          } 
}

    .counter-wrapper .single-counter.counter-color-1::before {
      background: -webkit-linear-gradient(#33c8c1 0%, #119bd2 100%);
      background: -o-linear-gradient(#33c8c1 0%, #119bd2 100%);
      background: linear-gradient(#33c8c1 0%, #119bd2 100%); 
}

    .counter-wrapper .single-counter.counter-color-2::before {
      background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
      background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
      background: linear-gradient(#fe8464 0%, #fe6e9a 100%); 
}

    .counter-wrapper .single-counter.counter-color-3::before {
      background: -webkit-linear-gradient(#361cc1 0%, #2e82ef 100%);
      background: -o-linear-gradient(#361cc1 0%, #2e82ef 100%);
      background: linear-gradient(#361cc1 0%, #2e82ef 100%); 
}

    .counter-wrapper .single-counter .count {
      font-size: 22px;
      font-weight: 700;
      color: #fff; 
}

      @media (max-width: 767px) {
        .counter-wrapper .single-counter .count {
          font-size: 18px; 
          } 
}

      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .counter-wrapper .single-counter .count {
          font-size: 22px; 
          } 
}

    .counter-wrapper .single-counter .text {
      font-size: 16px;
      color: #fff; 
}

      @media (max-width: 767px) {
        .counter-wrapper .single-counter .text {
          font-size: 14px; 
          } 
}

      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .counter-wrapper .single-counter .text {
          font-size: 16px; 
          } 
}

/*===========================
          5.TEAM 
===========================*/

.team-area{
    z-index: 9999;
}

.single-team {
    border-radius: 10px;
}

  .single-team .team-image {
    position: relative; 
}

    .single-team .team-image img {
        width: 90%; 
        border-radius: 20px;
        z-index: 9999;
}

    .single-team .team-image .social {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 25px; 
}

      .single-team .team-image .social ul {
        background-color: rgba(255, 255, 255, 0.35);
        display: inline-block;
        border-radius: 10px;
        padding: 0 13px;
        position: relative;
        z-index: 5;
        overflow: hidden; 
}

        .single-team .team-image .social ul::before {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          z-index: -1;
          top: 0;
          left: 0;
          background: -webkit-linear-gradient(#ffc02f 0%, #ffab00 100%);
          background: -o-linear-gradient(#ffc02f 0%, #ffab00 100%);
          background: linear-gradient(#ffc02f 0%, #ffab00 100%);
          opacity: 0;
          visibility: hidden;
          -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; 
}

        .single-team .team-image .social ul li {
          display: inline-block; 
}

          .single-team .team-image .social ul li a {
            padding: 15px 13px;
            color: #fff; 
}

  .single-team .team-content {
    padding: 30px; 
}

    .single-team .team-content .holder-name a {
      font-size: 20px;
      font-weight: 700;
      color: #2E2E2E; 
}

    .single-team .team-content .text {
      margin-top: 5px; 
}

  .single-team:hover .team-image .social ul::before {
    opacity: 1;
    visibility: visible; 
}

/*===========================
         6.PARTNERS 
===========================*/

.content-grid{
    padding-top: 5%;
}

.partner-grid{
    display: grid;
}

@media only screen and (min-width: 601px){
    .partner-grid{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 25px 9%;
    }
}

@media only screen and (min-width: 993px){
    .partner-grid{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 25px 9%;
    }
    .partner-grid .brand-elliot-and-ko{
        display: flex;
    }
}

@media only screen and (min-width: 1201px){
    .partner-grid{
        grid-gap: 50px 110px;
    }
}

@media only screen and (min-width: 200px){
    .partner-grid{
        grid-gap: 50px 110px;
    }
}

.partner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.partner img{
    max-height: 44px;
    max-height: 100%;
    z-index: 9999;
}

@media (max-width: 568px){
    .partner{
        height: 50px;
    }
}

/*===========================
       7.SUBSCRIBE  css 
===========================*/

.subscribe-area {
  padding: 0px 100px 50px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  -moz-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  border-radius: 10px;
  background-color: #000; 
}

  @media (max-width: 767px) {
    .subscribe-area {
      padding: 10px 30px 60px; 
      } 
}

.subscribe-content .subscribe-title {
  padding-top: 3%;
  font-size: 35px;
  font-weight: 700; 
}

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-content .subscribe-title {
      font-size: 30px; 
      } 
}

  @media (max-width: 767px) {
    .subscribe-content .subscribe-title {
      font-size: 24px; 
      } 
}

  .subscribe-content .subscribe-title span {
    font-weight: 400; 
}

.subscribe-form {
  position: relative; 
}

  .subscribe-form input {
    border: 2px solid #E1E1E1;
    height: 65px;
    padding: 0 30px;
    border-radius: 5px;
    width: 100%;
    color: #2E2E2E; 
}

    .subscribe-form input::placeholder {
      opacity: 1;
      color: #B9B9B9; 
}

    .subscribe-form input::-moz-placeholder {
      opacity: 1;
      color: #B9B9B9; 
}

    .subscribe-form input::-moz-placeholder {
      opacity: 1;
      color: #B9B9B9; 
}

    .subscribe-form input::-webkit-input-placeholder {
      opacity: 1;
      color: #B9B9B9; 
}

    .subscribe-form input:focus {
      border-color: #361CC1; 
}

  .subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 65px;
    line-height: 65px;
    background: -webkit-linear-gradient(left, #ffc02f 0%, #ffab00 50%, #ffc02f 100%);
    background: -o-linear-gradient(left, #ffc02f 0%, #ffab00 50%, #ffc02f 100%);
    background: linear-gradient(to right, #ffc02f 0%, #ffab00 50%, #ffc02f 100%);
    background-size: 200%; 
}

    @media (max-width: 767px) {
      .subscribe-form button {
        position: relative;
        width: 100%;
        margin-top: 10px;
        border-radius: 5px; 
        } 
}

    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .subscribe-form button {
        position: absolute;
        width: auto;
        margin-top: 0;
        border-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; 
        } 
}

    .subscribe-form button:hover {
      color: #fff;
      background-position: right center; 
}

/*===========================
       8.FOOTER  css 
===========================*/
.footer-area {
    background-position: top center;
    position: relative;
    z-index: 0;
}

@media screen and (min-width: 2001px) and (max-width: 5000px){
    .footer-area{
        margin-top: 10%;
    }
}

@media screen and (min-width: 769px) and (max-width: 2000px){
    .footer-area{
        margin-top: 0%;
    }
}

@media screen and (min-width: 569px) and (max-width: 768px){
    .footer-area{
        margin-top: 0%;
    }
}

@media screen and (min-width: 100px) and  (max-width: 568px){
    .footer-area{
        margin-top: 0%;
    }
}

.footer-area::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/clouds2.webp);
    background-position: top center;
    z-index: -1;
    background-size: cover;
}

  @media only screen and (min-width: 1921px) {
    .footer-area::before {
      height: 1120px; 
      } 
}

#particles-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9999; 
}

.footer-widget {
  padding-top: 50px; 
  margin-bottom: -100px;
}

.footer-about .logo img {
  width: 130px; 
}

.footer-about .text {
    color: #000;
    line-height: 30px;
    margin-top: 30px; 
}

.footer-about .social {
    margin-top: 55px;
}

  .footer-about .social li {
        display: inline-block;
        margin-right:30px;
}

    .footer-about .social li a {
      font-size: 22px;
      color: #000;
      -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; }
      .footer-about .social li a:hover {
        color: #FE8464; 
}

.footer-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #000; 
}

.link-wrapper {
  padding: 0 35px; 
}

  @media (max-width: 767px) {
    .link-wrapper {
      padding: 0;
      padding-right: 50px; 
      } 
}

  .link-wrapper .link {
    padding-top: 20px; 
}

    .link-wrapper .link li {
      margin-top: 20px; 
}

      .link-wrapper .link li a {
        font-size: 16px;
        color: #000;
        -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-wrapper .link li a:hover {
          color: #FE8464; 
}


.footer-contact .contact {
  padding-top: 20px; 
}

  .footer-contact .contact li {
    margin-top: 10px;
    font-size: 16px;
    color: #000; 
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  padding-bottom: 30px; 
}

.copyright-content {
  padding-top: 15px;
  text-align: center; 
}

  .copyright-content p {
    color: #000; 
}

  .copyright-content a {
    font-size: 16px;
    color: #000;
    -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; 
}

    .copyright-content a:hover {
      color: #FE8464; 
}

@media (max-width: 768px) {
    #last{
        text-align: center;
    }
    .footer-copyright p{
        font-size: 14px;
        text-align: left;
    }
    .footer-copyright a{
        font-size: 14px;
        text-align: left;
    }
}

@media (max-width: 568px) {
    #last{
        text-align: center;
    }
    .footer-copyright p{
        font-size: 10px;
        text-align: left;
    }
    .footer-copyright a{
        font-size: 10px;
        text-align: left;
    }
}

.download {
    z-index: 99;
    font-size: 15px;
    color: #fff;
    position: fixed;
    right: 80px;
    bottom: 20px;
    width: 200px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    background: -webkit-linear-gradient(left, #ffc02f 0%, #ffab00 100%);
    background: -o-linear-gradient(left, #ffc02f 0%, #ffab00 100%);
    background: linear-gradient(to right, #ffc02f 0%, #ffab00 100%);
    transition: all 0.3s ease-out 0s;
    -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;
    cursor: url(../images/Clouzy_cursor2.gif),auto;
    display: none;
}

@media (max-width: 568px){
    .download {
        visibility: hidden;
    }
    .back-to-top{
        visibility: hidden;
    }
}

.download:hover{
    color: #fff;
}

.discord{
    margin-top: 9%;
    margin-left: 15%;
}

.discord-sep{
    margin-left: 1.5%;
}

@media (max-width: 768px){
    .discord{
        margin-left: 0%;
    }
}

@media (max-width: 568px){
    .discord{
        margin-left: 0%;
    }
}

.resize{
    margin-left: -5%;
}

/*===== BACK TO TOP =====*/

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background: -webkit-linear-gradient(left, #ffc02f 0%, #ffab00 100%);
    background: -o-linear-gradient(left, #ffc02f 0%, #ffab00 100%);
    background: linear-gradient(to right, #ffc02f 0%, #ffab00 100%);
    text-align: center;
    z-index: 99;
    cursor: url(../images/Clouzy_hand.gif),auto;
    -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;
    display: none; 
    cursor: url(../images/Clouzy_cursor2.gif),auto;
}

.back-to-top:hover {
    color: #fff; 
}