@import url('fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

:root {
    --red: #cc3333;
    --contrast-blue: #6acbf3 ;
    --light-grey: #cccccc;
    --headings: 'Poppins', 'Courier New', Courier, monospace;
    --titles-font: 'Poppins', 'Courier New', Courier, monospace;
}

* {
    box-sizing: border-box;
    color: black;
    font-family: var(--headings);
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 0;
}

* a {
    text-decoration: none;
}

.in-construction-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
}

.in-construction-header .logo-container {
    width: 145px;
}

.in-construction-header .logo-container * {
    margin:auto;
}

.in-construction-header img {
    width: 100%;
}

.in-construction-header .logo-container {
    position: relative;
}

.in-construction-header .logo-container > section {
    position: absolute;
    text-align: center;
    width: 300px;
    left: -75px;
}

h2,
h3 {
    letter-spacing: 4px;
    padding: 15px 0;
}

p,
.page-entry-text-wrapper {
    letter-spacing: 2px;
    line-height: 1.8em;
}

ul {
    list-style: none;
}

body {
    margin: auto;
}

header {}

main {
    margin: auto;
    max-width: 1200px;
}

section {
    margin: auto;
    padding-bottom: 40px;
    width: 90%;
}

section:last-child {
    margin-bottom: 80px;
}

button {
    background-color: transparent;
    border: none;
    display: block;
}

nav,
.section-title {
    color: var(--red);
    text-transform: uppercase;
}

h2,
h3,
nav *,
.title {
    font-family: var(--titles-font);
    font-size: 16px;
}

.title {
    color: var(--red);
}

.lang-selector-container {
    display: flex;
    justify-content: center;
    margin: auto;
    padding-top: 150px;
    width: auto;
}

.lang-selector-link {
    min-width: 100px;
    padding: 0 15px;
    text-align: center;
}

.external-link,
.video-link {
    transition: opacity 0.5s ease-out;
}

.external-link:hover,
.video-link:hover {
    opacity: 0.5;
}

.section-devider {
    align-items: center;
    display: flex;
    margin: auto;
    margin-bottom: 60px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    width: 90%;
}

.section-devider * {
    text-align: center;
}

.section-devider.team-decoration {
    margin-top: 80px;
}

.section-devider.team-decoration::before {
    content: url('../resources/xarop_figure_btn.png');
    position: absolute;
    top: 0;
    margin-top: -25px;
    left: 50%;
    margin-left: -33px;
}

.section-devider.decoration-element-1::after,
.section-devider.decoration-element-2::after,
.section-devider.decoration-element-3::after,
.section-devider.decoration-element-4::after,
.section-devider.decoration-element-5::after,
.section-devider.decoration-element-6::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;

}

.section-devider.decoration-element-1::after,
.section-devider.decoration-element-2::after,
.section-devider.decoration-element-3::after,
.section-devider.decoration-element-4::after,
.section-devider.decoration-element-6::after,
.section-devider.decoration-element-5::after {
    content: url('../resources/cloud_item.png');
}
.section-devider.group-devider {
    width: 100%;
}

.devider-text-wrapper {
    margin: auto;
}

.section-devider-line {
    border-bottom: 1px solid var(--light-grey);
    flex: 1;
    height: 1px;
    left: 0;
    top: 45%;
}

.section-devider h2 {
    background-color: white;
    font-size: 28px;
    margin: auto;
    padding: 15px 5px;
    position: inherit;
    z-index: 2;
}

.section-devider-heading {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 65px;
    width: 300px;
}

.featured-item-btn,
.find-more-btn {
    background-image: url('../resources/cloud_btn.png');
    background-repeat: no-repeat;
    background-size: 100%;
    color: white;
    display: block;
    height: 79px;
    margin: auto;
    width: max-content;
    padding: 29px 20px;
    position: relative;
    text-shadow: 1px 1px 2px black;
}

.featured-item-btn:hover,
.find-more-btn:hover {
    background-image: url('../resources/cloud_btn_hover.png');
}

.featured-section .feature-item-wrapper .featured-item-btn {
    padding-top: 25px;
    text-align: center;
    width: 140px;
}

.featured-content-wrapper .feature-item-wrapper .headings-wrapper h4 {
    font-size: 12px;
}

.page-entry-text-section {
    margin: auto;
    text-align: center;
}

.page-entry-text-section ul li {
    position: relative;
}

.page-entry-text-section ul li.entry-padding {
    padding-top: 80px;
}

.page-entry-text-section ul li::before {
    content: url('../resources/dot_item.png');
    position: absolute;
    top: -60px;
    left: 0;
}

.page-entry-text-section ul li p {
    position: relative;
}

.page-entry-text-section ul li {
    margin-bottom: 120px;
}

.page-entry-text-section .section-entry-image-container {
    border: 1px solid gainsboro;
    border-radius: 20px;
    float: left;
    margin: 0 60px 40px 0;
    padding: 20px;
    width: 100%;
}

.page-entry-text-section ul li div {
    position: relative;
}

.page-entry-text-wrapper {
    text-align: left;
}

.page-entry-text-secction-image-wrapper img {
    width: 100%;
}

.section-devider-item.devider-text-wrapper {
    max-width: 350px;
}

.section-video-container .youtube-thumbnail {
    text-align: left;
    width: 100%
}

.section-video-container .youtube-thumbnail img {
    width: 100%
}


@media all and (min-width: 501px) and (min-width: 900px) {
    .title {
        font-size: 18px;
    }
}

@media all and (min-width: 700px) {
    section {
        width: 90%;
    }

    .section-devider {
        width: 80%;
    }

    .section-devider h2 {
        padding: 15px 25px;
    }

    .section-devider-item.devider-text-wrapper {
        max-width: 500px;
    }

    .page-entry-text-section ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .page-entry-text-section ul li {
        width: 95%;
    }

    .page-entry-text-section .section-entry-image-container {
        margin: 0 60px 40px 0;
        padding: 20px;
        width: 40%;
    }

    .section-video-container .youtube-thumbnail {
        width: 60%
    }
}
