/*----------------------------------*/
/*BODY AND HEADINGS*/
/*----------------------------------*/

:root {
	--body: #000740;
	--primary: #000740;
	--secondary: #9116FA;
	--white: #ffffff;
	--font: "Inter";
}

body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 28px;
	font-family: var(--font);
	 color: var(--body);
	font-weight: normal;
}

.sectorbox
{
background-color:#fff;
padding:40px;
  border-radius:40px;

}


.sectortoppad
{
padding-top:3%;
}

.sector img
{
border-radius: 40px;
}

.mapbox
{
background-color:#fff;
padding:50px;
border-radius: 0px 90px 0px 90px;
}

a
{
	text-decoration:none;
	color:var(--secondary);
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.devbtns a
{
	display: block;
	background-color: var(--secondary);
	color: #fff;
	padding: 20px;
	margin-bottom: 10px;
}

h1, h2, h3, p, ul, table
{
	margin-bottom:20px;
}

h1
{
	color:var(--primary);
	font-size:40px;
	line-height:50px;
	font-family: var(--font);
	font-weight: 600;
	font-style: normal;
}

.largetext
{
	font-size:82px;
	line-height:90px;
}

.largetext span
{
	color:var(--secondary) !important;
}

h2
{
	color:var(--primary);
	font-size:44px;
	line-height:50px;
	font-family: var(--font);
	font-weight: 600;
	font-style: normal;
	margin-bottom:30px;
}

h3
{
	color:var(--primary);
	font-size:28px;
	line-height:36px;
	font-family: var(--font);
	font-weight: 500;
	font-style: normal;
}

h4
{
	color:var(--secondary);
	font-size:14px;
	line-height:40px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.border-round
{
	border-radius: 30px;
}

h4 i
{
	color:var(--secondary);
	padding-right: 10px;
}

.border
{
	border-bottom:solid 10px var(--secondary);
}

.rounded
{
	border-radius: 40px;
}

.rounded2
{
	border-radius: 40px 40px 40px 300px;
}

.testbox
{
	padding:40px;
	background-color: var(--secondary);
	color:#fff;
	margin:80px;
}

.text-block
{
	margin-bottom:100px;
	margin-top: 100px;
}



.partner
{
	border-radius: 0px 90px 0px 90px;
	width:400px;
	margin-top:30px;
	margin-bottom:30px;
}


.imgbord
{
border-radius: 0px 90px 0px 90px;
}
/*----------------------------------*/
/*BLOCKS*/
/*----------------------------------*/

.greybg
{
	background-color:#F4F4F7;
}


.block1
{
	background-color:var(--primary);
	color:var(--white);
}

.block2
{
	background-color:#eeeeee;
}

.block3
{
	background-color:var(--primary);
	color:var(--white);
}

.block1 h1, .block1 h2, .block1 h3
.block3 h1, .block3 h2, .block3 h3,
.hero-curve h1, .hero-curve h2, .hero-curve h3
{
	color:var(--white);
}

.block1 a
{
	
}

.block1 h4
{
	color:var(--primary);
}


.formblock
{
background-color:#06135e;
color:#fff;
}

.formblock h2
{
color:#fff;
}

.curvebg:after
{
	content: "";
	background-image:url("../images/curve1.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-top: -60px;
}


.curvebg:before
{
	content: "";
	background-image:url("../images/curve2.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-bottom: -60px;
}


.slantbg:after
{
	content: "";
	background-image:url("../images/slant2.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-top: -60px;
}


.slantbg:before
{
	content: "";
	background-image:url("../images/slant1.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-bottom: -60px;
}



.slantbg2:after
{
	content: "";
	background-image:url("../images/slant3.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-top: -60px;
}


.slantbg2:before
{
	content: "";
	background-image:url("../images/slant4.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height:200px;
	display: block;
	background-color: #fff;
	margin-bottom: -60px;
}


.hero-curve {
  position: relative;
  height: 600px;
  background: var(--primary);
  color: var(--white);
  z-index: 1;
	color:var(--white);
	padding-top: 100px;
}

.hero-curve::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  z-index: 1;
  background: var(--white);
  clip-path: ellipse(130vw 100vw at 50vw 100vw);
}

.hero-curve div {
  height: calc(100vh - 650px);
  color: var(--white);
}




.hero-curve-res {
  position: relative;
  height: 600px;
  background: var(--secondary);
  color: var(--white);
  z-index: 1;
	padding-top: 120px;
}

.hero-curve-res::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    z-index: 1;
    background: var(--white);
    clip-path: ellipse(300vw 100vw at 50vw 101vw);
}

.hero-curve-res div {
  height: calc(100vh - 650px);
  color: var(--white);
}

/*----------------------------------*/
/*PARALLAX ITEMS HERO*/
/*----------------------------------*/

#parallaxitems {
  position: absolute;
  width: 100%;
  height: 900px;
  background-image: url(../images/d1.png), url(../images/d2.png), url(../images/d3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}


.bgsquare
{
	background-image:url("../images/square.png");
	background-repeat:repeat;
}

/*----------------------------------*/
/*ZOOM WRAP*/
/*----------------------------------*/

.heroslideshow {
width: 100vw;
height: 33vw;
background-size: cover;
background-repeat: no-repeat;
animation: heroslideshow 15s ease-in-out infinite;
}

@keyframes heroslideshow {
0% { background-image: url("../images/heroes/home.jpg"); }
33% { background-image: url("../images/heroes/home2.jpg"); }
66% { background-image: url("../images/heroes/home3.jpg"); }
100% { background-image: url("../images/heroes/home.jpg"); }
}


/*----------------------------------*/
/*ZOOM WRAP*/
/*----------------------------------*/

.zoomwrap {
  overflow: hidden;
  position: relative;
	-webkit-transition: .4s all;
}
.zoomwrap img {
  transition: transform .4s;
  width: 100%;
}
.zoomwrap:hover img {
  transform: scale(1.2);
}

.zoomtext
{
	display: none;
}

.zoomwrap:hover .zoomtext
{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: block;
	color:#fff;
	-webkit-filter: brightness(100%);
}

.zoomwrap:hover
{
	-webkit-filter: brightness(90%);
}

/*----------------------------------*/
/*HOVER SLIDE UNDER*/
/*----------------------------------*/

.slideout
{
  position: relative;
	z-index: 2;
}

.slideouttext
{
	position: absolute;
	background-color:var(--secondary);
	text-align: center;
	padding: 20px;
	border-radius: 0px 0px 20px 20px;
	width: 100%;
	margin: auto;
	-webkit-transition: .4s all;
	opacity: 0;
	z-index: 0;
	bottom:-10px;
	color: var(--white);
}

.slideout:hover .slideouttext
{
	bottom:-20px;
	opacity: 1;
}

/*----------------------------------*/
/*HOVER BUTTON*/
/*----------------------------------*/

.hovercenter
{
    position: relative;
	z-index: 2;
}

.hovercentertext
{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: block;
	color:#fff;
	-webkit-transition: .4s all;
	background-color:var(--secondary);
	padding: 20px;
	font-size: 32px;
	opacity: 0;
}

.hovercenter:hover .hovercentertext
{
	opacity: 1;
}


/*----------------------------------*/
/*HOVER COLOUR*/
/*----------------------------------*/

.hovercolor
{
  background-color:var(--secondary);
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.hovercolor::before,
.hovercolor::after {
  background-color:var(--secondary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.hovercolor img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.hovercolortext h3
{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
  font-size: 24px;
}

.hovercolor:hover::before,
.hovercolor:hover::after {
  transform: scale(1);
  opacity: 1;
}

.hovercolor:hover > img {
  opacity: 0.7;
}

.hovercolor:hover h3 {
  opacity: 1;
	color: #fff !important;
}


/*----------------------------------*/
/*FANCYBOX*/
/*----------------------------------*/

#myCarousel {
        --f-carousel-slide-width: 50%;
        --f-carousel-spacing: 10px;
		height: 600px;
	
		--f-button-prev-pos: 5rem;
		--f-button-next-pos: 5rem;

		--f-button-bg: #fff;
		--f-button-color: #333;

		--f-button-width: 48px;
		--f-button-height: 48px;
		--f-button-border-radius: 50%;

		--f-button-svg-width: 27px;
		--f-button-svg-height: 27px;
		--f-button-svg-stroke-width: 1.5;

		--f-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
		rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
      }

      #myCarousel .f-carousel__slide {
        padding: 50px;
        background: #eee;
      }

		#myCarousel .f-carousel__dots
		{
			display: none;
		}


.carousel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;

  margin: 0 auto;
}

#myCarousel2 {
        --f-carousel-slide-width: 49%;
        --f-carousel-spacing: 30px;
		height:300px;
	
		--f-button-prev-pos: 2rem;
		--f-button-next-pos: 2rem;

		--f-button-bg: #fff;
		--f-button-color: #333;

		--f-button-width: 48px;
		--f-button-height: 48px;
		--f-button-border-radius: 50%;

		--f-button-svg-width: 27px;
		--f-button-svg-height: 27px;
		--f-button-svg-stroke-width: 1.5;

		--f-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
		rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
      }

      #myCarousel2 .f-carousel__slide {
		  
		  background-color:#fff;
		  padding:40px;
		  border-radius: 0px 90px 0px 90px;
      }

  #myCarousel2 .f-carousel__slide img
{
	margin-top:30px;
	border-radius:40px;
}

		#myCarousel2 .f-carousel__dots
		{
			display: none;
		}


flex-direction: row-reverse;



/* 1. Reset positioning so arrows don't stick to the left */
#myCarousel2 {
  --f-button-prev-pos: initial;
  --f-button-next-pos: initial;
}

/* 2. Force the nav container to display arrows inline and centered */
#myCarousel2 .f-carousel__nav {
  position: relative !important;
  margin-top: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-direction: row-reverse; /* So left arrow goes left, right arrow goes right */
}

/* 3. Remove absolute positioning from the arrows */
#myCarousel2 .f-button.is-prev,
#myCarousel2 .f-button.is-next {
  position: static !important;
  margin: 0 !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
}





#myCarousel3 {
  --f-carousel-slide-width: calc((100% - 60px) / 4);
  --f-carousel-spacing: 20px;

  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;

  --f-button-width: 44px;
  --f-button-height: 44px;
  --f-button-border-radius: 50%;

  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-active-color: #fff;

  --f-button-bg: rgba(0, 0, 0, 0.5);
  --f-button-hover-bg: rgba(0, 0, 0, 0.8);
  --f-button-active-bg: rgba(0, 0, 0, 0.8);

  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  --f-button-svg-stroke-width: 3;
}

#myCarousel3 .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-parallax {
  overflow: hidden;
  aspect-ratio: 2/3;
}

.f-parallax img {
  max-width: none;
  width: 200%;
  height: 100%;
  object-fit: cover;
  margin-left: calc(var(--f-progress2, 0%) - 35%);
  transform: translateX(calc(var(--f-progress1, 0%)));
}

/*----------------------------------*/
/*OFFER*/
/*----------------------------------*/

.offer
{
	background-color:var(--secondary);
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
}

.offer span
{
	background-color:#000;
	padding: 4px 12px;
	font-size: 13px;
	border-radius: 10px;
	margin-right: 20px;
}

.offer:hover
{
	background-color:#333;
}

.offer:hover span
{
	background-color:var(--secondary);
}

/*----------------------------------*/
/*PREHEADER*/
/*----------------------------------*/

.preheader
{
	background-color:var(--primary);
	z-index:999;
	font-size:16px;
	color: var(--white);
	padding: 10px 0px;
}

.preheader p
{
	margin-bottom: 0px;
}

.preheader a
{
	color: var(--white);
	
}

.preheader a:hover
{
	color: var(--secondary);
}

.preheader a:hover i
{
	color: var(--white);
}

.preheader .right a
{
	padding-left: 10px;
}

.preheader i
{
	padding-right: 10px;
	color: var(--secondary);
}

.headerolditems a
{
	color: var(--secondary);
	margin-left: 20px;
}

.headerolditems i
{
	color: var(--primary);
}

/*----------------------------------*/
/*HEADER*/
/*----------------------------------*/

.header
{
	background-color:#ffffff;
	padding-top:20px;
	padding-bottom: 20px;
	z-index:999;	
}

.headerdark
{
	background-color:var(--primary);
}


.header .right h2
{
	margin-bottom: 0px;
	font-weight: 300;
}

.header .right p
{
	margin-bottom: 0px;
}

.header .center 
{
	padding-top: 20px;
}

/*----------------------------------*/
/*HEADER ON TOP*/
/*----------------------------------*/

.headerontop
{
	padding-top:20px;
	padding-bottom: 20px;
	z-index:999;
	margin-top:40px;
	position:absolute;
	transition: .5s;
}

.headerontop a
{
	color: #fff !important;
}

.sticky {
  position: fixed;
  top: 0;
background-color:#F4F4F7;
	padding-top:30px;
	padding-bottom: 30px;
	margin-top:0px;
	transition: .5s;
  
}

/*----------------------------------*/
/*LAYERED IMAGES*/
/*----------------------------------*/

.layered
{
	position: relative;
}

.layered .layer1
{
	
}

.layered .layer2
{
	position: absolute;
	width: 300px;
	bottom:200px;
	right:-100px;
}

.layered .layer3
{
	position: absolute;
	width: 300px;
	top:100px;
	left:-100px;
}

.herolayer
{
	position: relative;
}

.herolayer .layer2
{
	position: absolute;
	width: 300px;
	bottom:200px;
	right:-100px;
}

.herolayer .layer3
{
	position: absolute;
	width: 300px;
	top:0px;
	left:-100px;
}


/*----------------------------------*/
/*GENERAL GSAP*/
/*----------------------------------*/

.gasp_prt_l
{
	margin-left: 150px;
}

.gasp_prt_l2
{
	margin-left: 150px;
}

.gsap_slidein_right
{
	
}

.gsap_slidein_left
{
	
}


.services-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 40px;
  background-color: #fff;
  flex-wrap: wrap;
  border-radius: 0px 90px 0px 90px;
}

.services-content {
  flex: 1 1 300px;
  max-width: 600px;
}

.services-image {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
}

.services-image img {
  max-width: 100%;
  height: auto;
  border-radius: 40px;
}







/*----------------------------------*/
/*FOOTER REVEAL
/*----------------------------------*/


.page-content {
  min-height: 150vh;
  padding: 80px 20px;
  background: #f2f2f2;
}

.footer-reveal {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.footer-cover {
  background: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.footer-r {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/*----------------------------------*/
/*PARALLAX SECTION
/*----------------------------------*/


.parallax-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.parallax-image {
  background-image: url('https://images.unsplash.com/photo-1740968786458-9bf66e5e0bb4?q=80&w=4071&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%; /* Larger than container to allow vertical movement */
  z-index: -1;
}

.parallax-content {
  position: relative;
  padding: 5rem 2rem;
  color: #fff;
  text-align: center;
  z-index: 1;
}

/*----------------------------------*/
/*GSAP LAYERED CARDS*/
/*----------------------------------*/

.container {
  padding: 100px 40px;
  background-color: #ffabab;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 275px;
}

.card {
  height: 554px;
  border: solid 8px green;
  border-radius: 40px;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font);
  font-size: 4rem;
  font-weight: 700;
  pointer-events: none;
}


/*----------------------------------*/
/*FAN IMAGES EFFECT
/*----------------------------------*/


.fan-container {
      
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .fan-wrapper {
      position: relative;
      width: 600px;
      height: 700px; /* 3x5 aspect ratio */
    }

    .fan-image {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 24px;
      object-fit: cover;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      transform-origin: 50% 66%; /* rotation point 2/3 down */
      will-change: transform;
    }

    .fan-image.bottom {
      z-index: 0;
    }

    .fan-image.top {
      z-index: 1;
    }

/*----------------------------------*/
/*RIPPLE IN TEXT
/*----------------------------------*/

.ripple-text span {
    display: inline-block;
    opacity: 0; /* Initially hidden */
    transform: translateY(-10px); /* Moves in from above */
  }

.skew-text span {
    display: inline-block;
    opacity: 0;
    transform: translateX(-20px) skewX(10deg);
  }

.glitch-text span {
    display: inline-block;
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.3);
  }

.color-text {

      color: #eee; /* Start as light gray */
    }

    .color-text span {
      display: inline-block;
      color: #eee; /* Each word starts in light gray */
    }


/*----------------------------------*/
/*PINNED SECTION*/
/*----------------------------------*/


.scroll-section {
      display: flex;
      max-width: 100%;
      margin: 0 auto;
      height: auto;
    }

    .image-column {
      width: 50%;
      position: relative;
    }

    .image-column img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      border-right: 5px solid #1e3a8a;
    }

    .text-column {
      width: 50%;
      display: flex;
      flex-direction: column;
      padding: 0 20px;
    }

    .text-block-pin {
      min-height: 100vh;
      background: #1e3a8a; /* Blue */
      color: #fff;
      border-radius: 8px;
      margin: 40px 0;
      padding: 60px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .text-block-pin h3 {
      font-size: 2rem;
      margin-bottom: 20px;
    }

    .text-block-pin p {
      font-size: 1.2rem;
      line-height: 1.6;
    }

/*----------------------------------*/
/*ANOTHER PINNED SECTION*/
/*----------------------------------*/


    .dual-layout {
      display: flex;
      width: 100%;
    }

    .side-text {
      width: 50%;
      background: #0f172a;
      color: #ffffff;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding: 80px 40px;
      position: relative;
      overflow-y: auto;
      max-height: 100vh; /* Make the pinned content scrollable if taller */
    }

    .side-text h2 {
      font-size: 2.2rem;
      line-height: 1.4;
      max-width: 400px;
      margin-bottom: 30px;
    }

    .text-block2 {
      font-size: 1rem;
      line-height: 1.6;
      max-width: 500px;
      color: #dbeafe;
    }

    .scroll-gallery {
      width: 50%;
      display: flex;
      flex-direction: column;
    }

    .photo-panel {
      height: 100vh;
      padding: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .photo-panel img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 14px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    }

/*----------------------------------*/
/*HORIZONTAL PINNING
/*----------------------------------*/

 .horizontal-scroll-wrapper {
      position: relative;
      height: 100vh;
      overflow: hidden;
      background: #1e293b;
      color: white;
    }

    .horizontal-track {
      display: flex;
      height: 100%;
    }

    .horizontal-panel {
      flex: 0 0 100vw;
      height: 100%;
      padding: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      background: #0f172a;
      border-right: 2px solid #334155;
    }

    .horizontal-panel h3 {
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .horizontal-panel p {
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 600px;
    }

/*----------------------------------*/
/*LAYERED IMAGES*/
/*----------------------------------*/

.pincontainer
{
	height: 100vh;
}

/*----------------------------------*/
/*GSAP COLOUR ME IN*/
/*----------------------------------*/

.colour-me-in {
    width: 100vw;
    height: 100vh;
    background-color: #111; /* Dark background for better visibility */
    position: relative;
    overflow: hidden;
  }

  #cursorCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
  }
/*----------------------------------*/
/*PARALLAX IMAGE HOVER EFFECT*/
/*----------------------------------*/

.parallaximg {
  --f: .1; /* the parallax factor (the smaller the better) */
  --r: 30px; /* radius */
  
  --_f: calc(100%*var(--f)/(1 + var(--f)));
  --_a: calc(30deg*var(--f));
  width: 100%; /* the image size */
  aspect-ratio: calc(1 + var(--f));
  object-fit: cover;
  clip-path: inset(0 var(--_f) 0 0 round var(--r));
  transform: perspective(800px) var(--_t,rotateY(var(--_a)));
  transition: .5s;
  cursor: pointer;
}
.parallaximg:hover {
  clip-path: inset(0 0 0 var(--_f) round var(--r));
  --_t: translateX(calc(-1*var(--_f))) rotateY(calc(-1*var(--_a)))
}

/*----------------------------------*/
/*LOGO*/
/*----------------------------------*/

.logo img
{
	
}

/*----------------------------------*/
/*VIDEO*/
/*----------------------------------*/

.video-background-container {
  position: relative;
  width: 100%;
  height: 600px; /* or any height you want */
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
  background-color: black; /* if you want to fill extra space with black */
}


.video-background-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  background-color: black; /* if you want to fill extra space with black */
}

/*----------------------------------*/
/*HERO*/
/*----------------------------------*/


.nohero
{
padding-top:240px;
}

.nohero a
{
font-size:25px;
}

.nohero i
{
font-size:25px;
 color:#000740;
}


.herovideo { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;

}

.herovideooverlay
{
	position: relative;
	height: 100vh;
}

.herovideooverlayvid
{
	width:100%;
	z-index: -1;
	top:110px;
	position: absolute;
	height: 100vh;
}

.herovideooverlaytext h1
{
	font-size:200px;
	line-height: 230px;
	margin-bottom: -100px;
	z-index: 9999;
	position: absolute;
	left: 50%;
	transformX:50%; 
	transform: translate(-50%, -50%);
}




 video { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: center;

}



.hero
{
	
	position:relative;
	color: var(--primary);
	font-size:22px;
	line-height:35px;
	height:800px;
	
	
}

.hero img
{
	border-radius: 0px 90px 0px 90px;
	margin-top:30px;
}

.herobackcolor
{
	background-color: var(--primary);
}

.hero100
{
	height:100vh;
}

.hero h1
{
	color:var(--primary);
	letter-spacing:0px;
	display: inline-block;
}

.herodarktxt
{
	color:var(--primary);
	overflow: hidden;
}

.herodarktxt h1
{
	color:var(--primary);
}

.heroimgfixed
{
	position: absolute;
	left: 600px;
}



.hero h2, .hero h3
{
	color:var(--white);
	margin:auto;
	margin-bottom:30px;
}

.hero h1 span, .hero h2 span, .hero h3 span
{
	color:var(--secondary);
}

.hero a
{
	margin-right: 10px;
}

.herosml
{
	height: 750px;
 
}

.herosml h1, .herosml h2, .herosml h3, .herosml
{
	color:var(--primary);
}

.hero .scroll-down
{
	position: absolute;
	bottom:-610px;
	left:50%;
	transform: translateX(-50%);
	z-index: 9999;
}

/*----------------------------------*/
/*ALIGNMIDDLE*/
/*----------------------------------*/

.alignmiddle
{
	position:absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:0;
	width:100%;
}


.alignbottom
{
	position:absolute;
	bottom: 10%;
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	-khtml-transform: translateY(-10%);
	transform: translateY(-10%);
	margin:0;
	width:100%;
}

/*----------------------------------*/
/*LINKS*/
/*----------------------------------*/

.linkprimary
{
	display:inline-block;
	background-color:var(--secondary);
	padding:9px 24px;
	font-size:18px;
	color:var(--white);
	transition: all .2s ease-in-out;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	border:solid 1px var(--secondary);
	font-weight: 500;
		
}

.linkprimary:hover
{
	background-color:var(--primary);
	color:var(--white);
	transform:translateX(5px);
	border:solid 1px #fff;
}

.linkprimary i
{
	padding-right: 10px;
}



.linksecondary
{
	display:inline-block;
	padding:9px 24px;
	font-size:18px;
	background-color: var(--secondary);
	color:#fff;
	transition: all .2s ease-in-out;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	border:solid 1px var(--secondary);
}

.linksecondary:hover
{
	background-color:var(--white);
	color:var(--secondary);
	transform:translateX(5px);
	border:solid 1px var(--primary);
}

.linksecondary i
{
	padding-right: 10px;
}



.linkblue
{
	display:inline-block;
	background-color:var(--primary);
	padding:5px 20px;
	font-size:16px;
	color:var(--white);
	transition: all .2s ease-in-out;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	border:solid 1px var(--primary);
		
}

.linkblue:hover
{
	background-color:var(--secondary);
	color:var(--white);
	transform:translateX(5px);
	border:solid 1px var(--secondary);
}

form div
{
 margin-bottom: 10px;
}

/*----------------------------------*/
/*FORMS*/
/*----------------------------------*/

input[type="text"], input[type="password"], input[type="email"], input[type="tel"]
{
	padding:15px;
	width:100%;
	background-color: #fff;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: var(--font);
}

select
{
	padding:15px;
	width:100%;
	background-color: #fff;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: var(--font);
}

textarea
{
	padding:15px;
	width:100%;
	background-color: #fff;
	border: 0px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:16px;
	color:#666;
	font-family: var(--font);
}


input[type="submit"], input[type="button"]
{
	background-color: #9116FA;
	border: 0px;
	color:var(--white);
	cursor:pointer;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-size:16px;
    width:100%;
    text-transform:uppercase;
    -webkit-appearance: none;
	transition: all .2s ease-in-out;
	font-family: var(--font);
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color:##000740;
	color:var(--white);
	transform:translateX(5px);
}

/*----------------------------------*/
/*IMAGE HOVER HOVER LINKS*/
/*----------------------------------*/

a img { transition: all .2s ease-in-out; }
a img:hover { transform:translateY(-5px) }






/*----------------------------------*/
/*BREAKS*/
/*----------------------------------*/

.break
{
	margin-top:2%;
	margin-bottom:2%;
	height:1px;
	background-color:#eee;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

/*----------------------------------*/
/*FOOTER*/
/*----------------------------------*/

.footer
{
	background-color: var(--primary);
	margin-top:-1px;
	font-size: 16px;
	color: var(--white);
	background-image:url("/sgg-g/images/footbg.png");
	background-repeat:no-repeat;
	background-position: bottom 60px right -20px;
	background-size:600px;
  	padding-bottom:60px;
}

.footer h2
{
	color: var(--white);
	font-size: 55px;
	line-height: 60px;
}

.footer a
{
	color:var(--white);
}

.footer h3
{
	color:var(--secondary);
}


.footer a:hover, .footer2 a:hover
{
	text-decoration: underline;
}


.footer2
{
	margin-top:-1px;
	font-size: 14px;
}

.footer .socials i
{
	font-size: 30px;
	margin-right: 10px;
}

.footer .socials a
{
	font-size:18px;
}

.footer .socials a:hover
{
	color:var(--secondary);
}

.footer .contact
{
	font-size:20px;
}

.footer .contact i
{
	color:var(--secondary);
	margin-right: 10px;
}

.footer2
{
	border-top:solid 1px #444;
	padding-top: 30px;
	padding-bottom: 30px;
}



.gold
{
margin-left:-60px;
}

.bare
{
padding-top:70px;
}
/*----------------------------------*/
/*IMG FLOATS*/
/*----------------------------------*/

.imgfloatleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright
{
	float:right;
	margin-left:2%;
}

/*----------------------------------*/
/*NAVIGATION*/
/*----------------------------------*/

.menu_slideout
{
	background-color:var(--primary);
	position: fixed;
	z-index: 99999;
	height: 100%;
	top:0px;
	right:0px;
	width:50%;
	padding:5%;
	color: #fff;
	display: none;
}


.menu_slideout .menu_close
{
	position: absolute;
	top:30px;
	right:30px;
	width: 30px;
}

.menu_slideout ul
{
	list-style: none;
	margin: 0;
}

.menu_slideout li
{
	padding-bottom: 20px;
}

.menu_slideout li ul
{
	padding-top: 20px;
	margin-left: 20px;
}

.menu_slideout a
{
	color:#fff;
	font-size: 22px;
}

.menu_button a
{
	margin-top: 30px;
	display: block;
}

.menu_slideout li a:hover
{
	text-decoration: underline;
}

.menu_details
{
	font-size: 16px;
	margin-top: 50px;
}

.menu_details a
{
	font-size: 22px;
}

.menu_details i
{
	color:#fff;
	margin-right: 10px;
}

.menu_socials i
{
	font-size: 42px;
}

.menu_socials i:hover
{
	color:var(--white);
}

.submenu-icon {
  float: right;
  transition: transform 0.3s ease;
}

.has-submenu.open .submenu-icon {
  transform: rotate(180deg);
}











.nav
{
	font-size:18px;
	color:var(--primary);
}

.trig img
{
	width:30px;
	margin-left:20px;
}

.trig-right
{
	display: none;
}

.trig-right img
{
	width:30px;
	margin-left:20px;
	position: absolute;
	right: 10%;
	top:45px;
}

#wrapper
{
	position:relative;
}

#nav-trigger
{
	display:none;
	position:absolute;
	top:35px;
	right:20px;
	z-index: 9997;
}

#nav-trigger span img
{
	max-width:40px;
}

#nav-trigger span
{
	color:var(--white);
	cursor:pointer;
	display:inline-block;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}

/*#nav-trigger span:hover
{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/

.centermenu
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}

.centermenu li
{

	display:inline-block;
	padding:0 0px;
	position:relative;
}

.centermenu a
{
	color:var(--primary);
	display:block;
	padding:10px 20px;
	transition: all .2s ease-in-out;
}


nav#nav-main a
{
	color:var(--primary) !important;
	display:block;
	padding:10px 20px;
	transition: all .2s ease-in-out;
	
}

nav#nav-main
{
	padding:0px 0;
	color:var(--primary);
}

nav#nav-main i
{
	display: none;
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}

.navalignright
{
	text-align:right !important;
}

.navalignleft
{
	text-align:left !important;
}

nav#nav-main li
{
	border-right:solid 0px var(--secondary);
	display:inline-block;
	padding:0 0px;
	position:relative;
}

nav#nav-main li:last-child
{
	border-right:none;
	color:var(--white) !important;
}

nav#nav-main a
{
	color:var(--primary);
	display:block;
	padding:10px 20px;
	transition: all .2s ease-in-out;
}

.headerdark nav#nav-main a, .navbar nav#nav-main a
{
	color:var(--white);
}


nav#nav-main a:hover
{
}

nav#nav-main a:after {
  display:block;
  content: '';
  border-bottom:solid 2px var(--secondary); 
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

nav#nav-main a:hover:after { transform: scaleX(1); }

nav#nav-main .selected
{
 
	color: var(--secondary);
}



nav#nav-main ul li ul
{
  position:absolute;
  top:50px;
  left:0px;
  width:200px;
  z-index:9999;
  margin:auto;
  left:0px;
  text-align:left;
  padding:0px;
  display:none;
}


nav#nav-main ul li ul li a
{
  text-align:left;
  padding:5px 15px;
  background-color:var(--primary) !important;
  color:var(--white);
  min-width:200px;
  margin-top:0px;
  font-size:14px;
  text-transform:none;
	border-radius: 0px !important;
	margin-left: 0px !important;
	padding-left: 15px !important;
}


nav#nav-main ul li:last-child a {
    background-color: var(--secondary);
    color: var(--white) !important;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
	margin-left: 20px;
}

nav#nav-main ul li ul li:last-child
{
  text-align:left;
	 padding-left: 0px;
    padding-right: 0px;
  background-color:var(--secondary);
  color:var(--white);
  min-width:200px;
  margin-top:0px;
  font-size:13px;
  text-transform:none;
	border-radius: 0px !important;
}

nav#nav-mobile
{
	display:none;
	position:absolute;
	z-index:9999;
	font-size:20px;
	width:100%;
	background-color:var(--secondary);
	
	
}

nav#nav-mobile .closemobilenav
{
	text-align:right;
	margin:auto;
	padding:20px 0px;
	cursor:pointer;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
	padding-right: 30px;
}


nav#nav-mobile .closemobilenav:hover
{
	
}


nav#nav-mobile ul
{
	
	display:block;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left: 30px;
	padding-right: 30px;
	
}

nav#nav-mobile ul li ul
{
	margin-bottom:0px;
}

nav#nav-mobile ul li ul li a
{
	color:var(--primary);
}

nav#nav-mobile li ul
{
	
}

nav#nav-mobile li ul li
{
	
}


nav#nav-mobile li
{
	padding:5px;
	border-bottom:solid 1px #CBB681;
}

nav#nav-mobile li i
{
	float:right;
	font-size:24px;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:var(--white);
	display:block;
	padding:5px 0px;
}

nav#nav-mobile a:hover
{
	color:var(--primary);
}

/*fixed nav bar*/

.navbar
{
	background-color:var(--primary);

}

.navbar nav#nav-main ul
{
	text-align:left;
}

.navbar nav#nav-main a
{
	margin-top:0px;
}

.navbar #nav-main ul li:last-child a {
    background-color: var(--primary);
    color: var(--white);
    padding:5px 15px;
	margin-left: 0px;
}

/*----------------------------------*/
/*CUSTOM CURSOR*/
/*----------------------------------*/


.cursor {
  z-index: 100;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 100em;
  width: 1em;
  height: 1em;
  transition: background-color .375s cubic-bezier(.625, .05, 0, 1), height .375s cubic-bezier(.625, .05, 0, 1), width .375s cubic-bezier(.625, .05, 0, 1);
  position: fixed;
  inset: 0% auto auto 0%;
  pointer-events: none;
}

body:has( a:hover) .cursor,
body:has( button:hover) .cursor,
body:has( [data-cursor]:hover) .cursor{
  width: 3em;
  height: 3em;
  background-color: rgba(115, 204, 117, 0.3);
}

@media (hover: none) and (pointer: coarse) {
  .cursor {
    display: none;
  }
}









/*----------------------------------*/
/*TAB LAYOUTS*/
/*----------------------------------*/



.tab-layout__wrap {
  z-index: 1;
  grid-row-gap: 3em;
  flex-flow: wrap;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.tab-layout__col {
  width: 50%;
  padding-left: .5em;
  padding-right: .5em;
}

.tab-content__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding-top: 1em;
  padding-bottom: 0;
  padding-right: 2.5em;
  display: flex;
}

.tab-content__top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1;
}

.tab-visual__wrap {
  aspect-ratio: 1.6;
  height: 50em;
  position: relative;
}

.tab-visual__item {
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.tab-visual__item.active {
  visibility: visible;
}

.tab-visual__inner {
  border: 1px solid #0003;
  border-radius: .5em;
  width: 100%;
  height: 100%;
  padding: .5em;
  overflow: hidden;
}

.tab-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: .25em;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-content__wrap {
  width: 100%;
  max-width: 36em;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.tab-content__bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 30em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.tab-content__item {
  color: #131313;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  transition: opacity .25s;
  position: relative;
}

.tab-content__item-main {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-item__nr {
  color: #fff;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-top: .2em;
  font-family: var(--font);
  font-size: .75em;
  font-weight: 400;
  transition: transform .4s cubic-bezier(.625, .05, 0, 1);
  display: flex;
}

.content-item__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.tab-content__item-detail {
  width: 100%;
  height: 0;
  padding-left: 4em;
  overflow: hidden;
}

.tab-description {
  margin-bottom: 0;
  font-size: 1em;
}

.tab-description__spacer {
  padding-top: 1em;
}

.tab-content__item-bottom {
  background-color: #0003;
  width: 100%;
  height: 1px;
  transition: background-color .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-progress {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #ff4c24;
  width: 100%;
  height: 1px;
  transform: scale3d(0, 1, 1);
}

@media screen and (max-width: 991px) {
  .tab-layout__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  .tab-content__inner {
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }

  .tab-content__top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .tab-visual__wrap {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-visual__item {
    overflow: hidden;
  }

  .tab-content__wrap {
    max-width: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .tab-layout__wrap {
    grid-row-gap: 2em;
  }

  .tab-heading {
    font-size: 2.8em;
  }

  .tab-visual__item {
    border-radius: .25em;
  }

  .tab-content__bottom {
    max-width: none;
  }

  .tab-content__item-main {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .content-item__nr {
    margin-top: -.2em;
  }

  .content-item__heading {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .tab-heading {
    font-size: 3em;
  }

  .tab-visual__inner {
    border-style: none;
    border-radius: .25em;
    padding: 0;
  }

  .tab-image {
    aspect-ratio: auto;
  }

  .tab-content__item {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .tab-content__item-main {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .content-item__nr {
    flex: none;
  }

  .content-item__heading {
    font-size: 1.5em;
  }

  .tab-content__item-detail {
    padding-left: 3em;
  }
}








/*----------------------------------*/
/*FILTER GROUP*/
/*----------------------------------*/

.filter-group {
  min-height: 100vh;
  padding-bottom: 10em;
}

/* Filter Buttons */
.filter-buttons {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: flex-start;
  padding: 1em 1em 3em;
  display: flex;
}

.filter-btn {
  -webkit-appearance: none;
  appearance: none;
  background-color: #efeeec;
  border-radius: 10em;
  padding: .65em 1.25em;
  font-size: 1.5em;
  transition: color 0.6s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}

.filter-btn[data-filter-status="active"] {
  background-color: #131313;
  color: #EFEEEC;
}

/* Filter List */
.filter-list {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.filter-list__item {
  width: 25%;
  padding: .75em;
}

.filter-list__item[data-filter-status="active"] {
  transition: opacity 0.6s cubic-bezier(0.625, 0.05, 0, 1), transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  transform: scale(1) rotate(0.001deg);
  opacity: 1;
  visibility: visible;
  position: relative;
}
.filter-list__item[data-filter-status="transition-out"] {
  transition: opacity 0.45s cubic-bezier(0.625, 0.05, 0, 1), transform 0.45s cubic-bezier(0.625, 0.05, 0, 1);
  transform: scale(0.9) rotate(0.001deg);
  opacity: 0;
  visibility: visible;
}
.filter-list__item[data-filter-status="not-active"] {
  transform: scale(0.9) rotate(0.001deg);
  opacity: 0;
  visibility: hidden; 
  position: absolute;
}

/* Demo Card */
.demo-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #efeeec;
  border-radius: 1.5em;
  flex-flow: column;
  width: 100%;
  padding: 1em;
  display: flex;
}

.demo-card__bottom {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25em;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.demo-card__h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
}

.demo-card__visual {
  background-color: #e2dfdf;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.demo-card__visual-before {
  padding-top: 66%;
}

.demo-title {
  padding: 10em 1em 2em;
}

.demo-title__h2 {
  font-size: 5em;
  font-weight: 500;
  line-height: 1;
}

.demo-card__emoji {
  font-size: 4em;
}

@media screen and (max-width: 991px) {
  .filter-list__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .filter-list__item {
    width: 100%;
  }

  .demo-title__h2 {
    font-size: 4em;
  }
}




.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.marquee-track {
  display: flex;
  align-items: center;
  animation: scroll-marquee 30s linear infinite;
  width: max-content;
}

.marquee-track img {
  height: 80px;
  margin: 0 2rem;
  flex-shrink: 0;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.333%);
  }
}







/*----------------------------------*/
/*MARQUEE*/
/*----------------------------------*/



.section-resource {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}

.marquee__advanced__p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: 96px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.marquee__advanced__arrow-svg {
  color: #ff4c24;
  width: 1em;
  margin-right: .25em;
  position: relative;
}

.marquee-advanced__item-width {
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vw;
  margin: 1vw;
  display: flex;
}


/* Optional: Rotating arrow left/right based on Scroll Direction */

.marquee__advanced__arrow-svg,
[data-marquee-direction="right"][data-marquee-status="inverted"] .marquee__advanced__arrow-svg {
  transition: 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  transform: rotate(-180deg);
}

[data-marquee-status="inverted"] .marquee__advanced__arrow-svg,
[data-marquee-direction="right"][data-marquee-status="normal"] .marquee__advanced__arrow-svg {
  transform: rotate(-359.999deg);
}




/*----------------------------------*/
/*ACCORDION*/
/*----------------------------------*/



.accordion-css {
  position: relative;
}

.accordion-css__list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.accordion-css__item {
  background-color: var(--primary);
  border-radius: .5em;
  list-style: none;
}

.accordion-css__item-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  display: flex;
}

.accordion-css__item-bottom {
  transition: grid-template-rows 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

[data-accordion-status="active"] .accordion-css__item-bottom {
   grid-template-rows: 1fr;
}

.accordion-css__item-bottom-wrap {
  flex-flow: column;
  height: 100000%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-bottom-content {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.accordion-css__item-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
	color: #fff;
}

.accordion-css__item-icon {
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  background-color: var(--secondary);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  transform: rotate(180deg);
}

[data-accordion-status="active"] .accordion-css__item-icon {
   transform: rotate(0.001deg);
}

.accordion-css__item-icon-svg {
  width: 1em;
}

.accordion-css__item-p {
  color: #fff;
  margin-bottom: 0;
  font-size: .875em;
  line-height: 1.5;
}

/*----------------------------------*/
/*LOOPING WORDS*/
/*----------------------------------*/

.looping-words {
  height: 2.7em;
  padding-left: .1em;
  padding-right: .1em;
  font-family: var(--font);
  font-size: 10em;
  font-weight: 700;
  line-height: .9;
  position: relative;
}

.looping-words__list {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.looping-words__fade {
  pointer-events: none;
  background-image: linear-gradient(#e3e1de 5%, #0000 40% 60%, #e3e1de 95%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.looping-words__edge {
  border-top: .035em solid #ff4c24;
  border-left: .035em solid #ff4c24;
  width: .125em;
  height: .125em;
  position: absolute;
  top: 0;
  left: 0;
}

.looping-words__edge.is--2 {
  left: auto;
  right: 0;
  transform: rotate(90deg);
}

.looping-words__edge.is--3 {
  inset: auto 0 0 auto;
  transform: rotate(180deg);
}

.looping-words__edge.is--4 {
  top: auto;
  bottom: 0;
  transform: rotate(270deg);
}

.looping-words__selector {
  pointer-events: none;
  width: 100%;
  height: .9em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.looping-words__containers {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.looping-words__p {
  margin-bottom: 0;
}



/*------------------------------------------------------------------------------------------------------------------------*/
/*COOL HAMBURGER MENU*/
/*------------------------------------------------------------------------------------------------------------------------*/


.navigation {
  z-index: 500;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.navigation__dark-bg {
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #000;
  position: absolute;
  inset: 0;
}

[data-navigation-status="active"] .navigation__dark-bg {
  opacity: 0.33;
  visibility: visible;
}

.hamburger-nav {
  border-radius: 1.5em;
  position: absolute;
  top: 2em;
  right: 2em;
}

.hamburger-nav__bg {
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  background-color: #e2e1df;
  border-radius: 1.75em;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

[data-navigation-status="active"] .hamburger-nav__bg {
  width: 100%;
  height: 100%;
}

.hamburger-nav__group {
  transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1), transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  transform-origin: 100% 0;
  flex-flow: column;
  padding: 2.25em 2.5em 2em 2em;
  display: flex;
  position: relative;
  transform: scale(0.15) rotate(0.001deg);
  opacity: 0;
  visibility: hidden;
}

[data-navigation-status="active"] .hamburger-nav__group {
  transform: scale(1) rotate(0.001deg);
  opacity: 1;
  visibility: visible;
}

.hamburger-nav__menu-p {
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: RM Mono, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.hamburger-nav__ul {
  grid-column-gap: .375em;
  grid-row-gap: 1.375em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
margin-left:0px;
}

.hamburger-nav__li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger-nav__a {
  color: #131313;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hamburger-nav__a[aria-current] .hamburger-nav__p {
  opacity: 0.33;
}

.hamburger-nav__p {
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 1.25em;
  font-size: 2em;
}

.hamburger-nav__dot {
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  background-color: currentColor;
  border-radius: 50%;
  flex-shrink: 0;
  width: .5em;
  height: .5em;
  transform: scale(0) rotate(0.001deg);
  opacity: 0.5;
}

.hamburger-nav__a[aria-current] .hamburger-nav__dot {
  transform: scale(1) rotate(0.001deg);
  opacity: 1;
}

.hamburger-nav:has(.hamburger-nav__a:hover) .hamburger-nav__dot {
  transform: scale(0) rotate(0.001deg);
}

.hamburger-nav .hamburger-nav__a:hover .hamburger-nav__dot {
  transform: scale(1) rotate(0.001deg);
  opacity: 0.25;
}

.hamburger-nav__toggle {
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0em, 0em) rotate(0.001deg);
}

[data-navigation-status="active"] .hamburger-nav__toggle {
  transform: translate(-1em, 1em) rotate(0.001deg);
}

.hamburger-nav__toggle-bar {
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  background-color: #131313;
  width: 40%;
  height: .125em;
  position: absolute;
  transform: translateY(-0.15em) rotate(0.001deg);
}

.hamburger-nav__toggle:hover .hamburger-nav__toggle-bar {
  transform: translateY(0.15em) rotate(0.001deg);
}

[data-navigation-status="active"] .hamburger-nav__toggle .hamburger-nav__toggle-bar {
  transform: translateY(0em) rotate(45deg);
}

.hamburger-nav__toggle .hamburger-nav__toggle-bar:nth-child(2) {
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  transform: translateY(0.15em) rotate(0.001deg);
}

.hamburger-nav__toggle:hover .hamburger-nav__toggle-bar:nth-child(2) {
  transform: translateY(-0.15em) rotate(0.001deg);
}

[data-navigation-status="active"] .hamburger-nav__toggle .hamburger-nav__toggle-bar:nth-child(2) {
  transform: translateY(0em) rotate(-45deg);
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*ANIMATED BACKGROUND*/
/*------------------------------------------------------------------------------------------------------------------------*/

 .animatedBackground {
	 position: absolute;
	 width: 100%;
	 height: 500px;
	 overflow: hidden;
	 background: url("http://www.testomic.com/public/codepen-assets/img/paralax/background.jpg");
	 background-size: cover;
	 background-position: center;
}


 .animatedBackground .foreground {
	 position: absolute;
	 width: 100%;
	 height: 50%;
	 bottom: 0;
	 background-image: url("http://www.testomic.com/public/codepen-assets/img/paralax/foreground.png");
	 background-repeat: repeat-x;
	 background-size:contain;
	 animation: animatedBackground 90s linear infinite;
}

 .animatedBackground .rocks {
	 position: absolute;
	 width: 100%;
	 height: 50%;
	 bottom: 0;
	 background-image: url("http://www.testomic.com/public/codepen-assets/img/paralax/hills.png");
	 background-repeat: repeat-x;
	 background-size:contain;
	 animation: animatedBackground 360s linear infinite;
}



@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
/*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -10000px 0;
  }
}


@media only screen and (max-width: 1250px)
{
h1
	{
		line-height: 60px;
		font-size: 44px;
	}
	
}



/*----------------------------------*/
/*MEDIA QUERIES*/
/*----------------------------------*/




@media only screen and (max-width: 1200px)

{
	
	#myCarousel2
	{
		text-align:center;
      height:450px;
	}


}

@media only screen and (max-width: 1120px) 
{
	
	
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
	
	.centermenu, .firstcenter
	{
		display: none;
	}
	
	.logocenter
	{
		text-align: left !important;
	}
	
	.headerolditems
	{
		display: none;
	}
	
	.header
	{
		position: relative;
	}
	
	.trig
	{
		position: absolute;
		top:50px;
		right:10%;
	}
	
	.trig-right
	{
		display: block;
	}
	
	h1
	{
		line-height: 60px;
		font-size: 44px;
	}
	
	
	
}


@media only screen and (max-width: 920px) 
{
  
  
  

.gold
{
        margin-right: 45px;
        margin-left: 35px;
        margin-top: 30px;
        margin-bottom: 30px;
    
}

.bare
{
padding-top:0px;
text-align-center;
}
  
  

  .marquee-track {

  animation: scroll-marquee 30s linear infinite;
}
  
  
  
  .services-block {
    flex-direction: column;
    text-align: center;
  }

  .services-content, .services-image {
    max-width: 100%;
  }
  
	
	.padtopmob
    {
    padding-top:40px;
    }
	
	.partner
{

	width:250px;
	margin-top:20px;
	margin-bottom:-50px;
	border-radius: 0px 40px 0px 40px;
}

	
	.sectortitle
    {
    padding-top:10%;
    }
  
  
  .sectorbox
  {
  margin-bottom:-40px;
  }
  
 
	
	#myCarousel, #myCarousel2, #myCarousel3 {
        --f-carousel-slide-width: 100%;
      }
	
	
	#myCarousel2
	{
		text-align:center;
      height:340px;
	}

.f-carousel__slide img
{
margin-bottom:20px;
}


#myCarousel2 .f-carousel__nav
{
margin-bottom:30px;
}
	
	.herovideooverlaytext h1
{
	font-size:62px;
	line-height: 84px;
	z-index: 9999;
	position: absolute;
	left: 50%;
	transformX:50%; 
	transform: translate(-50%, -50%);
	top:60px;
}
	
	
	.menu_slideout
	{
		width:100%;
		padding: 10%;
	}
	
	.herosml
	{
		height: 300px;
	}
	
	/*LOGO*/
	
	.logo img
	{
		max-width: 240px;
	}
	
	/*HEADINGS*/
	
	h1
	{
		line-height: 35px;
		font-size:30px;
	}
	
	.h2big
	{
		line-height: 60px;
		font-size: 44px;
	}
	
	h2
	{
		font-size: 32px;
	}
	
	h3
	{
		font-size: 24px;
	}
	
	h4
	{
		font-size: 14px;
	}
	
	.largetext
{
	font-size:42px;
	line-height:50px;
}
	
	.preheader a
	{
		padding:0px !important;
		display: block;
		text-align: center;
	}
	
	/*GALLERY*/
	
	.galleryThumb
	{
		width:100%;
		float:none;
		margin-right:0%;
		margin-bottom:2%;
		overflow:hidden;
	  max-height:100%;
	}

	.galleryThumb img
	{
		width:100%;
		min-height:auto;
	}

	.galleryThumb:nth-child(3n+1)
	{
	  float:none;
	  margin-right:0px;
	}
	
	/*SIMPLE GALLERY*/
	
	.simple-gallery .gallery-cell
	{
	  width: 100%;
	  margin:0%;
	}
	
	/*FOOTER*/
	
	.footer, .footer2
	{
		text-align: center;
	}
	
	.footer h2
{
	color: var(--white);
	font-size: 32px;
	line-height: 40px;
}
	
	/*HERO*/
	
  .hero {
    height: 900px !important;
    position: relative;
  }

video 
{
  
  height: 900px !important;
 
  }

.mapbox
{
text-align:center !important;
}

  
	
	.hero p
	{
	font-size:18px;	
	}
	
	.hero h1
	{
	
	}
	
	
	.hero .linkprimary
	{
		margin-bottom:20px;
	}
	
	.hero-gallery .alignmiddle
	{
	  padding-left:10%;
	  padding-right:10%;
	}
	
	
	.hero img
{
	border-radius: 0px 80px 0px 80px;
	margin-top:30px;
}
	
	
	/*RIGHT AND LEFT*/
	
	.right, .left
	{
		text-align:center;
	}
	
	.linkprimary, .linksecondary
	{
		display: block;
	}
	
	
	#myCarousel2 .linkprimary
	{
		display:inline-block;
	}
	
	/*TESTIMONIALS*/
	
	.testimonials-gallery h2
	{
	  line-height:30px;
	  font-size: 18px;
	  font-weight: 400;
	}
	
	/*FIXED HEIGHT*/
	
	.fixedheight
	{
		height: 100%;
		background-size: cover;
		background-position: center center;
	}
	
	.fixedheightimg
	{
		height: 400px;
	}
	
	
	.fixedheightcontent
	{
		position: relative;
	  top: 0%;
	  left: 0%;
	  transform: translate(0%, 0%);
	}
	
	/*REORDER COLUMNS*/
	
	.box-2 { display: flex; flex-flow: column; }
    .boxt { order: 2; }
    .boxi { order: 1;  }
	
	
	.col-2 { display: flex; flex-flow: column; }
	.col-2-1 { display: flex; flex-flow: column; }
	.col-1-2 { display: flex; flex-flow: column; }
    .colt { order: 2; }
    .coli { order: 1;  }
	
		
}





@media only screen and (max-width: 600px) 
{
		#myCarousel2
	{
		text-align:center;
      height:600px;
	}

	
	.imgfloatright
	{
		float:none;
		margin-right:0px;
	}
	
	.imgfloatleft
	{
		float:none;
		margin-left:0px;
	}
	
	.preheader .left
	{
		text-align: center;
	}
	
	
}


