* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
   
    
}

h3{
    
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 5px;
    font-size: 2rem;
    text-decoration-color: black;
    text-underline-offset: 30%;
    animation-name: animacijaH3;
    animation-duration: 1s;
    position: relative;
}


/* Animation */
@keyframes animacijaH3 {
0% {
    transform: scale(0, .025);
}

50% {
    transform: scale(1, .025);
}
}

.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url("https://res.cloudinary.com/dxfq3iotg/image/upload/v1557323760/weather.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title {
    font-weight: 900;
    font-size: 5rem;
    letter-spacing: 2rem;
}

.section_active_help,
.section_done_help {
    background-color: #f3f3f3;
}

.about_us_text,
.active_request_cards {
    position: relative;
    left: 3%;
    line-height: 2rem;
}

footer {
    background-color: black;
    height: 30vh;
}

.section_ask_for_help {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("https://res.cloudinary.com/dxfq3iotg/image/upload/v1557323760/weather.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* BTN PULSING */
.pulsingButton {
    letter-spacing: 6px;
    width: auto;
    font-size: 3rem;
    text-align: center;
    white-space: nowrap;
    display: block;
    border: none;
    padding: 30px;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    border-radius: 10px;
    background-color: #ff0000;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    color: #ffffff;
    transition: all 300ms ease-in-out;
    font-weight: 600;
}

/* Comment-out to have the button continue to pulse on mouseover */

button.pulsingButton:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff;
}

/* Animation */

@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}




#modal {
    position: absolute;
    z-index: 10;
    height: 80vh;
    width: 100vh;
    background-color: white;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
    border-radius: 2%;
    overflow-x: hidden;
}

.modal_box {
    position: relative;
    top: 10% !important;
    left: 20%;
    width: 60%;
     overflow-x: hidden;
}






/* BTN PULSING */
.pulsingButton2 {
    width: auto;
    text-align: center;
    white-space: nowrap;
    padding: 10px;
    border: none;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    border-radius: 2px;
    background-color: #ff0000;
    -webkit-animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    text-decoration: none !important;
    color: #ffffff;
    transition: all 300ms ease-in-out;
    font-weight: 600;
}

/* Comment-out to have the button continue to pulse on mouseover */

.pulsingButton2:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff;
}

/* Animation */

@-webkit-keyframes pulsing2 {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsing2 {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsing2 {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing2 {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

/* BTN ZA VIDI VIŠE */
:root {
    --bg-color: #031321;
    --primary-color: red;
    --secondary-color: #255784;
}

.btnn {
    position: relative;
    display: block;
    padding: 15px 30px;
    color: white;
    background: var(--primary-color);
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 1rem;
    overflow: hidden;
    font-weight: 900;
}

/* modal */




.inner {
    overflow: hidden;
}

.inner img {
    transition: all 1.5s ease;
}

.inner:hover img {
    transform: scale(1.5);
}

@media screen and (max-width: 1200px) {
    .done_help_card {
        margin-top: 2rem;
    }

    .done_help_back_title {
        font-size: 0.4rem;
    }

    .main_title {
        font-size: 3rem !important;
    }
}

@media screen and (max-width: 680px) {
    .pulsingButton {
        padding: 10px;
        font-size: 1rem;
    }
    
  

#modal {
    position: absolute;
    z-index: 10;
    height: 80vh;
    width: 100%;
    background-color: white;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
    border-radius: 2%;
    overflow-x: hidden;
}

.modal_box {
    position: relative;
    top: 1% !important;
    left: 1%;
    width: 100%;
    overflow-x: hidden;
}

#closeBtn {
    margin-right: 5%;
    margin-bottom: 85%;
}

    #naslov,
    #sadrzaj_pomoci {
        width: 80%;
    }

    #help_desc_label,
    #help_title_label {
        font-size: 0.8rem;
    }

    #btn_send_data {
        font-size: 0.8rem;
        width: 80% !important;
    }
}



/* ovo */

@media screen and (max-width: 1338px) {

    #wholeCookie {
        height: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #modal {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}
