html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
    background-size:cover;
    background-repeat: no-repeat;
}

#nav-fixed {
    position: fixed;
    top: 0;
    opacity: .5;
      z-index: 1;
}

#nav-fixed:hover {
    opacity: 1;
}




footer span{
    font-size: 2.2rem;
    color:rgba(17, 64, 132,.9) ;
    transition: .5s;
}

footer .container{
    color:rgba(17, 64, 132,.9);
    font-size:16px;
}

footer .container a{
    color:rgba(17, 64, 132,.9);
    font-size:16px;
}
footer .container .col h5 {
    color:rgba(17, 64, 132,.9) ;
    font-weight: 600;
}
footer .container .col li a {
    color:rgba(17, 64, 132,.9) ;
    font-size: 16px;
    transition: 1s;
}

footer .container .col li a:hover{
    font-size: 20px;
}



footer span:hover{
    font-size:3rem;
}








/* content css code starts here */

.upper-page {
    background: url('bg.svg');
    background-repeat: no-repeat;
    height: 100vh;
    max-height: 1080px;
}

.hero-content {
    padding-top: 15rem;
}

h1 {
    text-align: center;
    font-size: 70px;
}

p {
    text-align: center;
    font-style: italic;
}

.btn-donate1 {
    transition: .5s;
}

#abt,
#hiw {
    transition: .5s;
}

#abt:hover {
    font-size: 20px;
}

#hiw:hover {
    font-size: 20px;
}

.btn-donate1:hover {
    transform: rotate(-5deg);
    font-size: 18px;
}

#btn-donate {
    background: #114084;
    color: white;
    border-radius: 5px;
    transition: transform .5s;
}

/* content css code starts here */

.upper-page {
    background: url('bg.svg');
    background-repeat: no-repeat;
    height: 100vh;
    max-height: 1080px;
}

.hero-content {
    padding-top: 15rem;
}

h1 {
    text-align: center;
    font-size: 70px;
}

p {
    text-align: center;
    font-style: italic;
}

.btn-nxt {
    position: absolute;
    bottom: 1px;
    margin-left: 48%;
}

.btn-down {
    opacity: .5;
    height: 60px;
}

.btn-down:hover {
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 48px;
}

#page2 {
    height: 100vh;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    position:relative;
      z-index: auto;
}

.content {
    margin-top: 20px;
    display: flex;
    padding: 20px 10px;


}

.content h2 {
    text-align: center;
    letter-spacing: 1px;
}

.header,
.header-title {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    margin-top: 5px;
    letter-spacing: 3px;
}

.header-title {
    color: #114084;
}

.left {
    font-style: italic;
    font-size: 30px;
    flex-basis: 50%;
    align-self: center;
    text-align: justify;

  
}

.right1 {

    flex-basis: 50%;
    padding-top:50px;
    padding-left: 150px;
}

.nxt-btn {
   position: absolute;
   bottom: 0;
   left:50%
}


/*  3rd SLIDE   */

#page3 {
    margin-top: 50px;
    padding-top: 120px;
    background: url('bg.svg');
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
      z-index: auto;
}

.container-3 {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-content: space-between;
    padding: 50px;
}

.container-3 img {
    height: 60px;
    width: 60px;
}

.container-3 > div {
    align-self: center;
    font-size: 15px;
    text-align: justify;
    flex-basis: 25%;
    margin: 50px 55px;
}


/*4th Slide */

#page4 {
    height: 100vh;
    padding-top: 50px;
}

.last-content {
    display: flex;
    background: rgba(235, 235, 235, 1);
    margin: 50px 88px;
}

.content2 {
    text-align: left;
}

.content2 p {
    font-weight: 400;
    text-align: left;
    font-family: 'Poppins';
}

h4 {
    font-weight: 500;
    font-size: 40px;
}

.download-btn {
    text-decoration: none;
    color: white;
    font-size: 30px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #114084;
    transition: .2s;
}

.download-btn:hover {
    background: white;
    color: #114084;
    border: 1px solid #114084;
}

.last-content>div {
    flex: 1;
    align-self: center;
}

