/* 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  */
/* navbar starts from here */
nav {
  display: flex;
  min-height: 10vh;
  background-color: #f172a1;
  justify-content: space-around;
  align-items: center;
  min-width: 100vw;
}
nav h1 img {
  height: 60px;
  width: 60px;
  border-radius: 30px;
}
nav h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0ebf4;
  text-transform: uppercase;
  align-items: center;
  flex-grow: 0.5;
  font-size: 3rem;
  font-family: "Dancing Script", cursive;
  gap: 2rem;
}
nav h1 span {
  text-transform: lowercase;
}
nav ul {
  display: flex;
  animation-name: opa;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1s;
  justify-content: space-around;
  width: 50%;
  align-items: center;
}
#icon {
  display: none;
}
nav ul li a {
  color: #f0ebf4;
  font-family: "Yeon Sung", cursive;
  font-size: 2.2rem;
}

.intro-page {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgb(0, 0, 0, 1)),
    url(/images/cake2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro-page h1 {
  font-size: 10rem;
  color: #f172a1;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #f172a1;
  font-family: "Bebas Neue", cursive;
  outline: #f0ebf4;
}
.intro-page h2 {
  font-size: 3rem;
  color: #ffffffbd;
  padding-bottom: 3rem;
  text-transform: uppercase;
}
.intro-page p {
  font-size: 3rem;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Dancing Script", cursive;
  text-align: center;
}
.intro-page button {
  background-color: #f172a1;
  height: 3rem;
  margin-top: 3rem;
  border-radius: 10px;
  padding: 0 5rem;
  font-family: "Yeon Sung", cursive;
  border: none;
}
.intro-page a {
  font-size: 2rem;
  color: #f0ebf4;
}
/* intro 2nd section starts */
.intro-page2 {
  background: linear-gradient(rgba(0, 0, 0, 1), rgb(0, 0, 0, 0.4));
  min-height: 150vh;
  width: 100vw;
  background-color: #f172a1;
  display: flex;
}
.left-side {
  height: 150vh;
  width: 30vw;
  flex: 1 1 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.left-side img {
  height: 200px;
  width: 200px;
  border: 5px solid wheat;
  border-radius: 50%;
}
.right-side {
  min-height: 150vh;
  width: 70vw;
  flex: 2 3 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.right-side h4 {
  font-size: 5rem;
  font-family: "Yeon Sung", cursive;
  color: wheat;
}
.right-side p {
  font-size: 2rem;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
}
.see-more {
  justify-content: center;
  align-items: center;
  display: flex;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgb(0, 0, 0, 0.3));
  background-color: #f172a1;
  padding-bottom: 2rem;
}
.see-more button {
  width: 20rem;
  height: 4rem;
  border-radius: 15px;
  background-color: #f172a1;
  color: #f0ebf4;
  border: none;
}
.copyright {
  background-color: #f172a1;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-transform: capitalize;
}
.copyright a {
  text-transform: lowercase;
  padding: 0.3rem;
  color: #f0ebf4;
}
.see-more button a {
  color: #f0ebf4;
  font-family: "Yeon Sung", cursive;
}
/* main page ends here  */

@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
nav img {
  height: 60px;
  width: 60px;
  border-radius: 50px;
}
nav i {
  position: absolute;
  top: 2%;
  right: 10%;
}

@media screen and (max-width: 750px) {
  nav h1 {
    padding-top: 1.5rem;
    font-size: 2.5rem;
  }
  nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  nav ul {
    display: none;
  }
  i {
    display: flex;
  }
  #icon {
    display: flex;
    padding: 3rem 0;
  }
  nav ul {
    flex-direction: column;
    padding: 2rem;
  }
  nav ul li {
    padding-top: 1.8rem;
  }
  nav h1 img {
    height: 40px;
    width: 40px;
    border-radius: 40px;
  }
  .right-side p {
    font-size: 1.5rem;
  }
  .see-more button {
    width: 15rem;
    height: 3rem;
  }
  nav i {
    top: 0%;
    right: 6%;
  }
  .intro-page h1 {
    font-size: 8rem;
  }
  .intro-page h2 {
    font-size: 3rem;
  }
  .intro-page h4{
    font-size: 3rem;
  }
}
@media screen and (max-width: 400px) {
  nav ul li a {
    font-size: 1.8rem;
  }
  .intro-page button a {
    font-size: 1.5rem;
  }
  .intro-page h1 {
    font-size: 6rem;
  }
  .intro-page h2 {
    font-size: 2rem;
  }
  .intro-page p {
    font-size: 1.5rem;
  }
  .right-side p {
    font-size: 1rem;
  }
  .left-side img {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 500px) {
.right-side p{
  font-size: 1.2rem;
 padding-left: 0 2rem;
}
.right-side h4{
 padding-left: 0 2rem;
}

}
