/*Products page css */
/***********
*** Root Variable Declaration
********************/
:root {
  /*themes*/
  --color-primary: #E41E6B;
  --color-secondary: #AB1F5D;
  --color-dark: #222222;
  --color-light: #ffffff;
  --color-light-grey: #efefef;
  /*typography*/
  --global-font: Prata, serif;
  --adinda-font: Adinda Melia, sans-serif;
  --global-font-size: 16px;
  --font-size-18: 18px;
  --font-size-36: 36px;
  --font-size-60: 60px;
  --font-size-40: 40px;
  --font-size-48: 48px;
  --font-size-50: 50px;
  --font-size-70: 70px;
  --font-size-78: 78px;
  --font-size-80: 80px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --italic: italic;
  --regular: 400;
  --thin: 300;
  --med: 500;
  --semi-bold: 600;
  --bold: 700;
  --upper: uppercase;
  --lower: lowercase;
  --cap: captalize;
  --un: underline;
  --ln-th: line-through;
  --left: left;
  --right: right;
  --center: center;
  --justify: justify;
  /*responsive*/
  --mobile: 767px;
  --tab: 992px;
  --desktop: 1200px;
  --x-large: 1533px;
}

img, iframe, video {
  max-width: 100%;
}

.list-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  font-family: Prata, serif;
  font-family: var(--global-font);
  line-height: 1.5;
  overflow-x: hidden;
}

p {
  font-size: 20px;
  font-size: var(--font-size-20);
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 18px;
    font-size: var(--font-size-18);
  }
}

.btn {
  font-size: 18px;
  font-size: var(--font-size-18);
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    font-size: var(--global-font-size);
  }
}

.font-adinda {
  font-family: Adinda Melia, sans-serif;
  font-family: var(--adinda-font);
}

.plush__header a {
  font-size: 20px;
  font-size: var(--font-size-20);
}

.plush__hero-banner h1 {
  font-size: 36px;
  font-size: var(--font-size-36);
}

.plush__hero-banner h1 .font-adinda {
  font-size: 50px;
  font-size: var(--font-size-50);
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .plush__hero-banner article h1 {
    font-size: 36px;
    font-size: var(--font-size-36);
  }
  .plush__hero-banner article h1 .font-adinda {
    margin-left: 0;
    margin-top: 10px;
    font-size: 40px;
    font-size: var(--font-size-40);
  }



}

.plush__info-banner article {
  text-align: center;
}

.plush__info-banner h2 {
  font-size: 48px;
  font-size: var(--font-size-48);
}

.plush__info-banner h2 .font-adinda {
  font-size: 70px;
  font-size: var(--font-size-70);
}

.plush__card {
  font-size: 24px;
  font-size: var(--font-size-24);
}

.plush__footer a, .plush__footer__top .col-12:last-child p {
  font-size: 22px;
  font-size: var(--font-size-22);
}

.plush__footer__top .col-12:last-child p .fa {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid;
  border-radius: 100%;
  font-size: 22px;
  font-size: var(--font-size-22);
}

.plush__footer .list-horizontal.footer-menu a, .plush__footer__bottom p {
  font-size: 16px;
  font-size: var(--global-font-size);
}

.plush__footer .list-horizontal.social-list a {
  font-size: 36px;
  font-size: var(--font-size-36);
}

.plush__footer .list-horizontal.social-list a .fa {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid;
  border-radius: 100%;
}

.bg-primary {
  background-color: #E41E6B !important;
  background-color: var(--color-primary) !important;
}

.bg-secondary {
  background-color: #AB1F5D !important;
  background-color: var(--color-secondary) !important;
}

.bg-dark {
  background-color: #222222 !important;
  background-color: var(--color-dark) !important;
}

.bg-white {
  background-color: #ffffff !important;
  background-color: var(--color-light) !important;
}

.bg-light-grey {
  background-color: #efefef !important;
  background-color: var(--color-light-grey) !important;
}

.border-primary, .plush__footer .container {
  border-color: #E41E6B !important;
  border-color: var(--color-primary) !important;
}

.border-secondary {
  border-color: #AB1F5D !important;
  border-color: var(--color-secondary) !important;
}

.border-dark {
  border-color: #222222 !important;
  border-color: var(--color-dark) !important;
}

.border-white {
  border-color: #ffffff !important;
  border-color: var(--color-light) !important;
}

.border-light-grey {
  border-color: #efefef !important;
  border-color: var(--color-light-grey) !important;
}

.text-primary, .plush__header a:hover, .plush__header a:focus, .plush__header .navbar-nav .nav-link:hover, .plush__header .navbar-nav .nav-link:focus, .plush__header .navbar-nav > .active a, .plush__header .navbar-nav .active > .nav-link, .plush__footer a:hover, .plush__footer .social-list a {
  color: #E41E6B !important;
  color: var(--color-primary) !important;
}

.text-secondary {
  color: #AB1F5D !important;
  color: var(--color-secondary) !important;
}

.text-dark, .plush__header a, .plush__header .navbar-nav .nav-link, .plush__footer a, .plush__footer .social-list a:hover {
  color: #222222 !important;
  color: var(--color-dark) !important;
}

.text-white {
  color: #ffffff !important;
  color: var(--color-light) !important;
}

.text-light-grey {
  color: #efefef !important;
  color: var(--color-light-grey) !important;
}

.btn-primary {
  background-color: #E41E6B !important;
  background-color: var(--color-primary) !important;
  color: #E41E6B !important;
  color: var(--color-primary) !important;
  border-color: #E41E6B !important;
  border-color: var(--color-primary) !important;
}

.btn-primary:hover {
  background-color: #E41E6B !important;
  background-color: var(--color-primary) !important;
  color: #ffffff !important;
  color: var(--color-light) !important;
  border-color: #E41E6B !important;
  border-color: var(--color-primary) !important;
}

.btn-secondary {
  background-color: #AB1F5D !important;
  background-color: var(--color-secondary) !important;
  color: #AB1F5D !important;
  color: var(--color-secondary) !important;
  border-color: #AB1F5D !important;
  border-color: var(--color-secondary) !important;
}

.btn-dark {
  background-color: #222222 !important;
  background-color: var(--color-dark) !important;
  color: #222222 !important;
  color: var(--color-dark) !important;
  border-color: #222222 !important;
  border-color: var(--color-dark) !important;
}

.btn-white {
  background-color: #ffffff !important;
  background-color: var(--color-light) !important;
  color: #ffffff !important;
  color: var(--color-light) !important;
  border-color: #ffffff !important;
  border-color: var(--color-light) !important;
}

.btn-light-grey {
  background-color: #efefef !important;
  background-color: var(--color-light-grey) !important;
  color: #efefef !important;
  color: var(--color-light-grey) !important;
  border-color: #efefef !important;
  border-color: var(--color-light-grey) !important;
}

.btn-outline {
  background-color: transparent !important;
}

@media screen and (max-width: 992px) {
  .plush__header .navbar-collapse {
    margin: 0 -15px !important;
  }
  .plush__header .navbar-nav {
    background-color: #E41E6B !important;
    background-color: var(--color-primary) !important;
    padding: 20px 0;
  }
  .plush__header .navbar-nav .nav-link {
    color: #ffffff !important;
    color: var(--color-light) !important;
  }
  .plush__header .navbar-nav .nav-link:hover, .plush__header .navbar-nav .nav-link:focus, .plush__header .navbar-nav .active > .nav-link {
    color: #222222 !important;
    color: var(--color-dark) !important;
  }
  .plush__header .navbar-nav .nav-logo {
    display: none;
  }
}

.plush__info-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #E41E6B !important;
  background-color: var(--color-primary) !important;
  opacity: 0.3;
}

.plush__footer a {
  text-decoration: none;
}

.btn {
  padding: 10px 2rem;
  display: inline-block;
  border: 1px solid;
}

.btn.no-radius {
  border-radius: 0px;
}

.plush__card {
  text-align: left;
}

.plush__card__title span {
  display: inline-block;
}

.plush__card__title span .fa {
  margin-right: 10px;
}

.plush__card__title span:after {
  content: '';
  display: block;
  margin: 10px 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  background-color: var(--color-light);
}

.plush__hero-banner {
  padding: 30px 0;
  position: relative;
}

.plush__hero-banner article h1 + p {
  margin-top: 20px;
}

.plush__hero-banner article .btn {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .plush__hero-banner .row > *:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .plush__hero-banner .row > *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .plush__hero-banner {
    padding: 70px 0;
  }
  .plush__hero-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #E41E6B;
    background-color: var(--color-primary);
    opacity: 0.3;
    z-index: -1;
  }
}

.plush__info-banner {
  margin-top: 30px;
  padding: 30px 0;
}

@media screen and (min-width: 1200px) {
  .plush__info-banner {
    padding: 100px 0;
  }
}

.plush__info-banner .btn {
  margin-top: 50px;
}

.plush__footer h2 {
  margin-bottom: 30px;
}

.plush__footer .social-list {
  margin-bottom: 30px;
}

.plush__footer .social-list li + li {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .plush__footer .social-list {
    margin-bottom: 20px;
  }
  .plush__footer .social-list li + li {
    margin-left: 20px;
  }

  .column {
    padding: ;
  }
}

.plush__footer .col-12:last-child p {
  margin-bottom: 0;
}

.plush__footer .col-12:last-child p + * {
  margin-top: 20px;
}

.plush__footer .footer-menu li + li {
  margin-top: 10px;
}

.plush__footer .footer-menu.list-horizontal li + li {
  margin-top: 0;
}

.plush__footer .footer-menu.list-horizontal li + li:before {
  content: '|';
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.plush__footer__bottom {
  margin-top: 50px;
}

.plush__footer .container {
  border-top: 1px solid;
  padding: 50px 0;
  margin-top: 50px;
}

.plush__info-banner h2 {
  margin-bottom: 70px;
}

.plush img.position-absolute {
  z-index: -1;
}

.plush img.position-absolute:first-child {
  top: 0;
  left: 0;
}

.plush img.position-absolute:nth-child(2) {
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    max-width: var(--full);
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    max-width: var(--desktop);
  }
}








/*# sourceMappingURL=style.css.map */

/*product page*/

.product-banner-bg{
  padding: 3rem;
  text-align: center;
}

.pdng-top {
  padding-top: 10.625rem;
}

.pdng-bottom {
  padding-bottom: 7.5rem;
}


.productcard {
  border-width: 1px;
  border-color:#E41E6B ;
}

.product-price-btn {
  margin-top: 17px;
  position: relative;

}

.product-price-btn p {
  display: inline-block;
  position: absolute;
  height: 50px;

  color: #AB1F5D;
}


span {
  display: inline-block;
  /* height: 50px; */
}

.product-price-btn button {
  float: right;
  display: inline-block;
  height: 50px;
  width: 100px;
  /*margin: 0 px 0 16px;*/
  box-sizing: border-box;
  border: transparent;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background-color: #ffffff;
  color: #E41E6B;
  border: 2px solid black;
  border-color: #E41E6B;
  cursor: pointer;
  outline: none;
  font-family: 'Adinda Melia';
}

.product-price-btn button:hover {
  background-color: #E41E6B;
  color: #ffffff;
  border:  none;
}

@media screen and (max-width: 1200px) {
  .product-price-btn p {
    position: static;
    display: block;
    height: auto;
  }
  .product-price-btn button {
    float: none;
  }
}
.mrgn {
  margin-bottom: 50px;
}

.name {
  color:#E41E6B ;
}
.font-prata-banner {
  font-size: 2.25rem;
}

.font-adinda-banner {
  font-size: 3.75rem;
}

.product-prata-heading {
  font-size: 3rem;
}

.product-prata-price {
  font-size: 3.5rem;
}


/*singlepage*/
.product-price-btn2 button {
  float: left;
  display: inline-block;
  height: 3.125rem;
  width: 6.25rem;
  /*margin: 0 px 0 16px;*/
  box-sizing: border-box;
  border: transparent;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background-color: #ffffff;
  color: #E41E6B;
  border: 2px solid black;
  border-color: #E41E6B;
  cursor: pointer;
  outline: none;
  font-family: 'Adinda Melia';
}

.pdng-top{
  padding-top: 6.25rem;
}

.mrgn-top {
  margin-top: 5rem;
}
.mrgn-bottom {
   margin-bottom: 32px;
}

.font-prata-banner {
  font-size: 2.25rem;
}

.font-adinda-banner {
  font-size: 3.5rem;
  letter-spacing: -4px;
}

.product-prata-heading {
  font-size: 3rem;
}

.product-prata-price {
  font-size: 3.5rem;
}

.line {
  border: 1px dashed red;
  border-color:#E41E6B;
}
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}
.btn-outline-primary{
  color:#E41E6B ;

}

.btn-outline-primary: hover{
  background-color:#E41E6B ;
  color: #ffffff;

}

.padding{
  padding: 1rem;
}

.no-margin{
  margin: 0px;
}

.row {
  display: flex;
}

.column {
  flex: 30%;
  padding: 1.5rem;
}


.mrgn {
  margin:  0px 200px 0;

}

.mrgn-top {
  margin-top: 40px;
}

.border-btm{
  border-bottom: 1px solid black;
  border-color: #E41E6B;
}



/*Orderform*/

.mrgn-top2 {
  margin-top: 160px;
}

.mrgn-left{
  margin-left:200px;
  }

.mrgn-bottom2 {
  margin-bottom: 300px;
}

.form-control {
      border:none;
      border-bottom:1px solid #757575;
      border-radius: none;

  }

  .form-group {
    margin: 2rem;

  }

  .modal-content {
    padding: 2.5rem;
  }
  .modal-row {
    margin: none !important ;
  }

  .modal-header, .modal-footer {
    border: none;
  }

  .modal-header {
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
  }

  .font-small {
    font-size: 14px;
  }
 .d-flex {
    justify-content: center;
 }
 
/*s*/

@media screen and (max-width: 576px) {

.column{
padding: 30px;
}

.pdng-top {
  padding-top: 10px;
}

.pdng-bottom {
  padding-bottom: 0rem;
}
.font-prata-banner, .font-adinda-banner{
  font-size: 24px;
 }
 .font-adinda-banner{
  font-size: 32px;
 }

.column-1, .column-5 {
  display: none;
}

.mrgn-left {
  margin-left: 20px;
}

/* .mrgn-side {
  margin: 0 20px 0px;
}*/

.mrgn-top2 {
  margin-top: 40px;
}

.mrgn {
  margin: none;
}


.mrgn-bottom2 {
  margin-bottom: 0px;
}
/* .product-banner-bg {
  padding: none;
}*/


.card-img-overlay {
  padding :0px;
}


 .product-banner-bg{
  padding: 1rem;
 }

 .footer-text {
  margin: 0 20px 0;
 }

.career-option {
  text-align: center;
}

.mrgn-side{
  margin: 0 20px 0;
}




}
.plush__service-wrapper > ul.nav-pills > li{
  flex-basis: 20%;
  max-width: 20%;
}

.search-input-box-group{
  position: relative;
  z-index: 1;
  max-width: 400px;
}

.search-input-box-group input{
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.search-input-box-group .fa{
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 2;

}
.search-var{
  padding-bottom: 0px;
}
@media screen and (max-width: 768px){

  .plush__service-wrapper > ul.nav-pills > li{
  flex-basis: 100%;
  max-width: 100%;
}
  .column {
    padding: 50px;
 } 
  .product-banner-bg{
  padding: 1rem;
 }

 .plush__product-list .productcard {
   margin-bottom: 20px;
 }
 .plush__single-product .column {
   flex: 0 0 100%;
   padding: 20px;
 }
 .product-prata-heading {
   font-size: 2.5rem;
 }
 .product-prata-price {
   font-size: 2.2rem;
 }

 .row {
  margin: none;
 }

.product-img {
  margin-bottom: 32px;
}



.mrgn-side{
  margin: 0px 20px 0px;
  }
}

.plush__career-list svg {
  height: 26px;
  width: 26px;
}

.modal .d-flex svg + p {
  margin-bottom: 0;
}

.modal .d-flex svg {
  width: 30px;
  height: 30px;
}

.modal .col-sm-7 .d-flex,
.modal .col-sm-4 .d-flex {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.modal.order-confirmed .modal-dialog {
  max-width: 50%;
  padding: 20px;
  background-color: var(--color-light);
  border-radius: 5px;
  /* min-height: auto !important; */
}

.modal.order-confirmed.booking-error .modal-dialog {
  max-width: 500px;
  min-height: auto !important;
  /* top: 50px;
  left: 50px;
  transform: translate(-50px, -50px); */
}

.modal.order-confirmed .modal-dialog .modal-content {
  border: 1px solid var(--color-primary);
}

@media screen and (max-width: 992px){
  .column {
    padding: 50px;
 } 
  .product-banner-bg{
  padding: 1rem;
 }

 .row {
  margin: none;
 }

 .mrgn-left {
   margin-left: 15px;
 }

}
.btn-primary.btn-outline{
  color: var(--color-primary) !important;
}

.btn-primary.btn-outline:hover{
  color: var(--color-light) !important;
}

.btn-primary{
  color: var(--color-light) !important;
}

.btn-primary:hover{
  color: var(--color-light) !important;
  background-color: var(--color-secondary) !important;
}
.plush__service-list .card{
  border-right: 1px solid rgba(0,0,0,0.14) !important;
  border-radius: 0px;
}
.plush__service-list .tab-pane .col-md-4:nth-child(3)  .card, .plush__service-list .tab-pane .col-md-4:nth-child(6) .card,
.plush__service-list .tab-pane .col-md-4:nth-child(9) .card, .plush__service-list .tab-pane .col-md-4:nth-child(12) .card{
  border-right: none !important;

}

@media screen and (max-width: 1200px){



}

