@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.outdoor-living-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .outdoor-living-banner {
    height: calc(100vh - 64px);
  }
}
.outdoor-living-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
@media only screen and (max-width: 540px) {
  .outdoor-living-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  }
}
.outdoor-living-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .outdoor-living-banner .video-background .container {
    padding: 0;
  }
}
.outdoor-living-banner .video-background .container .bg-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 20%;
  text-align: center;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .outdoor-living-banner .video-background .container .bg-wrapper {
    bottom: 20%;
  }
}
.outdoor-living-banner .video-background .container .bg-wrapper h1 {
  font-family: "Louize trial";
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  text-transform: capitalize;
  max-width: 640px;
  margin: auto;
}
@media only screen and (max-width: 1366px) {
  .outdoor-living-banner .video-background .container .bg-wrapper h1 {
    max-width: 580px;
  }
}
@media only screen and (max-width: 1280px) {
  .outdoor-living-banner .video-background .container .bg-wrapper h1 {
    max-width: 560px;
  }
}
@media only screen and (max-width: 1024px) {
  .outdoor-living-banner .video-background .container .bg-wrapper h1 {
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .outdoor-living-banner .video-background .container .bg-wrapper h1 {
    font-size: 36px;
    max-width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-banner .video-background .container .bg-wrapper h1 {
    font-size: 34px;
    letter-spacing: 1px;
    max-width: 80%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-banner .video-background .container .bg-wrapper h1 {
    max-width: 90%;
  }
}

.outdoor-living-secA {
  padding: 50px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .outdoor-living-secA {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .outdoor-living-secA {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .outdoor-living-secA {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secA {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secA {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secA {
    padding: 25px 0;
  }
}
.outdoor-living-secA .heading h2 {
  margin: 30px auto 0px;
  max-width: 60%;
  line-height: 1.2;
  font-family: "Louize trial";
  font-weight: 400;
  font-size: 36px;
  text-transform: capitalize;
  color: var(--black);
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .outdoor-living-secA .heading h2 {
    max-width: 65%;
  }
}
@media only screen and (max-width: 1280px) {
  .outdoor-living-secA .heading h2 {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .outdoor-living-secA .heading h2 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secA .heading h2 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secA .heading h2 {
    margin: auto;
    font-size: 24px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secA .heading h2 {
    max-width: 95%;
  }
}
.outdoor-living-secA p {
  max-width: 856px;
  margin: 15px auto 0;
  text-align: center;
  font-family: "Sweet Sans Pro";
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
@media only screen and (max-width: 1366px) {
  .outdoor-living-secA p {
    max-width: 780px;
  }
}
@media only screen and (max-width: 1280px) {
  .outdoor-living-secA p {
    max-width: 720px;
  }
}
@media only screen and (max-width: 1024px) {
  .outdoor-living-secA p {
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secA p {
    max-width: 556px;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secA p {
    font-size: 14px;
    max-width: 95%;
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secA p {
    max-width: 100%;
  }
}
.outdoor-living-secA .grid-box {
  margin: 50px 0 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1366px) {
  .outdoor-living-secA .grid-box {
    margin: 40px 0 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .outdoor-living-secA .grid-box {
    margin: 40px 0 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .outdoor-living-secA .grid-box {
    margin: 35px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secA .grid-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secA .grid-box {
    margin: 25px 0 0 0;
    gap: 25px 0;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secA .grid-box {
    gap: 20px 0;
  }
}
.outdoor-living-secA .grid-box .col:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secA .grid-box .col:not(:last-child) {
    border: none;
  }
}
.outdoor-living-secA .grid-box .col figure {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1024px) {
  .outdoor-living-secA .grid-box .col figure {
    width: 35px;
    height: 35px;
    margin: 0 auto 15px;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secA .grid-box .col figure {
    width: 30px;
    height: 30px;
    margin: 0 auto 12px;
  }
}
.outdoor-living-secA .grid-box .col figure svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.outdoor-living-secA .grid-box .col p {
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1366px) {
  .outdoor-living-secA .grid-box .col p {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .outdoor-living-secA .grid-box .col p {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .outdoor-living-secA .grid-box .col p {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secA .grid-box .col p {
    max-width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secA .grid-box .col p {
    padding: 0;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secA .grid-box .col p {
    max-width: 90%;
  }
}

.outdoor-living-secB {
  background: black;
  padding: 50px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.368627451);
}
@media only screen and (max-width: 1366px) {
  .outdoor-living-secB {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .outdoor-living-secB {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .outdoor-living-secB {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secB {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secB {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secB {
    padding: 25px 0;
  }
}
.outdoor-living-secB h2 {
  color: white;
  text-align: center;
  margin: 30px auto 0px;
  max-width: 60%;
  line-height: 1.2;
  font-family: "Louize trial";
  font-weight: 400;
  font-size: 36px;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .outdoor-living-secB h2 {
    max-width: 65%;
  }
}
@media only screen and (max-width: 1280px) {
  .outdoor-living-secB h2 {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .outdoor-living-secB h2 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secB h2 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secB h2 {
    font-size: 26px;
    margin: auto;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secB h2 {
    max-width: 95%;
  }
}
.outdoor-living-secB .swiper .heading {
  display: flex;
  justify-content: right;
  align-items: baseline;
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secB .swiper .heading {
    justify-content: center;
  }
}
.outdoor-living-secB .swiper .heading h2 {
  font-family: "Louize trial";
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: var(--black);
}
@media only screen and (max-width: 1366px) {
  .outdoor-living-secB .swiper .heading h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  .outdoor-living-secB .swiper .heading h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .outdoor-living-secB .swiper .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secB .swiper .heading h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secB .swiper .heading h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secB .swiper .heading h2 {
    font-size: 30px;
  }
}
.outdoor-living-secB .swiper .heading .swiper-nav {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secB .swiper .heading .swiper-nav {
    display: none;
  }
}
.outdoor-living-secB .swiper .heading .swiper-nav button {
  transition: 0.5s ease;
  line-height: 0;
}
.outdoor-living-secB .swiper .heading .swiper-nav button svg path {
  stroke: white;
}
.outdoor-living-secB .swiper .heading .swiper-nav .swiper-button-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.outdoor-living-secB .swiper .swiper-wrapper {
  padding: 30px 0;
}
@media only screen and (max-width: 1366px) {
  .outdoor-living-secB .swiper .swiper-wrapper {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .outdoor-living-secB .swiper .swiper-wrapper {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secB .swiper .swiper-wrapper {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secB .swiper .swiper-wrapper {
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secB .swiper .swiper-wrapper {
    padding: 20px 0 0 0;
  }
}
.outdoor-living-secB .swiper .swiper-wrapper .swiper-slide:hover figure img {
  scale: 1.1;
}
.outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 355px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure {
    height: 320px;
  }
}
@media only screen and (max-width: 1280px) {
  .outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure {
    height: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure {
    height: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure {
    height: 260px;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure {
    height: 240px;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure {
    height: 200px;
  }
}
.outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}
.outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure figcaption {
  position: absolute;
  bottom: 0%;
  left: 0%;
  padding: 0px 40px 45px 33px;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 768px) {
  .outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure figcaption {
    padding: 0px 20px 30px 20px;
  }
}
@media only screen and (max-width: 540px) {
  .outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure figcaption {
    padding: 0px 15px 20px 15px;
  }
}
@media only screen and (max-width: 425px) {
  .outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure figcaption {
    padding: 0px 12px 15px 12px;
  }
}
.outdoor-living-secB .swiper .swiper-wrapper .swiper-slide figure figcaption h4 {
  font-family: "Circular Pro Book";
  font-weight: 450;
  font-size: 20px;
  line-height: 20px;
  color: var(--white);
}/*# sourceMappingURL=outdoor-living.css.map */