body {
    animation: fadeIn 1s ease-out;
  }

  @keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.privacy{
    background: url("../aboutPhotos//bg2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    position: relative;
    color: white;
    text-align: center;
}

.privacy h1{
    font-size:50px;
  position: relative;
    top:80px
}

.policy{
    padding:0 100px
}

@media screen and (max-width:768px){
    .policy{
        padding:20px
    }
    .privacy h1{
        font-size:30px
    }
}


@media screen and (max-width:1280px){
    .footer{
        margin-top:400px
    }
}

@media screen and (max-width:410px){
    .footer{
        margin-top:650px;
        
    }
  
}



#cart-countdown {
    margin-left: 10px;
    color: red;
    font-size: 14px;
    font-weight: bold;
}