body{
  background-image: url(../Pictures/Design_4.png);
  height: 3000px;
  margin: 0px;
  padding: 0px;
}

.heading-img{
  width: 100%;
  height: 1000px;
  margin: 0px;
  padding: 0px;
}

.heading{
  position: absolute;
  top: 500px;
  left: 100px;

  color: white;
  font-family: poppins;
  font-size: 90px;
  font-weight: bold;
}

.sub-heading{
  position: absolute;
  top: 600px;
  left: 110px;

  color: rgb(255, 255, 255);
  font-family: space mono;
  font-size: 28px;
  font-weight: bold;
}

/*start of content - opener */

.opening-text{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.opening-heading{
  color:white;
  font-family: poppins;
  font-weight: bold;
  font-size: 50px;

  
}

.sub-text{
  color: white;
  font-family: space mono;
  font-size: 25px;

  width: 1350px;
}

/*the rocket section*/

.rocket{
  padding-top: 85px;
  height: 1150px;
}

.rocket-div{
  display: flex;
  margin-top: 100px;
}

.rocket-div2{
  background-color: rgba(30, 75, 150, 0.904);
  height: 1300px;
  margin-left: 400px;
  display: flex;

  border-radius: 10px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;

  transition: border-color 0.75s;
}

.rocket-div2:hover{
  border-color: white;
}

/*the rocket text*/

.text-holder{
  display: flex;
  flex-direction: column;
  justify-content: space-around;

  width: 450px;
  padding: 50px;

}

.text-place{
  display: flex;
  justify-content: center;
  flex-direction: column;
  
  border-style: solid;
  border-width: 0.1px;
  padding: 5px;
  border-radius: 10px;
  border-color: white;

  transition: box-shadow 0.5s;
}

.text-place:hover{
  box-shadow: 20px 20px 2px rgba(255, 255, 255, 0.397);

}

.text-heading{
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-family: Space mono;
  font-weight: bold;
  padding-left: 20px;
}

.text-subtext{
  color: white;
  font-size: 19px;
  font-family: Poppins;
  font-weight: bold;
  padding-left: 20px;
}

/*button*/

.button-div{
  display: flex;
  justify-content: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.button{
  height: 70px;
  width: 300px;

  font-family: alexandria;
  font-weight: bold;
  color: white;
  font-size: 20px;

  border-color: white;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;

  transition: border-color 0.75s;
}

.button:hover{
  cursor: pointer;
  border-color: rgb(0, 102, 255);

  border-width: 2px;
}



/*  RESPONSIVE DESIGN   RESPONSIVE DESIGN   RESPONSIVE DESIGN    RESPONSIVE DESIGN    RESPONSIVE DESIGN */

@media only screen and (max-width: 768px){

  .heading-img{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
  }
  
  .heading{
    position: absolute;
    top: 150px;
    left: 10px;
  
    color: white;
    font-family: poppins;
    font-size: 30px;
    font-weight: bold;
  }
  
  .sub-heading{
    position: absolute;
    top: 180px;
    left: 10px;
  
    color: rgb(255, 255, 255);
    font-family: space mono;
    font-size: 12px;
    font-weight: bold;
  }

  .opening-text{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .opening-heading{
    color:white;
    font-family: poppins;
    font-weight: bold;
    font-size: 30px;
  
    
  }
  
  .sub-text{
    color: white;
    font-family: space mono;
    font-size: 15px;
  
    width: 350px;
  }

  .rocket{
    padding-top: 85px;
    height: 750px;
  }
  
  .rocket-div{
    display: flex;
    justify-content: center;
    margin-top: 100px;
  }
  
  .rocket-div2{
    background-color: rgba(30, 75, 150, 0.904);
    height: 2500px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
  
    border-radius: 10px;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
  
    transition: border-color 0.75s;
  }

  .text-holder{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  
    width: 285px;
    padding: 50px;
  
  }
  
  .text-place{
    display: flex;
    justify-content: center;
    flex-direction: column;
    
    border-style: solid;
    border-width: 0.1px;
    padding: 5px;
    border-radius: 10px;
    border-color: white;
  
    transition: box-shadow 0.5s;
    margin-top: 100px;
  }
  
  .text-heading{
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-family: Space mono;
    font-weight: bold;
    padding-left: 20px;
  }
  
  .text-subtext{
    color: white;
    font-size: 15px;
    font-family: Poppins;
    font-weight: bold;
    padding-left: 20px;
  }

}

@media only screen and (max-width: 1368px) and (min-width: 769px){

  .heading-img{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
  }
  
  .heading{
    position: absolute;
    top: 350px;
    left: 10px;
  
    color: white;
    font-family: poppins;
    font-size: 50px;
    font-weight: bold;
  }
  
  .sub-heading{
    position: absolute;
    top: 400px;
    left: 15px;
  
    color: rgb(255, 255, 255);
    font-family: space mono;
    font-size: 20px;
    font-weight: bold;
  }

  .opening-text{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .opening-heading{
    color:white;
    font-family: poppins;
    font-weight: bold;
    font-size: 50px;
  
    
  }
  
  .sub-text{
    color: white;
    font-family: space mono;
    font-size: 15px;
  
    width: 750px;
  }

  .rocket{
    padding-top: 85px;
    height: 1250px;
  }
  
  .rocket-div{
    display: flex;
    justify-content: center;
    margin-top: 100px;
  }
  
  .rocket-div2{
    background-color: rgba(30, 75, 150, 0.904);
    height: 2600px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
  
    border-radius: 10px;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
  
    transition: border-color 0.75s;
  }

  .text-holder{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  
    width: 685px;
    padding: 50px;
  
  }
  
  .text-place{
    display: flex;
    justify-content: center;
    flex-direction: column;
    
    border-style: solid;
    border-width: 0.1px;
    padding: 5px;
    border-radius: 10px;
    border-color: white;
  
    transition: box-shadow 0.5s;
    margin-top: 100px;
  }
  
  .text-heading{
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-family: Space mono;
    font-weight: bold;
    padding-left: 20px;
  }
  
  .text-subtext{
    color: white;
    font-size: 15px;
    font-family: Poppins;
    font-weight: bold;
    padding-left: 20px;
  }

}

@media only screen and (max-width: 1668px) and (min-width: 1369px){

  .heading-img{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
  }
  
  .heading{
    position: absolute;
    top: 350px;
    left: 50px;
  
    color: white;
    font-family: poppins;
    font-size: 60px;
    font-weight: bold;
  }
  
  .sub-heading{
    position: absolute;
    top: 420px;
    left: 55px;
  
    color: rgb(255, 255, 255);
    font-family: space mono;
    font-size: 30px;
    font-weight: bold;
  }

  .opening-text{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .opening-heading{
    color:white;
    font-family: poppins;
    font-weight: bold;
    font-size: 40px;
  
    
  }
  
  .sub-text{
    color: white;
    font-family: space mono;
    font-size: 25px;
  
    width: 1250px;
  }

  /*the rocket section*/

.rocket{
  padding-top: 85px;
  height: 1150px;
}

.rocket-div{
  display: flex;
  margin-top: 100px;
}

.rocket-div2{
  background-color: rgba(30, 75, 150, 0.904);
  height: 1300px;
  margin-left: 170px;
  display: flex;

  border-radius: 10px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;

  transition: border-color 0.75s;
}

.rocket-div2:hover{
  border-color: white;
}

/*the rocket text*/

.text-holder{
  display: flex;
  flex-direction: column;
  justify-content: space-around;

  width: 450px;
  padding: 50px;

}

.text-place{
  display: flex;
  justify-content: center;
  flex-direction: column;
  
  border-style: solid;
  border-width: 0.1px;
  padding: 5px;
  border-radius: 10px;
  border-color: white;

  transition: box-shadow 0.5s;
}

.text-place:hover{
  box-shadow: 20px 20px 2px rgba(255, 255, 255, 0.397);

}

.text-heading{
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-family: Space mono;
  font-weight: bold;
  padding-left: 20px;
}

.text-subtext{
  color: white;
  font-size: 19px;
  font-family: Poppins;
  font-weight: bold;
  padding-left: 20px;
}

/*button*/

.button-div{
  display: flex;
  justify-content: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.button{
  height: 70px;
  width: 300px;

  font-family: alexandria;
  font-weight: bold;
  color: white;
  font-size: 20px;

  border-color: white;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;

  transition: border-color 0.75s;
}

.button:hover{
  cursor: pointer;
  border-color: rgb(0, 102, 255);

  border-width: 2px;
}

}