.first_banner{
    width: 100%;
}

.mob_first_banner{
    width: 100%;
    display: none;
}

.main_one {
    padding: 30px 20px;
    text-align: center;
    background-color: #fff !important;
    margin-top: -5px;
   }
   .intro h2 {
    color: #f86f15;
    font-weight: bold;
    font-size: 34px;
   }
   .intro p {
    max-width: 600px;
    margin: 0 auto 10px;
   }
   .dress-code {
    color: #666;
    margin-bottom: 20px !important;
   }
   .donate-btn {
    background-color: #f86f15;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: bold;
   }
   .donate-btn:hover {
    background-color: #a62a14;
   }
  
   
   .overlay {
    padding: 40px 20px;
    border-radius: 10px;
   }
   .overlay h2 {
    font-size: 3rem;
    margin: 0;
    line-height: 1.2;
    color: #fff;
    font-weight: lighter;
   }
   .overlay h1 {
    font-size: 6rem;
    margin-top: 10px;
    color: #FFD700;
    font-weight: bold;
   }







 
   .overlay_one {
    
    padding: 40px;
    border-radius: 10px;
    max-width: 1000px;
    margin: 0 auto;
   }
   .get-involved h2 {
    font-size: 4.5rem;
    margin-bottom: 10px;
    font-weight: 300;
   }
   .get-involved p {
    font-size: 25px;
    margin-bottom: 30px;
    color: #000;
    
   }
   .tiers-container {
    display: flex
    ;
        /* flex-wrap: wrap; */
        justify-content: center;
        /* gap: 20px; */
        align-items: center;
   }
   .tiers, .donation-form {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    
    min-width: 300px;
    border-radius: 12px;
    padding: 20px;
   }
   .tiers h3, .donation-form h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #c13f26;
   }
   .tiers ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 3rem;
   }
   .tiers li {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-weight: 500;
   }
   .tiers li span {
    color: #f86f15;
    font-weight: bold;
    float: right;
   }
   .donation-form .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
   }
   .donation-form button {
    padding: 10px 15px;
    border: none;
    background: #f86f15;
    border-radius: 6px;
    cursor: pointer;
   }
   .donation-form button:hover {
    background: #c13f26;
    color: #fff;
   }
   .donation-form input {
    width: 100%;
    padding: 10px;
    margin: 10px 0 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
   }
   
   








   .digital-divide-section {
    background-image: url('https://cwc.com/live/assets/images/jump_desktop.png'); /* Your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh; /* Full screen on most devices */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #fff;
   }
   .jump_div {
    width: 40%;
    text-align: center;
    
   }
   .jump_div h2{
    margin: 0;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    font-size: 6rem !important;
   }
   .digital-divide-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
   }
   .description {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.6;
    font-weight: 300;
   }
   .donate-button {
    background-color: #f86f15;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: bold;
       }
   .donate-button:hover {
    background-color: #d6451c;
   }

.last_text{
    margin-top: 12px;
    text-align: center;
}
.last_text p{
    max-width: 800px;
    margin: 0 auto 10px;
}
a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
   @media (max-width: 768px) {
    .digital-divide-section h2 {
      font-size: 2rem;
    }
    .description {
      font-size: 16px;
    }
    .jump_div img{
        width: 40% !important;
    }
    .donate-button {
      width: 100%;
    }
    .jump_div{
        width: 100% !important;
    }
    .last_text{
        width: 100% !important;
    }
   }
   @media (min-width:768px) and (max-width:1024px){
    .jump_div{
        width: 100% !important;
    }
    .last_text{
        width: 100% !important;
    }
   }








   @media (max-width: 768px) {
    .tiers-container {
      flex-direction: column;
    }
   }










/*mobile resolution*/

   @media only screen and (max-width: 600px) {
    .first_banner{
        display: none;
    }
    .mob_first_banner{
        display: block !important;
    }
    .featured-background_mobile {
        background-image: url('https://cwc.com/live/assets/images/artist_mobile_new.png');
        background-size: cover;
        background-position: center;
        height: 540px;
        display: flex;
        align-items: center;
        justify-content: left;
        position: relative;
        color: #fff;
        text-align: left;
        margin-top: -12px;
               }
               .get-involved_mobile {
                background-image: url('https://cwc.com/live/assets/images/donation_mobile.png'); 
                background-size: cover;
                background-position: center;
                padding: 0px 20px;
                color: #fff;
                text-align: center;
               }
               .digital-divide-section{
                min-height: 30vh !important;
        
               }
               .jump_div h2{
                font-size: 4rem !important;
               }
  }
  /*desktop resolution*/

  @media only screen and (min-width: 600px) {

    .featured-background {
        background-image: url('https://cwc.com/live/assets/images/artist_desktop_new.png');
        background-size: cover;
        background-position: center;
        height: 60rem;
        display: flex;
        align-items: center;
        justify-content: left;
        position: relative;
        color: #fff;
        text-align: left;
        margin-top: -13px;
        
       }
       .get-involved {
        background-image: url('https://cwc.com/live/assets/images/donation_desktop.png'); 
        background-size: cover;
        background-position: center;
        padding: 0px 20px;
        color: #fff;
        text-align: center;
       }
       .get-involved_copy {
        background-image: url(https://cwc.com/live/assets/images/donation_desktop.png);
        background-size: cover;
        background-position: center;
        padding: 0px 20px;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        height: 60vh;
        align-items: center;
    }


       .overlay h2{
        font-size: 6rem !important;
       }
       .overlay {
        position: absolute;
        left: 23%;
       }
       .jump_div {
        
        margin-top: 26em;
    }
    .get-involved p {
        font-size: 15px;
        margin-bottom: 30px;
    }
       
  }
/*4k resolution*/
  @media only screen and (min-width:1920px){
    .featured-background{
        height: 60em !important;
    }
  }

  /* header */
#nav-main, #footer{
    background: #EF6623 !important;

}
#nav > li > a {
    color: #fff !important;
    font-weight: bold !important;
}
#header .navbar-brand img {
    width: 100%;
}


/*copy page*/

.donate-btn_copy {
    background-color: #1ae9f9;
    color: #000;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: bold;
}

.donate-btn_copy a:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #0b3d91;
}

.overlay_one_copy {
    padding: 100px;
    border-radius: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
.get-involved_copy h2 {
    font-size: 4.5rem;
    margin-bottom: 10px;
    font-weight: 300;
   }
   .get-involved_copy p {
    font-size: 25px;
    margin-bottom: 30px;
    color: #000;
    
   }

   /*ipad view */
   @media (min-width:721px) and (max-width:991px){
    .overlay{

        left:0% !important;
    
       }
       .featured-background{
        height: 43rem !important;

       }

   }
   
