@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-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;
 
}
.qm4da-wrp {
 max-width: 90%;
margin: auto;
}

.txt-cntr {
  text-align: center;
}
/* flex */
.qm4da-flx {
    display: flex;
  }
  
  .qm4da-flx-jus {
    justify-content: space-between;
  }
  
  .qm4da-flx-aln {
    align-items: center;
  }
  
  .qm4da-flx-gp {
    gap: 20px;
  }
  .qm4da-flx-50{
    flex:50%
  }
  .qm4da-flx-33{
    flex:33.3%
  }
  .qm4da-flx-30{
    flex:30%
  }
  .qm4da-flx-70{
    flex:70%
  }
  .qm4da-flx-25{
    flex:25%
  }
  .qm4da-flx-20{
    flex:20%
  }
  .qm4da-flx-80{
    flex:80%
  }
  .qm4da-flx-60{
    flex:60%
  }
  .qm4da-flx-40{
    flex:40%
  }
  .qm4da-flx-22{
    width: 25%;
    
  }
  .qm4da-gap{
    padding: 20px 20px;
  }
 html{
  scroll-behavior: smooth;
 }
 .row p{
  color: #000;
 }
  /* navbar */
  .header {
    background-color: #afe0e1;
   padding: 10PX;
   
}
.navbar-logo{

  padding: 0px 0px;
}
  .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:#222245;
   
  
  }
  
  .cf6ue25 ul {
    list-style: none;
    padding: 0;
  }
  
  .cf6ue25 li {
    margin-bottom: 10px;
  }
  
  .cf6ue22 a {
    text-decoration: none;
    color: #fff;
  }
  .logo-img{
    font-size: 35px;
    margin: auto;
    color: #000;
  }
/* banner */

.qm4da-ban{
  background-image: url(../images/banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

  padding: 130px 20px;
}


.text-bg {
  
margin-left: auto;
max-width: 450px;
 
  padding: 30px 10px;
}
.text-bg h1 {
  font-size: 40px;
  color: #000000;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}
.text-bg p {
  color: #666;
  font-size: 20px;
  font-weight: 500;
  text-transform: unset;
  line-height: 1.5;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.btn-cont{
  border-radius: 2px;
  width: 180px;
  cursor: pointer;
  background: transparent;
  border: 2px solid #000;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 10px 0px;
  color: #000000;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}
 .btn-cont:hover {
  background: #000000 ;
    border-color: #000000 ;
    color: #ffffff ;
 
 }
 /* process */
 .grtng-cont{
  max-width: 60%;
  margin: auto;
 }
 

.clr {
  color: #222245;
  text-transform: initial;
}
/**  offer section **/
.off-cont{
  padding-bottom: 80px;
  background-color: #fafafa;
}

.off-cont h2{
  font-size: 30px;
  margin-bottom: 40px;
}
.offers{
  background-image: url(../images/offer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 10px;
}


.off-img{
  max-width: 450px;
}
.offer-sec h3{
  font-size: 50px;
  color: #fff;
}
.detail-box {
  background-color: #00000061;
  padding: 30px;
}
.detail-box h2{
  font-size: 50px;
  color: #fff;
}
.detail-box p{

  color: #fff;
}

/** end offer section **/
/* icons */
.icn-img{
  max-width: 30px;
}
.qm4da-knw {
  background-color: #282828;
  color: #fff;
 
}
/* items */
.qm4da-items {
 margin-top: 20px;
  background-color: #ffffff;
}

 
.item-img{
  max-width: 450px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10%;
}
.items-cont{
  margin: 30px 0px;
}
.items h2{
  font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #111111;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;

}
.hr-item{
  width: 12%;
    margin: auto;
    margin-bottom: 15px;
}
.item-top-desc{
  width: 35%;
  margin: auto;
}
.item-top{
  border:2px solid #222245;
  color: #000000;
  padding: 8px;
  margin-bottom: 20px;
  margin-top: 10px;
  transition: 0.3s ease;
}
.item-top:hover{
  background-color: #222245;
  color: #fff;
}
.titlepage h2 {
  font-size: 35px;
  color: #000000;
  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: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}
/* strps */
.strp-img{
  border-radius: 25%;
  max-width: 300px;
  transition: 0.3s ease;
}
.strp-img:hover{
  opacity: 0.8;
}

/*  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: #222245;
  
}

 .prod_desc {
  border-radius: 2px;
  padding-bottom: 20px;
  transition: 0.3s ease;
  border: 1px dashed #282828;
}
.prod_desc:hover{
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}


/* single-prod */
.prod-price{
  font-size: 25px;
 padding-top: 5px;
 padding-bottom: 5px;
 font-weight: 500;
}
.prod-desc h3{
  color: #514f4f;
}
.prod-desc p{
  color: #666;
}
.prod-img{
  max-width: 450px;
  border-radius: 10%;
}

.thumbnails {
  margin-top: 40px;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnails img{width:150px;display:inline-flex; border-radius: 25%;}
.thumbnail:hover {
  border-color: #333;
}
.thumbnails {
  margin-top: 40px;
}

.thumbnail1 {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnails1 img{width:120px;display:inline-flex;margin-top: 20px;margin-bottom: 20px;
  border: 1px solid #666;padding: 10px;}

  .thumbnail1:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    transition: all .4s ease-in;
  }

.titlepage h1 {
  font-size: 25px;
  color: #000000;
  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;
}
/* bottom */

/* footer */
.footer {
  background-color: #afe0e1;
  color: #000000;
  padding: 40px 20px;
  
}
.order{
  margin-left: 30px;
}
.img-ft{
  font-size: 35px;
    margin: auto;
    color: #000;
  margin-bottom: 20px;
}
.footer a{
  text-decoration: none;
  color: #fff;

}
.ft-mr{
  margin-bottom: 30px;
}

.ft-mr h4{
  font-size: 30px;
  color: #fff;
}
.ft-mr button{
  font-size: 17px;
  background-color: #fff;
  padding: 15px 20px;
  border: none;
  margin-top: 10px;
}
.ft-hr{
  color: #fff;
  margin-top: 60px;
  margin-bottom: 10px;
}
.ft-para{
  margin-top: 20px;
 
  color: #fff;
  font-size: 20px;
}
.ft-head{
  margin-bottom: 60px;
  color: #000000;
 }

 .ft-head1{
  margin-bottom: 20px;
  color: #000000;
 }
 .footer p{
  color: #000000;
  line-height: 30px;
  font-size: 16px;
 }
 .ft-desc a :hover{
  color: #222245;
 letter-spacing: 1px;
 transition: 0.3s ease;

 }
 .ft-mr p{
  font-size: 15px;
  color: #c2bfbf;

}
 /* more */
 .qm4da-info p{
  font-size: 17px;
  color: #000000;
  line-height: 30px;
 }
 .qm4da-info h4{
  font-size: 20px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
 }
 


/* 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: #000000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #ebc7bb;
  color: rgb(0, 0, 0);
}
/* responsive */


@media only screen and (max-width:768px) {
  .qm4da-ban{
    padding: 50px 20px;
  }
  .qm4da-flx-dir{
    flex-direction: column;
  }
  .navbar-links {
    display: flex;
    display: none;
}
.qm4da-flx-rev{
  flex-direction: column-reverse;
}
.qm4da-mb{
  text-align: center;
}
.footer {
  padding: 40px 20px;
}
.text-bg{
  text-align: end;
}
.text-bg h1 {
  font-size: 30px;
}
.detail-box h2 {
  font-size: 35px;
}
.ft-head {
 
margin-bottom: 30px;
}
.header {
 
  padding: 10px 0px;
}

.titlepage h2 {
  font-size: 25px;
  color: #000000;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}


.qm4da-wrp {
  max-width: 100%;
  margin: auto;
}
.item-desc{
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-bg{
  background-color: rgba(255, 255, 255, 0.89);
  text-align: center;
}
.item-top-desc {
  width: 100%;
  margin: auto;
}
.item-top {
 
  margin-bottom: 0px;
  margin-top: 0px;
  
}
.grtng-cont{
  max-width: 100%;
  margin: auto;
 }
 
}