/* global */

body {
    margin: 0;
    padding: 0;
    color: #414141;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

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

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

.action-button-animation {
    position: relative;
}

.bodymovin {
    width: 62px;
    /* 310 */
    height: 34px;
    /* 170 */
    position: absolute;
    top: -34px;
    right: 4%;
    z-index: 0;
    pointer-events: none;
    transition: transform 0s;
}

.bodymovin--hidden {
    transform: translateY(30px);
    transition: transform 0.55s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* end of global */

@media(min-width: 1366px) {
    .awards-strip {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .awards-strip img {
        margin-top: 50px;
        height: 40px;
    }
    .gallery {
        background: linear-gradient(90deg, #fff, rgba(0, 0, 0, 0.1), #fff);
        margin: 0;
        padding: 100px 0;
        width: 100%;
    }
    .photo-slider {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .photo-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .photo-item h4 {
        margin: 5px 0;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        color: #1db1b4;
    }
    .photo {
        width: 400px;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .awards-strip {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .awards-strip img {
        margin-top: 50px;
        height: 35px;
    }
    .gallery {
        background: linear-gradient(90deg, #fff, rgba(0, 0, 0, 0.1), #fff);
        margin: 0;
        padding: 100px 0;
        width: 100%;
    }
    .photo-slider {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .photo-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .photo-item h4 {
        margin: 5px 0;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #1db1b4;
    }
    .photo {
        width: 400px;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .awards-strip {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .awards-strip img {
        margin-top: 50px;
        height: 30px;
    }
    .gallery {
        background: linear-gradient(90deg, #fff, rgba(0, 0, 0, 0.1), #fff);
        margin: 0;
        padding: 100px 0;
        width: 100%;
    }
    .photo-slider {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .photo-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .photo-item h4 {
        margin: 5px 0;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #1db1b4;
    }
    .photo {
        width: 400px;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
}

@media(max-width: 769px) {
    .awards-strip {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
        align-items: center;
    }
    .awards-strip img {
        margin: 0;
        height: 30px;
    }
    .gallery {
        background: linear-gradient(90deg, #fff, rgba(0, 0, 0, 0.1), #fff);
        margin: 0;
        padding: 50px 0;
        width: 100%;
    }
    .photo-slider {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .photo-item {
        margin: 0 25px;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .photo-item h4 {
        margin: 5px 0;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #1db1b4;
    }
    .photo {
        width: 100%;
        height: 240px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
}
