*{
    background-color: rgb(0, 0, 0);
    color: white;
   font-family: 'Tilt Neon', cursive;
  }


  .container{
    display: flex;
    justify-content: center;
    justify-content: space-between;
  }

  .MainStuffDiv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav{
    width: 30%;
    height: 90px;
    display: flex;
    justify-content: flex-end;
    justify-content: space-evenly;
    align-items: center;
  }

.navbuttons{
    font-size: 25px;
    color: #ff84a3;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 3px solid #ff84a3;
    border-radius: 10px;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}

.navbuttons:hover{
    color: #ff9677;
    border: 3px solid #ff9677;
    box-shadow: 0 0 30px #ff9677;
}

.title{
    color: #ff84a3;
}

.logo{
    height: 100px;
}

.p-m{
  height: 1000px;
  transform: rotate(3deg);
  border: 10px solid #3cb1ff;
  border-radius: 20px;
  transition: 0.5s;
}

.p-m:hover{
  border: 10px solid #3cb1ff;
  border-radius: 60px;
  box-shadow: 0 0 20px #3cb1ff;
  transform: rotate(-3deg);
}

.p-mdiv{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.text-1{
  font-size: 28px;
  border: 5px solid #ff9677;
  border-radius: 20px;
  color: #ff9677;
  transition: 1s;
}


.text-1:hover{
  border: 5px solid #ff84a3;
  border-radius: 20px;
  color: #ff84a3;
  transform: rotate(3deg);
  box-shadow: 0 0 20px #ff84a3;
}

.text-1-div{
  display: flex;
  justify-content: center;
  margin-top:50px ;
}

.chart{
  margin-top: 50px;
  font-size: 23px;
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
  align-items: center;
  border: 3px solid #3cb1ff;
  border-radius: 20px;
  width: 90%;
  transition: 0.5s;
}

.ChartText{
  color: #3cb1ff;
  transition: 0.5s;
}

.ChartText2{
  color: #929cec;
  transition: 0.5s;
}

.chart-2{
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  border: 3px solid #929cec;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 20px;
  border-top: transparent;
  transition: 0.5s;
}

.ChartDiv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.ChartDiv:hover{
  .ChartText2{
    color: #3cb1ff;
  }

  .chart-2{
    border: 3px solid #3cb1ff;
    border-top: transparent;
    box-shadow: 0 0 10px #3cb1ff;
  }

  .ChartText{
    color: #929cec;
  }

  .chart{
    border: 3px solid #929cec;
    box-shadow: 0 0 10px #929cec;
  }
}

.p-m-1{
  height: 1000px;
  transform: rotate(-3deg);
  border: 10px solid #ff9677;
  border-radius: 20px;
  transition: 0.5s;
}

.p-m-1-div{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.p-m-1:hover{
  border: 10px solid #ff9677;
  border-radius: 60px;
  box-shadow: 0 0 20px #ff9677;
  transform: rotate(3deg);
}

.text-2{
  font-size: 28px;
  border: 5px solid #929cec;
  border-radius: 20px;
  color: #929cec;
  transition: 1s;
}

.text-2:hover{
  border: 5px solid #ff9677;
  border-radius: 20px;
  color: #ff9677;
  transform: rotate(-3deg);
  box-shadow: 0 0 20px #ff9677;
}

.text-2-div{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.p-m-2{
  height: 1000px;
  transform: rotate(3deg);
  border: 10px solid #3cb1ff;
  border-radius: 20px;
  transition: 0.5s;
}

.p-m-2:hover{
  border: 10px solid #3cb1ff;
  border-radius: 60px;
  box-shadow: 0 0 20px #3cb1ff;
  transform: rotate(-3deg);
}

.p-m-2-div{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.chart-div3{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.WhyText{
  font-size: 50px;
  border: 3px solid #ff84a3;
  color: #ff84a3;
  padding: 20px;
  border-radius: 20px;
  transition: 0.5s;
}

.Dash{
  width: 20%;
  height: 40px;
  background-image: linear-gradient(to right, #ff84a3, #ff9677);
  margin: 6%;
  border-radius: 20px;
  transition: 0.5s;
}

.BestHolder{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 3px solid #ff9677;
  border-radius: 20px;
  padding: 10px;
  transition: 0.5s;
}

.chart-div3:hover{
  .WhyText{
    border: 3px solid #ff9677;
    color: #ff9677;
    
  }
  
  .Dash{
    background-image: linear-gradient(to left, #ff84a3, #ff9677);
  }
  
  .BestHolder{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 3px solid #ff84a3;
    border-radius: 20px;
    padding: 10px;
  }

  .BestHolder h2{
    color: #ff84a3;
  }
}

.BestHolder h2{
  color: #ff9677;
  transition: 0.5s;
}

.meet-div{
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.meetJasonDiv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.WendiDiv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.meet{
  color: #3cb1ff;
  transition: 1s;
  margin:0px 0px;
  width: 600px;
  font-size: 80px;
}

.meet:hover{
  transform: rotate(3deg);
  text-shadow: 0 0 30px #3cb1ff;
}

.meet-text{
  
  color: #3cb1ff;
  transition: 1s;
  font-size: 50px;
  text-align: center;
}


.meet-text-2{
  
  color: #3cb1ff;
  transition: 1s;
  border: 0px;
  font-size: 50px;
  text-align: center;
}


.jason{
  height: 500px;
  width: 400px;
  border-radius: 20px;
}


.meet-text-3{
  
  color: #3cb1ff;
  transition: 1s;
  border: 0px;
  margin:0px 0px;
  width: 320px;;
  font-size: 50px;
  text-align: center;
  font-weight: 600;
}


.meet-text-4{
  
  color: #3cb1ff;
  transition: 1s;
  border: 0px;
  margin:0px 0px;
  font-size: 50px;
  text-align: center;
}


.wendi{
  margin-top: 25px;
  height: 500px;
  width: 400px;
  border-radius: 20px;
  margin-bottom: 25px;
}

.meet-div-1{
  display: flex;
  justify-content: center;
  
  flex-direction: column;
align-items: center;
margin-top: 40px;
}

.end-text {
  display: flex;
  justify-content: center;
}

.About-text{
  display: flex;
  justify-content: center;
  border: 4px solid #ff9677;
  border-radius: 20px;
  padding: 10px;
  width: 50%;
}

.About-title{
  display: flex;
  justify-content: center;
  font-size: 50px;
  padding-bottom: 40px;
  border-bottom: 3px dashed #ff9677;
}

.endDivContanier {
  display: flex;
  justify-content: center;
  align-items: center;
}

.EndDiv{
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 200px;
  border: 5px solid #3cb1ff;
  padding: 20px;
  width: 20%;
  border-radius: 10px;
  box-shadow: 0 0 10px #3cb1ff;
}

.EndDiv h4{
  color: #ff9677;
}

.EndDiv h5{
  color: #fd7c55;
}

.EndDiv a{
  color: #ff9677;
}

.AboutDivText {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1080px), (min-height: 2000px) {
  .title{
    color: #ff84a3;
    font-size: 300%;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .container{
    display: flex;
    flex-direction: column;
    
  }

  .MainStuffDiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .logo{
    height: 100px;
    display: none;
}

.navbuttons{
  display: flex;
  font-size: 2rem;
  color: #ff84a3;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 5px solid #ff84a3;
  border-radius: 12px;
  transition: 0.4s;
  cursor: pointer;
  justify-content: center;
  justify-content: space-between;
}

.nav{
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
}

.p-m{
  height: 680px;
  transform: rotate(3deg);
  border: 12px solid #3cb1ff;
  border-radius: 20px;
  transition: 0.5s;
 
}

.p-m:hover{
  border-radius: 6px;
  border: 13px solid #3cb1ff;
  box-shadow: 0 0 20px #3cb1ff;
  transform: rotate(-3deg);
}

.p-mdiv{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  width: 1000px;
  
  
}

.text-1{
    font-size: 40px;
    border: 3px solid #ff9677;
    border-radius: 10px;
    color: #ff9677;
    transition: 1s;
    display: flex;
    justify-content: center;
    width: 900px;
  }
  
  .text-1:hover{
    border: 5px solid #ff84a3;
    border-radius: 20px;
    color: #ff84a3;
    transform: rotate(3deg);
    box-shadow: 0 0 20px #ff84a3;
    
  }

  .text-1-div{
    display: flex;
    justify-content: center;
    margin-top:50px ;
    width: 1000px;
  }

  .chart{
    font-size: 20px;
    display: flex;
    align-items: center;
    display: none;
  }
  
  .chart-2{
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    align-items: center;
    display: none;
  }

  .p-m-1{
    height: 680px;
    transform: rotate(-3deg);
    border: 10px solid #ff84a3;
    border-radius: 20px;
    transition: 0.5s;
  }
  
  .p-m-1-div{
    display: flex;
  justify-content: center;
  margin-top: 50px;
  width: 1000px;
  }
  
  .p-m-1:hover{
    border: 10px solid #ff84a3;
    border-radius: 60px;
    box-shadow: 0 0 20px #ff84a3;
    transform: rotate(3deg);
  }

  .text-2{
    font-size: 40px;
    border: 5px solid #3cb1ff;
    border-radius: 20px;
    color: #3cb1ff;
    transition: 1s;
    display: flex;
    justify-content: center;
    width: 900px;
  }
  
  .text-2:hover{
    border: 5px solid #929cec;
    border-radius: 20px;
    color: #929cec;
    transform: rotate(-3deg);
    box-shadow: 0 0 20px #929cec;
  }
  
  .text-2-div{
    display: flex;
    justify-content: center;
    margin-top:50px ;
    width: 1000px;
  }

  .p-m-2{
  height: 680px;
    transform: rotate(3deg);
    border: 10px solid #929cec;
    border-radius: 20px;
    transition: 0.5s;
}

  .p-m-2:hover{
  border: 10px solid #929cec;
  border-radius: 60px;
  box-shadow: 0 0 20px #929cec;
  transform: rotate(-3deg);
}

  .p-m-2-div{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    width: 1000px;

}
.chart-div3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1000px;
  font-size: 40px;
}
.meet-div{
  display: flex;
  justify-content: center;
  margin-top:50px ;
  width: 1000px;
}


.meet-div-1{
  display: flex;
  justify-content: center;
  margin-top:50px ;
  width: 1000px;
}

.end-text {
  display: flex;
  justify-content: center;
  margin-top:50px ;
  width: 1000px;
  font-size: 30px;
}
.About-text{
  display: flex;
  justify-content: center;
  margin-top:0px ;
  width: 960px;
  font-size: 40px;
  border: 8px solid #ff9677;
}

.About-title{
  display: flex;
  justify-content: center;
  width: 1000px;
  font-size: 100px;
}
.meet-div{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.EndDiv{
  width: 100%;
}
}

