:root {
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}



.nav-links li{
  list-style-type: none;
}



.nav-links .mobile-item{
  display: none;
}

.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}





/* LARGE SCREENS */
@media screen and (min-width: 969px) {
  #top_strip{
    position: relative;
		display: flex;
		width: 100%;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow: hidden;
		margin: 0;		
		padding: 16px 0;
		justify-content: center;		
		background-image: linear-gradient(to right, #CC9933, #CC9933, #000066, #A16D05, #CC9933 , #CC9933);
		z-index: 9999999999999999999999999999999999999999999999999999;}
		
		#top_strip a{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-content: center;
		box-sizing: border-box;
		text-decoration: none;}
	
		#top_strip p{
		display: flex;
		color: #FFF;
    width: 100%;
		box-sizing: border-box;
		font-size: 10px;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 0;
		text-align: center;
		font-family: "IndivisibleWeb-Regular", sans-serif;
    justify-content: center;
    align-content: center;}

		#top_strip p strong{
			font-family: "IndivisibleWeb-Semi-Bold", sans-serif;
			margin: 0 5px 0 0;
		}
		
		#top_strip img {
		text-decoration: none;
		display: flex;
		width: 15px;
		height: 15px;
		margin: auto 10px;}
		
		#top_strip img:hover{
		transform: scale(0.95);
		transition: all 0.3s ease 0s;
		cursor: pointer;}

    #top_strip label{
      display: flex;
      position: absolute;
      right: 20px;
      top: 13px;
      z-index: 999999999999999999999999999999999999999999999999999;
      width: 20px;
      height: 20px;
      padding: 5px;
      background: #FFF;
      border-radius: 100%; 
      justify-content: center;
      align-content: center; 
      justify-items: center;
      align-items: center;     
    }

    #top_strip label svg{
      display: flex;
      justify-items: center;
      align-items: center; 
    }

  .nav{  
    width: 100%;
    border-radius: 20px 20px 0 0;
    position: relative;
    background-color: #18206F;
    background: linear-gradient(90deg, #18206F 50%,#000066 80%, #260078 90%, #18206F 100%);
    /*background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),color-stop(95%,#ebfdf1));
    background: linear-gradient(180deg,#ffffff 0%,#ebfdf1 95%);*/
    z-index: 9999999999999999999999999999999999 !important;
  }
  
  .fixed{ 
    border-radius: 0 0 20px 20px ;
    border-bottom: solid 5px #FFF;
    width: 100%;
    position: fixed;
    top:0;
    z-index: 9999999999999999999999999999999999 !important;
    background: #000066 !important;
    box-shadow: var(--shadow-medium);    
  }

  .nav input{
    display: none;
  }
  .nav .wrapper{  
    display: flex;
    position: relative;
    height: 100px;
    margin: 0 120px;
    align-items: center;
    list-style-type:none;
  }

  .wrapper .logo{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    width: 20%;
  }
  
  .wrapper .logo a{
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  .wrapper .logo a img{
    display: block;
    width: 150px;
  }
  
  .wrapper .nav-links{
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-content: center;
    margin: 0 !important;
    padding: 0 !important;
    width: 60%;
  }

  .nav-links li.sign-in{
    display: none !important;
  }


  .wrapper .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }
  
  .wrapper effects{
    display: none;
  }

  .nav-links li a{
    display: flex;
    font-family: "TripGeom-Regular", sans-serif;
    letter-spacing: 3px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    z-index: 9999999999999999999999999999999999 !important;
  }
  
  .nav-links li a:hover{
   color: #A16D05
  }

  .nav-links li a span{
    display: flex;
    align-self: center;
    padding: 0 5px;
  }

  .nav-links li a span svg{
    block-size: 16px;
    color: #CC9933; 
    fill: #0000;
    transform: rotate(90deg); 
  }

  .nav-links .drop-menu, .nav-links .drop-menu2, .nav-links .drop-menu3{
    position: absolute;
    background-color: #18206F;
    line-height: 50px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    z-index: 9999999999999999999999999999999999 !important;
    border-radius: 0 0 16px 16px;
    border: solid 3px #FFF;
  }
  
  .nav-links li:hover .drop-menu,
  .nav-links li:hover .drop-menu2,
  .nav-links li:hover .drop-menu3,
  .nav-links li:hover .mega-box{
    transition: all 0.3s ease;
    top: 100px;
    opacity: 1;
    visibility: visible;
  }

  .drop-menu, .drop-menu2, .drop-menu3{    
    padding: 0;
  }


  .drop-menu li a, .drop-menu2 li a, .drop-menu3 li a{
    width: 100%;
    display: block;
    padding: 0;
    font-weight: 400;
    border-radius: 0px; 
    padding: 0 20px; 
  }

  gray-line {
    display: none;
    height: 1px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: rgb(210, 214, 216);
  }

  .drop-menu gray-line, .drop-menu2 gray-line, .drop-menu3 gray-line{
    display: block;
    height: 1px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: rgb(210, 214, 216);
  }

  .free-cons{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: none;
    overflow: visible;
    box-sizing: border-box;
    width: 20%;
    justify-content: right;
    align-content: center;
  }

  .free-cons a{
    padding: 8px 20px;
    font-family: "LufthansaHeadWeb-Light", sans-serif;
    /*text-shadow: #000000 1px 1px 1px;*/
    border: solid 3px #FFFFFF;
    background: #CC9933;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    color: #FFF;
    font-size: 16px;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    -webkit-box-shadow: 6px 11px 13px -7px #000000;
    box-shadow: 6px 11px 13px -7px #000000;
  }

  .free-cons a:hover {
    text-shadow: #000000 2px 2px 2px;
    border: solid 3px #FFFFFF;
    text-decoration: none;
    background: #A16D05;
    color: #FFF;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    -webkit-box-shadow: 6px 10px 13px -7px #000000;
    box-shadow: 6px 10px 13px -7px #000000;
  }
  
}


/* MOBILE SCREENS */
@media screen and (max-width: 970px) {
  #top_strip{
    position: relative;
		display: flex;
		width: 100%;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow: hidden;
		margin: 0;		
		padding: 10px 0;
		justify-content: center;		
		background-image: linear-gradient(to right, #CC9933, #CC9933, #000066, #A16D05, #CC9933 , #CC9933);
		z-index: 9999999999999999999999999999999999999999999999999999;}
		
		#top_strip a{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-content: center;
		box-sizing: border-box;
		text-decoration: none;}
	
		#top_strip p{
		display: flex;
		color: #FFF;
    width: 80%;
		box-sizing: border-box;
		font-size: 10px;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 0;
		text-align: center;
		font-family: "IndivisibleWeb-Regular", sans-serif;
  }

		#top_strip p strong{
			font-family: "IndivisibleWeb-Semi-Bold", sans-serif;
			margin: 0 5px 0 0;
		}
		
		#top_strip img {
		text-decoration: none;
		display: flex;
		width: 15px;
		height: 15px;
		margin: auto 10px;}
		
		#top_strip img:hover{
		transform: scale(0.95);
		transition: all 0.3s ease 0s;
		cursor: pointer;}

    #top_strip label{
      display: flex;
      position: absolute;
      right: 20px;
      top: 13px;
      z-index: 999999999999999999999999999999999999999999999999999;
      width: 20px;
      height: 20px;
      padding: 5px;
      background: #FFF;
      border-radius: 100%; 
      justify-content: center;
      align-content: center; 
      justify-items: center;
      align-items: center;     
    }

    #top_strip label svg{
      display: flex;
      justify-items: center;
      align-items: center; 
    }
    
  .nav{  
    width: 100%;
    position: relative;
    background-color: #18206F;    
    background: linear-gradient(90deg, #18206F 50%,#000066 80%, #260078 90%, #18206F 100%);
    z-index: 9999999999999999999999999999999999 !important;
  }
  
  .fixed{ 
    border-bottom: solid 5px #FFFFFF;
    border-radius: 0 0 20px 20px;
    width: 100%;
    position: fixed;
    top:0;
    z-index: 9999999999999999999999999999999999 !important;
    background: #000066;
    background: linear-gradient(90deg, #000066  50%,#18206F 80%, #260078 90%, #000066 100%);
    box-shadow: var(--shadow-medium);
  }

  .nav .wrapper {
    display: flex;
    position: relative;
    height: 70px;
    margin: 0 20px;
    align-items: center;
    list-style-type: none;
    justify-content: space-between;
  }

  .wrapper .logo{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  .wrapper .logo a{
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  .wrapper .logo a img{
    display: block;
    width: 120px;
  }
  
  .wrapper .nav-links{
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-content: center;
    margin: 0 !important;
    width: 60%;
  }

  .nav input{
    display: none;
  }

  /*.wrapper .btn.close-btn{
    display: flex;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 999999999999999999999999999999999999999999999999999;
    width: 30px;
    height: 30px;
  }*/

  .wrapper .btn.close-btn{
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999999999999999999999999999999999999999999999999999;
  }

  .wrapper .btn.menu-btn {  
    display: flex !important;
    justify-self: center;
    right: 0px;
    width: 30px;
    height: 30px;    
  }

  .wrapper effects .mobile-logo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
  }

  .wrapper effects .mobile-logo img{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    width: 120px;
  }

  .wrapper effects{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f3f3f3;
  }

  gray-line{
    display: block;
    height: 1px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: rgb(210, 214, 216);
  }

  .drop-menu gray-line, .drop-menu2 gray-line, .drop-menu3 gray-line{
    display: block;
    height: 1px;
    width: 100%;
    margin: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: rgb(210, 214, 216);
  }

  /* stop */

  /*.wrapper .btn{
    display: block;  }
  */
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: -100%;
    background: #f3f3f3;
    display: block;
    padding: 0px;
    line-height: 70px;
    overflow-y: auto; 
    overflow-y: scroll;   
    transition: all 0.3s ease;
    z-index: 999999999999999999999999999999999999999999999999;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: flex;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    box-sizing: border-box;
    background-color: #f3f3f3;
  }

  .nav-links li.sign-in{
    background-color: #000066 !important;
    /*background: linear-gradient(90deg, #18206F 50%,#000066 80%, #260078 90%, #18206F 100%);*/
  }

  .nav-links li.sign-in a{
    display: flex;
    width: 100%;
    flex-direction:row;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
    color: #FFF !important;
    letter-spacing: 0.6px !important;
  }

  .nav-links li.sign-in a img{
    width: 16%;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-self: center;
    align-self: center;
    justify-items: center;
    align-items: center;
  }

  .nav-links li.sign-in a p{
    width: 100%;
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    margin: 10px 0 30px 0;
    line-height: 0 !important;
  }

  .nav-links li a{
    padding: 0 20px;
    display: block;
    transition: all 0.3s ease;    
    text-decoration: none;
    color: #000000;
    font-family: "TripGeom-Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .nav-links li a:hover {
    color: #CC9933;
    font-family: "TripGeom-Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .nav-links .drop-menu, .nav-links .drop-menu2, .nav-links .drop-menu3{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding: 0;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    background-color:#E0EAFF;
  }
  #showDrop:checked ~ .drop-menu,
  #showDrop2:checked ~ .drop-menu2,
  #showDrop3:checked ~ .drop-menu3,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: flex;
    font-family: "TripGeom-Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 20px;
    cursor: pointer;
    transition: all 0.3s ease;    
    justify-content:space-between;
    line-height: 70px;
    align-content: center;
    color: #A16D05;
  }

  .nav-links .mobile-item span{
    display: flex;
    align-self: center;
    padding: 5px;
  }


  .nav-links .mobile-item span svg{
    block-size: 16px;
    color: #A16D05;
    fill: #0000;
    transform: rotate(90deg); 
  }

  .nav-links .mobile-item:hover{
    box-sizing: border-box;
    font-family: "TripGeom-Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 16px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 14px;
  }

  .free-cons{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    justify-self: center;
    right:-14px;
  }

  .free-cons a{
    display: flex;
    flex-wrap: nowrap;      
    /*font-family: "Top-Luxury", sans-serif;*/
    font-family: "LufthansaTextWeb-Light" , sans-serif;
    letter-spacing: .6px;
    font-size: 14px;
    text-decoration: none;
    color: #FFF !important;    
    justify-content: center;
    align-content: center;
    width: auto;
    text-align: center;
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    padding: 0 8px;
    line-height: 26px;
    box-sizing: border-box;    
    transform: scale(0.95);
		transition: all 0.3s ease 0s;
  }

  .free-cons a:hover{
    text-decoration: none;
    background: #A16D05;
    /*border: 2px solid #CC9933;*/
    color: #FFF;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
  }
}







/*
:root {
  --white-100: white;
  --white-200: #e4e6e7;
  --white-300: #c9cccf;
  --white-400: #a1a6aa;
  --white-500: #6d7478;
  --black-100: #181f25;
  --black-200: #12171c;
  --black-300: #0c0f13;
  --black-400: #060809;
  --black-500: #020303;
  --night-100: #253041;
  --night-200: #1e2634;
  --night-300: #161d27;
  --night-400: #0f131a;
  --night-500: #070a0d;
  --pink-100: #fbd0e8;
  --pink-200: #f8a0d0;
  --pink-300: #f471b5;
  --pink-400: #ec4699;
  --pink-500: #da2576;
  --dark-green-500: #18206F;
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {  
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {  
  font-size: clamp(1rem, calc(0.97rem + 0.14vw), 1.09rem);
  font-weight: normal;
  line-height: 1.5;
  color: var(--black-300);
  background-color: var(--white-100);
}
body.darkmode {
  color: var(--white-100);
  background-color: var(--night-400);
}
main {
  overflow: hidden;
}
a, button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background: none;
  list-style: none;
   list-style-type: none;
   text-decoration: none;
}
img, video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}
.container {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.btn {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  border-radius: 0.25rem;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.btn-primary {
  padding: 0.75rem 1.5rem;
  color: var(--white-100);
  background-color: var(--pink-500);
  box-shadow: var(--shadow-medium);
}
.btn-darken {
  padding: 0.75rem 1.5rem;
  color: var(--white-100);
  background-color: var(--night-300);
  box-shadow: var(--shadow-medium);
}
.header {  
  width: 100%;
  height: auto;
  z-index: 99999999999999999999999999999999999;
  margin: 0 auto;  
  background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),color-stop(95%,#ebfdf1));
  background: linear-gradient(180deg,#ffffff 0%,#ebfdf1 95%);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99999999999999999999999999999999999;
  margin: 0 auto;
  background: var(--white-100) !important;
  box-shadow: var(--shadow-medium);
}
.darkmode .header {
  background-color: var(--night-300);
}
.brand {  
  color: var(--pink-500); box-sizing: border-box;
}

.brand img{  
  width: 130px;
  height: auto;
}

.darkmode .brand {
  color: var(--pink-300);
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  margin: 10px auto;
}

.no-margin {  
  margin: 0 auto !important;
}

.navbar-left {
  display: flex;
  align-items: center;
  flex: 0 0 17%;
}
.navbar-center {
  display: flex;
  justify-self: center;
  margin: 0;
}
.navbar-right {
  display: flex;
  flex: 0 0 17%;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.5rem;
}



.menu-header {
  display: none;
  box-shadow: var(--shadow-medium);
}
.menu-inner{
  margin: 0;
}

.menu-item {
  display: inline-block;
  line-height: 1.5;
  padding-right: 1.25rem;
}
.menu-link {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--black-300);
  text-transform: capitalize;
  transition: all 0.25s ease;
}
.menu-link > i.bx {
  font-size: 1.35rem;
  margin-left: 0.25rem;
  transform: rotate(90deg);
}
.darkmode .menu-link {
  color: var(--white-100);
}
.menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  font-size: 1.45rem;
  color: var(--black-300);
  transition: all 0.25s ease;
}
.darkmode .menu-icon {
  color: var(--white-100);
}


.submenu {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 2px solid var(--pink-400);
  background-color: var(--white-100);
  box-shadow: var(--shadow-medium);
  transition: all 0.25s ease-in-out;
}
.darkmode .submenu {
  border-top: 2px solid var(--pink-300);
  background-color: var(--night-300);
}
.submenu-inner {
  flex: 0 0 25%;
  padding: 0 1rem;
}
.submenu-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  color: var(--pink-500);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.darkmode .submenu-title {
  color: var(--pink-300);
}
.submenu-item {
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.submenu-link {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  padding: 0.75rem 0;
  white-space: nowrap;
  text-transform: capitalize;
  color: var(--black-300);
  transition: all 0.25s ease-in-out;
}
.darkmode .submenu-link {
  color: var(--white-100);
}
.submenu-image {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 0.5rem;
  object-fit: cover;
}

.megamenu {
  left: 50%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transform: translateX(-50%);
}
.megamenu-column-1 {
  left: 65%;
  max-width: 15rem;
  width: 100%;
  height: auto;
}
.megamenu-column-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 62rem;
  height: auto;
  margin: 0 auto;
}

.switch {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  margin-right: 0.5rem;
}
.switch-light, .switch-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}
.switch-light {
  font-size: 1.3rem;
  visibility: visible;
  color: var(--black-300);
}
.switch-light, .switch-dark{
  width: 20px;
  height: 20px;
}
.darkmode .switch-light {
  font-size: 0rem;
  visibility: hidden;
}
.switch-dark {
  font-size: 0rem;
  visibility: hidden;
  color: var(--white-100);
}
.darkmode .switch-dark {
  font-size: 1.3rem;
  visibility: visible;
}
.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 1.6rem;
  height: 1rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 1;
  border-radius: 1rem;
  background: var(--dark-green-500);
}
.darkmode .burger-line {
  background: var(--white-100);
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}



@media only screen and (min-width: 993px) {
  .menu-dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .navbar {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 72px;
    margin:0 !important;
  }
  
  .navbar-left, .navbar-right {
    width: 100%;
    flex: 0 0 auto;
    justify-content: space-between;
  }
  .navbar-right {
    align-items: center;
  }
  .navbar-center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    transform: translate(-100%);
    background-color: var(--white-100);
    transition: all 0.4s ease-in-out;
  }
  .menu.is-active {
    transform: translate(0%);
  }
  .darkmode .menu {
    background-color: var(--night-300);
  }
  .menu-header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }
  .menu-header.is-active {
    visibility: visible;
    background-color: var(--white-100);
  }
  .menu-header.is-active > .menu-arrow {
    display: block;
  }
  .darkmode .menu-header.is-active {
    background-color: var(--night-100);
  }
  .menu-arrow {
    display: none;
    cursor: pointer;
    width: 3rem;
    height: 4rem;
    text-align: center;
  }
  .menu-arrow > i.bx {
    font-size: 1.5rem;
    line-height: 4rem;
    color: var(--black-300);
    transition: all 0.25s ease;
  }
  .darkmode .menu-arrow > i.bx {
    color: var(--white-100);
  }
  .menu-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: capitalize;
    color: var(--black-300);
  }
  .darkmode .menu-title {
    color: var(--white-100);
  }
  .menu-inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu-item {
    display: block;
    line-height: 1;
    padding-inline: 0;
  }
  .menu-link {
    justify-content: space-between;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-inline: 1.25rem;
  }
  .menu-link > i.bx {
    margin-left: 0.5rem;
    transform: rotate(0deg);
  }
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    box-shadow: none;
    transform: translateX(0%);
  }
  .submenu.is-active {
    display: block;
  }
  .submenu-inner {
    flex: 0 0 100%;
    padding: 0rem;
  }
  .submenu-list {
    margin-bottom: 1rem;
  }
  .submenu-link {
    display: block;
  }
  .submenu-image {
    margin-top: 0;
  }
  .megamenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }

  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
  .burger {
    opacity: 1;
    visibility: visible;
    position: relative;
    right: 0px;
    width: 32.25px;
    height: 32.25px;
  }
}
*/