

.inter-exalt-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.navbar .navbar-nav .nav-link {
    position: relative;
    color: #f2ede0;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 130%;
    transition: color 0.3s;
    opacity: .7;
}

.navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #f2ede0;
    transition: width 0.3s ease;
}

.navbar .navbar-nav .nav-link:hover {
    color: #ffffff;
    opacity: 1;
    transition: 300ms;
}

.navbar .navbar-nav .nav-link:hover::after {
    width: 100%;
    transition: 300ms;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.container {
    background-color: #202226;
    max-width: 100%;
    align-content: center;
    align-items: center;
    background-color: #202226;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 78px;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    padding: 50px;
    position: relative;
    width: 100%;
}

.maincol {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: relative;
}

.rowcenter {
    align-items: center;
}

.responsive-img {
    max-width: 100%;  /* The image will never exceed its container's width */
    height: auto;     /* Maintains the aspect ratio */
    display: block;   /* Removes the bottom margin gap */
}

.image-container {
    margin: 0 auto;   /* Center the container */
    padding: 3rem 0rem 3rem 3rem;
}
  

.navbar {
    --bs-navbar-padding-y: 0rem;
    flex: none;
    height: auto;
    left: 50%;
    position: fixed;
    top: 0;
    transform: translate(-50%);
    width: 100%;
    z-index: 1;
}
    
.navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 1rem;
}

.container-fluid {
        padding: 25px;
        overflow: hidden;
        backdrop-filter: blur(8px);
        background-color: rgba(32, 34, 38, 0.85);
        width: 100%;
        opacity: 1;
}

.logo {
        flex: none;
        height: 24px;
        position: relative;
        width: 87px;
}
    
.signin-btn {
        background-color: rgb(74, 77, 87);
        border-radius: 48px;
        opacity: 0.6;
        will-change: transform;
        align-items: flex-start;
        cursor: pointer;
        border:none;
}

.signin-btn:hover {
        background-color: #666975;
        transition: 300ms;
        opacity: 1;
        cursor: pointer;
}

.title {
    font-family: "Inter", "Inter Placeholder", sans-serif;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 110%;
    text-align: left;
    color: rgb(255, 255, 255);
}
  
.title-desc {
    font-family: "Inter", "Inter Placeholder", sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    text-align: left;
    color: rgb(161, 161, 161);
}

.cta-btn {
    background-color: rgb(246, 67, 70);
    border-radius: 418px;
    transform: none;
    transform-origin: 50% 50% 0px;
    opacity: 1;
    align-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 7px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 6px 16px 7px;
    position: relative;
    text-decoration: none;
    border: none;
}

.cta-btn:hover {
    background-color: rgb(52, 71, 234);
    border-radius: 418px;
    border: none;
    transform: none;
    transform-origin: 50% 50% 0px;
    transition: 300ms;
}

.cta-btnblue {
    background-color: rgb(52, 71, 234);
    
    border-radius: 418px;
    transform: none;
    transform-origin: 50% 50% 0px;
    opacity: 1;
    align-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 7px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 6px 16px 7px;
    position: relative;
    text-decoration: none;
    border: none;
}

.cta-btnblue:hover {
    background-color: rgb(246, 67, 70);
    border-radius: 418px;
    border: none;
    transform: none;
    transform-origin: 50% 50% 0px;
    transition: 300ms;
}

.navbar-toggler {
    border: none;
    padding-right: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.containertwo {
    align-content: center;
    align-items: center;
    background-color: #fcfdff;
   
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.containertwoleft {
    align-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    background-color: #2c2e33;
   
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: auto;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 50%;
}

.containertworight {

    align-content: flex-start;
    align-items: flex-start;
    aspect-ratio: 1 / 1;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 33px;
    height: auto;
    justify-content: center;
    overflow: hidden;
    padding: 50px;
    position: relative;
    width: 50%;
}

.dark {
    color: #202226;
}

.titletwo {
    font-family: "Inter", "Inter Placeholder", sans-serif;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 110%;
    text-align: left;
    color: #202226;
}

.titletwodesc {
    font-family: "Inter", "Inter Placeholder", sans-serif;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 160%;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
}

.darkbg {
    background-color: #202226;
}

.light {
    color:#fcfdff;
}

.lightfont {
    color: #ffffffb3;
}

.row {
    --bs-gutter-x: 0rem;
}

.video-container {
    position: relative;
    overflow: hidden;
}

/* Transparent gradient overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(129, 84, 177, 0.5) 0%, rgba(60, 57, 153, 0.5) 100%);
    pointer-events: none;
    z-index: 1; /* Keeps overlay on top of video */
}

.containertwoleft video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0; /* Keeps video below overlay */
}

.containerthree {
    align-content: flex-start;
    align-items: flex-start;
    background-color: #fcfdff;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 80px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 65px;
    position: relative;
    width: 100%;
}

.footertop {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: min-content;
    justify-content: space-between;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.footerlogo {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 8px 0 0;
    position: relative;
    width: min-content;
}

.footercontent {

        align-content: center;
        align-items: center;
        display: flex;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 25px;
        height: min-content;
        justify-content: center;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 60%;
}

.footerlogowidth {
    flex: none;
    height: 33px;
    position: relative;
    width: 135px;
}

.footercontentwidth {

    font-family: "Inter", "Inter Placeholder", sans-serif;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 160%;
    text-align: left;
    color: rgb(32, 34, 38);
    font-weight: 400;
}

.footerbottom {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

.footerbtmone {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 1px;
}

.footerred {

    font-family: "Inter", "Inter Placeholder", sans-serif;
    letter-spacing: -0.5px;
    line-height: 150%;
    text-align: left;
    color: rgb(246, 67, 70);
    font-size: 16px;
}

.footercredits {
    font-family: "Inter", "Inter Placeholder", sans-serif;
    letter-spacing: -0.4px;
    line-height: 150%;
    text-align: left;
    color: rgb(32, 34, 38);
    font-size: 16px;

}

.footercredits a {
    color: #79808a;
    text-decoration: none;
}

.footerbtmtwo {
    align-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: space-between;
    overflow: visible;
    padding: 0;
    position: relative;
    width: min-content;
}

.footerbtmthree {
    align-content: flex-end;
    align-items: flex-end;
    align-self: stretch;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: space-between;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 1px;
    flex-direction: row-reverse;
}

.email {
    color: #7a7ef5!important;;
}

.socialicon {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    margin-top: 10px;
}



/* Ipad layout */
@media (max-width: 1100px) {

    .titletwo {
        font-size: 32px;
    }
}


/* Ipad layout */
@media (max-width: 991px) {
    .navbar-collapse {
        text-align: right;
    }

    .navbar-nav {
        flex-direction: column!important; /* Stack items vertically */
        margin-top: 1rem;
        gap: 1rem;
    }

    .navbar-nav .nav-item {
        text-align: right;
    }

    .titletwo {
        font-size: 25px;
        letter-spacing: -1.5px;
    }

    .titletwodesc {
        font-size: 16px;
        line-height: 130%;
    }

}


.paddingtwo {
    padding: 2rem;
}




/* Mob layout */
@media (max-width: 490px) {

    .rowmob {
        flex-direction: column-reverse;
        margin-top: 3vw;
    }
    
    .title {
        font-size: 35px;
    }
    
    .title-desc {
        font-size: 16px;
    }
    
    .maincol {
        gap: 10px;
    }

    .image-container {
        padding: 1rem;
    }

    .containertworight {
        width: 100%;
    }

    .containertwoleft {
        width: 100%;
    }
    
    .rowmobnm {
        margin-top: 0;
    }

    .footercontent {
        width: 100%;
    }

    .footertop {
        flex-direction: column;
        gap:25px;
    }

    .footerbottom {
        flex-direction: column;
    }

    .footerbtmone {
        width:100%;
    }

    .footerbtmthree {
        justify-content: flex-end;
    }

    .socialicon {
        flex-direction: row;
    }

}