@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #dc4f33;
  /* --secondary-color: #f5f5f5; */
  --dark-color: #1e1e1e;
  --light-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Orbitron", sans-serif;
  color: #1e1e1e;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: var(--dark-color);
}

ul {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.navbar {
  color: var(--dark-color);
  padding: 0.5rem 0 0 0;
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  top: 0;
}

.navbar .container {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .menu-icon {
  display: none;
  position: absolute;
  right: 35px;
  z-index: 99;
}

.navbar .active {
  display: block;
}

.navbar ul {
  display: flex;
  font-size: 19px;
  gap: 50px;
}
.navbar .flex-container {
  justify-content: space-between;
}

.navbar .nav-link {
  padding: 0 10px 2px 0;
  font-weight: 900;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.navbar .btn {
  display: flex;
  gap: 10px;
  padding: 1rem;
}

.landing-section {
  padding-top: 120px !important;
  min-height: 20rem;
  position: relative;
  margin-bottom: 10rem;
}

.landing-banner-img {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: -1;
}

.landing-section .container {
  display: flex;
  padding-top: 3rem;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position-x: 96%;
}

.landing-text-wrapper {
  flex: 2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.hero-img {
  flex: 1;
  width: 100%;
}

.landing-text {
  font-weight: 900;
  font-size: 50px;
}

.about-section {
  margin-bottom: 10rem;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(1, 60% 40%);
}
.item > img {
  width: 100%;
  height: 100%;
}

.item-2 {
  display: grid;
  align-items: end;
  background-color: #faece9;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  padding: 0 0 4rem 3rem;
}

.item-2 > p {
  max-width: 275px;
}

.about-grid > .item-3 {
  background-color: #faece9;
  display: grid;
  align-items: center;
  padding: 0 4rem;
}

.about-grid > .item-3 > p {
  max-width: 540px;
  color: var(--primary-color);
  font-size: 39px;
  font-weight: 600;
}

.item-5 {
  grid-column: span 2;
  background-color: #28a992;
}

.grid-container {
  display: grid;
  grid-template-columns: 80px 1.4fr 1fr;
  background-color: #28a992;
  overflow: hidden;
}

.grid-container > .grid-item {
  /* text-align: center; */
}
.grid-container > .grid-item:first-child {
  align-self: flex-end;
  justify-self: center;
}

.grid-container > .grid-item:nth-child(5) {
  align-self: center;
  justify-self: center;
}

.grid-container > .item-3 {
  grid-row: span 2;
}

.grid-container > .item-3 img {
  width: 100%;
}

.grid-container > .item-4 {
  grid-column: span 2;
}

.funded-project-title {
  display: grid;
  color: white;
  text-align: start;
  align-self: flex-end;
}

.funded-project-title .title {
}

.funded-project-title .sub-title {
  font-size: 79px;
  font-weight: 600;
}

.startup-box {
  background-color: #20917d;
  color: white;
  grid-column: span 2;
  display: flex;
  align-items: center;
  padding: 25px 50px;
  gap: 30px;
  font-family: "Poppins", sans-serif;
}

.startup-box:hover {
  background-color: var(--primary-color);
  transition: 0.3s;
}

.startup-box > img {
  background-color: white;
  padding: 0 1rem;
}

.startup-box .right-arrow {
  flex: 1;
  text-align: end;
  opacity: 0;
  visibility: hidden;
}

.startup-box:hover .right-arrow {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.testimonial-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem;
}
.testimonial-title {
  font-size: 67px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  position: relative;
}

.testimonial-title > p {
  margin-left: 150px;
}

.testimony-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-height: fit-content;
}

.testimony-card.container {
  padding-top: unset;
}

.quote {
  align-self: flex-start;
  padding-top: 50px;
}

.testimony-wrapper {
  width: 70%;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 4rem;
}

.testimony-text {
  font-size: 33px;
  font-weight: 700;
}

.testimony-user {
  color: #6bce96;
}

.swiper-slide.testimony-card.swiper-slide {
  align-items: start;
  margin-left: 3rem;
  text-align: start;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 0;
  right: 0 !important;
  left: unset;
  display: flex;
  width: fit-content;
  flex-direction: column;
  gap: 2rem;
  max-height: fit-content;
  background:#6BCE96;
  padding: 4rem 3rem;
}

.pagination-wrapper {
  position: relative;
    right: 0;
    top: 0;
    bottom: initial;
    width: initial;
    left: initial;
}
.testimonial-icon {
  transition: all .5s ease-in-out;  
  position: absolute;
  right: 154px;
  z-index: 3;
  top: 50px;
}

.mySwiper .swiper-pagination-bullet {
  width: 50px; 
  height: 50px; 
  align-items: center; 
  justify-content: center; 
  color: #fff;
  background-color: unset;
}

.mySwiper .swiper-pagination-bullet-active {
 transform: scale(1.6);
 transition: .5s;
}



footer {
  background-color: #eff1f5;
}

.footer-logo,
.socials {
  flex: 1;
}

.links {
  flex: 3;
}

.footer-logo {
  border-right: dashed rgba(19, 80, 244, 0.32) 2px;
  display: grid;
  place-content: center;
  padding-right: 1rem;
}

.links > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 600;
}

.socials {
  border-left: dashed rgba(19, 80, 244, 0.32) 2px;
}

.socials > p {
  color: #124ef5;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}

.socials ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.links a:hover {
  color: #124ef5;
  transition: 0.3s;
}

.copy-right {
  color: #afb5bf;
  font-size: 13px;
}

/* form */

.banner {
  margin-top: 120px;
  background-color: #dc4f33;
  display: flex;
  justify-content: end;
}

.banner-title {
  color: white;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  align-self: center;
}

.form-container {
  width: 50%;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: -40px;
  margin-bottom: 50px;
  margin-inline: auto;
}

.form-wrapper {
  padding: 2rem 3rem;
}

.form-title {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.form-group select {
  background: url(../images/icons/select-arrow.svg) no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance:none !important;
  -webkit-appearance: none !important; 
  appearance: none !important;
  padding-right: 2rem !important;
}

.radio-wrapper input[type="radio"].error {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #f10000;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 2px #fa0000;
  transition: box-shadow 0.3s ease;
}

.file-upload .form-control.error ~ .pitch-deck{
  border: 1px solid red;
}

.form-footer {
  background-color: #f0f0f4;
  display: grid;
  padding: 2rem;
}
.form-footer .form-container {
  padding: unset;
}

.form-footer > .btn {
  background-color: #28a992;
  padding: 1rem;
  justify-content: center;
  border: none;
  border-radius: 8px;
  font-weight: 600;
}

.form-footer .btn i {
  display: none;
}

.form-footer .btn.loader i {
  display: block;
}

.pitchDeck-error {
  color: red;
}

.form-footer .btn.loader span {
  display: none;
}




.policy-section {
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem !important;
}

.policy-section .title {
  font-size: 46px;
}

/*  404 Page  */


.not-found-section{
  height: 100vh;
  display: flex;
  flex-direction: column;
}


.not-found-section .navbar {
  position: unset;
}

.not-found-section .content{
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding-top:5rem ;
}

.not-found-section .footer {
  margin-top: 0;
}

.not-found-section footer .container {
  padding-top: 3rem;
}

/* media queries */
@media (max-width: 768px) {

  .landing-text-wrapper {
    flex: 1;

  }

  .landing-text {
    font-size: 40px;
  }

  .hero-img {
    transform: none !important;
  }


  .about-grid {
    display: flex;
    flex-direction: column;
  }

  .item-2 ,.about-grid > .item-3{
    padding: 3rem 3rem;
  }
  .item-2 > p {
    max-width: unset;
  }

  .funded-project-title .sub-title{
    font-size: 50px;
  }

  .testimonial-title {
    font-size: 40px;
  }

  .testimonial-title > p {
    margin-left: 50px;
  }

  .swiper-slide.testimony-card.swiper-slide {
    margin-left: 0;
  }
  .quote {
    padding-top: 20px;
  }

  .testimony-wrapper {
    width: 60%;
  }

  .testimony-text {
    font-size: 20px;
  }

  .testimony-user {
    font-size: 14px;
  }

  footer > .container {
    padding-top: 2rem
  };
  
  .links {
    flex: 1;
  }

  .footer-logo {
    width: 30%;
    place-content: unset;
    padding-right: 0;
  }

  .socials ul {
    margin-left: 1rem;
  }

}


@media (max-width: 460px) {
  
  .btn {
    font-size: 12px;
  }

  /* img {
    width: 100%;
  } */

  .img-container {
    width: 50px;
  }

  .navbar .container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar .logo {
    width: 149px !important;
    flex: unset;
    display: block;
    height: 56px;
  }

  .navbar .logo img {
    width: fit-content;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .navbar .btn {
    display: none;
  }

  .navbar .menu-icon {
    display: block;
    cursor: pointer;
    width: 35px;
    color: var(--dark-color);
  }

  .navbar .menu-icon img {
    width: 100%;
  }

  .navbar nav {
    display: none;
    position: fixed;
    height: 100vh;
    background-color: #fff;
    top: 0;
    right: 0;
    box-shadow: 4px 13px 31px rgba(0, 0, 0, 0.4);
    transition: all 0.3s linear;
  }

  .navbar nav ul {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-left: 30px;
  }

  .navbar nav ul li {
    width: 100%;
  }

  .navbar .nav-link {
    border-bottom: 1px solid #363636;
    width: 90%;
    padding-bottom: 13px;
  }

  .nav-link > br , .nav-link > span {
    display: none;
  }


  .landing-section .container {
    flex-direction: column;
    background-image: url(../images/hero-img.svg);
    background-position-x:  center;
    background-size: contain;
  }

  .hero-img {
    display: none;
  }



  .grid-container {
    display: flex;
    flex-direction: column;
  }

  .grid-container > .grid-item:nth-child(5) {
    display: none;
  }

  .funded-project .grid-item:first-child {
   display: none;
  }

  .funded-project-title{
    padding: 10px;
    align-self: center;
  }

  .grid-item.item-3 {
    display: none;
  }

  .startup-box {
    padding: 25px;
  }

  .startup-box > img {
   width: 25%;
  }

  .startup-box .right-arrow {
    display: none;
  }
  .startup-box p {
    font-size: 12px;
  }

  .funded-project-title .sub-title {
    font-size: 30px;
  }

  .about-section {
    margin-bottom: 2rem;
  }

  .testimonial-section {
    margin-bottom: 0;
  }

  .swiper-wrapper {
    /* margin-top: 11rem; */

  }

  .swiper .swiper-pagination {
    position: unset;
  }




  .testimonial-icon {
    transform: rotate(-90deg);
    top: unset;
    bottom: -26px;
    right: 0;
    left: 0;
    margin-inline: auto;
  }


  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 0;
    right: 0 !important;
    left: unset;
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 2rem;
    max-height: fit-content;
    background: #6BCE96;
    padding: 4rem 3rem;
    justify-content: center;
}

.testimony-wrapper {
  margin-left: 0;
  width: 100%;
  padding: 1rem;
}

.testimonial-title > p {
  margin-left: 0;
  font-size: 30px;
}

.testimony-text {
  font-size: 15px;
}

.testimony-user {
  font-size: 12px;
}

footer .gap-8 {
  gap: 0;
}

footer .flex {
  flex-direction: column;
  
}

.footer-logo {
  border-right: none;
  padding-right: 0;
}

.socials {
  align-self: flex-start;
  border-left: none;
}

.socials p {
  text-align: start;
}


.socials ul {
  margin-left: 0;
}


.banner {
  padding : 2rem;
  justify-content: center;
}

.banner img {
  display: none;
}

.banner-title {
  font-size: 30px;
}

.form-container {
  width: 90%;
  margin-top: -20px;
  font-size: 12px;
}

.form-wrapper {
  padding: 1.5rem;
}
}

@media screen and (max-width: 390px){


  .landing-section {
    padding-bottom: 2rem;
  }

  .landing-text-wrapper {
    justify-content: space-evenly;
  }

  .landing-text {
    font-size: 30px;
  } 
  .btn {
    padding: 10px;
  }

  .item-2 {
    font-size: 16px;
  }

  .about-grid > .item-3 > p {
    font-size: 30px;
  }


}