body{
    margin: 0%;
    padding: 0%;
   background-color:#D8EFD3;
    background-repeat: no-repeat;

}

.header
{
   width:100%;
   background-position: center;
   background-size: cover;
   position: relative;
   margin-bottom: 80PX;
   color: #ffffff;
}
.nav
{
display: flex;
padding: 2% 6%;
justify-content:space-evenly;
align-items: center;

}
.nav-links{
    flex: 1;
    text-align: center;
}
.nav-links ul li{
 list-style : none;
 display:inline-block;
 padding:8px 12px;
 position:relative;

}
.nav-links ul li a{
    color:#fcffd0;
    text-decoration: none;
    font-size: 20px;
}
.nav-links ul li::after{
    content: '';
    width: 0;
    height: 2px;
    background: #fffbfb;
    display:block;
    margin:auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width:100%
}

.logo img{
    float:left;
    width: 100px;
    height: 310px;

}
.main{
    max-width:1000px;
    margin: 90px;

}
.container{
    display:flex;
    justify-content: center;
    justify-content: space-between;
   
}

.card{
    width:280px;
    height: 380px;
    background-color: #ffffff;
    text-align:center;
    border-radius:10px;
    padding:40px;
    margin-top: 70px;
    transition: 1.2s ease-in-out;
    border:lightblue 1px solid ;
    box-shadow: 10px 10px lightblue;
}

.card:hover
{
   transform: scale(1.2);
   border: 2px solid red;
}
.card img{
    width:39%;
    border:1px solid gray;

}
.card .air{
    width:30%;


}
.card h1{
    margin-top: 4px;
    float:center;
}
.card h2{
    margin-top: 15px;
}
.card h3{
    width: 100%;
    margin-top: 8PX;
}
.card h4{
    margin-top: 30px;
}
.card i{
    float:right;
    margin-top: 20px;
    margin-right: 30px;
    background-color: rgb(252,191,24);
}
.card button{
    margin-top: 30px;
    width:242px;
    height:50px;
    border:none;
    font-size:20px;
    color:white;
    background-color:rgb(29, 48, 48);
    margin-left: -50px;
    transition: 2s;

}

.card button:hover
{
    opacity: 0.8;
    filter: drop-shadow(20px 20px 20px red);
    cursor: pointer;

}
.footercontainer{
    width: 10%;
    padding:10px 10px 10px;
    display: flex;
    justify-content: center;
}
.footercontainer{
    margin-top: 170px;
}
.socialicons {
    display: flex;
    justify-content:right;
}
.socialicons a{
    text-decoration: none;
    padding: 2px;
    margin: 2px;
    border-radius: 20%;
}
/* .socialicons a{
    font-size: 2em;
    opacity: 0.9;
}


.socialicons a:hover{
    opacity: 0.7;
    filter: drop-shadow(10px 10px 10px red);
    cursor: pointer;
}
.footer{
   
    display: flex;
    align-items: center;
    justify-content: center;
   
    height: 100px;
}
.socialicons{
    display: block;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 200px;
    margin-left: 200px;
} */

.buy-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* .about

{
    background: #333;
    color: #ffffff;
    display: block;
    margin-top: 400px;
} */

.footer h5
{
    font-size: 25px;
}

.site-footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    margin-top: 500px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons {
    font-size: 24px;
}

.social-icon {
    color: #555;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #007bff;
}

.footer-info {
    text-align: right;
    font-size: 14px;
    color: #666;
}

.footer-info p {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .social-icons {
        margin-bottom: 15px;
    }

    .footer-info {
        margin-top: 15px;
        text-align: center;
    }
}
