

* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}
#pop-up-hide {
  display: none;
}

.shrtxvb-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;
}

.shrtxvb-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;
}

.shrtxvb-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shrtxvb-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.shrtxvb-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.shrtxvb-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.shrtxvb-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.shrtxvb-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;
}

.shrtxvb-popup-btn--accept {
  background: #1b1c31;
}

.shrtxvb-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}
img {
  width: 100%;
  height: auto;
}

p {
  font-size: 18px;
  line-height: 1.5;
  color:#000;
 
}

a {
  text-decoration: none;
 
}
h1{
    font-size: 28px;
 
}
.shrtxvb-wrp {
 max-width:1155px;
 width:90%;
margin: auto;
}
.shrtxvb-wrp-100 {
 max-width:1155px;
 width:100%;
margin: auto;
}

.txt-cntr {
  text-align: center;
}
/* flex */
.shrtxvb-flx {
    display: flex;
  }
  
  .shrtxvb-flx-jus {
    justify-content: space-between;
  }
  .shrtxvb-flx-jus-cen {
    justify-content:center;
  }
  
  .shrtxvb-flx-aln {
    align-items: center;
  }
  
  .shrtxvb-flx-gp {
    gap: 20px;
  }
  .shrtxvb-flx-50{
    flex:50%
  }
  .shrtxvb-flx-33{
    flex:33.3%
  }
  .shrtxvb-flx-30{
    flex:30%
  }
  .shrtxvb-flx-70{
    flex:70%
  }
  .shrtxvb-flx-25{
    flex:25%
  }
  .shrtxvb-flx-20{
    flex:20%
  }
  .shrtxvb-flx-10{
    flex:10%
  }
  .shrtxvb-flx-80{
    flex:80%
  }
  .shrtxvb-flx-60{
    flex:60%
  }
  .shrtxvb-flx-40{
    flex:40%
  }
  
  .shrtxvb-gap{
    padding: 30px 10px;
  }
  .product:hover{
    background-color: #3333334b;
  }
 /* top */
 .header1{
  background-color: #000;
 }
 .navbar-logo  {
  text-align: center;
 }
 .prd-pd {
  padding: 10px;
 }
 .abt-cont {
  padding:30px 20px 20px
 }
  /* navbar */
  .header {
    background-color: #efefef;
    padding: 5px 15px;
}
.navbar-logo h1{
  color:#000;
  font-size: 28px;
}
  .navbar-links a {
    color: #000000;
    text-decoration: none;
    padding: 10px;
    /* margin-right: 10px; */
    border-radius: 10px;
    transition: 0.3s;
    font-size: 16px;
  
  }
  .navbar-links {
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 80px;
}
  .navbar-links a:hover {
   color:red;  
  }
  
  /* .cf6ue25 ul {
    list-style: none;
    padding: 0;
  } */
  
  /* .cf6ue25 li {
    margin-bottom: 10px;
  } */
  
  .cf6ue22 a {
    text-decoration: none;
    color: #fff;
  }
 .hgt {
  min-height: calc(100vh - 150px);
 }
/* banner */

.shrtxvb-ban{
  background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:10px ;
   
  }
  .ban{
padding: 90px  20px;
  }
.ban-cont {
  /* background-color: #000000ab; */
    padding: 20px;
}

.text-bg {
  text-align: center;
  padding: 30px 10px;
  background-color: #d6d1d14d;

  margin: auto;
}
.text-bg h1 {
 font-size: 40px;
    color: #000000;
    font-family: fangsong;
    font-weight: 500;
    line-height: 1.4;
}
.text-bg p {
  color: #d5d0d0;
  margin-top: 15px;
  margin-bottom: 10px;
}
.btn-cont1 {
  border-radius: 5px;
  width: 120px;
  background:#fff;
  cursor: pointer;
  border: none;
 
  padding: 10px 0px;
  color: #000000;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}
 .btn-cont1:hover {
  border: none;
  background: #282828;
  color: #ffffff;
 
 }
 .prd {
  text-align: center;
    padding: 7px;
    /* border: 2px solid black; */
    margin: 10px;
 }
 .prd-cont{
  padding:8px;
 }
.prd-cont p{
     padding: 5px;
    font-size: 16px;
    line-height: 1.5;
}
.clr {
  color:#c44212;
  text-transform: initial;
}
/**  offer section **/
.offer{
  /* background-color:#e8dab9; */
  background-image: url('../images/strp-ban.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
padding: 80px 20px;
  /* background-blend-mode: overlay;
    background-color: #00000042; */
}
.off-cont{
  padding:30px 10px;
  color:#fff;
}
.off-cont h1{
  font-size: 34px;
  line-height: 1.5;
  margin-bottom:10px;
}
.off-btn{
  max-width: 180px;
  background-color: #fff;
  border:2px solid black;
  text-align: center;
  padding:13px;
  margin:10px 0px ;
  font-size: 16px;
  cursor:pointer;
  font-weight: 600;
  color:#000;
 transition: .2s ease-in-out;
}
.off-btn:hover{
  background-color: transparent;
  border:2px solid white;
  color:#fff;
}
/* .btn-cont {
  border-radius: 10px;
    max-width: 180px;
    background: #3f3a3a;
    cursor: pointer;
    border: none;
    padding: 10px 10px;
    color: #ffffff;
    font-size: 14px;
   
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease-in;
    border: 1px solid rgba(0, 0, 0, 0);
} */
/*  */
.btn-cont {
  max-width: 150px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.13)), radial-gradient(90% 7% at 50% 8%, rgba(255, 255, 255, 0.47) 25%, rgba(255, 255, 255, 0) 50%), #212222;
  border: 0;
  border-radius: 0.375em;
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.47), 0 -0.1em 0 0.1em rgba(0, 0, 0, 0.27), 0 0.1em 0 0.1em rgba(255, 255, 255, 0.27), -0.2em 0 0.2em #161616 inset, 0 0.2em 0.2em rgba(255, 255, 255, 0.27) inset, 0.2em 0 0.2em rgba(255, 255, 255, 0.27) inset, 0 -0.2em 0.2em #191919 inset;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin: 10px auto;
 padding: 14px 14px;
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.47);
  transition-property: box-shadow;
  -webkit-tap-highlight-color: transparent;
}
.btn-cont, .btn-cont span {
  display: block;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
.btn-cont:focus, .btn-cont span:focus {
  outline: none;
}
.btn-cont span {
  transition-property: transform;
  will-change: transform;
}
.btn-cont:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.47), 0 -0.1em 0 0.1em rgba(0, 0, 0, 0.27), 0 0.1em 0 0.1em rgba(255, 255, 255, 0.27), -0.2em 0 0.2em #002a6a inset, 0 0.2em 0.2em rgba(0, 0, 0, 0.27) inset, 0.2em 0 0.2em rgba(0, 0, 0, 0.27) inset, 0 -0.2em 0.2em #002a6a inset;
}
.btn-cont:active span {
  transform: scale(0.95);
}
.btn-cont:focus {
  color: #9dc4ff;
  text-shadow: 0 0 0.2em rgba(157, 196, 255, 0.47);
}

/*  */
.tstimon-cont {
  padding:30px;
  border-left: 1px solid black;
}
/* .btn-cont:hover {
  border: 1px solid black;
  background: #eae9e9;
  color: #0e0d0d;
 
 } */
 /* From Uiverse.io by CristianMontoya98 */ 
.btn-box{
 max-width: 164px;
    /* height: 2.3em; */
    margin: 15px 0px;
    background: black;
    padding: 10px 15px;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    /* font-weight: bold; */
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-left:2px solid rgba(0, 0, 0, 0);
 border-right:2px solid rgba(0, 0, 0, 0);

}

.btn-box:hover {
 color: black;
 border-left:2px solid black;
 border-right:2px solid black;
}

.btn-box:after {
 content: "";
 background: white;
 position: absolute;
 z-index: -1;
 left: -20%;
 right: -20%;
 top: 0;
 bottom: 0;
 transform: skewX(-45deg) scale(0, 1);
 transition: all 0.5s;
}

.btn-box:hover:after {
 transform: skewX(-45deg) scale(1, 1);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
 .offers {
  /* padding: 10px; */
  border-radius: 2px;
  /* margin-bottom: 50px; */
  
}
.offer-sec1 {
  position: relative;
  padding:250px 70px 150px 70px;;
  background: linear-gradient(
    rgba(0, 0, 0, 0.6), 
    rgba(0, 0, 0, 0.6)
  ), url(../images/off-bg2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}
.offer-sec {
  position: relative;
  padding: 40px;
  background: linear-gradient(
    rgba(0, 0, 0, 0.664), 
    rgba(0, 0, 0, 0.692)
  ), url(../images/off-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.off-img{
  max-width: 450px;
}
.offer-sec h3{
  font-size: 50px;
  color: #fff;
}
.detail-box{
  text-align: center;
}
.detail-box h2{
  font-size: 50px;
  color: #fff;
 
}
.detail-box p{

  color: #fff;
}

/** end offer section **/
/* icons */
.icn-img{
  max-width: 30px;
}
.shrtxvb-knw {
  background-color: #282828;
  color: #fff;
 
}
/* items */
.shrtxvb-items{
  background-color: #ffffff;
}

.item-img{
  max-width: 450px;
 
  margin-bottom: 10px;
}
.items-cont{
  margin: 30px 0px;
}
.titlepage{
  line-height: 2;
}
.titlepage h2 {
  font-size: 35px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}
.titlepage p {
  font-size: 16px;
  color: #0e0e0e;
  padding-top: 5px;
  line-height: 25px;
  
}
.item-price {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}
/*  products */

.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: #555556;
  
}

 .prod_desc {
  border-radius: 2px;
  padding-bottom: 20px;
  transition: 0.3s ease;
  
}
.prod_desc:hover{
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}


/* single-prod */
.prod-price{
  font-size: 20px;
 padding-top: 5px;
 padding-bottom: 5px;
 font-weight: 500;
}
.prod-desc h3{
  color: #514f4f;
}
.prod-desc p{
  color: #666;
}
.prod-img{
  max-width: 500px;
  /* border-radius:0 50px; */
}

.mor-img{
  display: block;
  
   max-width: 470px;
    box-shadow: 6px 7px 0px 0px #2b2a2a96, 12px 12px 0px #8080809c, 18px 18px 0px 0px #2b2a2a21;
}
.thumbnails {
  margin-top: 10px;
  /* text-align: center; */
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnails img{
  max-width:100px;
  display:inline-flex;}
.thumbnail:hover {
  border-color: #333;
}
.titlepage h1 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 1.4;
  font-weight: 500;
  padding: 0;
}
.prod-desc{
  padding: 0px 20px 50px 20px;
}
.prod-desc p{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 30px;
}
.prd-det {
  padding-left:30px;
}
.prd-det li{
  padding:5px;
  line-height: 1.6;
}
/* footer */
.footer {
  background-image: url(../images/footer-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px ;
  /* background-attachment: fixed; */
  
}
.img-ft{
  max-width: 200px;
  margin-bottom: 20px;
}
.footer a{
  text-decoration: none;
  color: #000;

}
.ft-mr{
  margin-bottom: 30px;
}

.ft-mr h4{
  font-size: 30px;
  color: #fff;
}
.ft-mr button{
  font-size: 17px;
  background-color: #fff;
  padding: 10px 20px;
  border: none;
  margin-top: 10px;
}
.ft-hr{
  color: #fff;
  margin-top: 60px;
  margin-bottom: 10px;
}
.ft-para{
  margin-top: 20px;
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
}
.ft-head{
  margin-bottom: 60px;
  color: #000;
 }

 .ft-head1{
  margin-bottom: 10px;
  color: #000;
 }
 .foot-link{
   padding:0px 30px;
 } 
 .foot-icon img{
  height:25px;
  width:25px;
  margin:5px;
 }
 .footer p{
  color: #000;
  line-height: 30px;
  font-size: 16px;
 }
 .footer a :hover{
  color: #e95510;
 letter-spacing: 1px;
 transition: 0.3s ease;

 }
 .ft-mr p{
  font-size: 15px;
  color: #c2bfbf;

}
 /* more */
 .shrtxvb-info p{
  font-size: 17px;
  color: #000;
  line-height: 25px;
 }
 .shrtxvb-info h4{
  font-size: 20px;
  color: #555556;
  margin-top: 10px;
  margin-bottom: 10px;
 }
/* grtng */
.jskpp9{
  padding: 20px;
  min-height: 500px;
  display: flex
;
  justify-content: center;
  align-items: center;
}
.grtng-cont{
 max-width:400px;
  margin: auto;
  background-color: #efefef;
  padding:20px;
  border:2px solid black;
}
.grtng-cont h2,p {
  line-height: 1.4;
}
  .row ul {
    margin-top:10px;
    padding-left: 20px;
  }
 .row ul li {
  line-height: 20px;
    margin-top: 10px;
    padding-left:10px;
 }
 .row h3{
  margin-top:10px;
  padding:5px;
  line-height: 1.5;

 }
 .row p{
  line-height: 1.8;
  padding:5px;
 }
/* contact */
input[type=text],
input[type=email],
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 */

@media (max-width:1072px){
  .shrtxvb-ban{
    padding:0px;

  }
  .text-bg h1{
          font-size: 33px;
   margin:10px 0px;
  } 
.ban-cont{
      padding:10px;
}
.ban {
    padding: 70px 20px;
}
}
@media only screen and (max-width:768px) {
  /*  */
  .shrtxvb-popup-modal {
    padding: 1.5rem;
  }

  .shrtxvb-popup-title {
    font-size: 1.5rem;
  }

  .shrtxvb-popup-text {
    font-size: 16px;
  }

  .shrtxvb-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
  .shrtxvb-flx-dir{
    flex-direction: column;
  }
  .navbar-links {
    display: flex;
    display: none;
}
.shrtxvb-ban{
  background-position: left;
  padding:20px;
}
.shrtxvb-flx-rev{
  flex-direction: column-reverse;
}
.tstimon-cont  {
  padding:10px;
  border:none;
}
.tstimon-cont  p{
  font-size: 16px;
  text-align: center;
}
.header1 {
  padding:10px 
}
.mob-non{
  display: none;
}
.shrtxvb-mb{
  text-align: center;
}
.off-btn{
  margin:15px auto;
}
.ban{
  padding:50px 20px;
}
.footer {
  padding: 30px 20px;
  text-align: center;
}
.foot-icon {
  justify-content: center;
  margin:10px 0px;
}
.prd-pd {
  padding:30px 10px;
}
.ban-cont{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  padding:10px;
}
.text-bg h1 {
  font-size: 35px;
  color:#fff;
        margin: 10px;
        line-height: 1.5;
}
.btn-cont1  {
  margin:10px auto;
}
.offer  {
  padding: 0px;
  background-blend-mode: overlay;
  background-color: #00000046;
}
.off-cont{
  padding:10px; 
}
.off-cont h1  {
  font-size: 25px;
  font-weight: 500;
  margin:0px;
  color: #fff;
}
.detail-box h2 {
  font-size: 40px;
}
.thumbnails img {
  max-width: 80px;
}
.ft-head {
 
margin-bottom: 30px;
}
.header {
 
  padding:20px;
}

.titlepage h2 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}
.foot-link {
  padding:0px;
}
.offers{
  
  border-radius: 2px;
  margin-bottom: 0px;
  padding: 0px;
  
}
.shrtxvb-wrp {
  max-width: 100%;
  margin: auto;
}
.item-desc{
  margin-top: 20px;
  margin-bottom: 20px;
}
.offer-sec {
 padding: 20px;
 
}
.offer-sec1 {
  padding: 20px;
  
 }
 .abt-cont {
  text-align: center;
  padding:0px;
 }
 .text-bg {
  text-align: center;
          padding: 40px 10px;
  background-color: #00000080;
}
.grtng-cont{
  width: 100%;
 
}
}
@media only screen and (max-width:480px) {
  .shrtxvb-popup-modal {
    padding: 1rem;
  }

  .shrtxvb-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .shrtxvb-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .shrtxvb-popup-title {
    font-size: 24px
  }

  .shrtxvb-popup-icon {
    align-self: flex-end;
  }
   /*  */
      .ban {
        padding:0px;
    }
    .text-bg h1{
      font-size: 25px ;
    }
   .shrtxvb-ban{
    padding:5px 20px;
   }
  
}
/*travel-agency*/
.ttrt-p{background-color:#efefef;margin-top:20px;} .ttrt-h2{font-size:30px} .ttrt-m1{margin-top:20px;}
.ttrt-1blog{margin-top:30px;} .nmhd{color:#a00000}  .sub-ttrt{background-color:#a00000; color:#fff !important}