@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montaga&display=swap");
.myfs-1 {
  font-size: 14px;
}

.myfs-2 {
  font-size: 15px;
}

.myfs-3 {
  font-size: 1rem;
}

.myfs-4 {
  font-size: 1.125rem;
}

.myfs-5 {
  font-size: 1.25rem;
}

.myfs-6 {
  font-size: 1.375rem;
}

.myfs-7 {
  font-size: 1.5rem;
}

.myfs-8 {
  font-size: 1.625rem;
}

.myfs-9 {
  font-size: 1.75rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  font-size: 14px;
  top: 0 !important;
}

h1 {
  font-family: "Cormorant Garamond";
}

a {
  text-decoration: none;
  color: currentColor;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.1215686275) inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.cormorant-garamond-font {
  font-family: "Cormorant Garamond";
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

sup {
  top: -1.5em;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.oneline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.twoline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.threeline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.fourline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.theme-text {
  color: #4A2F1D;
}

.theme-text1 {
  color: #6B4A2E;
}

.theme-text2 {
  color: #5A4636;
}

.theme-light {
  color: #A07E4A;
}

.blue-text {
  color: #254976;
}

.theme-text-rgb {
  color: rgba(74, 47, 29, var(--bs-text-opacity));
}

.theme-border-rgb {
  border-color: rgba(74, 47, 29, var(--bs-border-opacity)) !important;
}

.theme-bg-rgb {
  background: rgba(74, 47, 29, var(--bs-bg-opacity));
}

.theme-light-bg-rgb {
  background: rgba(106, 75, 53, var(--bs-bg-opacity));
}

.theme-2-bg-rgb {
  background: rgba(90, 70, 54, var(--bs-bg-opacity));
}

.theme-gradient-bg {
  background: linear-gradient(180deg, #4A2F1D -31.87%, #B07045 124.18%);
}

.theme-gradient-bg-2 {
  background: radial-gradient(circle at 4% 20%, #A67245, #6B4A2E 22%);
}

.text-white-75 {
  --bs-text-opacity: 0.70;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}

.bg-opacity-33 {
  --bs-bg-opacity: 0.33;
}

.bg-opacity-5 {
  --bs-bg-opacity: 0.05;
}

.bg-opacity-15 {
  --bs-bg-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-bg-opacity: 0.20;
}

.bg-opacity-4 {
  --bs-bg-opacity: 0.04;
}

.border-opacity-4 {
  --bs-border-opacity: 0.04;
}

.theme-bg {
  background: #4A2F1D;
}

.theme-bg3 {
  background: #97816D;
}

.theme-bg4 {
  background: #EDE6E1;
}

.theme-bg5 {
  background: #EAE0D8;
}

.theme-bg7 {
  background: #FDECE0 !important;
}

.theme-bg8 {
  background: #FFF7F0;
}

.icon1 {
  width: 3rem;
  height: 3rem;
  padding: 0.6rem;
}

.icon2 {
  width: 4.5rem;
  height: 4.5rem;
}

.icon3 {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
}

.rounded-20 {
  border-radius: 1.25rem;
}

.rounded-24 {
  border-radius: 1.5rem;
}

.letter-spacing {
  letter-spacing: 1.62px;
}

.fixedbuttons {
  right: 1rem;
  bottom: 1rem;
  justify-items: end;
}

.bottom-top {
  height: 3rem;
  width: 3rem;
  margin: 0 0.3rem 0 0;
  background: #4A2F1D;
  border: solid 1px rgba(var(--bs-white-rgb), 0.38);
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-pill);
  color: var(--bs-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  position: relative;
  z-index: 1;
  left: 1rem;
  bottom: 8rem;
}

.scrollbottom {
  position: absolute;
  bottom: 6rem;
  z-index: 1;
  transform: rotate(-90deg);
  font-size: 1.25rem;
  color: var(--bs-white);
  font-weight: 300;
  text-transform: uppercase;
}

.img-glass {
  overflow: hidden;
  position: relative;
}
.img-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  --bs-bg-opacity: 0.1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.img-glass:hover:before {
  left: -50%;
  transform: skewX(-5deg);
}

.themebtn, .themebtn-light {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.themebtn a, .themebtn-light a {
  padding: 0.6rem 3rem 0.6rem 1.5rem;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  background: #4A2F1D;
  mask: radial-gradient(2.1rem 1.8rem at right center, transparent 2.05rem, #000);
  -webkit-mask: radial-gradient(2.1rem 1.8rem at right center, transparent 2.05rem, #000);
  color: var(--bs-white);
  border-radius: var(--bs-border-radius-pill);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  border: solid 1px #4A2F1D;
  cursor: pointer;
}
.themebtn span, .themebtn-light span {
  z-index: -1;
  transition: all 0.5s ease-in-out;
  height: 2.7rem;
  width: 2.7rem;
  background: #4A2F1D;
  position: absolute;
  top: 50%;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-pill);
  transform: translate(0, -50%);
  border: solid 1px rgba(var(--bs-white-rgb), 0.38);
  right: -0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.themebtn span::after, .themebtn-light span::after {
  content: "\f138";
  font-family: bootstrap-icons;
  transition: all 0.5s ease-in-out;
  color: var(--bs-white);
  rotate: -45deg;
}
.themebtn:hover span::after, .themebtn-light:hover span::after {
  rotate: 0deg;
}

.themebtn-light a, .themebtn-light .themebtn-dark {
  color: #4A2F1D;
  background: #FDECE0;
  font-weight: 400;
}
.themebtn-light span {
  background: #FDECE0;
}
.themebtn-light span::after {
  color: #4A2F1D;
}

.themebtn-dark.themebtn-plain-light {
  color: #4A2F1D;
  background: #FDECE0;
  font-weight: 400;
  border-color: #FDECE0;
}

.themebtn-tranparent, .themebtn-dark, .themebtn-plain-light {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  padding: 0.6rem 1.8rem;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  background: transparent;
  color: var(--bs-white);
  border-radius: var(--bs-border-radius-pill);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  border: solid 1px var(--bs-white);
  cursor: pointer;
}
.themebtn-tranparent:after, .themebtn-tranparent:before, .themebtn-dark:after, .themebtn-dark:before, .themebtn-plain-light:after, .themebtn-plain-light:before {
  width: 0%;
  height: 0%;
  content: "";
  position: absolute;
  border-radius: 100%;
}
.themebtn-tranparent:after, .themebtn-dark:after, .themebtn-plain-light:after {
  transition: all 0.5s ease;
  background-color: #4A2F1D;
}
.themebtn-tranparent:before, .themebtn-dark:before, .themebtn-plain-light:before {
  transition: all 0.5s ease-out;
  background: transparent;
  --bg-opacity: .4;
}
.themebtn-tranparent span, .themebtn-dark span, .themebtn-plain-light span {
  z-index: 1;
  transition: all 0.3s ease-out;
}
.themebtn-tranparent:hover, .themebtn-dark:hover, .themebtn-plain-light:hover {
  color: var(--bs-white);
}
.themebtn-tranparent:hover:after, .themebtn-tranparent:hover:before, .themebtn-dark:hover:after, .themebtn-dark:hover:before, .themebtn-plain-light:hover:after, .themebtn-plain-light:hover:before {
  width: 20rem;
  height: 20rem;
  border-radius: var(--bs-border-radius-pill);
}
.themebtn-tranparent:hover:after, .themebtn-dark:hover:after, .themebtn-plain-light:hover:after {
  transition: all 0.7s ease-in;
}
.themebtn-tranparent:hover:before, .themebtn-dark:hover:before, .themebtn-plain-light:hover:before {
  transition: all 0.5s ease-in;
}

.themebtn-dark {
  background: #4A2F1D;
  color: var(--bs-white);
  border: solid 1px #4A2F1D;
}
.themebtn-dark:after {
  background: var(--bs-white);
}
.themebtn-dark:hover {
  color: #4A2F1D;
}

.arrowbtn {
  width: 3rem;
  height: 3rem;
  font-size: 1.625rem;
  transition: all 0.5s ease-in;
}
.arrowbtn i::before {
  transition: all 0.5s ease-in;
}
.arrowbtn:hover i::before {
  transform: rotate(45deg);
}

header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 30.6%, rgba(153, 153, 153, 0) 81.88%);
}
header nav .navbar-brand {
  width: 8rem;
  display: inline-block;
}
header nav .offcanvas {
  --bs-offcanvas-width: 100vw;
}
header nav .offcanvas .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  opacity: 1;
}
header nav .offcanvas ul {
  position: relative;
}
header nav .offcanvas ul:hover li {
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
  filter: blur(0.5px);
}
header nav .offcanvas ul li {
  padding: 0 1rem;
  transition: all 0.5s ease-in-out;
}
header nav .offcanvas ul li a {
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Cormorant Garamond";
  position: relative;
  color: var(--bs-white);
  transition: all 0.5s ease-in-out;
  border-radius: var(--bs-border-radius-pill);
}
header nav .offcanvas ul li a:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #A07E4A;
  transform-style: preserve-3d;
  transform: scale(0) rotatey(0deg);
  transition: 1.5s cubic-bezier(0.43, 1.91, 0.35, 0.74);
  z-index: -1;
  border-radius: var(--bs-border-radius-pill);
  right: 0;
}
header nav .offcanvas ul li a.dropdown-toggle::after {
  content: "\f285";
  font-family: bootstrap-icons;
  border: none;
  position: absolute;
  right: 0;
}
header nav .offcanvas ul li:hover a:before, header nav .offcanvas ul li.active a:before {
  transform: scale(1.3) rotatey(360deg);
}
header nav .offcanvas ul li:hover {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  filter: blur(0px);
}
header nav .offcanvas ul li:hover a {
  color: var(--bs-white);
  transition: 0.5s;
}

.heroslider, .portfoliobanner {
  z-index: 1;
}
.heroslider::before, .portfoliobanner::before {
  content: "";
  background: linear-gradient(0deg, rgba(66, 66, 66, 0) 5.78%, rgba(0, 0, 0, 0.3882352941) 116.51%);
  height: 30%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  left: 0;
  z-index: 2;
}

.hero-banner {
  width: 100%;
  overflow: hidden;
}
.hero-banner .swiper-button-prev, .hero-banner .swiper-button-next {
  color: var(--bs-white);
}
.hero-banner .swiper-button-prev::after, .hero-banner .swiper-button-next::after {
  font-size: 1.375rem;
}
.hero-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.hero-banner .content {
  position: relative;
  z-index: 20;
  height: 100vh;
  display: grid;
  text-align: left;
  align-content: center;
  z-index: 9;
}
.hero-banner .content::before {
  content: "";
  background: linear-gradient(268deg, rgba(var(--bs-black-rgb), 0) -83.83%, rgba(90, 90, 90, 0.35) -26.31%, rgba(var(--bs-black-rgb), 0.65) 61.32%, var(--bs-black) 119.29%);
  filter: blur(62.5999984741px);
  height: 70%;
  width: 80%;
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  left: 0;
  z-index: 2;
}
.hero-banner {
  /* [data-swiper-slide-index="0"] */
}
.hero-banner .swiper-slide .image {
  transform: scale(1);
  transition: all 10s ease-in-out;
  transition-delay: 0s;
}
.swiper-slide-active.hero-banner .swiper-slide .image {
  transform: scale(1.2);
}

.hero-banner .swiper-slide .title {
  opacity: 0;
}
.swiper-slide-active.hero-banner .swiper-slide .title {
  animation: fade-show-right 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.hero-banner .swiper-slide .subtitle {
  opacity: 0;
}
.swiper-slide-active.hero-banner .swiper-slide .subtitle {
  animation: fade-show-right 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

.hero-banner .swiper-slide .text {
  opacity: 0;
}
.swiper-slide-active.hero-banner .swiper-slide .text {
  animation: fade-show-down 0.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.hero-banner .swiper-slide .btn {
  opacity: 0;
}
.swiper-slide-active.hero-banner .swiper-slide .btn {
  animation: bounce 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.swiper-slide .image {
  transform: scale(1);
  transition: all 10s ease-in-out;
  transition-delay: 0s;
}
.swiper-slide-active.swiper-slide .image {
  transform: scale(1.2);
}

.swiper-slide .title1 {
  opacity: 0;
}
.swiper-slide-active.swiper-slide .title1 {
  animation: fade-show-right 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.swiper-slide .title2 {
  opacity: 0;
}
.swiper-slide-active.swiper-slide .title2 {
  animation: fade-show-right 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.swiper-slide .title3 {
  opacity: 0;
}
.swiper-slide-active.swiper-slide .title3 {
  animation: fade-show-right 1s;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
}

.swiper-slide .text4 {
  opacity: 0;
}
.swiper-slide-active.swiper-slide .text4 {
  animation: fade-show-right 0.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.swiper-slide .themebtn {
  opacity: 0;
}
.swiper-slide-active.swiper-slide .themebtn {
  animation: fade-show-right 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

@keyframes fade-show-right {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-show-right1 {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.aboutleft {
  height: 100%;
}
.aboutright {
  height: 75%;
  margin-bottom: -2.5rem;
}

ul.counterbox li {
  position: relative;
  width: 100%;
}
ul.counterbox li::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  --bs-border-opacity: 1;
  background: rgba(var(--bs-light-rgb), var(--bs-border-opacity));
  transform: translate(0.7rem, 0);
  left: 100%;
}
ul.counterbox li:last-child::after {
  display: none;
}

.clientslogoshadow {
  position: relative;
  padding-block: 1rem;
}
.clientslogoshadow .clientslogo {
  overflow: hidden;
}
.clientslogoshadow .clientslogo .clientbox {
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgba(74, 47, 29, var(--bs-bg-opacity));
  --bs-bg-opacity: .15;
  background: #EDE6E1;
}
.clientslogoshadow .clientslogo .swiper-wrapper {
  transition-timing-function: linear !important;
}
.clientslogoshadow::before, .clientslogoshadow::after {
  content: "";
  position: absolute;
  left: 0;
  height: 110%;
  width: 6%;
  background: linear-gradient(270deg, rgba(var(--bs-white-rgb), 0) 0.12%, rgba(74, 47, 29, 0.54) 69.59%);
  transform: translate(-3%, -6%);
  opacity: 0.3;
}
.clientslogoshadow::after {
  transform: translate(0, -6%) rotate(180deg) !important;
  right: 0;
  left: auto;
}

.portfolio-section .prodimg {
  height: 18rem;
}

.construction-section .iconbox {
  position: relative;
  box-shadow: 0 4px 40.1px 0 rgba(229, 229, 229, 0.67);
}
.construction-section .iconbox .icon2 {
  transition: all 0.5s ease-in-out;
}
.construction-section .iconbox:hover {
  transition: all 0.5s ease-in-out;
}
.construction-section .iconbox:hover .icon2 {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  background-color: #A07E4A;
}

.videobg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(var(--bs-black-rgb), 0.13) 0%, rgba(var(--bs-black-rgb), 0.13) 100%);
  pointer-events: none;
}

.video-play-btn {
  width: 6rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-play-btn span {
  transition: all 0.5s ease-in-out;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #4A2F1D;
  border-radius: var(--bs-border-radius-pill);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  font-size: 2.8rem;
}
.video-play-btn::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #4A2F1D;
  border-right-color: #4A2F1D;
  animation: rotateHalf 2s linear infinite;
}
@keyframes rotateHalf {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.video-play-btn:hover span {
  background-color: #A07E4A;
}

.collectionbox {
  position: relative;
}
.collectionbox .collectionhovertext {
  z-index: 2;
  position: absolute;
  width: 100%;
  transform: translate(0%, -100%);
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.collectionbox .prodimg {
  transform: scale(2);
  transition: transform 0.8s, border-radius 0.7s;
  z-index: 1;
  position: relative;
  height: 18rem;
}
.collectionbox .prodimg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  --bs-bg-opacity: 0.5;
  background: linear-gradient(180deg, rgba(var(--bs-white-rgb), 0) 0%, rgba(74, 47, 29, var(--bs-bg-opacity)) 98.11%);
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  z-index: 2;
  border-radius: var(--bs-border-radius-xxl);
}
.collectionbox:hover .collectionhovertext {
  opacity: 0;
}
.collectionbox:hover .prodimg {
  transform: scale(1);
}

.ctaboxright {
  max-height: 25rem;
  clip-path: ellipse(101% 134% at 102% 97%);
  filter: drop-shadow(-30px 0 0 #4A2F1D) drop-shadow(-45px 0 0 rgba(112, 99, 87, 0.23));
  position: relative;
}
.ctaboxright img {
  clip-path: ellipse(80% 107% at 90% 80%);
}
.experience-section::before, .experience-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 20%;
  width: 20%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='362' height='210' viewBox='0 0 362 210' fill='none'%3E%3Cpath d='M673 -31.2275C673 109.479 349 314 289 148C229 -18 0 96.707 0 -44C0 -184.707 201.535 -286 369.277 -286C537.019 -286 673 -171.934 673 -31.2275Z' fill='%234A2F1D' fill-opacity='0.08'/%3E%3C/svg%3E") no-repeat center/cover;
}
.experience-section::after {
  left: 0;
  bottom: 0;
  top: auto;
  height: 20%;
  width: 11%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='188' height='241' viewBox='0 0 188 241' fill='none'%3E%3Cpath d='M188 254.773C188 395.48 -315.642 575.486 -202.867 437.609C-90.0922 299.732 -381 305.56 -381 164.853C-381 24.1458 -283.465 0 -115.723 0C52.0186 0 188 114.066 188 254.773Z' fill='%234A2F1D' fill-opacity='0.08'/%3E%3C/svg%3E") no-repeat center/cover;
}
.experience-section .video-play-btn {
  width: 4rem;
}
.experience-section .video-play-btn::before {
  width: 3rem;
  height: 3rem;
}
.experience-section .video-play-btn span {
  width: 2rem;
  height: 2rem;
  font-size: 1.8rem;
}

.awards-section {
  position: relative;
  z-index: 1;
}
.awards-section::before, .awards-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 25%;
  width: 14%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='228' height='325' viewBox='0 0 228 325' fill='none'%3E%3Cpath d='M228 92.7725C228 233.48 -275.642 413.486 -162.867 275.609C-50.0922 137.732 -341 143.56 -341 2.85281C-341 -137.854 -243.465 -162 -75.7231 -162C92.0186 -162 228 -47.9345 228 92.7725Z' fill='white' fill-opacity='0.03'/%3E%3C/svg%3E") no-repeat center/cover;
  z-index: -1;
}
.awards-section::after {
  left: auto;
  right: 0;
  bottom: 0;
  top: auto;
  height: 17%;
  width: 17%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='307' height='237' viewBox='0 0 307 237' fill='none'%3E%3Cpath d='M1.14105 210.948C15.5422 70.9795 358.773 -99.3061 401.468 71.9631C444.163 243.232 683.701 152.565 669.3 292.534C654.898 432.502 444.054 512.636 277.194 495.468C110.333 478.3 -13.2601 350.916 1.14105 210.948Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E") no-repeat center/cover;
}
.awards-section .awardbox {
  display: flex;
  align-items: flex-end;
}
.awards-section .awardbox .awardhoverbox {
  transform: translateY(calc(100% - 5.5rem));
  transition: all 0.5s ease-in-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.44) 30.6%, rgba(153, 153, 153, 0) 81.88%);
  position: relative;
  display: flex;
  flex-direction: column;
}
.awards-section .awardbox .awardhoverbox p {
  margin-top: 1rem;
  transition: all 0.5s ease-in-out;
}
.awards-section .awardbox:hover {
  align-items: end;
}
.awards-section .awardbox:hover .awardhoverbox {
  transform: translateY(0);
  justify-content: end;
}
.awards-section .awardbox:hover .awardhoverbox p {
  margin-top: 0;
}

.faqsaccordian .accordion-item {
  background: #EAE0D8;
  box-shadow: 0 24.56px 32.74px 0 rgba(149, 149, 149, 0.14);
  border-radius: 1rem;
}
.faqsaccordian .accordion-item .accordion-button {
  border-radius: var(--bs-border-radius-xl);
  padding: 1.2rem 3rem 1.2rem 1.2rem;
  background: #EAE0D8;
  color: #4A2F1D;
  font-family: "Cormorant Garamond";
  font-size: 1.25rem;
  font-weight: 600;
}
.faqsaccordian .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: var(--bs-border-radius-xl);
}
.faqsaccordian .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-border-radius-xl);
  border-bottom-right-radius: var(--bs-border-radius-xl);
}
.faqsaccordian .accordion-item .accordion-collapse {
  border-radius: 0 0 var(--bs-border-radius-xl) var(--bs-border-radius-xl);
}
.faqsaccordian .accordion-item .accordion-collapse .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.faqsaccordian .accordion-item .accordion-collapse p {
  font-size: 1rem;
  margin-bottom: 0;
}
.faqsaccordian .accordion-button {
  padding: 0 4rem 0 0;
}
.faqsaccordian .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' class='bi bi-plus' fill='floralwhite' viewBox='0 0 13 13'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-color: #4A2F1D;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 1rem;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
}
.faqsaccordian .accordion-button:not(.collapsed)::after {
  rotate: 45deg;
  background-color: #4A2F1D;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' class='bi bi-plus' fill='floralwhite' viewBox='0 0 13 13'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.faqsaccordian .accordion-button.collapsed {
  border-radius: var(--bs-border-radius-xl);
}
.faqsaccordian .accordion-body {
  padding: 0 4rem 0 0;
}
.faqsaccordian .accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.testimonial-section .video-play-btn {
  width: 4.5rem;
}
.testimonial-section .video-play-btn::before {
  width: 3.5rem;
  height: 3.5rem;
}
.testimonial-section .video-play-btn span {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.8rem;
}
.testimonial-section .side-image {
  width: 8rem;
  height: 24rem;
  border-radius: var(--bs-border-radius-xl);
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.testimonial-section .side-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #4A2F1D;
  opacity: 0.4;
}
.testimonial-section .side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.testimonial-section .testimonialSwiper {
  flex: 1;
  overflow: hidden;
}
.testimonial-section .testimonialSwiper .swiper-slide {
  transition: opacity 0.8s ease;
}
.testimonial-section .side-nav-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.testimonial-section .side-nav-btn i {
  font-size: 2rem;
  color: var(--bs-white);
}
.testimonial-section .side-nav-btn:hover {
  background: rgba(var(--bs-white-rgb), 0.4);
}
.testimonial-section .side-nav-btn::after {
  display: none;
}
.testimonial-section .swiper-button-prev {
  right: 3.5rem !important;
  left: auto !important;
}
.testimonial-section .swiper-button-next {
  left: 3.5rem !important;
  right: auto !important;
}
.testimonial-section .main-content {
  display: grid;
  grid-template-columns: 42% 58%;
  overflow: hidden;
  border-radius: 24px;
  background: #4A2F1D;
  height: 24rem;
}
.testimonial-section .video-box {
  position: relative;
  height: 24rem;
  overflow: hidden;
  clip-path: polygon(0% 0%, 102.3% -1%, 67% 107%, 0 100%);
}
.testimonial-section .video-box .main-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 22px;
}
.testimonial-section .content-box {
  background: #4A2F1D;
  color: var(--bs-white);
  padding: 6rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-section .content-box .quote-icon {
  height: fit-content;
  font-size: 12rem;
  line-height: 5rem;
  font-family: "Montaga", serif;
  position: absolute;
  top: 4rem;
  vertical-align: middle;
}
.testimonial-section .content-box .desc {
  font-size: 1rem;
  font-weight: 300;
}
.testimonial-section .content-box h4 {
  font-family: "Cormorant Garamond";
  font-size: 1.75rem;
}
.testimonial-section .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  background: #EAE0D8;
  opacity: 1;
}
.testimonial-section .swiper-pagination-bullet-active {
  background: #4A2F1D;
}
.testimonial-section .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 6%;
}

.footer {
  position: relative;
  background: url("../images/footerbg.webp") center center/cover;
  width: 100%;
}
.footer::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(48, 19, 0, 0.79) 15.79%, rgba(33, 33, 33, 0.79) 79.98%), rgba(211, 211, 211, 0.173) 50%/cover no-repeat;
  z-index: 1;
}
.footer h3 {
  font-family: "Cormorant Garamond";
  margin-bottom: 1rem;
}
.footer #contactForm .form-control {
  border-radius: 1.25rem;
  padding-block: 0.7rem;
  --bg-opacity: 0.25;
  font-weight: 300;
  color: var(--bs-white);
  background: rgba(var(--bs-white-rgb), var(--bg-opacity));
  border: 1px solid rgba(var(--bs-white-rgb), 0.37);
}
.footer #contactForm .form-control:focus {
  box-shadow: none;
}
.footer #contactForm .form-control::placeholder {
  color: var(--bs-white);
}
.footer #contactForm textarea {
  resize: none;
}
.footer .social-icons {
  display: flex;
  gap: 0.7rem;
}
.footer .social-icons .social-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(var(--bs-white-rgb), 0.15);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
.footer .social-icons .social-icon i {
  font-size: 15px;
  color: var(--bs-white);
  transition: color 0.4s ease, transform 0.4s ease;
}
.footer .social-icons .social-icon:hover {
  background-color: var(--bs-white);
  transform: scale(1.1);
}
.footer .social-icons .social-icon:hover i {
  color: #4A2F1D;
  transform: rotate(360deg) scale(1.2);
}
.footer .footer-links {
  list-style: none;
  padding: 0;
}
.footer .footer-links li {
  margin-bottom: 0.75rem;
}
.footer .footer-links li a {
  transition: all 0.5s ease-in-out;
}
.footer .footer-links li a:hover {
  color: var(--bs-white);
  padding-left: 5px;
}
.footer .info-item {
  display: flex;
  margin-bottom: 1rem;
  gap: 0.9rem;
  align-items: center;
}
.footer .info-item .info-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease-in-out;
}
.footer .info-item .info-icon i {
  font-size: 1.25rem;
}
.footer .info-item .info-text {
  flex: 1;
  word-break: break-word;
}
.footer .info-item .info-text p {
  margin: 0;
  line-height: 1.6;
}
.footer .info-item .info-text p a {
  transition: all 0.5s ease-in-out;
}
.footer .info-item .info-text:hover a {
  color: var(--bs-white);
  padding-left: 5px;
}
.footer .footerlogo {
  width: 85%;
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fixedicons {
  height: 3rem;
  padding: 1.8rem 0;
  color: var(--bs-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  border-radius: var(--bs-border-radius-pill);
}
.fixedicons::before {
  content: "";
  height: 3rem;
  width: 3rem;
  background: #97816D;
  padding: 1.8rem;
  position: absolute;
  transform: translate(0, 0);
  transition: all 0.5s ease-in-out;
  border-radius: var(--bs-border-radius-pill);
  right: 0;
  z-index: 1;
  opacity: 0;
}
.fixedicons i {
  height: 3rem;
  width: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  background: #4A2F1D;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-pill);
  right: 0.3rem;
  position: absolute;
  border: solid 1px rgba(var(--bs-white-rgb), 0.38);
}
.fixedicons span {
  padding: 0 1rem;
  height: 100%;
  font-size: 15px;
  white-space: nowrap;
  transform: translate(100%, 0);
  transition: all 0.5s ease-in-out;
  border-radius: var(--bs-border-radius-pill);
  z-index: -3;
  display: grid;
  align-content: center;
  opacity: 0;
}
.fixedicons:hover {
  border-radius: var(--bs-border-radius-pill);
}
.fixedicons:hover span {
  transform: translate(0, 0);
  opacity: 1;
  padding-right: 4rem;
  z-index: -1;
}
.fixedicons:hover::before {
  transform: translate(0, 0);
  width: 100%;
  z-index: -1;
  opacity: 1;
}

.skiptranslate iframe {
  display: none !important;
}

.language-switcher {
  left: 1rem;
  bottom: 4rem;
}
.language-switcher img {
  display: none;
}
.language-switcher .goog-te-gadget-simple {
  background: #6B4A2E;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: var(--bs-border-radius-lg);
}
.language-switcher .goog-te-gadget-simple span a[href="#"] {
  pointer-events: none;
  cursor: pointer;
  color: var(--bs-white);
  font-family: "Cormorant Garamond";
  font-size: 1.25rem;
}
.language-switcher .goog-te-gadget-simple span a[href="#"] span:nth-child(3) {
  display: none !important;
}
.language-switcher .goog-te-gadget-simple span a[href="#"] span:nth-child(5) {
  color: rgba(var(--bs-white-rgb), 0.15) !important;
  font-size: 1.125rem;
  margin-left: 0.5rem;
}

.portfoliobanner .content::before {
  content: "";
  background: rgba(75, 41, 0, 0.46);
  filter: blur(116.9499969482px);
  height: 50%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(50%, 50%);
  z-index: 2;
  left: auto;
}

ul.portfolio-counter li {
  width: auto;
}
ul.portfolio-counter li::after {
  display: none;
}

.whychoose-section .alternaterow:nth-child(odd) {
  background: #FFF7F0;
}
.whychoose-section .alternaterow:nth-child(odd) .row {
  flex-direction: row-reverse;
}
.whychoose-section .alternaterow ul.list-design {
  gap: 1.5rem;
  column-gap: 2rem;
  display: inline-block;
  width: 100%;
  display: grid;
  padding: 0;
  grid-template-columns: 1fr 1fr;
}
.whychoose-section .alternaterow ul.list-design li {
  list-style: none;
  font-size: 1rem;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.whychoose-section .alternaterow ul.list-design li::before, .whychoose-section .alternaterow ul.list-design li::after {
  content: "";
  display: inline-block;
  background: #E8D2C2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  margin-inline-end: 1rem;
  border-radius: var(--bs-border-radius-pill);
}
.whychoose-section .alternaterow ul.list-design li::after {
  content: "";
  transform: translate(45%, 20%);
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 22 18' fill='none'%3E%3Cpath d='M0.75 11.3752C0.75 11.3752 2.875 11.3752 5.70833 16.3335C5.70833 16.3335 13.5836 3.34696 20.5833 0.750214' stroke='%234A2F1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
}

.destination-section .boxright {
  clip-path: polygon(-2.3% 108%, 100% 100%, 100% 0%, 29% -165%);
}
.destination-section .boxright img {
  border-radius: 100px 0 0 3.15rem;
}

.myfs-1 {
  font-size: 14px;
}

.myfs-2 {
  font-size: 15px;
}

.myfs-3 {
  font-size: 1rem;
}

.myfs-4 {
  font-size: 1.125rem;
}

.myfs-5 {
  font-size: 1.25rem;
}

.myfs-6 {
  font-size: 1.375rem;
}

.myfs-7 {
  font-size: 1.5rem;
}

.myfs-8 {
  font-size: 1.625rem;
}

.myfs-9 {
  font-size: 1.75rem;
}

@media (max-width: 1400px) {
  .ctaboxright {
    max-height: 22.5rem;
  }
  header nav .offcanvas ul li a {
    font-size: 1rem;
  }
  header nav .navbar-brand {
    width: 7rem;
  }
  .themebtn-tranparent, .themebtn-dark {
    font-size: 13px;
    padding: 0.5rem 1.8rem;
  }
  .themebtn a {
    font-size: 13px;
  }
  .desc {
    font-size: 15px !important;
  }
  .side-image, .video-box, .main-content {
    height: 20rem !important;
  }
  .scrollbottom {
    font-size: 1rem;
  }
  .counter .fs-6 {
    font-size: 13px !important;
  }
  .icon2 {
    width: 4rem;
    height: 4rem;
  }
  .transform-section p {
    font-size: 13px;
  }
  .collectionbox h3 {
    font-size: 1.5rem;
  }
  .prodbox .prodimg {
    height: 15rem;
  }
  .awardbox .fs-14 {
    font-size: 12px;
  }
  .accordion-item .accordion-button {
    font-size: 1rem !important;
  }
  .accordion-item .accordion-collapse p {
    font-size: 13px !important;
  }
  .display-5 {
    font-size: 2.5rem;
  }
  .display-6 {
    font-size: 2.2rem;
  }
  .fs-5 {
    font-size: 1.1rem !important;
  }
  .fs-6 {
    font-size: 14px !important;
  }
  .fs-14 {
    font-size: 13px !important;
  }
}
@media (max-width: 1200px) {
  .testimonial-section .desc {
    font-size: 13px !important;
  }
  .awards-section .awardbox .awardhoverbox {
    transform: translateY(calc(100% - 5.5rem));
  }
  .awards-section .awardbox .awardhoverbox h5 {
    font-size: 1rem;
  }
  .experience-section::before {
    height: 17%;
  }
}
@media (max-width: 992px) {
  .testimonial-section .side-image {
    display: none;
  }
  .testimonial-section .desc {
    font-size: 13px !important;
  }
}
@media (max-width: 768px) {
  .aboutright {
    height: 100%;
    margin-bottom: 0;
  }
  .experience-section::before {
    height: 9%;
    width: 30%;
  }
  .experience-section::after {
    height: 9%;
    width: 15%;
  }
  .testimonial-section .side-image {
    display: none;
  }
  .testimonial-section .desc {
    font-size: 13px !important;
  }
  .awards-section .awardbox .awardhoverbox {
    transform: translateY(calc(100% - 7rem));
  }
  .awards-section .awardbox .awardhoverbox h5 {
    font-size: 1rem;
  }
}
@media (max-width: 676px) {
  .display-5 {
    font-size: 1.6rem;
  }
  .display-6 {
    font-size: 1.5rem;
  }
  header nav .navbar-brand {
    width: 5rem;
    padding: 0;
  }
  header nav .themebtn-tranparent {
    font-size: 11px;
    padding: 0.3rem 1rem;
  }
  .hero-banner .swiper-slide .content .display-5 {
    font-size: 1.2rem;
  }
  .hero-banner .swiper-slide .content .fs-14 {
    font-size: 10px;
  }
  .hero-banner .swiper-slide .content .fs-6 {
    font-size: 11px !important;
  }
  .scrollbottom {
    display: none;
  }
  .aboutright {
    height: auto;
    margin-bottom: 0;
  }
  .subtitle p {
    font-size: 11px;
  }
  .prodbox {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .prodbox .prodimg {
    height: 13rem;
  }
  .prodbox .arrowbtn {
    width: 2rem;
    height: 2rem;
    font-size: 1.325rem;
  }
  .construction-section .iconbox {
    flex: 0 1 calc(50% - 0.5rem);
  }
  .videobg .video-play-btn {
    width: 4rem;
  }
  .videobg .video-play-btn::before {
    width: 3rem;
    height: 3rem;
  }
  .videobg .video-play-btn span {
    width: 2rem;
    height: 2rem;
    font-size: 1.8rem;
  }
  .experience-section::before {
    height: 10%;
    width: 40%;
  }
  .experience-section::after {
    height: 11%;
    width: 25%;
  }
  .testimonial-section .side-image {
    display: none;
  }
  .testimonial-section .main-content {
    height: 19rem !important;
  }
  .testimonial-section .main-content .video-box {
    height: 19rem !important;
  }
  .testimonial-section .main-content .content-box h4 {
    font-size: 1.4rem;
  }
  .testimonial-section .main-content .content-box {
    padding: 4rem 1rem 1rem 1rem;
  }
  .testimonial-section .main-content .content-box .quote-icon {
    font-size: 7rem;
    line-height: 0;
  }
  .testimonial-section .main-content .content-box .desc {
    font-size: 12px !important;
  }
  .clientslogoshadow .clientslogo .clientbox {
    padding: 0.5rem;
  }
}
@media (max-width: 480px) {
  header nav .navbar-brand {
    width: 3rem;
  }
  .hero-banner .swiper-slide .content {
    height: 100%;
  }
  .prodbox .prodimg {
    height: 9rem;
  }
  .prodbox .fs-5 {
    font-size: 1rem !important;
  }
  .prodbox p {
    font-size: 11px;
  }
  .awards-section .awardbox .awardhoverbox h5 {
    font-size: 0.9rem !important;
  }
  .testimonial-section .main-content {
    height: 21rem !important;
  }
  .testimonial-section .main-content .video-box {
    height: 21rem !important;
  }
  .counterbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .counterbox li {
    flex: 1;
  }
  .counterbox li:last-child {
    justify-content: center;
  }
  .counterbox li .icon1 {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.4rem;
  }
  .counterbox li .fs-6 {
    font-size: 10px !important;
  }
  .counterbox li .fs-4 {
    font-size: 14px !important;
    width: 60%;
  }
  .awards-section .awardbox .awardhoverbox {
    transform: translateY(calc(100% - 5rem));
  }
  .awards-section .awardbox .awardhoverbox h5 {
    font-size: 14px !important;
  }
  .awards-section .awardbox .awardhoverbox p {
    font-size: 10px;
  }
  .footer #contactForm .form-control {
    font-size: 0.8rem;
    padding-block: 0.5rem;
  }
  .footer .footerlogo {
    width: 70%;
  }
}

/*# sourceMappingURL=style.css.map */
