* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html body {
  font-family: "Playfair Display";
  font-weight: normal;
  overflow-x: hidden;
  background: #fff;
  padding: 0;
}

*::-moz-selection {
  color: #fff;
  background: var(--primary);
}

*::selection {
  color: #fff;
  background: var(--primary);
}

*::-moz-selection {
  color: #fff;
  background: var(--primary);
}

*::-webkit-selection {
  color: #fff;
  background: var(--primary);
}

*::-ms-selection {
  color: #fff;
  background: var(--primary);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Playfair Display";
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Open Sans";
  font-weight: normal;
  color: #090909;
  text-decoration: none;
  outline: none !important;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: var(--primary);
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Playfair Display";
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

h1 {
  color: #FFF9F9;
  font-family: "Playfair Display";
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}

h2 {
  color: #303030;
  font-family: "Playfair Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}

h3 {
  color: #0C173D;
  font-family: "Playfair Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  text-transform: capitalize;
}

h4 {
  color: #2E2E2E;
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  color: #000;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: #2E2E2E;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  margin: 0;
  padding: 0 0 12px 0;
  text-align: left;
  display: block;
}

body p strong {
  color: #D2AC51;
}

p:last-of-type {
  padding-bottom: 0;
}

.padding {
  padding: 100px 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: -70px;
  right: auto;
  top: 50%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  background-image: url("../images/Arrow-yellow.svg");
  background-color: #fff;
  background-size: contain;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  background-size: 15px;
  background-position: center;
}

.owl-carousel .owl-nav button:hover {
  opacity: 0.8;
}

.owl-carousel .owl-nav button.owl-next {
  transform: translateY(-50%) rotate(0deg);
  left: auto !important;
  right: -70px;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
}

.owl-dots button {
  height: 8px;
  width: 8px;
  background: #161616 !important;
  border-radius: 50px;
  padding: 0;
  border: 0;
  transition: unset;
  margin: 0 7px;
}

.owl-dots button.active {
  height: 14px;
  width: 14px;
  background: transparent !important;
  border: 2px solid #AD7D45;
  transition: unset;
}

.owl-dots button span {
  display: none;
}

.gform_wrapper h2.gform_title {
  display: none;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield select {
  background: transparent;
  height: 55px;
  line-height: 55px;
  padding: 0 15px !important;
  border: 1px solid #EBEBEB !important;
  color: #090909;
  font-size: 16px !important;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
.gform_wrapper .gfield select {
  cursor: pointer;
  color: #808080;
}
.gform_wrapper .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url(../images/ic-menu-dropdown-arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  left: auto;
  right: 24px;
  top: 24px;
  filter: brightness(0) saturate(100%) invert(69%) sepia(0%) saturate(3502%) hue-rotate(44deg) brightness(93%) contrast(90%);
  pointer-events: none;
}
.gform_wrapper .gfield textarea {
  background: transparent;
  height: 145px !important;
  line-height: normal;
  padding: 15px !important;
  border: 1px solid #EBEBEB !important;
  color: #090909;
  font-size: 16px !important;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  resize: none;
}
.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}
.gform_wrapper::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
  color: #61606B;
}
.gform_wrapper::placeholder,
.gform_wrapper select::placeholder {
  color: #61606B;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 20px 0 0px !important;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.gform_wrapper .gform_footer .gform_button {
  background: var(--primary);
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.96px;
  line-height: 130%;
  font-weight: bold;
  padding: 15px 50px 15px 24px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  transition: all ease 0.5s;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background: #DB8E11;
}
.gform_wrapper .gform_footer::before {
  position: absolute;
  content: "";
  background: url(../images/header-arrow.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 11px;
  top: 19px;
  left: auto;
  right: 24px;
  pointer-events: none;
  z-index: 1;
}

select::-moz-placeholder {
  color: #31313F;
}

select::placeholder {
  color: #31313F;
}

.gform_validation_errors {
  display: none !important;
}

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  font-weight: 400;
  letter-spacing: 0.5px !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: unset !important;
  grid-gap: 20px 15px !important;
}

.gform_confirmation_message {
  padding: 0 0 10px;
  text-align: left;
  color: green;
  font-weight: 600;
  font-size: 18px;
}

.btn-main {
  border-radius: 10px;
  background: var(--primary);
  color: var(--white);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  display: block;
  font-weight: 700;
  line-height: 30px;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  padding: 20px 70px;
}

.btn-main:hover {
  background: var(--secondary);
  color: var(--white);
}

.btn-main.btn-secondary {
  background-color: var(--secondary-mediam);
}

.btn-main.btn-secondary:hover {
  background-color: #000000;
}

.btn-main.outline-primary {
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 9px 37px;
}

.btn-main.outline-primary:hover {
  border-color: var(--secondary-mediam);
  color: var(--secondary-mediam);
}

.btn-main.outline-white {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  padding: 9px 37px;
}

.btn-main.outline-white:hover {
  background-color: var(--white);
  color: var(--primary);
}

.fixed {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  padding: 23px 0;
}

#header.fixed::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #60424A;
}

#header .wrapper .header-menu .menu {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
}

#header .wrapper .header-menu .menu > li {
  margin-right: 38px;
}

#header .wrapper .header-menu .menu > li:last-child {
  margin-right: 0px;
}

#header .wrapper .header-menu .menu > li a {
  color: var(--white);
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}

#header .wrapper .header-menu .menu > li a:hover {
  color: rgba(255, 255, 255, 0.5098039216);
}

#header .wrapper .header-menu .menu > li.current-menu-item a {
  color: rgba(255, 255, 255, 0.5098039216);
}

#header .wrapper .menu ul#menu-header-menu {
  display: flex;
  align-items: center;
  margin: 0 -18px;
}

#header .wrapper .menu ul#menu-header-menu > li {
  margin: 0 18px;
  position: relative;
}

#header .wrapper .menu ul#menu-header-menu li a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

#header .wrapper .menu ul#menu-header-menu > li a:hover {
  color: #D1AA4F;
}

#header .wrapper .menu ul#menu-header-menu > li.menu-has-children:hover > a,
#header .wrapper .menu ul#menu-header-menu > li.current-menu-item a {
  color: #D1AA4F;
}

#header .wrapper .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .wrapper .header-menu .header-btn {
  margin-left: 45px;
}

#header .wrapper .menu ul#menu-header-menu li.menu-item-has-children {
  padding-right: 20px;
}

#header .wrapper .menu ul#menu-header-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .wrapper .menu ul#menu-header-menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 20px;
  bottom: -18px;
}

#header .wrapper .menu ul#menu-header-menu span.submenu-click-arrow {
  background: url("../images/navigation-dropdown.svg") no-repeat;
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 7px;
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
  pointer-events: none;
}

/*sub-menu*/
#header .wrapper .menu ul#menu-header-menu li ul.sub-menu {
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 0;
  top: 38px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  transform-origin: top;
  border-radius: 5px;
}

#header .wrapper .menu ul#menu-header-menu li ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  padding: 0px;
  text-align: left;
}

#header .wrapper .menu ul#menu-header-menu li ul.sub-menu li:first-child {
  border-radius: 5px 5px 0 0;
}

#header .wrapper .menu ul#menu-header-menu li ul.sub-menu li:last-child {
  border-radius: 0 0 5px 5px;
}

#header .wrapper .menu ul#menu-header-menu li ul.sub-menu li a {
  display: block;
  padding: 15px 25px;
  text-transform: initial;
  font-size: 15px;
  color: #192539;
  font-weight: 600;
  transition: none;
}

#header .wrapper .menu ul#menu-header-menu li ul.sub-menu li:last-child a {
  border: 0;
}

#header .wrapper .menu ul#menu-header-menu li ul.sub-menu li:hover,
#header .wrapper .menu ul#menu-header-menu li ul.sub-menu li.current-menu-item {
  background: #D1AA4F;
}

#header .wrapper .menu ul#menu-header-menu li ul.sub-menu li:hover a,
#header .wrapper .menu ul#menu-header-menu li ul.sub-menu li.current-menu-item a {
  color: #fff;
}

#header .wrapper .header-menu .logo a {
  display: block;
  transition: all ease 0.5s;
  width: 230px;
  position: relative;
  z-index: 20;
}

#header .call-btn {
  margin-left: 75px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}

#header .call-btn .call-icon {
  border-radius: 50px;
  padding: 10px;
  background-color: #d38c94;
  width: 45px;
  height: 46px;
  min-width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
}

#header .call-btn a.call-link {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
}

#header .call-btn a.call-link:hover {
  color: rgba(255, 255, 255, 0.5098039216);
}

/**/
#header.fixed {
  padding: 15px 0;
}

#header.fixed .wrapper .header-menu .logo a {
  width: 150px;
}

#header .res_navigation {
  width: 40px;
  height: 25px;
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 40px;
  height: 29px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 100%;
  background: #ffffff;
  left: auto;
  right: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:last-child {
  transition: 0.2s ease-in-out;
  width: 85%;
}

.res_navigation .nav-toggle span:first-child {
  top: 0;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 10px;
  width: 85%;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:nth-child(3) {
  width: 60%;
}

.res_navigation .nav-toggle span:last-child {
  top: 20px;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:nth-child(3) {
  opacity: 0;
}

.res_navigation .nav-toggle.active span:first-child {
  top: 10px;
  transform: rotate(90deg);
}

#header .logo.header-mobile-logo {
  display: none;
}

#header .home-mobile-menu {
  display: none;
}

/* section css start */
.container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

:root {
  --primary: #979E4F;
  --primary-light: #939C6E;
  --secondary: #60424A;
  --secondary-mediam: #D38C94;
  --secondary-light: #F7E6DE;
  --dark: #2D2D2D;
  --white: #ffffff;
}

.title {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.title h2 {
  text-align: center;
}

.title .title-icon {
  display: inline-block;
  height: 41px;
  width: 41px;
  min-width: 41px;
  margin-bottom: 20px;
}

.text-white {
  color: var(--white);
}

.main-banner-section {
  position: relative;
  padding: 330px 0px 186px 0px;
}

.main-banner-section:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 3.74%, rgba(0, 0, 0, 0) 22.82%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-banner-section .main-banner-image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.main-banner-section .main-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-banner-content {
  position: relative;
  z-index: 5;
}

.main-banner-section .main-banner-content h1, .main-banner-section .main-banner-content p {
  text-align: center;
}

.main-banner-section .main-banner-content h1 {
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.main-banner-section .main-banner-content p {
  color: #F0EDED;
  text-align: center;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  max-width: 890px;
  margin: 0 auto;
}

.main-banner-section .banner-btn {
  text-align: center;
  margin-top: 30px;
}

.main-banner-section .banner-btn .btn-main {
  margin: 0 auto;
}

.gold-coast-section {
  position: relative;
  background-color: var(--secondary-light);
  padding: 60px 0px 100px 0px;
}

.gold-coast-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 73px;
  background-image: url(../images/bg-orange-shap.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -72px;
  right: 0;
  z-index: 2;
  background-size: cover;
}

.gold-coast-section .row-wrapper {
  max-width: 1070px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 500px auto;
  gap: 83px;
  justify-content: space-between;
  align-items: center;
}

.gold-coast-section .row-wrapper .gold-coast-img {
  height: 558px;
  border-radius: 250px 250px 0px 0px;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0px 20px 30px 20px;
}

.gold-coast-section .row-wrapper .gold-coast-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 250px 250px 0px 0px;
  width: 100%;
}

.gold-coast-section .flowers-memories-box {
  width: 138px;
  height: 138px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url(../images/flower-bg-shap.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.gold-coast-section .flowers-memories-box h5 {
  color: var(--white);
  font-weight: 700;
  line-height: 20px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.gold-coast-section .flowers-memories-box h6 {
  color: var(--white);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 9.6px;
  text-transform: uppercase;
}

.gold-coast-section .flowers-memories-box h4 {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.gold-coast-section .gold-coast-content h4 {
  margin-bottom: 24px;
  font-size: 24px;
}

.gold-coast-section .gold-coast-content p {
  color: #5A5858;
  font-size: 18px;
  line-height: 40px;
}

.gold-coast-section .gold-coast-btn {
  margin-top: 27px;
}

.all-events-section {
  padding: 81px 0px 170px 0px;
  position: relative;
  background-color: #939c6f;
}

.product-slider-list .slick-track {
  display: flex !important;
}

ul.product-slider-list .slick-list.draggable {
  margin: 0 -20px;
}

ul.product-slider-list li.product-box {
  transition: transform 0.5s linear 0s;
  position: relative;
  overflow: hidden;
  border-radius: 300px 300px 0px 0px;
  margin: 0 15px;
  background-color: var(--white);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: inherit !important;
}

ul.product-slider-list li.product-box .product-image {
  height: 425px;
  width: 100%;
  overflow: hidden;
  border-radius: 300px 300px 0px 0px;
}

ul.product-slider-list li.product-box .product-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 300px 300px 0px 0px;
  transition: transform 0.5s linear 0s;
}

ul.product-slider-list li.product-box:hover .product-image img {
  transform: scale(1.2);
  transition: transform 0.5s linear 0s;
}

ul.product-slider-list li.product-box h6 {
  color: var(--dark);
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 20px;
  transition: all 0.5s;
  cursor: auto;
}

ul.product-slider-list li.product-box .bottom-wrap .wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: auto;
}

ul.product-slider-list li.product-box .bottom-wrap {
  position: relative;
  padding: 20px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

ul.product-slider-list li.product-box .bottom-wrap .product-price {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary);
}

ul.product-slider-list li.product-box .bottom-wrap .product-button {
  border-radius: 10px;
  background: var(--secondary-mediam);
  color: var(--white);
  font-family: "Open Sans";
  font-size: 14px;
  line-height: normal;
  font-style: normal;
  border: 0px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 17px;
  display: inline-block;
}

ul.product-slider-list li.product-box .bottom-wrap .product-button:hover {
  background: var(--primary);
  color: var(--white);
  cursor: pointer;
}

.all-events-section .product-slider-btn {
  margin: 0 auto;
  display: block;
  margin-top: 70px;
}

.all-events-section .product-slider-btn .btn-main {
  margin: 0 auto;
}

html .slick-prev {
  left: 10px;
}

html .slick-next {
  right: 10px;
}

html .slick-prev, html .slick-next {
  width: 56px;
  height: 56px;
  border: 1px solid var(--white) !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

html .slick-prev:hover, html .slick-next:hover {
  background-color: var(--white);
}

html .slick-prev:hover::before, html .slick-next:hover::before {
  filter: brightness(0);
}

html .slick-prev:before {
  transform: rotate(180deg);
}

html ul.product-slider-list .slick-prev {
  left: -75px;
  z-index: 99;
}

html ul.product-slider-list .slick-next {
  right: -75px;
  z-index: 99;
}

html .slick-prev:before, html .slick-next:before {
  opacity: 1;
  content: "";
  background-image: url(../images/right-arrow.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}

.floral-crations-section {
  padding: 64px 0px 110px 0px;
  position: relative;
  background-color: #FDFDF1;
}

.floral-crations-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 73px;
  background-image: url(../images/bg-yellow-shap.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -72px;
  right: 0;
  z-index: 2;
  background-size: cover;
}

.floral-crations-section .title {
  max-width: 650px;
}

ul.floral-crations-box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

ul.floral-crations-box-list li.floral-crations-box {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  transition: transform 0.5s linear 0s;
}

ul.floral-crations-box-list li.floral-crations-box .floral-crations-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.5s linear 0s;
}

ul.floral-crations-box-list li.floral-crations-box .floral-crations-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s linear 0s;
}

ul.floral-crations-box-list li.floral-crations-box:hover .floral-crations-image img {
  transition: transform 0.5s linear 0s;
  transform: scale(1.2);
}

ul.floral-crations-box-list li.floral-crations-box .floral-box-title {
  padding: 40px 15px;
  background-color: var(--secondary-mediam);
}

ul.floral-crations-box-list li.floral-crations-box .floral-box-title h4 {
  font-size: 26px;
  color: #FFFBFB;
  text-align: center;
  font-weight: 400;
  text-transform: none;
}

ul.floral-crations-box-list li.floral-crations-box:nth-child(2) .floral-box-title {
  background-color: #F7E6DE;
  order: -1;
}

ul.floral-crations-box-list li.floral-crations-box:nth-child(2) .floral-box-title h4 {
  color: #161616;
}

.benifits-section {
  position: relative;
  background-color: var(--secondary);
  padding: 100px 0px;
}

ul.benifits-icon-box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px;
}

ul.benifits-icon-box-list li.benifits-icon-box {
  text-align: center;
}

ul.benifits-icon-box-list li.benifits-icon-box .benifits-icon {
  height: 100px;
  width: 100px;
  min-width: 100px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 23px;
  align-items: center;
  justify-content: center;
}

ul.benifits-icon-box-list li.benifits-icon-box h4 {
  text-align: center;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: capitalize;
}

ul.benifits-icon-box-list li.benifits-icon-box p {
  color: #ACACAC;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.satisfaction-guaranteed-section {
  position: relative;
  background-color: #EFD3BC;
  padding: 120px 0px 120px 0px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
}

.satisfaction-guaranteed-section .satisfaction-guaranteed-content {
  max-width: 655px;
}

.satisfaction-guaranteed-section .satisfaction-guaranteed-content h2 {
  margin-bottom: 13px;
}

.satisfaction-guaranteed-section .satisfaction-guaranteed-content p {
  color: #2D2D2D;
  font-size: 24px;
  line-height: 40px;
}

span.green {
  color: #708F1E;
}

span.pink {
  color: #BB234C;
}

.satisfaction-guaranteed-section .satisfaction-guaranteed-content .satisfaction-btn {
  margin-top: 30px;
}

.inner-banner-section {
  padding: 166px 0px 30px 0px;
  position: relative;
  background-color: #939C6E;
}

.inner-banner-section .inner-banner-content {
  padding-bottom: 50px;
  padding-top: 40px;
}

.inner-banner-section .row-wrapper {
  display: grid;
  grid-template-columns: 630px 500px;
  justify-content: space-between;
  align-items: flex-end;
}

.inner-banner-section .inner-banner-content h1 {
  font-size: 70px;
  margin-bottom: 17px;
}

.inner-banner-section .inner-banner-content p {
  color: #F0EDED;
  font-family: "Open Sans";
  font-size: 26px;
  line-height: 50px;
}

.inner-banner-section .inner-banner-content .inner-banner-btn {
  margin-top: 27px;
}

.inner-banner-section .inner-banner-image {
  height: 558px;
  border-radius: 250px 250px 0px 0px;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 0px 20px 30px 20px;
  margin-bottom: -60px;
}

.inner-banner-section .inner-banner-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 250px 250px 0px 0px;
  width: 100%;
}

.out-story-section {
  position: relative;
  background-color: #F7E6DE;
  padding: 60px 0px 133px 0px;
}

.out-story-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 73px;
  background-image: url(../images/bg-orange-shap.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -72px;
  right: 0;
  z-index: 2;
  background-size: cover;
}

.out-story-section .title .title-icon {
  margin-bottom: 50px;
}

.out-story-section .title {
  margin-bottom: 20px;
}

.out-story-section .our-story-wrapper p {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 24px;
  line-height: 40px;
}

.out-story-section .our-story-wrapper {
  margin-bottom: 55px;
}

.out-story-section .our-story-box {
  display: grid;
  grid-template-columns: auto 485px;
  gap: 100px;
  background-color: var(--white);
  border-radius: 20px;
  padding: 65px 110px 65px 40px;
  align-items: center;
}

.out-story-section .our-story-box .left-col {
  display: grid;
  grid-template-columns: 281px 357px;
  gap: 20px;
  align-items: end;
}

.out-story-section .our-story-box .our-story-img-one {
  height: 383px;
  width: 100%;
}

.out-story-section .our-story-box .our-story-img-one img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 0px 0px 180px;
}

.out-story-section .our-story-box .our-story-img-two {
  height: 430px;
  width: 100%;
  margin-bottom: 20px;
}

.out-story-section .our-story-box .our-story-img-two img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 250px 250px 0px 0px;
}

.out-story-section .our-story-box h2 {
  margin-bottom: 20px;
}

.out-story-section .our-story-box p {
  color: #5A5858;
  font-size: 18px;
  line-height: 40px;
}

.meet-the-founder-section {
  position: relative;
  background-color: #939c6e;
  padding: 130px 0px 150px 0px;
}

.meet-the-founder-section .row-wrapper {
  display: grid;
  grid-template-columns: auto 555px;
  gap: 140px;
}

.meet-the-founder-section .row-wrapper .left-col h2 {
  margin-bottom: 20px;
  color: var(--white);
}

.meet-the-founder-section .row-wrapper .left-col p {
  color: #FFFBFB;
  font-size: 18px;
  line-height: 40px;
}

.meet-the-founder-section .meet-founder-img {
  height: auto;
  width: 100%;
}

.meet-the-founder-section .meet-founder-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.our-difference-section {
  position: relative;
  background: #F7E6DE;
  padding: 73px 0px 173px 0px;
}

.our-difference-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 73px;
  background-image: url(../images/bg-orange-shap.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -72px;
  right: 0;
  z-index: 2;
  background-size: cover;
}

.our-difference-section .title {
  margin-bottom: 83px;
}

ul.our-difference-box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1270px;
  margin: 0 auto;
  gap: 130px;
}

ul.our-difference-box-list li.our-difference-box {
  text-align: center;
}

ul.our-difference-box-list li.our-difference-box .difference-box-icon {
  max-width: 100px;
  width: 100px;
  margin: 0 auto;
  height: 100px;
  margin-bottom: 30px;
}

ul.our-difference-box-list li.our-difference-box h4 {
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #161616;
}

ul.our-difference-box-list li.our-difference-box p {
  text-align: center;
  color: #5A5858;
  font-size: 18px;
  max-width: 285px;
  margin: 0 auto;
}

.contact-inner-banner {
  padding: 270px 0px 190px 0px;
}

.contact-inner-banner .inner-banner-wrapper {
  max-width: 878px;
  margin: 0 auto;
}

.contact-inner-banner .inner-banner-wrapper h1 {
  text-align: center;
}

.contact-inner-banner .inner-banner-wrapper p {
  text-align: center;
}

.contact-us-section {
  position: relative;
  background-color: #F7E6DE;
  padding: 56px 0px 167px 0px;
}

.contact-us-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 73px;
  background-image: url(../images/bg-orange-shap.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -72px;
  right: 0;
  z-index: 2;
  background-size: cover;
}

.contact-us-section .row-wrapper {
  display: grid;
  grid-template-columns: auto 720px;
  gap: 152px;
}

.contact-us-section .row-wrapper .left-col h2 {
  margin-bottom: 18px;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1.2px;
}

.contact-us-section .row-wrapper .left-col p {
  color: #5A5858;
  font-size: 18px;
  line-height: 180%;
}

.contact-us-section .row-wrapper .left-col .location-wrapper {
  margin-top: 40px;
}

.contact-us-section .row-wrapper .left-col .location-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px;
}

.contact-us-section .row-wrapper .left-col .location-wrapper .location-detail h6 {
  margin-bottom: 3px;
}

.contact-us-section .row-wrapper .left-col .location-wrapper .location-detail a.location-link {
  color: #5A5858;
  font-family: "Open Sans";
  line-height: 150%;
  max-width: 200px;
  display: block;
}

.contact-us-section .row-wrapper .left-col .location-wrapper .location-detail a.location-link:hover {
  color: var(--primary);
}

ul.contact-detail-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px 0px 40px;
}

ul.contact-detail-list li {
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}

ul.contact-detail-list li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

ul.contact-detail-list li:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 17px;
  width: 1px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}

ul.contact-detail-list li:last-child:before {
  display: none;
}

ul.contact-detail-list li .wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

ul.contact-detail-list li .wrapper h5 {
  margin-left: 11px;
  font-size: 19px;
}

ul.contact-detail-list li a {
  color: #5A5858;
  font-size: 20px;
  line-height: 145%;
}

ul.contact-detail-list li a:hover {
  color: var(--primary);
}

.contact-form {
  background-color: var(--white);
  filter: drop-shadow(0px 0px 23px rgba(0, 0, 0, 0.08));
  padding: 10px 10px 50px 10px;
  border-radius: 10px 160px 10px 10px;
  margin-top: -150px;
  position: relative;
  z-index: 20;
}

.gform_wrapper.gravity-theme .gfield_label {
  color: #0C173D;
  font-family: "Open Sans" !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.gform_wrapper .gfield input, .gform_wrapper .gfield select {
  height: 50px;
  border-radius: 10px;
  border-color: #D9D9D9 !important;
  font-family: "Open Sans" !important;
}

.gform_wrapper.gravity-theme .gfield textarea {
  border-radius: 10px;
  border-color: #D9D9D9 !important;
  height: 120px !important;
  font-family: "Open Sans" !important;
}

.gform_wrapper .gfield input::-moz-placeholder, .gform_wrapper .gfield select::-moz-placeholder, .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
  font-family: "Open Sans" !important;
}

.gform_wrapper .gfield input::placeholder, .gform_wrapper .gfield select::placeholder, .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  font-family: "Open Sans" !important;
}

.gform_wrapper .gform_footer .gform_button {
  border-radius: 10px;
  background: var(--primary);
  color: var(--white);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  display: block;
  font-weight: 700;
  line-height: 150%;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  padding: 20px 53px;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background: var(--secondary);
  color: var(--white);
}

.instruction.validation_message {
  display: none;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-gap: 16px 20px !important;
}

.gform_confirmation_message {
  padding: 20px 25px;
  font-size: 16px;
  background-color: rgba(0, 128, 0, 0.1490196078);
  font-family: "Open Sans";
  border-radius: 5px;
}

.mobile-block {
  display: none;
}

.meet-founder-img.d-mobile-block {
  display: none;
}

.product-category-section {
  padding: 130px 0px 180px 0px;
  background-color: #F7E6DE;
  position: relative;
}

.product-category-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 73px;
  background-image: url(../images/bg-orange-shap.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -72px;
  right: 0;
  z-index: 2;
  background-size: cover;
}

.category-list-wrapper {
  display: grid;
  grid-template-columns: 352px auto;
  justify-content: space-between;
  gap: 125px;
}

.category-list-wrapper .category-wrapper {
  border-radius: 15px;
  position: sticky;
  overflow: hidden;
  height: 678px;
  top: 150px;
}

.category-list-wrapper .category-wrapper h3.category-title {
  color: var(--white);
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background-color: #D38C94;
  padding: 20px;
}

.category-list-wrapper .category-wrapper ul.category-list {
  background-color: var(--white);
  padding: 32px 32px 40px 32px;
  overflow-y: auto;
  height: 585px;
  border-radius: 0px 0px 15px 15px;
}

.category-list-wrapper .category-wrapper .category-list::-webkit-scrollbar {
  width: 5px;
}

.category-list-wrapper .category-wrapper .category-list::-webkit-scrollbar-thumb {
  background: #eed3d6;
  border-radius: 10px;
}

.category-list-wrapper .category-wrapper ul.category-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.category-list-wrapper .category-wrapper ul.category-list li:last-child {
  margin-bottom: 0px;
}

.category-list-wrapper .category-wrapper ul.category-list li input[type=checkbox] {
  margin-right: 18px;
}

.category-list-wrapper .category-wrapper ul.category-list li label:hover {
  cursor: pointer;
}

.category-list-wrapper .category-wrapper ul.category-list li label {
  color: #2B2828;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #F7E6DE;
  border: 1px solid #BFBFBF;
  border-radius: 2px;
}

input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  border: solid #AEA5A5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}

.category-list-wrapper .category-title-wrapper h2 {
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.category-list-wrapper .category-title-wrapper p {
  color: #5A5858;
  line-height: 40px;
}

.category-list-wrapper .category-title-wrapper {
  margin-bottom: 40px;
}

.category-list-wrapper .category-product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.category-list-wrapper .category-product-list .product-box {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.category-list-wrapper .category-product-list .product-box:hover {
  transition: all 0.5s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.category-list-wrapper .category-product-list .product-box .top-wrap {
  padding: 5px;
}

.category-list-wrapper .category-product-list .product-box .product-image {
  height: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.category-list-wrapper .category-product-list .product-box .product-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  border-radius: 15px;
}

.category-list-wrapper .category-product-list .product-box:hover .product-image img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.category-list-wrapper .category-product-list .product-box .product-detail-wrapper {
  padding: 20px 20px;
  transition: all 0.5s;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-list-wrapper .category-product-list .product-box .product-detail-wrapper h6 {
  color: var(--dark);
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 30px;
  transition: all 0.5s;
  cursor: auto;
}

.category-list-wrapper .category-product-list .product-box .product-detail-wrapper .product-button {
  border-radius: 10px;
  background: var(--secondary-mediam);
  color: var(--white);
  font-family: "Open Sans";
  font-size: 14px;
  line-height: normal;
  font-style: normal;
  border: 0px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 17px;
  display: inline-block;
}

.category-list-wrapper .category-product-list .product-box .product-detail-wrapper .product-button:hover {
  background: var(--primary);
  color: var(--white);
  cursor: pointer;
}

.category-list-wrapper .category-product-list .product-box .product-detail-wrapper .wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: auto;
}

.category-list-wrapper .category-product-list .product-box .product-price {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary);
}

body.page-template-flowers {
  overflow: unset;
}

.page-not-found {
  text-align: center;
  padding: 40px 0px 130px 0px;
}

.page-not-found h1 {
  padding-bottom: 20px;
  font-size: 60px;
  font-weight: 500;
  color: #ea4335;
}

.page-not-found h2 {
  padding-bottom: 10px;
  font-size: 27px;
  color: #ffffff;
  font-family: "Open Sans";
  line-height: 140%;
}

.page-not-found .btn-wrap {
  text-align: center;
  display: inline-block;
  margin-top: 40px;
}

.page-not-found .btn-wrap .btn {
  padding: 15px 30px;
  font-size: 15px;
}

body.error404 {
  margin-top: 166px;
  background-color: #939C6E;
}

html .gform_wrapper .gfield_required {
  display: none !important;
}

.contact-inner-banner .inner-banner-content {
  padding: 0;
}

body.page-template-about {
  overflow-x: unset;
}

.meet-the-founder-section .row-wrapper .left-col {
  position: relative;
}

.meet-the-founder-section .row-wrapper .content-wrapper {
  position: sticky;
  top: 120px;
}

.contact-us-section .row-wrapper .left-col .location-wrapper .contact-location-map iframe {
  width: 100%;
  height: 220px;
}

iframe {
  width: 100%;
}

.footer-map iframe {
  height: 220px;
}

.inner-banner-section.flowers-inner-banner-section {
  background-image: url(../images/bg-shap.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact-form .whatsapp-box {
  border-radius: 10px 250px 250px 10px;
  background-color: #60424A;
  filter: drop-shadow(0px 0px 23px rgba(0, 0, 0, 0.08));
  display: grid;
  grid-template-columns: auto 220px;
  gap: 40px;
  padding: 35px 45px 40px 45px;
  align-items: center;
}

.contact-form .whatsapp-box h3 {
  color: #fff;
  margin-bottom: 10px;
}

.contact-form .whatsapp-box p {
  color: #fff;
}

.whatsapp-btn.btn-main {
  background-color: #fff;
  padding: 13px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #303030;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 20px;
}

.whatsapp-btn.btn-main:hover {
  background-color: #000;
  color: #fff;
}

.footer-section {
  position: relative;
  background-color: #FDFDF1;
  padding: 70px 0px 75px 0px;
}

.footer-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 73px;
  background-image: url(../images/bg-yellow-shap.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -72px;
  right: 0;
  z-index: 2;
  background-size: cover;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-col-two {
  margin-left: auto;
  width: 133px;
  padding-top: 20px;
}

.footer-col-three {
  margin: 0px 70px;
}

.footer-col-four {
  max-width: 225px;
  padding-top: 20px;
}

.footer-top .footer-logo a {
  max-width: 230px;
  display: block;
}

.footer-logo {
  margin-bottom: 50px;
}

ul.social-icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.social-icon-list li {
  margin-right: 8px;
}

ul.social-icon-list li a {
  height: 32px;
  width: 32px;
  max-width: 32px;
  background-color: #DFE2C2;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

ul.social-icon-list li a:hover {
  background-color: var(--primary);
}

ul.social-icon-list li a svg {
  transition: all 0.5s;
}

ul.social-icon-list li a:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}

.footer-section ul.social-icon-list {
  margin-bottom: 26px;
}

.footer-section p.copyright {
  text-align: center;
  color: #847F7F;
  font-size: 13px;
  line-height: normal;
  text-transform: capitalize;
}

.footer-links li {
  margin-bottom: 25px;
}

.footer-links li.current-menu-item a {
  color: var(--primary);
}

.footer-links li:last-child {
  margin-bottom: 0px;
}

.footer-links li a {
  font-size: 18px;
  text-transform: capitalize;
}

ul.contact-information-list li {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
}

ul.contact-information-list li svg {
  margin-right: 17px;
  margin-top: 3px;
  max-width: 20px;
  width: 20px;
  height: 20px;
}

ul.contact-information-list li a {
  width: 80%;
}

.footer-map {
  border: 10px solid #FFFAFA;
}

ul.contact-information-list li a.footer-phone-link {
  color: #D38C94;
  font-size: 20px;
  font-weight: 700;
}

ul.contact-information-list li a.footer-phone-link:hover {
  color: var(--primary);
}

@media (min-width: 1921px) {
  html {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  .padding {
    padding: 80px 0;
  }
  body p {
    font-size: 15px;
  }
  #header .wrapper .header-menu .logo a {
    width: 210px;
  }
  h1 {
    font-size: 80px;
  }
  .main-banner-section .main-banner-content p {
    font-size: 30px;
    max-width: 720px;
  }
  .main-banner-section {
    padding: 270px 0px 180px 0px;
  }
  h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .all-events-section {
    padding: 80px 0px 150px 0px;
  }
  .floral-crations-section .title {
    max-width: 600px;
  }
  .footer-col-three {
    margin: 0px 60px;
  }
  .gold-coast-section::before, .floral-crations-section::before, .out-story-section::before, .footer-section::before, .our-difference-section::before, .contact-us-section::before, .product-category-section::before {
    height: 65px;
    top: -64px;
  }
  .title {
    max-width: 660px;
  }
  ul.product-slider-list li.product-box .product-image {
    height: 400px;
  }
  .satisfaction-guaranteed-section {
    padding: 110px 0px 120px 0px;
  }
  .out-story-section {
    padding: 60px 0px 100px 0px;
  }
  .meet-the-founder-section {
    padding: 110px 0px 140px 0px;
  }
  .our-difference-section {
    padding: 65px 0px 150px 0px;
  }
  .contact-inner-banner {
    padding: 230px 0px 180px 0px;
  }
  .contact-us-section .row-wrapper .left-col .location-wrapper {
    margin-top: 40px;
  }
  .contact-us-section {
    padding: 55px 0px 140px 0px;
  }
  ul.contact-detail-list li a {
    font-size: 22px;
  }
  body.error404 {
    margin-top: 155px;
  }
  .page-not-found {
    padding: 40px 0px 120px 0px;
  }
  .product-category-section {
    padding: 120px 0px 160px 0px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .padding {
    padding: 60px 0;
  }
  body p {
    font-size: 15px;
  }
  .container {
    width: 1350px;
  }
  #header .wrapper .header-menu .logo a {
    width: 200px;
  }
  h1 {
    font-size: 70px;
  }
  .main-banner-section .main-banner-content h1 {
    max-width: 900px;
    margin-bottom: 30px;
  }
  .main-banner-section .main-banner-content p {
    font-size: 25px;
    max-width: 600px;
  }
  .main-banner-section {
    padding: 250px 0px 180px 0px;
  }
  h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .all-events-section {
    padding: 80px 0px 130px 0px;
  }
  .floral-crations-section .title {
    max-width: 600px;
  }
  .footer-col-three {
    margin: 0px 60px;
  }
  .btn-main {
    padding: 15px 60px;
  }
  .title {
    max-width: 660px;
  }
  ul.product-slider-list li.product-box .product-image {
    height: 380px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-box-title {
    padding: 35px 15px;
  }
  ul.benifits-icon-box-list {
    gap: 90px;
  }
  .footer-section {
    padding: 70px 0px 60px 0px;
  }
  .gold-coast-section::before, .floral-crations-section::before, .out-story-section::before, .footer-section::before, .our-difference-section::before, .contact-us-section::before, .product-category-section::before {
    height: 57px;
    top: -56px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content p {
    font-size: 20px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content {
    max-width: 550px;
  }
  html ul.product-slider-list .slick-prev, html ul.product-slider-list .slick-next {
    width: 50px;
    height: 50px;
  }
  .satisfaction-guaranteed-section {
    padding: 90px 0px 120px 0px;
  }
  .out-story-section {
    padding: 60px 0px 90px 0px;
  }
  .meet-the-founder-section {
    padding: 100px 0px 130px 0px;
  }
  .our-difference-section {
    padding: 65px 0px 140px 0px;
  }
  .inner-banner-section .inner-banner-content h1 {
    font-size: 65px;
  }
  .inner-banner-section .inner-banner-content p {
    font-size: 22px;
  }
  .out-story-section .our-story-wrapper p {
    max-width: 890px;
    font-size: 22px;
  }
  .out-story-section .our-story-box {
    padding: 60px 40px 60px 40px;
  }
  .out-story-section .our-story-box p {
    line-height: 35px;
  }
  ul.our-difference-box-list li.our-difference-box .difference-box-icon {
    max-width: 80px;
    width: 80px;
    height: 80px;
  }
  .contact-inner-banner {
    padding: 180px 0px 170px 0px;
  }
  .contact-us-section .row-wrapper .left-col .location-wrapper {
    margin-top: 40px;
  }
  .contact-us-section {
    padding: 55px 0px 130px 0px;
  }
  .contact-us-section .row-wrapper {
    grid-template-columns: auto 700px;
    gap: 120px;
  }
  .contact-us-section .row-wrapper .left-col h2 {
    margin-bottom: 15px;
    font-size: 52px;
    line-height: 60px;
  }
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16px;
    padding: 17px 35px;
  }
  .contact-form p {
    font-size: 17px;
    max-width: 500px;
  }
  body.error404 {
    margin-top: 150px;
  }
  .page-not-found {
    padding: 30px 0px 110px 0px;
  }
  .product-category-section {
    padding: 100px 0px 140px 0px;
  }
  .category-list-wrapper .category-title-wrapper p {
    line-height: 180%;
  }
  .category-list-wrapper .category-wrapper ul.category-list li {
    margin-bottom: 45px;
  }
  .category-list-wrapper .category-wrapper ul.category-list {
    height: 550px;
  }
  .category-list-wrapper .category-wrapper {
    height: 633px;
  }
  .category-list-wrapper .category-wrapper h3.category-title {
    font-size: 35px;
  }
  .category-list-wrapper {
    gap: 100px;
  }
  .out-story-section .our-story-box {
    gap: 60px;
  }
  .out-story-section .our-story-box .left-col {
    grid-template-columns: 281px auto;
  }
  .contact-form .whatsapp-box {
    gap: 30px;
    padding: 35px 35px 35px 35px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .category-list-wrapper .category-product-list .product-box .product-detail-wrapper h6 {
    margin-bottom: 25px;
  }
  .padding {
    padding: 50px 0;
  }
  body p {
    font-size: 14px;
  }
  .container {
    width: 1180px;
  }
  #header .wrapper .header-menu .logo a {
    width: 180px;
  }
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .main-banner-section .main-banner-content h1 {
    max-width: 800px;
    margin-bottom: 20px;
  }
  .main-banner-section .main-banner-content p {
    font-size: 20px;
    max-width: 480px;
    line-height: 30px;
  }
  .main-banner-section {
    padding: 240px 0px 160px 0px;
  }
  #header .call-btn a.call-link {
    font-size: 23px;
  }
  h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .all-events-section {
    padding: 80px 0px 130px 0px;
  }
  .floral-crations-section .title {
    max-width: 490px;
  }
  .footer-col-three {
    margin: 0px 40px 0px 20px;
  }
  .btn-main {
    padding: 13px 40px;
    font-size: 15px;
  }
  .title {
    max-width: 550px;
  }
  ul.product-slider-list li.product-box .product-image {
    height: 300px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-box-title {
    padding: 30px 15px;
  }
  ul.benifits-icon-box-list {
    gap: 70px;
  }
  .footer-section {
    padding: 70px 0px 60px 0px;
  }
  .gold-coast-section::before, .floral-crations-section::before, .out-story-section::before, .footer-section::before, .our-difference-section::before, .contact-us-section::before, .product-category-section::before {
    height: 49px;
    top: -48px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content {
    max-width: 440px;
  }
  html ul.product-slider-list .slick-prev, html ul.product-slider-list .slick-next {
    width: 50px;
    height: 50px;
  }
  .satisfaction-guaranteed-section {
    padding: 80px 0px 100px 0px;
  }
  .gold-coast-section .gold-coast-content h4 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  h4 {
    font-size: 26px;
    line-height: 35px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-box-title h4 {
    font-size: 25px;
  }
  .benifits-section {
    padding: 90px 0px;
  }
  ul.benifits-icon-box-list li.benifits-icon-box h4 {
    margin-bottom: 15px;
  }
  ul.benifits-icon-box-list li.benifits-icon-box p {
    font-size: 16px;
  }
  ul.benifits-icon-box-list li.benifits-icon-box .benifits-icon {
    height: 80px;
    width: 80px;
    min-width: 80px;
  }
  .footer-top .footer-logo a {
    max-width: 210px;
  }
  #header .call-btn {
    margin-left: 65px;
  }
  .gold-coast-section {
    padding: 50px 0px 80px 0px;
  }
  .gold-coast-section .row-wrapper .gold-coast-img {
    height: 520px;
  }
  html ul.product-slider-list .slick-next {
    right: -55px;
  }
  html ul.product-slider-list .slick-prev {
    left: -55px;
  }
  .out-story-section {
    padding: 60px 0px 80px 0px;
  }
  .meet-the-founder-section {
    padding: 90px 0px 100px 0px;
  }
  .our-difference-section {
    padding: 65px 0px 120px 0px;
  }
  .out-story-section .our-story-wrapper p {
    max-width: 800px;
    font-size: 20px;
  }
  .out-story-section .our-story-box {
    padding: 60px 40px 60px 40px;
    gap: 60px;
  }
  .out-story-section .our-story-box p {
    line-height: 32px;
  }
  ul.our-difference-box-list li.our-difference-box .difference-box-icon {
    max-width: 80px;
    width: 80px;
    height: 80px;
  }
  .inner-banner-section .inner-banner-content h1 {
    font-size: 60px;
  }
  .inner-banner-section .row-wrapper {
    grid-template-columns: 570px 450px;
  }
  .inner-banner-section .inner-banner-content p {
    font-size: 21px;
    line-height: 40px;
  }
  .inner-banner-section .inner-banner-image {
    height: 510px;
  }
  .out-story-section .title .title-icon {
    margin-bottom: 30px;
  }
  .out-story-section .our-story-box .our-story-img-two {
    height: 400px;
  }
  .out-story-section .our-story-box .our-story-img-one {
    height: 370px;
  }
  .out-story-section .our-story-box h2 {
    margin-bottom: 15px;
  }
  .meet-the-founder-section .row-wrapper {
    gap: 70px;
  }
  .meet-the-founder-section .row-wrapper .left-col p {
    font-size: 16px;
    line-height: 35px;
  }
  .our-difference-section .title {
    margin-bottom: 60px;
  }
  .contact-inner-banner {
    padding: 170px 0px 160px 0px;
  }
  .contact-us-section .row-wrapper .left-col .location-wrapper {
    margin-top: 40px;
  }
  .contact-us-section {
    padding: 55px 0px 120px 0px;
  }
  .contact-us-section .row-wrapper {
    grid-template-columns: auto 600px;
    gap: 100px;
  }
  .contact-us-section .row-wrapper .left-col h2 {
    margin-bottom: 15px;
    font-size: 52px;
    line-height: 60px;
  }
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16px;
    padding: 17px 35px;
  }
  .contact-form p {
    font-size: 17px;
  }
  .contact-form h3 {
    font-size: 36px;
  }
  body.error404 {
    margin-top: 139px;
  }
  .page-not-found {
    padding: 30px 0px 100px 0px;
  }
  .product-category-section {
    padding: 90px 0px 130px 0px;
  }
  .category-list-wrapper .category-title-wrapper p {
    line-height: 180%;
  }
  .category-list-wrapper .category-wrapper ul.category-list li {
    margin-bottom: 35px;
  }
  .category-list-wrapper .category-wrapper ul.category-list {
    height: 470px;
  }
  .category-list-wrapper .category-wrapper {
    height: 548px;
  }
  .category-list-wrapper .category-wrapper h3.category-title {
    font-size: 30px;
    padding: 18px 20px;
  }
  .category-list-wrapper {
    gap: 60px;
    grid-template-columns: 320px auto;
  }
  .category-list-wrapper .category-title-wrapper h2 {
    margin-bottom: 20px;
  }
  .category-list-wrapper .category-wrapper ul.category-list li label {
    font-size: 18px;
  }
  .category-list-wrapper .category-product-list {
    grid-gap: 20px;
  }
  input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  input[type=checkbox]:before {
    width: 18px;
    height: 18px;
  }
  .out-story-section .our-story-box {
    grid-template-columns: auto 400px;
    gap: 60px;
  }
  .out-story-section .our-story-box .left-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-form .whatsapp-box {
    gap: 30px;
    padding: 35px 35px 35px 35px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .category-list-wrapper .category-product-list .product-box .product-detail-wrapper h6 {
    margin-bottom: 15px;
  }
  .category-list-wrapper {
    gap: 50px;
  }
  .padding {
    padding: 50px 0;
  }
  body p {
    font-size: 14px;
  }
  .container {
    width: 100%;
  }
  html .slick-prev, html .slick-next {
    border: 1px solid #000000 !important;
    background: var(--white);
  }
  html .slick-prev:focus, html .slick-next:focus {
    border: 1px solid #000000 !important;
    background: #000;
  }
  html .slick-prev:before, html .slick-next:before {
    filter: brightness(0);
    transition: all 0.5s;
  }
  html .slick-prev:focus:before, html .slick-next:focus:before {
    filter: none;
  }
  #header .wrapper .header-menu .logo a {
    width: 180px;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .main-banner-section .main-banner-content h1 {
    max-width: 650px;
    margin-bottom: 20px;
  }
  .main-banner-section .main-banner-content p {
    font-size: 18px;
    max-width: 440px;
    line-height: 25px;
  }
  .main-banner-section {
    padding: 230px 0px 140px 0px;
  }
  #header .call-btn a.call-link {
    font-size: 23px;
  }
  h2 {
    font-size: 38px;
    line-height: 50px;
  }
  .all-events-section {
    padding: 80px 0px 110px 0px;
  }
  .floral-crations-section .title {
    max-width: 470px;
  }
  .footer-col-three {
    margin: 0px 30px 0px 20px;
  }
  .btn-main {
    padding: 13px 40px;
    font-size: 15px;
  }
  .title {
    max-width: 500px;
  }
  ul.product-slider-list li.product-box .product-image {
    height: 300px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-box-title {
    padding: 30px 15px;
  }
  ul.benifits-icon-box-list {
    gap: 40px;
  }
  .footer-section {
    padding: 60px 0px 50px 0px;
  }
  .gold-coast-section::before, .floral-crations-section::before, .out-story-section::before, .footer-section::before, .our-difference-section::before, .contact-us-section::before, .product-category-section::before {
    height: 43px;
    top: -42px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content {
    max-width: 440px;
  }
  html ul.product-slider-list .slick-prev, html ul.product-slider-list .slick-next {
    width: 50px;
    height: 50px;
  }
  .satisfaction-guaranteed-section {
    padding: 70px 0px 90px 0px;
  }
  .gold-coast-section .gold-coast-content h4 {
    margin-bottom: 20px;
    font-size: 19px;
  }
  h4 {
    font-size: 24px;
    line-height: 35px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-box-title h4 {
    font-size: 25px;
  }
  .benifits-section {
    padding: 90px 0px;
  }
  ul.benifits-icon-box-list li.benifits-icon-box h4 {
    margin-bottom: 10px;
  }
  ul.benifits-icon-box-list li.benifits-icon-box p {
    font-size: 16px;
  }
  ul.benifits-icon-box-list li.benifits-icon-box .benifits-icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
  }
  .footer-top .footer-logo a {
    max-width: 200px;
  }
  #header .call-btn {
    margin-left: 50px;
  }
  #header {
    padding: 18px 0;
  }
  #header.fixed .wrapper .header-menu .logo a {
    width: 130px;
  }
  .gold-coast-section {
    padding: 50px 0px 80px 0px;
  }
  .title .title-icon {
    height: 35px;
    width: 35px;
    min-width: 35px;
    margin-bottom: 10px;
  }
  .gold-coast-section .gold-coast-content p {
    font-size: 17px;
    line-height: 35px;
  }
  .gold-coast-section .row-wrapper .gold-coast-img {
    height: 520px;
  }
  html ul.product-slider-list .slick-next {
    right: 15px;
  }
  html ul.product-slider-list .slick-prev {
    left: 15px;
  }
  ul.product-slider-list .slick-list.draggable {
    margin: 0 -15px;
  }
  ul.product-slider-list li.product-box {
    margin: 0 15px;
  }
  .floral-crations-section {
    padding: 64px 0px 90px 0px;
  }
  .out-story-section {
    padding: 50px 0px 70px 0px;
  }
  .meet-the-founder-section {
    padding: 80px 0px 100px 0px;
  }
  .our-difference-section {
    padding: 60px 0px 100px 0px;
  }
  .out-story-section .our-story-wrapper p {
    max-width: 720px;
    font-size: 18px;
    line-height: 35px;
  }
  .out-story-section .our-story-box {
    padding: 50px 40px 50px 40px;
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
  .out-story-section .our-story-box .left-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .out-story-section .our-story-box p {
    line-height: 30px;
    font-size: 17px;
  }
  ul.our-difference-box-list li.our-difference-box .difference-box-icon {
    max-width: 70px;
    width: 70px;
    height: 70px;
  }
  .inner-banner-section .inner-banner-content h1 {
    font-size: 50px;
  }
  .inner-banner-section .row-wrapper {
    grid-template-columns: 540px 420px;
  }
  .inner-banner-section .inner-banner-content p {
    font-size: 21px;
    line-height: 40px;
  }
  .inner-banner-section .inner-banner-image {
    height: 440px;
  }
  .out-story-section .title .title-icon {
    margin-bottom: 30px;
  }
  .out-story-section .our-story-box .our-story-img-two {
    height: 360px;
  }
  .out-story-section .our-story-box .our-story-img-one {
    height: 340px;
  }
  .out-story-section .our-story-box h2 {
    margin-bottom: 15px;
  }
  .meet-the-founder-section .row-wrapper {
    grid-template-columns: auto 470px;
    gap: 70px;
  }
  .meet-the-founder-section .row-wrapper .left-col p {
    font-size: 16px;
    line-height: 30px;
  }
  .our-difference-section .title {
    margin-bottom: 50px;
  }
  ul.our-difference-box-list {
    gap: 30px;
  }
  ul.our-difference-box-list li.our-difference-box h4 {
    margin-bottom: 15px;
  }
  ul.our-difference-box-list li.our-difference-box p {
    font-size: 16px;
    max-width: 245px;
  }
  .contact-us-section {
    padding: 55px 0px 100px 0px;
  }
  .contact-us-section .row-wrapper .left-col .location-wrapper {
    margin-top: 40px;
  }
  .contact-inner-banner {
    padding: 160px 0px 150px 0px;
  }
  .contact-us-section {
    padding: 55px 0px 120px 0px;
  }
  .contact-us-section .row-wrapper {
    grid-template-columns: auto 570px;
    gap: 50px;
  }
  .contact-us-section .row-wrapper .left-col h2 {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 55px;
  }
  .gform_wrapper .gform_footer .gform_button {
    font-size: 16px;
    padding: 17px 35px;
  }
  .contact-form p {
    font-size: 16px;
    max-width: 500px;
  }
  .contact-form h3 {
    font-size: 33px;
  }
  .contact-inner-banner .inner-banner-wrapper {
    max-width: 700px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select {
    height: 45px;
  }
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
  }
  body.error404 {
    margin-top: 129px;
  }
  .page-not-found {
    padding: 30px 0px 100px 0px;
  }
  .page-not-found .btn-wrap {
    margin-top: 35px;
  }
  .product-category-section {
    padding: 80px 0px 110px 0px;
  }
  .category-list-wrapper .category-title-wrapper p {
    line-height: 180%;
  }
  .category-list-wrapper .category-wrapper ul.category-list li {
    margin-bottom: 35px;
  }
  .category-list-wrapper .category-wrapper ul.category-list {
    height: 470px;
  }
  .category-list-wrapper .category-wrapper {
    height: 548px;
    top: 140px;
  }
  .category-list-wrapper .category-wrapper h3.category-title {
    font-size: 30px;
    padding: 18px 20px;
  }
  .category-list-wrapper {
    gap: 50px;
    grid-template-columns: 320px auto;
  }
  .category-list-wrapper .category-title-wrapper h2 {
    margin-bottom: 20px;
  }
  .category-list-wrapper .category-wrapper ul.category-list li label {
    font-size: 18px;
  }
  .category-list-wrapper .category-product-list {
    grid-gap: 20px;
  }
  input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  input[type=checkbox]:before {
    width: 18px;
    height: 18px;
  }
  .contact-form .whatsapp-box {
    gap: 30px;
    padding: 30px 25px 30px 30px;
    grid-template-columns: auto 190px;
  }
  .whatsapp-btn.btn-main {
    padding: 13px 20px;
    font-size: 15px;
  }
  ul.contact-detail-list {
    padding: 30px 10px 0px 20px;
  }
}
@media (max-width: 1120px) {
  .category-list-wrapper .category-product-list .product-box .product-detail-wrapper h6 {
    margin-bottom: 15px;
  }
  .padding {
    padding: 50px 0;
  }
  html .slick-prev, html .slick-next {
    border: 1px solid #000000 !important;
    background: var(--white);
  }
  html .slick-prev:focus, html .slick-next:focus {
    border: 1px solid #000000 !important;
    background: #000;
  }
  html .slick-prev:before, html .slick-next:before {
    filter: brightness(0);
    transition: all 0.5s;
  }
  html .slick-prev:focus:before, html .slick-next:focus:before {
    filter: none;
  }
  body p {
    font-size: 14px;
  }
  /*sub menu css*/
  #header .wrapper .menu ul#menu-header-menu span.submenu-click-arrow {
    width: 50px;
    height: 47px;
    right: 20px;
    top: 0;
    background-size: 8px;
    background-position: center;
    pointer-events: all;
    filter: brightness(0) saturate(100%) invert(6%) sepia(3%) saturate(2775%) hue-rotate(169deg) brightness(95%) contrast(87%);
  }
  #header .wrapper .menu ul#menu-header-menu li ul.sub-menu li {
    border-radius: 0 !important;
  }
  #header .wrapper .menu ul#menu-header-menu li ul.sub-menu li:last-child {
    border: 0 !important;
  }
  #header .wrapper .menu ul#menu-header-menu li ul.sub-menu {
    width: 100% !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    position: static;
    transform-origin: unset;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    opacity: 1 !important;
    visibility: visible !important;
  }
  #header .wrapper .menu ul#menu-header-menu li ul.sub-menu::before {
    content: none;
  }
  #header .wrapper .menu ul#menu-header-menu li ul.sub-menu li a {
    padding: 15px 15px 15px 30px;
    font-size: 14px !important;
    border: 0;
  }
  #header .wrapper .menu ul#menu-header-menu li.menu-item-has-children::after {
    content: none;
  }
  #header .wrapper .menu ul#menu-header-menu li#menu-item-67717 ul.sub-menu li a {
    padding: 15px 10px 15px 50px;
  }
  #header .wrapper .menu ul#menu-header-menu li#menu-item-67717 ul.sub-menu li a::before {
    top: 6px;
  }
  #header .wrapper .menu ul#menu-header-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin: 0 !important;
    padding: 0 !important;
  }
  #header .wrapper .menu ul#menu-header-menu li:last-child {
    border: 0;
  }
  #header .wrapper .menu ul#menu-header-menu li a {
    width: 100%;
    display: block;
    padding: 14px;
    text-transform: capitalize;
    font-size: 16px;
    color: #1B1D1F;
  }
  #header .wrapper .menu ul#menu-header-menu li.menu-item-has-children {
    padding-right: 0;
  }
  #header .wrapper .menu ul#menu-header-menu li:hover::after {
    content: none;
  }
  #header .wrapper .menu ul#menu-header-menu li.current-menu-item::after {
    content: none;
  }
  #header .res_navigation {
    width: 30px;
    display: block;
    position: relative;
    right: 0;
    margin: auto;
    top: 0;
  }
  #header .nav-main.nav.section {
    display: block;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    float: none;
    margin: 0;
    height: auto;
  }
  #header .nav-main ul#menu-header-menu {
    margin: 100px 0px 0px 0 !important;
    display: block !important;
    height: 81vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #header a.btn-main {
    font-size: 12px;
    padding: 10px 20px;
  }
  html.menu-open {
    overflow: hidden;
  }
  html.menu-open #header .nav-main.nav.section {
    left: 0;
    transform: translateX(0) translateY(0);
  }
  /**/
  #header {
    padding: 20px;
  }
  #header.fixed {
    padding: 15px 20px;
  }
  #header .container {
    padding: 0 !important;
  }
  #header .wrapper .header-menu .header-btn {
    margin-left: auto;
    order: 2;
    margin-right: 15px;
  }
  #header .res_navigation {
    order: 3;
    margin-left: 0;
    margin-right: 10px;
  }
  #header .wrapper .header-menu .logo a {
    width: 160px;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .main-banner-section .main-banner-content h1 {
    max-width: 650px;
    margin-bottom: 20px;
  }
  .main-banner-section .main-banner-content p {
    font-size: 18px;
    max-width: 440px;
    line-height: 25px;
  }
  .main-banner-section {
    padding: 190px 0px 100px 0px;
  }
  #header .call-btn a.call-link {
    font-size: 23px;
  }
  h2 {
    font-size: 33px;
    line-height: 45px;
  }
  .all-events-section {
    padding: 70px 0px 90px 0px;
  }
  .floral-crations-section .title {
    max-width: 400px;
  }
  .footer-col-three {
    margin: 0px 30px 0px 20px;
  }
  .btn-main {
    padding: 13px 40px;
    font-size: 15px;
  }
  .title {
    max-width: 450px;
  }
  ul.product-slider-list li.product-box .product-image {
    height: 350px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-box-title {
    padding: 25px 15px;
  }
  ul.benifits-icon-box-list {
    gap: 20px;
  }
  .footer-section {
    padding: 60px 0px 50px 0px;
  }
  .gold-coast-section::before, .floral-crations-section::before, .out-story-section::before, .footer-section::before, .our-difference-section::before, .contact-us-section::before, .product-category-section::before {
    height: 43px;
    top: -42px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content {
    max-width: 440px;
  }
  html ul.product-slider-list .slick-prev, html ul.product-slider-list .slick-next {
    width: 50px;
    height: 50px;
  }
  .satisfaction-guaranteed-section {
    padding: 70px 0px 90px 0px;
  }
  .gold-coast-section .gold-coast-content h4 {
    margin-bottom: 20px;
    font-size: 19px;
  }
  h4 {
    font-size: 24px;
    line-height: 35px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-box-title h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .benifits-section {
    padding: 90px 0px;
  }
  ul.benifits-icon-box-list li.benifits-icon-box h4 {
    margin-bottom: 10px;
  }
  ul.benifits-icon-box-list li.benifits-icon-box p {
    font-size: 16px;
  }
  ul.benifits-icon-box-list li.benifits-icon-box .benifits-icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
  }
  .footer-top .footer-logo a {
    max-width: 200px;
  }
  #header .call-btn {
    margin-left: auto;
    margin-right: 40px;
  }
  #header.fixed .wrapper .header-menu .logo a {
    width: 130px;
  }
  .gold-coast-section {
    padding: 50px 0px 80px 0px;
  }
  .title .title-icon {
    height: 35px;
    width: 35px;
    min-width: 35px;
    margin-bottom: 10px;
  }
  .gold-coast-section .gold-coast-content p {
    font-size: 17px;
    line-height: 35px;
  }
  .gold-coast-section .row-wrapper .gold-coast-img {
    height: 520px;
  }
  html ul.product-slider-list .slick-next {
    right: 15px;
  }
  html ul.product-slider-list .slick-prev {
    left: 15px;
  }
  ul.product-slider-list .slick-list.draggable {
    margin: 0 -15px;
  }
  ul.product-slider-list li.product-box {
    margin: 0 15px;
  }
  .floral-crations-section {
    padding: 64px 0px 80px 0px;
  }
  .footer-map iframe {
    width: 210px;
    height: 210px;
  }
  .gold-coast-section .row-wrapper {
    grid-template-columns: 440px auto;
    gap: 70px;
  }
  .res_navigation .nav-toggle.active span:first-child {
    background-color: #000000;
  }
  .res_navigation .nav-toggle.active span:nth-child(3) {
    width: 85%;
    background-color: #000000;
  }
  .res_navigation .nav-toggle.active span.middle {
    background-color: #000000;
  }
  #header .wrapper .header-menu .menu > li a {
    color: #090909;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
  }
  #header .wrapper .header-menu .menu > li.current-menu-item a {
    color: var(--primary);
  }
  #header .wrapper .header-menu .menu > li {
    margin-right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
  }
  #header .wrapper .header-menu .menu {
    display: block;
  }
  .menu.nav-main.nav.section {
    padding: 120px 20px 20px 20px !important;
  }
  #header .wrapper .header-menu .menu > li a:hover {
    color: var(--primary);
  }
  .btn-main.outline-white {
    padding: 9px 30px;
  }
  .btn-main.outline-primary {
    padding: 9px 30px;
  }
  #header .home-mobile-menu {
    display: block;
  }
  html.menu-open #header .logo.header-mobile-logo {
    display: block;
  }
  html.menu-open #header .logo.header-destop-logo {
    display: none;
  }
  html.menu-open #header .call-btn a.call-link {
    color: #000000;
  }
  .out-story-section {
    padding: 50px 0px 70px 0px;
  }
  .meet-the-founder-section {
    padding: 70px 0px 90px 0px;
  }
  .our-difference-section {
    padding: 50px 0px 90px 0px;
  }
  .out-story-section .our-story-wrapper p {
    max-width: 720px;
    font-size: 18px;
    line-height: 35px;
  }
  .out-story-section .our-story-box {
    padding: 50px 40px 50px 40px;
    gap: 50px;
    grid-template-columns: auto 380px;
  }
  .out-story-section .our-story-box p {
    line-height: 26px;
    font-size: 16px;
  }
  ul.our-difference-box-list li.our-difference-box .difference-box-icon {
    max-width: 70px;
    width: 70px;
    height: 70px;
  }
  .inner-banner-section .inner-banner-content h1 {
    font-size: 50px;
  }
  .inner-banner-section .row-wrapper {
    grid-template-columns: 480px 400px;
  }
  .inner-banner-section .inner-banner-content p {
    font-size: 18px;
    line-height: 30px;
  }
  .inner-banner-section .inner-banner-image {
    height: 440px;
  }
  .out-story-section .title .title-icon {
    margin-bottom: 30px;
  }
  .out-story-section .our-story-box .our-story-img-two {
    height: 360px;
  }
  .out-story-section .our-story-box .our-story-img-one {
    height: 340px;
  }
  .out-story-section .our-story-box h2 {
    margin-bottom: 15px;
  }
  .meet-the-founder-section .row-wrapper {
    grid-template-columns: auto 390px;
    gap: 50px;
  }
  .meet-the-founder-section .row-wrapper .left-col p {
    font-size: 16px;
    line-height: 30px;
  }
  .our-difference-section .title {
    margin-bottom: 50px;
  }
  ul.our-difference-box-list {
    gap: 30px;
  }
  ul.our-difference-box-list li.our-difference-box h4 {
    margin-bottom: 15px;
  }
  ul.our-difference-box-list li.our-difference-box p {
    font-size: 16px;
    max-width: 245px;
  }
  .inner-banner-section {
    padding: 150px 0px 30px 0px;
  }
  .contact-us-section {
    padding: 55px 0px 100px 0px;
  }
  .contact-us-section .row-wrapper .left-col .location-wrapper {
    margin-top: 30px;
  }
  .contact-inner-banner {
    padding: 150px 0px 140px 0px;
  }
  .contact-us-section {
    padding: 55px 0px 100px 0px;
  }
  ul.contact-detail-list li a {
    font-size: 18px;
  }
  .contact-us-section .row-wrapper {
    grid-template-columns: auto 550px;
    gap: 30px;
  }
  .contact-us-section .row-wrapper .left-col h2 {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 50px;
    max-width: 330px;
  }
  .contact-us-section .row-wrapper .left-col p {
    font-size: 16px;
  }
  ul.contact-detail-list li .wrapper h5 {
    font-size: 19px;
  }
  .gform_wrapper .gform_footer .gform_button {
    font-size: 14px;
    padding: 14px 30px;
  }
  .contact-form p {
    font-size: 15px;
  }
  .contact-form h3 {
    font-size: 32px;
  }
  .contact-inner-banner .inner-banner-wrapper {
    max-width: 700px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select {
    height: 45px;
  }
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px !important;
  }
  ul.contact-detail-list li {
    padding-right: 25px;
    margin-right: 25px;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
    height: 110px !important;
  }
  body.error404 {
    margin-top: 123px;
  }
  .page-not-found {
    padding: 30px 0px 90px 0px;
  }
  .page-not-found .btn-wrap {
    margin-top: 35px;
  }
  .product-category-section {
    padding: 80px 0px 110px 0px;
  }
  .category-list-wrapper .category-title-wrapper p {
    line-height: 180%;
  }
  .category-list-wrapper .category-wrapper ul.category-list li {
    margin-bottom: 35px;
  }
  .category-list-wrapper .category-wrapper ul.category-list {
    height: 470px;
  }
  .category-list-wrapper .category-wrapper {
    height: 535px;
    top: 140px;
  }
  .category-list-wrapper .category-wrapper h3.category-title {
    font-size: 25px;
    padding: 15px 20px;
  }
  .category-list-wrapper {
    gap: 50px;
    grid-template-columns: 300px auto;
  }
  .category-list-wrapper .category-title-wrapper h2 {
    margin-bottom: 15px;
  }
  .category-list-wrapper .category-wrapper ul.category-list li label {
    font-size: 17px;
  }
  .category-list-wrapper .category-product-list {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  input[type=checkbox]:before {
    width: 18px;
    height: 18px;
  }
  .category-list-wrapper .category-title-wrapper {
    margin-bottom: 30px;
  }
  .out-story-section .our-story-box .left-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-form .whatsapp-box {
    gap: 30px;
    padding: 30px 25px 30px 30px;
    grid-template-columns: auto 190px;
  }
  .whatsapp-btn.btn-main {
    padding: 13px 20px;
    font-size: 15px;
  }
  ul.contact-detail-list {
    padding: 30px 10px 0px 20px;
  }
}
@media (max-width: 992px) {
  .gold-coast-section::before, .floral-crations-section::before, .out-story-section::before, .footer-section::before, .our-difference-section::before, .contact-us-section::before, .product-category-section::before {
    height: 38px;
    top: -37px;
  }
}
@media (max-width: 991px) {
  #header .call-btn a.call-link {
    font-size: 20px;
  }
  .gold-coast-section::before, .floral-crations-section::before, .out-story-section::before, .footer-section::before, .our-difference-section::before, .contact-us-section::before, .product-category-section::before {
    height: 38px;
    top: -37px;
  }
  .gold-coast-section .row-wrapper {
    grid-template-columns: 360px auto;
    gap: 40px;
  }
  .gold-coast-section .row-wrapper .gold-coast-img {
    height: 450px;
    padding: 0px 15px 20px 15px;
  }
  .gold-coast-section .gold-coast-content h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .gold-coast-section .gold-coast-content p {
    font-size: 15px;
    line-height: 25px;
  }
  .gold-coast-section .flowers-memories-box h5 {
    font-size: 16px;
  }
  .gold-coast-section .flowers-memories-box h6 {
    font-size: 14px;
  }
  .gold-coast-section .flowers-memories-box h4 {
    font-size: 17px;
  }
  .gold-coast-section .flowers-memories-box {
    width: 120px;
    height: 120px;
  }
  .gold-coast-section {
    padding: 50px 0px 70px 0px;
  }
  .all-events-section {
    padding: 60px 0px 80px 0px;
  }
  ul.product-slider-list li.product-box .product-image {
    height: 300px;
  }
  html ul.product-slider-list .slick-prev, html ul.product-slider-list .slick-next {
    width: 45px;
    height: 45px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-box-title {
    padding: 19px 15px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-box-title h4 {
    font-size: 17px;
    line-height: 25px;
  }
  .benifits-section {
    padding: 70px 0px;
  }
  ul.benifits-icon-box-list {
    grid-template-columns: 100%;
    gap: 50px;
  }
  ul.benifits-icon-box-list li.benifits-icon-box {
    max-width: 400px;
    margin: 0 auto;
  }
  .all-events-section .product-slider-btn {
    margin-top: 50px;
  }
  .btn-main {
    padding: 10px 35px;
    font-size: 14px;
  }
  ul.social-icon-list {
    justify-content: flex-start;
  }
  .footer-section p.copyright {
    text-align: left;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-map iframe {
    width: 160px;
    height: 160px;
  }
  .footer-col-three {
    margin: 0px 20px 0px 20px;
  }
  .footer-links li {
    margin-bottom: 20px;
  }
  .footer-col-two {
    margin-left: 30px;
    width: auto;
    padding-top: 20px;
    margin-right: 20px;
  }
  .footer-top .footer-logo a {
    max-width: 160px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
  .inner-banner-section .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .out-story-section .our-story-box {
    gap: 30px;
    grid-template-columns: auto 280px;
  }
  .meet-the-founder-section .row-wrapper {
    grid-template-columns: auto 320px;
    gap: 30px;
  }
  .footer-links li a {
    font-size: 16px;
  }
  .footer-top .footer-logo a {
    max-width: 150px;
  }
  .inner-banner-section .inner-banner-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .contact-us-section .row-wrapper .left-col h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .contact-us-section .row-wrapper {
    grid-template-columns: auto 420px;
  }
  ul.contact-detail-list li {
    padding-right: 15px;
    margin-right: 15px;
  }
  .contact-us-section .row-wrapper .left-col .location-wrapper .location-detail a.location-link {
    font-size: 13px;
  }
  ul.contact-detail-list li .wrapper h5 {
    font-size: 16px;
  }
  ul.contact-detail-list li a {
    font-size: 15px;
  }
  .contact-us-section .row-wrapper .left-col p {
    font-size: 14px;
  }
  .contact-form h3 {
    font-size: 27px;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
    height: 90px !important;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content p {
    font-size: 14px;
    line-height: 25px;
    margin-right: 120px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content {
    padding-right: 60px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content h2 {
    margin-bottom: 5px;
    margin-right: 20px;
    font-size: 30px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content .satisfaction-btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .satisfaction-guaranteed-section {
    background-position: right -200px center;
  }
  .contact-us-section .row-wrapper {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .contact-form {
    margin-top: 0;
    border-radius: 10px 130px 10px 10px;
  }
  .contact-us-section .row-wrapper .right-col {
    order: -1;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .gold-coast-section::before, .floral-crations-section::before, .out-story-section::before, .footer-section::before, .our-difference-section::before, .contact-us-section::before, .product-category-section::before {
    height: 29px;
    top: -28px;
  }
  .inner-banner-section .inner-banner-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .inner-banner-section .row-wrapper {
    grid-template-columns: 340px 330px;
  }
  .inner-banner-section .inner-banner-content p {
    font-size: 15px;
    line-height: 20px;
  }
  .inner-banner-section .inner-banner-image {
    height: 350px;
    padding: 0px 20px 20px 20px;
  }
  .out-story-section .title .title-icon {
    margin-bottom: 10px;
  }
  .out-story-section .our-story-wrapper {
    margin-bottom: 40px;
  }
  .out-story-section .our-story-box {
    padding: 40px 30px 40px 30px;
    gap: 30px;
    grid-template-columns: 100%;
  }
  .out-story-section .our-story-box .our-story-img-two {
    height: 340px;
    margin-bottom: 0px;
  }
  .out-story-section {
    padding: 50px 0px 60px 0px;
  }
  .meet-the-founder-section {
    padding: 60px 0px 70px 0px;
  }
  .meet-the-founder-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .meet-the-founder-section .row-wrapper .left-col h2 {
    margin-bottom: 10px;
  }
  .our-difference-section {
    padding: 50px 0px 70px 0px;
  }
  ul.our-difference-box-list li.our-difference-box .difference-box-icon {
    max-width: 60px;
    width: 60px;
    height: 60px;
  }
  ul.our-difference-box-list li.our-difference-box h4 {
    margin-bottom: 10px;
  }
  ul.our-difference-box-list li.our-difference-box p {
    font-size: 15px;
    max-width: 245px;
  }
  ul.our-difference-box-list li.our-difference-box h4 {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .contact-inner-banner .inner-banner-wrapper {
    max-width: 550px;
  }
  .inner-banner-section {
    padding: 140px 0px 30px 0px;
  }
  .inner-banner-section .inner-banner-content {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .contact-us-section .row-wrapper .left-col h2 {
    font-size: 37px;
    line-height: 45px;
    max-width: 100%;
  }
  .contact-us-section {
    padding: 55px 0px 80px 0px;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
    height: 100px !important;
  }
  .page-not-found h1 {
    font-size: 55px;
  }
  .page-not-found h2 {
    font-size: 25px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content p {
    font-size: 14px;
    line-height: 25px;
    margin-right: 120px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content {
    padding-right: 60px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content h2 {
    margin-bottom: 5px;
    margin-right: 20px;
    font-size: 30px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content .satisfaction-btn {
    margin-top: 20px;
  }
  .inner-banner-section.flowers-inner-banner-section .row-wrapper {
    grid-template-columns: 370px 330px;
  }
  .inner-banner-section.flowers-inner-banner-section {
    padding: 140px 0px 40px 0px;
  }
  .category-list-wrapper .category-wrapper {
    top: 130px;
  }
  .category-list-wrapper .category-title-wrapper {
    margin-bottom: 20px;
  }
  .category-list-wrapper .category-product-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-category-section {
    padding: 80px 0px 90px 0px;
  }
  ul.product-slider-list li.product-box .product-image {
    height: 250px;
  }
  .meet-the-founder-section .row-wrapper .content-wrapper {
    position: unset;
  }
}
@media (max-width: 767px) {
  .category-list-wrapper .category-product-list .product-box .product-image {
    height: 400px;
  }
  .contact-form .whatsapp-box {
    padding: 30px 15px 30px 15px;
    grid-template-columns: 100%;
    border-radius: 10px;
    text-align: center;
  }
  .contact-form .whatsapp-box p {
    text-align: center;
  }
  .whatsapp-btn.btn-main {
    margin: 0 auto;
    margin-top: 20px;
  }
  .whatsapp-big-icon {
    height: 150px;
    width: 150px;
    margin: 0 auto;
  }
  .contact-form {
    border-radius: 10px;
  }
}
@media (max-width: 580px) {
  #header .call-btn a.call-link {
    display: none;
  }
  #header .call-btn {
    margin-right: 0px;
  }
  #header .wrapper .header-menu .logo a {
    width: 115px;
  }
  .gold-coast-section::before, .out-story-section::before, .our-difference-section::before, .contact-us-section::before, .product-category-section::before {
    height: 38px;
    top: -36px;
    background-image: url(../images/mobile-orange-bg-shap.svg);
  }
  .floral-crations-section::before, .footer-section::before {
    height: 38px;
    top: -36px;
    background-image: url(../images/mobile-yellow-bg-shap.svg);
  }
  .main-banner-section {
    padding: 120px 0px 105px 0px;
  }
  .main-banner-section .main-banner-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .main-banner-section .main-banner-content p {
    font-size: 20px;
    line-height: 30px;
  }
  .gold-coast-section {
    padding: 25px 0px 50px 0px;
  }
  .gold-coast-section .row-wrapper .gold-coast-img {
    height: 395px;
  }
  .gold-coast-section .title {
    margin-bottom: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .gold-coast-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .gold-coast-section .flowers-memories-box h5 {
    font-size: 15px;
  }
  .gold-coast-section .flowers-memories-box h6 {
    font-size: 13px;
  }
  .gold-coast-section .flowers-memories-box {
    width: 104px;
    height: 104px;
    margin-top: -20px;
  }
  .gold-coast-section .gold-coast-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .gold-coast-section .gold-coast-btn {
    margin-top: 40px;
  }
  .all-events-section {
    padding: 50px 0px 70px 0px;
  }
  .title {
    margin-bottom: 35px;
  }
  ul.product-slider-list li.product-box .product-image {
    height: 425px;
  }
  .all-events-section .product-slider-btn {
    margin-top: 35px;
  }
  .btn-main.outline-white {
    padding: 9px 47px;
    font-size: 16px;
  }
  .floral-crations-section {
    padding: 43px 0px 50px 0px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-box-title {
    padding: 20px 15px;
  }
  ul.floral-crations-box-list li.floral-crations-box:nth-child(2) {
    border-radius: 20px;
  }
  ul.floral-crations-box-list {
    grid-template-columns: 100%;
    gap: 20px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-crations-image {
    height: 440px;
  }
  ul.floral-crations-box-list li.floral-crations-box .floral-box-title h4 {
    line-height: 35px;
    font-size: 22px;
  }
  .benifits-section {
    padding: 50px 0px;
  }
  ul.benifits-icon-box-list li.benifits-icon-box .benifits-icon {
    height: 100px;
    width: 100px;
    min-width: 100px;
    margin-bottom: 10px;
  }
  ul.benifits-icon-box-list {
    gap: 30px;
  }
  h4 {
    font-size: 26px;
    line-height: 40px;
  }
  #header.fixed .wrapper .header-menu .logo a {
    width: 100px;
  }
  #header .call-btn .call-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .main-banner-section .banner-btn .btn-main {
    width: 100%;
  }
  .satisfaction-guaranteed-section {
    padding: 50px 0px 88px 0px;
    background-image: url(../images/satisfation-mobile-img.svg) !important;
    background-position: right bottom;
    background-size: 40%;
  }
  .footer-col-two, .footer-col-three, .footer-col-four {
    display: none;
  }
  .footer-section {
    padding: 15px 0px 20px 0px;
  }
  .footer-col-one {
    width: 100%;
  }
  .footer-top .footer-logo a {
    max-width: 230px;
    margin: 0 auto;
  }
  ul.social-icon-list {
    justify-content: center;
  }
  .footer-section p.copyright {
    text-align: center;
  }
  .mobile-block {
    display: block;
  }
  #header ul.contact-information-list {
    margin-top: 20px;
  }
  .meet-founder-img.d-mobile-block {
    display: block;
  }
  .inner-banner-section .inner-banner-image {
    margin-bottom: 10px;
    border-radius: 0px;
    padding: 0px 15px 20px 15px;
  }
  .inner-banner-section {
    padding: 120px 0px 70px 0px;
  }
  .inner-banner-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 15px;
  }
  .inner-banner-section .row-wrapper .right-col {
    order: -1;
  }
  .inner-banner-section .inner-banner-content h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    text-align: center;
  }
  .out-story-section {
    padding: 30px 0px 50px 0px;
  }
  .out-story-section .our-story-wrapper .title h2 {
    font-size: 26px;
  }
  .out-story-section .title {
    margin-bottom: 15px;
  }
  .out-story-section .our-story-wrapper p {
    max-width: 720px;
    font-size: 16px;
    line-height: 150%;
  }
  .inner-banner-section .inner-banner-content p {
    text-align: center;
  }
  .inner-banner-section .inner-banner-content .inner-banner-btn .btn-main {
    margin: 0 auto;
  }
  .out-story-section .our-story-box {
    padding: 30px 20px 30px 20px;
    gap: 30px;
    border-radius: 10px;
  }
  .out-story-section .our-story-box .left-col {
    grid-template-columns: 100%;
  }
  .out-story-section .our-story-box .our-story-img-one {
    height: 270px;
  }
  .out-story-section .our-story-box .our-story-img-one img {
    border-radius: 0px 0px 0px 40px;
  }
  .out-story-section .our-story-box .our-story-img-two {
    height: 270px;
  }
  .out-story-section .our-story-box .our-story-img-two img {
    border-radius: 0px 40px 0px 0px;
  }
  .out-story-section .our-story-box p {
    line-height: 150%;
    font-size: 15px;
  }
  .meet-the-founder-section {
    padding: 50px 0px 70px 0px;
  }
  .d-destop-none {
    display: none;
  }
  .out-story-section .our-story-wrapper {
    margin-bottom: 30px;
  }
  .meet-the-founder-section .row-wrapper .left-col h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .meet-the-founder-section .meet-founder-img {
    margin-bottom: 20px;
  }
  .meet-the-founder-section .meet-founder-img img {
    border-radius: 10px;
  }
  .meet-the-founder-section .row-wrapper .left-col p {
    font-size: 15px;
    line-height: 150%;
  }
  .our-difference-section {
    padding: 30px 0px 80px 0px;
  }
  .our-difference-section .title {
    margin-bottom: 40px;
  }
  ul.our-difference-box-list {
    grid-template-columns: 100%;
    gap: 40px;
  }
  ul.our-difference-box-list li.our-difference-box h4 {
    margin-bottom: 5px;
  }
  ul.our-difference-box-list li.our-difference-box p {
    max-width: 240px;
  }
  html .menu.nav-main.nav.section {
    padding: 100px 20px 20px 20px !important;
  }
  html.menu-open #header.fixed .menu.nav-main.nav.section {
    padding: 85px 20px 20px 20px !important;
  }
  .contact-us-section {
    padding: 45px 0px 80px 0px;
  }
  .contact-form h3 {
    font-size: 24px;
  }
  .contact-form p {
    font-size: 14px;
  }
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px !important;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select {
    height: 40px;
    border-radius: 5px;
    font-size: 15px !important;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
    height: 90px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    font-size: 13px;
    padding: 10px 25px;
  }
  .contact-us-section .row-wrapper .left-col h2 {
    font-size: 28px;
    line-height: 35px;
    max-width: 270px;
  }
  .contact-us-section .row-wrapper .left-col p {
    font-size: 15px;
    line-height: 150%;
  }
  .contact-us-section .row-wrapper .left-col .location-wrapper {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .contact-us-section .row-wrapper .left-col .location-wrapper .location-detail a.location-link {
    max-width: 100%;
  }
  ul.contact-detail-list li .wrapper h5 {
    font-size: 18px;
  }
  ul.contact-detail-list li a {
    font-size: 17px;
  }
  ul.contact-detail-list li {
    padding-right: 0px;
    margin-right: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  ul.contact-detail-list {
    flex-direction: column;
  }
  ul.contact-detail-list li:before {
    right: 0px;
    top: auto;
    width: 100%;
    height: 1px;
    bottom: 0;
  }
  ul.contact-detail-list li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 10px 20px !important;
  }
  .contact-us-section .row-wrapper {
    gap: 40px;
  }
  .contact-us-section .row-wrapper .right-col {
    margin-bottom: 20px;
  }
  body.error404 {
    margin-top: 100px;
  }
  .page-not-found {
    padding: 20px 0px 80px 0px;
  }
  .page-not-found h1 {
    font-size: 45px;
    padding-bottom: 10px;
  }
  .page-not-found h2 {
    font-size: 20px;
  }
  .page-not-found .btn-wrap {
    margin-top: 25px;
  }
  .satisfaction-guaranteed-section .satisfaction-guaranteed-content {
    background-color: unset;
    border-radius: 0px;
    padding: 0px;
  }
  .gform_confirmation_message {
    padding: 15px 20px;
    font-size: 15px;
  }
  .product-category-section {
    padding: 40px 0px 80px 0px;
  }
  .category-list-wrapper .category-wrapper {
    position: unset;
    height: auto;
  }
  .category-list-wrapper {
    gap: 35px;
    grid-template-columns: 100%;
  }
  .category-list-wrapper .category-wrapper ul.category-list {
    height: 290px;
  }
  html ul.category-product-list .slick-prev, html ul.category-product-list .slick-next {
    width: 45px;
    height: 45px;
  }
  .inner-banner-section .inner-banner-content {
    padding-bottom: 0px;
    padding-top: 10px;
  }
  .inner-banner-section.flowers-inner-banner-section .row-wrapper {
    grid-template-columns: 100%;
  }
  .inner-banner-section.flowers-inner-banner-section {
    padding: 120px 0px 80px 0px;
  }
  ul.product-slider-list li.product-box:hover .product-image img {
    transform: unset;
  }
  .inner-banner-section.flowers-inner-banner-section {
    background-size: cover;
    background-position: center;
  }
}/*# sourceMappingURL=style.css.map */