@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');



body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px; 
    line-height: 1.4; 
    color: #333; 
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700; 
}

p {
    font-size: 25px;
}

a {
    text-decoration: none;
}



#ad {
    background-color: black;
    color: white;
    padding: 20px;
}

#ad p{
    
        word-break: normal;      
      text-align: left;    
      line-height: 1.5;        
      letter-spacing: normal;  
      hyphens: none;           
      overflow-wrap: normal; 
  
}

#ad p:first-of-type {
    background-color: white;
    color: red;
    padding: 10px;
    margin: 0 auto 20px;
    font-weight: 900;
}

#ae #e p:first-of-type{
    color: red;
    font-weight: bolder;
}

#e p{
    text-align: left;
}

#rg {
    display: block;
    max-width: 50%;
    height: auto;
    margin: 20px auto;
    border-radius: 50%;
}

#ad p:last-of-type {
    margin: 20px auto;
    max-width: 50%;
    color: white;
}





#ae div img {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#ip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;    
}

#ip p {
    margin: 10px 0;
    color: black;
}

#ip p i {
    margin-right: 10px;
    color: red;
}


#ldp {
    width: 100%;
}

#h {
    background-color: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
}


#h h1 {
    margin: 0;
}

#h p {
    font-style: italic;
    color: #ccc;
}


#tms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#tl {
    background-color: #fff;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    max-width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}


#tl img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}

#tl h3 {
    font-size: 1.2em;
    color: #333;
}

#tl p {
    color: #666;
}

.quote {
    color: #555;
    margin: 10px 0;
    position: relative;
    padding: 20px;
    background: #e0f7fa;
    border-radius: 10px;
}

.quote::before {
    content: '“';
    color: #00796b;
    position: absolute;
    top: -10px;
    left: -10px;
}

.quote::after {
    content: '”';
    color: #00796b;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.author {
    font-weight: bold;
    color: #00796b;
}

#dra {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 2rem;
}

#dra p:first-of-type {
    text-align: center;
    font-weight: 900;
}

#dra p {
    text-align: center;
}

#dra img {
    width: 100%;
  max-width: 200px;
  height: auto;
}

#rd {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 2rem; 
}

#rd p:first-of-type {
    text-align: center;
    color: red;
}

#rd p {
    text-align: center;
    margin-top: 2rem;
}
#rd1 {
   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-bottom: 2rem;
}

#rd1 p:first-of-type{
    text-align: center;
    color: red;
}

#rd1 img { 
    width: 100%;
    max-width: 400px;
    height: auto;
}

#rd1 p {
    text-align: center;
    margin-top: 2rem;
}

#bcg {
    background-color: hsl(0,0%,0%);
    padding-top: 1rem;
}

#bcg div {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-bottom: 2rem;
}

#bcg div h1 {
    color: red;
    text-align: center;
    font-weight: 900;
}


#bcg img {
    max-width: 300px;
    height: auto;
}

#bcg h1, h2 {
    color: white;
    text-align: center;
}

#bcg p {
    color: white;
    text-align: center;
}

#bcg-1 {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 2rem;
    margin: 3rem 0 3rem 0;
}


.card {
    background-color: #fff;
    border: 5px dashed red;
    border-radius: 10px;
    padding: 20px;
    max-width: 350px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 2rem;
}

.card h1 {
    font-size: 1.5em;
    color: #333;
}

.card img {
    max-width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}

.card p {
    font-size: 1em;
    color: #666;
    margin: 10px 0;
}

#slr-scr {
    background-color: black;
}


#slr {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-bottom: 2rem; 
    text-align: center;
    background-color: black;
    padding-top: 1rem;
}

#slr p {
    font-weight: 900;
    text-align: center;
    color: white;
}

#scr {
    padding-bottom: 2rem;
}

#slr img {
  width: 100%;
  max-width: 400px;
  height: auto;
}



.btn {
    background-color: red;
    color: white;
    width: 30%;
    height: 60px;
    font-size: 24px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px auto;
    display: block;
    text-align: center;

}

#scr p{
    text-align: center;
    color: red;
    font-weight: 900;
}


#ph p{
    text-align: center;
}

#ph p:first-of-type {
    letter-spacing: .3px;
}

#ph p:nth-child(2) {
    font-weight: 900;
    letter-spacing: 1px;
}

#du {
    background-color: black;
    padding: 3px;
}

#du p:first-of-type{
    color: white;
    text-align: center;
    font-weight: 700;
    /* padding-top: 2rem; */
}

#du img {
    width: 100%;
  max-width: 400px;
  height: auto;
}

#du p  {
    color: white;
}

#ju p:first-of-type{
    color: red;
    /* text-align: center; */
    font-weight: 900;
}

#ju p {
    text-align: center;
}

#sw {
    background-color: black;
}

#sw p {
    color: white;
    padding-top: 2rem;
    text-align: center;
    font-weight: 900;
}

#sw img {
    width: 100%;
  max-width: 400px;
  height: auto;
}

#wd p:first-of-type {
    text-align: center;
    color: red;
    font-weight: 900;
    letter-spacing: 1px;
}

#wd p:nth-last-child(1) {
    text-align: center;
    font-style: italic;
}

#wd img {
    width: 100%;
  max-width: 400px;
  height: auto;
}



#wi p {
    color: black;
    font-weight: bold;
}

#wi i {
    /* margin-right: 10px; */
    color: black;
    text-align: justify;
}

#dyw {
    background-color: black;
    padding: 3px;
}

#dyw p {
    color: white;
}

#dyw img {
    width: 100%;
  max-width: 400px;
  height: auto;
}

#y, #w {
    text-align: center;
    font-weight: 900;
}




#dyw #sng p:last-child {
    font-style: italic;
}


#bcg-35 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#bcg-35 p:first-child {
    text-align: center;
    font-weight: 900;
}


#product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

#product-container p {
    text-align: center;
}

#product {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 300px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#product img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

#price h3 {
    color: #000;
    font-size: 24px;
    margin: 10px 0;
}

#old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
}

#free-delivery {
    color: #ff0000;
    font-weight: bold;
    margin: 10px 0;
}

#free-delivery i {
    margin-right: 5px;
}

#product button {
    background-color: #ff0000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    width: 80%;
    height: 60px;
    font-size: 24px;
    margin: 0 auto;
}

button:hover {
    background-color: #cc0000;
}

#hq {
    background-color: black;
    color: white;
    margin-top: 2rem;
}

#hq #wg img {
    width: 100%;
  max-width: 400px;
  height: auto;
}

#bid {
    padding-bottom: 2rem;
}
#bid h1, p{
    text-align: center;
}


#wg p:first-of-type{
    font-weight: 900;
    padding-top: 2rem;
}

#wg p:last-child{
    font-weight: 900;
    padding-top: 1rem;
}


footer {
    background-color: white;
    color: black;
    padding: 20px;
    text-align: center;
    font-size: 5px;
    margin-top: 50px;
}


footer p {
    margin: 10px 0;
}

footer a {
    color: #ff6b6b;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {
    /* body {
        font-size: 14px; 
    } */

    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.1em;
    }

    h3 {
        font-size: 1.4em;
    }
    #bcg div {
      width: 100%;
      padding: 1px 3px 0 3px;
    }

    #w1 p:last-child{
        text-align: left;
    }

    #w1 p:first-of-type{
        text-align: left;
    }

    #wi {
        text-align: left;
    }
     
    p {
        font-size: 20px;
        text-align: left;
    }

    #h  {
        text-align: left;
    }

    #wd p {
        letter-spacing: o;
    }

    #ph p{
        text-align: left;
    }

    #h p{
        text-align: left;
    }

    #ju p:first-of-type{
        text-align: left;
    }

    #hq {
        margin-top: 0;
        padding: 0 3px 0 3px;
    }
    
    #ju p {
        text-align: left;
    }
    #rg {
        max-width: 80%;
    }

    #du p:first-of-type  {
        text-align: left;
    }
    #ad {
        width: 89%;
    }

    #ad p{
        letter-spacing: 0;
    }

    #ad p:last-child {
        text-align: center;
    }
    
    #ad p:last-of-type {
        max-width: 100%;
    }

    #slr {
        width: 100%;
        padding: 1px 3px 0 3px;
    }

    #ae div img {
      width: 100%;
    }
    #ip p i {
        margin-right: 2px;
    }

    #ip p{
        text-align: left;
    }
    
    #dra p:first-of-type {
        font-weight: 900;
        text-align: left;
    }

    #dra p {
        text-align: left;
    }
    
    #dyw .icon-paragraphs p{
        text-align: left;
    }
    
    #rd p {
        text-align: left;
    }

    #rd p:first-of-type {
        text-align: left;
    }
    

    #rd1 {
       width: 100%;
     }

      
      #rd1 img { 
          width: 100%;
          max-width: 400px;
          height: auto;
      }
      
      #rd1 p {
          margin-top: 2rem;
          text-align: left;
      }
      #bcg p{
        text-align: left;
      }

    #bcg-1 {
        flex-direction: column;
    }

    #wg p:first-of-type, p:last-child{
        text-align: center;
    }

    #slr p {
        text-align: left;
    }

    .card {
        margin-right: 0;
        margin-bottom: 2rem;
        width: 100%;
    }

    .btn {
        width: 70%;
    }

    #wi {
        display: flex;
        flex-direction: column;
    }

    #wi p {
        color: black;
        font-weight: 900;
    }

    #bid h1{
        font-weight: 400;
    }

    #product {
        width: 100%;
    }

    #bid {
        padding-bottom: 0;
    }

    footer p{
        font-size: 10px;
       
    }

    #tl {
        width: 100%;
        
    }

    #tl p {
        text-align: center;
    }

     #tms {
        flex-direction: column;
        background-color: white;
    }

    #tms  h3 {
        text-align: center;
    }
    .btn {
        width: 250px;
        height: 60px;
        font-size: 24px;
    }

    #product button {
        width: 250px;
        height: 60px;
        font-size: 24px;
    }

    #tl img {
        width: 100px;
        height: 310px;
    }

    #y P:first-of-type {
        text-align: center;
    }

    #w p:first-of-type {
        text-align: center;
    }
}


