@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
body{
    padding: 0;
    margin: 0;
}
.tx-ctr{
    text-align: center;
}
.lp2am-mt{
    margin-top: 20px;
}
.lp2am-wrap{
    width: 100%;
    max-width: 1155px;
    margin: auto;
}
.lp2am-ft{
    font-size: 16px;
}
.lp2am-wrap-full{
    width: 100%;
    max-width: 95%;
    margin: auto;
}
img{
    width: 100%;
    height: auto;
}
.tx-wht{
    color: #fff;
}
.lp2am-head{
    margin: 5px 0;
    font-size: 30px;
    font-weight: 900;
     font-family: "Playfair Display", serif;
     line-height: 1.6;
}
p{
    margin: 5px 0;
    font-size: 18px;
    line-height: 1.7;
}
ul{
    padding: 0;
}
a{
    text-decoration: none;
}
/*flex-child*/
.lp2am-flex-50{
    flex: 50%;
}
.lp2am-flex-33{
    flex: 33%;
}
.lp2am-flex-40{
    flex: 40%;
}
.lp2am-flex-60{
    flex: 60%;
}
.lp2am-flex-20{
    flex: 20%;
}
/*flex*/
.lp2am-flex{
    display: flex;
}
.lp2am-flex-aln{
    align-items: center;
}
.lp2am-flex-jus{
    justify-content: space-between;
}
.lp2am-flex-strt{
    justify-content: flex-start;
}
.lp2am-flex-end{
    justify-content: flex-end;
}
.lp2am-flex-jus-ctr{
    justify-content: center;
}
.lp2am-flex-gap{
    gap: 25px;
}

/*thanku*/
.lp2am-midb{
    padding: 110px 10px;
    background-color: #efefef;
}
.lp2am-midb-blk{
    padding: 40px 20px;
    max-width: 500px;
    margin: auto;
    border: #dedede solid 1px;
}
.lp2am-midb h1{
    font-size: 35px;margin: 10px 0;
}
    /*contact-page-css*/
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: #333; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer;}
  input[type=submit]:hover {background-color: #000;}
  /*button-page*/
 .lp2am-pop_fanty {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 15px;
        box-sizing: border-box;
        font-family: "Roboto", sans-serif;
    }
.lp2am-mt2{
    margin-top: 30px;
}
.lp2am-crose_btn {
    position: absolute;
    top: 5px;
    color: #fff;
    left: 5px;
    font-size: 20px;
}
/*header*/
.lp2am-header{
    padding: 10px 20px;
}
.lp2am-header a{
    font-size: 25px;
    color: #000;
    font-weight: 900;
    margin: 5px 0;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}
.lp2am-header-nav>li>a{
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.lp2am-header-nav li{
    list-style-type: none;
}
/*banner*/
.lp2am-banner-img{
    background-image: url('../images/lp-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lp2am-banner{
    padding: 170px 20px;
}
.lp2am-banner-blk{
    max-width: 550px;
}
.lp2am-banner h1{
    font-size: 50px;
}
.lp2am-btn{
    background-color: #dd7560;
    color: #fff;
    margin-top: 20px;
    border: none;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
}
.lp2am-product-btn{
    color: #000;
    border: none;
    font-size: 15px;
    cursor: pointer;
    border-bottom: #000 solid 1px;
    background-color: transparent;
    max-width: 200px;
    margin-left: auto;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
}
/*product*/
.lp2am-product{
    padding: 40px 10px;
}
.lp2am-product-a{
    color: #202031;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 800;
    display: block;
}
.lp2am-product img{
    max-width: 350px;
    margin-bottom: 20px;
}
.lp2am-product-price{
    color: #413f3f;
    font-size: 16px;
    font-weight: 500;
}
.lp2am-product-price span{
    color: #838383;
    font-size: 12px;
    font-weight: 300;
}
/*footer*/
.lp2am-footer{
    background-color: #252525;
    padding: 50px 10px;
}
.lp2am-input {
    background-color: transparent;
    margin-top: 20px;
    border: #fff solid 1px;
    padding: 15px 20px;
    width: 60%;
    border-radius: 10px;
}
.lp2am-input::placeholder{
    color: #fff;
}
.lp2am-ft-btn {
    background-color: #dd7560;
    color: #fff;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    width: 100%;
    max-width: 170px;
    margin: 20px auto auto;
    border-radius: 10px;
    text-transform: uppercase;
}
.lp2am-foot-link{
    max-width: 200px;
    margin: auto;
}
.lp2am-foot-link li {
    list-style-type: none;
    line-height: 2.4;
}
.lp2am-foot-link a{
    color: #fff;
    font-size: 16px;
}
.lp2am-footer-head{
    color: #fff;
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-weight: 600;
}

.lp2am-footer h4{
    font-size: 22px;
    font-family: "Playfair Display";
    margin: 5px 0;
}
.lp2am-footer-p{
    font-size: 16px;
    margin-top: 40px;
    border-top: #efefef solid 1px;
    padding-top: 15px;
}
.lp2am-footer-mis{
    font-size: 16px;
}
/*product-back-pages*/
.lp2am-product-img {
  max-width: 510px;
}

.lp2am-product-title {
  font-size: 24px;
  font-weight: bold;
}
.lp2am-product-discount {
  color: green;
  font-size: 16px;
  margin-top: 15px;
}

.lp2am-product-description {
  margin-top: 10px;
  font-size: 15px;
  color: #666;
  margin-top: 15px;
}
.lp2am-select-container{
    margin-top: 15px;
}

.lp2am-color-options {
  display: flex;
}

.lp2am-color-option {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.lp2am-mid-bk{
    padding: 50px 10px;
    background-color: #efefef;
}
.lp2am-select{
    width: 50%;
}
.lp2am-des-bk{
    padding: 20px;
}
.lp2am-des-blk{
        border: 1px solid #0000001a;
        padding: 30px;
        border-radius: 10px;
}
.lp2am-des-bk h2{
    margin: 5px 0;
    font-size: 25px;
    font-weight: 900px;
    font-family: "Playfair Display", serif;
}
.lp2am-des-bk ul{
    padding-inline-start: 40px;
    line-height: 2.0;
    margin-top: 15px;
}
/*strip*/
.lp2am-strip{
    padding: 10px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/lp-strip.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}
.lp2am-strip h1{
    font-size: 40px;
}
.lp2am-strip-blk{
    max-width: 550px;
    margin: auto;
}
/*review*/
.lp2am-review{
    padding: 50px 10px;
}
.lp2am-review-img{
    max-width: 470px;
}
.lp2am-review-icon{
    max-width: 60px;
}
.lp2am-review-p{
    font-size: 16px;
    margin: 0 0 15px 0;
}
/*offer*/
.lp2am-offer{
    padding: 40px 0 10px 10px;
}
.lp2am-offer img{
    max-width: 250px;
}
/*media-query*/
@media only screen and (max-width: 767px){
    .lp2am-flex-dir{
        flex-direction: column;
    }
    .lp2am-flex-dir-rev{
        flex-direction: column-reverse;
    }
    .mob-nn{
        display: none;
    }
    .mob-cntr{
        text-align: center;
    }
    .lp2am-banner{
        padding: 60px 10px 80px 10px;
    }
    .lp2am-strip h1{
        font-size: 30px;
    }
    .lp2am-banner h1{
       font-size: 35px; 
    }
}