@font-face {
    font-family: "Satisfy";
    src: url(../fonts/Satisfy-Regular.ttf);
}

@font-face {
    font-family: 'Alata';
    src: url(../fonts/Alata-Regular.ttf);
}

@font-face {
    font-family: 'Courgette';
    src: url(../fonts/Courgette-Regular.ttf);
}

@font-face {
    font-family: 'Alpaca';
    src: url(../fonts/ALPACA\ SCARLETT\ DEMO.TTF);
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Black.ttf);
}


/* * {
    background-color: black;
    border: 1px dotted green;
} */

header {
    width: 100%;
    height: 30vh;
    /* background: url(../images/images-new/DSC_0247.png) center no-repeat; */
    background: white;
    background-size: cover;
}

.hero-text {
    position: absolute;
    bottom: 5%;
    font-family: 'Alata';
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4A2815;
}

.intro-text {
    padding-top: 70px;
    background: url(../images/poze/Linie\ Productie-86.jpg) center no-repeat;
    padding-bottom: 100px;
    height: 95vh;
    width: 100%;
}

.fact-list {
    list-style-type: none;
    margin: 0;
    margin-top: 40px;
}

.intro-text .content {
    font-family: 'Alata';
    font-size: 1rem;
}

.text-container .content {
    font-size: 0.5rem;
}

@media(min-width:1024px) {
    .text-container .content {
        font-size: 0.7rem;
    }
}

.single-fact>p {
    text-indent: -5px;
}

.single-fact>p:before {
    content: '-';
    text-indent: -5px;
}

.section-wrap {
    width: fit-content;
    background-color: lightsalmon;
    position: relative;
    top: 20%;
    height: fit-content;
    box-shadow: 0 0 9px 6px rgba(37, 37, 37, .19);
}

.single-logo {
    border: none !important;
    border-radius: 0% !important;
}


/* ------------------- Styles for the partners section of the page ----------------*/

.partners {
    margin-top: 200px;
    justify-items: center;
    text-align: center;
    height: 80vh;
}

.partners .section-title {
    font-size: 2rem;
    font-family: 'Alata';
}

.partners .content {
    font-size: 1rem;
    font-family: 'Montserrat';
    padding-left: 80px;
    padding-right: 80px;
}

.partners .row {
    margin-bottom: auto;
}

.single-logo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    justify-content: center;
    margin-left: 80px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 2px solid red;
}


/*----------Styles for the partners part of the webpage -----------*/

.text-container-square {
    width: 55vw;
    height: 50vh;
    position: relative;
    left: 16%;
    top: 10%;
    background-color: #FEF7F7;
    box-shadow: 0 0 4px 6px rgba(238, 231, 231, 0.7);
}

.content-container {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.content {
    margin-top: 20px;
    font-family: 'Montserrat';
}

.title::after {
    width: 5rem;
    height: 3px;
    content: " ";
    margin-top: 1rem;
    background: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.inline-link {
    color: #4A2815;
    text-decoration: underline !important;
}

.inline-link:hover {
    color: #FEF7F7;
}

.text-container-square {
    width: fit-content;
    height: fit-content;
    position: relative;
    top: 50%;
    left: 0%;
}

.content {
    font-size: 0.6rem;
    margin-bottom: -6px;
}

h3 {
    font-size: 0.9rem;
}

.single-logo {
    margin-left: 50px;
    margin-bottom: 0px;
}

.call-to-action {
    margin-top: 150px;
}

.under-logo {
    font-size: 1.2rem;
    font-family: 'Alata';
    position: relative;
    top: -5%;
    left: 5%;
}

.subsection-title {
    font-family: 'Alata';
    font-size: 1rem;
    margin-top: 1.5rem;
}


/*Styles for the slideshow*/


/* TODO: add better styles for the carousel so the images will fit  */


/*
    TODO: -styles for pictures
          -styles for transitions
          -styles for logo positions on big screens
          -styles for the logo section

*/

.bullet-point-list {
    margin-top: 20px;
}

.bullet-point-item {
    font-family: 'Montserrat';
    font-size: 16px;
}

.content {
    color: black!important;
    font-size: 16px !important;
    font-family: 'Montserrat';
}

.logos-big-screen {
    padding-top: 80px;
    padding-bottom: 80px;
    max-height: 100vh;
    min-height: 50vh;
    background-color: #FEF7F7;
    margin-top: 80px;
}

.logos-big-screen .row:first-child {
    margin-top: 0px;
}

.logos-big-screen .title-section {
    font-family: 'Alata';
    font-size: 3rem;
    margin-top: 0px;
    text-align: center;
    font-weight: normal;
    position: relative;
    left: 20vw;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.logo-container-carousel {
    width: 80px;
    height: 80px;
}

.slide-logo {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.logo-container {
    width: 100px;
    height: 100px;
}

.logos-big-screen .row {
    margin-top: 80px;
}

.move-left {
    animation-name: move-to-left;
    animation-duration: 1s;
}

.partners-logo-section {
    margin-top: 120px;
}

.partners-logo {
    height: 100%;
    width: 100%;
}

.presentation-text {
    background: url(../images/background/solid-surface-corian-sand-storm.jpg) no-repeat;
    background-size: cover;
    height: 120vh;
}

.col-spacing-carousel {
    margin-top: 10vh;
    display: none;
}

@media(min-width: 700px) {
    .col-spacing-carousel {
        display: block;
    }
}

@media(min-width: 920px) {
    .presentation-text {
        height: 85vh;
    }
}

@media(min-width: 1200px) {
    .presentation-text {
        height: 75vh;
    }
}

.section-title {
    font-size: 36px;
}

.col-buffer-sm {
    margin-top: 50px;
}

.join-us {
    background: linear-gradient(rgb(255, 255, 255), #FEF7F7);
    width: 100%;
    height: 30vh;
    margin: auto;
}

.row-spacing {
    margin-top: 120px;
}

.wrap {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-title {
    font-family: 'Alata';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3.5rem;
    color: #4A2815;
    letter-spacing: 2px;
    text-align: center;
}

.content-container {
    font-family: 'Montserrat';
}

.section-title {
    font-family: 'Alata';
    letter-spacing: 2px;
    font-size: 2.5rem;
}

.partners-logo-section-new {
    margin-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
}

.partners-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.partners-logo {
    width: 50%;
    height: auto;
}

@media(min-width: 756px) {
    .col-buffer-sm {
        margin-top: 0px;
    }
}

@keyframes move-to-left {
    0% {
        left: 0%;
    }
    100% {
        left: -100%;
    }
}


/* RESPONSIVE BREAKPOINTS*/

@media(min-width: 375px) {
    .under-logo {
        left: -5%;
    }
}

@media(min-width: 425px) {
    .single-logo {
        position: relative;
        left: 20%;
    }
    .under-logo {
        left: 10%;
    }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .section-wrap {
        left: 30%;
        height: 40vh;
    }
    .partners {
        margin-bottom: 0px;
    }
    .text-container-square {
        top: 50%;
    }
    .call-to-action {
        margin-top: 290px;
    }
    .single-logo {
        position: relative;
        left: 30%;
    }
    .under-logo {
        left: 2%;
    }
}

@media (min-width: 992px) {
    .text-container-square {
        top: 20%;
        left: 25%;
        width: 70vw;
        height: 65vh;
    }
    .single-logo {
        margin-left: 0px;
        position: relative;
        left: 80%;
    }
    .call-to-action {
        margin-top: 0px;
    }
    .single-logo-different {
        left: 0%;
    }
}

@media(min-width: 1024px) {
    .under-logo-first {
        left: 75%;
    }
    .text-container-square {
        top: -5%;
        height: fit-content;
    }
}

@media (min-width: 1200px) {
    .text-container-square {
        width: 60vw;
        height: 65vh;
        position: relative;
        left: 12%;
        top: 10%;
    }
    .content {
        font-size: 16px;
    }
    .single-logo {
        position: relative;
        width: 400px;
        height: 400px;
        left: -10%;
        top: -10%;
        left: 40%;
        margin-top: 0px;
    }
    .single-logo-different {
        width: 300px;
        height: 300px;
        top: 0%;
        left: 20%;
    }
    .call-to-action {
        margin-top: 0px;
    }
    .under-logo {
        left: 30%;
    }
    .under-logo-first {
        top: -29%;
        left: 60%;
    }
    .partners {
        margin-top: 120px;
    }
}


/* @media(min-width:1440px) {
    .text-container-square {
        height: 45vh;
        top: 40%;
    }
} */

@media(min-width: 2560px) {
    .single-logo {
        width: 200px;
        height: 200px;
        margin-left: 0px;
        margin-right: 0px;
    }
    header .text-container-square {
        left: -0%;
        top: 30%;
    }
}