@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&family=Philosopher:wght@400;700&display=swap');

/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Philosopher', sans-serif;
#ab8e66 - gold
#f3f3f3 - light white

 */
html {
  scroll-behavior: smooth;
}
.relative { position:relative; }
h1, h2, h3, h4, h5 {
    font-family: 'Philosopher', sans-serif;
    color: #ab8e66;
    font-size: 32px;
 
}
p, ul, li, h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #141414;

}
.product-box {
    text-align: center;
}
.product-box img {
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}
.hidden-abt { display:none; }
.show { display:block; }
.icon-box img {
    width: 80px;
    height: auto;
    padding: 10px;
}
a.secondary-btn {
    width: 100%;
    background: #141414;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 10px;
    color: #ab8e66;
    font-weight: 700;
}
.primary-btn { position: relative;border-radius: 0px; border:1px solid #ab8e66; padding:10px 20px; color: #ab8e66;font-size:16px; cursor:pointer; transition:ease all .3s; }
.primary-btn:hover, .primary-btn:active, .primary-btn:focus, .primary-btn:visited { background:transparent; transition:ease all .3s; color:#ab8e66; transform:scale(1.05);  }
.primary-btn:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -4px;
    right: -4px;
    bottom: 2px;
    border: 1px solid #ab8e66;
    border-radius: 0px;
}

.p-60 { padding: 60px 0; }
.p-btm-50 { padding:0 0 50px; }
.p-top-50 { padding:50px 0 0px; }

a { text-decoration:unset; color:unset; }
ul { padding:0 }
ul li { list-style:none; }
button { outline:none; box-shadow:none;  }
.primary-bg {
    background: #f3f3f3;
}


body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Josefin Sans', sans-serif;
}

/* navbar css start */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}



.navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
  margin-bottom: 0;
}
.logo {
  order: 1;
}

.logo img { max-width:150px; filter: brightness(0) invert(1);}
/*.scrolledheader .logo img { max-width:120px; filter: brightness(1) invert(0);}*/

.menu-items li {
  list-style: none;
  margin-left: 35px;
  font-size: 16px;
}
.item-image {
    border-radius: 10px;
    overflow: hidden;
}
.product-box-desc p span {
    color: #919191;
    font-size: 14px;
}

.navbar a {
  color: #f3f3f3;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
  font-family: 'Josefin Sans', sans-serif;
}
 .navbar.scrolledheader a {
  color: #141414;
}

.scrolledheader .navbar a:hover {
  color: #ab8e66;
}
section.inhouse-section { overflow:hidden; }
.scrolledheader { background: #ab8e66; transition:ease all .3s; }

/* contact us css start */
.banner-section {
    background-size: cover;
    position: relative;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    background-position: center center;
}
.banner-section .container {
    z-index: 9;
}
.banner-section:before {
    content: close-quote;
    background: #0000008f;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.contact-bg { 
    background:url('../images/banner/contactbanner.png') no-repeat;
    }

section.contact-data h1 {
    text-align: center;
}
section.contact-data button {
    color: #fff;
    width: 100%;
    background: #ab8e66;
    padding: 15px;
    border-radius: 30px;
    letter-spacing: 0.1em;
    border: none;
    margin: 0 auto;
}

/* contact us css end */

/* model css start */

ul.product-detail-model li {
    flex: 0 0 50%;
}

ul.product-detail-model li img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center center;
}
.modal-dialog {
    max-width: 800px;
}
ul.product-detail-model {
    margin: 0;
    display: flex;
}

button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}
.modal-body {
    padding: 0;
}
ul.product-detail-model .product-box-desc {
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* model css end */


@media (max-width: 768px) {
  .navbar {
    background: #ab8e66;
    padding: 0;
  }
  .navbar a{ color:#ab8e66 !important; }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
    padding: 0;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    right: 40px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 28px;
    width: 35px;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 100px;
    background: #141414;
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    padding-left: 0px;
    transition: transform 0.5s ease-in-out;
    overflow: scroll;
  }

  .navbar .menu-items li {
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 2.5rem;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
    background: #ab8e66;
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
    background: #ab8e66;
  }
}

@media (max-width: 500px) {
  .navbar-container input[type="checkbox"]:checked ~ .logo {
    display: none;
  }
}

/* navbar css end */


/* banner css start */
.banner-box { height:100vh; overflow:hidden; }
.banner-box img { width:100%; height:100vh;object-fit:cover; }
.banner-data-box { position:absolute; width:60%; margin: auto; text-align: center; left: 0; right: 0; height:100%;display:flex;flex-direction:column; justify-content:center; vertical-align:middle; top:0; }
.banner-data-box h1 { color:#fff; font-weight:700; font-size:36px; }
.banner-data-box h6 { color:#fff; font-weight:400;font-size:18px; padding:0 0 15px; }
/* banner css end */

.product-quality-box {
    display: flex;
    text-align: center;
}
.product-quality-box li { flex:0 0 33%; }
.desc-box h5 {
    font-size: 20px;
}

.desc-box p { font-size:14px; margin:0 }
/* heading box css start */
.heading-box h2 { position:relative; }
.heading-box h2:after {
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
    display: block;
    margin-right: auto;
    margin-left: auto;
    content: " ";
    height: 0;
    width: 60px;
    border-top: 1px solid #b7b7b7;
    transition: all .4s ease-in-out;
}
.heading-box p { padding:10px 0 10px; }
/*.abt-head {
    position: relative;
    border-radius: 0px;
    border: 1px solid #ab8e66;
    padding: 10px 20px;
    color: #ab8e66;
    font-size: 16px;
    cursor: pointer;
    transition: ease all .3s;
}
.abt-head:before {
    content: '';
    position: absolute;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: 12px;
    border: 1px solid #ab8e66;
    border-radius: 0px;
}
*/
/* heading box css end */
/* product view css start */
ul.product-view li {
    flex: 0 0 25%;
    position: relative;
}
ul.product-view li img { width:100%; }
ul.product-view {
    margin: 0;
    display: flex;
}
.prodict-img:hover:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #ab8e66;
    content: '';
}
.hover-data {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    padding: 15px;
    text-align: center;
}
.prodict-img:hover .hover-data {
    background: #000000bf;
    transition: ease all .3s;
}
.hover-data p { opacity:0; }
.prodict-img:hover p { opacity:1 }
.hover-data h2 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.hover-data p {
    color: #fff;
    font-size: 14px;
} 
/* home scroll secition css start */

section.scrollable-section-home video {
    width: 100%;
    display: block;
}
section.scrollable-section-home { overflow:hidden; }

.scrollable-section-home .container { position:absolute; top:0; width:60%; margin: auto; text-align: center; left: 0; right: 0; height:100%;display:flex;flex-direction:column; justify-content:center; vertical-align:middle; top:0; }

section.scrollable-section-home h2 { color:#fff; }

section.scrollable-section-home p { color:#fff; }
section.scrollable-section-home .primary-btn, section.scrollable-section-home .primary-btn:before { color:#fff; border-color: #fff; }
section.scrollable-section-home:before {
    content: close-quote;
    background: #14141494;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
/*.scrollable-section-home {
    background: url('images/perfume-scroll.png') no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
*//*.scrollable-section-home:before {
    content: close-quote;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}*/

/* design box css start */
.design-pattern-box {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;

}
.design-pattern-box li:first-child {
    flex: 0 0 40%;
}
.design-pattern-box li {
    flex: 0 0 29%;
}
li.text-box-aligned {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item-image {
    background: #dadada;
    position: relative;
    flex-grow: 1;
}
.item-image:after {
    content: '';
    display: block;
    padding-bottom: 149%;
}
li.image-twice-block.item-secondary .item-image:first-child {
    margin-bottom: 15px;
}
.item-secondary .item-image:after {
    padding-bottom: 72%;
}
.item-image img {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.design-pattern-box li img { max-width:100%; }
/* design box css end */

/*product box css start */
.product-box-zone {
    margin: 0 auto;
    justify-content: center;
}
.product-box-tabs .nav-pills .nav-link { color:#141414; font-size:18px; text-transform:uppercase; }
.product-box-tabs .nav-pills .nav-link.active, .product-box-tabs .nav-pills .show>.nav-link, .product-box-zone .nav-pills .nav-link.active, .product-box-zone .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #ab8e66;
    font-weight: 700;
    border-bottom: 2px solid;
    border-radius: 0px;
}
ul.product-box li img {
    width: 100%;
}
ul.product-box li { flex:0 0 23%; }
ul.product-box {
    justify-content: space-between;
    display: flex;
}
.product-box-desc {
    padding: 15px 0 0;
}
.product-box-desc h6 {
    color: #ab8e66;
    font-size: 12px;
    margin: 0 0 10px;
}
.product-box-desc p {
    font-size: 16px;
    margin: 0 0 10px;
    color: #141414;
}
/*product box css end */

/* footer css start*/

.footer-meroy {
    background: #141414;
    padding: 50px 0;
}
.footer-meroy input {
    width: 100%;
    background: #fff;
    color: #bbbbbb;
    font-size: 15px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 30px;
    border:none;
}
.footer-meroy button {
    color: #fff;
    width: 100%;
    background: #ab8e66;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    border-radius: 30px;
    letter-spacing: 0.1em;
    border:none;
}
.footer-meroy .list {
    text-align: center;
    color: #f3f3f3;
    font-size: 14px;
    padding: 0 0 10px;
}
.ft-title {
    color: #ab8e66;
    text-align: center;
    font-size: 22px;
}
.footer-meroy .menu .menu-item {
    color: #f3f3f3;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.footer-meroy .menu .menu-item a {
    color: #f3f3f3;
    list-style: none;
}
footer.secondary-ftr {
    display: flex;
    background: #141414;
    border-top: 1px solid #ab8e66;
    padding: 10px 0;
}
footer.secondary-ftr li { color:#f3f3f3 }
ul.footer-btn > li {
    flex: 0 0 50%;
}
.social-icons ul li {
    margin-right: 10px;
}
.social-icons {
    display: flex;
}
ul.footer-btn {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.social-icons ul {
    display: flex;
    justify-content: space-between;
}
.social-icons ul li { flex:0 0 25%; }
ul.footer-btn > li:last-child {
    text-align: right;
 }
/* footer css end*/
.desc-box p {
    width: 80%;
    margin: 0 auto;
}
.product-box img {
    width: 100%;
}

.product-box {
    margin-top: 20px;
}
@media(max-width:991.9px){
ul.product-view { display:block; }
}

@media(max-width:767.9px){
    .banner-box { height:auto; }
    .desc-box p {
    width: 100%;
    margin: 0 auto;
}
    section.scrollable-section-home.relative,  section.scrollable-section-home.relative video {
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}
    ul.product-box, ul.design-pattern-box, .product-quality-box {
    display: block;

}
ul.product-box li, .product-quality-box li { margin:10px 0; }
.design-pattern-box li img {
    position: relative;
   
}
.design-pattern-box li {
     margin-bottom: 15px;
}
.item-image:after { display:none; }
footer.footer-meroy .col-md-4.col-12:nth-child(2) {
    order: 3;
}
}