@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

/*font-family: 'PT Sans', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

/*font-family: 'Kanit', sans-serif;*/

/*main color : #0d2b51*/
.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;
    z-index: 9;
}
#callme i {
    width: 40px;
    height: 40px;
    background: #71224d;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}
.img-100{
    width: 100%;
}
button.owl-prev {
    background: #000 !important;
    color: #fff !important;
    width: 30px !important;
    margin-right: 8px;
    height: 30px;
}
button.owl-next {
    background: #000 !important;
    color: #fff !important;
    width: 30px !important;
    margin-right: 8px;
    height: 30px;
}
.owl-nav{
    display: block;
}

footer{
    background: #171717;
    padding: 30px 0 20px 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.other{
    margin-bottom: 30px;
}
.other h3 {
    font-size: 19px;
    color: #ff3a3a;
    margin-bottom: 30px;
}
.copyright{
    padding-top: 20px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    color: #bb4786;
}
.copyright p{
    color: #fff;
    margin: 0;
    font-size: 14px;	
}
.copyright ul li {
    display: inline-block;
}
.copyright ul li img{
    width: 38px;
    height: 25px;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000687;
}
.overlay-text {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background: #782e5791;
    padding: 20px;
    border-radius: 5px;
}
.overlay-text h3{
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
}
.overlay-text h4{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    margin-bottom: 25px;
}
.overlay-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.overlay-text ul li{
    display: inline-block;
}
.overlay-text ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 13px 20px;
    margin-right: 10px;
    border-radius: 2px;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
}
.overlay-text ul li a i{
    margin-right: 10px;
}
.overlay-text ul li a:hover{
    background: #333;
    cursor: pointer;
}
.overlay-text a{
    color: #fff;
}
.overlay-text:hover{
    background: #791e51;
}
h5.footer-head {
    position: relative;
    text-align: center;
    color: #ff3a3a;
    margin-bottom: 40px;
    font-family: 'Kanit', sans-serif;
    font-size: 23px;
}
h5.footer-head:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 300px;
    height: 3px;
    background: #ff3a3a;
    transform: translateX(-50%);
}
.footer-location li a{
    color: #f1f1f1;
    font-family: 'Kanit', sans-serif;
}
.footer-location li a i{
    margin-right: 5px;
}
.footer-location li a:hover{
    color: #ff3a3a;
}
.copyright ul{
    text-align: right;
}
.owl-img-wrapper {
    position: relative;
    background: #55173a;
    padding: 5px;
}
.owl-img-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.owl-img-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000002e;
    transform: scale(0);
}
.owl-img-wrapper:hover::before{
    transform: scale(1);
}
.owl-img-wrapper .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.owl-img-wrapper .text figcaption {
    color: #fff;
    font-size: 32px;
    font-family: 'Jost';
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}
.owl-img-wrapper button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    outline: 0;
    padding: 10px 20px;
    cursor: pointer;
    font-family: 'Jost';
}
.owl-img-wrapper button:hover{
    background: #55173a;
    color: #fff;
}
.owl-img-wrapper button:hover i{
    transform: translate(5px);
    transition: 0.5s;
}
.owl-img-wrapper button i{
    margin-left: 10px; 
    transition: 0.5s;
}
.owl-img-wrapper img {
    display: block;
    width: 100%;
    height: 450px;
}

.content-part p{
    text-align: center;
    font-family: 'Jost';
}
.content-part {
    margin-bottom: 30px;
}
.big-wrap{
    position: relative;
    overflow:hidden;
}
.big-wrap .text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.big-wrap .text figcaption {
    color: #fff;
    font-size: 28px;
    font-family: 'Jost';
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}
.big-wrap a{
    color: #fff;
    font-family: 'Jost';
}
.big-wrap a:hover i{
    transform: translate(5px);
    transition: 0.5s;
}
.big-wrap a:hover{
    color: #ff3a3a;
}
.big-wrap a i{
    margin-left: 10px; 
    transition: 0.5s;
}
.big-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    transform: scale(0);
}
.big-wrap:hover::before {
    transform: scale(1);
    z-index: 1;
}
.big-wrap img{
    width: 100%;
    transition: 1s;
    height: 353px;
}
.big-wrap:hover img{
    transform: scale(1.1);
}
.big div[class^="col"]{
    padding: 3px;
}
.big h3.title {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Jost';
    color: #444343;
    font-weight: 600;
}
ul#pills-tab {
    margin-bottom: 40px !important;
    justify-content: center;
}
#pills-tab a.nav-link.active {
    background-color: #fff0 !important;
    color: #ff3a3a !important;
    border-bottom: 2px solid;
    font-weight: 600;
    padding: 5px 20px;
}
#pills-tab a.nav-link{
    background-color: #fff0 !important;
    color: #000 !important;
    font-weight: 600;
    padding: 5px 20px;
    font-family: 'Jost';
}
.tab-wrap{
    position: relative;
    margin-bottom: 20px;
}
.tab-wrap img{
    height: 290px;
    width: 100%;
}
.tab-wrap figcaption .name {
    font-family: 'Jost';
    display: block;
    font-size: 14px;
    color: #333;
}
.tab-wrap figcaption .type a{
    font-family: 'Jost';
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.tab-wrap figcaption .type a:hover{
    color: #ff3a3a;
}
.tab-wrap figcaption span.on {
    font-family: 'Jost';
    display: block;
    font-size: 14px;
    color: #333;
}
.tab-wrap figcaption {
    padding: 10px;
    background: #f1f1f18c;
}
.img{
    position: relative;
}
.img img{
    width: 100%;
}
.img-text{
    position: absolute;
    top: 20%;
    left: 5%;
    width: 50%;
}
.img-text ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.img-text ul li{
    display: inline-block;
}
.img-text ul li a i{
    color: #fff;
    margin-right: 8px;
}
.img-text ul li a.w-app{
    display: inline-block;
    color: #fff;
    background: green;
    padding: 10px 20px;
    margin-right: 10px;
}
.img-text ul li a.phone{
    display: inline-block;
    color: #fff;
    background: blue;
    padding: 10px 20px;
}
.img-text ul li a:hover{
    background: #ff3a3a;
}
.img-text h3{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 43px;
}
.img-text p{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    margin-bottom: 20px;
}
.home-bg{
    margin-bottom: 30px;
}
.breadcrumb-wrap {
    background: #55173a;
    padding: 8px;
    position: relative;
}
.breadcrumb-wrap h1{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 36px;
}
.breadcrumb-wrap ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    line-height: 51px;
}
.breadcrumb-wrap ul li{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    display: inline-block;
}
.breadcrumb-wrap ul li a{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
}
.breadcrumb-wrap .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #782e57;
    padding: 15px;
}
.breadcrumb-wrap img{
	width: 100%;
}
.box-img img {
    width: 100%;
    box-shadow: -16px 20px 0px 0px #55173a;
    border-radius: 5px;
}
.content p{
    text-align: justify;
    font-family: 'PT Sans', sans-serif;
}
.social-contact {
    padding: 25px;
    background: #ffffff;
    min-height: 150px;
    box-shadow: 1px 1px 6px 0px #ff3a3aa1;
    border-radius: 4px;
}
.social-contact h4 {
    font-size: 20px;
    color: #71224d;
    font-family: 'Kanit', sans-serif;
    text-align: center;
}

span.bold {
    color: #000;
}
.social-contact ul {
    padding: 0;
    list-style: none;
}
.social-contact ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
.social-contact ul li {
    font-size: 16px;
    font-weight: 600;
    color: #71224d;
    font-family: 'Kanit', sans-serif;
    margin-right: 20px;
    display: inline-block;
}
.social-contact ul li a {
    color: #000;
    font-size: 15px;
    font-family: 'Kanit', sans-serif;
}
.social-contact ul li i {
    color: #71224d;
    margin-right: 10px;
}

@media screen and (max-width: 767px){
    .img-text {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        padding: 20px;
    }
    .overlay-text h4 {
        color: #fff;
        font-family: 'Jost';
        margin-bottom: 6px;
    }
    .overlay-text h3 {
        color: #ff3a3a;
        font-family: 'Jost';
        font-size: 18px;
    }
    a.nav-link.text-gray-350 {
        margin-right: 10px;
    }
    .sm-btns{
        position: relative;
        left: 20px;
    }
    span.fa.fa-bars {
        color: #ff3a3a;
    }
    .breadcrumb-wrap h1 {
        color: #fff;
        text-align: center;
        font-size: 28px;
    }
    .breadcrumb-wrap ul {
        text-align: center;
        line-height: 25px;
    }
}
a.book-btn {
    display: block;
    color: #fff;
    text-align: center;
    background: #55173a;
    padding: 10px;
    transition: 1s;
}
a.book-btn:hover{
    transform: translateY(-8px);
    transition: 1s;
    background: #000;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-family: 'Jost';
}
.flot-right {
    float: right;
}
.top-navigation li{
    margin-right: 10px;
}
.tele {
    color: #000;
    line-height: 40px;
    font-weight: 600;
}
.navbar.navbar-expand-lg {
    padding: 0;
}
.navbar-nav.justify-content-center{
    width: 100%;
}
.contact-info {
    float: right;
    margin-top: 25px;
}
.navbar-brand img{
    width: 150px;
}
header {
    background: #782e57;
}
#head {
    background: #ffc1e47d;
}
.contact-info li a i {
    color: #783058;
    margin-right: 10px;
}
.contact-info li a{
    color: #000;
    font-family: 'Kanit', sans-serif;
}
.nav-link {
    color: #fff;
    padding: 15px 30px !important;
    display: inline-block;
    font-family: 'Kanit', sans-serif;
    font-size: 17px;
    border-right: 1px solid #5b2041;
}
.nav-link:hover{
    color: #000;
}
.border-none{
    border-right: none;
}
.content-sec{
    background: #ffc1e47d;
}
.content-wrap h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    color: #71224d;
}
.content-wrap p{
    font-family: 'PT Sans', sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
}
.side-slider {
    background: #71224d;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    padding: 5px;
}
.side-slider h3{
    font-size: 22px;
}
.side-slider img{
    height: 300px;
}
.model-escort img{
    height: 366px;
}
.overlay-texts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70%;
    background: #782e5791;
    padding: 20px;
    border-radius: 5px;
}
.overlay-texts h3{
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-size: 40px;
}
.overlay-texts h4{
    color: #fff;
    font-family: 'Kanit', sans-serif;
    margin-bottom: 25px;
}
.overlay-texts ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.overlay-texts ul li{
    display: inline-block;
}
.overlay-texts ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 13px 20px;
    margin-right: 10px;
    border-radius: 2px;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
}
.overlay-texts ul li a i{
    margin-right: 10px;
}
.overlay-texts ul li a:hover{
    background: #333;
}
.model-escort .owl-info {
    padding: 56px 40px;
    background: #71224d;
}
.owl-info h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    font-family: 'Kanit', sans-serif;
}
.owl-info p{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #9b9a9a;
}
.model-escort{
    background:#fbabd9;
}
.model-escort .owl-nav {
    display: block !important;
    position: absolute;
    bottom: 10px;
    left: -12%;
}
.img-side img{
	width: 100%;
	height: 300px;
}
.side-img h3 {
    background: #71224d;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    padding: 5px;
    font-size: 20px;
}
.img-side {
    background: #71224d;
    padding: 3px;
    margin-bottom: 3px;
    color: #fff;
    font-family: 'Kanit', sans-serif;
}
.portfolio-wrap{
	background: #fbabd9;
}
.title{
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    color: #71224d;
    text-align: left;
    margin-bottom: 20px;
}
.girl-wrap {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    background: #71224d;
	padding: 5px;
}
.girl-wrap img {
    transition: 0.5s;
    position: relative;
    width: 100%;
    left: 0;
    height: 410px;
}
.girl-wrap .text-desc {
    opacity: 0;
    transition: 0.5s;
    color: #fff;
}
.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 {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #71224d;
    height: 100%;
    opacity: 0;
    width: 100%;
    padding: 20px;
}
.girl-wrap:hover .text-desc {
    opacity: 1;
    transform: perspective(600px) rotateY(0deg);
    z-index: 99;
}
.girl-wrap .text-desc h6 {
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
    color: #fff;
}
.girl-wrap .text-desc a{
	font-family: 'Kanit', sans-serif;
	color: #fff;
}
.portfolio-wrap .col-sm-4 {
    padding: 0 5px;
}
.port-wraper img{
	height: 350px;
}
.portfolio {
    background: #ffe0f2;
}
.portfolio .owl-nav{
	display: none;
}
.portfolio .owl-dot{
	display: none;
}
.portfolio .content-wrap {
    padding: 30px 50px;
}
.portfolio .content-wrap a{
	font-family: 'Kanit', sans-serif;
	color: #000;
}
.ds {
    background-color: #1a1a1a;
    color: #a0a0a0;
}
.escort-area {
    text-align: center;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #625f5f;
}
.escort-area li {
    display: inline-block;
}
.escort-area li a {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #ccc;
    margin-bottom: 20px;
    line-height: 12px;
    color: #d0d0d0;
}
.escort-area li a:hover{
	color: #ffd9f5;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: 'Kanit', sans-serif;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin: 0;
    border-radius: 0;
    width: 100%;
    background: #782e57;
}
.top-owl .owl-nav {
    display: block !important;
    position: absolute;
    bottom: -10px;
    left: 0%;
}
.b-img img{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.img-wrapper {
    border: 1px solid;
    padding: 5px;
    background: #f7e9f2;
    border-radius: 5px;
    margin-bottom: 20px;
}
.img-wrapper h3 {
    margin: 0;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bolder;
    color: #993083;
}
.flex-wrapper {
    display: flex;
}
.img-wrapper img {
    width: 100%;
    height: 232px;
}
.girl-info ul {
    padding: 0;
    list-style: none;
    margin-left: 10px;
}
.girl-info ul li {
    font-size: 15px;
    font-family: 'Kanit', sans-serif;
}
.social-icon {
    margin-left: 10px;
}
.text-sec p {
    font-family: 'Kanit', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}
.text-sec a {
    color: #4f2651;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
    display: block;
    margin-bottom: 5px;
}
.banner-img img{
    width: 100%;
    border-radius: 5px;
}
.banner-img{
    padding: 15px;
}
.girl-img img{
    width: 100%;
    height: 450px;
}
.map iframe {
    width: 100%;
}
.girl-img{
    position: relative;
}
.girl-img h3 {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translate(-50%);
    background: #71224d;
    padding: 7px 30px;
    color: #fff;
    font-size: 19px;
    box-shadow: 1px 5px 19px 6px #fff;
    font-family: 'Kanit', sans-serif;
}
#btm .owl-item{
    opacity: 0.3;
}
#btm .owl-item.active.center{
    opacity: 1;
}
#vid .owl-item{
    opacity: 0.3;
}
#vid .owl-item.active.center{
    opacity: 1;
}
.cat h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.cat{
    background: url('../images/call-girl-services.jpg') no-repeat;
    background-size: cover;
    position: relative;
}
.cat:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
}
.cat_girl img {
    width: 100px;
    height: 100px;
    padding: 5px;
    border: 2px solid #fbabd9;
    border-radius: 50%;
}
.cat_girl {
    text-align: center;
    margin-top: 30px;
}
.cat_girl figcaption{
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px){
    .map .col-sm-6{
        padding: 0px 15px;
    }
    .girl-img img{display: none;}
    .model-escort .owl-nav {
        display: block !important;
        position: absolute;
        bottom: 10px;
        left: 5%;
    }
    .port-wraper img {
        height: auto;
    }
	.overlay-texts ul li a {
	    display: inline-block;
	    color: #fff;
	    background: #000;
	    padding: 5px;
	    margin-right: 2px;
	    border-radius: 2px;
	    font-family: 'Kanit', sans-serif;
	    font-size: 14px;
	}
	.overlay-texts h3 {
	    color: #000;
	    font-family: 'Kanit', sans-serif;
	    font-size: 20px;
	}
	.overlay-texts h4 {
	    color: #fff;
	    font-family: 'Kanit', sans-serif;
	    margin-bottom: 0;
	    font-size: 16px;
	}	
	.overlay-texts{
		width: 100%;
	}
	.overlay-texts ul{
		display: flex;
	}	
	.overlay-texts ul li a{
		margin-right: 2px;
	}
	.carousel-item img{
		height: 200px;
	}
	.carousel-indicators{
		display: none;
	}
	.contact-info {
	    float: none;
	    margin-top: 0;
	    text-align: center;
	    margin-bottom: 10px;
	}
	.navbar-brand {
	    display: block;
	    margin: 0;
	    text-align: center;
	}
	.nav-link {
	    color: #fff;
	    padding: 5px 15px !important;
	    display: inline-block;
	    font-family: 'Kanit', sans-serif;
	    font-size: 17px;
	    border-right: 0;
	}
    .breadcrumb-wrap .container {
        position: relative;
        top: auto;
        left: auto;
        transform: inherit;
        background: #782e57;
        padding: 10px;
        margin-top: 10px;
    }
    .breadcrumb-wrap h1 {
        color: #fff;
        text-align: center;
        font-size: 22px;
    }
    .box-img img {
        width: 100%;
        box-shadow: -16px 20px 0px 0px #55173a;
        border-radius: 5px;
        margin-bottom: 40px;
    }
}








