#toolset {
	display: none;
}

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 1em;
}

hr {
	background: rgba(0, 0, 0, 1);
	border: 0;
	height: 2px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0;
    vertical-align: bottom;
}

[image-gallery="slideshow"] {
    margin-bottom: 2rem;
}

.gallery_image_caption {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "Authentic Sans";
	font-style: normal;
	line-height: 1.2;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.75);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {text-decoration: underline;

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 5.2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    letter-spacing: -0.1rem;
}

[data-predefined-style="true"] h5 {
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 4.2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    letter-spacing: -0.1rem;
}

@media only screen and (max-width: 768px) {
    [data-predefined-style="true"] h5 {
        font-size: 3.2rem; /* Adjust as necessary */
        /* Any other style changes for mobile go here */
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	font-weight: 400;
    }
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h2 {
	font-family: "Arial", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 4rem;
	line-height: 1.1;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h3 {
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 2rem;  /* Adjusted font size */
	line-height: 1.1;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h3 a {
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h4 {
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 2.5rem;  /* Adjusted font size */
	line-height: 1.1;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h4 a {
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.2;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.85);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgba(254, 254, 255, 0.86)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 1.5rem /*!main_margin*/;
	padding-bottom: 1.5rem /*!main_margin*/;
	padding-left: 1.5rem /*!main_margin*/;
	padding-right: 1.5rem /*!main_margin*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -3rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 0.2rem;
    font-size: 1.4rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 22px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	right: 3rem /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 24px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}


/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.3;
	font-style: normal;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 40px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Diatype, Icons;
	font-size: 1.2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.2rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem 0.8rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.2;
    padding: .8rem 1rem .8rem;
	font-style: normal;
	font-weight: 700;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.2;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

.diss-effect {
	opacity: 50%;
}

.diss-effect:hover {
	opacity: 100%;
}

.custom-img {
	filter: grayscale(100%);
}

.custom-img:hover {
	filter: none;
}

/* --- Your Existing CSS --- */

.custom-btn-blue {
    display: inline-block;
    padding: 3px 30px 3px 30px;
    border-radius: 50px;
    border: solid 1px black;
    cursor: pointer;
}

.custom-btn:hover {
    background-color: blue;
}

custom-btn:active {
    background-color: #00d;
}

.custom-btn-yellow {
    display: inline-block;
    padding: 3px 30px 3px 30px;
    border-radius: 50px;
    border: solid 1px black;
    cursor: pointer;
}

.custom-btn-yellow:hover {
    background-color: #ff0;
}

custom-btn-yellow:active {
    background-color: #d9d900;
}

.custom-btn-white-back {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 15px;
    border: solid 1px black;
    cursor: pointer;
    color: black;
    background-color: white;
    font-size: 13px;
    font-family: "Authentic Sans", Icons;
    font-style: normal;
    font-weight: 400;
}

.custom-btn-white-back:hover {
    background-color: #ff0;
}

.custom-btn-white-back:hover h2 {
    color: black;
}

.custom-btn-white-back:active {
    background-color: white;
}

.custom-btn-white-back:active h2 {
    color: black;
}

.custom-btn-grey {
    display: inline-block;
    padding: 0px 2px;
    line-height: 1;
    border-radius: 11px;
    cursor: pointer;
    color: black;
    background-color: #e7e7e7;
    font-size: small;
}

.custom-btn-grey:hover {
    color: white;
    background-color: black;
}

.custom-btn-grey:hover h2 {
    color: white;
}

.custom-btn-grey:active {
    color: black;
    background-color: #e7e7e7;
}

.custom-btn-grey:active h2 {
    color: black;
}

.text-regular.label-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2px;
    padding: 2px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    background-color: #c0eeff;
}

/* --- Adjusted and New Styles --- */

.text-regular.button-01 {
    padding: 2px 6px;
    border-radius: 3px;
    background-color: #ffffff;
    color: black;
    border: 1px solid #000000;
    cursor: pointer;
    text-decoration: none;
}

.text-regular.button-01:hover {
    background-color: black;
    color: white;
}

.text-regular.button-01 a {
    color: black;
}

.text-regular.button-01:hover a {
    color: white;
}

.text-regular.button-01:active a {
    color: black;
}

.likeButton {
    padding: 2px 6px;
    border-radius: 3px;
    background-color: #ffffff;
    color: black;
    border: 1px solid #000000;
    cursor: pointer;
    text-decoration: none;
}

.likeButton:hover {
    background-color: #ff0000;
    color: white;
}

/* --- Rest of Your CSS --- */

.info-table {
    border-collapse: collapse;
    width: 100%;
}

.info-table td, .info-table th {
    border: 1px solid #000;
    padding: 8px;
    background-color: transparent;
}

.label {
    display: inline-block;
    padding: 2px 6px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 0.8em; /* Smaller font size */
    color: #000;
    background-color: #fff;
}

.label2 {
    display: inline-block;
    padding: 2px 6px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 0.8em; /* Smaller font size */
    color: #fff;
}

.label.co-founder {
    background-color: #ff7e84;
}

.label.methods {
    background-color: #F4F4F4;
}

.label.designer {
    background-color: #d1f96b;
}

.label.advisor {
    background-color: #d6f6fb;
}

.label.web_developer {
    background-color: #7ce577;
}

.label.researcher {
    background-color: #A785EF;
}

.label.business_developer {
    background-color: #EFEB85;
}

.label.freelance {
    background-color: #8def85;
}

.label.current {
    background-color: #7FE2F8;
}

.label.completed {
    background-color: #F8F37F;
}

.label2.graphic_design {
    background-color: #6129FF;
}

.label2.product_design {
    background-color: #297FFF;
}

.label.content_design {
    background-color: #29FFBF;
}

.label.service_design {
    background-color: #FBFF29;
}

.label.web_and_UX_design {
    background-color: #FF7629;
}

.label2.market {
    background-color: #000;
}

.label2.prototype {
    background-color: #FBA81F;
}

.label.concept {
    background-color: #C6DDF1;
}


.button-container {
    text-align: center;
}

.likeCount {
    font-weight: bold;
    margin-left: 10px;
}

.callout {
    border: 1px solid black;
    border-radius: 10px;
    background-color: #8EE4AF;
    padding: 10px;
    margin: 10px;
}

#splash {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    opacity: 0.9;
}

/* The initial state of your sections. They're invisible and slightly pushed down for a subtle slide effect. */
.scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s, transform 1s;
    will-change: opacity, transform; /* optimization for smooth animations */
    visibility: hidden; /* makes the element truly invisible */
}

/* As the section starts to enter the viewport from the bottom, it becomes visible */
.scroll-reveal.in-view {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.in-view {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.scroll-reveal {
    opacity: 0; /* Initially hidden until it's in view */
}

/* Add the delays based on the data attribute */
.scroll-reveal[data-delay="0"] {
    transition-delay: 0s;
}

.scroll-reveal[data-delay="0.5"] {
    transition-delay: 0.5s;
}

[data-predefined-style="true"] bodycopy {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

/* Mobile view styles */
@media only screen and (max-width: 600px) {
    [data-predefined-style="true"] bodycopy {
        font-size: 2rem; /* Adjust as necessary */
	font-family: "Neue Haas Grotesk", Icons /*!null*/;
	font-style: normal;
	font-weight: 400;
    }
}

[data-predefined-style="true"] h3 {
    font-family: "Authentic Sans", Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 1);
    font-size: 1.5rem; /* Adjusted font size */
    line-height: 1.1;
}

/* Mobile view styles */
@media only screen and (max-width: 600px) {
    [data-predefined-style="true"] h3 {
        font-size: 2.3rem; /* Adjust as necessary */
        /* Any other style changes for mobile go here */
	font-family: "Authentic Sans", Icons;
	font-style: normal;
	font-weight: 400;
    }
}

/* NAVBAR */
/* Mobile view styles */
@media only screen and (max-width: 600px) {
    [data-predefined-style="true"] h2 {
        font-size: 4.2rem; /* Adjust as necessary */
        /* Any other style changes for mobile go here */
	line-height: 1;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: normal;
    }
}
/* Base styles for larger screens */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #000; /* Adds a light grey line underneath the navbar */
}

.nav-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex; /* Aligns links in a row */
}

.nav-links li {
  padding: 0 15px;
}

.nav-links a {
  text-decoration: none;
  color: black;
  font-size: 15px;
}

.nav-links a:hover {
  text-decoration: underline; /* Adds underline on hover */
}

.button-group {
  display: flex;
  align-items: center; /* Centers buttons vertically */
}

/* Hamburger Menu - not needed for this layout */
.hamburger-menu {
  display: none; /* Hidden on all views */
}

/* Styles for mobile screens */
@media (max-width: 768px) {
  /* Navbar adjustments for mobile */
  .navbar {
    justify-content: space-between; /* Justifies content with space between on mobile */
  }

  /* Display nav links in a column on the left */
  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Aligns links to the start (left) */
    padding: 0px 0;
  }

  .nav-links li {
    padding: 0px 0; /* Adds vertical padding for touch targets */
  }

  .nav-links a {
    padding: 0px 0px; /* Adds padding for touch targets */
  }

  /* Aligns button group to the right */
  .button-group {
    position: static; /* Resets any specific positioning */
    flex-direction: row; /* Keeps buttons in a row */
  }

  /* Remove the last link's border */
  .nav-links li:last-child a {
    border-bottom: none;
  }

  /* Adjust the button group to align with the hamburger menu */
  .button-group {
    position: absolute;
    top: 35px;
    right: 5px;
    flex-direction: row;
  }

  /* Style for the 'Get in contact' and back buttons to align them perfectly */
  .custom-btn-white-back {
    margin: 0 0px; /* Adjust spacing between buttons */
  }
}

.contact-btn {
  padding: 5px 15px;
  background-color: #fff;
  border: 2px solid black;
  border-radius: 5px;
  text-decoration: none;
  color: black;
  font-size: 16px;
  transition: background-color 0.2s;
}

.contact-btn:hover {
  background-color: yellow;
  cursor: pointer;
}

.back-btn {
  background-color: yellow;
  border: none;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
}

.back-btn img {
  width: 20px;
  height: auto;
}

/* End of section stroke line */
.end-of-section {
  border-bottom: 1px solid #000; /* Adds a black line underneath to denote the end of a section */
  margin-top: 50px; /* Adds space above the line */
}

.fade-in-section {
  opacity: 0;
  transform: translateY(20px); /* Optional: slight vertical shift for effect */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform; /* For performance */
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Thank You Card */


  .thank-you-card {
    border: 1px solid #000; /* Add a border around the section */
    border-radius: 5px; /* Round the corners */
    padding: 20px; /* Add some padding inside the section */
    max-width: 100%; /* Set a max-width for the section */
    margin: 40px auto; /* Center the section with a margin */
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Center items vertically */
    justify-content: space-between; /* Space out the items */
    background: #fff; /* Set a white background */
  }

  .thank-you-card img {
    border-radius: 50%; /* Make the image round */
    width: 100px; /* Set the image size */
    height: 100px; /* Maintain aspect ratio */
    margin-right: 20px; /* Space between the image and the text */
  }

  .thank-you-card-text {
    flex-grow: 1; /* Allow the text to fill the space */
    text-align: left; /* Align the text to the left */
  }

  .thank-you-card-text h2 {
    margin-bottom: 10px; /* Space below the heading */
  }

  .thank-you-card-text p {
    margin-bottom: 20px; /* Space below the paragraph */
  }

@media (max-width: 768px) {
  .thank-you-card {
    flex-direction: row; /* Keep items in a row */
    padding: 10px; /* Reduce padding for smaller screens */
  }

  .thank-you-card img {
    width: 80px; /* Scale down the image */
    height: 80px; /* Scale down the image */
    margin-right: 10px; /* Reduce the margin */
  }

  .thank-you-card-text {
    font-size: 14px; /* Scale down the font size */
  }

  .thank-you-card-text h2 {
    font-size: 18px; /* Scale down the heading */
    margin-bottom: 5px; /* Reduce space below the heading */
  }

  .thank-you-card-text p {
    margin-bottom: 10px; /* Reduce space below the paragraph */
    }
}

.skillsetcard {
    border: 1px solid #000;
    padding: 20px 10px; /* Increased vertical padding, decreased horizontal padding */
    margin: 10px; /* Space around the card */
    box-sizing: border-box;
    transition: transform 0.2s ease-in-out;
    display: flex;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
}

.skillsetcard:hover {
    transform: translateY(-20px);
}

.skillsetcard-image {
    width: 30px; /* Adjust as needed */
    height: 30px; /* Adjust as needed */
    margin-bottom: 15px; /* Adjust the spacing between the image and the title */
}

.skillsetcard-title {
    font-size: 18px; /* Title font size */
    margin-bottom: 5px; /* Reduced space between title and text */
}

.skillsetcard-text {
    flex-grow: 1; /* Allows the text to take up the remaining space */
    margin-top: 5px; /* Reduced space above the text */
    margin-bottom: 5px; /* Reduced space below the text */
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .container {
        justify-content: center;
    }

    .skillsetcard {
        flex: 0 0 100%;
        margin: 5px; /* Corrected margin */
        max-width: 100%;
        transition: transform 0s; /* Disables the transform transition */
    }

    .skillsetcard:hover {
        transform: none; /* Disables the hover effect */
    }
}

