@font-face{
	font-family:'cool';
	font-style:normal;
	src:url(./coolvetica.otf) format('opentype');
}

body,
html {
    color: #5C5D60;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
}
.font-cool{
	font-family: 'cool',sans-serif;
	font-weight: 400 !important;
}
a {
    text-decoration: none;
    color: #5C5D60;
}
a:hover {
    color: #63C2D0;
}
ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
img{
	max-width: 100%;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-120 {
    margin-top: 120px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mt-130{
	margin-top: 130px;
}

header{
	background: #FFFFFF;
	border-bottom: 1px solid #F5F5F5;
	padding: 30px 30px 30px 0;
}
header a{
	width: 480px;
	display: block;
	text-align: center;
}

.sidebar{
	padding: 30px;
	background: #F5F5F5;
	height: calc(100vh - 91px);
	min-width: 480px;
	position: relative;
}

.sidebar h5{
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	padding-left: 20px;
}

.sidebar ul li a{
	color: #5C5D60;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	border-radius: 8px;
	padding: 10px 20px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sidebar ul li a:hover{
	background: #fff;
}

.sidebar ul li a.active{
	background: #fff;
}

.sidebar ul.alt{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #B6B6B6;
	padding: 30px 30px 20px 30px;
}
.sidebar ul.alt li a{
	display: flex;
	gap: 10px;
	align-items: center;
}

.home-image{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	position: relative;
}
.home-image img.bg{
	max-height: calc(100vh - 400px);
	object-fit: contain;
}

@keyframes button-pulse {
    0% {
        transform: scale(1, 1);
    }
    40% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}


.home-image a{
	position: absolute;
	animation: button-pulse;
    animation-duration: 4s;
    animation-iteration-count: 100;
}

.home-image a.iframe-url{
	animation: none;
	display: block;
}


main.home{
	display: flex;
}
main.home .area{
	width: 100%;
	padding: 30px;
	overflow: hidden;
}

.home-slider .item{
	padding: 20px 10px;
}
.home-slider .item a{
	display: flex;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 12px 16px -4px #10182814;
	padding: 10px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	flex-direction: column;
}
.home-slider{
	width: 75%;
	margin: 0 auto;
}
.home-slider .item a h4{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}
.home-slider .item a img{
	height: 100px;
	object-fit: contain;
}

.slick-prev:before {
    content: url(../img/nleft.png);
}
.slick-next:before {
    content: url(../img/nright.png);
}

.home-slider .slick-next, .home-slider .slick-prev{
	background: #fff;
    border-radius: 100%;
    box-shadow: 0px 12px 16px -4px #10182814;
    width: 40px;
    height: 40px;
}
.home-slider .slick-next {
    right: -50px;
}
.home-slider .slick-prev {
    left: -50px;
}

.sidebar .qr{
	position: absolute;
	bottom: 100%;
	left: 70px;
	z-index: 3;
	display: none;
}

.overlay-blur{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	background: rgba(0,0,0,0.2);
	display: none;
}
.mfp-iframe-holder .mfp-content{
	max-width: 90vw;
	max-height: 85vh;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
	top: -50px;
	color: #FFF;
    right: 0;
    text-align: center;
    padding-right: 6px;
    width: auto;
    border: 2px solid #63c2d0;
    border-radius: 100%;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

main.office h2{
	font-size: 52px;
	font-weight: 700;
	line-height: 65px;
	color: #5C5D60;
	margin-bottom: 30px;
}
main.office p{
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 30px;
}

main.office .widget{
	margin-bottom: 15px;
	box-shadow: 0px 12px 16px -4px #10182814;
	border-radius: 8px;
	background: #fff;
	padding: 35px 30px 20px 30px;
	height: 100%;
}
main.office .widget img{
	margin-bottom: 20px;
}
main.office .widget h4{
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}

main.product{
	margin-top: 50px;
}
main.product p{
	font-size: 16px;
	line-height: 20px;
	color: #7E8182;
}

div.gallery-slider .slick-slide div img{
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}
div.gallery-slider .slick-slide div{
	border-radius: 8px;
	padding: 8px;
	overflow: hidden;
}
div.gallery-slider .slick-next, div.gallery-slider .slick-prev{
	background: #fff;
    border-radius: 100%;
    padding: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 4;
}
div.gallery-slider .slick-next{
	right: 15px;
}
div.gallery-slider .slick-prev{
	left: 15px;
}

.go-back{
	left: 10%;
	position: absolute;
}

ul.rightMenu{
	position: absolute;
    right: 0;
    top: 30%;
    background: #5C5D60;
    padding: 10px 10px;
    border-radius: 10px 0 0 10px;
}
ul.rightMenu li a{
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 25px 0;
	font-size: 12px;
	line-height: 15px;
	gap: 5px;
}

main.product .details h3{
	font-size: 52px;
	line-height: 56px;
	font-weight: 400;
}
main.product .details h6{
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}
main.product .details .color{
	color: #70CACE;
}
main.product .details h3,
main.product .details h6{
	margin: 0;
	font-family: 'cool',sans-serif;
}
main.product .details h3 small{
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}
main.product .details p{
	margin-top: 30px;
}

.home-image a img{
	-webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
	filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}

.mfp-iframe-scaler{
	padding-top: 50%;
}

.mfp-container{
	padding: 0;
}