/* global */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: "montserrat", sans-serif;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* end of global */

@media(min-width: 1366px) {
    .full-screen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 5%;
        z-index: 999999999999;
        background: rgba(0, 0, 0, 0.85);
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pop-up {
        position: relative;
        background: #fff;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 500px;
        text-align: center;
    }
    #close-pop-up {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 40px;
        cursor: pointer;
    }
    .pop-up img {
        width: 290px;
        margin: 10px auto;
    }
    .pop-up a {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        background: #1111ba;
        text-decoration: none;
        margin: 10px auto 0 auto;
        padding: 15px 25px;
        text-align: center;
        border-radius: 3px;
    }
    #splide-slideshow {
        padding: 0;
    }
    .slideshow-item {
        width: 100%;
        height: 750px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .slideshow-item h1,
    .slideshow-item h2 {
        font-size: 50px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
    }
    .slideshow-item h3 {
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
    }
    .services-strip {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .strip-item {
        max-width: 33.3333%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .strip-item img {
        height: 350px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        margin: 20px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 18px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 20px auto;
        text-align: center;
    }
    .masonry-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .masonry-item {
        min-height: 350px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
        transition: 0.3s all ease-in-out;
    }
    .masonry-item:hover {
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8);
    }
    .masonry-item h3 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.95);
        transition: 0.3s all ease-in-out;
    }
    .masonry-item a {
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        background: #1111ba;
        text-decoration: none;
        margin: 10px auto;
        padding: 15px 20px;
        text-align: center;
        transition: 0.3s all ease-in-out;
    }
    .masonry-item a:hover {
        background: #f9b707;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .full-screen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 5%;
        z-index: 999999999999;
        background: rgba(0, 0, 0, 0.85);
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pop-up {
        position: relative;
        background: #fff;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 500px;
        text-align: center;
    }
    #close-pop-up {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 40px;
        cursor: pointer;
    }
    .pop-up img {
        width: 290px;
        margin: 10px auto;
    }
    .pop-up a {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        background: #1111ba;
        text-decoration: none;
        margin: 10px auto 0 auto;
        padding: 15px 25px;
        text-align: center;
        border-radius: 3px;
    }
    #splide-slideshow {
        padding: 0;
    }
    .slideshow-item {
        width: 100%;
        height: 550px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .slideshow-item h1,
    .slideshow-item h2 {
        font-size: 50px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
    }
    .slideshow-item h3 {
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
    }
    .services-strip {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .strip-item {
        max-width: 33.3333%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .strip-item img {
        height: 300px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin: 20px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 15px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 20px auto;
        text-align: center;
    }
    .masonry-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .masonry-item {
        min-height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
        transition: 0.3s all ease-in-out;
    }
    .masonry-item:hover {
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8);
    }
    .masonry-item h3 {
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.95);
        transition: 0.3s all ease-in-out;
    }
    .masonry-item a {
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        background: #1111ba;
        text-decoration: none;
        margin: 10px auto;
        padding: 15px 20px;
        text-align: center;
        transition: 0.3s all ease-in-out;
    }
    .masonry-item a:hover {
        background: #f9b707;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .full-screen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 5%;
        z-index: 999999999999;
        background: rgba(0, 0, 0, 0.85);
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pop-up {
        position: relative;
        background: #fff;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 500px;
        text-align: center;
    }
    #close-pop-up {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 40px;
        cursor: pointer;
    }
    .pop-up img {
        width: 290px;
        margin: 10px auto;
    }
    .pop-up a {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        background: #1111ba;
        text-decoration: none;
        margin: 10px auto 0 auto;
        padding: 15px 25px;
        text-align: center;
        border-radius: 3px;
    }
    #splide-slideshow {
        padding: 0;
    }
    .slideshow-item {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .slideshow-item h1,
    .slideshow-item h2 {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
    }
    .slideshow-item h3 {
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
    }
    .services-strip {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .strip-item {
        max-width: 33.3333%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .strip-item img {
        height: 250px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin: 20px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 15px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 20px auto;
        text-align: center;
    }
    .masonry-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .masonry-item {
        min-height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
        transition: 0.3s all ease-in-out;
    }
    .masonry-item:hover {
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8);
    }
    .masonry-item h3 {
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.95);
        transition: 0.3s all ease-in-out;
    }
    .masonry-item a {
        font-size: 13px;
        font-weight: 700;
        color: #ffffff;
        background: #1111ba;
        text-decoration: none;
        margin: 10px auto;
        padding: 15px 20px;
        text-align: center;
        transition: 0.3s all ease-in-out;
    }
    .masonry-item a:hover {
        background: #f9b707;
    }
}

@media(max-width: 769px) {
    .full-screen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 5%;
        z-index: 999999999999;
        background: rgba(0, 0, 0, 0.85);
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pop-up {
        position: relative;
        background: #fff;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        text-align: center;
    }
    #close-pop-up {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 40px;
        cursor: pointer;
    }
    .pop-up img {
        width: 290px;
        margin: 10px auto;
    }
    .pop-up a {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        background: #1111ba;
        text-decoration: none;
        margin: 10px auto 0 auto;
        padding: 15px 25px;
        text-align: center;
        border-radius: 3px;
    }
    #splide-slideshow {
        padding: 0;
    }
    .slideshow-item {
        width: 100%;
        height: 500px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .slideshow-item h1,
    .slideshow-item h2 {
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
    }
    .slideshow-item h3 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
    }
    .services-strip {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .strip-item {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 25px auto;
    }
    .strip-item img {
        height: 280px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin: 10px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 15px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 10px auto;
        text-align: center;
    }
    .masonry-section {
        display: grid;
        grid-template-columns: repeat(2, 50%);
    }
    .masonry-item {
        min-height: 250px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
        transition: 0.3s all ease-in-out;
    }
    .masonry-item:hover {
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8);
    }
    .masonry-item h3 {
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        margin: 10px auto;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.95);
        transition: 0.3s all ease-in-out;
    }
    .masonry-item a {
        font-size: 13px;
        font-weight: 700;
        color: #ffffff;
        background: #1111ba;
        text-decoration: none;
        margin: 10px auto;
        padding: 15px 20px;
        text-align: center;
        transition: 0.3s all ease-in-out;
    }
    .masonry-item a:hover {
        background: #f9b707;
    }
}
