/* global styling starts here */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2rem;
}

li {
  list-style-type: none;
}
h1 {
  font-size: 3.5rem;
}
h2 {
  font-size: 3rem;
}

h3 {
  font-size: 3.5rem;
}
h4 {
  font-size: 4rem;
  text-transform: uppercase;
}

h5 {
  font-size: 2.3rem;
}
/* global styling ends here  */
section {
  background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,1));
  background-color: #f172a1;
  min-height: 60vh;
  width: 100vw;
}

section h5 a{
  display: block;
  font-size: 3rem;
  color: #f0ebf4;
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-transform: capitalize;
  font-family: 'Dancing Script', cursive;
  cursor: pointer;
}
.feedback {
  min-height: 50vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.review {
  height: 250px;
  width: 250px;
  margin: 2rem;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding: 2rem;
  background-color: #f328af;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
  rgba(0, 0, 0, 0.1) 0px -12px 30px, rgba(0, 0, 0, 0.1) 0px 4px 6px,
  rgba(0, 0, 0, 0.1) 0px 12px 13px, rgba(0, 0, 0, 0.1) 0px -3px 5px;
  border-radius: 20px;
}
section h2 {
  text-align: center;
  font-size: 6rem;
  font-family: 'Bebas Neue', cursive;
  color: #f0ebf4;
  padding-top: 9rem;
}
.review h5 {
  font-size: 4rem;
  text-align: center;
  padding: 2rem 0;
  font-family: "Yeon Sung", cursive;
  color: aliceblue;
}
.review p {
  font-size: 1.2rem;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  color: #f0ebf4;
}



.about{
  min-height: 60vh;
  width: 100vw;
  background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0.5));
  background-color: #a53396;
  display: flex;
  justify-content: center;
}
.moreabout h4{
  font-size: 6rem;
  text-align: center;
  padding: 3rem 0;
  text-transform: uppercase;
  color: #f328af;
  font-family: 'Dancing Script', cursive;
}
.moreabout ul{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 2rem;
}
.moreabout ul li{
  font-size: 2.5rem;
  text-transform: capitalize;
  padding-top: 2.5rem;
  color: #f0ebf4;
  font-family: 'Space Grotesk', sans-serif;
}
@media screen and (max-width:500px) {
  .moreabout ul li{
    font-size: 2rem;
}
.moreabout h4{
  font-size: 4rem;
}
  
}
@media screen and (max-width:500px) {
  .moreabout ul li{
    font-size: 1.5rem;
}
.moreabout h4{
  font-size: 3rem;
}
  
}
@media screen and (max-width:300px) {
  .moreabout ul li{
    font-size: 2rem;
}
.moreabout h4{
  font-size: 4rem;
}
}
@media screen and (max-width:500px) {
  .moreabout ul li{
    font-size: 1.5rem;
}
.moreabout h4{
  font-size: 3rem;
}
  
}
