@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

* {
  box-sizing: border-box;
  font-family: "Roboto Slab", serif;
  margin: 0px;
  padding: 0px;
}

img {
  width: 100%;
  height: auto;
}

p {
  font-size: 18px;
  line-height: 1.5;
 
}

a {
  text-decoration: none;
 
}
h1{
    font-size: 35px;
 
}
.smrtshrt-wrp {
 max-width: 1240px;
 width: 100%;
margin: auto;
}

.txt-cntr {
  text-align: center;
}
/* flex */
.smrtshrt-flx {
    display: flex;
  }
  
  .smrtshrt-flx-jus {
    justify-content: space-between;
  }
  
  .smrtshrt-flx-aln {
    align-items: center;
  }
  
  .smrtshrt-flx-gp {
    gap: 20px;
  }
  .smrtshrt-flx-50{
    flex:50%
  }
  .smrtshrt-flx-33{
    flex:33.3%
  }
  .smrtshrt-flx-30{
    flex:30%
  }
  .smrtshrt-flx-70{
    flex:70%
  }
  .smrtshrt-flx-25{
    flex:25%
  }
  .smrtshrt-flx-20{
    flex:20%
  }
  .smrtshrt-flx-80{
    flex:80%
  }
  .smrtshrt-flx-60{
    flex:60%
  }
  .smrtshrt-flx-40{
    flex:40%
  }
  .smrtshrt-flx-25{
    width: 25%;
    
  }
  .smrtshrt-flx-15{
    width: 15%;
    
  }
  .smrtshrt-flx-85{
    width: 85%;
    
  }
  .smrtshrt-gap{
    padding: 20px 20px;
  }
 .row ul{
margin-left: 40px;
 } 
 html{
  scroll-behavior: smooth;
 }
 
  /* navbar */
  .header {
  background-color: #ffc11c;
    padding: 10px 20px;
}
  .navbar-links a {
    color: #000000;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.3s;
    font-size: 18px;
   
  
  }
  .navbar-links {
    display: flex;
    padding: 10px 30px;
    border-radius: 80px;
}
  .navbar-links a:hover {
    
    color:#3f0034;
   
  
  }
  
  .cf6ue25 ul {
    list-style: none;
    padding: 0;
  }
  
  .cf6ue25 li {
    margin-bottom: 10px;
  }
  
  .cf6ue22 a {
    text-decoration: none;
    color: #fff;
  }
  .logo-img{
    font-size: 30px;
    color: #000000;
    margin: auto;
  }
  
/* banner */
.para-ban{
  background-color: #bb9d7b;
  color: #fff;
  max-width: 30%;
  padding: 10px;
}

.smrtshrt-ban{
  background-image: url(../images/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:left, center;
  padding: 110px 0px 180px;
  position: relative;
  background-attachment: fixed;
}

.text-bg {
 max-width: 450px;
margin-left: auto;
  padding: 20px 10px;
}
.text-bg h1 {
  font-size: 30px;
  color: #000000;
  font-weight: 900;
  line-height: 1.6;
}
.text-bg p {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 10px;
}
.btn-cont {
  background-color: #ffc11c;

  cursor: pointer;
  border: none;
  padding: 15px 25px;
  color: #000000;
  font-size: 17px;
  display: inline-block;

  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}

 

.clr {
  color: #000000;
  text-transform: initial;
}
.all-prdc{
  padding: 20px;
  background-color: #ddf5f7;
  margin: 20px 80px;
}

.all-prdc p{
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 3px;
  color: #000000;
  font-weight: 500;
  
}
.all1{
  border-left: 2px solid #000000;
 
}
.all2{
  border-top: 2px solid #000000;
}
.pdg{
padding: 20px;
}

/**  offer section **/

.offers{
 background: #dcdcdc;
    border: 7px double #aca9a9;
    border-radius: 50px !important;

} 

 
 .offers {
  padding: 100px;
  margin-bottom: 20px;
  margin-top: 20px;
  
}
.offer-sec{
 max-width: 600px;
 margin:auto; 
 
  padding: 20px;
 
}
.off-img {
  border-radius: 2px;
 
 
}
.offer-sec h3{
  font-size: 50px;
  color: #000000;
}
.detail-box h2{
  font-size: 30px;
  color: #000000;
}

/** end offer section **/


/* items */
.smrtshrt-items{
  background-color: #f9f9f9;
}
 .item-img {
  max-width: 350px;
  border-radius: 20%;
}


.items-cont{
  margin-top: 20px;
}

.titlepage {
  margin-top: 20px;
}

.titlepage h2 {
  font-size: 35px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}
.titlepage p {
  font-size: 16px;
  color: #000000;
  padding-top: 5px;
  line-height: 25px;
  
}
.item-price {
  font-size: 16px;
  font-weight: 500;
}
/*  products */

.prod .prod_desc {
  text-align: center;
  border: #555556 double 5px;
  border-radius: 50px;
  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{
  padding: 20px 10px;
  transition: 0.3s ease;
  border: #555556 double 5px;
  border-radius: 50px;
  
}
.prod_desc:hover{
  background-color: #fcc23a36;
}


/* single-prod */
.prod-price{
  font-size: 25px;
 padding-top: 5px;
 padding-bottom: 5px;
 font-weight: 500;
}
.prod-desc h3{
  color: #000000;
}
.prod-desc p{
  color: #000000;
}
.prod-img{
  max-width: 400px;
  border-radius: 20%;
}

.thumbnails {
  margin-top: 40px;
  
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
}
.thumbnails img{width:150px;display:inline-flex;}
.thumbnail:hover {
  border-color: #333;
}
.titlepage h1 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}
.prod-desc{
  margin-left: 50px;
  padding: 0px 20px 10px 20px;
}
.prod-desc p{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 30px;
}
/* footer */
.footer {
  background-color: #1d1502;
 
  padding:40px 20px;
  
}
.img-ft{
  font-size: 30px;
    color: #ffffff;
    margin: auto;
  margin-bottom: 20px;
}
.footer a{
  text-decoration: none;
  color: #fff;

}
.ft-hr{
  color: #fff;
  margin-top: 60px;
  margin-bottom: 10px;
}
.ft-para{
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}
.ft-head{
  margin-bottom: 60px;
  color: #fff;
 }

 .ft-head1{
  margin-bottom: 20px;
  color: #fff;
 }
 .footer p{
  color: #fff;
  line-height: 30px;
  font-size: 16px;
 }
 .ftr a :hover{
  color: #c5bfc4;
 letter-spacing: 1px;
 transition: 0.3s ease;

 }
 /* more */
 .smrtshrt-info p{
  font-size: 17px;
  color: #000000;
  line-height: 30px;
 }
 .smrtshrt-info h4{
  font-size: 20px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
 }

/* grtng */
.grting{
  padding: 60px 20px;
}
.grtng-cont{
  width: 60%;
  margin: auto;
  background-color: #efefef;
  padding:80px 20px;
}


/* 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 */


@media only screen and (max-width:768px) {
  .smrtshrt-flx-dir{
    flex-direction: column;
  }
  .navbar-links {
    display: flex;
    display: none;
}
.prod-desc{
  margin: auto;
}
.smrtshrt-flx-rev{
  flex-direction: column-reverse;
}
.smrtshrt-mb{
  text-align: center;
}
.footer {
  padding: 40px 20px;
}
.text-bg{
  margin-top: 0px;
background-color: #ffffff;
}
.text-bg h1 {
  
  font-size: 25px;
}
.detail-box h2 {
  font-size: 30px;
}
.ft-head {
 
margin-bottom: 30px;
}
.header {
  
  padding: 20px 20px;
}

.titlepage h2 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}

.offers{
  
  border-radius: 2px;
 
  padding: 30px 10px;
  
}
.para-ban{
  background-color: #bb9d7b;
  color: #fff;
  max-width: 100%;
  padding: 10px;
  margin: auto;
}
.offer-sec {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  background-color: #ffffffd2;
}
.smrtshrt-flx-25 {
  width: 100%;
}


 
 .detail-box{
  padding: 20px 10px;
 }

 .all-prdc{
  padding: 20px;
  background-color: #ddf5f7;
  margin: 20px 20px;
}

 .all1{
  border-left: none;
  
}
.all2{
  border-top: none;
 
}
.item-desc{
  margin-top: 20px;
  margin-bottom: 20px;
}

.grtng-cont{
  width: 100%;
 
}
.smrtshrt-ban{
  padding: 50px 10px;

}
}


.smrtshrt-test {background: #f1f6fa;padding: 70px 20px;}



.revew-test {
    padding: 30px 20px;
    background: #fcc23a36;
    height: 100%;
    border: 5px double #919191;
}

.star-icon {
    color: #FF9800;
    margin-bottom: 15px;
}

.persn-name {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
}

.persn-name img {
    max-width: 60px;
}

.waveSec {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}

.waveSec svg{
  fill: #edfeff;
  height: 55px;
  width: 100%;
}
.choseUs-sec {
    background: #edfeff;
    padding: 70px 20px;
}

.abutimg img {
    border-radius: 50px;
}
.abutimg {
    border-radius: 50px;
    border: 5px double #9f9f9f;
    padding: 10px;
    overflow: hidden;
}

.lcaspw1-popup {
                position: fixed;
                inset: 0;
                background: #000000d4;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
                padding: 1rem;
                overflow-y: auto;
            }

            .lcaspw1-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;
            }

            .lcaspw1-popup-flx {
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: wrap;
                position: relative;
            }

            .lcaspw1-popup-icon {
                font-size: 30px;
                cursor: pointer;
                position: absolute;
                top: -15px;
                right: 0;
                color: #000000;
            }

            .lcaspw1-popup-title {
                font-size: 40px;
                color: #222;
                margin: 5px 0 13px !important;
            }

            .lcaspw1-popup-text {
                font-size: 16px;
                color: #000000;
                line-height: 1.6;
                margin: 10px 0;
            }

            .lcaspw1-popup-actions {
                display: flex;
                justify-content: flex-start;
                gap: 1rem;
                margin-top: 10px;
                flex-wrap: wrap;
            }

            .lcaspw1-popup-actions a {
                flex: 1;
            }

            .lcaspw1-popup-btn {
                padding: 15px 10px;
                color: #fff;
                border: none;
                border-radius: 8px;
                font-weight: bold;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
                font-size: 20px;
                width: 100%;
                flex: 1;
            }

            .lcaspw1-popup-btn--accept {
                background: #1b1c31;
            }

            .lcaspw1-popup-btn--reject {
                background: #58575752;
                color: #1b1c31;
            }