.banner-sctn {
    width: 100%;
}

.banner-sctn .banner-img-cntnr {
    width: 100%;
    overflow: hidden;
}

.banner-img-cntnr .banner-img {
    width: 100%;
    max-width: 100%;
}

section .sctn-wrpr {
    padding: 70px 40px 120px 40px;
}

@media only screen and (max-width: 815px) {
    section .sctn-wrpr {
        padding: 40px 15px 120px 15px;
    }
}

.m-wrpr.padding {
    padding: 20px 40px 120px 40px;
}

.m-wrpr h1.pg-hd {
    font-size: 1.425rem;
    margin: 50px 0px 18px 0px;
    font-weight: 500;
    color: #121720;
    text-transform: capitalize;
}

@media only screen and (max-width: 914px) {
    .m-wrpr h1.pg-hd {
        margin: 40px 0px 15px 0px;
        font-size: 1.3rem;
    }
}

.cstm-hr {
    height: 3px;
    width: 100%;
    background: #FF4E50;
    background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);
    background: linear-gradient(to right, #F9D423, #FF4E50);
}

.sctn-hd {
    width: 100%;
    text-transform: capitalize;
    font-size: 2.5rem;
    font-weight: 700;
    color: #3d4a5c;
    text-align: left;
    margin: 0 0 70px 0;
    background: linear-gradient(90deg, #d53369 0%, #daae51 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 815px) {
    .sctn-hd {
        font-size: 2rem;
        margin: 30px 0 40px 0;
    }   
}

.sctn-hd.center {
    text-align: center;
}

.tinymce-dscr-cntnt {
    border-radius: 20px;
    padding: 10px 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media only screen and (max-width: 815px) {
    section .sctn-wrpr.dscrptn-wrpr {
        padding: 40px 0px 120px 0px;
    }

    .tinymce-dscr-cntnt {
        border-radius: 20px;
        padding: 5px 15px;
    }
}

.blg-psts-sctn,
.vlg-psts-sctn {
    margin: 50px 0 80px 0;
}

.postcards-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
    overflow: visible;
}

@media only screen and (max-width: 1250px) {
    .postcards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 650px) {
    .postcards-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.loader {
    display: none;
    margin-top: 40px;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .loader {
        width: 100%;
    }
}

.spinner {
    border: 6px solid transparent;
    border-radius: 50%;
    border-top: 6px solid dodgerblue;
    border-right: 6px solid dodgerblue;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* BLOG START */

.pg-mn-cntnt {
    width: 1000px;
    max-width: 100%;
}

.pg-mn-cntnt .sctn-wrpr {
    padding: 50px 40px 120px 40px;
}

@media only screen and (max-width: 815px) {
    .pg-mn-cntnt .sctn-wrpr {
        padding: 30px 15px 120px 15px;
    }
}

.tinymce-dscr-cntnt.blog-post-cntnr {
    padding: 20px 25px;
    box-shadow: none;
    border-radius: 5px;
    background-color: #fdfdfd;
    border: 1px solid #ececec;
}

@media only screen and (max-width:870px) {    
    .tinymce-dscr-cntnt.blog-post-cntnr {
        padding: 0px 8px;
        background-color: transparent;
        border: none;
    }
}

.blog-head h1,
.vlog-head h1 {
    font-size: 1.525rem;
    margin: 5px 0px 10px 0px;
    font-weight: 600;
    color: #121720;
    text-transform: capitalize;
}

@media only screen and (max-width:870px) {
    .blog-head h1,
    .vlog-head h1 {
        font-size: 1.4rem;
        font-weight: 500;
    }
}

@media only screen and (max-width: 500px) {
    .blog-head h1,
    .vlog-head h1 {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 370px) {
    .blog-head h1,
    .vlog-head h1 {
        font-size: 1.3rem;
    }
}

.blog-mtdt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #919191;
    margin-top: -2px;
}

.blog-post-cntnt {
    margin-top: 32px;
}

.blog-post-main-img {
    width: 100%;
    text-align: center;
}

.blog-post-main-img figure {
    width: 100%;
}

.blog-post-main-img img {
    width: 100%;
}

/* BLOG END */

/* VLOG START */
.vlog-post-wrpr section .sctn-wrpr {
    padding: 40px 30px 120px 30px;
}

@media only screen and (max-width: 815px) {
    .vlog-post-wrpr section .sctn-wrpr {
        padding: 40px 15px 120px 15px;
    }
}

.vlog-pg-cntnt {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.m-vlog-data {
    min-width: 65%;
    width: 900px;
    max-width: 100%;
}

.m-vlog-data .tinymce-cntnt {
    padding: 0px 15px 15px 15px;
    box-shadow: none;
    border-radius: 5px;
    background-color: #fdfdfd;
    border: 1px solid #ececec;
}


@media (max-width: 600px) {
    .m-vlog-data {
        width: 100%;
        min-width: unset;
    }
}

.vlog-post-cntnr {
    aspect-ratio: 16 / 9;
    max-width: 100%;
}

.vlog-post-cntnr iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.vlog-post-dscrptn {
    margin-top: 5px;
    background-color: #fafafa;
    border-radius: 8px;
    padding: 8px;
}

figure {
    margin: 0;
}

@media (max-width: 1150px) {
    .vlog-pg-cntnt {
        flex-wrap: wrap;
    }

    .m-vlog-data {
        width: 100%;
    }
}

/*  */

.othr-vlogs-cntnr {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.othr-vlogs-snip-cntnr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    overflow: hidden;
    flex-direction: column;
    gap: 10px;
}


@media only screen and (max-width: 1150px) {
    .othr-vlogs-snip-cntnr {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 700px) {
    .othr-vlogs-snip-cntnr {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 400px) {
    .othr-vlogs-snip-cntnr {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*  */
.othr-vlogs-cntnr .indi-vlog-snip {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
}

.othr-vlogs-cntnr .indi-vlog-snip .col1 {
    overflow: hidden;
    max-width: 50%;
}

@media only screen and (max-width: 1150px) {
    .othr-vlogs-cntnr .indi-vlog-snip {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 0;
    }

    .othr-vlogs-cntnr .indi-vlog-snip .col1 {
        overflow: hidden;
        max-width: 100%;
    }
}

.othr-vlogs-cntnr .indi-vlog-snip .col1 img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.othr-vlogs-cntnr .indi-vlog-snip .col2 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1000px) {
    .othr-vlogs-cntnr .indi-vlog-snip .col2 {
        flex-grow: unset;
        margin-left: unset;
    }
}

.othr-vlogs-cntnr .indi-vlog-snip .s-col {
    display: flex;
    flex-direction: column;
}

.othr-vlogs-cntnr .indi-vlog-snip .col2 .row {
    width: 100%;
}

.othr-vlogs-cntnr .indi-vlog-snip .col2 .date {
    font-size: 0.8375rem;
}

.othr-vlogs-cntnr .desc {
    display: none;
}

/* VLOG END */