.main-content{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: 'Comfortaa', cursive;
    font-family: 'Poppins', sans-serif;
}

.content-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
}

.ambassador-description{
    flex-direction: column;
    background-color: #000;
    color: #fff;
    padding: 0 4vw 2em 4vw;
}

.ambassador-description-title{
    color: #FFCD00;
    font-size: 2em;
    margin: 0 0 10px 0;
}

.become-ambassador-btn{
    background-color: #0056BD;
    color: #fff;
    padding: 6px 10px;
    font-size: 1.2em;
    display: inline-block;
    width: 25%;
    cursor: pointer;
    transition: 0.3s;
}


.become-ambassador-btn:hover{
    color: #FFCD00;
}

.become-ambassador-btn p,
.become-ambassador-btn a{
    margin: 0;
    text-align: center;
    text-decoration: none;
}


.become-ambassador-btn a{
    color: #fff;
    text-align: center;
}

.become-ambassador-btn a:hover{
    color: #FFCD00;
}

.head-section{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100vh;
    background-image: url(../img/bg/home-header.jpg);
    background-size: cover;
    background-position: top;
    padding-bottom: 3%;
}

.main-text-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 65%;
}

.main-text-wrap h1{
    font-weight: 900;
    color: #FFCD00;
    font-size: 90px;
    margin: 0;
    line-height: 1;
}

.main-text-wrap .main-second-title{
    color: #FFCD00;
    font-size: 76px;
    margin: 0 0 15px 0;
    line-height: 1;
    white-space: nowrap;
}

.main-text-wrap .main-header-text{
    color: #fff;
    font-size: 30px;
    margin: 0;
    line-height: 1.1;
}

.main-content .donate-section{
    padding: 0;
    height: 20vw;
}

.donate-goals-block{
    width: 33.3%;
    background-color: #0056BD;
    padding-left: 4vw;
    padding-right: 1vw;
    padding-top: 4vh;
    padding-bottom: 1vh;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


.donate-goals-block h2{
    font-size: 42px;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}

.donate-goals-block ul,
.donate-goals-block p{
    font-size: 19px;
    text-align: justify;
}

.donate-pay-block{
    width: 100%;
    background-color: #FFCD00;
    padding-right: 4vw;
    padding-left: 4vw;
    padding-top: 4vh;
    padding-bottom: 1vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            align-items: center;
}


.donate-modal .donate-pay-block{
    font-family: 'Poppins', sans-serif;
    flex-direction: column;
    position: relative;
}

.top-donate-pay-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 60%;
}

.donate-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.donate-info .pay-methods-text{
    font-weight: 900;
    margin: 0;
    font-size: 36px;
    line-height: 1;
}

.donate-info h3{
    font-weight: 900;
    margin: 30px 0;
    font-size: 90px;
    line-height: 1;
}

.donate-info .donate-tax-text{
    margin: 0;
    font-size: 35px;   
    line-height: 1; 
    font-weight: 900;
}

.donate-value-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
}

.donate-value{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background-color: #0056BD;
}

.donate-value p{
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin: 0 10px;
}

.donate-value input{
    font-size: 40px;
    font-weight: 900;
    color: #0056BD;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 86%;
    margin-right: 6px;
    padding-left: 12px;
}


.donate-value input:focus{
    outline: none;
}

.bottom-donate-pay-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.donate-modal .bottom-donate-pay-block{
    width: 100%;
}

.donate-modal .top-donate-pay-block{
    width: 100%;
}

.donate-modal .donate-info h3{
    font-size: 105px;
}

.donate-modal .donate-pay-block{
    padding-bottom: 2em;
}

.donate-modal .donate-info .pay-methods-text{
    font-size: 18px;
}

.donate-values-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.donate-value-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 40px;
    padding: 12px 75px;
    font-weight: 900;
    color: #fff;
    background-color: #0056BD;
    cursor: pointer;
}

.donate-now-btn-wrap{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.donate-now-btn{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 40px;
    padding: 12px 24px;
    font-weight: 900;
    color: #fff;
    background-color: #0056BD;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 24px;
    text-decoration: none;
}

.goals-section{
    height: 33.3vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
}

.goal{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.3%;
    background-position: center;
    background-size: cover;
    padding: 2vh 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.goal-1{
    background-image: url(../img/bg/goal-1.jpg);
}

.goal-2{
    background-image: url(../img/bg/goal-2.jpg);
}

.goal-3{
    background-image: url(../img/bg/goal-3.jpg);
}

.goal-link{
    text-decoration: none;
    color: #FFCD00;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.goal-link span{
    white-space: nowrap;
}

.team-section{
    height: 33.3vw;
    padding: 0;
}

.team-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1f1f1f;
    width: 66.6%;
}

html body section .team-block-content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            
    background-image: url(../img/bg/goals.JPG) !important;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 6vh 8vw 1vh 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

}

.team-block h2{
    font-size: 50px;
    margin: 0 0 20px 0;
    line-height: 1;
    color: #FFCD00;
    letter-spacing: 2px;
}

.team-block .goals-link{
    font-size: 50px;
    margin: 0 0 20px 0;
    line-height: 1;
    color: #FFCD00;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    /* text-decoration: none; */
}

.team-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 100;
    padding-top: 50px;
}

.team-text li{
    margin-bottom: 24px;
    text-align: justify;
}

.team-text p{
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: justify;
}

.team-text p a{
    color: #fff;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.campaign-goal-slide{
    display: flex;
    flex-direction: column;
    padding: 4vh 8vw;
    box-sizing: border-box;
}

.campaign-goal-slide .slide-gallery .slide-gallery-item img{
    align-items: center;
    width: 100%;
}

.campaign-goal-slide .slide-gallery{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.campaign-goal-slide .slide-gallery .slide-gallery-item{
    width: 20%;
    height: 10%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.campaign-goal-slide-2024 .slide-text{
    font-size: 2em;
}

.campaign-goal-slide-2024 .slide-top{
    margin-bottom: 90px;
}


.campaign-goal-slide img{
    align-items: center;
    width: 60%;
}

.slide-top{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.slide-top h2,
.slide-top p{
    margin: 0;
}

.slide-top p{
    color: #fff;
}



.team-text p a:hover{
    color: #FFCD00;
}

.statistics-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.3%;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 4vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #0056BD;
    color: #fff;
}

.statistics-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-image: url(../img/bg/ua-arms.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}


.statistics-block h2{
    font-size: 50px;
    margin: 0 0 20px 0;
    line-height: 1;
    color: #fff;
    letter-spacing: 2px;
}

.statistics-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.close-quote-modal{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em;
    font-weight: 900;
}

.statistics-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.statistics-value{
    color: #FFCD00;
    font-size: 35px;
    font-weight: 900;
    white-space: nowrap;
    line-height: 2;
    margin: 0 15px 0 0;
    width: 50%;
    text-align: right;
}

.statistics-label{
    font-size: 22px;
    width: 50%;
}

.slider-section{
    padding: 0;
}

.main-carousel-wrap{
    width: 100%;
    height: 33.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #000;
}

.news-carousel{
    background-color: #fff;
    height: initial;
}

.ambassador-carousel{
    /* background-color: #0056BD; */
}

.ambassador-carousel{
    height: initial;
    padding: 2em 0;

}

html .content-text{
    text-align: justify;
    width: 100%;
    padding: 0 15%;
}

.quote-overflow{
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 6;
    background-color: #0000009d;
}

.quote-modal{
    position: fixed;
    width: 50vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 7;
    padding: 5vh 5vw;
    box-sizing: border-box;
}

.quote-modal-content{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.quote-modal-content img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* 
.empty-section{
    width: 100%;
    height: 100vh;
} */


.ambassador-modal{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #FFCC00;
    font-family: 'Poppins', sans-serif;
    padding: 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 10;
    width: 50%;
}

.ambassador-thanks{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #FFCC00;
    font-family: 'Poppins', sans-serif;
    padding: 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 10;
    width: 50%;
}

.ambassador-modal .fields-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ambassador-modal .fields-row input{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 20px 0 0;
}

.ambassador-modal .fields-row .ambassador-checkbox input{
    margin: 0;
}

.ambassador-modal .fields-row .ambassador-checkbox{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 20px 0 0;
}


.ambassador-modal input[type="text"]{
    border: 3px solid #0056BD;
    padding: 6px 12px;
    font-size: 1.2em;
}

.ambassador-modal input[type="text"]:focus{
    outline: none;
}

.ambassador-modal h3{
    margin: 20px 0 10px 0;
}

html body .ambassador-modal .ambassador-confirm-row{
    margin: 20px 0;
}

.ambassador-modal p{
    margin: 0 0 0 0;
}

.close-ambassador-modal{
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 2em;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
}

.close-ambassador-thanks{
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 2em;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
}

.news-heading{
    color: #0056BD;
    font-size: 60px;
    background-color: #fff;
    text-align: center;
    margin: 0;
    padding: 20px;
}

.close-ambassador-modal:hover{
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
}

.ambassador-apply-form-btn{
    background-color: #0056BD;
    color: #fff;
    font-size: 1.5em;
    padding: 12px 32px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 20px 20px 0 0;
}

.ambassador-apply-form-btn:hover{
    color: #FFCC00;
}


.media-updates-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.media-updates-item-image{
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.media-updates-item-image img{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
}


.media-updates-item-info{
    width: 76%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.media-updates-item-info h2{
    margin: 0;
    font-size: 24px;
}

.media-updates-item-info p{
    margin: 0;
    font-size: 1em;
    text-align: justify;
}

.media-updates-item-info a{
    margin: 0;
    font-size: 1em;
    text-decoration: none;
    background-color: #0056BD;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    width: 140px;
    margin-top: 1em;
    transition: 0.3s;
    letter-spacing: 1px;
}

.media-updates-item-info a:hover{
    color: #FFCD00;
}


select {
  /* Reset */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  width: 100%;
  height: 2em;
  padding: 0 4em 0 1em;
  background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.8em center/1.4em;
  background-color: #0056BD;
  color: white;
  /* border-radius: 0.25em; */
  /* box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2); */
  cursor: pointer;
  font-size: 40px;
}
select option {
  color: inherit;
  background-color: #0056BD;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}



@media (max-width: 1610px){
    .team-text li{
        font-size: 30px;
    }

    .news-heading{
        font-size: 30px;
        padding: 10px 0;
    }
    
    .campaign-goal-slide-2024 .slide-top{
        margin-bottom: 40px;
    }

    .campaign-goal-slide img{
        width: 75%;
    }

    .campaign-goal-slide-2024 .slide-text{
        font-size: 1em;
    }


    .statistics-block h2{
        font-size: 40px;
    }

    .statistics-value{
        font-size: 27px;
    }

    .statistics-label{
        font-size: 18px;
    }

    .donate-goals-block ul, .donate-goals-block p{
        font-size: 14px;
    }


    .donate-value-btn{
        font-size: 30px;
    }

    .donate-info h3{
        font-size: 50px;
    }

    .donate-value p, .donate-value input{
        font-size: 30px;
    }

    .donate-value-wrap{
        height: 75px;
    }
}

@media (max-width: 1450px){
    .donate-goals-block ul, .donate-goals-block p{
        font-size: 12px;
    }
    
    .campaign-goal-slide-2024 .slide-top{
        margin-bottom: 40px;
    }

    .campaign-goal-slide img{
        width: 75%;
    }

    .campaign-goal-slide-2024 .slide-text{
        font-size: 1em;
    }


    .donate-info .pay-methods-text{
        font-size: 30px;
    }

    .donate-info h3{
        font-size: 75px;
    }

    .donate-info .donate-tax-text{
        font-size: 25px;
    }

    .donate-value-btn{
        font-size: 30px;
    }
    
    .donate-now-btn{
        font-size: 25px;
    }

    .donate-value-wrap{
        height: 70px;
    }

    .donate-value input,
    .donate-value p{
        font-size: 30px;
    }

    .goal-link{
        font-size: 35px;
    }

    .team-text li {
        font-size: 26px;
    }

    .team-block h2,
    .statistics-block h2{
        font-size: 40px;
    }

    .statistics-value{
        font-size: 24px;
    }

    .statistics-label{
        font-size: 18px;
    }
}


@media (max-width: 1610px){
    .campaign-goal-slide img{
        width: 50%;
    }

}

@media (max-width: 1300px){
    .donate-goals-block h2{
        font-size: 34px;
    }

    .campaign-goal-slide-2024 .slide-top{
        margin-bottom: 40px;
    }

    .main-text-wrap h1{
        font-size: 60px;
    }

    

    .goal-text-2023{
        font-size: 10px;
    }

    .campaign-goal-slide-2024 .slide-text{
        font-size: 1em;
    }


    .donate-goals-block ul, .donate-goals-block p{
        font-size: 12px;
    }

    .donate-info h3{
        font-size: 60px;
    }

    .donate-info .pay-methods-text{
        font-size: 24px;
    }

    .donate-value-btn{
        font-size: 22px;
    }

    .goal-link{
        font-size: 30px;
    }

    .team-block h2, .statistics-block h2{
        font-size: 34px;
    }

    .team-text li{
        font-size: 24px;
    }

    .statistics-value{
        font-size: 23px;
    }
}


@media (max-width: 770px){

    .main-text-wrap h1{
        font-size: 60px;
    }

    .main-text-wrap .main-second-title{
        font-size: 38px;
    }

    .main-text-wrap .main-header-text{
        font-size: 20px;
    }

    .donate-goals-block h2{
        font-size: 24px;
    }

    .donate-goals-block,
    .donate-pay-block{
        padding-top: 1vh;
    }

    .donate-info .pay-methods-text{
        font-size: 14px;
    }

    .donate-info h3 {
        font-size: 40px;
    }

    .donate-value-wrap{
        height: 56px;
    }

    .donate-value input, .donate-value p{
        font-size: 20px;
    }

    .donate-value input{
        width: 80px;
    }
    .donate-info .donate-tax-text {
        font-size: 15px;
    }

    .donate-info h3{
        margin: 12px 0;
    }

    .donate-value-btn{
        font-size: 18px;
        padding: 2px 12px;
    }

    .donate-now-btn{
        font-size: 14px;
    }

    .donate-goals-block ul, .donate-goals-block p{
        padding: 0;
        font-size: 7.5px;
    }

    .goal-link{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .team-block h2, .statistics-block h2{
        font-size: 20px;
    }

    .team-block h2{
        margin: 0;
    }

    .team-text li{
        font-size: 11px;
    }

    .statistics-value{
        font-size: 13px;
    }

    .statistics-label{
        margin: 0;
        font-size: 10px;
    }
}


@media (max-width: 500px){
    .donate-modal .donate-info .pay-methods-text{
        padding-top: 50px;
    }

    html .content-text{
        padding: 0;
    }

    .donate-modal .donate-info h3{
        font-size: 60px;
    }

    .ambassador-description{
        text-align: justify;
        font-size: 0.9em;
    }

    
    .quote-modal-content{
    }
    
    
    .quote-modal-content span{
        font-size: 12px;
        line-height: 1;
    }

    .ambassador-modal p{
        font-size: 12px;
    }
    
    .ambassador-modal{
        width: 90%;
    }

    .campaign-goal-slide .slide-gallery .slide-gallery-item p{
        font-size: 8px
    }

    .campaign-goal-slide .slide-gallery .slide-gallery-item{
        width: 33%;
    }

    .campaign-goal-slide .slide-gallery{
        justify-content: center;
    }

    .ambassador-modal .fields-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                font-size: 12px;
    }

    .ambassador-modal .fields-row-checkbox{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ambassador-modal .fields-row-checkbox .ambassador-checkbox{
        width: 30%;
    }

    .ambassador-modal input[type="text"]{
        margin-bottom: 10px;
        font-size: 1em;
    }

    .ambassador-modal h3{
        margin: 8px 0;
        font-size: 12px;
    }

    .become-ambassador-btn{
        width: 50%;
        font-size: 0.8em;
        margin: 0 auto;
    }

    .quote-modal{
        width: 85vw;
    }

    .quote-modal .quote-modal-content p{
        font-size: 0.8em;
    }
    .quote-modal .quote-modal-content 
    .close-quote-modal{
        font-size: 2em;
        top: -40px;
    }
    .quote-modal .quote-modal-content img{
        height: 100px;
        width: 100px;
    }
    
    html body .head-section{
        /* height: 22vh; */
    }
    
    .head-section{
        background-image: url(../img/bg/home-header-mobile.jpg);
        text-shadow: 1px 1px 2px #000;
    }

    .main-text-wrap h1{
        font-size: 26px;
    }

    .main-text-wrap .main-second-title{
        font-size: 14px;
    }

    .main-text-wrap{
        width: 84%;
    }

    .main-text-wrap .main-header-text{
        font-size: 15px;
        text-align: justify;
    }

    .main-content .donate-section{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: initial;
    }

    .donate-goals-block{
        width: 100%;
    }

    .donate-pay-block{        
        width: 100%;
        flex-direction: column;
    }

    .top-donate-pay-block{
        width: 100%;
    }

    .bottom-donate-pay-block{
        width: 100%;
    }

    select{
        font-size: 16px;
        padding: 12px 16px;
        height: initial;
        margin-top: 22px;
    }

    .donate-value-btn{
        font-size: 13px;
    }

    .donate-value input, .donate-value p{
        font-size: 15px;
    }

    .donate-value-wrap{
        height: 36px;
    }

    .donate-info .pay-methods-text{
        font-size: 12px;
    }

    .donate-goals-block ul, .donate-goals-block p{
        font-size: 10px;
    }

    .goals-section{
        height: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .goal{
        width: 100%;
        height: 100vw;
    }

    .team-section{
        height: initial;
        -webkit-box-orient: vertical;
        flex-direction: column;
    }

    .statistics-block{
        width: 100%;
        height: 100vw;
    }

    .team-block{
        width: 100%;
    }

    .team-block h2, .statistics-block h2{
        /* font-size: 30px; */
    }

    .campaign-goal-slide-2024 .slide-text{  
        font-size: 0.6em;
        margin: 8px 0;
    }

    lip{
        font-size: 10px;
    }

    .statistics-value{
        font-size: 24px;
    }

    .statistics-label{
        font-size: 13px;
    }

    html body .CSSgal .bullets > a{
        height: 10px;
        width: 10px;
    }

    .slide-top{
        margin-bottom: 50px;
    }

    .team-block .goals-link{
        font-size: 30px;
    }

    .slide-top p{
        font-size: 10px;
    }

    .campaign-goal-slide-2024 .slide-top{
        margin-bottom: 20px;
    }

    .goal-text-2023{
        font-size: 0.6em;
        margin: 0;
    }

    .team-text ul{
        margin-bottom: 10px;
    }

    .ambassador-description-title{
        font-size: 1.3em;
    }
}