.row{

    margin-top: 2%;
    display: flex;
    justify-content: space-between;


}

.row .row-item{
    margin: auto;
    padding: 40px;
}
.row-item{
    flex-basis: 47%;
    padding: 10px 0px 0px;
    
}

.row-item img{
    width: 100%;
    border-radius: 15px;
    margin-top: 18px;
    margin: auto;
    border: 1px solid var(--main-color);
    padding: 5px;
    box-shadow: 5px 10px rgba(0, 128, 0, 0.486);
}


.row-item h1{
    color: black;
    font-size: 40px;
    padding: 0 0 15px;
    padding-top: 5px;
    margin-top: 0;
    
}

.row-item p{
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 300;
    padding: 20px 0 20px;
    margin-top: 0;
    
}
/*--------------------aboout us page------------------------------------*/
.about{
    width: 80%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 50px;
    padding: 10px;
    padding-bottom: 40px;
    border-radius: 30px;
    box-shadow: 0 0 40px 0px rgba(16, 65, 2, 0.274);
    background-color: rgba(195, 255, 195, 0.11);
    padding: 25px;
}


.about h1{
    font-size: 35px;
    text-align: center;
    padding-top: 15px;

}



#about-item{
    padding: 20px;
   
    
}

#about-item img{
    transform: translateX(-50px);
}

#about-item p{
    padding: 26px;
    margin-top: 20px;
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight:400;
    

}

#about-item ul {
    text-align: left;
    padding: 8px;
   
   
    
}

#about-item ul li {
    font-size: 23px;
    
   
    
}

/*----------------------------camps table------------------------------

.types-of-camps h1{
    font-size: 25px; 
    padding-top: 40px;
}
.table-headings{
    display: none;
}
.campsTable table, .campsTable tr , .campsTable th, .campsTable td  { 
    display: block; 
}
.campsTable tr { 
    margin-bottom: 10px;
}

.campsTable tr, .campsTable { 
    border: 1px solid #ccc; 
}
.campsTable td { 
		
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
}

.campsTable td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
}

.campsTable  tr td img{
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    
    
    
}
.row{
    flex-direction: column;
}

.column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
.campsTable tr td:nth-of-type(1):before { content: "Camp Name"; }
	.campsTable tr td:nth-of-type(2):before { content: "Location"; }
	.campsTable tr td:nth-of-type(3):before { content: "Contact Details"; }
	.campsTable tr td:nth-of-type(4):before { content: "Date\Time"; }
	.campsTable tr td:nth-of-type(5):before { content: "Register"; }
*/

    /*-------------------------Media queries---------------------------*/
/*-----------------------------------------------------------------*/



/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
       
    .row{
        flex-direction: column;
    
        
    }
    
    .row-item h1{
        
        font-size: 60px;
        
        
    }
    
    .row-item p{
        font-size: 30px;
        
        
    }
    
    .content-box h1{
    
        font-size: 55px;
        
       }
    
    h2{
        font-size: 27px;
        
    }
    
    
    
    .content-box p{
     
     font-size: 25px;
     line-height: 1.2;
     
    }
    
    ol li { 
       
        font-size: 30px;
    }
    ul li { 
        
        font-size: 30px;
    }
    
    
    
    }
    
    
    
    @media only screen and (min-device-width: 1025px) and (max-device-width: 1556px) and (orientation : portrait) {
    
      #divOrder{
        overflow: scroll;
    }  
    
    }
    
    
    
    
    @media(max-width: 767px){
    
     
    .column {
          width: 100%;
          display: block;
          margin-bottom: 20px;
        }
      
        
    nav img{
            width: 190px;
            transform: translateY(8px);
        }
    
    .navigation_links{
            position: fixed;
            background: #075722;
            height: 100vh;
            width: 250px;
            top: 0; right:-250px; 
            transition: 1s;
            text-align: left;
            z-index: 2;
        }
    
    .navigation_links ul{
            padding: 0px;
            margin-top: 10px;
            margin-left: 10px;
        }
    
    .navigation_links ul li{
            display: block;
            
        }
    
    .navigation_links ul li a{
            font-size: medium;
            text-align: left;
            justify-content: left;
           
        }
    
    nav .dz-menu-boxed{
            display: block;
            color:white;
            margin: 10px;
            font-size: 22px;
            cursor: pointer;
            
        }
        
    nav .dz-close-r{
            display: block;
            color: white;
            margin: 10px;
            font-size: 22px;
            cursor: pointer;
            margin-top: 30px;
            margin-left: 20px;
        }
    
        
        
    .row{
            flex-direction: column;
        }
    
    .content-box h1{
            font-size: 30px;
    }
    
    .content-box h2{
            font-size: 20px;
    }
    
    .plants-animals h1{
        font-size: 35px;
    }
    
     .plants-animals h1{
        margin-top: 0;
    }
    
    p{
        margin: 0;
    }
    
    ol li { 
        font-size: 17px;
    }
    
    ul li { 
           font-size: 17px;
    }
    
    #middle-column p{
        font-size: 23px;
    }
}
*/
/*-------------------------donor register form-----------------------------*/

.donation-form{
    background-color: rgba(195, 255, 195, 0.075);
    border-radius: 30px;
    box-shadow: 0 0 20px 0px rgba(16, 65, 2, 0.274);
    overflow: hidden;
    padding: 20px;
    width: 65%;
    padding-top: 30px;
    padding-right: 30px;
    margin: auto;
    margin-bottom: 40px;
    transition: 1s;
}

.donation-form  form{
    margin: auto;
    padding: 20px;

}
.donation-form  form .inputBox{
    margin-top: 10px;
}

.donation-form form .inputBox span{
    display: block;
    color:#999;
    padding-bottom: 5px;
}

.donation-form  form .inputBox input,
.donation-form  form .inputBox select{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border:1px solid rgba(0,0,0,.3);
    color:#444;
}
.donation-form  form .flexbox{
    display: flex;
    gap:15px;
}

.donation-form  form .flexbox .inputBox{
    flex:1 1 150px;
}

.donation-form  form .submit-btn{
    width: 80%;
    align-items: center;
    transform: translateX(15%);
    margin: auto;
    background:#009578;
    margin-top: 20px;
    padding: 15px;
    font-size: 20px;
    color:#fff;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s linear;
}

.donation-form  form .submit-btn:hover{
    letter-spacing: 2px;
    opacity: .8;
}
/*--------------------------*/
.donor-coll{
    flex-basis: 31%;
    border-radius: 12px;
    margin-bottom: 5%;
    text-align: left;
    padding: 5px;
    transition: 1s;
    
    
}
.donor-coll ul {
    text-align: left;
    border: #00000080 solid 2px;
    border-radius: 12px;
    padding: 8px;
    
}
.donor-coll:hover{
    transform: scale(105%);
}


.donor-coll h3{
    margin-bottom: 15px;
    margin-top: 16px;
    text-align: left;
}
.row{

    margin-top: 2%;
    display: flex;
    justify-content: space-between;


}

.row .row-item{
    margin: auto;
    padding: 40px;
}
.row-item{
    flex-basis: 47%;
    padding: 10px 0px 0px;
    
}
.row-item p{
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 300;
    padding: 20px 0 20px;
    margin-top: 0;
    
}
/* Remove extra left and right margins due to padding */
.row {margin: 0 -5px;}
  
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*-------------------------nav bar---------------------------*/

/*.nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 200px;
    height: 100%;
    background-color: #333;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
  }
  
  .nav a {
    display: block;
    padding: 16px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #444;
  }
  
  .nav a:hover {
    background-color: #444;
  }
  
  .nav a.active {
    background-color: #007bff;
  }*/
  

  /*-----------camps table------------------*/
  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  th, td {
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even){background-color: #f2f2f2}
  
  th {
    background-color: #4caf50;
    color: white;
  }
  
  