@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
}
#pop-up-hide {
  display: none;
}

.nihstatu-popup {
  position: fixed;
  inset: 0;
  background: #000000f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 1rem;
  overflow-y: auto;
}

.nihstatu-popup-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  min-height: 320px;
  max-width: 600px;
  width: 100%;
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
  animation: fadeIn 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nihstatu-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nihstatu-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.nihstatu-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.nihstatu-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.nihstatu-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.nihstatu-popup-btn {
  padding: 15px 70px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 20px;
}

.nihstatu-popup-btn--accept {
  background: #1b1c31;
}

.nihstatu-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}
img {
  width: 100%;
  height: auto;
}

p {
  font-size: 18px;
  line-height: 1.5;
 
}

a {
  text-decoration: none;
 
}
h1{
    font-size: 35px;
 
}
.nihstatu-wrp {
 max-width:1155px;
 width:90%;
margin: auto;
}
.nihstatu-wrp-100 {
 max-width:1155px;
 width:100%;
margin: auto;
}
.txt-lft{
  text-align: start;
}
.txt-cntr {
  text-align: center;
}
/* flex */
.nihstatu-flx {
    display: flex;
  }
  .nihstatu-flx-jus-cen{
    justify-content: center;
  }
  .nihstatu-flx-jus {
    justify-content: space-between;
  }
  .nihstatu-flx-col{
    flex-direction: column;
  }
  .nihstatu-flx-aln {
    align-items: center;
  }
  
  .nihstatu-flx-gp {
    gap: 20px;
  }
  .nihstatu-flx-50{
    flex:50%
  }
  .nihstatu-flx-33{
    flex:33.3%
  }
  .nihstatu-flx-30{
    flex:30%
  }
  .nihstatu-flx-70{
    flex:70%
  }
  .nihstatu-flx-75{
    flex:75%
  }
  .nihstatu-flx-25{
    flex:25%
  }
  .nihstatu-flx-20{
    flex:20%
  }
  .nihstatu-flx-10{
    flex:10%
  }
  .nihstatu-flx-80{
    flex:80%
  }
  .nihstatu-flx-60{
    flex:60%
  }
  .nihstatu-flx-40{
    flex:40%
  }
  .nihstatu-flx-20{
    flex:20%;
  }
  .nihstatu-gap{
    padding: 40px 20px;
  }
  .prdrw{
    display: flex;
    flex-direction: column;
  }
  /* navbar */
  .header {
    /* background-color:#dfe4e8; */
    padding: 15px;
}
.lg02q {
  font-size: 27px;
}
  .navbar-links li {
    color: #000;
    text-decoration: none;
    padding:0px 10px;
    /* margin-right: 10px; */
    border-radius: 10px;
    transition: 0.3s;
    font-size: 16px;
   list-style: none;
  
  }
  .navbar-links {
    /* display: flex; */
    padding: 10px ;
    border-radius: 80px;
    text-align: end;
}
  .navbar-links a:hover {
    color:#bead14;
  }
  
  .cf6ue25 ul {
    list-style: none;
    padding: 0;
  }
  
  .cf6ue25 li {
    margin-bottom: 10px;
  }
  
  .cf6ue22 a {
    text-decoration: none;
    color: #fff;
  }
  .logo-img{
    max-width: 150px;
  }
  .lg9q{
    color:black;
    font-size: 28px;
  } 

/* banner */

.nihstatu-ban{
  background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding: 90px 20px;
    margin: 10px 20px;
    border: 5px double black;
    border-radius: 30px;
}

.text-bg {
 
  padding: 30px 39px 0px 0px;
}
.text-bg h1 {
  font-size: 33px;
  color: #000000;
  padding: 10px 0px;
  line-height: 1.6;
}
.text-bg p {
  font-size: 15px;
  /* padding:10px; */
  color:#302a2a;
}
.ban-btn {
  max-width: 170px;
  border-radius: 6px;
  border: none;
  background-color: #000000;
  padding: 12px 10px;
  color: #ffffff;
  font-size: 16px;
  /* display: inline-block; */
  text-align: center;
  margin: 12px 0px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
  border:2px solid white;
}
 .ban-btn:hover {
  background:#f4df2e;
  color: #000000;
  transition: all .4s ease-in;
 }
 

.clr {
  color: #bead14;
  text-transform: initial;
}
/* strp */
.strp{
  background-image: url(../images/s.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  padding: 90px 20px;
  color: #fafafa;
}
/**  offer section **/
.off{
  margin-top: 10px;
  margin-bottom: 50px;
}
.offers{
  background-color: rgb(2 2 1 / 69%);
  max-width: 600px;
  padding: 10px;
  line-height: 1.4;
}
.offers h1 {
  margin:10px 0px ;
  font-size: 30px;
  line-height: 1.5;
}
.offers p {
  margin:10px 0px ;
  font-size: 15px;
  color:#eeeaea
}
/* .offers  a {
  width: 200px;
  border-radius: 30px;
  border: none;
  background-color: #dede1e;
  padding: 18px 0px;
  color: #111111;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin-top: 22px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}
.offers  a:hover {
   background:#727169;
   color: #060606;
   transition: all .4s ease-in;
 
 } */
 

.off-img{
  max-width: 650px;
}

.detail-box h2{
  font-size: 20px;
  color: #9c9a9a;
  font-weight: 500;
}

/** end offer section **/
/* icons */
.icn-img{
  max-width: 500px;
  height: 300px;
  /* margin-right: 41px; */
  width: 100%;
}

/* items */
.nihstatu-items{
  background-color: #ffffff;
}
.btn-box {
  max-width: 150px;
    border-radius: 5px;
    border: none;
    background-color: #000000;
    padding: 10px 0px;
    color: #fff;
    font-size: 16px;
    /* display: inline-block; */
    text-align: center;
    margin: 14px auto;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease-in;
}
.btn-box:hover {
   background: #f4df2e;
   color: #000000;
   transition: all .4s ease-in;
 
 }
.item-img{
  max-width: 550px;
  
  margin-bottom: 10px;
}
.items-cont{
  margin: 20px 0px;
}
.titlepage h2 {
  font-size: 28px;
  color: #000000;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
}
.titlepage p {
  font-size: 16px;
  color: #000000;
  padding-top: 5px;
  line-height: 25px;
  
}
.product{
  max-width:190px;
  /* border-radius: 10px 20px ; */
}
.prod .prod_desc {
  text-align: center;
  border: #555556 solid 1px;
  border-radius: 2px;
  padding: 120px 0px 30px 0px;
  margin-bottom: 30px;
}

.prod .prod_desc figure {
  margin: 0;
}

.prod .prod_desc h3 {
  color: #100d0d;
  font-size: 22px;
  line-height: 20px;
  padding: 70px 0px 9px 0px;
}

.prod .prod_desc p {
  color: #2a2a2c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.prod_desc p {
 font-size: 16px;
 color: #000000;
  
}
.prd-btn {
  max-width: 180px;
    border-radius: 5px;
    border: none;
    background-color: #666;
    padding: 11px 0px;
    color: #fff;
    font-size: 15px;
    /* display: inline-block; */
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease-in;
}
/*  */
.custom-btn {
  max-width: 130px;
  /* height: 40px; */
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  margin:10px 0px;
}

.btn-12{
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  /* width: 130px;
  height: 40px; */
  line-height: 42px;
  font-size: 16px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  background: rgb(31, 31, 31);
background: linear-gradient(0deg, rgb(80, 80, 80) 0%, rgb(19, 19, 19) 100%);
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

/*  */
.nihstatu-prod   a:hover {
   background: #f4df2e;
   color: #000000;
   transition: all .4s ease-in;
 
 }
.prod_desc{
  border-radius: 2px;
  padding-bottom: 20px;
  transition: 0.3s ease;
  background-color: #fafafa;
 
}
.prod_desc:hover{
 
  background-color: #efefef;
}
.item-price {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

/* single-prod */
.prod-img{
  max-width: 450px;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnails img{max-width:100px;display:inline-flex;}
.thumbnail:hover {
  border-color: #333;
}
.hgt{
  min-height:calc(100vh - 150px);
} 
.titlepage h1 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}
.prod-desc{
  padding: 0px 20px 50px 20px;
}
.prod-desc p{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 30px;
}
.prod-sec {
  position: relative;
  /* width:300px; */
}
.prod-sec img{
  width:100%;
  height:100%;
}
.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.439);
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center; 
  padding:30px;
 /* max-width:300px; */
}
.overlay  {
  font-size: 35px;
  line-height: 1.5;
}
.prod-sec:hover .overlay{
  display: flex;
}
.prd-des-cont {
  border:2px dashed black;
  padding:20px;
  text-align: center;
}
.prd-des p{
  font-size: 17px;
  line-height: 1.5;
}
/* footer */
.footer {

  background-color: #675d0752;
  color: #000000;
  padding: 30px 20px;
  
}
.footer-top{
  background-color: #a59b80;
}
.footer-top img {
  display: block;
}
.footer-bottom{
  /* background-color: #000; */
  padding: 10px 10px 10px;
}

.img-ft{
  max-width: 200px;
  margin-bottom: 20px;
}
.footer a{
  text-decoration: none;
  color: #000000;

}
.ft-hr{
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
}
.fo2ss {
  font-size: 25px;
  margin:10px 0px;
}
.ft-para{
  color: #000000;
  font-size: 16px;
}
/* .ft-head{
  margin-bottom: 60px;
  color: #000000;
 } */

 .ft-head1{
  margin: 10px 0px;
  color: #000000;
 }
 .footer p{
  color: #000000;;
  line-height: 30px;
  font-size: 16px;
 }
 .footer a :hover{
  color: #000000;

 }
 .footer .btn-box a {
  width: 200px;
border-radius: 30px;
border: 2px solid #ffffff;
padding: 18px 0px;
color: #ffffff;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}

.footer .btn-box a:hover {
  background: #f4df2e;
   color: #000000;
   transition: all .4s ease-in;
}
/* /privacy */
.row{
  padding:20px;
} 
.row ul {
  margin-top:10px;
  padding-left: 20px;
}
.row p{
  color:black !important;
}
.row ul li {
line-height: 20px;
  margin-top: 10px;
  padding-left:10px;
}
.row h3, .row p{
margin-top:20px;
}
/* more */
.nihstatu-info p {
  font-size: 17px;
  color: #666;
  line-height: 30px;
}

.nihstatu-info h4 {
  font-size: 20px;
  color: #555556;
  margin-top: 10px;
  margin-bottom: 10px;
}
#jsl2{
  width:80%;
  height:600px;
}
/* contact */
input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #d05932;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #e69479;
}
/* responsive */
.sda2{
  
  display: flex;
  justify-content: center;
  min-height: 400px;
  align-items: center;
  padding:20px;
}
.jll9{
  border:2px solid;
  max-width:500px;
  /* min-height:200px; */
  padding:10px;
  
}
.jll9 h1 {
  font-size: 25px;
  line-height: 1.5;
}
.jll9 p {
  font-size: 15px;
}
.jll9 img{
  height: 60px;
  width: 60px;
}
@media only screen and (max-width:875px){
  .nihstatu-ban {

    background-position: right;
  }
}
@media only screen and (max-width:768px) {
   /*  */
  .nihstatu-popup-modal {
    padding: 1.5rem;
  }

  .nihstatu-popup-title {
    font-size: 1.5rem;
  }

  .nihstatu-popup-text {
    font-size: 16px;
  }

  .nihstatu-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
  .nihstatu-flx-dir{
    flex-direction: column;
  }
  .navbar-links {
    display: flex;
    display: none;
}
.mob-non{
  display: none;
}
.nihstatu-flx-rev{
  flex-direction: column-reverse;
}
.thumbnails img {
  max-width: 76px;
  display: inline-flex
;
}
.nihstatu-mb{
  text-align: center;
}
.prd-btn {
  margin:20px auto;
}
.footer {
  padding:  20px 0px;
  text-align: center;
}
.footer-bottom {
  padding:15px;
}
.text-bg {
  text-align: center;
  padding:10px;
}
.text-bg h1 {
  
  font-size: 20px;
 
  
}
.ft-head {
 
margin-bottom: 30px;
}
.header {
  /* background-color:#003366; */
  padding: 20px 20px;
}

.titlepage h2 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}

.nihstatu-ban{
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    padding: 30px;
  }
  .ban-btn {
    margin:10px auto;
  }
  .strp{
    padding:20px;
  }
  .item-desc{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nihstatu-wrp {
    max-width: 1155px;
        margin: auto;
        width: 100%;
}
.offers h1 {
  margin: 10px 0px;
  font-size: 20px;
  line-height: 1.6;
}
.prod_desc { 
  padding-left: 20px;
  padding-right: 20px;
 
  padding-bottom: 20px ;
 
}
.icn-img{
  height:400px;
  max-width:500px;
  width: 100%;
}
#jsl2{
  height: 370px;
  width: 99%;
  /* margin-right: 100px; */
}


.footer .nihstatu-flx-33 p{
  font-size: 16px;
  font-weight: 400;
}
}
@media only screen and (max-width:480px) {
  .nihstatu-popup-modal {
    padding: 1rem;
  }

  .nihstatu-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .nihstatu-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .nihstatu-popup-title {
    font-size: 24px
  }

  .nihstatu-popup-icon {
    align-self: flex-end;
  }
}
@media only screen and (max-width:400px){
  .nihstatu-ban {
    padding: 10px;
  }
}
/*travel-page*/
.ttp-htp{font-size:35px;} .travel-pack{font-family: "Roboto", sans-serif !important;} .travel-pack p{font-size:18px !important}.tt-ctr{text-align:Center}
.mrtb{margin-bottom:0px} .mrtb-tp{margin-top:0px} .nihstatu-wrps{max-width:950px;width:100%;margin:auto;}
.mrt1{margin-bottom:30px} .brdr-1{border-radius:20px;} .descr-pp{background-color:#efefef;padding:10px;}
.mrtb1-tp{margin-top:20px}