/*-----------------------------------------------------------------------------------*/
/* GENERAL CSS 
/*-----------------------------------------------------------------------------------*/


:root {
  --FLARIE_GREEN: #2FA58B;
  --FLARIE_YELLOW: rgb(237,206,89);
  --FLARIE_LIGHTBLUE: rgb(88,188,237);
  --FLARIE_SOFT_LIGHTBLUE: #DEF2FC;
  --FLARIE_BLUE: rgb(97,154,243);
  --FLARIE_GRAY : rgba(255, 255, 255, 0.2);
  --FLARIE_RED: rgb(214,70,80);
  --FLARIE_FOOTER: rgb(24,24,24);
  --FLARIE_BLACK: rgb(18,18,18);
  --FLARIE_NAVBAR: #183d68;
  --FLARIE_BLUE_DARK: #16283D;
  --FLARIE_LIGHTGREEN: rgb(69,187,152);
  --FLARIE_GRADIENT_LIGHTBLUE: linear-gradient(154.38deg, #58BFEC 13.56%, #3C7CDE 84.09%);
  --FLARIE_GRADIENT_DARKBLUE: linear-gradient(180deg, #2B689E 0%, #1E4377 100%);
  --FLARIE_GRADIENT_LIGHTGREEN: linear-gradient(180deg, #85C8B6 0%, #2FA58B 100%);
  --SECTION_HEIGHT:100vh;
  --ARTICLES_TEXT: #1F4576;
  --GRAY_BTN:#576880;
}

@font-face {
  font-family: "Museo-Sans-Bold";
  src: url("https://db.onlinewebfonts.com/t/b1de76f2d448dcdf44d092114d6ba04a.eot");
  src: url("https://db.onlinewebfonts.com/t/b1de76f2d448dcdf44d092114d6ba04a.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/b1de76f2d448dcdf44d092114d6ba04a.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/b1de76f2d448dcdf44d092114d6ba04a.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/b1de76f2d448dcdf44d092114d6ba04a.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/b1de76f2d448dcdf44d092114d6ba04a.svg#Museo Sans 700")format("svg");
}

@font-face {
  font-family: "Museo-Sans-Bolder";
  src: url("https://db.onlinewebfonts.com/t/7463bc8d2f1ad1feebddbb2c9e084f80.eot");
  src: url("https://db.onlinewebfonts.com/t/7463bc8d2f1ad1feebddbb2c9e084f80.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/7463bc8d2f1ad1feebddbb2c9e084f80.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/7463bc8d2f1ad1feebddbb2c9e084f80.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/7463bc8d2f1ad1feebddbb2c9e084f80.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/7463bc8d2f1ad1feebddbb2c9e084f80.svg#Museo Sans W01 900")format("svg");
}

@font-face {
  font-family: "BebasNeue-Bold";
  src: url("https://info.flarie.com/hubfs/fonts/Bebas-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "BebasNeue-Regular";
  src: url("https://info.flarie.com/hubfs/fonts/Bebas-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Museo-Sans";
  src: url("https://info.flarie.com/hubfs/fonts/MuseoSans-300.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("https://info.flarie.com/hubfs/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body, html {
  margin:0;
  padding:0;
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a, li {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.cta_button {
  color:white;
  opacity:0.9;
}


/* TEXT */
h1 {    
  font-size: 35px;
  color:white;
  font-family: "Museo-Sans";
  font-weight: 100;
  margin: 10px 0 0px 0;
}

h2 {    
  font-size: 35px;
  color:white;
  font-family: "Museo-Sans";
  font-weight: 100;
  margin: 10px 0 0px 0;
}

h3, #dropdown-header {
  font-weight: 100;
  font-size: 65px;
  font-family: "Museo-Sans";
  color:white;
  margin: 10px 0 10px 0;
}

h4 {
  font-weight: 100;
  font-size:1.5rem;
  font-family: "Museo-Sans";
  color:white;
  margin: 10px 0 10px 0;
}

h5 {
  font-weight: 100;
  font-size:1.1rem;
  font-family: "Museo-Sans";
  color:white;
  margin: 10px 0 10px 0;
}

h6 {
  font-weight: 100;
  font-size:0.8rem;
  font-family: "Museo-Sans";
  color:white;
  margin: 10px 0 10px 0;
}

p {
  font-size: 20px;
  color:white;
  font-family: "Museo-Sans";
  margin: 15px 0 15px 0;
  display: flex;
  align-items: flex-start;
  line-height:140%;
  opacity:0.9;
}

span {
  font-family: "Museo-Sans";
  
}

label {
  font-family: "Museo-Sans";
}

a, a:visited, a:hover, a:active {
/* color: white; */
text-decoration: none;
}

.article-text h4, .article-text h3 {
  font-weight:700;
}

video {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline:none !important;
  text-decoration: none;
}

:focus {
  outline: none !important;
}

a:hover {
opacity: 0.8;
cursor: pointer;
}

ul {
list-style-type: circle;
color: white;
}

table, th, td {
 border: 1px solid var(--ARTICLES_TEXT);
}

.margin-medium {
  margin:20px 0;
}

.margin-big {
  margin:30px 0;
}

.navbar {
  position: fixed; 
  left: 0;
  height: 100px;
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  right: 0;
  background-color: var(--FLARIE_BLUE_DARK);
  font-family: "Roboto";
  webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  z-index:9999;
}

.navbar-ctas-container {
  display:flex;
  margin-right:10%;
}

.navbar-ctas-container a {
  margin:0 15px;
}

.h1-bold {
  font-weight:400;
}  

.white-line {
width:104px;
height:2px;
background-color: white;
position: absolute;
left:7px;
top:10px;
}

/* PLACEHOLDER */
::-webkit-input-placeholder { /* Edge */
  color: white;
  font-family: "Museo-Sans";
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
  font-family: "Museo-Sans";
}

::placeholder {
  color: white;
  font-family: "Museo-Sans";
}

*:focus {
  outline: none;
}

.container {
  overflow:hidden;
  position: relative;
}

.align-bottom-right {
  position: absolute;
  bottom:0;
  right:0;
}  

/* BACKGROUNDS / COLOR & IMGS */

.bg-darkblue-gradient {
  background: linear-gradient(154.38deg, #1E4980 13.56%, #3D7BB4 84.09%);
}

.bg-blue-red-gradient {
  background: linear-gradient(180deg, #15263A 0%, #243C5E 33%, #1D487F 49%, #305C94 67%, #4370A9 82%, #4970A7 85%, #5B70A2 88%, #7A719A 91%, #A4738F 95%, #E0757F 100%);}

.bg-stars {
  position: absolute;
  top: 0;
  right:0;
  bottom:0;
  height:100%;
  width:70%;
  object-fit: cover;
}

.container-cover-image {
  width:100%;
  height: 100%;
  position: absolute;
  bottom:0;
}

.section-top {
  height:50%;
  width:82%;
  margin:0 auto;
  display:flex;
  padding-top:10%;
  justify-content: space-between;
}


/* TEXT */
.text-section {
  position: relative;
  padding-left:6.5rem;
  z-index:25;
  display:flex;
  flex-direction: column;
  align-self: center;
}

.text-section-bottom {
  padding-top:0;
}

.text-module {
  display: flex;
  flex-direction: column;
  width:75%;
}

.text-module ul {
  padding-left:20px;
  margin-top:0;
  margin-bottom:0;
}

.text-module h4 {
  margin:10px 0 0 0;
  font-weight: bold;
}

.text-module > ul > li > p {
  margin:10px 0;
}

.text-module li {
  list-style-image: url("https://info.flarie.com/hubfs/planetsflarie-1-_2_.webp");
}

.text-module div span {
  font-family: "Museo-Sans";
  padding:10px 0 10px 0;
}

/* SECTIONS */ 
.section {
  position: relative;
  color:white;
  display:flex;
  height:100vh;
  width:100vw;
}

section {
  justify-content: center;
  position: relative;
}

.section-full {
  width:100vw;
  height:100%;
  display:flex;
  justify-content: center;
  flex-direction: column;
}

.section-left {
  width:60%;
  height:100%;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: flex-start;
  z-index:5;
}

.section-height {
  height:80%;
}

.section-right{
  width:40%;
  height:100%;
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index:5;
} 

.button {
  box-sizing: border-box;
  width: 263px;
  text-align: center;
  height: 57px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 37px;
  display:block;
  line-height: 57px;
  font-size:20px;
  font-family: "BebasNeue-Regular";
  margin:15px 0;
    -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.guides-form-btn {
  width: 215px;
  height: 57px;
  display:block;
  background: linear-gradient(154.38deg,#58bfec 13.56%,#3c7cde 84.09%);
  border: 1px solid hsla(0,0%,100%,.3);
  font-weight: bold;
  font-size: 20px;
  line-height: 57px;
  font-weight:400;
  text-align: center;
  font-family: "BebasNeue-Regular";
  color: #fff;
  border-radius: 37px;
  cursor: pointer;
  justify-content: center;
  transition: background .3s ease-in-out;
  margin-left:5%;
  margin-top:2%;
}

.gray-btn {
  width: 215px;
  height: 57px;
  display:block;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: bold;
  font-size: 20px;
  line-height: 57px;
  font-weight:400;
  text-align: center;
  font-family: "BebasNeue-Regular";
  color: #fff;
  border-radius: 37px;
  cursor: pointer;
  transition: background .3s ease-in-out;
    -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.cta-btn {
  width: 294px;
  height: 64px;
  display:block;
  background: var(--GRAY_BTN);
  font-weight: bold;
  font-size: 22px;
  line-height: 64px;
  font-weight:400;
  text-align: center;
  font-family: "Museo-Sans";
  color: #fff;
  border-radius: 52px;
  cursor: pointer;
  transition: background .3s ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

/* .cta-btn:hover, .cta-long-btn:hover, .cta-btn-short:hover, .gray-btn:hover, .button:hover {
  transform: scale(1.05);
} */

.cta-long-btn {
  width: 355px;
  height: 64px;
  display:block;
  background: var(--GRAY_BTN);
  font-weight: bold;
  font-size: 22px;
  line-height: 64px;
  font-weight:400;
  text-align: center;
  font-family: "Museo-Sans";
  color: #fff;
  border-radius: 52px;
  cursor: pointer;
  transition: background .3s ease-in-out;
    -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.cta-btn-short {
  width: 220px;
  height: 50px;
  display:block;
  background: var(--GRAY_BTN);
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  font-weight:400;
  text-align: center;
  font-family: "Museo-Sans";
  color: #fff;
  border-radius: 52px;
  cursor: pointer;
  transition: background .3s ease-in-out;
    -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.button-container > span {
  margin:0 20px 0 0;
}

.button-container {
  display:flex;
  margin:15px 0;
}

.menu-category > a {
  width:100%;
  display: flex;
}


/* .cta-btn:hover {
  transform: scale(1.1);
}  */

/* HOVER TOGGABLE TEXT BOXES */
.text-box {
  position: absolute;
  width: 22vw;
  height: 8vw;
  margin:0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  background: linear-gradient(158.6deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%), rgba(10, 36, 63, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(40px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 8px;
  margin-top:7%;
  left: 120%;
  top: -25%;
  opacity:0;
  pointer-events: none;
}


.text-box > h3 {
  width:90%;
  margin:0 auto 0 auto;
  font-size:20px;
  font-size: 0.97vw;
  font-style: normal;
  font-weight: 600;
  padding-bottom:4%;
}

.text-box > p {
  width:90%;
  margin:0 auto 0 auto !important;
  font-size:16px;
  font-size: 0.83vw;
}

#flarie-studio-video-thumbnail {
  width:70%;
  z-index:11;
  border-radius:26px;
  overflow: hidden;
}

/* **** HUBSPOT **** */
.vjs-poster {
  background-size: cover !important;
}


/*-----------------------------------------------------------------------------------*/
/* NAVBAR 
/*-----------------------------------------------------------------------------------*/

.navbar-btns-link, .navbar-btns-link-active {
  display: inline-block;
  padding:3px;
  margin: 0 15px 0 15px;
  text-decoration:none;
  opacity: 1;
  cursor:pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

/* .navbar-btns-link:hover {
  transform: scale(1.05);
} */


.navbar-btns-link-active {
  border-bottom: 1px solid white;
}

.navbar-btns-link a {
  color:white !important;
}

.navbar-btns-link-active > a {
  color: #FFFFFF;
}

.navbar-btns-link-active > a:active {
  color: #FFFFFF;
}

.navbar-btns-link-active > a:visited {
  color: #FFFFFF;
}

 .navbar-btns-link-active > a:hover {
  color: #FFFFFF;
}

.navbar-btns-link > a {
  color: #FFFFFF;
}

.navbar-btns-link > a {
  color: #FFFFFF;
}

.navbar-btns-link > a:active {
  color: #FFFFFF;
}

.navbar-btns-link > a:visited {
  color: #FFFFFF;
}
 
.navbar-btns-link > a:hover  {
  color: #FFFFFF;
}

.navbar-btns-link > a:hover .down-arrow  {
  opacity:1;
}

.navbar-btns-link > a:visited .down-arrow  {
  opacity:0.5;
} 

.navbar-menu {
  height:100%;
  width:100%;
}

.navbar-buttons-container {
  height:100%;
  display: flex;
  width:auto;
  align-items: center;
  justify-content: space-between;
}

.navbar-buttons {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  /* letter-spacing: 0.8px; */
  font-size: 18px;
  margin: 0;
  align-items: center;
  justify-content: space-evenly;
  /* align-items: center; */
  height:100%;
  color:white !important;
  padding-left:0;
}



.navbar-buttons > li {
  position: relative;
}

.topbar-logo {
  width:120px;
  height:auto;
}

.navbar-lang-icon {
  margin-left:50px;
  height:30px;
}

.navbar-lang-dropdown {
  opacity:1;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color:white;
  border-radius:15px;
  padding-left:0;
}

.navbar-lang-dropdown > li {
  list-style: none;
  color:black;
  padding:15px;
}

.navbar-lang-dropdown > li:hover {
  list-style: none;
  color:blue;
  background-color:lightgray;
  padding:15px;
  cursor: pointer;
}

.navbar-lang-icon:hover~.navbar-lang-dropdown  {
  opacity:0;
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  -ms-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}

.navbar-icon {
  display:flex;
  flex-direction:row;
  float:left;
  width:10%;
  margin-left:8%;
  align-items: center;
  height:100%;
}

.navbar-icon > h3 {
  color:white;
  font-size:18px;
  font-family: "BebasNeue-Regular";
  /* letter-spacing:1px; */
  margin:17px 0 9px 0;
  font-weight:normal;
}

/* OVERVIEW DROPDOWN CSS */
.dropdown {
  height:66px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), rgba(30, 67, 119, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px); 
  z-index:35;
  /*   filter: blur(50px);
  */  /* Note: backdrop-filter has minimal browser support */
  border-radius: 16px;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  flex-direction: row;
  justify-content: space-between;
  opacity: 0;
  display:none;
}

.fade-in-overview-navbar {
  display:flex;
  opacity:1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; 
}

.fade-out-overview-navbar {
  opacity:0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; 
}

.dropdown > ul {
  display:flex;
  align-items: center;
  justify-content: center;
  padding:0 20px 0 20px;
  white-space: nowrap;
}

.dropdown > ul > li {
  margin:0 10px 0 10px;
  list-style: none;
  white-space: nowrap;
}

.dropdown > ul > li > a {
  color:#16283D !important;
}

.dropdown > ul > li > a:hover {
  color:white !important;
}

.hamburger-dropdown {
  padding-left:0;
  display:none;
  -webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.hamburger-dropdown > li {
  list-style-type: none;
  margin:10px 0 10px 20px;
}

.hamburger-dropdown > li > a {
  font-size:18px;
  color:white;
}

.arrow-icon {
  margin-right:10px;
  position: relative;
  top: 0px;
}

.down-arrow {
  height:100%;
  width:auto;
  position: relative;
  opacity:0.5;
  margin-left:5px;
  top:1px;
  will-change: transform, opacity;
}

.downArrowSpinAnimation {
  -webkit-animation:downArrowSpin 0.3s normal forwards;
  -moz-animation:downArrowSpin 0.3s normal forwards;
  animation:downArrowSpin 0.3s normal forwards;
}

.downArrowSpinAnimation2 {
  -webkit-animation:downArrowSpin2 0.3s normal forwards;
  -moz-animation:downArrowSpin2 0.3s normal forwards;
  animation:downArrowSpin2 0.3s normal forwards;
}

@-moz-keyframes downArrowSpin { 
  100% { -moz-transform: rotate(180deg); } 
}
@-webkit-keyframes downArrowSpin { 
  100% { -webkit-transform: rotate(180deg); } 
}
@keyframes downArrowSpin { 
  100% { 
      -webkit-transform: rotate(180deg); 
      transform:rotate(180deg); 
  } 
}

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

.down-arrow-mobile {
  height: 30px;
  width: auto;
  position: absolute;
  opacity: 1;
  /* margin-left: 1%; */
  top: 14px;
  left: 73%;
}

.down-arrow-active {
  opacity:1;
}

/* REMOVE THANK YOU MESSAGE AFTER FORM SUBMITT */
.submitted-message {
  display:none;
}

/*-----------------------------------------------------------------------------------*/
/* NAVBAR - PHONE - HAMBURGER MENU
/*-----------------------------------------------------------------------------------*/

#menuToggle {
  display: none;
  position: absolute;
  top: 22.5px;
  left: 86%;
  right: 0;
  z-index: 1;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
 text-decoration: none;   
 transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: white;
}

#menuToggle a:visited {
  color: white;
}

#menuToggle a:active {
  color: white;
}

.menu-border {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}

.hide {
  display:none !important;
}

.show {
  display:block !important;
}

.hide-visibility {
  visibility: hidden !important;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
* Just a quick hamburger
*/
#menuToggle span {
  display: block;
  width: 25px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
 transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
 transform-origin: 0% 100%;
}

/* 
* Transform all the slices of hamburger
* into a crossmark.
*/
#menuToggle input:checked ~ span

{
 opacity: 1;
 transform: rotate(45deg) translate(3px, 4px);
 background: white;
}

/*
* But let's hide the middle one.
*/
#menuToggle input:checked ~ span:nth-last-child(3)
{
 opacity: 0;
 transform: rotate(0deg) scale(0.2, 0.2);
}

/*
* Ohyeah and the last one should go the other direction
*/
#menuToggle input:checked ~ span:nth-last-child(2)
{
 transform: rotate(-45deg) translate(0, 1px);
}

/*
* Make this absolute positioned
* at the top left of the screen
*/
#menu
{
  position: absolute;
  width: 100%;
  height: 100vh;
  padding: 0px;
  margin-left: 0;
  background: var(--FLARIE_BLUE_DARK);
  text-align: left;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.menu-category {
  font-size: 24px;
  padding: 50px 0;
  font-size: 40px;
  background: transparent;
  font-family: "BebasNeue-Bold";
  position: relative;
  color:white;
}

.menu-category > a {
  color:white;
}

.menu-category:hover {
  background: rgba(255, 255, 255, 0.2);;
}

/*
* And let's slide it in from the left
*/
#menuToggle input:checked ~ ul
{
 transform: translate(-86%, 0);
}

@media screen and (max-width: 1600px) {
  .navbar {
    height:80px;
  }

  .navbar-icon {
    margin-left:3%;
  }

  .navbar-buttons {
    margin-left:2%;
  }  

  .navbar-ctas-container {
    margin-right:3%;
  }

  .cta-long-btn, .cta-btn {
    width: 260px;
    height: 50px;
    line-height:50px;
    font-size:18px;
  }

  h2 {
    font-size: 26px;
    font-weight: 100;
  }
  
  h3, #dropdown-header {
    font-size: 45px;
  }
  
  p {
    font-size: 18px;
    font-weight: 400;
  }

}

@media screen and (max-width: 1299px) {
  h1,  h2 {
    font-size:18px;
  }

  h3,  #dropdown-header {
    font-size:26px;
  }

  p {
    font-size:16px;
  }

  .text-module h4 {
    font-size: 18px;
 }

  .menu-category {
    text-align: center;
  }

  .navbar-ctas-container {
    margin-right:0%;
  }

  .down-arrow-mobile {
    top: 40%;
  }

  .navbar-btns-link, .navbar-ctas-container a {
    font-size: 16px;
  }

  .cta-btn-short {
    width:180px;
    height:40px;
    line-height: 40px;
  }

}



@media screen and (max-width: 1026px) {
  .menu-category {
    padding: 1rem 8%;
    font-size: 24px;
    width: 100%;
  }

  .navbar {
    top:0 !important;
  }

  .text-module {
    width:90%;
  }

  .navbar-buttons, .navbar-ctas-container {display:none;}

  .navbar {
    height:70px;
  }

  .topbar-logo {
    width:100px;
  }

  .dropdown-content {
    min-width:25vw;
  }

  .dropdown-content a {
    font-size:18px !important;
  }

  #dropdown-header {
    font-size:35px !important;
  }

  #menuToggle {
    display:block !important;
  }

  .section-left, .section-right {
      width:100% !important;
      height:50%;
      justify-content: flex-start;
  }
  
  .down-arrow-mobile {
    top:14px;
  }

  .menu-category {
    text-align: unset;
  }

  .show-mobile {
    bottom:unset !important;
    display:block !important;
  }

  .section-right {
    justify-content: center;
  }

  .section {
    flex-direction: column;
    padding-left:0;
  }

  .button {
    margin: 30px 0 30px 0px;
  }

  p {
    margin:10px 0 10px 0;
    font-size:20px;
  }

  .text-section {
    padding-left: unset !important; 
    width: 90% !important;
    height:100%;
    padding-top:13vh;
    margin: 0 auto;
/*         padding-top: unset;
*/
  }
  
  .white-line {
    display:none;
  }

  .text-section > p {
    width:60% !important;
  } 

  .remove-height {
    height:unset !important;
  }

}

@media screen and (max-width: 767px) {
  #dropdown-header {
    font-size:26px !important;
  }

  .dropbtn>img {
    width: 10%;
    height: auto;
  }

  .text-module > h2 {
    font-size:18px !important;
  }

  .text-module > h3 {
    font-size:26px !important;
  }

  .text-module h4 {
    font-size:20px;
    margin-top:10px;
  }

  .cta-long-btn, .cta-btn {
    width: 230px;
    height: 45px;
    line-height:45px;
    font-size:18px;
  }

  .button-container {
    flex-direction: column;
    margin:0;
  }

/*   .button-container > span {
    margin:10px 0;
  } */

  .text-section {
      padding-left: unset !important; 
      width: 90%;
      margin: 0 auto;
      padding-top:13vh;
  }

  .gray-btn {
      align-self: center;
      margin-bottom:5%;
  }

  .button {
      width:220px;
  }

  h3 {
      font-size:1.5rem !important;
  }

  p {
      margin:10px 0 10px 0 !important;
      font-size:16px !important;
  }

  .text-section > p {
      width:100% !important;
  } 
}