@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.btn {
  border-radius: 100px;
  padding: 0.5em 1.5em;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
}
.btn.btn-primary {
  border: 2px solid var(--Color-1, #d4af37);
  background: var(--Grad-1, linear-gradient(90deg, #d4af37 0%, #aa5b0f 100%));
}
.btn.btn-primary:hover {
  border-color: #ffd700;
  background: linear-gradient(90deg, #ffd700 0%, #cc6e10 100%);
}

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

body {
  background-image: url("../images/bgimg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

h2 {
  font-size: 2.625em;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2em;
  }
}

.navbar-toggler {
  border-color: #d4af37;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

p {
  opacity: 0.8;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 32px;
}

.form-control {
  color:#ffffff !important;
  border-color: #6d5403;
  border-radius: 16px;
  background-color: transparent;
  padding: 1em 1.3em;
  font-weight: 300;
}
.form-control::-moz-placeholder {
  color: #96a5b8;
}
.form-control::placeholder {
  color: #96a5b8;
}
.form-control:focus {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
}

input.form-control {
  height: 60px;
}

textarea.form-control {
  height: auto;
}

.hero-section {
  padding: 70px 0;
  color: #ffffff;
  position: relative;
}
.hero-section h1 {
  font-size: 5em;
  margin-bottom: 0.1em;
}
.hero-section p {
  margin-bottom: 2.3em;
}
.hero-section .hero-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1em;
}
.hero-section .hero-section-btn .btn {
  padding: 0.7em 1em;
  min-width: 210px;
}
.hero-section.thank-you-section {
  background-image: none;
}
.hero-section.thank-you-section h1 {
  font-size: 2.625em;
}
.hero-section.thank-you-section p {
  font-size: 1.25em;
  margin: 1em 0;
}
.hero-section.thank-you-section h3 {
  font-size: 2em;
  margin-bottom: 0;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 2.625em;
  }
  .hero-section p {
    font-size: 1.25em;
  }
  .hero-section .hero-section-btn .btn {
    min-width: 150px;
    font-size: 12px;
  }
}

.hero-image {
  position: absolute;
  left: 50%;
  right: 0;
  width: 1350px;
  height: 1350px;
  top: 361px;
  transform: translateX(-50%);
  z-index: -1;
  background-size: cover;
}

.about-us {
  padding: 0 0 60px;
}
.about-us h2 {
  margin-bottom: 0.3em;
}
.about-us p {
  font-size: 1.2em;
  font-weight: 300;
  color: #ffffff;
}
.about-us p span {
  color: #d4af37;
}

.startups {
  padding: 30px 0 60px;
  color: #ffffff;
}
.startups h2 {
  margin-bottom: 0.3em;
}
.startups p {
  margin-bottom: 1.2em;
}
.startups ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.7em;
}
.startups ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid #827262;
  padding-bottom: 1.3em;
  padding-left: 1em;
}
.startups ul li img {
  width: 20px;
}
.startups .contact-content {
  background: radial-gradient(circle at 100% 100%, #000000 0, #000000 23px, transparent 23px) 0% 0%/24px 24px no-repeat, radial-gradient(circle at 0 100%, #000000 0, #000000 23px, transparent 23px) 100% 0%/24px 24px no-repeat, radial-gradient(circle at 100% 0, #000000 0, #000000 23px, transparent 23px) 0% 100%/24px 24px no-repeat, radial-gradient(circle at 0 0, #000000 0, #000000 23px, transparent 23px) 100% 100%/24px 24px no-repeat, linear-gradient(#000000, #000000) 50% 50%/calc(100% - 2px) calc(100% - 48px) no-repeat, linear-gradient(#000000, #000000) 50% 50%/calc(100% - 48px) calc(100% - 2px) no-repeat, linear-gradient(91deg, #d4af37 0%, rgba(170, 170, 85, 0.7333333333) 100%);
  border-radius: 24px;
  padding: 3em 2em;
}

.checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.checkbox-container .form-check-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.checkbox-container .form-check-input:checked {
  background-color: transparent;
  border-color: #d4af37;
}

.portfolio {
  padding: 30px 0 60px;
  color: #ffffff;
}
.portfolio p {
  opacity: 1;
  margin-bottom: 1.4em;
}
.portfolio ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.7em;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
}
.portfolio ul li .link {
  display: flex;
  align-items: center;
  padding: 1.3em 1.2em;
  border-radius: 12px;
  border: 0.5px solid #d4af37;
  background: #141000;
  justify-content: center;
}
.portfolio ul li .link img {
  width: 155px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-form {
  padding: 0px 0 60px;
  color: #ffffff;
}
.contact-form .contact-form-content {
  padding: 4em 5em !important;
  background: radial-gradient(circle at 100% 100%, #000000 0, #000000 23px, transparent 23px) 0% 0%/24px 24px no-repeat, radial-gradient(circle at 0 100%, #000000 0, #000000 23px, transparent 23px) 100% 0%/24px 24px no-repeat, radial-gradient(circle at 100% 0, #000000 0, #000000 23px, transparent 23px) 0% 100%/24px 24px no-repeat, radial-gradient(circle at 0 0, #000000 0, #000000 23px, transparent 23px) 100% 100%/24px 24px no-repeat, linear-gradient(#000000, #000000) 50% 50%/calc(100% - 2px) calc(100% - 48px) no-repeat, linear-gradient(#000000, #000000) 50% 50%/calc(100% - 48px) calc(100% - 2px) no-repeat, linear-gradient(91deg, #d4af37 0%, rgba(170, 170, 85, 0.7333333333) 100%);
  border-radius: 24px;
  padding: 2em;
}
@media (max-width: 991px) {
  .contact-form .contact-form-content {
    padding: 4em 2em !important;
  }
}
.contact-form .contact-form-content h2 {
  font-size: 2.625em;
  margin-bottom: 0.3em;
}
.contact-form .contact-form-content p {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 32px;
  opacity: 1;
  margin-bottom: 1.5em;
}

footer {
  padding: 30px 0;
  color: #ffffff;
}
footer .footer_border {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2.4em 0;
  margin-bottom: 1.2em;
}
footer .footer-logo {
  margin-bottom: 1.2em;
}
footer .footer-mail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
footer .footer-mail a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  opacity: 0.8;
}
footer .footer-mail img {
  width: 20px;
}
footer .footer-mail div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  margin-left: auto;
}
footer .footer-links {
  font-weight: 300;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.2em;
}
footer .footer-links span {
  opacity: 0.5;
  margin-right: auto;
}
footer .footer-links a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease;
}
footer .footer-links a:hover {
  opacity: 1;
}

#up {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #d4af37;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  font-weight: bolder;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none;
}
#up:hover {
  background-color: #d4af37;
  opacity: 0.7;
}
#up p {
  margin: 0;
}

@media (max-width: 767px) {
  .mb15 {
    margin-top: 1.5em;
  }
  .startups .col-md-6.text-center {
    order: 2;
  }
  .portfolio ul li .link {
    padding: 1em 1em;
  }
  .portfolio ul li .link img {
    width: 100px;
    height: 24px;
  }
  .contact-form .contact-form-content {
    padding: 1.4em !important;
  }
  .contact-form .contact-form-content h2 {
    font-size: 2em;
  }
  .contact-form .contact-form-content p {
    font-size: 1em;
  }
  .contact-form .contact-form-content p br {
    display: none;
  }
  footer .footer-links {
    flex-direction: column;
  }
  .startups .contact-content {
    padding: 1.4em;
  }
}
.navbar {
  padding: 1.5rem 0;
}
.navbar .navbar-nav {
  gap: 1.4em;
  margin-right: 2em;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 1em;
  opacity: 0.7;
  font-weight: 300;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  opacity: 1;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
}
.navbar .btn {
  text-transform: capitalize;
}/*# sourceMappingURL=style.css.map */