@font-face {
    font-family: 'BwGradualMedium';
    src: url('../fonts/Bw Gradual DEMO/BwGradualDEMO-Medium.otf') format('opentype'); /* OTF fonts use format 'opentype' */
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'BwGradualMedium';
    src: url('../fonts/Bw Gradual DEMO/BwGradualDEMO-Light.otf') format('opentype'); /* OTF fonts use format 'opentype' */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BwGradualBlack';
    src: url('../fonts/Bw Gradual DEMO/BwGradualDEMO-Black.otf') format('opentype'); /* OTF fonts use format 'opentype' */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BwGradualBold';
    src: url('../fonts/Bw Gradual DEMO/BwGradualDEMO-Bold.otf') format('opentype'); /* OTF fonts use format 'opentype' */
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background: white;
}

h1, h2, h3, h4, h5, h6, p{
    color: black !important;
}

.logo {
    width: 6vw;
}

hr {
    height: 5px;
    color: #fff;
}

.navbar{
    margin: 50px 0;
}

.dfnavbar {
    display: flex;
    background-color: #1e1e1e;
    border-radius: 40px;
    padding: 10px;
}

.nav-item {
    color: white;
    padding: 15px 25px;
    margin: 0 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    border-radius: 30px;
    transition: background-color 0.3s;
}
.nav-item a {
    text-decoration: none;
    color: #fff;
}

.nav-item:not(.active):hover {
    background-color: #333;
}

.active {
    background-color: #000;
    color: white;
}

.pill-button{
    padding: 16px 40px;
    border-radius: 30px;
    background-color: #f07167;
    border: none;
    color: #fff;
    font-size: 22px;
    font-family: 'BwGradualMedium', sans-serif;

}

.hero {
    margin: 10vh 2vw;
}

.hero-heading{
    font-size: 80px;
    font-weight: bold;
    font-family: 'BwGradualBold', sans-serif;
    width: fit-content;
    padding-bottom: -40px;
    color: #fff;
}

.hero-subtext {
    font-size: 25px;
    font-weight: normal;
    font-family: 'BwGradualMedium', sans-serif;
    color: #fff;
}

.ref-section {
    margin: 5vw;
}

.about-demo {
    margin: 5vw 0;
}

.vision-demo {
    margin: 5vw 0;
}

.event-demo {
    margin: 5vw 0;
}

.ref1{
    padding: 12vw;
    border-radius: 10px;
    font-size: larger;
    margin-bottom: 3vh;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
}

.card-left {
    background-image: url('images/apply to join.png');
}

.card-right {
    background-image: url('images/join our community.png');
}

.overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 24px;
    padding: 20px;
}

.overlay h2 {
    font-family: 'BwGradualMedium', sans-serif;
    font-weight: bold;
    width: fit-content;
}

.about-section {
    margin: 5vw;
}

.about-image img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
} 

.about-text h1 {
    color: #fff;
    margin: 3vh 0;
    font-size: 90px;
    font-weight: normal;
    font-family: 'BwGradualBlack', sans-serif;
}

.about-text h2 {
    color: #f07168;
    margin: 0;
    font-size: 40px;
    font-weight: normal;
    font-family: 'BwGradualBold', sans-serif;
}

.about-text p {
    font-size: 20px;
    font-family: 'BwGradualMedium', sans-serif;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.watch-text h2 {
    color: #01afba;
    margin: 3vh 0;
    font-size: 40px;
    font-weight: normal;
    font-family: 'BwGradualBold', sans-serif;
}

.watch-text p {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    font-family: 'BwGradualMedium', sans-serif;
}

.why-section {
    margin: 5vw;
}

.why-section h2 {
    font-size: 40px;
    font-family: 'BwGradualBold', sans-serif;
    font-weight: normal;
    color: #01afba;
    text-align: center;
    margin-bottom: 5vh;
}

.why-card {
    border-radius: 10px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    /* padding: 7vh 1vw; */
    height: 100%;
    display: block;
    justify-content: space-between;
    align-items: flex-end;
}

.why-card h3 {
    font-family: 'BwGradualBold', sans-serif;
    font-weight: normal;
    line-height: 1.3;
}

.partners-section {
    margin: 5vw;
    text-align: center;
}

.partners-section h2 {
    font-size: 40px;
    font-family: 'BwGradualBold', sans-serif;
    font-weight: normal;
    color: #8bca9d;
    text-align: center;
    margin-bottom: 5vh;
}

.newsletter-section {
    margin: 5vw;
    text-align: center;
}

.newsletter-section h2 {
    font-size: 40px;
    font-family: 'BwGradualBold', sans-serif;
    font-weight: normal;
    color: #ffe8a5;
    text-align: center;
    margin-bottom: 5vh;
}

.newsletter-section p {
    color: #fff;
    font-size: 24px;
    font-family: 'BwGradualMedium', sans-serif;
}

.footer-section {
    margin: 5vw 0;
    color: #000 !important;
}

li, a{
    color: #000;
}

