@font-face {
  font-family: "CeraPro-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cera-pro/CeraProRegular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "CeraPro-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/cera-pro/CeraProMedium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "CeraPro-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/cera-pro/CeraProBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "CeraPro-Light";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/cera-pro/CeraProLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Futura-BK-BT-Book";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Futura-Bk-BT-Book/Futura-BK-BT-Book.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Futura-MD-BT-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Futura-Md-BT-Medium/Futura-MD-BT-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Futura-MD-BT-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Futura-Md-BT-Medium/Futura-MD-BT-Bold.woff2") format("woff2");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: clamp(9px, 1.5vw, 10px);
}

.common::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
}

body {
  background: #ffffff;
  font-family: "Futura-BK-BT-Book", sans-serif;
  font-weight: 400;
  overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  line-height: 1;
  color: #000000;
  font-family: "Futura-MD-BT-Medium", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 4rem;
}
h1:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 6.8rem;
  }
}

h2 {
  font-size: 3.6rem;
}
h2:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 4.4rem;
  }
}

h3 {
  font-size: 3.2rem;
}
h3:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 3.6rem;
  }
}

h4 {
  font-size: 2.8rem;
}
h4:last-child {
  margin-bottom: 0;
}

h5 {
  font-size: 2.4rem;
}
h5:last-child {
  margin-bottom: 0;
}

h6 {
  font-size: 2rem;
}
h6:last-child {
  margin-bottom: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #000000;
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  p {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 3rem;
  }
}
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
  font-size: 1.8rem;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: unset;
}

span {
  display: inline-block;
}

.container {
  max-width: 90%;
  padding: 0 1.2rem;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1320px;
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .section-heading {
    margin-bottom: 5rem;
  }
}
.section-heading h3 {
  text-transform: uppercase;
  position: relative;
  text-align: left;
  font-family: "Futura-BK-BT-Book", sans-serif;
  font-weight: 400;
}
.section-heading h3::after {
  width: 4rem;
  height: 2px;
  background-color: #EC1B23;
  left: 0;
  bottom: -10px;
  content: "";
  position: absolute;
}
.section-heading h3 span {
  font-family: "Futura-MD-BT-Medium", sans-serif;
  font-weight: 400;
}

.btn-default {
  position: relative;
  overflow: hidden;
  font-size: 1.8rem;
  padding: 1rem 3rem;
  background: #FFD17D;
  color: #000000;
  border-radius: 1.7rem;
  text-transform: uppercase;
  border: 1px solid #FFD17D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-default.transperent {
  background-color: #1C1E1F;
  color: #ffffff;
}
.btn-default .hover-bg {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-default span {
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 5px;
  display: flex;
}
.btn-default img {
  max-width: 30px;
  margin-right: 1rem;
}

section {
  overflow: hidden;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  section {
    padding: 80px 0;
  }
}

.mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .desktop {
    display: block;
  }
}

img,
video {
  max-width: 100%;
}

.button-box {
  padding-top: 2rem;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-wrapper {
  align-items: stretch;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-button {
  background-color: #000000;
  border-radius: 5rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .swiper-button::after {
  display: none;
}
.swiper .swiper-button i {
  font-size: 3rem;
  color: #FFD17D;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #FFD17D;
}

.hamburger {
  cursor: pointer;
}
.hamburger .line {
  width: 3.5rem;
  height: 3px;
  border-radius: 7px;
  background-color: #FFD17D;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
  z-index: 9999;
}
.hamburger.is-active .line:nth-child(2) {
  width: 0;
}
.hamburger.is-active .line:nth-child(1), .hamburger.is-active .line:nth-child(3) {
  transition-delay: 0.3s;
}
.hamburger.is-active .line:nth-child(1) {
  transform: translateY(9px);
}
.hamburger.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(90deg);
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.popup-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.5019607843);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.popup-modal .popup-box {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}
.popup-modal .popup-box .popup-close button {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.popup-modal .popup-box .popup-close button:hover {
  transform: scale(0.8);
}
.popup-modal .popup-box .popup-close button i {
  font-size: 2.6rem;
  cursor: pointer;
}

.nav-tabs {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.nav-tabs .tab-buttons {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #ddd;
}
.nav-tabs .tab-buttons button {
  flex: 1;
  padding: 12px 0;
  border: none;
  background: #eaeaea;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}
.nav-tabs .tab-buttons button.active {
  background-color: #FFD17D;
  color: #fff;
}
.nav-tabs .tab-panel {
  display: none;
  padding: 25px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  border: 1px solid #ddd;
  border-top: 0;
}
.nav-tabs .tab-panel.active {
  display: block;
}

.accordion {
  width: 100%;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  background: #f4f4f4;
  padding: 1.6rem;
  cursor: pointer;
  position: relative;
  font-size: 1.8rem;
}

/* Arrow Background */
.accordion-header::after {
  content: "&#xEA4E";
  background-image: url("https://cdn-icons-png.flaticon.com/512/130/130906.png");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

/* Rotate on active */
.accordion-item.active .accordion-header::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-body {
  display: none;
  background: #fff;
  padding: 1.4rem;
  line-height: 1.5;
  font-size: 1.6rem;
}

.owl-theme .owl-nav {
  font-size: 3rem;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: black;
}

.wpcf7-form-control-wrap[data-name=your-phone] .intl-tel-input {
  width: 100%;
  display: flex;
}

.header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 0;
  position: relative;
  z-index: 999;
}
.header .header-box {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  display: flex;
}
.header .header-box .logo-box a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-box .logo-box a img {
  max-width: 10rem;
}
.header .header-box .main-nav {
  display: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav {
    display: block;
  }
}
.header .header-box .main-nav.show {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  overflow: hidden;
}
.header .header-box .main-nav .animated-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 300vw;
  height: 200vh;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background: transparent;
}
.header .header-box .main-nav .animated-box .box {
  width: 33.33%;
  height: 100%;
  opacity: 0;
  background-color: #000000;
}
.header .header-box .main-nav .animated-box .first-box {
  transform: translateX(-100%);
}
.header .header-box .main-nav .animated-box .second-box {
  transform-origin: center;
  transform: scaleX(0);
}
.header .header-box .main-nav .animated-box .third-box {
  transform: translateX(100%);
}
.header .header-box .main-nav .animated-box.open .first-box {
  animation: slideLeft 0.8s ease forwards;
}
.header .header-box .main-nav .animated-box.open .second-box {
  animation: slideMid 0.8s ease forwards;
}
.header .header-box .main-nav .animated-box.open .third-box {
  animation: slideRight 0.8s ease forwards;
}
.header .header-box .main-nav .animated-box.close .first-box {
  animation: slideLeftReverse 0.6s ease forwards;
}
.header .header-box .main-nav .animated-box.close .second-box {
  animation: slideMidReverse 0.6s ease forwards;
}
.header .header-box .main-nav .animated-box.close .third-box {
  animation: slideRightReverse 0.6s ease forwards;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .animated-box {
    display: none;
  }
}
.header .header-box .main-nav .nav-wrap {
  position: relative;
  top: 50%;
  z-index: 999;
  transform: translate(0px, -50%);
  padding-left: 7rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap {
    position: static;
    transform: none;
    padding-left: 0;
    gap: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .header-box .main-nav .nav-wrap.show-items li {
  opacity: 1;
  transform: translateX(0);
}
.header .header-box .main-nav .nav-wrap.show-items .button-box .btn-default {
  opacity: 1;
  transform: translateX(0);
}
.header .header-box .main-nav .nav-wrap nav ul {
  gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap nav ul {
    flex-direction: row;
    gap: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-box .main-nav .nav-wrap nav ul {
    gap: 6rem;
  }
}
.header .header-box .main-nav .nav-wrap nav ul li {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(7) {
  transition-delay: 0.7s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(8) {
  transition-delay: 0.8s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(9) {
  transition-delay: 0.9s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(10) {
  transition-delay: 1s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(11) {
  transition-delay: 1.1s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(12) {
  transition-delay: 1.2s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(13) {
  transition-delay: 1.3s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(14) {
  transition-delay: 1.4s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(15) {
  transition-delay: 1.5s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(16) {
  transition-delay: 1.6s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(17) {
  transition-delay: 1.7s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(18) {
  transition-delay: 1.8s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(19) {
  transition-delay: 1.9s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(20) {
  transition-delay: 2s;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap nav ul li {
    opacity: 1;
    transform: none;
  }
}
.header .header-box .main-nav .nav-wrap nav ul li a {
  position: relative;
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Futura-BK-BT-Book", sans-serif;
  font-weight: 400;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap nav ul li a {
    color: #ffffff;
  }
}
.header .header-box .main-nav .nav-wrap nav ul li a.active, .header .header-box .main-nav .nav-wrap nav ul li a:hover {
  color: #FFD17D;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap nav ul li a.active, .header .header-box .main-nav .nav-wrap nav ul li a:hover {
    color: #FFD17D;
  }
}
.header .header-box .main-nav .nav-wrap nav ul li a.active {
  font-family: "Futura-MD-BT-Medium", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap nav ul {
    flex-direction: row;
  }
}
.header .header-box .main-nav .nav-wrap nav .mobile-menu-logo {
  position: absolute;
  top: 20px;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap nav .mobile-menu-logo {
    display: none;
  }
}
.header .header-box .main-nav .nav-wrap nav .mobile-menu-logo img {
  max-width: 10rem;
}
.header .header-box .button-box {
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .header .header-box .button-box {
    padding: 0;
  }
}
.header .header-box .button-box.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .header .header-box .button-box.desktop {
    flex-direction: row;
    display: flex;
  }
}
.header .header-box .button-box.mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .header .header-box .button-box.mobile {
    display: none;
  }
}
.header .header-box .button-box .btn-default {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.7s;
}
@media screen and (min-width: 992px) {
  .header .header-box .button-box .btn-default {
    opacity: 1;
    transform: none;
    font-size: 1.6rem;
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideMid {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeftReverse {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes slideMidReverse {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
@keyframes slideRightReverse {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.footer {
  background: radial-gradient(circle at top, #111 0%, #000 70%);
  color: #ffffff;
  text-align: center;
  /* BRAND */
  /* LINKS */
  /* INFO */
  /* BOTTOM */
}
.footer .footer-top {
  padding: 40px 0 20px;
}
@media screen and (min-width: 992px) {
  .footer .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0;
  }
}
.footer .footer-top .footer-title {
  color: #ffffff;
  font-size: 2.2rem;
  font-family: "Futura-MD-BT-Medium", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .footer .footer-top .footer-title {
    font-size: 3rem;
  }
}
.footer .footer-main {
  padding: 10px 20px 30px;
}
@media screen and (min-width: 992px) {
  .footer .footer-main {
    padding: 50px 20px;
    justify-content: space-between;
    text-align: left;
    display: flex;
  }
}
.footer .footer-col {
  margin-bottom: 40px;
}
.footer .footer-col:nth-child(2) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 992px) {
  .footer .footer-col:nth-child(2) {
    border: none;
    padding: 0;
  }
}
.footer .footer-col:last-child {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .footer .footer-col {
    margin-bottom: 0;
  }
}
.footer .footer-col ul.menu {
  display: flex;
  gap: 22px;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .footer .footer-col ul.menu {
    flex-direction: column;
  }
}
.footer .footer-brand {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer .footer-brand {
    width: 25%;
    text-align: left;
  }
}
.footer .footer-brand .footer-logo {
  max-width: 180px;
  display: flex;
  margin: 0 auto 30px;
}
.footer .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.footer .social-icons.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer .social-icons.desktop {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .footer .social-icons.mobile {
    display: none;
  }
}
.footer .social-icons a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A7A7A7;
  font-size: 2.2rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.footer .social-icons a:hover {
  transform: translateY(-3px);
}
.footer .footer-links {
  flex-direction: row;
  justify-content: center;
  font-family: "CeraPro-Regular", sans-serif;
  font-weight: 400;
  display: flex;
}
@media screen and (min-width: 992px) {
  .footer .footer-links {
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer .footer-links a {
  display: block;
  margin-bottom: 14px;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 768px) {
  .footer .footer-links a {
    font-size: 18px;
  }
}
.footer .footer-links a:hover {
  color: #EC1B23;
}
@media screen and (min-width: 992px) {
  .footer .footer-links {
    width: 15%;
  }
}
.footer .footer-info {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  font-family: "Futura-BK-BT-Book", sans-serif;
  font-weight: 400;
}
.footer .footer-info .info-block {
  margin-bottom: 22px;
}
.footer .footer-info .info-block:last-child {
  margin: 0;
}
.footer .footer-info .info-block .label {
  display: block;
  color: #EC1B23;
  margin-bottom: 6px;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: "CeraPro-Medium", sans-serif;
  font-weight: 500;
}
.footer .footer-info .info-block p {
  font-size: 18px;
  color: #ffffff;
}
.footer .footer-info .info-block a {
  text-transform: lowercase;
}
@media screen and (min-width: 992px) {
  .footer .footer-info {
    width: 25%;
  }
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 20px;
  font-size: 14px;
  color: #7E7E7E;
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}
.footer .footer-bottom a {
  color: #7E7E7E;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 1.8rem;
}
.footer .footer-bottom p {
  margin: 10px 0;
  color: #7E7E7E;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom p {
    margin: 0;
  }
}

.home-banner {
  background-image: url("../images/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -8.3rem;
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  .home-banner {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner {
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .home-banner {
    min-height: 100dvh;
  }
}
@media screen and (min-width: 1400px) {
  .home-banner {
    min-height: auto;
    height: 100dvh;
    padding-bottom: 0;
  }
}
.home-banner .container {
  height: 100%;
}
.home-banner .home-banner-box {
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .home-banner .home-banner-box {
    flex-direction: row;
    gap: 0;
  }
}
.home-banner .home-banner-box .box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-banner .home-banner-box .box {
    width: 50%;
  }
}
.home-banner .home-banner-box .box .title-box {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .home-banner .home-banner-box .box .title-box {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .home-banner .home-banner-box .box .title-box {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner .home-banner-box .box .title-box {
    margin-bottom: 9rem;
  }
}
.home-banner .home-banner-box .box .title-box h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: clamp(4rem, 4vw, 6.8rem);
  font-family: "Futura-BK-BT-Book", sans-serif;
  font-weight: 400;
  margin-top: 4rem;
}
.home-banner .home-banner-box .box .title-box h1 span {
  display: block;
  margin-top: 1rem;
  font-family: "Futura-MD-BT-Bold", sans-serif;
  font-weight: bold;
}
.home-banner .home-banner-box .box .number-box {
  color: #ffffff;
  line-height: 1;
  font-size: 1.8rem;
  text-transform: uppercase;
  gap: 5rem;
  display: flex;
}
.home-banner .home-banner-box .box .number-box .number {
  font-size: 4rem;
  font-family: "Futura-MD-BT-Bold", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .home-banner .home-banner-box .box .number-box .number {
    font-size: 6rem;
  }
}
.home-banner .home-banner-box .box .number-box .red {
  font-size: 5rem;
  color: #EC1B23;
  font-family: "Futura-MD-BT-Bold", sans-serif;
  font-weight: bold;
}
.home-banner .home-banner-box .box .button-box {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .home-banner .home-banner-box .box .button-box {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .home-banner .home-banner-box .box .button-box {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner .home-banner-box .box .button-box {
    padding-top: 9rem;
  }
}
.home-banner .home-banner-box .box .button-box .btn-default {
  border-radius: 50px;
  border-color: #ffffff;
  padding: 1rem 1.5rem;
}
.home-banner .home-banner-box .box .button-box .btn-default i {
  font-size: 2rem;
  margin-left: 0.5rem;
  color: #FFD17D;
}
.home-banner .home-banner-box .box.box-2 .banner-slider {
  z-index: 9;
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-stage-outer {
  overflow: hidden;
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-stage {
  padding-bottom: 50px;
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-item {
  position: relative;
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-item .item {
  opacity: 0;
  transform: translateY(120px) rotate(-12deg);
  transform-origin: center;
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s ease;
  will-change: transform, opacity;
  padding: 20px 0;
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-item .item img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  filter: drop-shadow(2px 5px 14px #000000);
}
@media screen and (min-width: 768px) {
  .home-banner .home-banner-box .box.box-2 .banner-slider .owl-item .item img {
    max-width: 80%;
  }
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-item.active {
  z-index: 2;
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-item.active .item {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-item:not(.active) {
  z-index: 1;
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-item:not(.active) .item {
  opacity: 0;
  transform: translateY(120px) rotate(12deg);
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-nav {
  margin: 2rem 0;
  display: flex;
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-nav button {
  position: absolute;
  bottom: -18%;
  z-index: 998;
  cursor: pointer;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .home-banner .home-banner-box .box.box-2 .banner-slider .owl-nav button {
    bottom: -16%;
  }
}
@media screen and (min-width: 1081px) {
  .home-banner .home-banner-box .box.box-2 .banner-slider .owl-nav button {
    bottom: -14%;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner .home-banner-box .box.box-2 .banner-slider .owl-nav button {
    bottom: -13%;
  }
}
@media screen and (min-width: 1400px) {
  .home-banner .home-banner-box .box.box-2 .banner-slider .owl-nav button {
    bottom: -12%;
  }
}
@media screen and (min-width: 1500px) {
  .home-banner .home-banner-box .box.box-2 .banner-slider .owl-nav button {
    bottom: -11%;
  }
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-nav button.owl-prev {
  left: 0;
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-nav button.owl-next {
  right: 0;
}
.home-banner .home-banner-box .box.box-2 .banner-slider .owl-nav button i {
  font-size: 2.2rem;
  color: #ffffff;
}
.home-banner .home-banner-box .box.box-2 .banner-thumb-slider {
  padding: 0 1.5rem;
}
.home-banner .home-banner-box .box.box-2 .banner-thumb-slider .owl-item {
  justify-content: center;
  display: flex;
}
.home-banner .home-banner-box .box.box-2 .banner-thumb-slider .item {
  cursor: pointer;
  opacity: 0.4;
  max-width: 60px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 480px) {
  .home-banner .home-banner-box .box.box-2 .banner-thumb-slider .item {
    max-width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner .home-banner-box .box.box-2 .banner-thumb-slider .item {
    max-width: 100px;
  }
}
.home-banner .home-banner-box .box.box-2 .banner-thumb-slider .item img {
  width: 60px;
  filter: drop-shadow(2px 2px 4px #000000);
}
@media screen and (min-width: 480px) {
  .home-banner .home-banner-box .box.box-2 .banner-thumb-slider .item img {
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner .home-banner-box .box.box-2 .banner-thumb-slider .item img {
    width: 100px;
  }
}
.home-banner .home-banner-box .box.box-2 .banner-thumb-slider .item.active {
  opacity: 1;
}

.about .text-box {
  max-width: 1000px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .about .text-box {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1081px) {
  .about .text-box {
    margin-bottom: 10rem;
  }
}
.about .text-box p {
  margin-bottom: 0;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .about .text-box p {
    font-size: 2.5rem;
  }
}
.about .frozon-box {
  background-image: url("../images/about-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 3rem 1.5rem 0;
  border-radius: 2.3rem;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: flex;
}
@media screen and (min-width: 768px) {
  .about .frozon-box {
    align-items: flex-start;
    padding: 7rem 2rem 7rem 2rem;
  }
}
@media screen and (min-width: 1081px) {
  .about .frozon-box {
    align-items: end;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .about .frozon-box {
    padding: 7rem 2rem 7rem 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .about .frozon-box {
    padding: 7rem 3rem 7rem 5rem;
  }
}
.about .frozon-box h2 {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .about .frozon-box h2 {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .about .frozon-box h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .about .frozon-box h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1300px) {
  .about .frozon-box h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .about .frozon-box h2 {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .about .frozon-box h2 {
    font-size: 4.4rem;
  }
}
.about .frozon-box h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about .frozon-box h2 br {
    display: block;
  }
}
.about .frozon-box h2 span {
  display: inline;
  font-family: "Futura-MD-BT-Bold", sans-serif;
  font-weight: bold;
}
.about .frozon-box .button-box {
  padding: 0;
  align-items: end;
  display: flex;
}
.about .frozon-box .button-box .btn-default {
  background-color: transparent;
  color: #ffffff;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-color: #ffffff;
}
.about .frozon-box .button-box .btn-default i {
  color: #EC1B23;
  font-size: 2rem;
}
.about .frozon-box .cook {
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .about .frozon-box .cook {
    position: absolute;
    bottom: 0;
    display: flex;
    right: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .about .frozon-box .cook {
    transform: translateX(50%);
    left: 40%;
    right: unset;
  }
}
@media screen and (min-width: 1200px) {
  .about .frozon-box .cook {
    left: 43%;
  }
}
@media screen and (min-width: 1400px) {
  .about .frozon-box .cook {
    left: 48%;
  }
}

.products {
  padding-top: 0;
}
.products .item {
  border-radius: 1.7rem;
  border: 1px solid #C2A174;
}
.products .item .img-box {
  border-top-left-radius: 1.7rem;
  border-top-right-radius: 1.7rem;
  overflow: hidden;
  max-height: 215px;
}
.products .item .img-box img {
  height: 100%;
  width: 100%;
  min-height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 1.7rem;
  border-top-right-radius: 1.7rem;
}
.products .item .text-box {
  padding: 1rem;
  gap: 20px;
  text-align: center;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .products .item .text-box {
    justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  .products .item .text-box {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .products .item .text-box {
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .products .item .text-box {
    padding: 2rem;
  }
}
.products .item .text-box .title h6 {
  font-family: "Futura-MD-BT-Bold", sans-serif;
  font-weight: bold;
}
.products .item .text-box .left-box {
  width: calc(40% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .products .item .text-box .left-box {
    width: calc(40% - 20px);
  }
}
.products .item .text-box .right-box {
  width: calc(60% - 10px);
}
@media screen and (min-width: 768px) {
  .products .item .text-box .right-box {
    width: calc(60% - 20px);
  }
}
.products .item .text-box .right-box .title {
  margin-bottom: 1.2rem;
}
.products .item .text-box .right-box h6 {
  font-size: 2rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 576px) {
  .products .item .text-box .right-box h6 {
    font-size: 2.2rem;
  }
}
.products .item .text-box .right-box p {
  font-size: 1.4rem;
  color: #7E7E7E;
}
.products .item .text-box .right-box .info p {
  color: #000000;
}
.products .item .text-box .right-box .info p span {
  color: #EC1B23;
}
.products .item .text-box .right-box .button-box .btn-default {
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  font-size: 1.5rem;
}
.products .item .text-box .right-box .button-box .btn-default i {
  color: #EC1B23;
  font-size: 2rem;
  margin-left: 0.5rem;
}
.products .owl-nav {
  position: absolute;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .products .owl-nav {
    right: 10%;
    margin: 0;
    bottom: -8.5%;
  }
}
.products .view-more-box a {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  color: #000000;
  text-transform: capitalize;
}
.products .view-more-box a span {
  align-items: center;
  gap: 5px;
  display: flex;
}
.products .view-more-box a i {
  color: #EC1B23;
  font-size: 2rem;
}

.bikaji {
  padding: 0;
}
.bikaji .img-box {
  width: 100%;
  height: 100%;
}
.bikaji .img-box img,
.bikaji .img-box video {
  width: 100%;
  height: 100%;
}

.indine-legacy {
  background: #FDF7EA;
}
.indine-legacy .indine-legacy-wrapper {
  margin: 4rem 0 2rem;
  display: flex;
  align-items: center;
}
.indine-legacy .indine-legacy-wrapper .step {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .indine-legacy .indine-legacy-wrapper .step {
    width: 4rem;
    height: 4rem;
    font-size: 18px;
  }
}
.indine-legacy .indine-legacy-wrapper .step.active {
  background: #EC1B23;
}
.indine-legacy .indine-legacy-wrapper .line {
  flex: 1;
  height: 3px;
  background: #7E7E7E;
  position: relative;
}
.indine-legacy .indine-legacy-wrapper .line .line-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  background: #EC1B23;
}
.indine-legacy .slider-box {
  position: relative;
}
.indine-legacy .slider-box .legacy-swiper {
  width: 100%;
  height: 100%;
}
.indine-legacy .slider-box .legacy-swiper .swiper-slide {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.indine-legacy .slider-box .legacy-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.indine-legacy .slider-box .legacy-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 250px;
}
.indine-legacy .slider-box .swiper-fade .swiper-slide {
  transition: opacity 0.8s ease-in-out;
}
.indine-legacy .slider-box .text-box {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: #ffffff;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .indine-legacy .slider-box .text-box {
    bottom: 4rem;
    left: 4rem;
  }
}
.indine-legacy .slider-box .text-box h2 {
  font-family: "Futura-MD-BT-Medium", sans-serif;
  font-weight: 400;
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .indine-legacy .slider-box .text-box h2 {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .indine-legacy .slider-box .text-box h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .indine-legacy .slider-box .text-box h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1300px) {
  .indine-legacy .slider-box .text-box h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .indine-legacy .slider-box .text-box h2 {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .indine-legacy .slider-box .text-box h2 {
    font-size: 4.4rem;
  }
}
.indine-legacy .slider-box .text-box p {
  font-family: "Futura-BK-BT-Book", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  max-width: 400px;
  color: #ffffff;
}
.indine-legacy .slider-box .swiper-slide-active .text-box {
  opacity: 1;
  transform: translateY(0);
}

.Architecture {
  position: relative;
  padding-bottom: 0;
}
.Architecture .section-heading h3 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .Architecture .section-heading h3 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  .Architecture .section-heading h3 {
    font-size: 3.6rem;
  }
}
.Architecture .Architecture-box {
  position: relative;
  z-index: 9;
}
.Architecture .Architecture-box .boxes {
  grid-template-columns: repeat(3, 3fr);
  gap: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .Architecture .Architecture-box .boxes {
    display: grid;
  }
}
.Architecture .Architecture-box .boxes.desktop .box {
  will-change: transform, opacity;
}
.Architecture .Architecture-box .slider-box .box {
  margin-bottom: 2rem;
}
.Architecture .Architecture-box .slider-box .box:last-child {
  margin: 0;
}
.Architecture .Architecture-box .slider-box .box p {
  font-size: 2rem;
  text-align: center;
}
.Architecture .Architecture-box .box {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 2rem;
  border: 2px solid #FDF7EA;
}
.Architecture .Architecture-box .box .img-box {
  height: 165px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  border-radius: 2rem;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 768px) {
  .Architecture .Architecture-box .box .img-box {
    height: 200px;
  }
}
.Architecture .Architecture-box .box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Architecture .Architecture-box .box .text-box {
  position: relative;
  z-index: 9;
  padding: 23rem 2rem 3rem;
}
@media screen and (min-width: 992px) {
  .Architecture .Architecture-box .box .text-box {
    padding: 27rem 2rem 3rem;
  }
}
.Architecture .Architecture-box .box .text-box .icon-box {
  background-color: rgba(0, 0, 0, 0.192);
  border-radius: 50px;
  width: 70px;
  height: 70px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Architecture .Architecture-box .box .text-box .icon-box img {
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.Architecture .Architecture-box .box .text-box p {
  line-height: 1.2;
  color: #1C1E1F;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: "Futura-BK-BT-Book", sans-serif;
  font-weight: 400;
}
.Architecture .Architecture-box .box:hover .img-box {
  height: 100%;
  transform: scale(1.1);
}
.Architecture .Architecture-box .box:hover .text-box p {
  color: #ffffff;
}
.Architecture .side-img-1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 200px;
}
.Architecture .side-img-1 img {
  max-width: 70px;
}
@media screen and (min-width: 768px) {
  .Architecture .side-img-1 img {
    max-width: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .Architecture .side-img-1 img {
    max-width: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .Architecture .side-img-1 img {
    max-width: 150px;
  }
}
.Architecture .side-img-2 {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 200px;
}
.Architecture .side-img-2 img {
  max-width: 70px;
}
@media screen and (min-width: 768px) {
  .Architecture .side-img-2 img {
    max-width: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .Architecture .side-img-2 img {
    max-width: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .Architecture .side-img-2 img {
    max-width: 150px;
  }
}

.Serve {
  padding: 60px 0;
}
.Serve .section-heading p {
  font-size: 2rem;
  color: #1C1E1F;
  text-align: left;
  margin-top: 4rem;
}
.Serve .Serve-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background-color: #7E7E7E;
}
@media screen and (min-width: 576px) {
  .Serve .Serve-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 6px;
  }
}
@media screen and (min-width: 992px) {
  .Serve .Serve-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
}
.Serve .Serve-box .box {
  position: relative;
  height: 260px;
  overflow: hidden;
  cursor: pointer;
  will-change: transform, opacity;
}
.Serve .Serve-box .box .img-box {
  width: 100%;
  height: 100%;
}
.Serve .Serve-box .box .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.Serve .Serve-box .box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.Serve .Serve-box .box .text-box {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.Serve .Serve-box .box .text-box h6 {
  font-family: "Futura-BK-BT-Book", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 3rem;
  text-transform: capitalize;
  text-align: center;
}
.Serve .Serve-box .box:hover img {
  transform: scale(1.1);
}
.Serve .Serve-box .box:hover::after {
  background: rgba(0, 0, 0, 0.6);
}

.Certifications {
  padding: 70px 0;
  background: url("../images/Certifications-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.Certifications .section-heading h3 {
  font-family: "Futura-MD-BT-Medium", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 3.8rem;
}
.Certifications .Certifications-box .boxes .parent {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 576px) {
  .Certifications .Certifications-box .boxes .parent {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .Certifications .Certifications-box .boxes .parent {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.Certifications .Certifications-box .boxes .box {
  padding: 1.5rem 1.5rem;
  border-radius: 20px;
  border: 1px solid #7E7E7E;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  transform: translateY(60px);
}
.Certifications .Certifications-box .boxes .box img {
  max-width: 100px;
}
@media screen and (min-width: 992px) {
  .Certifications .Certifications-box .boxes .box img {
    max-width: 230px;
  }
}
@media screen and (min-width: 576px) {
  .Certifications .Certifications-box .boxes .box-1 {
    grid-column: span 2/span 2;
  }
}
@media screen and (min-width: 768px) {
  .Certifications .Certifications-box .boxes .box-1 {
    grid-column: span 2/span 2;
    grid-column: span 2/span 2;
  }
}
@media screen and (min-width: 576px) {
  .Certifications .Certifications-box .boxes .box-2 {
    grid-column: span 2/span 2;
    grid-column-start: 3;
  }
}
@media screen and (min-width: 768px) {
  .Certifications .Certifications-box .boxes .box-2 {
    grid-column: span 2/span 2;
    grid-column-start: 3;
  }
}
@media screen and (min-width: 576px) {
  .Certifications .Certifications-box .boxes .box-3 {
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
}
@media screen and (min-width: 768px) {
  .Certifications .Certifications-box .boxes .box-3 {
    grid-column: span 2/span 2;
    grid-column-start: 5;
    grid-row-start: 1;
  }
}
@media screen and (min-width: 576px) {
  .Certifications .Certifications-box .boxes .box-4 {
    grid-column: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 2;
  }
}
@media screen and (min-width: 768px) {
  .Certifications .Certifications-box .boxes .box-4 {
    grid-column: span 1/span 1;
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
@media screen and (min-width: 576px) {
  .Certifications .Certifications-box .boxes .box-5 {
    grid-column: span 2/span 2;
    grid-row-start: 3;
  }
}
@media screen and (min-width: 768px) {
  .Certifications .Certifications-box .boxes .box-5 {
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
}
@media screen and (min-width: 576px) {
  .Certifications .Certifications-box .boxes .box-6 {
    grid-column-start: 3;
    grid-row-start: 3;
  }
}
@media screen and (min-width: 768px) {
  .Certifications .Certifications-box .boxes .box-6 {
    grid-column: span 2/span 2;
    grid-column-start: 4;
    grid-row-start: 2;
  }
}
@media screen and (min-width: 576px) {
  .Certifications .Certifications-box .boxes .box-7 {
    grid-column-start: 4;
    grid-row-start: 3;
  }
}
@media screen and (min-width: 768px) {
  .Certifications .Certifications-box .boxes .box-7 {
    grid-column-start: 6;
    grid-row-start: 2;
  }
}

.pehenomena {
  position: relative;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: unset;
}
@media screen and (min-width: 992px) {
  .pehenomena {
    padding-bottom: 20rem;
  }
}
@media screen and (min-width: 1300px) {
  .pehenomena {
    padding-bottom: 24rem;
  }
}
.pehenomena .container {
  position: relative;
}
.pehenomena .section-heading h3 {
  color: #ffffff;
}
.pehenomena .section-heading p {
  text-align: left;
  margin-top: 3rem;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.3;
  opacity: 1;
}
.pehenomena .pehenomena-list {
  width: 100%;
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 576px) {
  .pehenomena .pehenomena-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .pehenomena .pehenomena-list {
    gap: 36px;
    position: absolute;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 2.4rem 0 0;
  }
}
.pehenomena .pehenomena-list .list-item {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 1.8rem;
  border: 1px solid #7E7E7E;
  text-align: center;
  padding: 3rem 0;
}
@media screen and (min-width: 992px) {
  .pehenomena .pehenomena-list .list-item {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .pehenomena .pehenomena-list .list-item {
    padding: 7rem 0;
  }
}
.pehenomena .pehenomena-list .list-item:hover h2 {
  transform: scale(1.1);
}
.pehenomena .pehenomena-list .list-item .image-box {
  margin-bottom: 2rem;
}
.pehenomena .pehenomena-list .list-item .image-box img {
  max-width: 50px;
}
@media screen and (min-width: 768px) {
  .pehenomena .pehenomena-list .list-item .image-box img {
    max-width: none;
  }
}
.pehenomena .pehenomena-list .list-item .text-box h2 {
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 992px) {
  .pehenomena .pehenomena-list .list-item .text-box h2 {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1300px) {
  .pehenomena .pehenomena-list .list-item .text-box h2 {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .pehenomena .pehenomena-list .list-item .text-box h2 {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 1500px) {
  .pehenomena .pehenomena-list .list-item .text-box h2 {
    font-size: 8.6rem;
  }
}
.pehenomena .pehenomena-list .list-item .text-box h4 {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .pehenomena .pehenomena-list .list-item .text-box h4 {
    color: #000000;
  }
}

.happening {
  background: #fff;
  padding: 80px 0;
}
.happening .section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.happening .section-heading h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.happening .section-heading h3::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #ff2b2b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-radius: 10px;
}
.happening .happening-slider {
  position: relative;
  /* Glow effect on center */
  /* Arrows */
}
@media screen and (min-width: 768px) {
  .happening .happening-slider .owl-stage-outer {
    padding: 120px 0;
  }
}
.happening .happening-slider .owl-item {
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1;
  filter: blur(2px);
  opacity: 0.6;
  transform: scale(0.85);
}
.happening .happening-slider .owl-item.active {
  filter: blur(1px);
  opacity: 0.8;
  transform: scale(0.95);
}
.happening .happening-slider .owl-item.active.center {
  transform: scale(1.35);
  z-index: 5;
  filter: blur(0);
  opacity: 1;
}
.happening .happening-slider .item {
  padding: 30px 0;
  border-radius: 24px;
  transition: all 0.6s ease;
}
.happening .happening-slider .item img {
  width: 100%;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.6s ease;
}
.happening .happening-slider .owl-item.active.center .item img {
  box-shadow: 0 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.happening .happening-slider .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
  pointer-events: none;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .happening .happening-slider .owl-nav {
    top: 50%;
    justify-content: space-between;
  }
}
.happening .happening-slider .owl-nav button {
  pointer-events: all;
  background: rgba(0, 0, 0, 0.6) !important;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 22px !important;
  transition: all 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .happening .happening-slider .owl-nav button {
    width: 55px;
    height: 55px;
  }
}
.happening .happening-slider .owl-nav button:hover {
  background: #EC1B23 !important;
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(54, 54, 53, 0.45);
}

@media screen and (min-width: 992px) {
  .map {
    padding-top: 23rem;
  }
}
.map .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .map .container {
    max-width: 80%;
  }
}
.map .container .map-box {
  position: relative;
}
.map .container .map-box .map-img {
  width: 100%;
}
.map .container .map-box .location-wrap .location {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.map .container .map-box .location-wrap .location:hover {
  transform: scale(1.2);
}
.map .container .map-box .location-wrap .location.pin-1 {
  top: 9.7vw;
  left: 8.4vw;
}
.map .container .map-box .location-wrap .location.pin-2 {
  top: 16.3vw;
  left: 17.9vw;
}
.map .container .map-box .location-wrap .location.pin-3 {
  top: 11.9vw;
  left: 35.4vw;
}
.map .container .map-box .location-wrap .location.pin-4 {
  top: 19.2vw;
  left: 46.4vw;
}
.map .container .map-box .location-wrap .location.pin-5 {
  top: 20vw;
  right: 25vw;
}
@media screen and (min-width: 576px) {
  .map .container .map-box .location-wrap .location.pin-5 {
    right: 20vw;
  }
}
.map .container .map-box .location-wrap .location.pin-6 {
  top: 15vw;
  right: 19vw;
}
@media screen and (min-width: 576px) {
  .map .container .map-box .location-wrap .location.pin-6 {
    top: 18vw;
  }
}
.map .container .map-box .location-wrap .location.pin-7 {
  top: 22vw;
  right: 19vw;
}
.map .container .map-box .location-wrap .location.pin-8 {
  top: 25vw;
  right: 18vw;
}
@media screen and (min-width: 576px) {
  .map .container .map-box .location-wrap .location.pin-8 {
    top: 20vw;
  }
}
.map .container .map-box .location-wrap .location.pin-9 {
  bottom: 11.4vw;
  right: 9vw;
}
.map .container .map-box .location-wrap .location.pin-10 {
  bottom: 6vw;
  right: 1.5vw;
}
.map .container .map-box .location-wrap .location img {
  width: 15px;
}
@media screen and (min-width: 576px) {
  .map .container .map-box .location-wrap .location img {
    width: unset;
  }
}
.map .container .map-box .location-popup {
  position: absolute;
  display: none;
  z-index: 99999;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.map .container .map-box .location-popup.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.map .container .map-box .location-popup .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 600px;
  cursor: default;
}
.map .container .map-box .location-popup .cards-wrap .popup-card {
  background: #fff;
  border-radius: 10px;
  padding: 8px;
  min-width: auto;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.2s ease;
  display: flex;
}
@media screen and (min-width: 576px) {
  .map .container .map-box .location-popup .cards-wrap .popup-card {
    min-width: 250px;
    padding: 20px;
  }
}
.map .container .map-box .location-popup .cards-wrap .popup-card:hover {
  transform: translateY(-3px);
}
.map .container .map-box .location-popup .cards-wrap .popup-card h5 {
  font-weight: 700;
}
.map .container .map-box .location-popup .cards-wrap .popup-card h5,
.map .container .map-box .location-popup .cards-wrap .popup-card h6 {
  color: #343434;
}

@media (max-width: 479px) {
  .map .container .map-box .location-popup .cards-wrap .popup-card h5 {
    font-size: 14px;
  }
}
.products .product-dropdown {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .products .product-dropdown {
    display: none;
  }
}
.products .product-dropdown select {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.products .products-layout {
  display: flex;
  gap: 40px;
}
.products .products-layout .products-sidebar {
  display: none;
}
@media screen and (min-width: 992px) {
  .products .products-layout .products-sidebar {
    display: block;
    width: 25%;
  }
}
.products .products-layout .products-sidebar .product-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.products .products-layout .products-sidebar .product-tabs .product-tab {
  padding: 14px 18px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: 600;
}
.products .products-layout .products-sidebar .product-tabs .product-tab.active {
  background: #000;
  color: #fff;
}
.products .products-layout .products-box {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .products .products-layout .products-box {
    width: 75%;
  }
}
.products .products-layout .products-box .product-tab-content {
  display: none;
}
.products .products-layout .products-box .product-tab-content.active {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media screen and (min-width: 576px) {
  .products .products-layout .products-box .product-tab-content.active {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .products .products-layout .products-box .product-tab-content.active {
    grid-template-columns: repeat(3, 1fr);
  }
}
.products .products-layout .products-box .product-tab-content .item {
  display: none;
}
.products .products-layout .products-box .product-tab-content p {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .products .products-layout .products-box .product-tab-content p {
    font-size: 1.6rem;
  }
}
.products .products-layout .products-box .product-tab-content p span {
  color: #EC1B23;
  font-family: "Futura-MD-BT-Medium", sans-serif;
  font-weight: 400;
}
.products .products-layout .products-box .load-more-wrapper {
  text-align: center;
  margin: 40px 0;
}
.products .products-layout .products-box .load-more-wrapper button {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */