@font-face {
  font-family: "tiempos_headlineblack";
  src: url("../fonts/tiemposheadline-black-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headlineblack_italic";
  src: url("../fonts/tiemposheadline-blackitalic-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headlinebold";
  src: url("../fonts/tiemposheadline-bold-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headlinebold_italic";
  src: url("../fonts/tiemposheadline-bolditalic-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headlinelight";
  src: url("../fonts/tiemposheadline-light-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headlinelight_italic";
  src: url("../fonts/tiemposheadline-lightitalic-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headlinemedium";
  src: url("../fonts/tiemposheadline-medium-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headlinemedium_italic";
  src: url("../fonts/tiemposheadline-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headlineregular";
  src: url("../fonts/tiemposheadline-regular-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headlineRgIt";
  src: url("../fonts/tiemposheadline-regularitalic-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-regularitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headlinesemibold";
  src: url("../fonts/tiemposheadline-semibold-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headlineSBdIt";
  src: url("../fonts/tiemposheadline-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/tiemposheadline-semibolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mabry_probold";
  src: url("../fonts/mabrypro-bold-webfont.woff2") format("woff2"), url("../fonts/mabrypro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  @font-face {
    font-family: "mabry_proregular";
    src: url("../fonts/mabrypro-regular-webfont.woff2") format("woff2"), url("../fonts/mabrypro-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "mabry_proregular", arial, sans-serif;
  color: white;
}

input,
textarea {
  display: block;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "mabry_proregular";
  font-size: 40px;
  color: #000000;
  margin-bottom: 20px;
}

p {
  line-height: 2em;
  font-size: 18px;
}

.spacer {
  margin-top: 30px;
  margin-bottom: 0px;
}

hr {
  border: 2px solid #BED7DC;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 70px;
  margin-right: 70px;
}

.txt-spacer {
  margin-top: 25px;
}

.heading {
  font-family: "lemon_milkmedium";
}

.heading-alt {
  font-family: "lemon_milkmedium";
  color: #171717;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  letter-spacing: 3px;
}

.sub-heading {
  font-family: "mabry_probold";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

.video-pro {
  width: 82%;
  object-fit: cover;
  border-radius: 15px;
}

header {
  width: 100%;
}

.logo {
  width: 100%;
  background-color: #7bb3d6;
  padding: 5px 5px;
}

.sticky-header {
  position: sticky;
  background-color: #7bb3d6;
  z-index: 10;
  top: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#hamburger-menu {
  visibility: hidden;
  background-color: #2d86bf;
  color: white;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

#hamburger-menu ul li {
  list-style: none;
  line-height: 4em;
  font-size: 20px;
}

#hamburger-menu ul li:hover {
  cursor: pointer;
}

#hamburger-open,
#hamburger-close {
  font-size: 30px;
}

#hamburger-open:hover,
#hamburger-close:hover {
  cursor: pointer;
  color: #2d86bf;
}

.main-nav {
  margin-top: auto;
  margin-bottom: auto;
  font-family: "";
}

.main-nav ul li {
  list-style-type: none;
  display: inline;
  margin-right: 50px;
  font-size: 20px;
}

.main-nav ul li:last-of-type {
  margin-right: 0;
}

/*change color of the text*/
.box-center ul li:hover {
  color: #2d86bf;
}

.main-nav ul li:hover {
  padding-bottom: 2px;
  border-bottom: 2px solid white;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .main-nav ul li {
    margin-right: 30px;
    font-size: 18px;
  }
}
a {
  text-decoration: none;
  color: #000000;
  font-family: "tiempos_headlinesemibold", times, serif;
  font-size: 18px;
}

footer #logo {
  width: 30%;
}

footer {
  background-color: #7bb3d6;
  padding-top: 20px;
  overflow: hidden;
}

.footer-nav ul li:hover {
  color: #2d86bf;
}

.footer-nav ul li {
  list-style-type: none;
  margin-bottom: 25px;
  font-size: 20px;
}

.footer-nav ul li:last-of-type {
  margin-bottom: 0;
}

.footer-heading {
  color: #2d86bf;
  font-size: 50px;
  margin-bottom: 10px;
  font-family: "tiempos_headlinesemibold", times, serif;
}

.footer-heading:hover {
  color: #2d86bf;
}

.socials ul li {
  display: inline;
  margin-right: 15px;
  font-size: 28px;
}

.socials ul li:hover {
  color: #FFFFFF;
}

.socials ul li:last-of-type {
  margin-right: 0;
}

footer hr {
  border: none;
  height: 1px;
  background-color: white;
}

@media screen and (max-width: 1199px) {
  .footer-text {
    font-size: 18px;
  }
  .footer-heading {
    font-size: 28px;
  }
  .footer-nav ul li {
    font-size: 20px;
  }
  .socials ul li {
    font-size: 45px;
  }
}
.footer-heading {
  color: #2d86bf;
  font-size: 30px;
  margin-bottom: 10px;
  color: white;
}

.cr {
  color: white;
  margin-top: 20px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .footer-nav,
  .socials {
    text-align: center;
  }
}
.fa-brands {
  color: white;
  padding-top: 20px;
}

.fa-brands,
.fab {
  font-weight: 400px;
  font-size: 45px;
}

.logo {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.button-style {
  border: 1px solid white;
  border-radius: 5px;
  text-align: center;
  padding: 16px 32px;
  padding-top: 10px;
  font-size: 18px;
  width: 165px;
  font-family: "mabry_proregular";
}

span {
  font-family: "mabry_proregular";
}

.button-style:hover {
  border-color: #100F0F;
  background-color: white;
  color: #100F0F;
  cursor: pointer;
}

.close-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #2d86bf;
  padding: 80px;
  font-size: 40px;
  cursor: pointer;
  z-index: 4;
}

.project-img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
  z-index: 3;
}

.project-video {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
  z-index: 3;
}

.thumb {
  position: relative;
}

.project-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-sizing: border-box;
}

.thumb:hover .overlay {
  opacity: 1;
}

.content {
  text-align: center;
  z-index: 1;
}

.thumb:hover .content {
  display: block;
}

.content h2,
.content h3 {
  margin: 0;
  color: #fff;
}

.next-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.next-img {
  height: auto;
  width: 100%;
  display: block;
  border-radius: 40px;
}

.top-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 5px;
}

.next-container:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.cursor {
  position: fixed;
  width: 35px;
  height: 35px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 2px solid #7bb3d6;
  transition: transform 0.3s ease;
  transform-origin: center center;
  pointer-events: none;
  z-index: 1000;
}

.grow,
.grow-small {
  transform: scale(10);
  background: #080b0c;
  mix-blend-mode: difference;
  border: 1px solid #080b0c;
}

.grow-small {
  transform: scale(2.5);
}

#home-page-bg {
  background-color: white;
  color: black;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 140%;
}

@media screen and (max-width: 1199px) {
  #home-page-bg {
    background-size: 190%;
  }
}
@media screen and (max-width: 767px) {
  #home-page-bg {
    background-size: 200%;
  }
}
img {
  border-radius: 15px;
}

canvas {
  display: block;
}

span {
  font-family: "mabry_proregular";
}

.hero-text {
  font-family: "tiempos_headlinesemibold", times, serif;
}

.canvas-cont {
  height: 650px;
}

.hero-text {
  padding-top: 110px;
  padding-left: 50px;
  letter-spacing: 5px;
  line-height: 45px;
  text-shadow: 2px 2px 4px rgba(128, 215, 255, 0.5);
  /* Add text shadow */
  font-size: 36px;
  /* Increase font size */
  text-transform: uppercase;
  /* Convert text to uppercase */
}

.highlight {
  color: #7bb3d6;
}

.thumb {
  position: relative;
}

.project-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  box-sizing: border-box;
  z-index: 2;
}

.thumb:hover .overlay {
  opacity: 1;
}

.content {
  text-align: center;
  z-index: 1;
}

.thumb:hover .content {
  display: block;
  text-align: center;
}

.content h2,
.content h3 {
  margin: 0;
  color: black;
  font-family: "tiempos_headlinesemibold", times, serif;
}

/*slider*/
.hero-slider {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 4rem;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.hero-subtitle {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 2rem;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.background-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.slide.active {
  opacity: 1;
}

/* Form Container */
.contact-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* Form Styles */
.contact-form form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input[type=submit] {
  background-color: #2d86bf;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  border: none;
}

.contact-form input[type=submit]:hover {
  background-color: #2d86bf;
}

.me-img {
  height: 250px;
}

.section-box {
  background-color: #7bb3d6;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ltitle {
  color: #2d86bf;
  font-size: 30px;
  font-family: "tiempos_headlinesemibold", times, serif;
  margin-bottom: 10px;
}

.nextprobox {
  background-color: #7bb3d6;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h3 {
  font-size: 20px;
  font-family: "tiempos_headlinesemibold", times, serif;
  color: black;
}

.role-section-box {
  background-color: #7bb3d6;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.project-button {
  background-color: #2d86bf;
  color: white;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 20px;
  font-family: "tiempos_headlinesemibold", times, serif;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
}

.project-button:hover {
  background-color: #7bb3d6;
  color: white;
}/*# sourceMappingURL=main.css.map */