body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family:Lato;
	line-height:1.6;
	overflow-x:hidden;
	position:relative;
}
/*html, html * {
  color: transparent !important;
  background-color: transparent !important;
}*/
.the_title {
	width:100%;
	z-index: 50;
	color:#fff !important;
	font-size: 50px;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	position:fixed;    /*Here's what sticks it*/
	top:0;        	  /*to the bottom of the body*/
	left:0;            /*and to the left of the body.*/
}
.buttons_container {
	position: relative;
	z-index: 50;
	color:#fff;
}
.buttons_container {
	width:100%;
	padding:0px;
	height:62.5px;
	padding-bottom:62.5px;
	color:white;
	font-size:24px;
	text-align:center;
	position:fixed;    /*Here's what sticks it*/
	bottom:0;          /*to the bottom of the body*/
	left:0;            /*and to the left of the body.*/
}
.buttons_container .buttons_1{
	float: left;
	width: 20%;
	position:relative;
	top: 50%;
}
.buttons_1 svg{
	width: 48px;
	height: 48px;
	fill: white;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}	
.buttons_1 svg:hover {
	fill: rgba(255, 240, 244); 
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}
.buttons_container .buttons_2{
	float: left;
	width: 20%;
	position:relative;
	top: 50%;
}	
.buttons_2 svg{
	width: 48px;
	height: 48px;
	fill: white;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}	
.buttons_2 svg:hover {
	fill: rgba(255, 240, 244);
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}	
.buttons_2 .tooltiptext {
	font-size: 16px;
	visibility: hidden;
	width: 120px;
	background-color: black !important;
	color: #fff !important;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	bottom: 120%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
    transition: opacity 1s;
}	

.buttons_2 .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%; /* At the bottom of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
	opacity: 1;
}

.buttons_2:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.buttons_container .buttons_3{
	float: left;
	width: 20%;
	position:relative;
	top: 50%;
}	
.buttons_3 svg{
	width: 48px;
	height: 48px;
	fill: white;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}	
.buttons_3 svg:hover {
	fill: rgba(255, 240, 244); 
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}
.buttons_container .buttons_4{
	float: left;
	width: 20%;
	position:relative;
	top: 50%;
}	
.buttons_4 svg{
	width: 48px;
	height: 48px;
	fill: white;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}	
.buttons_4 svg:hover {
	fill: rgba(255, 240, 244);
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}
.buttons_container .buttons_5{
	float: left;
	width: 20%;
	position:relative;
	top: 50%;
}	
.buttons_5 svg{
	width: 48px;
	height: 48px;
	fill: white;
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}	
.buttons_5 svg:hover {
	fill: rgba(255, 240, 244);
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
}
.the_container {
	width: 100%;
	height: 100%;
}
.the_box {
	position: relative;
	border: 1px solid #fff !important;
	border-radius: 10px;
	margin: 10px;
	width: 40%;
	height:	60%;
	max-width: 500px;
	max-height: 250px;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
}
.the_bg {
	position: relative;
#	background: -webkit-linear-gradient(0deg, rgba(200, 135, 154, .3), rgba(232, 169, 188, .3)), url(/assets/img/background_1420.gif);
#	background: linear-gradient(0deg, rgba(200, 135, 154, .3), rgba(232, 169, 188, .3)), url(/assets/img/background_1420.gif);
backdrop-filter: blur(3px);
	background-size: cover;
	background-position-x: 40%;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}
.the_bg:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.1) !important;
	z-index: -1;
}
.gSgIfK {
    --ntp-grid-item-credits-bottom-margin-wide: 36px;
    --ntp-grid-item-credits-left-margin-narrow: 10px;
    --ntp-grid-item-credits-left-margin-wide: var(--ntp-grid-item-credits-bottom-margin-wide);
    grid-column: 1 / span 1;
    grid-row: calc(-2 - var(--ntp-extra-footer-rows)) / span calc(1 + var(--ntp-extra-footer-rows));
    align-self: left;
    margin: 0 0 var(--ntp-grid-item-credits-bottom-margin-wide) var(--ntp-grid-item-credits-left-margin-wide);
	z-index: 20;
}
.fGoMor {
    align-self: flex-end;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Muli, sans-serif;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
}
.fuivDA {
    text-decoration: none;
    transition: color 0.15s ease 0s, filter 0.15s ease 0s;
    color: rgba(255, 255, 255, 0.8);
}
.overlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	z-index: 2;
	backface-visibility: hidden;
	background-size: cover;
	background: linear-gradient(0deg, rgba(200, 135, 154, .3), rgba(232, 169, 188, .3));
	opacity: 0.8;
	z-index: 0;
}
.dark-mode{
	background: linear-gradient(0deg, rgba(20, 5, 10, .9), rgba(20, 5, 10, .9));
}

.toggler{
	z-index:100;
	position: absolute;
}
.the_background{
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.the_background .theVideo{
	object-fit: cover;
	position: absolute;
    width: 100% ;
    height: 100% ;
	flex-direction: column;
	filter: saturate(200%);
	z-index: -1;
}
/*.the_background:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
}*/
.the_info {
	height: 100%;
	width: 100%;
	padding-top: 400px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	vertical-align: middle;
}
/*===== Page Loader =====*/
.page-loader {
	background-color:white;
	position:fixed;
	width:100%;
	height:100%;
	content:"";
	z-index:69;
	margin-top:-5px;
}
.page-loader img {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-8px;
	margin-left: -8px;
}

/*-------------------------*/


.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.checkbox {
	top: 25px;
	left: 25px;
	opacity: 0;
	position: absolute;
	z-index:99;
}

.label {
	top: 25px;
	left: 25px;
	background-color: #111 !important;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	position: absolute;
	height: 26px;
	width: 50px;
	transform: scale(1);
	z-index:99;
		box-sizing: border-box;
}

.label .ball {
	background-color: #fff !important;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	height: 22px;
	width: 22px;
	transform: translateX(0px);
	transition: transform 0.2s linear;
	z-index:99;
}

.checkbox:checked + .label .ball {
	transform: translateX(24px);
}


.fa-moon {
	color: #f1c40f;
}

.fa-sun {
	color: #f39c12;
}