@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  scroll-behavior: smooth;
}

a:visited {
  color: unset;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

a {
  color: #263409;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 18px;
}
a:hover {
  color: #F1FFD5;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #585957;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #585957;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #585957;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #585957;
}

.button {
  padding: 14px 24px;
  background: #F1FFD5;
  box-shadow: none;
  border: none;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  display: inline-flex;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  justify-content: center;
  transition: all 1s;
}
.button:hover {
  background-color: #F1FFD5;
  color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.secondary-bg {
  background-color: #F1FFD5;
}

.primary-bg {
  background-color: #263409;
}

.section-margin {
  margin: 120px 0;
}
@media (max-width: 1199px) {
  .section-margin {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-margin {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-margin {
    margin: 40px 0;
  }
}

.section-specing {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-specing {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-specing {
    padding: 40px 0;
  }
}

.margin-top50 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .margin-top50 {
    margin-top: 30px;
  }
}

.title {
  display: flex;
  justify-content: end;
}
.title h2 {
  color: #263409;
  position: relative;
  padding: 0 94px;
}
@media (max-width: 1199px) {
  .title h2 {
    padding: 0 64px;
  }
}
@media (max-width: 991px) {
  .title h2 {
    padding: 0px 60px;
  }
}
.title h2:before, .title h2:after {
  background-size: contain;
  position: absolute;
  content: "";
  background-image: url("../images/title-icon.svg");
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 54px;
  height: 16px;
  background-repeat: no-repeat;
  filter: invert(52%) sepia(99%) saturate(1399%) hue-rotate(338deg) brightness(88%);
}
@media (max-width: 991px) {
  .title h2:before, .title h2:after {
    width: 40px;
  }
}
.title h2:after {
  left: auto;
  right: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #F1FFD5;
}

.page {
  margin-bottom: 0;
}

.wp-block-woocommerce-coming-soon.woocommerce-coming-soon-store-only {
  background: #F1FFD5;
  color: #fff;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #585957;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
}

p {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #585957;
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
p:not(:last-child) {
  margin-bottom: 16px;
}
p:empty {
  display: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
h1:empty, .h1:empty,
h2:empty, .h2:empty,
h3:empty, .h3:empty,
h4:empty, .h4:empty,
h5:empty, .h5:empty,
h6:empty, .h6:empty {
  display: none;
}

h1,
.h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -2px;
}
@media (max-width: 1800px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2px;
}
@media (max-width: 1800px) {
  h2,
  .h2 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1px;
}
@media (max-width: 1800px) {
  h3,
  .h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2px;
}
@media (max-width: 1800px) {
  h4,
  .h4 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 28px;
  }
}

h5,
.h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2px;
}
@media (max-width: 1800px) {
  h5,
  .h5 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}

h6,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2px;
}
@media (max-width: 991px) {
  h6,
  .h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

header.site-header {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  padding: 16px 0;
}
@media (max-width: 1570px) {
  header.site-header a.custom-logo-link {
    width: 85px;
  }
}
@media (max-width: 1570px) and (max-width: 480px) {
  header.site-header a.custom-logo-link {
    width: 70px;
  }
}
@media (max-width: 1023px) {
  header.site-header .site-branding {
    text-align: center;
  }
}
header.site-header p.site-title {
  display: none;
}
header.site-header.site-header .container {
  display: grid;
  width: 100%;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 60px;
}
@media (max-width: 1439px) {
  header.site-header.site-header .container {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  header.site-header.site-header .container {
    gap: 15px;
  }
}
@media (min-width: 1023px) {
  header.site-header.sticky-top {
    top: 0;
    animation: smoothScroll 1s forwards;
    -webkit-animation: smoothScroll 1s forwards;
    -moz-animation: smoothScroll 1s forwards;
    -o-animation: smoothScroll 1s forwards;
    -ms-animation: smoothScroll 1s forwards;
    background-color: #F1FFD5;
  }
}
header.site-header .main-navigation {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}
header.site-header .main-navigation ul {
  gap: 40px;
}
@media (max-width: 1570px) {
  header.site-header .main-navigation ul {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  header.site-header .main-navigation ul {
    gap: 15px;
  }
}
header.site-header .main-navigation ul li.current_page_item a:after {
  width: 100%;
  background: #ffffff;
  transition: width 0.5s ease;
}
header.site-header .main-navigation ul li.menu-item-has-children a {
  padding-right: 22px;
}
header.site-header .main-navigation ul li.menu-item-has-children a:hover:before {
  transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  top: 40%;
}
header.site-header .main-navigation ul li.menu-item-has-children a:before {
  position: absolute;
  content: "";
  background-image: url(./../images/downarow.svg);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 13px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
header.site-header .main-navigation ul li ul.sub-menu {
  background-color: rgba(241, 255, 213, 0.7);
  flex-direction: column;
  gap: 0;
}
header.site-header .main-navigation ul li ul.sub-menu li a {
  color: #ffffff;
  padding: 10px 10px;
}
@media (max-width: 1023px) {
  header.site-header .main-navigation ul li ul.sub-menu li a {
    padding: 0 16px;
  }
}
header.site-header .main-navigation ul li ul.sub-menu li a::before {
  display: none;
}
header.site-header .main-navigation ul li a {
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1439px) {
  header.site-header .main-navigation ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  header.site-header .main-navigation ul li a {
    font-size: 14px;
  }
}
header.site-header .main-navigation ul li a:hover:after {
  width: 100%;
  background: #ffffff;
  transition: width 0.5s ease;
}
header.site-header .main-navigation ul li a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 0;
  background: #ffffff;
  left: 0;
  transition: width 0s ease, background 0.5s ease;
  z-index: -1;
}
header.site-header .main-navigation ul li a:visited {
  color: #ffffff;
}
header.site-header .header-button {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  header.site-header .header-button {
    gap: 12px;
  }
}
header.site-header .header-button span.cart-count {
  height: 22px;
  width: 22px;
  position: absolute;
  right: -10px;
  bottom: 13px;
  background: #206779;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}
header.site-header .header-button a {
  position: relative;
  min-width: 24px;
}
header.site-header .header-button a img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1439px) {
  header.site-header .header-button .btn {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  header.site-header .header-button .btn {
    font-size: 14px;
    padding: 14px 10px;
  }
}
@media (max-width: 1023px) {
  header.site-header {
    background-color: #F1FFD5;
    padding: 10px 0;
    height: 70px;
  }
  header.site-header .site-branding {
    text-align: center;
  }
  header.site-header .menu-bar-center {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    transform: translate(-50%, -50%);
  }
  header.site-header .menu-bar-center img.custom-logo {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: 100%;
  }
  header.site-header .main-navigation.toggled .menu-main-menu-container {
    left: 0;
  }
  header.site-header .menu-main-menu-container {
    position: fixed;
    top: 70px;
    left: -250px;
    width: 250px;
    height: calc(100% - 70px);
    background-color: #F1FFD5;
    padding: 16px;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
  }
  header.site-header .menu-main-menu-container.open {
    left: 0;
  }
  header.site-header .menu-main-menu-container ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  header.site-header .menu-main-menu-container ul li {
    margin-bottom: 10px;
  }
  header.site-header .menu-main-menu-container ul li ul.sub-menu {
    position: relative;
    display: none;
  }
  header.site-header .menu-main-menu-container ul li.focus {
    left: auto;
    display: block !important;
  }
  header.site-header .main-navigation ul li:hover > ul,
  header.site-header .main-navigation ul li.focus > ul {
    display: block !important;
    background: transparent;
    box-shadow: none;
  }
  header.site-header .main-navigation ul li:hover > ul a,
  header.site-header .main-navigation ul li.focus > ul a {
    padding: 0 16px;
  }
  header.site-header #toggle {
    width: 28px;
    height: 30px;
    /* margin: 10px auto; */
    background: transparent;
    border: 0;
    padding: 0;
    display: block;
  }
  header.site-header #toggle div {
    width: 100%;
    height: 3px;
    background: white;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  header.site-header #toggle.on .one {
    transform: rotate(45deg) translate(2px, 3px);
  }
  header.site-header #toggle.on .two {
    opacity: 0;
  }
  header.site-header #toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  header.site-header nav#site-navigation {
    order: -1;
    width: auto;
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(0px);
  }
}
.single-product header {
  background-color: #F1FFD5;
  position: relative;
}
.single-product header.sticky-top {
  position: fixed;
}

.site-footer {
  margin-top: 60px;
}
.site-footer .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .site-footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .container .footer-row {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  background: #263409;
  border-radius: 60px;
  padding: 80px 52px;
  color: #ffffff;
  gap: 60px;
}
@media (max-width: 1599px) {
  .site-footer .container .footer-row {
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 1199px) {
  .site-footer .container .footer-row {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .site-footer .container .footer-row {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .container .footer-row {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
.site-footer .container .footer-row .footer-column.col-left {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1199px) {
  .site-footer .container .footer-row .footer-column.col-left {
    gap: 20px;
  }
}
.site-footer .container .footer-row .footer-column.col-left .logo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
@media (max-width: 1199px) {
  .site-footer .container .footer-row .footer-column.col-left .logo-wrapper a {
    display: flex;
    max-width: 160px;
  }
}
.site-footer .container .footer-row .footer-column.col-left .logo-wrapper p {
  font-size: 22px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 140%;
}
@media (max-width: 1800px) {
  .site-footer .container .footer-row .footer-column.col-left .logo-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .site-footer .container .footer-row .footer-column.col-left .logo-wrapper p {
    font-size: 16px;
  }
}
.site-footer .container .footer-row .footer-column.col-left .footer-nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  gap: 5px;
}
.site-footer .container .footer-row .footer-column.col-left .footer-nav-links nav {
  z-index: 1;
}
.site-footer .container .footer-row .footer-column.col-left .footer-nav-links::before {
  position: absolute;
  content: "";
  background-image: url("./../images/footer-wave.svg");
  height: 298px;
  background-size: contain;
  width: 698px;
  background-repeat: no-repeat;
  top: 20%;
  left: -52px;
  z-index: 0;
}
@media (max-width: 1199px) {
  .site-footer .container .footer-row .footer-column.col-left .footer-nav-links::before {
    left: -40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-footer .container .footer-row .footer-column.col-left .footer-nav-links::before {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .site-footer .container .footer-row .footer-column.col-left .footer-nav-links {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .site-footer .container .footer-row .footer-column.col-left .footer-nav-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.site-footer .container .footer-row .footer-column.col-left .footer-nav-links h5 {
  margin-bottom: 16px;
}
.site-footer .container .footer-row .footer-column.col-left .footer-nav-links ul.nav-links li {
  list-style: none;
  margin-bottom: 14px;
}
.site-footer .container .footer-row .footer-column.col-left .footer-nav-links ul.nav-links li a {
  position: relative;
  color: #ffffff;
}
.site-footer .container .footer-row .footer-column.col-left .footer-nav-links ul.nav-links li a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 0;
  background: #ffffff;
  left: 0;
  transition: width 0s ease, background 0.5s ease;
  z-index: -1;
}
.site-footer .container .footer-row .footer-column.col-left .footer-nav-links ul.nav-links li a:hover {
  color: #ffffff;
}
.site-footer .container .footer-row .footer-column.col-left .footer-nav-links ul.nav-links li a:hover:after {
  width: 100%;
  background: #ffffff;
  transition: width 0.5s ease;
}
.site-footer .container .footer-row .footer-column.col-left .footer-contact-details ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 767px) {
  .site-footer .container .footer-row .footer-column.col-left .footer-contact-details ul {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
.site-footer .container .footer-row .footer-column.col-left .footer-contact-details ul li {
  display: flex;
  gap: 26px;
  margin-bottom: 40px;
  list-style: none;
}
.site-footer .container .footer-row .footer-column.col-left .footer-contact-details ul li:last-child {
  margin-bottom: 0;
}
.site-footer .container .footer-row .footer-column.col-left .footer-contact-details ul li a {
  color: #ffffff;
}
.site-footer .container .footer-row .footer-column.col-left .footer-contact-details ul li span {
  height: 62px;
  width: 62px;
  min-width: 62px;
  border-radius: 100px;
  border: 0.91px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(36.4285736084px);
          backdrop-filter: blur(36.4285736084px);
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .site-footer .container .footer-row .footer-column.col-left .footer-contact-details ul li span {
    height: 42px;
    width: 42px;
    min-width: 42px;
    padding: 10px;
  }
}
.site-footer .container .footer-row .footer-column.col-left .footer-contact-details ul li h5 {
  margin-bottom: 1px;
}
.site-footer .container .footer-row .footer-column.col-right {
  max-width: 620px;
}
.site-footer .container .footer-row .footer-column.col-right span {
  border-radius: 30px;
  overflow: hidden;
  display: block;
  height: 100%;
}
@media (max-width: 1199px) {
  .site-footer .container .footer-row .footer-column.col-right span {
    max-height: 400px;
  }
}
.site-footer .container .footer-row .footer-column.col-right span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer .container .footer-bottom {
  padding-top: 26px;
  text-align: center;
  padding-bottom: 16px;
}
.site-footer .container .footer-bottom p {
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .site-footer .container .footer-bottom p {
    font-size: 16px;
  }
}

.btn {
  padding: 14px 24px;
  background: #F1FFD5;
  box-shadow: none;
  border: none;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  display: inline-flex;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  z-index: 1;
  margin-right: 41px;
  transition: all 1s;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    padding: 14px 20px;
  }
}
.btn:visited {
  color: #ffffff;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  background: #F1FFD5;
  color: #ffffff;
  z-index: -1;
  right: -40px;
  height: 46px;
  width: 46px;
  border-radius: 100px;
  transform: translateY(-50%);
  transition: all 1s;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url("./../images/btn-cross-icon.svg");
  height: 14px;
  width: 14px;
  max-width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0);
  right: -25px;
  transition: all 1s;
}
.btn:hover {
  background-color: #F1FFD5;
  color: #ffffff;
}
.btn:hover::before {
  background-color: #F1FFD5;
  color: #ffffff;
}
.btn:hover::after {
  transform: translateY(-50%) rotate(45deg);
}
.btn.btn-primary::after {
  filter: invert(98%) sepia(8%) saturate(827%) hue-rotate(253deg) brightness(111%) contrast(100%);
}
.btn.btn-secondary {
  background: #ffffff;
  color: #000000;
}
.btn.btn-secondary::before {
  background: #ffffff;
  color: #000000;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background: #F1FFD5;
}
.btn.btn-secondary:hover::before {
  color: #ffffff;
  background: #F1FFD5;
}
.btn.btn-secondary:hover::after {
  filter: invert(98%) sepia(8%) saturate(827%) hue-rotate(253deg) brightness(111%) contrast(100%);
}

.section-home_hero {
  padding-top: 263px;
}/*# sourceMappingURL=style.css.map */