﻿:root {
    --primary-color: #ff7300;
    --darker-color: #b55100;
    --background-primary-color: #2e3640;
    --background-secondary-color: var(--black);
    --btn-color: var(--background-primary-color);
    --border: solid 0px var(--primary-color);
    --white: #ffffff;
    --black: #111;
    --light-gray: #dce1e5;
    --primary-color-light: #ff9e60;
}

img {
    opacity: 0;
    animation: fadeInImage 0.5s ease-in-out 0.1s forwards;
}

@keyframes fadeInImage {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* For images that are already cached/loaded immediately */
img[src*="."] {
    animation-delay: 0s;
}

/* Stagger animation for multiple images */
img:nth-child(1) {
    animation-delay: 0.1s;
}

img:nth-child(2) {
    animation-delay: 0.2s;
}

img:nth-child(3) {
    animation-delay: 0.3s;
}

img:nth-child(4) {
    animation-delay: 0.4s;
}

img:nth-child(5) {
    animation-delay: 0.5s;
}

.row {
    padding: 0px!important;
}

.row > div {
    padding: 0px!important;
}

.btn {
    border-radius: 0px !important;
    color: var(--white);
    --bs-btn-hover-color: var(--white);
    text-transform: uppercase;
}

section:nth-child(odd) {
    background-color: var(--background-primary-color);
}

section:nth-child(even) {
    background-color: var(--background-secondary-color);
}

@font-face {
    font-family: 'Saira-Regular';
    src: url('/fonts/Saira-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Saira-ExtraBold';
    src: url('/fonts/Saira-ExtraBold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Saira-Black';
    src: url('/fonts/Saira-Black.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.btn-outline-ih {
    --bs-btn-hover-color: var(--white);
    color: var(--primary-color);
    --bs-btn-hover-border-color: var(--darker-color) !important;
}

body {
    font-size: 1rem;
    font-family: 'Saira-Regular';
    letter-spacing: 1px;
    line-height: 1.5;
    color: var(--white);
    background-color: var(--background-primary-color);
}

    body h1 {
        letter-spacing: 5px;
        font-size: 3rem;
        font-family: 'Saira-Black';
        color: var(--white);
        line-height: 1.2;
        text-transform: uppercase;
    }

    body h2 {
        font-size: 1.8rem;
        font-family: 'Saira-Black';
        letter-spacing: 3px;
        color: var(--white);
        line-height: 1.3;
        text-align: left;
    }

.hero h2 {
        font-size: 1.8rem;
        font-family: 'Saira-Regular';
        letter-spacing: 3px;
        color: var(--white);
        line-height: 1.3;
        text-align: left;
}

.form-control {
    border-color: var(--primary-color);
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 24px!important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px;
    }
}

@media only screen and (max-width: 768px) {
    body h1 {
        letter-spacing: 3px;
        font-size: 2.3rem;
    }

    .blog-post h1 {
        font-size: 1.8rem;
    }

    body h2 {
        font-size: 1.9rem;
        letter-spacing: 2px;
    }
}

body h3, .btn {
    font-family: 'Saira-Black';
    letter-spacing: 1px;
}

header {
    background: var(--background-primary-color);
    box-shadow: none;
}

    header .container {
        height: 80px;
    }

    header a {
        color: var(--white);
        font-size: 16px;
        padding: 5px 20px 5px 20px;
        border-radius: 5px;
    }

    header .active {
        border-radius: 0px;
        color: var(--primary-color);
        border-bottom: solid 3px var(--primary-color);
    }

    header .actions {
        width: 300px;
        gap: 25px;
    }

    header nav {
        justify-content: end;
    }

    header .logo {
    }

.mobile-menu {
    background: var(--background-primary-color);
}

    .mobile-menu a, .mobile-menu btn-close {
        color: #fefefe;
    }

        .mobile-menu a:hover {
            background: var(--darker-color);
        }

section p, section li {
    font-size: 1.15rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero {
    background: var(--background-primary-color);
    color: #fefefe;
    margin-top: -20px;
    padding-bottom: 0px;
}

    .hero p {
        font-size: 2rem;
        line-height: 1;
        color: var(--white);
    }

    .hero img {
        max-width: 500px;
        max-height: 500px;
    }

    .hero .text-block {
        margin-bottom: 30px;
    }

    .hero .graphic {
        display: flex;
        justify-content: center;
    }

.hero .container, .remarks .container {
    padding-bottom: 0px!important;
}

.hero-cta {
    margin-top: 30px;
}

.reviews-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 50px;
    padding: 60px 20px;

}


/* ========== ========== */
.offer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .offer p {
        color: var(--white);
    }

.offer-container {
    flex: 0 0 66.66%;
    padding: 0px 35px 35px 0px;
}

@media (max-width: 1199.98px) {
    .offer-container {
        flex: 0 0 100%;
    }
}

    .offer-container h2 {
        text-align: start;
    }

.offer-tile {
    flex: 0 0 33.33%;
    min-width: 350px;
    min-height: 350px;
    background: var(--black);
    color: var(--white);
    display: flex;
    justify-content: start;
    align-items: flex-end;
    padding: 0px;
    font-family: "Saira-Black";
    text-decoration: none;
}

.pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 40px;
    margin-top: 40px;
}

.pillar {
    flex: 1;
    min-width: 0;
}

.flop img {
    min-width: 400px;
}

@media only screen and (max-width: 768px) {
    .pillar {
        flex: 0 0 100%;
    }

    .flop img {
        min-width: 250px;
    }
}

.pillar img {
    width: 100%;
    margin-bottom: 20px;
}

.flop {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.flop > div {
    flex: 1;
}



.offer-tile h3 {
    position: absolute;
    margin: 25px;
}

.offer-tile > div {
    width: -webkit-fill-available;
    min-height: inherit;
    height: -webkit-fill-available;
}

.offer-tile:nth-child(2) > div, .tile-sm:nth-child(1) {
    background-color: #fff;
    color: var(--primary-color);
}

.offer-tile:nth-child(3) > div, .tile-sm:nth-child(2) {
    background-color: #2e3640;
}

.offer-tile:nth-child(4) > div, .tile-sm:nth-child(3) {
    background-color: #5e707f;
}

.offer-tile:nth-child(5) > div, .tile-sm:nth-child(4) {
    background-color: #7e90a0;
}


.offert-details .offer-tile {
    flex: 0 0 25%;
    min-width: 300px;
}

.offer-tile:hover {
    color: var(--primary-color);
    transition-duration: 0.3s;
}

.offer-tile > div:hover {
    transition-duration: 0.3s;
    filter: brightness(80%);
}

/* ========== ========== */

@media only screen and (max-width: 768px) {

    .card-img-ih img {
        width: 100%!important;
        height: auto!important;
        max-height: unset!important;
        max-width: unset!important;
    }
}

section.services {
    padding: 50px 0px 50px 0px;
}

.services {
    padding: 0px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

    .services h2 {
        margin-bottom: 0px;
        color: var(--black);
        text-align: left;
    }

   

    .services .container {
        gap: 20px;
        flex-direction: column;
    }

    .services .card-ih {
        background-color: var(--light-gray);
        border: var(--border);
        padding: 0px;
        border-radius: 0px;
        text-align: left;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        color: var(--black);
        gap: 25px;
    }

        .services .card-ih > div:first-child {
            background-color: var(--background-primary-color);
            display: flex;
            justify-content: center;
            align-items: center;
        }


        .services .card-ih img {
            background-color: var(--background-primary-color);
            padding: 15px;
            margin-bottom: 0px;
        }

        .services .card-ih .text-block {
            padding: 25px;
            background-color: var(--light-gray);
        }

.card-img-ih img {
    padding: 0px !important;
    margin: 0px !important;
}

@media only screen and (max-width: 768px) {
    
    .services .card-ih {
        flex-direction: column;
        align-items: center;
    }

        .services .card-ih > div {
            width: 100%;
        }
}

.card-ih img {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
    height: 250px;
    max-height: 250px;
}

.services .card-ih h3 {
    text-align: left;
}

/* ========== ========== */

.about {
    background: var(--background-primary-color);
    color: #fefefe;
    margin-top: -20px;
    padding-bottom: 0px;
}

    .about .graphic {
        position: relative;
        display: inline-block;
    }

    .about .play {
        margin-right: auto;
        background-image: url("https://i3.ytimg.com/vi/F42dwgujzyk/maxresdefault.jpg");
        background-size: contain; /* Ensure the image fits within the container */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: left; /* Center the image within the container */
        min-height: 300px;
        width: 100%;
    }

.play::before {
    content: "\F62B"; /* FontAwesome Unicode for YouTube icon */
    font-family: 'Bootstrap-icons';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4em;
    color: var(--white);
    background-color: rgba(0,0,0,.5);
    width: 150px;
    text-align: center;
    border-radius: 10px;
}

.play:hover::before {
    color: var(--primary-color);
}

.about .text-block {
    margin-top: 50px;
}

.about p {
    font-size: 2rem;
    line-height: 1;
}

.about .graphic {
    display: flex;
    justify-content: center;
}

.story ol, .story2 ol, .me ol, .hobby ol {
    font-size: 1.5rem;
}

.story2, .story2 h2 {
    background-color: var(--white) !important;
    color: var(--black);
}

.story2 h2, .me h2 {
    text-align: left;
}

.me .container {
    border: var(--border);
}

.me {
    background-color: var(--black) !important;
}

.tile-sm {
    aspect-ratio: 1/1;
    background: var(--black);
    color: var(--white);
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
    justify-content: center;
    align-items: start;
    padding: 15px;
    font-family: "Saira-Black";
    min-height: 280px;
}

.tile-end {
    justify-content:end;
}

    .tile-sm p {
        margin: 0px;
        font-size: 1.8rem;
    }

/* ========== ========== */

.remarks {
    padding-bottom: 0px;
    background-color: var(--background-primary-color) !important;
}

    .remarks .container {
        /*padding: 50px 50px 50px 50px;*/
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .remarks .row {
        border: var(--border);
    }

    .remarks p {
        display: none;
    }

    .remarks img {
        max-width: 500px;
        width: 100%;
    }

    .remarks .text-block {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .remarks .graphic {
        display: flex;
        justify-content: center;
    }


footer {
    background: linear-gradient( to right, var(--black) 50%, #5e707f 50% );
    color: white;
    padding-top: 30px;
}

    footer .authors {
        text-align: left;
    }

/* For screens less than 1400px wide */
@media (max-width: 1399px) {
    footer {
        background: #000;
    }

        footer .authors {
            text-align: center;
        }
}



footer h4 {
    color: var(--primary-color);
    margin-bottom: 0px;
}

footer .brand {
    order: 1;
    width: 100%;
}

footer .logo {
    height: 100px;
}

footer .info {
    order: 2;
}

footer .container {
    justify-content: start;
}

footer nav {
    gap: 15px;
}

@media only screen and (max-width: 768px) {
    footer .navigation {
        justify-content: center !important;
    }
}

footer .navigation {
    order: 10;
    width: 100%;
    flex-direction: row;
    justify-content: start;
    max-width: 550px;
}

footer .info {
    order: 1;
    width: 100%;
    max-width: 610px;
}

footer .contact {
    order: 2;
    width: 100%;
    max-width: 550px;
}

    footer .contact a {
        font-size: 1.3rem;
    }

footer .socials h4 {
    width: 100%;
}

footer .socials {
    display: flex;
    gap: 15px 25px;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    max-width: 610px;
    order: 3;
    flex-direction: row;
}

    footer .socials a {
    }

footer p {
    margin-bottom: 0px;
}

.socials .logo-container {
    width: 100%;
}

.testimonials {
    padding: 40px 0px 90px 0px;
}

.testimonials .pillars {
    padding: 0px 30px 30px 30px
}


.about-us {
    margin: 50px 0px 50px 0px;
    background: #f9f9fc !important;
}

    .about-us .container {
        display: flex;
    }

    .about-us .text-block {
        color: #fefefe;
    }

    .about-us .graphic {
        display: flex;
        align-items: center;
    }

    .about-us img {
        width: 100%;
    }

    .about-us h1, .about-us h3 {
        color: var(--primary-color);
    }

    .about-us p {
        font-size: 1.2rem;
        text-align: justify;
        color: #333;
    }




.about-hero {
    margin-top: -20px;
    padding-bottom: 70px;
}




    .about-hero .graphic {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-hero img {
        max-height: 400px;
    }

    .about-hero h1, .about-hero h3 {
        color: var(--primary-color);
    }

.contact hr {
    width: 50px;
    border: 5px solid var(--primary-color);
    opacity: 1;
}

.about-hero p {
    font-size: 1.2rem;
    text-align: justify;
    color: #fefefe;
}

.tiles {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content:center;
}

@media only screen and (max-width: 768px) {
    .tiles {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .services .card-ih {
        flex-direction: column;
        align-items: center;
    }
}

.offert-details .tiles {
    border: var(--border);
}

.offert-details .text-block {
    background: var(--black);
    margin-top: 25px;
    margin-bottom: 25px;
}

.offert-details h2 {
    font-family: 'Saira-Black';
}

.offert-process {
    background-color: var(--white) !important;
    color: var(--black);
}

    .offert-process h2 {
        color: var(--black);
    }

.timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .timeline::before {
        content: '';
        position: absolute;
        top: 10px;
        bottom: -40px;
        left: 7px;
        width: 2px;
        background: var(--primary-color); /* vertical line */
    }

    .timeline > div {
        position: relative;
        margin: 25px 10px 25px 10px;
        width: 100%;
        text-align: left !important;
        margin-left: 10px !important;
    }

        .timeline > div:nth-child(odd) {
            text-align: right;
            padding-right: 30px;
        }

        .timeline > div:nth-child(even) {
            padding-left: 30px;
            margin-left: 50%;
        }

        .last-process {
            margin: 10px;
            padding: 0px 30px 30px 30px;
        }

        .timeline > div:nth-child(odd):before, .last-process > div:before {
            content: '';
            position: absolute;
            left: -9px;
            top: 7px;
            width: 14px;
            height: 14px;
            background: var(--primary-color);
            border-radius: 0%;
            z-index: 1;
        }

        .last-process h3 {
            position: relative;
        }

        .last-process h3::before {
            content: '';
            position: absolute;
            left: -39px;
            top: 7px;
            width: 14px;
            height: 14px;
            background: var(--primary-color);
            border-radius: 0%;
            z-index: 1;
        }


        .timeline > div:nth-child(even):before {
            content: '';
            position: absolute;
            left: -9px;
            top: 7px;
            width: 14px;
            height: 14px;
            background: var(--primary-color);
            border-radius: 0%;
            z-index: 1;
        }



.login {
    background-color: var(--black);
    margin-top: -20px;
    margin-bottom: -20px;
    min-height: inherit;
}

.error-page {
    background-color: var(--background-secondary-color);
    margin-top: -20px;
    margin-bottom: -20px;
    min-height: inherit;
}

.login-win {
    background-color: var(--black) !important;
    border: var(--border);
}

.mobile-menu div .active::before {
    content: '';
    position: absolute;
    display: block;
    left: 5px;
    width: 5px;
    height: 30px;
    background: var(--primary-color);
    z-index: 1;
}

.slider {
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    display: flex;
}

.group {
    display: flex;
    flex: 0 0 100%;
    gap: 40px;
    padding-right: 40px;
    animation: move 10s linear infinite;
}

.review-card {
    width: 250px;
    height: 340px;
    background: red;
}

.section-title {
    background-color: var(--background-primary-color) !important;
    min-height: 400px;
    display: flex;
    align-items: center;
    text-align: center;
}

    .section-title h1 {
        text-align: center;
    }

.section-body {
    background-color: var(--white) !important;
    color: var(--black);
    padding-top: 0px;
}

.section-body img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-body h2 {
    color: var(--black);
    margin-top: 30px;
    margin-bottom: 20px;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* ===== Blog =====*/

.blog {
    background: var(--black);
    margin-top: -20px;
    min-height: inherit;
}

@media only screen and (max-width: 768px) {

    .blog-list, .reviews-list {
        justify-content: center !important;
    }
}

.blog-list, .reviews-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 400px);
    justify-content: space-between;
    gap: 20px 0px;
}

    .blog-list:last-child {
        margin-left: auto;
    }

.blog-list-highlight {
    display: none;
}

.blog-post-card p {
    color: var(--white);
}

.blog-meta .date {
    text-align: right;
}

.blog-meta {
    margin: 0px 10px 0px 10px;
}

    .blog-meta p {
        margin-bottom: 0px;
    }

@media only screen and (min-width: 1400px) {

    .blog-list-highlight {
        display: grid;
        grid-template-columns: 800px 400px;
        grid-template-rows: 442px;
        gap: 0;
    }


        .blog-list-highlight .blog-post-card:nth-child(1) a {
            flex-flow: column nowrap;
        }

        .blog-list-highlight .blog-post-card:nth-child(1) {
            grid-column: 1 / 2;
            grid-row: 1 / 3;
        }

            .blog-list-highlight .blog-post-card:nth-child(1) img {
                height: 442px;
            }

            .blog-list-highlight .blog-post-card:nth-child(1) h3 {
                font-size: 2.4rem;
                width: 100%;
            }

            .blog-list-highlight .blog-post-card:nth-child(1) p {
                width: 100%;
                font-size: 2rem;
            }

            .blog-list-highlight .blog-post-card:nth-child(1) .blog-meta {
                width: 100%;
            }

            .blog-list-highlight .blog-post-card:nth-child(1) .blog-meta p {
                font-size: 1.4rem;
            }

            .blog-list-highlight .blog-post-card:nth-child(1) .card-body {
                min-height: 400px;
            }

    
}




@media only screen and (max-width: 1400px) {

    .blog-list-highlight {
        gap: 20px;
        flex-direction: row;
        height: fit-content;
        justify-content: center;
    }
}

.blog-post-card {
    width: 100%;
    padding: 0px 20px;
    border: solid 1px var(--background-secondary-color)
}

    /*.blog-list-highlight .blog-post-card:nth-child(1) {
    width: 600px;
    height: 600px;
}

.blog-list-highlight .blog-post-card:nth-child(1) img {
    height: 350px;
    width: 100%;
}*/

    .blog-post-card h3 {
        color: var(--white);
        text-align: left;
        margin: 0px;
    }

    .blog-post-card .blog-meta {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid var(--primary-color);
        padding: 10px;
        color: #bbb;
    }

    .blog-post-card img {
        object-fit: cover;
        object-position: left;
    }

.blog-meta .author {
    order: 1;
}

.blog-meta .date {
    order: 2;
}

.blog-post-card .card-body {
    min-height: 200px;
    padding: 10px;
}

.blog-post {
    margin-top: -20px;
}

.blog-post p {
    text-align: left;
}

.blog-post-header {
    background: var(--black);
    padding: 10px;
    height: 400px;
    display: flex;
    text-align: center;
    align-items: center;
}

.blog-post-body {
    background-color: var(--white) !important;
}

    .blog-post-body .container {
        display: flex;
        justify-content: center;
    }

.blog-content {
    max-width: 1000px;
}

    .blog-content h1, .blog-content h2, .blog-content h3, .blog-content p, .blog-content li {
        color: var(--black) !important;
    }

.blog-galery {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.blog-content a {
    color: var(--primary-color);
}

.blog-content img {
    max-width: 100%;
    max-height: 300px;
    margin: 10px;
}

.blog-see-more {
    background-color: var(--black) !important;
}

    .blog-see-more h3 {
        color: var(--white);
    }

.external-links h3 {
    color: var(--white);
}

.thumbnails {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    gap: 40px;
    flex-wrap: wrap;
}

    .external-links .container > div {
        position: relative;
    }

    .external-links .container a {
    }

        .external-links .container a img {
            max-width: 600px;
            width: 100%;
        }

.bar {
    display: flex;
    width: 100%;
    height: 20px;
    background-color: red;
}

.thumbnails a {
    position: relative;
}

.bar-strip {
    width: 33%;
    height: 100%;
}

    .bar-strip:nth-child(1) {
        background-color: var(--primary-color);
        clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
        width: calc(33% + 40px);
    }

    .bar-strip:nth-child(2) {
        background-color: #FFA55C;
        clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
        margin-left: -20px;
    }

    .bar-strip:nth-child(3) {
        background-color: var(--white);
        clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
        width: 34%;
        margin-left: -20px;
    }


.case-study-item a {
    text-decoration: none;
}

.case-study-item img {
    max-width: 500px;
    width: 100%;
}

.case-study-item h3 {
    max-width: 500px;
    color: var(--primary-color);
}

.case-study-item p {
    max-width: 500px;
    color: var(--white);
}

.case-study-item a {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.case-study-item {
    margin-top: 50px;
}

.reviews {
    margin-top: -20px;
    background-color: var(--background-primary-color);
    padding-bottom: 0px;
}

.review-avatar {
    background: var(--primary-color);
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
}

.review-avatar i {
    margin-left: 1px;
}

.review-item h4 {
    margin-bottom: 0px;
    font-size: 1.1rem;
    width: 100%;
}

.reviews .container {
    padding: 40px 0px 40px 0px;
}

.review-item {
    padding: 20px;
}

.review-meta {
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.review-item-header {
    display: flex;
    align-items: flex-start;
    gap: 0px 10px;
    margin-bottom: 10px;
    flex-wrap: wrap!important;
    height: 50px;
    flex-flow:column;
}



.carousel-indicators [data-bs-target].square-indicator {
    border-radius: 0 !important;
    width: 16px;
    height: 16px;
    margin-top: 2000px!important;
}

.carousel-control-prev {
    margin-left: -150px;
}

.carousel-control-next {
    margin-right: -150px;
}

.carousel {
    margin-top: 20px;
}

.carousel-indicators {
    bottom: -60px;
}

#spotify-episode-img{
    width: 338px;
    height: 338px;
}

.blog-see-more .blog-list :nth-child(4) {
    display: none;
}

ul {
    list-style-type: square !important;
}

.cut-c img {
    clip-path: polygon( 40px 0%, /* top-left cut */
    100% 0%, 100% calc(100% - 40px), /* bottom-right cut start */
    calc(100% - 40px) 100%, 0% 100%, 0% 40px );
}