@charset "utf-8";

@font-face {
    font-family: '';
    src: url('Brillion.woff2') format('woff2'),
        url('Brillion.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*,*: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-image: url(../../Images/background.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}

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;
}
.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;}



.header{
	width: 100%;
	height: 100vh;
	background-image: url(../../Images/header.png?v=2);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.header-sale-badge{
	width: 18vw;
	position: absolute;
	top: 0;
	right: 0;
}
.header-logo{
	width: 9vw;
	position: absolute;
	top: 25px;
	left: 25px;
}


section{
	width: 100%;
	min-height: 100vh;
	padding: 75px 5%;
	margin: auto;
}
.white-section{
	background-color: #fff;
	color: #000;
}
.oftalmolog-section{
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-image: url(../../Images/oftalmolog.jpg);
}

.main-title{
	font-family: 'Kanit';
	font-weight: 500;
	font-size: 34px;
	line-height: 42px;
	text-align: left;
	margin-bottom: 0;
}
.title-glasses{
	display: block;
	width: 85px;
	margin: 35px auto 45px auto;
}
.title-dots{
	display: block;
	width: 150px;
	margin: 25px auto;
}
.main-desc{
	width: 100%;
	max-width: 1100px;
	font-size: 18px;
	line-height: 26px;
	margin: 25px auto;
	color: #000;
	text-align: center;
}
.black-text{
	color: #000;
}
.main-half{
	width: 46%;
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
}
.main-half-big{
	width: 52%;
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
}
.main-half strong{
	color: #fed34f;
}
.main-half-image{
	background-position: center center;
	background-size: cover;
	min-height: calc(100vh - 150px);
	border-radius: 35px;
}

.main-image{
	border-radius: 35px;
	width: 40%;
}

.black-text strong{
	color: #000;
}
.white-text{
	color: #fff;
}
.white-text strong{
	color: #fed34f;
}
.big-strong{
	color: #006680;
	font-size: 24px;
	font-weight: 700;
}
.center-image{
	display: block;
	width: 100%;
	max-width: 1100px;
	margin: 25px auto;
	border-radius: 35px;
}

.column-desc-2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.main-button{
	display: block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	border-radius: 15px;
	background-color: #fed34f;
	color: #000;
	text-align: center;
	font-size: 18px;
	margin: 25px auto;
	font-weight: 700;
	text-transform: uppercase;
}
.sticky-button{
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	border-radius: 15px;
	background-color: #fed34f;
	color: #000;
	text-align: center;
	font-size: 18px;
	margin: auto;
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 15px;
	font-weight: 700;
	text-transform: uppercase;
}









/* --------------------------------------------------- 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;
	align-items: center;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
	align-items: center;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}

.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;}

.header-mob{
	width: 100%;
	margin-top: 70px;
}


section{
	padding: 50px 3%;
}

.main-title{
	font-size: 30px;
	line-height: 42px;
	text-align: center;
}
.title-glasses{
	width: 75px;
	margin: 25px auto 35px auto;
}
.title-dots{
	max-width: 90%;
}
.main-desc{
	width: 100%;
	max-width: 1100px;
	font-size: 16px;
	line-height: 22px;
}
.main-half{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.main-half-big{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.main-half-image{
	min-height: 320px;
	border-radius: 25px;
}

.main-image{
	border-radius: 25px;
	width: 100%;
}
	.main-image-reverse-container{
		flex-direction: column-reverse;
	}
.center-image{
	border-radius: 25px;
}

.main-button{
	max-width: 90%;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	font-size: 16px;
	margin: 20px auto;
}
.sticky-button{
	width: 200px;
	max-width: 94%;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	font-size: 16px;
}
	
	
	
}
