html {
    scroll-behavior: smooth;
}


.main-cont {
    width: 100%;
    min-height: 100vh;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(241,185,128,.1)!important;
}

.navbar {
    width: 100%;
    display: flex;
    align-items: center;
}

.brand-logo {
    width: 300px;
    cursor: pointer;
    margin: 30px, 0;
}

nav {
    flex: 1;
    text-align: right;
}

nav ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}


nav ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

nav ul li a:hover {
    color: #ff5ea2;
}

.more-hero {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 20px;
}

.col-1 {
    flex-basis: 40%;
    position: relative;
    margin-left: 50px;
    margin-bottom: 10px;
}

.col-1 h2 {
    font-size: 54px;
}

.col-1 h3 {
    font-size: 30px;
    color: #707070;
    font-weight: 100px;
    margin: 20px 0 10px;
}



.col-1 p {
    font-size: 20px;
    color: #b7b7b7;
    font-weight: 100;
    margin: 30px 0;
}

.join-btn {
    width: 140px;
    border: 0;
    padding: 12px 10px;
    outline: none;
    color: #fff;
    background: linear-gradient(to right, #fb5283, #ff3527);
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.join-btn:hover {
    width: 160px;
}

.col-1::after {
    content: '';
    width: 10px;
    height: 57%;
    background: linear-gradient(#fb5283, #ff3527);
    position: absolute;
    left: -40px;
    top: 10px;
}


.col-2 {
    position: relative;
    display: flex;
    align-items: center;
}

.col-2 .image {
    width: 40%;
}


.signin-form {
    height: 380px;
    padding: 25px;
    background: linear-gradient(to top, #fb5283, #ff3527);
    border-radius: 10px;
}

.signin-form h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin: 2px;
    padding: 8px;
}

.signin-form input {
    width: 240px;
    border-radius: 3px;
    height: 35px;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgb(255, 255, 255);
    border-top: none;
    border-top: none;
    border-left: none;
    border-right: none;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


.signin-form input:focus {
    outline: none;
}

::placeholder {
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.btnn {
    width: 240px;
    height: 40px;
    background: orange;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    transition: .4s ease;
}

.btnn a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}



.btnn:hover {
    background: white;
    color: orange;
}

.form-label {
    color: white;
    font-size: 18px;
}

.form-text {
    color: white;
}

.vision, .mission, .goals {
    height: 380px;
    padding: 25px;
    background: linear-gradient(to top, #fb5283, #ff3527);
    border-radius: 10px;
}

.navi-bar {
    background: linear-gradient(to right, #fb5283, #ff3527);
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: 18px;
}

.navbar-light .navbar-brand{
    color: white;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.less {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    overflow: hidden;
}

.less h2 {
    align-items: center;
    text-align: c;
}

.less-hero {
    margin-top: 30px;
    border-radius: 5px;
}

.aim {
    border-radius: 5px;
    transition: 0.4s ease;
    justify-content: space-between;
}

.missions {
    border-radius: 5px;
    transition: 0.4s ease;
    justify-content: space-between;

}

.missions:hover, .goal:hover, .aim:hover {
    margin-top: -8px;
    background: linear-gradient(to right, #fb5283, #ff3527);
}

.goal {
    border-radius: 5px;
    transition: 0.4s ease;
    justify-content: space-between;
}

.big-image {
    height: 600px;
    transition: 0.3s ease;
}

.then-image {
    width: 100%;
}

.topics {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    overflow: hidden;
}

.topics h3 {
    color: white;
}

.tech-image {
    width: 100%;
}

.reg-form {
    padding: 25px;
    background: linear-gradient(to top, #fb5283, #ff3527);
    border-radius: 10px;
}

.reg-form input {
    border-radius: 3px;
    height: 35px;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgb(255, 255, 255);
    border-top: none;
    border-top: none;
    border-left: none;
    border-right: none;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


.reg-form input:focus {
    outline: none;
}

::placeholder {
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}