/* Target the scrollbar */
::-webkit-scrollbar {
    width: 7px; /* Width of the vertical scrollbar */
    height: 10px; /* Height of the horizontal scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(11, 11, 11, 0.7); /* Darker shade of red */
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Make the vertical scrollbar thin */
::-webkit-scrollbar-thumb {
    min-height: 20px;
}

/* Helvetica Std Font */
@font-face {
    font-family: 'HelveticaStd';
    src: url('fonts/helvetica_std_font.woff2') format('woff2');
}

/* NeuePixel-Regular */
@font-face {
    font-family: 'NeuePixel';
    src: url('fonts/NeuePixel-Regular.woff') format('woff');
}

/* SpaceGrotesk-Regular */
@font-face {
    font-family: 'SpaceGrotesk';
    src: url('fonts/SpaceGrotesk-Regular.woff2') format('woff2');
}

.special-font {
    font-family: NeuePixel;
}

html {
    scroll-behavior: smooth;
    cursor: none;
}

:root {
    --red: #CE6E6E;
    --darkred: #CE4E4E;
    --grey: #eaeaea;
    --darkgrey: #dadada;
    --black: #242424;
    --white: white;
    --blue: white;
    --font-family: 'HelveticaStd', sans-serif;
}

body {
    background-color: black;
    overflow-x: hidden;
    font-family: SpaceGrotesk;
    cursor: none;
	margin: 0 auto;
	position: absolute;
	width: 100vw;
}

#intro-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 9999;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introseq {
    width: 100%;
}

#content {
	position: absolute;
    left: 0%;
	top: 0%;
	width: 100%;
}

.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}


#section1 {
    height: 200vh;
    width: 100%;
    position: relative;
    z-index: 0;
    color: var(--blue);
    font-family: SpaceGrotesk;
    overflow-x: hidden;
    overflow-y: hidden;
    left: 0;
}

.sec1Text {
    width: 100vw;
    position: relative;
    color: #fff;
    height: 50%;
    top: 0;
}

.ab {
    position: relative;
    top: 12%;
    width: 100%;
    height: 5vh;
}

.ab h1 {
    font-family: SpaceGrotesk;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.sec1info {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    font-size: 1.5vw;
	text-align: center;
}

.videoDiv {
    position: absolute;
    bottom: 25%;
    width: 100%;
    height: 20%;
}

.video {
    position: absolute;
    width: 95%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.time {
    top: 0px;
    font-weight: bold;
}

#time {
    font-family: monospace;
}

.marcontainer {
    position: relative;
    width: 100%;
    height: 25%;
    top: 5%;
    z-index: 2;
}

.titleMar {
    text-transform: uppercase;
    font-size: 15vw;
    word-spacing: 5rem;
}

.marquee {
    width: 100%;
    position: relative;
    height: 50%;
    bottom: 0;
}

.marquee2 {
    width: 100vw;
    position: relative;
    top: 200px;
}

.hold {
    position: relative;
    width: 100%;
}

.clientmarq-wrapper {
    position: relative;
    top: 5%;
	transform: translateY(-50%);
    z-index: 0; /* Ensure the element is above the other content */
    overflow-x: hidden;
    width: 100vw;
	margin-top: 50vh;
	
}

.clientMarq {
    position: relative;
    width: 100%;
	
}


@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.letsTalk {
    position: absolute;
    top: 10%;
    width: 100%;
}

.letstalkimg {
    position: relative;
    left: 35%;
    margin-top: -8%;
    width: 30%;
    height: auto;
    animation: rotate 10s linear infinite;
    display: none;
    background-color: 
}

/*.letsTalk:hover .letsTalkImg {
    display: initial;
    z-index: 12;
}*/

.brain {
    position: absolute;
    margin-top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    height: auto;
    width: 25vw;
    margin: 0 auto;
}

/*
.brain:hover {
    transform: scale(1.05);
    cursor: pointer;
    z-index: 12;
    
}*/

.paused {
    animation-play-state: paused;
}

#section2 {
    height: 200vh;
    width: 100%;
    position: relative;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 1;
}

.section2, .contactUs {
    background: linear-gradient(-45deg, #1461F9, #AC78EC, #FFDEB3, #6DFDC3, #57D7FF);
    background-size: 200% 200%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section2 h2, #section2 p{
    color: white;
    position: absolute;
}

.textsec2 {
    position: absolute;
    width: 80%;
    height: 50%;
    left: 50%;
    margin-top: 5%;
    transform: translateX(-50%);
}

.textsec2 p {
    position: relative;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-transform: inherit;
    font-size: 2.5vw;
    width: 85%;
}

.inno {
    position: absolute;
    bottom: 0%;
    width: 96%;
    left: 1%;
    height: auto;
}

.list-item {
    position: relative;
    height: 80px;
    margin-bottom: 20px;
    border-bottom: 1px solid white;
}

.businessModelinno h2, .productService h2, .goToMarket h2, .brandDesign h2 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0px;
    font-size: 50px;
    font-family: SpaceGrotesk;
}

.point {
    height: 60px;
    position: absolute;
    right: 250px;
}

.point:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.cursor {
    width: 1rem;
    height: 1rem;
    background-color: rgba(255, 255, 255,0.6);
    border-radius: 50%;
    position: absolute;
    z-index: 9999;
    pointer-events: none;
    transition: transform 0.2s ease-out;
}

.enlarge {
    
    transform: translate(-50%, -50%) scale(2);
    /* adjust the scale factor to your liking */
}


.contentitem {
    display: block;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
}

.contentitem.collapsed {
        display: none;
}

.contentitem p {
    position: absolute;
    top: -10px;
}

#clients {
    z-index: 2;
    position: relative;
    height: 650vh;
    color: white;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.clienttext {
    width: 70%;
    position: relative;
    top: 1%;
    left: 100px;
}

.clienttext h2 {
    text-transform: uppercase;
    font-size: 150px;
}

.clienttext p {
    top: 325px;
    width: 80%;
    text-align: left;
}

.clientImgsLeft, .clientImgsRight {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
}

.clientImgsLeft {
    position: absolute;
    top: 20%;
    left: 10%;
}

.clientImgsRight {
    position: absolute;
    top: 30%;
    left: 65%;
}

.clientimg {
    display: block;
    width: 50%;
    min-width: 200px;
    height: auto;
    margin-bottom: 300px;
}

#section3 {
    border-top: 2px solid var(--blue);
    z-index: 2;
    position: relative;
    height: 300vh;
    color: var(--blue);
}

#section3 h2 {
    color: transparent; 
    --text-stroke-color: rgba(255, 255, 255,0.6); 
    -webkit-text-stroke: 1px var(--text-stroke-color); 
    text-transform: uppercase; 
    text-align: center; 
    margin-left: 100px;
}

.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.grid-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#section4 {
    z-index: 15;
    position: relative;
    height: 650vh;
    border-top: 2px solid var(--blue);
    color: var(--blue);
    background-color: black;
}

.testimonials {
    position: absolute;
    width: 100%;
    height: 35vh;
    text-align: center;
    z-index: 2;
    top: 2%;
}

.testimonial {
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.testimonial:hover {
    cursor: none;
}

.testimonial.active {
  opacity: 1;
}

.testimonials p {
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vw;
    
}

.textText {
    text-transform: inherit;
}

.textPerson {
    position: relative;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vw;
    color: rgba(255, 255, 255,0.6);
}

.btn-next, .btn-prev {
    color: white;
    position: absolute;
    top: 50%;
    z-index: 12;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 5vw;
    height: 5vh;
    font-size: 10rem;
    font-family: NeuePixel;
    cursor: none;
}

.btn-next {
    right: 1%;
}

.btn-prev {
    left: 1%;
}

h1 {
    position: fixed;
    color: var(--blue);
    margin-left: 15px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    position: absolute;
    color: var(--blue);
    font-size: 80px;
    font-weight: bold;
    font-family: HelveticaStd;
}

h3 {
    position: absolute;
    color: var(--blue);
    font-size: 40px;
    font-weight: bold;
    font-family: SpaceGrotesk, serif;
}

h4 {
    position: absolute;
    color: var(--blue);
    font-weight: bold;
    font-family: SpaceGrotesk, serif;
}

h5 {
    position: absolute;
    color: black;
    font-size: 40px;
    font-weight: bold;
    font-family: SpaceGrotesk, serif;
}

p {
    position: relative;
    color: var(--blue);
    top: 20vh;
    font-size: 30px;
}

.navigation {
    position: fixed;
    top: 0;
    z-index: 999;
    height: 75px;
    width: 100vw;
    left: 0;
    border-bottom: none;
    transition: border-bottom 0.3s ease;
}

.time {
    position: absolute;
    right: 50px;
}

.ff {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 25px;
    visibility: hidden;
}

.ff:hover {
    transform: scale(1.1);
    cursor: none;
}

.ffwide {
    position: absolute;
    top: 25px;
    left: 20px;
    height: 1rem;
}

.ffwide:hover {
    cursor: none;
}

.fearlesslyfrank {
    height: 30px;
    position: absolute;
    left: 125px;
    bottom: 50px;
}

.logo-container {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999;
}

.logo {
    width: 100px;
    height: auto;
    background-image: url('ff_animation/FF_logo1.png');
    background-size: cover;
    transition: background-image 0.3s ease;
}

.logo2 {
    position: relative;
    width: 50px;
    height: auto;
    left: 0px;
}

.logo:hover {
  animation: play 1.5s steps(8) forwards;
}

@keyframes play {
  from {
    background-image: url('ff_animation/FF_icon1.png');
  }
  to {
    background-image: url('ff_animation/FF_icon8.png');
  }
}

.logo img {
    width: 100px;
    height: auto;
}

nav ul {
    position: fixed;
    display: flex;
    list-style: none;
    top: -20px;
    left: 40%;
    transform: translateX(-50%);
    width: 250px;
    padding: 20px;
    justify-content: space-between;
}

li {
    margin-right: 30px;
}

nav a {
    display: flex;
    padding: 0.5rem;
    text-decoration: none;
    color: var(--blue);
    font-weight: bold;
    font-size: 1rem;
    font-family: HelveticaStd;
    transition: background-color 0.3s ease-in-out;
    width: 100px;
    cursor: none;
}

.time {
    font-family: HelveticaStd;
    text-transform: uppercase;
}
#time {
    font-family: HelveticaStd;
}

nav a:hover {
    transform: scale(1.1);
}

.content p{
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}

.info {
    width: 1000px;
    left: 400px;
}

.founded {
    width: 20%;
    position: relative;
    left: 50%;
    margin-top: 10vh;
    transform: translateX(-50%);
    font-size: 1.5vw;
}

.centertop {
    position: absolute;
    top: 300px;
    right: 500px;
    z-index: 0;
}

.center {
    position: absolute;
    left: 50px;
}

.centertop--scrolled {
    position: fixed;
    
}

.innovation {
    height: 200px;
    width: auto;
    position: relative;
    z-index: 1;
    left: 1000px;
    top: 40vh;
    border-radius: 10px;
}

.projects {
    height: 500px;
    width: 500px;
    border-radius: 10px;
}

.grid {
    width: 70%;
    left: 10%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    margin-top: 90vh;
    align-items: center;
    justify-content: center;
}


.project1,
.project2,
.project3,
.project4,
.project5 {
    width: 500px;
    height: 550px;
    margin-top: 200px;
    background-color: var(--black);
    border-bottom: 2px solid var(--blue);
}

.project5 {
    position: absolute;
    bottom: 200px;
}

.project1, .project2, .project3, .project4, project5 {
    z-index: 2;
}

.under {
    z-index: 1;
}

.contactUs {
    border-top: 2px solid white;
    bottom: 0;
    position: absolute;
    height: 30%;
    width: 100%;
    overflow: hidden;
    z-index: 13;
}

form {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: 30%;
    top: 35%;
    width: 40%;
}

.form label {
    display: block;
    width: 120px;
    margin-right: 10px;
    text-align: right;
    font-size: 5rem;
}

.phone {
    position: absolute;
    right: 20%;
}

.ver {
    position: absolute; 
}

.footer {
    position: absolute;
    bottom: 0;
}

.connect {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
}

input, label {
    margin-bottom: 5px;
}

label {
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--blue);
    font-family: SpaceGrotesk;
    text-transform: uppercase;
}

input, textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
}

input:focus, textarea:focus {
    outline: none;
}

input::placeholder, textarea::placeholder {
    color: white;
    text-align: right;
}

input::after, textarea::after {
    background-color: transparent;
    color: white;
}

.submit {
    position: relative;
    width: 20rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;
    text-transform: uppercase;
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

button[type="submit"] {
    color: white;
    font-size: 5rem;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 50px;
    cursor: none;
}

.contactus p {
    font-size: 25px;
    width: 400px;
    left: 150px;
    top: 225px;
}

.cuText {
    position: absolute;
    left: 150px;
    top: -10px;
    width: 400px;
    font-size: 65px;
}

.lightning {
    height: 5%;
    width: auto;
    position: absolute;
    left: 475px;
    top: 140px;
}

.lightning:hover {
    transform: scale(1.05);
}

#text1 {
    animation-name: flip;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.team {
    height: 40%;
    position: relative;
    top: 10%;
    width: 100%;
}

.team h2 {
    position: relative;
    top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20vw;
    z-index: 7;
}

.compact {
    position: relative;
    top: 25%;
    width: 100%;
    height: 25%;
}

.members {
    position: relative;
    bottom: 0;
    top: 30%;
    width: 100%;
    height: 100%;
}

.lightning2 {
    height: 125%;
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

#accordion, #accordion2 {
    width: 80%;
    margin: 50px auto;
}

#accordion li {
    position: relative;
    list-style: none;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
}

#accordion2 li {
    position: relative;
    list-style: none;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
    border-bottom: 2px solid white;
}

#accordion li label {
    padding: 0px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    font-size: 2.5vw;
    cursor: none;
    color: white;
    z-index: 12;
}

#accordion2 li label {
    padding: 0px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    font-size: 3rem;
    cursor: none;
    color: white;
}

#accordion2 li label h2 {
    position: relative;
    left: 0;
    font-size: 3vw;
    margin-bottom: 2%;
    font-family: SpaceGrotesk;
    font-weight: 100;
}

.title {
    position: absolute;
    left: 35%;
    text-align: left;
}

.point2 {
    height: 8vh;
    position: relative;
    margin-bottom: 10px;
    right: 10%;
    transform: rotate(0);
    transition: transform 0.5s ease;
}

#accordion label + input[type="radio"] {
    display: none;
}

#accordion2 label + input[type="radio"] {
    display: none;
}

#accordion .desc {
    padding: 0 10px;
    line-height: 26px;
    height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    z-index: 2;
    display: none;
    text-align: left;
    margin-top: 100px;
}

#accordion2 .desc2 {
    padding: 0 10px;
    line-height: 26px;
    height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    z-index: 2;
    display: none;
    text-align: left;
    margin-top: 100px;
    width: 100%;
}

.desc p {
    position: absolute;
    top: 20%;
    text-transform: inherit;
    text-align: left;
    margin-left: 35%;
    margin-right: 5%;
    line-height: 2.5rem;
    font-size: 1.5vw;
}

.desc2 p {
    position: relative;
    top: 40%;
    left: 0;
    text-transform: inherit;
    text-align: left;
    font-family: SpaceGrotesk;
    line-height: 2.5rem;
    font-size: 2vw;
}

#accordion label + input[type="radio"]:checked + .desc {
    height: 25rem;
    display: block;
}

#accordion2 label + input[type="radio"]:checked + .desc2 {
    height: 50px;
    display: block;
}

.point2-rotate {
    transform: rotate(-90deg);
}

@keyframes flip {
    0% {
        transform: rotateX(90deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotateX(0deg);
    }
}

.mobileMen {
    visibility: hidden;
}

.mobileMen .menu {
    position: absolute;
    right: -100px;
    top: -100px;
    z-index: 100;
    width: 200px;
    height: 200px;
    background: rgba(11, 11, 11, 0.6);
    border-radius: 50%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
    cursor: none;
}

.mobileMen .hamburger {
    position: absolute;
    top: 135px;
    left: 50px;
    width: 30px;
    height: 2px;
    background: white;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.mobileMen .hamburger:after, .mobileMen .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: white;
}

.mobileMen .hamburger:before { top: -10px; }

.mobileMen .hamburger:after { bottom: -10px; }

.mobileMen input { display: none; }

.mobileMen input:checked + .menu {
  box-shadow: 0 0 0 100vw rgba(11, 11, 11, 0.6), 0 0 0 100vh rgba(11, 11, 11, 0.6);
  filter: blur(0.8)
}

.mobileMen input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

.mobileMen input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  
}

.mobileMen input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  
}

.mobileMen input:checked + .menu + ul { 
    opacity: 0.6; 
}

.mobileMen ul {
    z-index: 200;
    position: absolute;
    top: 50%;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    -webkit-transition: .25s 0s ease-in-out;
    transition: .25s 0s ease-in-out;
    list-style: none;
    text-align: center;
    margin-top: 20%;
}

.mobileMen ul li a {
    text-decoration: none;
    color: white;
    cursor: none;
}

.cookies-eu-banner {
  background: rgba(4, 4, 4, 0.6);
  color: #fff;
  font-size: 1.2vw;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  padding: 1%;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.hidden {
    display: none;
}

@viewport {
    width: device-width;
    zoom: 1.0;
}

@media (max-width: 1500px) {
    /*NAV*/
    .navigation {
        display: initial;
    }


    /*Section1*/
    .marcontainer {
        top: 3%;
    }

    /*Section2*/
    .textsec2 p {
        top: 0;
        margin-right: 100px;
    }

    .desc2 p {
        top: 20%;
    }

    /*Clients*/
    #clients {
        height: 700vh;
    }
    /*Section4*/
    /*Testimonials*/

    /*Team*/
    #section4 {
        height: 650vh;
    }

    .desc p {
        top: 20%;
    }

    /*Contact Us*/
    .phone {
        margin-top: 60%;
    }

    .ver {
        margin-top: 62%;
        margin-left: 5%;
    }
}

@media (max-width: 820px) {
    /*NAV*/
    .navigation {
        display: initial;
    }    

    .time {
        display: none;
		right: 50%;
    }

    /*Section 1*/
	#section1 {
		height: 100vh;
	}
	
	.marcontainer {
		top: 30%;
		height: 20vh;
	}
	
	.letsTalk {
		top: 35%;
	}
	
    .ab {
        top: 45%;
    }
    /*Section 2*/
	#section2 {
		height: 100vh;
	}
	
	.textsec2 {
		top: 10%;
	}
    /*Section 4*/
	#section4 {
		height: 350vh;
	}
    /*Clients*/

    /*Testimonials*/
	.testimonials {
		height: 30vh;
	}
	
	.testimonial {
		width: 85%;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.btn-next {
		right: 8%;
	}
	
    /*Team*/

    /*Contact Us*/
	#contactus {
		height: 100vh;
	}
}

@media (max-width: 800px) {
    /*NAV*/
    .navigation {
        display: initial;
    }

    /*Section 1*/

    .letsTalk {
        top: 15%;
    }

    /*Section 2*/


    /*Section 4*/
    /*Clients*/
    .clientImgsRight {
        top: 25%;
    }

    /*Testimonials*/


    /*Team*/
    .lightning2 {
        width: 30%;
        height: auto;
    }

    /*Contact Us*/
}

@media (max-width: 500px) {
    /*NAV*/
    body {
        cursor: initial;
    }

    nav ul {
        display: none;
    }

    .ff {
        visibility: visible;
    }

    .ffwide {
        visibility: hidden;
    }

    .cursor {
        visibility: hidden;
    }

    .mobileMen {
        visibility: visible;
    }

    /*Section 1*/
    #section1 {
        height: 150vh;
    }

    .marcontainer {
        top: 10%;
        height: 20vh;
    }

    .ab {
        left: 0;
        top: 15%;
    }

    .sec1info, .founded {
        font-size: 3vw;
        width: 80%;
    }

    .videoDiv {
        bottom: 10%;
    }

    /*Section 2*/
    #section2 {
        height: 125vh;
    }
    
    .textsec2 {
        width: 95%;
    }

    .textsec2 p {
        font-size: 4vw;
    }

    .desc2 p {
        top: 35%;
        line-height: 1rem;
    }

    #accordion2 label + input[type="radio"]:checked + .desc2 {
        height: 1rem;
    }

    .point2 {
        margin-top: 20px;
        height: 30px;
    }

    /*Section 4*/
    #section4 {
        height: 500vh;
    }

    /*Clients*/
    #clients {
        height: 550vh;
    }

    .clientImgsRight{
        left: 40%;
    }

    /*Testimonials*/
    .testimonial {
        height: 50%;
    }

    .testimonial p {
        width: 80%;
    }

    .btn-next, .btn-prev {
        top: 20%;
        font-size: 15vw;
    }

    .btn-prev {
        left: 0;
    }

    .btn-next {
        right: 5%;
    }

    /*Team*/
    #accordion {
        margin: 0;
    }

    .title {
        left: 50%;
    }

    #accordion label + input[type="radio"]:checked + .desc {
        height: 5rem;
    }

    #accordion li label {
        font-size: 18px;
    }

    .desc p {
        top: 25%;
        line-height: 1rem;
    }

    /*Contact Us*/
    .connect {
        top: 5%;
    }

    form {
        left: 10%;
        width: 80%;
    }
    .submit {
        width: 250px;
        height: 100px;
    }

    button[type="submit"] {
        font-size: 4rem;
    }

    .fearlesslyfrank {
        left: 0;
		display: none;
    }
}