
/* latin */
@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* latin */
@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@charset "utf-8";
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
*, ::after, ::before {box-sizing: border-box;}
body {
    margin: 0;
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
	background: linear-gradient(109.6deg, rgb(6, 2, 2) 32.4%, rgb(137, 30, 47) 98.8%);
}
a {text-decoration:none;}
a:focus {outline: 0 ; outline-offset: 0px ; text-decoration: none  }
.spacer-single {width: 100%;height: 30px;clear: both;display: block}
.container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
}
h1{font-size:32px;}
h2{font-size:30px; color:#CCFF99}
h3{font-size:28px;}
h4{font-size:26px; color:#FFCC33}
h5{font-size:24px;}
h6{font-size:22px; color:#99FF33}
p{
    text-align: justify;
	font-size:17px;
	line-height:27px;
}
strong{color:#FFFF00; font-weight:900}


.row {
    margin-right: -15px;
    margin-left: -15px
}
.container::after,
.container::before,
.row::after,
.row::before {
    display: table;
    content: " "
}
.col-md-3 {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left
}
.col-md-4 {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}
.col-lg-5 {
    width: 41.666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}
.col-md-6 {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}
.col-lg-7 {
    width: 58.333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}
.col-md-8 {
  width: 66.666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.col-md-9 {
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left
}
.col-md-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.mt {margin-top: 15px;}
.line {border-bottom: 1px solid #fff;}
.profile-bg {
    width: 100%;
    text-align: left;
    background: rgba(227, 167, 129, .6);
    padding: 30px;
    margin: 0px;
}
header {
   background: linear-gradient(109.6deg, rgb(43, 1, 91) 13.4%, rgb(122, 2, 54) 100.2%);
    display: block;
}
.menu-cont {
    width: 100%;
    z-index: 3;
    width: auto;
    height: auto;
    overflow: auto;
}
.menu-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}
.menu-cont li:last-child{
    border-right: none;
}
.menu-cont li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    padding: 15px 25px !important;
    color: #fff;
    transition: all .3s ease-in-out;
    text-shadow: 2px 2px 4px #000
}
.menu-cont li a:hover {
    background: #bb3300;
}
.menu-btm {
    background: #ffd7f3;
    padding: 20px 0;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28)
}
.menu-btm span {
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #f953c6;
    text-shadow: 2px 2px 4px #555
}
.menu-btm span a {color: #b91d73}
.menu-cont li.active a {background: #f953c6 !important}
.menu-cont li:last-child a {margin: 0}
.menu-cont .logo {
    display: block;
    float: left;
    font-size: 2em;
    text-decoration: none;
    color: #b8b8b8;
    padding: 0 !important;
    border: none !important
}
.menu-cont .logo img {width: 150px;height: auto}
.menu-cont .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    margin-top: 22px
}
.menu-cont .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none
}
.menu-cont .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px
}
.menu-cont .menu-icon .navicon:after,
.menu-cont .menu-icon .navicon:before {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}
.menu-cont .menu-icon .navicon:before {top: 5px}
.menu-cont .menu-icon .navicon:after {top: -5px}
.menu-cont .menu-btn {display: none}
.menu-cont .menu-btn:checked~.menu { max-height: 600px}
.menu-cont .menu-btn:checked~.menu-icon .navicon {background: 0 0}
.menu-cont .menu-btn:checked~.menu-icon .navicon:before { transform: rotate(-45deg)}
.menu-cont .menu-btn:checked~.menu-icon .navicon:after {transform: rotate(45deg)}
.menu-cont .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.menu-cont .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {top: 0}
.menu-cont .menu {
    float: none !important;
    display: table;
    margin: 0 auto
}
.main-title {
  background: #b91d73;
  padding: 30px 0
}

.main-title h1 {
  font-size: 30px;
  margin: 0;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  letter-spacing: 2px;
  font-display: swap
}
.text-area h1,
.text-area h2,
.text-area h3 {
  font-size: 35px;
  text-shadow: 2px 2px 4px #000;
  color: #b91d73;
  letter-spacing: 1px;
  text-align: center;
  font-display: swap
}
.text-area ul li {
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  list-style-type: none;
  display: block;
  background: #b91d73;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0;
  text-shadow: 2px 2px 4px #000;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}
.text-area p {
  font-size: 17px;
  line-height: 32px;
  text-align: justify
}
.text-area p a {
  color: #fff;
  font-weight: 700
}
.img-bg {
  background: #080808;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 30px
}
.img-bg img {
  display: block;
  width: 100%
}
.table ul {
  width: 100%;
  text-align: left;
  background: linear-gradient(109.6deg, rgb(43, 1, 91) 13.4%, rgb(122, 2, 54) 100.2%);
  padding: 30px;
  margin: 0px;
}
.table ul li {
    list-style-type: none;
    margin-bottom: 5px;
}
.table li a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 20px;
    border: 1px solid #fff;
}
.table li a:hover {
    color: #fff;
    background: #353b43;
}
.escorts-type ul {
  padding: 0;
  margin: 0
}
.escorts-type ul li {
  list-style-type: none;
  background: #950707;
  padding: 5px 0
}
.escorts-type ul li a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: .8em;
  padding-left: 10px
}
.escorts-type ul li a {
  font-size: 17px;
  color: #fff;
  display: block
}
.type-bg2 {background: #000 !important}
.category-cont {
  background: #b91d73;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}
.img-div img {width: 100%;display: block}
.category-cont img {
  width: 100%;
  display: block
}
.category-cont h4 {
  text-align: center;
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 2px 4px #000;
  transition: all .3s ease-in-out
}
.category-cont:hover h4 {letter-spacing: 3px}
.text-area .category-cont {margin-bottom: 30px}
footer {
  border-top: solid 4px #fff;
  padding: 50px 0;
  height: auto;
  width: auto;
  background: linear-gradient(109.6deg, rgb(43, 1, 91) 13.4%, rgb(122, 2, 54) 100.2%);
  overflow: auto;
}

.footer-warpper {
    z-index: 1;
    position: relative;
}
footer ul {padding: 0;list-style-type: none}
footer ul li {margin-bottom: 18px}
footer ul li a {font-size: 18px;color: #fff}
.img-fluid{width: 100%;}

.p-5{padding: 30px 0px; clear: both;}
.pt-5{padding-top: 80px }
.banner {
  background: url(images/slider.webp) right;
  background-repeat: no-repeat;
  padding: 150px 0;
  background-size: cover;
  position: relative;
}

.banner-text h2{
  font-size: 32px;
  color: #5E35B1;
  font-weight: 900;
  line-height: 93px;
}
.banner-text h3{
  font-size: 30px;
  color: #fff;
  line-height: 70px;
}


.text-center{text-align: center;}
.font2{font-size: 20px;
    margin-bottom: 10px;
    color: #FCB01D;
    border-bottom: solid 1px #ddd;
    padding-bottom: 14px;}

.font1{font-size: 20px; margin-bottom: 10px;}
.clear-fix{clear: both;}
.copy p {
    background: radial-gradient(732px at 96.2% 89.9%, rgb(70, 66, 159) 0%, rgb(187, 43, 107) 92%);
    margin: 0;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.e-model-desc {
    background: linear-gradient(109.6deg, rgb(43, 1, 91) 13.4%, rgb(122, 2, 54) 100.2%);
    box-shadow: 0 2px 3px rgb(123 41 0 / 20%);
    font-size: 25px;
    text-align: center;
    padding: 10px;
}
.e-model-desc span{font-size: 16px;}
.white-color{color: #fff;}
.model-gallery-holder .model-media-holder {
    overflow: hidden;
    position: relative;
    height: 390px;
}
.model-gallery-holder .model-media-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.model-gallery-holder:hover .model-media-holder img {
    transform: scale(1.05) rotate(2deg);
}
.featured {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1em 0.8em;
}
.featured::before {
    content: "";
    border-bottom: #00bcd4 100px solid;
    border-left: 127px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.featured-text {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}
.model-btm{margin-bottom: 20px;}


.d-fx{display: flex;position: relative;}
.key-featur li {margin-left: 30px;}
b {color: #fca200;}
select {
    background: #fff;
    padding: 10px;
    color: #525252;
    font-weight: bold;
    width: 100%;
}
label {
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.col-2{columns: 4;}
ul.col-2 {
    margin: 0;
    padding: 0;
}
ul.col-2 li {
    list-style-type: none;
    margin-bottom: 9px;
}
ul.col-2 li  a {
    background: linear-gradient(to right, #00bcd4 0%, #8bc34a 100%);
    color: #fff;
    padding: 5px;
    width: 100%;
    display: block;
}
ul.col-2 li a:hover {background: linear-gradient(to right, #8bc34a 0%, #00bcd4 100%); color: #000;}
.mob-logo{display: none;}
.pricingTable .pricing-title {
    text-align: center;
    padding: 20px 0px 10px;
    background: #353b43;
}

.pricingTable .title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.pricingTable .pricing-content {
  background: rgba(227, 167, 129, .6);
  text-align: center;
  padding:20px 30px 30px;
  z-index: 1;
  position: relative;
}
.pricingTable .pricing-content ul {padding: 0px; margin-top: 0px;}
.pricingTable .pricing-content ul li {
  font-size: 17px;
  font-weight: 600;
  color: #353b43;
  list-style-type: none;
  line-height: 40px;
  letter-spacing: 1px;
}
.pricingTable-btn {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    border: 1px solid #fff;
    display: block;
}
.pricingTable-btn:hover {
    background: #353b43;
    -webkit-background-clip: text;
}
.red{
    color: #fdad15;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
.red:hover{color: #fff;}
.font4{font-size: 30px; line-height: 50px;}
.bg-brown{
    background: linear-gradient(109.6deg, rgb(43, 1, 91) 13.4%, rgb(122, 2, 54) 100.2%);
    padding: 30px;
}
.form-box {
  background: rgba(227, 167, 129, .6);
  padding: 30px;
  margin-bottom: 30px;
}
.form-box input[type="text"] {
  width: 100%;
  border: solid #ddd 1px;
  padding: 15px;
  margin-bottom: 10px;
}
.form-box textarea {
  width: 100%;
  border: solid #ddd 1px;
  padding: 15px;
  margin-bottom: 10px;
  min-height: 100px;
}
.form-box input[type="submit"] {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  font-family: 'Philosopher', sans-serif;
  cursor: pointer;
}
.form-box input[type="submit"]:hover {
    background: #353b43;
}
.ul-box li{
    list-style-type: none;
}
@media(min-width:768px) {
    .menu-cont li {
        float: left;
        border-right: solid 1px #fff;
    }
    .menu-cont li a {
        padding: 0
    }
    .menu-cont .menu {
        clear: none;
        float: right;
        max-height: none !important
    }
    .menu-cont .menu-icon {
        display: none
    }
}

@media (max-width:1199px) {
    .container {
        width: 970px !important
    }
    .menu-cont li a {
        font-size: 16px;
        padding: 15px 20px !important
    }
}

@media (max-width:991px) {
    .container {
        width: 750px !important
    }
    .menu-cont li a {
        padding: 10px 8px !important
    }
}

@media (max-width:767px) {
    .container {
        width: 100% !important
    }
    .menu-cont li {
        border: none
    }
    .menu-cont li a {
        display: block;
        text-align: center;
        padding: 10px;
        font-size: 20px
    }
    .menu-cont .menu {
        display: block
    }
    .mob-logo{
      position: absolute;
      font-size: 20px;
      font-weight: bold;
      top: 17px;
      display: block;
    }    
    header .col-md-4 {
        width: 100%;
        float: none;
        padding-bottom: 20px;
        padding-top: 20px
    }
    .col-md-3,
    .img-bg {
        width: 50%;
        margin-bottom: 15px
    }
    .col-md-9 {
        width: 100%
    }
    .col-md-8 {
      width: 100%;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      float: left;
    }
    .col-md-4 {
      width: 100%;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      float: left;
    }

    .text-area .col-md-3 {
        width: 100%
    }
    .mt-5 {
        margin-top: 15px;
    }
    .w100 {
        width: 100% !important;
        float: none
    }
    footer .col-md-3 {
      width: 48%;
      float: left;
    }
    
    footer ul li a {
      display: block;
    text-align: left;
    }
    .banner {
        background: url(images/m-banner.webp) center;
        padding: 35px 0;
        background-size: cover;
    }
   
    .d-fx.key-featur {
        display: block;
    }
    .d-fx.key-featur ul {
        margin: 0;
        padding: 0;
    }
    .col-2 {
        columns: 2;
    }
    .row {
        margin-right: 10px;
        margin-left: 10px
    }
    .copy p {
        font-size: 24px;
        line-height: 40px;
        font-weight: normal;
    }
    header {
        background: #d37d56;
        display: block;
    }
    .banner-text h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .banner-text h3 {
        font-size: 18px;
        line-height: 28px;
    }
   
}
@media (max-width:499px) {
    .mob-modal .col-md-3, .mob-agency .col-md-4 {
        width: 100%;
        float: left
    }
    .col-md-3, .col-md-4, .col-lg-5, .col-lg-6, .col-lg-7 {
        width: 100%;
        float: none
    }
    .model-gallery-holder .model-media-holder {
        height: 480px;
    }
    

}
p a{
    color:#FFFFCC;
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
}
p a:hover{
    color: #fff;
    text-decoration: none;
}
.heading-div{
    background-image: url(images/star.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 17px;
    width: 192px;
    margin: 0 auto;
}