/* global */

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

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

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

/* end of global */

@media(min-width: 1366px) {
    .first-fold {
        position: relative;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        margin: 0;
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }
    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
    }
    .first-strip {
        position: absolute;
        bottom: 0;
        background: rgba(4, 68, 147, 0.75);
        height: 60px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .first-strip h1 {
        text-align: center;
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }
    .yacht-cutout {
        position: absolute;
        left: 5%;
        bottom: 0;
        width: 280px;
    }
    .girl-cutout {
        position: absolute;
        right: 5%;
        top: 60%;
        transform: translateY(-60%);
        height: 250px;
    }
    .blog-section {
        width: 100%;
        padding: 0 5%;
    }
    .blogs-grid {
        margin: 50px 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
    }
    .blog-item {
        padding: 0 0 25px 0;
        background: #fff;
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        overflow: hidden;
    }
    .blog-image {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .blog-texts {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .blog-title {
        margin: 10px auto;
        font-size: 20px;
        font-weight: 600;
        color: #282F39;
        text-decoration: none;
        text-align: center;
    }
    .blog-title:hover {
        text-decoration: underline;
    }
    .blog-item p {
        font-family: 'Roboto', sans-serif;
        margin: 10px auto;
        font-size: 15px;
        font-weight: 500;
        color: #515151;
        text-align: center;
    }
    .blog-button {
        display: inline-block;
        margin: 10px auto;
        padding: 10px 40px;
        font-size: 15px;
        font-weight: 600;
        background: #384CBC;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    .blog-button:hover {
        opacity: 0.9;
    }
    .pagination-container {
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .previous-next {
        font-size: 20px;
        font-weight: 500;
        color: #282F39;
        text-decoration: none;
    }
    .pagination-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
    }
    .page-number-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .page-number-container a {
        font-size: 20px;
        font-weight: 500;
        color: #282F39;
        margin: 0 10px;
    }
    .page-number-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
        margin: 0 10px;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .first-fold {
        position: relative;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        margin: 0;
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }
    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
    }
    .first-strip {
        position: absolute;
        bottom: 0;
        background: rgba(4, 68, 147, 0.75);
        height: 60px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .first-strip h1 {
        text-align: center;
        margin: 0;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
    }
    .yacht-cutout {
        position: absolute;
        left: 5%;
        bottom: 0;
        width: 220px;
    }
    .girl-cutout {
        position: absolute;
        right: 5%;
        top: 60%;
        transform: translateY(-60%);
        height: 240px;
    }
    .blog-section {
        width: 100%;
        padding: 0 5%;
    }
    .blogs-grid {
        margin: 50px 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
    }
    .blog-item {
        padding: 0 0 25px 0;
        background: #fff;
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        overflow: hidden;
    }
    .blog-image {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .blog-texts {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .blog-title {
        margin: 10px auto;
        font-size: 18px;
        font-weight: 600;
        color: #282F39;
        text-decoration: none;
        text-align: center;
    }
    .blog-title:hover {
        text-decoration: underline;
    }
    .blog-item p {
        font-family: 'Roboto', sans-serif;
        margin: 10px auto;
        font-size: 15px;
        font-weight: 500;
        color: #515151;
        text-align: center;
    }
    .blog-button {
        display: inline-block;
        margin: 10px auto;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 600;
        background: #384CBC;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    .blog-button:hover {
        opacity: 0.9;
    }
    .pagination-container {
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .previous-next {
        font-size: 20px;
        font-weight: 500;
        color: #282F39;
        text-decoration: none;
    }
    .pagination-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
    }
    .page-number-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .page-number-container a {
        font-size: 20px;
        font-weight: 500;
        color: #282F39;
        margin: 0 10px;
    }
    .page-number-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
        margin: 0 10px;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .first-fold {
        position: relative;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        margin: 0;
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }
    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.85);
    }
    .first-strip {
        position: absolute;
        bottom: 0;
        background: rgba(4, 68, 147, 0.75);
        height: 60px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .first-strip h1 {
        text-align: center;
        margin: 0;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
    }
    .yacht-cutout {
        position: absolute;
        left: 5%;
        bottom: 0;
        width: 180px;
    }
    .girl-cutout {
        position: absolute;
        right: 5%;
        top: 60%;
        transform: translateY(-60%);
        height: 210px;
    }
    .blog-section {
        width: 100%;
        padding: 0 5%;
    }
    .blogs-grid {
        margin: 50px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
    }
    .blog-item {
        padding: 0 0 25px 0;
        background: #fff;
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        overflow: hidden;
    }
    .blog-image {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .blog-texts {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .blog-title {
        margin: 10px auto;
        font-size: 18px;
        font-weight: 600;
        color: #282F39;
        text-decoration: none;
        text-align: center;
    }
    .blog-title:hover {
        text-decoration: underline;
    }
    .blog-item p {
        font-family: 'Roboto', sans-serif;
        margin: 10px auto;
        font-size: 15px;
        font-weight: 500;
        color: #515151;
        text-align: center;
    }
    .blog-button {
        display: inline-block;
        margin: 10px auto;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 600;
        background: #384CBC;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    .blog-button:hover {
        opacity: 0.9;
    }
    .pagination-container {
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .previous-next {
        font-size: 20px;
        font-weight: 500;
        color: #282F39;
        text-decoration: none;
    }
    .pagination-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
    }
    .page-number-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .page-number-container a {
        font-size: 20px;
        font-weight: 500;
        color: #282F39;
        margin: 0 10px;
    }
    .page-number-container span {
        font-size: 20px;
        font-weight: 500;
        color: #717171;
        margin: 0 10px;
    }
}

@media(max-width: 769px) {
    .first-fold {
        position: relative;
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0 0 0;
        height: 350px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 5px;
        text-align: center;
        margin: 0;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }
    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.95);
    }
    .first-strip {
        position: absolute;
        bottom: 0;
        background: rgba(4, 68, 147, 0.75);
        height: 80px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .first-strip h1 {
        text-align: center;
        margin: 0 5px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
    }
    .yacht-cutout {
        display: none;
        left: 5%;
        bottom: 0;
        width: 280px;
    }
    .girl-cutout {
        display: none;
        right: 5%;
        top: 60%;
        transform: translateY(-60%);
        height: 250px;
    }
    .blog-section {
        width: 100%;
        padding: 0 5%;
    }
    .blogs-grid {
        margin: 50px 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }
    .blog-item {
        padding: 0 0 25px 0;
        background: #fff;
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        overflow: hidden;
    }
    .blog-image {
        width: 100%;
        height: 220px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .blog-texts {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .blog-title {
        margin: 10px auto;
        font-size: 18px;
        font-weight: 600;
        color: #282F39;
        text-decoration: none;
        text-align: center;
    }
    .blog-title:hover {
        text-decoration: underline;
    }
    .blog-item p {
        font-family: 'Roboto', sans-serif;
        margin: 10px auto;
        font-size: 15px;
        font-weight: 500;
        color: #515151;
        text-align: center;
    }
    .blog-button {
        display: inline-block;
        margin: 10px auto;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 600;
        background: #384CBC;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    .blog-button:hover {
        opacity: 0.9;
    }
    .pagination-container {
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .previous-next {
        font-size: 17px;
        font-weight: 500;
        color: #282F39;
        text-decoration: none;
    }
    .pagination-container span {
        font-size: 17px;
        font-weight: 500;
        color: #717171;
    }
    .page-number-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .page-number-container a {
        font-size: 17px;
        font-weight: 500;
        color: #282F39;
        margin: 0 10px;
    }
    .page-number-container span {
        font-size: 17px;
        font-weight: 500;
        color: #717171;
        margin: 0 10px;
    }
}
