body{
  background-color: black;
  background-image: url(../Pictures/Design_4.png);
  margin: 0px;
  padding: 0px;

  height: 3000px;
}

/*heading part*/

.heading-img{
  height: 990px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.heading{
  color: rgb(255, 255, 255);
  position: absolute;
  top: 420px;
  left: 325px;

  font-size: 90px;
  font-weight: bold;
  font-family: Poppins;
}

.sub-heading{
  color: rgb(255, 255, 255);
  position: absolute;
  top: 500px;
  left: 330px;

  font-size: 40px;
  font-weight: bold;
  font-family: alexandria;

}

.sub-head{
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: Poppins;
  font-size: 55px;
}

.sub-head-div{
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

/*the three plans */

.three-type-plans{
  height: 700px;
  display: flex;
  justify-content: space-around;

  margin-top: 100px;
}

.first-plan{
  width: 550px;
  background-color: rgba(30, 75, 150, 0.904);

  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 15px 15px 20px rgb(0, 0, 0) ;

  border-style: solid;
  border-color: transparent;
  border-width: 0.1px;
  transition: border-color 1s;

}

.first-plan:hover{
  border-color: white;
}

.second-plan{
  width: 550px;
  background-color: rgba(30, 65, 150, 0.904);

  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;

  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.485) ;

  border-style: solid;
  border-color: transparent;
  border-width: 0.1px;
  transition: border-color 1s;
}

.second-plan:hover{
  border-color: white;
}

.third-plan{
  width: 550px;
  background-color: rgba(30, 50, 150, 0.904);

  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;

  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.488) ;

  border-style: solid;
  border-color: transparent;
  border-width: 0.1px;
  transition: border-color 1s;
}

.third-plan:hover{
  border-color: white;
}


/*top of box*/

.heading-box{
  display:flex;
  width: 100%;
  margin: 0px;
  padding: 0px;

}


.sub-heading2{
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: Poppins;
  font-size: 35px;
  text-align: center;

  margin-right: 100px;
  margin-left: 200px;
  margin-top: 60px;
}

.sub-heading4{
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: Poppins;
  font-size: 35px;
  text-align: center;

  margin-right: 140px;
  margin-left: 230px;
  margin-top: 60px;
}

.sub-heading5{
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: Poppins;
  font-size: 35px;
  text-align: center;

  margin-right: 70px;
  margin-left: 190px;
  margin-top: 60px;
}

/*things in boxes */

.sub-heading3{
  color: white;
  font-weight: bold;
  font-family: Poppins;
  font-size: 35px;
  text-align: center;
}

.list-advantages{
  margin-top: 45px;
  text-align: center;
}

.text{
  font-size: 18px;
  font-family: space mono;
  font-weight: bold;
  color:rgba(255, 255, 255, 0.808);
}

.medal{
  height: 70px;
}

/*pricing*/

.pricing{
  display:flex;
  flex-direction: column;
  margin-top: 45px;
  width: 100%;
}

.pricing1{
  display:flex;
  flex-direction: column;
  margin-top: 220px;
  width: 100%;
}

.pricing2{
  display:flex;
  flex-direction: column;
  margin-top: 130px;
  width: 100%;
}

.sub-pricing{
  display: flex;
  margin-left: 50px;
}

.sub-text1{
  font-size: 38px;
  font-family: Poppins;
  text-align: center;
  color:rgb(255, 255, 255);
}

.plan-button{
  height: 40px;
  width: 450px;
  margin-left: 50px;

  border-radius: 9px;
  border-style: solid;
  border-width: 0.1px;
  border-color: rgb(0, 89, 255);
  background-color: rgb(0, 89, 255);
  color: white;
  font-family: Poppins;
  font-size: 25px;
}

.plan-button:hover{
  cursor: pointer;
}

/*exclusive*/

.Exclusive-div{
  margin-top: 100px;
  margin-right: 40px;
  margin-left: 40px;
  height: 500px;

  border-radius: 10px;

  background-color: rgba(30, 62, 150, 0.904);
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.76) ;

  border-style: solid;
  border-color: transparent;
  border-width: 0.1px;
  transition: border-color 1s;
}

.Exclusive-div:hover{
  border-color: white;
}

.sub-heading6{
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: Poppins;
  font-size: 35px;
  text-align: center;

  margin-right: 580px;
  margin-left: 750px;
  margin-top: 20px;
}

.medal2{
  height: 75px;
  margin-top: 10px;
}

.list-advantages2{
  margin-left: 50px;
}

.plan-button2{
  height: 40px;
  width: 1730px;
  margin-left: 49px;

  border-radius: 9px;
  border-style: solid;
  border-width: 0.1px;
  border-color: rgb(0, 89, 255);
  background-color: rgb(0, 89, 255);
  color: white;
  font-family: Poppins;
  font-size: 25px;
}

.plan-button2{
  cursor: pointer;
}

.pricing3{
  display:flex;
  flex-direction: column;
  margin-top: 40px;
  width: 100%;
}


main{
  margin-bottom: 150px;
}


/*  RESPONSIVE DESIGN   RESPONSIVE DESIGN   RESPONSIVE DESIGN    RESPONSIVE DESIGN    RESPONSIVE DESIGN */

@media only screen and (max-width: 768px) {

  .heading-img{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  
  .heading{
    color: rgb(255, 255, 255);
    position: absolute;
    top: 120px;
    left: 50px;
  
    font-size: 28px;
    font-weight: bold;
    font-family: Poppins;
  }
  
  .sub-heading{
    color: rgb(255, 255, 255);
    position: absolute;
    top: 195px;
    left: 48px;
  
    font-size: 20px;
    font-weight: bold;
    font-family: alexandria;
  
  }
  
  .sub-head{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 30px;
  }
  
  .sub-head-div{
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-left: 0px;
  }

  .three-type-plans{
    height: 800px;
    display: flex;
    flex-direction: column;
  
    margin-top: 550px;
  }
  
  .first-plan{
    width: 350px;
    background-color: rgba(30, 75, 150, 0.904);
  
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 15px 15px 20px rgb(0, 0, 0) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;
  
    margin-left: 20px;
    margin-bottom: 50px;
  } 

  .second-plan{
    width: 350px;
    background-color: rgba(30, 65, 150, 0.904);
  
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.485) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;

    margin-left: 20px;
    margin-bottom: 50px;
  }

  .third-plan{
    width: 350px;
    background-color: rgba(30, 50, 150, 0.904);
  
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.488) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;

    margin-left: 20px;
    margin-bottom: 50px;
  }

  .sub-heading3{
    color: white;
    font-weight: bold;
    font-family: Poppins;
    font-size: 25px;
    text-align: center;
  }
  
  .list-advantages{
    margin-top: 45px;
    text-align: center;
  }
  
  .text{
    font-size: 13px;
    font-family: space mono;
    font-weight: bold;
    color:rgba(255, 255, 255, 0.808);
  }
  
  .medal{
    height: 50px;
  }

  .pricing{
    display:flex;
    flex-direction: column;
    margin-top: 45px;
  }
  
  .pricing1{
    display:flex;
    flex-direction: column;
    margin-top: 220px;

  }
  
  .pricing2{
    display:flex;
    flex-direction: column;
    margin-top: 130px;
  }
  
  .sub-pricing{
    display: flex;
    margin-left: 50px;
  }
  
  .sub-text1{
    font-size: 20px;
    font-family: Poppins;
    text-align: center;
    color:rgb(255, 255, 255);
  }
  
  .plan-button{
    height: 30px;
    width: 300px;
    margin-left: 25px;
    margin-bottom: 20px;
  
    border-radius: 9px;
    border-style: solid;
    border-width: 0.1px;
    border-color: rgb(0, 89, 255);
    background-color: rgb(0, 89, 255);
    color: white;
    font-family: Poppins;
    font-size: 15px;
  }

  .sub-heading2{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 25px;
    text-align: center;
  
    margin-right: 50px;
    margin-left: 120px;
    margin-top: 20px;
  }
  
  .sub-heading4{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 25px;
    text-align: center;
  
    margin-right: 70px;
    margin-left: 150px;
    margin-top: 20px;
  }
  
  .sub-heading5{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 25px;
    text-align: center;
  
    margin-right: 40px;
    margin-left: 120px;
    margin-top: 20px;
  }

  .Exclusive-div{
    margin-top: 500px;
    margin-right: 20px;
    margin-left: 20px;
    height: 500px;
  
    border-radius: 10px;
  
    background-color: rgba(30, 62, 150, 0.904);
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.76) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;
  }
  
  
  .sub-heading6{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 20px;
    text-align: center;
  
    margin-right: 10px;
    margin-left: 80px;
    margin-top: 20px;
  }
  
  .medal2{
    height: 50px;
    margin-top: 10px;
  }
  
  .list-advantages2{
    margin-left: 50px;
    margin-bottom: 350px;
  }
  
  .plan-button2{
    height: 30px;
    width: 300px;
    margin-left: 25px;
    margin-bottom: 230px;
  
    border-radius: 9px;
    border-style: solid;
    border-width: 0.1px;
    border-color: rgb(0, 89, 255);
    background-color: rgb(0, 89, 255);
    color: white;
    font-family: Poppins;
    font-size: 15px;
  }

  
  .pricing3{
    display:flex;
    flex-direction: column;
    margin-top: 40px;
    width: 100%;
  }
  
  
  main{
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 1368px) and (min-width: 769px) {

  .heading-img{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  
  .heading{
    color: rgb(255, 255, 255);
    position: absolute;
    top: 220px;
    left: 50px;
  
    font-size: 48px;
    font-weight: bold;
    font-family: Poppins;
  }
  
  .sub-heading{
    color: rgb(255, 255, 255);
    position: absolute;
    top: 295px;
    left: 48px;
  
    font-size: 30px;
    font-weight: bold;
    font-family: alexandria;
  
  }
  
  .sub-head{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 40px;
  }
  
  .sub-head-div{
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-left: 0px;
  }

  .three-type-plans{
    height: 1200px;
    display: flex;
    flex-direction: column;
  
    margin-top: 550px;
  }
  
  .first-plan{
    width: 780px;
    background-color: rgba(30, 75, 150, 0.904);
  
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 15px 15px 20px rgb(0, 0, 0) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;
  
    margin-left: 20px;
    margin-bottom: 50px;
  } 

  .second-plan{
    width: 780px;
    background-color: rgba(30, 65, 150, 0.904);
  
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.485) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;

    margin-left: 20px;
    margin-bottom: 50px;
  }

  .third-plan{
    width: 780px;
    background-color: rgba(30, 50, 150, 0.904);
  
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.488) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;

    margin-left: 20px;
    margin-bottom: 50px;
  }

  .sub-heading3{
    color: white;
    font-weight: bold;
    font-family: Poppins;
    font-size: 35px;
    text-align: center;
  }
  
  .list-advantages{
    margin-top: 45px;
    text-align: center;
  }
  
  .text{
    font-size: 20px;
    font-family: space mono;
    font-weight: bold;
    color:rgba(255, 255, 255, 0.808);
  }
  
  .medal{
    height: 60px;
  }

  .pricing{
    display:flex;
    flex-direction: column;
    margin-top: 45px;
  }
  
  .pricing1{
    display:flex;
    flex-direction: column;
    margin-top: 220px;

  }
  
  .pricing2{
    display:flex;
    flex-direction: column;
    margin-top: 130px;
  }
  
  .sub-pricing{
    display: flex;
    margin-left: 50px;
  }
  
  .sub-text1{
    font-size: 30px;
    font-family: Poppins;
    text-align: center;
    color:rgb(255, 255, 255);
  }
  
  .plan-button{
    height: 40px;
    width: 740px;
    margin-left: 25px;
    margin-bottom: 20px;
  
    border-radius: 9px;
    border-style: solid;
    border-width: 0.1px;
    border-color: rgb(0, 89, 255);
    background-color: rgb(0, 89, 255);
    color: white;
    font-family: Poppins;
    font-size: 20px;
  }

  .sub-heading2{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 35px;
    text-align: center;
  
    margin-right: 220px;
    margin-left: 310px;
    margin-top: 20px;
  }
  
  .sub-heading4{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 35px;
    text-align: center;
  
    margin-right: 240px;
    margin-left: 350px;
    margin-top: 20px;
  }
  
  .sub-heading5{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 35px;
    text-align: center;
  
    margin-right: 210px;
    margin-left: 300px;
    margin-top: 20px;
  }

  .Exclusive-div{
    margin-top: 500px;
    margin-right: 20px;
    margin-left: 20px;
    height: 600px;
  
    border-radius: 10px;
  
    background-color: rgba(30, 62, 150, 0.904);
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.76) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;
  }
  
  
  .sub-heading6{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 30px;
    text-align: center;
  
    margin-right: 160px;
    margin-left: 240px;
    margin-top: 20px;
  }
  
  .medal2{
    height: 60px;
    margin-top: 10px;
  }
  
  .list-advantages2{
    margin-left: 50px;
    margin-bottom: 350px;
  }
  
  .plan-button2{
    height: 30px;
    width: 300px;
    margin-left: 25px;
    margin-bottom: 230px;
  
    border-radius: 9px;
    border-style: solid;
    border-width: 0.1px;
    border-color: rgb(0, 89, 255);
    background-color: rgb(0, 89, 255);
    color: white;
    font-family: Poppins;
    font-size: 15px;
  }

  
  .pricing3{
    display:flex;
    flex-direction: column;
    margin-top: 40px;
    width: 100%;
  }
  
  
  main{
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 1668px) and (min-width: 1369px) {
  .heading-img{
    height: 990px;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  
  .heading{
    color: rgb(255, 255, 255);
    position: absolute;
    top: 420px;
    left: 300px;
  
    font-size: 60px;
    font-weight: bold;
    font-family: Poppins;
  }
  
  .sub-heading{
    color: rgb(255, 255, 255);
    position: absolute;
    top: 500px;
    left: 305px;
  
    font-size: 40px;
    font-weight: bold;
    font-family: alexandria;
  
  }
  
  .sub-head{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 55px;
  }
  
  .sub-head-div{
    display: flex;
    justify-content: center;
    margin-top: 100px;
  }
  
  /*the three plans */
  
  .three-type-plans{
    height: 700px;
    display: flex;
    justify-content: space-around;
  
    margin-top: 100px;
  }
  
  .first-plan{
    width: 400px;
    background-color: rgba(30, 75, 150, 0.904);
  
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 15px 15px 20px rgb(0, 0, 0) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;
  
  }
  
  .first-plan:hover{
    border-color: white;
  }
  
  .second-plan{
    width: 400px;
    background-color: rgba(30, 65, 150, 0.904);
  
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.485) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;
  }
  
  .second-plan:hover{
    border-color: white;
  }
  
  .third-plan{
    width: 400px;
    background-color: rgba(30, 50, 150, 0.904);
  
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.488) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;
  }
  
  .third-plan:hover{
    border-color: white;
  }
  
  
  /*top of box*/
  
  .heading-box{
    display:flex;
    width: 100%;
    margin: 0px;
    padding: 0px;
  
  }
  
  
  .sub-heading2{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 35px;
    text-align: center;
  
    margin-right: 50px;
    margin-left: 120px;
    margin-top: 60px;
  }
  
  .sub-heading4{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 35px;
    text-align: center;
  
    margin-right: 40px;
    margin-left: 150px;
    margin-top: 60px;
  }
  
  .sub-heading5{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 35px;
    text-align: center;
  
    margin-right: 30px;
    margin-left: 120px;
    margin-top: 60px;
  }
  
  /*things in boxes */
  
  .sub-heading3{
    color: white;
    font-weight: bold;
    font-family: Poppins;
    font-size: 35px;
    text-align: center;
  }
  
  .list-advantages{
    margin-top: 45px;
    text-align: center;
  }
  
  .text{
    font-size: 18px;
    font-family: space mono;
    font-weight: bold;
    color:rgba(255, 255, 255, 0.808);
  }
  
  .medal{
    height: 70px;
  }
  
  /*pricing*/
  
  .pricing{
    display:flex;
    flex-direction: column;
    margin-top: 45px;
    width: 100%;
  }
  
  .pricing1{
    display:flex;
    flex-direction: column;
    margin-top: 220px;
    width: 100%;
  }
  
  .pricing2{
    display:flex;
    flex-direction: column;
    margin-top: 130px;
    width: 100%;
  }
  
  .sub-pricing{
    display: flex;
    margin-left: 50px;
  }
  
  .sub-text1{
    font-size: 28px;
    font-family: Poppins;
    text-align: center;
    color:rgb(255, 255, 255);
  }
  
  .plan-button{
    height: 40px;
    width: 300px;
    margin-left: 50px;
  
    border-radius: 9px;
    border-style: solid;
    border-width: 0.1px;
    border-color: rgb(0, 89, 255);
    background-color: rgb(0, 89, 255);
    color: white;
    font-family: Poppins;
    font-size: 25px;
  }
  
  .plan-button:hover{
    cursor: pointer;
  }
  
  /*exclusive*/
  
  .Exclusive-div{
    margin-top: 100px;
    margin-right: 40px;
    margin-left: 40px;
    height: 500px;
  
    border-radius: 10px;
  
    background-color: rgba(30, 62, 150, 0.904);
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.76) ;
  
    border-style: solid;
    border-color: transparent;
    border-width: 0.1px;
    transition: border-color 1s;
  }
  
  .Exclusive-div:hover{
    border-color: white;
  }
  
  .sub-heading6{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Poppins;
    font-size: 35px;
    text-align: center;
  
    margin-right: 180px;
    margin-left: 500px;
    margin-top: 20px;
  }
  
  .medal2{
    height: 75px;
    margin-top: 10px;
  }
  
  .list-advantages2{
    margin-left: 50px;
  }
  
  .plan-button2{
    height: 40px;
    width: 1230px;
    margin-left: 49px;
  
    border-radius: 9px;
    border-style: solid;
    border-width: 0.1px;
    border-color: rgb(0, 89, 255);
    background-color: rgb(0, 89, 255);
    color: white;
    font-family: Poppins;
    font-size: 25px;
  }
  
  .plan-button2{
    cursor: pointer;
  }
  
  .pricing3{
    display:flex;
    flex-direction: column;
    margin-top: 40px;
    width: 100%;
  }
  
  
  main{
    margin-bottom: 150px;
  }
  
}