*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
}

.container-fluid {
    height: 100%;
}

.header {
    min-height: 100vh;
    width: 100%;
    background-image: url('../images/headerBackground.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    text-align: center;

}

.copyright {
    padding-top: 20px;
}

.container-content {
    max-width: 1100px;
    justify-self: center;
    display: grid;
    grid-template-rows: 22% 10% 15% 10% 5% auto;

}

.header__logo {
    background-image: url('../images/logo1.png');
    background-size: contain;
    margin-top: 20px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    justify-self: center;
}

.menu {
    text-align: center;
    color: white;

}

.menu__element {
    display: inline;
    padding: 20px;
    font-weight: 500;
    font-size: 18px;

}

.menu__element a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

a:hover {
    color: #0F8DE1;
}

.header__string--big,
.header__string--big p::after {
    font-weight: bold;
    font-size: 6.5rem;
    letter-spacing: -5px;
    margin-top: 20px;
    text-shadow: 2px 2px 4px #000000;
    color: red;

}

.header__string--big p::after {
    color: #069BFF;
    content: "SYSTEM";
}

.header__string--medium {
    font-size: 40px;
    text-shadow: 2px 2px 4px #000000;
    margin-top: 20px;
    font-weight: bold;
}

.header__string--small {
    font-family: 'Dancing Script', cursive;
}

.main-article {
    width: 100%;

}

.main-article__triangle {
    background-image: url('../images/Path\ 1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 300px;
    height: 180px;
    border: none;

}

.main-article__firsts-items-box {
    width: 100%;
    height: 180px;

}

.main-article__string {
    color: red;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-top: 40px;
}

.main-article-content-box {
    margin-top: 70px;
    max-width: 1100px;
    justify-self: center;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    color: #0F8DE1;
    grid-template-columns: 1fr;
}

.main-article-first-article-container,
.main-article-third-article-container {
    display: grid;
    grid-template-columns: 50% 20% auto;
    justify-items: center;
    padding-bottom: 150px;
}

.main-article p {
    align-self: center;
    letter-spacing: 1px;
}

.decoration-pillar {
    width: 10px;
    height: 240px;
    background: #069BFF;
    justify-self: center;
    align-self: center;
}

.main-article-second-article-container {
    display: grid;
    grid-template-columns: 50% 20% 40%;
    padding-bottom: 150px;
    align-items: center;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.main-article-third-article-container p {
    font-weight: bold;
}

.map-container {
    width: 100%;
    padding-top: 40px;
    background: #069BFF;
    display: grid;
}

.map {

    width: 80%;
    justify-self: center;
    align-self: center;
    height: 300px;
    border: 1px solid;

}

footer {
    width: 100%;
    background: black;
    display: grid;

}

.footer-box {
    justify-self: center;
    display: grid;
    max-width: 1300px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 30px;
    padding-bottom: 50px;

}

.footer-box h1 {
    font-size: 25px;
    margin-bottom: 20px;
}

.footer-box p {
    font-size: 16px;

}

.footer-left-side-box p {
    width: 50%;
}

.container-of-icon-string {
    width: 100%;
    display: flex;

}

.icon {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
}

.startDiv {
    width: 90px;
    align-self: center;
    position: relative;
    justify-self: center;
    padding-bottom: 200px;

}

.secondStart {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 110px;
    transform: rotate(90deg);
    color: white;
    cursor: pointer;

}

.display-block {
    display: grid;
    grid-template-columns: 50px auto;
}

.display-block p {
    grid-column-start: 2;
}

.footer-center-side-box .container-of-icon-string {
    height: 20px;
}

.img {
    width: 100% !important;
}

@media(max-width:600px) {

    .header__string--big,
    .header__string--big p::after {
        font-size: 80px;
    }

}

@media(max-width:460px) {

    .header__string--big,
    .header__string--big p::after {
        font-size: 60px;
    }

    .header__string--small {
        margin-top: 70px;
    }

    .container-content {
        grid-template-rows: 25% 13% 13% 10%;
    }

    .menu__element {
        display: inline-block;
    }

    .main-article__triangle {
        display: none;
    }

    .header__string--medium {
        margin-top: 20px;
    }

}

@media(max-width:1000px) {
    .main-article__triangle {
        width: 140px;
        height: 85px;
    }

    .main-article-content-box {
        margin-top: 0px;
    }

    .main-article-first-article-container,
    .main-article-second-article-container,
    .main-article-third-article-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .main-article img {
        width: 60%;
        height: auto;

        justify-self: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .decoration-pillar {
        display: none;
    }

}

@media(min-width:1001px) and (max-width:1800px) {

    .main-article-first-article-container,
    .main-article-third-article-container {
        grid-template-columns: 40% auto auto;
    }

    .main-article-second-article-container {
        grid-template-columns: 50% 15% 30%;
    }

    .main-article img {
        width: 400px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .main-article p {
        width: 80%;
    }

    .main-article-second-article-container p {
        width: 100%;
    }
  
}

@media(max-width:1000px) {
    .main-article p {
        width: 80%;
        justify-self: center;
    }
    .img{
        width: 100% !important;
        height: initial !important
    }
}

@media(max-width:1240px) {
    .footer-box {
        text-align: center;
    }

    .footer-left-side-box p {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-center-side-box p {
        text-align: left;
    }
}

@media(max-width:700px) {
    .footer-box {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-right-side-box {
        grid-column-start: 2;
    }
}

@media(max-width:500px) {
    .footer-box {
        grid-template-columns: 1fr;

    }

    .footer-box div {
        padding-bottom: 20px;
    }

    .container-of-icon-string img,
    .display-block p {
        margin-left: 15%;
    }

    .footer-right-side-box {
        grid-column-start: auto;

    }

}