@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

@font-face{
	font-family: 'GOTHIC';src: url('../fonts/GOTHIC.TTF');
}

body{
	background:#190b41;
	margin:0;
	padding: 0;
}

#main{
	width:100%;
	max-width: 1440px;
    margin: 0 auto;
}

#header{
	width:100%;
	float:left;
}

.img-add{
	display:block;
	width: 229px;
    clear:both;
    margin-left:65px;
    position:relative;
}

.img-add img{
	width:100%;
	position:relative;
	z-index:2;
}

.img2hov:hover + .eyes{
	animation: tilt-shaking 0.25s infinite;
	-webkit-animation: tilt-shaking 0.25s infinite;
}

.eyes{
    position: absolute;
    width: 58px;
    right: -5px;
    bottom: -14px;
    z-index: 1;
}

.eyes img{
	width:100%;
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

@-webkit-keyframes tilt-shaking {
  0% { -webkit-transform: rotate(0deg); }
  25% { -webkit-transform: rotate(5deg); }
  50% { -webkit-transform: rotate(0eg); }
  75% { -webkit-transform: rotate(-5deg); }
  100% { -webkit-transform: rotate(0deg); }
}

.container{
	width:1170px;
	margin:0 auto;
	box-sizing:border-box;
}

.logo{
	color:#fd91f9;
	padding-top:45px;
	padding-left:64px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:9999999;
	margin-bottom:17px;
}

.logo a{
	text-decoration:none;
	font-style:italic;
}

.logo span{
	display:block;
	color:#f5e847;
	font-family: 'GOTHIC';
	font-size: 13px;
	    margin-top: 5px;
	    margin-left: 9px;
}

.logo span{

}

.menu{
	position:absolute;
	bottom:0;
	right:64px;
}

.menu li{
	display:block;
	float:left;
	text-align:center;
	height:473px;
	position:relative;
	width:150px;
	padding: 0 38px;

}

.work-abso a{
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
}

.work-menu{
	display:block;
min-width: 113px;
    box-sizing: border-box;
    height: 44px;
    padding: 0 14px;
	background-size:100%;
	margin: 0 auto;
	margin-bottom:17px;
	font-size:28px;
	color:#f5eb0d;
	transition:all 0.4s;
	margin-top:0;
	border:2px solid #9956a8;
	border-radius:40px;
}

.work-menu i{
	position:relative;
	top:5px;
}

.fun-menu{
	background:url('../images/fun.png');
	width:92px;
	height:66px;
	display:block;
	background-size:100%;
		margin: 0 auto;
	margin-bottom:17px;
	margin-top:0;
	transition:all 0.4s;
}

.aboutme-menu{
	background:url('../images/logo-for-web-1.png');
	width:132px;
	height:131px;
	display:block;
	background-size:100%;
	margin: 0 auto;
	margin-bottom:17px;
	margin-top:0;
	transition:all 0.4s;

}

.work-border-menu{
	height:295px;
	width:3px;
	display:inline-block;
	background: #f5e847;
	position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition:height 0.4s;
}

.work-border-menu .gradient{
	background: linear-gradient(#fbc7f9,#fd91f9);
	height:0;
	width:100%;
	display:block;
	position:absolute;
	bottom:0;
	transition:height 0.4s;
}

.work-abso a:hover + .work-border-menu  .gradient{
	height:100%;
	transition:height 0.4s;
}



/* WORK HOVER EFFECT */


.work-abso a{
	display:inline-block;

}

.work-abso a:hover + .work-border-menu{
	height:305px;
}

.work-abso a:hover .work-menu{
	margin-top:-10px;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
}


/* END WORK HOVER EFFECT */



.fun-border-menu{
	height:187px;
	width:3px;
	display:inline-block;
	background:#f5e847;
	position: absolute;
   bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition:height 0.4s;
	
}

.fun-border-menu .gradient{
	background: linear-gradient(#fffac2,#f5e847);
	height:0;
	width:100%;
	display:block;
	position:absolute;
	bottom:0;
	transition:height 0.4s;
}



/* FUN HOVER EFFECT */


.fun-abso a{
	display:inline-block;

}

.fun-abso a:hover + .fun-border-menu{
	height:197px;
}

.fun-abso a:hover .fun-menu{
	margin-top:-10px;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
}


.fun-abso a:hover + .fun-border-menu  .gradient{
	height:100%;
	transition:height 0.4s;
}


/* END FUN HOVER EFFECT */





/* LENS HOVER EFFECT */

.lens-abso {
    height: 421px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.lens-menu{
	width:118px;
	height:42px;
	display:block;
	background-size:100%;
	margin: 0 auto;
	margin-top:0;
	transition:all 0.4s;
}

.analog-eye{
	display:block;
	float:left;
	margin-right:0px;
	transition: margin 0.4s;
	position:relative;
	width: 59px;
}

.analog-eye:hover{
	margin-top:-15px;
}

.analog-eye img{
	display:block;
	width:43px;
}

.analog-eye-title{
	color: #f5eb0d;
    font-family: 'Roboto', sans-serif;
    position: absolute;
        right: 68px;
    top: 4px;
    font-size: 30px;
    font-weight: bold;
    opacity:0;
    transition:all 0.4s;
    text-transform: lowercase;
    visibility:hidden;
}

.analog-eye:hover .analog-eye-title{
	opacity:1;
	visibility:visible;
}

.digital-eye{
	display:block;
	float:left;
	transition: margin 0.4s;
	position:relative;
	margin-left:0px;
	width: 59px;
}

.digital-eye:hover{
	margin-top:-15px;
}

.digital-eye img{
	display:block;
	width:43px;
}

.digital-eye-title{
	color:#f98eff;
    font-family: 'Roboto', sans-serif;
    position: absolute;
  	    left: 65px;
    top: 5px;
    font-size: 30px;
    font-weight: bold;
    opacity:0;
    transition:all 0.4s;
     visibility:hidden;
     text-transform: lowercase;
}

.digital-eye:hover .digital-eye-title{
	opacity:1;
	visibility:visible;
}


.lens-border-menu{
	height:362px;
	width:3px;
	display:inline-block;
	background:#e57fcd;
	position: absolute;
   bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition:height 0.4s;
	
}

.lens-title{
	color:#f791ff;
	font-size:30px;
	font-family: 'Roboto', sans-serif;
	display:block;
	margin-bottom:7px;
	transition:all 0.4s;
}

.lens-abso a:hover .lens-title {
   
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    margin-top: -15px;
    margin-bottom: 19px;
}

.lens-border-menu .gradient{
	background: linear-gradient(#f9b0e8,#e57fcd);
	height:0;
	width:100%;
	display:block;
	position:absolute;
	bottom:0;
	transition:height 0.4s;
}



.lens-abso a{
	display:inline-block;
	text-decoration:none;
}


.lens-abso a:hover + .lens-border-menu  .gradient{
	height:100%;
	transition:height 0.4s;
}


/* END LENS HOVER EFFECT */



.aboutme-border-menu{
	height:82px;
	width:3px;
	display:inline-block;
	background:#fd91f9;
	position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition:height 0.4s;
}

.aboutme-abso a{
	display:inline-block;

}

.aboutme-abso a:hover + .aboutme-border-menu{
	height:92px;
}

.aboutme-abso a:hover .aboutme-menu{
	margin-top:-16px;
	transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-ms-transform:scale(1.08);
}

.aboutme-border-menu .gradient{
	background: linear-gradient(#fbc7f9,#fd91f9);
	height:0;
	width:100%;
	display:block;
	position:absolute;
	bottom:0;
	transition:height 0.4s;
}

.aboutme-abso a:hover + .aboutme-border-menu  .gradient{
	height:100%;
	transition:height 0.4s;
}

.work-abso{
	height:355px;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.fun-abso{
	height:271px;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


.aboutme-abso{
	height:230px;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}



#work{
	width:100%;
}

.work-title{
	
	display:block;
	width:100%;
	float:left;
	margin-bottom:50px;
	margin-top:30px;
}

.work-title span{
	color:#f5e847;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:30px;
	display:block;
	text-transform: capitalize;
}

.work-block{
	width:100%;
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 750px;
    margin: 0 auto;
}

.work-block article{
	width: 50%;
    padding: 0 14px;
	
	overflow:hidden;
	
	box-sizing:border-box;
	margin-bottom:50px;
}

.work-img{
	display:block;
	width:100%;
	max-height:374px;
    overflow: hidden;
    min-height: 200px;

}

.work-img img{
	 transition: opacity 0.4s;
}

.work-img:hover img{
	opacity:0.7;
}

.work-tit{
	font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: normal;
    max-height: 38px;
    overflow: hidden;
    height: 20px;
    display: block;
    margin-top: 14px;
    font-size: 15px;
    margin-bottom: 4px;
}

.work-tit a {
    text-decoration: none;
    color: #fff;
}

.work-text{
	color: #fff;
    font-family: 'GOTHIC';
    font-size: 13px;
    line-height: normal;
    display: block;
    overflow: hidden;
}

.masonry-brick {
    width:389px;
    padding: 10px;
    box-sizing:border-box;
}

.mansory-img img:hover{
	opacity:0.7;
}

.mansory-img img{
	width:100%;
	float:left;
	transition: all 0.3s;
}

.mansory-img img:hover{
	margin-top:-5px;
}

.work-img img{
	width:100%;
	object-fit: cover;
	float:left;
}

.work_read{
	width:100%;
}

.work_read_block{
	width:100%;
	float:left;
}



.work_read_block_info{
	margin:0 auto;
	padding:0 14px;
	margin-top:35px;
	margin-bottom: 35px;
	box-sizing:border-box;
}


.work_read_block_info_video{
	width:100%;
	height:490px;
	margin-bottom:35px;
}

.work_read_block_info_video iframe{
	height:100%;
	width:100%;
	transition: all 0.3s;
}

.work_read_block_info_video iframe:hover{
	opacity:0.7;
	margin-top:-7px;
}

.work_read_block_info_text{
	max-width:650px;
	margin: 0 auto;
	color:#fdfdfd;
	line-height:normal;
	font-family: 'GOTHIC';
	font-size:15px;
	font-style:italic;
	padding: 0 14px;
}

.work_read_block_info_text a{
	color:#fff;
}


.work_read_block_img{
	display:block;
	width:100%;
	margin-top:43px;
	margin-bottom:21px;
}

.work_read_block_img li img{
	transition: margin-top 0.3s;
}

.work_read_block_img li img:hover{
	margin-top:-8px;
}

.work_read_block_img ul{
	width:100%;
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.work_read_block_img li{
	width: 33.333%;
    padding: 0 14px;
    box-sizing: border-box;
    margin-bottom:14px;
}

.work_read_block_img li img{
	width:100%;
}

.work_s{
	padding:18px;
	max-width:330px;
}

.work_s-title{
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	color:#f3e865;
	margin-bottom:20px;
	display:block;
	font-size:40px;
	text-transform:uppercase;
	margin-top: 30px;
	width:100%;
	float:left;
	text-align:center;
	padding: 0 15px;
    box-sizing: border-box;
}

.work_s-txt{

	text-transform:uppercase;
	font-family: 'GOTHIC';
	display:block;
	font-style:italic;
	line-height:normal;
	color:#fdfdfd;
	font-size:15px;
	padding: 0 15px;
	float:left;
	width:100%;
	text-align:center;
	box-sizing: border-box;
}

.aboutme{
	width:100%;
}

.about-s-title{
	display: block;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 30px;
}

.about_info{
	max-width:936px;
	margin:0 auto;
}

.about-s-title span{
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #f3e865;
    display: block;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
}

.about_info_img{
	display:block;
	width:100%;
}

.about_info_img img{

	width:100%;
}

.homebutton-icon{
    padding-left: 9px;
    display: block;
    float: right;
    font-size: 26px;
    margin-top: 30px;
    margin-right:20px;
}

.homebutton-icon a{
	color: #fd91f9;
	text-decoration:none;
	transition:color 0.4s;
}

.homebutton-icon a:hover{
	color:#f5e847;
}

.about_info_text{
    margin: 0 auto;
    color: #fdfdfd;
    line-height: normal;
    font-family: 'GOTHIC';
    font-size: 15px;
    font-style: italic;
    margin-top:15px;
    width:100%;
    float:left;
    margin-bottom:35px;
}

.education_block{
	float:left;
	width:100%;
}

.contact-info{
	font-family: 'Roboto', sans-serif;
	max-width:137px;
	text-align:center;
	line-height:normal;
	margin: 0 auto;
	margin-top:35px;
	background: #190b41;
	position:relative;
	    display: table;
}

.contact-info .title{
	color:#f5e847;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-transform:uppercase;
	text-align:center;
}

.contact-info span{
	color:#ee96f3;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
}

.mobilenumber-style{
	color:#ee96f3;
	text-decoration:none !important;
}

.contact-info ul{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}

.contact-info ul li{
	display:inline-block;
	margin-right:12px;
}

.contact-info ul li:last-child{
	margin-right:0;
}

.contact-info ul li a{
	text-decoration:none;
	color:#ee96f3;
	font-size:25px;
	transition:color 0.4s;
}

.contact-info ul li a:hover{
	color: #f5e847;
}

.fun-section{
	width:100%;
}


.fun-section-title{
	display: block;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 30px;
}

.analog-section-title{
	display: block;
    width: 100%;
    float: left;
    margin-bottom:30px;
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
}

.fun-section-title span{
	color:#fd91f9;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	text-align:center;
	display:block;  
}

.fun-section-text{
	display:block;
	font-family: 'GOTHIC';
	color:#f3e865;
	font-style:italic;
	text-transform:uppercase;
	text-align:center;
	line-height:normal;
	    float: left;
    width: 100%;
    font-size:15px;
}

.about_info_video{
	
}

.about_info_video iframe{
	height:100%;
	width:100%;
}


.education_info{
	width:100%;
	text-align:center;
	margin-top:40px;
}

.education_info-title{
	color: #f3e865;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	margin-bottom:30px;
	display:block;
	font-size:25px;
}

.education_info-text{
	display:block;
	width:100%;
	text-transform:uppercase;
	font-family: 'GOTHIC',arial;
	display:block;
	line-height:normal;
	color:#fdfdfd;
	font-size:15px;
}

.Workblock{
	margin-bottom:42px;
	display:block;
	width:100%;
}

.Workblock-title{
	color:#ee96f3;
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	text-align:center;
	margin-top:30px;
	margin-bottom:37px;
	display:block;
}

.Workblock-info{
	display:block;
	font-family: 'GOTHIC',arial;
	font-size:15px;
	line-height:normal;
	text-transform:uppercase;
	color:#fdfdfd;
	text-align:center;
	margin-bottom:30px;
}

.Workblock-info:last-child{
	margin-bottom:0;
}

.fun-images-block{
	margin-top:50px;
	display:block;
	float:left;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
}

.fun-images{
	
}

.about_info_video{

    width: 100%;
    max-height: 490px;
    float: left;
    height: 100vh;
   
}


.about_info_video iframe{
	 transition:all 0.3s;
}

.about_info_video iframe:hover{
	opacity:0.7;
	margin-top:-7px;
}

.about_info_video iframe{
	width:100%;
	height:100%;
}

.work-read-homebutton{
	display:block;
	margin:20px 0 ;
	float:left;
	width:100%;
}


.download-style{
	 margin-top: 3px;
}
.download-style a{
	color: #f5e847;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    display: block;
   text-decoration:none;
    font-size: 13px;
}

.extraassets-block{
	max-width: 877px;
    margin: 0 auto;
    display: block;
    padding:0 14px;
    margin-top: 20px;
    text-align:center;
}

.extraassets-block img{
	max-width:100%;
	margin-bottom:15px;
}

.mansory-img{
	padding:7px;
	box-sizing:border-box;
}

.analogimgsection{
	display:none;
}



.analog-block{
	width:100%;
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    float: left;
    margin-top:45px;
}

.analog-block article{
	width: 33.333%;
    padding: 0 14px;

	overflow:hidden;
	
	box-sizing:border-box;
	margin-bottom:50px;
}

.analog-img{
	display:block;
	width:100%;
	max-height:230px;
    overflow: hidden;
    background: #000;
}

.digital-img{
	display:block;
	width:100%;
	max-height:230px;
    overflow: hidden;
    background: #000;
    cursor:pointer;
}

.analog-img img {
    width: 100%;
    object-fit: cover;
    transition:opacity 0.4s;
    float:left;
    max-height: 230px;
    height: 100vw;
}

.analog-img:hover img{
	opacity:0.7;
}


.digital-img img {
    width: 100%;
    object-fit: cover;
    transition:opacity 0.4s;
    max-height: 230px;
    float:left;
}

.digital-img:hover img{
	opacity:0.7;
}

.opac{
	opacity:0.7;
}

.analog-title{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	line-height:normal;
	max-height:38px;
	overflow:hidden;
	height:20px;
	display:block;
	margin-top:14px;
	font-size:15px;
}

.digital-title{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	line-height:normal;
	max-height:38px;
	overflow:hidden;
	height:20px;
	display:block;
	margin-top:14px;
	font-size:15px;

}


.digital-title span{
	cursor:pointer;
}

.analog-title a{
	text-decoration:none;
	color:#fff;
}



.analog-text{
	color:#fff;
	font-family: 'GOTHIC';
	font-size:13px;
	line-height:normal;
	display:block;
	margin-top:4px;
	max-height:63px;
	overflow:hidden;
}


.digital-text{
	color:#fff;
	font-family: 'GOTHIC';
	font-size:13px;
	line-height:normal;
	display:block;
	margin-top:4px;
	overflow:hidden;
}


.popup-video{
	width:100%;
	position:fixed;
	height:100%;
	z-index:99;
	background:url('../images/vdbg.png');
	display:none;
	left:0;
	right:0;
	bottom:0;
	top:0;
}

.popup-video-iframe{
	width:100%;
    margin: 0 auto;
    height:100%;
    padding:70px 10px;
    box-sizing: border-box;
      max-width:1000px;
      position:relative;
}

.popup-video-iframe iframe{
	width: 100%;
    height: 100%;

}

.icon-close-video{
	 cursor: pointer;
    position: absolute;
    z-index: 99999;
    color: #fff;
    right: 2%;
    top: 27px;
    background: url(../images/close.png);
    width: 25px;
    height: 25px;
    background-size: 100%;
}



.fun-abso a{
	position:relative;
	z-index:999;
}

.aboutme-abso a{
	position:relative;
	z-index:999;
}

.work-abso a{
	position:relative;
	z-index:999;
}

.lens-menu{
	position:relative;
	z-index:999;
}

.paralax-block{
	position: fixed !important;
    bottom:-15px;
    left:0;
    width:100%;
    overflow:hidden;
}

#customized{
	width:100%;
	max-width:600px;
	margin: 40px auto;
	box-sizing: border-box;
    display: table;
    padding: 0 15px;
    margin-top:20px;

}

.inpur-cust{
	display:block;
	margin-bottom:15px;
	    float: left;
    width: 100%;
	font-family: 'Roboto', sans-serif;
	position: relative;
}

.inpur-cust span{
	display:block;
	margin-bottom:5px;
	color:#fff;
	font-size: 14px;

}

.inpur-cust .custo-name{
	width:100%;
	outline:none;
	padding: 8px 10px;
	box-sizing:border-box;
}

.inpur-cust input[type="email"]{
	width:100%;
	outline:none;
	padding: 8px 10px;
	box-sizing:border-box;
}

.inpur-cust textarea{
	width:100%;
	outline:none;
	padding: 10px 10px;
	resize: none;
	box-sizing:border-box;
}

.inpur-cust input[type="submit"]{
	outline:none;
	border: 0;
	cursor:pointer;
	padding:10px 10px;
	width:200px;
	background-color:#fff;
	color: #000;
}

.text3{
	outline:none;
	padding:3px;
	width:80px;
	height:40px;
	margin-left:10px;
	box-sizing:border-box;
	margin-top: 4px;
}

.codedv{
float: left;
    width: 100%;
}

.codedv img{
	float:left;
}

.custerrors{
color: #fff;
    display: block;
    text-align: center;
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}

.custsubmit{
	text-align: center;
	margin-top: 20px;
	float: left;
	width:100%;
}

.flex-cust{
float: left;
width:100%;
	margin-top:15px;
}

.flex-cust .inpur-cust{
	width:49%;
	float:left;
}

.flex-cust .inpur-cust:last-child{
	float:right;
}

.boardblock{
	width:100%;
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    float: left;
    margin-top:45px;
}

.boardblock article{
	width: 33.333%;
    padding: 0 14px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.board-img {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.board-img img {
    width: 100%;
    object-fit: cover;
    transition: opacity 0.4s;
    float: left;
    max-height: 600px;
    height: 56vw;
}

.board-title {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: normal;
    max-height: 38px;
    overflow: hidden;
    height: 20px;
    display: block;
    margin-top: 14px;
    font-size: 15px;
}

.pay-block{
	width:100%;
    float: left;
    box-sizing:border-box;
    padding:0 10px;
    margin-bottom: 30px;
}

.pay-block-mr{
	max-width:700px;
	width:100%;
	margin:0 auto;
}

#product_sel{
	width:100%;
	padding:8px;
	box-sizing:border-box;
	outline:none;
}

.langsel{
	float:left;
	display:block;
	width:100%;
	text-align:center;
	margin-top:20px;
}

.langsel button{
	cursor:pointer;
	border: 0;
	outline:none;
	background-color:#fff;
	padding: 3px 10px;
	margin: 0 5px;
	display:inline-block;
}

#sg-2{
	display:none;
}


.messagesucces{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	 display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 28px;
    box-sizing: border-box;
}

.messagesucces_popup{
	max-width: 385px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    font-family: arial;
    text-align: center;
    padding: 26px 22px;
    font-size: 15px;
    line-height: normal;
    position: relative;
    height: max-content;
}

.messagesucces_popup span{
	display: block;
    margin-top: 10px;
    border-top: 1px solid #c7c7c7;
    padding-top: 8px;
}

.messagesucces:before{
	content:"";
	position:absolute;
	top:0;
	left:0;right: 0;
	bottom:0;
	width:100%;
	height:100%;
	opacity: 0.8;
	background-color:#000;
}

.vlll{
	font-size:30px;
	color:green;
}

.closepopupmessage{
	position: absolute;
    top: -24px;
    color: #fff;
    cursor:pointer;
    font-size:20px;
    right: -14px;
}

.vlll{
	border: 1px solid green;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}


#customized .inpur-cust label{
        color: red;
    font-size: 12px;
    position: absolute;
    left: 46px;
    top:1px;
}

#customized .inpur-cust .custo-name{
    border:2px solid transparent;
}

.inpur-cust input[type="email"]{
   border:2px solid transparent;
}

#customized .inpur-cust .custo-name.error{
    border-color:red !important;
}

.inpur-cust input[type="email"].error{
    border-color:red !important;
}

.inpur-cust textarea{
     border:2px solid transparent;
}

.inpur-cust textarea.error{
     border-color:red !important;
}

#customized .inpur-cust #message-error{
    left:67px;
}

