* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

body {
  background-color: #370617;
  font-family: "Roboto", sans-serif; 
letter-spacing: 1px;
}
/*  */
header {
  background-color: #370617;
  height: 70px;
  align-content: center;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1{
  margin-left: 30px;
  color: white;
  font-family: "Kalam", cursive;
  font-weight: 900;
  font-style: normal;
}

.nav-menu {
  display: flex;
  align-items: center
}

.nav-links {
  margin: 0 20px;
  color: white;
  transition: 0.7s ease;
  border: 2px solid transparent;
}

.nav-links:hover {
  color: #faa307;
  border-bottom-color: #faa307;
}
.nav-form{
  background: #FAA307;
  padding: 8px 15px;
  border-radius: 15px;
  margin-right: 20px;
}
header a.nav-form{
  color: black;
  letter-spacing: 1px;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  background-color: #faa307;
  height: 2px;
  width: 30px;
  margin: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

@media only screen and (max-width:846px) {
  .hamburger {
    display: block;
    align-content: center;
    margin: 0 20px;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
  }

  .logo {
    margin: 0 20px
  }

  .nav-menu {
    display: block;
    position: absolute;
    top: 70px;
    left: -100%;
    background: #370617;
    text-align: center;
    width: 100%;
    transition: 0.3s;
    z-index: 999;
  }

  .nav-items {
    margin: 30px;
  }

  .nav-menu.active {
    left: 0;
  }
}
/*  */
.main {
  background-image: url(../images/banner\ 1800\ by\ 800.jpg);
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: end;
}

.main-text {
  height: 40%;
}

.main-text .main-text1 p {
  color: white;
  font-size: 30px;
  text-shadow: 2px 1px 1px black;
  width: 60%;
  margin: 0 auto;
  text-align: center
}

.donation-para p.para {
  color: white;
}

/*  */
.donation-option {
  text-align: center;
  text-transform: capitalize;
  margin: 40px;
}

.donation-option p {
  width: 50%;
  margin: 20px auto;
  font-size: 22px;
  color: white
}

.donation-option h2 {
  font-size: 40px;
  color: white;
}


.donation-card{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAA307;
  max-width: 85%;
  margin: 40px auto;
  gap: 20px;
  border-radius: 20px;
  padding: 50px 30px 50px 20px;
}
.donation-card .donation-content{
  display: flex;
  align-items: center;
  gap: 60px;
}
.donation-content .donation-text{
  flex-basis: 50%;
}
.donation-content .donation-text h2{
  font-size:30px
  
}
.donation-card img {
    max-width: 220px;
    height: 300px;
    object-fit: cover;
    margin-left: -50px;
    margin-right: 30px;
    border-radius: inherit;
    box-shadow: 0 60px 40px rgba(0 0 0 / 8%);
}

.donation-btn a {
    border: 0;
    background: #370617;
    color: #FAA307;
    padding: 10px 15px;
    text-transform: capitalize;
    line-height: 50px;
}
@media screen and (max-width: 1079px){
  .donation-card{
    flex-direction: column;
    margin: 80px auto;
  }
  .donation-card img{
    margin-left: 0;
    margin-right: 0;
    margin-top: -90px
  }
  .donation-content{
    flex-direction: column;
    text-align: center;
  }
  .donation-option p{
    width: 90%;
  }
}

.donation-card .donation-btn .btn1{
  padding: 10px 60px
}
.donation-card .donation-btn .btn2{
  padding: 10px 60px
}
.donation-card .donation-btn .btn3{
  padding: 10px 51px
}
.donation-card .donation-btn .btn4{
  padding: 10px 34px
}
.donation-card .donation-btn .btn6{
  padding: 10px 120px
}
.donation-card .donation-btn .btn7{
  padding: 10px 35px
}
.donation-card .donation-btn .btn8{
  padding: 10px 45px
}

    
.donation-para {
  width: 70%;
  margin: 30px auto;
  text-align: center;
  font-size: 25px
}
@media screen and (max-width:700px){
  .donation-para {
  width: 00%;
  margin: 30px auto;
  text-align: center;
  font-size: 25px;
}
.main-text .main-text1 p {
  font-size: 20px;
}
.donation-option p{
  font-size: 15px;
}
.donation-option h2 {
  font-size: 25px;
}
.donation-para {
  font-size: 15px
}
}

/*  */

.conatiner-main {
  background-image: url(../images/circle-scatter-haikei.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}

.container-02 {
  position: relative;
  display: flex;
  justify-content: center;
}

.container-02 .contentBox img {

  margin-top: -200px
}

.container-02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-02:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-02 .glassmorphic-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  width: 280px;
  height: 400px;
  padding: 40px 30px;
  margin: 28px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  overflow: hidden;
}

.container-02 .glassmorphic-card:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 10em;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.container-02 .glassmorphic-card .imgBox {
  position: relative;
  text-align: center;
}

.container-02 .glassmorphic-card .imgBox i {
  font-size: max(80px);
  color: rgba(255, 255, 255, 0.1);
}

.container-02 .glassmorphic-card .contentBox {
  position: relative;
  margin-top: 20px;
  text-align: center;
  transition: 0.5s;
}

.container-02 .glassmorphic-card .contentBox:before {
  /* content: 'DIGITAL'; */
  position: absolute;
  top: -50px;
  left: -125px;
  width: 100%;
  font-size: 4em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  transform: rotate(-90deg);
  color: rgba(0, 0, 0, 0.2);
}

.container-02 .glassmorphic-card .contentBox h3 {
  font-size: 1.8em;
  color: #fff;
  z-index: 1;
}

.container-02 .glassmorphic-card .contentBox p {
  font-size: 1em;
  color: #fff;
  font-weight: 300;
}

.container-02 .glassmorphic-card .contentBox a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  margin-top: 15px;
  background: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #000;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.container-02 p {
  z-index: 12;
  margin: 20px auto 10px;
  position: relative;
  color: #fff;
}

.container-02 p span {
  font-weight: 700;
}

@media screen and (max-width:1160px) {
  .conatiner-main {
      flex-direction: column;
      justify-content: center;
  }
}
@media screen and (max-width:752px){
  .main-text .main-text1 p{
      width: 90%;
      font-size: 20px;
  }
  .donation-para{
      width: 90%;
      font-size: 17px
  }
}

/*  */
footer{
  background: url(../images/wave-haikei.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer-main {
    display: flex;
    color: white;
    justify-content: space-around;
    padding: 50px
    
  }
  
  .footer-main .footer-list .social {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .footer-list .contact {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 20px 0;
  }
  
  .footer-main .footer-list h3 {
    font-size: 25px;
    text-transform: capitalize;
    margin: 25px 0;
  }
  
  .footer-main .footer-list a {
    text-transform: capitalize;
    color: white;
    font-size: 18px;
  }
  
  .footer-main .footer-list .footer-links {
    margin: 5px 0;
  }
  footer p a{
    color: white;
  }
  @media screen and (max-width:860px){
  .footer-main{
  flex-direction: column;
  }
  }
  footer p{
  text-align: center;
  color: white;
  padding: 0 0 30px ;
  }
  