
.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
 .fade-section {
  opacity: 1;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
  .w-nav-button{
    display: block;
  }
  
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
  
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-dyn-bind-empty {
  display: none !important;
}

:root {
  --primary-light: #faf3e8;
  --primary: #c20919;
  --paragraph-color: #a70612;
  --hover-red: #d38587;
  --secondary-section-color: #ebdcd180;
  --red-30: #d385874d;
  --white: white;
  --light-red: #ebdcd1;
  --transparent: #fff0;
  --border-color: #ebd4d4;
  --black: black;
  --white-50: #ffffff80;
  --gray: #e9e9e9;
  --dark-gray: #afafaf;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon,
.w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

@media screen and (max-width: 479px) {

  .w-commerce-commercecartquantity,
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--primary-light);
  color: var(--primary);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

h1 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
}

h5 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
}

h6 {
  color: var(--primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  color: var(--paragraph-color);
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: var(--primary);
  letter-spacing: .05em;
  text-transform: uppercase;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .45s;
}

a:hover {
  color: var(--hover-red);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-color);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;

}

.base-container {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.base-container.large {
  max-width: 1800px;
}

.base-container.full-con {
  max-width: 100%;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 50px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.primary-button:hover {
  border-top-color: var(--paragraph-color);
  background-color: var(--paragraph-color);
  color: var(--white);
}

.news-collection-list-wrapper {
  z-index: 24;
  width: 100%;
  height: 100%;
  position: relative;
}

.button-text {
  color: var(--white);
  letter-spacing: .1em;
}

.clip-text {
  position: relative;
  overflow: hidden;
}

.clip-text.bottom-text {
  position: absolute;
}

.clip-hover-text {
  z-index: 15;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.blog-right-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vert-line {
  background-color: var(--secondary-section-color);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}
.curve-png {
  filter: brightness(0) invert(1);

}

.blog-info-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.project-small-arrow {
  height: 10px;
  margin-left: auto;
  transform: rotate(-45deg);
}

.arrow-clip-wrap {
  position: relative;
  width: 24px; /* match arrow size */
  height: 24px;
  overflow: hidden;
}

.clip-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s ease-in-out;
  z-index: 1;
}

.clip-arrow.top-arrow {
  transform: translate(0, 0);
  z-index: 2;
}

.clip-arrow.bottom-arrow {
  transform: translate(-100%, 100%);
  z-index: 1;
}

.small-link-grid:hover .clip-arrow.top-arrow {
  transform: translate(100%, -100%);
  z-index: 1;
}

.small-link-grid:hover .clip-arrow.bottom-arrow {
  transform: translate(0, 0);
  z-index: 2;
}


.blog-hero-image {
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-top-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-right: auto;
  padding-top: 15px;
  display: grid;
  position: relative;
}

.background-wrapper-2 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-publication {
  border: 1px solid var(--red-30);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  display: flex;
}

.blog-publication:hover {
  border-color: var(--primary);
  background-color: #ffffff0d;
}

.clip-portfolio-wrap {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.blog-long-title {
  letter-spacing: .01em;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3em;
  transition: all .35s;
        font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}

.blog-long-title:hover {
  color: var(--hover-red);
}

.cases-overlay {
  z-index: 1;
  background-color: var(--transparent);
  position: absolute;
  inset: 0%;
}

.project-small-arrow {
  height: 10px;
  transform: rotate(-45deg);
}

.arrow-clip-wrap {
  position: relative;
  width: 20px;
  /* Adjust width as needed */
  height: 20px;
  display: inline-block;
  margin-left: 12px;
  overflow: hidden;
  margin-top: 10px;
}

.clip-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s ease-in-out;
}

.clip-arrow.top-arrow {
  transform: translate(0, 0);
  /* Initial visible arrow */
  z-index: 2;
}

.clip-arrow.bottom-arrow {
  transform: translate(-100%, 100%);
  /* Hidden off-corner */
  z-index: 1;
}

.offerings-link-wrap:hover .clip-arrow.top-arrow {
  transform: translate(100%, -100%);
}

.offerings-link-wrap:hover .clip-arrow.bottom-arrow {
  transform: translate(0, 0);
}

.offerings-link-wrap {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.scroll-cover {
  z-index: 90;
  background-color: var(--primary-light);
  border-radius: 3px;
  height: 100%;
  position: absolute;
  inset: -105% 0% 0%;
}

.blog-bottom-caterory {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-portfolio-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.par-hidden {
  display: none;
}

.background-portfolio-3 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.full-nav-hero-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-hero-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrap-2 {
  text-align: right;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.icon-wrap-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  color: #c20919;
}

.navigation-menu {
  z-index: 900;
  background-color: #0000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.dropdown-header-item-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  min-height: 80px;
  padding: 22px 0;
  transition: all .5s;
  display: flex;
}

.dropdown-menu-5 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-coll-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-intro-item-2 {
  color: var(--primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-left: 0;
  font-weight: 400;
  line-height: 1.5em;
}

.nav-intro-item-2.item-hover {
  color: var(--hover-red);
}

.cross-hor-line-2 {
  background-color: var(--primary);
  border-radius: 100px;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.hero-nav-dropdown-2 {
  font-size: 14px;
  line-height: 1.2em;
}

.header-list-wrap {
  width: 100%;
}

.nav-dropdown-list-item-3 {
  border: 1px solid var(--hover-red);
  background-color: var(--light-red);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 12px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-item-3.megamenu {
  width: 740px;
  left: -355px;
}

.logo-project {
  width: auto;
  height: 20px;
}

.header-link-item-2 {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 22px 0;
  transition: all .5s;
  display: flex;
}

.nav-dropdown-small-icon-2 {
  margin: auto 0;
  font-size: 12px;
  font-weight: 600;
  display: none;
  position: relative;
}

.nav-dropdown-link-span-2 {
  background-color: var(--primary);
  border-radius: 50px;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  display: inline-block;
}

.hero-nav-con-2 {
  position: relative;
  overflow: hidden;
}

.megamenu-dropdown-wrapper-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.logo-link-mobile {
  padding-left: 0;
  display: none;
}

.brand-logo {
  padding-left: 0;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}
.nav-clip{
        padding-top: 0.5rem;

}
.nav-clip.bottom {
  position: absolute;
}

.right-nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.black-nav-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.border-wrap-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.nav-line-white-2 {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.nav-cross-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-shadow-overlay-6 {
  align-items: center;
  display: flex;
}

.line-white-2 {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.cross-vert-line-2 {
  background-color: var(--primary);
  border-radius: 100px;
  width: 1px;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.nav-bg-cover-2 {
  border-bottom: 1px solid var(--red-30);
  opacity: 1;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  background-color: #fdf5f5;
}

.full-width-nav-link-2 {
  justify-content: flex-start;
  width: 100%;
  margin-left: -8px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-duration: .45s;
  display: flex;
}

.full-width-nav-link-2:hover {
  color: var(--hover-red);
  margin-left: 0;
}

.full-width-nav-link-2.w--current {
  color: var(--primary);
  margin-left: 0;
}

.full-width-nav-link-2.w--current:hover {
  opacity: 1;
  color: var(--hover-red);
}

.burger-nav-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 15px;
  display: none;
  position: relative;
}

.nav-text-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-collection-list {
  width: 100%;
}

.nav-tablet-btn {
  justify-content: center;
  align-items: center;
  display: none;
}

.nav-dropdown-link-wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tablet-menu-6 {
  display: none;
}

.megamenu-dropdown-wrap-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.button-link {
  background-color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 15px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-btn-cover {
  background-color: #00000026;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.h6-subtitle {
  font-size: 14px;
}

.h6-subtitle.top-space-insta,
.h6-subtitle.top-space-service {
  margin-top: 10px;
}

.top-scroll-line {
  z-index: 3;
  background-color: var(--red-30);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bottom-scroll-line {
  z-index: 3;
  background-color: var(--red-30);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.clip-2 {
  overflow: hidden;
  position: relative;
  height: 1.7em; /* Height of one line of text */
}

.btn-banner-text {
  transition: transform 0.5s ease;

}

.btn-banner-text:first-child {
  top: 0;
}

.btn-banner-text.button-text-bottom {
  top: 100%;
}

.categories-link:hover .btn-banner-text:first-child {
  transform: translateY(-100%);
}

.categories-link:hover .btn-banner-text.button-text-bottom {
  transform: translateY(-100%);
}

/* Background Drop Fill */
.btn-banner-text p {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn-banner-text p:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #a70612;
  border-radius: 0 0 75% 75% / 0 0 50% 50%;
  transition: height 0.5s ease-in-out;
  z-index: -1;
}

/* .categories-link:hover .btn-banner-text p:after {
  height: 150%;
} */

.benefit-title-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.benefit-title-left {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin-right: auto;
  display: grid;
}

.h2-benefit-title {
  width: 100%;
}

.benefit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}


.clip-title.bottom-title {
  position: absolute;

}

.footer-rights-bottom {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  font-size: 14px;
  display: flex;
}

.rights-wrap-2 {
  text-align: center;
}

.footer-par-copyright {
  color: var(--white);
  margin-bottom: 0;
  line-height: 1.5em;
}

.licensing-footer-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.licensing-footer-link:hover {
  opacity: .7;
  color: var(--white);
}

.rights-wrapper {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-rights-text {
  grid-column-gap: 5px;
  color: var(--white);
  line-height: 1.5em;
  display: flex;
}

.footer-right-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.footer-right-link:hover {
  opacity: .7;
  color: var(--white);
}

.section-footer {
  z-index: 15;
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.footer-info-wrap {
  z-index: 45;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-light);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .8fr;
  grid-auto-columns: 1fr;
  padding: 30px 20px;
  display: grid;
  position: relative;
}

.footer-gap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.info-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.info-grid.with-borders {
  border-left: 1px dashed var(--red-30);
  padding-left: 35px;
}

.top-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.footer-title {
  color: var(--primary-light);
  font-family: "Cormorant Garamond", serif;
}

.footer-cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  align-items: flex-end;
  display: grid;
}

.footer-cta-par {
  color: var(--light-red);
  font-family: system-ui;
    font-weight: 100;
}

.footer-cta-wdth {
  width: 100%;
}

.navigation-link-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.nav-footer-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 400;
}

.address-link {
  color: var(--primary);
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
      font-family: system-ui;
    font-weight: 350;
}

.address-link:hover {
  color: var(--hover-red);
}

.bottom-large-part {
  z-index: 55;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.outline-hover-circle {
  z-index: 10;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.vacation-card-arrow {
  width: 14px;
}

.background-instagram {
  z-index: -1;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-instagram.insta-4 {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/67861ea164093adff02b452b_42.webp");
  background-position: 50% 25%;
}

.background-instagram.insta-3 {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/67861e1ecd71a4f34c49ce0c_23.webp");
  background-position: 50%;
}

.background-instagram.insta-6 {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/67861e1abe8a1e31cce28bc9_22.webp");
  background-position: 50% 15%;
}

.background-instagram.insta-5 {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/67861e94218b953505dc523d_33.webp");
  background-position: 50%;
}

.background-instagram.insta-2 {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/67861e9b971acd652c1dc4e0_39.webp");
  background-position: 50% 100%;
}

.background-instagram.insta-1 {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/677ffafe0ec215e2c716a807_13.webp");
  background-position: 50%;
}

.background-instagram.insta-7 {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/67861e1acb0c1a71d27192cd_21.webp");
  background-position: 50% 15%;
}

.hover-circle-wrapper-4 {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  inset: 0%;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.instagram-box {
  width: 100%;
  height: 155px;
  position: relative;
}

.instagram-box.large-box {
  border-radius: 8px 8px 300px 300px;
  height: 180px;
  overflow: hidden;
}

.instagram-box.large-box.center {
  border-radius: 300px 300px 8px 8px;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--red-30);
  background-color: var(--transparent);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  color: var(--primary);
  padding-left: 24px;
}

.insragram-small-icon {
  color: #fff;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.instagram-grid {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.insta-background-wrapper {
  z-index: 2;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.insta-background-wrapper.radius {
  border-radius: 50px 50px 8px 8px;
}

.insta-background-wrapper.radius.center {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}

.insta-background-wrapper.radius.left,
.insta-background-wrapper.radius.right {
  border-radius: 8px 8px 300px 300px;
}

.overlay-light {
  position: absolute;
  inset: 0%;
}

.insta-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--secondary-section-color);
  flex-flow: column;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.red-cover {
  background-color: var(--primary);
  height: 32%;
  position: absolute;
  inset: auto 0% -2%;
}

.full-container {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.hero-grid-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.three-column-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.social-title {
  font-size: 47px;
  font-family: "Cormorant Garamond", serif;
}

.social-link {
  position: relative;
  overflow: hidden;
}

.social-underline {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 8px;
}

.social-line {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.red-png-02 {
  z-index: 10;
  max-width: none;
  height: 25px;
  position: absolute;
  inset: 0 auto auto 140px;

}

.footer-image-wrap {
  background-color: var(--primary);
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.footer-photo {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/678624c3030bd3f249072278_Small%20Banner.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.phone-numbers-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: end;
  width: 90%;
  margin-left: auto;
  display: grid;
  position: relative;
}

.hero-number {
  color: var(--white);
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.phone-number-link {
  text-transform: none;
  font-weight: 300;
}

.top-title-width {
  width: 90%;
}

.footer-relative-wrapper {
  position: relative;
}

.sticky-photo-section {
  position: sticky;
  bottom: 0;
}

.photo-clip-con {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.number-item {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.location-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.location-title {
  letter-spacing: 0;
  text-transform: none;
  padding-left: 1px;
  font-size: 18px;
  font-weight: 400;
}

.address-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.map-wrap {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.map-red-photo {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/67863327c39e22b1d7b7878c_Map.webp");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle-text-span {
  background-color: var(--primary);
  color: var(--transparent);
  border-radius: 100%;
  justify-content: flex-start;
  align-items: center;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  display: inline-flex;
}

.nav-link-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.links-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.hero-strip {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.tablet-info-grid {
  display: none;
}

.useful-link-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.clip-section {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 0.2s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.curve-block-center {
  z-index: 60;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: absolute;
  inset: -1px 0% auto;
}

.curve-link {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
  position: relative;
}

.curve-arrow {
  border: 1px solid var(--red-30);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: .5rem;
      z-index: 1;
}

.clip-arrow-wrap {
  position: relative;
  overflow: hidden;
}

.hover-arrow.top {
  position: absolute;
  inset: -100% 0% auto;
}

.icon {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.small-circle {
  background-color: var(--primary);
  border-radius: 100px;
  width: 4px;
  height: 4px;
}

.checkout-actions {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.shop-icon {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.cart-icon {
  flex: none;
}

.option-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-order-2 {
  z-index: 5;
  object-fit: cover;
  border-radius: .4rem;
  width: 100%;
  height: 80px;
  transition: all .4s;
  position: relative;
}

.your-cart-3 {
  font-family: Italiana, sans-serif;
  font-weight: 400;
}

.product-content-2 {
  border-right: 1px solid var(--red-30);
  border-left: 1px solid var(--red-30);
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
}

.cart-footer-3 {
  border-top-color: var(--red-30);
  background-color: var(--light-red);
}

.order-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.web-payments {
  box-shadow: none;
  background-color: #0e0e0e00;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
}

.option-list {
  z-index: 15;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-left: auto;
  padding: 20px;
  display: none;
  position: relative;
  inset: 0% 0% 0% auto;
}

.display-hide {
  display: none;
}

.cart-product-name-2 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Italiana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.quantity-cart-2 {
  border-color: var(--red-30);
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
}

.quantity-cart-2:focus {
  border-color: var(--primary);
}

.cart-line-item {
  margin-bottom: 30px;
}

.your-cart-icon {
  display: none;
}

.product-cart-list {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cart-container-2 {
  border: 1px solid var(--red-30);
  background-color: var(--primary-light);
  box-shadow: none;
  border-radius: .4rem;
  margin: .625rem;
}

.old-icon-shop {
  display: none;
}

.remove-2 {
  font-weight: 400;
  transition: all .35s;
}

.remove-button-2 {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 2px;
}

.remove-button-2:hover {
  border-bottom-color: #fff0;
}

.apple-play-2 {
  border-radius: 50px;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.cart-button-item-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  padding: 10px 0;
  transition-property: all;
  transition-duration: .5s;
  position: relative;
}

.cart-button-item-2:hover {
  color: #aaa;
  border-color: #fff0;
}

.cart-price-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
}

.nav-intro-item-white {
  color: var(--primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-left: 0;
  font-weight: 400;
  line-height: 1.5em;
      margin-top: 0.3rem;
}

.main-error-message-2 {
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

.cart-flex-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr 100px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.close-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-wrapper-2 {
  position: relative;
}

.cart-header-3 {
  border-bottom-color: var(--red-30);
  background-color: var(--light-red);
}

.subtotal-text-2 {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.subtotal-text-2.bold {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
}

.cart-quantity-2 {
  color: var(--primary);
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.shop-cart-wrapper-2 {
  z-index: 30000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ebdcd133;
}

.quantity-wrapper-2 {
  align-items: center;
  display: flex;
}

.cart-hero-item-2 {
  border-bottom: 1px solid var(--red-30);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-btn-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-banner-03 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 730px;
  padding-top: 80px;
  display: grid;
}

.about-scroll-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.large-text-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.intro-image {
  width: 15rem;
  height: 12rem;
  position: relative;
}

.intro-image.intro-img-2 {
  bottom: 79px;
  left: 63px;
}

.intro-image.intro-img-3 {
  bottom: 100px;
}

.about-img-wrap {
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-intro-img {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/678646d89a119ef1d100a54f_44.webp");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
 transform: scale(1.2); /* Zoomed in initially */
  transition: transform 1.2s ease-out;
}
.hero-intro-img.visible {
  transform: scale(1); /* Zoom to normal */
}
.hero-intro-img.img-1 {
  background-position: 50% 80%;
}

.hero-intro-img.img-2 {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/678a8756a6ee462b0387270e_50.webp");
  background-position: 50% 100%;
}

.hero-intro-img.img-3 {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/678a86f0d4cd699d84feb7fb_Service-1-3.webp");
  background-position: 50% 100%;

}

.hero-intro-img.img-4 {
  background-image: url("https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/678646d3ed6d050376f4ee2b_46.webp");
}

.text-top {
  width: 54%;
  font-size: 18px;
  line-height: 1.6em;
  font-family: system-ui;
  font-weight: 400;
  color: #c70112;
}

.long-description {
  text-transform: none;
  width: 100%;
  font-family: "Cormorant Garamond", serif;

}

.full-grid {
  grid-column-gap: 45px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.work-tab-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--red-30);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.fast-paralax {
  transform: rotate(10deg);
}

.portfolio-title-con {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: end;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  position: relative;
}


.banner-text-right {
  text-align: left;
}

.subtitle-intro {
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.flex-info-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-riview-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.hero-large-reviews {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
      font-family: "Cormorant Garamond", serif;
}

.quote-small-text {
  color: var(--white);
  font-size: 18px;
}

.quote-credit {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-title-left {
  text-align: left;
  width: 80%;
}

.latest-project-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #ffffff26;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: flex;
}

.project-tabs {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
}

.image-bold-overlay {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.work-item-column {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.work-02-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
}

.underline-main-link {
  z-index: 15;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 8px;
  display: grid;
  position: relative;
}

.underline-main-link:hover {
  color: #fff;
}

.underline-main-link.without-line {
  grid-column-gap: 28px;
  letter-spacing: .08em;
  border-bottom-style: none;
  padding-bottom: 0;
}

.underline-main-link.without-line:hover {
  color: var(--primary);
}

.founder-intro-wrap {
  z-index: 24;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.collertion-work-large {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.collection-latest-project {
  width: 100%;
}



.intro-tab-link {
  opacity: .8;
  color: var(--primary);
  text-align: center;
  letter-spacing: .08em;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.intro-tab-link:hover {
  opacity: 1;
  color: var(--hover-red);
}

.intro-tab-link.w--current {
  opacity: 1;
  background-color: #fff0;
  font-weight: 500;
}

.intro-tab-link.first-tab {
  margin-right: auto;
}

.work-tabs {
  border-top: 1px solid var(--red-30);
  overflow: visible;
}

.work-banner-description {
  color: var(--primary);
  text-align: right;
  font-family: Italiana, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
  font-family: "Cormorant Garamond", serif;
}

.no-space-section {
  position: relative;
}



.intro-bold-review {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-photo-fill {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.large-portfolio-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: .4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-work-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-02-banner {
  padding-bottom: 60px;
  position: relative;
}

.story-item {
  border-radius: .4rem;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.bold-story-image {
  justify-content: flex-end;
  width: 11rem;
  height: 16vw;
  display: flex;
  position: relative;
}

.lightbox-intro-top {
  padding-top: 60px;
  position: relative;
}

.collection-large-item {
  z-index: 15;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.portfolio-category-small {
  font-size: 14px;
}

.par-hidden-3 {
  display: none;
}

.info-portfolio-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.clip-photo-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-link-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.right-arrow-wrap {
  border-left: 1px solid var(--red-30);
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding-left: 40px;
  display: flex;
}

.work-small-name {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .35s;
  font-family: "Cormorant Garamond", serif;
      line-height: 3rem;
}

.info-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.large-overlay {
  position: absolute;
  inset: 0%;
}

.large-work-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.portfolio-small-circle {
  background-color: var(--primary);
  border-radius: 100%;
  width: 3px;
  height: 3px;
}

.large-link {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.small-work-cover {
  z-index: 15;
  background-color: var(--primary-light);
  border-radius: .4rem;
  padding: 20px;
  position: relative;
}

.small-work-cover:hover {
  color: var(--primary);
}

.tag-portfolio-wrap.tag-bottom {
  position: absolute;
  bottom: -100%;
}

.project-tag {
  border: 1px solid var(--red-30);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .6rem .8rem;
  display: flex;
}

.hero-portfolio-row {
  z-index: 10;
  border-top: 1px #cfcfcc;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-decoration: none;
  position: relative;
}

.hero-portfolio-row:hover {
  color: var(--primary);
}

.image-fill-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-icon-arrow {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon-arrow.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.photo-item-image {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.portfolio-grid {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
      padding: 5rem 0;
}

.clip-tag {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-publication-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-full-overlay {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.portfolio-image-item {
  border-radius: .4rem;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  overflow: hidden;
}

.portfolio-arrow {
  width: auto;
  height: 10px;
  transform: rotate(-45deg);
}

.row-portfolio-title {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
}

.product-wrapper {
  margin-top: 60px;
  padding-top: 60px;
  position: relative;
}

.date-news-2 {
  letter-spacing: .05em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.portfolio-3-card-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px #eff3f6;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.bg-blog-link-4 {
  z-index: 10;
  color: #000;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 12px;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-blog-link-4:hover {
  opacity: 1;
  color: #000;
}

.blog-category-2 {
  line-height: 1.5em;
}

.stock-2 {
  background-color: var(--paragraph-color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: .4rem;
  margin-top: 20px;
  padding: 15px 20px 18px;
}

.stock-text {
  color: #fff;
  text-align: center;
}

.primary-cart-button-2 {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  width: 54px;
  height: auto;
  min-height: 54px;
  margin-left: auto;
  padding: 3px 3px 3px 6px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-cart-button-2:hover {
  background-color: var(--paragraph-color);
}

.default-btn-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.error-text-cart {
  color: #fff;
  text-align: center;
}

.add-to-cart {
  z-index: 15;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.buy-now-button {
  display: none;
}

.error-message-cart-2 {
  background-color: var(--paragraph-color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: .4rem;
  margin-top: 20px;
  padding: 15px 20px;
}

.option-list-2,
.quantity {
  display: none;
}



.small-circle-white {
  background-color: var(--white);
  border-radius: 100px;
  width: 4px;
  height: 4px;
}

.png-wrapper {
  margin-bottom: 40px;
}

.small-png {
  height: 60px;
}

.benefit-bottop-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.benefit-top-subtitle {
  border-bottom: 1px solid var(--red-30);
  padding-bottom: 1rem;
}

.small-subtitle {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.arrow-icon-hide {
  display: none;
}

.achievement-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -3.5rem;
  padding-top: 3.5rem;
  overflow: hidden;
}

.results-title {
  font-size: 18px;
  font-weight: 400;
}

.benefit-mask {
  width: 50%;
  max-width: 50%;
  height: auto;
  margin-top: 20px;
  overflow: visible;
}

.arrow-clip {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefit-slider {
  width: 98%;
  margin-right: 4%;
}

.hover-icon-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-icon-2.right {
  position: absolute;
  inset: auto -100% auto auto;
}

.hover-icon-2.left {
  position: absolute;
  inset: auto auto auto -100%;
}

.slide-arrow {
  height: 10px;
}

.review-info-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.slide-hide {
  display: none;
}

.hero-slide-arrow {
  border: 1px solid var(--red-30);
  background-color: var(--transparent);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .45s;
  display: flex;
  inset: 0% 0% auto auto;
}

.hero-slide-arrow:hover {
  border-color: var(--primary);
}

.hero-slide-arrow.arrow-left {
  right: 3.125rem;
}

.review-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--red-30);
  border-radius: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.results-text {
  width: 100%;
    font-weight: 340;
    font-family: system-ui;
}

.rating-icon {
  font-family: "Fa solid 900", sans-serif;
  color: #ce0000;
}

.rating-icon.empty {
  font-family: "Fa 400", sans-serif;
}

.reviews-rating {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.price-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-03-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between stretch;
  padding-top: 60px;
  padding-bottom: 80px;
  display: grid;
}

.banner-3-photo {
  background-image: url('../images/Banner.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
  animation: zoomOutBG 15s ease-out forwards;
  transform: scale(1.2);
  /* Start zoomed in */
}

/* Keyframes for zooming out */
@keyframes zoomOutBG {
  to {
    transform: scale(1);
    /* Zoom out to normal */
  }
}


.large-banner-con {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: .4rem;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-loop-strip {
  z-index: 24;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-heading-white {
  letter-spacing: .04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
}

.slide-heading-white.xl {
  color: var(--white);
  font-size: 120px;
  font-weight: 400;
  line-height: 1.2em;
}

.white-dot-fill {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 100%;
  flex: none;
  width: 15px;
  height: 15px;
}

.bottom-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bottom-item-wrap.right {
  text-align: right;
}

.white-par {
  color: var(--white);
  font-family: system-ui;
  font-size: 1rem;

}

.categories-link-text {
  z-index: 2;
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.7em;
  position: relative;
}

.banner-link-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 100%;
  margin-left: auto;
  display: flex;
}

.par-hidden-4 {
  color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.categories-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100vw;
  padding: 8px 15px;
  position: relative;
  overflow: hidden;
 
}
.categories-link:hover{
   z-index: 5;
   background-color: var(--paragraph-color);

}


.categories-border {
  z-index: 1;
  opacity: .35;
  border: 1px solid #ffffff80;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.left-wdth {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.white-subtitle {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  opacity: 1;
  color: #ffffffb3;
}

.promotion-icon {
  object-fit: contain;
  margin-right: 8px;
}

.promotion-labels-wrapper-to-remove {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-left {
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 100px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 43px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-right-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-hero-image {
    height: 450px;
  }

  .blog-long-title {
    font-size: 28px;
  }

  .black-nav-wrapper {
    min-width: 160px;
  }

  .border-wrap-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .burger-nav-2 {
    min-width: 160px;
  }

  .h2-benefit-title {
    font-size: 64px;
            font-family: 'Cormorant Garamond';
  }

  .benefit-wrapper {
    grid-row-gap: 80px;
  }

  .section-footer {
    padding-top: 130px;
  }

  .footer-info-wrap {
    grid-template-columns: .7fr 1fr .8fr;
  }

  .footer-cta {
    grid-template-columns: 1fr 1fr;
  }

  .footer-cta-wdth {
    width: 90%;
  }

  .instagram-box {
    height: 180px;
  }

  .instagram-box.large-box {
    height: 220px;
  }

  .insta-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 100px;
  }

  .social-title {
    font-size: 55px;
  }

  .red-png-02 {
    left: 160px;
  }

  .cart-btn-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-banner-03 {
    min-height: 99vh;
  }

  .intro-image {
    width: 18rem;
    height: 15rem;
  }

  .full-grid {
    grid-row-gap: 70px;
  }

  .portfolio-title-con {
    font-size: 100px;
  }

  .hero-large-reviews {
    font-size: 70px;    font-family: "Cormorant Garamond", serif;
  }

  .banner-title-left {
    width: 70%;
  }

  .founder-intro-wrap {
    width: 70%;
  }

  .large-portfolio-item {
    min-height: 650px;
  }

  .bold-story-image {
    width: 14rem;
  }

  .work-small-name {
    font-size: 40px;
  }

  .small-work-cover {
    padding: 25px;
  }

  .row-portfolio-title {
    font-size: 3.5rem;
    font-family: "Cormorant Garamond", serif;
  }

  .review-content {
    padding: 24px;
  }

  .large-banner-con {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .slide-heading-white.xl {
    font-size: 135px;
  }

  .bottom-grid {
    width: 90%;
  }

  .banner-link-container,
  .left-wdth {
    width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  .base-container {
    max-width: 1360px;
  }

  .blog-hero-image {
    height: 500px;
  }

  .blog-long-title {
    font-size: 30px;
  }

  .border-wrap-4 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .benefit-title-left {
    width: 85%;
  }

  .h2-benefit-title {
    font-size: 60px;
  }

  .footer-info-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 44px;
  }

  .info-grid.with-borders {
    padding-left: 45px;
  }

  .footer-cta-wdth {
    width: 80%;
  }

  .nav-footer-title {
    font-size: 28px;
  }

  .background-instagram.insta-6 {
    background-position: 0 0;
  }

  .background-instagram.insta-2 {
    background-position: 50% 15%;
  }

  .background-instagram.insta-1 {
    background-position: 100% 0;
  }

  .background-instagram.insta-7 {
    background-position: 0 0;
  }

  .instagram-box {
    height: 220px;
  }

  .instagram-box.large-box {
    height: 270px;
  }

  .social-title {
    font-size: 64px;
  }

  .red-png-02 {
    height: 30px;
    left: 180px;
  }

  .top-title-width {
    width: 80%;
  }

  .large-text-content {
    width: 76%;
  }

  .intro-image {
    width: 20rem;
    height: 16rem;
  }

  .portfolio-title-con {
    font-size: 110px;
  }

  .large-1800-base-container {
    max-width: 1360px;
  }

  .large-portfolio-item {
    min-height: 720px;
  }

  .bold-story-image {
    height: 15vw;
  }

  .portfolio-grid {
    grid-template-columns: 1.5fr 1fr .8fr 1fr;
  }

  .row-portfolio-title {
    font-size: 3.5rem;
    font-family: "Cormorant Garamond", serif;
  }

  .review-content {
    padding: 30px;
  }

  .results-text {
    font-size: 17px;
  }

  .home-03-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .slide-heading-white.xl {
    font-size: 160px;
  }

  .banner-link-container,
  .left-wdth {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {

  .blog-right-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .border-wrap-4 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .benefit-title-left {
    width: 70%;
  }

  .instagram-box {
    height: 260px;
  }

  .instagram-box.large-box {
    height: 320px;
  }

  .red-png-02 {
    left: 450px;
  }

  .intro-image {
    width: 22rem;
    height: 17rem;
  }

  .intro-image.intro-img-1 {
    right: 75px;
  }

  .intro-image.intro-img-3 {
    left: 60px;
  }

  .portfolio-title-con {
    font-size: 140px;
  }

  .hero-large-reviews {
    font-size: 85px;
  }

  .founder-intro-wrap {
    width: 66%;
  }

  .large-1800-base-container {
    max-width: 1800px;
  }

  .large-portfolio-item {
    min-height: 840px;
  }

  .bold-story-image {
    width: 17rem;
    height: 14vw;
  }

  .portfolio-grid {
    grid-template-columns: 1.5fr 1fr .7fr 1fr;
  }

  .row-portfolio-title {
    font-size: 3.6rem;
  }

  .bg-blog-link-4 {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px;
  }

  .review-content {
    padding-left: 34px;
    padding-right: 34px;
  }

  .home-03-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .slide-heading-white.xl {
    font-size: 180px;
  }

  .categories-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .left-wdth {
    width: 55%;
  }
}

@media screen and (max-width: 991px) {
  
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 50px;
  }

  h4 {
    font-size: 28px;
  }

  .blog-hero-image {
    height: 350px;
  }

  .news-top-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-close-icon-6 {
    width: auto;
    height: 18px;
    position: relative;
  }

  .full-nav-hero-container {
    height: 70px;
  }

  .nav-hero-btn {
    display: none;
  }

  .nav-menu-wrap-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .menu-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 72px;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .icon-wrap-2 {
    border-left: 1px solid var(--red-30);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 60px;
  }

  .dropdown-header-item-3 {
    background-color: #0000;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .dropdown-menu-5 {
    background-color: var(--primary-light);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .menu-button-5 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .nav-intro-item-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .nav-intro-item-2.cart {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-nav-dropdown-2 {
    border-bottom: 1px solid var(--red-30);
    width: 100%;
    padding-left: 0;
    transition: all .35s;
  }

  .hero-nav-dropdown-2:hover {
    background-color: var(--secondary-section-color);
  }

  .nav-dropdown-list-item-3 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 15px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-item-3.megamenu {
    padding-right: 0;
  }

  .header-link-item-2 {
    border-bottom: 1px solid var(--red-30);
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .header-link-item-2:hover {
    background-color: var(--secondary-section-color);
  }

  .nav-dropdown-small-icon-2 {
    color: var(--primary);
    justify-content: space-between;
    margin-top: auto;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .nav-dropdown-link-span-2 {
    display: none;
  }

  .megamenu-dropdown-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .logo-link-mobile {
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .logo-link-mobile:hover {
    opacity: 1;
  }

  .border-wrap-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .nav-line-white-2 {
    background-color: var(--primary);
    height: .4px;
    margin-bottom: 5px;
  }

  .nav-cross-wrap-2 {
    display: none;
  }

  .close-menu-button-5 {
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 7px 0 5px 20px;
    display: flex;
  }

  .nav-menu-shadow-overlay-6 {
    border-right: 1px solid var(--red-30);
    background-color: var(--primary-light);
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: hidden;
    box-shadow: 5px 0 45px #50020833;
    display: none;
  }

  .line-white-2 {
    background-color: var(--primary);
    height: 1.5px;
  }

  .full-width-nav-link-2 {
    margin-left: 0;
  }

  .full-width-nav-link-2.w--current {
    padding-left: 10px;
    font-weight: 500;
  }

  .burger-nav-2 {
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-tablet-btn {
    width: 100%;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .nav-dropdown-link-wrapper-3 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-3:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-menu-6 {
    border-bottom: 1px solid var(--red-30);
    background-color: var(--primary-light);
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
  }

  .top-tablet-menu-3 {
    width: 100%;
  }

  .megamenu-dropdown-wrap-2 {
    justify-content: center;
    width: 100%;
  }

  .h6-subtitle.top-space-insta,
  .h6-subtitle.top-space-service {
    margin-top: 0;
  }

  .benefit-title-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .benefit-title-left {
    width: 100%;
    position: relative;
    top: 0;
  }

  .benefit-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-right-style: none;
    grid-template-columns: 1fr;
  }

  .footer-par-copyright {
    grid-column-gap: 5px;
    flex-flow: wrap;
  }

  .footer-rights-text {
    grid-row-gap: 0px;
  }

  .footer-info-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .info-grid.with-borders {
    padding-left: 30px;
  }

  .top-footer {
    text-align: center;
  }

  .footer-title {
    font-size: 46px;
  }

  .footer-cta {
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: end center;
  }

  .footer-cta-wdth {
    width: 75%;
  }

  .background-instagram.insta-6 {
    background-position: 50% 60%;
  }

  .background-instagram.insta-2 {
    background-position: 50%;
  }

  .background-instagram.insta-7 {
    background-position: 50% 60%;
  }

  .hover-circle-wrapper-4 {
    display: none;
  }

  .instagram-box,
  .instagram-box.large-box {
    height: 220px;
  }

  .instagram-box.last-box {
    display: none;
  }

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .red-cover {
    height: 55%;
  }

  .hero-grid-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .three-column-grid {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .social-title {
    font-size: 50px;
  }

  .red-png-02 {
    height: 25px;
    left: 100px;
  }

  .footer-image-wrap {
    height: 200px;
  }

  .phone-numbers-wrap {
    justify-content: center;
    place-items: end center;
    margin-left: auto;
    margin-right: auto;
  }

  .top-title-width {
    width: 100%;
  }

  .map-wrap {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .map-red-photo {
    background-position: 100% 100%;
  }

  .tablet-info-grid {
    padding-left: 30px;
    display: flex;
  }

  .curve-arrow {
    width: 45px;
    height: 45px;
  }

  .cart-button-item-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-intro-item-white {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .cart-flex-item {
    grid-template-columns: 110px 1fr 90px;
  }

  .cart-wrapper-2 {
    justify-content: flex-end;
  }

  .cart-btn-wrap {
    margin-left: auto;
    padding-right: 15px;
  }

  .hero-banner-03 {
    padding-top: 70px;
  }

  .intro-image {
    width: 13rem;
    height: 10rem;
  }

  .intro-image.intro-img-2 {
    bottom: -20px;
  }

  .text-top {
    width: 71%;
  }

  .long-description {
    font-size: 44px;
  }

  .work-tab-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 60px;
  }

  .fast-paralax {
    margin-right: -60px;
  }

  .portfolio-title-con {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr auto;
    font-size: 60px;
  }

  .bold-riview-grid {
    padding-bottom: 15px;
  }

  .banner-title-left {
    width: 65%;
  }

  .founder-intro-wrap {
    width: 95%;
  }

  .intro-tab-link:hover {
    color: var(--primary);
  }

  .work-banner-description {
    font-size: 3rem;
  }

  .slow-paralax {
    justify-content: flex-start;
    align-items: center;
    margin-left: -60px;
  }

  .story-item {
    width: 85%;
    right: auto;
  }

  .bold-story-image {
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 20vw;
  }

  .hero-portfolio-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .portfolio-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .portfolio-image-item {
    padding-top: 100%;
    position: relative;
 
  }

  .portfolio-3-card-2 {
    cursor: default;
  }

  .reviews-wrapper {
    padding-top: 15px;
  }

  .arrow-clip {
    justify-content: center;
    align-items: center;
  }

  .price-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-03-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .top-banner-part {
    height: 100%;
  }

  .slide-heading-white {
    font-size: 64px;
  }

  .slide-heading-white.xl {
    font-size: 100px;
  }

  .bottom-grid {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
    text-align: center;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .banner-link-container {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .left-wdth {
    width: 63%;
    margin-left: auto;
    margin-right: auto;
  }

  .promotion-label-holder,
  .promotion-labels-wrapper-to-remove {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }
  
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 26px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-right-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-hero-image {
    height: 400px;
  }

  .news-top-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav-menu-wrap-2 {
    max-width: none;
  }

  .menu-item-wrapper {
    grid-template-columns: .4fr 1fr 72px;
  }

  .dropdown-menu-5 {
    overflow: hidden;
  }

  .black-nav-wrapper {
    min-width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .burger-nav-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .h6-subtitle.top-space-service {
    margin-top: 0;
  }

  .benefit-title-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-rights-bottom {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .section-footer {
    padding-top: 60px;
  }

  .footer-info-wrap {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-grid.with-borders {
    border-left-style: none;
    padding-left: 0;
  }

  .footer-cta-wdth {
    width: 100%;
  }

  .instagram-box,
  .instagram-box.large-box {
    height: 180px;
  }

  .insta-section {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    padding-top: 60px;
  }

  .red-cover {
    height: 45%;
  }

  .three-column-grid {
    grid-template-columns: auto auto;
  }

  .red-png-02 {
    height: 20px;
    left: 20px;
  }

  .footer-image-wrap {
    height: 180px;
  }

  .phone-numbers-wrap {
    width: 100%;
  }

  .address-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .tablet-info-grid {
    height: 300px;
    padding-left: 0;
  }

  .cart-container-2 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .cart-button-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .large-text-content {
    width: 90%;
  }

  .intro-image {
    width: 11rem;
    height: 8rem;
  }

  .intro-image.intro-img-2 {
    left: 0;
  }

  .text-top {
    width: 100%;
  }

  .long-description {
    font-size: 35px;
  }

  .full-grid {
    grid-row-gap: 70px;
    padding-bottom: 40px;
  }

  .work-tab-menu {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    border-style: none;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .flex-info-link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: stretch;
  }

  .hero-large-reviews {
    font-size: 50px;
  }

  .quote-credit {
    flex-flow: wrap;
  }

  .work-item-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .intro-tab-link {
    border: 1px solid var(--red-30);
    border-radius: .4rem;
  }

  .intro-tab-link:hover {
    background-color: #ffffff0d;
  }

  .intro-tab-link.w--current {
    background-color: var(--secondary-section-color);
  }

  .intro-tab-link.first-tab {
    margin-right: 0;
  }

  .work-tabs {
    border-top-style: none;
  }

  .work-banner-description {
    font-size: 2.3rem;
  }

  .left-flex-subtitle {
    margin-right: auto;
    display: none;
  }

  .portfolio-02-banner {
    padding-bottom: 40px;
  }

  .story-item {
    width: 70%;
  }

  .lightbox-intro-top {
    padding-top: 40px;
  }

  .portfolio-grid {
    grid-row-gap: 2rem;
  }

  .product-wrapper {
    margin-top: 40px;
    padding-top: 40px;
  }

  .slide-heading-white {
    font-size: 48px;
  }

  .slide-heading-white.xl {
    font-size: 80px;
  }

  .white-dot-fill {
    width: 12px;
    height: 12px;
  }

  .bottom-grid {
    grid-column-gap: 220px;
    grid-row-gap: 220px;
  }

  .banner-link-container,
  .left-wdth {
    width: 100%;
  }

  .promotion-label-left {
    max-width: 300px;
  }

}

@media screen and (max-width: 479px) {

  .blog-hero-image {
    height: 320px;
  }

  .news-top-info {
    grid-row-gap: 9px;
    text-align: left;
  }

  .blog-long-title {
    width: 100%;
  }

  .menu-item-wrapper {
    grid-template-columns: 1fr auto;
  }

  .dropdown-header-item-3 {
    width: 100%;
  }

  .nav-dropdown-list-item-3.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .header-link-item-2,
  .megamenu-dropdown-wrapper-4 {
    width: 100%;
  }

  .footer-par-copyright {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .rights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-title {
    font-size: 50px;
  }

  .hover-circle-wrapper-4 {
    padding: 40px;
  }

  .instagram-box,
  .instagram-box.large-box {
    height: 150px;
  }

  .instagram-box.large-box.right {
    border-radius: 8px 300px 300px 8px;
  }

  .instagram-box.large-box.left {
    border-radius: 300px 8px 8px 300px;
  }

  .instagram-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .insta-background-wrapper.radius.left {
    border-top-right-radius: 300px;
    border-bottom-left-radius: 8px;
  }

  .insta-background-wrapper.radius.right {
    border-radius: 300px 8px 8px 300px;
  }

  .three-column-grid {
    justify-content: center;
    display: flex;
  }

  .red-png-02 {
    height: 18px;
  }

  .footer-image-wrap {
    height: 140px;
  }

  .phone-numbers-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: stretch;
  }

  .hero-number {
    font-size: 16px;
  }

  .address-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .tablet-info-grid {
    height: 250px;
  }

  .curve-block-center {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .cart-flex-item {
    grid-template-columns: 85px 1fr 75px;
  }

  .large-text-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .intro-image {
    width: 10rem;
    height: 10rem;
  }

  .intro-image.intro-img-2 {
    width: 12rem;
    margin-right: 30px;
    bottom: -19px;
    left: 0;
  }

  .intro-image.intro-img-1 {
    left: -35px;
  }

  .full-grid {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding-bottom: 60px;
    display: grid;
  }

  .work-tab-menu {
    grid-template-columns: 1fr;
  }

  .portfolio-title-con {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    font-size: 45px;
  }

  .hero-large-reviews {
    font-size: 40px;
  }

  .quote-credit {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .banner-title-left {
    width: 100%;
  }

  .founder-intro-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .intro-tab-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bold-story-image {
    width: 8rem;
    height: 24vw;
  }

  .portfolio-category-small {
    font-size: 13.5px;
  }

  .clip-photo-wrap {
    justify-content: center;
    align-items: flex-end;
    padding: 15px;
  }

  .right-arrow-wrap {
    margin-left: 20px;
    padding-left: 20px;
  }

  .work-small-name {
    font-size: 32px;
  }

  .portfolio-grid {
    grid-row-gap: 1.5rem;
  }

  .row-portfolio-title {
    font-size: 2.6rem;
  }

  .reviews-wrapper {
    padding-top: 30px;
  }

  .benefit-mask {
    width: 100%;
    max-width: 100%;
  }

  .benefit-slider {
    width: 100%;
    margin-right: 15px;
  }

  .home-03-content {
    justify-content: flex-start;
    align-items: center;
  }

  .slide-heading-white {
    font-size: 40px;
  }

  .slide-heading-white.xl {
    font-size: 60px;
  }

  .white-dot-fill {
    width: 10px;
    height: 10px;
  }

  .bottom-grid {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .banner-link-container {
    justify-content: center;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}
.section.fade-section {
  position: relative;
  overflow: hidden;
}
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b82f-c672b823 {
  justify-self: end;
}

#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b830-c672b823 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b839-c672b823 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b83a-c672b823 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b89b-c672b823,
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b89d-c672b823,
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8a4-c672b823,
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8a6-c672b823,
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8ad-c672b823,
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8af-c672b823,
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8bc-c672b823,
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8be-c672b823,
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8c5-c672b823,
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8c7-c672b823,
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8ce-c672b823,
#w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8d0-c672b823 {
  align-self: center;
}

#w-node-f84526ae-1570-4247-811a-85c30baffd14-0baffd0c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-f84526ae-1570-4247-811a-85c30baffd16-0baffd0c {
  justify-self: start;
}

#w-node-f84526ae-1570-4247-811a-85c30baffd1c-0baffd0c {
  justify-self: center;
}

#w-node-f84526ae-1570-4247-811a-85c30baffd22-0baffd0c {
  justify-self: end;
}

#w-node-f84526ae-1570-4247-811a-85c30baffd57-0baffd0c {
  align-self: end;
}

#w-node-cce53346-e55a-2dc3-0cd6-7c9fd8b35731-8a7f430e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-cce53346-e55a-2dc3-0cd6-7c9fd8b35734-8a7f430e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-cce53346-e55a-2dc3-0cd6-7c9fd8b35744-8a7f430e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e82355c0-a1af-cd2a-f175-8c0ef6ef63c6-d069de64 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-e82355c0-a1af-cd2a-f175-8c0ef6ef63cc-d069de64 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_80da9a7d-f710-4a9d-ef32-9a538e0b6a8c-d069de64 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center;
}

#w-node-dcc3ddb3-2cc9-eeac-b9b3-24ac8a6b3020-d069de64 {
  grid-area: 1 / 3 / 3 / 5;
  place-self: end center;
}

#w-node-ff406d31-e78b-54c9-c246-f0f683bc3267-d069de64 {
  grid-area: 1 / 4 / 6 / 6;
  place-self: end center;
}

#w-node-cf45bd43-d556-5adc-50ee-fef0d5632748-d069de64 {
  grid-area: 1 / 1 / 5 / 2;
  place-self: end center;
}

#w-node-c710ba99-6608-e886-684a-3d25a6df7290-d069de64,
#w-node-_9af5bb57-1e9a-dcea-1a02-c0b14038a16c-d069de64 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-b9a87c7f-10c6-abf7-c595-baf052c65468-d069de64,
#w-node-_69eac93a-d1af-5a00-cb20-6c6cf4abd512-d069de64 {
  place-self: center end;
}

#w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f108a0-d069de64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f108a4-d069de64 {
  justify-self: center;
}

#w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f108ac-d069de64 {
  justify-self: end;
}

#w-node-cab99d8a-89b1-f3bb-c7e6-977306ce6326-d069de64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-cab99d8a-89b1-f3bb-c7e6-977306ce632a-d069de64 {
  justify-self: center;
}

#w-node-cab99d8a-89b1-f3bb-c7e6-977306ce6330-d069de64 {
  justify-self: end;
}

#w-node-_2ba739e7-9786-c267-901d-f850b0424e60-d069de64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_2ba739e7-9786-c267-901d-f850b0424e64-d069de64 {
  justify-self: center;
}

#w-node-_2ba739e7-9786-c267-901d-f850b0424e6a-d069de64 {
  justify-self: end;
}

#w-node-_0f240646-365d-903e-bad0-6d8c943bd3a5-d069de64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0f240646-365d-903e-bad0-6d8c943bd3a9-d069de64 {
  justify-self: center;
}

#w-node-_0f240646-365d-903e-bad0-6d8c943bd3af-d069de64 {
  justify-self: end;
}

#w-node-b9a87c7f-10c6-abf7-c595-baf052c654c6-d069de64 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b9a87c7f-10c6-abf7-c595-baf052c654d5-d069de64 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b9a87c7f-10c6-abf7-c595-baf052c654d6-d069de64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-b9a87c7f-10c6-abf7-c595-baf052c654da-d069de64 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-b9a87c7f-10c6-abf7-c595-baf052c654db-d069de64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9dc8f3ad-51a9-580e-4d43-968037b48a0e-d069de64 {
  justify-self: stretch;
}

#w-node-_9dc8f3ad-51a9-580e-4d43-968037b48a1e-d069de64 {
  place-self: center end;
}

#w-node-_2dbe738c-5736-8a4f-93cf-083bf9b8d6a9-d069de64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dbe738c-5736-8a4f-93cf-083bf9b8d6ac-d069de64 {
  grid-area: 1 / 2 / 2 / 4;
}

@media screen and (min-width: 1920px) {
  #w-node-_80da9a7d-f710-4a9d-ef32-9a538e0b6a8c-d069de64 {
    grid-column-start: 4;
    justify-self: end;
  }

  #w-node-dcc3ddb3-2cc9-eeac-b9b3-24ac8a6b3020-d069de64 {
    grid-column-end: 5;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {

  #w-node-e2c0f5e8-0671-e76c-62f3-6783c672b880-c672b823 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8b5-c672b823 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f84526ae-1570-4247-811a-85c30baffd10-0baffd0c {
    justify-self: center;
  }

  #w-node-f84526ae-1570-4247-811a-85c30baffd14-0baffd0c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e82355c0-a1af-cd2a-f175-8c0ef6ef63cc-d069de64 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f1089e-d069de64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f108a0-d069de64 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f108a4-d069de64 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-cab99d8a-89b1-f3bb-c7e6-977306ce6325-d069de64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cab99d8a-89b1-f3bb-c7e6-977306ce6326-d069de64 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cab99d8a-89b1-f3bb-c7e6-977306ce632a-d069de64 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_2ba739e7-9786-c267-901d-f850b0424e5f-d069de64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2ba739e7-9786-c267-901d-f850b0424e60-d069de64 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2ba739e7-9786-c267-901d-f850b0424e64-d069de64 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_0f240646-365d-903e-bad0-6d8c943bd3a4-d069de64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f240646-365d-903e-bad0-6d8c943bd3a5-d069de64 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0f240646-365d-903e-bad0-6d8c943bd3a9-d069de64 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-b9a87c7f-10c6-abf7-c595-baf052c654c6-d069de64 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b9a87c7f-10c6-abf7-c595-baf052c654d5-d069de64 {
    align-self: start;
  }

  #w-node-b9a87c7f-10c6-abf7-c595-baf052c654d6-d069de64 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: start;
  }

  #w-node-_2dbe738c-5736-8a4f-93cf-083bf9b8d6ac-d069de64 {
    grid-area: 2 / 1 / 3 / 2;
  }

}

@media screen and (max-width: 767px) {

  #w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8b5-c672b823 {
    grid-row: 4 / 5;
  }

  #w-node-e2c0f5e8-0671-e76c-62f3-6783c672b8d6-c672b823 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f84526ae-1570-4247-811a-85c30baffd1c-0baffd0c {
    justify-self: end;
  }

  #w-node-f84526ae-1570-4247-811a-85c30baffd22-0baffd0c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_80da9a7d-f710-4a9d-ef32-9a538e0b6a8c-d069de64 {
    grid-column-start: 4;
    justify-self: end;
  }

  #w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f108a0-d069de64 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f108a4-d069de64 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: end;
  }

  #w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f108ac-d069de64 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
  }

  #w-node-cab99d8a-89b1-f3bb-c7e6-977306ce6326-d069de64 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-cab99d8a-89b1-f3bb-c7e6-977306ce632a-d069de64 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: start;
  }

  #w-node-cab99d8a-89b1-f3bb-c7e6-977306ce6330-d069de64 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
  }

  #w-node-_2ba739e7-9786-c267-901d-f850b0424e60-d069de64 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-_2ba739e7-9786-c267-901d-f850b0424e64-d069de64 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: start;
  }

  #w-node-_2ba739e7-9786-c267-901d-f850b0424e6a-d069de64 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
  }

  #w-node-_0f240646-365d-903e-bad0-6d8c943bd3a5-d069de64 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-_0f240646-365d-903e-bad0-6d8c943bd3a9-d069de64 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: start;
  }

  #w-node-_0f240646-365d-903e-bad0-6d8c943bd3af-d069de64 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
  }
  @media screen and (max-width: 767px) {
  .w-nav-menu {
    display: none;
  }

  .w-nav-menu.w--nav-menu-open {
    display: block;
  }
  
}
}

@media screen and (max-width: 479px) {

  #w-node-f84526ae-1570-4247-811a-85c30baffd3c-0baffd0c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f84526ae-1570-4247-811a-85c30baffd45-0baffd0c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f84526ae-1570-4247-811a-85c30baffd57-0baffd0c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5ea2d541-7c74-c7b0-c1e3-bc388a7f4413-8a7f430e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_80da9a7d-f710-4a9d-ef32-9a538e0b6a8c-d069de64 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-dcc3ddb3-2cc9-eeac-b9b3-24ac8a6b3020-d069de64 {
    grid-column: 1 / 4;
    grid-row-end: 4;
    justify-self: end;
  }

  #w-node-ff406d31-e78b-54c9-c246-f0f683bc3267-d069de64 {
    grid-column: 1 / 4;
    grid-row-end: 7;
    justify-self: end;
  }

  #w-node-cf45bd43-d556-5adc-50ee-fef0d5632748-d069de64 {
    grid-row-end: 7;
    justify-self: start;
  }

  #w-node-c710ba99-6608-e886-684a-3d25a6df7290-d069de64 {
    grid-column-end: 4;
  }

  #w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f1089e-d069de64 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f108a4-d069de64 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-_1a5c4d97-526a-7d9d-76ad-a47cb9f108ac-d069de64 {
    grid-row: 4 / 5;
  }

  #w-node-cab99d8a-89b1-f3bb-c7e6-977306ce6325-d069de64 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-cab99d8a-89b1-f3bb-c7e6-977306ce632a-d069de64 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-cab99d8a-89b1-f3bb-c7e6-977306ce6330-d069de64 {
    grid-row: 4 / 5;
  }

  #w-node-_2ba739e7-9786-c267-901d-f850b0424e5f-d069de64 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2ba739e7-9786-c267-901d-f850b0424e64-d069de64 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2ba739e7-9786-c267-901d-f850b0424e6a-d069de64 {
    grid-row: 4 / 5;
  }

  #w-node-_0f240646-365d-903e-bad0-6d8c943bd3a4-d069de64 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_0f240646-365d-903e-bad0-6d8c943bd3a9-d069de64 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0f240646-365d-903e-bad0-6d8c943bd3af-d069de64 {
    grid-row: 4 / 5;
  }
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/677f93908ffd0720d069ddce_fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa 400';
  src: url('https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/677f93908ffd0720d069dde7_fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('https://cdn.prod.website-files.com/677f93908ffd0720d069dda3/677f93908ffd0720d069e05f_fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.about-us-loop-strip {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.loop-strip {
  display: inline-flex;
  animation: scroll-left 100s linear infinite;
}

.hero-strip {
  display: inline-flex;
  align-items: center;
  font-family: Italiana, sans-serif;
  gap: 20px;
  /* Adjust spacing as needed */
}

.slide-heading-white.xl {
  font-size: 10rem;
  /* Example size */
  white-space: nowrap;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.white-dot-fill {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  margin: 0 10px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.clip-title-hover {
  position: relative;
  overflow: hidden;
  font-family: "Cormorant Garamond", serif;
  height: 50px;
}

.clip-title-hover1 {
  position: relative;
  overflow: hidden;
}

.clip-title {
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.4s ease;
}

.bottom-title {
  transform: translateY(100%);
}

.clip-title-hover:hover .bottom-title {
  transform: translateY(0);
}

.clip-title-hover:hover1 .clip-title:not(.bottom-title) {
  transform: translateY(-100%);
}

.clip-title-hover1:hover .bottom-title {
  transform: translateY(0);
}

.clip-title-hover1:hover .clip-title:not(.bottom-title) {
  transform: translateY(-100%);
}
.fade-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-section.visible {
  opacity: 1;
  transform: translateY(0);
}
/* 1. Fade in effect on portfolio images with mouse-following movement */
.portfolio-image-item { 
    opacity:0; 
    transition: opacity 0.6s ease, transform 0.2s ease-out; 
    overflow: hidden; /* Important for inner zoom effect */
}

.hero-portfolio-row:hover .portfolio-image-item { 
    opacity: 1; 
}

/* Inner image content zoom effect - targets the actual image */
.portfolio-image-item img {
    transition: transform 0.6s ease;
    transform: scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-portfolio-row:hover .portfolio-image-item img {
    transform: scale(1.15);
}

/* If using background image instead of img tag */
.portfolio-image-item[style*="background-image"] {
    background-size: cover;
    background-position: center;
    transition: background-size 0.6s ease;
}

.hero-portfolio-row:hover .portfolio-image-item[style*="background-image"] {
    background-size: 115%;
}

/* 2. Scroll up effect on price tag (bordered tag) */
.tag-portfolio-wrap { 
    transform: translateY(0%); 
    transition: transform 0.5s ease-in-out; 
}

.hero-portfolio-row:hover .tag-portfolio-wrap { 
    transform: translateY(-100%); 
}

/* 3. Diagonal arrow animation (corner to corner) */
.button-icon-arrow { 
    transform: translate(0%, 0%); 
    transition: transform 0.5s ease-in-out; 
}

.hero-portfolio-row:hover .button-icon-arrow { 
    transform: translate(100%, -100%); 
}

.image-full-overlay { 
    transition: opacity 0.5s ease; 
    opacity: 1; 
}

.hero-portfolio-row:hover .image-full-overlay { 
    opacity: 0; 
}

/* Reveal from bottom on scroll */
.background-portfolio-3 {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
  will-change: transform, opacity;
}

/* When section is in view, reveal */
.background-portfolio-3.in-view {
  transform: translateY(0);
  opacity: 1;
}

/* Hover Zoom Effect */
.blog-hero-image:hover .background-portfolio-3 {
  transform: scale(1.05);
  transition: transform 0.6s ease-in-out;
}
.arrow-clip-wrap {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

/* Common for both arrows */
.clip-arrow {
  position: absolute;
  top: -6px;
  left: -13px;
  transition: transform 0.3s ease, opacity 0.1s ease;
}

/* Initial position: top-arrow visible, bottom-arrow hidden */
.top-arrow {
  transform: translate(0, 0);
  opacity: 1;
  z-index: 2;
}

.bottom-arrow {
  transform: translate(-100%, -100%);
  opacity: 0;
  z-index: 1;
}

/* Hover on top-arrow triggers animation */
.arrow-clip-wrap:hover .top-arrow {
  transform: translate(100%, -100%);
  opacity: 0;
  transition-delay: 0s;
  z-index: 1;
}

.arrow-clip-wrap:hover .bottom-arrow {
  transform: translate(0, 0);
  opacity: 1;
  z-index: 2;
}

/* Restore timing for smooth re-entry */
.arrow-clip-wrap .top-arrow {
  transition-delay: 0.3s;
}

.arrow-clip-wrap .bottom-arrow {
  transition-delay: 0s;
}
.red-png-02 {
  opacity: 0;
  transform: translate(-200px, 150px) scale(0.9) skew(-8deg, -3deg); /* launch angle */
  transition: transform 1.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.2s ease-out;
  will-change: transform, opacity;
  filter: blur(5px);
}

.red-png-02.active {
  opacity: 1;
  transform: translate(0px, 0px) scale(1) skew(30deg, -20deg); /* landing lean/slide stop */
  filter: blur(0);
}
.social-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.social-title-wrap {
  display: inline-block;
  position: relative;
}

.social-title {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.social-underline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%; /* matches the exact text width */
  overflow: hidden;
}

.social-line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #c60000;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.social-link:hover .social-line {
  transform: translateX(0%);
}

.insta-background-wrapper {
  overflow: hidden;
}

.background-instagram {
  width: 100%;
  height: 100%;
  transition: transform 1.2s ease;
  transform: scale(1);
}

.instagram-box:hover .background-instagram {
  transform: scale(1.1);
}

.hover-circle-wrapper-4 {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 2;
  pointer-events: none; /* Prevent hover-blocking */
}

.instagram-box:hover .hover-circle-wrapper-4 {
  opacity: 1;
}

.hover-circle {
  width: 64px;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.instagram-box:hover .hover-circle {
  transform: scale(1);
}

.outline-hover-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.7s ease;
  will-change: transform;
  pointer-events: none; 
}

.insragram-small-icon {
  font-family: "Font Awesome 5 Brands", sans-serif;
  content: "\f16d"; /* Instagram Unicode */
  font-size: 20px;
  color: #fff;
}
.clip-hover-text {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 1.2em; /* Adjust as needed for your text size */
}

.clip-text {
  transition: transform 0.4s ease;
  will-change: transform;
}

.clip-hover-text:hover .clip-text {
  transform: translateY(-100%);
}

.clip-text.bottom-text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.custom-hover-text {
  position: relative;
  width: 14px; /* Match your arrow size */
  height: 14px;
  overflow: hidden;
}

/* Both arrows styled the same by default */
.custom-arrow-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Bottom arrow initially hidden on the left */
.custom-arrow-icon.left {
  transform: translateX(-100%);
}

/* On hover: top arrow slides right */
.quick-link-item:hover .custom-arrow-icon:not(.left) {
  transform: translateX(100%);
}

/* On hover: bottom arrow slides into place */
.quick-link-item:hover .custom-arrow-icon.left {
  transform: translateX(0%);
}

/* Optional icon sizing */
.vacation-card-arrow {
  width: 100%;
  height: auto;
  display: block;
}
.footer-photo {
  transform: scale(1);
  transition: transform 8s ease-out;
  will-change: transform;
  display: block;
  margin: 0 auto;
}

.footer-photo.zoom-in {
  transform: scale(1.1);
}

.footer-photo.zoom-out {
  transform: scale(1);
}

.bold-story-image,
.story-item {
  overflow: visible !important;
}

.bold-story-image {
  justify-content: flex-end;
  width: 11rem;
  height: 16vw;
  display: flex;
  position: relative;
}

.red-section-cover {
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}


@media screen and (min-width: 1280px) {


  .bold-story-image {
    width: 14rem;
  }
}

@media screen and (max-width:767px){
  .portfolio-image-item{
     opacity: 1;
}
    .fade-section{
    opacity: 1;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

nav,
section {
  display: block;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-dropdown-toggle:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}


h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}
