body {
    font-family: 'Neuropol-Regular';
    background-color: #002A4C;
    background-size: cover;
}

@font-face {
    font-family: 'Neuropol-Regular';
    src: url(police/neuropol.otf);
}

* {
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/*--SECTION 1--*/

.sec1 .container {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.sec1 .container .left {
    margin-right: 70px;
    margin-top: 100px;
}

.sec1 .container .left h1 {
    font-size: 6em;
    color: white;
    text-shadow: 0px 0px 10px white;
    margin-bottom: auto;
}

.sec1 .container .left p {
    color: #888;
    max-width: 600px;
    font-weight: bold;
    margin: 30px 0;
}

.sec1 .container .left button {
    width: 300px;
    height: 65px;
    border-radius: 15px;
    border: none;
    color: white;
    font-size: 1.1em;
    font-family: 'Neuropol-Regular';
    font-weight: 900;
    background-color: #B80202;
    box-shadow: 0px 0px 10px #B80202;
    letter-spacing: 1px;
}

.sec1 .container .left button:hover {
    color: rgb(16, 15, 15)
}

.sec1 .container .right img {
    margin-top: 60px;
    width: 100%;
}

@media (max-width:1300px) {
    .sec1 .container .left h1 {
        font-size: 6em;
        margin-top: 150px;
    }

    .sec1 .container .right img {
        margin-top: 160px;
        width: 80%;
        margin-left: 30px;
    }
}

@media (max-width:1000px) {
    .sec1 .container {
        flex-direction: column;
    }

    .sec1 .left {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .sec1 .right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec1 .container .right img {
        margin-left: 0px;
        width: 60%;
    }

}

@media (max-width:650px) {
    .sec1 .container .left p {
        margin: 30px 25px;
        margin-left: 80px;
    }

    .sec1 .container .left h1 {
        font-size: 4.5em;
        margin-top: 150px;
        margin-left: 100px;
    }

    .sec1 .container .left button {
        margin-left: 100px;
    }

    .sec1 .container .right img {
        width: 70%;
        margin-top: 40px;
        margin-left: 0px;
    }
}

/*--SECTION 2--*/

.sec2 .container {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 150px auto;
}

.sec2 .big-card {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    background-color: #B80202;
}

.sec2 .big-card .right {
    max-width: 800px;
    margin-right: 90px;
}

.sec2 .big-card .left {
    display: flex;
    justify-content: center;
}

.sec2 .big-card .left img {
    position: relative;
    width: 55%;
    clip-path: circle(35%);
}

.sec2 .big-card .right h4 {
    color: white;
    letter-spacing: 2px;
}

.sec2 .big-card .right h1 {
    color: white;
    font-size: 4em;
    margin-bottom: 20px;
    margin-top: 30px;
}

.sec2 .big-card p {
    color: white;
    -webkit-hyphens: auto;
    hyphens: auto;

}


/*--SECTION 3--*/

.sec3 .center {
    display: flex;
    justify-content: center;
}

.sec3 .title h1 {
    color: white;
    font-size: 4em;
    margin-top: -33px;
}

.sec3 .title h4 {
    color: white;
    font-size: 1.5em;
}

.sec3 .card {
    height: 550px;
    width: 400px;
    background-color: #B80202;
    border-radius: 15px;
    margin: 20px;
    overflow: hidden;
    box-shadow: 7px 4px 10px 2px #003866;
}

.sec3 .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    max-width: 1500px;
    margin: 0 auto;
}

.sec3 .card .top {
    background: linear-gradient(to top, #B80202, #003866);
    position: relative;
    height: 275px;

}

.sec3 .card .bottom {
    margin: 0 20px;
}


.sec3 .card .description {
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: center;
    margin: 50px;
    color: white;
    font-size: 1.2em;
}

.sec3 .card h1 {
    color: white;
    font-size: 2em;
}

.sec3 .card h4 {
    color: white;
    font-size: 1.5em;
    margin-bottom: -25px;
}

.sec3 .card:nth-child(1) .top {
    transform: skew(0deg, -25deg);
    top: -100px;
}

.sec3 .card:nth-child(1) .bottom {
    position: relative;
    top: -80px;
}


.sec3 .card:nth-child(1) h1,
.sec3 .card:nth-child(1) h4 {
    text-align: right;
}

.sec3 .card:nth-child(2) .top {
    height: 75px;
}

.sec3 .card:nth-child(2) .bottom {
    text-align: center;
    position: relative;
    top: 130px;
}


.sec3 .card:nth-child(3) .top {
    transform: skew(0deg, 25deg);
    top: -100px;
}

.sec3 .card:nth-child(3) .bottom {
    position: relative;
    top: -80px;
}

.sec3 .card:nth-child(3) h1,
.sec3 .card:nth-child(3) h4 {
    text-align: left;
}

.sec3 .card:nth-child(4) .top {
    transform: skew(0deg, -25deg);
    top: -100px;
}

.sec3 .card:nth-child(4) .bottom {
    position: relative;
    top: -80px;
}


.sec3 .card:nth-child(4) h1,
.sec3 .card:nth-child(4) h4 {
    text-align: right;
}

.sec3 .card:nth-child(4) h4 {
    font-size: 1em;
}

/*--NAVBAR--*/
.navbar {
    position: absolute;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    left: 0;
    height: 100px;
    box-sizing: border-box;
    border-bottom: 5px solid #B80202;
}

.navbar .nav-links {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
}

.navbar a {
    color: white;
    font-size: 1.2em;
    font-weight: 600;
}

.navbar a:hover {
    color: #B80202
}

.navbar .logo {
    font-size: 2em;
    font-weight: bold;
}

.navbar .nav-links ul {
    display: flex;
}

.navbar .nav-links ul li {
    margin: 0 25px;
}

.navbar .menu-hamburger {
    display: none;
    position: absolute;
    top: 40px;
    right: 30px;
    width: 50px;
}


@media screen and (max-width:700px) {
    .navbar {
        padding: 0;
    }

    .navbar .menu-hamburger {
        display: block;
    }

    .navbar .nav-links {
        top: 0;
        left: 0;
        position: absolute;
        backdrop-filter: blur(5px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease;
    }

    .navbar .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .nav-links ul li {
        margin: 25px 0;
        font-size: 1.5em;
    }

    .navbar .logo {
        font-size: 1.5em;
        font-weight: bold;
        margin-left: 40px;
    }

    .navbar .mobile-menu {
        margin-left: 0;
    }
}


/*--FOOTER--*/

footer {
    margin-top: 100px;
    min-height: 300px;
    background-color: #003866;
    display: flex;
    align-items: center;
}

footer .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    width: 1500px;
    margin: 0 auto;
}

footer .container h1 {
    color: #a49e22;
    margin-bottom: 20px;
}

footer .container a,
footer .container p {
    color: white;
    text-decoration: none;
}

footer .container .left {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

footer .container .right {
    max-width: 500px;
    margin: 30px 20px;
}