 
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');
 
body{
    width:100%;
    padding:0;
    margin:0;
    color: wheat !important;
}
.selector-for-some-widget {
  box-sizing: content-box;
}
ul{
    margin: 0px;
    padding: 0px;
}
li{
    margin: 0px;
    padding: 0px;
}
h1,h2,h3{
    margin: 0;
    padding: 0;
}
.ped {
    padding-top: 100px !important;
}
/*--------------------------------------------------------------
# navbar-css
--------------------------------------------------------------*/
.my-header {
    display: block;
    width: 100%;
    position: relative;
}
.my-header .navbar-brand img {
    width: 100%;
    height: 25px;
}
#header.header-transparent {
    background: transparent;
}
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
ul.nav_menu li a {
    padding: 10px 20px !important;
    color: #fff !important;
}
ul.nav_menu li a:hover{
    color: #FFF !important;
}
/*--------------------------------------------------------------
# navbar-css-end
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# hero-banner-css
--------------------------------------------------------------*/
.hero-banner{
    background-image: url(/banner.png);
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
        padding-top: 3rem;
    padding-bottom: 3rem;
    

}
.hero-inner-banner{
    background-image: url(../img/inner-img/hero-banner1.jpg);
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
        padding-top: 3rem;
    padding-bottom: 3rem;

}
.banner-img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-bg {padding-top: 10rem; }
.custum-btn {
    background: #55153adb;
    padding: 10px 15px;
    text-decoration: none;
    color: white;
}
a.banner-btn {
    margin-top: 30px;
    overflow: hidden;
    display: inline-block;
}
.banner-bg h1 {
    color: white;
    color: rgb(253, 52, 149);
    font-weight: bold;
}
a.banner-btn:hover{
    color: #fff;
}
/*--------------------------------------------------------------
# about-css
--------------------------------------------------------------*/
section.about {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.about-texts h2 {
    width: 100%;
    font-size: 45px;
    color: #55153a;
}
.about-texts h3 {
    color: tomato;
    font-size: 30px;
    margin: 15px 0;
}
.about-texts p i {
    color: #d8438a;
    font-size: 20px;
}
.about-texts p {
    font-weight: 500;
    color: #000;
}

/*--------------------------------------------------------------
# whay-choose-css
--------------------------------------------------------------*/
.titles-head h3 {
    width: 100%;
    font-size: 45px;
    color: #55153a;
    margin-bottom: 15px;
}
.titles-head p {
    width: 100%;
    font-size: 22px;
    color: #1e1e1e;
}
.titles-head {text-align: center;}
.sec_title {
    margin-bottom: 20px;
}
.sec_title > span {
    font-size: 22px;
    color: #ff8e28;
    margin-bottom: 16px;
    font-family: 'Sofia', cursive;
}
.way-texts .a_info_list {
    margin-top: 40px;
}
.way-texts .ul_li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.way-choose p {
    color: #fff;
}
section.way-choose h3 {color: WHITE;}

.way-texts .a_info_list.ul_li li {
    width: 50%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
        float: left;
    list-style: none;
}
.way-texts .a_info_list.ul_li li i {
    width: 40px;
    height: 40px;
    background: #F6A311;
    text-align: center;
    line-height: 40px;
    margin-right: 12px;
    border-radius: 7px;
    box-shadow: 0px 12px 8px 0px rgb(213 151 96 / 6%);
}
section.way-choose {
    background: #1D1B1A;
    width: 100%;
    padding-top: 50px;
        padding-bottom: 50px;
}
.way-texts .thm_btn {
    font-size: 14px;
    padding: 16px 30px;
    text-align: center;
    position: relative;
    color: #fefefe;
    text-transform: uppercase;
    background: #ff8e28;
    font-weight: 700;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
}
section.way-choose .titles-head {
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# features-css
--------------------------------------------------------------*/
.row.bg-brow {
    background: #f1007352;
    padding: 25px 0px;
    border-radius: 0px 80px;
}
.row.bg-brow:nth-last-child(3) {
    border-radius: 80px 0px;
    background: aqua;
    margin-top: 30px;
}
.row.bg-brow:nth-last-child(2) {
    border-radius: 0px 80px;
    background: antiquewhite;
    margin-top: 30px;
}
.row.bg-brow:nth-last-child(1) {
    border-radius: 80px 0px;
    background: aquamarine;
    margin-top: 30px;
}
section.features {
    padding-top: 4rem;
    /* padding-bottom: 4rem; */
}
.features-left-img img {
    border-radius: 50px;
}
.features-inner-texts h4 {
    font-weight: bold;
    color: rgb(216, 67, 138);
}
.features-inner-texts.pt-4 i {
    color: black;
  }
/*--------------------------------------------------------------
# gallery-css
--------------------------------------------------------------*/
section.gallery {
    padding-top: 4rem;
}
.img-overlay{
  position: relative;
  box-shadow: 3px 5px 5px 2px #18181840;
}
.img-layer{
  display: block;
  width: 100%;
  height: auto;
}
.img-overlay:hover .overlay {
  bottom: 0;
  height: 100%;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #e8554e94;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*--------------------------------------------------------------
# faq-css
--------------------------------------------------------------*/

.FAQ-section{
        padding-top: 4rem;
        padding-bottom: 4rem;
        display:block;
        background: #55153adb;
}
.FAQ-section h3 {
    color: white;
    padding-bottom: 20px;
    font-weight: 800;
    text-align: center;
}
.FAQ-section p {
    text-align: center;
    color: white;
    margin: 0 auto;
    font-weight: 700;
        width: 50%;
}
.faq-contant {
  margin: 0 auto;
  padding: 4rem;
}
.faq-contant .accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #000;
  font-size: 1.15rem;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
      text-decoration: none;
}
.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #55153adb;
}
.faq-contant .accordion a:hover::after {
  border: 1px solid #55153adb;
}
.faq-contant .accordion a.active {
  color: #55153adb;
  border-bottom: 1px solid #55153adb;
}
.faq-contant .accordion a.active:hover{
        background-color: #fff;
}
.faq-contant .accordion a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f067';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 14px;
    color: #55153adb;
    padding: 4px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #55153adb;
    text-align: center;
    line-height: 16px;
}
.faq-contant .accordion a.active::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f067';
  color: #55153adb;
  border: 1px solid #55153adb;
}
.faq-contant .accordion .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #55153adb;
  overflow: hidden;
}
.faq-contant .accordion .content p {
  font-size: 1rem;
  font-weight: 300;
  color: #55153adb;
    font-weight: 600;
    text-align: left !important;
    width:100%;
}

/*--------------------------------------------------------------
# footer-css
--------------------------------------------------------------*/
/* =============footer-section================= */
.footer_bg {
    background: #1e1d23;
    display: block;
}
.footer_widget {
    margin-bottom: 40px;
}
.footer_widget h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer_link ul{
    padding:0;
    margin:0;
        list-style: none;
}
.footer_link ul li a {
    color: #fff;
    line-height: 34px;
    font-size: 14px;
}
.logo p {
    color: #fff;
    margin-top: 11px;
    display: none;
}
.copyright_wrap {
    border-top: 1px solid #2d2b35;
    padding: 30px 0;
    padding-top: 10px;
}
.copyright_wrap .logo, .copyright_wrap .copyright, .copyright_wrap .social_links {
    padding-top: 20px;
}
.copyright_wrap .copyright p {
    margin-bottom: 0;
    color: #656565;
    font-size: 15px;
}
.social_links a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #b8b8b8;
    background: #232228;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
}
.copyright_wrap .logo img {
    border: none !important;
    width: auto !important;
    max-height: 25px !important;
    cursor: pointer;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 80px;
}
.footer_bg h2 {
    color: white;
    text-align: center;
    margin-bottom: 50px;
}
.footer_bottom {
    background: #16151a;
}
/* =============footer-section-end================= */
/* =============contact-page================= */
.sort-form .dbox p a {
    color: #000;
    text-decoration: none;
}
section.sort-form {
    display: block;
    width: 100%;
    overflow: hidden;
    background: whitesmoke;
}
.sort-form .dbox {  margin-top: 30px;}
.sort-form .dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #46b5d1;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sort-form .dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.sort-form .dbox .text {
    width: 100%;
}
.sort-form .dbox p {
    margin-bottom: 0;
}
.sort-form .dbox p span {
    font-weight: 500;
    color: #000;
}
/* =============site-button================= */
.phone-call {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 20px;
    background: #d8438a;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 50px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #ffc600;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* =============site-button================= */

/* =============contact-us-page================= */
section#contact-us {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 5rem;
}
.contact-img img {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.sort-form .dbox p a {
    color: #000;
    text-decoration: none;
}
section.sort-form {
    display: block;
    width: 100%;
    overflow: hidden;
    background: whitesmoke;
}
.sort-form .dbox {  margin-top: 30px;}
.sort-form .dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #46b5d1;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sort-form .dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.sort-form .dbox .text {
    width: 100%;
}
.sort-form .dbox p {
    margin-bottom: 0;
}
.sort-form .dbox p span {
    font-weight: 500;
    color: #000;
}

/* =============inner-page-portfolio================= */
#portfolio {
    background: linear-gradient(to left, #d8438a 65%, #55153a 50%);
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 1.5rem;
}
#portfolio .row {
    background: #fffffff0;
    border: 2px solid;
    margin-bottom: 10px;
}
.text-port h2 {
    margin-bottom: 15px;
    font-weight: 800;
    color: #55153a;
        margin-top: 6px;
}
.portfolio-girls img {
    width: 100%;
    height: auto;
    margin-top: 15px;
}


.navbar-brand span{
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    color: white
    ;
    font-size: 25px;

}
.rate-text h1 , h2{
    font-size: 20px;
    
}
.rate-text a{
    text-decoration: none;
}

.rates-table {
    width: auto;
    overflow-x: scroll;
    padding: 10px;
    display: block;
    margin: auto;
}
.rates-table strong{
        color: white;
}

    .rates-table  td {
        color: wheat;
      }

       .h1-w{
        color: wheat ;
      }

      .features-inner-texts p {
        color: black;
      }



      .escorts-videos {
        /* max-height: 400px; */
        overflow: hidden;
        background: rgb(106 27 154);
        background:   #f7f6f6 !important;
        background: linear-gradient(189deg,rgb(106 27 154) 0,rgb(47 7 72) 100%);
        /* border: 5px solid #6a1b9a; */
        margin: 15px 0;
        position: relative;
      }


      .escorts-videos video {
        width: 100%;
        height: 100%;
      }
      .container.rate-text {
        color: black;
      }
      .ser-location {
        background-color: grey;
        background: aquamarine;
        border-radius: 3px;
      }

      .ser-location h6{
        color: #d8438a;
        font-size: 1.5rem;
      } 
      .ser-location a{
        text-decoration: none;
        color: #000;
    }
    
    .ser-location a:hover{
        
        
    }
    .ser-location li {
        list-style: none;
        list-style: disclosure-open;
        color: #d8438a;
      }
      .booking_div p{
        color: #000;

      }
           .ser-location  h4{
        color: #d8438a;

        
      }