/*!
 * Theme Name: OTTO FINANÇAS
 * Description: Estilos CSS do Otto finanças
 * Version: 1.6.2
 * Author: Alessandro Costa
 */

:root {
    --blue: rgba(51, 186, 157, 1);
    --bg-blue: rgba(51, 186, 157, 1);
    --lighter-blue: #f9fcff;
    --orange: #fb6437;
    --red: #f51231;
    --green: #00be59;
    --gray: #6e6e6e;
    --black: #2d2d2d;
}

* {
    font-family: "Poppins", sans-serif !important;
}

:focus {
    outline: none;
}

/* TAGS */

body {
    overflow-x: hidden;
}

section {
    padding: 2em 1.5em !important;
}

button {
    background: var(--orange);
    color: white;
    border-radius: 25px;
    height: 50px;
    width: 150px;
    text-align: center;
    border: none;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 300;
}

button:hover {
    cursor: pointer;
    background-color: #fc3b00;
}

input,
textarea {
    color: var(--gray);
    padding: 5px 15px;
    font-size: 15px;
}

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

input:focus,
textarea:focus {
    border: 1px solid var(--blue) !important;
}

.nav ul {
    display: flex;
    align-items: flex-start;
}

ul {
    list-style: none !important;
    color: var(--black);
    margin-bottom: 50px;
}

ul:last-child {
    margin-bottom: 0;
}

.nav ul > li {
    margin-top: 0;
}

ul > li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

ul > li > a {
    color: var(--bg-blue);
}

/* BULMA CUSTOMIZATIONS */

.content h2 {
    color: var(--blue);
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
}

.content h3 {
    color: var(--blue);
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
}

.section.header {
    background: transparent url("img/top-bg.svg") no-repeat;
    height: 670px;
}

.section.email {
    background: var(--lighter-blue);
}

.section.post {
    padding-top: 0 !important;
}

.section.form {
    background: transparent url("img/forma-2.svg") no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.section.form::before,
.section.form::after {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section.form::before {
    background: transparent url("img/form-bg.svg") no-repeat;
    background-size: auto;
    background-position-x: center;
    background-position-y: bottom;
}

.section.form::after {
    background: transparent url("img/balao-ottinho.svg") no-repeat;
    background-size: 100px;
    background-position-x: center;
    background-position-y: 260px;
    margin-left: 445px;
}

h4 {
    font-size: 20px !important;
    letter-spacing: 0;
    font-weight: bold !important;
    margin-bottom: 30px !important;
}

strong {
    color: var(--blue);
}

footer {
    background: var(--bg-blue) !important;
    padding-bottom: 2em !important;
}

/* MAILPOET */

.mailpoet_form_popup_overlay {
    display: none;
}

.mailpoet_message > p {
    font-size: 16px !important;
}

.parsley-errors-list {
    position: absolute;
    top: 57px;
    margin: 0 !important;
}

#parsley-id-multiple-datacf_1 {
    top: 12px;
}

.parsley-errors-list li {
    font-size: 12px;
}

/* LOADER */

.custom-loader,
.custom-loader:before,
.custom-loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.custom-loader {
    color: var(--orange);
    font-size: 10px;
    margin: 130px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.custom-loader:before,
.custom-loader:after {
    content: "";
    position: absolute;
    top: 0;
}
.custom-loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.custom-loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/* SEÇÔES */

#home {
    height: 620px;
    position: relative;
}

#home::before {
    content: " ";
    position: absolute;
    height: 500px;
    width: 250px;
    top: 80px;
    left: 83%;
    background: transparent url("img/stars.svg") no-repeat;
}

#home::after {
    content: " ";
    height: 200px;
    width: 100%;
    background: transparent url("img/coins-1.svg") no-repeat;
    background-size: 200px;
    background-position-x: 900px;
    margin-top: 40px;
    position: absolute;
    z-index: 2;
    display: none;
}

#home .header,
#footer .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 80px;
}

#home .text-box {
    margin: 40px 0 0 45%;
}

#home img,
#footer img {
    width: 120px;
}

#home h2 > span,
#footer h2 > span {
    display: block;
    font-size: 11px;
    letter-spacing: 6px;
    font-weight: 300;
    position: relative;
    top: -4px;
    left: 4px;
}

#home p {
    font-size: 45px;
    width: 487px;
    margin-bottom: 15px;
}

#posts {
    width: 1000px;
}

#posts .posts {
    margin-top: 40px;
    display: flex;
}

#posts .left-col {
    padding: 0 20px;
    border-right: 2px solid #f9f9f9;
    width: 65%;
}

#posts .right-col {
    padding-left: 20px;
    flex: 1;
}

#email-news {
    height: 220px;
    background: url("img/coins-2.svg") no-repeat;
}

#email-news p {
    font-size: 30px;
    width: 450px;
    margin-right: 100px;
}

#more-posts {
    display: flex;
    justify-content: center;
}

#more-posts .right-col {
    padding-left: 40px;
}

#more-posts > .right-col img {
    height: 400px;
}

#even-more-posts > .content {
    width: 100%;
}

#even-more-posts > .content > h3 {
    margin: 30px 0 50px;
}

#even-more-posts,
.last-posts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#post {
    font-size: 30px;
    color: var(--black);
}

#post .social-media {
    font-size: 15px;
    float: right;
    margin-bottom: 24px;
}

#post .post-image {
    text-align: center;
    clear: both;
}

#post .post-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#post .post-date {
    font-size: 20px;
    text-align: right;
    padding-right: 40px;
}

.post-title h2 {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
}

#form,
#post,
#even-more-posts,
#last-posts,
#search-results {
    width: 1080px;
}

#search-results h2 {
    font-size: 25px;
}

#footer {
    height: 350px;
    text-align: center;
}

#footer * {
    color: white;
}

#footer > .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

/* OUTROS */

.social-btns {
    height: 25px;
}

.social-media {
    display: flex;
    justify-content: space-between;
    width: 100px;
}

.links > a {
    padding: 35px;
    font-size: 20px;
    font-weight: 300;
}

.post-card {
    width: 600px;
    height: 200px;
    background: var(--lighter-blue);
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    color: var(--gray);
    margin-bottom: 60px;
}

.post-card:last-child {
    margin-bottom: 0;
}

.post-card:nth-child() {
    height: 100%;
}

.post-card .img-container {
    width: 35%;
}

.post-card img,
.post-card .wp-post-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.post-card-info {
    width: 65%;
    padding: 25px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.post-card-info .header {
    text-align: center;
    display: flex;
    align-items: flex-start;
}

.post-card-info .header a {
    background: var(--red);
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    border: unset;
}

.post-card-info .header a:not(:last-child) {
    margin-right: 8px;
}

.post-card-info small {
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    margin-left: auto;
}

.post-card-info p {
    height: 60px;
    margin-bottom: 0.7em;
}

.post-card-info a {
    float: right;
    border-bottom: 2px solid var(--red);
    color: var(--gray);
}

.post-card-info .header a:hover {
    filter: hue-rotate(45deg);
}

#searchform {
    position: relative;
    margin-bottom: 40px;
    padding: 8px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

#searchform input {
    border: none;
    width: 100%;
    padding: 14px;
}

#searchform button {
    background: var(--lighter-blue);
    width: 50px;
    border-radius: 0;
    border-radius: 0 10px 10px 0;
    color: var(--blue);
    position: absolute;
    right: 10px;
    top: 9px;
}

#email-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#email-form div:not(.mailpoet_form_popup_overlay) {
    position: relative;
}

#email-form label {
    color: var(--blue);
    margin: 15px 0;
}

#email-form label[for="terms"] {
    margin-left: 10px;
}

#email-form input[type="email"] {
    border: none;
    width: 400px !important;
    border-bottom: 1px solid var(--blue);
    background: transparent;
}
#email-form input[type="checkbox"] {
    transform: scale(1.5);
    margin-left: 20px;
}

#email-form input:focus {
    border: none !important;
    border-bottom: 1px solid var(--blue) !important;
}

#email-form input[type="submit"] {
    background: transparent;
    color: var(--blue);
    font-size: 15px;
    height: max-content;
    width: 100px !important;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -60px;
    cursor: pointer;
    z-index: 2;
}

#email-form input[type="submit"]:focus {
    border: none !important;
}

#email-form .fa-paper-plane {
    color: var(--blue);
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: 15px;
}

.post-card.other-model {
    height: 460px;
    width: 330px;
    display: flex;
    flex-direction: column;
    margin: 40px 40px 0 0;
    position: relative;
}

.custom-scroll-bar,
.instagram-box > small,
.nav-wrapper,
.extra-links,
.picture.hidden,
.nav-btn,
.post-card.carousel.not-custom {
    display: none;
}

.post-card.carousel {
    width: 98%;
    height: 540px;
    margin: auto;
    position: relative;
    display: none;
}

.post-card.carousel.active {
    display: block;
}

.post-card.other-model .img-container,
.post-card.carousel .img-container {
    width: 100%;
    height: 200px;
}

.post-card.carousel .img-container {
    height: 100%;
}

.post-card.other-model img {
    border-radius: 10px 10px 0 0;
}

.post-card.carousel img {
    border-radius: 10px;
}

.post-card.other-model .post-card-info {
    width: 100%;
    text-align: center;
}

.post-card.carousel .post-card-info {
    position: absolute;
    text-align: unset;
    width: 550px;
    color: white;
    bottom: 30px;
    left: 100px;
}

.post-card.carousel small {
    display: none;
}

.post-card.other-model:nth-child(3n + 3) {
    margin-right: 0;
}

.post-card.other-model .post-card-info .header a {
    background: var(--green);
}

.post-card.other-model .post-card-info > p {
    height: 120px;
}

.post-card.carousel .post-card-info > p {
    font-weight: bold;
    font-size: 35px;
    text-shadow: 0px 3px 6px #0000008c;
    margin-bottom: 30px;
    height: unset;
}

.post-card.other-model .post-card-info > a {
    float: unset;
    border: unset;
    padding: 10px 30px;
    background-color: var(--orange);
    color: white;
    font-size: 15px;
    border-radius: 25px;
}

.post-card.other-model .post-card-info > a:hover {
    background-color: rgba(245, 18, 48, 0.699);
}

.post-card.carousel .post-card-info > a {
    font-weight: 600;
    color: white;
    text-shadow: 0px 3px 6px #0000008c;
    float: unset;
    margin-top: 30px;
}

.instagram-box > p,
.instagram-box > p > a {
    font-size: 35px;
    font-weight: bold;
    color: var(--blue);
}

.instagram_gallery {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.instagram_gallery > a {
    height: 200px;
    width: 200px;
    margin-right: 10px;
}

#contact-form {
    margin: 60px 0;
    text-align: center;
    color: var(--gray);
}

#contact-form h3 {
    font-size: 45px;
    margin-bottom: 80px;
}

#contact-form > div {
    margin-bottom: 50px;
    position: relative;
}

#contact-form > div label {
    position: absolute;
    top: -35px;
    padding-left: 10px;
}

#contact-form input,
#contact-form textarea {
    border: 1px solid var(--gray);
    padding: 10px 15px;
    width: 400px;
}

#contact-form input {
    border-radius: 24px;
}

#contact-form textarea {
    border-radius: 12px;
}

#contact-form button {
    font-size: 15px;
    margin-left: 250px;
}

.post-bg {
    font-size: 20px;
    width: 100%;
    height: 550px;
}

.post-bg img {
    width: 100%;
    height: 85%;
    border-radius: 10px;
    object-fit: cover;
}

.post-bg p {
    float: right;
    padding: 15px 0;
    color: var(--gray);
}

.text-box {
    margin-top: 70px;
}

.text-box p {
    margin-bottom: 38px;
    line-height: 1.5;
    font-size: 24px;
}

.text-box h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.text-box .destaque {
    border-left: 7px solid var(--bg-blue);
    padding: 30px 60px;
    font-weight: 600;
    background-color: rgba(249, 252, 255, 0.295);
}

.a-link {
    margin-left: auto;
}

.extra-links > .social-media {
    margin: auto;
}

/* CAROUSEL POSTS */

.post-data-overlay {
    position: relative;
}

.carousel-btn {
    position: absolute;
    z-index: 1000;
    background: none;
    color: var(--gray);
    font-size: 50px;
    height: 100%;
    border-radius: unset;
    display: none;
}

.carousel-btn.right {
    right: 0;
    top: 0;
}

.carousel-btn:hover {
    background: none;
    opacity: 0.7;
}

.carousel-btn > .fa-angle-left,
.carousel-btn > .fa-angle-right {
    pointer-events: none;
}

.carousel-links {
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: -40px;
    display: none;
}

.carousel-links > button {
    background: gainsboro;
    height: 20px;
    width: 20px;
    margin: 5px;
    border-radius: 50%;
}

.carousel-links > button.active {
    background: var(--gray);
}

.carousel-links > button:hover {
    box-shadow: 0 0 8px var(--black);
}

@media (max-width: 767.98px) {
    ::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    button {
        font-size: 16px;
        height: 40px;
        width: 130px;
    }

    .section.header {
        background-position: 20% 100px;
        background-size: 450%;
    }

    .social-media {
        width: 80px;
    }

    .section.form {
        background-position: 20% 100px;
        background-size: 450%;
    }

    .section.posts,
    .section.more-posts,
    .section.even-more-posts,
    .footer,
    .section.last-posts,
    .section.search {
        padding: 2em 0.5em !important;
    }

    .section.post {
        padding: 2em 1em !important;
    }

    .section.form {
        padding-bottom: 10em !important;
    }

    .section.form::before {
        z-index: 2;
        background-size: 1125px;
        background-position-x: -660px;
        background-position-y: bottom;
    }

    .section.form::after {
        z-index: 3;
        background-size: 70px;
        background-position-x: unset;
        background-position-y: 1190px;
        margin-left: 180px;
    }

    .footer {
        padding-bottom: 1em !important;
    }

    .container {
        width: 100% !important;
        height: unset;
    }

    .content h2 {
        font-size: 40px;
    }

    .content h3 {
        font-size: 20px;
    }

    /* HIDDING */
    #home > .content.header > button:not(.nav-btn),
    #posts .right-col > ul,
    #email-form img,
    #more-posts .right-col,
    .nav-items .topics h4 {
        display: none;
    }

    /* SECTIONS */

    #home {
        background-size: 285%;
        background-position-x: 14%;
        background-position-y: 200px;
        height: 600px;
    }

    /* #home::before, #home::after { background: none; } */

    #home .header,
    #footer .header {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 2em;
    }

    #home .nav {
        display: none;
    }

    #home img,
    #footer img {
        width: 75px;
    }

    #home .text-box {
        width: 100%;
        margin: 50px 0 0;
        text-align: center;
    }

    #home .text-box p {
        width: 100%;
        font-size: 20px;
        padding: 0 10%;
        line-height: 30px;
        margin: 0 0 15px 0;
    }

    #posts .posts {
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    #posts .right-col,
    #posts .left-col {
        padding: 0;
        border: none;
        width: 100%;
    }

    #posts .content > div:first-child,
    #posts .right-col {
        padding: 0 1em;
    }

    #email-news p {
        width: 100%;
        font-size: 20px;
        margin: 0;
        text-align: center;
    }

    #even-more-posts > .content > h3 {
        text-align: center;
        margin: 20px 0;
    }

    #even-more-posts .post-card:nth-child(1n + 2) > .post-card-info > .header > p,
    #last-posts .post-card:nth-child(1n + 2) > .post-card-info > .header > p {
        background: var(--green);
    }

    #post .social-media {
        margin: 0 37% 40px;
    }

    #post .post-date {
        text-align: center;
        font-size: 15px;
        padding: 0;
    }

    #post .post-image img {
        width: 100%;
        height: 200px;
    }

    #last-posts h3 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
        text-align: center;
    }

    #search-results h2 {
        font-size: 20px;
        text-align: center;
    }

    #footer {
        height: unset !important;
    }

    #footer > .content {
        align-items: center;
    }

    #footer > .content > * {
        margin-top: 20px;
    }

    #footer > .content > *:first-child {
        margin: 0;
    }

    #footer > .content > *:last-child {
        margin-top: 40px;
    }

    /* OUTROS */

    .nav-btn,
    .close-btn {
        display: block;
        background: transparent;
        color: var(--blue);
        width: 50px;
        font-size: 24px;
    }

    .close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
    }

    .nav-btn:hover,
    .close-btn:hover {
        background: transparent;
    }

    .nav-wrapper {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        justify-content: center;
        align-items: center;
        background: #00000094;
        z-index: 1000;
    }

    .nav-items {
        background: white;
        position: relative;
        width: 90%;
        padding: 3.5em 1em 1em;
        margin: 0 !important;
    }

    .nav-items a,
    .nav-items .drop-items h2 {
        font-size: 16px;
        font-weight: 600;
    }

    .nav-items .drop-items h2 {
        pointer-events: none;
    }

    .nav-items li {
        padding-left: 8px;
    }

    .nav-items .drop-items {
        background: #ededff;
        padding: 8px 10px;
        width: 90%;
        line-height: 20px;
        margin: 20px 20px 0;
        border-radius: 8px;
    }

    .nav-items .drop-items h2 {
        display: inline;
    }

    .nav-items .drop-items .fa-caret-down {
        color: var(--gray);
        float: right;
        transition: 300ms all ease;
    }

    .nav-items .drop-items.open .fa-caret-down {
        transform: rotate(180deg);
    }

    .nav-items .topics {
        padding: 10px 0 0 10px;
        display: none;
    }

    .nav-items .topics a {
        font-weight: normal;
    }

    .post-card {
        width: 100%;
        height: 120px;
        font-size: 15px;
        margin-bottom: 30px;
    }

    .post-card .img-container {
        width: 120px;
    }

    .post-card-info {
        padding: 10px 25px 15px 15px;
        position: relative;
    }

    .post-card-info .header > * {
        font-size: 10px;
    }

    .post-card-info .header > p {
        font-size: 12px;
        padding: 7px 15px;
    }

    .post-card-info .header a {
        font-size: 10px;
        margin-top: 0;
    }

    .post-card-info a {
        margin-top: 10px;
        font-size: 12px;
    }

    .post-card-info p {
        font-size: 14px;
    }

    .post-title h2 {
        font-size: 30px;
        text-align: center;
    }

    #searchform input {
        width: 100%;
        padding: 8px;
    }

    #email-news {
        height: unset;
        background: none;
    }

    #email-form {
        display: flex;
        flex-direction: column;
    }

    #email-form .mailpoet_form {
        text-align: center;
    }

    #email-form input[type="email"] {
        width: 100% !important;
    }

    #email-form label[for="terms"],
    #email-form input[type="submit"] {
        font-size: 12px !important;
    }

    #email-form input[type="submit"] {
        top: -55px;
    }

    label.mailpoet_checkbox_label {
        text-align: left;
    }

    #email-form input[type="checkbox"] {
        transform: scale(1.3);
        margin-right: 10px;
    }

    .mailpoet_checkbox_label {
        font-size: 14px !important;
    }

    .post-card.carousel {
        height: 200px;
        margin-bottom: 200px;
    }

    .post-card.carousel .header {
        justify-content: center;
    }

    .post-card.carousel .post-card-info {
        left: 0;
        text-align: center;
        width: 100%;
        padding: 15px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        bottom: 0;
        pointer-events: none;
    }

    .post-card.carousel .post-card-info > p,
    .post-card.carousel .post-card-info > a {
        font-size: 20px;
        margin: unset;
    }

    .post-card.carousel .post-card-info > .header {
        pointer-events: all;
    }

    .post-card.carousel .post-card-info > a {
        font-size: 15px;
    }

    .post-card:not(.other-model) .a-link {
        float: unset !important;
        position: absolute;
        right: 20px;
        bottom: 10px;
    }

    .post-card.carousel .a-link {
        left: 37%;
        top: unset;
        right: unset;
    }

    .instagram-box {
        text-align: center;
    }

    .instagram-box > p,
    .instagram-box > p > a {
        font-size: 20px;
    }

    .instagram-box > small {
        display: block;
        padding: 10px 0;
        color: var(--black);
    }

    /* CARROUSEL INSTAGRAM */
    .instagram_gallery {
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding: 50px 0 25px;
        justify-content: flex-start !important;
        width: unset;
        overflow-x: auto;
        padding-bottom: 0;
        margin: 0 20px;
    }

    .instagram_gallery a {
        scroll-snap-align: center;
        flex-shrink: 0;
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
    }

    /* ****************** */

    .picture.hidden {
        display: block;
        width: 20px;
    }

    .custom-scroll-bar {
        display: flex;
        justify-content: center;
    }

    .custom-scroll-bar a {
        background-color: #b1b1b1;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        margin-left: 10px;
        transition: 300ms all ease;
    }

    .custom-scroll-bar a:first-child {
        margin: 0;
    }

    .custom-scroll-bar a.scale {
        transform: scale(1.3);
    }

    #contact-form {
        background: var(--lighter-blue);
        padding: 40px 0 230px;
        margin-top: 20px;
    }

    #contact-form > div,
    .instagram-box {
        position: relative;
        z-index: 4;
    }

    #contact-form input,
    #contact-form textarea {
        width: 100%;
    }

    #contact-form button {
        margin-left: 50%;
    }

    .links a {
        display: block;
        font-size: 16px;
        padding: 10px 0;
    }

    .post-bg {
        height: 300px;
    }

    .post-bg img {
        height: 70%;
    }

    .post-bg p {
        font-size: 13px;
        padding-right: 10px;
    }

    .text-box {
        margin-top: 40px;
    }

    .text-box p {
        margin: 0 1em 20px;
        font-size: 16px;
    }

    .text-box h2 {
        font-size: 25px;
    }

    .text-box p:nth-child(2) {
        border-left: 2px solid var(--bg-blue);
        padding: 5px 10px;
        margin-left: 1.5em;
        font-weight: 600;
        background-color: rgba(249, 252, 255, 0.295);
    }

    .text-box p:last-child {
        margin-bottom: 0;
    }

    .extra-links {
        margin-top: 20px;
        display: block;
    }

    .carousel-btn {
        width: 50px;
    }

    .post-data-overlay {
        height: 200px;
    }
}
