@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px "Poppins", sans-serif;
  color: #000;
  overflow-x: hidden;
  font-family: "Proxima-Regular";
}

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
  font-family: "Proxima-Regular";
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima-Regular";
  src: url(../fonts/Proxima-Regular.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/***** Custom Classes *****/
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima-Regular";
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}

h2 {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h3 {
  font-size: 51px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}

h4 {
  font-size: 34px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h5 {
  font-size: 31px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h6 {
  font-size: 23px;
  color: #000;
  font-weight: 500;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  font-family: "Proxima-Regular";
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: space-around;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  display: block;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: #000000;
  height: 2px;
  transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
  width: 100%;
}

.nav.stroke ul li a.active:after {
  width: 100%;
}

.nav.stroke ul li a.active::before {
  height: 100%;
}

.nav.stroke ul li a.active {
  color: #fff !important;
}

/* Buttons Css Start*/
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  padding: 7px 7px 7px 35px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  background-color: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease-in-out;
  gap: 20px;
}

.theme-btn .arrow {
  width: 50px;
  height: 50px;
  background: linear-gradient(52deg, rgb(169, 168, 164) 0%, rgb(255, 255, 255) 100%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.theme-btn .arrow img {
  width: 14px;
  height: auto;
  transition: transform 0.5s ease;
  filter: brightness(0);
  /* Make sure it's black */
}

.theme-btn:hover {
  background-color: #fff;
  color: #1d1d1d;
  border-color: #fff;
}

.theme-btn:hover .arrow {
  background: #1d1d1d;
}

.theme-btn:hover .arrow img {
  filter: brightness(0) invert(1);
  transform: translateX(5px);
}

/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #f48a12;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  padding: 20px 0;
  display: block;
  width: fit-content;
}

section.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

/* Custom Menu Button Start */
.hdr_btn {
  display: flex;
  justify-content: flex-end;
}

.hdr-menu-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}

.hdr-menu-btn .menu-bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}

.hdr-menu-btn .menu-bars span {
  display: block;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.hdr-menu-btn .menu-bars span:nth-child(1) {
  width: 14px;
}

.hdr-menu-btn .menu-bars span:nth-child(2) {
  width: 28px;
}

.hdr-menu-btn .menu-bars span:nth-child(3) {
  width: 21px;
}

.hdr-menu-btn .menu-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: 'Montserrat', sans-serif;
  line-height: normal;
  margin-right: -4px;
}

/* Custom Menu Button End */

/* Mega Menu Start */
/* .mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
} */

.mega-menu.active {
  opacity: 1;
  visibility: visible;
}

.mega-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.8s ease;
  transform: scale(1.1);
}

.mega-menu.active .mega-menu-bg {
  transform: scale(1);
}

.mega-menu-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(25 25 25) 8%, rgb(25 25 25 / 95%) 32%, #191919de 61%, #191919de 100%);
}

.mega-menu-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mega-menu-header {
  padding: 30px 0;
}

.mega_logo img {
  max-height: 80px;
  width: auto;
  filter: brightness(0) invert(1);
}

.close-mega-menu {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.close-mega-menu:hover {
  color: #fff;
  transform: rotate(90deg);
}

.mega-menu-body {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 60px 0;
}

.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mega-menu-list>li {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.mega-menu.active .mega-menu-list>li {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation for menu items */
.mega-menu.active .mega-menu-list>li:nth-child(1) {
  transition-delay: 0.1s;
}

.mega-menu.active .mega-menu-list>li:nth-child(2) {
  transition-delay: 0.2s;
}

.mega-menu.active .mega-menu-list>li:nth-child(3) {
  transition-delay: 0.3s;
}

.mega-menu.active .mega-menu-list>li:nth-child(4) {
  transition-delay: 0.4s;
}

.mega-menu.active .mega-menu-list>li:nth-child(5) {
  transition-delay: 0.5s;
}

.mega-menu.active .mega-menu-list>li:nth-child(6) {
  transition-delay: 0.6s;
}

.mega-menu.active .mega-menu-list>li:nth-child(7) {
  transition-delay: 0.7s;
}

.mega-menu-list>li>a {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 4px;
  /* Constant wide spacing to prevent shifting */
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mega-menu-list>li>a:hover {
  color: #ffff;
}

.mega-menu-list li a i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.mega-menu-list li.active>a i,
.mega-menu-list li:hover>a i {
  transform: rotate(180deg);
}

.submenu {
  list-style: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.has-submenu:hover>.submenu {
  max-height: 1000px;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 10px;
}

.submenu li {
  margin-bottom: 10px;
  transform: translateY(10px);
  transition: all 0.4s ease;
  opacity: 0;
}

.has-submenu:hover>.submenu li {
  transform: translateY(0);
  opacity: 1;
}

/* Delay submenu items for extra polish */
.has-submenu:hover>.submenu li:nth-child(1) {
  transition-delay: 0.1s;
}

.has-submenu:hover>.submenu li:nth-child(2) {
  transition-delay: 0.15s;
}

.has-submenu:hover>.submenu li:nth-child(3) {
  transition-delay: 0.2s;
}

.has-submenu:hover>.submenu li:nth-child(4) {
  transition-delay: 0.25s;
}

.has-submenu:hover>.submenu li:nth-child(5) {
  transition-delay: 0.3s;
}

.submenu li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  /* Constant spacing to prevent jump */
  transition: all 0.3s ease;
  display: block;
}

.submenu li a:hover {
  color: #fff;
}

body.menu-open {
  overflow: hidden;
}

.banner_text h1 {
  padding: 0 0 10px 0;
  width: fit-content;
  border-bottom: 1px solid #ffffff36;
}

.tegline-coming-soon {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 29px;
  font-family: "Proxima-Regular";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1;
}

/* Mega Menu End */

/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: end;
  justify-content: center;
}

.banner_text {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.banner_text .list {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.banner_text .list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.banner_text .list h6 {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  margin: 0;
}

.banner_text .list a {
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease-in-out;
}

.banner_text .list a:hover {
  color: #ffff;
  padding-left: 8px;
}


.banner-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: '';
  background: linear-gradient(90deg, rgb(25 25 25) 8%, rgb(25 25 25 / 88%) 32%, rgb(255 255 255 / 0%) 61%, rgb(25 25 25 / 71%) 100%);
}

.banner-image img {
  width: 100%;
  height: 100%;
}

.follow-box ul {
  gap: 10px;
  margin: 0;
  display: flex;
  align-items: center;
}

.follow-box ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 14px;
  position: relative;
  align-items: center;
  transition: ease-in-out;
  justify-content: center;
  transition-duration: 0.5s;
  background-color: #ffffff;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  z-index: 1;
  color: #fff;
}

.follow-box ul li a::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 38px;
  height: 38px;
  margin: auto;
  position: absolute;
  transition-duration: 0.5s;
  background-color: #1d1d1d;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  z-index: -1;
}

.follow-box ul li a:hover i {
  transition: 0.3s ease-in-out;
  color: #1d1d1d;
}

.follow-box ul li a:hover::before {
  transition: 0.3s ease-in-out;
  background: linear-gradient(52deg, rgb(169, 168, 164) 0%, rgb(255, 255, 255) 100%);
}

.follow-box {
  display: flex;
  align-items: center;
  gap: 20px;
  /* position: absolute; */
  bottom: 0;
  left: 50%;
  /* width: 100%; */
  /* transform: translateX(-50%); */
  padding: 30px 0 40px 0;
  margin-top: 80px;
}

.follow-box p {
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
}

span.line {
  width: 100%;
  height: 1px;
  background: #ffffff36;
}

body.coming-soon-page .hdr_btn {
  display: none;
}


section.header {
  padding: 0 3%;
}

section.banner_sec {
  padding: 0 3%;
}


/* Banner end*/

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* Home Page end*/


@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .banner_text h1 {
    font-size: 40px;
}

.tegline-coming-soon {
    font-size: 28px;
}

.banner_text .list {
    margin: 10px 0;
}

.theme-btn {
    padding: 7px 7px 7px 35px;
    font-size: 14px;
    margin-top: 10px;
}

.theme-btn .arrow {
    width: 40px;
    height: 40px;
}

.banner-box {
}

.banner_text {
    margin-bottom: -30px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}