body {
  background-color: #fff;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
:root {
  --main-color:#664e4a;
  --sub-color:#d8c2bf;
  --button-color:#f2ece2;
  --b-shadow :0 10px 5px -8px rgb(0 0 0 / 40%);
  --font-sans-serif : 'URWClassico-Regular.ttf'
}
a {
  color: #000;
  text-decoration: none;
}
.container {
  width: 1500px;
  max-width: 90%;
}
.custom-container {
  width: 1800px;
  margin: auto;
  max-width: 98%;
}
.topbar-main {
  padding-top: 40px;

}
.text-right {
  text-align: right;
}
.topleft span {
  margin-right: 18px;
  color: #9d9d9d;
  font-weight: 500;
}
.top-number {
  color: var(--main-color) !important;
  float: none;
}
.top-right a {
  font-size: 20px;
  padding: 0 10px;
  color: #000;
}
.top-right img {
  width: 17px;
  margin-top: -5px;
}
.sticky{
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  border-bottom: #e7e7e7 solid 1px;

}
.navbar-main {
  margin-top: 0px;
  z-index: 999999;
  background-color: #fff;
  width: 100%;
  padding: 52px 0px 0px 0px;
}
.navbar-main img {
  margin-top: -58px;
}
.navbar-main a {
  color: #000;
  text-decoration: none;
}
.navbar-main a:hover {
  border-bottom: #000 solid 1px;
  background-color: #fff;
}

 .blog-main-content p {
        text-align: justify;
        margin-top: 10px;
        margin-bottom: 10px;
    }


.rightnav-top a {
  margin-right: 22px;
  font-family: "urw", sans-serif;

}
.navlink-top {
  margin-top: 50px;
}

@keyframes animate2 {
  0% {
      width: 0;
      height: 0;
      border-top-color: transparent ;
      border-right-color: transparent ;
      border-bottom-color: transparent ;
      border-left-color: transparent ;
      transform: translateX(0%);



  }
  50% {
      width: 100%;
      height: 100%;
      border-top-color: transparent ;
      border-right-color: transparent ;
      border-bottom-color: transparent ;
      border-left-color: transparent ;
      transform: translateX(100%);


  }
  100% {
      width: 0%;
      height: 100%;
      border-top-color: transparent ;
      border-right-color: transparent ;
      border-bottom-color: #000000 ;
      border-left-color: transparent ;
      transform: translateX(100%);

  }
}


.fixmrg {
  margin-right: 50px;
}

.marq-main {
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 0px;
  margin-top: 25px;
}


.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--main-color);
  height: 45px;
  overflow: hidden;
  background: var(--main-color);
  white-space: nowrap;
  color: #fff;
  margin-top: 20px;
}

.marquee--inner {
  display: block;
  width: 300%;
  position: absolute;
  animation: marquee 12s linear infinite;
}
.marquee div:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: 100%; }
}



.marquee span {
  float: left;
  overflow: hidden;
  margin-right: 200px;


}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -50%;
  }
}

.sec-2-main {
  padding: 50px 0px;
  text-align: center;
}
.sec2 {
  padding: 0 70px;
  /* margin-top: 230px; */
}
.sec2 h2 {
  font-size: 35px;
  /* margin-top: 30px; */
}


.logo-line {
  width: 85%;
  margin: auto !important;
  height: 2px;
  border-bottom: #595959 solid 2px;
  margin-bottom: 15px !important;
  margin-top: 15px !important;

}
.book-line {
  width: 55%;
  margin: auto !important;
  height: 2px;
  border-bottom: #595959 solid 2px;
  margin-bottom: 40px !important;
  margin-top: 15px !important;
}
.sec2-p1 {
  overflow: hidden;
}
.sec2-p1 img  {
  transition:.6s ease;
}
.sec2-p1 img:hover  {
  transform: scale(1.1);
}
.sec2-p2 {
  overflow: hidden;
}
.sec2-p2 img  {
  transition:.6s ease;
}
.sec2-p2 img:hover  {
  transform: scale(1.1);
}
.sec3-main {
  padding: 0px 0px;
  background-color: #2f2630;
  margin-top: -60px;
}

.fix-pic-main {
  position: relative;

}
.fix-pic img  {
  width: 320px;
}
.fix-pic a {
  position: absolute;
  right: -130px;
  top:250px;
  transition:.6s ease;
  z-index: 999999;


}
.fix-pic a:hover {
  top: 230px;
  position: absolute;
  transition:.6s ease;



}

.wht-weoffer-pic {
  height: 500px;
  overflow: hidden;
  width: 100%;
}
/* .wht-weoffer-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;

} */
.sec3-mainpic  {
  overflow: hidden;


}
.sec3-mainpic:hover  {



}
.sec3-mainpic a img {
  margin: auto;
  transition:.6s ease;
  overflow: hidden;
  z-index: 9;
  position: relative;

}
.sec3-mainpic a:hover img {
  transform: scale(1.1);
  z-index: 9;
  position: relative;
}

.mrg-top-b {
  margin-top: 100px;
}
.service-logo {
  right: 0;
  position: absolute;
  top: 10;

}

.sec4-main {
  padding: 50px 0px;
  text-align: center;
}
.sec4-main h3 {
  font-size: 26px;
  margin-top: 20px;
}


.sec5-main {
  padding: 30px 0px;


}
.sec5-heading-main {
  position: relative;
}
.sec5-heading {
  margin-top: -62px;
  position: absolute;
}
.sec5-heading h3 {
  font-size: 35px;
  margin-bottom: 0px;
  font-weight: bold;
  font-family: "urw", sans-serif;
}
.sec-5-slider {
  float: left;
}
.sec5-heading img {
  width: 200px;

}
.prod-slider {
  margin-top: 0px;

}
.prod-slider a {
  text-decoration: none;
  color: #000;
}
.prod-main {
  position: relative;
}
.prod-main h2 {
  font-size: 20px;
  font-family: "urw", sans-serif;
  margin-top: 10px;
  margin-bottom: 5px;
}
.prod-main i {
  font-size: 14px;
  margin: 0 0 0px 0px;

}

.prod-main h4 {
  font-size: 16px;
  font-family: "urw", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.prod-details-b {
  float: right;
}
.prod-details {
  position: absolute;
  right: 0;
}
.prod-details-b {
  position: relative;
  margin-top: -30px;
  display: block;
}
.prod-details-b a {
  display: block;

}
.book-here-b {
  font-size: 25px;
  font-family: "eyesome", sans-serif;
  background-color: var(--button-color);
  width: 204px;
  display: block;
  margin: auto;
  padding: 7px 0px;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 7px;
}
.book-here-b:hover {
  color: #fff !important;
}
.sub-bg-color {
  background-color: var(--sub-color) !important;
  color: #fff;
}
.view-link {
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #000;
  margin-top: 5px;
}
.prod-opt {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
}
.pic-bg {
  overflow: hidden;
  position: relative;
}
.prod-main:hover .prod-opt {
  display: block;
}
.add-cart {
  text-align: center;
  margin-top: 200px;
}
.add-cart a {
  background-color: #fff;
  padding: 10px 20px;

}
.prod-icons {
  position: absolute;
  right: 15;
  top: 10px;
}
.prod-icons a {
  display: block;
  background-color: #fff;
  height: 40px;
  width: 40px;
  font-size: 14px;
  padding-top: 13px;
  text-align: center;
  border-radius: 50px;
}
.prod-icons a:hover {
  background-color: #000;
  color: #fff;

}
.sec-6-main {
  padding: 40px 30px;
}
.sec6-rightside {
  background-color: var(--button-color);
  padding: 40px 0px 0px 50px;
  position: relative;
  height: 1083px;
  overflow: hidden;
}
.ani-girl {
  overflow: hidden;

}
.ani-girl img {
  position: absolute;
  transition:.6s ease;
  margin-top: -60%;
  width: 60%;
  right: 0;
}
.ani-girl img:hover {
  margin-right: -20px;
  transition:.6s ease;
}
.sec6-logo {
  margin-top: 0px;

}

.sec6-logo img {
  width: 300px;
  margin-bottom: 25px;
}
.sec6-logo a {
  font-size: 30px;
  font-family: "eyesome", sans-serif;
  background-color: #fff;
  width: 204px;
  display: block;
  padding: 20px 0px;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 7px;
}
.sec6-rightside h3 {
  font-size: 35px;
  font-family: "urw", sans-serif;
  margin-bottom: 0px;
}
.sec6-logo p {
  font-size: 20px;
  margin-top: 25px;
}


#prod-slider3 .owl-nav {
  display: none;

}
#prod-slider4 .owl-nav {
  display: none;

}
.prod-slider4 a {
  text-decoration: none;

}
.faq-main {
  padding: 50px 0px;
}
.faq-heading img {
  width: 300px;
}
.faq-heading h3 {
  font-size: 40px;
  font-family: "urw", sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: var(--button-color);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.read-more a {
  display: block;
  float: left;
  margin-right: 10px;
}
.contact-info h3 {
  font-size: 35px;
  font-family: "urw", sans-serif;
  margin-bottom: 20px;
}
.contact-info h4 {
  font-size: 20px;
}
.contact-info {
  text-align: center;
  margin-top: -31px;
}
.contact-card {
  padding: 20px;
  border: #e2e2e2 solid 1px;
  margin-bottom: 15px;

}
.contact-card h4 {
  font-size: 15px;
}
.contact-card i {
    margin-bottom: 18px;
    font-size: 37px;
    padding-top: 0px;

}
.slider-bg {
  background-color: var(--button-color);
}

.all-gowns {
  padding: 50px 0px;
}

.bookings-sec h3 {
  font-size: 35px;
  font-family: "caslon540", sans-serif;
  margin-bottom: 20px;
  margin-top: 0px;
}
.bookings-sec h5 {
  font-size: 35px;
  font-family: "brittany", sans-serif;
  margin-bottom: 30px;
}
.booking-card {
  padding: 45px 40px;
  background-color: #2f2630;
  min-height: 300px;
  color: white;
}
.booking-card h3 {
  border: #ccc solid 1px;
  margin-bottom: 20px;
  padding: 20px 20px;
}
.booking-card h4 {
  font-family: "caslon540", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.booking-card p {
  font-size: 18px;
}
.booking-card a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}
.insta-pic {
  border: #fff solid 3px;
  position: relative;

}
.insta-heading {
  text-align: center;
}
.insta-heading h3 {
  font-size: 35px;
  font-family: "urw", sans-serif;
}
.insta-heading h5 {
  font-size: 25px;
  margin-bottom: 30px;
}


.insta-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
}
.insta-box i {
  margin-top: 50%;
  color: #fff;
  font-size: 30px;
}
.pic-bg {
  overflow: hidden;
  position: relative;

}
.insta-pic:hover .insta-box {
  display: block;
}
.blog-pic {
    position: relative;
    overflow: hidden;
    height: 416px;
}
.blog-pic a img {
  transition:.6s ease;
}

.blog-pic a:hover img {
  margin-right: 50px;
  transform: scale(1.1);
  overflow: hidden;
  position: relative;
}
.sec3-mainpic a img {
  margin: auto;
  transition:.6s ease;
  overflow: hidden;
  z-index: 9;
  position: relative;
}
.sec3-mainpic a:hover img {
  transform: scale(1.1);
  z-index: 9;
  position: relative;
}
.blog-main {
  padding: 0px 0px;

}
.blog-head {
  text-align: center;
}
.blog-head h3 {
  font-family: "urw", sans-serif;
  font-size: 40px;
}
.blog-head p {
  font-size: 20px;
}
.blog-heading h6 {
  margin-top: 10px;
  color: var(--main-color);
}
.blog-heading h6 span {
  color: #565656;
  padding: 0 10px;
}
.blog-heading h2 {
  font-size: 30px;
}
.blog-heading h2 a {
  width: 100%;
  border-bottom: 0px !important;
  font-size: 20px;
  font-weight: 500;
}
.blog-heading p {
  margin-bottom: 0px;
}
.blog-heading a {
  margin-top: 10px;
  display: block;
  width: 100px;
}
.blog-heading a:hover {
  border-bottom: var(--main-color) solid 1px;
  color: var(--main-color);
}
.copright-bottom {
  text-align: center;
  background-color: var(--button-color);
  padding: 20px 0px;
  font-size: 14px !important;
  color: #000 !important;
}
.copright-bottom a {
  padding: 0px 2px;
  color: #000;
  text-decoration: none;
}
.newletter-main {
  padding: 20px 0px 40px 0;
}
.get-connected h3 {
  font-size: 33px;
  font-family: "urw", sans-serif;
}
.get-connected p {
  margin-bottom: 0px;
}
.get-connected input {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 400px;
  padding: 15px 15px;
  background-color: var(--button-color);
  border: none;
}
.get-connected button {
  background-color: var(--main-color);
  border: none;
  width: 400px;
  padding: 10px 0px;
  font-size: 25px;
}
.get-connected button:hover {
  background-color: var(--main-color);
}
.newletter-main {
  border-bottom: #eaeaea solid 1px;

}
.newletter-logo img {
  width: 400px;
  margin: auto;
  margin-bottom: 30px;
}
.sidenav {
  height: 100%;
  width: 300;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: -330px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px !important;
  color: #fff;
  box-shadow: -10px 10px 20px 15px rgb(0 0 0 / 40%);
  padding: 0 20px;
}
.mobile-filer a {
  padding: 0px 20px !important;
  border: none !important;

}

.sidenav a {
  padding: 10px 8px 10px 0px;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  display: block;
  transition: 0.3s;
  border-bottom: #dfdfdf solid 1px;
}
.sidenav a:hover {
  color: #000;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px;
  margin-left: 50px;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 40%);
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.close-icon {
  float: right;
  margin-top: -50px;
  border: none !important;
  font-size: 26px !important;
}

.mob-menu {
  text-align: right;
}
.mob-menu i {
  padding-top: 30px;
}
.mob-menu-main {
  padding: 5px 0px !important;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #ababab;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.prod-tabs {
  border: none !important;
  font-family: "urw", sans-serif;
  font-size: 25px;
  width: 350px;
  margin: auto;
}
.nav-tabs .nav-link.active {
  color: var(--main-color);
  background-color: #fff;
  border-color:  #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #fff !important;

}
.b-top  {
  position: fixed;
  right: 30px;
  z-index: 999;
  bottom: 30px;
}
.b-top a  {
  background-color: var(--sub-color);
  padding: 17px 20px;
  border-radius: 50px;
  color: #fff;
}

#prod-slider .owl-nav {
  top: 72% !important;
  left: -10px;
  right: 0%;
  position: absolute;
  width: 100%;
  max-width: 100%;
  margin: auto;

}
#prod-slider button.owl-next {
  left: 40px;
  background-color: transparent!important;
  color: var(--main-color) !important;

  font-size: 22px;
}
#prod-slider button.owl-prev {
  right: 30px;
  background-color: transparent!important;
  color: var(--main-color) !important;
  font-size: 22px;
}

#prod-slider2 .owl-nav {
  top: 72% !important;
  left: -10px;
  right: 0%;
  position: absolute;
  width: 100%;
  max-width: 100%;
  margin: auto;

}

#prod-slider2 button.owl-next {
  left: 40px;
  background-color: transparent!important;
  color: var(--main-color) !important;
  font-size: 22px;
}
#prod-slider2 button.owl-prev {
  right: 30px ;
  background-color: transparent!important;
  color: var(--main-color) !important;
  font-size: 22px;
}
.informantion-main th {
  padding: 20px 20px;
}
.bottom-line {
  border-bottom: #e7e7e7 solid 1px;
  height: 5px;
  padding: 25px 0px;
  display: block;
  margin-bottom: 25px;
}
.blog-main-head a {
  color: #000;
  text-decoration: none;
  font-size: 26px;
  margin-bottom: 10px;
}
.blog-list-main a {
  color: #000;
  text-decoration: none;
}
.blog-list-main {
  margin-bottom: 35px;
}
.blog-detail-head {
  font-size: 35px;
  font-family: "urw", sans-serif;
  margin-bottom: 20px;

}
.blog-main-content h4 {
  font-size: 20px;
  font-family: "urw", sans-serif;
  font-weight: 700;
}
.blog-main-content h3 {
  font-size: 25px;
  font-family: "urw", sans-serif;
  font-weight: 700;
}
.blog-search {
  margin-bottom: 25px;
}
.blog-search input {
  padding: 10px 17px;
}
.blog-search i {
  float: right;
  right: 0;
  margin-top: -30px;
  margin-right: 17px;
}
.blog-list-main h4 {
  font-size: 25px;
  font-family: "urw", sans-serif;
  border-bottom: #e2e2e2 solid 1px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.recent-post {
  margin-top: 10px;
}
.recent-post h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
}
.blog-right-side {
  padding: 0 0px 0 20px;
}
.categories-rightside ul {
  padding: 0px;
  margin: 0px;
  line-height: 35px;
}
.categories-rightside ul li a i {
  margin-right: 7px;
  margin-left: 10px;
}
.tag-rightside a {
  border:  var(--sub-color) solid 1px;
  padding: 7px 12px;
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 14px;
  margin-right: 5px;
}
.tag-rightside a:hover {
  background-color: var(--button-color);
  border:  var(--button-color) solid 1px;
}
.contact-page-main {
  padding: 50px 0px;
}

.collection-button {
  background-color: #fff;
  color: #000;
  border: none;
}
.collection-button:hover {
  background-color: #fff;
  color: #000;
  border: none;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.collection-button {
  margin: 0 10px;
  padding: 0px;
  border-radius: 0px;
  font-family: "urw", sans-serif;
  font-size: 15px;
}
.collection-button:hover {
  border-bottom: #333 solid 1px;

}
.collection-sub-links a {
  display: block;
  background-color: transparent !important;
  text-decoration: none;
  border: none !important;
}
.collection-sub-links a:hover {
  color: #000;
  background-color: #f2f2f2 !important;

}
.mob-sublink ul {
  padding: 0 !important;
  margin: 0 !important;
}
.mob-sublink ul li {
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 10px !important;
}
.mob-sublink ul li a {
  border: none;
  padding: 5px 0px;
}
.mob-sublink ul li a i {
  margin-right: 5px;
}
.about-main {
  padding: 0 0 0 30px;
}
.about-main h2 {
  font-size: 40px;
  font-family: "urw", sans-serif;
}
.about-main h4 {
  font-size: 20px;
  font-weight: 600;
  /* line-height: 25px; */

}
.about-main p {
  /* font-size: 17px; */
  text-align: justify;
}
.slider-main-pic {
  position: relative;
  overflow: hidden;
}


.slider-text-main {
  position: relative;
  margin: auto;
}

.slider-text {
  position: absolute;
  z-index: 999;
  bottom: -655px;
  text-align: center;
  left: 0;
  right: 0;
}
.slider-text h2 {
  color: #fff;
  font-size: 83px;
  margin-bottom: 0px;
  text-shadow: 0 0 3px #7d7d7d;
}
.slider-text h3 {
  color: #fff;
  font-size: 25px;
  text-shadow: 0 0 3px #7d7d7d;
}
.black-bg-slider {
  background: rgba(0, 0, 0, 0.3);
  height:200vh;
  z-index: 9;
  width: 100%;
  position: absolute;
  top: 0;
}
.main-heading {
  font-family: "caslon540", sans-serif;
}
.slider-book-b a {
  font-size: 20px;
  width: 300px;
  display: block;
  padding: 10px 0px;
  color: #000;
  text-decoration: none;
  text-align: center;
  margin-right: 85px;
  margin: auto;
  background: rgba(255, 2555, 255, 0.8);
  margin-top: 40px;
  text-transform: uppercase;
}
.book-b a {
  font-size: 20px;
  margin: auto;
  padding: 13px 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: #000 solid 1px;
  background-color: #2f2630;
  text-transform: uppercase;
}
.offer-heading {
  font-family: "brittany", sans-serif;
  font-size: 30px;
  margin-bottom: 21px;
  color: #fff;
}

.offer-p {
    color: #fff;
    font-size: 20px;
}


.learn-more a {
  font-size: 22px;
  margin: auto;
  padding: 12px 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: rgba(47, 38, 48, 0.9);
}

.seasonal-highlights h2 {
  font-family: "caslon540", sans-serif;
  font-size: 40px;
}
.seasonal-highlights p {
  font-size: 20px;
  margin-bottom: 20px;
}
.prod-text-bg {
  z-index: 99999;
  bottom: 0px;
  width: 100%;
  padding: 5px 0px;
  text-align: left;
}
.prod-text-bg h3 {
  color: #000;
  font-size: 20px;

  margin-bottom: 0px;
}
.prod-text-bg p {
  color: #000;
  font-size: 20px;
  margin-bottom: 0px;
}
.more-store  {
  font-family: "brittany", sans-serif;
  font-size: 50px;
  margin-top: 25px;
  display: block;
  text-align: center;

}
.more-blog a {
  font-family: "brittany", sans-serif;
  font-size: 50px;
  margin-bottom: 25px;
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  margin-top: 0;
}

#text-slider1 .owl-nav {
  top: 123% !important;
  left: -10px;
  right: 0%;
  position: absolute;
  width: 80%;
  max-width: 100%;
  margin: auto;
}

#text-slider1 button.owl-next {
  left: 20px;
  background-color: transparent !important;
  color: var(--main-color) !important;
  font-size: 22px;
}
#text-slider1 button.owl-prev {
  right: 0px ;
  background-color: transparent !important;
  color: var(--main-color) !important;
  font-size: 22px;
}
.box-main {
  padding: 0 70px;

}
.box-main p {
  font-size: 22px;
  line-height: 35px;
  font-style: italic;


}

.box-main i {
  color: #ffce38;
  font-size: 20px;
  margin: 5px 2px;
  margin-bottom: 10px;

}
.main-pic img {
  width: 100%;
  background-size: auto;
}


.sm-icons {
  margin-bottom: 20px;
}

.sm-icons a {
  text-decoration: none;
  color: #000;
  padding: 0 10px;
  font-size: 20px;
}
.sm-icons img  {
  width: 15px;
  margin-top: -3px;
}
.bottom-b {
  margin-bottom: 25px;
}
.bottom-b a {
  font-family: "brittany", sans-serif;
  font-size: 27px;
  margin: auto;
  padding: 5px 27px;
  color: #000;
  text-decoration: none;
  text-align: center;
  border: #000 solid 1px;

}

.sevices-main {
  margin: auto;
  position: relative;
  padding: 90px 0px 0 130px;
}
.sevices-main h2 {
  font-size: 70px;
}

.sevices-main ul {
  padding: 0px;
  margin-top: 50px;
}
.sevices-main ul li {

  line-height: 40px;

}
.sevices-main ul li a {
  font-size: 23px;
  color: #fff;
  text-decoration: none;
}
.sevices-main ul li a:hover {
  color: #efefef;
}
.sevices-main ul li i {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 23px;
  color: #fff;
}
.search-icon  {
  position: relative;
  right: 0;
}
.search-icon img {
  float: right !important;
  width: 28px;
  margin: 0;
}

.search-box{
  width: fit-content;
  height: fit-content;
  position: absolute;
  right: 0;
  top: -40px;
}
.input-search{
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  padding-right: 40px;
  color:#000;
  border: #fff solid 1px;

}
.input-search::placeholder{
  color:#333 !important;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
  font-family: "urw", sans-serif;
}
.btn-search{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  color:#000 ;
  background-color:transparent;
  pointer-events: painted;
}
.btn-search:focus ~ .input-search{
  width: 300px;
  border-radius: 10px;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  border: #ccc solid 1px;
  color: #000;
}
.input-search:focus{
  width: 300px;
  border-radius: 10px;
  border: #ccc solid 1px;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.img-borderright {
  border-right: 6px #fff solid;
}
.img-borderleft {
  border-left: 6px #fff solid;
}
.img-borderleftright {
  border-left: 3px #fff solid;
  border-right: 3px #fff solid;
}
.comingsoon-heading h3 {
  font-size: 306px;
  font-family: "sloop", sans-serif;
}
.comingsoon-heading h4 {
  font-size: 200px;
  font-family: "migra", sans-serif;
  text-transform: uppercase;

}
.app-pic-main {
  overflow: hidden;
  height: 300px;
}

.booking-bbg {
  background-color: #2f2630;
}
.bookings-sec {
  padding: 0px 0px;
  margin-top: 10px;
}
.angelic-sister {
  margin-top: 0px !important;
}
.seasonal-highlights {
  padding: 60px 0px 0 0;
  text-align: center;
}
.contact-info {
  text-align: center;
  margin-top: 31px;
}
.insta-main {
  padding: 40px 100px;
  margin-top: -50px;
}
.not-found-text {
  color: red;
  text-align: center;
  border: #ebebeb solid 1px;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.not-found-text p {
  margin-bottom: 0px;
}
.not-found-pic {
  text-align: center;
  border: #ebebeb solid 1px;
  padding: 20px 20px;
}
.terms {
  padding: 0 30px;
}
.terms p {
  font-size: 17px;
  text-align: justify;
  margin-bottom: 10px;
  line-height: 23px;
}
.terms h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
}
.terms ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
}
.terms ul li {
  list-style: circle;
  margin-left: 25px;
  line-height: 30px;
  font-size: 17px;
  text-align: justify;
}
.terms h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  font-style: italic;
}
.terms h6 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
}












.popup-link{
    display:flex;
    flex-wrap:wrap;
  }

  .popup-link a {
      color: #fff;
      border-radius: 5px;
      font-size:17px;
      cursor:pointer;
      text-decoration:none;

      margin-top: 15px;
  }

  .popup-container {
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      transform: scale(1.3);
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(21, 17, 17, 0.61);
      display: flex;
      align-items: center;
  }
  .popup-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      width: 50%;
  }
  .popup-content p{
      font-size: 17px;
      padding: 10px;
      line-height: 20px;
  }
  .popup-content a.close{
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      background: none;
      padding: 0;
      margin: 0;
      text-decoration:none;
  }

  .popup-content a.close:hover{
    color:#333;
  }

  .popup-content span:hover,
  .popup-content span:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
  }

  .popup-container:target{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }

  .popup-container h3{
    margin:10px;
  }

  .popup-style-2{
    transform: scale(0.3);
  }

.testimonial-heading h4 {
  font-size: 70px;
  font-family: "brittany", sans-serif;
  margin-top: 50px;
  margin-bottom: 50px;
}
.comi-pic {
  width: 10px;
  position: absolute;
  z-index: 999;
}

.comi-pic img {
  width: 50px !important;
  text-align: left;
}
.quick-links {


}

.quick-links h3 {
  font-family: "caslon540", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;


}
.quick-links ul {
  padding: 0px;
}
.quick-links ul li {
  padding: 0px;
}
.quick-links ul li a {
  color: #000;
  text-decoration: none;
  line-height: 30px;
}
.quick-links i {
  margin-right: 15px;
  font-size: 20px;


}
.quick-links p {
  margin-bottom: 9px;

}

.mail-icon {
  font-size: 15px !important;
}
.phone-icon {
  padding-top: 0px;

}
.phone-icon i {
  padding-top: 5px !important;


}


.services-main {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;

  margin: auto;
  max-width: 100%;
}
.ser-img {
  width: 24%;
  margin-bottom: 20px;
}


.services-main33 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;

  margin: auto;
  max-width: 100%;
  text-align: center;

}
.ser-img33 {
  width: 32%;
  margin-bottom: 20px;
}
.ser-img33 a {
  text-decoration: none;
}

.our-services img {
    margin-bottom: 20px;

}

.all-prodshow h4 {
    margin-bottom: 100px;

}


.services-main50 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 1900px;
  margin: auto;
  max-width: 100%;
  text-align: center;

}
.ser-img50 {
  width: 48%;
  margin-bottom: 20px;
}
.ser-img50 a {
  text-decoration: none;
}
.services-main a {
  text-decoration: none;
  width: 100%;
    display: ruby-text;
}
.grid-icons  {
  font-size: 18px;
  color: #000;
  padding: 10px 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
.grip50 a:focus + .services-main50 {
  display: block !important;
}
.grip50 a:focus+.services-main {
  display: none;
}
.grip25 {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.grip33 {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.grip25 a {
  color: #c2c2c2;
}
.grip33 a {
  color: #c2c2c2;
}

.grip50 {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.grip50 a {
  color: #c2c2c2;
}
.img-title {
  color: #000;
  font-size: 18px;
  margin-top: 5px;
}
.filter-service {
  text-decoration: none;
  color: #000;
  padding-left: 0px;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
  height: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d4d4d4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.featured-b {
  margin-top: -7px;
  padding: 0 10px;
}
.featured-b i {
  font-size: 13px;
  color: #939393;
}
.filter-icon i {
  font-size: 13px;
  color: #939393;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.b-color {
  color: #000 !important;
}
/* .filter-wht {
  width: 55%;
} */

.filter-service:focus + .filter-wht {
  display: block !important;
}
.hide-filter-main {
  display: flex;
}
.filter-wht {
  padding: 0 0px 0px 24px;
}
.accordion-button svg {
  width: 5px !important;
}
.filter-check {
  float: right;
}
.filter-button::after {
  flex-shrink: 0;
  width: 11px;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-size: auto !important;
  transition: transform 0.2s ease-in-out;
  margin-top: 4px;
  transform: rotate(-90deg);
}
.filter-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(-0deg);
  margin-top: 4px
}
.grid-icons img{
  width: 20px;
}
.product-img{
    width: 100%;
}
#deskFilter img{
  width: 12px;
}
@media screen and (min-width: 768px) {
    .booking-card-content-parent {
        position:relative;
    }
    .booking-card-content-child {
        position: absolute;
        /*overflow: auto;*/
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }

}

.w-pics-text img {
  float: left;
  width: 50%;
  margin-right: 30px;
  margin-bottom: 20px;

}
.first-appointment-box {
  padding: 0 20px;
}
.app-picheg-fix {
  height: 300px;
  overflow: hidden;
  background-color: #ccc;

}
.pad-right0 {
  padding-right: 0px !important;
}
.pad-left0 {
  padding-left: 0px !important;
}

.prev-next {
    font-size: 17px;
}

.prev-next:hover {
    color: rgb(236, 64, 64) !important;
}
.promo-page-main {
  position: relative;
}

.comingsoon-main {
  position: absolute;
  text-align: center;
  color: #fff;
  display: table;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* .comingsoon-heading  {
  position: absolute;

  left: 0%;
  right: 0%;

} */
 .weoffer-pic {
  width: 100%;
 }
 /* .home-discover-pic {
    width: 300px;
    height: 200px;
    object-position: center top;
 }
 .home-discover-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.comingsoon-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-discover-pic img {
  width: 100%;
  height: 80%;
  object-fit: cover;

}
.sec2-p1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.prod-lising img {
  width: 100%;
  height: 90%;
  object-fit: cover;


}
.prod-lising {
  margin-bottom: 9px;

}
.topbar-logo a {
  text-decoration: none !important;
    border-bottom: #000 solid 0px !important;
}
.topbar-logo a:hover {
  text-decoration: none !important;
  border-bottom: #000 solid 0px !important;

}

#readMoreModalHeading {
    font-size: 28px;
    color: #613731;
    font-weight: 600;
    text-align: center;
}

#readMoreModalPrice {
    font-size: 26px;
    color: #613731;
    font-weight: 600;
}

#readMoreModalBody {
    height: 600px !important;
    overflow-y: scroll;
}

.testimonial-star {
    color: #ffce38;
    font-size: 20px;
}

.first-bread {
    color: #878787 !important;
    padding-right: 0;
}

