
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: normal
}
html{
    scroll-behavior: smooth;
}
#pop-up-hide {
  display: none;
}

.mlkn20s-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;
}

.mlkn20s-popup-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  min-height: 280px;
  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;
}

.mlkn20s-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mlkn20s-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.mlkn20s-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.mlkn20s-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.mlkn20s-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.mlkn20s-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;
}

.mlkn20s-popup-btn--accept {
  background: #1b1c31;
}

.mlkn20s-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}
img {
    width: 100%;
    height: auto
}

p {
    font-size: 16px;
    margin-bottom: 15px
}

h2 {
    font-size: 30px;
    margin-bottom: 10px
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

.gp {
    gap: 20px
}

.txt-cen {
    text-align: center
}

.mlkn20s-wrap {
    max-width: 1150px;
    width:90%;
    margin: auto
}
.mlkn20s-wrap-100 {
    max-width: 1150px;
    width:100%;
    margin: auto
}

.mlkn20s-flx {
    display: flex
}

.mlkn20s-al {
    align-items: center
}

.mlkn20s-jus {
    justify-content: space-between
}
.mlkn20s-jus-cen {
    justify-content: center;
}

.pd {
    padding: 30px 0;
}

a {
    text-decoration: none;
    /* color:white; */
}
.text-white{
    color:white;
}
.hight{
    min-height: calc(100vh - 150px);
}
ul li {
    list-style: none;
}

header img {
    max-width: 200px
}

.nav {
    align-items: center
}

header ul li {
    padding: 10px
}

header a {
    font-size: 16px;
    color: #000;
}
.header-cont a {
    color:white;
}
.fr-lg{
    padding:20px;
    background-color: rgba(165, 202, 198, 0.191);
}
.mlkn20s-hero {
    /* background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 20px;
    background-position: center;
    background-blend-mode: overlay;
    background-color: #0000004a; */
    background-color: beige;
}
.mlkn20s-hero img{
    display: block;
}
.ban{
    padding:0px 10px;
}
.ban-cont {
    max-width: 500px;
    text-align: center;
    color:#000;
    line-height: 1.5;
    /* border: 1px solid #ffffff;
    padding: 20px;
    box-shadow: 1px 0px 17px 3px #00000073, 1px 0px 14px 0px #00000080; */
    /* backdrop-filter: blur(0px); */
}
.ban-cont h2 {
    font-size: 35px;
    font-family: serif; font-weight: 700; 
}
header ul a:hover {
    text-decoration: underline;
    color: #f50606;
}

.mlkn20s-hero-inf h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
}

/* .mlkn20s-hero-inf {
    flex: 50%;
} */

.mlkn20s-btn {
    max-width: 130px;
    padding: 10px;
    text-align: center;
    border: 2px solid;
    transition: 0.3s ease;
    border-radius: 5px;
    margin:10px auto;
    color: #000000;
    font-weight: 500;
}



.mlkn20s-btn:hover {
    background: #fff;
    border: 2px solid #806eab;
    color:#806eab;
}



.mlkn20s-prd-bx {
    flex: 33.3%;
    text-align: center;
    border-bottom: 2px solid #f12bb6;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.mlkn20s-prd-bx:hover{
    box-shadow: 10px 10px 10px rgba(17, 17, 17, 0.577);

}
.mlkn20s-prd-bx1 {
    flex: 60%
}

.mlkn20s-prd-bx1-25 {
    flex: 25%
}
.mlkn20s-prd h1 {
    font-size: 35px;
    font-weight: 500;
    font-style: italic;
    font-family: fangsong;
}

/* .mlkn20s-fets {
    flex: 50%
} */
.prd-rev h1{
    margin-bottom: 20px;
}
.reviw{
    position: relative;
  padding: 20px;
  background-color: #f0f0f0;
}
.reviw h3 {
   margin:10px 0px ;
}
.reviw p {
    line-height: 1.5;
}
.reviw::before,
.reviw::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  /* border: 2px solid black; border color */
}
.reviw::before {
    top: 0;
    left: 0;
    border-top: 4px solid black;
    border-left: 4px solid black;
  }
  
  .reviw::after {
    bottom: 0;
    right: 0;
    border-bottom: 4px solid black;
    border-right: 4px solid black;
  }
.mlkn20s-prd-bt {
    background: #111111;
    max-width: 130px;
    padding: 12px;
    text-align: center;
    margin : 20px auto;
    border-radius: 5px;
}

.mlkn20s-prd-bt a {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.mlkn20s-prd-bt:hover {
    background: #000;
    border: 0
}

.mlkn20s-prd-bt a:hover {
    color: #FFF
}

.mlkn20s-ft-bx li {
    color: #fff;
    /* text-align: center */
}

.mlkn20s-ft-bx i {
    font-size: 22px;
    margin-bottom: 10px;
}

.mlkn20s-flx {
    display: flex;
}

.product {
    text-align: center;
}
/* purchase */
.purchase-section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:500px;
    height:auto;
    background-color: rgba(185, 183, 184, 0.34);
    padding:10px
}
.purchase-cont{
    border:1px solid;
    max-width: 450px;
    width:100%;
    padding:20px;
    border-radius:20px;
    text-align: center;
    background-color:whitesmoke;
    line-height:25px;

}
.purchase-cont h1 {
    line-height:1.4;
}
.purchase-cont p{
    line-height:1.4;
    margin:10px 0px;
}
.purchase-cont img{
    height:90px;
    width:90px;
}
/*.thumbnails {margin-top: 20px;}*/
.thumbnail {
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbnails img {
    display: inline-flex;
    max-width: 110px;
}

.thumbnail:hover {
    border-color: #333;
}

.product img {
    max-width: 600px;
}

.mlkn20s-abtn {
    max-width: 116px;
    background-color: #222222;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    padding: 10px;
    font-size: 16px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}
.prd-cont{
    text-align: center;
    padding: 20px;
}
.prd-img{
    text-align: center;
   
}
.prd-img img{
    /* max-width: 400px; */
    display: block;
}
.mlkn20s-mid li {
    font-size: 16px;
}

.mlkn20s-flex-80 {
    flex: 80%
}
.mlkn20s-flex-60 {
    flex: 60%
}
.mlkn20s-flex-30 {
    flex: 30%
}
.mlkn20s-flex-33 {
    flex: 33.3%
}

.mlkn20s-flex-40 {
    flex: 40%
}

.mlkn20s-flex-25 {
    flex: 25%
}

.mlkn20s-flex-20 {
    flex: 20%
}

.prd-del ul li {
    list-style-type: disclosure-closed;
    margin-left: 35px;
    margin-bottom: 10px;
}

.mlkn20s-flex-40 ul li {
    list-style-type:circle;
    margin-left: 35px;
    margin-bottom: 10px
}

.cnt li {
    list-style: circle
}

.mlkn20s-prd-bx-uit {
    font-size: 15px
}

.mlkn20s-prd-bx-uit2 {
    font-size: 12px
}

.prd-list li {
    list-style-type: decimal;
    margin-left: 30px;
    line-height: 1.8;
}
/* strp */
.strp {
    background-image: url(../images/strp.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
     background-blend-mode: overlay;
background-color: #0000007e;
    padding:60px 20px;
    min-height: 200px;
}
.strp-cont{
    padding:20px;
    max-width: 600px;
    text-align: center;
   
}
.strp-cont h1{
    font-size: 35px;
    font-weight: 700;
    font-family: serif;
    color:#fff;
    line-height: 1.5;
}
/* about */
/* .mlkn20s-prd-abt{
    background-image: url('../images/abt-img.jpg');
    background-position: center;
    background-size: cover;
    padding: 50px 20px;
    margin:20px 0px; 
    background-blend-mode: overlay;
    background-color: #00000030;
}
.mlkn20s-prd-abt {
    font-size: 40px;
    font-family: fangsong;
} */
.mlkn20s-rev {
    padding:30px ;
    min-height: 200px;
}
.mlkn20s-rev-cont {
    border:2px solid black;
    padding:30px 20px;
    max-width: 700px;
    text-align: center;
}
.mlkn20s-rev-cont p{
    font-size: 18px;
    line-height: 1.7;
    font-family: math;
}
 
.mlkn20s-flx-50 {
    flex: 50%
}
.mlkn20s-flx-10{
    flex:10%;
}
.foot-btn {
    padding:8px;
    font-size: 16px;
    margin:10px 0px;
}
footer {
    background: #423c41;
    padding: 30px 20px;
    color: #fff;
}
footer ul {
    border:2px solid white;
    padding:15px;
    justify-content: center;
}
footer ul li:hover{color: #e169cf;
 }
.mlkn20s-fets-bx {
    flex: 25%;
    background: #806eab;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
}

.mlkn20s-fets-bx img {
    width: 60px;
    height: 60px
}
/* privacy */
.row ul {
    margin-top:10px;
  }
  .row ul li {
  line-height: 20px;
    margin-top: 10px;
    padding-left:10px;
  }
  .row h3, .row p{
  margin-top:20px;
  line-height: 1.4;
  }
  .thumbnails {
    text-align: center;
  }
.seas-sec{
    border: 5px ridge gray;
    /* border-image: linear-gradient(to right , white,black ,white ,black)1; */
   
    min-height: 350px;
    border-radius: 20px;
    padding: 20px;
  margin:20px 0px;
        display: flex; 
        align-items: center;
        flex-direction: column;
        justify-content: center;
    
}
.seas-sec p{
    margin-top:10px;
    line-height: 30px;
}
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: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

@media screen and (max-width: 768px) {
    /*  */

  .mlkn20s-popup-modal {
    padding: 1.5rem;
  }

  .mlkn20s-popup-title {
    font-size: 1.5rem;
  }

  .mlkn20s-popup-text {
    font-size: 16px;
  }

  .mlkn20s-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
    /* .pt {
        padding-top: 50px;
    } */
.ban h2 {
             font-size: 37px;
        line-height: 1.6;
        font-weight: 700;
        color: #fff;
}
    .fr-lg {
        text-align: center;
        border-bottom: 2px solid #fff
    }

    /* .mlkn20s-scd {
        text-align: center !important
    } */

    .mlkn20s-hero {
background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px;
    background-position: center;
    background-blend-mode: overlay;
    background-color: #00000083;
    }
    .seas-sec{
        padding: 10px;
        display: flex
;
        flex-direction: column;
        justify-content: center;
    }
    .mb-menu {
        display: none
    }

    .mlkn20s-col {
        flex-direction: column
    }

    .od {
        order: 2
    }
.mlkn20s-abtn {
    margin:10px auto;
}
    .mlkn20s-mb-txt {
        text-align: center
    }

    .mlkn20s-mt {
        margin-top: 20px
    }

    .mlkn20s-hero-inf h2 {
        font-size: 30px;
    }

    .mlkn20s-btn {
        margin: auto;
                color: #fff;
    }
.footer ul {
    display: flex;
    flex-direction: column;
}
    .mlkn20s-fets-bx {
        border: 0 !important
    }

    /* .mlkn20s-prd-bt {
        max-width: 100%
    } */

    .mlkn20s-prd-bx ,footer  {
        text-align: center
    }

    .mlkn20s-col-rev {
        flex-direction: column-reverse
    }

    .prd-h1 {
        font-size: 22px !important
    }

    /* .mlkn20s-abtn {
        max-width: 100%
    } */
.thumbnails img {
    max-width: 60px;
}
    .mlkn20s-hero-inf {
        max-width: 100%;
        text-align: center;
    }

    
}
@media only screen and (max-width:480px) {
  .mlkn20s-popup-modal {
    padding: 1rem;
  }

  .mlkn20s-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .mlkn20s-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .mlkn20s-popup-title {
    font-size: 24px
  }

  .mlkn20s-popup-icon {
    align-self: flex-end;
  }

}
@media only screen and (max-width:400px){
    .mlkn20s-hero {
        padding: 50px 20px;
    }
    .ban h2 {
                font-size: 23px;
    }
}