* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}


/* width */

::-webkit-scrollbar {
	width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
	background: #efefef;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #cecece;
	border-radius: 20px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
	background: #ababab;
}

 :focus {
	outline: none;
}
#loading-screen{
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: rgb(0, 1, 41);
  -webkit-animation-name: opacity-loading;
    -webkit-animation-duration: 5s; 
    animation-name: opacity-loading;
    animation-duration: 3s;
  opacity: 0;
  z-index: 2000;
  
}
#center-div {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    -webkit-box-shadow:0 0 50px blue; 
    -moz-box-shadow: 0 0 50px blue; 
    box-shadow:0 0 50px blue;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#center-div div {
    font-size: 60px;
    background:url(images/logo-quatum-tech-small2.png) center center no-repeat rgb(0, 1, 41);
    display: inline-block;
    color: rgb(174, 215, 241);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    -webkit-animation-name: inner-center-div;
    -webkit-animation-duration: 4s; 
    -webkit-animation-iteration-count: infinite; 
    animation-name: inner-center-div;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  background-size: contain;
}

@-webkit-keyframes inner-center-div {
    0% {transform: scale(1.0);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1.0);}
}


@keyframes inner-center-div {
    0% {transform: scale(1.0);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1.0);}
}
@keyframes opacity-loading{
   0% {opacity: 1;}
  30% {opacity: 1;}
    100% {opacity: 0;}
}




#center-div div p {
    margin-top: 25%;
    font-family: 'Lobster', cursive;
}
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	background: url(images/smart-home-bg.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-weight: 400;
}

h1 {
	font-size: 32px;
	text-align: left;
	font-weight: 100;
	margin-bottom: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 21%;
	color: #fff;
}

h1::before {
	content: "";
	position: absolute;
	width: 20%;
	height: 1px;
	background: linear-gradient(to right, rgb(161 14 180) 0%, rgb(0 132 250) 5%, rgb(161 14 180) 28%, rgb(0 132 250) 50%, rgb(161 14 180) 52%, rgb(161 14 180 / 69%) 75%, #12c3f5 90%, #12c3f5 100%);
	top: 50%;
	left: 0;
}

h2 {
	text-align: left;
	color: #fff;
	font-weight: 400;
	line-height: 35px;
}

p {
	color: #fff;
}

b {
	font-weight: 500;
}

.main-container p {
	font-size: 17px;
	line-height: 25px;
}

.container-padding {
	padding: 0px 50px!important;
}

.flex-container {
	display: flex;
}

.clear {
	clear: both;
}

.important-text {
	color: #a35e1a;
	font-weight: 400;
}

header {
	height: 90vh;
	width: 100%;
	position: relative;
    
}

body::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	top: 0;
}



.quantum-logo {
    height: 40px;
    float: right!important;
    padding: 15px!important;
    display: block!important;
}
.quantum-logo img{
  height: 40px;
}
header::after{
  content: "";
	position: absolute;
	height: 100%;
	width: 100%;
  background: linear-gradient(-200deg, rgb(161 14 180 / 54%) 30%, rgb(0 132 250 / 52%) 60%, rgb(0 0 0 / 82%) 90%);
  top: 0;
}
#myVideo {
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
  opacity: 0.8;
}

.header-text {
	position: absolute;
	z-index: 1;
	bottom: 17%;
	left: 10vw;
	width: auto;
}

.header-title {
	color: #fff;
	font-size: 45px;
	margin-bottom: 0;
	margin-bottom: 40px;
	line-height: 60px;
	font-weight: 100;
}

.header-subtitle {
	color: #fff;
	font-size: 25px;
	margin-bottom: 0;
	margin-bottom: 40px;
	line-height: 35px;
	font-weight: 100;
	padding-right: 10%;
}
.header-btn.white-btn{
  margin-left:0;
}

.header-title b,
h1 b,
h2 b {
	font-weight: 500;
}

section {
	height: auto;
	padding: 20vh 0;
	padding-left: 0;
}

.main-container {
	padding: 0;
	background-color: rgba(0, 0, 0, 0.8);
}



#despre .container-produse{
  display: block;
}
#despre {
  background: #000;
}
#beneficii {
	color: #fff !important;
	background: linear-gradient(-200deg, rgb(161 14 180 / 54%) 30%, rgb(0 132 250 / 52%) 60%, rgb(0 0 0 / 82%) 90%);
	position: relative;
	overflow: hidden;
}

#beneficii img {
	margin-bottom: 20px;
	height: 100%;
	max-height: 200px;
	border-radius: 50%;
}

#beneficii h3,
#beneficii p {
	font-weight: 400;
}

#beneficii p {
	font-size: 22px;
    font-weight: 400;
	margin-top: 5px;
	margin-bottom: 40px;
}

#beneficii .grid {
	display: grid;
	grid-template-columns: 80px auto;
	grid-gap: 10px;
}

.round-nr {
	height: 50px;
	width: 50px;
	border: 1.5px solid #fff;
	border-radius: 100%;
	display: block;
	line-height: 50px;
	text-align: center;
}

.gradient-btn {
	display: block;
	margin: 0 auto;
	width: max-content;
	padding: 11px 22px;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(-200deg, rgb(161 14 180 / 54%) 0%, rgb(0 132 250 / 52%) 100%);
	border-radius: 80px;
}

.white-btn {
	display: block;
	margin: 0 auto;
	width: max-content;
	padding: 11px 22px;
	color: #fff;
	text-decoration: none;
	background: transparent;
	border-radius: 80px;
	border: 1px solid #fff;
}

.white-btn:hover {
	background: #fff;
	color: #000;
}

#products {
	position: relative;
	background: #000;
}

.grid-container {
	display: grid;
	font-size: 24px;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 80px;
	padding: 0 10%;
}

#products .flex-container {
	display: grid;
	font-size: 24px;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 80px;
	padding: 0 10%;
}

#products .flex-container div::before {
	content: "";
	position: absolute;
	left: 0;
	z-index: 100;
	bottom: 0;
	width: 50%;
	height: 3px;
	/* or 100px */
	background: linear-gradient(-200deg, rgb(161 14 180) 0%, rgb(18 195 245) 100%)
}

#products .flex-container div::after {
	content: "";
	position: absolute;
	left: 0;
	z-index: 100;
	bottom: 0;
	width: 3px;
	height: 50%;
	/* or 100px */
	background: linear-gradient(-200deg, rgb(161 14 180) 0%, rgb(18 195 245) 100%)
}

.transform-class {
	padding: 5%;
	position: relative;
	margin: 60px 0;
}

.transform-class a {
	color: #fff;
	text-decoration: none;
	font-size: 25px;
}

#products .transform-bar:after {
	animation: bar-position-top 2s ease-in-out;
}

#products .transform-bar:before {
	animation: bar-position-left 2s ease-in-out;
}

#products .transform-bar {
	animation: bar-position 0.8s ease forwards;
}

#products .flex-container p {
	font-size: 24px;
	color: #fff;
}

.clear {
	clear: both;
}

@keyframes bar-position-left {
	from {
		right: 50%;
	}
}

@keyframes bar-position-top {
	from {
		bottom: 50%;
	}
}


/*
#inscrieri .program-curs-item{
  border:1px solid #fff;
}
*/

.container-produse {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 40px;
	padding: 30px 50px;
}

.container-produse .curs-item {
	/*    box-shadow: 2px 2px 5px rgba(0,0,0,.3);*/
	cursor: pointer;
	position: relative;
	transition: 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}


/*
.curs-item:hover{
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.56);
    
    bottom: 2px;
}
*/

.header-btn:hover {
	color: #000;
	background: #fff;
}

.container-produse .fas {
	font-size: 54px;
	color: #a35e1a;
}

.container-produse h2 {
	color: #a35e1a;
	font-weight: 300;
}

.container-produse .div-border {
	border-right: 0;
	position: relative;
}

.container-produse .div-border::before {
	content "";
	height: 80%;
	width: 1px;
	background: #000;
}

.safariInputFix+label {
	cursor: pointer;
}

input:focus,
select:focus {
	outline: none;
}


/*menu style*/

.topnav {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	width: 100%;
	z-index: 3;
	background: #000;
}

.topnav a {
	float: left;
	display: block;
	color: #fff;
	text-align: center;
	padding: 25px 5px;
	text-decoration: none;
	font-size: 15px;
}

.topnav a:hover {}

.topnav a:active {}

.active {
	background-color: #000;
	color: white!important;
}

.topnav .icon {
	display: none;
}

.sticky-menu {
	position: fixed;
	top: 0;
	width: 100vw;
	transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.01), 0 4px 25px 0 rgba(0, 0, 0, 0.01);
    z-index: 1000;
}

.sticky-menu+.main-container {
	padding-top: 60px;
}

.come-in {
	transform: translateX(-150px);
	animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
	animation-duration: 0.6s;
}

.already-visible {
	transform: translateY(0);
	animation: none;
}
#servicii .short-description{
  width: 80%;
    margin-left: 10%;
    margin-bottom: 60px;
    text-align: center;
}

.grid-container-servicii {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0 8%;
	grid-gap: 50px;
}

.grid-container-servicii div {
	background: #0000007a;
	padding: 40px;
}

.grid-container-servicii ul {
	list-style-type: none;
    color: #fff;
    padding: 0;
    text-align: center;
    margin: 58px 0;
}

.grid-container-servicii h2 {
	font-weight: 100;
}

.center {
	text-align: center;
}

.grid-container-servicii li {
	margin-bottom: 20px;
}

.safariInputFix {
	-webkit-appearance: none;
	margin-top: 10px;
}

footer {
	background: #000;
	height: 15vh;
	padding: 3% 7%;
	text-align: left;
	position: relative;
}

footer p {
	margin: 0;
	color: #fff;
	line-height: 30px;
	font-weight: 400;
}

footer a {
	color: #f1cfae;
}

.social-media i {
	font-size: 30px;
	margin-right: 31px;
	color: #fff!important;
}

@keyframes small-height {
	from {
		height: 70vh;
	}
	top {
		height: 30vh;
	}
}

@keyframes come-in {
	to {
		transform: translateY(0);
	}
}


/*Responsive code*/

@media screen and (max-width: 1621px) {}

@media screen and (max-width: 950px) {
  #detalii-business .container-produse{
    padding: 30px 20px;
  }
  #detalii-personal .container-produse{
    padding: 30px 20px;
  }
  .quantum-logo{
        padding: 10px 32px!important;
  }
	#home-pg #about img {
		float: none;
		width: 100%;
	}
	#home-pg .container-produse {
		grid-template-columns: 100%;
	}
	#home-pg .pret {
		left: 6%;
	}
	.topnav a:not(:nth-child(8)) {
		display: none;
	}
	.topnav a.icon {
		float: left;
		display: block;
	}
	.topnav.responsive {
		position: fixed;
		padding-bottom: 15px;
        height: 100vh;
	}
	.topnav a:active,
	.topnav a:hover,
	.active {
    color: #fff!important;
    border-radius: 100px;
      transition: 0.3s ease-in-out;
	}
	.topnav a {
		padding: 20px 6%;
	}
	.topnav.responsive .mail-btn {
		float: left;
	}
	.topnav.responsive .icon {
		position: absolute;
		left: 0;
		top: 0;
	}
	.topnav.responsive a:first-child {
		padding-top: 70px;
	}
	.topnav.responsive a:not(:nth-child(8)) {
		float: none;
		display: block;
		text-align: left;
	}
	.header-text {
		top: 14%;
		width: 70%;
		padding: 5%;
		left: 0;
	}
	.container-produse .div-border {
		border-right: 0;
	}
	.container-produse .div-border::after {
		content"";
		height: 80%;
		width: 1px;
		background: #000;
	}
  #products .flex-container{
    grid-template-columns: 1fr 1fr;
  }
	.flex-container section {
		width: 100%!important;
		height: auto;
	}
  #servicii .short-description{
    margin: 60px 20px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #beneficii p{
    font-size: 17px;
  }
  
  #products .flex-container{
    display:block;
  }
  #servicii div{
    display: block;
  }
  .grid-container-servicii div{
    margin-bottom:60px;
  }
  .grid-container-servicii div i{
    font-size: 40px;
  }
  .transform-class a{
    font-size: 18px;
  }
	h1 {
		font-size: 30px!important;
	}
	.container-padding {
		padding: 0 6%!important;
	}
	.header-text {
		width: 100%;
	}
	#beneficii img {
		max-height: 120px;
	}
	#home-pg .container-produse,
	#home-pg #beneficii {
		grid-gap: unset;
		grid-template-rows: auto;
		grid-template-columns: 100%;
	}
	#home-pg #beneficii {
		display: block!important;
	}
	#home-pg #beneficii .grid {
		padding: 0 6% !important;
	}
	.round-nr {
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#home-pg .program-content,
	#home-pg .container-produse {
		padding: 0px 6%;
	}
	header #bg-vid {
		height: 100% !important;
		width: auto !important;
	}
	.header-subtitle {
		font-size: 24px;
	}
	.header-title {
		font-size: 28px!important;
		line-height: 40px;
	}
	.container-produse .curs-item {
		padding: 36px 0;
	}
	.topnav {
		padding-left: unset;
	}
  #servicii{
    padding-bottom:0;
  }
	footer {
		height: 23vh;
	}
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 25px!important;
}
  .transform-class a {
    font-size: 21px;
}
  .grid-container-servicii ul{
    text-align: center;
  }
  #products .flex-container div::before{
    width:100%;
  }
}
@media screen and (max-width: 330px) {

#beneficii {
	display: block !important;
}

.reasonsSubtitle {
	font-size: 20px !important;
	color: #fff;
	text-align: left;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
}
}