/* ***************** intro ****************** */
.int-main{
  position: absolute;
text-align: center;
color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
font-family: 'Nunito sans';
transition: 2s ease-in-out;
}
.int-main h1 {
  font-size: 50px;
}
.int-main h2 {
  font-weight: 400;
  font-size: 30px;
}
#start-btn {
  background-color: rgba(255, 255, 255, 0.075); 
  padding: 15px; 
  display: none; 
  width: 200px; 
  margin: auto;
  font-size: 20px;
  animation: float 2s infinite;
  border-radius: 10px;
}
#start-btn:hover {
  background-color: rgba(255, 255, 255, 0.15); 
  cursor: pointer;
}
@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}
/* **************** intro end **************** */
body {

  background-color: black;
  background-image: url("./back.jpg");
  background-repeat: no-repeat;
  background-size: full;
  margin: 0;
  overflow: hidden;
}

div::-webkit-scrollbar {
    width: 3px;
}
 
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(83, 83, 83, 0.128); 
    border-radius: 6px;
}
 
div::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.167); 
}


.backbtn{
  color:white;
  text-align: right;
 margin: 15px;

}
.backbtn a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  background:rgba(0, 0, 0, 0.105);
  margin: 10px;
 
}
.c1 {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  transition: 2s ease;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 2px #fff;
  -moz-box-shadow: 0px 0px 15px 2px #fff;
  box-shadow: 0px 0px 15px 2px #fff;
  
}
.texture1 {
    background-image: url("./images/meteors_1.png");
    position: absolute;
    left: 20%;
    top: 20%;
    width: 25px;
    height: 25px;
    transition: 2s ease;
    background-size: cover;
  }
  
.centerMed {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  transition: 2s ease;
  z-index: 2;
  background-color: #fff;
}
.centerBig {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 2000px;
  height: 2000px;
  margin-bottom: 300px;
  overflow-x: hidden;
  transition: 2s ease;
  text-align: center;
}

p {
  transition: 2s;
  padding-top: 10px;
  text-align: center;
}

.c1:hover {
  -webkit-box-shadow: 0px 0px 105px 68px #3fc1c9;
  -moz-box-shadow: 0px 0px 105px 68px #3fc1c9;
  box-shadow: 0px 0px 105px 68px #3fc1c9;
  cursor: pointer;
}

.num1, .num2, .num3, .num4, .num5, .num6 {
  color: #fff;
  line-height: 1.2em;
  margin: 0;
  font-size: 18px;
  font-family: "Nunito sans";
}
img {
  width: 70%;
  height: auto;
  margin-top: 25%;
}

.img2 {
  width: 35%;
  margin-top: 10%;
}

.text1 {
  margin-top: 200px;
  overflow-y: auto;
  display: none;
  width: 850px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7rem;
  text-align: left !important;
  font-family: "Nunito sans";
  font-size: 18px;
}
 /* ********************************** end star 1 and global ********************* */

 /* *********************star 2 begin **************************************** */
 .c2 {
  position: absolute;
  left: 60%;
  top: 35%;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  transition: 2s ease;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 2px #fff;
  -moz-box-shadow: 0px 0px 15px 2px #fff;
  box-shadow: 0px 0px 15px 2px #fff;
}
.texture2 {
    background-image: url("./images/meteors_2.png");
    position: absolute;
    left: 60%;
    top: 35%;
    width: 25px;
    height: 25px;
    transition: 2s ease;
    background-size: cover;
  }

  .c2:hover {
    -webkit-box-shadow: 0px 0px 105px 68px #7868e6;
    -moz-box-shadow: 0px 0px 105px 68px #7868e6;
    box-shadow: 0px 0px 105px 68px #7868e6;
    cursor: pointer;
  }
  .text2 {
    margin-top: 200px;
    overflow-y: auto;
    display: none;
    width: 850px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7rem;
    text-align: left !important;
    font-family: "Nunito sans";
    font-size: 18px;
  }




/* ********************* Star 3 begin **************************************** */
.c3 {
  position: absolute;
  left: 60%;
  top: 70%;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  transition: 2s ease;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 2px #fff;
  -moz-box-shadow: 0px 0px 15px 2px #fff;
  box-shadow: 0px 0px 15px 2px #fff;
}
.texture3 {
    background-image: url("./images/meteors_3.png");
    position: absolute;
    left: 60%;
    top: 70%;
    width: 25px;
    height: 25px;
    transition: 2s ease;
    background-size: cover;
  }

  .c3:hover {
    -webkit-box-shadow: 0px 0px 105px 68px #2150fa;
    -moz-box-shadow: 0px 0px 105px 68px #2150fa;
    box-shadow: 0px 0px 105px 68px #2150fa;
    cursor: pointer;
  }
  .text3 {
    margin-top: 200px;
    overflow-y: auto;
    display: none;
    width: 850px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7rem;
    text-align: left !important;
    font-family: "Nunito sans";
    font-size: 18px;
  }




/* *************star 4 begin ************************* */
.c4 {
  position: absolute;
  left: 40%;
  top: 50%;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  transition: 2s ease;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 2px #fff;
  -moz-box-shadow: 0px 0px 15px 2px #fff;
  box-shadow: 0px 0px 15px 2px #fff;
}
.texture4 {
    background-image: url("./images/meteors_4.png");
    position: absolute;
    left: 40%;
    top: 50%;
    width: 25px;
    height: 25px;
    transition: 2s ease;
    background-size: cover;
  }

  .c4:hover {
    -webkit-box-shadow: 0px 0px 105px 68px #de427b;
    -moz-box-shadow: 0px 0px 105px 68px #de427b;
    box-shadow: 0px 0px 105px 68px #de427b;
    cursor: pointer;
  }
  .text4 {
    margin-top: 200px;
    overflow-y: auto;
    display: none;
    width: 850px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7rem;
    text-align: left !important;
    font-family: "Nunito sans";
    font-size: 18px;
  }


/* ******************************** Star 5 begin ************************* */
.c5 {
  position: absolute;
  left: 80%;
  top: 60%;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  transition: 2s ease;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 2px #fff;
  -moz-box-shadow: 0px 0px 15px 2px #fff;
  box-shadow: 0px 0px 15px 2px #fff;
}
.texture5 {
    background-image: url("./images/meteors_5.png");
    position: absolute;
    left: 80%;
    top: 60%;
    width: 25px;
    height: 25px;
    transition: 2s ease;
    background-size: cover;
  }

  .c5:hover {
    -webkit-box-shadow: 0px 0px 105px 68px #f78536;
    -moz-box-shadow: 0px 0px 105px 68px #f78536;
    box-shadow: 0px 0px 105px 68px #f78536;
    cursor: pointer;
  }
  .text5 {
    margin-top: 200px;
    overflow-y: auto;
    display: none;
    width: 850px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7rem;
    text-align: left !important;
    font-family: "Nunito sans";
    font-size: 18px;
  }

/* ******************************** Star 6 begin ************************* */
.c6 {
  position: absolute;
  left: 10%;
  top: 70%;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  transition: 2s ease;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 2px #fff;
  -moz-box-shadow: 0px 0px 15px 2px #fff;
  box-shadow: 0px 0px 15px 2px #fff;
}
.texture6 {
    background-image: url("./images/meteors_6.png");
    position: absolute;
    left: 10%;
    top: 70%;
    width: 25px;
    height: 25px;
    transition: 2s ease;
    background-size: cover;
  }

  .c6:hover {
    -webkit-box-shadow: 0px 0px 105px 68px #b1aff8;
    -moz-box-shadow: 0px 0px 105px 68px #b1aff8;
    box-shadow: 0px 0px 105px 68px #b1aff8;
    cursor: pointer;
  }
  .text6 {
    margin-top: 200px;
    overflow-y: auto;
    display: none;
    width: 850px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7rem;
    text-align: left !important;
    font-family: "Nunito sans";
    font-size: 18px;
  }




/* ========================================================================================================= */
  /* ****************** No copy Last ***************** */
  .centerMed {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 600px;
    height: 600px;
    transform: translate(-50%, -50%);
    transition: 2s ease;
    z-index: 2;
    background-color: #fff;
  }
  .centerBig {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 2000px;
    height: 2000px;
    margin-bottom: 300px;
    overflow-x: hidden;
    transition: 2s ease;
    text-align: center;
    z-index: 4;
  }
  .texture-show {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    transition: 2s ease;
  }