* {
  margin: 0;
  padding: 0;
}

body {

    margin: 0;
    width: 100%;
    max-width: 100vw;
    background: linear-gradient(#FBEFFF, #F9E2F4);
    text-size-adjust: auto;
}
.homepage{
    color: #002E52;
    font-size : 25px;
    font-family: 'Roboto' ,sans-serif;
}
h1 {
    margin-left: 120px;
    font-size: 105px;
    font-family: 'Bitter', serif;
    color: #002E52;
    font-weight: bolder;
    text-size-adjust: auto;
}


.cupcakes-h2 {
    margin-left: 30px;
    color: #DA4167;
    font-size: 2.1em;
}

h3 {
    margin-left: 695px;
    font-size: 55px;
    font-family: 'Bitter', serif;
    color: Pink;
    font-weight: bolder;
    color: #FBEFFF;
    text-shadow: -2px -2px 1px #004E89, 2px -2px 1px #004E89, -2px 2px 1px #004E89, 2px 2px 1px #004E89;

  margin: 0;
  width: 100%;
  max-width: 100vw;
  top: 0px;
  left: 0px;
  background: linear-gradient(#FBEFFF, #F9E2F4)

}

/* navbar */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  a {
    text-decoration: none;
    color: #da4167;
    font-family: 'Bitter', serif;
  }

  .button{
      color: white;
  }
 .Cupcakes{
      color: #da4167;
     font-weight: 900;
     font-size: 35px;
     font-family: 'Roboto' , sans-serif;
     
}

  .logo {
    padding:0 40px;
    color: #da4167;
    font-family: 'Bitter', serif;
    font-size: 35px;
    font-weight: bolder;
  }

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 106px;
    z-index: 5;
    background-color: #f5def0;
   
  }

  nav ul {
    list-style: none;
    display: flex;
  }

  nav ul li {
    padding: 20px 75px;
    position: relative;
    font-size: 25px;
    color: #da4167;
  }

  nav ul li :hover{
    font-weight: bolder;
  }

/* navbar-ends */

/* navbar-responsive */

@media screen and (max-width:990px){
  nav {
    flex-direction: column;
    height: 150px;
  }

  span {
    padding-top: 20px;
  }
}

@media screen and (max-width:600px){
  nav {
    position: absolute;
    height: 200px;
  }

  nav ul {
    flex-direction: column;
    width: 100%;
  }

  nav ul li {
    border-top: 1px solid #004E89;
    text-align: center;
  }

  span {
    padding: 20px;
  }

  header {
    margin-top: 300px;
  }
}

/* navbar-responsive-ends */

h1 {
  margin-left: 120px;
  font-size: 105px;
  font-family: "Bitter", serif;
  color: #da4167;
  font-weight: bolder;
}




.left-header{
  position:relative;
  left: 50px;
  top: 90px;
  width:50%;

}


.LogoImage{
  width: 700px;
  height: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  
}



h2 {
  margin-left: 120px;
  font-size: 70px;
  font-family: "Bitter", serif;
  color: #004e89;
  font-weight: bolder;
  letter-spacing: -1.33px;
}



h3 {
  margin-left: 695px;
  font-size: 55px;
  font-family: "Bitter", serif;
  color: #004e89;
  font-weight: bolder;
  color: #fbefff;
  text-shadow: -2px -2px 1px #004e89, 2px -2px 1px #004e89, -2px 2px 1px #004e89,
    2px 2px 1px #004e89;
}

.container2 {
  margin: 0 30px;
  position: relative;
  margin-top: -25%;
  display: block;

}






/* button-ends */

/* start index page */

#bigPreview {
    margin: 0 120px;
    height: 526px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.26);
    border-radius: 50px;
}

#bigPreview img {
    float: left;
    align-self: center;
}

#bigPreview h3 {
  padding-top: 20px;
  margin-left: 45%;
}

#bigPreview p {
  color: #da4167;
  padding-top: 20px;
  font-family: 'Roboto';
  font-size: 25px;
  line-height: 48px;
  margin-left: 45%;
}




/* start about page css */

.about-us{
  padding-top: 15px;
  padding-bottom: 50px;
  padding-left: 25px;
}

.aboutCardWrapper {
  padding-left: 225px;
  display: flex;
  margin-bottom: 250px;
  padding-top: 15px;
  padding-bottom: 50px;
  margin-left: 10px;
  
  
}

.aboutCard {
  width: 287px;
  height: 0px;
  text-align: center;
  background: rgba(255, 255, 255, 0.644);
  padding: 0px;
  color: #ff99c2;
  font-size: 25px;
  margin: 10px;
  border-radius: 10%;
 
}

.aboutCardTitle {
  padding-left: 25px;
    font-weight: 500;

  font-weight: 500px;

}

.aboutCardIcon {
  font-size: 140px;
  color: #da4167;
  padding-left: 25px;
}

.aboutCardDesc {
  text-align: left;
}

/* cupcake Page */

.cupCakeContainer {
  margin: 0 120px;
  margin-top: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #da4167;
}

.cupCakes {
  display: flex;
  flex-wrap: wrap;
}

.cupCakeCard {
    width: 310px;
    height: 443px;
    background-color: rgba(255, 255, 255, 0.26);
    /* background-color: #fff; */
    border-radius: 10%;
    margin: 30px;
    position: relative;
}

.roundedCupCake{
    width: 526px;
    height: 526px;
    border-radius: 10%;
    object-fit: cover;
    object-position: bottom;
}

.cupCakeCard:hover .cupcake-shadow {
  /* display: block; */
  opacity: 100%;
}

.cupCakeCard img {
    width: 310px;
    height: 310px;
    border-radius: 10%;
    object-fit: cover;
}

.cupCakeCardDesc {
  margin: 30px 40px;
}

.cupcake-shadow {
    width: 100%;
    height: 70%;
    background: rgba(50, 50, 50, 0.5);
    position: absolute;
    border-radius: 10%;
    top: 0%;
    cursor: pointer;
    color: white;
    padding: 30px;
    padding-top: 100px;
    opacity: 0%;
    transition: 300ms;
    text-align: center;
}

/* start contact page css */
.phone{
  display: block;
  padding-left: 40px;
  padding-top: 10px;
}

.email{
  display: block;
  padding-left: 40px;
  padding-top: 10px;
}

.week{
  display: block;
  padding-left: 40px;
  padding-top: 10px;
}

.weekend{
  display: block;
  padding-left: 40px;
  padding-top: 10px;
}


  


/* footer */

.footer {
  background-color: #f5def0;
  padding-top: 39px;
  margin-top: 100px;
  height: 120px;
  width: 947px;
  border-radius: 0px 180px 0px 0px;
  opacity: 1;
}

.footer-img-fb {
  height: 40px;
  width: 40px;
  margin: auto 20px auto 120px;
}

.footer-img-insta {
  height: 40px;
  width: 40px;
  margin: auto 20px;
}

.footer-img-twitter {
  height: 40px;
  width: 40px;
  margin: auto 185px auto 20px;
}

.copyright {

    font-size: 25px;
    color: #da4167;

  font-size: 25px;
  color: #da4167;
  text-align:left;
  font-family: "Roboto", sans-serif;
  font-weight:bold;

}

/* footer-ends */
