@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'pp_neue_montreallight';
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 1px;

  color: #76A82C;
  margin: 0;
  padding: 0;
  /* background: linear-gradient(to bottom, #001800, #290037); /* Initial gradient colors */
  /* transition: background 0.5s; */ /* Smooth transition */
}

html {
  cursor: none;
}

#invertedcursor {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  top: var(--y, 0);
  left: var(--x, 0);
  transform: translate(-50%, -50%);
  z-index: 2;
  mix-blend-mode: difference;
  border: 3px solid #FDBB11;
  transition: transform 0.2s;
  pointer-events: none; /* Disable pointer events */
}

#invertedcursor:hover {
  transform: scale(3.5); /* Make the cursor 1.5 times larger on hover */
  border: 3px solid #6CE5FF;
}




@media only screen and (max-width: 560px) {
  body {
    font-size: 14px;
  }
}









/* header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  background-color: transparent; /* Transparent background */
  z-index: 10; /* Ensure the header is above other content */
  box-sizing: border-box; /* Include padding in the element's total width and height */
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
}

header a {
  text-decoration: none;
  color: #a68338;
  font-family: 'pp_neue_montrealbook';
  letter-spacing: 1.5px;
 /* border-bottom: 6px solid transparent; /* Add a transparent border by default */
  padding: 8px; /* Ensure consistent padding */
}

.selected {
  /*border-bottom: 6px solid #158fff;*/
  color: #158fff;
	font-family: 'pp_neue_montrealbold'
}

header a:hover {
  /* border-bottom-color: #158fff;  Change only the border color on hover 
  color: #a68338;*/
	color: #158fff;
}

.site-logo a {
  text-decoration: none;
  border-bottom: transparent;
}

.site-logo .logo-image {
  transition: transform 0.3s ease-in-out;
}

.site-logo .logo-image:hover {
  transform: scale(1.1); /* Example: Increase size on hover */
}

.site-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; /* Center the logo */
}

.site-logo img {
  max-width: 60px;
  height: auto;
  vertical-align: middle;
}

/* Aligning navigation links consistently */
.header-right a {
  margin-right: 15px;
}

.header-left a {
  margin-left: 15px;
}

/* Global link styles */
a {
  color: #158ff;
  text-decoration: none;
 ;
}

a:hover {
  color: #158fff;
	font-family: 'pp_neue_montrealmedium'
  /*border-bottom: 4px solid #158fff;*/
}

/* Responsive adjustments */
@media (max-width: 768px) {
  header {
    flex-direction: row;
    justify-content: space-between;
    padding: 6px;
	  font-size: 10px;
  }

  .header-left,
  .header-right {
    width: auto;
  }

  .header-left a,
  .header-right a {
    margin: 0 5px; /* Adjust margin for closer spacing */
  }

  .site-logo {
    margin: 0 auto; /* Center the logo */
  }

  .site-logo img {
    max-width: 50px; /* Adjust size if needed */
  }
}





/* Other styles */

h1 {
  font-size: 70px;
  font-weight: 100;
  line-height: 0.85;
  font-family: 'pp_neue_montreallight';
}

.text-within img {
  max-height: 50px;
  width: auto;
}

h2 {
  font-size: 35px;
  font-weight: 100;
  line-height: 1.1;
  font-family: 'pp_neue_montrealthin';
}

h3 {
  font-family: 'eightiescomebackLtCn';
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 1px;
}

.greet {
  padding-top: 125px;
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
}

.greeting h1,
.greeting h2,
.greeting p {
  margin: 0;
}

section.hero {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  margin-top: 24px;
  margin-bottom: 16px;
}



/*---------- gallery ----------*/

.containerphotos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* Space between images */
  justify-content: center;
}

.image-container {
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-container img {
  width: 100%;
  height: auto;
  max-height: 600px;
  transition: filter 0.3s ease;
}

.image-container:hover img {
  filter: brightness(0.8); /* Slightly darker on hover */
}

.caption {
  text-align: center;
  font-size: 18px;
  margin-top: 8px;
}

/*----------- for work in portfolio ------------*/

section.hero1 {
  width: 750%;
  margin-top: 24px;
  margin-bottom: 16px;

  padding-top: 75px;

  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  font-size: 16px;
  font-family: 'pp_neue_montrealbook';
}

.biggertitle {
  display: block;
  font-family: 'eightiescomebackMdultraCn';
  font-size: 72px;
  line-height: 1.1;
  text-align: center;
}

section.center2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.center-thin2 {
  margin-right: 25%;
  margin-left: 25%;
}

.concept2 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  font-size: 20px;
  font-family: 'pp_neue_montrealbook';
  line-height: 1.2;
}

.custom-hr {
  border: none; /* Removes default border */
  border-top: 1px solid black; /* Adds a 1px solid black border on the top */
  width: 100%; /* Ensures it spans the entire width of the column */
}

.single-column {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  font-size: 40px;
  font-family: 'pp_neue_montreallight';
  text-align: left;
}

.img-container {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-container img {
  width: 100%; /* Make the image take the full width of the container */
  height: auto; /* Maintain the aspect ratio */
}

.work-titles {
  font-family: 'eightiescomebackbold';
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: 50px;
}

.body-text-2 {
  font-family: 'pp_neue_montrealbook';
  font-size: 16px;
  line-height: 1.3;
}

.three-columns {
  display: flex;
  justify-content: space-between; /* Adds space between columns */
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

.column1a {
  flex: 1; /* Makes all columns take equal space */
  margin: 0 20px; /* Adds space between columns */
  font-size: 16px; /* Adjust font size as needed */
  font-family: 'pp_neue_montrealbook';
  line-height: 1.3;
  text-align: left;
}

.column1a img {
  height: auto; /* Maintains the aspect ratio */
  display: block; /* Removes any gap below the image */
  width: calc(
    100% - 20px
  ); /* Makes the image take the full width of the column minus 10px space on each side */

  margin: 10px auto; /* Centers the image and adds 10px space around it */
}

.containervideo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
  gap: 10px; /* Adjust the gap between videos */
  padding-top: 60px;
  padding-bottom: 60px;
}

.video-column {
  flex: 1 1 23%; /* Ensures four columns with some gap */
  margin: 10px 0; /* Adjust margin as needed */
  box-sizing: border-box;
  position: relative; /* Required for absolute positioning of video */
}

.video-column video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Maintain aspect ratio and cover entire container */
  position: absolute; /* Position video within container */
  top: 50%; /* Align video to top of container */
  left: 50%; /* Align video to left of container */
  transform: translate(-50%, -50%); /* Center video horizontally and vertically */
}

.containerphotos {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the images horizontally */
  max-width: 100%;
  margin: 0 auto;
}

.image1a {
  width: 100%; /* Set max-width to 80% of the container */
  margin-bottom: 20px; /* Vertical margin between rows */
  position: relative;
  overflow: hidden;
}

.image1a img {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  display: block;
}

/*----------- approach ------------*/

section.hero {
  padding-top: 75px;

  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.container {
  color: #DBC9B8;
}

section.belief {
  text-align: center;
}

.divider {
  margin-top: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.spacer {
  padding: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  margin-bottom: 110px;
}

/* -------approach font sizes------ */
.belief {
  display: block;
  font-family: 'eightiescomebackLtXCn';
  font-size: 128px;
  line-height: 1.2;
  letter-spacing: 1px;

  text-align: center;
  margin: 100px;
}

.semi-larger {
  font-size: 90px;
  padding: 0px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.first {
  font-family: 'eightiescomebackLtXCn';
  font-weight: 100;
  font-size: 100px;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  bottom: 5px;
}

/* -----ingredients TEXT USED ------ */

.smallsub {
  font-size: 38px;
  letter-spacing: 2px;
  font-family: 'eightiescomebacklight';
  font-weight: 100;
  margin-left: 20%;
  margin-right: 20%;
}

/*
.quot {
  font-size: 64px;
  line-height: 1.15;
  padding-left: 40%;
  padding-right: 40%;
  align-content: center;
 
	  text-align: center;
}*/

/* -------side to side / split center container------ */

section.split-center {
  margin-left: auto;
  margin-right: auto;

  display: flex;
  flex-wrap: wrap;

  top: 0;
  left: 0;

  margin-bottom: 100px;
}

.first-right {
  text-align: right;
  float: left;
  width: 45%;
  margin-top: 0;
  padding-top: 0;
  padding-right: 16px;
  margin-left: auto;
}

.first-left {
  margin: 0;

  text-align: left;
  float: right;
  width: 45%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 16px;
  margin-right: auto;
}

/* ----- everything is centered  section ---*/

section.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
}

.center-thin {
  margin-right: 25%;
  margin-left: 25%;
}

.approach {
  margin-left: 30%;
  margin-right: 30%;
}

.brave {
  margin-top: 50px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.kind {
  font-size: 88px;
  font-family: 'eightiescomebackLtultraCn';
  line-height: 1.15;
}

/* ----- process infographic image ---*/

.info img {
  padding-top: 100px;
  margin-bottom: 40px;
  width: 360px;
  height: 360px;
}

.caption {
  margin-left: 35%;
  margin-right: 35%;
}

/* ------- footer ----------- */

.content {
  flex: 1; /* Flex to grow and take remaining space */
  padding-bottom: 100px; /* Space for the footer */
}







.footer {
  /*  position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 1; /* Ensure the footer is behind the custom cursor */
}

.foot {
  background: #C7EAFE;
  color: #5B40A8;
  height: auto;
  width: 100%;
  font-size: 16px;
  font-family: 'pp_neue_montrealbook';
  margin-top: 150px;
  margin-bottom: 0px;
  bottom: 0;
  position: relative;
}

.footer-middle {
  padding-top: 25px;
  padding-bottom: 25px;
  height: 150px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.footer-left,
.footer-right,
.footer-center {
  width: 33.333%;
}

.footer-left {
  text-align: right;
  float: right;
}

.footer-center img {
  width: 160px;
}

.footer-center {
  text-align: center;
}

.footer-right {
  text-align: left;
  float: left;
}

.footerlogo {
  max-width: 80%;
  height: auto;
}








/* ------- rolling text bar ------*/

.scrolling-text-container {
  width: 100%;
  /* height: 15px;   /*Adjust the height as needed */
  overflow: hidden;
  position: relative;
  background: #C6FFB2;
  font-size: 14px;
  font-family: 'pp_neue_montrealmedium';
  justify-content: center;
  align-content: center;
  display: flex;

  padding-top: 10px;
  padding-bottom: 10px;
  color: #009017;
}

.scrolling-text {
  white-space: nowrap;

  top: 0;
  left: 0;
  display: flex;
  animation: scrollText 70s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.scrolling-text span {
  padding-right: 20px; /* Adjust the spacing between text elements */
}

.scrolling-text span:last-child::after {
  content: attr(data-text); /* Use the data-text attribute to create a seamless loop */
  white-space: pre;
}





/*---- two columns used in ccontact-----*/

.two-columns {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.column-one {
  flex: 1 1 45%;
  /*  background-color: #f0f0f0; /* Optional: Just to visualize the columns */
  padding-top: 0px;
  padding-left: 6%;
  padding-right: 3%;
}

.column-two {
  flex: 1 1 55%;
  /* background-color: #ccc; /* Optional: Just to visualize the columns */
  padding: 30px;
  padding-top: 30px;
  padding-left: 2%;
  padding-right: 5%;
}

/* testing out different size columns */

.container2a {
  display: flex;
  justify-content: space-between;

  margin: 0 auto;
  gap: 10px; /* Adjust the gap between columns */
  font-size: 14px;
  max-width: 80%;
}

.column2a {
  box-sizing: border-box;
  padding: 10px;
}

.column2a.large {
  flex: 0 0 50%; /* First column takes 35% of the space */
  margin-left: 0; /* Ensure the first column is flushed left */
  padding-left: 0; /* Remove any left padding if needed */
}

.column2a.small {
  flex: 1 1 calc((50% - 20px) / 3); /* Remaining three columns split the remaining 65% */
}

.column2a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px auto; /* Center image with 10px bottom margin */
}






@media (max-width: 561px) {
  .two-columns {
    flex-direction: column;
  }
}

.color-changing-text {
  margin-bottom: 60px;
  font-size: 62px;
  font-weight: 100;

  animation: colorChange 40s ease infinite;
}

@keyframes colorChange {
  0% {
    color: #F4BB44;
  }
  50% {
    color: #FF9CEE;
  }
  100% {
    color: #FF7E7E;
  }
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.fade-in-out-text {
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 48px;
  font-family: 'eightiescomeback_itLtXCn';
  letter-spacing: 2px;
  line-height: 1.1;
  animation: fadeInOut 8s ease infinite;
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}


  /* -------approach font sizes------ */
  .belief {
    display: block;
    font-family: 'eightiescomebackLtXCn';
    font-size: 65px;
    margin: 50px;
  }

  .semi-larger {
    font-size: 45px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .first {
    font-size: 50px;
  }

  .center-thin {
    margin-right: 10%;
    margin-left: 10%;
  }

  .approach {
    margin-left: 8%;
    margin-right: 8%;
  }

  /* -----ingredients TEXT USED ------ */

  .smallsub {
    font-size: 24px;
    letter-spacing: 1px;
    font-family: 'eightiescomebacklight';
    margin-left: 25%;
    margin-right: 25%;
  }

  .quot {
    font-size: 36px;
    line-height: 1.25;
    padding-left: 30%;
    padding-right: 30%;
	  align-content: center;
	  text-align: center;
  }

  .scrolling-text-container {
    font-size: 10px;
    font-family: 'pp_neue_montrealmedium';

    padding-top: 6px;
    padding-bottom: 6px;
  }

  .bottom-credits p {
    width: 100%;
    height: 8px;
    font-size: 8px;
	  text-align: center;
  }

  .buttontext-footer {
    font-size: 14px;
  }

  .footer-middle {
    padding-top: 16px;
    padding-bottom: 16px;
    height: auto;
  }

  .footerlogo {
    max-width: 50%;
    height: auto;
  }

  .foot {
    height: auto;
    font-size: 14px;
    font-family: 'pp_neue_montrealbook';
    margin-top: 150px;
  }

  .contact-container {
    font-size: 20px;
  }

  /* Media query for smaller screens */

  #blue-logo {
    display: none; /* Hide the blue logo */
  }
  #red-logo {
    display: inline-block; /* Show the red logo */
  }

  section.center {
    margin-bottom: 150px;
  }

  .caption {
    margin-left: 15%;
    margin-right: 15%;
  }
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 23, 2024 */

@font-face {
  font-family: 'pp_neue_montrealthin_italic';
  src: url('font/ppneuemontreal-thinitalic-webfont.woff2') format('woff2'),
    url('css/ppneuemontreal-thinitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pp_neue_montrealbold';
  src: url('font/ppneuemontreal-bold-webfont.woff2') format('woff2'),
    url('font/ppneuemontreal-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pp_neue_montrealbold_italic';
  src: url('font/ppneuemontreal-bolditalic-webfont.woff2') format('woff2'),
    url('font/ppneuemontreal-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pp_neue_montrealbook';
  src: url('font/ppneuemontreal-book-webfont.woff2') format('woff2'),
    url('font/ppneuemontreal-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pp_neue_montrealitalic';
  src: url('font/ppneuemontreal-italic-webfont.woff2') format('woff2'),
    url('font/ppneuemontreal-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pp_neue_montreallight';
  src: url('font/ppneuemontreal-light-webfont.woff2') format('woff2'),
    url('font/ppneuemontreal-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pp_neue_montrealmedium';
  src: url('font/ppneuemontreal-medium-webfont.woff2') format('woff2'),
    url('font/ppneuemontreal-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pp_neue_montrealthin';
  src: url('font/ppneuemontreal-thin-webfont.woff2') format('woff2'),
    url('font/ppneuemontreal-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 11, 2024 */

@font-face {
  font-family: 'eightiescomeback_itLtXCn';
  src: url('font/eightiescomebackit-ltxcn-webfont.woff2') format('woff2'),
    url('font/eightiescomebackit-ltxcn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomeback_itLtultraCn';
  src: url('font/eightiescomebackit-ltucn-webfont.woff2') format('woff2'),
    url('font/eightiescomebackit-ltucn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackblack';
  src: url('font/eightiescomeback-black-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackbold';
  src: url('font/eightiescomeback-bold-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackextra_bold';
  src: url('font/eightiescomeback-extrabold-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebacksemi_bold';
  src: url('font/eightiescomeback-semibold-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackmedium';
  src: url('font/eightiescomeback-medium-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackregular';
  src: url('font/eightiescomeback-regular-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebacklight';
  src: url('font/eightiescomeback-light-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackLtSCn';
  src: url('font/eightiescomeback-ltsmcn-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-ltsmcn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackLtultraCn';
  src: url('font/eightiescomeback-ltucn-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-ltucn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackultraCn';
  src: url('font/eightiescomeback-ultracond-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-ultracond-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackLtCn';
  src: url('font/eightiescomeback-lightcond-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-lightcond-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackLtSCn';
  src: url('font/eightiescomeback-ltsmcn-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-ltsmcn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackLtultraCn';
  src: url('font/eightiescomeback-ltucn-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-ltucn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackLtXCn';
  src: url('font/eightiescomeback-ltxcn-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-ltxcn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackMdultraCn';
  src: url('font/eightiescomeback-mdiumucn-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-mdiumucn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackMdXCn';
  src: url('font/eightiescomeback-medextracond-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-medextracond-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackMdCn';
  src: url('font/eightiescomeback-medcond-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-medcond-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eightiescomebackMdSCn';
  src: url('font/eightiescomeback-medsemicond-webfont.woff2') format('woff2'),
    url('font/eightiescomeback-medsemicond-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* ----the tool tip animation testing area for OUR SERVICES-----*/
.expandable-container {
  position: relative;
  display: inline-block;
}

.expand-button {
  background-color: transparent;
  color: #CEFC3B;
  border: solid 1px #CEFC3B;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 80px;
  font-size: 18px;
  font-family: 'pp_neue_montreallight';
  letter-spacing: 1.35px;
}

.expand-button:hover {
  background-color: #202DF4;
  color: #ccc;
}

.button-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; /* Add margin to the left side of the button text */
}

.rotating-gif {
  width: 10px; /* Adjust width as needed */
  height: 10px; /* Adjust height as needed */
  vertical-align: middle;
  margin-left: 5px; /* Add margin to the right side of the GIF */
  transition: transform 0.3s ease; /* Add transition for smooth rotation */
}

/* Reverse the rotation when button is clicked */
.expand-button.clicked .rotating-gif {
  transform: rotate(45deg); /* Rotate -45 degrees when button is clicked */
}

section.listed-services {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* --- to automatically make an img rotate, use class "rotate-img" animation css ---*/

.rotate-img {
  transform: rotate(180deg); /* Adjust the rotation angle as needed */
  transition: transform 0.5s ease; /* Add transition for smooth rotation */
}

.rotate-img:hover {
  transform: rotate(90deg); /* Adjust the rotation angle on hover if desired */
}

.rotate-img {
  animation: rotateImage 5s linear infinite; /* Adjust animation duration and timing as needed */
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg); /* Adjust the rotation angle as needed */
  }
}

/* --- zoom in and out animation css use class="zoom-img" in html---*/
.zoom-img {
  animation: zoomInOut 4s ease-in-out infinite alternate; /* Adjust animation duration and timing as needed */
}

@keyframes zoomInOut {
  from {
    transform: scale(1); /* Initial scale */
  }
  to {
    transform: scale(2); /* Adjust the scale for zooming in */
  }
}

.pop-img {
  animation: popAnimation 2s ease-in-out infinite; /* Adjust animation duration and timing as needed */
}

@keyframes popAnimation {
  0% {
    transform: scale(1); /* Original size */
  }
  50% {
    transform: scale(1.1); /* Slightly larger size */
  }
  100% {
    transform: scale(1); /* Back to original size */
  }
}

/* --- heart beat animation ----*/

.heart {
  font-size: 6em;
  position: relative;
}

.heartbeat {
  position: relative;
  z-index: 1;
  animation: beat 2s linear infinite;
}

.heartecho {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: echo 2s linear infinite;
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(0.9);
  }
  21% {
    transform: scale(1.1) skew(0.004turn);
  }
  28% {
    transform: scale(1) skew(0.008turn);
  }
  35% {
    transform: scale(1) skew(0);
  }
}

@keyframes echo {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  14% {
    opacity: 0.4;
    transform: scale(0.8);
  }
  21% {
    opacity: 0.4;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}

/* CSS for the heart pulse animation */
.cloud {
  animation: pulse 6s infinite alternate; /* Apply pulse animation */
  opacity: 1; /* Initially set opacity to 0 */
  transform-origin: center; /* Set the transform origin to the center */
}

/* Pulse animation */
@keyframes pulse {
  0% {
    opacity: 1; /* Start with opacity 0 */
    transform: scale(0.5) rotate(0deg); /* Start with a smaller size and no rotation */
  }
  100% {
    opacity: 1; /* End with opacity 1 */
    transform: scale(1.25) rotate(20deg); /* End with the original size and a slight rotation */
  }
}

/* CSS for the rotating animation */

.star {
  animation: rotateStar 6s linear infinite; /* Apply rotation animation */
}

/* Rotation animation */
@keyframes rotateStar {
  0% {
    transform: rotate(0deg); /* Start with no rotation */
  }
  50% {
    transform: rotate(360deg); /* Rotate quickly to 360 degrees */
  }
  100% {
    transform: rotate(360deg); /* Keep rotating slowly at 360 degrees */
  }
}

/*--- pulse heart ingrediens ---*/

.loving {
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9); /* Start the pulse slightly smaller than normal */
  }
  50% {
    transform: scale(1.1); /* Peak of the pulse - slightly larger than normal */
  }
  100% {
    transform: scale(0.9); /* Back to slightly smaller than normal */
  }
}

/*--- collaboration ---*/

.clover {
  position: relative; /* Ensure the image can be moved */
  animation: swirlAppearance 8s linear infinite; /* Animation for swirl appearance */
  opacity: 0; /* Initially hide the image */
}

@keyframes swirlAppearance {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0.2); /* Start small and rotated */
  }
  30% {
    opacity: 1;
    transform: rotate(360deg) scale(1.35); /* Rotate to full size and a bit larger */
  }
  100% {
    opacity: 1;
    transform: rotate(720deg) scale(0.8); /* Rotate twice and maintain full size */
  }
}

/* ----------- contact -1 testing -------------*/

.container-1 {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #FFD2D2;
  border-radius: 26px;
  background-color: #22001C;
}
h2 {
  text-align: center;
  margin-bottom: 20px;
}
.form-group {
  margin-bottom: 15px;
}
label {
  display: block;
  font-weight: bold;
}
input,
select,
textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #FF9CEE;
  border-radius: 5px;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}
.submit-btn {
  width: 100%;
  padding: 10px;
  border: solid 1px #CEFC3B;

  background-color: #001E05;
  border-radius: 80px;
  font-size: 16px;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #0056b3;
}

/*------ grid --------*/

.grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
  margin-left: 10%;
  margin-right: 10%;
  justify-items: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
}

.grid-item {
  text-align: center;
}

@media (max-width: 983px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-item img {
  filter: invert(100%);
  max-width: 50%;
}

/*------- ffs cloud -----*/
@keyframes rotate {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.spacer {
  display: inline-block; /* Ensures the div wraps around the image */
}
.star {
  animation: rotate 2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

/*---- testing two columns moveable left side ------*/

.moveablecolumns {
  display: flex;
  height: 100vh;
  width: 100%; /* Ensures the container takes the full width of the viewport */
  margin-top: 100px;
  font-size: 18px;
}

@media only screen and (max-width: 760px) {
  .moveablecolumns {
    font-size: 12px;
	  line-height: 1.2;
  }
}


.left-column {
  width: 50%; /* 40% width for the left column */
  overflow-y: auto; /* Enables vertical scrolling */
  padding: 20px;
  background-color: none;
  text-align: center;
  justify-content: center;
}

/* Hide scrollbar for IE, Edge, and Firefox */
.left-column {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.right-column {
  width: 50%; /* 60% width for the right column */
  background-color: none;

  padding: 20px;
  position: relative; /* Needed for absolute positioning of its content */
  text-align: left;
}

.right-column .content {
  position: sticky;
  top: 20px; /* Distance from the top of the viewport*/
  margin-left: 25px;
}

.content {
  padding: 20px;
  background-color: none;
  border-radius: 8px;
  margin-bottom: 20px;
}








/* Hide scrollbar for all browsers using custom divs */
.scroll-container {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.scroll-content {
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

/* Hide scrollbar for Webkit-based browsers (Chrome, Safari) */
.scroll-content::-webkit-scrollbar {
  display: none;
}

/* Image block styling */
.image-block1 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.image-block1 img {
  width: 30%;
  height: auto;
}





















.portfolio-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    background-color: transparent;
    font-family: 'pp_neue_montrealbook';
}

.gallery-item {
    position: relative;
    flex: 1 1 calc(33.333% - 20px);
    margin: 2%;
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px; /* Add padding to the bottom */
}


/*
.gallery-link {
    display: block;
    width: 100%;
    height: auto;
    color: inherit;
    text-decoration: none;
    position: relative;
}
*/

.gallery-link {
    display: block;
    width: 100%;
    height: auto;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden; /* Ensure the overlay doesn't overflow outside the image */
}

.gallery-link {
    display: block;
    width: 100%;
    height: auto;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden; /* Ensure the image doesn't overflow outside its container */
}

.gallery-link img {
    transition: transform 0.3s ease-in-out;
    width: 100%; /* Ensure the image takes up the full width of the container */
    height: auto;
}

.gallery-link:hover img {
    transform: scale(1.1); /* Zoom in on hover */
}















.gallery-item img {
   
	max-width: 100%;
    max-height: 100%;
    height: 400px; /* Set a fixed height */
    object-fit: cover; /* Ensure images scale proportionally */
    display: block;
    margin: 0 auto;
}

.gallery-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}

.gallery-title {
    font-size: 18px;
    margin: 10px 0 0 0;
    font-family: 'eightiescomebackmedium';
}

.gallery-subtitle {
    font-size: 14px;
    margin: 5px 0 20px 0;  /* Added 20px bottom margin for spacing */
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .gallery-item {
        flex: 1 1 calc(50% - 20px);
        padding-bottom: 50px; /* Increase padding for smaller screens */
    }
}

@media (max-width: 768px) {
    .gallery-item {
        flex: 1 1 calc(100% - 20px);
        padding-bottom: 60px; /* Further increase padding for smaller screens */
    }
}
