@import url("https://use.typekit.net/tmo8zuj.css");

/*
Theme Name: SP 
Theme URI: https://wordpress.org/
Author: Lazăr Ganea
Author URI: https://wordpress.org/
Description: Custom developed theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
*/

/* Resets */

/*
1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
box-sizing: border-box;
}

/*
2. Remove default margin
*/
* {
margin: 0;
}

/*
Typographic tweaks!
3. Add accessible line-height
4. Improve text rendering
*/
body {
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}

/*
5. Improve media defaults
*/
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
}

/*
6. Remove built-in form typography styles
*/
input, button, textarea, select {
font: inherit;
}

/*
7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
margin-bottom: 0px!important;
}

/*
8. Create a root stacking context
*/
#root, #__next {
isolation: isolate;
}

body {
    overflow-x: hidden;
}

/* Font import */

/* font-family: "itc-american-typewriter", serif;
font-weight: 700;
font-style: normal; */

/* font-family: "itc-american-typewriter-cond", serif;
font-weight: 500;
font-style: normal; */

/* font-family: "itc-american-typewriter-cond", serif;
font-weight: 700;
font-style: normal; */

/* Vars */

:root {
    --main-magenta: #BF6BA7;
    --main-blue: #247BE2;
    --red: #FF0000;
    --american: "itc-american-typewriter", serif;
    --azouber: "azo-sans-uber", sans-serif;
    --espiritu: "espiritu-script", sans-serif;

}

/* Utilities */

.flex-center {
    display: flex;
    align-items: center;
    flex-direction: column;
}


/* SP styles */

.hero-container {
    background-image: url(assets/hero.png);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text {
    font-family: "azo-sans-uber", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    max-width: 1000px;
    line-height: 1.2em;

}

.tragedia {
    background-color: #D53939;
    padding: 0px 10px 0px 10px;
}

.s2 {
    margin-top: -180px;
    padding-top: 50px;
    min-height: 100vh!important;
    background-image: url(assets/ridge.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: fill;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding-bottom: 450px;
}

.actionam {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    color: #D53939;
    font-family: "azo-sans-uber", sans-serif;

    padding-top: 150px;
}

.tragedia-text {
    padding-top: 30px;
    text-align: center;
    max-width: 930px;
    color: #005FAB;
    font-size: 22px;

    font-family: "itc-american-typewriter", serif;
    font-weight: 400;
    font-style: normal;
}

.deceactionam {
    padding-top: 70px;

    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #D53939;
    font-family: "azo-sans-uber", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.main-grid {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.gridel {
    border: 3px solid #005FAB;
    border-radius: 10px;
    padding: 50px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #fff;
}

.grid-img {
    max-width: 100px;
}

.grid-text {
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    color: #005FAB;
    font-family: "itc-american-typewriter-cond", serif;
    font-weight: 600;
}

.grid-img-wrap {
    min-height: 100px;
}

.s3 {
    background-image: url('assets/red-bg.png');
    min-height: 100vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}

.ridge-top-red {
    margin-top: -200px;
    margin-bottom: -100px;
}

.ridge-bottom-red {
    margin-top: -100px;
}

.video-1 {
    margin-top: -300px;
    width: 100%;
    height: 70vh;
    border-radius: 20px;
}

.video-2 {
    margin-top: 50px;
    margin-bottom: -300px;
    width: 100%;
    height: 70vh;
    border-radius: 20px;
    position: relative;
    z-index: 22;
}

.w_header {
    padding-top: 100px;
    padding-bottom: 80px;

    color: #fff;
    font-family: "azo-sans-uber", sans-serif;
    font-size: 60px;
}

.w_header_2 {
    padding-top: 0px;
    padding-bottom: 25px;

    color: #fff;
    font-family: "azo-sans-uber", sans-serif;
    font-size: 60px;
}

.w_text {
    font-size: 19px;
    color: #fff;
    font-family: var(--american);
    font-weight: 400;
    font-style: normal;
    padding-bottom: 35px;
}

.r_header {
    padding-top: 40px;
    font-family: var(--azouber);
    color: #D53939;
    font-size: 60px;
}

.r_header_2 {
    font-family: var(--espiritu);
    color: #D53939;
    font-size: 90px;
    padding-bottom: 100px;
}

.blue_text {
    font-family: var(--american);
    font-size: 22px;
    color: #005FAB;
    padding-bottom: 30px;
    max-width: 700px;

    
}

.absolute_collage {
    position: absolute;
    right: -200px;
    width: 800px;
    top: -250px;
}

.scurt_istoric {
    padding-bottom: 100px;
    position: relative;
}

.progres {
    padding-top: 50px;
    padding: 60px;

    background-image: url('assets/red-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    border-radius: 20px;
    margin-top: 130px;

}

.pr {
    position: relative;
}

progress[value] {
    /* Reset the default appearance */
    -webkit-appearance:none;
    -moz-appearance:none;        
    appearance: none;

    color: red!important;
    background-color: #fff!important;
    
    border-radius: 20px;
    border: 2px solid #fff;
    
    width: 100%;
    height: 40px;
}

progress[value] {
    --color: #27E235; 
    --background: lightgrey;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 5px solid #fff;
    border-radius: 10em;
    background: #fff;
}
progress[value]::-webkit-progress-bar {
    border-radius: 10em;
    background: #fff;
}
progress[value]::-webkit-progress-value {
    border-radius: 10em;
    background: #27E235;
}
progress[value]::-moz-progress-bar {
    border-radius: 10em;
    background: #27E235;
}

.progres_header {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-family: var(--azouber);

    padding-bottom: 40px;
}

.progres_header2 {
    color: #fff;
    text-align: center;
    font-size: 70px;
    font-family: var(--espiritu);

    padding-bottom: 40px;
}

.grid_faza {
    margin-top: 20px;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.gridel_faza {
    padding: 20px;
}


.faza_header {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: var(--azouber);

}

.faza_text {
    margin-top: 15px;

    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: var(--american);

}

.max_w_600 {
    max-width: 800px;
}



.beneficii_header {
    font-family: var(--azouber);
    font-size: 60px;
    color: #D53939;
}


.beneficii_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: masonry;
    gap: 20px;

    z-index: 22;
    margin-top: 50px;
}

.beneficii_gridel {
    background-color: #005FAB;
    padding: 30px;

    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;

    margin-top: 20px;
    border-radius: 20px;


    position: relative;
    z-index: 22;
}

.col_spacer {
    padding-top: 100px;
}

.beneficii_img {
    max-width: 124px;
    height: auto;
    width: 100%;
}

.beneficii_text {
    color: #fff;
    font-family: var(--american);
}

.neg-m {
    margin-top: -100px;
    z-index: -22;
}

.s6 {
    background-color: #D53939;
    padding: 150px 0px;
}

.logo_grid {
    margin-top: 50px;
    margin-bottom: 100px;


    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.logo_gridel {
    background-color: #e2e2e2;
    font-size: 40px;
    text-align: center;
    padding: 30px 30px;
    border-radius: 20px
}

.copy {
    color: #fff;
    font-family: var(--american);
    font-weight: 200;
    text-align: center;
    margin-top: -55px;
    z-index: 22;
    position: relative;
}

.uppercase {
    text-transform: uppercase;
    max-width: 550px;
}


/* Slick slide */

.slick-slide {
    margin: 20px;
    opacity: 0.6;
    transition: all 1s;
}

.slick-current {
    opacity: unset;
    scale: 1.05;
    transition: all 1s;
}

.img-slider {
    border-radius: 20px;
}

.slide_header {
    padding: 20px 0px;
    color: #fff;
    font-family: var(--azouber);
    font-size: 22px;
}

.slide_text {
    color: #fff;
    font-family: var(--american);
    font-weight: 400;
    font-size: 20px;
    max-width: 90%;
    line-height: 1.2em;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff!important;
}

.slick-dots li button:before {
    color: #fff!important;
}

.panels-bg {
    padding-bottom: 50px;
}

.inner-pannels {
    padding: 100px 0px;
}


.pannel {
    background-color: #005FAB;
    border-radius: 20px;
    padding: 50px;
    margin-top: 15px;

    position: relative;
    z-index: 22;
}


.pannel_main_header {
    font-family: var(--azouber);
    font-size: 60px;
    color: #D53939;
    padding-bottom: 40px;
}

.pannel_header {
    font-size: 40px;
    color: #fff;
    font-family: var(--azouber);
    padding-bottom: 15px;
}

.pannel_img {
    border: 5px solid #fff;
    border-radius: 10px;
}

.pannel_text {
    font-size: 20px;
    color: #fff;
    font-family: var(--american);
    padding-top: 15px;
    font-weight: normal;
}

.s9 {
    margin-top: -150px;
    position: relative;
    z-index: 23;
}

.live_cam {

    background-color: #005293;
    padding-bottom: 200px;
}

.ridge_livecam {
    margin-top: -130px;
}

.livecamp_header {
    font-size: 40px;
    font-family: var(--azouber);
    color: #fff;
    text-align: center;

}

.padd {
    padding-top: 100px;
}

.s11 {
    /* background-color: #005293; */
    background-image: url('assets/red-bg-eml.png');
    background-size: cover;
    padding: 130px 0px;
    margin-top: -150px;
    z-index: 22;
    position: relative;

    padding-bottom: 250px;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em!important;
}

.top_50 {
    padding-top: 80px;
}

.flex_v_center {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}


.py-20 {
    padding-top: 20px;
}

.kit1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 25px;
}

.kit1 p {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.wpcf7-form-control {
    width: 100%;
    border: 3px solid #fff;
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
}

input::placeholder {
    font-family: var(--american);
    opacity: 0.5;
    color: #fff;
} 
input {
    font-family: var(--american)!important;
    color: #fff;
} 

.wpcf7-acceptance {
    border: unset;
    color: #fff;
    font-family: var(--american);
    line-height: 1em;
}

.wpcf7-submit {
    max-width: 320px;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: var(--azouber)!important;
    color: var(--red);
    background-color: #fff;
    font-size: 25px;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-form {
    padding-top: 50px;
}


@media only screen and (max-width: 1400px) {
    .absolute_collage {
        top: 0px;
        right: -100;
        width: 100%;
        max-width: 600px;
    }
}

@media only screen and (max-width: 1200px) {
    .absolute_collage {
        display: none;
    }
    .blue_text {
        width: 100%;
        max-width: unset;
    }
}

@media only screen and (max-width: 1000px) {
    .r_header_2 {
        padding-bottom: 40px;
    }

    .hero-text {
        font-size: 40px;
        padding: 50px;
    }

    .actionam {
        font-size: 40px;
    }

    .tragedia-text {
        font-size: 20px;
    }

    .tragedia-text {
        font-size: 25px;
    }

    .main-grid {
        grid-template-columns: 1fr 1fr;
    }

    .grid-text {
        font-size: 25px;
    }

    .w_header {
        padding-top: 50px;
        padding-bottom: 30px;
        color: #fff;
        font-family: "azo-sans-uber", sans-serif;
        font-size: 30px;
    }

    .w_text {
        font-size: 19px;
        color: #fff;
        font-family: var(--american);
        font-weight: 400;
        font-style: normal;
        padding-bottom: 20px;
    }

    .ridge-bottom-red {
        margin-top: -70px;
    }

    .s3 {
        padding-bottom: 150px;
    }

    .r_header {
        font-size: 40px;
    }

    .r_header_2 {
        font-size: 60px;
    }

    .blue_text {
        font-family: var(--american);
        font-size: 19px;
        color: #005FAB;
        padding-bottom: 15px;
        max-width: 700px;
    }

    .progres {
        margin-top: 80px;
    }

    .progres_header {
        font-size: 30px;
        line-height: 1.2em;
    }

    .progres_header2 {
        font-size: 60px;
    }
    .progres  {
        padding: 30px;
    }

    .grid_faza {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .gridel_faza {
        padding-top: 0px!important;
    }

    .faza_text {
        margin-top: 0px;
        font-size: 19px;
    }

    .faza_header {
        font-size: 25px;
    }

    .max_w_600 {
        margin-top: 20px;
    }

    .beneficii_header {
        font-size: 40px;
    }

    .pannel_header {
        font-size: 30px;
    }

    .wpcf7-form {
        padding-top: 20px;
    }

    .hide-sm {
        display: none;
    }

    .livecamp_header {
        font-size: 30px;
        font-family: var(--azouber);
        color: #fff;
        text-align: center;
        padding-top: 30px;
    }

    .pannel_main_header {
        font-family: var(--azouber);
        font-size: 40px;
        color: #D53939;
        padding-bottom: 40px;
    }

    .pannel_main_header {
        font-size: 40px;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .pannel {
        background-color: #005FAB;
        border-radius: 20px;
        padding: 30px;
        margin-top: 15px;
        position: relative;
        z-index: 22;
    }

    .pannel_text {
        font-size: 19px;
    }

    .w_header_2 {
        font-size: 40px;
    }

    .slide_text {
        line-height: 1.2em;
    }

    .s6 {
        background-color: #D53939;
        padding: 110px 0px;
    }

    .logo_grid {
        grid-template-columns: 1fr 1fr;
    }

}


@media only screen and (max-width: 600px) {

    .logo_grid {
        grid-template-columns: 1fr;
        margin-top: 50px;
        margin-bottom: 60px;
    }


    .main-grid {
        grid-template-columns: 1fr!important;
    }

    .gridel {
        padding: 20px;
    }

    .ridge-top-red {
        margin-top: -190px;
        margin-bottom: -60px;
    }

    .video-1 {
        margin-top: -80px;
        width: 100%;
        height: 30vh;
        border-radius: 20px;
    }

    .s2 {
        padding-bottom: 300px; 
    }

    .ridge-bottom-red {
        margin-top: -40px;
    }

    .s3 {
        padding-bottom: 70px;
    }

    .r_header {
        font-size: 40px;
    }

    .r_header_2 {
        font-size: 40px;
    }

    .beneficii_gridel {
        flex-direction: column;
    }

    .col_spacer {
        display: none;
    }

    .neg-m {
        margin-top: 0px;
        z-index: -22;
    }

    .s11 {
        /* background-color: #005293; */
        background-image: url(assets/red-bg-eml.png);
        background-size: cover;
        padding: 20px 0px;
        margin-top: -90px;
        z-index: 22;
        position: relative;
        padding-bottom: 200px;
    }

    .hide-sm {
        display: none;
    }

    .kit1 {
        flex-direction: column;
    }

    .kit1 p {
        flex-direction: column;
        
    }

    .wpcf7-submit {
        margin-top: 0px;
    }

    .wpcf7-list-item {
        margin-top: 30px!important;
    }

    .wpcf7-submit {
        max-width: 210px;
        margin-top: 25px;
        text-transform: uppercase;
        font-family: var(--azouber) !important;
        color: var(--red);
        background-color: #fff;
        font-size: 19px;
    }

    .video-2 {
        max-height: 30vh;
    }
    
    .inner-pannels {
        margin-bottom: 50px;
    }
    
    

    .footer-ridge {
        display: none;
    }

    .copy {
        color: #005293;
        font-size: 20px;
        font-weight: 400;
        padding: 50px 30px 30px 30px;
    }

}
