/* GENERIC CSS */ 

*{
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    height: 100%;
    margin: 0;
    scroll-snap-type: y mandatory;
}

body {
    padding: 0;
    height: 100%;
    max-width: 100vw;
    margin: 0;
    overscroll-behavior-y: none;
}


h1 {
    font-size: 12.5vh;
    padding: 0;
    display: block;
    text-decoration: none;
    font-weight: 600;
}

/* IPAD PRO IN PORTRAIT */

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    h1 {
        font-size: 7vh;
    }
}


h2 {
    font-weight: 600;
    font-size: 40px;
    margin: 0px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    color: #EC3E63;
}

@media only screen and (max-width: 815px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 36px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    display: inline;
}

p {
    font-size: 12px;
    font-weight: 300;
}

li {
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
}

ul {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0;
}

a {
    font-size: 14px;
    text-decoration: none;
}

.textcont {
    max-width: 305px;
}

.relative {
    position: relative;
}



/* HEADER */


.headerhello {
    position: absolute;
    color: black;
    padding: 30px 100px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 15;
    box-sizing: border-box;
}


.hellolinks { 
    padding: 0px 30px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.logo {
    width: 60px;
}

.logomobile {
    display: none;
    width: 30px;
}

.burgerwhite {
    display: none;
    width: 25px;
}

.mobilenavcont {
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
    
    height: 80%;
    width: 90%;
    left: 5%;
    top: 9%;
    background-color: #F5F5F5;
    border-radius: 10px;
    z-index: 20;
    overflow-x: hidden;
    padding-top: 30%;
    padding-bottom: 10%;
    box-sizing: border-box;

    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobilenavlinkscont a {
    font-size: 18px;
    color: black;
    display: block;
    border: 1px solid black;
    margin-bottom: 20px;
    padding: 5px 0px;
    width: 195px;
    text-align: center;
    border-radius: 15px;
}

.mobilenavconnectcont {
    text-align: center;
    width: 60%;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobilesnavconnect {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

.mobilenavsocialiconscont {
    height: 40px;
    display: flex;
    justify-content: space-evenly;
}

.mobilenavsocialiconscont a {
    font-size: 0;
}

/* ANIMATED BURGER ICON */ 

.animatedburgerwhite {
    z-index: 30;
    display: none;
}

.animatedburgerwhitebar1, .animatedburgerwhitebar2, .animatedburgerwhitebar3 {
    width: 27px;
    height: 3px;
    margin-bottom: 6px;
    transition: 0.4s;
    background-color: white;
}

/* Rotate first bar */
.change .animatedburgerwhitebar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 4px) ;
    transform: rotate(-45deg) translate(-8px, 4px) ;
  }
  
/* Fade out the second bar */
.change .animatedburgerwhitebar2 {
    opacity: 0;
  }

/* Rotate last bar */
.change .animatedburgerwhitebar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -4px) ;
    transform: rotate(45deg) translate(-8px, -4px) ;
  }
 

/* HEADER FOR MOBILE */

@media only screen and (max-width: 815px) {
    .burgerwhite {
        display: none;
    }

    .animatedburgerwhite {
        display: block;
    }

    .hellolinks {
        display: none;
    }

    .letschat {
        display: none;
    }

    .logo {
        display: none;
    }

    .logomobile {
        display: initial;
    }

    .headerhello {
        padding: 15px 5%;
        width: 100vw;
        z-index: 15;
    }


} 


/* LETS CHAT BUTTON */ 

.letschat {
    background-color: white;
    color: #001736;
    border-radius: 50px;
    padding: 5px 30px;
    text-align: center;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}


/* BACK TO PROJECTS BUTTON */ 


.backtoprojectsarrow {
    position: fixed;
    bottom: 25px;
    left: 100px;
    z-index: 50;
    color: white;
    text-decoration: none;
  } 

.backtoprojectstext {
    display: inline-block;
    padding-left: 20px;
}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .backtoprojectstext, .backtoprojectsarrow {
        display: none;
    }
}





/* Landing section */

.landing--section--cont {
    width: 100%;
    height: 100vh;
    background-color: #001736;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    margin-bottom: -1px;
}

.title--cont {
    width: 30%;
    padding-bottom: 100px;
}

.virdo--logo {
    width: 100%;
}

.landing--img {
    width: 65%;
    margin: 0 -200px;
}

.problem--solution--cont {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #001736;
    padding-bottom: 100px;
    margin-bottom: -1px;
}

.problem--solution {
    display: flex;
    justify-content: center;
}

.problem--solution--cont h2 {
    color: #EC3E63;
    margin-right: 150px;
    margin-top: 10px;
}

.user--experience--cont {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #001736;
    padding-bottom: 100px;
    margin-bottom: -1px;
}

.user--experience--cont h2 {
    color: #EC3E63;
    margin-right: 150px;
    margin-top: 10px;
}

/* IPAD PRO */

@media only screen and (max-width: 1366px) {
    .problem--solution--cont h2, .user--experience--cont h2 {
        margin-right: 75px;
    }
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .problem--solution {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.body--text--cont {
    width: 305px;
    margin: 0 30px;
    color: white;
}

.curve--bottom {
    width: 100vw;
    display: block;
}

/* IPAD PPORTRAIT */

@media only screen and (max-width: 768px) {
    .landing--section--cont {
        flex-direction: column;
    }
    
    .landing--img {
        margin: 0;
        width: 100%;
    }

    .problem--solution {
        display: flex;
        flex-direction: column;
    }

    .title--cont {
        width: 40%;
    }

    .problem--solution--cont, .user--experience--cont {
        flex-direction: column;
        align-items: center;
    }

    .problem--solution--cont h2, .user--experience--cont h2{
        margin-right: 0;
        margin-bottom: 25px;
        text-align: center;
    }

}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .title--cont {
        padding-bottom: 50px;
        width: 70%;
    }

    .landing--section--cont {
        padding: 0;
    }

    .problem--solution--cont, .user--experience--cont {
        padding: 20px;
        padding-bottom: 50px;
    }

    .body--text--cont {
        margin: 0;
        width: 100%;
    }
}
































/* Section 2.0 */

.section--two {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 75px;
    margin-bottom: 75px;
}

.section--two h1 {
    font-size: 6vh;
    color: #EC3E63;
    text-align: center;
}

.donor--step {
    width: 285px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 40px;
}

.step--img--cont {
    height: 300px;
    width: 285px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step--image {
    width: 100%;
}

.width--80 {
    width: 80%;
}

.one--two, .three--four {
    display: flex;
}

.four--step--container {
    display: flex;
    margin-top: 75px;
}

/* IPAD PRO */

@media only screen and (max-width: 1366px) {
    .four--step--container {
        display: flex;
        flex-direction: column;
    }

    .donor--step {
        margin: 40px 80px;
    }
}

/* IPAD PPORTRAIT */

@media only screen and (max-width: 768px) {
    .donor--step {
        margin: 40px;
    }
}

/* IPAD PPORTRAIT */

@media only screen and (max-width: 768px) {
    .section--two h1 {
        text-align: center;
    }
}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .one--two, .three--four {
        flex-direction: column;
    }

    .section--two h1 {
        margin-bottom: -50px;
    }

    .section--two {
        margin-top: 0;
        padding: 20px;
    }

    .four--step--container {
        width: 100%;
    }

    .donor--step {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }

    .step--image {
        width: 80%
    }
}





























/* Section 3.0 */

.section--three {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2F4F7;
    padding-bottom: 100px;
}

.section--three h1 {
    font-size: 6vh;
    color: #EC3E63;
    margin-top: 75px;
}

.user--profile {
    border-radius: 15px;
    border: solid 2px #001736;
    background-color: white;
    filter: drop-shadow(20px 20px 0px #001736);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user--profile--text {
    width: 305px;
}

.user--profile--text p {
    padding: 0;
    margin: 0;
}

.donor--img--walking {
    width: 160px;
}

.user--section--cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 75px;
}

.donation--flow {
    margin-left: 100px;
}

/* IPAD PRO */

@media only screen and (max-width: 1366px) {
    .user--section--cont {
        flex-direction: column;
    }

    .donation--flow {
        margin: 0;
        width: 80vw;
        height: 60vh;
    }

    .user--profile {
        display: flex;
        flex-direction: row;
    }

    .donor--img--walking {
        margin-right: 100px;
        margin-left: 60px;
    }

    .donation--flow {
        margin-top: 75px;
    }

    .user--profile--text h3 {
        margin-top: 0;
    }
}

/* IPAD PPORTRAIT */

@media only screen and (max-width: 768px) {
    .donor--img--walking {
        margin-right: 50px;
        margin-left: 10px;
    }
}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .user--profile {
        flex-direction: column;
        width: 100vw;
        padding: 20px;
        border: initial;
        filter: initial;
        border-radius: initial;
        background-color: initial;
        margin: 0;
    }

    .donor--img--walking {
        margin: 0;
        margin-bottom: 50px;
    }

    .sec--title--cont h1 {
        text-align: center;
    }

    .section--three {
        padding: 0;
        margin: 0;
    }

    .donation--flow {
        height: 250px;
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .sec--title--cont {
        padding: 0 20px;
    }

    .user--profile--text {
        width: 100%;
    }
}


































/* Section 4.0 */ 

.section--four {
    width: 100%;
    margin-top: 75px;
    display: flex;
    justify-content: center;
}

.section--four--mobile {
    display: none;
}

.image--column {
    margin-right: -100px;
}

.red {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.donor--image {
    width: 50vw;
}


.yellow {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.green {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.next--empty {
    width: 100%;
    height: 100vh;
}

.text--four--cont {
    width: 305px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* IPAD PRO */

@media only screen and (max-width: 1366px) {
    .section--four {
        margin-top: 0;
    }
}

/* IPAD PPORTRAIT */

@media only screen and (max-width: 768px) {
   .image--column {
       margin-right: 0;
       margin-left: -50px;
   }
}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .section--four {
        display: none;
    }

    .section--four--mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px;
        height: initial;
        box-sizing: border-box;
        margin-bottom: 75px;
    }

    .section--four--mobile h2 {
        color: #EC3E63;
        text-align: center;
        margin-top: 75px;
    }

    .donor--image--mobile {
        width: 100%;
    }


}







































/* Section 5.0 */ 

.section--five {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.donor--homescreen {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homescreen--descont {
    width: 305px;
    margin-right: 50%;
}

.homescreen--descont--two {
    width: 305px;
    margin-left: 50%;
}

.homescreen--descont--three {
    width: 305px;
    margin-right: 50%;
}


/* IPAD PRO */

@media only screen and (max-width: 1366px) {
    .section--five {
        margin-top: -150px;
    }
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .homescreen--descont, .homescreen--descont--two, .homescreen--descont--three {
        width: 250px;
    }

    .homescreen--descont, .homescreen--descont--three {
        margin-right: 55%;
    }

    .homescreen--descont--two {
        margin-left: 55%;
    }
}

/* IPAD PPORTRAIT */

@media only screen and (max-width: 768px) {
    .homescreen--descont, .homescreen--descont--two, .homescreen--descont--three {
        width: 200px;
    }

    .homescreen--descont, .homescreen--descont--three {
        margin-right: 60%;
    }

    .homescreen--descont--two {
        margin-left: 60%;
    }
}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .section--five {
        display: none;
    }
}


































/* Section 6 */ 

.section--six {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mid--donation--card {
    width: 100%;
}

.six--text--cont {
    width: 305px;
    position: sticky;
    top: 40vh;
    margin-top: 20vh;
    margin-bottom: 20vh;
}

.mid--don--cont {
    display: flex;
    flex-direction: column;
    width: 50%;
}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .section--six {
        display: none;
    }
}




































/* Section 7 */ 

.section--seven {
    width: 100%;
    background-color: #EC3E63;
    display: flex;
    margin-top: -1px;
    justify-content: center;
    align-items: center;
    padding: 110px 100px;
    margin-bottom: -1px;
}

.seven--title {
    margin-right: 200px;
}

.seven--title h1 {
    font-size: 6vh;
    color: white;
}

.seven--text--cont {
    width: 305px;
}

.seven--text--cont h3, .seven--text--cont p {
    color: white;
    margin-top: 10px;
}

.profile--cont {
    background-color: #EC3E63;
    border-radius: 15px;
    border: solid 1px white;
    padding: 20px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    filter: drop-shadow(0 0 0 white);
}

.profile--cont:hover {
    filter: drop-shadow(20px 20px 0px white);
}

.homeless--person {
    height: 100px;
    margin-right: 50px;
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .section--seven {
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .seven--title {
        margin: 0;
    }
}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .section--seven {
        margin: 0;
        padding: 20px;
    }

    .profile--cont {
        flex-direction: column;
        width: 100%;
    }

    .homeless--person {
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .seven--text--col {
        width: 100%;
    }

    .seven--text--cont {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .profile--cont:hover {
        filter: initial;
    }
}






































/* Section 8 */

.section--eight {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

.section--eight h1 {
    margin-top: 100px;
    font-size: 6vh;
    color: #EC3E63;
}

.more--cont {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 -50px;
}

.discover--image {
    width: 100%;
    margin-bottom: -50px;
}

.discover--text--cont {
    width: 305px;
}

.more--master--cont {
    display: flex;
    justify-content: center;
}


/* IPAD */

@media only screen and (max-width: 1024px) {
    .discover--text--cont {
        width: 70%;
        margin-top: 25px;
    }

    .more--cont {
        margin: 0 -25px;
    }
}

































/* Section 9 */

.section--nine {
    width: 100%;
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark--mode--image {
    width: 35%;
    margin-right: 100px;
    margin-left: -100px;
}

.dark--text {
    width: 305px;
}

.dark--text p {
    color: white;
}

/* IPAD PRO */

@media only screen and (max-width: 1366px) {
    .section--nine {
        height: initial;
        padding: 100px 0;
    }
}

/* IPAD PPORTRAIT */

@media only screen and (max-width: 768px) {
    .dark--mode--image {
        margin: 0;
        margin-right: 50px;
    }
}

/* MOBILE */ 

@media only screen and (max-width: 767px) {
    .more--master--cont {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 20px;
    }

    .more--cont {
        width: 100%;
    }

    .discover--text--cont {
        width: 100%;
    }

    .section--nine {
        flex-direction: column;
        padding: 50px 20px;
    }

    .dark--mode--image {
        margin: 0;
        width: 100%;
    }
}








































/* Section 10 */ 

.section-ten {
    width: 100%;
    min-height: 100vh;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .slideshow-container {
        max-width: 700px;
    }
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}







































/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  html {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }


.fade-in {
    animation: fadeIn ease-in 1s;
    -webkit-animation: fadeIn ease-in 1s;
    -moz-animation: fadeIn ease-in 1s;
    -o-animation: fadeIn ease-in 1s;
    -ms-animation: fadeIn ease-in 1s;
    }
    @keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

.fade-in-2 {
    animation: fadeIn ease-in 1s;
    animation-delay: 0.5s;
    -webkit-animation: fadeIn ease-in 1s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: fadeIn ease-in 1s;
    -moz-animation-delay: 0.5s;
    -o-animation: fadeIn ease-in 1s;
    -o-animation-delay: 0.5s;
    -ms-animation: fadeIn ease-in 1s;
    -ms-animation-delay: 0.5s;
    opacity: 0;
    }

    @keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}
