@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body{
    
    background: rgb(27, 29, 31);
    /* background-image: repeating-linear-gradient(-45deg, #1b1d1f 0px,#1b1d1f 40px, #252729 40px, #252729 42px); */
    text-align: center;
}

.close{
    padding:8px;
    background:red;
    border:1px solid #fff;
    border-radius:10px;
    color:#fff;
    font-weight:bolder;
    cursor:pointer;
}


.camp-detail1{
border-radius: 20px;
font-family: 'Lato', sans-serif;
padding: 10px;
margin:10px;
background-color: #000000;
background-image: linear-gradient(20deg, #000000 0%, #2c3e50 74%);
/* background-color: #2c3e50; */
/* width: 80%; */
text-align: center;
color:#fff;
margin-top: 60px;
}
.camp-detail1 .image{
    z-index: 1000;
    height: 50px;
    width:100%;
    background:transparent;
    margin-top: -65px;
    text-align: center;
    padding: 20px 0;
}
.camp-detail1 .image img{
    height: 70px;
    border-radius: 20px;
}
.camp-detail1 .payout{
height: 100%;
width:100%;
background-color: 	#2c3e50;
padding: 1px 0;
border-radius: 20px 20px 0 0;
color:#FFFF00;

}
.camp-detail2{
    border-radius: 20px;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    margin:5px;
    background-color: #000000;
    background-image: linear-gradient(20deg, #000000 0%, #2c3e50 74%);
    /* background-color: #2c3e50; */
    position: relative;
    width: 95%;
   text-align: left;
    color:#fff;
    margin-bottom: 30px;
    }
    .camp-detail2 .pay1{
        top: auto;
        right: -50px;
        bottom: 25px;
        left: auto;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    



    /**** draw the triangle ****/

.box { overflow: hidden; } /* needed to round trinagle corner */

/* draw top-left css triangle */
.triangle {
  position: absolute;
  width: 0;
	height: 0;
	border-top: 55px solid #ea6c6c;
	border-right: 55px solid transparent;
}

/* position 'new' label */
.triangle > span { 
  position: absolute; 
  top: -45px;
  left: 4px;
  transform: rotate(-45deg);
}

/***** basic styling for the box *****/

.box {  
  position: relative;
  /* width: 95%; */
 
  text-align:left;
  margin: 5px;
  /* background: #f0f7fa; */
  background-color: #000000;
  background-image: linear-gradient(20deg, #000000 0%, #2c3e50 74%);
  font-family: 'Lato', sans-serif;
  border-radius: 20px;
  
  color:#fff;
  margin-bottom: 10px;
 
 }

.box-contents { 
   
  padding:0 30px;
  text-align: left; 
margin-bottom:10px;
}
.box-contents h2{ 
   
  padding-left:15px;
 
}
.course { 
  color: #9cc7dd;
  text-transform: uppercase;
  
}

.badge { 
  color: #337394;
  font-weight: bold;
  margin-top: 3px;
}

.box-contents > img { 
  width: 100px; 
  transform: scale(1.1);
  margin-top: 20px;
}

.triangle > span { 
  font-size: 16px;
  color: white; 
}

/* move badge up on hover */
.box-contents > img:hover { margin-top: 10px; }

input,select{
    width:100%;
    border:2px solid #aaa;
    border-radius:4px;
    margin:8px 0;
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
  }
  
  input[type=tel]:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;
  }
  
  .btn-grad {background-image: linear-gradient(to right, #16222A 0%, #3A6073  51%, #16222A  100%)}
  .btn-grad {
     /* margin: 10px; */
     padding: 15px 15px;
     text-align: center;
     text-transform: uppercase;
     transition: 0.5s;
     background-size: 200% auto;
     color: white;            
     border:none;
     border-radius: 10px;
     display: block;
     outline:none;
     font-weight: bolder;
   }

   .btn-grad:hover {
     background-position: right center; /* change the direction of the change here */
     color: #fff;
     text-decoration: none;
     cursor:pointer;
   }
   .overlay {
    display:none;
    z-index:1;
	position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
	backdrop-filter: blur(5px);
	padding: 1em;
	border: 1px solid rgba(255,255,255,.4);
	/* border-radius: 10px; */
	box-sizing: border-box;
    background: radial-gradient(rgba(40, 38, 38, 0.133) 30%, #fff4);
	font: 150%/1.6 sans-serif;
	text-align: center;
	box-shadow: -1px -1px 10px rgba(255,255,255,.3) inset,
		2px 2px 20px rgba(0,0,0,.5);
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
}
 .overlayy {
    /*display:none;*/
    z-index:1;
	position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
	backdrop-filter: blur(5px);
	padding: 1em;
	border: 1px solid rgba(255,255,255,.4);
	/* border-radius: 10px; */
	box-sizing: border-box;
    background: radial-gradient(rgba(40, 38, 38, 0.133) 30%, #fff4);
	font: 150%/1.6 sans-serif;
	text-align: center;
	box-shadow: -1px -1px 10px rgba(255,255,255,.3) inset,
		2px 2px 20px rgba(0,0,0,.5);
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
}
 

.x{
      background: #fff;
   position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
 box-shadow: -1px -1px 10px rgba(255,255,255,.3) inset,
		2px 2px 20px rgba(0,0,0,.5);
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
  	border: 1px solid rgba(255,255,255,.4);
	border-radius: 10px;
	padding:10px;
  display: inline-block;
}
div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}
.a {
    
  animation: pulse 1s linear infinite;
}

@-webkit-keyframes "pulse" {
0% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
 -webkit-transform: scale(1);
transform: scale(1);
}
}



input[type="text"] {
  width: 100%;
  border: 2px solid dodgerblue;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 12px;
  box-sizing: border-box;
  transition: 0.3s;
 
}

input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"] {
  padding-left: 60px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon .i {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 9px 8px;
  background-color: #000000;
    background-image: linear-gradient(20deg, #000000 0%, #2c3e50 74%);
  transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus + .i {
  color: dodgerBlue;
}

.inputWithIcon.inputIconBg .i {
  background-color: #aaa;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + .i {
  color: #fff;
  background-color: dodgerBlue;
}

/* Refer Earn Section CSS */

.banner{
  width:80%;
  text-align: center;
  padding:10px 15px;
}
.banner img{
  width:100%;
  padding-left:6px;
}
@media only screen and (min-width: 768px) {
  .banner img{
    width:200px;
    padding-left:6px;
  }
}

.clipboard {
  position: relative;
}
/* You just need to get this field */
.copy-input {
  /* max-width: 275px; */
  width: 100%;
  cursor: pointer;
  background-color: #eaeaeb;
  border:none;
  color:#6c6c6c;
  font-size: 14px;
  border-radius: 5px;
  padding: 12px;
  font-family: 'Montserrat', sans-serif;
}
.copy-input:focus {
  outline:none;
}

.copy-btn {
  margin-top:5px;
  background-color: #f1f51b;
  font-size: 18px;
  padding: 6px 9px;
  border-radius: 5px;
  border:none;
  color:#6c6c6c;
  /* margin-left:-61px; */
  transition: all .4s;
}
.copy-btn:hover {
  transform: scale(1.3);
  color:#1a1a1a;
  cursor:pointer;
}

.copy-btn:focus {
  outline:none;
}

.copied {
  font-family: 'Montserrat', sans-serif;
  width: 100px;
  opacity:0;
  position:fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
  color:#000;
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 5px;
  transition: .4s opacity;
}

@import '//codepen.io/chrisdothtml/pen/ojLzJK.css';
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #3b5998;
}
.social-btns .btn.whatsapp:before {
  background-color: #25d366;
}
.social-btns .btn.whatsapp .fa {
  color: #25d366;
}
.social-btns .btn.telegram:before {
  background-color: #00aff0;
}
.social-btns .btn.telegram .fa {
  color: #00aff0;
}
.social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.social-btns .btn.dribbble .fa {
  color: #f26798;
}
.social-btns .btn.skype:before {
  background-color: #00aff0;
}
.social-btns .btn.skype .fa {
  color: #00aff0;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  transform: scale(1);
}
.social-btns {
  /* height: 70px; */
  margin: auto;
  font-size: 0;
  text-align: center;
  /* position: absolute; */
  top: 0;
  /* bottom: 0; */
  left: 0;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 38px;
  vertical-align: middle;
}
.g-recaptcha {
  transform:scale(0.77);
  transform-origin:0 2;
}