@charset "UTF-8";
/* CSS Document */
.main_top {
	border-bottom:1px solid #000;
	width:100%;
	position: absolute;
	/*background: #5288f7;*/
	z-index: 1;
}

.lucky {
	position: fixed;
	opacity: 0;
	top:0;
	right:-50vw;
	height:100vh;
	width:calc(50% + 1px);
	z-index: 4;
	background: #ffb8b6;
	border-left:1px solid #000;
	transition: all .48s ease-in .18s;
}

.luckytitle {
	margin:0;
	padding:100px 0px 0px 40px;
	width:60%;
	color:#fb5737;
}

p.luckytext {
	color:#fb5737;
	padding: 40px 0px 0px 40px;
	margin: 0px;
	width:60%;
}

img.roll {
	width:8vw;
	position: absolute;
	top:40px;
	right:40px;
	transform: rotate(0deg);
	animation: roll 4s linear 0s infinite;
}

#mailus {
	margin:40px 0px 0px 40px; 
	color:#fb5737; 
	border:1px solid #fb5737;
}

#close-btn {
	position: absolute; 
	bottom:4%; 
	cursor:pointer;
}

@keyframes roll {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

h4.scroll {
	color:#000;
	padding: 10px;
	text-align: center;
	margin:0px 10px 0px 10px;
}

.inline_img {
	border-radius: 50px;
	width: 9vw;
	border: 1px solid #f8edd9;
	vertical-align: middle;
}

.stickimg {
	border:none; 
	border-radius:0; 
	width:9vw;
}

.rounded_wrapper {
	position: absolute;
	z-index: 2;
	bottom:0;
	width:100%;
	height:100%;
	animation-fill-mode: forwards;
	overflow: hidden;
}

.roundedbox {
	background: #000;
	border-radius: 30px;
	border:1px solid #000;
	position: absolute;
}

.countrycode {
	background: #f8edd9;
	border-radius: 50%;
	border:1px solid #000;
	position: absolute;
	right:10px;
	transform:rotate(9deg);
}

.roundedbox, .countrycode span {
	display:table;
	font-family: 'GT-Walsheim-Medium';
	font-size: 20px;
	color:#f8edd9;
	padding: 8px 12px 8px 12px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 0px;
	text-align: center;
}

.countrycode span {
	font-family: 'P22MackinacProBook';
	padding: 4px 12px 2px 12px;
	font-size: 30px;
	color:#000;
}

.pos1 {
	transform: rotate(314deg);
	bottom: 448px;
	right: -120px;
	animation: pos1 .8s linear 1.28s forwards;
}
@keyframes pos1 {
  0% { transform: rotate(314deg);
	   bottom: 448px;
	   right: -120px;
	  }
	
  99% { transform: rotate(-2deg);
		bottom: 148px;
		right: 0px; 
	  }
  
   100% { transform: rotate(8deg);
		bottom: 136px;
		right: 0px; 
	  }
}


.pos2 {
	transform: rotate(300deg);
	bottom: 186px;
	right: -130px;
	animation: pos2 1.48s linear .68s forwards;
}

@keyframes pos2 {
  0% { transform: rotate(300deg);
		bottom: 186px;
		right: -130px; 
	  }
	
  99% { transform: rotate(-3deg);
		bottom: 106px;
		right: 0px; 
	  }
  
   100% { transform: rotate(8deg);
		bottom: 99px;
		right: 0px; 
	  }
}

.pos3 {
	transform: rotate(7deg);
	bottom: 63px;
	right: 0px;
	/*animation: pos3 .6s linear 1.18s forwards;
	transform-origin: 100% 0%;*/
}
@keyframes pos3 {
  from {
    transform: rotate(180deg);
	bottom: 134px;
	right: -140px;
  }
  to {
	transform: rotate(19deg);
	bottom: 34px;
	right: 0px;
  }
}


.pos4 {
	transform: rotate(-14deg);
    bottom: 11px;
	right: 70px;
	/*animation: pos4 .48s linear 1.28s forwards;*/
}
@keyframes pos4 {
  from {
    transform: rotate(270deg);
	bottom:140px;
	right:-90px;
  }
  to {
	transform: rotate(-14deg);
    bottom: 11px;
	right: 72px;
  }
}


.pos5 {
	transform: rotate(0deg);
	bottom:0px;
	right:10px;
	/*animation: pos5 .48s linear 0s;*/
}
@keyframes pos5 {
  from {
    transform: rotate(360deg);
	bottom:11px;
	right:-90px;
  }
  to {
    transform: rotate(0deg);
	bottom:0px;
	right:10px;
  }
}

.feat_txt {
	width:50%;
	min-height: 68vh;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right:1px solid #000;
}

.feat_dets {
	position: relative;
	width:80%;
}

h2.feat_title {
	margin:0;
	padding:0px 0px 20px 0px;
}

.feat_img {
	width:calc(50% - 1px);
	min-height: 68vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.feat_img svg {
	width:100%;
	height:68vh;
}

.img_holder {
	width:80%;
	position: absolute;
	z-index: 1;
}

.img_holder img, video {
	display: block;
	width:100%;
	border:none;
}

.allwork {
	width:100%; 
	border-top:1px solid #000; 
	display:flex; 
	justify-content:center; 
	padding:2vw 0vw;
	text-decoration:none
}

.lastquote {
	width:90%; 
	color:#000; 
	padding: 120px 0px 120px 0px;
	margin:0 auto;
}

.links {text-decoration:none
}