@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Eagle+Lake&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Fira Sans", sans-serif;
  color: white !important;
  background-color: white;
}

/* HelveticaBold */
@font-face {
  font-family: "HelveticaBold";
  src: url("./helvetica-rounded-bold.woff2");
}
.helvetica {
  font-family: "Open Sans", sans-serif;
}

:root {
  --container_width: 100%;
  --container_padding: 15px;
  --firasans: "Fira Sans", sans-serif;
}

@media (min-width: 640px) {
  :root {
    --container_width: 100%;
  }
}
@media (min-width: 768px) {
  :root {
    --container_width: 100%;
  }
}
@media (min-width: 1280px) {
  :root {
    --container_width: 100%;
    --container_padding: 60px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container_padding: 90px;
  }
}
.container {
  max-width: var(--container_width) !important;
  padding: 0 var(--container_padding);
  margin: 0 auto;
}

.desktopview {
  display: block;
}

.mobileview {
  display: none;
}

header {
  background-color: #fece0a !important;
}

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

.loader-icon {
  width: 200px;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-header {
  background-color: white !important;
}

main {
  /* Spinner Animation */
}
main .hangingdiya {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
}
main .man-bread {
  width: 5rem;
}
main .man-walk-gif {
  width: 5rem;
}
main .man-happy {
  width: 6rem;
}
main .glass-icon {
  width: 3rem;
}
main .animate-icons {
  position: absolute;
}
main .animate-icons.diya-lamp {
  left: 31%;
  top: 2rem;
  width: 5rem;
}
main .animate-icons.firecracker1 {
  right: 4rem;
  top: 5rem;
}
main .animate-icons.firecracker2 {
  left: 4rem;
  top: 65%;
}
main .animate-icons.firecracker3 {
  left: 4rem;
  top: -36%;
}
main section.ps2 {
  position: relative;
  text-align: center;
}
main section.ps2 a {
  position: absolute;
  text-decoration: none;
  color: inherit;
}
main section.ps2 img.layout-banner {
  width: 80%;
  margin: 0 auto;
}
main section.ps2 a.bathroom {
  bottom: 17%;
  left: 37%;
}
main section.ps2 a.tabkitchen {
  top: 25%;
  left: 48%;
}
main section.ps2 a.tabbedroom {
  top: 71%;
  left: 23%;
}
main section.ps2 a.tablivingroom {
  top: 38%;
  left: 41%;
}
main section.ps2 a.tabdining {
  top: 43%;
  left: 70%;
}
main section.ps2 a.tabbalcony {
  top: 21%;
  left: 26%;
}
main section.ps2 .icons-style {
  position: absolute;
  width: 4rem;
}
main section.ps2 .icons-style.icon1 {
  left: 5%;
  top: 52%;
  transform: rotate(28deg);
}
main section.ps2 .icons-style.icon2 {
  left: 8%;
  top: 12%;
  transform: rotate(328deg);
}
main section.ps2 .icons-style.icon3 {
  right: 6%;
  top: 18%;
  transform: rotate(45deg);
}
main section.ps2 .icons-style.icon4 {
  left: 8%;
  bottom: 12%;
  transform: rotate(-328deg);
}
main section.ps2 .icons-style.icon5 {
  right: 4%;
  bottom: 42%;
  transform: rotate(340deg);
}
main section.ps2 .icons-style.icon6 {
  display: none;
  right: 10%;
  bottom: 5%;
  transform: rotate(340deg);
}
main section.ps2 .icons-style.icon7 {
  right: 10%;
  bottom: 5%;
  transform: rotate(340deg);
}
main section.p3 h2 {
  display: flex;
  justify-content: center;
  align-items: self-end;
}
main section.ps4 ul li button {
  font-size: 1.3rem;
  font-family: var(--firasans);
  color: black;
}
main section.ps4 ul li button:hover {
  color: #ffcb06;
}
main section.ps4 #myTabContent .tab-pane .item {
  height: 500px;
}
main section.ps4 #myTabContent .tab-pane .item iframe {
  width: 100%;
  height: 100%;
}
main section.ps4 .owl-carousel .video-container {
  height: 100%;
}
main section.ps4 .owl-carousel .owl-nav button.owl-next,
main section.ps4 .owl-carousel .owl-nav button.owl-prev,
main section.ps4 .owl-carousel button.owl-dot {
  font-size: 2rem;
  color: black;
}
main section.ps4 .video-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
main section.ps4 .video-loader::before,
main section.ps4 .video-loader::after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-top-color: var(--secondarycolor, #ff7b00);
  border-radius: 50%;
  animation: loader-spin 1s linear infinite;
}
main section.ps4 .video-loader::before {
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
main section.ps4 .video-loader::after {
  width: 24px;
  height: 24px;
  border-top-color: #ffcc80;
  animation-duration: 0.7s;
  opacity: 0.9;
}
@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
main .spinner-wrap {
  position: relative;
  width: 50px;
  height: 50px;
}
main .spinner-item {
  border: 6px solid #ffcb06;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: zoom 2s linear 0.75s infinite;
}
main .spinner-item--2 {
  animation-delay: 1.25s;
}
main .spinner-item--3 {
  animation-delay: 1.75s;
}
@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

footer {
  background-color: #ea6d1e !important;
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: white;
  font-size: 24px;
}
footer .freudenberg {
  text-align: left;
  padding: 0 1rem;
  background-color: #003594;
}
footer .freudenberg a img {
  width: 190px;
}
footer .de-li {
  text-align: right;
}
footer .de-li a {
  text-decoration: none;
  font-size: 12px;
  color: white;
}

/* ===== Full Page Loader ===== */
#pageLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#pageLoader.hide {
  opacity: 0;
  visibility: hidden;
}

#pageLoader .spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ddd;
  border-top-color: var(--secondarycolor, #ff7b00);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Fireworks canvas */
canvas {
  background: transparent;
  display: block;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 9;
}

@media (max-width: 640px) {
  .desktopview {
    display: none;
  }
  .mobileview {
    display: block;
  }
  header {
    padding-left: 0px !important;
    background-color: #fece0a !important;
  }
  main section.ps2 img.layout-banner {
    transform: none;
    width: 60%;
    margin: 0 auto;
  }
  ul.nav {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: scroll;
    height: 38px;
  }
  main section.ps4 ul li button {
    font-size: 14px;
    padding: 6px;
  }
  .de-li {
    text-align: right;
    padding-bottom: 0px !important;
    margin-bottom: 3px !important;
  }
  .de-li a {
    text-decoration: none;
    font-size: 10px;
    color: #707070;
  }
  main .diya-label::after,
  main .diya-label::before {
    background-size: 25px 25px;
    width: 20px;
  }
  main .diya-label::after {
    left: -6px;
  }
  main .animate-icons.diya-lamp {
    left: 2rem;
    top: 1rem;
  }
  main .animate-icons {
    width: 70px;
  }
  main section.ps4 #myTabContent .tab-pane .item {
    height: 250px;
  }
  main section.ps2 a.tabbalcony {
    top: 18%;
    left: 60%;
  }
  main section.ps2 a.tabdining {
    top: inherit;
    left: 66%;
    bottom: 12%;
  }
  main section.ps2 a.tablivingroom {
    top: 44%;
  }
  main section.ps2 a.tabbedroom {
    top: 82%;
    left: 22%;
  }
  main section.ps2 a.tabkitchen {
    top: 54%;
    left: 70%;
  }
  main section.ps2 a.bathroom {
    bottom: 50%;
    left: 12%;
  }
  footer .de-li a {
    font-size: 10px;
  }
  main section.ps2 .icons-style {
    width: 2rem;
  }
  main section.ps2 .icons-style.icon2 {
    top: 5%;
  }
  main section.ps2 .icons-style.icon3 {
    right: 8%;
    top: -6%;
    transform: rotate(-14deg);
    display: none;
  }
  main section.ps2 .icons-style.icon4 {
    left: 43%;
    bottom: -45px;
    transform: rotate(-369deg);
  }
  main section.ps2 .icons-style.icon1 {
    right: 9%;
    left: inherit;
    bottom: -7%;
    top: inherit;
    transform: rotate(28deg);
  }
  main section.ps2 .icons-style.icon5 {
    left: 0%;
    bottom: -3rem;
    transform: rotate(340deg);
  }
  main .man-happy {
    width: 3rem;
  }
  .loader .loader-icon {
    width: 6rem;
  }
  .loader {
    text-align: center;
  }
}
@media (max-width: 768px) {
  :root {
    --container_width: 100%;
  }
}
@media (min-width: 1280px) {
  :root {
    --container_width: 100%;
    --container_padding: 60px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container_padding: 90px;
  }
}
/* Common hotspot style */
a[id^=tab] {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/* Tooltip default (hidden) */
a[id^=tab] .tooltip {
  position: absolute;
  bottom: 120%;
  /* position above the hotspot */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 13px 8px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 10;
}
a[id^=tab] .tooltip .span {
  position: relative;
  top: -9px;
}

/* Tooltip arrow */
a[id^=tab] .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

/* Tooltip visible on hover */
a[id^=tab]:hover .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 14px;
  padding-left: 14px;
  color: black;
  font-size: 22px;
  margin-top: 0;
}

.rect {
  border: 3px solid #ffc107;
  width: 126px;
  height: 126px;
  animation: rotate-circle 0.01s linear 0s infinite normal;
  border-radius: 32px;
}

.circle {
  width: 120px;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: animate-circle 1.2s linear 0.6s infinite normal, rotate-circle 0.2s linear 0s infinite normal;
  position: relative;
}

.dot {
  display: block;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  position: absolute;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-circle {
  0% {
    border: 4px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 120px 0px #a4a4cc;
    /*background: white;*/
  }
  100% {
    border: 3px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(60, 60, 74, 0.11);
  }
}
.dot:nth-child(1) {
  animation: animate-dot-1;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in;
}

.dot:nth-child(2) {
  animation: animate-dot-2;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.06, 0.91, 0.26);
}

@keyframes animate-dot-1 {
  0% {
    transform-origin: center center;
    transform: translate3d(0px, 0px, 0px) scale(1);
    background: #2d2d37;
  }
  100% {
    transform-origin: center center;
    transform: translate3d(0px, 53px, 0px) scale(0.2);
    background: white;
  }
}
@keyframes animate-dot-2 {
  0% {
    transform-origin: center center;
    transform: translate3d(0px, 0px, 0px) scale(1);
    background: #2d2d37;
  }
  100% {
    transform-origin: center center;
    transform: translate3d(0px, 53px, 0px) scale(1);
    background: white;
  }
}/*# sourceMappingURL=style.css.map */