*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

:root {
    --white: white;
    --black: #292929;
    --light-black: #f5f5f5;
    --yellow: #f1d11a;
    --grey: #5f5f5f;

    --fs-2xl: 4em;
    --fs-xl: 3em;
    --fs-l: 2.5em;
    --fs-m: 2em;
    --fs-s: 1.75em;
    --fs-xs: 1.5em;

    /* add for new header */
    --color-white: hsl(0, 0%, 100%);
    --color-contrast-higher: hsl(240, 100%, 99%);
    --color-primary: #f1d11a;

    --color-highlight-start: #968a84;
    --color-highlight-end-alt: #968a84;
    --color-highlight-end: #c3c58c;

    --color-header: rgba(244, 245, 248, .5);
}

.hx {
    background: none;
    color: var(--color-highlight-start);
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.hx-12 {
    --color-highlight-start: rgb(84 77 73 / 61%);
    --color-highlight-end: var(--black);
}

.hx-12 .word:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    --color-highlight-end: var(--black);
    color: var(--color-highlight-end);
}


[data-theme="dark"] {
    --white: #292929;
    --black: white;
    --light-black: #191817;
    --grey: #c5c5c5;
    --color-header: rgba(4, 4, 4, 0.5);
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Visby Regular';
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Visby Bold';
}

p,
span,
caption {
    font-family: 'Visby Regular';
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1em
}

h5 {
    font-size: .83em
}

h6 {
    font-size: .67em
}

@media screen and (min-width: 1023px) {
    .container {
        max-width: 768px;
    }
}

@media screen and (min-width: 1279px) {
    .container {
        max-width: 1024px;
    }
}

@media screen and (min-width: 1365px) {
    .container {
        max-width: 1280px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1366px;
    }
}

@media screen and (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}

section {
    display: block;
    position: relative;
    min-height: 100vh;
}

#container {
    min-height: 100vh;
    display: none;
}

.wrapper {
    background-color: var(--white);
    transition: background-color .5s;
    z-index: 0;
    position: relative;
    background-size: 200px, 100%, 200%;
    background-attachment: fixed;
}

/* header section */
.header-inner.container {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    /* height: 100px; */
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
}

.header--right {
    display: flex;
    justify-items: center;
    column-gap: 1rem;
}

.logo {
    width: 100%;
    height: 100%;
    max-height: 60px;
    object-fit: contain;
    /* transform: translateY(-10px); */
}

.logo.dark {
    display: none;
}

[data-theme="dark"] .header--left .logo {
    display: none;
}

[data-theme="dark"] .header--left .logo.dark {
    display: block;
}


#nav-icon2 {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 0 auto;

    -webkit-transform: rotate(0deg) translateY(-10px) scale(0.6);
    -moz-transform: rotate(0deg) translateY(-10px) scale(0.6);
    -o-transform: rotate(0deg) translateY(-10px) scale(0.6);
    transform: rotate(0deg) translateY(-10px) scale(0.6);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: var(--black);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 18px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 36px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

/* start theme black mode */
.theme-switch-wrapper {
    display: flex;
    align-items: center;
    /* transform: translateY(-5px); */
}

.theme-switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.theme-switch input {
    visibility: hidden;
}

.switch-slider {
    background-color: #999;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.switch-slider:before {
    background-color: white;
    bottom: 4px;
    content: '\f186';
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
    color: #999;
    font-size: 15px;
    padding: 5px;
    line-height: 18px;
    font-family: 'Font Awesome 5 Free';
}

input:checked+.switch-slider {
    background-color: var(--yellow);
}

input:checked+.switch-slider:before {
    transform: translateX(26px);
    content: '\f185';
    color: var(--yellow);
}

.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}


.header-popup {
    opacity: 0;
    content-visibility: hidden;
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    -ms-transform: translate(0, 0) rotate(0) scale(1);
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: visibility 1s cubic-bezier(.575, .015, 0, .995), opacity 1s cubic-bezier(.575, .015, 0, .995), -webkit-clip-path 1s cubic-bezier(.575, .015, 0, .995), -webkit-transform 1s cubic-bezier(.575, .015, 0, .995);
    transition: visibility 1s cubic-bezier(.575, .015, 0, .995), opacity 1s cubic-bezier(.575, .015, 0, .995), -webkit-clip-path 1s cubic-bezier(.575, .015, 0, .995), -webkit-transform 1s cubic-bezier(.575, .015, 0, .995);
    transition: clip-path 1s cubic-bezier(.575, .015, 0, .995), visibility 1s cubic-bezier(.575, .015, 0, .995), opacity 1s cubic-bezier(.575, .015, 0, .995), transform 1s cubic-bezier(.575, .015, 0, .995);
    transition: clip-path 1s cubic-bezier(.575, .015, 0, .995), visibility 1s cubic-bezier(.575, .015, 0, .995), opacity 1s cubic-bezier(.575, .015, 0, .995), transform 1s cubic-bezier(.575, .015, 0, .995), -webkit-clip-path 1s cubic-bezier(.575, .015, 0, .995), -webkit-transform 1s cubic-bezier(.575, .015, 0, .995);
}

.header-popup.open {
    height: 100vh;
    content-visibility: visible;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    opacity: 1;
}

.header-popup-model {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 100vh;
    height: 100%;
}

.header-popup-inner.container {
    height: 100%;
    width: 100%;
}

.header-popup-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    list-style: none;
}

.header-popup-navigation li {
    list-style: none;
    margin: 2rem 0;
}

.header-popup-navigation li a {
    color: var(--black);
    font-size: var(--fs-xl);
    font-family: 'Visby Bold';
}

.header-popup-navigation li:hover a {
    color: var(--yellow);
}

.header-popup-navigation li:hover {
    transform: translateX(2%);
}

.close-header-popup {
    display: flex;
    column-gap: 1rem;
    padding: 5px 10px;
    border: 1px solid var(--grey);
    width: fit-content;
    position: absolute;
    right: 0;
    top: 10%;
    cursor: pointer;
}

.close-header-popup svg,
.close-header-popup span {
    color: var(--grey)
}

.close-header-popup:hover svg,
.close-header-popup:hover span {
    color: var(--black);
}

.close-header-popup svg {
    width: 25px;
    height: 25px;
}

.header-social-links {
    position: absolute;
    bottom: 10%;
    left: 0;
    display: flex;
    column-gap: 1.5rem;
    padding-left: 1em;
}

.header-social-links svg {
    height: 25px;
}

/* gallery section */
.gallery-model {
    cursor: grab;
    overflow: hidden;
}

/* skills section */
.skills {
    padding-top: 60px;
    padding-bottom: 60px;
}

.skills h2 {
    color: var(--black);
    font-size: var(--fs-xl);
    text-transform: uppercase;
    margin-bottom: 1.3rem;
}

.skills h3 {
    color: var(--black);
    font-size: var(--fs-m);
}

.skills p {
    color: var(--black);
    font-size: var(--fs-xs);
}

.skill-row {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.skill-col {
    border: 1px solid var(--grey);
    padding: 20px;
    transition: background-color .2s ease-in;
}

.skill-col:hover {
    background-color: var(--yellow);
}

[data-theme='dark'] .skill-col:hover h3,
[data-theme='dark'] .skill-col:hover p {
    color: var(--white);
}

@media screen and (min-width: 767px) {
    .skills {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .skill-row {
        flex-direction: row;
        gap: 2rem;
    }

    .skill-col {
        flex: 1 33.33%;
    }

    .skills h2 {
        font-size: var(--fs-2xl);
        margin-bottom: 2.5rem;
    }

    .skills h3 {
        font-size: var(--fs-l);
    }
}

@media screen and (min-width: 1024px) {
    .skills {
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .skill-col {
        padding: 40px;
    }

    .skills p {
        font-size: var(--fs-s);
    }
}


/* habits section */

.habits {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.habits-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: var(--yellow);
}

.habits-photo {
    width: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.habits h2 {
    color: var(--black);
    font-size: var(--fs-xl);
    text-transform: uppercase;
    margin-bottom: 1.3rem;
    position: relative;
    z-index: 0;
}

.habits h2.outline {
    margin-top: 0;
    position: absolute;
    top: 0;
    color: transparent;
    -webkit-text-stroke: 2px var(--black);
    text-stroke: 2px var(--black);
    z-index: 5;
}

.habits p {
    color: var(--black);
    font-size: var(--fs-s);
}

.habits-model {
    position: relative;
    width: 600px;
    height: 600px;
}

.habits-inner.container {
    text-align: left;
}

.habits-inner {
    padding-left: 15px;
    padding-right: 15px;
}

#main-content .habits .habits-inner.container {
    padding-top: 0px;
}

@media screen and (min-width: 767px) {
    .habits {
        padding-top: 120px !important;
        padding-bottom: 80px !important;
    }

    .habits h2 {
        font-size: var(--fs-2xl);
        margin-bottom: 2.5rem;
    }

    .habits-model {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 100%;
        max-height: 100%;
        transform: translate(50%, -37%);
        z-index: 0;
    }
}

@media screen and (min-width: 1023px) {
    .habits {
        padding-top: 400px !important;
        padding-bottom: 100px !important;
    }

    .habits-inner {
        padding: 0;
    }

    .habits-inner h2.outline {
        max-width: 800px;
    }

    .habits-inner h2 {
        max-width: 800px;
        margin-top: -100px;
    }

    .habits p {
        font-size: var(--fs-m);
    }
}

/* reasons section */
.reasons {
    padding-top: 60px;
    padding-bottom: 60px;
}

.reasons-inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.reasons-col {
    flex: 1 50%;
    position: relative;
}

.reasons-sticky {
    position: sticky;
    top: 0;
    padding-top: 150px;
}

#text-model {
    width: 400px;
    height: 400px;
    position: relative;
    display: block;
}

#text-model canvas {
    height: 100%;
    width: 100%;
}


.reasons-content {
    padding: 20px;
    /* background-color: var(--light-black); */
    transition: background-color .2s ease-in;
}

.reasons-content-inner {
    padding-left: 0%;
    width: 100%;
}

.reasons-content:hover {
    /* background-color: var(--yellow); */
}

[data-theme='dark'] .reasons-content:hover h3,
[data-theme='dark'] .reasons-content:hover p {
    /* color: var(--white); */
}

.reasons h3,
.reasons p {
    /* color: rgba(187, 194, 229, .3); */
    color: var(--black);
    opacity: 0.3;
    transition: color .6s cubic-bezier(.165, .84, .44, 1);
}

.reasons-content:hover h3,
.reasons-content.active h3,
.reasons-content:hover p,
.reasons-content.active p {
    /* color: #fff; */
    opacity: 1;
}

.reasons-col-right {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    display: flex;
    /* padding-top: 100px; */
    /* row-gap: 300px; */
}

.reasons-content {
    padding-top: 400px;
}

.reasons h2 {
    color: var(--black);
    font-size: var(--fs-xl);
    text-transform: uppercase;
    margin-bottom: 1.3rem;
}

h2.reasons-stroke-title {
    color: transparent;
    -webkit-text-stroke: 2px var(--black);
    text-stroke: 2px var(--black);
    transform: translateY(-39.5%);
    z-index: 1;
    position: relative;
}

.reasons h3 {
    /* color: var(--black); */
    margin-bottom: 1.3rem;
    font-size: var(--fs-m);
}

img.reasons-img {
    position: relative;
    transform: translate(15%, -20%);
    width: 50%;
}

.reasons p {
    /* color: var(--black); */
    font-size: var(--fs-xs);
}

@media screen and (min-width: 767px) {
    .reasons {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .reasons-inner {
        flex-direction: row;
        gap: 3rem;
    }

    .reasons h2 {
        font-size: var(--fs-2xl);
        margin-bottom: 2.5rem;
        transform: translateY(80%);
        position: absolute;
        left: 0;
        top: 0;
    }

    .reasons h3 {
        font-size: var(--fs-m);
        margin-bottom: 1.5rem;
        font-family: 'Visby Regular';
    }

    .reasons p {
        font-size: var(--fs-xs);
    }
}



@media screen and (min-width: 1024px) {
    .reasons {
        padding-top: 300px;
        padding-bottom: 100px;
    }

    .reasons-col-right {
        padding-top: 100px;
        row-gap: 300px;
    }

    .reasons-content {
        padding: 200px 50px;
    }

    .reasons h3 {
        margin-bottom: 2.5rem;
    }

    .reasons p {
        font-size: var(--fs-s);
    }

    .reasons-title {
        display: none;
    }

    .reasons-content-inner {
        padding-left: 60%;
        width: 95%;
    }
}

/* blog section */
.blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog-header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
}

.blog-heading {
    /* text-align: center; */
    font-size: var(--fs-xl);
    text-transform: uppercase;
    color: var(--black);
}

.blog-description {
    /* text-align: center; */
    margin: 0 auto;
    line-height: 1.75rem;
    color: var(--black);
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin-top: 1.25rem;
    /* max-width: 32rem; */
}

.blog-row {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding: 0;
}

.blog-item {
    position: relative;
}

.blog-thumbnail {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.blog-meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    color: var(--gray) !important;
}

.blog-meta span {
    display: none;
}

.blog-meta>* {
    color: var(--grey) !important;
}

.blog-author {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2rem;
    padding-bottom: 0;
    z-index: 2;
    position: relative;
    color: var(--grey) !important;
    margin-bottom: 0;
}

.blog-meta span,
.blog-date {
    margin: 0 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    z-index: 2;
    position: relative;
    color: var(--grey) !important;
}

.blog-title {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 0;
    z-index: 2;
    position: relative;
}

.blog-title a {
    text-decoration: none;
    color: var(--black);
}

.blog-date {
    margin-left: 0rem;
    font-size: 0.75rem;
    margin-right: 0;
    padding-bottom: 0;
}

.blog-reading-time {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.blog-reading-time span {
    margin: 0;
    margin-right: 0.2rem
}

@media screen and (min-width: 767px) {
    .blog-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .blog-row {
        gap: 2rem;
        grid-template-columns: 1fr 1fr;
        margin-top: 1.25rem;
    }

    .blog-meta {
        display: flex;
        justify-content: flex-start;
    }

    .blog-meta span {
        display: block;
    }

    .blog-heading {
        font-size: var(--fs-2xl);
    }
}

@media screen and (min-width: 1023px) {
    .habits-photo {
        width: 50%;
    }

    .blog-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .blog-row {
        gap: 3rem;
        /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 1.25rem;
        /* padding-left: 50%; */
    }

    .blog-header {
        /* padding-left: 50%; */
    }

    .blog-title {
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.75;
    }

    .blog-meta {
        font-size: 1.5rem;
    }

    .blog-author {
        font-size: 1.5rem;
    }

    .blog-meta span,
    .blog-date {
        font-size: 1.5rem;
    }

    .blog-description {
        font-size: 1rem;
    }

    .blog-thumbnail {
        height: 0;
        width: 0;
        object-fit: none;
    }
}

#post-content {
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 2%;
}

#back-to-list {
    margin-bottom: 2rem;
}

#back-to-list .button {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: var(--white);
    line-height: 1.25rem;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: var(--black);
    border: 1px solid var(--grey);
    justify-content: center;
    align-items: center;
}

.blog-section canvas {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.show-blog-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.show-blog-content.active {
    visibility: visible;
    opacity: 1;
}

.blog-popup {
    margin: 0 auto;
    margin-top: 150px;
    padding: 40px;
    background: var(--white);
    border: 1px solid var(--grey);
    width: 80%;
    position: relative;
    transition: all .5s ease-in-out;
}

.blog-popup .post-title {
    font-size: var(--fs-m);
    color: var(--black);
}

@media screen and (min-width: 1023px) {
    .blog-popup {
        width: 60%;
    }

    .blog-popup .post-title {
        font-size: var(--fs-l);
    }
}

.blog-section .post-content p {
    color: var(--black);
}

.blog-section #post-content .post-thumbnail {
    width: 300px;
    height: auto;
    object-fit: cover;
    margin: 1.3rem 0;
}

/* hero section */

.hero {
    /* padding-top: 60px;
    padding-bottom: 60px; */
    min-height: 600px;
}

.hero-inner {
    padding-top: 0 !important;
}

.hero-model {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-inner {
    position: unset;
}

.hero h1 {
    /* color: #fff; */
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    /* left: 10%; */
    color: var(--black);
    font-size: var(--fs-xl);
    z-index: 1;
}

.hero-sub-heading {
    position: absolute;
    top: 50%;
    left: calc(10% + 15px);
    transform: translateY(250%);
    font-size: var(--fs-m);
    color: var(--black);
    font-family: 'Visby Regular';
}

@media screen and (min-width: 1023px) {
    .hero h1 {
        /* font-size: var(--fs-2xl); */
        font-size: 9em;
    }
}

/* contact section */

.contact {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 60vh
}

.contact-inner {
    z-index: 1;
}

.contact h2 {
    font-size: var(--fs-m);
    text-transform: uppercase;
    color: var(--black);
    word-break: break-all;
}

.contact p {
    color: var(--black);
}

.contact-model {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.contact-form {
    width: 100%;
}

@media screen and (min-width: 767px) {
    .contact {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1023px) {
    .contact {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .contact h2 {
        font-size: var(--fs-xl);
    }

    .contact p {
        font-size: var(--fs-xs);
    }

    .contact-form {
        max-width: 500px;
    }
}

/* footer section */
.footer {
    /* min-height: 70vh; */
    background-color: #292929b5;
    z-index: 99;
    position: relative;
}

.footer-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    padding: 10vh 0 20vh;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
}

.footer h2 {
    font-size: var(--fs-m);
    color: white;
}

.footer-col ul li {
    list-style: none;
    color: white;
    ;
}

.footer-col li i {
    margin-right: 5px;
    font-size: 12px;
}

.footer-credit {
    color: white;
}

.footer-links {
    display: flex;
    column-gap: 1rem;
}

.footer-links a {
    color: white;
}

.footer-links a:hover {
    color: var(--yellow);
}

/* about section */

.about p {
    color: var(--black);
    font-size: var(--fs-xs);
    margin-bottom: 1.3rem;
    word-break: break-word;
}

.about ul {
    margin-left: 1.3rem;
}

.about li {
    color: var(--black);
    font-size: var(--fs-xs);
    margin-bottom: 1rem;
    margin-left: 1rem;
}



@media screen and (min-width: 1023px) {
    .about-inner p {
        max-width: 50%;
        font-size: var(--fs-xs);
    }
}