/********** Template CSS **********/
:root {
    --primary: #FFE468;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
}

.btn {
    font-weight: 700;
    transition: .5s;
}
.readmore-btn {
    font-weight: 700;
    transition: .5s;
	width:200px;
}
.testimonial-item p{
	color:white;
}
.team-item h4{
	font-size:18px;
}
.sidegif video{
	height:560px;
}
.toprent img{
	width:420px;
	margin-top:10px;
}
.rentperson video{
	height:648px;
}
.bg-primary img{
	height:350px;
}
#girlsrentbutton {
    position: fixed;
    bottom: 20%;
    left: 60px;
	z-index:1;
}
#mybuttonrent a {
    text-decoration: none;
    padding: 10px 15px!important;
    font-size: 18px!important;
    margin-right: 10px;
    border-radius: 10px;
    font-family: 'Oswald', sans-serif;
}
.whatsapprent {
    background-color: #25D366;
    color: #FFF;
}
.whatsapprent i {
    font-size: 22px!important;
    padding: 0px 0px 3px 0!important;
}
.phonerent {
    background-color: red;
    color: #FFF;
}
.phonerent i {
    font-size: 22px!important;
    padding: 0px 0px 3px 0!important;
}
#mybuttonrent {
    position: fixed;
    bottom: 1%;
    right: auto !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
	z-index:1;
}
.section-heading h3{
    padding: 2rem 0 1rem 0;
    line-height: 25px;
    text-shadow: 1px 1px 2px pink;
    font-size: 2.4rem;
}
.ourgallery .xgallery {
    display: flex;
    flex-wrap: wrap;
}
.ourgallery .xgallery .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
.ourgallery .xgallery .column figure {
    margin: 0;
    border: 5px groove #37784f;
    margin-bottom: 8px;
}
.simply-countdown > .simply-section {
    display: -webkit-inline-box;
    width: 50px;
    height: 50px;
    background: rgb(140 198 65);
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    animation: pulse 1s ease infinite;
    margin-top: 15px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.simply-countdown > .simply-section > div {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100px;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
    font-size: 25px;
    margin-top: -22px;
}

.simply-countdown > .simply-section .simply-word {
    color: #4CAF50;
    text-transform: uppercase;
    font-size: 12px;
}
.ourgallery .xgallery .column figure img {
    margin-top: 0;
    vertical-align: middle;
    width: 100%;
}
.service-item p{
	height:150px;
	overflow:hidden;
}
.service-item.showContent p{
   height: auto;
 }
 .imagicot img {
	 height:60px;
 }
 table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #8cc641;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #8cc641;
}
 .text-dark {
	 text-shadow: 2px 2px 2px #8cc641;
 }
.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
	
}

.bg-hero {
    background: url(../img/top-banner.webp) top right no-repeat;
    background-size: contain;
}
.bg-area {
    background: url(../img/area-girls-rent-photo.webp) top right no-repeat;
    background-size: contain;
}
.bg-girlarea {
    background: url(../img/girlarea-girls-rent-photo.webp) top right no-repeat;
    background-size: contain;
}
.bg-about {
    background: url(../img/about-girls-rent-photo.webp) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
	
}

.about-start,
.about-end {
    background: url(../img/about-bg) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
	.content-end {
        position: relative;
        z-index: 1;
    }
}

.service-item,
.contact-item {
    background: url(../img/service.webp) top center no-repeat;
    background-size: cover;
    transition: 4.5s;
}

.service-item:hover,
.contact-item:hover {
    background: url(../img/service.webp) bottom center no-repeat;
    background-size: cover;
}

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

.bg-quote {
    background: url(../img/quote.jpg) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/girls-rent-profile.webp) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}
.date {
    position: absolute;
    top: -22px;
    left: 365px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: green;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 35px;
}
.date h4 {
    color: #fff;
    margin-top: 10px;
}
.featured {
    position: relative;
    top: -310px;
    left: 255px;
    width: 110px;
    height: 28px;
    text-align: center;
    background: green;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0px;
}
.featured h4 {
    color: #fff;
    margin-top: 10px;
	font-size:16px;
}
.neararea ul{
	    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 auto;
        padding-bottom: 10px;
        text-align: justify;
        list-style: none;
}
.neararea ul>li>a {
    width: 100%;
    display: inline-block;
    text-align: center;
	padding: 3px 10px;
    font-size: 1.3rem;
}
.rentpot h3{
    color: green;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 300;
    font-size: 30px;
}
p{
    text-align: justify;
    font-family: 'Arial ', sans-serif!important;
    font-size: 20px;
    line-height: 35px;
    font-weight: normal;
}
.neararea ul li:nth-child(n+1) {
    flex-grow: 1;
}
.neararea ul>li {
    position: relative;
    margin: 5px;
    overflow: hidden;
}
.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/girlsrent-testimonial.webp) top left no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url(../img/call-to-action.jpg) top right no-repeat;
    background-size: contain;
}

.bg-footer {
    background: url(../img/footer.jpg) center center no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
	.date {
    position: absolute;
    top: -22px;
    left: 266px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: green;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 35px;
}
.featured {
    position: relative;
    top: -283px;
    left: 220px;
    width: 90px;
    height: 28px;
    text-align: center;
    background: green;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0px;
}
.toprent img{
	width:350px;
	margin-top:10px;
}
td, th {
    border: 1px solid #8cc641;
    text-align: left;
    padding: 8px;
    font-size: 9px;
}
.rentperson video{
	height:264px;
}
.sidegif video{
	height:467px;
}
.bg-primary img{
	height:290px;
}
}