*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
a{
    text-decoration:none;
}

/* ================================home hany */
.sec1 {
    padding: 60px 20px;
  }
  
  .sec1-container {
    background-color: rgba(230, 57, 70, 0.1);
    padding: 80px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .content {
    width: 50%;
  }
  
  .sec1-text {
    font-size: 18px;
    color: #457B9D;
    font-weight: bold;
    margin-bottom: 30px;
  }
  
  .sec1-title {
    font-size: 70px;
    font-family: "Playfair Display", serif;
    color: #1D3557;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  
  .sec1-title span {
    color: #1D3557;
  }
  
  .desc {
    font-size: 16px;
    color: #457B9D;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  
  .buttons {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .btn-1 {
    padding: 19px 54px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
  }
  
  .shop-btn {
    border: 2px solid #e46d6d;
    color: #253752;
  }
  
  .shop-btn:hover {
    background-color: #E63946;
    color: #ffffff;
  }
  
  
  .social {
    margin-top: 20px;
  }
  
  .social a {
    margin-right: 15px;
    text-decoration: none;
    color: #555;
    font-size: 14px;
  }
  
  .images1 {
    width: 45%;
    text-align: center;
  }
  
  .images1 img {
    width: 100%;
    border-radius: 20px;
  }
  
  .sec2 .card img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
  }
  
  .footer {
    margin: 100px 20px;
    text-align: center;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    color: #1D3557;
  }
  
  .footer p {
    color: #457B9D;
    font-size: 18px;
    font-family: sans-serif;
  }
  
  
  /* Responsive Breakpoints */
  @media (max-width: 1024px) {
    .sec1-container {
      padding: 50px 30px;
      flex-direction: column;
      text-align: center;
    }
    .content,
    .images1 {
      width: 100%;
    }
  
    .sec1-title {
      font-size: 55px;
    }
  }
  
  @media (max-width: 768px) {
    .sec1-title {
      font-size: 42px;
    }
  
    .desc {
      font-size: 15px;
    }
  
    .sec2 .card img {
      height: 250px;
    }
  
    .play-icon {
      margin-right: 15px;
    }
  }
  
  @media (max-width: 480px) {
    .sec1-title {
      font-size: 34px;
    }
  
    .desc {
      font-size: 14px;
    }
  
    .btn-1 {
      padding: 15px 30px;
      font-size: 14px;
    }
  
    .play-icon {
      padding: 8px 16px;
      font-size: 22px;
    }
  
    .images1 {
      display: none;
    }
  }
  
/* ================================= */

.nav-link{
    color:#457B9D !important;
}


.card {
    border: 1px solid #A8DADC;
    border-radius: 15px;
    padding: 15px;
    position: relative;
    transition: 0.3s;
}

/* .card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

.price {
    font-weight: bold;
    font-size: 1.2rem;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 0.9rem;
}

.heart-btn {
    background: #ff5a5a;
    color: white;
    font-size: 25px;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.product-wrapper {
    max-width: 1000px;
    margin: 50px auto;
    background-color: #fff;
    padding: 30px;
}

.main-image {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.main-image .badge-new,.mycard .badge-new{
    position: absolute;
    top: 15px;
    left: 15px;
    background: #FF5A5A;
    color: white;
    font-size: 0.75rem;
    padding: 2px 15px;
    border-radius: 10px;
    z-index: 10;
}

.thumbs img {
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: 0.3s;
}

.thumbs img.active {
    border-color: #0d6efd;
}

.color-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
}

.btn-outline-secondary:hover {
    background-color: #0d6efd;
    color: white;
}

.price {
    font-size: 2rem;
    color: #000;
    font-weight: bold;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
}

.carousel-indicators {
    position: relative;
    margin-top: 10px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* ================================================================================= */
.header-of-cart {
    background-color: #F3F3F3;
    padding: 20px;
}

.header-of-cart span:nth-child(1) {
    margin-left: 44%;
}

.header-of-cart span {
    margin-right: 130px;
    color: #559DC4;
    font-size: 15px;
    font-weight: 500;
}

.cart-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 30px;
}

.cart-item img {
    width: 100px;
    height: 100px;
    margin-left: 50px;
}

.cart-item h4 {
    margin-left: 75px;
    color: #559DC4;
}

.quantity {
    display: flex;
    border: 2px solid;
    align-items: center;
    margin-left: 100px;
    border: #559DC4 1px solid;

}

.quantity button {
    padding: 10px;
    background: transparent;
    border: transparent;
    color: #559DC4;
    font-size: 16px;
    font-weight: 500px;
}

.quantity p {
    padding: 5px 10px;
    margin-bottom: 0px;
    color: #559DC4;
    font-size: 16px;
    font-weight: 500px;
}

.main-cart1 {
    margin-bottom: 100px;
}

#check-out {
    margin-top: 100px;
    padding: 20px 30px;
    border: 1px solid #559DC4;
    display: inline-block;
    width: 250px;
    text-align: center;
    color: #559DC4;
}

.leftAndRightDiv {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;

}

.leftAndRightDiv p:last-child {
    margin-top: 30px;
    margin-bottom: 50px;
}

.clear-cart-btn {
    color: #559DC4;
    background-color: transparent;
    padding: 6px 16px;
    border: #559DC4 1px solid;
    font-weight: 600;
    width: 100%;
}
.out-lig{
    border: #559DC4 1px solid;   
}
.remove-item {
    color: #559DC4;
    background-color: transparent;
    padding: 6px 16px;
    border: #559DC4 1px solid;
    font-weight: 600;
}

/* =============================================================================================================== */

@media (max-width: 992px) {
    .header-of-cart {
      display: none; 
    }
  
    .cart-item {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
      padding: 20px;
      border-bottom: 1px solid #ccc;
    }
  
    .cart-item img {
      margin-left: 0;
      width: 80px;
      height: 80px;
    }
  
    .cart-item h4 {
      margin-left: 0;
      font-size: 16px;
    }
  
    .quantity {
      margin-left: 0;
    }
  
    .main-cart1 {
      padding: 0 10px;
    }
  
    #check-out {
      width: 100%;
      margin-top: 30px;
      padding: 20px;
    }
  
    .leftAndRightDiv {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }
  
    .clear-cart-btn {
      width: 100%;
      margin-top: 15px;
    }
  
    .remove-item {
      width: 100%;
    }
  }
  
  @media (max-width: 576px) {
    .navbar-nav {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }
  
    .form-control {
      width: 100%;
      margin-bottom: 10px;
    }
  
    .breadcrumb p {
      font-size: 1.2rem;
    }
  }
  
/* =============================================================================================================== */

#pro-img-scail {
    transition: transform 0.4s ease;
  }
  
  .mycard:hover #pro-img-scail  {
    transform: scale(1.1);
  }
  
  .add-to-cart {
    position: absolute;
    bottom: 100px; 
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.4s ease;
    background-color: #FF5A5A;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 20px;
    z-index: 2;
  }
  
  .mycard:hover .add-to-cart {
    bottom: 150px; 
    opacity: 1;
  }
  /* ======================================================================================= */
  .my-bg-blue{
    background-color: #A8DADC;
    color: #1D3557;
    border-radius: 6%;
    padding-block: 20px;
  }
  .my-bg-blue:hover{
    background-color: #1D3557;
    color: #fff;
  }
  /* ================================================================================= */
    /* ==========================================footer========================= */
  .footer{
    background-color: #F7F8F9;
    padding: 2rem;
    width: 97%;
    height: 27rem;
    margin: 0 auto;
    border-radius: 2.7rem;
    position: relative;
    top: 2rem;
    }
    .footer-content{
    padding: 2.8rem;
    margin-left: 2.8rem;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    }
    .logo p{
        font-size: 1.3rem;
        width: 20rem;
        line-height: 1.5rem;
        position: relative;
        top: 4rem;
        font-family: Arial, sans-serif;
        color:#5C7B9D;
    }
    
    .logo .social{
        width: 15.7rem;
        position: relative;
        top: 6.8rem;
        display: grid;
        grid-template-columns: repeat(4,.4rem);
        justify-content: space-between;
    }
    .logo .social a{
        color:#5C7B9D;
    }
    .logo .social a i{
        font-size: 1.4rem;
    }
    
    .Ecommerce h2{
        font-size: 1.5rem;
        font-weight: bold;
        text-transform: capitalize;
        font-family: Arial, sans-serif;
        color: #5C7B9D;
        width: 2.9rem; 
        padding: 15px;
    }
    .Ecommerce ul {
        list-style: none;
        display: flex;
    }
    
    .Ecommerce ul li a{
        list-style: none;
        font-size: 1.3rem;
        font-weight: bold;
        text-transform: capitalize;
        font-family: Arial, sans-serif;
        color:#5C7B9D;
        width: 10rem; 
        line-height: 2rem;
        padding: 15px;
        transition: .4s ease-in-out;
    }
    .Ecommerce ul li a:hover{
        transform: translateX(10px);
        color: #E63946;
    }
    
  
    /* media */
    @media (max-width: 768px) {
        .footer-content h2 .toggle {
            font-size: 1.5rem;
            font-weight: bold;
            color:#5C7B9D;
            position: relative;
            left: 10rem;
            transition: transform 0.3s ease;
        }
        .logo{
            width: 50%;
            position: relative;
            top: 2rem;
        }
        .logo p{
            position: relative;
            top: 2.7rem;
            left: -2rem;
        }
        .logo .social{
            position: relative;
            top: 4.7rem;
            left: 1rem;
        }
        .footer {
          padding: 1rem;
          height: auto;
          position: relative;
          right: 2rem;
          margin-left: 2.2rem;
        }
        .footer-content .toggle:focus {
            outline: none;
            -webkit-tap-highlight-color: transparent;
            cursor: pointer;
          }
      
        .footer-content {
          grid-template-columns: 1fr;
          gap: 1rem;
          padding: 0;
        }
      
        .footer-content .Ecommerce  {
          background-color: #457B9D;
          border-radius: 10px;
        }
      
        .footer-content h2 {
          color: #fff;
        background-color: #1D3557;
        width: 100%;
        border-radius: 10px;
          padding: 1rem;
          font-size: 1.2rem;
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
        }
      
        .footer-content h2 .toggle {
          font-size: 1.5rem;
          font-weight: bold;
          transition: transform 0.3s ease;
        }
      
        .footer-content ul {
          max-height: 0;
          overflow: hidden;
          padding: 0 1rem;
          transition: max-height 0.8s ease;
        }
      
        .footer-content ul li {
        padding: 0.5rem 0;
        color: #fff;
        transition: .8s ease;
        }
    
        .footer-content .active ul {
        max-height: 500px;
        }
        .footer-content .active .toggle {
        transform: rotate(180deg);
        }
        .Ecommerce{
            display: none;
        }  
    }