@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');

*{
    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: 172px;
}
.logo img {
    width: 100%;
}
.menu-nav {
    position: relative;
    display: flex;
    z-index: 99;
}
.menu-nav>ul{
    display: flex;
}
.menu-nav>ul>li {
    padding: 0 16px;
    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: 32px 0;
    color: #1d184f;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s all ease;
    letter-spacing: 1px;
    text-decoration: none;
}
.menu-nav>ul>li:hover a{
    color: #e70202;
}
.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 */

.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%;
}
/* .about-img img:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: 3s;
} */
.about-part {
     /* background-image: url(../images/background-img-2.jpeg);   */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    background-attachment: fixed !important;
}
.about-sec {
    padding-top: 70px;
}
.about-part h2 {
    text-align: justify;
    padding-top: 15px;
    font-size: 32px;
    font-weight: 500;
    font-family: "Allura", cursive;
    font-size: 44px;
}
.about-part h1 {
    /* text-align: center; */
    font-size: 45px;
    font-weight: bold;
    color: #e70202;
    /* background: linear-gradient(#a31834, #a31834);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    padding: 5px 0 13px;
    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: 28px;
    text-align: justify;
}
.read-btn {
    padding: 14px 40px;
    border-radius: 33px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    background-color: #878481;
}


/* the stay */


.stay-part {
    padding: 80px 0px 99px;
    /* background-image: url(../images/choose-us.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-color: #c80000;
}
/* .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: 47px;
    line-height: 1.2em;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 70px;
    color: #f0eded;
    position: relative;
    text-align: center;
    font-family: "Merriweather", serif;
}
.slide .slick-prev{
    display: none !important; 
}
.slide .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;
}


/* enquiry */

.enquiry-part {
    position: relative;
    background-image: url(../images/image-1.jpg);
    padding-top: 65px;
    background-color: #fbf0e5;
    padding-bottom: 70px;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}

.enquiry-part::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.7;
    z-index: 0;
}
.enquiry-part h4 {
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 47px;
    font-family: "Allura", cursive;
}
.cta-one__title {
    margin-bottom: 0px;
    color: #ffffff;
    line-height: normal;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    position: relative;
    
}
.enquiry-part p {
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    padding: 12px 15px;
    position: relative;
}

.cta-one__btn {
    text-align: center;
}
.voldor-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
    background-color: #241F21;
    color: #fff;
    padding: 19px 40px;
    transition: 500ms;
    text-transform: uppercase;
    background-color: #bc8458;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}
.cta-one__btn a::after {
    background:  #fff;
}
.voldor-btn::after {
    background: #AE8F62;
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* 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: #e70202;
    -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;
}


/* footer-part */

footer {
    padding: 90px 0 40px 0;
    position: relative;
    /* background-image: url(../images/footer-bg-1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0a0a0a;
}
 /* footer::before{
    position: absolute;
    background-color: #06416f !important;
    content: "";
    height: 100%;
    left: 0;
    opacity: .95;
    right: 0;
    top: 0;
    width: 100%;
}  */
/* footer .container {
    max-width: 1210px;
} */
.foot-logo img {
    width: 253px;
    position: relative;
    background-color: #fff;
    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 {
    color: #ffffff;
    font-weight: 700;
    font-size: 27px;
    padding-bottom: 40px;
    position: relative;
    /* font-family: "Montserrat", sans-serif; */
}
.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;
}
.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;
}
.last-foot h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 40px;
    position: relative;
    /* font-family: "Montserrat", sans-serif; */
}
.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: 30px;
}
.add-icon img {
    width: 30px;
}
.full-add{
    width: calc(100% - 75px);
    position: relative;
    color: #ffffff;
    line-height: 28px;
}
.new-add{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.new-add a{
    color: #ffffff;
}
.copy{
    color: #ffffff;
    position: relative;
    padding-top: 33px;
}
.power{
    color: #ffffff;
    position: relative;
    padding-top: 33px;
    text-align: right;
}
.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: 10px;
}
.foot-logo {
    /* width: 98%; */
    width: 199px;
    margin: auto;
    /* padding: 20px 2px; */
    border-radius: 6px;
    text-align: center;
    /* margin: 0 auto; */
}
.foot-logo img {
    width: 100%;
}
.foot-first p {
    width: 94%;
    /* margin: auto; */
    color: #ffffff;
    text-align: justify;
    line-height: 28px;
    font-size: 17px;
    position: relative;
    /* padding-bottom: 40px; */
    padding: 2px 25px;
    margin-bottom: 50px;
}
.map-part iframe {
    width: 100%;
    width: 100%;
    margin-bottom: 17px;
}


/* breadcrumb */


.breadcrumb {
    background-image: url(../images/background-img.png);
    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, #000000 0%, rgb(36 36 36) 117.71%) !important;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.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;
  }


/* our product inner page */


.title-small {
    display: block;
    color: #e70202;
    margin-bottom: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    line-height: 28px;
    position: relative;
    font-family: "Merriweather", serif;
}
.title-small-1 {
    display: block;
    color: #e70202;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 44px;
    line-height: 25px;
    position: relative;
    font-family: "Merriweather", serif;
}
.title-small-2 {
    display: block;
    color: #e70202;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 47px;
    line-height: 25px;
    position: relative;
    font-family: "Merriweather", serif;
}
.product-sec {
    padding-top: 70px;
}
/* section.product-part {
    margin-top: 80px;
    background-color: #2E2E2E;
    /* background-color: #F7F7F7; 
    padding-top: 50px;
    padding-bottom: 80px;
} */
.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;
}
.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;
}
.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 #e70202;
    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: #000;
    font-size: 27px;
    font-weight: bold;
}
.featured-title h4 {
    text-align: center;
}
.ab-button-1 {
    padding-top: 50px;
    text-align: center;
}





/* contact-us */


.feature-block .inner-box {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px 25px;
    cursor: pointer;
    height: 290px;  
}
.feature-block .inner-box:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 0px;
    width: 109px;
    height: 179px;
    background-image: url(../image/triangel.png);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
.feature-block .inner-box .image-box {
    /* height: 80px; */
    width: 80px;
    /* border-radius: 50%; */
    line-height: 65px;
    text-align: center;
    margin-bottom: 17px;
    font-size: 37px;
    border: 2px solid #939393;
    border-radius: 10px;
}
.image-box i {
    color: #e70202;
}
figure.image {
    margin-bottom: 0;
}
.feature-block .inner-box .image-box img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.feature-block .inner-box:hover .image-box img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.feature-block .inner-box .title {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 0;
}
.contact-us h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.contact-us h3 {
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    color: #e70202;
}
.contact-us {
    padding: 60px 0;
}
.contact-more {
    padding-top: 70px;
}
.inner-box h2{
    font-size: 28px;
    margin-bottom: 14px;
    text-align: left;
}
.inner-box address{
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.number{
  margin-bottom: 6px;
}
.number:last-child{
  margin-bottom: 0;
}
.number a{
  color: #212529;
  font-weight: 600;
  transition: 0.4s ease;
  font-size: 20px;
}
.number a:hover{
  color: #1985f0;
}  
.horizontal-part {
    margin-top: 60px;
    padding-bottom: 45px;
}
.text p {
    text-align: justify;
    line-height: 35px;
}
.img-horizontal {
    box-shadow: 0 2px 15px 0 rgb(2 6 85 / 56%);
    /* padding: 10px; */
}
.belt-filter {
    padding-top: 70px;
}


/* Fixed Whatsapp Button */

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9;
}
.btn-whatsapp-pulse svg {
    width: 35px;
    height: 35px;
    fill: #fff;
}
.btn-whatsapp-pulse svg path {
    stroke: #fff; 
    stroke-width: 10;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
} 


/* 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: rgb(0 0 0 / 62%);
}

label a {
color: #ff0000 !important;
}
.get {
    font-size: 33px !important;
    color: #e70202;
    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;
  }


/* .enquiry-part {
    padding-top: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 65px;
    position: relative;
}
.enquiry-sec h2 {
    font-size: 35px;
    font-weight: bold;
    position: relative;
    color: #fff;
}
.enquiry-sec p {
    text-align: justify;
    padding: 20px 0;
    /* color: #fff; 
    font-size: 19px;
    font-weight: 600;
    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;
} */



/* terms-part */

section.term-sec {
    margin-top: 75px;
}
.term-sec h1 {
    font-size: 30px;
    font-weight: bold;
    color: #e70202;
    /* 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: #e70202;
}
.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: #ff0000;
}
.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: #e70202;
}
.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: #e70202;
    /* 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;
}




@media only screen and (max-width: 1199px) {

    .logo {
        width: 170px;
    }
    .stay-part {
        padding: 70px 0px 95px; 
    }
    .gallery-part {
        margin: 75px 0;
    }
    footer {
        padding: 80px 0 20px 0;
    }
    .page-part {
        margin: 40px 0 70px;
    }
    .get {
        padding-bottom: 8px;
    }
    .fill {
        font-size: 20px;
    }
    .contact-us {
        padding: 60px 0 55px;
    }
    .about-part {
        padding-bottom: 57px;
    }
}



@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: #e70202 !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: 174px;
    }
    .header-main {
        padding: 12px 0px !important;
    }
    .header-contact nav ul {
        transform: translateX(0);
        overflow-y: scroll;
    }
    nav ul {
        display: initial;
        flex-direction: column;
    }
    .about-sec {
        padding-top: 35px;
    }
    .about-img {
        padding-top: 20px;
    }
    .stay-text {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-part h2 {
        padding-top: 13px;
    }
    .about-part {
        padding-bottom: 70px;
    }
    .stay-part {
        padding: 80px 0px 65px;
    }
    .card {
        margin-bottom: 30px;
    }
    .gallery-part {
        margin: 70px 0 45px;
    }
    footer {
        padding: 70px 0 15px 0;
    }
    .power {
        padding-top: 10px;
        text-align: justify;
    }
    .copy {
        padding-top: 25px;
    }
    .foot-first p {
        width: 100%;
        padding: 0px 10px;
        margin-bottom: 30px;
    }
    .map-part iframe {
        margin-top: 15px;
    }
    .feature-block .inner-box {
        height: 290px;
        margin-bottom: 25px;
    }
    .contact-us {
        padding: 55px 0 15px;
    }
    .fill {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .page-part {
        margin: 25px 0 60px;
    }
    .get {
        font-size: 31px !important;
    }
    .contact-more {
        padding-top: 60px;
    }
    .breadcrumb {
        padding: 95px 0;
        gap: 13px;
    }
    .product-part {
        margin-top: 70px;
        padding-bottom: 40px;
    }
    .product-sec {
        padding-top: 60px;
    }
    .product-part-1 {
        position: relative;
        margin-top: 10px;
    }
    .product-part-2 {
        position: relative;
        margin-top: 50px;
        padding-bottom: 35px;
    }
    .term-sec h5 {
        font-size: 19px;
        padding-bottom: 27px;
    }
    section.term-sec {
        margin-top: 55px;
    }
    section.term-sec-2 {
        padding-top: 25px;
        padding-bottom: 53px;
    }
    .privacy-sec h5 {
        font-size: 19px;
        padding-bottom: 27px;
    }
    section.privacy-sec {
        margin-top: 55px;
    }
    section.term-sec-2 {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    section.term-sec-1 {
        padding-top: 22px;
    }
    .foot-logo {
        width: 190px;
    }
    .contact-us h3 {
        font-size: 39px;
    }
    .cta-one__title {
        font-size: 34px;
    }
    .menu-nav>ul>li:hover a {
        color: #ffffff;
    }

   
    
}


@media only screen and (max-width:767px) {

    .about-sec {
        padding-top: 30px;
    }
    .about-img {
        padding-top: 20px;
    }
    .about-part {
        padding-bottom: 60px;
    }
    .stay-part h2 {
        padding-bottom: 65px;
    }
    .stay-part {
        padding: 65px 0px 60px;
    }
    .cta-one__title {
        font-size: 27px;
    }
    .contact-us {
        padding: 53px 0 35px;
    }
    .contact-more {
        padding-top: 50px;
    }
    .product-part-1{
        position: relative;
        margin-top: 0px;
    }
    .product-sec {
        padding-top: 55px;
    }
    .product-part-2 {
        margin-top: 40px;
        padding-bottom: 30px;
    }
    .featured-title h4 a {
        font-size: 23px;
    }
    .page-part {
        margin: 15px 0 50px;
    }
    .get {
        font-size: 26px !important;
    }
    .logo {
        width: 171px;
    }
}
           




@media only screen and (max-width:576px) {

    .logo {
        width: 169px;
    }
    .contact-us h3 {
        font-size: 36px;
    }
    .contact-us {
        padding: 50px 0 15px;
    }
    .contact-more {
        padding-top: 55px;
    }
    .product-part {
        margin-top: 65px;
        padding-bottom: 25px;
    }
    .title-small-1 {
        margin-bottom: 15px;
        font-size: 38px;
    }
    .product-sec {
        padding-top: 50px;
    }
    .product-part-2 {
        margin-top: 31px;
        padding-bottom: 30px;
    }
    .title-small-2 {
        font-size: 43px;
    }
    .title-small {
        font-size: 45px;
    }
    .breadcrumb h2 {
        font-size: 44px;
        line-height: 38px;
    }
    .get {
        padding-bottom: 6px;
    }
    .fill {
        font-size: 18px;
        margin-bottom: 25px;
    }
    section.term-sec {
        margin-top: 40px;
    }
    section.term-sec-2 {
        padding-top: 25px;
        padding-bottom: 45px;
    }
    .second-foot h3::before {
        width: 115px;
        top: 62%;
        left: 11px;
    }
    .last-foot h3 {
        padding-bottom: 30px;
    }
    .second-foot h3 {
        padding-bottom: 25px;
    }
    .last-foot h3::before {
        width: 138px;
        top: 56%;
        left: 6px;
    }
    .add-icon i {
        padding-right: 15px;
    }
    .foot-logo img {
        padding: 19px 10px;
    }
    section.privacy-sec {
        margin-top: 45px;
    }
    .privacy-sec h5 {
        font-size: 18px;
        padding-bottom: 27px;
    }
}



@media only screen and (max-width:450px) {

    .menu-nav>ul {
        width: 254px;
    }
    .logo {
        width: 160px;
    }
    .about-sec {
        padding-top: 25px;
    }
    .about-part h1 {
        font-size: 35px;
    }
    .cta-one__title {
        font-size: 21px;
    }
    .enquiry-part p {
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        padding: 12px 4px;
        position: relative;
    }
    .breadcrumb h2 {
        font-size: 30px;
    }
    .breadcrumb {
        padding: 70px 0;
        gap: 5px;
        margin: 0;
    }
    .title-small-1 {
        margin-bottom: 15px;
        font-size: 37px;
    }
    .product-part {
        position: relative;
        margin-top: 55px;
        padding-bottom: 35px;
    }
    .product-sec {
        padding-top: 45px;
    }
    .featured-title h4 a {
        color: #000;
        font-size: 32px;
        font-weight: bold;
    }
    .product-part-1 {
        position: relative;
        margin-top: 0px;
    }
    .product-part-2 {
        margin-top: 35px;
        padding-bottom: 40px;
    }
    .title-small-2 {
        font-size: 42px;
    }
    .about-part h1 {
        font-size: 29px;
    }
    .about-part {
        padding-bottom: 60px;
    }
    .about-part h2 {
        padding-top: 10px;
    }
    .copy {
        padding-top: 20px;
    }
    .gallery-part {
        margin: 54px 0 43px;
    }
    .gallery-sec {
        padding-top: 55px;
    }
    footer {
        padding: 65px 0 10px 0;
    }
    .second-foot {
        margin-left: 0px;
    }
    .second-foot h3 {
        font-size: 27px;
    }
    .last-foot h3 {
        font-size: 30px;
        padding-bottom: 36px;
        margin-top: 10px;
    }
    .add-icon i {
        padding-right: 17px;
        font-size: 27px;
    }
    .title-small {
        font-size: 45px;
    }
    .contact-us h3 {
        font-size: 34px;
    }
    .contact-us {
        padding: 45px 0px 20px;
    }
    .feature-block .inner-box {
        height: auto;
        margin-bottom: 25px;
    }
    .contact-more {
        padding-top: 45px;
    }
    .foot-logo {
        width: 182px;
    }
    .term-sec-1 h1 {
        font-size: 25px;
    }
    .term-sec h5 {
        font-size: 18px;
        padding-bottom: 27px;
    }
    section.term-sec {
        margin-top: 35px;
    }
    section.term-sec-2 {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    section.privacy-sec {
        margin-top: 35px;
    }
    .privacy-sec h5 {
        font-size: 18px;
        padding-bottom: 27px;
    }
    .get {
        font-size: 19px !important;
    }
    .fill {
        font-size: 17px;
        margin-bottom: 23px;
    }
    label {
        font-size: 17px;
    }
    .page-part {
        margin: 25px 0 50px;
    }
    .foot-logo img {
        width: 165px;
    }
    .foot-first p {
        padding: 0px 1px;
        margin-bottom: 30px;
    }
    .gallery-part h3 {
        font-size: 50px;
    }
    .stay-part {
        padding: 70px 0px 55px;
    }
    .about-img {
        padding-top: 15px;
    }
    .header-main {
        padding: 12px 0px !important;
    }
}


@media only screen and (max-width:400px) {

    .about-part h1 {
        font-size: 33px;
    }
    .about-part h2 {
        font-size: 34px;
    }
    .enquiry-part p {
        font-size: 19px;
        color: #ffffff;
        text-align: center;
        padding: 12px 0px;
        position: relative;
    }
    .cta-one__title {
        font-size: 19px;
    }
    .product-part-2 {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .featured-title h4 a {
        font-size: 30px;
    }
    .title-small-2 {
        font-size: 40px;
    }
    .product-part {
        margin-top: 55px;
        padding-bottom: 25px;
    }
    .title-small {
        font-size: 40px;
    }
    .contact-us h3 {
        font-size: 31px;
    }
    .contact-more {
        padding-top: 40px;
    }
    .contact-us {
        padding: 45px 0px 3px;
    }
    .foot-logo img {
        padding: 18px 14px;
        width: 164px;
    }
    .title-small-1 {
        margin-bottom: 9px;
        font-size: 34px;
    }
    section.term-sec-1 {
        padding-top: 20px;
    }
    .term-sec-1 h1 {
        font-size: 23px;
    }
    .term-sec-2 h1 {
        font-size: 26px;
    }
    footer {
        padding: 60px 0 10px 0;
    }
    .privacy-sec h1 {
        font-size: 25px;
    }
    .term-sec-1 h1 {
        font-size: 21px;
    }
    section.term-sec-2 {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .get {
        font-size: 18px !important;
    }
    .feature-block .inner-box .image-box {
        font-size: 33px;
    }
    .feature-block .inner-box .image-box {
        height: 70px;
        width: 76px;
    }
    .logo {
        width: 154px;
    }
    .gallery-part h3 {
        font-size: 48px;
    }
    .gallery-sec {
        padding-top: 52px;
    }
    .gallery-part {
        margin: 50px 0 40px;
    }
    .about-part h2 {
        padding-top: 5px;
    }
    .about-sec {
        padding-top: 21px;
    }
    .about-part {
        padding-bottom: 55px;
    }
    .about-img {
        padding-top: 10px;
    }
   
}



@media only screen and (max-width:350px) {

    .hamburger-menu {
        padding-right: 4px;
    }
    .logo {
        width: 150px;
    }
    .about-part h1 {
        font-size: 29px;
    }
    .stay-part h2 {
        font-size: 40px;
        line-height: 1.2em;
        font-weight: bold;
        padding-top: 6px;
        padding-bottom: 65px;
    }
    .contact-us h3 {
        font-size: 27px;
    }
    .contact-us {
        padding: 40px 0px 7px;
    }
    .foot-logo img {
        width: 151px;
        padding: 21px 13px;
    }
    .number a {
        font-size: 19px;
    }
    .inner-box h2 {
        font-size: 26px;
    }
    .feature-block .inner-box .image-box {
        height: 67px;
        width: 70px;
    }
    .fill {
        font-size: 17px;
        margin-bottom: 20px;
    }
    footer {
        padding: 55px 0 10px 0;
    }
    .product-part-2 {
        margin-top: 20px;
        padding-bottom: 25px;
    }
    .product-part {
        margin-top: 50px;
        padding-bottom: 20px;
    }
    .featured-title h4 a {
        font-size: 27px;
    }
    .term-sec-1 h1 {
        font-size: 22px;
    }
    .term-sec-2 h1 {
        font-size: 26px;
    }
    .term-sec h1 {
        font-size: 28px;
    }
    .bread-last {
        font-size: 19px;
        font-weight: 500;
    }
    .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;
    }
    .get {
        font-size: 17px !important;
    }
    .page-part {
        margin: 20px 0 45px;
    }
    label {
        font-size: 16px;
    }
    button {
        padding: 10px 15px;
    }
    .term-sec-2 p {
        padding-top: 15px;
    }
    .title-small-1 {
        margin-bottom: 8px;
        font-size: 33px;
    }
    .cta-one__title {
        font-size: 18px;
    }
    .about-sec {
        padding-top: 23px;
    }
    .about-img {
        padding-top: 10px;
    }
    .about-part {
        padding-bottom: 50px;
    }
    .stay-part {
        padding: 60px 0px 55px;
    }

}