@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&family=Rubik&display=swap');*/
* {-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: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    background: url(../image/body-bg.jpg) center center fixed;
}
.bg-dark{
    border: solid 2px #fff;
    padding: 60px;
    background: #000;
    overflow: auto;
}
.text-justify{
    text-align: justify;
}
.gaps{
    height: 50px;
}
.gaps-md{
    height: 30px;
}
.row-vm {
    align-items: center;
    display: flex;
}
.font-pd{font-family: 'Philosopher', sans-serif; }
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-flude {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto
}
.container {
    width: 1260px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}
.col-md-2 {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left
}
.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.66666667%;
    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;}
header {
    background: #000;
    display: block;
    padding: 20px 0px;
    border-bottom: solid 2px #ffe900;
}
.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 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: #ffc107;
}
.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: #dc3545 !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;
    float: right;
    padding: 10px 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-family: 'Carter One', cursive;
  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;
  font-family: 'Carter One', cursive;
  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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  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: #eb0944;
  font-weight: 700
}
.img-bg {
  background: #080808;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 30px
}
.img-bg img {
  display: block;
  width: 100%
}
.escorts-type ul {
  padding: 0;
  margin: 0
}
.form-box ul{
    margin: 0;
    padding: 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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  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 1px #ffe900;
    padding: 30px 0 10px 0;
    height: auto;
    width: auto;
    overflow: auto;
    background: #000 url(../image/footer-bg.jpg) bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer:after {background-color: #0f172c; opacity: 0.9;}
footer ul {padding: 0;list-style-type: none}
footer ul li {margin-bottom: 8px}
footer ul li a {font-size: 14px;color: #f9f9f9}
.img-fluid{width: 100%;}
.p-5{padding: 40px 0px; clear: both;}
.text-1 {
  background: linear-gradient(to right, #00bcd4 0%, #8bc34a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  font-size: 50px;
  font-weight: bold;
  line-height: 80px;
}
.text-2 {
  color: #fff;
  text-shadow: 0 0 0 #000;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 50px;
}
.text-3 {
  font-size: 140px;
  font-weight: 900;
  background: linear-gradient(to right, #745bff 0%, #ec41ce 100%);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
.text-4 {
  color: #fff;
  font-size: 25px;
  transform: scaleY(1.4);
  margin-top: 25px;
  line-height: 50px;
}
.text-5 {margin: 30px 0px;}
.text-5 a {
  color: #ffffff;
  font-size: 30px;
  background: #f42c81;
  background: linear-gradient(to right, #f42c81 0%, #fdad15 100%);
  padding: 10px 20px;
}
.text-5 a:hover {
  background: #fdac16;
  background: linear-gradient(to right, #fdad15 0%, #f42c81 100%);
}
.banner {
  background: url(../images/banner.jpg) right;
  background-repeat: no-repeat;
  padding: 113px 0;
  height: 600px;
  cursor: pointer;
}
.banner-back {
  background: url(../images/img-23.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 12%;
  padding: 150px 0;
}
.back-bg {
  background: url(../images/slide02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 12%;
  height: 100%;
  width: 25%;
}
.pad-l{
    padding-left: 100px;
}
.wavy-line:after {
  content: "";
  display: block;
  height: 6px;
  margin-bottom: 2px;
  margin-top: 14px;
  background: url(../images/wavy-line.png);
}
.text-center{text-align: center;}
.font5{font-size: 50px; margin-bottom: 30px;}
.font4{
    font-size: 40px;
    margin-bottom: 10px;
    color: #ffc703;
    text-shadow: 2px 2px 2px #000;
    line-height: 50px;
}
.font3{font-size: 35px; margin-bottom: 10px;}
.font2{font-size: 25px; margin-bottom: 10px;}
.font1{font-size: 20px; margin-bottom: 10px;}
.clear-fix{clear: both;}
.media-dight {
    font-size: 68px;
    padding-right: 20px;
    color: #e9b910;
    font-weight: bold;
    font-family: 'Philosopher', sans-serif;
    margin-top: 20px;
}
.rate-price p{
    background: #ffac66;
    margin: 0;
    line-height: 50px;
    background: linear-gradient(135deg,#7e070a 0,#b71519 29%,#7e070a 70%,#b71519 100%);
    border-bottom: solid 2px #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align:center;

    color: #ffc703;
    text-shadow: 2px 2px 2px #000;
}
.copy p {
    background: #ffac66;
    margin: 0;
    line-height: 50px;
    background: linear-gradient(135deg,#7e070a 0,#b71519 29%,#7e070a 70%,#b71519 100%);
    border-bottom: solid 2px #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.copyright p{
    background: #000;
    margin: 0;
    line-height: 50px;
    border-top: solid 2px #383838;
    font-size: 14px;
    color: #fff;
}
.e-model-desc {
    background: #ffac66;
    font-size: 25px;
    text-align: center;
    padding: 10px;
}
.e-model-desc h5{
    font-weight: normal;
}
.e-model-desc span{font-size: 16px;}
.white-color{color: #000;}
.model-gallery-holder .model-media-holder {
    overflow: hidden;
    position: relative;
    height: 390px;
    border: solid 5px #ffac66;
    border-radius: 5px 5px 0px 0px;
}
.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;}
.heart{
    background: url(../images/heart.png) bottom;
    width: 20px;
    height: 17px;
    background-repeat: no-repeat;
    margin-top: 12px;
    position: absolute;
    left: 7px;
    z-index: 1;
    color: #f6476a;
    font-weight: bold;
    top: 20;
    text-indent: 20px;
    line-height: 15px;
}
.star{
    background: url(../images/star-big.png);
    width: 120px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-top: 6px;
    position: absolute;
    right: 0;
}
.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: 500;
    display: block;
    color: #000;
}

ul.col-2 {
    margin: 0;
    padding: 0;
}
ul.col-2 li {
    list-style-type: none;
    margin-bottom: 18px;
    display: inline-block;
}
ul.col-2 li a {
    background: linear-gradient(330.24deg,#ff6c00 11.99%,#e52c43 88.79%);
    color: #fff;
    padding: 9px 26px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    border-bottom: solid 2px #ffc703;
}
ul.col-2 li a:hover {
    background: #ffc703;
    color: #000;
    box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3;
}
.mob-logo{display: none;}
.pricingTable{
    text-align: center;
    padding-top: 20px;
    background: #38a8c3;
}
.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 {
  padding: 60px 0 30px;
  z-index: 1;
  position: relative;
}
.pricingTable .pricing-content::after, 
.pricingTable .pricing-content::before {
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 0 50px 0 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.pricingTable .pricing-content::after {
  border-radius: 50px 0 0;
  left: auto;
  right: 0;
}
.pricingTable .pricing-content ul {padding: 0px;}
.pricingTable .pricing-content ul li {
  font-size: 17px;
  font-weight: 600;
  color: #4f384d;
  list-style-type: none;
  line-height: 50px;
  letter-spacing: 1px;
  border-bottom: 1px solid #c5d2d4;
}
.pricingTable-btn {
    background: linear-gradient(to right, #00bcd4 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: bold;
}
.pricingTable-btn:hover {
    background: linear-gradient(to right, #8bc34a 0%, #00bcd4 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.red{
    color: #ffac66;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
    font-style: italic;
}
.red:hover{color: #cb1517;}
/*.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
  
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}*/
.card{
    background-color: #9a1212;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    text-align: center;
}
.card-img img{width: 100%;}
.card-img{
    position: relative;
    overflow: hidden;
}
.card-img img{
    border: 5px solid #d01616;
    filter: grayscale(100%);
}
.card-img::after{
    background: linear-gradient(to bottom,rgba(6,27,65,0) 0,rgba(49,49,49,.95) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100px;
    bottom: 0px;
    background-size: cover;
}
.card-img span{
    position: absolute;
    rotate: 45deg;
    right: -30px;
    top: 10px;
    font-size: 16px;
    background: #f0d165;
    width: 110px;
    padding: 5px 0px;
    color: #000;
}
.card-body h5 {
    color: #fff;
    font-size: 28px;
    text-shadow: 2px 2px 2px #000;
    line-height: 47px;
    padding: 0px 15px;
}
.card-body h6{color: #fff;font-size: 14px;}
.card-body {
    padding: 20px 0px;
}
.stars{
    background-image: url(../images/star-big.png);
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.card-info {background-color: #0f172c;}
.card-info img{border: 2px solid #8bc34a;} 
.card-info h5{padding-top: 5px; padding-bottom: 15px; text-align: center;}
.card-now .card-body{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 10px 5px;
}
.card-now .feature{
    padding: 3px 7px;
    background-color: #f50e16;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    left: 0;
    top: -28px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.r-btn{
    left: 15px;
    position: absolute;
    top: 15px;;
}
.r-btn img{
    border: none;
}
.card-now .gold{
    padding: 2px 20px;
    border-radius: 4px;
    color: #000000;
    background-color: #FFC300;
    display: block;
    font-size: 12px;
    /* padding: 5px; */
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;

}

.footer h5{
    color: #ffe900;
}
.footer ul li a:hover{
    color: #ffac66;
}
.flogo {
    text-align: center;
    margin-bottom: 50px;
}
.filter-bg{
    background: #ffac66;
    min-height: 140px;
}
.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor: pointer;
        position: relative;
        color: #000;
        border: 1px solid #ccc;
        background: #fff;
        line-height: 40px;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:0 10px;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top:20px;
    right:6px;
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
    background: #ffac66;
    line-height: 32px;
    font-size: 17px;
    border-bottom: dotted 1px #fff;
}
.options li:hover {
    background-color:#000;
    color:#fff;
}
.red-bg{
    background: #79060f;
    text-align: center;
}
.bner-hedings {
    text-shadow: 2px 2px 2px #000;
    letter-spacing: 4px;
    margin: 0;
    font-style: italic;
    color: #fff;
    display: inline-block;
    font-size: 86px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: auto;
    line-height: 133px;
}

.big-heding {
    color: #ffc703;
    font-size: 50px;
    text-shadow: 2px 2px 2px #000;
    line-height: 102px;
}
.bner-hedings.medium {
    font-size: 50px;
    line-height: 30px;
}
.big-heding.medium {
    font-size: 50px;
    line-height: 70px;
}
.head5 {
    font-size: 1.5vw;
    text-transform: uppercase;
    color: white;
    text-shadow: 2px 2px 2px #000;
}

table tr th, table tr td {
    line-height: 40px;
    border-bottom: 1px solid #fff;
}
table {
  width: 100%;
  text-align: left;
}

.form-box{
  background: #323232;
  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: #ffe900;
    border: none;
    padding: 10px 20px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}
.form-box input[type="submit"]:hover {
    background: #dc3545;
    color: #fff;
}
.profile-card-box {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    margin-bottom: 30px;
    border: double 4px #303030;
}
.ul-box li {
  margin-bottom: 15px;
  font-size: 20px;
  list-style-type: none;
}
.girls-info {
    border: #fee800 solid 5px;
    position: relative;
    overflow: hidden;
    background: #1e2427;
}
.girls-info img {
    width: 100%;
}
.ornament {
    width: 111px;
    height: 150px;
    position: absolute;
    left: 5px;
    bottom: 45px;
    background-image: url(../images/golden-flower-ltr-big.png);
}
.profile-header{
    background: #ffe900;
    text-align: center;
    padding: 20px 0px;
    color: #000;
}
span.status.available {
    background: #14b41b;
    line-height: 1;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 11.988px;
    color: #fff;
    padding: 4px 9px;
    border-radius: 3px;
    text-transform: uppercase;
}
.girls-name {
    position: relative;
    background: #000;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
}
.item {
    border: 4px solid #d01616;
    background: #000;
    padding: 11px;
}
.owl-carousel .owl-item img {
    height: 390px;
}
.owl-nav {
    margin-top: 20px;
    text-align: center;
}
.owl-nav button span {
    background: #d01616;
    font-size: 30px;
    margin: 5px;
    padding: 2px 13px;
}
.overflow{overflow: auto;}
.model-gallery-holder:hover img{
    filter: grayscale(0%);
}
.card-img{
    position: relative;
    overflow: hidden;
}
.model-gallery-holder:hover .card-img:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(255, 95, 95, 0) 45.95%, rgb(255, 95, 95) 89.32%);
}
.howto_play .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    background: #2c2c2c;
    padding: 20px;
}
.howto_play .media-left {
   margin-top: 20px;
}
.media-left img {
    width: 90px;
}
.howto_play .media-body {
    -ms-flex: 1;
    flex: 1;
}
.howto_play h4 {
   font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Philosopher', sans-serif;
    color: #e9b910;
    text-shadow: 2px 2px 2px #000;
}
.howto_play p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.destination {
    overflow: hidden;
    position: relative;
    display: block;
}
.destination img, .hover-effect img, .post-thumbs a img {
    transition: all .35s ease;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 5px;
}
.destination_hover {
    opacity: 0;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    position: absolute;
    color: #fff;
    z-index: 1;
    text-align: center;
    padding: 0px 25px;
    width: 100%;
}
.destination_title {
    position: absolute;
    bottom: 5%;
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    z-index: 1;
}
.destination .img_box:after {
    background: linear-gradient(to bottom,rgba(4,62,76,0) 20%,#000 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: 0;
}
.destination_title h3 {
    color: #FFEE00;
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Philosopher', sans-serif;
}
.destination:hover .destination_hover, .destination:hover .destination_title {
    opacity: 1;
    transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
}
@media(min-width:768px) {
    .menu-cont li {
        float: left;
        border-right: solid 1px #fff;
        line-height: 6px;
    }
    .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 only screen and (max-width: 3000px) and (min-width: 768px){
    .mobile{
        display: none;
        
    }
}
@media (max-width:767px) {
    .desktop{
        display: none;
    }
    .row-vm {
        align-items: center;
        display: block;
    }
    .location {
        height: 500px;
        overflow: scroll;
    }
    ul.col-2 li {
        display: block;
    }
    .container-flude {
        padding-right: 10px;
        padding-left: 10px;
    }
    p{text-align: justify;}
    .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
    }
    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%
    }
    .text-area .col-md-3 {
        width: 100%
    }
    .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/mob-banner.jpg) center;
        padding: 35px 0;
        background-size: cover;
    }
    .banner .text-1, .banner .text-4 {
      font-size: 24px;
      line-height: 24px;
    }
    .banner .text-2 {
      font-size: 16px;
      line-height: 22px;
    }
    .banner .text-3 {
      font-size: 50px;
      line-height: 50px;
    }
    .text-5 a {
      font-size: 18px;
    }
    .font4 {
      font-size: 27px;
      line-height: 30px;
    }
    .d-fx.key-featur {
        display: block;
    }
    .d-fx.key-featur ul {
        margin: 0;
        padding: 0;
    }
    .font5 {
        font-size: 34px;
        margin-bottom: 30px;
    }
    
    .row {
        margin-right: 10px;
        margin-left: 10px
    }
    .copyright p {
        line-height: 27px;
        font-size: 10px;
        font-weight: normal;
    }
    .bner-hedings.medium {
        font-size: 33px;
        line-height: 30px;
    }
    .star{
        background: url(../images/star.png);
        width: 80px;
        height: 8px;
        background-repeat: no-repeat;
        background-position: bottom right;
        margin-top: 11px;
    }
    .col-md-2 {
        width: 50%;
    }
    .bner-hedings {
        font-size: 40px;
        line-height: 42px;
    }
    .big-heding {
        font-size: 27px;
        line-height: 43px;
    }
    .head5 {
        font-size: 20px;
    }
    .bg-dark {padding: 10px;}
}
@media (max-width:499px) {
    .mob-modal .col-md-3, .mob-agency .col-md-4 {
        width: 50%;
        float: left
    }
    .card-body h5 {
        font-size: 18px;
    }
    .card-now .feature {
        padding: 0px 3px;
        background-color: #f50e16;
        left: 6px;
        top: 0px;
        font-size: 10px;
        line-height: 18px;
    }
    .r-btn img {
        width: 30px;
    }
    .gaps {
        height: 20px;
    }
    .col-md-3, .col-md-4, .col-lg-5, .col-lg-7, .col-md-8 {
        width: 100%;
    }
    .pad-l {
        padding-left: 0;
    }
    .model-gallery-holder .model-media-holder {
        height: auto;
    }
    .mob-logo{
      position: absolute;
      font-size: 20px;
      font-weight: bold;
      top: 17px;
      display: block;
    }
    .col-md-2 {
    width: 50%;
    }
    .bner-hedings {
        font-size: 40px;
        line-height: 42px;
    }
    .big-heding {
        font-size: 27px;
        line-height: 43px;
    }
    .head5 {
        font-size: 20px;
    }
    .header{
        padding: 10px 0px;
    }
    .mob-logo img {
        width: 72%;
    }
    .flogo img{
        width: 100%;
    }
}

