@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');


   *{ 
    margin: 0;
    padding: 4;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
    font-family: "Open Sans", sans-serif;

}
body {
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
}
html{
    scroll-behavior: smooth;
}
ul {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
    color: #000;
    
}


/* header-sec */

.header-main {
    display: flex;
    width: 100%;
    padding: 9px 0px !important;
    background-color: #fff;
}
.header-top-main { 
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 350px;
}
.logo img {
    width: 100%;
}
.menu-nav {
    position: relative;
    display: flex;
    z-index: 99;
}
.menu-nav>ul{
    display: flex;
}
.menu-nav>ul>li {
    padding: 0 12px;
    display: flex;
}
.menu-nav>ul>li:first-child{
    padding-left: 0;
}
.menu-nav>ul>li:last-child{
    padding-right: 0;
}
.menu-nav>ul>li>a {
    padding: 30px 0;
    color: #1d184f;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s all 
ease;
    /* letter-spacing: 1px; */
    text-decoration: none;
}
.menu-nav>ul>li:hover a{
    color: #6d1419;
}
.menu-nav>ul>li>a>i{
    transition: 0.3s ease;
    color: #1d184f;
}
.bookss a {
    text-decoration: none;
    color: #fff;
    padding: 9px 20px;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
    background-color: #eb6f28;
    text-transform: uppercase;
}
.bookss {
    margin-top: 30px;
}
.hamburger-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 22px;
    display: none;
}
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 5px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    height: 100%;
    width: 30px;
}
.bar {
    width: 30px;
    height: 2px;
    position: relative;
    background-color: #000;
    transition: 0.3s;
}
.bar:nth-child(2) {
    width: 15px;
}
.header-contact .bar:nth-child(2) {
    transform: translateX(-40px);
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    background-color: #000;
}
.header-contact .bar:nth-child(1){
    transform: rotate(135deg);
    top: 8px;
    position: relative;
    background-color: #000;
}
.header-contact .bar:nth-child(3){
    transform: rotate(225deg);
    top: -6px;
    background-color: #000;
    position: relative;
}



/* sticky Header */

.sticky header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 40px #000;
    animation: sticky-header 1s;
    width: 100%;
    
}
@keyframes sticky-header {

    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }

}



/* banner */

.banner-1 .slick-prev{
    display: none !important; 
}
.banner-1 .slick-next{
    display: none !important; 
}



/* about-us */

.about-img {
    margin-bottom: 20px;
    overflow: hidden !important;
    border-radius: 35px 0px;
    /* box-shadow: 4px 6px 11px #b3b7ad9e; */
}
.about-img img {
    width: 100%;
    /* border-radius: 35px 0px; */
   
}
/* .about-img img:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: 3s;
} */
.about-part {
    margin: 80px 0 60px;
}
.about-part h2 {
   text-align:justify;
   padding-top: 0px;
   font-size: 32px;
   font-weight: 500;
   font-family: "Merriweather", serif;
   color: #5f5f5f;
}
.about-part h2 i {
    font-size: 27px;
    padding-right: 8px;
}
.about-part h1 {
    text-align: justify;
    font-size: 35px;
    font-weight: bold;
    /* background: linear-gradient(#919191, #060606); */
    background-color: #6d1419;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 0 9px;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Merriweather", serif;
}
.content-sec p {
    text-align: justify;
    line-height: 35px;
    margin-bottom: 10px;
}
/* .read-btn{
    padding: 12px 40px;
} */
.read-btn:hover {
    color: #fff !important;
    /* background-color: #000; */
}
.btn-box {
    padding-top: 55px;
    text-align: center;
}
.read-btn {
    padding: 14px 40px;
    border-radius: 33px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    /* background-color: #878481; */
}

/* product */


.stay-part {
    padding: 80px 0px 80px;
     /* background-image: url(../images/abstract-luxury-gold-yellow-gradient-studio-wall-well-use-as-backgroundlayoutbanner-product-presentation.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #6d1419;
}
/* .stay-part::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 35 50);
    opacity: 0.9;
} */
.stay-part h4 {
    font-size: 33px;
    font-weight: 600;
    position: relative;
    /* margin-left: 53px; */
    color: #eb6f28;
    letter-spacing: 1px;   
    text-align: center;
}

.stay-part h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 80px;
    color: #f0eded;
    position: relative;
    text-align: center;
    font-family: "Merriweather", serif;
}
.stay-part .slick-prev{
    display: none !important; 
}
.stay-part .slick-next{
    display: none !important; 
}
/* .banner_slider img {
    padding: 10px;
} */
.card {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 41%);
    border: 0;
}
.text-part {
    padding: 11px 0 40px;
}
.text-part h3 {
    text-align: center;
    font-size: 39px;
    font-weight: bold;
}
.btn-1 {
    text-align: center;
    padding-top: 23px;
    /* border: 1px solid; */
}
a.box-1 {
    color: #ffffff !important;
    background-color: #e70202;
    border: 1px solid #fff;
    border-radius: 11px;
    font-size: 18px;
    padding: 14px 24px;
}
.btn-1 {
    text-align: center;
    padding-top: 40px;
    /* border: 1px solid; */
    margin-bottom: 10px;
}
.stay-more h5 {
    font-size: 36px;
    font-weight: 600;
    color: #eb6f28;
    position: relative;
    margin-bottom: 60px;
}
.stay-more h5:before {
    content: "";
    width: 128px;
    background: #eb6f28;
    left: 5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    bottom: -5px;
    position: absolute;
}
.room-image {
    margin-bottom: 23px;
}
section.stay-more {
    padding: 30px 0;
}
.product-part h5 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
.product-sec {
    margin-top: 90px;
}




/* reels */

.reel-section h2 {
    font-size: 44px;
    line-height: 1.2em;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 70px;
    color: #6d1419;
    position: relative;
    text-align: center;
    font-family: "Merriweather", serif;
}
section.reel-section {
    margin: 80px 0;
}

.reel-box {
    width: 100%;
    height: 0;
    padding-bottom: 178%;  /* 9:16 ratio */
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background: #000;
}

.reel-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}







/* gallery */

/* .gallery-img {
    margin-bottom: 20px;
    box-shadow: 4px 6px 11px #b3b7ad;
    display: inline-block;
    width: auto;
    overflow: hidden;
    padding: 5px;
    border: 4px solid #8d8d8d;
}

.gallery-part h3 {
    text-align: center;
    background: #daa520;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56px;
    font-weight: bold;
    font-family: "Merriweather", serif;
}
.gallery-part {
    margin: 80px 0;
}
.gallery-sec {
    padding-top: 60px;
}
.gallery-img img:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: 3s;
} */


.jewel-gallery {
    width: 100%;
    /* padding: 71px 0; */
    padding-top: 85px;
    padding-bottom: 40px;
}
.jewel-gallery h2 {
    font-size: 47px;
    line-height: 1.2em;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 70px;
    color: #6d1419;
    position: relative;
    text-align: center;
    font-family: "Merriweather", serif;
}

.gallery-row {
    display: flex;
    gap: 20px;
}

.gallery-col {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.gallery-title {
    text-align: center;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
}


.read-btn a {
    font-size: 19px;
    /* word-spacing: 5px; */
    color: #020202;
    background-color: #FAF2E9;
    border: 1px solid white;
    padding: 15px 15px;
    font-weight: 500;
    margin-top: 85px;
    display: inline-block;
    position: relative;
    transition: 0.3s 
ease;
    z-index: 9;
    /* border-radius: 5px; */
}

.read-btn a::before {
    position: absolute;
    content: "";
    background-color: black;
    color: #fff;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s ease;
}

.read-btn a:hover::before {
    height: 100%;
    z-index: 999999;
    color: white;
    z-index: -1;
}

.read-btn a:hover {
    color: #fff;
}
.read-btn a  i{
    padding-left: 5px;
    transform: rotate(330deg);
}
.read-btn a:hover i {
  transition: .6s;
    transform: rotate(360deg);
}



/* enquiry*/

.enquiry-part {
    padding-top: 80px;
    background-image: url(../images/enquiry-background-3.webp);
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
.enquiry-part::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: 0.6;
    z-index: -1;
}
.enquiry-sec h2 {
    font-size: 35px;
    font-weight: bold;
    position: relative;
    color: #fff;
    text-align: center;
}
.enquiry-sec p {
    text-align: justify;
    padding: 20px 0;
    /* color: #fff; */
    font-size: 17px;
    font-weight: 400;
    position: relative;
    color: #fff;
}
.enq-btn {
    text-align: center;
    position: relative;
    padding-top: 45px;
}
.enq-btn a{
    color: #fff;
    background-color: #000;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 25px;
    transition: 0.3s ease;
    font-weight: 500;
}
.enq-btn a:hover{
    background-color: #000;
}


/* product-inner-page */


.product-part {
    position: relative;
    /* margin-top: 85px; */
    /* padding-bottom: 75px; */
}
.product-part-1 {
    position: relative;
    margin-top: 30px;
}
.product-part-2 {
    position: relative;
    margin-top: 85px;
    padding-bottom: 70px;
}
 /* .product-part::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000000;
}  */
.product-part .slick-prev{
    display: none !important; 
}
.product-part .slick-next{
    display: none !important; 
}
.dlab-separator-outer {
    overflow: hidden;
    position: relative;
}
.dlab-separator.style-skew {
    width: 10px;
    height: 10px;
    margin-left: 550px;
    margin-right: 1px;
    margin-bottom: 0px;
    background-color: #a76e3e;
}
.dlab-separator[class*=style-] {
    position: relative; /* Ensure the container is relative to position the before and after lines */
}
.dlab-separator[class*=style-]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -66px;
    width: 60px;
    height: 2px;
    background: #a76e3e;
    transform: translateY(-50%);
}
.dlab-separator[class*=style-]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -66px; /* Adjust right position to place it on the right of the main separator */
    width: 60px;
    height: 2px;
    background: #a76e3e;
    transform: translateY(-50%);
}
.product-part h2{
    margin-bottom: 0;
    font-size: 37px;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    position: relative;
}
.dlab-info {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}
.box-part {
    position: relative;
    margin-bottom: 35px;
    box-shadow: rgb(0 0 0 / 24%) 0px 5px 6px;
}
.icon-bx-sm {
    position: absolute;
    bottom: 0;
    z-index: 1;
    border-radius: 0;
    left: 0;
    border: 4px solid #a97142;
    line-height: 72px;
}
.icon-bx-sm img {
    height: 45px;
}
.icon-bx-sm {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.title-part a {
    color: #000000;
}
/* .title-part:after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
} */
.title-part {
    background-color: #ffffff;
    margin-top: 0;
    border-radius: 12px 0px;
    font-size: 20px;
    color: #fff;
    padding: 16px 49px 15px 100px;
    position: relative;
    font-weight: 500;
    margin-bottom: 0;
}
/* Black overlay using ::before */
.product-img {
    position: relative;
    overflow: hidden;
    /* box-shadow: 4px 6px 11px #b3b7ad9e; */
    /* border-radius: 12px 12px 0 0; */
    transition: all 0.3s ease;
    padding: 0 10px;
}

.product-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    
/* Black overlay using ::before */
}
.product-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* transparent initially */
    transition: background 0.5s ease;
    z-index: 1;
}

/* Hover effect on image and content */
.box-part:hover .product-img::before {
    background: rgba(0, 0, 0, 0.118); /* black overlay on hover */
}
.box-part:hover .product-img img {
    transform: scale(1.2); 
    transition: transform 0.5s ease;
}
.box-part:hover .featured-content {
    background-color: #fff; /* Background remains white */
    color: #fff; /* Text changes to white */
}
/* .box-part:hover .featured-content h4 a {
    color: #fff; /* Change h4 (name) to white 
} */
.featured-content {
    border-bottom: 4px solid #6d1419;
    margin-top: -8px;
    z-index: 1;
    margin-left: 1px;
    padding: 25px 0px 25px 0px;
    background-color: #fff;
    margin-right: 1px;
    transform: scale(1.01);
    transition: all 700ms ease;
    box-shadow: 0px 0px 11px 0px rgb(6 22 58 / 10%);
    /* border-radius: 0px 0 15px 16px; */
    position: relative;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
}
/* Bottom border animation on hover */
.featured-content:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 0;
    z-index: -1;
    /* background-color: #e70202; */
    transition: height 0.3s ease-out;
    /* border-radius: 0px 0 15px 16px; */
}
.box-part:hover .featured-content:before {
    height: calc(100% + 1px);
}
.featured-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #5d6576;
    margin-bottom: 0;
    transition: color 0.3s ease;
}
.box-part:hover .featured-content p {
    color: #fff;
}
.featured-title h4 a {
    color: #6d1419;
    font-size: 27px;
    font-weight: bold;
}
.featured-title h4 {
    text-align: center;
}
.ab-button-1 {
    padding-top: 50px;
    text-align: center;
}
.product-img-1 {
    position: relative;
    overflow: hidden;
    /* box-shadow: 4px 6px 11px #b3b7ad9e; */
    /* border-radius: 12px 12px 0 0; */
    transition: all 0.3s ease;
}

.product-img-1 img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    
/* Black overlay using ::before */
}
.product-img-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* transparent initially */
    transition: background 0.5s ease;
    z-index: 1;
}

/* Hover effect on image and content */
.box-part:hover .product-img-1::before {
    background: rgba(0, 0, 0, 0.118); /* black overlay on hover */
}
.box-part:hover .product-img-1 img {
    transform: scale(1.2); 
    transition: transform 0.5s ease;
}









/* breadcrumb */


.breadcrumb {
    background-image: url(../images/breadcrumb-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 17px;
    margin: 0;
}
.breadcrumb::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #6d14199e 0%, rgb(151 87 91 / 51%) 117.71%) !important;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.breadcrumb h2 {
    position: relative;
    color: #fff;
    font-size: 47px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
}
.bread-last {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
  .bread-last a{
    color: #fff;
    transition: 0.3s ease;
  }
  .bread-last a:hover{
    color: #1a62ac;
  }



/* contact us */

.info-box {
    color: #1f1f1f;
    text-align: left;
    padding: 10px 7px 10px 20px;
    background: #ffffff;
    box-shadow: 0px 4px 11px 4px #d1d1d17d;
    border-radius: 4px;
    margin-bottom: 30px;
}
.info-box h3 {
    font-size: 30px;
    color: #6d1419;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
}
section.contact-more {
    margin: 70px 0 60px;
}
iframe {
    width: 100%;
    height: 685px;
}
.info-box p {
    line-height: 43px;
    font-size: 19px;
    color: #000;
    display: flex;
    align-items: center;
}
.info-box i {
    font-size: 24px;
    color: #3d3d3d;
    padding-right: 12px;
}
.info-box a {
    color: #000;
    font-size: 20px;
}
.contact-more h2 {
    text-align: center;
    font-size: 46px;
    margin-bottom: 60px;
    font-weight: bold;
    color: #6d1419;
}



/* enquiry from */


form { margin: auto; }
label {
    display: block;
    margin-top: 15px;
    font-size: 18px;
}
input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
padding: 13px;
margin-top: 9px;
border-bottom: 1px solid;
}
input[type="checkbox"] {
  margin-right: 7px;
}
.checkbox-group { margin-top: 15px; }

button {
margin-top: 10px;
padding: 10px 15px;
color: #fff;
padding: 10px 15px;
border: 1px solid #ffffff;
font-size: 17px;
border-radius: 2px;
transition: 0.3s ease;
background-color: #6d1419;
}

label a {
    color: #6d1419 !important;
    font-weight: bold;
}
.get {
    font-size: 33px !important;
    color: #6d1419;
    padding-bottom: 12px;
    font-weight: bold;
}
.fill {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 50px;
}
.page-part {
    margin: 55px 0 70px;
}
.form-group {
    margin: 15px 0 !important;
  }




/* footer */


footer {
    padding: 85px 0 20px 0;
    background-color: #bbafa5;
    background-image: url(../images/footer-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    position: relative;
    z-index: 1;
    background-position: left;
}

/* Overlay Fix */

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6d1419;
    opacity: 0.94;
    z-index: -1;
}

.foot-logo img {
    width: 253px;
    position: relative;
    background-color: #FAF2E9;
    padding: 19px 11px;
    border-radius: 20px;
}
.foot-logo{
    padding-bottom: 19px;
    position: relative;
}
.first-foot {
    padding-right: 20px;
    text-align: center;
}
.first-foot p{
    color: #ffffff;
    position: relative;
    line-height: 28px;
    text-align: justify;
}
.second-foot h3 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 19px;
    color: #fff;
}
/* .second-foot h3::before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #ffffff, #ffffff);
    width: 98px;
    height: 3px;
    top: 54%;
    left: 7px;
} */
.second-foot ul>li {
    padding-bottom: 15px;
    position: relative;
    display: flex;
}
.second-foot-1 ul>li {
    padding-bottom: 15px;
    position: relative;
    display: flex;
}
.third-foot ul>li {
    padding-bottom: 15px;
    position: relative;
    display: flex;
}
.foot-social a{
    background-color: #3D4250;
    color: #ffffff;
    padding: 7px 12px;
    margin-right: 2px;
    display: inline-block;
}
.foot-social {
    padding-bottom: 25px;
    position: relative;
    padding-top: 14px;
}
.second-foot ul>li>i {
    color: #ffffff;
    padding-right: 12px;
    font-size: 18px;
    align-items: center;
    display: flex;
}
.second-foot ul>li>a{
    color: #ffffff;
    line-height: 28px;
    transition: 0.3s ease;
    font-size: 19px;
    font-weight: 600;
}
.second-foot-1 ul>li>i {
    color: #ffffff;
    padding-right: 12px;
    font-size: 18px;
    align-items: center;
    display: flex;
}
.second-foot-1 ul>li>a{
    color: #ffffff;
    line-height: 28px;
    transition: 0.3s ease;
    font-size: 19px;
    font-weight: 600;
}
.last-foot h3 {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 21px;
    color: #fff;
}
.last-foot {
    margin-left: 20px;
}
/* .last-foot h3::before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #ffffff, #ffffff);
    width: 98px;
    height: 3px;
    top: 54%;
    left: 8px;
} */
.add-time{
    display: flex;
    position: relative;
    padding-bottom: 10px;
}
.add-icon i {
    /* width: 55px; */
    /* margin-right: 20px; */
    /* height: 55px; */
    /* background-color: #201818; */
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    color: #ffffff;
    /* border-radius: 50%; */
    /* position: relative; */
    padding-right: 20px;
    font-size: 26px;
}
.add-icon img {
    width: 30px;
}
.full-add {
    width: calc(100% - 75px);
    position: relative;
    color: #ffffff;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
}
.new-add{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.new-add a{
    color: #ffffff;
}
.copy{
    color: #ffffff;
    position: relative;
    padding-top: 33px;
    font-size: 18px;
    font-weight: 500;
}
.power{
    color: #ffffff;
    position: relative;
    padding-top: 33px;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
}
.power a{
    color: #ffffff;
}
.botton-line {
    border-top: 1px solid #ffffff;
    position: relative;
}
.second-foot.third-foot {
    margin-bottom: 0px;
    margin-left: 20px;
}  
.second-foot {
    margin-left: 25px;
}
.second-foot-1 {
    margin-top: 66px;
    margin-left: 10px;
}
.foot-logo {
    /* width: 98%; */
    width: 280px;
    margin: auto;
    /* padding: 20px 2px; */
    border-radius: 6px;
    text-align: center;
    /* margin: 0 auto; */
}
.foot-logo img {
    width: 100%;
}
.foot-first p {
    width: 100%;
    /* margin: auto; */
    color: #ffffff;
    text-align: justify;
    line-height: 28px;
    font-size: 17px;
    position: relative;
    /* padding-bottom: 40px; */
    padding: 3px 0px;
    margin-bottom: 20px;
}





.pro-jewels{
    padding-top: 80px;
}
.hallmark h2{
    font-size: 45px;
    font-weight: 800;
    padding-bottom: 20px;
    text-align: center;
}
.hallmark p{
    text-align: center;
}
.hall-section{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: transparent;
    padding: 70px 0;
    margin-top: 100px;
}
.pro-jewels img{
    width: 100%;
}
.pro-jewel img{
    width: 100%;
}


.foot-social a {
    background-color: #FAF2E9;
    color: #000000;
    padding: 10px 12px;
    margin-right: 7px;
    display: inline-block;
}
.foot-social {
    padding-bottom: 25px;
    padding-top: 15px;
    text-align: justify;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.foot-social i {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6d1419;
}




/* terms-part */

section.term-sec {
    margin-top: 75px;
}
.term-sec h1 {
    font-size: 30px;
    font-weight: bold;
    color: #6d1419;
    /* text-transform: uppercase; */
}
.term-sec p {
    padding-top: 20px;
    text-align: justify;
}
section.term-sec-1 {
    padding-top: 25px;
}
.term-sec-1 h1 {
    font-size: 30px;
    font-weight: bold;
    color: #6d1419;
}
.term-sec-1 p {
    padding-top: 20px;
    text-align: justify;
}
.term-sec-1 li {
    padding: 10px 0px;
    display: flex;
}
.term-sec-1 ul {
    margin: 5px 0;
    padding: 0;
}
.term-sec-1 ul li i {
    padding-right: 14px;
    font-size: 18px;
    padding-top: 6px;
}
p.text {
    padding: 0;
}
.term-sec-1 a {
    color: #6d1419;
}
.term-sec h5 {
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 28px;
}
section.term-sec-2 {
    padding-top: 25px;
    padding-bottom: 55px;
}
.term-sec-2 h1 {
    font-size: 30px;
    font-weight: bold;
    color: #6d1419;
}
.term-sec-2 p {
    padding-top: 20px;
    text-align: justify;
}


/* Privacy Policy */


section.privacy-sec {
    margin-top: 65px;
}
.privacy-sec h1 {
    font-size: 30px;
    font-weight: bold;
    color: #6d1419;
    /* text-transform: uppercase; */
}
.privacy-sec p {
    padding: 15px 0;
    text-align: justify;
}
p.text-1 {
    padding: 0;
}
.privacy-sec li {
    padding: 10px 0px;
    display: flex;
}
.privacy-sec  ul {
    margin: 5px 0;
    padding: 0;
}
.privacy-sec  ul li i {
    padding-right: 14px;
    font-size: 18px;
    padding-top: 6px;
}
.privacy-sec h5 {
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 28px;
}
.term-sec-2 li {
    padding: 10px 0px;
    display: flex;
}
.term-sec-2 ul {
    margin: 5px 0;
    padding: 0;
}
.term-sec-2 ul li i {
    padding-right: 14px;
    font-size: 18px;
    padding-top: 6px;
}
.term-sec-1 h4 {
    padding-top: 17px;
    font-size: 22px;
    font-weight: 600;
}







@media only screen and (max-width: 1199px) {

    .about-part h1 {
        font-size: 29px;
    }
    .stay-part h2 {
        font-size: 48px;
        padding-bottom: 70px;
    }
    .about-part {
        margin: 50px 0 30px;
    }
    .stay-part {
        padding: 60px 0px 65px;
    }
    section.reel-section {
        margin: 70px 0;
    }
    .enquiry-sec h2 {
        font-size: 26px;
    }
    .enquiry-part {
        padding-top: 75px;
        padding-bottom: 65px;
    }
    .jewel-gallery {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .foot-first p {
        margin-bottom: 40px;
    }
    footer {
        padding: 70px 0 20px 0;
        margin-top: 50px;
    }
    .read-btn a {
        margin-top: 70px;
    }
    .page-part {
        margin: 40px 0 70px;
    }
    .fill {
        font-size: 20px;
    }
    iframe {
        width: 100%;
        height: 700px;
    }
    section.term-sec {
        margin-top: 60px;
    }
    .logo {
        width: 330px;
    }
    section.privacy-sec {
        margin-top: 55px;
    }
}




@media only screen and (max-width:991px) {

    .hamburger-menu {
        display: block;
    }
    .header-contact .menu-nav>ul {
        transform: translateX(0);
    }
    .menu-nav {
        display: initial;
    }
    .menu-nav>ul {
        display: initial;
        flex-direction: column;
    }
    .menu-nav>ul>li>a {
        padding: 13px 0;
        display: block;
        color: #ffffff;
        padding-left: 14px;
        font-size: 17px;
        font-weight: 600;
    }
    .menu-nav>ul>li:first-child {
        padding-left: 0;
    }
    .menu-nav ul li {
        border-bottom: 1px solid #d4d4d4;
        padding-left: 0;
    }
    .menu-nav>ul>li>a>i {
        display: none !important;
    }
    .menu-nav ul li.drop-down-menu {
        padding-right: 60px;
        position: relative;
        overflow: hidden;
    }
    .menu-nav ul li.drop-down-menu::after {
        position: absolute;
        content: "+";
        top: 6px;
        right: 22px;
        font-size: 27px;
    }
    li.drop-down-menu.responsive-header::after {
        content: "-" !important
    }
    .drop-down-menu:hover .drop-down-nav{
        visibility: visible;
        overflow: visible;
        opacity: 1;
        top: 0;
        transition: 0s !important;
        z-index: 9999;
    }
    .drop-down-nav{
        position: initial;
        overflow: visible;
        visibility: visible;
        opacity: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 9;
        height: 0;
    }
    .drop-down-nav {
        width: 301px;
    }
    .drop-down-nav>li>a{
        background-color: #1d184f;
        color: #fff !important;
    }
    .responsive-header .drop-down-nav{
        height: 100%;
        overflow-y: scroll !important;
    }
    .drop-down-nav li{
        width: 300px !important;
    }
    .hamburger-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 20px;
    }
    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        gap: 5px;
        position: relative;
        z-index: 9;
        cursor: pointer;
        height: 100%;
        width: 30px;
    }
    .sticky .bar{
        background-color: #1d184f;
    }
    .sticky .bar:nth-child(2){
        background-color: #1d184f;
    }
    .sticky .bar:nth-child(1){
        background-color: #1d184f;
    }
    .sticky .bar:nth-child(3){
        background-color: #1d184f;
    }
    .menu-nav>ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 315px;
        background-color: #9f3040 !important;
        height: 100vh;
        box-shadow: rgb(17 12 46 / .15) 0 48px 100px 0;
        transform: translateX(-100%);
        transition: 0.5s;
        display: flex;
        justify-content: flex-start;
        z-index: 999999999;
        overflow-y: auto;
    }
    .menu-nav>ul {
      display: flex;
    }
    .logo {
        width: 315px;
    }
    .header-contact nav ul {
        transform: translateX(0);
        overflow-y: scroll;
    }
    nav ul {
        display: initial;
        flex-direction: column;
    }
    .stay-text {
        display: flex;
        flex-direction: column-reverse;
    }
    .contact-part {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-part h1 {
        font-size: 34px;
    }
    .slick-dots {
        display: none !important;
    }
    .second-foot-1 {
        margin-top: 72px;
        margin-left: 80px;
    }
    .privacy-sec h5 {
        font-size: 19px;
        padding-bottom: 27px;
    }   
    .gallery-row {
        flex-direction: column;
    }
    .gallery-col {
        width: 100%;
    }
    .last-foot {
        margin-left: 0px;
        padding-top: 4px;
    }
    section.reel-section {
        margin: 65px 0 55px;
    }
    .jewel-gallery {
        padding-top: 61px;
        padding-bottom: 23px;
    }
    .stay-part h2 {
        font-size: 48px;
        padding-bottom: 60px;
    }
    .stay-part {
        padding: 57px 0px 55px;
    }
    .read-btn a {
        font-size: 18px;
        padding: 13px 10px;
        margin-top: 60px;
    }
    .header-main {
        padding: 12px 0px !important;
    }
    .product-sec {
        margin-top: 65px;
    }
    .power {
        padding-top: 10px;
        text-align: justify;
        font-size: 18px;
    }
    .copy {
        padding-top: 15px;
    }
    .foot-first p {
        margin-bottom: 25px;
    }
    .product-part h5 {
        font-size: 24px;
    }
    .page-part {
        margin: 25px 0 60px;
    }
    .fill {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .jewel-gallery h2 {
        font-size: 45px;
        padding-bottom: 60px;
    }
    section.term-sec-1 {
        padding-top: 22px;
    }
    section.term-sec {
        margin-top: 45px;
    }
    .term-sec-1 p {
        padding-top: 15px;
        text-align: justify;
    }
    section.privacy-sec {
        margin-top: 50px;
    }
    iframe {
        width: 100%;
        height: 456px;
    }
    section.contact-more {
        margin: 70px 0 50px;
    }
    footer {
        padding: 70px 0 20px 0;
        margin-top: 45px;
    }
    .breadcrumb {
        padding: 95px 0;
    }
    .second-foot {
        margin-left: 45px;
    }
}

@media only screen and (max-width:767px) {

    .about-part h1 {
        font-size: 32px;
    }
    .reel-section h2 {
        padding-bottom: 60px;
    }
    section.reel-section {
        margin: 65px 0 45px;
    }
    .enquiry-sec h2 {
        font-size: 19px;
    }
    .jewel-gallery {
        padding-top: 57px;
        padding-bottom: 16px;
    }
    .second-foot h3 {
        font-size: 33px;
    }
    .foot-first p {
        margin-bottom: 30px;
    }
    .foot-first p {
        width: 100%;
        font-size: 17px;
        padding: 2px 10px;
        margin-bottom: 25px;
    }
    .enquiry-sec p {
        padding: 12px 0;
    }
    .jewel-gallery h2 {
        padding-bottom: 60px;
    }
    .second-foot-1 ul>li>a {
        font-size: 18px;
    }
    .second-foot ul>li>a {
        font-size: 18px;
    }
    .last-foot {
        padding-top: 4px;
    }
    .stay-part {
        padding: 60px 0px 55px;
    }
    .breadcrumb {
        padding: 95px 0;
    }
    .featured-title h4 a {
        font-size: 24px;
    }
    .product-sec {
        margin-top: 60px;
    }
    footer {
        margin-top: 35px;
    }
    .last-foot h3 {
        font-size: 37px;
    }
    .get {
        font-size: 26px !important;
        padding-bottom: 8px;
    }
    .page-part {
        margin: 15px 0 50px;
    }
    .contact-more h2 {
        font-size: 46px;
        margin-bottom: 50px;
    }
    .fill {
        margin-bottom: 30px;
    }
    .foot-logo {
        width: 246px;
    }
}


@media only screen and (max-width:576px) {

    .privacy-sec h5 {
        font-size: 18px;
        padding-bottom: 27px;
    }
    .get {
        padding-bottom: 7px;
    }
    .fill {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .about-part {
        margin: 40px 0 28px;
    }
    .read-btn a {
        font-size: 18px;
        padding: 12px 9px;
        margin-top: 58px;
    }
    .reel-section h2 {
        padding-bottom: 65px;
    }
    .enquiry-part {
        padding-top: 71px;
        padding-bottom: 45px;
    }
    footer {
        margin-top: 40px;
    }
    .about-img {
        padding-top: 10px;
    }
    .logo {
        width: 290px;
    }
    .second-foot-1 {
        margin-top: 70px;
        margin-left: 50px;
    }
    .second-foot {
        margin-left: 0px;
    }
    .last-foot {
        margin-left: 0px;
    }
    .add-icon i {
        font-size: 25px;
    }
    .foot-logo {
        width: 235px;
    }
}


@media only screen and (max-width:450px) {

    .logo {
        width: 265px;
    }
    .about-part {
        margin: 40px 0 25px;
    }
    .about-part h1 {
        font-size: 24px;
    }
    .about-part h2 {
        font-size: 30px;
    }
    .about-part h2 i {
        font-size: 25px;
        padding-right: 8px;
    }
    .about-img {
        padding-top: 15px;
    }
    .stay-part {
        padding: 59px 0px 59px;
    }
    .stay-part h2 {
        font-size: 47px;
        padding-bottom: 50px;
    }
    .read-btn {
        padding: 0px 0px;
    }
    .read-btn a {
        margin-top: 65px;
    }
    .read-btn a {
        font-size: 17px;
        padding: 14px 9px;
    }
    .product-part h5 {
        font-size: 30px;
    }
    .reel-section h2 {
        font-size: 45px;
        padding-bottom: 60px;
    }
    section.reel-section {
        margin: 61px 0 50px;
    }
    .enquiry-sec h2 {
        font-size: 23px;
    }
    .enquiry-part {
        padding-top: 65px;
        padding-bottom: 40px;
    }
    .jewel-gallery h2 {
        padding-bottom: 55px;
        font-size: 37px;
    }
    .privacy-sec h5 {
        font-size: 18px;
        padding-bottom: 27px;
    }
    .jewel-gallery {
        padding-top: 55px;
        padding-bottom: 18px;
    }
    .foot-first p {
        width: 100%;
        padding: 0px 0px;
    }
    .second-foot {
        margin-left: 0px;
    }
    footer {
        padding: 60px 0 10px 0;
        margin-top: 35px;
    }
    .second-foot-1 {
        margin-top: 0px;
        margin-left: 0px;
    }
    .last-foot {
        margin-left: 0px;
        padding-top: 15px;
    }
    .foot-first p {
        margin-bottom: 25px;
    }
    .second-foot h3 {
        padding-bottom: 17px;
        font-size: 32px;
    }
    .power {
        padding-top: 10px;
        text-align: justify;
        font-size: 18px;
    }
    .copy {
        padding-top: 20px;
        font-size: 18px;
    }
    .breadcrumb {
        padding: 70px 0;
        gap: 14px;
        background-position: right;
    }
    .product-sec {
        margin-top: 55px;
    }
    .featured-title h4 a {
        font-size: 30px;
    }
    .get {
        font-size: 19px !important;
    }
    .fill {
        font-size: 17px;
        margin-bottom: 23px;
    }
    .page-part {
        margin: 25px 0 50px;
    }
    .breadcrumb h2 {
        font-size: 42px;
    }
    .bread-last {
        font-size: 18px;
    }
    .enquiry-sec p {
        padding: 20px 0;
        font-size: 17px;
        font-weight: 500;
    }
    .term-sec-1 h1 {
        font-size: 24px;
        font-weight: bold;
    }
    .foot-logo {
        width: 255px;
    }
    .contact-more h2 {
        font-size: 42px;
        margin-bottom: 45px;
    }
    .term-sec h5 {
        font-size: 18px;
        padding-bottom: 27px;
    }
    section.term-sec {
        margin-top: 35px;
    }
    section.privacy-sec {
        margin-top: 35px;
    }
    section.contact-more {
        margin: 70px 0 45px;
    }
    .last-foot h3 {
        font-size: 35px;
    }
    .full-add {
        font-size: 17px;
    }


}


@media only screen and (max-width:400px) {

    .logo {
        width: 255px;
    }
    .menu-nav>ul {
        width: 265px;
    }
    .about-part h1 {
        font-size: 20px;
    }
    .about-part h2 {
        font-size: 25px;
    }
    .about-part h2 i {
        font-size: 21px;
        padding-right: 8px;
    }
    .about-part h2 {
        padding-top: 0px;
    }
    .stay-part h2 {
        font-size: 42px;
        padding-bottom: 50px;
    }
    .reel-section h2 {
        font-size: 41px;
        padding-bottom: 55px;
    }
    section.reel-section {
        margin: 56px 0 45px;
    }
    .jewel-gallery h2 {
        padding-bottom: 50px;
        font-size: 32px;
    }
    .jewel-gallery {
        padding-top: 52px;
        padding-bottom: 18px;
    }
    .last-foot {
        margin-left: 0px;
        padding-top: 10px;
    }
    .privacy-sec h1 {
        font-size: 25px;
    }
    .term-sec-1 h1 {
        font-size: 23px;
    }
    .term-sec-2 h1 {
        font-size: 26px;
    }
    .term-sec-1 h1 {
        font-size: 21px;
    }
    .last-foot h3 {
        font-size: 33px;
    }
    .second-foot h3 {
        padding-bottom: 17px;
        font-size: 31px;
    }
    section.term-sec-2 {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .get {
        font-size: 18px !important;
    }
    .breadcrumb h2 {
        font-size: 34px;
    }
    .breadcrumb {
        padding: 70px 0;
        gap: 10px;
        background-position: right;
    }
    section.term-sec {
        margin-top: 40px;
    }
    .term-sec h5 {
        font-size: 18px;
        padding-bottom: 25px;
    }
    section.term-sec-1 {
        padding-top: 20px;
    }
    section.privacy-sec {
        margin-top: 30px;
    }
    section.contact-more {
        margin: 60px 0 40px;
    }
    .info-box a {
        font-size: 18px;
    }
    .info-box {
        padding: 10px 7px 10px 10px;
    }
    .foot-logo {
        width: 235px;
    }
}



@media only screen and (max-width:350px) {

    .stay-part h2 {
        font-size: 42px;
        padding-bottom: 38px;
    }
    .logo {
        width: 227px;
    }
    .contact-more h2 {
        font-size: 40px;
        margin-bottom: 35px;
    }
    .hamburger-menu {
        padding-right: 5px;
    }
    .term-sec-1 h1 {
        font-size: 20px;
    }
    .term-sec-2 h1 {
        font-size: 25px;
    }
    .privacy-sec h1 {
        font-size: 23px;
    }
    .term-sec-2 h1 {
        font-size: 24px;
    }
    .term-sec-1 h1 {
        font-size: 22px;
    }
    .term-sec-2 h1 {
        font-size: 26px;
    }
    .term-sec h1 {
        font-size: 28px;
    }
    .get {
        font-size: 17px !important;
    }
    .page-part {
        margin: 20px 0 45px;
    }
    .fill {
        font-size: 17px;
        margin-bottom: 20px;
    }
    section.term-sec {
        margin-top: 30px;
    }
    .info-box {
        padding: 10px 5px 10px 7px;
        margin-bottom: 30px;
    }
    label {
        font-size: 17px;
    }
    .info-box h3 {
        font-size: 27px;
    }
    .copy {
        padding-top: 20px;
        font-size: 17px;
    }
    .add-icon i {
        padding-right: 10px;
    }
    .add-icon i {
        font-size: 22px;
    }
    .full-add {
        font-size: 17px;
    }
    .power {
        font-size: 17px;
    }
    .foot-logo {
        width: 215px;
    }
    .about-part h1 {
        font-size: 18px;
    }
    .reel-section h2 {
        font-size: 36px;
        padding-bottom: 51px;
    }
    .enquiry-sec h2 {
        font-size: 19px;
    }
    .jewel-gallery h2 {
        padding-bottom: 50px;
        font-size: 29px;
    }
    .info-box i {
        font-size: 20px;
        color: #3d3d3d;
        padding-right: 6px;
    }
    .info-box a {
        font-size: 17px;
    }
    section.contact-more {
        margin: 50px 0 36px;
    }
    footer {
        padding: 55px 0 10px 0;
        margin-top: 35px;
    }
   
}


/* @media (max-width: 768px) {
    .gallery-row {
        flex-direction: column;
    }
    .gallery-col {
        width: 100%;
    }
   
} */