* {
    text-decoration: none;

   
}
body { 

    background-color: rgb(83, 83, 83);

    transition: 0.4s ease;


    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: 
    0px 0px 1px black,
    0px 0px 1px black,
    0px 0px 1px black,
    0px 0px 1px black,
    0px 0px 1px black,
    0px 0px 1px black,
    0px 0px 1px black,
    0px 0px 1px black;

}


.DONATE_BUTTON {
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 2rem;
    background-color: orange;

    width: 25%;
    height: 40px;

    border: 2px solid white;
    border-radius: 30px;


    align-self: center;

}
.DONATE_BUTTON:hover {

    color: rgb(255, 60, 60);
    
    margin: 10px;

    transform: scale(1.3);
    transition: 1.8s;


}


.DONATE_BUTTON:active {


    transform: scale(1.8);
    transition: .8s;
}





.DIVIDER {

    width: 98%;
    height: .2px;

    margin: 12px;


    align-items: center;
    justify-content: center;
    background-color: white;
}





.HEADER_SECTION {


    background-color: rgba(28, 187, 222, 0.958);

    width: 100%;
    
    border-bottom: 3px solid rgb(255, 255, 255);

    padding: 5px;

    padding-bottom: 30px;



    display: grid;

    grid-template-columns: 1fr;

    justify-content: space-between; /* pushes title left, nav right */
    align-items: center;



}

.NAVBAR_SECTION {


    width: 100%;

    margin: 0;
    display: flex;

    gap: 5px;


    flex-direction: row;
    justify-content: center; /* pushes title left, nav right */
    align-items: center;
}

.FOOTER_SECTION {

    background-color: rgb(199, 199, 199);

    color: white;
    padding: 5px;

    width: 100%;
    border-bottom: 3px solid white;

    text-align: center;

    display: flex;
    flex-direction: column;
}


.MIDDLE_SECTION {



    color: white;
    padding: 5px;

    width: 100%;


    text-align: center;

    display: flex;
    flex-direction: column;


}

.OFFERING_SECTION {
    background-color: rgb(77, 77, 77);
    border-radius: 15px;
    border: 4px solid rgb(62, 62, 62);
    margin: 20px;
    padding: 20px;


    
    
    text-align: center;


    display: grid;

    grid-template-columns: 1fr ;


    justify-content: center;
    align-items: center;
}





.VIDEO_SECTION {



    background-color: gray;
    border-radius: 15px;
    border: 4px solid white;

    

    margin: 20px;
    padding: 20px;

    display: flex;
    flex-direction: column;

    align-items: center;
}



.VIDEO_IMAGE {

    width: 70%;
    height: auto;

    border: 2px white solid;
    border-radius: 15px;
}


.PLUS_BUTTON {

    width: auto;
    height: auto;

    padding: 15px;
    border: 2px solid white;
    border-radius: 20px;

    color: white;


    font-size: 1.2rem;

    text-align: center;
}


.VIDEO_BUTTON {

    width: auto;
    height: auto;

    color: white;
    background-color: rgb(255, 157, 0);

    margin: 5px;

    padding: 5px;

    border: 2px solid white;
    border-radius: 30px;

    transition: 0.4s ease;
}



.VIDEO_CARD {

    background-color: rgba(10, 132, 159, 0.812);
    
    color: white;

    width: auto;

    border-radius: 25px;
    margin: 10px;

    display: flex;
    flex-direction: column;

    align-items: center;


}




.RATES {

    background-color: rgb(111, 223, 93);

    border: 1px solid white;
    border-radius: 20px;

    font-size: .7rem;


    margin: 5px;

    width: 40%;
    height: auto;
}


.OFFERS {

    background-color: rgba(143, 244, 75, 0.498);


    border-radius: 20px;

    font-size: .7rem;

    width: 50%;

    border-radius: 10px;

    margin: 10px;
    padding: 10px;
}

.EXPECTATIONS {

    background-color: rgba(59, 220, 185, 0.432);

margin-top: 5px;
margin-bottom: 5px;

justify-self: center;

width: 90%;


border: solid white 2px;
border-radius: 25px;

}


.NAV_TITLE {

    color: rgb(255, 255, 255);

    border-radius: 10px;

    font-size: 180%;
    font-weight: 600;

    margin: 10px;
    padding: 10px; 
}

.SMALL_TITLE {

    color: rgb(255, 255, 255);

    background-color: rgba(8, 189, 171, 0.207);
    border-radius: 10px;

    font-size: 79%;

    margin: 10px;
    padding: 10px;

}

.BIG_TITLE {

    color: rgb(255, 140, 0);

  
    text-align: center;

    font-size: 190%;

    margin: 10px;
    padding: 10px;

}

.FOOT_TITLE {

    color: white;

    font-size: 85%;

}

.OFFER_TITLE {

    color: rgb(255, 140, 0);

    border-radius: 10px;

    font-size: 199%;
    font-weight: 900;

    margin: 10px;
    padding: 10px;

}



.SOCIAL_BAR {

    width: 100%;






    display: flex;
    flex-direction: row;

}

.SOCIAL_ICON {

    width: 60%;

}

.LINK_CONTAINER {

    width: 100%;

    text-decoration-line: none;

    justify-content: center;


    display: flex;
    flex-direction: column;

}





body:hover {

    transition: 0.6s;
    background-color: rgb(125, 125, 125);
}

.VIDEO_BUTTON:hover {
    transform: scale(1.3);
    transition: 0.3s;
    border: 3px;
    cursor: pointer;
}

.button {
    position: relative;
    padding: 12px 30px;
    font-size: 16px;
    background: #222;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s;
}

/* ::before = a glowing overlay that slides in */
.button::before {
    content: ""; /* pseudo-elements always need content */
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #ca6969, #fbfbfb, #00ffcc);
    transition: all 0.5s;
    z-index: 0;
}

/* ::after = decorative arrow after text */
.button::after {
    content: " →";
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
}

/* Hover effects */
.button:hover::before {
    left: 0; /* slide the gradient overlay across */
}

.button:hover::after {
    transform: translateX(5px); /* arrow moves slightly */
}

.button span {
    position: relative;
    z-index: 1; /* keep the text above the overlay */
}




.SMALL_TITLE:hover{
    color: red;

    transition: .6s;
}


.VIDEO_BUTTON:hover {
    text-decoration: underline;
    color: red;
    transition: .8s;
}

.FOOTER_SECTION:hover {
    color: red;
    text-decoration: double;

    transition: 3.9s;
}

.FOOT_TITLE:hover {
    color: red;
    text-decoration: double;

    transition: .9s;
}


.SOCIAL_ICON:hover {

scale: calc(1.2);


padding: 30px;

transition: 1.2s;

}




.RATES:hover {

    background-color: rgb(111, 223, 93);

    scale: calc(1.3);

    padding: 13px;
    margin: 13px;
    transition: 1.3s;
}