/* 
----------------------Master Stylesheet------------------------------------
:: Author: Oskar Figura
:: Author URL: https://oskarfigura.com
:: Version: 1.0
:: Created: 23/07/2018
:: Last Updated: 11/05/2020
----------------------Master Stylesheet------------------------------------ 
*/


/* Root CSS */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 350;
    line-height: 1.2;
}

p {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 350;
}

a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 0.9rem;
    font-weight: 400;
    color: #2f2f2f;
}

a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 0.9rem;
    font-weight: 400;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Global modern enhancements */

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background: #47ce64;
    color: #ffffff;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid #47ce64;
    outline-offset: 3px;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}




/* Nav-bar */

.header-area {
    position: fixed;
    z-index: 995;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: transparent;
    padding: 0.5rem;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.logo-area {
    padding-left: 1rem;
    align-items: center;
}

.logo-area a {
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 100;
}

.header-area.sticky {
    background-color: rgba(35, 35, 35, 0.82);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 24px -10px rgba(0, 0, 0, 0.6);
}

.logo-area a {
    transition: color 0.25s ease;
}

.logo-area a:hover {
    color: #47ce64;
}

.header-social-area {
    margin: 0rem 1.6rem 0rem 0rem;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
}

.header-social-area a {
    font-size: 18px;
    padding: 0 10px;
    color: #ffffff;
    transition: color 0.25s ease, transform 0.25s ease;
}

.header-social-area a:hover {
    color: #47ce64;
    transform: translateY(-2px);
}

.social-icon {
    display: block;
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 767px) {
    .logo-area {
        padding-left: 0rem;
    }

    .logo-area a {
        font-size: 1.8rem;
    }
}

.shadow-left {
    -webkit-box-shadow: -9px 9px 52px -10px rgba(71, 71, 71, 1);
    -moz-box-shadow: -9px 9px 52px -10px rgba(71, 71, 71, 1);
    box-shadow: -9px 9px 52px -10px rgba(71, 71, 71, 1);
}

.shadow-right {
    -webkit-box-shadow: 9px 9px 52px -10px rgba(71, 71, 71, 1);
    -moz-box-shadow: 9px 9px 52px -10px rgba(71, 71, 71, 1);
    box-shadow: 9px 9px 52px -10px rgba(71, 71, 71, 1);
}

.shadow-bottom {
    -webkit-box-shadow: 0px 3px 12px 0px rgba(71, 71, 71, 1);
    -moz-box-shadow: 0px 3px 12px 0px rgba(71, 71, 71, 1);
    box-shadow: 0px 3px 12px 0px rgba(71, 71, 71, 1);
}

/*For adding hidden text to improve accessibility*/

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/*intro component*/

.intro-container {
    display: grid;
    grid-template-columns: repeat(20, minmax(5%, 1fr));
    background-color: #232323;
    color: #ffffff !important;
}

.intro-img {
    grid-column: 1 / span 10;
    grid-row: 1;
    height: 1100px;
}

.intro-content {
    grid-column: 11 / span 10;
    grid-row: 1;
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8rem;
}

.intro-img {
    position: relative;
}

.intro-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(35, 35, 35, 0.15) 0%, rgba(35, 35, 35, 0) 35%, rgba(35, 35, 35, 0.55) 100%);
    pointer-events: none;
}

.intro-content h2 {
    font-size: 3.6rem;
    font-weight: 100;
    letter-spacing: 0.01em;
    margin-bottom: 1.6rem;
    padding-bottom: 1rem;
    position: relative;
}

.intro-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 3px;
    background: #47ce64;
}

.intro-content p {
    margin-bottom: 30px;
    max-width: 80%;
    line-height: 1.6;
}

@media only screen and (max-width: 1300px) {
    .intro-content {
        padding-left: 5rem;
    }
}

@media only screen and (max-width: 992px) {
    .intro-container {
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr 1fr;
    }

    .intro-img {
        grid-column: 1 / 1;
        grid-row: 1;
        height: 400px;
    }

    .intro-content {
        grid-column: 1 / 1;
        grid-row: 2;
        padding-left: 1.5rem;
    }

    .intro-content p {
        margin-bottom: 30px;
        max-width: 90%;
    }
}


/*about me component*/

.about-container {
    display: grid;
    grid-template-columns: repeat(20, minmax(5%, 1fr));
    grid-template-rows: repeat(10, minmax(10%, 1fr));
}

.about-content {
    grid-column: 2 / span 11;
    grid-row: 2 / span 8;
    z-index: 2;
    background: #ffffff;
    padding: 100px;
}

.about-content p {
    color: #565656;
    margin-bottom: 1rem;
}

.about-content-heading {
    text-align: left;
}

.about-content-heading h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    font-weight: 100;
    line-height: 1.5;
    color: #2f2f2f;
}

@media only screen and (max-width: 992px) {
    .about-content-heading h2 {
        font-size: 2.6rem;
        margin-bottom: 1.5rem;
    }
}

.about-white-bg {
    grid-column: 1 / span 10;
    grid-row: 1 / span 10;
    z-index: 1
}

.about-img {
    grid-column: 11 / span 10;
    grid-row: 1 / span 10;
    z-index: 1;
}

@media only screen and (max-width: 992px) {
    .about-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 400px 1fr;
    }

    .about-white-bg {
        display: none;
    }

    .about-img {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
        z-index: 1;
    }

    .about-content {
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
        z-index: 2;
        background: #ffffff;
        padding: 1.5rem;
    }
}


/*skills component*/

.skills-container {
    display: grid;
    grid-template-columns: repeat(20, minmax(5%, 1fr));
    grid-template-rows: repeat(10, minmax(10%, 1fr));
}

.skills-content {
    grid-column: 9 / span 11;
    grid-row: 2 / span 8;
    z-index: 2;
    background: #ffffff;
    padding: 100px;
}

.skills-content b,
strong {
    font-weight: 500;
}

.skills-group {
    margin-bottom: 2rem;
}

.skills-group:last-child {
    margin-bottom: 0;
}

.skills-group-title {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 0.9rem;
}

.skills-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.skills-tags li {
    padding: 0.45rem 0.95rem;
    background: #f4f4f4;
    border: 1px solid #ececec;
    border-radius: 999px;
    font-size: 0.92rem;
    color: #565656;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.skills-tags li:hover {
    background: #47ce64;
    border-color: #47ce64;
    color: #ffffff;
    transform: translateY(-2px);
}

.skills-content-heading {
    text-align: left;
}

.skills-content-heading h2 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
    font-weight: 100;
    line-height: 1.5;
    color: #2f2f2f;
}

@media only screen and (max-width: 992px) {
    .skills-content-heading h2 {
        font-size: 2.6rem;
    }
}

.skills-white-bg {
    grid-column: 11 / span 10;
    grid-row: 1 / span 10;
    z-index: 1
}

.skills-img {
    grid-column: 1 / span 10;
    grid-row: 1 / span 10;
    z-index: 1;
}

@media only screen and (max-width: 992px) {
    .skills-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 400px 1fr;
    }

    .skills-white-bg {
        display: none;
    }

    .skills-img {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
        z-index: 1;
    }

    .skills-content {
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
        z-index: 2;
        background: #ffffff;
        padding: 1.5rem;
    }
}

/*New timeline*/

.timeline {
    overflow-x: hidden;
    padding: 5rem 1.5rem 6rem 1.5rem;
}

.timeline-title {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 1rem 0rem 4rem 0rem;
}

.timeline-title h2 {
    font-size: 3rem;
    margin-bottom: 0;
    font-weight: 100;
    line-height: 1.5;
    color: #2f2f2f;
}

.timeline-content {
    display: grid;
    grid-auto-rows: minmax(8rem, auto);
    max-width: 1080px;
    margin: 0 auto;
}

.timeline-item {
    display: grid;
    grid-template-columns: 1fr 4rem 1fr;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.timeline-item.is-visible {
    opacity: 1;
    transform: none;
}

.timeline-item-text {
    position: relative;
    background: #ffffff;
    border-radius: 14px;
    padding: 1.4rem 1.6rem;
    max-width: 380px;
    margin: 0 0 1.6rem 0;
    box-shadow: 0 12px 30px -14px rgba(71, 71, 71, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-item-text:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 42px -16px rgba(71, 71, 71, 0.6);
}

.timeline-badge {
    display: inline-block;
    margin-bottom: 0.6rem;
    padding: 0.22rem 0.7rem;
    background: #47ce64;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border-radius: 999px;
}

.timeline-item-text h3 {
    color: #9a9a9a;
    font-size: 0.78rem;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.timeline-item-text h4,
.timeline-item-text a {
    display: inline-block;
    text-decoration: none;
    color: #2f2f2f;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 0.15rem;
    transition: color 0.25s ease;
}

.timeline-item-text a:hover {
    color: #47ce64;
}

.timeline-item-text a:focus-visible {
    outline: 2px solid #47ce64;
    outline-offset: 3px;
}

.timeline-item-text h5,
.timeline-item-text h6 {
    color: #6a6a6a;
    font-size: 0.98rem;
    line-height: 1.4;
    font-weight: 400;
}

.timeline-item-graphics {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.timeline-graphic-sphere {
    position: relative;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 3px solid #c4c4c4;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
}

.timeline-graphic-line {
    flex: 1 1 auto;
    width: 3px;
    background-color: #e2e2e2;
}

.timeline-item:last-child .timeline-graphic-line {
    display: none;
}

.timeline-current-sphere {
    background-color: #47ce64;
    border-color: #47ce64;
}

.timeline-current-sphere::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 2px solid #47ce64;
    animation: tl-pulse 2.2s ease-out infinite;
}

@keyframes tl-pulse {
    0% {
        transform: scale(0.7);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.timeline-current-line {
    background: linear-gradient(180deg, #47ce64 0%, #9bdfa9 30%, #d8d8d8 100%);
}


/* Timeline items auto-flow into their own rows (works for any item count). */


/* Positioning timeline items in the right columns*/

@media only screen and (min-width: 767px) {
    .timeline-item:nth-child(odd) .timeline-item-text {
        grid-column: 1 / span 1;
        grid-row: 1;
        justify-self: end;
        text-align: left;
    }

    .timeline-item:nth-child(odd) .timeline-item-graphics {
        grid-column: 2 / span 1;
        grid-row: 1;
    }

    .timeline-item:nth-child(even) .timeline-item-text {
        grid-column: 3 / span 1;
        grid-row: 1;
        justify-self: start;
        text-align: left;
    }

    .timeline-item:nth-child(even) .timeline-item-graphics {
        grid-column: 2 / span 1;
        grid-row: 1;
    }
}

@media only screen and (max-width: 767px) {
    .timeline {
        color: #ffffff;
        background-color: #2d2c2c;
        padding: 2.5rem 1rem 4.5rem 1rem;
    }

    .timeline-content {
        grid-auto-rows: auto;
        row-gap: 0;
    }

    .timeline-title h2 {
        font-size: 2.25rem;
        color: #ffffff;
        background-color: #2d2c2c;
    }

    .timeline-title {
        margin: 0 0 2rem 0;
    }

    .timeline-item {
        display: grid;
        grid-template-columns: 2rem 1fr;
        column-gap: 0.85rem;
        align-items: stretch;
    }

    .timeline-item .timeline-item-text {
        grid-column: 2;
        grid-row: 1;
        max-width: none;
        margin: 0 0 1.2rem 0;
        padding: 1.3rem 1.4rem;
        background: #383838;
        border: 1px solid rgba(255, 255, 255, 0.05);
        text-align: left;
        box-shadow: 0 10px 26px -14px rgba(0, 0, 0, 0.7);
    }

    .timeline-item-text h3 {
        color: #8f8f8f;
    }

    .timeline-item-text h4,
    .timeline-item-text a {
        color: #ffffff;
        font-size: 1.15rem;
    }

    .timeline-item-text h5,
    .timeline-item-text h6 {
        color: #bdbdbd;
    }

    .timeline-item-graphics {
        display: flex;
        grid-column: 1;
        grid-row: 1;
        align-items: flex-start;
        padding-top: 1.4rem;
    }

    .timeline-graphic-sphere {
        border-color: #6a6a6a;
        box-shadow: 0 0 0 5px #2d2c2c;
    }

    .timeline-graphic-line {
        display: none;
    }

    .timeline-current-sphere {
        background-color: #47ce64;
        border-color: #47ce64;
    }
}


@media (prefers-reduced-motion: reduce) {

    .timeline-item,
    .timeline-item-text {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .timeline-current-sphere::after {
        animation: none;
    }
}


/*Contact Form*/

.contact-container {
    margin-top: 6rem;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-title {
    width: 100%;
    color: #2f2f2f;
    text-align: center;
}

.contact-title h2 {
    font-size: 3.3rem;
    font-weight: 100;
}

.contact-title p {
    font-size: 2rem;
    font-weight: 350;
    margin-bottom: 5rem;
}

.contact-form form {
    display: grid;
    grid-template-columns: repeat(10, minmax(10%, 1fr));
    grid-template-rows: 4rem 2fr 5rem;
}

.cf-name-field {
    grid-column: 3 / span 2;
    grid-row: 1;
}

.cf-email-field {
    grid-column: 5 / span 2;
    grid-row: 1;
}

.cf-subject-field {
    grid-column: 7 / span 2;
    grid-row: 1;
}

.cf-message-field {
    grid-column: 3 / span 6;
    grid-row: 2;
    margin-top: 1rem;
}

.cf-btn-container {
    grid-column: 3 / span 6;
    grid-row: 3;
    justify-content: center;
    display: grid;
}

@media only screen and (max-width: 992px) {
    .contact-container {
        margin-top: 4rem;
    }

    .contact-form form {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 4rem 4rem 4rem 2fr 5rem;
        margin: 0rem 6rem 0rem 6rem;
    }

    .cf-name-field {
        grid-column: 1;
        grid-row: 1;
    }

    .cf-email-field {
        grid-column: 1;
        grid-row: 2;
    }

    .cf-subject-field {
        grid-column: 1;
        grid-row: 3;
    }

    .cf-message-field {
        grid-column: 1;
        grid-row: 4;
    }

    .cf-btn-container {
        grid-column: 1;
        grid-row: 5;
        justify-content: center;
        display: grid;
    }

    .contact-title p {
        margin-bottom: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form form {
        margin: 0.5rem;
    }

    .contact-title h2 {
        font-size: 2.6rem;
    }

    .contact-title p {
        font-size: 1.8rem;
    }
}

.contact-form .form-group {
    margin-bottom: 1.8rem;
    padding: 0rem 0.5rem 0rem 0.5rem;
}

.contact-form .form-group p {
    text-align: center;
}

.contact-form .form-group p {
    font-family: "Roboto", sans-serif;
    color: #565656;
    font-size: 1rem;
    font-weight: 350;
    color: crimson;
    padding-top: 5px;
}

.contact-form .form-control {
    width: 100%;
    height: 2.5rem;
    padding: 0;
    border: none;
    border-bottom: 1px solid;
    border-color: #c0c0c0;
    border-radius: 0;
    font-size: 1rem;
    font-style: italic;
    color: #2f2f2f;
    background-color: transparent;
}

.contact-form .form-control:focus,
.contact-form .form-control:hover {
    box-shadow: none;
}

.contact-form textarea {
    margin-bottom: 0px;
    min-height: 200px;
    max-height: 800px;
    max-width: 1040px;
}

.contact-form textarea.form-control {
    height: 220px;
    padding: 0.5rem 0rem 0rem 0rem;
}


/* CUSTOM BUTTONS */

.my-btn {
    position: relative;
    z-index: 1;
    min-width: 180px;
    height: 66px;
    border: 1px solid;
    border-color: #2f2f2f;
    text-transform: uppercase;
    color: #2f2f2f;
    font-size: 0.8rem;
    letter-spacing: 1px;
    border-radius: 0;
    line-height: 64px;
    padding: 0;
    background-color: #ffffff;
}

.my-btn:hover,
.my-btn:focus {
    font-size: 1rem;
}

/* Recommendations carousel (vanilla, no third-party packages) */
.carousel {
    position: relative;
    width: 100%;
}

.carousel:focus-visible {
    outline: 2px solid #47ce64;
    outline-offset: 4px;
}

.carousel-viewport {
    overflow: hidden;
    touch-action: pan-y;
}

.carousel-track {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.4s ease;
}

.carousel-track.is-dragging {
    transition: none;
}

.carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.carousel-slide figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    margin: 0;
    padding: 2.5rem 3.5rem;
}

.carousel .comments {
    position: relative;
    background-color: #ffffff;
    margin: 0;
    padding: 3rem 3rem 2.5rem;
    max-width: 720px;
    border-radius: 18px;
    color: #4a4a4a;
    font-style: italic;
    box-shadow: 0 18px 50px -18px rgba(71, 71, 71, 0.55);
    user-select: none;
}

.carousel .comments::before {
    content: "\201C";
    position: absolute;
    top: -0.5rem;
    left: 1.4rem;
    font-size: 5rem;
    line-height: 1;
    font-style: normal;
    font-family: Georgia, "Times New Roman", serif;
    color: #47ce64;
    opacity: 0.22;
    pointer-events: none;
}

.carousel .comments p {
    margin: 0 0 1.1em 0;
    font-size: 1.05rem;
    line-height: 1.75;
}

.carousel .comments p:last-child {
    margin-bottom: 0;
}

.carousel .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.75rem;
}

.profile-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 0.85rem;
    border-radius: 50%;
    background: #47ce64;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.carousel .profile>a {
    text-decoration: none;
    color: #2f2f2f;
    font-size: 1.05rem;
    font-weight: 500;
    transition: color 0.25s ease;
}

.carousel .profile>a:hover {
    color: #47ce64;
}

.carousel .profile>a:focus-visible {
    outline: 2px solid #47ce64;
    outline-offset: 3px;
}

.profile-role {
    margin-top: 0.25rem;
    color: #8a8a8a;
    font-size: 0.85rem;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    background: #ffffff;
    color: #565656;
    cursor: pointer;
    box-shadow: 0 6px 18px -8px rgba(71, 71, 71, 0.4);
    transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.carousel-btn svg {
    width: 20px;
    height: 20px;
}

.carousel-btn:hover {
    color: #47ce64;
    border-color: #47ce64;
    transform: translateY(-50%) scale(1.08);
}

.carousel-btn:focus-visible {
    outline: 2px solid #47ce64;
    outline-offset: 3px;
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.carousel-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #cfcfcf;
    cursor: pointer;
    transition: background-color 0.25s ease, width 0.25s ease;
}

.carousel-dot:hover {
    background: #9a9a9a;
}

.carousel-dot.is-active {
    width: 26px;
    background: #47ce64;
}

.carousel-dot:focus-visible {
    outline: 2px solid #47ce64;
    outline-offset: 3px;
}

@media only screen and (max-width: 767px) {
    .carousel-slide figure {
        min-height: 0;
        padding: 1.5rem 0.25rem;
    }

    .carousel .comments {
        padding: 2.25rem 1.75rem 2rem;
        box-shadow: none;
    }

    .carousel .comments p {
        font-size: 1rem;
        line-height: 1.65;
    }

    .carousel-btn {
        display: none;
    }

    .carousel-dots {
        margin-top: 1.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-track {
        transition: none;
    }
}

/* Recommendations - START OF */
.rec-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin: 0;
    padding: 5rem 1.5rem 6rem;
    background: #f6f6f6;
    user-select: none;
}

.rec-content {
    width: 100%;
    max-width: 960px;
    background: transparent;
    padding: 0;
}

.rec-content-heading {
    text-align: center;
}

.rec-content-heading h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    font-weight: 100;
    line-height: 1.5;
    color: #2f2f2f;
}

@media only screen and (max-width: 992px) {
    .rec-container {
        padding: 3.5rem 1rem 4.5rem;
    }

    .rec-content-heading h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .rec-container {
        padding: 3.5rem 0.75rem 4rem;
    }

    .rec-content-heading h2 {
        font-size: 1.9rem;
        margin-bottom: 1.5rem;
    }
}

/* Recommendations - END OF */


/* Footer CSS */

.footer-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fafafa;
    border-top: 1px solid #ececec;
}

.footer-area .copywrite-text {
    padding: 2.75rem 1.5rem;
    text-align: center;
}

.footer-area .copywrite-text p {
    font-weight: 300;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
    color: #8a8a8a;
}

.footer-area .copywrite-text p:last-child {
    margin-bottom: 0;
}

.footer-area .copywrite-text a {
    color: #565656;
    font-weight: 500;
    transition: color 0.25s ease;
}

.footer-area .copywrite-text a:hover,
.footer-area .copywrite-text a:focus {
    color: #47ce64;
}