@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); 
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth ;
}

body { 
    padding-top: 65px; 
}
.site-wrapper{
    position: relative;
    overflow-x: hidden;
}

::selection {
    color: whitesmoke;
    background: #f0b48c;
  }
  

/*--- Navbar classes ---*/
.navbar{
    background: #3E6B7D ;
    padding: 1rem 5%;
    z-index: 1000;
}

.navbar .navbar-brand{
    font-size: 1.4rem;
    font-weight: 700;
}

#navbarSupportedContent > ul > li:nth-child(n) > a{
    color: #fff;
    font-size: 1.1rem;
    padding: 0 0.8rem;
}

#navbarSupportedContent > ul > li:nth-child(n) > a:hover,
#navbarSupportedContent > ul > li:nth-child(n) > a:active{
    color: #C17A28;
}

#navbarSupportedContent > button{
    background: #C17A28;
    border-color: #C17A28;
    font-weight: 600;
    padding: 0.4rem 1.4rem;
    border-radius: 30px;
}

/*-- Slider Classes --*/
.slider-top{
    width:100%;
    max-height: 50% !important;
    
}
.carousel-control-next, .carousel-control-prev{
    color:#3E6B7D ;
   
}
.carousel-control-prev-icon {
    
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%A9A9A9' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
   
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%A9A9A9' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.bttn-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    
}
.bttn-light{
    background: #4f4c4c;
    font-size: large;
    font-weight: 700;
    padding: 0.6rem 1.4rem;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.text.col-lg-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text.col-lg-3 .bttn-light {
    margin-top: 1rem;
}

.bttn-light:hover{
    background: #a77e58;
    color: #3E6B7D;
}

.bttn-dark{
    background: lightgrey;
    font-size: large;
    font-weight: 700;
    padding: 0.6rem 1.4rem;
    border-radius: 30px;
    text-decoration: none;
    color: #3E6B7D ;
}
.bttn-dark:hover{
    background: #C17A28;
    color: #fff;
}


/*-- cause section classes --*/

.cause{
    background: #fff;
}

.cause .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
}

.cause .text h6{
    color: #3E6B7D;
    font-weight: 1000;
    font-size: 1rem;
    letter-spacing: 2px;
}

.cause .text h2{
    color: #111;
    font-weight: 700;
    font-size: 2rem;
}

.cause .text p{
    
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.top{
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;
}

/*-- support section classes--*/

.support{
    background: #fff;
}

.support .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
}

.support .text h6{
    color: #3E6B7D;
    font-weight: 1000;
    font-size: 1rem;
    letter-spacing: 2px;
}

.support .text h2{
    color: #111;
    font-weight: 700;
    font-size: 2rem;
}

.support .text ul{
    
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.support .text ul ::marker{
    font-size: 2rem;
    content: "✔";
    font-weight: bold;
    padding: 1rem;
   
}

.support .text ul :hover::marker{
    color: #3E6B7D;
}

.support .text ul li{
    margin: 1rem;
}

.support .graphic{
    padding-bottom: 3rem;
}

/*--Donate section --*/

.goal-title{
    font-size: 38px;
    text-align: right;
    color: #fff;
    margin: 0 0 10px;
    @media only screen and (max-width: 640px){
        width: 50%;
        text-align: center;
    }
    
}

.qr-section {
    background: #3E6B7D;
    padding: 0.5rem 7rem;
    text-align: center;
    margin: 1rem 0;
    border-radius: 7px;
}

.qr-section .grapic {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.qr-section h4, .qr-section p, .qr-section a {
    color: #fff !important;
}

.qr-section img {
    margin-bottom: 1.5rem;
    max-width: 200px;
}

.thermometer-div{
    background: #3E6B7D ;
    padding: 2rem 2rem;
    border-radius: 7px;
    margin-bottom: 2rem;
}

.th-title{
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    letter-spacing: 1.5px;
    word-spacing: 4px;
    font-weight: bold;
}

.progress{
    height: 20px;
    background: #252525;
    border-radius: 20px;
    border: 1px solid #3E6B7D ;
    box-shadow: 0 2px 2px #4f4c4c;
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
}
.wrap{
    align-content: center;
}
.progress .progress-bar{
    border-radius: 20px;
    border: 1px solid #3E6B7D ;
    animation: animate-positive 2s;
}

@-webkit-keyframes animate-positive{
    0%{
        width: 0;
    }
}

@keyframes animate-positive{
    0%{
        width: 0;
    }
}

.wrap{
    display: flex;
    align-content: center;
    justify-content: center;
}
.goal-stat{
    width: auto;
    float: left;
    margin: 15px;
    color: #fff;
}
.gone{
    margin: 1rem 6% 2rem 0
}
.gtwo{
    margin: 1rem 6% 2rem 6%
}
.gthree{
    margin: 1rem 0 2rem 6%
}

.goal-num, .goal-label{
    display: block;
}

.goal-num{
    font-size: larger;
    font-weight: bolder;
}

.progress .progress-value{
    width: 65px;
    height: 25px;
    line-height: 25px;
    background: #252525;
    font-size: 15px;
    color: #fff;
    border-radius: 0 0 15px 15px;
    border: 1px solid #3E6B7D ;
    border-top: none;
    box-shadow: 0 2px 2px #4f4c4c;
    position: absolute;
    bottom: -25px;
    right: 60px;
}

.donate{
    background: #C17A28;
}

.donate .one{
    background: #fff;
    display: flex;
    flex-direction: column;
    
    align-items: center;
    padding: 2rem 1.5rem;
    border-radius: 7px;
}

.title{
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    position: relative;
}

.title::after{
    content: "";
    height: 4px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    background: #3E6B7D;
}

.grp{
    padding-bottom: 10px;
}



/*--Programmers section--*/
.programmers{
    background: #3E6B7D;
}

.programmers .one{
    background: #fff;
    display: flex;
    flex-direction: column;
    
    align-items: center;
    padding: 2rem 1.5rem;
    border-radius: 7px;
}

.programmers h6{
    color: #C17A28;
    font-weight: 1000;
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 0rem 0rem 0rem 0rem;
}

.h-ref-link{
    text-decoration: none !important;
    color: #4f4c4c !important;
}

.h-ref-link:hover{
    color: #C17A28 !important;
}

.sub{
    color: #3E6B7D  !important;
    font-weight: 000 !important;
    letter-spacing: 0.2px !important;
    line-height: 22px;
    font-size: 14px;
    padding: 0px;
}
.grp{
    padding-bottom: 1rem;
}

.slider-view{
    max-width: 900px;
    padding: 0 15px 10px;
    margin: 0 auto 70px auto;
    border-radius: 3 px;
}

.block{
    background: #fff;
    color: #333;
    min-height: 400px;
    padding: 50px 15px 25px;
    border-radius: 7px;
    margin: 50px 15px 0px;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
}

.block .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: normal;
}

.programmer{
    margin-bottom: 30px;
    text-align: center;

}

.pg-image{
    position: relative;
    margin: 0 15px 15px 15px;
}

.pg-image img{
    height: 170px;
    width: 170px;
    border: 7px solid #C17A28;
    border-radius: 170px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.pg-name{
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    position: relative;
}

.pg-name::after{
    content: "";
    height: 4px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    background: #C17A28;
}

title-1{
    font-weight: bolder !important;
}
.content{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
    height: 100%;
}

.local-coverage-section {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 2rem;
    background: #4A2C2A;
    border-radius: 7px;
    color: #fff;
}

.local-coverage-section h2 {
    color: #fff;
}

.local-coverage-section ul {
    text-align: left;
    display: inline-block;
    margin: 1.5rem auto;
}

.local-coverage-section ul li {
    margin: 0.5rem 0;
}

.programmers .carousel-control-prev{
    left: -70px;
}
.programmers .carousel-control-next{
    right: -70px;
}

.programmers .carousel-control-prev{
    text-decoration: none !important;
}
.programmers .carousel-control-next{
    text-decoration: none !important;
}
.next{
    font-weight: bolder;
    font-size: 20px;
    text-decoration: none !important;
    
}
.prev{
    font-weight: bolder;
    font-size: 20px;
    text-decoration: none !important;
}


/*--About Section Classes--*/
.about{
    background: #fff;
}

.about .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
}

.about .text h6{
    color: #C17A28;
    font-weight: 1000;
    font-size: 1rem;
    letter-spacing: 2px;
}

.about .text h2{
    color: #111;
    font-weight: 700;
    font-size: 2rem;
}

.about .text p{
    
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.about img{
   padding-left: 3 rem;
}



body > footer {
    background: #3E6B7D !important;
}

.footer-copyright{
    background: #3E6B7D ;
}

body > footer a{
    text-decoration: none !important;
    font-weight: bolder;
    color: #fff;
}
.line{
    color: #fff;
}

body > footer p{
    color: #CDCDCD;
}

body > footer a:hover{
    color: #C17A28;
}

.fb-ic, .tw-ic, .ins-ic{
    padding: 2rem;
}

/* Gradient Header Styles */
.cause .text h1,
.cause .text h2,
.cause .text h3 {
    background: linear-gradient(135deg, #3E6B7D 0%, #C17A28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    margin-bottom: 1rem;
}

.support .text h2 {
    background: linear-gradient(135deg, #C17A28 0%, #fb5603 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    margin-bottom: 1rem;
}

.about .text h2 {
    background: linear-gradient(135deg, #3E6B7D 0%, #4A2C2A 50%, #C17A28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    margin-bottom: 1rem;
}

.local-coverage-section h2 {
    background: linear-gradient(135deg, #ffffff 0%, #C17A28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.th-title {
    background: linear-gradient(135deg, #ffffff 0%, #fb5603 50%, #C17A28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.qr-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 5rem;
}

.qr-left {
    flex: 0 0 auto;
}

.qr-middle {
    flex: 1;
    text-align: center;
}

.qr-right {
    flex: 0 0 auto;
}

.qr-left img {
    display: block;
    margin: 0;
}

.donate-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.donate-sidebar .bttn-light {
    font-size: 1.2rem;
    padding: 0.8rem 2rem;
    margin-bottom: 1.5rem;
}

.cause .row.align-items-center {
  align-items: flex-start !important;
}

.cause .text.col-lg-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 4.7rem;
}

.cause .text.col-lg-3 .bttn-light {
  margin-bottom: 3rem;
}

.cause .text.col-lg-3 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cause .text.col-lg-3 h3,
.cause .text.col-lg-3 h4,
.cause .text.col-lg-3 img {
  text-align: center;
}

.cause .text.col-lg-3 h4 a {
  display: inline-block;
}

.cause .text h2,
.support .text h2,
.about .text h2,
.local-coverage-section h2 {
  font-size: 2.4rem;
  font-weight: 900; 
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}

.cause .text h1 {
    font-size: 3rem;
    font-weight: 1200;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
