html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
small,
strong,
ol,
ul,
li,
form,
label,
table,
tbody,
thead,
tr,
th,
td,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #1f1f1f;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  display: flex;
}

hr {
  display: block;
  height: 0.063rem;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #ba9674;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

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

body {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  background-color: #f9f5ef;
  font-weight: 400;
  color: #1f1f1f;
  letter-spacing: 0.01rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.verticalLine {
  margin: 0 0.625rem;
}

.decoration {
  position: relative;
  height: 2.5rem;
  top: -0.063rem;
}
.decoration svg {
  height: 100%;
  width: 100%;
}
.decoration svg path {
  fill: #ba9674;
}

.p150 {
  padding: 0 9.375rem;
}

.btnPrimary {
  background-color: #1f1f1f;
  min-width: 10rem;
  justify-content: center;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #f9f5ef !important;
  border-radius: 0.125rem;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
  font-weight: 500;
  padding: 0 1.25rem;
  overflow: hidden;
  transition: all 0.3s linear;
}
.btnPrimary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}
.btnPrimary:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
  color: inherit;
}

.heading .headingSubtitle {
  position: relative;
  font-size: 0.8rem;
  color: #222222;
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
}
.heading .headingSubtitle::before {
  content: "";
  position: absolute;
  left: -4.375rem;
  top: 50%;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #1f1f1f;
  transform: translateY(-50%);
}
.heading .headingTitle {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
.heading .headingDesc {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #9b9b9b;
}

.mb40 {
  margin-bottom: 2.5rem;
}

.mt30 {
  margin-top: 1.875rem;
}

@media (max-width: 1100px) {
  .decoration svg {
    height: 1.563rem;
  }
  .p100 {
    padding: 0 1.25rem;
  }
}
.aboutUsDecoration {
  background-image: url(../images/cetkice.jpeg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding-top: 7rem;
  margin-right: 9.375rem;
}
.aboutUsDecoration .aboutUs {
  width: 50%;
  margin-left: auto;
  background-color: #f9f5ef;
  padding: 7rem 0 7rem 7rem;
}

.galleryDecoration .gallery {
  background-color: #fbe7ce;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.galleryDecoration .gallery .heading {
  width: 55%;
  margin: 0 auto 4rem auto;
}
.galleryDecoration .gallery .galleryContainer {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 0.938rem;
       column-gap: 0.938rem;
}
.galleryDecoration .gallery .galleryContainer .galleryItem {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 0.938rem;
  background-color: #f9f5ef;
  border-radius: 0.125rem;
}
.galleryDecoration .gallery .galleryContainer .galleryItem img {
  display: block;
  width: 100%;
}
.galleryDecoration .gallery .btnPrimary {
  margin: 1.875rem auto 0;
}
.galleryDecoration .decoration {
  transform: rotate(180deg);
  bottom: -0.063rem;
  top: 0;
}
.galleryDecoration .decoration path {
  fill: #fbe7ce;
}
.galleryDecoration .rotation {
  transform: rotate(0deg);
}

.quotesDecoration .quotes {
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 45%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.quotesDecoration .quotes .quoteIcon img {
  width: 5rem;
}
.quotesDecoration .quotes .sliderQuotes {
  width: 100%;
  position: relative;
}
.quotesDecoration .quotes .sliderQuotes button {
  position: absolute;
  top: 55%;
  line-height: 1.5rem;
  border-radius: 0;
  border: 0;
  color: #1f1f1f;
  background-color: transparent;
  z-index: 1;
  font-family: Poppins, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}
.quotesDecoration .quotes .sliderQuotes button.slick-next.slick-arrow {
  right: -10%;
}
.quotesDecoration .quotes .sliderQuotes button.slick-next.slick-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #1f1f1f;
}
.quotesDecoration .quotes .sliderQuotes button.slick-prev.slick-arrow {
  left: -30%;
}
.quotesDecoration .quotes .sliderQuotes button.slick-prev.slick-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #1f1f1f;
}
.quotesDecoration .quotes .sliderQuotes .quotesItemDesc {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.quotesDecoration .quotes .sliderQuotes .quotesItemMeta .quotesItemMetaTitle {
  color: #9b9b9b;
  font-weight: 300;
  font-size: 0.875rem;
}

.contactDecoration .contact {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.contactDecoration .heading {
  width: 55%;
  margin: 0 auto;
}
.contactDecoration .heading .btnPrimary {
  margin-top: 1.875rem;
}

footer {
  width: 100%;
  margin-top: auto;
}
footer .decoration {
  transform: rotate(180deg);
  top: 0;
}
footer .decoration path {
  fill: #fbe7ce;
}
footer .footer {
  background-color: #fbe7ce;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}
footer .footer .info {
  display: flex;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer .info li a {
  color: #1f1f1f;
  transition: color 0.4s ease-in-out;
  text-transform: capitalize;
}
footer .footer .info li a:hover {
  color: #ba9674;
}
footer .footer .wrappSocialIcons {
  display: flex;
  margin: 0.5rem 0;
}
footer .footer .wrappSocialIcons li:not(:last-child) {
  margin-right: 0.625rem;
}
footer .footer .wrappSocialIcons svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #1f1f1f;
}
footer .footer .wrappSocialIcons a svg {
  transition: fill 0.4s ease-in-out;
}
footer .footer .wrappSocialIcons a svg:hover.facebook {
  fill: #3b5998;
}
footer .footer .wrappSocialIcons a svg:hover.instagram {
  fill: #c13584;
}

@media (max-width: 550px) {
  footer .footer .followUs .wrappSocialIcons li svg {
    width: 0.938rem;
    height: 0.938rem;
  }
}
header.header {
  background-color: #fbe7ce;
  padding: 1.875rem 0;
  transition: 0.5s;
  width: 100%;
}
header.header.sticky {
  animation: slideInDown 0.5s forwards;
  padding: 0.938rem 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
header.header nav {
  display: flex;
  align-items: center;
}
header.header nav h1 {
  width: 17.5rem;
}
header.header nav h1 a {
  display: flex;
}
header.header nav h1 a img {
  width: 100%;
}
header.header nav .hamburger {
  display: none;
  flex-direction: column;
  z-index: 100;
}
header.header nav .hamburger span {
  width: 1.875rem;
  height: 0.125rem;
  background-color: #ba9674;
  margin-bottom: 0.438rem;
  transition: all 0.4s ease-in-out;
}
header.header nav .hamburger span:last-child {
  margin-bottom: 0;
}
header.header nav #hamburger.active .line:nth-child(2) {
  opacity: 0;
}
header.header nav #hamburger.active .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  background-color: #ba9674;
}
header.header nav #hamburger.active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #ba9674;
}
header.header nav .overlayMob {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in;
  transition-delay: 0.2s;
}
header.header nav .overlayMob.active {
  transform: translateX(0);
}
header.header nav ul.wrappNavItems {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header.header nav ul.wrappNavItems li {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  line-height: 30px;
}
header.header nav ul.wrappNavItems li a {
  text-transform: capitalize;
}
header.header nav ul.wrappNavItems li svg {
  color: blue;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  transition: transform 0.3s;
}
header.header nav ul.wrappNavItems li:hover svg {
  transform: rotate(-180deg);
}
header.header nav ul.wrappNavItems li ul.subMenu {
  background-color: #000;
  border-width: 2px 0 2px 0;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(40px);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 180px;
  margin-top: 20px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
}
header.header nav ul.wrappNavItems li ul.subMenu li {
  margin-right: 0;
  width: 100%;
  height: 40px;
}
header.header nav ul.wrappNavItems li ul.subMenu li a {
  height: inherit;
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  width: 100%;
  padding: 0 10px;
}
header.header nav ul.wrappNavItems li ul.subMenu li a:hover {
  color: #e95524;
}
header.header nav ul.wrappNavItems li ul.subMenu::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 100%;
  left: 0;
  bottom: 100%;
}
header.header nav ul.wrappNavItems li:hover ul.subMenu {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
header.header nav ul.wrappNavItems li:not(:last-child) {
  margin-right: 20px;
}

@keyframes slideInDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1300px) {
  header.header nav h1 {
    width: 230px;
  }
}
@media (max-width: 1100px) {
  header.header nav .wrappNavItems {
    transform: translateX(-140%);
    transition: all 0.4s ease-in-out;
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    overflow: auto;
    background-color: #000;
    width: 100%;
    z-index: 9999;
  }
  header.header nav .wrappNavItems ul {
    flex-direction: column;
  }
  header.header nav .wrappNavItems ul li {
    line-height: 35px;
  }
  header.header nav .wrappNavItems ul li:not(:last-child) {
    margin-right: 0;
  }
  header.header nav .wrappNavItems ul li ul.subMenu {
    margin-top: 5px;
    right: -50%;
  }
  header.header nav .wrappNavItems.active {
    transform: translateX(0%);
  }
  header.header nav .hamburger {
    display: flex;
    margin-left: auto;
  }
}
@media (max-width: 450px) {
  header.header nav h1 {
    width: 180px;
  }
  header.header nav .hamburger span {
    width: 25px;
    margin-bottom: 5px;
  }
  header.header nav .hamburger#hamburger.active .line:nth-child(1) {
    transform: translateY(9px) rotate(40deg);
  }
  header.header nav .hamburger#hamburger.active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-40deg);
  }
}/*# sourceMappingURL=style.css.map */