@font-face {
  font-family: 'eyesome';
  src: url(../fonts/eyesome-duo-script.otf);
}
@font-face {
  font-family: 'urw';
  src: url(../fonts/URWClassico-Regular.ttf);
}

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'
}
.container {
  width: 1500px;
  max-width: 90%;
}
.custom-container {
  width: 1800px;
  margin: auto; 
  max-width: 98%;
}
.topbar-main {
  margin-top: 15px;
  border-bottom: #e2e2e2 solid 1px;
  padding-bottom: 10px;
}
.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;
}
.navbar-main {
  margin-top: 20px;
}
.navbar-main img {
  margin-top: -60px;
}
.navbar-main a {
  color: #000;
  text-decoration: none;

  
}
.navbar-main a:hover {
  border-bottom: #000 solid 1px;
  background-color: #fff;
 
}
.rightnav-top a {
  margin-right: 12px;
}

@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 h2 {
  font-size: 35px;
  margin-top: 30px;

}
.book-b a {
  font-size: 30px;
  font-family: "eyesome", sans-serif;
  background-color: var(--button-color);
  width: 230px;
  display: block;
  margin: auto;
  padding: 10px 0px;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
}
  

.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: 50px 50px;
  border-top: #dbdbdb solid 1px;
}

.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;
 
  
  
}
.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;
  

  
}
.sevices-main {
  margin: auto;
  padding-top: 80px;
  padding-left: 150px;
  position: relative;
}
.sevices-main h2 {
  font-size: 50px;
  font-family: "urw", sans-serif;
  color: var(--main-color);
}
.sevices-main ul {
  padding: 0px;   
}
.sevices-main ul li {
  font-size: 20px;
  margin-left: 35px;
  list-style: disc;
  color: var(--main-color);
}
.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: 32px;
  font-family: "urw", sans-serif;
}
.sec4-main i {
  color: #ffce38;
  font-size: 28px;
  margin: 5px 2px;
  margin-bottom: 10px;
}
.box-main {
  min-height: 270px;
}
.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: 30px;

}
.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;
}
.contact-card {
  padding: 20px;
  border: #e2e2e2 solid 1px;  
  margin-bottom: 15px;

}
.contact-card h4 {
  font-size: 15px;
}
.contact-card i {
  background-color: var(--button-color);
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
  border-radius: 50px;
  font-size: 22px;
  padding-top: 16px;
  
  
}
.slider-bg {
  background-color: var(--button-color);
}

.all-gowns {
  padding: 50px 0px;
}
.bookings-sec {
  padding: 0px 0px;
  
}
.bookings-sec h3 {
  font-size: 35px;
  font-family: "urw", sans-serif; 
  margin-bottom: 20px;
}
.booking-card {
  border: #e7e7e7 solid 1px;
  margin-bottom: 20px;
  padding: 30px 40px;
  height: 210px;
}
.booking-card h3 {
  border: #ccc solid 1px;
  margin-bottom: 20px;
  padding: 20px 20px;
}
.booking-card h4 {
  font-family: "urw", sans-serif;
  font-size: 25px;
  font-weight: 500;
}
.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-main {
  padding: 40px 100px;
}

.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;

}
.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: 40px 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;
}
.blog-heading p {
  margin-bottom: 0px;  
}
.blog-heading a {
  margin-top: 10px;  
  display: block;
  width: 78px;
}
.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;
}
.copright-bottom a {  
  padding: 0px 2px;
  color: #000;
  text-decoration: none;
}

.newletter-main {
  padding: 40px 0px;
}
.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;
  font-family: "urw", sans-serif;  
}
.newletter-logo img {
  width: 400px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 25px;
}
.sidenav {
  height: 100%;
  width: 300;
  position: fixed;
  z-index: 99;
  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;
  
}

.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 !important;
  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) !important ;
  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: 60px;
  background-color: var(--sub-color) !important;
  color: #fff !important;
  width: 60px;	
  height: 60px;
  font-size: 22px;
}
#prod-slider button.owl-prev {
  right: 52px;
  background-color: var(--sub-color) !important;
  color: #fff !important;
  width: 60px;
  height: 60px;
  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: 60px;
  background-color: var(--sub-color) !important;
  color: #fff !important;
  width: 60px;	
  height: 60px;
  font-size: 22px;
}
#prod-slider2 button.owl-prev {
  right: 52px ;
  background-color: var(--sub-color) !important;
  color: #fff !important;
  width: 60px;
  height: 60px;
  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 !important;
  text-decoration: none;  
}
.blog-list-main {
  margin-bottom: 35px;
}
.blog-detail-head {
  font-size: 35px !important;
  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 15px;
  padding: 0px;
  border-radius: 0px;
}
.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;  
}


