@font-face {
  font-family: 'nb_architekt_pro_regular';
	src: url(assets/fonts/ab9ec76fec6e578e.woff2) format('woff2'),
	url(assets/fonts/dbba4d32400b6a33.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

body,
html {
  margin: 0;
  padding: 0;
  /* overscroll-behavior: none; */
  font-family: "nb_architekt_pro_regular", sans-serif;
}

body{
  overflow: hidden;
}

h1 {
  font-weight: 600;
}
p {
  font-weight: 600;
}

.main-container{
  visibility: hidden;
}

.nav-con {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, #000000bd, transparent);
}
.nav-bar {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.logo {
  width: 200px;
  cursor: pointer;
  filter: drop-shadow(10px 4px 6px black);
}
.button-nav {
  height: 50px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  background: #f9881000;
  color: #FFD700;
  cursor: pointer;
  text-transform: uppercase;
  border-style: unset;
}
.button-nav-fill {
  margin-top: 10px;
  width: auto;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "nb_architekt_pro_regular";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  background: #FFD700;
  color: #000;
  cursor: pointer;
  border-style: solid;
  border-radius: 50px;
  border-color: #FFD700;
  box-shadow: 0 0 20px 1px #FFD700;
}
.nav-active-btn { 
	font-weight: 600;
	filter: drop-shadow(0px 0px 7px #f98910);
}
.nav-menu {
	display: flex;
	gap: 10px;
	border-style: solid;
    border-width: 2px;
    height: fit-content;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 100px;
    border-color: #FFD700;
	background: #0000005e;
}
#webgi-canvas-container {
	width: 100%;
	height: 100%;
}
.section-first {
	/* position: relative; */
	width: 100%;
	height: 100vh;
	/* height: calc(100vh + 100vh); */
}
.canva-container-first {
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: -2;
}

.section-second {
	width: 100%;
	height: 100vh;
	background: radial-gradient(#172d4b, #151b29);
}
.linear-bg-dark-gradient{
	padding: 20px;
	/* background: linear-gradient(90deg, #151b29, transparent); */
}
.gradient-text-heading {
  background: linear-gradient(to right, #ffc500, #ff7600);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.fs-30 {
	font-size: 35px;
  font-weight: bold;
  font-family: Montserrat;
}
.fs-36 {
	font-size: 35px;
  font-weight: bold;
  font-family: Montserrat;
}
.text-center{
  font-family: Montserrat;
}
.sec-second-heading {
    background: radial-gradient(transparent, black);
}
.v-card {
	backdrop-filter: blur(30px);
  background: rgb(58, 152, 0);
  margin: 100px 0px;
  padding: 50px 20px;
  border-radius: 20px;
  box-shadow: 0px 1px 16px #dfff00;
}
.bg-video {
  background: #030610;
  position: fixed;
  width: 100%;
  height: 100vh;
}
.sec-13 {
  width: 100%;
  height: 100%;
}
.about-us-card {
  border-radius: 20px;
  box-shadow: 0px 1px 16px #dfff00;
}
.d-none {
	display: none;
}
.nav-item {
  display: none;
}

.navbar-mobile {
  display: none;
}

@media only screen and (max-width: 610px) {
  .navbar-mobile {
    display: none;
    align-items: center;
  }

  .logo {
    width: 160px;
  }

  .nav-bar {
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 20px;
  }

  .nav-menu {
    display: none;
  }

  .nav-item {
    display: unset;
  }

  .fs-30 {
    font-size: 18px;
    font-family: Montserrat;
  }
  .fs-36 {
    font-size: 18px;
    font-family: Montserrat;
  }
  .text-center{
    font-family: Montserrat;
  }
  p {
    font-weight: 200;
    font-size: 12px;
    text-align: justify;
  }

  .footer-social {
    display: flex;
    align-items: center;
    padding-bottom: 9px;
}
}

.footer {
  
  padding: 0px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none; /* Initially hide the footer */
  backdrop-filter: blur(9px);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


.cols.d-flex.align-items-center{
  
  margin-bottom: 400px;

}

/* Footer content container */
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

/* Footer logo */
.footer-logo {
  margin-right: 20px; /* Adjust margin as needed */
}

.footer-logo img {
  width: 100px; /* Adjust logo size as needed */
  height: 80px;
  margin-left: 26px;
}

.footer-logo span {
  font-size: 18px; /* Adjust font size as needed */
  font-weight: bold;
}

/* Footer contact information */
.footer-contact {
  margin-right: 20px; /* Adjust margin as needed */
}

.footer-contact p {
  margin-bottom: 5px;
  font-size: 16px; /* Adjust font size as needed */
  color: #ff7600;
}

.footer-contact a {
  color: #ff7600;
  text-decoration: none;
}

/* Footer social links */
.footer-social {
  display: flex;
  align-items: center;
}

.social-link {
  margin: 0 5px; /* Adjust margin as needed */
  background: transparent; /* Ensure background is transparent */
  padding: 5px; /* Optional: Add padding if needed */
  border-radius: 50%; /* Optional: Add border-radius for round icons */
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link img {
  width: 30px; /* Adjust icon size as needed */
  height: auto; /* Ensure the aspect ratio is maintained */
  background: transparent; /* Ensure background is transparent */
  border-radius: 50%; /* Optional: Add border-radius for round icons */
}

/* Footer copyright */
.footer-copyright {
  margin-top: 20px; /* Adjust margin as needed */
  color: #ff7600;
}
.footer-copyright p {
  font-size: 14px; /* Adjust font size as needed */
  color: #ff7600;
}
