*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}


.list{
    justify-content: center;
}

.list ul li a{
   margin-left: 50px;
}

.list ul li a{
    color: aliceblue;
    font-size: bolder;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 800;
}

.header1{
    background-color:rgb(207, 230, 8);
}

#third{
    background-image:url("image/image8.jpg");
    height:500px;
    background-position: center;
    background-attachment:fixed;
   

   
}

.overlay{
    background-color: rgba(10, 10, 10, 0.3);
    min-height:500px;
}


.sale{
    display: flex;
    flex-direction: row; /* Default row direction */
    align-items: center; /* Align items vertically in the center */
    margin-bottom: 20px;
}


.sale h2{
    text-align: center;
    font-family: Britannic Bold;
    font-size: bolder;
    font-weight:900;
    color: rgba(78, 12, 12, 0.973);
    padding-top: 100px;
}

.sales{
    margin-left: 10px;
    margin-bottom: 50px;
    flex: 1;
}

.sales h4{
    font-family: Cooper Black;
    color: rgb(3, 51, 3);
}

.sales p{
    font-family: 'Times New Roman', Times, serif;
}

.sales span{
    font-family: 'Times New Roman', Times, serif;
}

.sat{
    flex: 1; /* Take up remaining space */
    text-align: center;
}
.sat img{
    border-radius: 50px;
}
.set{
    background-color: rgb(3, 51, 3);
    display: flex;
    flex-direction: row; /* Default row direction */
    align-items: center; /* Align items vertically in the center */
    margin-bottom: 20px;
}

.set .sales{
    color: aliceblue;
}

.set .sales h4{
    font-family: Cooper Black;
}

.set .sales span{
    font-family: 'Times New Roman', Times, serif;
}

.set .sales p{
    font-family: 'Times New Roman', Times, serif;
}

.set .sales img{
   margin-left: 10px;
   border: 5px solid #14ff72;
}

.footer{
    min-height: 200px;
    margin-left:1px;
    margin-right:1px;
    padding-top: 20px;
}

.line{
    border: 1px solid #14ff72cb;
    width: 70px;
    margin-left: 20px;
}

.footers{
    padding-top: 20px;
    text-align: center;
    color: #14ff72cb;
    background-color:rgba(78, 12, 12, 0.973) ;
}

.footers1{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #14ff72cb;
    background-color:rgba(78, 12, 12, 0.973) ;
    
}

.footers1 a{
    margin-left: 20px;
    text-decoration: none;
    color: #14ff72cb;
}

.footers1 h4{
    margin-left: 15px;
}

.footers1 i{
    padding-left: 20px;
}

.footers1 h5{
    margin-left: 20px;
}

.footerss{
    text-align: center;
    background-color: #14ff72;
    color: rgba(78, 12, 12, 0.973) ;
    padding-top: 15px;
}


@media screen and (max-width:678px){
    .containers{
        padding-bottom: 50px;
    }

    .header1{
        margin-right: 10px;
    }


    .sale {
        flex-direction: column; /* Stack items vertically */
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 15px;
    }

    .set{
        flex-direction: column;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 15px;
    }

    .sales {
        order: 2; /* Change order to 2 (comes second) */
        text-align: center; /* Center text horizontally */
    }

    .sat {
        order: 1; /* Change order to 1 (comes first) */
        text-align: center;
    }


    .sat img{
       border-radius: 400px;
        margin-right: 10px;
    }
}



