*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color:  rgb(2, 31, 2);
   font-family: "Great Vibes", "cursive";
   font-weight: 400;
   font-style: normal;
   max-height: 100vh;

}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background-image: url(../images/bannerchild.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed !important;
    width: 100%;
    position: absolute;
    z-index: 9000;
    top: 0;
}

header h1{
    color: whitesmoke;
    font-size: 35px;
    font-family: "Great Vibes";
}

.nav-list {
    list-style-type: none;
    display: flex;
    gap: 1rem;
}

.nav-list li a {
    text-decoration: none;
    color: whitesmoke;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
}

.abrir-menu,
.cerrar-menu {
    display: none;
}
.main-content{
    display: flex;
    display: block;
    width: 100%;
    height: 500vh;
    position: relative;
}
.donations-options{
    display: flex;
    display: block;
    width: 100%;
    height: 700px; 
    margin-top: 100px;
    position: relative;
}
.donation-title{
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
}
.donation-title h1{
    color: whitesmoke;
    font-size: 25px;
    font-weight: 400;
    margin-top: 100px;
    font-weight: 400;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
    margin-left: 20px;
    white-space: pre-line;
}
.donation-boxes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 400px;
    margin-top: 100px;
}
.donate-option-1, .donate-option-2, .donate-option-3{
    display: flex;
    display: block;
    width: 30%;
    height: 380px;
}

.donate-option-1 h1{
    color: whitesmoke;
    font-size: 25px;
    font-weight: 400;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
}
.donate-option-1 img{
    width: 50%;
    height: 30%;
    margin-left: 20%;
    margin-top: 45px;
    border-radius: 25px;
}
.footer-box-p{
    color: whitesmoke;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    width: 90%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.donate-option-2 h1{
    color: whitesmoke;
    font-size: 25px;
    font-weight: 400;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
}
.donate-option-2 img{
    width: 55%;
    height: 35%;
    margin-left: 20%;
    margin-top: 45px;
    border-radius: 25px;
}
.donate-option-3 h1{
    color: whitesmoke;
    font-size: 25px;
    font-weight: 400;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
}
.donate-option-3 img{
    width: 55%;
    height: 35%;
    margin-left: 20%;
    margin-top: 45px;
    border-radius: 25px;
}
.donate-option-4 img{
    width: 55%;
    height: 35%;
    margin-left: 20%;
    margin-top: 20px;
    border-radius: 25px;
}
.donate-option-4 h1{
    color: whitesmoke;
    font-size: 25px;
    font-weight: 400;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   text-align: center;
}
.p-footer-donations-options{
    color: whitesmoke;
    font-size: 19px;
    font-weight: 400;
    margin-top: 50px;
    margin-right: 20px;
    float: right;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}
.donations-options a{
    text-decoration: none;color: steelblue;
}
.thermometer-contentainer{
    display: flex;
    display: block;
    width: 100%;
    height: 900px;
}
.thermometer-texts-content{
    display: flex;
    display: block;
    width: 100%;
    height: 100px;
}
.thermometer-texts-content h1{
    text-align: center;
    color: whitesmoke;
    font-size: 40px;
}
.p-txt{
    text-align: center;
    color: whitesmoke;
    font-size: 30px;
    margin-top: 20px;
}
.thermometer-content{
    display: flex;
    display: block;
    width: 100%;
    height: 600px;
    margin-top: -120px;
    margin-bottom: 20px;
}
.thermometer-rectangle{
    display: flex; 
    background-color: white;
    width: 10%;
    height: 450px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-left: 45%;
    margin-top: 10%;
}
.thermometer-heat{
    display: flex;
    position: relative;
    width: 10%;
    height: 0px;
    background-color: blue;
    margin-bottom: auto;
    margin-left: 45%;
    bottom: 0;
    
}
.percentage-levels{
    display: flex;
    display: block;
    position: absolute;
    width: 10%;
    height: 420px ;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    z-index: 9000px;
    margin-left: 45%;
    margin-top: -35.6%;
}
.p-9{
  margin-top: 40px;
  font-size: 20px;
  color: black;
}
.p-8{
    margin-top: 18px; 
    font-size: 20px;
    color: black;
}
.p-7{
    margin-top: 18px; 
    font-size: 20px;
    color: black;
}
.p-6{
    margin-top: 18px; 
    font-size: 20px;
    color: black;
}
.p-5{
    margin-top: 18px; 
    font-size: 20px;
    color: black;
}
.p-4{
    margin-top: 18px; 
    font-size: 20px;
    color: black;
}
.p-3{
    margin-top: 10px; 
    font-size: 20px;
    color: black;
}
.p-2{
    margin-top: 18px; 
    font-size: 20px;
    color: black;
}
.p-1{
    margin-top: 18px; 
    font-size: 20px;
    color: black;
}
.thermometer-circle{
    display: flex;
    position: absolute;
    width: 15%;
    height: 34%;
    border-radius: 100px;
    margin-left: 42.5%;
   background-color: white;
    margin-top: -23px;
}
.footer{
    display: flex;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 750px;
    background-color: black;
}
.footer-content{
    display: flex;  
    display: block;
    justify-content: space-around;
    width: 100%;
    height:300px ;
    margin-top: 20px;
}
.boxes-container{
    display: flex; 
    justify-content: space-between;
    width: 100%;
    height:260px;
    margin-top: 20px;
    margin-bottom: 80px;
}
.box-left, .box-center-1{
    display: flex;
    display: block;
    width: 20%;
    height: 350px;
}
.box-center-2{
    display: flex;
    display: block;
    width: 18%;
    height: 350px;
}
.box-right{
    display: flex;
    display: block;
    width: 25%;
    height: 350px;
}
.box-left h1, .box-center-1 h1, .box-center-2 h1, .box-right h1{
    color: whitesmoke;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.box-left p, .box-center-1 p, .box-center-2 p, .box-right p{
    color: whitesmoke;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 100%;
}
.box-center-1 a{
    text-decoration: none;
    color: deepskyblue;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
} .box-center-2  a{
    text-decoration: none;
    color: deepskyblue;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.box-right-a{
    text-decoration: none;
    color: deepskyblue;
    font-size: 18px;
    font-weight: 400;
    width:100%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.social-media-container{
    display: flex;
    display: block;
    width: 100%;
    height: 100px;
    margin-top: 90px;
}
.social-media-text{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 35px;
    margin-top: 200px;
}
.social-media-text h1{
    font-size: 25px;
    font-weight: 400;
    color: whitesmoke;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.social-media-brands{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
}
.fa-img, .ins-img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-left: 20px;
}
.tk-img{
    width: 40px;
    height: 35px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 150%;
}
.pn-img{
    width: 50px;
    height: 30px;
    margin-right: 20px;
}
.copyrights-container{
    display: flex;
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 40px;
}
.copyrights-container h3{
    margin-top: 20px;
    text-align: center;
    color: whitesmoke;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.copyrights-container p{
    font-size: 18px;
    text-align: center;
    color: whitesmoke;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.enterprice-container{
    display: flex;
    display: block;
    width: 100%;
    height: 90px;
    margin-top: -30px;
}
.enterprice-container h1{
    text-align: center;
    color: whitesmoke;
    padding-top: 40px;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.enterprice-container a{
    margin-top: 20px;
    margin-left: 44%;
    font-size: 15px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: none;
    color: purple;
}
.go-up{
	display: none;
    align-items: center;
    height: 50px; 
    width: 55px;
    background: transparent;
	cursor:pointer;
	position: fixed;
	bottom: 40px;
	right: 15px;
    border: none;
    border-radius: 100%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    box-shadow: 20px 10px 30px 30px 10px 20px  blue;
}

.img{
    width: 60px;
    height: 60px;
    position: relative;
    font-size: 60px;
    font-weight: 900;
    right: 20%;
}

/*-----------------------------------Responsive------------------*/
@media all and (max-width:800px){
   
    header{
        display: flex;
        display: inline-block;
        width: 100%;
        height: 80px;
        position: fixed !important;
        background-position:center center ;
        top:0;
        z-index: 9000;
    }
    header h1{
        margin-left: -20px;
        font-size: 28px;
        width: 100%;
    }
    .abrir-menu, .cerrar-menu {
        display: block;
        border: 0;
        font-size: 1.25rem;
        background-color: transparent;
        cursor: pointer;
        float: right;
       
    }

    .abrir-menu {
      color: whitesmoke;
      font-weight: 800;
      font-size: 25px;
      margin-right: -25px;
      margin-top: -34px;
      float: right;
       
    }
    
    .cerrar-menu {
        float: right;
        margin-top: 28px;
        margin-right: -18px;
        color: whitesmoke;
        font-size: 35px;
    }

    .nav {
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: left;
        gap: 1rem;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: rgb(2, 31, 2);
        width: 100%; 
        height: 690px;  
        z-index: 9000; 
    }
    
    .nav.visible {
        opacity: 1;
        visibility: visible;
        transition: all .5s ease;
    }
    
    .nav-list {
        flex-direction: column;
        align-items: start;
        margin-left: 20px;
        margin-top: 50px;
    }

    .nav-list li a {
        color: #ecececec;
        font-weight: 800;
        font-size: 23px;
        margin-left: 20px;
    }
    .main-content{
        display: flex;
        display: block;
        width: 100%;
        height: 200vh;
        position: relative;
    }
    .donations-options{
        display: flex;
        display: block;
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .donation-title{
        display: flex;
        width: 100%;
        height: 350px;
    }
    .donation-title h1{
        margin-top: -10px;
        font-size: 20px;
        text-align: justify;
        width: 100%;
        margin-left: -5px;

    }
    .donation-boxes{
        display: flex;
        display: block;
        width: 100%;
        height: 300vh;
        margin-top: 100px;
    }
    .donate-option-1, .donate-option-2, .donate-option-3, .donate-option-4{
        display: flex;
        display: block;
        width: 100%;
        height: 400px;
        margin-left: -3px;
        margin-bottom: 20px;
        margin-top: 50px;
        position: relative;
    }
    .donate-option-1 h1, .donate-option-2 h1, .donate-option-3 h1, .donate-option-4 h1{
        font-size: 30px;
    }
    .footer-box-p{
        font-size: 16px;
        width: 100%;
    }
    .thermometer-container{
    display: flex;
    width: 100%;
    height: 140vh;
    margin-top: 1200px;
    display: block;
   }
   .thermometer-content{
    display: flex;
    display: block;
    justify-content: center;
    width: 100%;
    height: 600px;
    margin-top: 100px;
   }
   .thermometer-rectangle{
    display: flex;
    width: 25%;
    height: 550px;
    margin-left: 40%;
    margin-top: 100px;
   }
   .percentage-levels{
    display: flex;
    display: block;
    width: 25%;
    height: 560px;
    z-index: 90000px;
    position: relative;
    margin-top: -560px;
   }
   .percentage-levels{
    margin-left: 40%;
    margin-bottom: -100px;
   }
   .thermometer-heat{
    display: flex;
    position: relative;
    width: 28%;
    height: 0%;
    margin-left: 40%;
   }
   .thermometer-circle{
    display: flex;
    width: 40%;
    height: 20%;
    margin-left: 32%;
   }  
   .footer{
        display: flex;
        width: 100%;
        min-height: 212vh;
        margin-top: 100px;
        position: relative;
        bottom: 0;
     
    }
    .footer-content{
        display: flex;
        display: block;
        width: 100%;
        height: 1100px;
    }
    .boxes-container{
        display: flex; 
         display: block;
         flex-direction: column;
        width: 100%;
        height: 150vh;
    }
    .box-left {
        display: flex; 
        display: block;
        width: 100%;
        height: 200px;
    }
    .box-center-1{
        display: flex; 
        display: block;
        width: 100%;
        margin-top: 10px;
        height: 120px;
    }
    .box-center-2{
        display: flex; 
        display: block;
        width: 100%;
        height: 120px;
        margin-top: 230px;
    }
   
    .box-left h1, .box-center-1 h1, .box-center-2 h1{
        font-weight: 800;
        font-size: 25px;
    }
    .box-left p, .box-center-1 p, .box-center-2 p {
        font-size: 17px;
        font-weight: 800;
        text-align: justify;
        font-weight: 800;
    }
    .box-right{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
        display: block;
        height: 200px;
    }
    .box-right h1{
        font-weight: 800;
        font-size: 25px;
    }
    .box-right p{
       font-size: 18px;
    }
    .social-media-container{
        display: flex;
        display: block;
        width: 100%;
        height: 110px;
        margin-top: -200px;
    }
    .fa-img, .ins-img{
        width: 30px;
        height: 30px;
        margin-right: 20px;
        margin-left: 20px;
   }
   .tk-img{
        width: 40px;
        height: 35px;
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 150%;
  }
  .pn-img{
        width: 50px;
        height: 30px;
        margin-right: 20px;
   }
    .copyrights-container{
        display: flex;
        display: block;
        width: 100%;
        height: 100px;
    }
    .enterprice-container{
        display: flex;
        display: block;
        width: 100%;
        height: 100px;
        margin-top: 20px;
   }
    .enterprice-container h1{
        text-align: center;
        color: whitesmoke;
        padding-top: 40px;
        font-size: 18px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    .enterprice-container a{
        margin-left: 30%;
        color: purple;
        font-size: 18px;
        margin-top: 20px;
        font-weight: 400;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        text-decoration: none;
    }
    .go-up{
        padding: 19px;
        bottom: 60px;
        right: 20px;
        margin-top: -40px;
    }
    .img{
        width: 50px;
        height: 50px;
    }
}