/*
Theme Name: Kaitoss
Description: Kaitoss Coming Soon Page
Author: Kaitoss
Author URI: https://kaitoss.com
Version: 1.0
License: https://kaitoss.com

---

/*******************************
  Table of Contents

  1.0 General Styles
  2.0 Content Styles
  3.0 Countdown
*******************************/

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');


/**********************************/
/******* 1.0 General Styles *******/
/**********************************/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* Start - ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1565C0;
  border-radius: 0px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* End - ScrollBar */


.btn-langs{
  opacity: 1 !important;
}

body {
  /* background: #eeb4c3; */
  background: #1CB5E5;
  background-size: cover;
  padding: 0;
  padding: 0;
  margin: 0;
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
  font-family: 'Tajawal', sans-serif;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;

  /* background-image: url(../images/bg.jpg); */
  background-image: url(../images/giphy2.gif);
  /* background-position: 50% 0; */
  /* background-size: cover; */
  background-size: auto;
  min-height: 100vh;
  
  overflow: hidden;
}

/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/
nav {
  overflow-y: auto;
  padding: 10px 15px 10px;
  /* background: #1CB5E5; */
  background: #ffffff2a;
  margin: 0;
  /* color: #000; */
  color: #fff;
  display: block;
  position: relative;
  z-index: 5;
  overflow: visible;
  height: 57px;
  vertical-align: middle;
}
nav:after {
  content: '';
  display: table;
  clear: both;
}
nav span {
  padding: 0 24px 0 5px;
  font-size: 30px;
  vertical-align: middle;
}
nav img {
  vertical-align: middle;
}
nav img.shots{
  /* width: 25px; */
  /* margin-left: 15px; */
  width: 35px;
}
nav img.score{
  width: 35px;
}
nav .btn {
  margin-left: 15px;
}
nav .pull-right img {
  margin: 0 10px;
  cursor: pointer;
  opacity: .5;
}
nav .pull-right a span{
  /* color: #000; */
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 0 5px;
}
nav .pull-right img.active {
  opacity: 1;
  cursor: auto;
}

nav.mobile{
  display: none;
  text-align: center;
  font-size: 20px;
  height: 85px;
}

.huge-section {
  min-height: 100vh
}

.huge-side {
  min-height: calc(100vh - 55px);
}

.left-side {
  /* background: #242424; */
  /* background-image: url(../images/wrapper-bg.jpg); */
  /* background-position: 50% 0; */
  /* background-size: cover; */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
}
/* .left-side:after {
  content: "";
  opacity: .92;
  background: linear-gradient( -45deg,rgba(88,195,255,0.8) 0,rgba(0,77,230,0.8) 40%,rgba(0,59,177,0.8) 100% );
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
} */

#particles-js{
  width: 100%;
  height: 98%;
  /* background-color: #b61924; */
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;

  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.left-side .huge-content {
  color: #fff;
  /* min-height: 90vh; */
  text-align: center;
  z-index: 1;
}

.left-side .huge-content .logo {
  /* height: 32px; */
  width: 150px;
  margin: 60px 0 60px;
}

.left-side .huge-content h1.title{
  text-align: right;
  font-weight: bold;
  font-size: 70px;
  line-height: 85px;
  padding-bottom: 10px;
  padding-right: 30px;
  margin-top: 60px;
}
.left-side .huge-content h1.title span{
  color: #fdb44b;
}
.left-side .huge-content h1 {
  font-size: 42px;
}

.left-side .huge-content h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: left;
  direction: rtl;
}

.left-side .btn {
  margin-bottom: 80px;
  line-height: normal;
}

.left-side .social-icons {
  position: absolute;
  bottom: 30px;
  padding: 0;
  left: 40%;
}

.left-side .social-icons li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.left-side .social-icons li:last-child {
  margin-right: 0;
}

.left-side .social-icons li a {
  color: #fdb44b;
}

.left-side .social-icons li a:hover {
  opacity: .8;
}

.right-side {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.right-side .huge-background-img {
  height: 100vh;
}

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.overlay.show {
  visibility: visible;
}

.btn {
  border: none;
  padding: 8px 25px;
  color: #fff;
  background: #fdb44b;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 15px;
  cursor: pointer;
}

.btn2 {
  border: none;
  padding: 8px 25px;
  color: #0c2e5b;
  background: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
}

.btn-stop {
  display: none;
}
.btn-newstyle{
  /* background: #fff; */
  /* color: #041b3b; */
  /* border: solid 1px #041b3b; */

  /* background: #fdb44b; */
  /* border: solid 1px #fdb44b; */
  /* color: #fff; */
  transition: 0.3s all;

  background: #fff;
  border: solid 1px #fdb44b;
  color: #fdb44b;
  font-weight: bold;
}
.btn-newstyle:hover{
  background: #fdb44b;
  border: solid 1px #fff;
  color: #fff;
}

.popup {
  direction: rtl;
  position: absolute;
  max-width: 500px;
  background: #fff;
  padding: 25px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.show > .popup {
  top: 150px;
  opacity: 1;
}

.popup h3{
  line-height: normal;
}
.popup h4 {
  text-align: right;
  background: #ededed;
  padding: 6px 10px;
  color: #333;
}

.pop-header {
  position: absolute;
  top: -120px;
  text-align: center;
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 5;
  background: url("../images/bunni_popup.png") no-repeat;
  background-position: center 0;
}

.pop-header .close {
  position: absolute;
  color: #000;
  left: 0;
  bottom: 0px;
  font-size: 30px;
  cursor: pointer;
  width: 30px;
  text-align: center;
}

.pop-body {
  max-height: 300px;
  overflow-y: auto;
}

.time, .time::after {
  display: block;
  position: absolute;
  /* background: #1CB5E5; */
  background: #fdb44b;
  left: 0;
  right: 0;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 47px;
  font-size: 22px;
  margin: auto;
  bottom: -3px;
  /* -webkit-box-shadow: 0 0 0 10px #1CB5E5;
          box-shadow: 0 0 0 10px #1CB5E5; */
  -webkit-box-shadow: 0 0 0 5px #fdb44b;
  box-shadow: 0 0 0 5px #fdb44b;
  text-align: center;
}
.time::after {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  background: none;
  border-top-color: #000;
}
.time.start::after {
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}

.holder {
  width: 100%;
  max-width: 600px;
  padding-top: 20px;
  margin: auto;
  cursor: url(../images/target.png), cell;
  text-align: center;
}
.holder.gun-1 {
  cursor: url(../images/target2.png), crosshair;
}

.egg {
  position: relative;
  display: inline-block;
  width: 20%;
  min-height: 120px;
  max-height: 160px;
  height: 22vh;
  margin: 3% 5%;
  position: relative;
}
.egg::after {
  content: '';
  background-color: #07b1e1 !important;
  background: url(../images/egg.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background: #f7f7f7; */
  border-radius: 50%/55% 55% 45% 45%;
  /* -webkit-box-shadow: 1em 1em 2em -1em rgba(0, 0, 0, 0.1), 0.1em 0.2em 0.7em -0.1em rgba(0, 0, 0, 0.2), -0.5em -1.5em 3em rgba(0, 0, 0, 0.15) inset, -0.1em -0.1em 1.5em rgba(0, 0, 0, 0.2) inset; */
  /* box-shadow: 1em 1em 2em -1em rgba(0, 0, 0, 0.1), 0.1em 0.2em 0.7em -0.1em rgba(0, 0, 0, 0.2), -0.5em -1.5em 3em rgba(0, 0, 0, 0.15) inset, -0.1em -0.1em 1.5em rgba(0, 0, 0, 0.2) inset; */

  box-shadow: -6px 5px 17px -8px #1cb5e5;
}
/* .egg:nth-child(1)::after {
  background: #05C1C3;
}
.egg:nth-child(2)::after {
  background: #FD5151;
}
.egg:nth-child(3)::after {
  background: #FEF049;
}
.egg:nth-child(4)::after {
  background: #FC8637;
}
.egg:nth-child(5)::after {
  background: #A6ED95;
}
.egg:nth-child(6)::after {
  background: #6196CA;
}
.egg:nth-child(7)::after {
  background: #F91C5C;
}
.egg:nth-child(8)::after {
  background: #EF8702;
}
.egg:nth-child(9)::after {
  background: #F76AB7;
} */

.bunny, .bunny-out {
  position: absolute;
  width: 100px;
  height: 127px;
  left: -70px;
  margin: auto;
  top: -50px;
  z-index: 5;

  width: 100px;
  height: 127px;
  left: -67px;
  top: -46px;
}
.bunny::after, .bunny-out::after {
  content: '';
  background: url("../images/bunni_1.png") no-repeat;
  width: 100px;
  height: 127px;
  display: block;
  left: 0;
  right: 0;
  background-size: 100% auto;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.bunny-out {
  opacity: 0;
  -webkit-animation: headOut 0.5s ease-in;
  animation: headOut 0.5s ease-in;
}
.bunny-out::after {
  background-image: url("../images/bunni_2.png");
}

.shot {
  background: url(../images/boom.png);
  z-index: 150;
  height: 100px;
  width: 100px;
  background-size: 100% auto;
  position: absolute;
  -webkit-animation: shot 0.3s;
  animation: shot 0.3s;
  opacity: 0;
}
@-webkit-keyframes shot {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
@keyframes shot {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
@-webkit-keyframes headOut {
  0% , 25% {
    -webkit-transform: translate(0, 0) rotate(-35deg);
    transform: translate(0, 0) rotate(-35deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(-25px, -15px) rotate(-35deg);
    transform: translate(-25px, -15px) rotate(-35deg);
  }
  100% {
    -webkit-transform: translate(-50px, 150px) rotate(-170deg);
    transform: translate(-50px, 150px) rotate(-170deg);
    opacity: 0;
  }
}
@keyframes headOut {
  0% , 25% {
    -webkit-transform: translate(0, 0) rotate(-35deg);
    transform: translate(0, 0) rotate(-35deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(-25px, -15px) rotate(-35deg);
    transform: translate(-25px, -15px) rotate(-35deg);
  }
  100% {
    -webkit-transform: translate(-50px, 150px) rotate(-170deg);
    transform: translate(-50px, 150px) rotate(-170deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 599px) {
  nav img {
    height: auto;
  }

  nav span {
    padding: 0 7px;
    font-size: 24px;
  }

  nav .gun {
    display: none;
  }

  nav .btn {
    width: auto;
    line-height: normal;
  }
}

/**********************************/
/*******    3.0 Countdown   *******/
/**********************************/
#countdown {
    margin: 30px auto;
    top: 50%;
    left: 0;
    right: 0;
    height: 100px;
    font-family: 'Dosis', sans-serif;
}

#countdown.show {
  display: block;
}

#countdown > div {
    position: relative;
    float: right;
    width: 25%;
    font-size: 6vw;
    font-weight: 100;
    line-height: .8em;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
}

#countdown > div > span {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-top: 20px;
    /* color: #737478; */
    color: #fff;
    text-transform: capitalize
}

@media (max-width:480px) {
    #countdown {
        width: 100%;
    }
    #countdown > div {
        width: 25%;
        font-size: 30px;
        font-weight: 700;
        line-height: .8em;
        letter-spacing: 2px;
    }
    #countdown > div > span {
      font-size: 11px;
    }

    .egg {
      min-height: 95px;
      max-height: 95px;
    }

    .holder {
      padding-top: 30px;
      padding: 30px 25px 0 25px;
    }
}

@media  (max-width: 768px) {

  /* nav{
    display: none;
  }
  .right-side{
    display: none;
  }
  .overlay.show {
    display: none !important;
  } 
  nav.mobile{
    display: block;
  } */


  body{
    overflow: auto;
  }

  .huge-side{
    min-height: auto;
    /* margin-top: 50px; */
  }
  .left-side .huge-content{
    min-height: auto;
  }

  .left-side .huge-content h1.title {
    text-align: right;
    font-weight: bold;
    font-size: 42px;
    line-height: 65px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .holder {
    padding-top: 30px;
  }

  .egg{
    height: 14vh;
  }
  .popup{
    width: 90%;
  }
  .show > .popup {
    top: 250px;
  }

  .left-side .social-icons{
    left: 33%;
  }
  
}



@media  (min-width: 1517px) {

  .holder {
    /* max-width: 700px; */
    max-width: 100%;
    padding-top: 6vh;
}
  .egg {
    width: 20%;
    min-height: 200px;
    max-height: 200px;
    margin: 3% 4%;
  }


  .left-side .huge-content{
    padding-top: 10%;
  }
  .left-side .huge-content h1.title{
    margin: 0;
    padding-top: 6vh;
    font-size: 80px;
    line-height: 100px;
    padding-bottom: 20px;
  }
  #countdown {
    height: 150px;
  }
  #countdown > div {
      width: 25%;
      font-size: 6vw;
      font-weight: 200;
  }
  #countdown > div > span {
      font-size: 1.6vw;
  }

  .left-side .social-icons {
    left: 42%;
  }

  .left-side .huge-content h1.title span{
    letter-spacing: 3px;
  }
  
}

@media  (min-width: 1964px) {

  
}

