/*general style*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;400;500;600;700&display=swap');

* {
 margin: 0;
 padding: 0;
}

body{
    overflow-x: hidden;
  font-family:montserrat-alternates-regular {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-alternates-light {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.montserrat-alternates-semibold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.montserrat-alternates-medium {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat-alternates-bold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-style: normal;
}
}
html{
    scroll-behavior: smooth;
}
p{
    color: rgb(85, 85, 85);
}

/*Transition*/
a,
.btn {
    transition: all 300ms ease;
}
.header{
    min-height: 100vh;
    max-width: 100%;
    background-image: url(./assets/Hero\ img.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

/*desktop nav*/
nav,
.nav-links{
    display: flex;
}
nav{
    justify-content: space-between;
    padding: 2% 6%;
    align-items: center;
    height: 17vh;
}
nav img{
    width: 150px;
}
.nav-links{
    gap: 2rem;
    list-style: none;
    font-size: 1.5rem;
    text-align: right;
}
a{
    color: #000;
    text-decoration: none;
    text-decoration-color: white;
}

a.active{
    color:white ;
    text-decoration: underline;
    text-underline-offset: 1rem; 
}

a:hover{
    color:white ;
    text-decoration: underline;
    text-underline-offset: 1rem;
}
.logo:hover{
    cursor: default;
}

/*harmburger menu*/
#hamburger-nav{
    display: none;
}
.hamburger-menu{
    position: relative;
    display: inline-block;
}
.hamburger-icon{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
    cursor: pointer;
}
.hamburger-icon span{
    width: 100%;
    height: 2px;
    background-color: black;
    transition: all 0.3 ease-in-out;
}
.menu-links{
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    width: fit-content;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3 ease-in-out;
}
.menu-links a{
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    color: black;
    text-decoration: none;
    transition:all 0.3 ease-in-out;
}
.menu-links li{
    list-style: none;
}
.menu-links.open{
    max-height: 300px;
}
.hamburger-icon.open span:first-child {
    transform: rotate(45deg) translate(10px, 5px);
}
.hamburger-icon.open span:nth-child(2) {
    opacity: 0;
}
.hamburger-icon.open span:last-child {
    transform: rotate(-45deg) translate(10px, -5px);
}
.hamburger-icon span:first-child {
    transform: none;
}
.hamburger-icon span:first-child {
    opacity: 1;
}
.hamburger-icon span:first-child {
    transform: none;
}
.text-box{
    width: 90%;
    color: white;
    position: absolute;
    top: 35%;
    left: 5%;
}
.text-box h1{
    font-size: 62px;
    color: #000;
}
.text-box h3{
    margin: 20px 0 5px;
    font-size: 34px;
}
.text-box p{
    font-size: 20;
    color: white;
    margin: 0 0 20px;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #F5A362;
    padding: 12px 34px;
    font-size: 16px;
    background:#F5A362;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid black;
    background: black;
    transition: 1s;
}

/*welcome section*/
#welcome{
    display: flex;
    margin: auto;
}
.welcome-row{
    display: flex;
    justify-content: space-between;
}
.welcome-col{
    display: flex;
    height: 400px; 
    width: 400px;
    margin-left: 300px;
}
.welcome-text{
    padding: 0 1rem;
    margin-top: 50px;
    margin-left: 50px;
}
.welcome-text p{
    line-height: 25px;
    font-size: 20px;
}
.welcome-text h2{
    color: #BD3001;
    margin-top:  10px;
    margin-bottom: 10px;
    font-size: 30px;
}
.section-description {
    margin-bottom: 20px;
    font-size: 12px;
}

/*why choose us section*/
#choose-us{
    width: 100%;
    background-color: #BD3001;
}
.choose-text{
    color: white;
    padding-top: 50px;
    margin-left: 50px;
    font-size: 30px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: center;
}
.choose-col{
    flex-basis: 20%;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 10%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 80px 30px;
    box-sizing: border-box;
}
.choose-img{
    height: 50px;
    width: 50px;
    margin: 0 auto;
}

/*sme section*/
#sme{
    display: flex;
    justify-content: space-between;
    padding: 50px;
}
.sme-img{
    display: flex;
    height: 400px;
    width: 400px;
    margin-left: 100px; 
    margin-top: 50px;  
}
.sme-text h3{
    color:#E97051;
    margin-bottom: 10px;
}
.sme-line-img{
height: 2px;
width: 100px;
}
.sme-text p{
    margin-top: 20px;
    margin-bottom: 50px;
}
.sme-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #F5A362;
    padding: 12px 34px;
    font-size: 16px;
    background:#F5A362;
    position: relative;
    cursor: pointer;
}
.sme-btn:hover{
    border: 1px solid black;
    background: black;
    transition: 1s;
}
.sme-p{
    line-height: 25px;
    font-size: 20px;
}

/*Investor section*/
 #investor{
    display: flex;
    justify-content: space-between; 
    padding: 50px;
 }
 .investor-img{
    display: flex;
    height: 400px;
    width: 400px;
    margin-left: 10px; 
    margin-top: 50px;  
}
.investor-text h3{
    display: flex;
    margin-top: 80px;
    margin-left: 100px;
}
.investor-text p{
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 25px;
    font-size: 20px;
    margin-left: 100px;
}
.investor-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #F5A362;
    padding: 12px 34px;
    font-size: 16px;
    background:#F5A362;
    position: relative;
    cursor: pointer;
    margin-left: 100px;
}
.investor-btn:hover{
    border: 1px solid black;
    background: black;
    transition: 1s;
}


/*funding section*/
.funding-option h2{
    color:#E97051;
    font-size: 34px;
    margin-top: 50px;
    margin-left: 50px;
}
.funding-option p{
    margin-left: 50px;
    margin-top: 10px;
}
.fund-img{
    margin-left: 50px;
    height: 2px;
    width: 100px;
}
.funding-row{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.funding-col{
    flex-basis: 22%;
    margin-bottom: 10%;
    margin-left: 10px;
    margin-right: 10px;
    padding:10px 4px;
    box-sizing: border-box;
}
.funding-img{
    height: 290px;
    /* width: 290px; */
    width: 100%; /* Changed width to 100% to cater for different screen sizes */
    margin-top: 0%;
}
.funding-col h4{
    color: white;
    background-color:#FC4001;
    padding: 10px;
    margin-top: -10px;
}
.funding-col p{
    height: 30%;
    color: white;
    background-color: #BD3001;
    margin: auto;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow:5px 10px 8px rgb (0, 0, 0, 0.2);
}

/*subscribe section*/
.subscribe{
    margin: auto;
    text-align: center;
    padding: 100px;
    background-color:#2C3131;
}
.subscribe h3{
    color: white;
    margin-bottom: 10px;
}
.subscribe p{
    color: #FC4001;
    margin-bottom: 10px;
}
.email-form input{
width: 50%;
padding: 10px;
margin: 15px 0;
box-sizing: border-box;
}

/*footer section*/
.contact-us{
    width: 100%;
    margin: auto;
    padding: 100px;
    color: white;
    background-color:#E97051;
}
.contact-img{
    width: 20px;
    height: 20px;
}
.contact-col{
    display: flex;
    margin: 20px auto 20px;
}
.contact-col h5{
    margin-left: 10px;
}
.social-icon{
    flex-basis: 31%;
    margin: 0px auto 30px;
    padding-top: 50px;
}
.social-img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/*about us section*/
.about-header{
    min-height: 100vh;
    max-width: 100%;
    background-image: url(./assets/About\ image.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.about-us{
   width: 90%;
    color: white;
    position: absolute;
    top: 35%;
    left: 5%; 
}
.about-us h1{
    color: #000;
    font-size: 62px;
}
.about-us h5{
    margin-top: 10px;
    font-size: 18px;
}
.about-us p{
    font-size: 20px;
    color: white;
    margin: 50px 0 20px;
}

/*mission section*/
.mission-col{
    display: flex;
    height: 500px; 
    width: 500px;
    padding: 50px;
}
.mission-text{
    margin-top: 150px;
}
.mission-text p{
    line-height: 25px;
    font-size: 20px;
}
.mission-text h2{
    color: #000;
    margin-top:  10px;
    margin-bottom: 10px;
    font-size: 30px;
}

/*value section*/
#our-value{
    display: flex;
    justify-content: space-between; 
    padding: 50px;
 }
 .value-img{
    display: flex;
    height: 600px;
    width: 600px;
    margin-left: 10px;   
}
.value-text{
    background-color: #BD3001;
    height: 400px;
    width: 100%;
    margin-top: 80px;
    padding-left:  100px;
    padding-right: 100px;
}
.value-text h2{
    display: flex;
    color: white;
    margin-top: 80px;
    margin-left: 10px;
}
.value-text h4{
    display: flex;
    color: white;
    margin-top: 20px;
    margin-left: 10px;
}
.value-text p{
    color: white;
    margin-top: 20px;
    margin-bottom: 80px;
    line-height: 25px;
    font-size: 16px;
    margin-left: 10px;
}

/*member section*/
.members{
    background-color: #E2E6E6;
    padding: 30px;
    text-align: center;
}
.member-col{
    flex-basis: 25%;
    margin-bottom: 10%;
    margin-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
.member-img{
    height: 290px;
    width: 290px;
}
.members h2{
    font-size: 40px;
}

/*Funding section*/
.funding-header{
    min-height: 100vh;
    max-width: 100%;
    background-image: url(./assets/Funding\ image\ 1.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.funding{
   width: 90%;
    color: white;
    position: absolute;
    top: 35%;
    left: 5%; 
}
.funding h1{
    color: #000;
    font-size: 62px;
}
.funding h5{
    margin-top: 10px;
    font-size: 18px;
}
.funding p{
    font-size: 20px;
    color: white;
    margin: 50px 0 20px;
}
.p2{
    margin: 10px;
}

/*Sign Up section*/
.signup-form{
    height: 100vh;
    padding: 150px;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-image: url(./assets/Signup\ img.jpg);
}
.sign-form{
    max-width: 700px;
    padding: 50px 50px;
    background-color: white;
}
.sign-form h1{
    font-size: 60px;
    margin-bottom: 20px;
}
.sign-form h3{
    margin-bottom: 10px;
}
.sign-form p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 20px;
}
.input-box{
    width: 100%;
    padding-bottom: 15px;
    justify-content: space-between;
}
.input-box label{
    width: 95%;
    font-weight: bold;
    margin: 5px 0px;
}
.input-box input{
    height: 50px;
    width: 100%;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    outline: none;
}
.form-btn{
    width: 102%;
    margin-top: 100px;
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #972601;
    padding: 12px 34px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    background-color: #972601;
    border-radius: 5px; 
}
.form-btn:hover{
    border: 1px solid black;
    background: black;
    transition: 1s;
}


/*Login section*/
.login-form{
    height: 100vh;
    padding: 150px;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-image: url(./assets/Signup\ img.jpg);
}
.login img{
    width: 180PX;
    height: 50px;
    margin-top: 200px;
    margin-left: 250px;
    margin-bottom: 20px;  
}
.login{
    max-width: 700px;
    padding: 50px 50px;
    background-color: white;
}
.login h1{
    font-size: 48px;
    margin-bottom: 20px;
    text-align: center;
}
.login h3{
    margin-bottom: 100px;
    text-align: center;
}
.login-btn{
    width: 102%;
    margin-top: 50px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    border: 1px solid #972601;
    padding: 12px 34px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    background-color: white; 
}
.login-btn:hover{
    color: white;
    border: 1px solid black;
    background: black;
    transition: 1s;
}
.remember-forgot{
    display: flex;
    justify-content: space-between;
}
.remember-forgot a{
    color: #AD5833;
    font-weight: 600;
    text-decoration: none;
}
.remember-forgot a:hover{
    text-decoration: underline;
}
.signup-link{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.signup-link p a{
    color: #AD5833;
    font-weight: 600;
    text-decoration: none;
}
.signup-link p a:hover{
    text-decoration: underline;
}

/*Forgot password section*/
.password-form{
    height: 100vh;
    padding: 150px;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-image: url(./assets/Forgot\ password\ img.png);
}
.reset-btn{
    width: 102%;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #F84107;
    padding: 12px 34px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    background-color:#F84107 ;
    border-radius: 5px; 
}
.reset-btn:hover{
    border: 1px solid black;
    background: black;
    transition: 1s;
}
/*Funding category section*/
#funding-category{
    width: 100%;
}
.category-text h3{
    color: #000;
    text-align: center;
    font-size: 30px;
}
.category-text p{
    color: #000;
    text-align: center;
    font-weight: bold;
    padding-top: 80px;
    margin-bottom: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: center;
}
.category-col{
    flex-basis: 20%;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 10%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 80px 30px;
    box-sizing: border-box;
    box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.5);
}
.category-col h3{
    margin-left: 50px;
}
.category-img{
    height: 80px;
    width: 80px;
    margin-left: 50px;
    margin-bottom: 30px;
}

   /*crowdfunding section*/
#crowdfunding{
    width: 100%;
    background-color: #BD3001;
}
.crowd-text{
    color: white;
    padding-top: 50px;
    margin-left: 50px;
    font-size: 30px;
}
.crowd-col{
    flex-basis: 28%;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 10%;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.crowd-img{
    height: 380px;
    width: 380px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.crowd-col a{
    text-decoration: underline;
    font-weight: bold;
    padding-left: 20px;
}
.crowd-location{
    color: #999;
    font-size: 14px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.crowd-col p{
    padding-left: 20px;
}

  /*crowdfunding section*/
#angelinvestor{
    width: 100%;
    background-color: #E2E6E6;
}
.angel-text{
    color: #BD3001;
    padding-top: 50px;
    margin-left: 50px;
    font-size: 30px;
}

/*resources section*/
.resources-header{
    min-height: 100vh;
    max-width: 100%;
    background-image: url(./assets/Resource\ image\ 1.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.resources{
    color: white;
    background-color: #000;
    padding: 30px;
}
.resource-col{
    flex-basis: 25%;
    margin-bottom: 10%;
    margin-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
.resource-img{
    height: 400px;
    width: 400px;
    border-radius: 10px;
}
.resources h2{
    margin-top: 50px;
    margin-left: 20px;
    font-size: 40px;
}
.resources p{
    color: white;
    height: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.resource-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #F5A362;
    padding: 12px 34px;
    font-size: 16px;
    background:#F5A362;
    position: relative;
    cursor: pointer;
}
.resource-btn:hover{
    border: 1px solid #AD5833;
    background: #AD5833;
    transition: 1s;
}

/*R in details*/
.r-header{
    min-height: 100vh;
    max-width: 100%;
    background-color:#972601 ;
    background-size: cover;
    background-position: center;
    position: relative;
}
.rdetails-col{
    display: flex;
    height: 400px; 
    width: 400px;
}
.resource-text{
    margin-top: 50px;  
}
.resource-text a{
    color: white;
    font-size: 34px;
    margin-right: 80px;
    text-decoration: underline;  
}
.resource-text p{
    color: white;
    margin-right: 80px;
    margin-top: 20px;
    line-height: 25px;
    font-size: 16px;
}
#edx{
    padding: 80px;
}
.edx-text{
    margin-top: 50px;
    margin-right: 180px;  
}
.edx-text a{
    color: #000;
    font-size: 34px;
    text-decoration: underline;  
}
.edx-text p{
    color: #000;
    margin-right: 80px;
    margin-top: 20px;
    line-height: 25px;
    font-size: 16px;
}
#yelp{
    padding: 80px;
    background-color: #972601;
}
.yelp-text{
    margin-top: 50px;  
}
.yelp-text a{
    color: white;
    font-size: 34px;
    margin-left: 180px;
    text-decoration: underline;  
}
.yelp-text p{
    color: white;
    margin-left: 180px;
    margin-top: 20px;
    line-height: 25px;
    font-size: 16px;
}
#google{
    padding: 80px;
    background-color: white;
}
.google-text{
    margin-top: 50px;
}
.google-text a{
    color: #000;
    font-size: 34px;
    margin-left: 180px;
    text-decoration: underline;  
}
.google-text p{
    color: #000;
    margin-left: 180px;
    margin-top: 20px;
    line-height: 25px;
    font-size: 16px;
}
.linkedin-text{
    margin-top: 50px;
    margin-right: 180px;  
}
.linkedin-text a{
    color: white;
    font-size: 34px;
    text-decoration: underline;  
}
.linkedin-text p{
    color: white;
    margin-right: 80px;
    margin-top: 20px;
    line-height: 25px;
    font-size: 16px;
}


.alert {
    padding: 15px;
    background-color: #f44336; 
    color: white;
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
    text-align: center;
}


