body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    scroll-behavior: smooth;
    background-color: rgb(30, 30, 30);
}

/* Backgrounds */
.bg-black-image {
    background-image: url('assets/blackBg.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%;
    height: 100%;
}

.bg-black-image-1 {
    background-image: url('assets/blackBg1.jpg')!important; 
}
.bg-black-image-2 {
    background-image: url('assets/glasses.png')!important; 
}
.bg-black-image-3 {
    background-image: url('assets/blackBg2.jpg')!important; 
}
.bg-black-image-4 {
    background-image: url('assets/blackBg4.JPG')!important; 
}
.bg-black-image-5 {
    background-image: url('assets/blackBg.jpg')!important; 
}

/* Texts */
.primary-text {
    font-size: 125px;
}
.secondary-text {
    font-size: 50px;
}
.tertiary-text {
    font-size: 40px;
}

.extra-small-text {
    font-size: 20px;
}


/* General */
.section {
    height: 100vh;
    overflow-x: hidden;
    align-items: center;
    text-align: left;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.logo-hover-simulated {
    /* filter: grayscale(0%); */
    filter: brightness(100%)!important;
    transition: filter 0.3s ease !important;
}

.grayscale-image-no-toggle {
    filter: grayscale(100%);
    transition: filter 0.3s ease; 
}

.grayscale-image {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.grayscale-image:hover,
.grayscale-image:active {
    filter: grayscale(0%);
    transition: filter 0.3s ease; 
}

.white-dim-image {
    filter: brightness(60%);
    transition: filter 0.3s ease; 
}

.white-dim-image:hover,
.white-dim-image:active {
    filter: brightness(100%);
    transition: filter 0.3s ease; 
}

.section.visible {
    opacity: 1;
}

.text-content p {
    color: white;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.section.visible .text-content h1,
.section.visible .text-content h2,
.section.visible .text-content p {
    opacity: 1;
    transform: translateY(0);
}
.tooltip-inner {
    text-align: left !important;
    max-height: 150px !important;
    max-width: 500px !important;
    padding: 10px 15px !important;
}

/* Section Specefic */
.image-content {
    height: 90%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.image-content img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.intro-text {
    width: 100%;
    z-index: 2;
    left: 10%;
}

.intro-image {
    width: 100%;
    z-index: 1;
    right: -50px;
    bottom: 0;
}

.intro-text p{
    margin-top: 0;
    margin-bottom: 0;
}

.main-subtitle-web {
    display: block;
}

.main-subtitle-mobile {
    display: none;
}
.main-subtitle-ipad {
    display: none;
}

.ar-subtitle-web {
    display: block;
}

.ar-subtitle-mobile {
    display: none;
}


.ar-text {
    width: 100%;
    left: 10%;
    margin-top: -10%;
}

.ar-text a {
    color: white;
    font-style: italic;
}

.logos-circle {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    height: 70%;
    margin-top: 7%;
    margin-left: 5%;
}

.logo-container {
    position: absolute;
    height: 90px;
    transition: transform 0.3s ease-in-out;
}

.logo-container img {
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.logo-container:hover {
    transform: scale(1.5);
}

.logo-container:nth-child(1) { top: 0; left: 50%; transform: translateX(-50%); }
.logo-container:nth-child(2) { top: 20%; left: 75%; transform: translate(-50%, -50%); }
.logo-container:nth-child(3) { top: 65%; left: 87%; transform: translate(-50%, -50%); }
.logo-container:nth-child(4) { top: 99%; left: 77%; transform: translate(-50%, -50%); }
.logo-container:nth-child(5) { top: 109%; left: 53%; transform: translate(-50%, -50%); }
.logo-container:nth-child(6) { top: 100%; left: 30%; transform: translate(-50%, -50%); }
.logo-container:nth-child(7) { top: 68%; left: 15%; transform: translate(-50%, -50%); }
.logo-container:nth-child(8) { top: 23%; left: 25%; transform: translateX(-50%); }


.teams-text {
    width: 100%;
    text-align: center;
    top: 50%;
}

.startups-container {
    margin: 0 5%;
    height: 70%!important;
}
.startups-text {
    width: 100%;
    left: 10%;
    margin-top: 5%;
}

.startups-logo-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.startups-logo-stack .startups-logo-container {
    position: relative;
    height: 15%;
}

.startups-logo-stack .startups-logo-container:nth-child(1) {
    align-self: flex-start; 
}

.startups-logo-stack .startups-logo-container:nth-child(2) {
    align-self: flex-end; 
}

.startups-logo-stack img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.tooltip-inner {
    background-color: black !important;
    max-height: 400px !important;
}

.white-link {
    color: white;
    text-decoration: underline;
}

.white-link:hover {
    color: gray;
}


.others-text {
    width: 100%;
    left: 10%;
}

.link-item {
    margin-bottom: 10px;
}

.link-item a {
    width: 50%;
    text-decoration: none;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    transition: color 0.3s, border-bottom 0.3s;
}

.link-item.active a,
.link-item a:hover,
.link-item a:focus {
    color: white;
    border-bottom: 2px solid white;
}

.arrow {
    margin-left: 10px;
}

/* Footer */
#section5 {
    height: 80vh!important;
}
.footer {
    height: 30vh;
    padding: 20px 0;
    background-color: #1A1A1A;
}

.footer-content {
    margin: auto;
    width: 30%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.footer-content img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.footer-content a:hover img {
    transform: scale(1.2);
}
.my-story-text {
    justify-content: center!important;
    color: white;
    margin-top: 40px;
    width: 40%!important;
}

.my-story-text a {
    text-decoration: none;
    color: #C8C8C8;
    transition: transform 0.3s ease;
    
}

.small-right-padding {
    padding-right: 10px;
}

.small-left-padding {
    padding-left: 10px;
}

.my-story-text.active a,
.my-story-text a:hover,
.my-story-text a:focus {
    color: white;
    transform: scale(1.2);
}

/* About page */
.about-container {
    padding: 12% 15%;
    color: white;
}
.special-subheading {
    color: #C8C8C8;
    font-style: italic;
}

.about-me-text {
    color: #E1E1E1;
    font-size: 18px;
}




/* Responsive */
/* Just Phones */
/* @media (max-width: 767px) { */
/* Also Ipads */
@media (max-width: 767px) {
    .primary-text {
        font-size: 60px;
    }
    
    .secondary-text {
        font-size: 30px;
    }
    
    .tertiary-text {
        font-size: 20px;
    }

    .extra-small-text {
        font-size: 14px;
    }
    

    .bg-black-image-1 {
        background-image: url('assets/blackBgMobile1.png')!important; 
    }
    .bg-black-image-2 {
        background-image: url('assets/blackBgMobile2.png')!important; 
    }
    .bg-black-image-3 {
        background-image: url('assets/blackBgMobile3.png')!important; 
    }
    .bg-black-image-4 {
        background-image: url('assets/blackBgMobile1.png')!important; 
    }
    .bg-black-image-5 {
        background-image: url('assets/blackBgMobile5.png')!important; 
    }

    .secondary-text-for-mobile {
        font-size: 25px!important;
    }
    .ar-text {
        width: 100%;
        top: 25%;
    }

    .intro-text {
        width: 100%;
        z-index: 2;
        top: 10%;
    }

    .main-subtitle-web {
        display: none;
    }
    
    .main-subtitle-mobile {
        display: block;
    }
    .main-subtitle-ipad {
        display: none;
    }
    
    .ar-subtitle-web {
        display: none;
    }
    
    .ar-subtitle-mobile {
        display: block;
    }
    
    .intro-image {
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
    }
    .image-content {
        height: 60%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .logo-container {
        height: 60px;
    }

    .logo-container:nth-child(1) { top: 7%; left: 37%; transform: translateX(-50%); }
    .logo-container:nth-child(2) { top: 55%; left: 85%; transform: translate(-50%, -50%); }
    .logo-container:nth-child(3) { top: 40%; left: 20%; transform: translateX(-50%); }
    .logo-container:nth-child(4) { top: 30%; left: 73%; transform: translate(-50%, -50%); }
    .logo-container:nth-child(5) { top: 110%; left: 23%; transform: translate(-50%, -50%); }
    .logo-container:nth-child(6) { top: 120%; left: 68%; transform: translate(-50%, -50%); }
    .logo-container:nth-child(7) { top: 85%; left: 15%; transform: translate(-50%, -50%); }
    .logo-container:nth-child(8) { top: 90%; left: 87%; transform: translate(-50%, -50%); }

    .startups-container{
        margin-top: 30%;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .startups-logo-stack {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20%;
        justify-content: space-between;
        height: 60%;
        width: 100%;
    }

    .startups-logo-stack .startups-logo-container {
        position: relative;
        width: 80%;
    }
    .startups-logo-stack img {
        width: 100%;
        height: auto;
    }
    .startups-logo-stack .startups-logo-container:nth-child(1) {
        align-self: auto; 
    }
    
    .startups-logo-stack .startups-logo-container:nth-child(2) {
        align-self: auto; 
    }

    .others-text-title {
        width: 80%;
    }

    #section5 {
        height: 85vh!important;
    }
    .footer {
        height: 22vh;
        padding: 10px 0;
        background-color: #1A1A1A;
    }
    
    .footer-content {
        margin: auto;
        width: 70%;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .my-story-text {
        width: 90%!important;
    }

    .small-right-padding {
        padding-right: 5px;
    }
    
    .small-left-padding {
        padding-left: 5px;
    }

    .link-item a {
        width: 70%;
        color: white;
        border-bottom: 2px solid white;
    }

    .about-container {
        padding: 25% 15%;
        color: white;
    }

}


@media (max-width: 1000px) {

    .startups-container{
        margin-top: 30%;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .startups-logo-stack {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20%;
        justify-content: space-between;
        height: 60%;
        width: 100%;
    }

    .startups-logo-stack .startups-logo-container {
        position: relative;
        width: 80%;
    }
    .startups-logo-stack img {
        width: 100%;
        height: auto;
    }
    .startups-logo-stack .startups-logo-container:nth-child(1) {
        align-self: auto; 
    }
    
    .startups-logo-stack .startups-logo-container:nth-child(2) {
        align-self: auto; 
    }
    .others-text-title {
        width: 80%;
    }
    .link-item a {
        width: 70%;
        color: white;
        border-bottom: 2px solid white;
    }

    .main-subtitle-web {
        display: none;
    }
    
    .main-subtitle-mobile {
        display: none;
    }
    .main-subtitle-ipad {
        display: block;
    }

}