body {
  background-color: #090909;
  margin: 0;
}

.header {
  position: relative;
  height: 100px;
  text-align: center;
  display: flex;
}

#image-burger {
  display: none;
}

.header-mobile {
  display: none;
}

header {
  transition: 0.5s ease-in-out;
  position: absolute;
  width: 100%;
}

header.sticky {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: 0.5s ease-in-out;
  z-index: 100000;
}

.header nav {
  margin: auto 25px auto 75px;
  display: flex;
}

.header li {
  list-style: none;
  margin: auto 25px;
}

.header ul {
  display: flex;
  margin-right: 131px;
}

.header a {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: Inter;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  margin: auto 30px;
}

.header img {
  height: 50px;
  margin: auto auto auto 142px;
}

.slide-in {
  opacity: 0;
  transform: translateX(-40%);
  animation: slideIn 1s ease-out forwards;
}

.slide-in:nth-child(0) {
  animation-delay: 0.5s;
}

.slide-in:nth-child(1) {
  animation-delay: 0.4s;
}

.slide-in:nth-child(2) {
  animation-delay: 0.3s;
}

.slide-in:nth-child(3) {
  animation-delay: 0.2s;
}

.slide-in:nth-child(4) {
  animation-delay: 0.1s;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-40%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1080px) {
  header {
    top: 0;
  }
  .header {
    display: none;
  }
  #image-burger {
    margin: 25px 40px auto auto;
    display: block;
  }
  .visible-menu {
    display: block !important;
  }
  .hide-menu {
    display: none !important;
  }
  .header-mobile {
    display: none;
    height: 100vh;
    background: #181818;
    z-index: 100000000;
    text-align: right;
    position: fixed;
    width: 100vw;
  }
  .header-mobile nav {
    display: flex;
    flex-direction: column;
    margin: 125px auto;
    padding: 0 40px;
  }
  .header-mobile a {
    margin: 0 0 30px;
  }
  .header img {
    height: 30px;
    margin: auto auto auto 142px;
    padding: 25px 40px;
  }
  .stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
}
footer {
  height: auto;
  background-color: #181818;
  color: white;
  font-family: Inter;
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.45);
}
footer h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
footer a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 200;
  font-family: Inter;
  color: white;
}
footer p {
  font-size: 16px;
  text-decoration: none;
  font-weight: 200;
  font-family: Inter;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer li {
  list-style: none;
  margin: 0 0 22px;
}
footer li:last-child {
  margin: 0;
}

.footer {
  display: block;
  padding: 70px 112px 60px;
}

.footer-blocks {
  display: flex;
  margin-bottom: 45px;
}

.footer-blocks2 {
  display: flex;
}

.footer-infos {
  display: block;
  width: 100%;
}

.footer-section:nth-child(1) {
  width: 80%;
}

.footer-section:nth-child(2) {
  width: 25%;
}

.footer-section:nth-child(3) {
  width: 15%;
}

.footer-section2 {
  width: 100%;
  display: flex;
  margin-top: 50px;
}
.footer-section2 ul {
  margin: auto 0 auto auto;
  display: flex;
}
.footer-section2 li {
  margin: 0 0 0 20px;
}
.footer-section2 li:last-child {
  margin: 0 0 0 20px;
}

.footer-tm {
  color: #888888;
  font-size: 14px;
  font-family: Inter;
  margin: 0;
}
.footer-tm a {
  font-size: 14px;
  color: #505050;
}

.footer-divide {
  height: 1px;
  background-color: #3C3C3C;
}

.footer-image {
  width: 40%;
  text-align: center;
}

.footer-img {
  height: 400px;
  margin: auto 50px 0;
  opacity: 0.9;
}

.socials {
  width: 54px;
}

.socials2 {
  height: 30px;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 1080px) {
  .footer {
    padding: 70px 0 60px;
  }
  .footer-infos {
    width: 80%;
    margin: auto;
  }
  .footer-blocks {
    display: flex;
    margin-bottom: 45px;
    flex-direction: column;
    text-align: center;
  }
  .footer-section:nth-child(1) {
    width: 100%;
  }
  .footer-section:nth-child(2) {
    width: 100%;
    margin: 50px auto;
  }
  .footer-section:nth-child(3) {
    width: 100%;
  }
  footer li {
    margin: 0 0 15px;
  }
  .footer-divide {
    width: 75%;
    margin: auto;
  }
  .footer-blocks2 {
    width: 75%;
    margin: auto;
  }
  .socials2 {
    height: 20px;
    width: 20px;
  }
}
.banner-vid {
  width: 80%;
  margin: 200px auto;
  height: 600px;
  overflow: hidden;
}

.banner-video {
  height: 100vh;
}

.banner-video img {
  height: 100%;
  float: right;
}

.banner-text-hide {
  display: none;
}

.about-button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #1f1f1f;
  border: none;
  border-radius: 15px;
  height: 50px;
  margin: auto 75px;
  width: 150px;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}

.about-button:hover {
  background-color: #383838;
  transition: 0.1s ease-in-out;
}

.centered-box {
  position: absolute;
  width: 840px;
  height: 500px;
  top: 10%;
  left: 5%;
  display: block;
  justify-content: center;
  align-items: center;
}
.centered-box h3 {
  font-family: "Inter";
  font-size: 115px;
  color: #f4f6f8;
  margin: 75px 75px 0;
  font-weight: 700;
}
.centered-box h4 {
  font-family: "Inter";
  font-size: 34px;
  color: #8d8d8d;
  margin: 0 75px;
  font-weight: 300;
}
.centered-box p {
  font-family: "Inter";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  color: #e5e5e5;
  margin: 75px;
}

.fade-slide-in {
  opacity: 0;
  transform: translateY(50px); /* Start 50px below the original position */
  animation: fadeSlideIn 1s ease-out forwards;
}

.fade-slide-in:nth-child(1) {
  animation-delay: 0.1s;
}

.fade-slide-in:nth-child(2) {
  animation-delay: 0.2s;
}

.fade-slide-in:nth-child(3) {
  animation-delay: 0.3s;
}

.fade-slide-in:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(50px); /* Start 50px below */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End at original position */
  }
}
.parallax-container {
  position: relative;
  z-index: -10000;
  display: none;
}

.parallax-image {
  position: absolute;
  width: auto; /* Ensure the image covers the container */
  height: auto;
  max-width: 100%; /* Ensure the image fits within the container */
  top: 200px;
  left: 15%;
  transform: translateX(-50%); /* Center the image horizontally */
  will-change: transform; /* Optimize for performance */
}

.parallax-container-2 {
  position: relative;
  z-index: -10000;
  display: none;
}

.parallax-image-2 {
  position: absolute;
  height: auto;
  width: auto;
  transform: translateX(-50%); /* Center the image horizontally */
  will-change: transform; /* Optimize for performance */
}

.parallax-container-3 {
  position: relative;
  z-index: -10000;
  height: 0;
  display: none;
}

.parallax-image-3 {
  position: absolute;
  width: auto; /* Ensure the image covers the container */
  height: auto;
  max-width: 100%; /* Ensure the image fits within the container */
  top: -200px;
  left: 10%;
  transform: translateX(-50%); /* Center the image horizontally */
  will-change: transform; /* Optimize for performance */
}

h2 {
  color: white;
  width: 1262px;
  margin: 75px auto 50px;
  font-family: "Inter";
  font-size: 32px;
  font-weight: 300;
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 1054px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 35px;
}

.project {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}

.project-line {
  display: flex;
  padding: 15px 0;
  height: 310px;
  width: 100%;
}
.project-line a {
  text-decoration: none;
}

.project-line:nth-child(2) {
  padding: 0 0 15px;
}

.projects-infos {
  display: block;
  padding: 14px 32px 14px;
  color: white;
  font-family: Inter;
  transition: 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  margin: 7px;
  width: -webkit-fill-available;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
}
.projects-infos h3 {
  font-size: 16px;
  font-weight: 200;
  margin: 0px 0 11px 0;
  height: 16px;
}
.projects-infos h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  height: 20px;
  margin: 0;
}
.projects-infos p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 200;
  margin: 22px 0 0 0;
  height: 12px;
}
.projects-infos img {
  height: 32px;
  width: 32px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.arrow-right {
  display: flex;
}
.arrow-right img {
  height: 32px !important;
  width: 32px !important;
  margin: auto 0 auto auto;
  opacity: 0;
}

.project:hover .projects-infos {
  transition: 0.5s ease-in-out;
}
.project:hover img {
  transition: 0.5s ease-in-out;
  transform: scale(1.1);
  border-radius: 35px;
}
.project:hover .arrow-right {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.project:hover .arrow-right img {
  height: 32px !important;
  width: 32px !important;
  margin: auto 0 auto auto;
  opacity: 1;
}

.see-more {
  display: flex;
  width: 1024px;
  margin: auto;
}
.see-more a {
  font-size: 20px;
  font-family: "Inter";
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  margin: 25px 0 auto auto;
}
.see-more a:hover {
  color: rgb(46, 46, 46);
}
.see-more img {
  height: 18px;
  margin: auto 25px 5px 20px;
}

.project-line a:nth-child(1) {
  padding: 0 15px 0;
}
.project-line a:nth-child(2) {
  padding: 0 15px 0 0;
}

.small .image-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
}

.large .image-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
}

.large img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
  object-fit: cover;
}

.small img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
  object-fit: cover;
}

/* Styles for the 1/2 and 2/1 format 
.large {
    flex: 1 1 65%;
    height: 300px;
}

.small {
    flex: 1 1 30%;
    height: 300px;
}*/
.performance-box {
  background-image: url("../images/background-video.jpg");
  background-size: cover;
}

.title-performance {
  width: 60%;
  margin: 40px auto 20px;
}

.performance {
  width: 60%;
  margin: auto;
  padding: 150px 0 0;
}
.performance video {
  border-radius: 35px;
}

.sub-performance {
  width: 60%;
  color: white;
  margin: 25px auto 0;
  padding-bottom: 90px;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 200;
}

/* Contact Section */
.contact-background {
  padding: 165px 0;
  margin-top: 200px;
  position: relative;
}

.contact-background::before {
  background-image: url(../images/image-upscaled.jpeg);
  background-size: cover;
  content: "";
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.15;
}

.contact-blocks {
  display: flex;
  margin: 0 0 150px;
}

.contact-section {
  width: 840px;
  height: 500px;
  margin: auto auto auto 100px;
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  border-radius: 25px;
  display: flex;
  backdrop-filter: blur(7px);
}
.contact-section img {
  height: 100%;
  border-radius: 25px;
}
.contact-section h3 {
  font-family: "Inter";
  font-size: 40px;
  color: #f4f6f8;
  margin-bottom: 0;
  font-weight: 700;
}
.contact-section h4 {
  font-family: "Inter";
  font-size: 34px;
  color: #8d8d8d;
  margin: 0 auto 50px;
  font-weight: 300;
}
.contact-section p {
  font-family: "Inter";
  font-size: 50px;
  font-weight: 600;
  color: #7b7b7b;
}

.contact-section2 {
  width: 840px;
  height: 100%;
  margin: auto auto auto 150px;
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  overflow: hidden;
}
.contact-section2 div:nth-child(1) {
  margin-top: 150px;
}
.contact-section2 div:nth-child(2) {
  margin-top: 75px;
}
.contact-section2 img {
  border-radius: 25px;
  width: 280px;
  margin: 15px 15px 0 0;
}

.contact-button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #1f1f1f;
  border: none;
  border-radius: 15px;
  height: 50px;
  margin: auto 0;
  width: 150px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #333; /* Darker black on hover */
}

.contact-socials {
  display: flex;
  margin: 20% auto 0;
}
.contact-socials ul {
  display: flex;
  margin: auto;
}
.contact-socials li {
  list-style: none;
  margin: 10px;
}
.contact-socials img {
  height: 25px;
}

.contact-slide-in {
  opacity: 0;
  transform: translateX(-10%);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Slide-in animation when the block becomes visible */
.contact-slide-in.visible {
  opacity: 1;
  transform: translateX(0);
}

.mosaique-slide-in {
  opacity: 0;
  transform: translateY(30%);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.mosaique-slide-in:nth-child(2) {
  opacity: 0;
  transform: translateY(30%);
  transition: transform 1.5s ease-out, opacity 1.5ss ease-out;
}

.mosaique-slide-in:nth-child(3) {
  opacity: 0;
  transform: translateY(30%);
  transition: transform 2s ease-out, opacity 2s ease-out;
}

/* Slide-in animation when the block becomes visible */
.mosaique-slide-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1080px) {
  .banner-video {
    width: 100%;
    overflow: hidden;
  }
  .banner-text-hide {
    display: block;
  }
  h2 {
    width: 85%;
    font-size: 24px;
    text-align: center;
  }
  .container {
    width: 85%;
  }
  .arrow-right img {
    height: 20px !important;
    width: 20px !important;
  }
  .project:hover .arrow-right img {
    height: 20px !important;
    width: 20px !important;
  }
  .see-more {
    width: 80%;
    margin: auto auto 50px;
  }
  .project-line {
    display: block;
    padding: 15px 15px 0;
    height: auto;
  }
  .project-line:nth-child(2) {
    padding: 0 15Px;
  }
  .project-line a:nth-child(1) {
    padding: 0;
  }
  .project-line a:nth-child(2) {
    padding: 0;
  }
  .project-style-a {
    width: 100%;
  }
  .project-style-b {
    width: 100%;
  }
  .project {
    position: relative;
    height: auto;
    margin: auto;
    width: 100%;
    margin-bottom: 15px;
  }
  .project-line a {
    display: block;
  }
  .projects-infos {
    padding: 14px 23px 14px;
  }
  .small img {
    display: block;
    height: 250px;
    object-fit: cover;
  }
  .large img {
    height: 250px;
    object-fit: cover;
    display: block;
  }
  .banner-video img {
    height: 100%;
    width: auto;
    margin-left: -800px;
    float: none;
  }
  .centered-box {
    position: absolute;
    width: 68%;
    height: 500px;
    top: 10%;
    left: 16%;
    display: block;
  }
  .centered-box h3 {
    font-size: 50px;
    margin: 0;
  }
  .centered-box h4 {
    font-size: 24px;
    margin: 0;
  }
  .centered-box p {
    font-size: 15px;
    margin: 60px auto 90px;
    line-height: 20px;
  }
  .centered-box button {
    margin: 0;
  }
  .contact-section2 {
    display: none;
  }
  .contact-section {
    width: 85%;
    margin: auto;
    height: auto;
  }
  .contact-section img {
    display: none;
  }
  .contact-section div {
    padding: 30px;
    width: 100%;
  }
  .contact-section h3 {
    margin: 0;
  }
  .contact-section h4 {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .contact-section p {
    margin: 0;
    font-size: 20px;
  }
  .contact-section img {
    display: none;
  }
  .contact-blocks {
    margin: auto;
  }
  .contact-background {
    padding: 65px 0;
    margin: 0;
  }
  .contact-socials {
    margin: 20px 0 0;
    padding: 0 !important;
  }
  .contact-socials img {
    display: block;
    width: 20px;
    height: 20px;
  }
  .contact-button {
    font-size: 13px;
    width: 100px;
  }
  .performance {
    width: 100%;
    padding: 100px 0 0;
  }
  .performance video {
    border-radius: 0;
  }
  .performance-box {
    padding-bottom: 70px;
  }
  .title-performance {
    width: 80%;
    text-align: left;
    padding: 0;
  }
  .sub-performance {
    width: 80%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1500px) {
  h2 {
    width: 85%;
  }
  .contact-blocks {
    display: block;
    margin-bottom: 0;
  }
  .contact-section {
    margin: auto;
  }
  .contact-section2 {
    position: unset;
    margin: 150px auto 0;
    overflow: unset;
    width: min-content;
  }
  .contact-section2 img {
    width: 340px;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .contact-section2 {
    width: 35%;
  }
}
.about {
  background-image: url("../images/about-bg.png");
  background-size: cover;
}

.about-section {
  width: 1050px;
  margin: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  padding: 15px;
  height: 782px;
}

.side-decoration {
  position: absolute;
  right: -20%;
}

.upper-section {
  display: flex;
}

.about-image {
  width: 41%;
  margin-right: 15px;
  height: 676px;
  overflow: hidden;
  border-radius: 40px;
}
.about-image img {
  width: auto;
  border-radius: 40px;
  display: block;
  height: -webkit-fill-available;
  margin-left: -50px;
}

.separator {
  height: 185px;
}

.about-text h1 {
  font-size: 40px;
  font-family: "Inter";
  color: white;
  font-weight: 700;
}
.about-text h2 {
  font-size: 20px;
  font-family: "Inter";
  color: #484848;
  font-weight: 400;
  width: auto;
  margin: 0;
  text-align: left;
}
.about-text h3 {
  font-size: 14px;
  font-family: "Inter";
  color: white;
  font-weight: 600;
}
.about-text .about-divider {
  height: 3.5px;
  width: auto;
  background: #2E2E2E;
}
.about-text p {
  font-size: 13px;
  font-family: "Inter";
  color: white;
  font-weight: 400;
  height: 375px;
  overflow: auto;
}

.about-text-box {
  width: 59%;
  background: #1D1D1D;
  border-radius: 40px;
}

.about-text {
  padding: 20px 65px;
}
.about-text h1 {
  font-size: 96px;
  margin: 0;
  height: 96px;
}
.about-text h2 {
  font-size: 36px;
}
.about-text h3 {
  font-size: 20px;
}
.about-text p {
  font-size: 14px;
}

.social-bar {
  display: flex;
  margin: 15px 0;
  height: 94px;
}

.about-socials {
  background: #1D1D1D;
  padding: 20px 76px;
  border-radius: 40px;
  margin-right: 15px;
  display: flex;
  width: 90%;
}
.about-socials p {
  width: 30%;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  color: white;
  line-height: 24px;
}
.about-socials ul {
  display: flex;
  margin: auto;
  padding: 0;
  place-content: space-evenly;
  width: 30%;
  margin: auto 0 auto auto;
  height: 30px;
}
.about-socials li {
  list-style: none;
}
.about-socials img {
  height: 30px;
  width: 30px;
}

.about-socials2 {
  width: 10%;
  background: #1D1D1D;
  padding: 20px 30px;
  border-radius: 40px;
}

@media screen and (max-width: 1080px) {
  .side-decoration {
    display: none;
  }
  .separator {
    height: 80px;
  }
  .about-section {
    width: 77.5%;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50px;
    margin: auto;
    padding: 15px;
    height: auto;
  }
  .upper-section {
    display: block;
  }
  .about-image {
    margin: auto;
    width: auto;
    height: auto;
  }
  .about-image img {
    width: 100%;
    border-radius: 40px;
    display: block;
    height: auto;
    margin: 0;
  }
  .about-text-box {
    background: #1D1D1D;
    padding: 30px;
    border-radius: 40px;
    margin: 15px 0;
    width: auto;
  }
  .about-text {
    padding: 0;
  }
  .about-text h1 {
    font-size: 40px;
    font-family: "Inter";
    color: white;
    font-weight: 700;
    height: auto;
  }
  .about-text h2 {
    font-size: 20px;
    font-family: "Inter";
    color: #484848;
    font-weight: 400;
    width: auto;
    margin: 0;
    text-align: left;
  }
  .about-text h3 {
    font-size: 14px;
    font-family: "Inter";
    color: white;
    font-weight: 600;
  }
  .about-text .about-divider {
    height: 3.5px;
    width: auto;
    background: #2E2E2E;
  }
  .about-text p {
    font-size: 13px;
    font-family: "Inter";
    color: white;
    font-weight: 400;
    height: 375px;
    overflow: auto;
  }
  .about-socials {
    background: #1D1D1D;
    padding: 20px 30px;
    border-radius: 40px;
    width: 100%;
    margin: 0;
  }
  .about-socials ul {
    display: flex;
    margin: auto;
    padding: 0;
    place-content: space-evenly;
    width: 80%;
  }
  .about-socials li {
    list-style: none;
  }
  .about-socials img {
    height: 30px;
    width: 30px;
  }
  .about-socials p {
    display: none;
  }
  .about-socials2 {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 1080px) {
  .upper-section {
    display: block;
    height: auto;
    position: relative;
  }
  .about-text-box {
    height: 35%;
    margin: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(50px);
    margin: 25px;
    position: absolute;
    bottom: 0;
  }
  .about-text {
    height: 100%;
    overflow: auto;
  }
  .about-text p {
    height: auto;
  }
}
@media screen and (max-width: 1500px) {
  .side-decoration {
    display: none;
  }
}
.catalog {
  background-image: url("../images/catalog-bg.jpg");
  background-size: cover;
}

.catalog-container {
  padding: 15px;
  position: relative;
}

.project-catalog {
  width: 100%;
}

.catalog-section {
  width: 1050px;
  margin: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  padding: 15px;
  height: 782px;
}

.top-decoration {
  width: 1054px;
  margin: 0 auto 112px;
}
.top-decoration p {
  display: none;
}
.top-decoration img {
  width: 100%;
}

.project-pair {
  margin-bottom: 15px;
}
.project-pair .projects:nth-child(1) {
  margin-right: 15px;
}

.project-pair:last-child {
  margin: 0;
}

.projects img {
  width: 100%;
}

.project-pair {
  display: flex;
  height: 310px;
}

.projects img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 25px;
}

.project-style-a {
  width: 43%;
  border-radius: 25px;
  position: relative;
}

/* Style B for project block */
.project-style-b {
  width: 57%;
  border-radius: 25px;
  position: relative;
}

.catalog-image {
  height: 100%;
}

.catalog-text {
  display: block;
  padding: 14px 32px 14px;
  color: white;
  font-family: Inter;
  transition: 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  margin: 7px;
  width: -webkit-fill-available;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
}

@media screen and (max-width: 1080px) {
  .catalog-container {
    padding: 15px 15px 0 15px;
  }
  .project-style-a {
    width: 100%;
    border-radius: 25px;
    position: relative;
  }
  /* Style B for project block */
  .project-style-b {
    width: 100%;
    border-radius: 25px;
    position: relative;
  }
  .top-decoration {
    width: 85%;
    margin: 50px auto;
    text-align: right;
  }
  .top-decoration img {
    display: none;
  }
  .top-decoration p {
    font-size: 16px;
    font-style: italic;
    font-family: "Inter";
    color: white;
    display: block;
  }
  .project-pair {
    display: block;
    height: auto;
  }
  .projects img {
    height: 250px;
  }
}
.gallery {
  background-image: url("../images/about-bg.png");
  background-size: cover;
}

.gallery-box {
  display: flex;
  padding: 15px;
}

.gallery-column {
  display: block;
  width: 25%;
  margin-right: 15px;
}

.container-gallery {
  position: relative;
}

.gallery-column:last-child {
  margin: 0;
}

.gallery-column img {
  width: 100%;
  border-radius: 25px;
  display: block;
  margin-bottom: 15px;
}

.gallery-column img:last-child {
  margin: 0;
}

@media screen and (max-width: 600px) {
  .gallery-box {
    display: block;
    padding: 15px;
  }
  .gallery-column {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.details {
  background-image: url("../images/about-bg.png");
  background-size: cover;
}

.single-container {
  width: 1050px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  margin: auto;
  padding: 15px;
  height: auto;
}

.single-box {
  display: flex;
  border-radius: 40px;
  background: #1D1D1D;
  padding: 40px 45px;
  height: 650px;
}

.single-text {
  width: 550px;
  margin-right: 40px;
}
.single-text h1 {
  font-family: "Inter";
  color: white;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}
.single-text h2 {
  font-family: "Inter";
  color: #B9B9B9;
  font-size: 32px;
  font-weight: 400;
  margin: 0 auto 30px;
}
.single-text h3 {
  font-family: "Inter";
  color: white;
  font-size: 20px;
  font-weight: 600;
}
.single-text .single-description {
  overflow: auto;
  height: 400px;
}
.single-text .single-description::-webkit-scrollbar-track {
  display: none;
}
.single-text .single-description::-webkit-scrollbar {
  width: 5px;
}
.single-text .single-description::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.single-text p {
  font-family: "Inter";
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.single-divider {
  height: 3.5px;
  width: auto;
  background: #2E2E2E;
  margin-bottom: 20px;
}

.single-image {
  width: 100%;
}
.single-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 25px;
  display: block;
}

.details-socials {
  background: #1D1D1D;
  padding: 20px 76px;
  border-radius: 40px;
  margin-right: 15px;
  display: flex;
  width: 90%;
}
.details-socials h3 {
  font-size: 32px;
  font-style: italic;
  font-weight: 200;
  height: auto;
  margin: auto auto auto 0;
  color: white;
  font-family: "Inter";
}

.details-socials2 {
  width: 10%;
  background: #1D1D1D;
  padding: 20px 30px;
  border-radius: 40px;
}

.event-gallery-box {
  display: flex;
  height: 600px;
  overflow: auto;
  border-radius: 40px;
}

.event-gallery-box::-webkit-scrollbar-track {
  display: none;
}

.event-gallery-box::-webkit-scrollbar {
  width: 5px;
}

.event-gallery-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.event-gallery-column {
  width: 33%;
  margin-right: 15px;
}
.event-gallery-column img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  border-radius: 25px;
}

.event-gallery-column:last-child {
  margin: 0;
}

@media screen and (max-width: 1080px) {
  .single-container {
    width: 85%;
  }
  .single-box {
    display: flex;
    border-radius: 40px;
    height: auto;
    flex-flow: column-reverse;
    width: 100%;
    padding: 0;
    background: none;
  }
  .single-box .single-text {
    width: auto;
    background: #1D1D1D;
    margin: 0;
    padding: 20px;
    border-radius: 40px;
  }
  .single-box .single-text h1 {
    font-size: 24px;
  }
  .single-box .single-text h2 {
    font-size: 15px;
    margin: 10px 0 0;
    text-align: left;
    height: 35px;
  }
  .single-box .single-text h3 {
    font-size: 14px;
  }
  .single-box .single-text .single-description {
    height: auto;
  }
  .single-box .single-image {
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .details-socials {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .details-socials h3 {
    font-size: 24px;
    margin: auto;
  }
  .details-socials2 {
    display: none;
  }
  .event-gallery-box {
    display: block;
  }
  .event-gallery-column {
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 1080px) {
  .container {
    width: 65%;
  }
  .single-image {
    width: auto;
  }
  .single-text h2 {
    width: 100%;
    text-align: left;
  }
  .single-container {
    width: 65%;
  }
  .gallery-box {
    display: block;
  }
  .gallery-column {
    margin: auto;
    width: auto;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1500px) {
  .single-image {
    width: 360px;
  }
  .single-text h2 {
    width: 100%;
    text-align: left;
  }
}
.contact {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
}

.contact-block {
  width: 1050px;
  margin: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  padding: 15px;
  height: auto;
}

.contact-image {
  width: 42%;
  margin-right: 15px;
  height: 676px;
  overflow: hidden;
  border-radius: 40px;
}
.contact-image img {
  width: auto;
  border-radius: 40px;
  display: block;
  height: -webkit-fill-available;
}

.contact-text-box {
  width: 58%;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 40px;
  backdrop-filter: blur(7px);
}

.contact-text {
  padding: 50px;
}
.contact-text h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  width: auto;
  margin-bottom: 50px;
}

.form-name {
  display: flex;
}
.form-name .form-div:first-child {
  margin-right: 40px;
}

.form-div {
  display: block;
  font-family: "Inter";
  margin-bottom: 16px;
  width: 100%;
}
.form-div label {
  display: block;
  color: white;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 300;
}
.form-div input, .form-div textarea {
  display: block;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  backdrop-filter: blur(7px);
  border: none;
  padding: 10px 15px;
  font-family: "Inter";
  box-sizing: border-box;
  width: 100%;
  resize: none;
  color: white;
}
.form-div input ::placeholder, .form-div textarea ::placeholder {
  color: white;
  font-weight: 300;
}
.form-div input:focus, .form-div textarea:focus {
  outline: 1px solid #606060;
}
.form-div textarea::-webkit-scrollbar-track {
  display: none;
}
.form-div textarea::-webkit-scrollbar {
  width: 5px;
}
.form-div textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.form-div input::placeholder, .form-div textarea::placeholder {
  color: #4E4E4E;
}

.form-submit {
  display: flex;
  margin-top: 45px;
}
.form-submit button {
  height: 27px;
  width: 100px;
  border-radius: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #606060;
  margin: auto 0 auto auto;
}
.form-submit button:hover {
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.button-arrow {
  width: 6px;
  height: 6px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(315deg);
  margin: auto;
}

.checkbox-div {
  display: flex;
}
.checkbox-div input {
  display: none;
}
.checkbox-div input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-div p {
  margin: 0 13px;
  color: white;
  font-size: 11px;
  font-family: "Inter";
  font-weight: 400;
}
.checkbox-div a {
  color: #0A6492;
  text-decoration: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark {
  height: 15px;
  width: 15px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  position: relative;
}

.checkmark:hover {
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.checkmark:after {
  right: 5px;
  top: 3px;
  width: 3px;
  position: absolute;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.success-message {
  font-size: 15px;
  text-align: left;
  color: white;
  font-family: "Inter";
}

@media screen and (max-width: 1080px) {
  .contact-block {
    width: 85%;
  }
  .contact-image {
    width: 100%;
    height: 240px;
    margin-bottom: 15px;
  }
  .contact-image img {
    width: 100%;
    height: auto;
    margin-top: -50px;
  }
  .contact-text-box {
    width: 100%;
  }
  .contact-text {
    padding: 25px;
  }
  .contact-text h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
  }
  .checkmark {
    min-width: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1080px) {
  .contact-block {
    width: 65%;
  }
  .contact-image {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
