@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap');

/*font-family: 'Red Hat Display', sans-serif;*/
/*#422f3e*/
a:hover {
    color: #e9c60b;
    text-decoration: none;
}
.other ul li a:hover {
    color: #e9c60b;
    text-decoration: none;
}
.common-padding{padding: 40px 0;}
a:hover{text-decoration: none;}
.whatsapp i.fa.fa-whatsapp {
    width: 40px;
    height: 40px;
    background: green;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#callme i {
    width: 40px;
    height: 40px;
    background: #561c4a;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 65px;
    right: 20px;
}
.img-100{
    width: 100%;
}
/*button.owl-prev {
    background: #f00 !important;
    color: #fff !important;
    width: 20px !important;
    margin-right: 10px;
}
button.owl-next {
    background: #f00 !important;
    color: #fff !important;
    width: 20px !important;
    margin-right: 10px;
}*/

.copyright p {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
    background: #222;
}
.breadcrumb-wrap{
    position: relative;
}
.breadcrumb-wrap:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
}
.breadcrumb-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    z-index: 99;
    transform: translate(-50%, -50%);
}
.breadcrumb-text h1{
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
}
.breadcrumb-text ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.breadcrumb-text ul li{
    display: inline-block;
}
.breadcrumb-text ul li a{
    display: inline-block;
    color: #fff;
}
.banner {
    position: relative;
}
.banner img {
    width: 100%;
}
.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a1a1a126;
}
.overlay-text {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 80%;
}
.overlay-text h3 {
    color: #561c4a;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 40px;
    background: #fff;
    display: inline;
}
.overlay-text h4 {
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    margin: 15px 0 25px 0;
}
.overlay-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.overlay-text ul li {
    display: inline-block;
}
.overlay-text ul li a i{
    margin-right: 5px;
}
.overlay-text ul li a {
    display: inline-block;
    color: #fff;
    background: #561c4a;
    padding: 13px 20px;
    margin-right: 10px;
    border-radius: 2px;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px;
}
header{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}
.navigation {
    padding: 10px 0;
}
.nav-link {
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 17px !important;
}
.navbar-brand{
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
}
header.sticky-header.fixed {
    position: fixed;
    background: #561c4a;
    z-index: 9999;
}
.girl-profile {
    background: #1a1a1a;
    padding: 25px 0;
}
.section-title{
    margin-bottom: 20px;
}
.section-title h2{
    text-align: center;
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
    font-size: 28px;
}
.section-title p{
    text-align: center;
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
}
.girl-wrapper img{
    width: 100%;
    height: 390px;
}
.girl-wrapper h4 {
    background: #e9c60b;
    padding: 15px 20px;
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 18px;
}
.girl-wrapper figcaption span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: green;
    margin-right: 5px;
    display: inline-block;
}
.girl-wrapper figcaption {
    text-align: center;
    padding: 10px 20px;
    background: #fff;
}
.girl-wrapper figcaption p {
    color: #000;
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
}
.girl-wrapper figcaption a{
    color: #000;
    font-family: 'Red Hat Display', sans-serif;
}
.girl-wrapper figcaption a:hover{
    color: gold;
}
footer {
    background: #1a1a1a;
}
.other {
    padding: 30px 0 20px 0; 
}
.other h3{
    font-size: 22px;
    font-family: 'Red Hat Display';
    color: #ff26d2;
}
.other p{
    color: #ddd;
    text-align: justify;
    font-size: 14px;
}
.other ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.other ul li a{
    color: #ddd;
    font-size: 14px;
    font-family: 'Red Hat Display';
}
.other ul li a i{
    margin-right: 3px;
}
/*footer .col-sm-3 {
    border-right: 2px solid #fff;
}*/
footer .col-sm-3:last-child {
    border-right: 0px;
}
.girl-wrapper {
    margin-bottom: 30px;
}
.content-wrapper {
    background: #561c4a;
}
.content {
    background: #561c4a;
    padding: 30px 0;
}
.content-wrapper h3{
    text-align: center;
    color: #fff;
    font-family: 'Red Hat Display';
}
.content-wrapper p{
    font-family: 'Red Hat Display';
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
}
.icon-wrapper {
    padding: 30px 0;
    background: #420836;
}
h3.title {
    text-align: center;
    color: #fff;
    font-family: 'Red Hat Display';
    margin-bottom: 20px;
    font-size: 25px;
    position: relative;
}
.icon-wrap {
    background: #fff;
    padding: 30px;
    transition: 1s;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px #fff;
    margin: 20px 0 30px 0;
}
.icon-wrap i {
    color: #561c4a;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 42px;
}
.icon-wrap a {
    display: block;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: 18px;
    color: #561c4a;
    font-weight: 700;
}
.icon-wrap:hover{
    position: relative;
    transform: translateY(-5px);
    transition: 1s;
    cursor: pointer;
}
div#two img {
    width: 50%;
    float: left;
}

.shadow-img img {
    width: 100%;
    box-shadow: 1px 1px 9px 0px #0000008a;
    border-radius: 5px;
}
div#two img {
    width: 50%;
    float: left;
}

img.f {
    margin-top: 100px;
}
h5.small-heading {
    text-align: center;
    color: #fff;
}
.content-part p{
    text-align: justify;
    color: #fff;
    font-family: 'Red Hat Display';
    margin-bottom: 20px;
    font-size: 16px;
}
.box {
    text-align: right;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 35px;
    border-radius: 5px;
    min-height: 390px;
    background: linear-gradient(to left bottom,#fbd1e5,#fbc1dc,#fbc6df,#f5f2f3,#fff);
}
.icon {
    transition: 1s;
    width: 65px;
    height: 65px;
    background: #561c4a;
    margin-left: auto;
    border-radius: 50%;
}
.box p {
    color: #57647c;
    font-size: 15px;
    text-align: right;
    line-height: 31px;
    margin-top: 20px;
}
.icon i {
    text-align: center;
    line-height: 65px;
    display: block;
    font-size: 30px;
    color: #fff;
}
.box:hover .icon {
    transform: rotate(360deg);
    transition: 1s;
}
.listing-shot {
    border: 1px solid #eaeff5;
    box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
    -webkit-box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
    -moz-box-shadow: 0 0 10px 1px rgba(71,85,95,.08);
    overflow: hidden;
    margin-top: 25px;
    border-radius: 6px;
    background: #fff;
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: all ease .4s;
}
.grid-style .listing-shot-img {
    height: 300px;
    overflow: hidden;
}

.listing-shot-img {
    position: relative;
    min-height: 220px;
    max-height: 300px;
    height: 100%;
}
.listing-shot-img {
    position: relative;
}
.text-center {
    text-align: center;
}
.listing-shot-img:after, .listing-shot-img:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.img-responsive{
    display: block;
    width: 100%;
    height: 300px;
}
.featured-listing {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1;
}
.featured-listing:before {
    content: "";
    border-top: 43px solid #ff8f00;
    border-right: 43px solid transparent;
}
.featured-listing:after {
    content: "\f005";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 6px;
    top: -33px;
    color: #ffdd7f;
}
span.listing-price {
    background: #fd0089;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 1px 18px;
    letter-spacing: 1px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
}
 .listing-shot-info {
    padding: 10px 15px;
    position: relative;
}
span.listing-loc {
    background: #fd0089;
    color: #fff;
    bottom: 15px;
    left: 15px;
    padding: 6px 18px;
    letter-spacing: 1px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
}
span.approve-listing {
    width: 35px;
    height: 35px;
    background: #ff8f00;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
}
.listing-shot-img:after, .listing-shot-img:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.listing-badge.now-open {
    background-color: #54ba1d;
}

.listing-badge {
    background-color: #333;
    float: left;
    position: absolute;
    transform: rotate(
-45deg);
    left: -60px;
    top: 30px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}
.listing-shot-img:hover:before {
    background-color: rgba(255,255,255,.2);
    right: 50%;
    left: 50%;
}
.location {
    background: #561c4a;
    padding: 30px;
}
.underline:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background: #fff;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%);
}
ul.other-location {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 30px;
}
ul.other-location li{
    display: inline-block;
}
ul.other-location li a {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    font-family: 'Red Hat Display';
    margin-bottom: 10px;
    background: #401637;
    border-radius: 5px;
    transition: 1s;
    margin-right: 10px;
}
ul.other-location li a:hover{
    transform: translateY(3px);
    transition: 1s;
    box-shadow: 1px 1px 10px 1px #fff;
}

/*line*/

#wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.line-reveal {
  width: 120%;
  height: 3px;
  overflow: hidden;
  position: absolute;
}
.line-reveal .overlay {
  background: black;
  height: 10px;
  position: absolute;
  top: -5px;
  width: 100%;
  transform-origin: 100% 0;
  -webkit-animation: wipe 3s ease;
          animation: wipe 3s ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.line-reveal .line {
    border: 1px solid white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#line-a {
  left: 0;
  top: 100%;
  transform-origin: 0 0;
  transform: rotate(-90deg);
}
#line-a .line {
    border-color: #ffffff;
}




@-webkit-keyframes wipe {
  to {
    transform: scaleX(0);
  }
}

@keyframes wipe {
  to {
    transform: scaleX(0);
  }
}

@media screen and (max-width: 768px){
    .overlay-text {
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        width: 84%;
        bottom: auto;
    }
    .overlay-text h3 {
        color: #561c4a;
        font-family: 'Red Hat Display', sans-serif;
        font-size: 17px;
        background: #fff;
        display: inline;
    }
    .overlay-text h4 {
        color: #fff;
        font-family: 'Red Hat Display', sans-serif;
        margin: 5px 0 5px 0;
    }
    .overlay-text ul li a {
        display: inline-block;
        color: #fff;
        background: #561c4a;
        padding: 6px;
        margin-right: 10px;
        border-radius: 2px;
        font-family: 'Red Hat Display', sans-serif;
        font-size: 14px;
    }
    .nav-link {
        font-family: 'Red Hat Display', sans-serif;
        color: #fff;
        font-size: 16px;
        padding: 10px !important;
    }
    .navbar-collapse {
        background: #561c4a;
    }
    ul.other-location li a{
        margin-right: 0px;
    }
    span.fa.fa-bars{
        color: #fff;
    }
    #wrap{
        display: none;
    }
}
.banner-content h4{
    font-family: 'Red Hat Display', sans-serif;
        color: #561c4a;
        font-size: 28px;
}
.banner-content a {
    background: #561c4a;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
}
.book-btn{
    background: #fff;
    color: #561c4a;
    padding: 10px 50px;
    display: inline-block;
}
.banner-content img{
    box-shadow: 1px 1px 10px 1px #561c4a;
}
.content p {
    color: #f1f1f1;
    font-family: 'Red Hat Display';
    text-align: justify;
    font-size: 15px;
}
.breadcrumb-wrap img{
    width: 100%;
}
.service-bg.common-padding.blocks {
    background: #561c4a;
}
.img-port img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 1px #561c4a;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #fff;
    font-family: 'Red Hat Display';
    font-size: 14px;
}
.content-new p{
    text-align: justify;
}
.content-new h4{
    color: #fff;
}
.content-new h3 {
    color: #561c4a;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 30px;
    background: #fff;
    display: inline-block;
    margin: 15px 0;
}
.center-middle{
    display: flex;
    justify-content: center;
    align-items: center;
}
img.vert-move {
    width: 100%;
    box-shadow: 1px 1px 10px #561c4a;
}
h4.color-white {
    color: #e9c60b;
    font-family: 'Red Hat Display';
    margin-bottom: 15px;
}
.img-wrapper img{
	width: 100%;
	height:232px;
}
.img-wrapper {
    border: 1px solid;
    padding: 5px;
    background: #f7e9f2;
    border-radius: 5px;
}
.img-wrapper h3{
    margin: 0;
    text-align: center;
    padding: 10px;
	font-size: 16px;
	font-weight: bolder;
	color:#993083;
}
.flex-wrapper{
    display: flex;
}
.girl-info ul {
	padding: 0;
	list-style: none;
	margin-left: 10px;
}
#custom-pad .col-sm-4{
    padding:0 5px;
}
.social-icon {
    margin-left: 10px;
}
.text-sec p {
    font-family: 'Red Hat Display';
    margin-top: 5px;
    margin-bottom:5px;
}
.girl-info ul li{
    font-size:15px;
    font-family: 'Red Hat Display';
}
.img-wrapper .featured-listing {
    position: absolute;
    left: 6px;
    top: 43px;
    z-index: 1;
}
.text-sec a {
    color: #4f2651;
    font-weight: bold;
    font-family: 'Red Hat Display';
    display: block;
    margin-bottom: 5px;
}
.text-sec a:hover{
    color:#000;
}

@media screen and (max-width: 768px){
    .flex-wrapper{
        display:block;
    }
    .flex-wrapper img{
        width:100%;
        height:auto;
    }
    header {
        position: relative;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        background: #561c4a;
    }
    .navbar-brand h3{
        font-size: 18px;
    }
    .breadcrumb-text h1 {
        color: #fff;
        font-family: 'Red Hat Display', sans-serif;
        font-size: 21px;
    }
}