/* ---- reset ---- */
canvas {
    display: block;
    vertical-align: bottom;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.blinking-text {
    animation: blink 1s infinite;
}
/* ---- particles.js container ---- */
.particles-js {
   /* position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: -45px;
    width: 100%;
    height: 88%; z-index: 2;*/right: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* z-index: 99;*/
  pointer-events: none;
}
#particles-js {
    position: relative;
    width: 100%;
    height: 80%;
    z-index: 99;
}
/* ---- stats.js ---- */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.js-count-particles {
    font-size: 1.1em;
}
#stats, .count-particles {
    -webkit-user-select: none;
}
#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    display: none;
}
.count-particles {
    border-radius: 0 0 3px 3px;
}
.kg-fav-img {
    width: 300px;
    height: auto;
    position: absolute;
    left: 38%;
    right: 38%;
    bottom: 1px;
    top: 20%;
}
.pos1, .pos2, .pos3, .pos4, .pos5 {
    position: absolute;
    z-index: 1111;
}
.pos1 {
    left: 120px;
    bottom: 233px;
}
.pos2 {
    right: 285px;
    bottom: 429px;
}
.pos3 {
    left: 675px;
    bottom: 238px;
}
.pos4 {
    right: 120px;
    bottom: 250px;
}
.pos5 {
    right: 70px;
    bottom: 120px;
}
/*
@media (max-width: 1366px) {
	
	
.gem_ser {
   width: 236px;
    height: auto;
    position: absolute;
    left: 33.8%;
    bottom: 1px;
    top: 25%;
}
}



*/
/*@media screen and (min-width:768px) and (max-width:1024px) {


 .carousel-caption .watch_now {
  font-size:16px!important;
  text-align: center;
  border-radius: 7px;
  background: linear-gradient(45deg, red, blue, green);
  border-color: transparent;
  color: #fff;
/* For screens wider than 1366px but smaller than 1920px (between HD and Full HD) */
@media (max-width: 1024px) {
    .kg-fav-img {
        width: 290px;
        height: auto;
        position: absolute;
        left: 365px;
        right: 365px;
        bottom: 1px;
        top: 20%;
    }
    .carousel-caption h3 {
        font-size: 22px;
    }
    .pos1 {
        left: 40px;
        bottom: 225px;
    }
    .pos2 {
        right: 40px;
        bottom: 225px;
    }
    .pos3 {
        left: 60px;
        bottom: 70px;
    }
    .pos4 {
        right: 80px;
        bottom: 120px;
    }
    .pos5 {
        right: 30px;
        bottom: 50px;
    }
}
@media (max-width: 768px) {
    .kg-fav-img {
        width: 150px;
        height: auto;
        position: absolute;
        left: 309px;
        right: 909px;
        bottom: 1px;
        top: 100px;
    }
    .carousel-caption h3 {
        font-size: 18px;
    }
    .pos1 {
        left: 117px;
        bottom: 252px
    }
    .pos2 {
        right: 296px;
        bottom: 441px;
    }
    .pos3 {
        left: 677px;
        bottom: 257px;
    }
    .pos4 {
        right: 80px;
        bottom: 70px;
    }
    .pos5 {
        right: 30px;
        bottom: 20px;
    }
}
@media (max-width: 540px) {
    .kg-fav-img {
        width: 140px;
        height: auto;
        position: absolute;
        left: 200px;
        right: 200px;
        bottom: 1px;
        top: 50px;
    }
}
@media (max-width: 415px) {
    .kg-fav-img {
        width: 115px;
        height: auto;
        position: absolute;
        left: 145px;
        right: 145px;
        bottom: 1px;
        top: 20px;
    }
    .carousel-caption h3 {
        font-size: 12px;
    }
    .pos1 {
        left: 0px;
        bottom: 10px;
    }
    .pos2 {
        right: 0px;
        bottom: 70px;
    }
    .pos3 {
        left: 0px;
        bottom: 70px;
    }
    .pos4 {
        right: 0px;
        bottom: 30px;
    }
    .pos5 {
        right: 0px;
        bottom: 00px;
    }
}
@media (max-width: 375px) {
    .kg-fav-img {
        width: 85px;
        height: auto;
        position: absolute;
        left: 145px;
        right: 145px;
        bottom: 1px;
        top: 20px;
    }
}
@media (max-width: 320px) {
    .kg-fav-img {
        width: 90px;
        height: auto;
        position: absolute;
        left: 115px;
        right: 115px;
        bottom: 1px;
        top: 20px;
    }
}
@media (max-width: 280px) {
    .kg-fav-img {
        width: 90px;
        height: auto;
        position: absolute;
        left: 95px;
        right: 95px;
        bottom: 1px;
        top: 20px;
    }
    .pos1 {
        left: 0px;
        bottom: 10px;
    }
    .pos2 {
        right: 0px;
        bottom: 50px;
    }
    .pos3 {
        left: 0px;
        bottom: 50px;
    }
    .pos4 {
        right: 0px;
        bottom: 30px;
    }
    .pos5 {
        right: 0px;
        bottom: 00px;
    }
}