@charset "utf-8";

/* =================================================================== 
							Global Styles
======================================================================*/
body{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	overflow-x:hidden;
	background-color: transparent;
	/*background-image: url('../images/about/parallax.png');*/
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.creadora img {
    width: 76px;
}

/* Font Family */
.tooltip-inner{
	font-family: 'Montserrat', sans-serif;
}
.nav-tabs>li>a{
	font-family: 'Montserrat', sans-serif;
}
.container {
    max-width: 900px;
    width: 100%;
}
.row {
	margin-bottom:30px;
}
.row:last-child {
	margin-bottom:0;
}
p {
	color: #ffffff;
	margin-bottom:25px;
	font-size: 18px;
}
/* Headings */
.inner-section h1{
  color: #ffffff;
    margin-bottom: 25px;
    font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
    margin-top: 0;
	font-weight: 400;
	letter-spacing: 1px;
}
/* h1 {
    font-size: 60px;
    line-height: 60px;
	letter-spacing: -3px;
}*/
h2 {
    font-size: 50px;
    /*line-height: 55px;*/
	letter-spacing: 1px;
}
h3 {
    font-size: 36px;
    /*line-height: 48px;*/
	letter-spacing: 0.2px;
}
h4 {
    font-size: 24px;
    /*line-height: 40px;*/
}
h5 {
 	font-size: 20px;
    /*line-height: 35px;*/
}
h6 {
 	font-size: 18px;
    /*line-height: 30px;*/
	margin-bottom:30px;
}
a {
	color:#909090;
	-webkit-transition:0.3s all ease-in-out;
	   -moz-transition:0.3s all ease-in-out;
	    -ms-transition:0.3s all ease-in-out;
	     -o-transition:0.3s all ease-in-out;
	        transition:0.3s all ease-in-out;
}
a:focus, a:hover, a:active {
	outline: none;
	text-decoration: none;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#2e2b2b;
}
/* Typography */
.typo-light {
	font-weight:300;
}
.typo-white,.typo-white p,.typo-white a,.typo-white h1,.typo-white h2,.typo-white h3,.typo-white h4,.typo-white h5,.typo-white h6 {
	color:#fff;
}
/*.typo-white p,.typo-white a { color:rgba(255,255,255,0); }*/
.typo-white a:hover,.typo-white a:focus {
	color:#fff;
}
.typo-black,.typo-black p,.typo-black a,.typo-black h1,.typo-black h2,.typo-black h3,.typo-black h4,.typo-black h5,.typo-black h6,
.typo-white .typo-black,.typo-white .typo-black p,.typo-white .typo-black a,.typo-white .typo-black h1,.typo-white .typo-black h2,.typo-white .typo-black h3,.typo-white .typo-black h4,.typo-white .typo-black h5,.typo-white .typo-black h6 {
	color:#2e2b2b;
}
.typo-grey,a.typo-grey,a.btn-link.typo-grey {
	color:#909090;
}
.theme-bg .typo-grey {
	color:rgba(255,255,255,0.5);
}
.black-bg { background:#333333; }
.black-bg-4 { background:#141414; }
.grey-bg,.gray-bg { background:#f5f5f5; }
.lgrey-bg,.lgray-bg { background:#f9f9f9; }
.white-bg { background:#fff; }
.transparent-bg { background:transparent; }
.bg-contain {
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.bg-cover{
	background-size: cover;
}
.bg-contain{
	background-repeat: no-repeat;
    background-size: contain;
    background-position: initial;
}
.bg-inherit{
	background-size: inherit;
}
.verticle-middle {
	vertical-align:middle!important;
}
.shadow-block {
	-webkit-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	    -ms-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	     -o-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
}
/* List Inline */
ol, ul {
	list-style: none;
	margin-left:0;
	padding:0;
}
ul:last-of-type {
 margin-bottom:0;
}
.list-inline {
	margin:0 -10px;
}
.list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
}
/* Media */
.media-object {
    width: auto !important;
}
.media-body p {
	margin-bottom:20px;
}
/* Animation */
.animated{
	visibility:hidden;
}
.hidden {
	visibility: hidden;
}
.visible{
	visibility:visible;
}


/* =================================================================== 
						Section
======================================================================*/
section,.section{
	padding: 240px 0;
	position:relative;
	background-position:center center;
	background-size:cover;
}
section .container,.section .container {
	position:relative;
}
/* Positions */
.pos-rel{
	position: relative;
}
.pos-abs{
	position: absolute;
}
.pos-stc, .container.pos-stc{
	position: static;
}/* Section Title */
.section-title {
    margin-bottom: 15px;
}
/*.section-title.text-center  {
    padding-bottom: 25px;
}*/
.section-title h3 {
	font-size: 40px;
	color: #161616;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 700;
}
.section-title h4 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 15px;
}
h6.sub-title {
	font-weight: 400;
	margin-bottom: 15px;
	color: #777777;
	line-height: 1;
}
.section-title p{
	font-size: 16px;
	padding: 0 15px;
}
.bg-color-section {
	background-color: #eeeeee;
}

/***********************************************************
						Page Loader
***********************************************************/
#pageloader {
    background-color: #000000;
    height: 100%;
    position: fixed;
    top: 0;
	left:0;
	right:0;
    width: 100%;
    z-index: 99999;
}
.loading {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 1;
  position: fixed;
}

.loading > div {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}


.loading > div > div {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ffffff;
  top: 10px;
  left: 10px;
  transform-origin: 20px 20px;
  border-radius: 8px;
  animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c2 {
  top: 10px;
  left: auto;
  right: 10px;
  transform-origin: -4px 20px;
  animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c3 {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  transform-origin: -4px -4px;
  animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c4 {
  top: auto;
  bottom: 10px;
  transform-origin: 20px -4px;
  animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes spin-a {
  0%   { transform: rotate(90deg); }
  0%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-b {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  25%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-c {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  50%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-d {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  75% { transform: rotate(360deg); }
  100% { transform: rotate(360deg); }
}
/***********************************************************
						CUSTOM CSS
***********************************************************/
/* Background Video */
#myVideo {
	background-image:url(../images/bg.jpg);
	background-size:cover;
	background-position: 100% 100%;
	background-repeat:no-repeat;
	min-height: 100%;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	min-width:100%;
	display:inline-block;
	background-attachment:fixed;
	z-index:1;
}
.bg-video{
	position:absolute;
	display:inline-block;
	top:0;
	left:0;
	right:0;
	background-color:rgba(11,11,11,0.7);
	z-index:3;
}
/*************** section-title ***************/
.section-title h2{
	font-size: 22px;
	color: #ffffff;
	text-align: center;
}
/**************************/
.text-center{
	text-align: center;
}
.text-justify{
	text-align: justify;
}
/**************** address-ul ************/
.address-ul{
	margin-bottom: 20px;
}
.address-ul,.address-mail{
	list-style: none;
	/*clear: both;*/
	/*display: table;*/
	text-align: center;
}
.address-ul li,.address-mail li{
	/*float: left;*/
	/*display: table-cell;*/
	text-align: center;
}
.address-ul li img,.address-mail li img,.phone li img{
	margin: 0 auto;
	}
  .phone li{
    margin-bottom: 7px;
  }
.address-ul li:last-child,.address-mail li:last-child{
	padding-top: 0;
}
/********************** parallex ************/
#parallex {
	padding-top: 80px;
}
#parallex a {
  padding-top: 60px;
}
#parallex a span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.sub a span{
  width: 40px !important;
  height: 40px !important;
}
#parallex a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#parallex a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/******************** main-logo **************/
.outer-section{
	padding: 0;
	height: 100vh;
	position: relative;
	display: block;
}
.outer-section .inner-section{
	position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.main-logo img{
	margin-bottom: 70px;
}
/************ map-data *************/
.map-data h6{
	color: #bcbcbc;
}
/************ image transiation ************/
img {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.91s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.grid img:hover{
	 transition: 0.3s all ease-in-out;
    -webkit-transition: 0.91s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.grid img{
	margin: 0 auto;
}
.grid p{
	margin-top: 15px;
}
/*.grid h2{
	margin-bottom: 40px;
}*/
.grid_list{
	list-style: none;
	width: 100%;
}
.grid_list li{
	display: inline-table;
	width: 32.9%;
	text-align: center;
}
/******************/

.clickoprn{     position: fixed;
    right: 20px;
    display: block;
    bottom: 20px;
    background: rgba(0,0,0,0.8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    z-index: 100; }
.clickoprn a{ color:#fff}


.clickoprn:hover {
  background-color: rgba(166, 96, 1, 0.60);
  box-shadow: 0 0 8px 0 #777;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.contactform h2{
	font-size: 22px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 8px;
}
.contactform p{
	font-size: 12px;
	color: #000000;
	margin-bottom: 10px;
}
.contactform textarea {
  margin-bottom:10px;
  max-height: 50px;
  min-height: 50px;
  overflow-y: auto;
}
.contactform textarea::-webkit-input-placeholder {
  color: #555;
}
.contactform textarea::-moz-placeholder {
  color: #555;
}
.contactform textarea:-ms-input-placeholder {
  color: #555;
}
.contactform textarea:-moz-placeholder {
  color: #555;
}
.contactform .blackbtns {
  padding:5px;
}
.contentshow-section.aboutsection h2 {
  font-weight: normal;
}
.contentshow-section.aboutsection p {
  line-height: 30px;
}

.searcharear{display: none;position:fixed;z-index: 1000;width:50vh;background-clip: padding-box;bottom: 20px;right:80px;}
.closeIco{ position:relative;display: block;}
.closeIco:after, .closeIco:before{ position:absolute; background:#fff; height:3px; width:25px; content:"";top: 24px;left: 15px;}
.closeIco:after{    transform: rotate(45deg);}
.closeIco:before{    transform: rotate(-45deg);}
.searcharear .closebtn { width:54px; height:54px;text-align:center;position: absolute;top:0;left:-1px;text-decoration: none;color: #fff;cursor:pointer;background: rgba(0,0,0,0.8);transition:all 1s cubic-bezier(0.1, 0.85, 0.13, 0.87);opacity: 1;
    left: -54px;}
.closebtn:hover {color: #222;-webkit-transition: color 1s ease;-moz-transition: color 1s ease;transition: color 1s ease;}
.searcharear.opendiv .closebtn{left:-54px; opacity:1}
.contactform h3{color: #000;text-transform: uppercase;font-size: 16px; font-weight: 300; margin-bottom: 8px;margin-top: 8px;}

.contactform{ background:#fff; padding:25px;}
.contactform .blackbtns{ width:165px; font-size:16px;color: #000000;background-color: #ffffff;border-color:rgba(33,33,33,0.4);border-width: 2px;border-radius: 4px; -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
.contactform .blackbtns:hover{ background:rgba(33,33,33,0.5); color:#fff; -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
.modal-box {display: none;position:fixed;z-index: 1000;width:50%;background-clip: padding-box;}
.whitebox{ background:#fff; border:1px solid #CCCCCC; color:#757575;width:100%;margin-bottom: 10px; padding: 5px 10px;font-size: 14px;font-family: 'Open sans', sans-serif;color: #555;}
.modal-box header, .modal-box .modal-header {padding: 1.25em 1.5em;border-bottom: 1px solid #ddd;}
.modal-box .modal-body {padding: 2em 1.5em;}
/*.modal-overlay {opacity: 0;filter: alpha(opacity=0);position:fixed;top: 0;left: 0;z-index: 900;width: 100%;height: 100%;background:#7FAB16 !important;}*/
.search-query{width: 90%;background: none;border: 3px solid #fff;border-radius: 50px;margin: auto;display: block;padding: 20px;color: #fff;font-size: 20px;}
/* =================================================================== 
						BACK TO TOP
======================================================================*/
#back2Top {
    width: 50px;
    line-height: 50px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 15%;
    right: 20px;
        background: rgba(0,0,0,0.8);
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    text-decoration: none;
    -webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	    -ms-border-radius: 100%;
	     -o-border-radius: 100%;
    		border-radius: 100%;
}
#back2Top:hover {
     background-color: rgba(166, 96, 1, 0.60);
    color: #ffffff;
     box-shadow: 0 0 8px 0 #777;
}
/****************** address *********************/
/*address{
	margin-top: 30px;
}*/
address .head{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
address p{
	margin-bottom: 15px;
}
address a{
	color: #bcbcbc;
}
address a:hover{
color: #ffffff;
	}
/*.contact h2{
	margin-bottom: 0;
}*/
.contact .section-title{
	margin-bottom: 0;
}
.social li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.social li:last-child{
  margin-right: 0;
}
/* =================================================================== 
						Footer
======================================================================*/
footer{
	position: relative;
	background: rgba(0,0,0,0.5);
	padding: 25px;
}
footer p{
	margin-bottom: 0;
	font-size: 12px;
}
h4.footer-title {
	font-size: 25px;
	font-weight: 500;
}
.footer-widget-area {
	padding:20px 0;
}
.widget {
	margin-bottom: 0!important;
	/*text-align: center;*/
	padding: 10px 0;
}
.footer-icon {
	margin-bottom: 25px;
}
.footer-icon-image {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding-left: 25px;
}
.footer-icon-image:before {
	content: "\f455";
	position: absolute;
	display: inline-block;
	/*top: 50%;
	transform: translateY(-50%);*/
	top: 0;
	left: 0;
	color: #ffffff;
	font-family: "Ionicons";
    speak: none;
    font-size: 22px;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-icon-image.icon-phone:before {
	content: "\f4b8";
}
.footer-icon-image.icon-mail:before {
	content: "\f422";
}
.footer-icon-image.icon-fax:before {
	content: "\f490";
}
.footer-content li {
	font-size: 15px;
	font-weight: 400;
}
.footer-bottom-area {
	padding:15px 0;
	background-color: #000000;
	position:relative;
	font-family: 'Poppins', sans-serif;
}
.footer-bottom-area p:last-child {
    margin-bottom: 0;
}
/* =================================================================== 
						BEFORE
======================================================================*/
.image-left-side:before,
.pagination li:before {
	display:table;
	content:"";
	box-sizing:border-box;
}
/* =================================================================== 
						AFTER
======================================================================*/
.image-left-side:after,
.pagination li:after {
	clear:both;
	display:table;
	content:"";
	box-sizing:border-box;
	
}


:root {
  font-family: "Aleo", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: rgb(119, 13, 13);
  background: radial-gradient(
    circle,
    rgba(119, 13, 13, 0.92) 64%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

canvas {
  width: 100%;
  height: 100%;
}

/* Thanks Traversy Media for this text background animation tut:
   https://www.youtube.com/watch?v=lX5LZTWc4f8&t
*/
.label {
  font-size: 2.2rem;
  background: url("https://res.cloudinary.com/dondigidon9/image/upload/v1544906837/stripe_c982eebe592d6c30f2034f5ce80b1fc6.png");
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: moveBg 30s linear infinite;
}

@keyframes moveBg {
  0% {
    background-position: 0% 30%;
  }
  100% {
    background-position: 1000% 500%;
  }
}



/************gift********/
html, body {
  margin: 0;
}
.above-fold {
   /* z-index:10;
  height: 100vh;
  width: 100vw;
  padding: 0;
  margin: 0;
  perspective: 800px;
  perspective-origin: 50% 200px;
  display: flex;
  flex-wrap: wrap;
  position: relative;*/
  z-index: 4;
    height: 200px;
    width: 200px;
    padding: 0;
    margin: 0;
    perspective: 800px;
    perspective-origin: 50% 200px;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: 10%;
    bottom: 10%;
}
.above-fold .info-text {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #555;
  font-family: "Avenir";
  font-weight: 100;
  font-size: 13px;
  height: 25px;
  align-self: flex-end;
}
.wrap-present {
 /* width: 100%;*/
  position: fixed;
    left: 10%;
    bottom: 10%;
  display: flex;
  align-self: flex-end;
}
.present-box {
  transform-style: preserve-3d;
  width: 200px;
  height: 200px;
  margin: auto;
  animation: rotate 11s alternate linear infinite;
  cursor: pointer;
}
.present-box:hover {
  animation: staticFront 700ms ease forwards;
}
.present-box.open {
  /*&>.side.top{
   opacity: .2;
   }*/
  animation: zoomIn 1s ease-in forwards;
  transform: rotateX(-103deg) rotateY(-180deg);
  transition: transform 400ms;
}
.present-box.open .present {
  pointer-events: auto;
  visibility: visible;
}
.present-box.open .present .img-wrap {
  opacity: 1;
  transition: transform 600ms 800ms, opacity 800ms 200ms;
  transform: translateZ(0px);
}
.present-box.open > .side {
  opacity: 0.3;
  transition: opacity 500ms 600ms;
}
.present-box.open > .side.back {
  opacity: 0.7;
  transform: translateZ(-101px) rotateY(180deg);
}
.present-box.open > .side.front {
  transition: transform 800ms 0s, opacity 500ms 600ms;
  transform: translateZ(100px) rotateY(190deg) translateX(0px);
  transform-origin: 0% 0%;
  opacity: 0.3;
}
.present-box .present {
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 50;
  transform: rotateY(-180deg) rotateX(180deg) translateZ(-100px);
  display: flex;
  perspective: 600px;
  pointer-events: none;
  visibility: hidden;
}
.present-box .present > .img-wrap {
  width: 200px;
  align-self: center;
  transition: transform 400ms;
  opacity: 0;
  transform: translateZ(-80px);
}
.present-box .present > .img-wrap a {
  transition: transform 300ms;
  position: relative;
  display: block;
  transform: scale(0.94);
}
.present-box .present > .img-wrap a:hover {
  transform: scale(1);
}
.present-box .present > .img-wrap img {
  max-width: 100%;
  height: auto;
}
.present-box > .side {
  width: 200px;
  height: 200px;
  position: absolute;
  display: block;
  background: repeating-linear-gradient(45deg, #0b0b0b, #0b0b0b 20px, #fff 20px, #fff 40px);
  top: 0;
  left: 0;
  transition: transform 400ms;
}
.present-box > .side.back {
  transform: translateZ(-100px) rotateY(180deg);
}
.present-box > .side.right {
  transform: rotateY(-270deg) translateX(100px);
  transform-origin: top right;
}
.present-box > .side.left {
  transform: rotateY(270deg) translateX(-100px);
  transform-origin: center left;
}
.present-box > .side.top {
  transform: rotateX(-90deg) translateY(-100px);
  transform-origin: top center;
  transform-style: preserve-3d;
  perspective: 100px;
  text-align: center;
}
.present-box > .side.top .to {
  display: inline-block;
  font-family: cursive;
  position: relative;
  padding: 10px 10px 30px 10px;
  border: 5px dotted #000;
  border-width: 2px;
  background: #fff;
  margin: auto;
  transform: translateZ(-2px) translateY(50px);
}
.present-box > .side.top .to:after {
  content: "Happy New Year!!";
  display: inline-block;
  transform: rotateY(180deg);
  color: #000;
}
.present-box > .side.top .to .name {
  display: block;
  position: absolute;
  transform: translateY(20px) rotateY(180deg) translateX(10px);
  text-align: center;
  width: 100%;
  font-size: 1.1rem;
  color: #000;
  padding-top:5px;
}
.present-box > .side.bottom {
  transform: rotateX(90deg) translateY(100px);
  transform-origin: bottom center;
}
.present-box > .side.front {
  transform: translateZ(100px);
}
@keyframes rotate {
  100% {
    transform: rotateY(-360deg) rotateX(180deg);
  }
}
@keyframes staticFront {
  100% {
    transform: rotateX(-100deg) rotateY(-180deg);
  }
}
@keyframes zoomIn {
  50% {
    transform: rotateX(-143deg) rotateY(-180deg) translateZ(-15px);
  }
  100% {
    transform: rotateX(-167deg) rotateY(-180deg) translateZ(-15px) scale(1.2);
  }
}

