@font-face { font-family: 'Rounds-Bold'; src: url("../fonts/TTRounds-Bold.ttf") format("truetype"); font-weight: normal; font-style: normal;}  
@font-face { font-family: 'Rounds-Regular'; src: url("../fonts/TTRounds-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal;}
@font-face { font-family: 'Comfortaa-Regular'; src: url("../fonts/Comfortaa-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal;}
@font-face { font-family: 'Comfortaa-SemiBold'; src: url("../fonts/Comfortaa-SemiBold.ttf") format("truetype"); font-weight: normal; font-style: normal;}  

html, body {height: 100%;}
body {
	background-image: url("../img/bg-min.jpg");
	background-size : 80%;
    /* overflow: hidden;    */
    margin: 0;
	font-family: Rounds-Regular, Arial;
	font-weight: 400;
	letter-spacing: 0px;
	font-style: normal;
	/* font-size: 2.0vw; */
	color: #4777ff;
	display:flex;
	flex-direction:column;
	/* align-items: center;  */
    justify-content: center;
    /* background-color: #ffffff00; */
    /* background-blend-mode: color;	 */
}
#filter {
    background-color: #ffffff00;
	width:100%;
	height:100%;
	position: absolute;
	z-index: -1;
	background-color = #ffffff00;
}


.hide {display: none;}

.myBt {
  width:280px;
  max-width:280px;
  margin:5px;
  background-color: #4777ff;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: Rounds-Bold, Arial;

  font-size: 18px;
}

#bvStar {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 18%;
}
#freeW {
    position: absolute;
    top: -40px;
    right: 22px;
    width: 15%;
    background-color: #4777ff;
    color: white;
    /* margin: -19px 0; */
    padding: 5px;
	font-size: 12px;
}

#offers {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
	display: none;
}

.offerDiv {
	position: relative;
	padding: 30px;
	color: #00f8f8;
	background-color: #182f8c;
	margin: auto;
	text-align: center;
	width: 80%;
	max-width: 450px;
	box-shadow: 0px 0px 15px 24px white;
}
#offers div:nth-child(2) {margin-top:30px;}

#annualOffer {
	background-color : #182f8c;
}
#monthOffer {
	background-color : #4777ff;
}
.offerDescription {
	color: white;
	margin: 10px;
	font-size: 18px;
	height: 60px;
}
.offerBt {
	width: 200px;
	margin: 5px;
	padding: 12px;
	border: 1px solid #00f8f8;
	color: #00f8f8;
	background-color: transparent;
}
#circleDiv {
	background-image: url("../img/circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

	height: 90%;
	width:auto;
	display:flex;
	flex-direction:column;
	align-items: center;
    justify-content: center;
}	

#circleImgDiv {
	/* height: 50%; */
	/* width: 50%; */
}

#container {text-align: center; width: 100%;}


h1 {
	text-align: center; 
	font-family: Rounds-Bold, Arial;
	font-weight: 400;
	letter-spacing: 0px;
	font-style: normal;
	font-size: 50px;
	line-height: 1;
	color: #4777ff;
	margin-top:0;
	
}
#title.logged {
	font-size:30px;
}
.ifLogin {display:none}

@media (max-device-height: 800px) and (max-device-width: 800px){
.cleeng-checkout-container-overlay {
	padding-bottom: 250px !important;
}
	
}
@media (min-width: 1000px) {
#freeW {top: -15px;}
#offers {flex-direction: row;}
#offers div:nth-child(2) {margin-top:0px;}
}