@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900|Satisfy');
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');

/*font-family: 'Faster One', cursive;*/
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
.navbar {
  padding: 1.2rem 1rem !important;
  background: #c31432;  
  background: -webkit-linear-gradient(to bottom, #c31432, #000);
  background: linear-gradient(to bottom, #c31432, #000); 
}
p{
  text-align: justify;
}
a:hover{
  text-decoration: none;
}
.add{
  width: 100%;
}
h3.table-head {
    font-size: 20px;
    background: #c31432;
    background: -webkit-linear-gradient(to bottom, #c31432, #000);
    background: linear-gradient(to bottom, #c31432, #000);
    margin: 0;
    padding: 10px;
    color: #fff;
}
a {
    color: #fff;
  }
  .common-padding {
    padding: 50px 0;
}
form{
    background: #ab1333;
    padding: 30px;
}
span.bold {
    color: #9f1029 !important;
}
.bg-gray{
  background: #f1f1f1 !important;
}
.services-types {
    padding: 50px 0;
}
body {
	font-family: 'Rubik', sans-serif;
	font-size:14px;
	line-height:26px;
	color:#4c4c4c;
	font-weight:normal;
	overflow-x:hidden;
}

telegram-btn {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
  font-weight:500;
  color: #191919;
}
.container-fluid {
    max-width: 1800px;
}
.default{
	color: #e23e1d;
}
/*----------------------------------------*/
/*  1.2  Section Title */
/*----------------------------------------*/
.section-title h3 {
	font-size:18px;
	font-weight:500;
	color:#191919;
	border-bottom:1px solid #ebebeb;
	padding-bottom:8px;
	margin-bottom:0;
	position:relative;
	z-index:-1;
	bottom:-2px;
}
.section-title h3::before {
	background-color:#e23e1d;
	height:3px;
	width:70px;
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	margin-bottom:-1px;
}
.section-title h2 {
	font-size:36px;
	color:#252525;
	font-weight:500;
	margin-bottom:2px;
}
.girl-profile h3.title {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 100;
    margin-bottom: 50px;
}
.girl-profile h3.title:after {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: #fff;
    transform: translateX(-50%);
}
.girl-wrap {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.girl-wrap img {
    transition: 0.5s;
    position: relative;
    width: 100%;
    left: 0;
    height: 430px;
}
.girl-wrap .text-desc {
    transform: perspective(600px) rotateY(90deg);
    transform-origin: left center 0;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4em 0.7em;
}
.text-desc p{
  text-align: center;
}
.girl-wrap .text-desc {
    opacity: 0;
    transition: 0.5s;
    color: #fff;
}
.girl-wrap:hover img {
    left: 50%;
}
.girl-wrap:hover .text-desc {
    opacity: 1;
    transform: perspective(600px) rotateY(0deg);
    z-index: 99;
}
.text-desc {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #c31432;
    height: 100%;
    opacity: 0;
    width: 100%;
    padding: 20px;
}
/*----------------------------------------*/
/*  5. Slider Area
/*----------------------------------------*/
.slider-single {
	position:relative;
	background-size:cover;
	background-position:center center;
	height:570px;
}
.slick-slide:focus {
	outline:0 !important;
}
.slider-caption {
	padding:0 50px;
	display: table-cell;
	vertical-align: middle;
}
.slider-caption h4 {
    animation-duration: 1s;
    animation-fill-mode: both;
	font-size:17px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:17px;
}
.slick-current .slider-caption h4 {
    animation-name: fadeInBottom;
    animation-delay: .4s;
    animation-duration: 0.5s;
}
.slick-current .slider-caption h2 {
    animation-name: fadeInBottom;
    animation-delay: .4s;
    animation-duration: 0.5s;
}
.slider-caption h2 {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
.slider-caption h2 {
	font-size:50px;
	color: #fff;
}
.slider-caption {
	font-size:14px;
	color:#2f2f2f;
	position: absolute;
  width: 70%;
	top: 40%;
	left: 50%;
	text-align: left;
	transform: translate(-50%,-50%);
	margin-top: 50px;
}
.slider-caption p {
    animation-duration: 1s;
    animation-fill-mode: both;
    color: #b00;
    font-size: 22px;
}
.slick-current .slider-caption p {
    animation-name: fadeInBottom;
    animation-delay: 1.2s;
    animation-duration: 0.5s;
}
.slider-product-price {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.slick-current .slider-product-price {
    animation-name: fadeInBottom;
    animation-delay: 1.4s;
    animation-duration: 0.5s;
}
.slider-product-price del {
	font-size:16px;
	color:#4c4c4c;
}
.slider-product-price span {
	font-size:24px;
	font-weight:500;
	color:#e23e1d;
	display:inline-block;
	margin-left:8px;
}
.slider-caption .btn-common {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slick-current .slider-caption .btn-common {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.main-slider.slick-slider .slick-dots {
	position:absolute;
    bottom: 10px;
	margin:0;
	z-index:1;
	left: 20%;
	transform: translateX(-50%);
}
.main-slider.slick-dotted.slick-slider {
	margin:0;
}
.main-slider.slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
}
.main-slider.slick-slider .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
}
.slick-slider .slick-arrow {
	background: #f0f2f9;
	width: 26px;
	height: 26px;
	padding: 0;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #191919;
	transition: all .2s ease-in-out 0s;
	position: absolute;
	top: -65px;
	right: 15px;
	z-index: 9;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
.cv-visible.slick-slider .slick-arrow {
	top:-35px;
}
.slick-slider .fa.fa-angle-left.slick-arrow {
   right: 45px;
}
.slick-slider .slick-arrow:hover {
	background-color:#e23e1d;
	color:#ffffff;
}
.slick-slider .slick-dots {
    margin-top: -80px;
    position: relative;
    bottom: unset;
	z-index:1;
	pointer-events:none;
}
.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
	width:auto;
	height:auto;
}
.slick-slider .slick-dots li button {
	font-size:inherit;
    border: none;
    display: block;
    text-indent: -9999em;
    width: 8px;
    height: 8px;
    padding: 0;
    background: #e1e1e1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.slick-slider .slick-dots li.slick-active button {
    background: #d5060c;
    width: 30px;
    height: 8px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.slick-slider .textnav {
    display: none;
}
.dots-none .slick-dots {
	display:none !important;
}
/*----------------------------------------*/
/*  5.2 Slider BG
/*----------------------------------------*/
.slider-single.bg-1 {
	background-image:url(../images/slider/1.jpg);
}
.slider-single.bg-2 {
	background-image:url(../images/slider/2.jpg);
}
.slider-single.bg-3 {
  background-image:url(../images/slider/3.jpg);
}
.content-sec{
  background: url(../images/content-bg.jpg) no-repeat;
  background-size: cover;
}
.btn-common {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0 20px;
    min-width: 140px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    background: #c31432;  
  background: -webkit-linear-gradient(to bottom, #c31432, #000);
  background: linear-gradient(to bottom, #c31432, #000); 
}
.btn-common:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
}

a.nav-link {
    color: #f8fcff !important;
    font-size: 15px;
    font-weight: 500;
}


/*footer*/

footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  background-size: cover;
	padding: 60px 0px 40px 0px;
}
.footer-logo p {
    color: #d6d6d6;
    font-size: 14px;
    text-align: justify;
    margin-top: 20px;
}
.footer-logo ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 20px;
}
.footer-logo ul li {
    display: inline-block;
    margin-right: 5px;
}
.fb{background: #3b5998;}
.twitter{background: #55acee;}
.youtube{background: #e52d27;}
.linkedin{background: #0073b0;}
.instagram{background: #e03b6a;}
a.fb {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #3b5998;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
a.twitter {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #55acee;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
a.youtube {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #e52d27;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
a.linkedin {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #0073b0;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
a.instagram {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #e03b6a;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.imp-links h3 {
    color: #ffffff;;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    font-weight: 300;
}
.imp-links ul {
    padding: 0;
    list-style: none;
}
.imp-links ul li a {
    display: block;
    padding: 7px 0px 10px 20px;
    color: #ffffff;
    position: relative;
    font-weight: 200;
    position: relative;
    border-bottom: 1px solid #c10325;
}
.address h3 {
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    font-weight: 300;
}

.addIcon {
    display: flex;
}
.addIcon i {
  color: #900004;
    margin-right: 20px;
    display: inline-table;
    font-size: 16px;
}
.addIcon p {
    color: #fff;
}
.copyright-section {
    background: #0b0c0c;
    padding: 15px 0;
}
.copyright-section .copyright-text p {
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
    color: #c3bfbf;
}
.designed-text p {
    color: #fff;
    font-size: 14px;
}
.designed-text p a {
    color: #e52d27;
    margin-left: 5px;
}
.addtext p a {
    color: #fff;
}
.content p{
  text-align: justify;
}
.right-image img {
    padding: 10px;
    width: 100%;
    background: linear-gradient(to bottom, #c31432, #101010);
}
.right-image{
  margin-bottom: 30px;
  position: relative;
}
ul.list-unstyled li{
    color: #a31333;
}
a.book-btn-sec {
    border: 1px solid #000;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    background: #900004;
}
img.signal {
    width: 40px;
    height: 40px;
}
.escort-city.common-padding {
    background: #FFCDD2;
}

/*footer*/
@media screen and (min-width: 768px){
  .slider-single.bg-1 {
    background-image:url(../images/slider/1.jpg);
    
  }
  .slider-single.bg-2 {
    background-image:url(../images/slider/2.jpg);
    
  }
  .slider-single.bg-3 {
    background-image:url(../images/slider/3.jpg);
    
  }
}
@media screen and (max-width: 768px){
  .owl-image img {
    height: 400px;
    box-shadow: 3px 4px 12px 1px #ef3c9e;
    margin-bottom: 20px;
  }
	.slider-caption {
	    font-size: 14px;
	    color: #4c4c4c;
	    position: absolute;
	    top: 0; 
	    left: 0;
	    text-align: center;
	    transform: translate(0,0);
	    margin-top: 50px;
      width: 100%;
	}
	.slider-caption h2 {
	    font-size: 24px;
	    color: #fff;
	}
	.navbar-brand img{
		width: 50%;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 15px;
	    padding-left: 15px;
	}
}
.breadcrumb-wrap {
    position: relative;
}
.breadcrumb-text {
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breadcrumb-text h1{
    color: #fff;
}
.breadcrumb-text ul {
    padding: 0;
    margin: 0;
}
.breadcrumb-text ul li {
    display: inline-block;
    margin-right: 10px;
}
.breadcrumb-text ul li a{
  color: #fff;
  font-size: 18px;
}
header.fixed {
    position: fixed;
    width: 100%;
    z-index: 99999;
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.contact-info h3{
  margin: 10px 0 !important;
}
.contact-info ul{
  margin: 0;
  list-style: none;
  padding-left: 0px;
}
.contact-info ul li {
    font-size: 17px;
    display: inline-block;
    background: #ab1333;
    padding: 10px;
}
.contact-info ul li i {
    margin-right: 10px;
    display: inline-block;
    color: #310c36;
}
.profile-img img{
  width: 100%;
}
.table {
    background-color: #ffcbd5f2 !important;
}
.ty{
  margin: 5px;
  font-size: 22px;
  color: #e03b6a;
  font-weight: 700;
}
.thankyou {
    padding: 100px 0;
    text-align: center;
}
.thankyou img{
  width: 200px;
}

.whatsapp {
    background: #35bd1e;
    position: fixed;
    bottom: 57px;
    right: 9px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9999;
}
.whatsapp a {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 42px;
    z-index: 9999;
}

.breadcrumb-wrap img{
  width: 100%;
}

@media screen and (min-width: 768px){
  .custom-width{
    width: 68% !important;
  }
}

.fixed nav.navbar.navbar-expand-lg {
    position: absolute;
    z-index: 999;
    background: #c31432;  
  background: -webkit-linear-gradient(to bottom, #c31432, #000);
  background: linear-gradient(to bottom, #c31432, #000); 
    width: 100%;
    left: 50%;
    padding: 15px 30px;
    box-shadow: 0px 1px 3px 0px #00000057;
    transform: translate(-50%);
}

.banner-img{
  position: relative;
  overflow: hidden;
}
.banner-img img{
  width: 100%;
}



/*breadcrumb*/
.breadcrumb-sec{
  position: relative;
}
.breadcrumb-sec:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #9000044f;
}
.breadcrumb-sec img{
  width: 100%; 
}
.overlay-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.overlay-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.overlay-text h1{
  color: #fff;
}
.overlay-text ul li{
  display: inline-block;
}
.overlay-text ul li{
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}
.overlay-text ul li a{
  color: #fff;
  font-size: 18px;
}
/*breadcrumb*/
.list-unstyled li img{
  margin-right: 10px;
}
.slider-caption p{
  text-align: left;
}
.top-banner{
  position: relative;
}
.top-banner img{
  width: 100%;
}
.banner img{
  width: 100%;
} 
.book {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.book h1{
  font-size: 32px;
  margin-bottom: 24px;
}
.book a {
    color: #fff;
    border: 1px solid #fff;
    background: #000;
    padding: 10px 25px;
    display: inline-block;
    font-size: 18px;
    font-weight: 200;
    border-radius: 30px;
}
.book a:hover{
  color: #000;
  background: #fff;
}
.fixed-social ul{
  list-style: none;
  padding: 0;
  margin:0;
}
.fixed-social {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 0;
}
.fixed-social ul li a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
.fixed-social ul li a:hover>span {
    visibility: visible;
    left: 41px;
    opacity: 1;
}
.fixed-contact {
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 0;
}
.fixed-contact ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.fixed-contact ul li a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 140px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    background: #c10325;
}
.fixed-contact ul li a{
  width: 40px;
    height: 40px;
    display: inline-block;
    background: #c10325;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.fixed-contact ul li a:hover>span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}
.fixed-contact ul li a.green{
  background: green;
  font-size:19px;
}
.content-sec p {
    text-align: justify;
    color: #ffffff;
    font-weight: 100;
    font-size: 15px;
    line-height: 26px;
}
.content-sec h3 {
    color: #c10325;
    font-weight: 100;
    margin-bottom: 17px;
}
.category{
  background: #c31432;  
  background: -webkit-linear-gradient(to bottom, #c31432, #101010);
  background: linear-gradient(to bottom, #c31432, #101010); 
}
.category h3.title {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 100;
    margin-bottom: 50px;
}
.category h3.title:after {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: #fff;
    transform: translateX(-50%);
}
.category-wrap{
  position: relative;
  margin-bottom: 30px;
}
.category-wrap img{
  width: 100%;
  height: 480px;
}
.main h5 a{
  margin-top: 40px;
  display: block;
  color: #000;
  font-size: 20px;
}
.content-wrap{
  padding: 40px 60px;
}
.portfolio {
    background: #efefef;
}
.owl-dots {
    display: none;
}
.owl-prev {
    position: absolute;
    top: 50%;
    background: #000 !important;
    z-index: 999999;
    width: 30px;
    height: 34px;
    color: #fff !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 450px !important;
}
.owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    background: #000 !important;
    z-index: 999999;
    width: 30px;
    height: 34px;
    color: #fff !important;
}
.overlay-text {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    text-align: center;
    top: 15%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(0%) rotateX(0deg);
    transform-origin: bottom;
    transition: all 0.5s ease 0s;
    padding: 80px 40px;
}
.overlay-text a:hover{
  color: #fff;
}
.category-wrap:hover .overlay-text {
    opacity: 1;
    top: 0px;
    left: 0;
    transform: scale(1.1);
    transform: translateX(0%) rotateX(0deg);
    transition: all 0.5s ease 0s;
}
.overlay-text h3{
    text-align: center;
    color: #af1333;
    font-weight: 100;
}
.overlay-text p{
  text-align: center;
  color: #fff;
}
.overlay-text a{
    background: #ab1333;
    display: inline-block;
    padding: 10px 25px;
    font-weight: 100;
}
.girl-profile{
  background: #c31432;
    background: -webkit-linear-gradient(to bottom, #c31432, #101010);
    background: linear-gradient(to bottom, #c31432, #101010);
}
.escort-city {
    padding: 20px;
    margin-bottom: 30px;
    list-style: none;
    background: #c31432;
    background: -webkit-linear-gradient(to bottom, #c31432, #101010);
    background: linear-gradient(to bottom, #c31432, #101010);
    list-style-position: inside;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 2px 2px 7px 0px #b41332;
}
.escort-city li a {
    color: #fff;
    padding: 5px 0 5px 0;
    display: block;
    font-weight: 100;
    border-bottom: 1px solid #000;
}
.escort-city h3 {
    font-size: 24px;
    color: #000;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px){
  .banner img.abs-image{
    top: 80%;
    width: 90px !important;
  }
  .navbar-brand{
    width: 200px;
  }
  .book h1 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .slider-caption p {
    text-align: center !important;
  }
  .top-banner img {
    width: 100%;
    height: 100px;
  }
  .book a {
    color: #fff;
    border: 1px solid #fff;
    background: #000;
    padding: 5px 13px;
    display: inline-block;
    font-size: 13px;
    font-weight: 200;
    border-radius: 30px;
  }
  .slider-single.bg-1 {
    background-position-x: -199px;
  }
  .breadcrumb-text h1 {
    color: #fff;
    font-size: 18px;
  }
  .breadcrumb-text {
    width: 100%;
  }
}
.banner {
    position: relative;
}
.banner img.abs-image{
  position: absolute;
  top: 75%;
  left: 25%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: auto;
}

a.button1{
	display:inline-block;
	padding:0.35em 1.2em;
	border:0.1em solid #FFFFFF;
	margin:0.3em 0.3em 0.3em 0.3em;
	border-radius:0.12em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:#FFFFFF;
	text-align:center;
	transition: all 0.2s;
	background: -webkit-linear-gradient(to bottom, #c31432, #000);
  background: linear-gradient(to bottom, #c31432, #000); 
}
a.button1:hover{
	color:#000000;
	background-color:#FFFFFF;
}
@media all and (max-width:30em){
	a.button1{
		display:block;
		margin:0.4em auto;
	}
}
.bouncy{
animation:bouncy 5s infinite linear;
position:relative;
}
@keyframes bouncy {
 0%{top:0em}
40%{top:0em}
43%{top:-0.9em}
46%{top:0em}
48%{top:-0.4em}
50%{top:0em}
100%{top:0em;}
}
























