/* ----------Google Fonts Added---------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: "Lato", serif; */
/* font-family: "Poppins", serif; */

/* ----------Smooth Scroll Added---------- */
html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Lato", serif;
}

/*--------------------Shared items style starts here--------------------*/

/* ----------Shared Button Styles---------- */
.btn-primary {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", serif;
  border: none;
  background: rgb(229, 84, 115);
  color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 20px 43px 20px 43px;
  cursor: pointer;
}

/* ----------Shared Primary Background Color---------- */
.bg-primary {
  background-color: rgba(229, 84, 115, 0.1);
}

/* ----------Shared section title styles---------- */
.section-title {
  font-size: 40px;
  font-weight: 800;
  color: rgb(39, 39, 39);
  margin-bottom: 24px;
}

/* ----------Shared section description styles---------- */
.section-description {
  font-size: 18px;
  font-weight: 400;
  color: rgba(39, 39, 39, 0.6);
  margin-bottom: 48px;
}

/* ----------Shared text center---------- */
.text-center {
  text-align: center;
}

/*--------------------Shared items style ends here--------------------*/

/* ----------Banner section container styles---------- */
.banner-section-container {
  max-width: 1920px;
  display: flex;
  margin: 0 auto;
  height: 850px;
  margin-bottom: 180px;
}

/* -----left side banner text container styles----- */
.banner-text-container {
  width: 708px;
  height: 506px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-top: 197px;
  margin-left: 240px;
}
.banner-text-container h1 {
  font-size: 80px;
  font-weight: 800;
  color: rgb(39, 39, 39);
  margin-bottom: 32px;
}
.banner-text-container p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(39, 39, 39, 0.6);
  margin-bottom: 32px;
}

/* -----right side banner image container styles----- */
.banner-image-container {
  margin-top: 50px;
  width: 635px;
  height: 800px;
  margin-left: 97px;
}
.banner-image-container img {
  width: 100%;
  height: 100%;
}

/* ---------- featured flowers section container styles---------- */
.featured-flowers-container {
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 128px;
}

/* ----------featured flowers section images container styles---------- */
.featured-flowers-images {
  display: flex;
  justify-content: space-between;
}

/* -----featured flowers section single card image styles----- */
.flower-1 {
  width: 464px;
  height: 605px;
  background-color: rgba(167, 33, 98, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 300px 300px 0px 0px;
}

.flower-2 {
  width: 464px;
  height: 605px;
  background-color: rgba(5, 151, 160, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 300px 300px 0px 0px;
}
.flower-3 {
  width: 464px;
  height: 605px;
  background-color: rgba(71, 125, 17, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 300px 300px 0px 0px;
}

.flower-1,
.flower-2,
.flower-3 {
  display: flex;
  align-items: flex-end;
}

/* -----featured flowers section card button styles----- */
.flower-card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flower-card-btn {
  font-size: 24px;
  font-weight: 700;
  color: rgb(39, 39, 39);
  margin-top: 32px;
}

/* ----------Support section Styles---------- */
.support {
  width: 1440px;
  height: 320px;
  border-radius: 8px;
  background-color: rgba(39, 39, 39, 0.05);
  margin: 0 auto;
  margin-bottom: 128px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.support p {
  font-size: 24px;
  font-weight: 600;
  color: rgba(39, 39, 39, 0.8);
  margin-top: 24px;
}

/* ----------Hot Deal Section styles---------- */

.hot-deal-container {
  max-width: 1920px;
  height: 620px;
  margin: 0 auto;
  margin-bottom: 128px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* -----Hot Deal Text Container Styles----- */
.hot-deal-text-container {
  width: 594px;
  height: 228px;
}

.hot-deal-text-container h3 span {
  color: rgb(229, 84, 115);
}

/* -----Hot Deal Image Container Styles----- */
.hot-deal-image-container {
  width: 318px;
  height: 420px;
}
.hot-deal-image-container img {
  width: 100%;
  height: 100%;
}

/* ----------Instagram Section Container Styles---------- */
.instagram-section-container {
  max-width: 1440px;
  height: 570px;
  margin: 0 auto;
  margin-bottom: 128px;
}

/* -----image styles----- */
.instagram-section-images-card {
  display: flex;
  justify-content: space-between;
}

/* ----------Latest Deals Section Styles---------- */
.latest-deals-section {
  width: 1440px;
  height: 449px;
  margin: 0 auto;
  margin-bottom: 128px;
  background-image: url(../assets/footer-flower.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ---------input form styles---------- */
input[type="text"] {
  width: 700px;
  height: 64px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  color: rgba(39, 39, 39, 0.6);
  padding: 23px 513px 22px 22px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 400;
  border: none;
}

/* ----------footer section styles---------- */
.footer-section {
  height: 449px;
  width: 1920px;
  margin: 0 auto;
  background-color: rgb(17, 16, 16);
  display: flex;
  flex-direction: column;
}

.footer-section h3 span {
  color: rgb(229, 84, 115);
}
.footer-section h3 {
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 800;
  margin-top: 128px;
  margin-bottom: 24px;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
}
.footer-section h6 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 400;
}

/* ----------Shopping button Styles for anchor tag---------- */
.shopping-btn {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", serif;
  border: none;
  background: rgb(229, 84, 115);
  color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 20px 43px 20px 43px;
  cursor: pointer;
  text-decoration: none;
}

/* -----highlight target using border----- */
#latest-deals:target {
  border: 1px solid rgb(220, 11, 252);
}

.dark-mode {
  background-color: #222;
  color: white;
}