
/* --- Custom Font import : Paul-Grotesk --- */
@font-face { 
    font-family: Paul-Grotesk-Black;
    src: url('Fonts/Fontspring-DEMO-paulgrotesk-black.otf'); 
} 

@font-face { 
    font-family: Paul-Grotesk-Bold;
    src: url('Fonts/Fontspring-DEMO-paulgrotesk-bold.otf'); 
}

@font-face { 
    font-family: Paul-Grotesk-semibold;
    src: url('Fonts/Fontspring-DEMO-paulgrotesk-semibold.otf'); 
}

@font-face { 
    font-family: Paul-Grotesk-medium;
    src: url('Fonts/Fontspring-DEMO-paulgrotesk-medium.otf'); 
}

@font-face { 
    font-family: Paul-Grotesk-regular;
    src: url('Fonts/Fontspring-DEMO-paulgrotesk-regular.otf'); 
}

@font-face { 
    font-family: Paul-Grotesk-light;
    src: url('Fonts/Fontspring-DEMO-paulgrotesk-light.otf'); 
}

@font-face { 
    font-family: Paul-Grotesk-thin;
    src: url('Fonts/Fontspring-DEMO-paulgrotesk-thin.otf'); 
}

/* --- container-fluid top, right, and left padding --- */
#nav {
    width: 100vw;
    padding-top: 24px;
    padding-right: 8vw;
    padding-left: 8vw;
}

/* --- Nav Menu --- */
/* - Left hamburger menu icon - */
#menu {
    height: 38px;
    width: 38px;
}

@media (max-width: 768px) { /* - Mobile - */
    #menu {
        height: 28px;
        width: 28px;
    }
}


/* - Insta logo - */
#instaLogo {
    height: 70px;
    width: 70px;
}

/* - Username text - */
#navText {
    font-family: Paul-Grotesk-medium;
    font-size: 22px;
    text-align: right;
    padding-right: 40px;
}

@media (max-width: 768px) { /* - Mobile - */
    #navText {
        display: none;
    }
}

/* --- Start Container One --- */
#headContainerOne {
    padding-top: 100px;
    padding-right: 8vw;
    padding-left: 8vw;
}

@media (max-width: 768px) {
    #headContainerOne {
        padding-top: 50px;
        padding-right: 0vw;
        flex-direction: column;
    }
}

#bigText {
    font-family: Paul-Grotesk-regular;
    font-size: 7vw;
    line-height: 100%;
}

@media (max-width: 768px) {
    #bigText {
        padding-bottom: 25px;
        font-size: 12vw;
    }
}

#startImageOne {
    height: 35vw;
    width: 30vw;
    object-fit: cover; 
    object-position: 35% 0;
}

@media (max-width: 768px) {
    #startImageOne {
        height: 50vw;
        width: 55vw;
        object-fit: cover; 
        object-position: 35% 0;
    }
}

/* --- Start Container Two --- */
#headContainerTwo {
    padding-top: 100px;
    padding-right: 8vw;
    padding-left: 8vw;
}

@media (max-width: 768px) {
    #headContainerTwo {
        padding-top: 25px;
        padding-bottom: 100px;
    }
}

#bigTextTwo {
    width: 4vw;
    font-family: Paul-Grotesk-regular;
    font-size: 7vw;
    line-height: 100%;
    text-align: end;
}

@media (max-width: 768px) {
    #bigTextTwo {
        padding-bottom: 25px;
        font-size: 12vw;
    }
}

#startImageTwo {
    height: 35vw;
    width: 30vw;
    object-fit: cover; 
    object-position: 30% 0;
}

@media (max-width: 768px) {
    #startImageTwo { 
        display: none;
    } 
}

#textGradient {
    background: linear-gradient(270deg, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

/* --- Start Container Three --- */
#headContainerThree {
    min-width: 80vw;
    padding-left: 8vw;
    padding-bottom: 8vw;
}

@media (max-width: 768px) {
    #headContainerThree { 
        padding-bottom: 15vw;
    } 
}

#downArrow {
    animation: infinite;
    height: 5vw;
    width: 5vw;
}

@media (max-width: 768px) {
    #downArrow { 
        height: 8vw;
        width: 8vw;
    } 
}

#startImageThree {
    padding-left: 40vw;
    height: 23vw;
    width: 80vw;
    object-fit: cover; 
    object-position: 35% 0;
}

@media (max-width: 768px) {
    #startImageThree { 
        padding-left: 28vw;
        height: 32vw;
        width: 90vw;
    } 
}

/* --- Parallax Image Section --- */
#parallaxSection {
    background-image: url("https://i.imgur.com/PSApyGL.jpg");
    padding-top: 150px;
    /* Set a specific height */
    min-height: 1000px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 40%;
}

@media (max-width: 768px) {
    #parallaxSection {
        min-height: 850px;
    }
}

#parallaxText {
    position: absolute;
    font-family: Paul-Grotesk-regular;
    font-size: 7vw;
    color: white;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 10vw;
    line-height: 100%;
}

@media (max-width: 768px) {
    #parallaxText {
        font-size: 10vw;
        padding-left: 15vw;
        padding-right: 15vw;
    }
}

/* --- Features Container --- */
#featuresContainer {
    padding-top: 20vw;
    padding-left: 8vw;
    padding-right: 15vw;
}

#titleAndDescr {
    font-family: Paul-Grotesk-regular;
    padding-right: 25vw;
}

#titleAndDescr h1 {
    font-size: 50px;
    line-height: 100%;
    padding-bottom: 10px;
}

#titleAndDescr p {
    font-size: 23px;
}

#TitleAndLinkButton {
    padding-top: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#TitleAndLinkButton p {
    font-size: 30px;
    padding-right: 2vw;
    margin-bottom: 0;
}

#rightArrow {
    height: 2vw;
    width: auto;
    animation: none;
    transform: rotate(-90deg);
}

#rightArrow:hover {
    animation: infinite;
}

#featureImage {
    height: 40vw;
    width: auto;
}

@media (max-width: 768px) {

    #titleAndDescr {
        padding-right: 8vw;
    }
    
    #titleAndDescr p {
        font-size: 15px;
    }
    
    #TitleAndLinkButton p {
        font-size: 25px;
    }
    
    #rightArrow {
        height: 3vw;
    }
    
    #featureImage {
        padding-top: 50px;
        height: 85vw;
        width: auto;
    }

}

/* --- Unique feature containers : 1 below 'Two Images Container' and 2 below 'Gradient Container' --- */
#featuresContainerTwo {
    padding-top: 20vw;
    padding-left: 20vw;
    padding-right: 15vw;
    padding-bottom: 20vw;
}

#titleAndDescrTwo { 
    font-family: Paul-Grotesk-regular;
    padding-left: 20vw;
}

#titleAndDescrTwo h1 {
    font-size: 50px;
    line-height: 100%;
    padding-bottom: 10px;
}
#titleAndDescrTwo > p {
    font-size: 23px;
}

@media (max-width: 768px) {

    #featuresContainerTwo {
        padding-top: 10vw;
        padding-left: 8vw;
        padding-right: 10vw;
        padding-bottom: 20vw;
    }

    #titleAndDescrTwo {
        padding-top: 15vw;
        padding-left: 0vw;
        padding-right: 10vw;
    }
    
    #titleAndDescrTwo p {
        font-size: 15px;
    }

    #TitleAndLinkButton p {
        font-size: 25px;
    }

    #rightArrow {
        height: 3vw;
    }

}

/* --- Two Images Container --- */
#twoPicturesContainer {
    padding-top: 20vw;
}

#twoImagesOne {
    height: 35vw;
    width: auto;
}

#twoImagesTwo {
    padding-top:20vw;
    padding-right: 8vw;
    height: 55vw;
    width: 70vw;
    object-fit: cover; 
    object-position: 0 60%;
}

@media (max-width: 768px) {

    #twoPicturesContainer {
        padding-bottom: 80vw;
    }

    #twoImagesOne {
        height: 50vw;
        width: auto;
    }
    
    #twoImagesTwo {
        position: absolute;
        padding-top: 65vw;
        padding-right: 10vw;
        height: 120vw;
        width: 100vw;
        object-fit: cover; 
        object-position: 0 60%;
    }

}


/* --- Gradient Container --- */
#gradientContainer {
    height: 90vw;
    background: #833ab4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-bottom: 20vw;
}

#gradientContainer h1 { 
    font-family: Paul-Grotesk-light;
    color: white;
    padding-top: 10vw;
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 13vw;
    line-height: 100%;
    text-align: right;
}

#gradientContainer h1:nth-child(2) {
    font-family: Paul-Grotesk-light;
    color: white;
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 13vw;
    text-align: left;
} 

#linkArrow {
    color: white;
    text-decoration: none;
}

#linkArrow:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    #gradientContainer { 
        height: 100vw;
    }

}

/* --- Features Container Three --- */
#featuresContainerThree {
    padding-top: 10vw;
    padding-left: 8vw;
    padding-right: 15vw;
    padding-bottom: 10vw;
}

#titleAndDescrThree { 
    font-family: Paul-Grotesk-regular;
    padding-left: 20vw;
}

#titleAndDescrThree h1 {
    font-size: 50px;
    line-height: 100%;
    padding-bottom: 10px;
}
#titleAndDescrThree > p {
    font-size: 23px;
}

@media (max-width: 768px) {

    #featuresContainerThree {
        padding-top: 10vw;
        padding-left: 8vw;
        padding-right: 10vw;
        padding-bottom: 20vw;
    }

    #titleAndDescrThree {
        padding-top: 15vw;
        padding-left: 0vw;
        padding-right: 10vw;
    }
    
    #titleAndDescrThree p {
        font-size: 15px;
    }

    #TitleAndLinkButton p {
        font-size: 25px;
    }

    #rightArrow {
        height: 3vw;
    }

}

/* --- Download Platforms Section --- */
#downloadPlatforms {
    padding-right: 10vw;
    padding-left: 10vw;
    padding-bottom: 10vw;
}

#downloadPlatforms h1 {
    font-family: Paul-Grotesk-regular;
    font-size: 4vw;
    text-align: center;
}

#downloadImages {
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
}

#downloadPlatforms img {
    height: auto;
    width: 18vw;
    padding-right: 2vw;
    flex-direction: center;
}

@media (max-width: 768px) {

    #downloadPlatforms h1 { 
        font-size: 8vw;
    }

    #downloadPlatforms img {
        height: auto;
        width: 30vw;
    }

}

/* --- Footer --- */

#footerContainer {
    display: flex;
    padding-left: 100px;
    padding-right: 150px;
    padding-bottom: 5vw;
}

#footerContainerMobile {
    display: none;
}

#footerContainer .col h3 {
    font-family: Paul-Grotesk-regular;
    font-size: 25px;
    text-align: left;
    margin-bottom: 2vw;
}

#footerContainer .col h3:hover {
    text-decoration: underline;
}

#footerContainer p {
    text-align: left;
}

#footerContainer #sourcesTitle {
    font-family: Paul-Grotesk-medium;
    font-size: 15px;
}

#footerContainer #sourcesTitle:hover {
    text-decoration: none;
}

#footerContainer .col a {
    font-family: Paul-Grotesk-regular;
    font-size: 15px;
    color: #a6a6a6;
    text-decoration: none;
}

#footerContainer .col a:hover {
    text-decoration: underline;
}

/* Mobile Footer Container */
#footerContainerMobile {
    padding-top: 15vw;
    padding-left: 80px;
    padding-right: 100px;
    padding-bottom: 5vw;
    display: flex;
    flex-direction: column; /* Add this line */
}

#footerContainerMobile .col h3 {
    font-family: Paul-Grotesk-regular;
    font-size: 35px;
    text-align: left;
    margin-bottom: 2vw;
}

#footerContainerMobile .col h3:hover {
    text-decoration: underline;
}

#footerContainerMobile p {
    text-align: left;
}

#footerContainerMobile #sourcesTitle {
    font-family: Paul-Grotesk-medium;
    font-size: 15px;
}

#footerContainerMobile #sourcesTitle:hover {
    text-decoration: none;
}

#footerContainerMobile .col a {
    font-family: Paul-Grotesk-regular;
    font-size: 15px;
    color: #a6a6a6;
    text-decoration: none;
}

#footerContainerMobile .col a:hover {
    text-decoration: underline;
}

#paddingRightCol {
    padding-right: 100px; /* Replace 10px with your desired padding value */
}

#footerContainerMobile .row:nth-child(2) { 
    padding-top: 30px;
}

@media (min-width: 768px) {
    /* Hide footerContainer when viewport width >= 768px */
    #footerContainer {
      display: flex;
    }
    
    /* Show footerContainerMobile when viewport width >= 768px */
    #footerContainerMobile {
      display: none;
    }
  }

/* Media query for viewport width < 768px */
@media (max-width: 768px) {

    #footerContainer {
        display: none;
    }

    #footerContainerMobile {
        display: flex;
    }
    
}