html {
  scroll-behavior: smooth;
}



body {
  font-family: 'Instrument Sans';
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
/*     overscroll-behavior: none; */
}




@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Italic.woff2') format('woff2'),
        url('../fonts/InstrumentSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Regular.woff2') format('woff2'),
        url('../fonts/InstrumentSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Medium.woff2') format('woff2'),
        url('../fonts/InstrumentSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Domaine Display Test';
    src: url('../fonts/DomaineDisplayTest-Regular.woff2') format('woff2'),
        url('../fonts/DomaineDisplayTest-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




img {
  max-width: 100%;
  border: 0;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Instrument Sans';
}


textarea,
div,
span,
li,
button,
a {
  font-family: 'Instrument Sans';
  font-weight: 400;
  color: #000;
  /* transition: ease-in-out 1s; */
}

input{  font-family: 'Instrument Sans';}

ul {
  margin: 0;
  padding: 0;

}

li {
  list-style: none;
  
}

p {
 font-family: 'Instrument Sans';
font-size: 18px;
line-height: 30px;
color: #000;
font-weight: 400;
margin-bottom: 15px;
 
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
a {
  text-decoration: none !important;
}

a:hover {
  transition: ease-in-out 1s;
  color: #fff;
}
a,
span {
  display: inline-block;
  color: #fff;
  transition: ease-in-out 1s;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}

textarea, input, div, span, li, button { font-family: 'Instrument Sans';}



/*Responsive css*/

@media (min-width: 1366px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

}

@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px;
}

}


@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
}

}

/*------------------common-css End-------------------*/

/*nav*/ 

.header-section {position: relative;}
.page-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px 0;
  z-index: 5;
  /* background: #fff; */
}


.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  z-index: 5;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.top-nav-bar {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 11;
  padding: 0px  0px;
}

/* 
header.header-section.fixed-nav {
  position: fixed;
}
.fixed-nav .navbar .nav-item:hover a{color: #3361e1;}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color:#136ca5 ;
    transition: ease-in-out 5s;
    width: 100%;
    z-index: 5;
} */
/* .fixed-nav .top-nav-bar {background: #3c3341;} */
.fixed-nav .top-nav-bar{
  animation: smoothScroll 4s forwards;}
header.header-section.fixed-nav .top-nav-bar .row {
  animation: smoothScroll 4s forwards;
  align-items: center !important;
  display: flex;
}
header.header-section.fixed-nav .top-nav-bar .row .d-flex{align-items: center !important;}

.navbar .dropdown ul li:hover {box-shadow: 0px 0px 10px #ccc;}
.fixed-nav .logo{width: 300px;}
.select-lang {display: flex;justify-content: end;}
.fixed-nav .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {color: #fff;}
/* .fixed-nav .navbar li.active a {color: #fff;} */
/* .fixed-nav .navbar li.active {background: url(../images/white-dot.webp);background-repeat: no-repeat;background-position: right;} */

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .navbar {padding: 15px 0px;}
  .navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
  .navbar li {position: relative;}
  .navbar>ul>li {white-space: nowrap;}
  .navbar a,
  .navbar a:focus { display: flex;align-items: center;justify-content: space-between;padding: 0px 0px 0px 45px;font-size: 18px;font-weight: 400; color:#fff !important;text-transform: capitalize; white-space: nowrap;transition: 0.3s;position: relative;    font-family: 'Instrument Sans' !important;}
  .navbar a i,
   /* .navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;} */
  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before { visibility: visible;width: 100%;}
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {color: #fff; transition: ease-in-out 2s;}
  .navbar .dropdown ul {display: block;position: absolute;background: #fff;border: 1px solid #fff;  left: 28px;top: calc(100% + 30px); margin: 0;padding: 10px 0;z-index: 99;opacity: 0;visibility: hidden;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}
  .navbar .dropdown ul li {min-width: 250px;}
  .navbar .dropdown ul li:hover{background: #fff;}
  .navbar .dropdown ul a {padding: 10px 10px;font-size: 18px;text-transform: none;color: #000; }
  .navbar .dropdown ul a i {font-size: 12px;}
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {color:#000;}
  .navbar .dropdown:hover>ul {opacity: 1;top: 100%;visibility: visible;}
  .navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
  .navbar .dropdown .dropdown:hover>ul {opacity: 1;top: 0;left: 100%;visibility: visible;}
  li.nav-item.dropdown a i {font-size: 14px;padding-left: 7px;}
  }
  
  @media (min-width: 992px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {left: -90%;}
  .navbar .dropdown .dropdown:hover>ul {left: -100%; }}
  @media (min-width: 992px) {.mobile-nav-show,.mobile-nav-hide {display: none;}
  }
  
  /*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
  @media (max-width: 991px) {
  .navbar {position: fixed;top: 0;right: -100%;width: 100%;max-width: 400px;bottom: 0;transition: 0.3s;z-index: 9997;}
  .navbar ul {position: absolute;inset: 0;padding: 50px 0 10px 0;margin: 0;background: rgba(24, 24, 40, 0.9);overflow-y: auto;transition: 0.3s;z-index: 9998;}
  .navbar a,
  .navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 20px;font-size: 16px;font-weight: 500; color: rgba(255, 255, 255, 0.9);white-space: nowrap;transition: 0.3s;}
  .navbar a i,
  .navbar a:focus i {font-size: 12px;line-height: 0; margin-left: 5px;}
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {color: #fff;}
  .navbar .getstarted,
  .navbar .getstarted:focus { padding: 8px 20px;border-radius: 4px;margin: 15px;color: #fff;}
  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {color: #fff;background: rgba(0, 131, 116, 0.8);}
  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul { position: static;display: none;padding: 10px 0;margin: 10px 20px;transition: all 0.5s ease-in-out;background-color: #3d3d45;border: 1px solid #3d3d45;}
  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active { display: block;}
  .mobile-nav-show {color: rgba(0, 0, 0, 0.8);font-size: 28px;cursor: pointer;line-height: 0;transition: 0.5s;z-index: 9999;margin-right: 10px;}
  .mobile-nav-hide {color: #fff;font-size: 32px;cursor: pointer;line-height: 0;transition: 0.5s;position: fixed;right: 20px;top: 20px;z-index: 9999;}
  .mobile-nav-active {overflow: hidden;}
  .mobile-nav-active .navbar {right: 0;}
  .mobile-nav-active .navbar:before {content: "";position: fixed;inset: 0; background: rgba(24, 24, 40, 0.8);z-index: 9996;}}


.top-container{ padding: 0 50px;}
.mobile-banner{display: none;}
.disktop-banner { display: block;}	
.header-section.fixed-nav .top-nav-bar {animation: smoothScroll 4s forwards;}
.header-section.fixed-nav a.logo.d-flex.align-items-center img {width: 150px;}
.fixed-nav  .navbar {padding: 0;}
.search-menu {text-align: end;}
.page-header.is-sticky {padding: 20px 0;background: #c7a34b;}

.hm-banner-heading{font-size: 400px;font-weight: 500;color: #fff;}
.home-banner{
background-image: url(/wp-content/uploads/2025/10/gradient-ban.webp);
    background-position: center;
    background-attachment: fixed;
    /* height: 100vh; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  

}

.hm-banner-container {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
}
.hm-banner-image { position: relative;}
.hm-banner-heading1{font-size: 55px;padding-bottom: 10px; color: #fff;font-weight: 400;}
.hm-banner-btn1{font-size: 18px;padding: 11px 30px;border-radius: 0px 25px 0px 25px ;background: #c7a34b; color: #000;font-weight: 400;}
.hm-banner-btn1:hover{border-radius: 25px 0px 25px 0px;color: #000; transition: ease-in-out 1s;}
.hm-banner-btn2{font-size: 18px;padding: 11px 30px;margin-left: 15px; border-radius: 0px 25px 0px 25px ;background: #c7a34b; color: #000;font-weight: 400;}
.hm-banner-btn2:hover{border-radius: 25px 0px 25px 0px;color: #000; transition: ease-in-out 1s;}
.hm-banner-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    bottom: 20%;
}

.home-section-1{background: #efece2;position: relative;}
.home-sec1-text{ 
padding: 0px 150px;
text-align: center;}

.hm-sec1-text p a{color: #000;font-weight:bold;}
.hm-sec1-heading1{font-size: 45px; color: #000;font-weight: 400; font-family: 'Domaine Display Test';}






.hm-sec1-btn{font-size: 18px;padding: 11px 40px;margin-top: 30px; border-radius: 0px 25px 0px 25px ;background: #c7a34b; color: #000;font-weight: 400 !important;}
.hm-sec1-btn:hover{border-radius: 25px 0px 25px 0px;color: #000; transition: ease-in-out 1s;}
.home-section-2{
  padding: 100px 0px 100px 0px;
  position: relative;
  background: url(../images/home-sec2-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.hm-sec1-heading2{padding-bottom: 30px;}
.home-sec1-text a{color: #000;font-weight: 600;}
.hm-sec1-img {
    background: url(../images/hm-sec1-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-attachment: fixed;
    height: 80vh;
    
}
#home-sec2-slider .owl-dots {
    display: none;
}
.hm-sec2-img{position: relative;}
.hm-sec2-img img{border-radius: 10px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.hm-sec2-text{
position: absolute;
left: 0;
right: 0;
bottom: 3%;
z-index: 2;
padding: 0px 20px;
}
.hm-sec2-heading1{
font-size: 26px;
font-weight: 500;
color: #fff;
position: relative;
z-index: 2;
padding-bottom: 20px;
}
#home-sec2-slider .owl-nav.disabled {
  padding-top: 30px;
  display: flex !important;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
#home-sec2-slider .owl-next i{font-size: 34px;color: #000;}
#home-sec2-slider .owl-prev i{font-size: 34px;color: #000;}
.hm-sec2-box {   position: relative;}
.hm-sec2-box a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0;
    background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
    border-radius: 10px;
}

.home-section-3{
  position: relative;
  padding: 300px 0px;
  background: url(../images/hm-sec3-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}
.hm-sec3-heading{
  font-size: 36px;
  line-height: 46px;
  color: #000;
  font-weight: 400;
  font-family: 'Domaine Display Test';
  display: inline-block;
}
.hm-sec3-text{padding: 30px;border-radius: 10px;background: #ffffff78; display: inline-block;}
.home-section-4{padding: 100px 0px;text-align: center; background: #efece2;position: relative;}
.hm-sec4-container{padding: 0px 20px;}
.hm-sec4-box img{border-radius: 10px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}

#home-sec4-slider .owl-dots {display: none!important;}
.hm-sec4-btn{font-size: 18px;padding: 11px 40px;margin-top: 60px; border-radius: 0px 25px 0px 25px ;background: #c7a34b; color: #000;font-weight: 400;}
.hm-sec4-btn:hover{border-radius: 25px 0px 25px 0px;color: #000; transition: ease-in-out 1s;}
.hm-sec4-text{
position: absolute;
left: 0;
right: 0;
bottom: 3%;
z-index: 2;
}
.hm-sec4-heading1{
font-size: 28px;
font-weight: 500;
color: #fff;
}
.hm-sec4-box {
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 10px;
}
.hm-sec4-box-heading{
    font-size: 25px;
	padding:10px 0px;
    color: #000;
	font-family: 'Domaine Display Test';
}
.hm-sec4-texter {
    padding: 20px;
}
/* .hm-sec4-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
  border-radius: 10px;
} */
.blog-button:hover{
    color: #000;
    font-weight: 600;
}
.btn-hover-effect {
    transition: all 0.5s;
}
.blog-button{
    font-size: 18px;
    padding: 11px 40px;
    border-radius: 0px 25px 0px 25px;
    background: #c7a34b;
    color: #000;
    font-weight: 400 !important;
    display: inline-block !important;
}
.hm-sec4-box-heading:hover{color: #c7a34b;transition: ease-in-out 1s;}
#home-sec4-slider .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.move-box{
       border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
    transition: 0.4s ease;
}
.move-box:hover{
/*     transform: translateY(-10px); */
    box-shadow: 8px 8px 40px rgba(0,0,0,0.5);
    border-radius: 10px;
      overflow: hidden;
}

.hm-sec2-box:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all 0.7s linear;
}
.hm-sec2-box::before {
    background: #11101085;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    right: 0;
    border-radius: 10px;
}

.hm-sec4-box:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all 0.7s linear;
}
.hm-sec4-box::before {
    background: #ffffff85;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    right: 0;
     border-radius: 10px;
}

.click-btn {transition: all 0.35s;}
.btn-hover-effect {transition: all 0.5s;}
.btn-hover-effect:hover {
    box-shadow: inset 8em 0 0 0 #000, inset -9em 0 0 0 #000;
    border-color: #000;
    color: #fff;
}
.btn-hover-effect-footer{
  transition: all 0.5s;
}
.btn-hover-effect-footer:hover{
  box-shadow: inset 8em 0 0 0 #fff, inset -8em 0 0 0 #fff;
  border-color: #fff;
  color: #000;
}

footer .wpcf7-form-control-wrap {
    position: relative;
    width: 70%;
    margin-right: 10px;
}

footer{padding: 20px 0px 30px 0px; background: #000;position: relative;}
.footer-heading-top {
    font-size: 45px;
    padding: 30px 0px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-family: 'Domaine Display Test';
}
.footer-heading{font-size: 28px;padding-bottom: 20px; color: #fff;font-weight: 400; font-family: 'Domaine Display Test';}
.footer-item li{font-size: 18px;padding-bottom: 10px; color: #fff;font-weight: 400;}
.footer-item li:hover a{color: #c7a34b; transition: ease-in-out 1s;}
.footer-menu-box{gap: 10px; display: flex;justify-content: left;}
.footer-icon i {color: #fff;font-size: 28px;}
.footer-newsletter {gap: 10px;display: flex;justify-content: left;align-items: center; position: relative;}
.footer-newsletter .form-control {
    padding: 10px 26px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #ffff;
    background-color: #383838 !important;
    background-clip: padding-box;
    border: 1px solid #807f8000;
    border-radius: 50px;
}
.footer-newsletter .form-control::placeholder{color: #fff;}
.newsletter-button{
  font-size: 18px;padding: 12px 30px;border-radius: 0px 25px 0px 25px ;background: #c7a34b; color: #000;font-weight: 400;border: none;
}
.newsletter-button:hover{border-radius: 25px 0px 25px 0px;color: #000; transition: ease-in-out 1s;}
.footer-border{ border-top: 1px solid #ffffff8c;border-bottom: 1px solid #ffffff8c;}
.footer-menu p{color: #fff;}
.footer-menu-border {   padding: 40px 20px 40px 0px !important;border-right: 1px solid #ffffff8c; position:relative;}
.footer-menu-border .newsletter-button{  position:absolute;}
.footer-menu{padding: 40px 0px;}
.footer-right-text{text-align: end;}
.footer-bottom p{color: #fff;}
.footer-right-text p i{font-size: 20px;padding-right: 3px;color: red;}
.footer-bottom{padding-top: 40px;}
.footer-right-text p:hover a{color: #c7a34b;transition: ease-in-out 1s;}
.wpcf7 form .wpcf7-response-output { margin: 1em 0em 0em !important;  color: #fff !important;}




/*Animations*/

[data-animate-in] {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
  transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
  transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
  transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
  transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease
}

.page-loaded .fade-in,.page-loaded.fade-in {
  opacity: 1
}

.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
  opacity: 1;
  transition: none;
  transform: none
}

.fade{
opacity:0;
font-family: 'Instrument Sans';
font-size: 18px;
line-height: 30px;
color: #000;
font-weight: 400;
margin-bottom: 15px;
display: inline-block;
 
}
#fadeletters1 {
  padding: 0px 150px;
  text-align: center;
  white-space: normal; 
  margin: 0 auto;
  text-align: justify;
  word-wrap: break-word;
}

.fade {
  opacity: 0;
  animation: fadeIn 1s forwards;
  display: inline; /* <-- This is KEY! Keep inline for proper word wrapping */
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* -----------------blog-detail-------------- */
.blog-dt-section-1 {
  padding: 40px 0px;
}
.blog-detail-sec-2{padding-bottom: 60px;}
.blog-detail-form-1{padding: 40px 30px;background: #f3f1ee;border-radius: 8px;}
.form-check-label-1{
  font-size: 17px;
  padding-left: 10px;
  font-weight: 400;
  color: #0f0f0f;}

.news-search-form-text {
  background: #c7a34b;
  padding: 8px 18px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  --f: 14px;; /* control the folded part*/
  --r: 0px; /* control the ribbon shape */
  line-height: 1.8;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);

}
.blog-dt-imgage-1{overflow: hidden;border-radius: 10px;}
.blog-dt-imgage-1 img:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 2px 8px 4px rgb(195, 195, 195);
  border-radius: 5px;
}

.blog-dt-imgage-1 img {
  transition: opacity 1s, transform 0.7s ease-in;
}

.blog-sec-dp-form {
    position: relative;
}

.news-dp-category li a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}
.news-dp-category li:hover a{color: #c7a34b;transition: ease-in-out 1s;}
.news-dp-category a i {
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 16px;
    color: #000;
}
.news-dp-category li {
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #bababa;
    position: relative;
}
.blog-dt-sec1-heading {
    font-size: 29px;
    padding-bottom: 8px;
    margin-top: 20px;
    color: #000;
    font-weight: 500;
}

.blog-dt-sec1-left{
font-size: 19px;
line-height: 32px;
color: #000;
font-weight: 400;
}
.blog-dt-sec1-left {padding-right: 20px;}
.blog-sec-dp-form {padding-bottom: 20px;}
.blog-sec-dp-form .form-control {
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #2a2a2a;
    border-bottom: 2px solid #bababa !important;
    border: transparent;
    border-radius: 0;
    background: transparent !important;
}
.blog-sec-dp-form .form-control::placeholder{color: #2a2a2a;}
.blog-sec-dp-form i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 0px 0px 0px 8px;
}
.hm-sec4-box a{display: block;}
.blog-sec1-box{margin-bottom: 25px;}
.blog-sec1-left {
    padding-right: 50px;
}
.inner-banner {
  position: relative;
}
.inner-banner-text-container {
  position: absolute;
  bottom: 30%;
  z-index: 1;
}
.inner-banner-text-heading {
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}

.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgb(0 0 0 / 30%));
  background-color: rgb(0 0 0 / 50%);
  z-index: 0;
}

.thanku-section {padding: 80px 0px 80px 0px;position: relative;background-color: #fff;}
.message {
      padding: 60px 40px;
      border-radius: 5px;
      text-align: center;
      max-width: 700px;
      margin: auto;
      position: relative;
      background: #fff;
      box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .thanku-text{
      font-size: 70px;
      color: #c7a34b;
      font-weight: bold;
      text-transform: uppercase;

  }
  .message p{
      font-size: 32px;
      color: #000;
      font-weight: 500;
      padding: 10px 0px 20px 0px;
      letter-spacing: 1px;
      text-transform: inherit;
  }



  .poster {
    transform: scale(0.6);
    transform-origin: top center;
  }
  
  
  /* --------------error-page-------------- */
  .error-section {background: #fff;padding: 80px 0px;}
  .error-title {
    color: #000;
    font-weight: 500;
    font-size: 39px;
    text-align: center;
    margin-top: 20px;
  }
  .error-box {
    text-align: center;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 50px;
    
  }
    .error-box-title{
      font-size: 150px;
      line-height: 100px;
      letter-spacing: 8px;
      font-weight: 400;
      color: #000;
  }
  .error-box p {
    font-weight: 400;
    font-size: 24px;
    padding: 10px 0px;
    color: #000;
  }


.error-button{
    font-size: 18px;padding: 11px 40px;margin-top: 10px; border-radius: 0px 25px 0px 25px ;background: #c7a34b; color: #000;font-weight: 400;

}
ol.breadcrumb {
    padding: 15px 0px;
    margin-bottom: 0;
}
.breadcrumb-item.active {
    font-size: 18px;
    font-weight: 500;
    color: #c7a34b;
    font-family: 'Instrument Sans';}
.breadcrumb-item a{font-size: 18px;font-weight: 600; color: #000 !important;font-family: 'Instrument Sans';}

.ejig-top{padding: 80px 0px;}
.ejig-section-1{padding: 80px 0px;background: #efece2;}
.ejig-sec1-heading1{font-size:40px;text-align: center; font-weight: 400;color: #000;font-family: 'Domaine Display Test';}
.ejig-brown{padding: 40px;margin-bottom: 30px;border-radius: 10px;background: #e1d4b6;}
.ejig-sec1-text {padding-right: 10px;}
.ejig-sec1-text p{font-size: 18px;line-height: 30px;color: #000;font-weight: 400;}
.ejig-sec1-img{position: relative;}
.ejig-sec1-img img{border-radius: 10px;}
.ejig-white{padding: 40px; border-radius: 10px;background: #fff;}
.ejig-list{padding-left: 18px;}
.ejig-list li{font-size: 18px;color: #000;font-weight: 400;padding-bottom: 10px;list-style: disc !important;}
.ejig-list li a{color: #000;font-weight: 600;}
.ejig-sec1-text p a{color: #000;font-weight: 600;}
.hover-effect::before {
    right: 0;
    opacity:0.7;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}
.ejig-brown a {
    color: #000 !important;
    text-decoration: underline !important;
}


.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.agent-section-1{padding: 100px 0px;}
.agent-sec1-heading{font-size: 33px; font-weight: 400;color: #000;font-family: 'Domaine Display Test';}
.agent-sec1-form h4{font-size: 25px;margin-bottom: 20px; font-weight: 400;color: #000;font-family: 'Instrument Sans';}
.agent-sec1-form{max-width: 600px;padding: 50px 20px; margin: auto;border: 1px solid #e8e8e8;text-align: center; border-radius: 10px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.agent-signin-btn {
    font-size: 18px;
    padding: 12px 60px;
     margin: 25px 0px 35px 0px;
    border-radius: 0px 25px 0px 25px;
    background: #c7a34b;
    color: #000;
    font-weight: 400;
    border: none;
}
.agent-signin-btn:hover {
    border-radius: 25px 0px 25px 0px;
    color: #fff;
    transition: ease-in-out 1s;
}
.agent-sec1-form .form-control {
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
    color: #000;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.agent-sec1-form .form-control::placeholder{color: #000;}
.agent-sec1-form p{font-size: 17px;font-weight: 400;color: #000;text-align: center;}
.agent-sec1-form p a{padding-left: 5px; color: #c7a34b;}

.signup-sec1-form input[type="checkbox"] {
    width: 40px;
    height: 36px;
}
.signup-sec1-form label{font-size: 16px;padding-left: 10px; font-weight: 400;color: #000; text-align: left;}
.signup-sec1-form  .country-select{
  padding: 14px 10px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    width: 100%;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.signup-sec1-form .nav-link.active {
       padding: 18px 72px;
    color: #000;
    font-size: 20px;
    background: #c7a34b;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 0;
}
.signup-sec1-form .nav-link{
  padding: 18px 50px;
    border: none !important;
    color: #fff;
    font-size: 20px;
    background: #000;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 0;
}
.signup-sec1-form .nav {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: none !important;
}
.lx-sec1-heading1{font-size: 32px;padding-bottom: 5px; font-weight: 400;color:#fff;font-family: 'Domaine Display Test';}
.lx-sec1-heading2{font-size: 22px;padding-bottom: 5px; font-weight: 400;color:#fff;font-family: 'Instrument Sans';}
.lx-sec1-heading3{font-size: 20px;font-weight: 400;color:#fff;font-family: 'Instrument Sans';}
.lx-sec1-box{position: relative;margin-bottom: 23px;}
.lx-sec1-text {
 padding: 0px 15px 30px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
   background: linear-gradient(180deg, #fff0 0%, #000 90%);
	z-index: 3;
    /* background-color: rgb(0 0 0 / 50%); */
}
/* .lx-sec1-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
background: linear-gradient(180deg, #fff0 0%, #000 90%);
    background-color: rgb(0 0 0 / 50%);
    z-index: 0;
} */
.lx-sec1-last-heading{font-size: 54px;font-weight: 400;color: #000;font-family: 'Domaine Display Test';}
.lx-sec1-last-box p{font-size: 22px;line-height: 36px;color: #000;font-weight: 36px;}
.lx-sec1-last-box{padding: 120px 50px;background: #c7a34b;text-align: center;height: 100%;}
.lx-sec1-mb{margin-bottom: 25px;}
.lx-sec1-button {
    font-size: 18px;
    padding: 12px 60px;
    margin: 25px 0px 35px 0px;
    border-radius: 0px 25px 0px 25px;
    background: #000;
    color: #fff;
    font-weight: 400;
    border: none;
}


.lx-sec1-button:hover  {
    border-radius: 25px 0px 25px 0px;
    color: #000;
    transition: ease-in-out 1s;
}
.btn-hover-effect-deluxe:hover

 {
   box-shadow: inset 8em 0 0 0 #fff, inset -8em 0 0 0 #fff;
    border-color: #fff;
    color: #000;}

.lx-btn{margin-top: 20px; background: #000 !important;color: #fff !important;}
.lx-btn:hover{color: #000 !important;}

/* .lx-sec1-box:before{
  	border: 1px solid #fff;
		box-sizing: border-box;
		content: "";
		height: 100%;
		position: absolute;
		width: 100%;
} */
/* .lx-sec1-box:hover:after {
  content: "";
  outline: 1px solid rgba(255,255,255,0.5);
    outline-offset: -15px;
    position: absolute;
    width: 100%;
    height: 100%;
  
    bottom: 0;
    left: 0;
    right: 0;
background: linear-gradient(180deg, #fff0 0%, #000 90%);
    background-color: rgb(0 0 0 / 50%);
    z-index: 0;
    margin: auto;
    overflow: hidden;
    
}
 */
/*  .lx-sec1-box:hover{
  background: linear-gradient(180deg, #3a38380d 0%, #000000 90%);
  outline: 3px solid rgba(255,255,255,0.5);
  outline-offset: -15px;
transition: ease-in-out 1s;

} */
.dl-sec1-heading1{font-size: 36px;font-weight: 400;color: #000;font-family: 'Domaine Display Test';}
.dl-sec1-heading1:hover{color: #000;}
.dl-sec1-heading2{font-size: 26px;font-weight: 400;color: #000;font-family: 'Domaine Display Test';}
.dl-sec1-text p{font-size: 18px;line-height: 27px;color: #000;font-weight: 400;}
.small-text1{font-size: 18px;font-weight: 500;color: #000; font-family: 'Instrument Sans';}
.dl-small-text{font-size: 18px;text-decoration: underline !important; font-weight: 500;color: #000; font-family: 'Instrument Sans';}
.dl-small-text:hover{color: #000;}
.dl-sec1-img{position: relative;}
.dl-sec1-img img {
    border-radius: 10px;
}
.deluxe-fam-section-1{padding: 80px 0px;background: #efece2;}
.deluxe-fam-section-1 .ejig-white {
  margin-bottom: 30px;
}
.deluxe-heading-one{font-size: 40px;padding-bottom: 10px; font-weight: 400;color: #000;font-family: 'Domaine Display Test';}
.deluxe-top-container p{font-size: 19px;font-weight: 400;color: #000;}
.deluxe-top-container p a{font-weight: 500;color: #c7a34b;text-decoration: underline !important;}
.deluxe-top-container{padding: 60px 0px; }
.deluxe-sec2-list li{font-size: 18px;padding-bottom: 8px; font-weight: 400;color: #000;list-style: disc !important;}
.deluxe-sec2-list {padding-left: 20px;column-count: 3;column-gap: 40px;}
.dl-sec2-heading2{padding-bottom: 15px;}
.dl-sec3-box{padding: 20px; border-radius: 10px;background: #fff;}
.dl-sec3-box p {margin-bottom: 0;}
.dl-sec3-box {
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #f6f2e9;
}
table {
    border: 1px solid #bdbdbd;
    width: 100%;
}
.dl-sec-3 td {
  font-size: 18px;
  font-weight: 400;
}
.dl-sec-3 tr, th, td {
  font-size: 18px;
  font-weight: 400;
    border-top: 1px solid #bdbdbd;
    padding: 14px 12px;
    border-bottom: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;

}
.dl-sec-3  th {
    font-size: 18px;
    font-weight: inherit;
  }
.dl-sec4-text p{line-height: 34px;font-weight: 400;color: #000;}
.timeline-line {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #c7a34b;
  transform: translateX(-50%);
}
.timeline-number {
  position: absolute;
  left:-17px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #c7a34b;
  border: 1px solid #c7a34b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  z-index: 2;
  margin-right: 20px; /* Reducido el margen derecho para móvil */
  flex-shrink: 0;
  transform: unset; /* Eliminamos la transformación para móvil */
}
.timeline-item {
  position: relative;
}

.highlight-btn{
    font-size: 18px;
    padding: 11px 40px;
    border-radius: 0px 25px 0px 25px;
    background: #c7a34b;
    color: #000;
    font-weight: 400 !important;}
.dl-sec3-heading2{margin-bottom: 0;padding-bottom: 0;}

.place-wheel-list li{font-size: 18px;padding-bottom: 12px; font-weight: 400;color: #000;}
.place-wheel-list li strong{padding-right: 5px;}
.dl-sec4-text p a {
    color: #000;
    font-weight: 500;
    text-decoration: underline !important;
}

.dl-sec1-heading1 a {
    color: #000;
    font-family: 'Domaine Display Test';
    text-decoration: underline !important;
}
.sikk-bottom-list li {
font-size: 18px;
padding-bottom: 8px;
font-weight: 400;
color: #000;

}
.myanmar-bottom-list li{list-style: decimal !important;}
.sikk-bottom-list li a{
font-weight: 500;
color: #000;
}
.sikk-bottom-list {padding-left: 20px;}
.ejig-brown p a {
    color: #000;
    font-weight: 500;
    text-decoration: underline !important;
}
.place-wheel-list li a{color: #000;font-weight: 500;}

.oberoi-table-box{padding-top: 20px;}
.oberoi-table-box a{color: #000;font-weight: 500;text-decoration: underline !important;}
.taj-hotel-location-list li a{color: #000;font-weight: 500;text-decoration: underline !important;}
.dl-sec1-text p a {color: #000;font-weight: 500;    text-decoration: underline !important;}
.interline-box-top{
  max-width: 500px;
  padding: 30px;
  margin: auto;
  border: 1px solid gray;
}
.interline-box-heading {
    font-size: 19px;
    font-weight: 600;
}
.interline-box-top p{font-size: 19px;font-weight: 500;}
.dl-sec-3 td a{color: #000;text-decoration: underline !important;display: block !important;}

.timeline-container {
  border-left: 2px solid #c4aa6c;
  position: relative;
}

.timeline-item {
  margin-bottom: 30px;
  padding-left: 30px;

}
.timeline-item::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #c4aa6c;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 50px;
  
}
.day {
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    font-size: 24px;
    position: absolute;
    left: -100px;
    top: 41px;
    font-family: 'Domaine Display Test';
    word-spacing: 4px;
}
.ejig-white ul, .ejig-brown ol, .ejig-brown ul, .ejig-white ol{padding-left:20px !important;}
.ejig-white ul li, .ejig-brown ul li{list-style:disc;}
.ejig-white ol li, .ejig-brown ol li{list-style:numeric;}
/* .navbar {
	position: inherit !important;font-family: 'Instrument Sans';}
.rd-sharma li a{font-family: 'Instrument Sans' !important;}
.rd-sharma li a i{padding-right:8px;} */
/* 
ul#menu-primary-menu {
    margin-right: 25px;
}
 */
#mnmwp-main-menu {
    padding: 0px !important;
}
.navbar ul{position:inherit !important;}
.navbar .rd-sharma {
    position: absolute;
    right: 50px;
}
.navbar {flex-wrap: inherit !important;}
ul.rd-sharma li {display: flex;font-size: 18px;}
ul.rd-sharma li a{padding-left:5px !important;}
ul.rd-sharma li i{padding-right:8px;font-size:16px;}
/* ul.rd-sharma li span {font-size: 18px;} */
.is_mobile #mnmwp-main-menu #mnm-menu-button button.btn.menu-btn span {background: #fff !important;}
div#mnm-menu-button {
    position: absolute !important;
    right: -210px !important;
    top: -26px;
}

.scrollIcon {
    width: 45px;
    height: 85px;
    border: 2px solid #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
	 margin: auto;
}
/*  .scrollIcon:after {
	 content: 'Scroll Down';
	 color: #bfbfbf;
	 font-family: 'Source Sans Pro', sans-serif;
	 font-weight: 300;
	 width: 100px;
	 display: block;
	 position: absolute;
	 bottom: 0;
	 text-align: center;
	 animation: scrollText 2s infinite;
} */
.banner-scroll {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 2;
}
 i.scroll {
	 background: #fff;
	 width: 6px;
	 height: 14px;
	 display: block;
	 border-radius: 40px;
	 animation: scrollWheel 2s infinite;
}
 @keyframes scrollWheel {
	 0% {
		 opacity: 1;
		 transform: translateY(40%);
	}
	 100% {
		 opacity: 0.7;
		 transform: translateY(130%);
	}
}
 @keyframes scrollText {
	 0% {
		 opacity: 1;
		 transform: translateY(120%);
	}
	 100% {
		 opacity: 0;
		 transform: translateY(180%);
	}
}

a.lx-sec1-img1 {display: block !important;}
 .ex-overlay-container {
	 margin-bottom:20px;
      position: relative;
      display: inline-block;
    }

    .ex-overlay-container img {
      display: block;
      height: auto;
    }

    .ex-overlay-container .black {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-decoration: none;
      z-index: 2;
    }

    .ex-overlay-container .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      color: white;
      
      opacity: 1;
      transition: 0.3s;
      z-index: 1;
    }
    .ex-overlay-container:hover .overlay {
      background-color: rgb(0 0 0 / 56%);
		    outline: 1px solid #fff;
    outline-offset: -25px;
    }

.dl-sec4-text li {
    font-size: 18px;
    padding-bottom: 5px;
    color: #000;
    font-weight: 400;
}

.dl-sec4-text li a{color:#000;}
section.luxury-srction-1 {  padding: 50px 0px;}
.ejig-brown p{
	margin-bottom:10px;
}
.dl-sec3-box p{
	margin-bottom:0px !important;
}


.wpcf7 form .wpcf7-response-output{ margin: 0em 0em 1em !important; color: #fff !important;}
.wpcf7-form.invalid .newsletter-button {  position: absolute;}
.blog-section-1 { padding: 50px 0px;}
section.Our-blog-listing.blog-section {  padding: 50px 0px;}
.hm-sec4-texter p {word-break: break-all; }

.hm-sec4-box a { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  overflow: hidden;}
.hm-sec4-texter p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;}
.hm-sec4-texter { padding: 10px 20px 20px 20px;}

.hm-banner-heading11{
	font-size:97px;
	color: #fff;
}


.travel-flex-button{display:flex;gap:15px;align-items:center;justify-content: center;}

.dl-fam-sec1-top p a {
    text-decoration: underline !important;
}


.ejig-white.dl-sec4-text ol li a {
    text-decoration: underline !important;
}











@media (max-width: 1600px){
body, html{ overflow-x: hidden}	
.navbar a, .navbar a:focus {font-size: 18px;}
.hm-banner-heading {font-size: 340px;}
.hm-banner-heading1 {font-size: 48px;}
.hm-sec1-text {padding: 0px 100px;}
.home-section-2 {padding: 80px 0px 80px 0px;}
.home-section-3 {padding: 250px 0px;}
.home-section-4 {padding: 80px 0px;}
.hm-sec4-heading1 {font-size: 26px;}
.footer-heading-top {font-size: 40px;padding: 22px 0px;}
.footer-heading {font-size: 26px;padding-bottom: 10px;}
.footer-newsletter .form-control {padding: 8px 26px;font-size: 17px;line-height: 30px;}
footer .wpcf7-form-control-wrap {width: 58%;}
.newsletter-button {font-size: 16px;padding: 8px 16px;}
.footer-item li {font-size: 16px;padding-bottom: 8px;}

.home-sec1-text {padding: 0px 80px;}
#fadeletters1 {padding: 0px 80px;}

.agent-section-1 {padding: 70px 0px;}
.agent-sec1-form {padding: 40px 20px;}
.agent-sec1-heading {font-size: 32px;}
.agent-sec1-form h4 {font-size: 24px;margin-bottom: 15px;}
.agent-sec1-form .form-control {padding: 8px 10px;font-size: 17px;line-height: 35px;}
.agent-signin-btn {font-size: 17px;padding: 11px 50px;margin: 18px 0px 25px 0px;}

.signup-sec1-form .nav-link.active {padding: 16px 72px;color: #000;font-size: 18px;}
.signup-sec1-form .nav-link {padding: 16px 50px;font-size: 18px;}
.signup-sec1-form input[type="checkbox"] {width: 36px;height: 28px;}

.ejig-top {padding: 60px 0px;}
.ejig-section-1 {padding: 70px 0px;}
.ejig-sec1-text p {font-size: 17px;line-height: 29px;}
.ejig-list li {font-size: 17px;padding-bottom: 8px;}
.inner-banner-text-heading {font-size: 65px;}
.breadcrumb-item.active {font-size: 17px;}
.breadcrumb-item a {font-size: 17px;}
.deluxe-fam-section-1 {padding: 60px 70px 60px 120px;}
.day {font-size: 19px;left: -75px;top: 46px;}
.timeline-item::before {width: 14px;height: 14px;left: -8px;}
.deluxe-heading-one {font-size: 30px;padding-bottom: 5px;}
.dl-sec1-text p {font-size: 17px;}
.dl-sec1-heading1 {font-size: 32px;}
.dl-sec1-heading2 {font-size: 24px;}
.dl-small-text {font-size: 17px;}
.deluxe-sec2-list li {font-size: 17px;padding-bottom: 7px;}
.highlight-btn {font-size: 17px;padding: 10px 32px;}
p {font-size: 17px;}
.dl-sec-3 th {font-size: 17px;}
.dl-sec-3 td {font-size: 17px;}
.dl-sec4-text p {line-height: 32px;}
.deluxe-top-container p {font-size: 18px;}
.deluxe-top-container p strong { font-size: 17px !important;}
.lx-sec1-heading1 {font-size: 30px;padding-bottom: 0px;}
.lx-sec1-heading2 {font-size: 20px;padding-bottom: 4px;}
.lx-sec1-heading3 {font-size: 18px;}
.lx-sec1-last-heading {font-size: 42px;line-height: 48px;padding-bottom: 5px;}
.lx-sec1-last-box p {font-size: 19px;line-height: 28px;}
.lx-sec1-last-box {padding: 100px 30px;}

 #mnmwp-main-menu > ul > li > a {padding: 10px !important;font-size: 16px !important;}
ul.rd-sharma li {font-size: 17px;}
ul.rd-sharma li a {font-size: 17px;}
/* ul.rd-sharma li span {font-size: 17px;} */
	
.scrollIcon {width: 40px;height: 75px;}	
.banner-scroll {bottom: 3%;}
.hm-banner-heading11 { font-size: 86px; }
	
.hm-sec2-heading1{font-size: 24px;}	
	
	
	
}

@media (max-width: 1440px) {
.navbar {padding: 0;}
.navbar a, .navbar a:focus {padding: 0px 0px 0px 25px;font-size: 16px;}
.logo img{width: 135px;}
.hm-banner-heading {font-size: 300px;}
.hm-banner-heading1 {font-size: 44px;}
#fadeletters1 {padding: 0px 60px;}
.home-sec1-text {padding: 0px 60px;}
.hm-sec1-btn {font-size: 17px;padding: 10px 40px;margin-top: 16px;}
.home-section-2 {padding: 60px 0px 60px 0px;}
.hm-sec1-heading1 {font-size: 42px;}
.home-section-3 {padding: 200px 0px;}
.hm-sec3-heading {font-size: 34px;line-height: 42px;}
.home-section-4 {padding: 60px 0px;}
.hm-sec4-heading1 {font-size: 24px;}
.footer-icon i {font-size: 24px;}
.hm-banner-container{top: 10%;}
/* .hm-sec2-heading1 { font-size: 26px;} */

.footer-item li {font-size: 16px;}
.inner-banner-text-heading {font-size: 55px;}
.ejig-top {padding: 50px 0px;}
.ejig-section-1 {padding: 60px 0px;}

.deluxe-fam-section-1 {padding: 50px 70px 50px 100px;}
.lx-sec1-heading1{font-size: 28px;}
.lx-sec1-last-box {padding: 90px 20px;}

/* .lx-sec1-box:hover .lx-sec1-text {padding: 260px 20px;} */
	
#mnmwp-main-menu > ul > li > a {padding: 9px !important;font-size: 16px !important;}
ul.rd-sharma li a{font-size:16px;}
/* ul.rd-sharma li span{font-size:16px;} */
ul.rd-sharma li {font-size:16px;}
ul.rd-sharma li i {padding-right: 4px;font-size: 16px;}
.fixed-nav .logo {width: 130px;}
.day {margin-bottom: 0px;font-size: 15px;left: -62px;top: 46px;}
.inner-banner-text-container { bottom: 25%;}	
.ex-overlay-container:hover .overlay { outline-offset: -20px;}	
.lx-sec1-last-heading { font-size: 40px; }	
.newsletter-button { font-size: 16px; padding: 10px 16px; }	
.deluxe-heading-one { font-size: 32px; }
.dl-sec1-heading1 { font-size: 30px; }	
.dl-sec-3 td { font-size: 16px; }	
.lx-sec1-text { padding: 0px 20px 30px 20px;}	
.blog-section-1 {  padding: 40px 0px;}	
section.Our-blog-listing.blog-section {  padding: 40px 0px;}	
.hm-banner-heading11 { font-size: 80px;}	
	
	
	
}

@media (max-width: 1400px) {

.hm-banner-heading1 {font-size: 42px;}
/* .lx-sec1-box:hover .lx-sec1-text {padding: 240px 20px;} */
.deluxe-heading-one { font-size: 30px; }	
.deluxe-top-container { padding: 50px 0px;}	
	
	
	
	
	
	
	
}






@media (max-width: 1366px) {
.header-section.fixed-nav a.logo.d-flex.align-items-center img {width: 120px;}
.hm-banner-heading {font-size: 270px;}
.hm-banner-heading1 {font-size: 36px;}
.hm-banner-btn1 {font-size: 16px;padding: 9px 30px;}
.hm-banner-btn2 {font-size: 16px;padding: 9px 30px;}
#fadeletters1 {padding: 0px 35px;}
.home-sec1-text {padding: 0px 35px;}
.home-section-2 {padding: 50px 0px 50px 0px;}
.hm-sec1-btn {font-size: 16px;padding: 9px 36px;}
.hm-sec1-heading1 {font-size: 36px;}
.hm-sec1-heading2 {padding-bottom: 20px;}
.hm-sec2-heading1 {font-size: 22px; line-height: 30px;}
.home-section-3 {padding: 180px 0px;}
.hm-sec3-heading {font-size: 28px;line-height: 36px;}
.home-section-4 {padding: 50px 0px;}
.hm-sec4-heading1 {font-size: 23px;}
.hm-sec4-btn {font-size: 15px;padding: 9px 30px;margin-top: 50px;}
.footer-heading-top {font-size: 36px;padding: 14px 0px;}
.footer-heading {font-size: 24px;padding-bottom: 8px;}
p {font-size: 16px;line-height: 24px;margin-bottom: 6px;}
.footer-item li {font-size: 15px;padding-bottom: 6px;}
.footer-icon i {font-size: 20px;}
.footer-newsletter .form-control {padding: 7px 26px;font-size: 15px;}
.footer-bottom {padding-top: 25px;}
.newsletter-button {font-size: 14px;padding: 8px 14px;}


.breadcrumb-item.active {font-size: 16px;}
.breadcrumb-item a {font-size: 16px;}
.agent-sec1-form {padding: 30px 20px;}
.agent-section-1 {padding: 50px 0px;}
.agent-sec1-heading {font-size: 30px;}
.agent-sec1-form h4 {font-size: 22px;margin-bottom: 10px;}
.agent-sec1-form .form-control {font-size: 16px;line-height: 30px;margin-bottom: 10px;}
.agent-signin-btn {font-size: 16px;padding: 8px 44px;margin: 12px 0px 15px 0px;}
.agent-sec1-form p {font-size: 16px;}
    
.signup-sec1-form .nav-link.active {padding: 14px 72px;font-size: 17px;}
.signup-sec1-form .nav-link {padding: 14px 50px;font-size: 17px;}
.signup-sec1-form .country-select {padding: 12px 10px;font-size: 16px;}

.ejig-top {padding: 30px 0px;}
.ejig-sec1-heading1 {font-size: 35px;}
.ejig-section-1 {padding: 40px 0px;}
.ejig-brown {padding: 30px;margin-bottom: 20px;}
.ejig-sec1-text p {font-size: 16px;line-height: 27px;}
.ejig-list li {font-size: 16px;padding-bottom: 5px;}
.ejig-white {padding: 30px;}

.inner-banner-text-heading {font-size: 48px;}

.deluxe-top-container {padding: 40px 0px;}
.deluxe-heading-one {font-size: 30px;padding-bottom: 2px;}
.deluxe-top-container p {font-size: 17px;line-height: 29px;}
/* .deluxe-fam-section-1 {padding: 40px 0px;} */
.dl-sec1-heading1 {font-size: 27px;}
.dl-sec1-heading2 {font-size: 22px;}
.dl-sec1-text p {font-size: 16px;line-height:26px;}
.dl-small-text {font-size: 16px;}
.small-text1 {font-size: 16px;}
.deluxe-fam-section-1 .ejig-white {margin-bottom: 20px;}
.dl-sec-3 th {font-size: 15px;}
.dl-sec-3 td {font-size: 15px;}
.dl-sec4-text p {line-height: 28px;}
.dl-sec2-heading2 {padding-bottom: 0px;}

/* .lx-sec1-box:hover .lx-sec1-text {padding: 215px 15px;} */
.lx-sec1-heading2 {font-size: 18px;}
.lx-sec1-heading3 {font-size: 16px;}
.lx-sec1-heading1 {font-size: 24px;}
.lx-sec1-last-heading {font-size: 32px;line-height: 38px;}
.lx-sec1-last-box p {font-size: 17px;line-height: 27px;}
.lx-btn {margin-top: 10px;}

/* .fixed-nav     #mnmwp-main-menu > ul > li > a {
        padding: 13px !important;
        font-size: 15px !important;
    } */
#mnmwp-main-menu > ul > li > a {padding: 13px !important;font-size: 15px !important;}
ul.rd-sharma li {font-size: 15px !important;}
ul.rd-sharma li a{font-size: 15px !important;}
ul.rd-sharma li i {padding-right: 6px;font-size: 12px;}
	
.day {font-size: 15px;}	
.timeline-item::before {width: 12px;height: 12px;left: -7px;}
	
.scrollIcon {width: 36px;height: 65px;}	
footer .wpcf7-form-control-wrap {}	

.dl-sec4-text li {font-size: 17px;padding-bottom: 4px;}
.dl-sec-3 tr, th, td{padding: 8px 10px;	}
.highlight-btn {font-size: 15px;padding: 9px 32px;}
.breadcrumb-item a { font-size: 15px; }	
.breadcrumb-item.active { font-size: 15px; }	
.footer-menu-border {  padding: 40px 10px 40px 0px !important;}	
.wpcf7 form .wpcf7-response-output { font-size: 14px !important;}	
.blog-button {font-size: 16px;}	
.hm-sec4-box-heading { padding: 0px 0px;}
.hm-sec4-texter p {  margin-bottom: 20px;}	
.news-dp-category li a { font-size: 16px;}	
h4.news-pt-sec-3-heading-2{ font-size: 20px;}	
.news-search-form-text { margin-top: 10px !important;}	
.hm-sec4-box-heading { font-size: 24px;}
.hm-banner-heading11 {  font-size: 76px; }	
	
	
	
}

@media (max-width: 1360px) {
section.luxury-srction-1 { padding: 40px 0px;}
.deluxe-heading-one { font-size: 28px;}
.deluxe-top-container p { font-size: 17px; }
.deluxe-sec2-list li {font-size: 16px;}
.inner-banner-text-heading { font-size: 45px; }	
	
	
	
	
}


@media (max-width: 1280px) {
.ejig-section-1 { padding: 50px 0px;}
.ejig-sec1-text p { line-height: 26px;}
.ejig-brown { padding: 20px; }	
.ejig-white { padding: 20px; }	
.footer-menu {  padding: 30px 0px;}	
.footer-menu-border {  padding: 30px 20px 30px 0px !important;}	
.top-nav-bar .top-container { padding: 0 20px;}	
.newsletter-button { font-size: 16px; padding: 10px 14px; }	
.lx-sec1-last-box {padding: 80px 20px; }	
.lx-sec1-last-heading { font-size: 30px; }	
.ejig-brown p { margin-bottom: 15px;}
footer .wpcf7-form-control-wrap { width: 100%; margin-bottom: 15px; }
.inner-banner-text-heading { font-size: 40px; }	
.dl-sec1-heading1 { font-size: 26px; }	
#mnmwp-main-menu > ul > li > a {padding: 7px !important; font-size: 15px !important; }	
.wpcf7 form .wpcf7-response-output { margin: 2em 0em 1em !important;}	
.footer-item li {font-size: 13px;}
	
	
	
	
}



@media (max-width: 1152px) {
.top-container {  padding: 0 30px;}
.navbar .rd-sharma {right: 20px;}	
.navbar ul { right: 25px;}	
#mnmwp-main-menu > ul > li > a { padding: 5px !important; }	
.hm-sec2-heading1 { font-size: 22px; }	
.hm-sec4-heading1 { font-size: 20px; }	
.navbar ul { right: 25px !important;}
ul.rd-sharma li{ font-size: 13px !important; }	
ul.rd-sharma li a { font-size: 13px !important; }	
.logo img { width: 110px; }	
.page-header { padding: 15px 0;}	
.inner-banner-text-heading { font-size: 40px; }	
.lx-sec1-last-box { padding: 60px 20px; }	
.lx-sec1-heading1 {font-size: 22px; }	
footer .wpcf7-form-control-wrap { width: 100%; margin-bottom: 15px; }	
.footer-heading-top { font-size: 32px; }	
.ejig-brown p a { word-break: break-all;}
.dl-sec4-text p a{ word-break: break-all;}
.dl-sec1-text p a { word-break: break-all;}	
.dl-sec4-text li a { word-break: break-all;}
.hm-banner-container { top: 5%; }
.hm-banner-heading11 { font-size: 68px; }	
.hm-banner-heading1 { font-size: 32px; }
.footer-item li {font-size: 12px;}
}



body, html{ overflow-x:hidden;}
@media (max-width: 1024px) {
.top-container { padding: 0px 20px;}	
#mnmwp-main-menu > ul > li > a { font-size: 15px !important;  padding: 6px !important; }	
.navbar ul { right: 25px !important;}	
footer .wpcf7-form-control-wrap {width:100%; }	
.footer-menu-border { padding: 40px 10px 40px 0px !important;}	
.footer-item li a { word-break: break-all;}	
.hm-banner-heading { font-size: 210px;}	
.hm-banner-heading1 { font-size: 30px;}	
.inner-banner-text-heading { font-size: 40px;}	
.container{ max-width: 95%;}	
.lx-sec1-heading1 { font-size:25px; line-height: 30px; }	
.lx-sec1-last-box { padding: 30px 20px; }	
.lx-sec1-last-heading { font-size: 28px; }	
.header-section.fixed-nav a.logo.d-flex.align-items-center img { width: 110px;}	
.lx-sec1-text {  padding: 0px 15px 20px 15px;}	
.footer-item li {font-size: 12px;}
.home-sec1-text {padding: 0px 30px;}	
.hm-sec1-btn {font-size: 16px;padding: 9px 16px;}	
.navbar .rd-sharma { right: 10px !important; }	   
ul.rd-sharma li a {font-size: 15px !important;}
.ejig-white.dl-sec4-text .container {
    padding: 0;
    margin: 0;
}	
	
	
	
	
}



@media (max-width: 991px) {
.navbar ul { background: none; }	
ul.rd-sharma li { display: flex; justify-content: end; position: absolute; top: 30px; right: 100px; }	
#rmp_menu_trigger-361 {  background: none !important;}	
.home-section-3 { padding: 150px 0px;}	
.navbar .rd-sharma { top: 0 !important;  height: auto; bottom: auto;}	
.hm-banner-heading {font-size: 190px; }	
.hm-sec1-img { background-size: cover;}	
footer { padding: 40px 0px 40px 0px;}	
.hm-banner-text { bottom: 20%;}	
footer .wpcf7-form-control-wrap {  width: 100%;  margin-bottom: 10px; }	
.ejig-sec1-heading1 { margin-bottom: 0px; }	
.newsletter-button { font-size: 16px; padding: 10px 18px;}	
.lx-sec1-last-box p {font-size: 18px; line-height: 30px; }	
.lx-sec1-last-box {padding: 100px 20px;}
.lx-sec1-last-heading { font-size: 30px;}	
#rmp_menu_trigger-361 {	right: 2% !important;}	
.deluxe-heading-one { font-size: 26px; }	
.deluxe-fam-section-1 {  padding: 50px 40px 50px 80px; }	
.navbar ul { z-index: 9; }
/* .navbar { right: 0px !important;} */
a.logo.d-flex.align-items-center { position: relative; z-index:999999;}
.blog-sec1-left { padding-right: 0px;}
.hm-banner-heading11 { font-size: 64px; }	
.hm-banner-heading1 {font-size: 28px;}	
    .navbar .rd-sharma {
        top: 9px !important;
        height: auto !important;
        bottom: auto !important;
        z-index: 9999999999 !important;
        background: none !important;
        right: 80px !important;}
	
ul.rd-sharma li { position: initial !important;}	
.navbar ul {padding: 25px 0 10px 0;}
.footer-item li {font-size: 13px;}
.travel-flex-button {display: block;}
	
	
	
	
	
	
}



@media (max-width: 912px) {
.ejig-section-1 { padding: 40px 0px; }
.ejig-sec1-text { padding-right: 0px;}
.lx-sec1-last-box { padding: 100px 20px;}
.lx-sec1-last-box p { font-size: 18px;line-height: 30px; }	
.deluxe-heading-one {font-size: 26px; padding-bottom: 2px; }	
.deluxe-fam-section-1 { padding: 50px 40px 50px 80px; }	
.ejig-white.dl-sec4-text .container {max-width: 100%;}	
.deluxe-heading-one { font-size: 24px; padding-bottom: 2px; }	
.hm-banner-heading { font-size: 175px; }
.hm-banner-heading11 { font-size: 60px; }
.hm-sec4-heading1 { font-size: 24px; }	
.footer-item li {font-size: 12px;}
}
@media (max-width: 820px) {
.hm-banner-heading { font-size: 170px;  }  
.hm-banner-container { top: 13%;}
.home-sec1-text { padding: 0px 0px 0px 25px; }
.hm-banner-heading1 { font-size: 26px; }	
#rmp_menu_trigger-361 {	right: 2% !important;}	
.home-section-3 { padding: 130px 0px;}	
.hm-sec4-heading1 { font-size: 24px; }	
.navbar ul { right: 0px !important; }	
.inner-banner-text-container { bottom: 15%;}		
.lx-sec1-last-box .newsletter-button { font-size: 16px; padding: 10px 12px; }	
.lx-sec1-heading1 { font-size: 28px; line-height: 35px; }
.lx-sec1-heading2 { font-size: 20px; }
.deluxe-sec2-list { column-count: 2;}	
.dl-sec3-box { padding: 15px 8px;}	
.inner-banner-text-heading { font-size: 35px; }	
.deluxe-heading-one { font-size: 20px; word-break: break-all;}	
.deluxe-fam-section-1 { padding: 50px 10px 50px 60px; }
.hm-banner-heading { font-size: 140px;}
.hm-banner-container {top: 5%;}	
.hm-banner-heading11 { font-size: 56px; }	
.hm-sec2-heading1 {  font-size: 22px; }	
.footer-item li {font-size: 11px;}
    .lx-sec1-last-box {
        padding: 80px 20px;
    }
	
	
	
	
}




@media (max-width:768px){
.footer-heading { font-size: 22px;  }
.footer-menu-border { padding: 40px 10px 40px 0px !important; }	
.inner-banner-text-heading { font-size: 35px; }	
.deluxe-fam-section-1 { padding: 50px 20px 50px 80px;}	
.dl-sec3-box p{ font-size:15px;}	
	
}
@media (max-width:767px){
.home-sec1-text { padding: 30px 15px 30px 15px; }
.hm-sec1-heading1 {font-size: 30px; padding-bottom: 10px;}	
.home-section-2 { padding: 30px 0px 30px 0px; }	
.owl-nav {  display: flex; justify-content: center; gap: 15px;  padding-top: 10px;}	
.hm-sec3-text { padding: 30px 15px;}	
.hm-sec3-heading { font-size: 26px; line-height: 34px; }	
.home-section-3 { padding: 100px 0px;}	
.hm-sec4-btn { margin-top: 10px; }	
.footer-heading-top { font-size: 30px; padding:0px 15px 15px;}	
.footer-menu-border {  padding: 0px 0px 0px 0px !important;  border-right: 0px solid #ffffff8c; }	
 .footer-menu-box { align-items: center;}
.footer-menu { padding: 10px 0px;}	
.footer-right-text {text-align: start;}	
.newsletter-button { font-size: 14px; padding: 8px 20px;}	
 .footer-heading {font-size: 28px;margin: 20px 0 0;}
.mobile-banner { display: block;}	
.disktop-banner { display: none;}	
.hm-banner-heading { font-size: 100px; }	
.page-header { padding: 20px 0;}	
.hm-sec2-heading1 { font-size: 22px; }	
.deluxe-heading-one {font-size: 18px; padding-bottom: 2px;word-break: break-word;line-height: 27px;}
.container {max-width: 100%;}	
.timeline-item { padding-left: 15px;}	
.deluxe-fam-section-1 { padding: 50px 5px 50px 60px; }
.deluxe-top-container p strong{ font-size: 16px !important; }	
.dl-fam-sec1-top { margin-bottom: 15px;}	
.ejig-brown { padding: 15px;}	
.deluxe-fam-section-1 .ejig-white { margin-bottom: 15px; }	
.ejig-white { padding: 15px; }	
.deluxe-sec2-list {column-count: 1; }
.dl-sec3-box p { font-size: 16px; }	
.dl-sec3-box { padding: 15px 15px; }	
.dl-sec-3 th { font-size: 13px; }	
.dl-sec-3 td { font-size: 15px;}	
.dl-sec1-heading1 { font-size: 24px;  }	
.inner-banner-text-heading { font-size:19px; }	
.page-header { padding: 10px 0;}
ul.rd-sharma li {top: 10px; }	
#rmp_menu_trigger-361 {	top: 0px !important;}
.deluxe-top-container {  padding: 20px 0px; }	
.deluxe-fam-section-1 { padding: 30px 5px 30px 60px; }	
.dl-fam-sec1-top h3 { font-size: 20px;}
.page-header.is-sticky { padding: 10px 0;}
.top-container { padding: 0px 15px; }	
.dl-sec1-heading1 { font-size: 22px; }	
.inner-banner-text-container { bottom: 2%; }	
.top-nav-bar .top-container { padding: 0 10px; }	
 .breadcrumb-item.active {font-size: 14px;padding-left: 0;}
.deluxe-top-container p { font-size: 16px; }
.footer-newsletter { margin-bottom: 20px;}	
.error-section { padding: 30px 0px;}	
.error-box { padding: 15px;}	
.error-title { font-size: 30px;}	
.navbar { bottom: inherit !important; position:absolute; }	
.hm-sec1-img {  background-attachment: inherit; height: 35vh;}
.hm-banner-heading11 {font-size: 44px;}
.hm-banner-container { top: 10%; }	
.hm-banner-btn1 { padding: 9px 25px;}	
.travel-flex-button {display: block;}
.navbar .rd-sharma {top: 9px !important;height: auto !important;bottom: auto !important;z-index: 9999999999 !important;background: none !important; right: 70px !important;}
 ul.rd-sharma li {position: initial !important;}	
.navbar ul {padding:0px 0 10px 0;}	
.navbar {right: 0% !important;}	
.footer-item li {font-size: 16px;}	
.deluxe-heading-one b { margin-left: 0px !important;}
.deluxe-fam-section-1 .ejig-white .highlight-btn.btn-hover-effect {margin-right: auto; display: block;width: fit-content;margin-top: 20px;}	
.hm-sec1-btn {margin-bottom: 10px;}
.breadcrumb-item a {font-size: 15px;padding-right: 7px;}
.lx-sec1-last-box { padding: 30px 10px; }
.lx-sec1-last-box .newsletter-button { font-size: 16px;padding: 10px 17px;}
.footer-newsletter .wpcf7 form .wpcf7-response-output { margin: 60px 0 0 !important;}
.footer-newsletter .wpcf7-spinner { top: 40px;}
.thanku-section { padding: 30px 0px 50px 0px;}
.message {padding: 60px 20px;  max-width: 100%;}	
.thanku-text { font-size: 55px;}
.message p {font-size: 24px; padding: 0px 0px 10px 0px;  line-height: 30px;}	
.ejig-sec1-heading1 {font-size: 30px; }
.hm-banner-text { bottom: 20%; padding: 0 10px; }
.hm-banner-btn1 {padding: 9px 20px; margin-bottom: 10px;}
	
	
	
	
}





@media (max-width:375px){
.dl-sec-3 td { font-size: 10px; }
.dl-sec-3 th { font-size: 11px; }
.hm-banner-btn2 {  margin-left: 5px;}		
.hm-banner-btn1 {padding: 9px 20px;margin-bottom: 10px;}
footer { padding: 30px 0px 30px 0px; }	
.hm-sec3-heading { font-size: 24px; }	
.home-section-4 { padding: 30px 0px;}	
	
	
	
}