*
{
    box-sizing: border-box;
    margin: 0 auto;
    
}

input[type=submit] {
  margin-top: 1rem;
    padding: .7rem 1rem .7rem;
    background-color: #57cc99;
    color: white;
    font-size: 1rem;
    font-family: 'Montserrat', sans serif;
    text-transform: uppercase;
    border: none;
    filter: drop-shadow(2px 2px 10px #0000);
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    border-radius: 0%;
}

input[type=submit]:hover {
    transition: all 200ms ease-out;
    background-color: #38a3a5;
    color: white;

}
button {
  margin-top: 1rem;
    padding: .7rem 1rem .7rem;
    background-color: #57cc99;
    color: white;
    font-size: 1rem;
    font-family: 'Montserrat', sans serif;
    text-transform: uppercase;
    border: none;
    filter: drop-shadow(2px 2px 10px #0000);
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

button:hover {
    transition: all 200ms ease-out;
    background-color: #38a3a5;
    color: white;

}


.container {
    display: grid;
    grid-template-areas:
    "header"
    "main"
    "content1"
    "content"
    "footer";
    width: 100%;
    
    
}

.header {
    grid-area: header;
    
}

.main {
    grid-area: main;
}

.content {
    grid-area: content;
    display: grid;
    width: 100%;
    grid-template-areas: 
    'grid1'
    'grid2'
    'grid3'
    'grid4'
    'grid5'
    'grid6'
    'grid7';
    grid-gap: 3rem;
    margin-bottom: 2rem;
}

.grid1 {
    
    width: 80%;
    
}
.grid2 {
    
    width: 80%;
}
.grid3 {
    
    width: 80%;
}
.grid4 {
    
    width: 80%;
}
.grid5 {
    
    width: 80%;
}
.grid6 {
    
    width: 80%;
}
.grid7 {
    
    width: 80%;
}

h4 {
    font-family: 'Montserrat', sans serif;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
}

h6 {
    font-family: 'Montserrat', sans serif;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1rem;
}

.mobileimgabout {
    width: 100%;
    display: flex;
    justify-content: center;
}


form .user-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
  form .user-details .input-box{
    margin-bottom: 15px;
    width: 100%;
  
  }
  
  form, .user-details{
    width: 100%;
  }
  
  .user-details .input-box .details{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    
  }
  .user-details .input-box input{
    height: 45px;
    width: 90%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
  }
  .user-details .input-box input:focus,
  .user-details .input-box input:valid{
    border-color: #9b59b6;
  }
  
  form input[type="radio"]{
    display: none;
  }

form h2 {
    padding-bottom: 2rem;
}

form button {
    font-size: 1rem;
}

.footer {
    grid-area: footer;
    margin-top: 4rem;
}

body {
    height: 100%;
}

.desktopbanner {
    display: none;
}

.mobilebanner {
    width: 100vw;
}

iframe {
    width: 80%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    border: 0;
    overflow: hidden;
}



.calfordesktop {
    display: none;
}

h1 {
    margin-left: .2rem;
    margin-right: .2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    text-align: center;
    font-size: 3rem;
    font-family: 'Bebas Neue', cursive;
    font-weight: lighter;
}

.missionarea {
    background-color: #22577a;
    color: white;
    padding: 2.3rem;
    font-family: 'Montserrat', sans-serif;
    
}

h2 {
    font-size: 1.5rem;
    text-align: center;
}

h3{
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1rem;
    font-family: 'Bebas Neue', cursive;
}







.missionarea p {
    font-family: 'Montserrat', sans serif;
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    
}

.main h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.main p{
  font-family: 'Montserrat', sans serif;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  padding-left: .2rem;
  padding-right: .2rem;

}


@keyframes tonext {
    75% {
      left: 0;
    }
    95% {
      left: 100%;
    }
    98% {
      left: 100%;
    }
    99% {
      left: 0;
    }
  }
  
  @keyframes tostart {
    75% {
      left: 0;
    }
    95% {
      left: -300%;
    }
    98% {
      left: -300%;
    }
    99% {
      left: 0;
    }
  }
  
  @keyframes snap {
    96% {
      scroll-snap-align: center;
    }
    97% {
      scroll-snap-align: none;
    }
    99% {
      scroll-snap-align: none;
    }
    100% {
      scroll-snap-align: center;
    }
  }
  
  
  
  
  
  *::-webkit-scrollbar {
    width: 0;
  }
  
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  
  *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
  }
  
  * {
    -ms-overflow-style: none;
  }
  
  
  ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

ol {
    list-style-type: none;
    font-size: 0rem;
}


  
  
  .carousel {
    position: relative;
    padding-top: 75%;
    margin: auto;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
    max-width: 320px;
    height: 568px;
    
    
    
    
  }
  
  .carousel__viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    
    
    
  }
  
  .carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    counter-increment: item;
    background-size: cover;
  }
  
  #carousel__slide1 {
    background-image: url('../img/crsl2.png');
    width: 100%;
   
    
    
  }

  #carousel__slide2 {
    background-image: url('../img/crsl1.png');
  }

  #carousel__slide3 {
    background-image: url('../img/crsl3.png');
  }

  #carousel__slide4 {
      background-image: url('../img/crsl4.png');;
  }
  
  .carousel__slide:before {
    content: counter(item);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-40%,70px);
    color: #fff;
    font-size: 2em;
  }
  
  
  
  @media (hover: hover) {
    
  
  .carousel::before,
  .carousel::after,
  .carousel__prev,
  .carousel__next {
    position: absolute;
    top: 0;
    margin-top: 50%;
    outline: 1px #0000;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    font-size: 0;
    filter: drop-shadow(4px 4px 50px #0000);
    
  }
  
  .carousel::before,
  .carousel__prev {
    left: 0rem;
    
  }
  
  .carousel::after,
  .carousel__next {
    right: 0rem;
  }
  
  .carousel::before,
  .carousel::after {
    content: '';
    z-index: 1;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none;
  }
  
  .carousel::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
  }
  
  .carousel::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
  }
}

  footer {
      width: 100vw;
      height: 50px;
      background-color: #22577a;
        padding: 1rem;
        color: white;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        margin-top: 1.5rem;
       
    }
    

  

  .nav__toggle {
      position: absolute;
      cursor: pointer;
      margin: 0rem 0rem;
      left: 49%;
      
  }

  i {
      width: 1rem;
      
      
      
  }

#close {
    display: none;
}

nav {
    
    padding: 1rem;
}

.nav__checkbox {
      display: none;
}

.nav__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
    padding: 0;
}

ul li {
    list-style-type: none;
    display: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans serif;
    padding: .3rem;
}
ul a:hover, ul a:focus {
    color: #57cc99;
    transition: all 200ms ease-out;
  }

a {
    text-decoration: none;
    color: inherit;
    font-size: 1rem;
}

#nav__checkbox:checked ~ul.nav__menu li {
    display: block;
}

#nav__checkbox:checked ~label.nav__toggle #close {
    display: block;
}

#nav__checkbox:checked ~label.nav__toggle #menu {
   display: none; 
}

@media only screen and (min-width: 568px){
    h1 {
        font-size: 2rem;
    }

    button {
      margin-top: 1rem;
        padding: .7rem 1rem .7rem;
        background-color: #57cc99;
        color: white;
        font-size: 1rem;
        font-family: 'Montserrat', sans serif;
        text-transform: uppercase;
        border: none;
        filter: drop-shadow(2px 2px 10px #0000);
        cursor: pointer;
        text-decoration: none;
        display: flex;
        justify-content: center;
    }
    
    button:hover {
        transition: all 200ms ease-out;
        background-color: #38a3a5;
        color: white;
    
    }
    
    h2 {
        font-size: 2rem;
        text-align: center;
    }
    
    h3{
        text-align: center;
        font-size: 2rem;
        margin-top: 2rem;
        font-family: 'Bebas Neue', cursive;
    }
    
    p {
        font-size: 1rem;
        text-align: left;
    }
    
    
    ol, li {
        list-style: none;
        margin: 0;
        padding: 0;
      }
    
    ol {
        list-style-type: none;
        font-size: 0rem;
    }
    
    
      
      
      .carousel {
        position: relative;
        padding-top: 75%;
        margin: auto;
        filter: drop-shadow(0 0 10px #0003);
        perspective: 100px;
        max-width: 574px;
        height: 600px;
        
        
        
        
      }
      
      .carousel__viewport {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        overflow-x: scroll;
        overflow-y: scroll;
        counter-reset: item;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        
        
        
      }
      
      .carousel__slide {
        position: relative;
        flex: 0 0 100%;
        width: 100%;
        counter-increment: item;
        background-size: cover;
      }
      
      #carousel__slide1 {
        background-image: url('../img/carousel2card.png');
        width: 100%;
       
        
        
      }
    
      #carousel__slide2 {
        background-image: url('../img/carousel1card.png');
      }
    
      #carousel__slide3 {
        background-image: url('../img/carousel3card.png');
      }
    
      #carousel__slide4 {
          background-image: url('../img/carousel4card.png');;
      }
      
      .carousel__slide:before {
        content: counter(item);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-40%,70px);
        color: #fff;
        font-size: 2em;
      }
      
      
      
      @media (hover: hover) {
        
      
      .carousel::before,
      .carousel::after,
      .carousel__prev,
      .carousel__next {
        position: absolute;
        top: 0;
        margin-top: 50%;
        outline: 1px #0000;
        width: 2rem;
        height: 2rem;
        transform: translateY(-50%);
        font-size: 0;
        filter: drop-shadow(4px 4px 50px #0000);
        
      }
      
      .carousel::before,
      .carousel__prev {
        left: 0rem;
        
      }
      
      .carousel::after,
      .carousel__next {
        right: 0rem;
      }
      
      .carousel::before,
      .carousel::after {
        content: '';
        z-index: 1;
        font-size: 2.5rem;
        line-height: 4rem;
        text-align: center;
        pointer-events: none;
      }
      
      .carousel::before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
      }
      
      .carousel::after {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
      }
      
      .main p {
        font-size: 1rem;
      }

      .missionarea p {
        font-size: 1rem;
      }
    

      
    }

  } 

@media only screen and (min-width: 769px){
    body {
        width: 80%;
    }

    button {
      margin-top: 1rem;
        padding: .7rem 1rem .7rem;
        background-color: #57cc99;
        color: white;
        font-size: 1rem;
        font-family: 'Montserrat', sans serif;
        text-transform: uppercase;
        border: none;
        filter: drop-shadow(2px 2px 10px #0000);
        cursor: pointer;
        text-decoration: none;
        display: flex;
        justify-content: center;
        border-radius: 0%;
    }
    
    button:hover {
        transition: all 200ms ease-out;
        background-color: #38a3a5;
        color: white;
    
    }

    .missionarea p {
      font-family: 'Montserrat', sans serif;
      text-align: left;
      font-size: 1.5rem;
      margin-bottom: 2rem;
      padding-left: .2rem;
      padding-right: .2rem;
  }


    footer {
        width: 80vw;
        
    }

    #donatedesktop {
        margin-top: 3rem;
        margin-bottom: 3rem;

    }
    .calformobile {
        display: none;
    }

    .calfordesktop {
        display: block;
        width: 80vw;
    }
    
    .nav__toggle {
        display: none;
    }
    .nav__menu {
        flex-direction: row;
    }
    ul li {
        display: block;
        padding-left: 2rem;
        padding-right: 2rem;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }

    ul {
        list-style-type: none;
        display: flex;
        justify-content: center;
        
      }

    ul a {
        text-decoration: none;
        color: #261c15;
        
      }

      ul a:hover, ul a:focus {
        color: #57cc99;
        transition: all 200ms ease-out;
      }

    .mobilebanner {
        display: none;
    }

    .desktopbanner {
        display: block;
        width: 100%;
    }

    h1 {
    padding: 1rem;
    text-align: center;
    font-size: 2rem;
    font-family: 'Bebas Neue', cursive;
    font-weight: lighter;
    }

    .missionarea {
        background-color: #22577a;
        color: white;
        padding: 3rem;
        font-family: 'Montserrat', sans-serif;
        text-align: center;

    }

    .main p{
      font-family: 'Montserrat', sans serif;
      text-align: left;
      font-size: 1.5rem;
      margin-bottom: 2rem;
      padding-left: .2rem;
      padding-right: .2rem;
    }
    
    h2 {
        font-size: 2rem;
        text-align: center;
        
    }
    
    h3{
        text-align: center;
        font-size: 2rem;
        margin-top: 2rem;
        font-family: 'Bebas Neue', cursive;
        font-weight: lighter;
        margin-bottom: 2rem;
    }
    
    
    ol, li {
        list-style: none;
        margin: 0;
        padding: 0;
       
      }
    
    ol {
        list-style-type: none;
        font-size: 0rem;
    }

    ol li {
        max-width: 769px;
        height: 400px;
        margin: 20px;
    }
    
      
      
    .carousel {
        position: relative;
        padding: 15%;
        margin: auto;
        filter: drop-shadow(0 0 10px #0003);
        max-width: 769vw;
        height: 400px;
        
    }

      
    .carousel__viewport {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        counter-reset: item;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        
    }
      
    .carousel__slide {
        position: relative;
        flex: 0 0 100%;
        width: 100%;
        counter-increment: item;
        background-size: cover;
    }
      
    #carousel__slide1 {
        background-image: url('../img/desktop2.png');
        width: 100%;
       
        
        
    }
    
    #carousel__slide2 {
        background-image: url('../img/desktop1.png');
    }
    
    #carousel__slide3 {
        background-image: url('../img/desktop3.png');
    }
    
    #carousel__slide4 {
          background-image: url('../img/desktop4.png');;
    }

    .carousel__slide:before {
        content: counter(item);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-40%,70px);
        color: #fff;
        font-size: 2em;
        display: none;
    }
      
      
      
      @media (hover: hover) {
        
      
      .carousel::before,
      .carousel::after,
      .carousel__prev,
      .carousel__next {
        position: absolute;
        top: 0;
        margin-top: 50%;
        outline: 1px #0000;
        width: 2rem;
        height: 2rem;
        transform: translateY(-50%);
        font-size: 0;
        filter: drop-shadow(4px 4px 50px #0000);
        display: none;
        
      }
      
      .carousel::before,
      .carousel__prev {
        left: 0rem;
        display: none;
        
      }
      
      .carousel::after,
      .carousel__next {
        right: 0rem;
        display: none;
      }
      
      .carousel::before,
      .carousel::after {
        content: '';
        z-index: 1;
        font-size: 2.5rem;
        line-height: 4rem;
        text-align: center;
        pointer-events: none;
        display: none;
      }
      
      .carousel::before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
        display: none;
      }
      
      .carousel::after {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
        display: none;
      }
        
    }
    

    input[type=submit] {
      margin-top: 1rem;
        padding: .7rem 1rem .7rem;
        background-color: #57cc99;
        color: white;
        font-size: 1rem;
        font-family: 'Montserrat', sans serif;
        text-transform: uppercase;
        border: none;
        filter: drop-shadow(2px 2px 10px #0000);
        cursor: pointer;
        text-decoration: none;
        display: flex;
        justify-content: center;
        border-radius: 0%;
    }
    
    input[type=submit]:hover {
        transition: all 200ms ease-out;
        background-color: #38a3a5;
        color: white;
    
    }

    .content {
        grid-area: content;
        display: grid;
        width: 100%;
        grid-template-areas: 
        'grid1'
        'grid2'
        'grid3'
        'grid4'
        'grid5'
        'grid6'
        'grid7';
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1rem;
       
        
    }

    .grid1 {
        width: 100%;
    }
    .grid2 {
        
        width: 100%;
    }
    .grid3 {
        
        width: 100%;
    }
    .grid4 {
        
        width: 100%;
    }
    .grid5 {
        
        width: 100%;
    }
    .grid6 {
        
        width: 100%;
    }
    .grid7 {
        
        width: 100%; 
    }
    
}
