@font-face {
    font-family: 'gilroy';
    src: url("./font/Gilroy-Regular.ttf");
}

@font-face {
    font-family: 'gilroy-bold';
    src: url("./font/Gilroy-Bold.ttf");
}

@font-face {
    font-family: 'gilroy-medium';
    src: url("./font/Gilroy-Medium.ttf");
}

@font-face {
    font-family: 'gilroy-heavy';
    src: url("./font/Gilroy-Heavy.ttf");
}

@font-face {
    font-family: 'gilroy-sb';
    src: url("./font/Gilroy-SemiBold.ttf");
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
    font-family: gilroy-bold;
}

a:hover {
    color: #df4b43;
}

h1 {
    font-family: gilroy-heavy;
}

h3 {
    font-family: gilroy-bold;
}

p {
    font-family: gilroy-medium;
}

i {
    color: #d8d6e4;
}

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

button {
    background: linear-gradient(160deg, rgb(245, 82, 64), rgb(238, 54, 142));
    width: 204px;
    border: none;
    height: 56px;
    color: #fff;
    font-size: 24px;
    padding: 1px 6px;
    border-radius: 30px;
    font-family: gilroy-bold;
}

button svg {
    fill: #fff;
}

/* Navbar */

nav {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    background: transparent;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    z-index: 1;
}

.brand {
    margin-left: 100px;
}

.links {
    display: flex;
    gap: 30px;
    margin-right: 100px;
}

.links-web {
    display: flex;
    gap: 40px;
    margin-right: 22px;
}

.selected {
    color: #df4b43;
}

.links-social {
    display: flex;
    gap: 12px;
}

/* First session */

.home {
    background-image: url("https://fundfolio.gumlet.io/fundfolio/hero_bg.svg?w=3840&q=75");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
}

.home-main {
    padding: 13% 0 0 133px;
    width: 50%;
}

.home-main h1 {
    font-size: 71px;
    line-height: 80px;
}

.home-main p {
    font-size: 21.333px;
    padding: 23px 0 40px;
}

.y-combinator p {
    padding: 0;
    margin-top: 97px;
    margin-bottom: 10px;
    font-family: gilroy;
    font-size: 14.2px;
    color: #9b97b6;
    font-weight: 400;
}

/* About page */

.about {
    height: 100vh;
    background-color: #0d0a1b;
    display: flex;
}

.about-left {
    width: 50%;
}

.about-left-inside {
    padding: 17% 0 0 18.5%;
}

.about-left h3 {
    font-size: 33.7px;
    color: #ffffff33;
    margin-bottom: 35px;
}

.about-left h1 {
    font-size: 53.3px;
    font-family: gilroy-bold;
    line-height: 62.4px;
}

.about-left p {
    font-size: 21.3px;
    color: #70707C;
    margin-top: 20px;
    padding-right: 40px;
}

.about-right {
    padding-top: 200px;
    padding-left: 90px;
    width: 50%;
}

.about-right h1 {
    font-family: gilroy-bold;
    font-size: 89px;
    background-clip: text;
    background: -webkit-linear-gradient(rgb(64, 234, 245), rgb(80, 77, 255));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-top: -70px;
    margin-left: 25px;
}

.about-right p {
    font-size: 21.3px;
    font-family: gilroy-bold;
    opacity: .6;
    margin-left: 25px;
}

/* Our Way Session */

.our-way {
    background-color: #0d0a1b;
    height: 100vh;
    display: flex;
}

.our-way-left {
    padding-top: 16%;
    width: 35%;
}

.tog-div {
    padding-left: 28%;
}

.toggle-button {
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 5%;
}

.toggle-button:hover {
    cursor: pointer;
}

.toggle-button-active {
    background: -webkit-linear-gradient(rgb(64, 234, 245), rgb(80, 77, 255));
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.our-way-left h1 {
    font-family: gilroy-bold;
    font-size: 53.33px;
}

.our-way-left h3 {
    color: #ffffff33;
    font-size: 24.8px;
    padding-left: 28%;
    margin-bottom: 8%;
}

.our-way-left p {
    font-size: 17.77px;
    font-family: gilroy;
}

.our-way-right {
    padding-top: 12%;
    width: 50%;
    z-index: 0;
}

.toggle-div {
    width: 100%;
    height: 450px;
    background: linear-gradient(to top, rgb(32, 30, 45), rgb(18, 15, 32));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.toggle-div p {
    font-size: 26.67px;
    width: 388px;
}

.toggle-img {
    position: absolute;
    top: 10%;
    left: 10%;
}

/* Our products session */

.our-product {
    background-color: #0d0a1b;
    height: 100vh;
    padding-left: 9.8%;
}

.our-product h2 {
    font-size: 55px;
    font-family: gilroy-bold;
    padding-top: 11%;
}

.our-product h3 {
    font-size: 34px;
    color: #ffffff33;
    margin-bottom: 3%;
    padding-top: 11%;
}

.our-product p {
    color: #ffffff33;
    font-family: gilroy-sb;
    width: 76%;
}

.our-product-row {
    display: flex;
}

.products {
    background: linear-gradient(-210deg, rgb(32, 30, 45), rgb(18, 15, 32));
    width: 320px;
    height: 341.33px;
    margin-right: 70px;
    border-radius: 25px;
}

.un-hide {
    display: none;
}

.un-hide p {
    font-size: 25px;
    color: #000;
    padding-left: 10px;
}

.products:hover {
    width: 330px;
    height: 280px;
    background: linear-gradient(90deg, #e28547, #fcb406);
    transition: .5s ease;
    outline: #555555 .5px solid;
    outline-offset: 10px;
    margin-top: 30px;
    margin-right: 60px;

    .products-logo-yellow, .products-logo-violet {
        width: 0;
        transition: .5s ease;
    }

    .hide {
        display: none;
        transition: .5s ease;
    }

    .company-logo {
        width: 200px;
        height: 40px;
        transition: .5s ease;
        padding-top: 40px;
    }

    .change-color {
        fill: #000;
        color: #000;

    }

    .un-hide {
        display: flex;
        align-items: center;
    }
}

.violet-grad:hover {
    background: linear-gradient(90deg, #a981fb, #7f6af3);
}


.products-sub {
    padding: 42px 45px;
}

.products-logo-yellow {
    border-top: #ffc400 2px solid;
    width: 8%;
    margin-bottom: 10px;
}

.products-logo-violet {
    border-top: #6d5ec8 2px solid;
    width: 8%;
    margin-bottom: 10px;
}

/* Partners session */

.partners {
    background-color: #0d0a1b;
    height: 100vh;
    padding-left: 11%;
    padding-right: 11%;
}

.partners-sub h3 {
    padding-top: 120px;
    padding-bottom: 40px;
    font-size: 38px;
    color: #ffffff33;
}

.partners-logo {
    display: flex;
    flex-wrap: wrap;
}

.partners-logo div {
    width: 33%;
    height: 80px;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.partners img {
    width: 60%;
    padding: 0;
}

.partners1 {
    border-bottom: 1px #303030 solid;
    border-right: 1px #303030 solid;
}

.partners2 {
    border-bottom: 1px #303030 solid;
}

.partners3 {
    border-bottom: 1px #303030 solid;
    border-left: 1px #303030 solid;
}

.partners5 {
    border-right: 1px #303030 solid;
    border-left: 1px #303030 solid;
}

/* Contact Session */

.contact {
    background-image: url("https://fundfolio.gumlet.io/fundfolio/location-bg.jpg?w=1920&q=75");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70%;
    height: 130vh;
    padding-left: 11%;
    padding-right: 11%;
}

.contact-sub {
    padding-top: 90px;
}

.contact-sub h3 {
    padding-bottom: 40px;
    font-size: 38px;
    color: #ffffff33;
}

label {
    font-family: gilroy-medium;
    font-size: 20px;
}

.contact p {
    padding-bottom: 8px;
}

input {
    background: none;
    border: none;
    border-bottom: 1px #6a6a77 solid;
    outline: none;
    font-size: 30px;
    margin-bottom: 47px;
    padding-bottom: 18px;
    width: 45%;
    font-family: gilroy-medium;
}

.contact button {
    background: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: rgb(245, 82, 64);
}

/* Footer Session */

footer {
    background-color: #0d0a1b;
    height: 100vh;
    padding-left: 11.4%;
    padding-right: 11.4%;
}

.footer {
    padding-top: 15.3%;
    display: flex;
}

.footer div {
    width: 33%;
}

footer p {
    font-size: 20px;
    font-family: gilroy;
    margin-top: 20px;
}

.footer-light {
    margin-top: 20px;
    color: #ffffff90;
}

.footer h4 {
    color: #393644;
    font-size: 24px;
    font-family: gilroy;
}

.add-margin {
    margin-top: 25px;
    gap: 15px;
}

.madeWithLove {
    margin-top: 110px;
}

.madeWithLove p {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.madeWithLove svg {
    padding: 0 5px;
}