.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-slide-out-down;--e-page-transition-exit-animation:e-page-transition-slide-in-up;--e-page-transition-animation-duration:200ms;}.elementor-kit-4 e-page-transition{background-color:#202020;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//**

	/////////////////////////////////////////////////////              
	/////////////////////////////////////////////////////          
	/////DDDDDDDDDDDDD//////HHHHHHHHH/////HHHHHHHHH//////
	/////D::::::::::::DDD///H:::::::H/////H:::::::H//////
	/////D:::::::::::::::DD/H:::::::H/////H:::::::H//////
	/////DDD:::::DDDDD:::::DHH::::::H/////H::::::HH//////
	///////D:::::D////D:::::D H:::::H/////H:::::H////////  
	///////D:::::D/////D:::::DH:::::H/////H:::::H////////  
	///////D:::::D/////D:::::DH::::::HHHHH::::::H////////  
	///////D:::::D/////D:::::DH:::::::::::::::::H////////  
	///////D:::::D/////D:::::DH:::::::::::::::::H////////  
	///////D:::::D/////D:::::DH::::::HHHHH::::::H////////  
	///////D:::::D/////D:::::DH:::::H/////H:::::H////////  
	///////D:::::D////D:::::D H:::::H/////H:::::H////////  
	/////DDD:::::DDDDD:::::DHH::::::H/////H::::::HH//////
	/////D:::::::::::::::DD/H:::::::H/////H:::::::H//////
	/////D::::::::::::DDD///H:::::::H/////H:::::::H//////
	/////DDDDDDDDDDDDD//////HHHHHHHHH/////HHHHHHHHH//////
	/////////////////////////////////////////////////////
	/////////////////////////////////////////////////////

	Created By Devlin Hampson (in collaboration with Unreal Media).

*/

.site-header, .site-footer {display:none}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-15px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(15px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/* Primary Button */ 

.btn * {
    border-radius: 50px !important;
}

.btn, .e-form__buttons {
    width: max-content !important;
}

.btn .elementor-button-content-wrapper, .elementor-button, .contact .elementor-button-content-wrapper  {
  position: relative;
  align-items: center;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.165,.84,.44,1)
}

.btn .elementor-button, .contact .elementor-button {
    border: 1px solid transparent;
}

.btn .elementor-button-icon, .contact .elementor-button-icon  {
  position: absolute;
  left: 0px; /* adjust this as needed for your spacing */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A1A19;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: -1px;
  transition: width 0.4s cubic-bezier(.165,.84,.44,1),
              height 0.4s cubic-bezier(.165,.84,.44,1),
              background-color 0.4s cubic-bezier(.165,.84,.44,1);
}

.btn .elementor-button:hover .elementor-button-icon, .contact .elementor-button:hover .elementor-button-icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
}

.btn .elementor-button-icon svg, .contact .elementor-button-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: .75rem;
  height: .75rem;
  transform: translate(-200%, -50%);
  opacity: 0;
  transition: transform 1s cubic-bezier(.165,.84,.44,1), opacity 0.4s ease 0.1s;
  transform-origin: left center;
  color: currentColor;
  z-index: 1;
}

.btn .elementor-button:hover .elementor-button-icon svg, .contact .elementor-button:hover .elementor-button-icon svg {
  transform: translate(-50%, -50%); /* arrow ends perfectly centered */
  opacity: 1;
}

.btn .elementor-button:not(:hover) .elementor-button-icon svg, .contact .elementor-button:not(:hover) .elementor-button-icon svg {
  transition: none;
}


.btn .elementor-button-content-wrapper, .contact .elementor-button-content-wrapper {
  align-items: center;
}

.btn .elementor-button:hover .elementor-button-content-wrapper, .contact .elementor-button:hover .elementor-button-content-wrapper {
    padding-left: 44px;
}

.btn .elementor-button:hover, .contact .elementor-button:hover {
    padding-left: 10px !important;
    background: #1A1A19 !important;
    color: #E2DDDB !important;
    border-color: #E2DDDB !important;
}

/* Accordion */

.drop .e-n-accordion-item-title-icon .e-opened {
    display: none !important;
}

.drop .e-n-accordion-item-title-icon .e-closed {
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(.165,.84,.44,1);
    will-change: transform, opacity;
}

.drop .e-n-accordion-item-title-icon .e-closed svg {
    transition: transform 0.4s cubic-bezier(.165,.84,.44,1);
    transform: rotate(0deg);
}

.drop .e-n-accordion-item[open] .e-closed svg {
    transform: rotate(-180deg); 
}


/* Nav Toggle + Anim */

.my-toggle-container {
  width: 144px;
  overflow: hidden;
  transition: all .45s cubic-bezier(.165,.84,.44,1) !important;
}

.my-toggle-container.open {
    width: 542px;
}

.my-toggle-target {
opacity: 0;
  width: 0;
  transition: width .45s cubic-bezier(.165,.84,.44,1), opacity .2s cubic-bezier(.165,.84,.44,1), margin-left .4s cubic-bezier(.165,.84,.44,1) !important;
  margin-left: 0;
  width: 0;
margin-right: 1px !important;
}

.my-toggle-target a {
  pointer-events: none;
}
.my-toggle-container.open .my-toggle-target a {
pointer-events: all;
}

.my-toggle-container.open .my-toggle-target {
  opacity: 1;
  margin-left: 0;
  width: 400px;
}

.my-toggle-button {
  cursor: pointer;
}

.my-toggle-button .elementor-button-icon {
    width: 26px;
    height: 26px;
    margin-top: -9px;
    background: #1A1A19;
    padding: 4px;
    border-radius: 50px;
}

.my-toggle-button .elementor-button span {
    margin-bottom: 1.5px;
}

@keyframes spinOpen {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-405deg); } /* 360 + 45 = full spin then 45deg */
}

@keyframes spinClose {
  0% { transform: rotate(-405deg); }
  100% { transform: rotate(0deg); }
}

.my-toggle-button .elementor-button-icon svg {
  transform: rotate(0deg); /* default */
  transition: none;
      width: 12px;
    margin-left: 3px;
}

.my-toggle-button .elementor-button-icon svg.spin-open {
  animation: spinOpen .8s cubic-bezier(.165,.84,.44,1) forwards;
}

.my-toggle-button .elementor-button-icon svg.spin-close {
  animation: spinClose .8s cubic-bezier(.165,.84,.44,1) forwards;
}


/* Nav Menu Links */

.navl a:hover {
    background: #383838;
    color: #EFEDEC !important;
}

.navl a {
    padding: 12px 15.5px 10px 16.5px;
    padding-top: 14.2px;
    border-radius: 8px;
   transition: all 0.3s ease-in-out !important;
}

/* Scroll bar */

::-webkit-scrollbar {
  width: 10px;
  background: #222;
}

::-webkit-scrollbar-thumb {
  background: #383735;
  border-radius: 16px;
}

/* Highlight / Selection */

::selection {
  background: #E2DDDB; 
  color: #383735;
}


/* Blog Content - Main */

    .carousel-group {
  width: 100%;
}

.carousel-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
}

.carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.carousel-title {
  font-family: "Favorit Expanded";
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1A1A19;
  margin: 0;
  line-height: 1.05;
  padding-top: 40px;
  margin-left: -3px !important;
}

.carousel-subnav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.carousel-labels {
  display: flex;
  overflow-x: auto;
  font-family: 'Favorit Expanded';
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #1A1A19;
  border-right: none;
  border-radius: 12px;
  background: #202020;
  padding: 5px 6px 5px 6px;
  gap: 8px;
}

.carousel-labels .label {
  padding: 16px 25px 12.5px 24px;
  white-space: nowrap;
  color: #E2DDDB99;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
}

.carousel-labels .label.active {
  background: #383838;
  color: #fff;
}

.carousel-labels .label:not(.active):hover {
  color: #E2DDDB;
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  margin-left: 0;
  padding-bottom: 60px;
}

.carousel-item {
  flex: 0 0 1150px;
  margin-right: 30px;
  height: 520px;
  border: 1px solid #1A1A19;
  display: flex;
  overflow: hidden;
  position: relative;
  background: #1A1A19;
  padding: 6px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.carousel-item:hover {
    border-color: #C4A562;
}

.carousel-item:hover .carousel-thumb img {
    transform: scale(1);
    filter: contrast(0.85);
}

.carousel-item:last-child {
  margin-right: 0;
}

.carousel-item a {
  display: flex;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
}

.carousel-content {
  width: 50%;
  padding: 20px;
  padding-top: 25px;
  padding-left: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  flex-direction: column;
}

.carousel-thumb {
  width: 75%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #202020;
}

.carousel-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
  transition: all .45s cubic-bezier(.165,.84,.44,1);
  will-change: transform;
}

.carousel-content h3 {
  font-size: 26px;
  font-weight: 400;
  font-family: 'Favorit Expanded', 'Sans-Serif';
  margin-top: 38px;
  color: #E2DDDB;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1.3;
}

.carousel-category {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Favorit Expanded', 'Sans-Serif';
  color: #E2DDDB;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #383838;
  border-radius: 8px;
  padding: 10px 15.5px 7px 13px;
}

.carousel-categories {
 display: flex;
  gap: 10px;
}

.carousel-categories svg {
    width: 9px;
    height: 9px;
    fill: #E2DDDB;
    margin-top: -3px;
}

.carousel-button {
    border-radius: 50px;
}

.carousel-button .elementor-button {
    background-color: #C4A562 !important;
    font-family: "Favorit Expanded", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    fill: #1A1A19;
    color: #1A1A19;
    border-radius: 50px !important;
    padding: 18px 22px 16px 19px;
}

.carousel-button a:hover svg {
    color: #1A1A19 !important;
}

.carousel-date {
    font-size: 12px; 
    font-family: Favorit Expanded, Sans-serif; 
    text-transform: uppercase; 
    color: #E2DDDB; 
    margin-bottom: 25px;
    margin-left: 5px;
}

.carousel-nav {
  display: flex;
  gap: 3px;
  background: #2C2B2A70;
width: max-content;
border-radius: 12px;
padding: 4px;
}

.nav {
  background: none;
  border: none;
  padding: 12px;
  padding-left: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  color: #E2DDDB !important;
  background: #202020;
  border-radius: 12px;
  outline: none !important;
}

.nav.prev {
    padding-left: 12px;
    padding-right: 14px;
}

.nav:focus {
 background: #202020 !important;
}

.nav:hover {
  color: #E2DDDB !important;
  background-color: #383838 !important;
}

.nav:disabled {
  opacity: 0.5;
  cursor: default;
}

.arrow-icon {
  width: 26px;
  height: 26px;
stroke-width: 1.5;
}

/* Sliding Boxes */

 .series-boxes {
  position: relative;
}

.series-boxes .slide {
  position: sticky;
  top: 120px;
  z-index: 1;
  will-change: opacity, transform;
}

.series-boxes .slide:nth-of-type(2) {
  top: 190px;
}

.series-boxes .slide:not(:first-of-type) {
  margin-top: 80px;
}

.opacity {
    opacity: 0;
}

/* GSAP Title */

.textmain h2 {
  display: inline-block;
  overflow: hidden;
}

.textmain .char {
  display: inline-block;
  transform-origin: bottom;
}

/* Parallax Images */

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 40vh; /* Default height – override per instance */
}

.parallax-container.fullscreen {
  height: 100vh;
}

.parallax-container.small {
  height: 550px;
}

.parallax-container.mini {
  height: 200px;
}

.parallax-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh !important; /* Larger than container to allow motion */
  object-fit: cover !important;
  will-change: transform;
}

.parallax-container.fullscreen img {
  height: 120vh !important;
  position: relative;/* Slightly larger for 100vh containers */
}


.parallax-container.small img {
  height: 650px !important;
  position: relative;
}

.parallax-container.mini img {
  height: 250px !important;
  position: relative;
}

.word {
    white-space: nowrap;
    display: inline-block;
}

/* Mobile */

@media (max-width: 1024px) {
  /* Always fixed width on mobile */
  .carousel-labels {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
 }
 
 .carousel-labels::-webkit-scrollbar {
  height: 6px !important;         
  background: #202020 !important;
  border-radius: 12px !important;
}

.carousel-labels::-webkit-scrollbar-thumb {
  background-color: #383838 !important;
  border-radius: 12px !important;
}
.carousel-title {
    padding-top: 20px;
    margin-left: 0 !important;
    font-size: 8.5vw;
 }
 .grid-title {
     font-size: 6.96vw !important;
 }
 .grid-title2 {
     font-size: 8.5vw !important;
     margin-left: -1px !important;
 }
.carousel-wrapper {
    padding-top: 10px;
 }
.carousel-item {
    flex-direction: column;
    height: auto;
 }
 .carousel-content, .grid-text {
    width: 100%;
    padding: 10px !important;
    padding-left: 12px !important;
    padding-top: 22px !important;
    padding-bottom: 15px !important;
    height: 100% !important;
 }
 .carousel-content h3 {
     margin-top: 22px;
     font-size: 16px;
     margin-left: 2px;
     margin-bottom: 22px;
 }
 .grid-title-wrap h3 {
     font-size: 16px !important;
     margin-left: 2px !important;
     margin-right: 2px !important;
 }
 .grid-title-wrap {
    padding-top: 22px !important;
}
 .carousel-date {
     margin-bottom: 20px;
     font-size: 10px;
 }
 .carousel-category, .grid-category {
     height: max-content !important;
     font-size: 8px !important;
     gap: 6px !important;
 }
 .carousel-category svg, .grid-category svg {
     width: 4px !important;
     height: 4px !important;
     margin-top: -2px !important;
 }
 .carousel-track {
     padding-bottom: 35px;
 }
 .carousel-labels {
     font-size: 10px;
 }
 .btn span, .carousel-button .elementor-button, .grid-button .elementor-button {
     font-size: 12px;
 }
 .grid-subtext {
    margin-top: 40px !important;
 }
 .grid-track {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 10px !important;
 }
 .grid-labels {
     font-size: 10px !important;
 }
 .grid-labels svg {
     width: 6px !important;
     height: 7px !important;
     margin-top: -2px !important;
 }
 .grid-container {
     gap: 45px !important
 }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .carousel-item {
    flex: 0 0 688px;
    }
     .series-boxes .slide {
  position: sticky;
  top: 60px;
  z-index: 1;
  will-change: opacity, transform;
}

.series-boxes .slide:nth-of-type(2) {
  top: 120px;
}

.series-boxes .slide:not(:first-of-type) {
  margin-top: 50px;
}
  .parallax-container {
      height: 45vh;
  }
  .parallax-container img {
      height: 55vh !important;
  }
  .grid-item {
      max-height: 550px !important;
  }
  .grid-thumb {
      height: 100% !important;
  }
  .carousel-thumb {
      height: 75% !important;
      max-height: 75% !important;
      width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .carousel-item {
    flex: 0 0 315px;
    flex-direction: column;
    height: auto;
 }
  .carousel-thumb {
    width: 100%;
    height: 200px;
    max-height: 200px;
 }
 .my-toggle-target { 
      display: flex;
      flex-direction: column !important;
      flex-wrap: nowrap;
  }
  
  .my-toggle-container, .my-toggle-target {
    width: 144px !important;
    transition: height 0.45s cubic-bezier(.165,.84,.44,1), all 0.45s ease !important;
  }

  .my-toggle-container.open {
    height: auto; /* let it shrink naturally */
  }

.my-toggle-container.open .my-toggle-target {
  max-height: 0;
  opacity: 0;
  max-width: 144px !Important;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.45s cubic-bezier(.165,.84,.44,1), opacity 0.3s ease-in-out !important;
  padding: 0;
}

  .my-toggle-container.open .my-toggle-target a {
    pointer-events: none;
  }

  .my-toggle-container:not(.open) {
    height: auto;
  }

.my-toggle-container:not(.open) .my-toggle-target {
  max-height: 300px;
  opacity: 1;
  max-width: 144px !important;
  visibility: visible;
  transition: max-height 0.45s cubic-bezier(.165,.84,.44,1), opacity 0.3s ease-in-out;
}

  .my-toggle-container:not(.open) .my-toggle-target a {
    pointer-events: all;
  }
  .navl a {
    width: 100% !important;
    display: inline-block;
    padding: 12px 19.5px 16px 16.5px !important;
    padding-top: 19px !important;
  }
  .parallax-container {
      height: 45vh;
  }
  .parallax-container img {
      height: 55vh !important;
  }
   .series-boxes .slide {
  position: sticky;
  top: 14px;
  z-index: 1;
  will-change: opacity, transform;
}

.series-boxes .slide:nth-of-type(2) {
  top: 50px;
}

.series-boxes .slide:not(:first-of-type) {
  margin-top: 80px;
 }
.parallax-container.small {
  height: 250px;
 }
.parallax-container.small img {
  height: 325px !important;
 }
 .blogp h2 {
    font-size: 21px !important;
    padding: 42px 0 36px !important;
 }
 .grid-header-title-wrap {
     flex-direction: column;
     gap: 26px;
 }
 .grid-subtext2 {
     font-size: 12.5px !important;
     margin-bottom: 25px !important;
 }
 .g2 .grid-container {
     padding-top: 38px !important;
 }
}

/* Footer */

.social:hover h2, .social:hover svg {
    color: #fff !important;
    fill: #fff !important
}

.social h2, .social svg{
    transition: color 0.3s ease-in-out, fill 0.3s ease-in-out !important;
}

.social {
width: max-content
}

@media screen and (min-width: 1025px) and (max-width: 1919px) {
     .carousel-category, .grid-category {
     height: max-content !important;
     font-size: 9px !important;
 }
 .carousel-category svg, .grid-category svg {
     width: 7px !important;
     height: 7px !important;
     margin-top: -2px !important;
 }
 .carousel-date {
     margin-top: 25px !important;
 }
 .grid-text {
    padding: 20px !important;
    padding-top: 25px !important;
    
 }
 .grid-title-wrap {
    padding-top: 25px !important;
 }
 .grid-text h3 {
     font-size: 19px !important;
 }
}

/* Blogs */

.blogp p {
    margin: 0;
}

.blogp h2 {
    margin: 0;
    padding: 48px 0 40px;
    font-family: 'Favorit Expanded';
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: 1;
}/* End custom CSS */