
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.452)
}
.Logo{
    float: left;
    line-height: 0;
    margin: 0 20px;
    order: -1;
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #ffffff;
  color: #ee0f0f;
  padding: 10px;
  justify-content: right;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;

}

.navbar a {
    float: left;
    display: block;
    color: rgb(54, 175, 24);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}

.navbar a:hover {
    background-color:rgba(5, 126, 21, 0.952);
    color: rgb(255, 255, 255);
}

.dropdown {
    float: left;
    overflow: hidden;

}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: rgb(54 ,175 ,24);
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a, .dropdown:hover .dropbtn {
    background-color: rgb(255, 255, 255);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #215012;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(21, 231, 56, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: rgb(12, 151, 47);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #1a662d;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.immm{

}

.mmm{
    padding-left: 35px ;
    padding-top: 50px;
}

.yyy{
    padding-top: 10px;
}


.bobo{
    padding-top: 80px;
    padding-left: 30px;
}
.xxx{
    position: relative;
    left: 1100px;
    bottom: 500px;
    right:450px ;

}

section{
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {

    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 16px;
}


.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
}

.card-content {
    padding: 16px;

}

.card-title {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.card-text {
    color: #555;
}

.qqq{
    background-color: black;
    color: #ddd;
    text-decoration: none;
    padding: 15px 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 2px;

}

.qqq:hover{
    background-color: #044d2b;
}

.qqq:hover::after{
    border: none;
}

.qqq:hover::before{
    border: none;
}


.card:hover{
    background-color: #198754;
    color: white;
    cursor: pointer;
    transform: scale(1.03);
    transition: all 1s ease;
}

.social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
    top: 40px;

}

.social-icon{
    padding: 40px;
    position: relative;
    left: 5px;
    border-radius: 100px;


}

.social-icon{

    color:rgb(0, 0, 0);


}

.social-icon:hover{
    background-color: rgb(255, 255, 255);
    color: black;
}

.social-icon::after{

    border: none;

}


.social-icon::before{

    border: none;

}

.rtrt{
    padding-left: 10px;
}

.lklk{
    position: relative;
    left: 1350px;
    bottom: 20px;
}

.footer {
            background-color: #fff;
            color: #198754;
            padding: 10px;
            text-align: center;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-left,
        .footer-center,
        .footer-right {
            flex: 1;
        }

        .footer-left {
            text-align: left;
        }

        .footer-center {
            text-align: center;
        }

        .footer-right {
            text-align: right;
            color: #198754;
        }

        .footer-icons a {
            color: #198754;
            margin: 0 10px;
            text-decoration: none;
            font-size: 18px;
        }
