@font-face {
  font-family: aeonhexa;
  src: url('../fonts/AeonHexa-Medium.ttf');
}

@font-face {
  font-family: hkgothic;
  src: url('../fonts/HKGothic-Medium.otf');
  font-weight:500;
}
@font-face {
  font-family: hkgothic;
  src: url('../fonts/HKGothic-Regular.otf');
  font-weight:400;
}


@-ms-viewport {
  width: device-width;
}

*,
:before,
:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  width: 100%;
  padding:0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding:80px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: hkgothic;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #000000;
  background-color: #dbdcdb;
  position:fixed;
  top:0;
  left:0;
}

img {
  display: block;
  max-width: 100%;
}

p,a,h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
}


a{
	text-decoration: none;
	color: inherit;
}


.logo-and-tagline{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 610px;
	transform: translate(-50%,-50%);

}
.sitelogo{
	width: 610px;
	opacity: 0;
	transition: all 0.7s linear;
}

.close{
	top: 30px;
	left: 80px;
	position: absolute;
}
.sitetagline,
.collaboratedesign{
	text-align: center;
	color: white;
	padding-top: 50px;
	font-family: aeonhexa;
	opacity: 0;
	transition: all 0.7s linear;
	font-size:24px;
}
.collaboratedesign{
    padding-top:20px;
}
.row {
  width: 100%;
}

.main-carousel,
.image-col
{
	width: calc(100vw - 160px);
	height: calc(100vh - 160px);
}
.image-col{
	background-size: cover;
	background-position: center;
}
.contact-details{
	opacity: 0;
	z-index: -1;
	position: fixed;
	bottom: -195px;
	background-color: #575656;
	padding: 80px 80px 35px;
	width: 100%;
	height: 195px;
	left: 0;
	transition: all 0.7s linear;
}
.contact-details.show-footer{
	opacity: 1;
	z-index: 2;
	bottom: 0;
}
.col-logo{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.contact-details .row{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.col-logo .footersitelogo{
	max-width: 125px;
}
.footer-left,
.footer-right{
	position: absolute;
	bottom: 35px;
	font-size: 16px;

}
.footer-left{
	left: 80px;
	color: #000;
	opacity: 0;
	transition: all 0.7s linear;
}
.footer-right{
	right: 80px;
	color: #575656;
	opacity: 0;
	transition: all 0.7s linear;
}
.p1{
	padding-bottom: 15px;
}
.col-1{
	padding-right: 100px;
}
.col-2{
	padding-right: 60px;
}
.col-left{
	width: calc(100% - 400px);
	display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.col-right{
	width: 400px;
}

.animatelogo{
	opacity: 1;
}
.contact-details p,
.contact-details a
{
    font-weight:400;
}

@media only screen and (max-width: 1000px) {
    .logo-and-tagline{
        width:290px;
    }
    .sitetagline, .collaboratedesign{
        font-size:20px;
    }
body {
  padding:40px 30px;
  height: calc(var(--vh, 1vh) * 100);
}
.main-carousel,
.image-col
{
	width: calc(100vw - 60px);
	height: calc(100vh - 180px);
}

.sitelogo{
	width: 290px;
	opacity: 0;
}
.close{
	top: 150px;
	left: 40px;
	position: absolute;
}

.sitetagline{
	width: 300px;
	padding-top: 20px;
}
.footer-left{
	left: 30px;
	bottom: 20px;
	font-size: 10px;
}
.footer-right{
	right: 30px;
	font-size: 10px;
	bottom: 20px;
	cursor:pointer;
}
.contact-details {
	bottom: -100vh;
    height: 100vh;
    width: 100vw;
    padding: 80px 30px 35px;
}
.col-left{
	width: 100%;
}
.contact-details .row {
    flex-direction: column;
    height: calc(100vh - 120px);
    padding-top: 120px;
    align-items: flex-start;
}
.col-logo {
    justify-content: flex-start;
}
.contact-details .row .col{
	padding-bottom: 25px;
	padding-right: 0px;
}
.p1 {
    padding-bottom: 10px;
}
.col-left {
    flex-direction: column;
}
.animatelogo{
	opacity: 1;
}

}
.animate{
	opacity: 1;
	transform: translateY(0);
}
.sitetagline.hideit{
    opacity:0;
}


.vaccinated-wrap{
    margin: 0 -340px;
}

.vaccinated-text{
    line-height: 1;
    background-color: #B1B2B4;
    padding: 20px;
}

.email-hover:hover{
    color: black;
    transition: color ease 1s;
}


@media only screen and (max-width: 1248px){
    .vaccinated-wrap{
    margin: 0 -124px;

}

@media only screen and (max-width: 600px){
    .vaccinated-wrap{
    margin: auto;

}

}

.vaccinated-wrap {
	display: none;
}








