@charset "utf-8";


*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html {overflow-y: auto; min-height:100%;}

body{
	min-height:100%;
	font-family:"Roboto Condensed", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	color:#333;
	overflow-x: hidden;
}

select, input, textarea, button{
	font-family:"Roboto Condensed", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#512a78;
}
.container{
	width:94%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.container-full{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.wow{
	visibility:hidden;
}
.hello,.forbidden{
	width:100%;
	height:auto;
	line-height:26px;
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
	padding:30px 20px;
	margin:auto;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.hello{
	background-color: #1c344d;
	background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%);
}
.forbidden{background-color:#d00;}





/* --------------------------------------------------- menu --------------------------------------------------- */
.menu-btn{
	display: none;
}
.menu-holder{
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #000;
}
.logo{
	height: 40px;
	margin: 20px 10px;
}
.menu{
	width: 700px;
	height: 40px;
	margin: 20px 10px;
}
.menu-item{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	min-width: 100px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.menu-item-selected, .menu-item:hover{
	background-color: #E68A06;
}
.general-form{
	max-width: 800px;
	margin: auto;
}
.input-2{
	width: 48%;
	margin-bottom: 25px;
}
.general-label{
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
.general-input{
	width: 100%;
	height: 50px;
	border: 1px solid #1A0C71;
	background-color: #fff;
	padding: 0 8px;
	font-size: 18px;
}
.general-submit{
	width: 240px;
	height: 50px;
	border: none;
	background-color: #1A0C71;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 35px auto;
}
.general-button{
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: none;
	background-color: #E68A06;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;

}
.general-button-center{
	margin: 0 auto 85px auto;
}




/* --------------------------------------------------- main --------------------------------------------------- */
.intro-mob-image{
		display: none;
}
.intro{
	width: 100%;
	height: 43.14vw;
	background-image: url(../../Images/intro.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

.intro-circle-holder{
	position: absolute;
	z-index: 4;
	width: 20vw;
	height: 20vw;
	bottom: 5vw;
	right: 17vw;
}
.intro-circle{
	width: 18vw;
	height: 18vw;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px solid #fff;
	border-radius: 50%;
	animation-name: shieldGrow;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.intro-circle-1{
	animation-delay: 0s;
}
.intro-circle-2{
	animation-delay: 0.5s;
}
.intro-circle-3{
	animation-delay: 1s;
}
.intro-circle-4{
	animation-delay: 1.5s;
}
.intro-circle-5{
	animation-delay: 2s;
}

@keyframes shieldGrow {
  0%  {
    transform: scale(1);
	  opacity: 0.8;
	  filter: blur(0);
  }
  100% {
    transform: scale(3);
	  opacity: 0;
	  filter: blur(6px);
  }
}


.intro-fg{
	width: 100%;
}
.intro-pufin{
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 35%;
	z-index: 9;
}

.intro-text{
	position: absolute;
	top: 20vh;
	color: #fff;
	width: 45%;
}
.intro-title{
	font-size: 42px;
	margin: 0;
}
.intro-desc{
	font-size: 20px;
	width: 100%;
	margin-bottom: 25px;
}

.despre-container{
	background-color: #fff;
	padding: 100px 0;
	color: #000;
	margin: auto;
	text-align: center;
}
.despre-video-holder{
	width: 100%;
	max-width: 600px;
	height: 400px;
	margin-bottom: 50px;
	margin: auto;
}
.despre-video-holder video{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.despre-text{
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.despre-title{
	font-size: 40px;
	margin-bottom: 15px;
}
.despre-subtitle{
	font-size: 24px;
	margin: 0 auto 35px auto;
	color: #19CFBE;font-weight: bold;
}
.despre-desc{
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
}

.stripped-section{
	width: 100%;
	padding: 100px 0;
	background-image: url(../../Images/stripes.png);
	background-repeat: repeat;
}
.stripped-info{
	font-size: 18px;
}
.stripped-title{
	font-size: 40px;
	margin-bottom: 75px;
}
.stripped-title-small{
	font-size: 40px;
	margin-bottom: 25px;
}
.stripped-box-3{
	width: 31.3%;
	margin: 1%;
	padding: 30px;
}
.stripped-icon-holder{
	background-color: #19CFBE;
	width: 46px;
	height: 46px;
	position: relative;
	border-radius: 10px;
	margin-bottom: 25px;
}
.stripped-icon-holder-orange{
	background-color: #E68A06 !important;
}
.stripped-icon{
	position: absolute;
	width: 24px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.stripped-box-text{
	font-size: 20px;
	line-height: 30px;
}
.stripped-box-text strong{
	font-size: 24px;
	line-height: 34px;
	display: block;
	margin-bottom: 25px;
}
.stripped-box-dark{
	background-color: #000;
	color: #fff;
	border-radius: 25px;
}
.stripped-penguin-holder{
	width: 45%;
	height: 150px;
	position: relative;
}
.stripped-penguin{
	height: 450px;
}
.stripped-text{
	width: 45%;
	padding-top: 100px;
}

.blue-section{
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 100px 0;
}
.white-section{
	width: 100%;
	padding: 100px 0;
}

.blue-box-3{
	width: 30%;
	padding: 50px;
}
.blue-box-title{
	font-size: 24px;
}
.blue-box-title font{
	color: #E68A06;
}
.blue-box-text{
	font-size: 18px;
}

.blue-info{
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 100%;
	max-width: 900px;
	margin: auto;
}


.carousel-holder{
	position: relative;
	width: 100%;
	height: 500px;
	margin-top: 50px;
}
.carousel-spacer{
	width: 100%;
	height: 330px;
}

.carousel-container {
    position: relative;
	width: 100%;
	max-width: 1200px;
    margin: auto;
    overflow: hidden;
	display: block;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
	display: block;
    flex: 0 0 30.334%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    text-align: center;
    padding: 0;
	color: #000;
}
.carousel-title{
	font-size: 20px;
	margin-top: 12px;
	font-weight: 700;
	color: #19CFBE;
}

.arrows-container {
    width: 120px;
    margin: auto;
    text-align: center;
    margin-top: 40px; /* Add margin between arrows and items */
}
.carousel-image{
	width: 100%;
	border: 5px solid #19CFBE;
	border-radius: 15px;
}
.scenario-3-box{
	margin-bottom: 35px;
}

button {
    font-size: 18px;
    cursor: pointer;
    background: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
}

#prevBtn {
    margin-right: 10px;
	filter: invert(100%);
}

#nextBtn {
    margin-left: 10px;
	filter: invert(100%);
}




.faq-info{
	font-size: 20px;
	width: 49%;
	text-align: justify;
}

.faq-info h1{
	font-size: 40px;
}

.faq-info h2{
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 50px;
	text-align: left;
}

.faq-pufin{
	width: 49%;
	position: relative;
}
.faq-pufin-image{
	display: block;
	width: 90%;
	margin: auto;
}

.contact-form {
  max-width: 480px;
  margin: 40px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(25, 207, 190, 0.09);
  padding: 36px 32px 28px 32px;
  font-family: 'Segoe UI', sans-serif;
}

.contact-form h2 {
  text-align: center;
  color: #19CFBE;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.contact-input {
  display: block;
  width: 100%;
  padding: 14px 14px 14px 14px;
  margin-bottom: 18px;
  border: 1.5px solid #E8E8E8;
  border-radius: 8px;
  font-size: 1.07rem;
  background: #fafafa;
  transition: border-color 0.2s;
}

.contact-input:focus {
  border-color: #19CFBE;
  outline: none;
  background: #fff;
}

.contact-label {
  display: block;
  margin-bottom: 7px;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.3px;
}

.contact-form textarea.contact-input {
  min-height: 90px;
  resize: vertical;
}

.contact-btn {
  width: 100%;
	height: 50px;
  padding: 0;
  background: #19CFBE;
  border: none;
  color: #fff;
  font-size: 1.12rem;
  border-radius: 9px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 16px rgba(25, 207, 190, 0.12);
  letter-spacing: 0.6px;
  transition: background 0.2s, box-shadow 0.2s;
}

.contact-btn:hover {
  background: #F3B100;
  box-shadow: 0 4px 24px rgba(25, 207, 190, 0.16);
}

.social-flex-container{
	width: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.social-icon{
	width: 28px;
	margin-right: 15px;
	filter: invert(100%);
}

.footer{
	padding: 80px 0;
}
.footer-a{
	color: #fff !important;
}
.footer-form-holder{
	width: 49%;
}
.footer-info{
	width: 49%;
	font-size: 18px;
}
.footer-bar{
	background-color: #1A0C71;
	color: #fff;
	padding: 35px 0;
	font-size: 16px;
}


/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.gray-text{color: #aaa;}
.no-border{border:none;}
.no-border-bottom{border-bottom:none;}
.no-padd{padding: 0;}
.no-background{background-color: transparent;}
.full-width{width: 100%;}
.half-width{width: 50%;}
.marg-top-25{margin-top: 25px;}
.opac-0{opacity:0;}
.inverted{filter: invert(100%);}

.hr-divider{
    border: none;
    border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.flex-container-reversed{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.flex-container-start{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-around;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}
.spacer-100{
	display: block;
	width: 100%;
	height: 100px;
}
.spacer-200{
	display: block;
	width: 100%;
	height: 200px;
}



.blue-bg{background-color: #4fa8e7; transition: 0.3s ease-in-out background;}
.purple-bg{background-color: #ac58e6; transition: 0.3s ease-in-out background;}
.orange-bg{background-color: #e6a258; transition: 0.3s ease-in-out background;}
.red-bg{background-color: #dc4242; transition: 0.3s ease-in-out background;}
.green-bg{background-color: #8bcc7a; transition: 0.3s ease-in-out background;}

.blue-bg:hover{background-color: #008ae1;}
.purple-bg:hover{background-color: #8434bc;}
.orange-bg:hover{background-color: #d37c1e;}
.red-bg:hover{background-color: #ad0c0c;}
.green-bg:hover{background-color: #58bb3d;}

.red-hover{color: inherit;}

.orange-text{color: #e6a258;}
.green-text{color: #8bcc7a;}
.red-text,.red-hover:hover{color: #dc4242;}
.blue-text{color: #008ae1;}
.purple-text{color: #ac58e6;}

.border-bottom-3{border-bottom: 3px solid;}
.orange-border{border-color: #e6a258;}
.green-border{border-color: #8bcc7a;}
.red-border{border-color: #dc4242;}
.blue-border{border-color: #008ae1;}
.purple-border{border-color: #ac58e6;}


.cat-menu-container{
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 11;
	padding: 0 15px;
	border-bottom: 1px solid #f9f9f9;
}

.disp-mob{display: none;}
.disp-desk{display: block;}



@media screen and (max-width: 1030px){

.disp-mob{display: block;}
.disp-desk{display: none;}

	
	
	
.menu-btn{
	display: block;
	height: 30px;
	margin: 15px 10px;
}
	
.menu-holder{
	height: 60px;
}
.logo{
	height: 30px;
	margin: 15px 10px;
}
.menu{
	width: 100%;
	height: 0;
	margin: 0;
	overflow: hidden;
}
.menu-open{
	width: 100%;
	background-color: #1d078d;
	height: auto;
}
.menu-item{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}
.menu-item-selected, .menu-item:hover{
	background-color: #E68A06;
}
.general-form{
	max-width: 800px;
	margin: auto;
}
.input-2{
	width: 100%;
	margin-bottom: 25px;
}




/* --------------------------------------------------- main --------------------------------------------------- */

.intro{
	background-image: url(../../Images/intro-bg-mob.jpg);
	background-position: center bottom;
	padding-top: 100px;
	height: auto;
}
.intro-pufin-holder{
	position: relative;
	margin: auto;
	width: auto;
	height: auto;
}
	.intro-mob-image{
		display: block;
		margin: 35px auto 0 auto;
		width: 80%;
	}
.intro-circle-holder{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
}
.intro-circle{
	width: 40%;
	height: 40%;
}


.intro-fg{
	display: none;
}
.intro-pufin{
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	margin: auto;
	width: 85%;
}

.intro-text{
	position: relative;
	top: 0;
	color: #fff;
	width: 100%;
	padding: 5%;
}
.intro-title{
	font-size: 32px;
	width: 100%;
}
.intro-desc{
	font-size: 20px;
}

.despre-container{
	padding: 50px 0;
}
.despre-video-holder{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.despre-text{
	width: 100%;
}
.despre-title{
	font-size: 32px;
}
.despre-desc{
	font-size: 16px;
	text-align: justify;
}

.stripped-section{
	width: 100%;
	padding: 100px 0;
	background-image: url(../../Images/stripes.png);
	background-repeat: repeat;
	color: #1A0C71;
}
.stripped-title{
	font-size: 32px;
	margin-bottom: 45px;
}
.stripped-box-3{
	width: 100%;
	padding: 20px;
}
.stripped-penguin-holder{
	width: 100%;
	height: 300px;
	position: relative;
}
.stripped-penguin{
	height: 300px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.stripped-text{
	width: 100%;
}
.stripped-desc{
	width: 100%;
}

.blue-section{
	padding: 50px 0;
}

.blue-box-3{
	width: 100%;
	padding: 20px;
}


.carousel-holder{
	position: relative;
	width: 100%;
	top: 0;
	height: auto;
}
.carousel-spacer{
	height: 50px;
}


.carousel-item {
    flex: 0 0 96%;
    margin-right: 2%;
    margin-left: 2%;
}
.carousel-title{
	font-size: 18px;
	margin-top: 10px;
}


.footer{
	padding: 50px 0;
}
.footer-desc{
	font-size: 16px;
}
.footer-pufin{
	display: none;
}
.footer-pufin-bg{
	display: none;
}
.footer-bar{
	padding: 25px 0;
}
	.footer-info{
		width: 100%;
	}
	.footer-form-holder{
		width: 100%;
	}

/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.gray-text{color: #aaa;}
.no-border{border:none;}
.no-border-bottom{border-bottom:none;}
.no-padd{padding: 0;}
.no-background{background-color: transparent;}
.full-width{width: 100%;}
.half-width{width: 50%;}
.marg-top-25{margin-top: 25px;}
.opac-0{opacity:0;}
.inverted{filter: invert(100%);}

.hr-divider{
    border: none;
    border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.flex-container-reversed{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	flex-direction: column-reverse;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}
.spacer-100{
	display: block;
	width: 100%;
	height: 50px;
}
.spacer-200{
	display: block;
	width: 100%;
	height: 200px;
}

	
	
	
	
}
