:root {
    --blackish: #1C1C13;
    --pinK: #F18A73;
    --soft-orange: #F7A77B;
    --yellow-orange: #F9EE86;
  }

@font-face { 
    font-family: "mainfont";
    src: url("fonts/NotoSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "bodyfont";
    src: url("fonts/Karla-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "mainfont";
    src: url("fonts/NotoSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "bodyfont";
    src: url("fonts/Karla-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "logofont";
    src: url("fonts/Ubuntu-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}



html { 
    scroll-behavior: smooth;
}

ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding-right: 10vw;
    padding-left:10vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
    overflow: hidden;
    background-color: white;
}

li {
    float:right;
}

li a {
    font-family: bodyfont;
    font-weight: 400;
    font-size: 20px;
    display: block;
    color: var(--blackish);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li .donatebtn {
    border-radius: 999px;
    border-width: 0.2px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: white;
    background-color: var(--blackish);
    text-align: center;
    padding-top: 5px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 5px;
    word-break: keep-all;
    text-align:center;
    align-self: center;
    width: fit-content;
    border-color: var(--blackish);
    font-family: bodyfont;
}

.navbtn {
    padding: 24px, 8px;
}

li .donatebtn:hover {
    background-color: var(--pinK);
    color: white;
    border-color: var(--pinK);
}

li a:hover {
    background-color: white;
    color: var(--pinK); 
}

.sidebar .donatebtn {
    border-radius: 999px;
    border-width: 0.2px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: white;
    background-color: var(--pinK);
    text-align: center;
    padding-top: 5px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 5px;
    word-break: keep-all;
    text-align:center;
    align-self: center;
    width: fit-content;
    border-color: var(--pinK);
    font-family: bodyfont;
}

.sidebar .donatebtn:hover {
    background-color: var(--blackish);
    color: white;
    border-color: var(--blackish);
}

.sidebar {
    position: fixed;
    top:0;
    right:0;
    height: 100vh;
    width:250px;
    z-index: 999;
    background-color: white;
    box-shadow: -10px 0px 10px rgba(0,0,0,0.1);
    display: none;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

.sidebar li {
    width:100%;
    padding: 0;
    flex-direction: column-reverse;
    float: center;
}

.sidebar li a {
    color: var(--blackish)
}

.sidebar li a:hover {
    background-color: white;
    color: var(--pinK)
}

.sidebar .navbtn {
    width: auto;
}

.menubtn {
    display: none;
}

#menubtnsvg {
    fill: var(--pinK);
}

#menubtnsvg:hover {
    fill: var(--blackish);
}

#closebtnsvg {
    fill: var(--blackish);
}

#closebtnsvg:hover {
    fill: var(--pinK);
}

.closebtn a {
    text-align: left;
}

.logo {
    float: left;
    width: 10%;
    height: auto;
    margin-top: 0;
    margin-right: auto;
}

.logo img {
    width: 100%;
    height: auto;
    
}

body {
    margin: 0;
    padding:0;
    overflow-x: hidden;
    background-color: var(--pinK);
}

.container {
    height: 100vh;
}

.section {
    height: 100%;
    display: block;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-size: cover;
    font-size: 3em;
}

.mini {
    height: 60%;
    background-color: var(--yellow-orange);
}

.filler {
    height: 30%;
}

.valuesimpact {
    height: auto;
    width: 100%;
    display: block;
    overflow:visible;
    justify-content: center;
    align-items: center;
    background-size: cover;
    color: white;
    font-family: mainfont;
    font-weight: 700;
    font-size: 14vh;
}

.topIssues {
    margin-bottom: 5vw;
}


.main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;    
    align-content: center;
    align-items: center;
}

.header1 {
    text-align: center;
    position: relative;
    font-size: 60px;
    letter-spacing: 0.2vw;
    margin-bottom: 4vw;
    font-family: mainfont;
    font-weight: 700;
    color: white;
}

.header2 {
    text-align: center;
    position: relative;
    font-size: 60px;
    letter-spacing: 0.2vw;
    margin-bottom: 4vw;
    font-family: mainfont;
    font-weight: 700;
    color: white;
    margin-top: 3vw;
}

.subHeader {
    text-align: left;
    padding-left: 10vw;
    position: relative;
    font-family: bodyfont;
    font-size: 30px;
    font-weight: 700;
    color: var(--blackish);
    margin-bottom: -1vw;
}


.VIbody {
    height: auto;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    font-family: bodyfont;
    font-size: 22px;
    font-weight: 400;
    text-align: start;
    color: var(--blackish);
    padding-left: 10vw;
    padding-right: 10vw;
    line-height: normal;
}

.br {
    width: 0;
}

.ideals {
    width: 30%;
    display:inline-block; 
    text-align: center;
}

.boxes {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#st-box {
    color: var(--blackish);
    display: flex;
    float:left;
    width:18vw;
    height:18vw;
    background-color:white;
    border:none;
    font-family: bodyfont;
    font-weight: 700;
    font-size: 25px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 3vh;
    border-radius: 15px;


}
#nd-box {
    color: var(--blackish);
    display: flex;
    float:left;
    width:18vw;
    height:18vw;
    background-color:white;
    border:none;
    font-family: bodyfont;
    font-weight: 700;
    font-size: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    margin-bottom: 3vh;
    border-radius: 15px;

}
#rd-box {
    color: var(--blackish);
    display: flex;
    float:left;
    width:18vw;
    height:18vw;
    background-color:white;
    border:none;
    font-family: bodyfont;
    font-weight: 700;
    font-size: 25px;
    text-align:center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;

}

.focuses {
    text-align: center;
    font-size: 70px;
    margin-top: 0;
}

.latest-text {
    font-family: bodyfont;
    font-weight: 700;
    font-size: 30px;
    color: white;
    font-style: italic;
    text-align: center;
}

.learnmorebtn {
    color: var(--blackish);
    text-decoration: none;
}

footer {
    background-color: var(--blackish);
    color: var(--pinK);
    display: flex;
    height: 40%;
    overflow: hidden;
    justify-content: space-between;
}

.st {
    color: var(--pinK);
    float:left;
    width:20%;
    height:auto;
    border:none;
    padding-left: 2vh;
    padding-right: 2vh;
    font-family: bodyfont;
    font-weight: 700;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 1.05vw;
}
.nd {
    color: white;
    float:left;
    width:30%;
    height:auto;
    border:none;
    padding-left: 0;
    padding-right: 2vh;
    font-family: bodyfont;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-align: start;
    overflow: hidden;
    }

.nd h3 {
    font-size: 35px;
}

.rd {
    color: var(--blackish);
    overflow: hidden;
} 

.footimg {
    height: auto;
    width: auto;
}

.socials {
    display: inline;
    margin-top: auto;
    justify-content: space-evenly;
    align-content: center;
    text-align: justify;
}

.socials img {
    fill: var(--pinK) !important;
}

input[type = text] {
    color: var(--blackish);
    background-color: white;
    border-radius: 8px;
    padding: 4%;
    border: none;
    width: 90%;
    font-family: bodyfont;
    font-weight: 700;
}

input[type = submit] {
    margin-top: 2vh;
    color: var(--blackish);
    background-color: var(--pinK);
    border-radius: 999px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 5%;
    padding-left: 5%;
    border:none;
    font-family: mainfont;
    font-weight: 700;
}

input[type=text]:focus {
    border-color: var(--blackish);
    color: var(--pinK);
}

.cursor {
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background: white;
    transition: 250ms ease-out;
    mix-blend-mode: difference;
}

.cursor.hover {
    transform: translate(-50%, -50%) scale(4);
    transition: transform 0.5s ease-in-out;
    mix-blend-mode: difference;
  }

  .slide-right {
	-webkit-animation: slide-right 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
      }
      100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
      }
  }

/* Mobile & Tablet Css */

@media screen and (max-width: 950px) {
    .hideOnMobile {
        display: none;
    }

    .menubtn {
        display: block;
    }

    .section {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    } 

    .VIbody {
        font-size: 18px;
    }

    .nd h3 {
        font-size: 30px;
    }

    footer {
        justify-content: space-evenly;
        height: auto;
    }

    .st {
        width: auto;
    }

    .nd {
        width: auto;
    }

    .header1 {
        font-size: 50px;
    }

    .header2 {
        font-size: 50px;
    }

    .main {
        flex-direction: column;
    }

    .valuesimpact {
        width: auto;
    }

    .ideals {
        width: 100%;
    }

    .boxes {
        flex-direction: row;
    }

    #st-box {
        width: 25vw;
        height: 25vw;
        font-size: 20px;
    }

    #nd-box {
        width: 25vw;
        height: 25vw;
        font-size: 20px;
    }

    #rd-box {
        width: 25vw;
        height: 25vw;
        font-size: 20px;
    }


}

@media screen and (max-width: 500px) {
    .sidebar {
        width: 100%
    }

    .header1 {
        font-size: 45px;
    }

    .header2 {
        font-size: 45px;
    }

    #st-box {
        font-size: 15px;
    }

    #nd-box {
        font-size: 15px;
    }

    #rd-box {
        font-size: 15px;
    }

    .latest-text {
        font-size: 20px
    }

}