/* General styles */

html,
body {
  overflow-x: hidden;
  background-color: #FFF4F9;
  font-family: "Montserrat", sans-serif;
  color: #454545;
  margin: 0 auto;
  padding: 0 auto;
}

.wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
}

/* Header and cover */

.main {
  display: flex;
  justify-content: space-around;
}

.heading,
.cover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.heading {
  align-items: flex-start;
}

.cover {
  align-items: flex-end;
}

/* Headings */
h1 {
  font-size: 30px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-weight: 400;
}

.datesPink {
  background-color: #fb808e32;
  border-radius: 15px;
  margin-top: 30px;
  width: 200px;
}

.dates {
  padding: 0px 10px;
  width: 100%;
}

.insta {
  margin-top: 40px;
  width: 150px;
}

a {
  text-decoration: none;
  color: #454545;
}

/* Buttons */

.btn {
  color: #fff;
  font-size: 25px;
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: #fc83ad6c;
  --btn-bg-2: #fb2e6198;
  --btn-bg-color: rgb(255, 255, 255);
  --radii: 0.5em;
  cursor: pointer;
  margin: 10px;
  padding: 15px 50px;
  transition: 0.8s;
  background-size: 300% auto;
  background-image: linear-gradient(325deg, var(--btn-bg-1) 0%, var(--btn-bg-2) 55%, var(--btn-bg-1) 100%);
  background-color: var(--btn-bg-1);
  border: none;
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(255, 105, 180, 0.5);
  text-decoration: none;
}

.btn:hover {
  background-position: right top;
}

#instagram {
  margin-bottom: -5px;
}

.imgCover {
  width: 700px;
}

/* learn */

.pinkGradient {
  margin-top: 50px;
  width: 90%;
  min-height: 600px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(180deg, rgba(252, 242, 246, 0.516) 0%, rgba(255, 200, 220, 0.537) 38%, rgba(248, 160, 192, 0.379) 53%, rgba(255, 103, 138, 0.306) 71%);
}

#headingLearn {
  margin: 60px;
  text-align: center;
}

p {
  font-size: 18px;
}

/* flex */

.learn,
.cakes,
.about,
.program,
.typesOfCakes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cakes,
.about,
.program {
  flex-direction: column;
}

.cakes {
  text-align: center;
  padding: 0px 40px 40px 50px;
  line-height: 2;
}

.smallCake {
  width: 150px;
}

/* about */

.about {
  margin: 0px 150px;
  padding: 0;
  position: relative;
}

#headingAbout {
  margin: 160px 0px -60px 0px;
}

#watercolor {
  width: 500px;
  align-self: flex-end;
}

.aboutText {
  text-indent: 30px;
  line-height: 2.5;
  text-align: justify;
  position: absolute;
}

/* program */


#headingAbout {
  margin-top: 100px;
}

h3 {
  font-size: 28px;
  font-weight: 400;
}

#circle {
  width: 400px;
  border-radius: 50%;
}

ul {
  line-height: 4.5;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
}

.right {
  text-align: right;
}

.two {
  min-height: 350px;
}

.kaplan {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
}

.textKaplan {
  text-align: right;
  max-width: 50%;
  line-height: 2.5;
  padding-right: 50px;
}

/* cost */

.white {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 100px 0px 200px 0px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.strawberry {
  width: 100px;
  position: absolute;
  margin-right: 1100px;
  margin-top: 100px;
}

.cost {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 2.5;
}

.textCost {
  width: 80%;
}

.btnBuy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.buy {
  padding: 15px 30px;
  margin-left: 40px;
}

/* footer */

.footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 100px 0px;
}

.inputAll {
  display: flex;
  flex-direction: column;
  width: 30%;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(252, 242, 246, 0.516) 0%, rgba(255, 200, 220, 0.537) 38%, rgba(253, 175, 204, 0.379) 53%, rgba(255, 103, 128, 0.306) 71%);
}

.input {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
}

.label-footer {
  font-size: 30px;
  margin: 10px;
}

.text-input {
  line-height: 28px;
  border: 2px solid transparent;
  padding: 10px 20px;
  text-align: center;
  outline: none;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.text-input:focus,
.text-input:hover {
  outline: none;
  border-radius: 10px;
  border-color: #fa8ea7;
}

.text-input::placeholder {
  color: #636363;
  font-size: 16px;
}

.cherry {
  width: 350px;
}

.btn-footer {
  align-self: center;
}

.flowers {
  width: 250px;
  position: absolute;
  margin-top: 250px;
  margin-left: 250px;
  margin-left: 10%;
}

@media all and (max-width: 1301px) {
  .imgCover {
    width: 500px;
  }

  #circle {
    width: 400px;
  }

  .strawberry {
    margin-right: 880px;
    margin-top: 100px;
  }

  .flowers {
    margin-top: 250px;
  }
}

@media all and (max-width: 1025px) {
  h1 {
    font-size: 26px;
    font-weight: 400;
  }

  .imgCover {
    width: 400px;
  }

  #circle {
    width: 350px;
  }

  .strawberry {
    margin-right: 720px;
    margin-top: 100px;

  }
}

@media all and (max-width: 920px) {
  .smallCake {
    width: 100px;
  }

  #watercolor {
    width: 350px;
  }

  .about {
    margin: 0px 50px;
  }

  #headingAbout {
    margin: 50px 0px 100px 0px;
  }

  #circle {
    width: 300px;
  }

  ul {
    line-height: 3;
    font-size: 16px;
    font-weight: 600;
  }

  .right {
    margin-right: 30px;
  }

  .strawberry {
    margin-right: 0px;
    margin-top: -100px;
  }

  .white {
    max-width: 80%;
    margin: 100px 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .textCost {
    width: 90%;
  }

  .price {
    font-size: 22px;
    font-weight: 500px;
  }

  .btnBuy {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .buy {
    padding: 15px 30px;
    margin-left: 40px;
  }

  .footer {
    justify-content: center;
    margin: 100px;
  }

  .inputAll {
    width: 60%;
  }

  .cherry {
    width: 300px;
    margin-right: 100px;
  }

  .input {
    padding: 20px;
  }

  .label-footer {
    font-size: 25px;
    margin: 10px;
  }

  .text-input {
    padding: 8px 16px;
  }

  .flowers {
    width: 200px;
    margin-top: 270px;
  }
}

@media all and (max-width: 769px) {
  .right {
    margin-right: 10px;
  }

  .flowers {
    width: 180px;
    margin-top: 280px;
  }

  .inputAll {
    width: 90%;
  }

  .cherry {
    width: 200px;
    margin-right: 0px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px 0px;
  }

  .input {
    justify-content: center;
    align-items: center;
  }

  .text-input {
    padding: 15px 40px;
  }

  .flowers {
    width: 200px;
    margin-top: 300px;
    margin-left: 400px;
  }

  .btn-footer {
    padding: 15px 40px;
    width: 90%;
  }
}

@media all and (max-width: 650px) {
  .main {
    display: flex;
    flex-direction: column-reverse;
  }

  .heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  h1 {
    font-size: 24px;
    font-weight: 500;
    margin-top: -90px;
  }

  .datesPink {
    margin-top: 50px;
    align-self: flex-end;
  }

  .dates {
    font-size: 16px;
  }

  .btn-header {
    align-self: center;
  }

  .insta {
    margin-top: 10px;
    align-self: flex-start;
    font-size: 16px;
  }

  .imgCover {
    margin-top: -70px;
    align-self: flex-end;
  }

  .learn {
    display: flex;
    flex-direction: column;
  }

  .cakes {
    padding: 0px;
    line-height: 1;
  }

  .smallCake {
    width: 100px;
  }

  .pinkGradient {
    padding-bottom: 30px;
  }

  .about {
    margin: 50px 30px 30px 30px;
  }

  #headingAbout {
    margin: 0px;
  }

  #watercolor {
    width: 300px;
    margin-top: 150px;
  }

  .aboutText {
    text-indent: 30px;
    line-height: 2;
  }

  #sponge {
    margin-bottom: 20px;
  }

  .typesOfCakes {
    flex-direction: column;
  }

  #circle {
    width: 300px;
  }

  .name {
    display: inline-block;
    margin-right: 15px;
  }

  ul {
    line-height: 2;
    font-size: 18px;
    font-weight: 400;
  }

  .right,
  .left,
  .price,
  .textCost {
    text-align: center;
  }

  .two {
    min-height: 200px;
  }

  #block {
    display: none;
  }

  .strawberry {
    width: 70px;
    margin-top: -70px;
  }

  .white {
    margin: 100px 0px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cost {
    line-height: 2;
  }

  .textCost {
    width: 95%;
  }

  .price {
    font-size: 22px;
    font-weight: 500px;
  }

  .btnBuy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .buy {
    padding: 15px 30px;
    margin-left: 0px;
  }

  .flowers {
    display: none;
  }
}

@media all and (max-width: 480px) {

  .main,
  .insta {
    align-items: center;
  }

  .imgCover {
    width: 90%;
    align-self: flex-end;
  }

  .heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  h1,
  .datesPink,
  .textKaplan {
    text-align: center;
  }

  h1 {
    margin: 20px;
  }

  .datesPink {
    background-color: #FFF4F9;
    margin-top: 50px;
    justify-content: center;
    align-self: center;
    width: 350px;
  }

  .btn-header {
    align-self: center;
  }

  h2 {
    font-size: 30px;
    margin: 0;
  }

  #headingLearn {
    margin: 20px;
  }

  .pinkGradient {
    width: 100%;
  }

  .kaplan {
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .cakes {
    padding: 0px 50px;
  }

  .textKaplan {
    max-width: 90%;
    line-height: 2.5;
    padding-right: 0px;
    font-size: 20px;
  }

  .cherry {
    width: 200px;
    margin-top: -50px;
  }

  #headingAbout {
    margin-bottom: 70px;
  }
}

@media all and (max-width: 390px) {
  .imgCover {
    align-self: center;
  }

  #headingAbout {
    margin-bottom: 200px;
    text-align: center;
  }

  .datesPink {
    width: 250px;
  }
}

@media all and (max-width: 320px) {
  #headingAbout {
    margin-bottom: 400px;
  }

  .text-input {
    padding: 10px 15px;
  }
}