@charset "utf-8";

html {
	scroll-behavior: smooth;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background-color: #FFFDF5;
	font-family: "Montserrat", "sans-serif";
	font-size: 1em;
	color: #FFFDF5;
}

header {
	min-height: 110px;
	background-color: #FAD4CC;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}

img[alt="Logo"] {
	min-height: 5%;
	min-width: 5%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px;

}

nav {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 15px;
padding-bottom: 0;
margin-bottom: 0;
}


.list{
	display: flex;
	list-style: none;
	gap: 25px;

}


#toggler, label i{
display: none;
}

label i{
color: #485F32;
font-size: 3em;
}

label i:hover {
	color: #5E842B;
}

label i:active {
	color: #485F32;
}

#backtotop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: #485F32; 
	border: none;
	border-radius: 100px;
	padding: 10px;
	z-index: 100;
}

#sticky-button .bi {
	color: #FFFDF5;
	padding: 5px;
}

#sticky-button button:hover {
	background: #5E842B;
}

#sticky-button button:active {
	background: #485F32;
}

nav a:link, a:active {
	color: #485F32;
	text-decoration: none;
	font-size: 1.1em;
	font-family: 'Baskerville', 'serif';
	font-weight: bold;
	text-transform: uppercase;
}
	
nav a:hover, a:visited {
	color: #5E842B;
	border-bottom: 2px solid #5E842B;
	padding-bottom: 2%
}



img[alt="White Tulips"] {
	zoom: 90%;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 100%;
}

.img-hero-left {
	margin-top: 0;
	margin-bottom: 0;
}

#hero {
	padding: 20px 5% 20px;
	display: flex;
	justify-content: space-between;
}

h1, h2 {
	font-family: "Italianno", "serif";
	font-weight: 500;
}

h1 {
	font-size: 12em;
	padding: 0px;
	margin: 0px;
	color: #E39281;
}

h2 {
	font-size: 4.5em;
	margin-left: 5%;
	padding: 10 0 0 0;
}

h3 {
	font-family: "Baskerville", "serif";
	text-transform: uppercase; 
	font-weight: 600;
	color: #485F32;
	font-size: 2.2em;
	padding: 0 0 20px 0;
}

section {
	margin-bottom: 0px;
	margin-top: 0px;
}

div {
	margin: 20px 0;
}

.btn-cta {
	background-color: #485F32;
	color: #FFFDF5;
	border: none;
	padding: 12px 36px;
	border-radius: 40px;
	font-family: "Montserrat", "sans-serif";
	text-transform: uppercase;
	margin: 30px 0 15px 0;
	transition: transform 0.2s;
}

button[type="button"]:hover {
	background: #5E842B;
	color: #FFFDF5;
	transform: scale(1.1);
	
}

button[type="button"]:active {
	background: #485F32;
	color: #FFFDF5;
	
}

#points {
	background-color: #485F32;
	display: flex;
	justify-content: space-between;
}

h5 {
	font-family: "baskerville", "serif";
	font-weight: 600;
	padding: 10px 6%;
	color: #FFFDF5;
}

.g-point {
	width: 33.2%;
	margin: 10px 0;
	padding: 20px 5% 10px;
	text-align: center;
}

.g-point-border {
	width: 33.3%;
	margin: 10px 0;
	padding: 20px 5% 10px;
	text-align: center;
	border-left: solid 1px #FFFDF5;
	border-right: solid 1px #FFFDF5;
}

#bestseller {
	margin: 30px 0;
	
}

.contents {
	display: flex;
	justify-content: space-around;
}

.g-title {
color:#485F32;
}

.flowercard {
	background-color: #FAD4CC; 
	width: 26%;
	text-align: center;
	padding: 20px;
	transition: transform 0.2s;
}

.flowercard:hover {
	transform: scale(1.1);
}

h4 {
	color: #485F32;
	font-family: "baskerville", "serif";
	font-weight: bold;
	padding: 20px 0 0;
	font-size: 1.9em;
}

.flowercard p {
	color: #485F32;
	font-size: 1.2em;
}

img[alt="Love You"]{
	padding-left: 0px;
	transform: rotate(-15deg);
	zoom: 85%;
	width: 100%;
}

img[alt="Sweetie"]{
	padding-left: 0px;
	transform: rotate(-16deg);
	zoom: 85%;
	width: 100%;
}

img[alt="Cherish"]{
	padding-left: 0px;
	transform: rotate(-17deg);
	zoom: 85%;
	width: 100%;
}

.btn-order {
	background-color: #485F32;
	color: #FFFDF5;
	border: none;
	padding: 10px 34px;
	border-radius: 40px;
	font-family: "Montserrat", "sans-serif";
	text-transform: uppercase;
	margin: 12px 0;
}

#services p {
	padding: 15px 0;
	color: #485F32;
	font-size: 1em;
	text-align: justify;
	text-align-last: left;
}

#wedding, #birthday, #customize {
	display: flex;
	justify-content: space-between;
}

.pic-left img {
	border-top-right-radius: 500px;
	border-bottom-right-radius: 500px;
	width: 100%;
}

img[alt="Wedding Events"] {
	zoom: 109%;
}

img[alt="Birthday Events"] {
	zoom: 109%;
}

img[alt="Customize Events"] {
	zoom: 61%;
}

.info-right {
	margin-right: 3.67%;
	padding: 5px 1.33%;
	width: 26%;
	
}

.pic-right img {
	border-top-left-radius: 500px;
	border-bottom-left-radius: 500px;
	width: 100%;
}

.info-left {
	margin-left: 3.67%;
	padding: 5px 1.33%;
	width: 26%;
	
}

#about {
	background-color: #FCE0D8;
	padding-top: 25px;
}

.thestory {
	display: flex;
	align-content: space-between;
		padding: 0 5%;
	margin-bottom: 0;
}

.text-left {
	color: #485F32;
	font-size: 1em;
	text-align: justify;
	padding-right: 5%;
} 

.florist-div img {
	height: auto;
	width: 100%;
	padding-bottom: 25px;
}

#contact {
	background-color: #485F32;
	margin: 0;
}

.p-title {
	color: #FCE0D8;
	padding-top: 50px;
	margin-top: 0;
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform input[type="url"],
#contactform textarea,
#contactform button[type="submit"] {
  font: 400 1em "Montserrat", "serif";
}

#div-form {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}

#contactform {
  background: #FAD4CC;
  padding: 50px 3% 35px 3%;
  margin: 25px 0 50px;
	width: 40%;
}

#contactform label {
	font-family: "Baskerville", "serif";
	font-size: 1.2em;
	font-weight: 600;
	color: #485F32;
}

fieldset {
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform input[type="url"],
#contactform textarea {
border: 1px solid #FAD4CC;
  width: 100%;
  background: #FFFDF5;
  padding: 12px 36px;
	border-radius: 40px;
	margin: 15px 0;
}

#contactform input[type="text"]:hover,
#contactform input[type="email"]:hover,
#contactform input[type="tel"]:hover,
#contactform input[type="url"]:hover,
#contactform textarea:hover {
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  border: 1px solid #5E842B;
}

#contactform textarea {
  height: 180px;
  max-width: 100%;
  resize: none;
}

#contactform button[type="submit"] {
  cursor: pointer;
	background-color: #485F32;
	color: #FFFDF5;
	border: none;
	padding: 12px 36px;
	border-radius: 40px;
	font-family: "Montserrat", "sans-serif";
	text-transform: uppercase;
	display: block;
	margin: 15px auto;
		transition: transform 0.2s;
}

#contactform button[type="submit"]:hover {
	background: #5E842B;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
		transform: scale(1.1);
	
}

#contactform button[type="submit"]:active {
 	background: #485F32;
}

#contactform input:focus,
#contactform textarea:focus {
  outline: 0;
  border: 1px solid #485F32;
}

#footer {
	background-color: #FAD4CC;
	display: flex;
	justify-content: space-between;
	padding: 45px 5%;
}

#footer p {
	color: #485F32;
	font-family: "Baskerville", "serif";
	font-weight: bold;
}

.contactdetails {
    margin-top: 0;
	margin-bottom: 0;
	width: 26%;
}

.contactdetails iframe {
	width: 100%;
	height: auto;
}

.bi {
	padding-right: 10px;
	zoom:105%;
}

.bi-facebook:hover, .bi-instagram:hover {
	color: #5E842B;
	text-decoration: none;
	
}

.bi-facebook:active, .bi-instagram:active {
	color: #485F32;
	text-decoration: none;
}

.contactdetails-center {
	text-align: center;
    margin-top: 0;
	width: 26%;
}

@media only screen and (max-width:996px) {
	
#hero {
		flex-direction: column;
	}
	
img[alt="White Tulips"] {
	zoom: 80%;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 100%;
}
	
#points {
		flex-direction: column;
	}
	
.g-point {
	width: 100%;
	margin: 10px 0;
	padding: 20px 5% 10px;
	text-align: center;
}

.g-point-border {
	width: 100%;
	margin: 10px 0;
	padding: 20px 5% 10px;
	text-align: center;
	border-top: solid 1px #FFFDF5;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #FFFDF5;
}
	
.contents {
		flex-direction: column;
	}
	
.flowercard {
		width: 75%;
		margin: 30px auto;
	}
	
#wedding, #customize {
	flex-direction: column;
	}
	
#birthday {
		flex-direction: column-reverse;
	}
	
.info-right {
	margin: 5px auto;
	width: 75%;
}
	
.info-left {
	margin: 5px auto;
	width: 75%;
}
	
.thestory {
		flex-direction: column-reverse;
	}
	
.florist-div img {
	height: auto;
	width: 100%;
	padding-bottom: 25px;
}
	
.text-left {
	color: #485F32;
	font-size: 1em;
	text-align: justify;
	width: 75%;
	margin: 25px auto;
} 
	
#contactform {
	width: 60%;
	padding: 45px 5% 35px 5%;
    margin: 25px 0 50px;
}
	
#footer {
		flex-direction: column;
	}
	
.contactdetails {
    margin: 20px auto;
	width: 75%;
}
	
.contactdetails-center {
		margin: 20px auto;
	width: 75%;
	}

}

@media only screen and (max-width:768px) {
	
.menu{
	width: 100%;
	max-height: 0;
	overflow: hidden;
}
	
img[alt="Logo"] {
	padding-top: 15px;
	}
	
label i{
	display: inline-flex;
	padding-top: 15px;
}
	
#toggler:checked~.menu{
	max-height: 100%;
}
	
.list{
	flex-direction: column;
	align-items: center;
	padding: 20px;
}

	
}