
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}


body{
    background-color: #000;
}
.main {
    background-color: #000;
    color: white;
}


.nav {
    width: 80%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    cursor: pointer;
    text-align: center;
    scroll-behavior: smooth;
    background-color: #000;

}

.btn {
    width: 110px;
    height: 40px;
    background-color: rgba(128, 128, 128, 0.103);
    color: white;
    cursor: pointer;
    border-radius: 10px;

}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;

}

.nav-right {
    display: flex;
    justify-content: center;
    align-items: center;

}

.nav-right img {
    width: 27px;
}

.nav-right button {
    width: 150px;
    font-size: 12px;
    height: 40px;

}

.btn:focus {
    background-color: grey;
}

.location {
    background-color: rgba(128, 128, 128, 0.158);
    border-radius: 20px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin-right: 8px;

}

.Register {
    background-color: #E4002B;
    color: white;
    border-radius: 10px;
    font-weight: bold;
    margin-left: 8px;
}

.content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


hr {
    border: 1px solid white;
    width: 75%;
}

.slider {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 100px;
}

.boxes {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {

    width: 10%;
    margin: 8px;
}

.Cards {
    width: 80%;
    height: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.Card {
    margin: 0 auto;
    display: inline;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bolder;
    height: 500px;
    background-color: #1c1816;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 25%;
    margin: 10px;
    text-align: center;
    letter-spacing: 0ch;
    text-overflow: clip;
}

.Card img {
    width: 250px;
    height: 200px;
    margin: 10px auto;
   
}

.bucket {
    cursor: pointer;
    background-color: #E4002B;
    width: 124px;
    height: 34px;
    color: white;
    font-weight: 500;
    font-size: 1em;
    border-radius: 8px;
    padding: 6px 16px;
    display: inline;
    border: 1px solid #E4002B;
}

.trans:hover{
    transition: transform 0.3s ease-in-out;
    width: 260px;
    height: 220px;
    cursor: pointer;

}

.cont-footer{
    max-width: 1170px;
    margin: 0 auto;

}
ul{
    list-style: none;
}
.footer{
    background-color: #1c1816;
    color: white;
    padding:70px 0px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.footer-col{
    width: 25%;
    padding: 0 15px;

}
.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    margin-left: 27px;

}
.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom:-10px;
    height: 2px;
    box-sizing: border-box;
    width: 50px;

}
.footer-col ul li:not(:last-child){
    margin: 10px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
    display: block;
    color: #bbbbbb;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
}
.footer-cols .social-links a{
    display: inline;
    height: 100px;
    width: 120px;
    background-color: rgba(10, 21, 167, 0.349);
    margin: 0px 15px 15px 0px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;

}
.footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
    

}
.app-image{
    display: block;
    width: 25%;
    height: 300px;
   
}
.footer-logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    margin: 0 auto;
    padding-left: 55px;
    cursor: pointer;
}
.social-links{
    margin-left: 30px;
}
.footer-cols h6{
    margin-left: 30px;
}
 .dash{
    height: 40px;
    background-color: #ffffff;
    width: 1px;
    margin-left: 35px;
    margin-top: 5px;
}
.app-image img{
    margin: 10px;
    cursor: pointer;
}
.row-card{
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
    margin-top: 50px  

}
.card-cont{
  padding-top: 25px;
  padding-left: 3px;
  padding-right: 5px;
  margin-top: 50px;
  
}
.card-para{
    margin-top: 18px;
}
.bucket-add{
    cursor: pointer;
    background-color: #383432;
    width: 124px;
    height: 34px;
    color: lightgrey;
    font-weight: 500;
    font-size: 1em;
    border-radius: 8px;
    padding: 6px 16px;
    display: inline;
    border: 1px solid #383432;
}






    
