@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,200;1,400;1,500;1,600&family=Roboto:ital,wght@0,300;0,500;0,900;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,200;1,400;1,500;1,600&family=Roboto:ital,wght@0,300;0,500;0,900;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=PT+Sans:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,200;1,400;1,500;1,600&family=Roboto:ital,wght@0,300;0,500;0,900;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'PT Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Lato', sans-serif;
}

body{
    background-color: #fdecf2;
    min-height: 100vh;
}
.nav1 {
    width: 100%;
    height: 32px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;

}

.nav2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 43px;
    padding: 10px 40px 0 20px;
    position: sticky;
    top: 0px;
    z-index: 999;
    background-color: white;
}

.nav2 li {
    color: #a8a7aa;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
}

.nav2 li:hover {
    color: black;
    border: none;
}

.nav3 {
    width: 100%;
    height: 100px;
    background-color: rgb(255, 255, 255);
    position: sticky;
    z-index: 1;
    top:0px;
}

ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

li {
    list-style: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #777171;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
}

li:hover {
    color: #e30613;
    border-bottom: 1px solid #e30613;
}

.logo img {
    width: 150px;
    height: 130px;
    padding: 15px;
    position: relative;
    bottom: 30px;
}

.logo:hover {
    border: none;
}

i {
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #e30613;
}

.so i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.so i:hover {
    background-color: #3a3939;
}

.banner {
    width: 100%;
    height: 250px;
    background-color: green;
    background-image: url("/banner.png");
    object-fit: fill;
    background-position: center;
    background-size: cover;
}

.banner-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 35px;
}

.banner-content h1{
    font-size: 45px;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 400;
    color: white;
    font-family: 'Lato', sans-serif;
}

.banner-content p{
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: white;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 1px;
}

.main{
    width: 100%;
    min-height: 100vh;
    background-color: #fdecf2;
}

.main-text{
    font-size: 45px;
    font-family: 100;
    color: black;
    font-family: 'Cormorant', serif;
    text-align: center;
    padding-top: 90px;
}

.main-pics{
    background-color: rgb(247, 241, 241);
    width: 100%;
    height: 100vh;
    display: flex;
    margin-top: 40px;
}

.main-left{
    width: 60%;
    height: 100vh;
    background-color: #fdecf2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.left-img{
    background-color: #e30613;
    width: 580px;
    height: 400px;
    background-image: url("/main-left.png");
    background-position: center;
    background-size: cover;
    object-fit: fill;
    border-radius: 10px;
    transition: 0.5s;
   
}

.left-img:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,9);
}

.main-right{
    width: 40%;
    height: 100vh;
    background-color: #fdecf2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;

}

.right-up{
    background-color: aqua;
    height: 195px;
    width: 400px;
    background-image: url("/right-up-img.png");
    background-position: center;
    background-size: cover;
    object-fit: fill;
    border-radius: 10px;
    transition: 0.5s;
}

.right-up:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,2);
}

.right-bottom{
    background-color: aqua;
    height: 190px;
    width: 400px;
    background-image: url("/right-bottom-img.png");
    background-position: center;
    background-size: cover;
    object-fit: fill;
    border-radius: 10px;
    transition: 0.5s;
}

.right-bottom:hover{
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,3);
}

.main-text-bottom{
    font-size: 30px;
    font-family: 100;
    color: black;
    font-family: 'Cormorant', serif;
    height: 60px;
    text-align: center;
}

.main-2{
    height: 180px;
    width: 100%;
    background-color: #fdecf2;
}

.main-2- li img{
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.main-2- li{
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    padding-top: 20px;
}

.main-2- li:hover{
    border-bottom: none;
    transition: 1s ease;
}

@keyframes bounce {
    0%{
        transform: translateY(0);
    }
    80%{
        transform: translateY(-40px);
    }
}

.img1:hover{
    animation: bounce 10s  step-start;
}
.main-2-{
    text-align: center;
}

.down-img{
    width: 95%;
    height:380px ;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
    margin-left: 30px;
}


.box-img{
    width: 260px;
    height: 280px;
    background-color: green;
    border-radius: 10px;
}

.box-img img{
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    transition: 0.5s;
}

.box-img img:hover{
    box-shadow: 0px 0 20px 0px rgba(43, 14, 14, 0.4);
}

@media (max-width:450px) {
    .down-img{
        width: 95%;
        min-height:300px;
        display: flex;
        column-gap: 20px;
        justify-content: space-around;
        align-items: center;
        margin-left: 30px;
        flex-direction: column;
    }

    .main-pics{
        background-color: rgb(247, 241, 241);
        width: 100%;
        height: 100vh;
        display: flex;
        margin-top: 40px;
        flex-direction: column;
    }
}

.brands{
    width: 100%;
    height: 390px;
    background-color:#fdecf2;
    margin-top: 60px;
    border-bottom: 3px solid #e30613;
}


li img{
    width: 160px;
}
ul li{
    transition: 0.5s;
}

.brands li:hover{
    box-shadow: 0px 0 20px 0px rgba(43, 14, 14, 0.4);
    border-bottom: none;
}

.footer1{
    width: 100%;
    height: 100px;
    background-color: #e6e7e2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.foot1-left{
    background-color: white;
    width: 270px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
}

.foot1-right input{
    width: 250px;
    height: 25px;
    font-size: 12px;
    border: none;
    outline: none;
}

.arrow i{
    width: 30px;
    text-align: center;
    height: 24px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.arrow i:hover{
    color: black;
}

.footer2{
    width: 100%;
    height: 250px;
    background-color: white;
    display: flex;
}

.foot2-left{
    width: 65%;
    height: 250px;
}

.foot2-right{
    width: 35%;
    height: 250px;
}

.foot-up{
    width: 100%;
    height: 70px;
    justify-content: space-around;
    display: flex;
}

.l li{
    font-size: 12px;
    color: #bd2130;
    padding-left: 40px;
}

li input{
    font-size: 9px;
    width: 140px;
    height: 30px;
    text-align: center;
    color: #bd2130;
    border: 1px solid #bd2130;
}

.l li:hover{
    border-bottom: none;
}
 
li .email{
    text-transform: none;
}

.foot-content{
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: space-around;
}
.foot-content a{
    text-decoration: none;
    color: #3a3939;
    font-size: 12px;
    font-size: 300;
}

.foot-content a:hover{
    color: #a8a7aa;
}

.foot2-right{
    display: flex   ;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.foot2-right h3{
   position: relative;
   right: 50px;
}

.name input{
    font-size: 13px;
    color:#3a3939;
    border: none;
    border-bottom: 1px solid gray;
    outline: none;

}
.mobile input{
    font-size: 13px;
    color:#3a3939;
    border: none;
    border-bottom: 1px solid gray;
    outline: none;
}
.gaim input{
    font-size: 13px;
    color:#3a3939;
    border: none;
    border-bottom: 1px solid gray;
    outline: none;
}
.feedback input{
    font-size: 13px;
    color:#3a3939;
    border: none;
    border-bottom: 1px solid gray;
    color:#3a3939;
    outline: none;
}

 .btn{
    background-color: transparent;
    font-size: 12px;
    border: 1px solid #e30613;
    width: 80px;
    color: #e30613;
    height:30px;
    position: relative;
    left: 80px;
}

.copy{
    text-align: center;
    background-color: white;
    height: 20px;
    color: #a8a7aa;
    width: 100%;
    font-size: 11px;
}