body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
}

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

*::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    background-color: #fff;
}

.nav-logo img {
    height: 120px;
    width: 150px;
    font-weight: bold;
    margin-left: 80px;
}

.navbar-menu-icon {
    position: relative;
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    display: none;
}

.navbar-menu-icon input {
    display: none;
}

.navbar-menu-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: black;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    right: 5%;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.navbar-menu-icon span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}

.navbar-menu-icon span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}

.navbar-menu-icon span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}

.navbar-menu-icon input:checked~span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.navbar-menu-icon input:checked~span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
}

.navbar-menu-icon input:checked~span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
}

.nav-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-right: 270px;

}

.nav-list li {
    margin: 0 25px;
}

.nav-list a {
    color: black;
    text-decoration: none;
    font-size: 1.07rem;
    font-family: "PT Serif", serif;
    font-weight: 600;
    font-style: normal;
}

.nav-list .list-item::after {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    margin-top: 1px;
    right: 0;
    background: #000;
    transition: width 0.4s ease;
}

.nav-list .list-item:hover::after {
    width: 100%;
    left: 0;
    background: #000;
}

.nav-buttons {
    position: absolute;
    right: 0%;
    top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-right: 20px;
}

.nav-library-btn {
    padding: 12px 28px;
    border-radius: 50px;
    background-color: #60c4a0;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: "PT Serif", serif;
    font-weight: 600;
    font-style: normal;
    border: 1px solid black;
    box-shadow: #777;
    letter-spacing: 0.5px;
}

.nav-signin-btn {
    padding: 12px 30px;
    border-radius: 50px;
    background-color: #d4b036;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: "PT Serif", serif;
    font-weight: 600;
    font-style: normal;
    border: 1px solid black;
    box-shadow: #777;
    letter-spacing: 0.8px;
    transition: all 0.3s ease-in;
}

.nav-library-btn:hover {
    background-color: #000;
    color: rgb(163, 204, 82);
    font-size: 0.88rem;
    padding: 12px 28px;
}

.nav-signin-btn:hover {
    background-color: #000;
    color: #4cbb92;
    /* padding: 11.5px 29px;
    font-size: 0.88rem; */
}

.hover-items-hide {
    display: none;
}

.nav-hover-items {
    color: #000;
    width: 210px;
    height: 270px;
    background: transparent;
    position: absolute;
    z-index: 99;
    margin-left: 350px;
    transition: linear 0.5s ease-in-out;
}

ul {
    list-style: none;
}

ul a {
    text-decoration: none;
    color: #000;
}

ul a:hover {
    color: #a06119;
}

.nav-items {
    margin-left: 30px;
    padding-top: 30px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 0.5rem;
    z-index: 99;
    background-color: #fff;
    width: 250px;
    height: 180px;
    font-family: "PT Serif", serif;
    font-weight: 600;
    font-style: normal;
    transition: all 5s ease-in-out;
}

.nav-items .nav-list-item {
    font-size: 1.1rem;
}

.nav-list-item:hover {
    color: rgb(240, 202, 132);
}
.futureinvestor-home-page{
    width: 100%;
    height: 80vh;
    position: relative;
}

.futureinvestor-home-page img{
    /* background-image: url("../images/Future-of-Investing.jpg");
    background-size: cover;
    background-repeat: no-repeat; */
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.futureinvestor-container{
    position: absolute;
    top: 60px;
    left: 50%; 
    transform: translateX(-50%); 
    z-index: 1;
    width: 100%;
}

.futureinvestor-heading {
    font-size: clamp(1.5rem, 2vw + 1.3rem, 2.8rem);
    color: #fff;
    font-weight: 900;
}

.futureinvestor-heading-2 {
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    margin-bottom: 0.5em;
    margin-top: 0.6em;
    color: #fff;
    font-weight: 900;
}

.futureinvestor-date {
    font-size: clamp(1.2rem, 2vw + 1rem, 2.2rem);
    margin-bottom: 0.5em;
    color: #fff;
    font-weight: 700;
}

.futureinvestor-text {
    margin-bottom: 60px;
    color: #fff;
    font-size: clamp(1rem, 2vw + 0.7rem, 2rem);
    font-weight: 700;
}

.futureinvestor-btn {
    padding: 0.6em 1.3em;
    background-color: white;
    color: black;
    border: 2px solid white;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 400;
    transition: background-color 0.3s ease;
}

.futureinvestor-btn:hover {
    background-color: rgb(163, 127, 127);
}


.about-section {
    background-color: #ffffff;
    padding-top: 20px;
    text-align: center;
}

.about-section h1 {
    font-size: clamp(1.5rem, 2vw + 1rem, 2.2rem);
    padding-bottom: 20px;
    color: #000;
}

.about-section p {
    font-size: clamp(1rem,  0.5vw + 0.4rem, 1.4rem);
    color: #333333;
    margin: auto;
    width: 65%;
    line-height: 26px;
    padding-bottom: 20px;
}


.speakers-section {
    width: 100vw;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.speakers-section h1 {
    color: #000;
    margin-top: 50px;
    padding-bottom: 40px;
    font-size: 2rem;
}

.speakers-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 55%;
    border-radius: 10px;
}

.speakers-text {
    text-align: center;
}

.speakers-text img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.speakers-text h3 {
    margin-top: 10px;
    font-size: 1.1em;
    color: #000;
    font-weight: 300;
}

.speakers-text p {
    margin-top: 5px;
    padding-bottom: 30px;
    font-size: 0.9em;
    color: #555;
}


.title-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
    margin-top: 50px;
}

.title-logo {
    display: inline-block;
    margin-bottom: 10px;
}

.title-logo img {
    width: 220px;
    height: auto;
    padding-top: 30px;
}




@media only screen and (max-width:600px) {
    .nav-list {
        position: absolute;
        top: 2%;
        background-color: #0056b3;
        height: 80vh;
        width: 80%;
        color: #fff;
        z-index: 9;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 30px;
        gap: 30px;
       display: none;
      }
    
      .nav-list .list-item {
        color: white;
      }
    
      .nav-list .list-item:hover::after {
        width: 10%;
        background: #e0d6d6;
      }
      .nav-items a{
        font-size: 0.7rem;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    
      .nav-items {
        width: 180px;
        height: 150px;
        background-color: #fff;
        color: #000;
        font-size: 0.4rem;
        position: absolute;
        left: -85%;
        top: 20%;
      }
      .nav-items:hover{
        color: rgb(179, 131, 44);
      }
    
      .nav-buttons {
        display: none;
      }
    
      .navbar-menu-icon {
        display: inline;
        margin-right: 30px;
        margin-top: 20px;
        font-size: 2.1rem;
        z-index: 9;
      }
    
      .navbar {
        display: flex;
        justify-content: space-between;
        width: 100vw;
        margin: 0;
        padding: 0;
      }
    
      .nav-logo {
        margin-left: -80px;
        padding-bottom: 20px;
      }
    
      .nav-logo img {
        height: 100px;
        width: 120px;
      }
}