/* common css */

/* header  */
/* @import 'https://fonts.googleapis.com/css?family=Poppins:700,800,900'; */

:root {
  --bs-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

:root {
  --c1: #8a37eb;
  --c2: #ffc107;
  --dc2: #c79500;
  --green: #3fc250;
  --lig: #fff;
  --dar: #000;
  --pink: #eb1580;
  --dpink: #9b0b53;
  --transpink: #8a37eb36;
}

body {
  font-family: var(--bs-font);
  font-size: 16px;
  color: var(--lig);
  line-height: 30px;
  margin: 0;
  font-weight: 400;
  background-color: var(--dar)
}

html {
  scroll-behavior: smooth
}

html,
body,
div,
span,
h1,
p,
a,
ul,
li {
  border: 0;
  font-family: var(--bs-font);
  font-size: 100%;
  /* font-weight: inherit; */
  font-weight: 700;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--lig);
  font-weight: 900;
}

h1 {
  font-size: 33px !important;
}

h2 {
  font-size: 33px !important;
}

h3 {
  font-size: 30px !important;
}

h4 {
  font-size: 25px !important;
}

h5 {
  font-size: 20px !important;
}

h6 {
  font-size: 15px !important;
}

a {
  transition: all .5s ease-in 0s;
  text-decoration: none;
  outline: none
}

a:hover {
  color: var(--c2);
  text-decoration: underline;
}

a:focus,
a:active,
a {
  border: 0;
  outline: none
}

strong {
  color: var(--c2)
}

img {
  border: 0
}

* {
  box-sizing: border-box
}

.grid-1280 {
  display: table;
  width: 1280px;
  margin: auto
}

header {

  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  z-index: 1000;
  background-color: #000;
  display: table;
  height: 120px;
  transition: all .5s ease-in 0s
}
.mt-50{
  margin-top: 170px;
}
.timings {
  width: 33%;
  float: left;
  display: inline-block;
  margin-top: 20px;
  font-weight: 400;
  transition: all .5s ease-in 0s
}

.timings img {
  float: left;
  margin-right: 10px
}

.logo {
  /* width: 33%; */
  float: left;
  display: inline-block;
  text-align: center;
  transition: all .5s ease-in 0s
}


.logo a {
  color: var(--c1);
  font-size: 44px;
  line-height: 70px;
  font-weight: 200;
  text-transform: uppercase;
  transition: all .5s ease-in 0s;
  text-decoration: none;
}

.logo a strong {
  font-weight: 800;
  transition: all .5s ease-in 0s
}

.logo-bar {
  display: table;
  width: 100%;
  border-bottom: 1px solid #444;
  transition: all .5s ease-in 0s
}

.top-phone {
  width: 300px;
  float: right;
  display: inline-block;
  text-align: right;
  margin-top: 10px;
  transition: all .5s ease-in 0s;
  font-size: 22px;
  line-height: 47px
}

.top-phone a {
  color: #fff;
  font-size: 23px;
  line-height: 23px
}

.top-phone span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px
}

.top-navigation {
  background-color: #8a37eb;
  width: 100%;
  text-align: center
}

.top-navigation a {
  display: inline-block;
  float: left;
  color: #fff;
  border-top: 3px solid #000;
  text-transform: uppercase;
  width: 14.2%;
  font-size: 14px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 2px;
  min-width: 46px;
  text-decoration: none;
}

.top-navigation a:hover {
  background-color: #8a37eb;
  border-top: 3px solid #8a37eb
}

.top-navigation .active,
.top-navigation .active:hover {
  font-weight: 600;
  border-bottom: 3px solid #8a37eb;
  border-top: 0 solid #000;
  background-color: #000
}

.top-phone a {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: 8px
}

@media all and (max-width: 1349px) {
  .grid-1280 {
    width: 1170px
  }

  .logo a {
    font-size: 35px
  }
}

@media all and (max-width: 1239px) {
  .grid-1280 {
    width: 920px
  }

  .top-navigation a {
    letter-spacing: 1px;
    font-size: 12px
  }

  .logo a {
    font-size: 26px
  }
}

@media all and (max-width: 979px) {
  .grid-1280 {
    width: 720px
  }

  .timings {
    display: none
  }

  .logo {
    width: auto;
    text-align: left
  }

  .top-navigation {
    display: none
  }

  .top-phone {
    margin-top: 1px
  }

  .logo a {
    line-height: 50px
  }

  header,
  header {
    height: 52px;
    background-color: #000
  }

  .logo-bar {
    border-bottom: 0;
    box-shadow: 0px 1px 5px 0px #fff !important;
    padding-bottom: 3px !important;
  }

  .top-navigation {
    top: 53px
  }

  .top-phone {
    margin-right: 67px
  }

  .top-navigation {
    width: 100%;
    position: fixed;
    left: 0;
    display: table;
    height: auto;
    background-color: #000;
    display: none
  }

  .top-navigation .grid-1280 {
    width: 100%
  }

  .top-navigation a {
    width: 100%;
    border-bottom: 1px solid #333;
    text-align: left;
    padding-left: 20px;
    line-height: 40px;
    font-size: 14px
  }

  .top-navigation .active,
  .top-navigation .active:hover {
    border-bottom: 0 solid #8a37eb;
    border-left: 3px solid #8a37eb;
    border-bottom: 1px solid #333
  }

  .top-phone {
    margin-top: 3px
  }

  header .top-phone {
    margin-top: 3px;
    margin-right: 70px;
  }
}

@media all and (max-width: 767px) {
  .grid-1280 {
    width: 600px
  }

  .logo a {
    font-size: 18px
  }

  body {
    font-size: 14px;
    line-height: 26px
  }

  .top-phone {
    margin-right: 40px
  }

  .top-navigation a {
    width: 50%
  }

}

@media all and (max-width: 639px) {
  .grid-1280 {
    width: 440px
  }

  header .top-phone span,
  header .top-phone a {
    font-size: 0
  }

  header .top-phone {
    margin-right: 40px;
    width: 120px;
    margin-top: 5px;
    margin-right: 30px
  }

  header .top-phone a {
    display: block;
    height: 45px
  }

  header .top-phone {
    margin-top: 3px
  }

  header .top-phone {
    margin: 0;
    margin-top: 3px;
    text-align: center;
    width: 92% !important;
    border-top: 1px solid #333;
    float: none;
    padding: 0;
    padding-top: 5px;
    font-size: 24px;
    line-height: 20px
  }

  header .top-phone a {
    display: inline-block;
    height: 25px
  }

  header .grid-1280 {
    width: 100%
  }

  .logo {
    margin: 0 auto;
    width: 100%;
    text-align: center
  }

  header {
    border-bottom: 1px solid #444
  }

  header,
  header {
    height: 99px;
    background-color: #000
  }

  .logo a {
    line-height: 50px;
    margin-left: 104px
  }

  .top-phone span {
    line-height: 25px
  }

  .top-phone a {
    float: left;
    margin-right: 12px;
    margin-top: 1px
  }

  .top-phone span {
    display: inline-block
  }

  header .top-phone span,
  header .top-phone a {
    font-size: 10px;
    letter-spacing: 1.7px;
    line-height: 15px
  }

  header .top-phone {
    padding-left: 30px !important;
    line-height: 16px !important;
    padding-top: 7px !important
  }

  header .top-phone span {
    display: block
  }

  header .top-phone {
    line-height: 30px !important;
    padding: 7px 0 0 30px !important
  }

  .logo a {
    margin-left: 0
  }
}

@media all and (max-width: 479px) {

  .grid-1280 {
    width: 320px
  }

  .logo a {
    font-size: 25px
  }

  .top-navigation a {
    width: 100%
  }

  header .top-phone {
    width: 85px
  }

  .logo {
    margin: 0 auto;
    width: 100%;
    text-align: center
  }

  .logo a {
    font-size: 21px;
    display: block;
    margin-top: 5px;
    line-height: 44px
  }

  .logo a {
    margin-left: 0
  }

  .top-phone span {
    line-height: 25px
  }

  .top-phone a {
    float: left;
    margin-right: 20px;
    margin-top: 1px
  }

  .top-phone span {
    display: inline-block
  }

  header .top-phone span,
  header .top-phone a {
    font-size: 10px;
    letter-spacing: 1.7px;
    line-height: 15px
  }

  header .top-phone {
    line-height: 30px !important;
    padding: 10px 15px 0 !important;
    text-align: center;
    width: 100% !important
  }

  header .top-phone a {
    float: none
  }

  header .top-phone {
    width: 100% !important
  }

  header .top-phone a {
    margin-top: -1px
  }

  header .top-phone span {
    line-height: 20px
  }
}

@media all and (max-width: 359px) {
  .grid-1280 {
    width: 290px
  }

  .logo a {
    font-size: 17px;
    padding-top: 5px;
    display: inline-block
  }

  header .top-phone {
    width: 90px
  }

  header .logo a {
    line-height: 44px
  }

  .logo a {
    margin-top: 0
  }

  .top-phone a {
    margin-right: 10px
  }
}

h2.main-heading {
  padding-top: 15px;
}

/* responsive menu icon */

@media (max-width: 979px) {

  .top-navigation .active,
  .top-navigation .active:hover {
    border-bottom: 0 solid #8a37eb;
    border-left: 3px solid #8a37eb;
    border-bottom: 1px solid #333
  }
}

/* top scroll btn */



.call-btn,
.whatsapp-btn,
.top-btn {
  display: inline-block;
  position: fixed;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--lig);
  background: var(--c1);
  transition: all .3s ease-in-out;
  z-index: 1080;
  border: 0
}

.call-btn img,
.whatsapp-btn img,
.top-btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.call-btn {
  bottom: 70px
}

.whatsapp-btn {
  bottom: 130px
}

.top-btn {
  bottom: 10px
}

.call-btn:hover,
.top-btn:hover,
.whatsapp-btn:hover {
  transform: scale(1.1);
  background: var(--green)
}

/*  */

/* close button for scroll up btn */

.cross-btn {
  display: inline-block;
  position: fixed;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--lig);
  background: var(--c1);
  transition: all .3s ease-in-out;
  z-index: 1080;
  border: 0
}

.cross-btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.cross-btn {
  bottom: 190px;
  right: 60px;
  width: 20px;
  height: 20px;
  background: var(--lig)
}

/*  */

/* open btn for scroll top btn */

.opn-btn {
  display: inline-block;
  position: fixed;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--lig);
  background: var(--c1);
  transition: all .3s ease-in-out;
  z-index: 1080;
  border: 0
}

.opn-btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.opn-btn {
  bottom: 0;
  right: 20px;
  width: 50px;
  height: 20px;
  background: var(--lig);
  border-radius: 0
}

.opn-btn:hover {
  transform: scale(1.1);
  background: var(--green)
}

/*  */

/* profile gridbox */

.new_tag {
  text-align: center
}

.gridBox figcaption:after,
.gridBox li a:before {
  content: ''
}

.gridBox ul {
  list-style: none;
  padding-left: 0
}

.gridBox img {
  min-height: 100%;
  left: -100%;
  right: -100%;
  margin: auto
}

.gridBox img {
  position: absolute;
  /* max-height: 130%; */
  max-width: initial;
  /* width: auto !important; */
  /* height: auto !important */
}

.gridBox li,
.gridBox li a {
  position: relative;
  overflow: hidden
}

.gridBox {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
  margin: 0 auto
}

.gridBox li {
  margin: 0 10px 20px;
  width: calc(25% - 20px);
  float: left;
  border-radius: 5px;
  background: #010101
}

.gridBox li a {
  width: 100%;
  height: 400px;
  display: block;
  border: 3px solid #282828
}

.gridBox li a:before {
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 87%, rgba(0, 0, 0, .4) 85%, #000 100%)
}

.gridBox li p {
  z-index: 3;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center
}

.gridBox figcaption:after {
  width: 20px;
  height: 20px;
  top: 0;
  right: 10px;
  position: absolute;
  background: url(../../res.cloudinary.com/Alka Basugirls/image/upload/f_auto/images/big-star.gif) webpt top/100% no-repeat
}

.new_home_banner_profile {
  background: #8a37eb
}

.new_tag {
  font-size: 15px !important;
  line-height: 15px;
  color: #fff;
  background: #282828;
  padding: 4px 0 2px;
  animation: 2s linear infinite blinker;
  margin-bottom: 0;
  text-transform: uppercase;
}

.vip_tag {
  background: gold;
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  padding: 10px;
  border-bottom-left-radius: 10px
}

@keyframes blinker {
  50% {
    color: #c99855
  }
}

.new_home_banner_profile {
  z-index: 1;
  position: absolute;
  background: red;
  border-bottom-right-radius: 10px;
  padding: 10px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(245, 221, 66, 0);
  box-shadow: 5px 5px 10px 0 rgba(245, 221, 66, 0);
  opacity: 1;
  animation: 2s linear infinite pornstar_anim
}

@keyframes pornstar_anim {
  50% {
    text-shadow: 0 0 5px rgba(245, 221, 66, .9);
    opacity: .8;
    box-shadow: 5px 5px 10px 0 rgba(245, 221, 66, .9)
  }
}

@media only screen and (max-width:1449px) {
  .gridBox li a {
    height: 400px
  }
}

@media only screen and (max-width:1320px) {
  .gridBox li a {
    height: 300px
  }

  .gridBox li p {
    bottom: -20px
  }
}

@media only screen and (max-width:1199px) {
  .gridBox li:before {
    font-size: 68px
  }
}

@media only screen and (max-width:1020px) {
  .gridBox li {
    width: calc(25% - 20px)
  }
}

@media only screen and (max-width:820px) {
  .gridBox li {
    width: calc(33% - 20px)
  }
}

@media only screen and (max-width:767px) {
  .gridBox li:before {
    font-size: 63px
  }

  .gridBox figcaption:after {
    width: 20px;
    height: 20px;
    right: 5px;
    background-size: 100%
  }
}

@media only screen and (max-width:620px) {
  .gridBox li {
    width: calc(50% - 20px)
  }
}

@media only screen and (max-width:440px) {
  .gridBox li a {
    height: 270px
  }

  .gridBox li {
    width: calc(50% - 12px);
    margin: 0 6px 10px
  }

  .gridBox li figcaption {
    bottom: 7px;
    font-size: 13px;
    line-height: 16px
  }
}

@media only screen and (max-width:360px) {
  .gridBox li a {
    height: 240px
  }
}

/*  */

/* category */

.hero_banner_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
}

.primary_button2 {
  padding: 0px 20px;
  font-size: 16px;
  color: #fff;
  background: #8a37eb;
  border: 1px solid #8a37eb;
  text-decoration: none;
  height: 134px;
  width: 136px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

/*  */


/* header  */

/* Gallery style 1  */

:focus {
  outline: 0
}

a {
  color: var(--c2);

}

/* .homepage .gridBox {
    padding-left: 10px;
    padding-right: 10px
} */
/* call & whatsapp btn */


/* img {
    display: block;
    max-width: 100%;
    border: 0
} */

:focus {
  outline: 0
}

@media only screen and (max-width: 620px) {

  /* .banner_buttons_between_girls {
        display: none
    } */
}


/* search box */


/* background-position: 24px -322px;
    width: 128px;
    height: 78px;
    margin: 53px 7px; */


/* dropdown */


/* textbox */



a {
  text-decoration: underline;
}

/* textbox 2 */

/* textbox 5*/


/* footer */




/* category-boxes */

/* section 3  */


/* section 4 */

/* check icon */

/* zig zag layout */

/* section 6 */


/* contact page */

.grid-1280 {
  display: table;
  width: 1280px;
  margin: auto
}

.timings {
  width: 33%;
  float: left;
  display: inline-block;
  margin-top: 20px;
  font-weight: 400;
  transition: all .5s ease-in 0s
}

.timings img {
  float: left;
  margin-right: 10px
}

.top-phone {
  width: 300px;
  float: right;
  display: flex;
  text-align: right;
  margin-top: 10px;
  transition: all .5s ease-in 0s;
  font-size: 22px;
  line-height: 47px
}

.top-phone a {
  color: #fff;
  font-size: 23px;
  line-height: 23px
}

.top-phone a {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: 8px
}

/* custom responsive of contact page */

@media all and (max-width: 1349px) {
  .grid-1280 {
    width: 1170px
  }
}

@media all and (max-width: 1239px) {
  .grid-1280 {
    width: 920px
  }
}

@media all and (max-width: 979px) {
  .grid-1280 {
    width: 720px
  }

  .timings {
    display: none
  }

  .top-phone {
    margin-top: 1px
  }

  .top-phone {
    margin-right: 62px;
  }

  .top-phone {
    margin-top: 3px
  }
}

@media all and (max-width: 767px) {
  .grid-1280 {
    width: 600px
  }

  body {
    font-size: 14px;
    line-height: 26px
  }

  .top-phone {
    margin-right: 40px
  }


}

@media all and (max-width: 639px) {
  .grid-1280 {
    width: 440px
  }

  .top-phone a {
    float: left;
    margin-right: 12px;
    margin-top: 1px
  }
}

@media all and (max-width: 479px) {

  .grid-1280 {
    width: 320px
  }

  .top-phone a {
    float: left;
    margin-right: 20px;
    margin-top: 1px
  }
}

@media all and (max-width: 359px) {
  .grid-1280 {
    width: 290px
  }

  .top-phone a {
    margin-right: 10px
  }
}



/* review page */

/* custom.css */

/*  */

/* custom responsive */
@media all and (max-width: 1349px) {
  .grid-1280 {
    width: 1170px
  }
}

@media all and (max-width: 1239px) {
  .grid-1280 {
    width: 920px
  }
}

@media all and (max-width: 979px) {
  .grid-1280 {
    width: 720px
  }
}

@media all and (max-width: 767px) {
  .grid-1280 {
    width: 600px
  }


}

@media all and (max-width: 639px) {
  .grid-1280 {
    width: 440px
  }
}

@media all and (max-width: 479px) {

  .grid-1280 {
    width: 320px
  }
}

@media all and (max-width: 359px) {
  .grid-1280 {
    width: 290px
  }
}



/* video page */

a {
  text-decoration: none
}



/* zig zag section */


@supports((-webkit-backdrop-filter: none) or (backdrop-filter:none)) {}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter:none)) {}


@media (max-width: 900px) {
  body {
    font-size: 75%;
  }

}



.responsive-menu-icon {
  display: none
}

.responsive-menu-icon {
  display: block;
  cursor: pointer;
  background-color: #8a37eb;
  width: 52px;
  height: 52px;
  position: fixed;
  right: 0;
  top: 0;
  padding: 14px;
  box-sizing: border-box;
  z-index: 10000;
  display: none
}



.bar1,
.bar2,
.bar3 {
  width: 23px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: .4s
}

@media all and (max-width: 979px) {

  .responsive-menu-icon {
    display: block
  }
}



/* responsive menu icon */

.responsive-menu-icon {
  display: none;
}

@media (max-width: 979px) {
  .responsive-menu-icon {
    display: block;
  }
}



/*  */

/* button */

.primary_button {
  padding: 12px 28px;
  border-radius: 70px;
  font-size: 16px;
  color: #fff;
  background: #8a37eb;
  border: 1px solid #8a37eb;
  text-decoration: none;
}

/* footer */

footer {
  display: block
}


.w-inline-block {
  max-width: 100%;
  display: inline-block
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px
}

.w-container:after,
.w-container:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-container:after {
  clear: both
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none
  }
}


.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: flex-start;
  background-color: #8a37eb;
  text-align: center
}

.footer-flex-container {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-around;
  text-align: left
}

.footer-heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none
}

.footer-link {
  display: flex;
  margin-bottom: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: color .2s;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none
}

.footer-link:hover {
  color: var(--c1);
  text-decoration: underline
}

.link-block {
  padding-bottom: 10px
}

.text-block {
  color: #66696d;
  font-size: 16px
}

.link-block-4,
.link-block-5,
.link-block-6,
.link-block-8 {
  max-width: 80px;
  margin-right: 10px;
  margin-left: 10px;
}

.social-media-footer-div {
  display: flex;
  margin-bottom: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center
}
.app-download-footer-buttons{
  margin-top: 17px;
}

.div-block-60,
.div-block-61,
.div-block-62 {
  font-size: 18px
}
.div-block-62{
  margin-bottom: 17px;
}

.social-icons {
  border-radius: 100px;
  width: 40px;
}

.we-re-hiring-footer {
  margin-left: 6px;
  padding: 0 8px;
  border-radius: 20px;
  background-image: linear-gradient(180deg, #ed3833, #ed3833);
  color: #fff;
  font-size: 14px;
  font-weight: 700
}

.with-love-from {
  margin-top: 7px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 991px) {

  .footer {
    padding-right: 20px;
    padding-left: 20px
  }

  .footer-flex-container {
    color: #fff
  }
}

@media screen and (max-width: 767px) {

  .footer {
    padding: 20px
  }

  .footer-flex-container {
    flex-direction: column
  }

  .link-block-4 {
    max-width: 40px
  }

  .link-block-5,
  .link-block-6,
  .link-block-8 {
    max-width: 40px
  }

  .list-3 {
    margin-bottom: 30px
  }
}

@media screen and (max-width: 479px) {
  li {
    font-size: 16px;
    line-height: 24px
  }

  .footer {
    padding-top: 0;
    padding-right: 16px;
    padding-left: 16px;
    text-align: left
  }

  .footer-flex-container {
    flex-direction: column
  }

  .footer-heading-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: inherit;
  }

  .footer-link {
    margin-bottom: 8px;
    transition: color .2s;
    font-size: 16px
  }

  .footer-link:active,
  .footer-link:hover {
    color: #ed3833
  }

  .social-media-footer-div {
    margin-bottom: 20px
  }

  .footer-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px
  }

  .we-re-hiring-footer {
    font-size: 13px
  }

  .list-3 {
    margin-bottom: 0
  }
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
}

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #8a37eb;
  padding: 0;
  text-align: center;
  margin: 0;
  cursor: pointer;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  border-radius: 50px;
}

.scroll a {
  padding: 0px 10px 0;
  display: flex;
  color: #fff;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
}

/*  */

/* top section */

.bg-danger {
  background-color: var(--c1)!important;
}

#block_1 .component_filter_form_group input.form-control:-internal-autofill-selected {
  background-color: #e1f4fa !important;
  color: #334e6e !important;
 }
 .begin_heading {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 40px
 }
 
 .begin_box_number {
  color:#f3a806;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-weight: 700
 }
 
 .begin_box_heading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(255, 255, 255)
 }
 
 .begin_box_para {
  color: rgb(255, 255, 255);
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  text-align: center !important;
 }
 
 @media screen and (max-width: 767px) {
  .begin_box_para {
   font-size: 15px;
  }
 }
 
 @media screen and (max-width: 575px) {
  .begin_box_para {
   width: 310px;
   margin: 0 auto;
  }
 }
 
 @media screen and (max-width: 374px) {
  .begin_box_para {
   width: 100%;
 
  }
 }
 
 @media(max-width:425px) {
  .begin_heading {
   text-align: center;
   /* line-height: .923em; */
   font-size: 38px;
  }
 }
 
 
 
 .book-now-btn {
  margin: 0 auto;
  display: block
 }
 /* .p-zepto{
   padding: 25px 0px;
 }
 
 @media(max-width:767px) {
   .p-zepto{
   padding: 10px 0px;
 }
 }
 @media(max-width:575px) {
   .p-zepto{
   padding: 5px 0px;
 }
 } */
 
 @-moz-keyframes bounce {
   0%, 20%, 50%, 80%, 100% {
     -moz-transform: translateY(0);
     transform: translateY(0);
   }
   40% {
     -moz-transform: translateY(-30px);
     transform: translateY(-30px);
   }
   60% {
     -moz-transform: translateY(-15px);
     transform: translateY(-15px);
   }
 }
 @-webkit-keyframes bounce {
   0%, 20%, 50%, 80%, 100% {
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
   40% {
     -webkit-transform: translateY(-30px);
     transform: translateY(-30px);
   }
   60% {
     -webkit-transform: translateY(-15px);
     transform: translateY(-15px);
   }
 }
 @keyframes bounce {
   0%, 20%, 50%, 80%, 100% {
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
   40% {
     -moz-transform: translateY(-30px);
     -ms-transform: translateY(-30px);
     -webkit-transform: translateY(-30px);
     transform: translateY(-30px);
   }
   60% {
     -moz-transform: translateY(-15px);
     -ms-transform: translateY(-15px);
     -webkit-transform: translateY(-15px);
     transform: translateY(-15px);
   }
 }
 .bounce {
   -moz-animation: bounce 3s infinite;
   -webkit-animation: bounce 3s infinite;
   animation: bounce 3s infinite;
   border-radius: 100%;
     padding: 2px;
     border: 3px solid #f0d80b;
     background: radial-gradient(#f4efef, #422e2e85);
     box-shadow: 0px 0px 6px 7px #e73110;
 }
 .scroll-down:hover{
   background-color: #fbff0d;
 }

/*  */



/* additional css */



img {
  border: none;
  max-width: 100%
}

.element {
  position: relative
}

.element {
  display: block;
  clear: both;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: color 0 ease-in !important;
  transition: none !important
}

.element {
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

img.element {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 5px
}

.element:after {
  clear: both;
  content: ".";
  display: block;
  overflow: hidden;
  height: 0;
  line-height: 0;
  visibility: hidden
}



@media (max-width:480px) {
  .container {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

article {
  display: block
}



.site {
  background-color: var(--dar) !important;
  position: relative
}

.entry-meta {
  clear: both;
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5333333333;
  text-transform: uppercase
}

@-ms-viewport {
  width: device-width
}

@viewport {
  width: device-width
}

@media screen and (min-width:1008px) {

  .site:before {
    content: "";
    display: block;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 91px;
    width: 182px;
    z-index: 2
  }
}

@media print {


  .site {
    max-width: 100%
  }

  .entry-meta {
    color: #2b2b2b
  }
}

html {
  font-family: Lato, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

@media print {

  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p {
    orphans: 3;
    widows: 3;
  }
}



:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

h1 {
  clear: both;
  font-weight: 700;
  margin: 10px 0 12px
}


p {
  margin: 0 0 10px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
  padding: 0;
}

.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.container:after,
.row:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}

a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a,
span {
  color: #f50515;
}

a:hover {
  color: #4caf50;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
}

@media (max-width: 991px) {
  body {
    background-attachment: fixed;
  }
}



/*!

* Bootstrap v3.0.3 (http://getbootstrap.com)

* Copyright 2013 Twitter, Inc.

* Licensed under http://www.apache.org/licenses/LICENSE-2.0

*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}


strong {
  font-weight: 700;
}

img {
  border: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  h2,
  p {
    orphans: 3;
    widows: 3;
  }

  h2 {
    page-break-after: avoid;
  }
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

/* h1,
h2,
h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  font-size: 30px;
}

h4 {
  font-size: 18px;
} */

p {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:after,
.container:before {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:after,
.container:before {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:after,
.row:before {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:after,
.row:before {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-md-12,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -1px;
}

.col-xs-12 {
  float: left;
  margin-left: -1px;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 992px) {
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }
}



.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container,
.container-fluid {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}




a,
p {
  letter-spacing: 1px;
}

html {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}





@media only screen and (min-width: 768px) {
  h1 {
    font-size: 25px;
  }
}

p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 3px !important;
}

a {
  color: #ffffff;
  word-wrap: break-word;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}

a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

a:after,
a:before {
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}

.text-center {
  text-align: center;

}

.padding-top {
  padding-top: 0;
}

@media only screen and (max-width: 592px) {
  .padding-top {
    padding-top: 0;
  }
}

html {
  font-family: sans-serif;

  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;
}


header,
nav {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: var(--bs-font);
  font-size: 14px;

  line-height: 1.42857143;

  color: #333;
}

/* a {
  color: #337ab7;

  text-decoration: none;
} */

a:hover,
a:focus {
  /* color: var(--dc2); */
  color:#fff;
  font-weight:700;

  text-decoration: underline;
}
.footer-link1{
  color:#fff;
}

.background-img-content-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
}
.right-img{
  width:400px;
  padding-top: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(1px);
  filter: grayscale(100%); 

}
.location-section{
  text-align: center;
}
.location-section ul li a{
display: block;
    padding: 8px;
    background-color: #fff;
    border-radius: 7px;
    font-weight: 500;
    border: 1px solid #ddd;
    border-left: 3px solid #8a37eb;
    box-shadow: #0000001a 0px 4px 10px;
    margin: 7px;
    color: #000;
}

.btn-group{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap:17px;
}
.whatsapp1{
 padding:15px 30px;
 background-color: red;
 margin-right: 15px;
 color: #000;
}
.call-now{
  padding:15px 30px;
  background-color: #8a37eb;

}
.footer-link1:hover{
  color:black;
}

a:focus {
  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

h2 {

  line-height: 1.1;

  margin-top: 20px;

  margin-bottom: 10px;

  font-size: 30px;
}







ul {
  margin-top: 0;

  margin-bottom: 10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";

  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

@media(max-width:991px){
  .background-img-content-container{
    margin-top: 15px;
  }
}

@media(max-width:500px){
  .background-img-content-container{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
  }
  @media(max-width:402px){
    .right-img{
        width:91vw;
        padding:5px;
    }
  }

  .background-img-content-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 15px;   
  }
}

@supports (-webkit-overflow-scrolling: touch) {}

@supports ((position: -webkit-sticky) or (position: sticky)) {}

@supports ((position: -webkit-sticky) or (position: sticky)) {}

@supports ((position: -webkit-sticky) or (position: sticky)) {}

@supports ((position: -webkit-sticky) or (position: sticky)) {}

@supports ((position: -webkit-sticky) or (position: sticky)) {}

/*!

* Bootstrap v3.3.7 (http://getbootstrap.com)

*/


@media (min-width: 1200px) {
  .clearfix {
    clear: both;
  }
}

/*! jQuery Timepicker Addon - v1.4.1 - 2013-10-23

 */

.fa {
  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;
}

.fa-bars:before {
  content: "\f0c9";
}



/*! Animate.css - http://daneden.me/animate

Licensed under the MIT license - http://opensource.org/licenses/MIT



Copyright (c) 2015 Daniel Eden. */

body {
  font-family: var(--bs-font);

  font-size: 14px;

  color: var(--darkGrey);

  word-wrap: break-word;

  line-height: 0;

  /* width: 97%; */
}


/* a,
a:hover {
  color: #ef997f;
} */

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.main-navigation {
  clear: both;

  display: block;

  width: 100%;

  background-color: #000000;

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

  position: relative;

  z-index: 13;
}

.main-navigation ul {
  list-style: none;

  margin: 0;

  padding: 0;

  text-align: center;

  display: flex;
}

.main-navigation li {
  float: left;

  position: relative;

  text-transform: uppercase;

  z-index: 11;

  font-size: 15px;

  width: 15%;

  font-weight: 900;
}

.main-navigation .menu {
  height: 50px;
}

.main-navigation a {
  display: block;

  text-decoration: none;

  color: #fff;

  padding: 12px 1px;

  border-right: 1px solid rgba(255, 255, 255, 0.2);

  -webkit-transition: background-color 0.4s;

  transition: background-color 0.4s;

  font-size: 12px;

  line-height: 25px;
}

.main-navigation a:hover {
  color: #fff;
}

.main-navigation li:last-of-type a {
  border-right: 0;
}

.main-navigation a:hover {
  background-color: rgba(239, 153, 127, 0.4);
}

.mobile-nav {
  display: none;

  text-align: center;

  position: relative;

  z-index: 12;
}

.slicknav_btn {
  display: table;

  padding: 15px;

  margin: 0 auto;

  font-size: 22px;
}

.slicknav_btn,
.slicknav_btn:hover {
  color: #fff;
}

.slicknav_nav {
  list-style: none;

  padding: 0;

  margin: 0;
}

.slicknav_nav a {
  color: #fff;
}

.slicknav_nav a:hover,
.slicknav_nav a:active,
.slicknav_nav a:focus {
  text-decoration: none;
}

.slicknav_nav li {
  border-bottom: 1px solid #333;

  padding: 8px 0;
}

img {
  height: auto;

  max-width: 100%;
}

.site-header {
  background-position: center top;

  background-attachment: fixed;

  background-size: cover;

  background-repeat: no-repeat;

  position: relative;
}

.site-header::after {
  content: "";

  width: 100%;

  position: absolute;

  top: 0;

  left: 0;
}

@media only screen and (max-width: 1024px) {
  .main-navigation {
    display: none;
  }

  .mobile-nav {
    display: block;

    background-color: #000000;
  }
}

/* 
a,
a:hover {
  color: #ffffb9;
} */

.main-navigation a:hover {
  background-color: rgba(239, 153, 127, 0.4);
}

body {
  color: var(--lig);
}

.fa {
  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;
}

.fa-bars:before {
  content: "\f0c9";
}


p {
  text-align: center;
  /* font-family: 'Salsa', cursive; */
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 10px;
  line-height: 1.3;
}

a {
  text-decoration: none !important;
  line-height: 25px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body p {
  /* text-align: initial !important;*/
  text-align: left !important;
  padding: 3px !important;
}

.red-text {
  color: var(--c2);


}


body p {
  /* font-family: 'Oswald', sans-serif !important; */
  font-family: "Lato", sans-serif !important;
  line-height: 1.8em !important;
  font-size: 15px;
}




.rank {
  width: 245px;
  margin: 0 auto;
}

.profile {
  position: relative;
  width: 245px;
  margin: 1px auto 0;
  background: #000;
}

.profile p {
  width: 245px;
}

p a {
  color: var(--c2);
  text-decoration: none;
}

.profile p img {
  width: 245px;
  height: 341px;
}

.rank dl {
  position: absolute;
  top: 215px;
  left: 5px;
}

.rank dt {
  width: 66px;
  height: 34px;
  padding-top: 16px;
  font-size: 14px;
  /* background: #e80099; */
  background: #8a37eb;
  color: #fff;
  text-align: center;
}

.rank dd {
  background: #dfac5d;
  font-size: 19px;
  font-weight: 900;
  height: 39px;
  border-radius: 0 0 45px 45px;
  color: #000;
  padding-top: 4px;
  margin-left: -1px;
  text-align: center;
}

.rank dl {
  position: absolute;
  top: 215px;
  left: 5px;
}

.profile p {
  width: 245px;
}

p.diamond {
  position: absolute;
  text-align: center !important;
  top: 309px;
  line-height: 32px;
  background: rgba(0, 162, 229, .8);
}

.profile p {
  width: 245px;
}

.morderngirl {
  /* background: #e930c9; */
  background: #8a37eb;

  line-height: 32px;
  font-size: 120%;
  margin: -4px 0 4px;
  color: #fff;
  border-radius: 0 0 5px 5px;
  padding-top: 4px;
  height: 32px;
  text-align: center !important;
}

.profile p {
  width: 245px;
}

.profile p {
  width: 245px;
}

.profile p {
  width: 245px;
}

.rank {
  margin-bottom: 28px;
}

.profile p {
  color: var(--lig) !important;
  text-align: center !important;

}

.new_card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* width: 80vw; */
  margin: 0px auto;
  padding: 50px 0px;
  justify-content: center;
}

@media only screen and (max-width: 900px) {
  .new_card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 0px;
  }
}

@media only screen and (max-width: 600px) {
  .new_card {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.log-cont2 {
  margin: 0 auto;
  width: 100%
}

.mobile img {
  width: 100%;
  margin: auto;
  float: left
}

.desktop img {
  width: 100%;
  margin: auto;
  float: left
}

@media screen and (min-width: 300px) and (max-width: 630px) {
  .mobile img {
    display: block
  }

  .desktop img {
    display: none
  }
}

@media screen and (min-width: 631px) {
  .desktop img {
    display: block
  }

  .mobile img {
    display: none
  }
}

.shad {
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.container12 {
  width: 100%;
  position: relative;
  /* left: 3%; */
  /* margin-top: 9%; */
}

@media(max-width:612px) {
  .container12 {

    /* margin-top: 20%; */
  }
}

@media(max-width:425px) {
  .container12 {

    /* margin-top: 25%; */
  }
}

.shado {
  box-shadow: 10px 10px 10px #000000;
}

.box-12 {
  text-align: center;
  width: 23%;
  padding: 10px 10px;
  display: inline-block;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) and (min-width: 501px) {
  .box-12 {
    width: 49%
  }

  .container12 {
    position: unset;
    left: 0%;
    box-sizing: border-box;
    padding: 0 6%;
  }
}

@media screen and (max-width: 500px) {
  .box-12 {
    width: 90%;
  }


}

.new_head {
  text-align: center;
}

/* new style start  */
/* fonts */

/* css variables */
:root {
  --primaryColor: #3fd0d4;
  --mainWhite: #fff;
  --offWhite: #f7f7f7;
  --mainBlack: #222;
  --mainGrey: #ececec;
  --darkGrey: #afafaf;
  --mainTransition: all 0.3s linear;
  --mainSpacing: 0.25rem;
  --lightShadow: 2px 5px 3px 0px rgba(0, 0, 0, 0.25);
  --darkShadow: 4px 10px 5px 0px rgba(0, 0, 0, 0.5);
}

/* reset */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* body */
body {
  line-height: 1.4;
  /* font-size: 1rem; */
}

/*************** global styles ***************/


p {
  margin-bottom: 1.25rem;
  line-height: 2;
  font-weight: 300;
}

a {
  text-decoration: none;
}

/* more global styles */
/* buttons */

/* section */
.section {
  padding: 2rem 0;
}

/* title */

/* section center */
.section-center {
  width: 85vw;
  margin: 4rem auto 2rem auto;
  max-width: 1170px;
}



/* section center added to globals */
.about-img,
.about-info {
  margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .about-center {
    /* flex parent */
    display: flex;
    justify-content: space-between;
  }

  .about-img,
  .about-info {
    /* children */
    flex: 0 0 calc(50% - 2rem);
    align-self: center;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1170px) {
  .about-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*  border: 0.5rem solid yellow;*/
    top: -1.5rem;
    left: -1.5rem;
    border-radius: var(--borderRadius);
  }

  .about-img {
    position: relative;
  }

  .about-photo {
    position: relative;
  }
}

/* new style end  */
.sleep_gallery {
  width: 90vw;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.sleep_gallery_box {
  margin: 1%;
}

.sleep_color {
  background-color: #000;
}

.sleep_img_box>img {
  width: 100% !important;
}

.sleep_gallery_name {
  display: flex;
  justify-content: space-around;
}

.sleep_gallery_name p {
  color: gold;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 2px;
}

.sleep_gallery_category {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.sleep_gallery_category p {
  margin-bottom: 2px;
  text-align: center !important;
}

.sleep_img_box {
  position: relative;
}

.sleep_img_box_rating {
  position: absolute;
  top: 3%;
  right: 5%;
  background-color: rgba(0, 0, 0, 0.507);
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid gold;
}

.sleep_colors {
  color: yellow;
}

@media only screen and (max-width: 400px) {
  .sleep_gallery {
    width: 95vw;
    grid-template-columns: 1fr 1fr;
  }

  .sleep_gallery_category p {
    font-size: 12px !important;
    letter-spacing: 0px !important;
  }
}

@media (min-width: 400px) and (max-width: 600px) {
  .sleep_gallery {
    width: 95vw;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sleep_gallery_category p {
    font-size: 13px !important;
    letter-spacing: 0px !important;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .sleep_gallery {
    width: 95vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sleep_gallery_category p {
    font-size: 13px !important;
    letter-spacing: 0px !important;
  }
}

footer {
  background-color: #00000085;
}

@media only screen and (max-width: 800px) {

  /* .new_footer_img {
      width: 130px;
    } */
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.sleep_girl_banner {
  border-radius: 5px !important;
  border: 2px solid #481d1d;
}

.best_one_box {
  width: 80vw;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 600px) {
  .best_one_box {
    grid-template-columns: 1fr;
  }
}

.col-aligncenter {
  float: none;
  margin: 0 auto;
}



.fa {
  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
}




.border-bottm-line {
  background: #ffffb9 none repeat scroll 0 0;
  height: 1px;
  margin: 10px auto 15px;
  width: 25%;
}

/* breadcrumb */

.bd-cum{
  margin-top: 13%;
}

.title-color{
  color: var(--c2)
}

@media(max-width:991px) and (min-width:980px){
  .bd-cum{
    margin-top: 19%;
  }
}
@media(max-width:639px){
  .bd-cum{
    margin-top: 23%;
  }
}
@media(max-width:425px){
  .bd-cum{
    margin-top: 32%;
  }
}
/*  */

/* video-section */

.section1{
  padding: 0em 0 2em !important;
  margin-top: 0% !important;
}

/* h1 */

@media(max-width: 425px){
  h2{
    font-size: 32px !important;
  }
}

 .button-counter{
          display: none;
        }

@media (max-width: 570px) {
    .button-counter {
        display: block !important;
        width: 100%;
    }
        .button-counter a img {
        width: 20%;
        padding: 0px 8px;
        border-left: 1px solid white;

    }

}

/*price chart*/

.price-table
{
  background-color: #ffc107;
}
.price-table tbody tr td{
  padding: 20px;
    padding: 8px;
    background-color: #fff;
    border-radius: 7px;
    font-weight: 500;
    border: 1px solid #ddd;
    border-left: 3px solid #8a37eb;
    box-shadow: #0000001a 0px 4px 10px;
    margin: 7px;
    color: #000;
}
/*price chart end*/