a {
    text-decoration: none;
}

.mobile-nav-container{
    display: none ;
}
.nav-close{
    display: none;
}
.nav-items{
    display: none;
}
.logo{

    max-width: fit-content;
}
.logo img {
    width: 80px;
    /* flex: 1; */
}

.btn1:hover {
    background-color: transparent;
}

.logo {
    width: 100px;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: .5rem;
    /* flex: 3; */
}


.bg {
    width: 100%;
}

.form {
    background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
}
.container a{
    color: #fff;
    position: relative;    
}
.container a::after{
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: aquamarine;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transition: transform .4s ease;
    transform-origin: left;
}
.container a:hover::after{
    transform: scale(1);
}

.search {
    display: flex;
    justify-content: center;
    color: rgb(240, 11, 11);

}

.quote marquee{
    padding: .5rem;
    font-family: Arial, Helvetica, sans-serif;
    color:rgb(241, 241, 233);
    font-weight: bold;
    
}
.images{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* padding: 0 1rem; */
}
.logo1{
width: 500px;
height: 70px;

}
.header{
display: flex;
align-items: center;


}
.navbar a{
 position: relative;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
margin-left: 80px;
background-color: white;
color:black;

}

.navbar a::before{
content: '';
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 2px;
background-color:red;
transition: .3s;
}
.navbar a:hover::before{
width: 100%;


}
.head{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: x-large;
}

.ru{
text-align: center;
color: #fff;
font-family: 'Times New Roman', Times, serif;
margin-top: 100px;
margin-left: -100px;
font-weight: bold;

}
.container1111{
    width: 100%;
    display: flex;
    justify-content: center;
}
.container1{
 width: 80vmin;
overflow: hidden;
border-radius: 8px;
box-shadow: 10px 25px 30px rgba(184, 3, 3, 0.3);
margin-top: 40px;

}
.donor-btn{
    display: flex;
    justify-content: center;
    padding: 1rem;
    padding-top: 3rem;
}
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    color: #0f1923;
    cursor: pointer;
    position: relative;
    padding: 8px;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 14px;
    transition: all .15s ease;
  }
  
  .button::before,
  .button::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: calc(50% - 5px);
    border: 1px solid #7D8082;
    transition: all .15s ease;
  }
  
  .button::before {
    top: 0;
    border-bottom-width: 0;
  }
  
  .button::after {
    bottom: 0;
    border-top-width: 0;
  }
  
  .button:active,
  .button:focus {
    outline: none;
  }
  
  .button:active::before,
  .button:active::after {
    right: 3px;
    left: 3px;
  }
  
  .button:active::before {
    top: 3px;
  }
  
  .button:active::after {
    bottom: 3px;
  }
  
  .button_lg {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background-color: #0f1923;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 1px transparent;
  }
  
  .button_lg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #0f1923;
  }
  
  .button_lg::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    background-color: #0f1923;
    transition: all .2s ease;
  }
  
  .button_sl {
    display: block;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: -8px;
    width: 0;
    background-color: #ff4655;
    transform: skew(-15deg);
    transition: all .2s ease;
  }
  
  .button_text {
    position: relative;
  }
  
  .button:hover {
    color: #0f1923;
  }
  
  .button:hover .button_sl {
    width: calc(100% + 15px);
  }
  
  .button:hover .button_lg::after {
    background-color: #fff;
  }
  
.wrapper{

    width: 100%;
    display: flex;
    animation: slide 8s infinite;
}
@keyframes slide{
0%{
    transform: translateX(0);
}
25%{
 transform: translateX(0);
}
30%{

    transform: translateX(-100%);
}
50%{

    transform: translateX(-100%);
}
55%{
    transform: translateX(-200%);
}
75%{
    transform: translateX(-200%);
}
80%{
    transform: translateX(-300%);
}
100%{
    transform: translateX(-300%);
}

}

img{


width: 100%;

}

.line{
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
font-size: x-large;
color: red;

}































.tips{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: large;
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
margin-left: -50px;
}

.card{
height: 280px;
width: 260px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 10px;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-left: 25px;
}

.card h2{
text-align: center;
font-size: 18px;
margin-bottom: 10px;
}

.card text{

font-size: 14px;
color: #666;

}
.card1{
    height: 280px;
    width: 260px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-left: 25px;


    }

    .card1 h2{
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
        }
      
        .card1paragraph{
            font-size: 14px;
            color: #666;
        }

.info{
text-align: center;
margin-top: 500px;
padding: 5rem;
color: #fff;
background-color: black;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
    
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 10px 0;
    margin-top: 40px;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
   margin-right: 50px;


}
.footer-col ul li{
    display: flex;
    column-gap: 10px;
}
.footer-col ul li i{
    color: #fff;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	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;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.frame-container{
margin-left: -170px;




}





