*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

#particles-js{
  	width: 100%;
  	height: 100%;
  	background-size: cover;
  	/*background-position: 50% 50%;*/
  	position: absolute;
  	top: 0px;
  	z-index:1;
  	overflow: hidden;
}

.main-container{
    height: 100%;
    width: 100%;
    /*background-color: blue;
    opacity: 0.2;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.overlayy{
    position:absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color:blue;
    opacity:0.6;
}

.button-color{
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 56%, rgba(0,212,255,1) 100%); 
}

.sub-con{
    height: 100%;
    width: 100%;
}

.t-blue{
    color: #182a5a;
}

.blue{
    background-image: url(../images/istockphoto-1389530577-612x612.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.shadow{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
}

.slideshow-container{
    position: relative;
    margin: auto;
}

.slideshow-container .prev, .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 5px;
    color: #6c6464;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

.slideshow-container .next{
    right: 0;
    border-radius: 3px 0 0 3px;
}
.slideshow-container .prev{
    left: 0;
    border-radius: 3px 0 0 3px;
}

.slideshow-container .prev:hover, .next:hover{
    color: blue;
}
  
.slideshow-container .mySlides4 .text{
    color: #f2f2f2;
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}

.slideshow-container .mySlides4 .text{
    transform: translateX(-100px);
    opacity: 0;
    animation: move-in2 1s ease forwards;
}
  
@keyframes move-in2{
    to{ transform: translateX(0);
    opacity: 1;}
}

.fad{
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade{
  from{opacity: .4}
  to{opacity: 1}
}

.myBtn {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: blue; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 100px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

.myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.earnings{
    position: fixed;
    top: 100px;
    right: 0;
    width: 200px;
    height: 70px;
    background-color: #00103d;
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
    display: none;
    font-size: 14px;
}

.whatsapp-btn{
    position: fixed; /* Fixed/sticky position */
    bottom: 60px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 9999999999999;
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 600px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

.container{
    background: linear-gradient(to bottom right, #7d98d3 ,#031853);
    height:85vh;
    width:70vw;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
    
}

a{
  text-decoration: none;
}

.loader{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom right, #0c3ca5 ,#00103d);
  height:100vh;
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999999999999999999999999999999999;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.menu{
  background-color: #00103d;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}