/*-----  Home About  Section  -----*/


.header1{
	min-height: 55vh;
	width: 100%;
	background-image: linear-gradient(rgba(4, 9, 30, 0.5),rgba(4, 9, 30, 0.5)),url(image/top.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}



.about{
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}

.about h1{
    text-align: center;
    font-weight: 550;
    color: rgb(56, 53, 53);
    margin-left: 1rem;
    padding-top: 3rem;
}


.about-row{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem 7rem 1rem;
}



.about-content{
    flex: 1 1 41rem;
}

.about-content h3{
    font-weight: 500;
    color: rgb(56, 53, 53);
    padding-bottom: 5px;
    margin: 0 0 1.2rem 0;
}

.about-content p{
    color: rgb(56, 53, 53);
    font-weight: 300;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-align: left;
}

/*-----  Home About  End  -----*/




/*-----  About Section  -----*/


.about-container{
    width: 80%;
    display:flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    padding: 4rem 0.5rem 4rem 0.5rem;
}

.about-container .about-img{
    width: 320px;
}

.about-sec{
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 2.5rem 1rem 8rem 1rem;
}


.about-container .about-text{
    width: 75%;
    padding: 30px;
}

.about-container .about-text h2{
    font-weight: 550;
    color: rgb(56, 53, 53);
    padding-bottom: 5px;
    margin: 0 0 1.5rem 0;
}

.about-container .about-text .abt-vision{
    font-weight: 520;
    color: rgb(56, 53, 53);
    padding-bottom: 5px;
    margin: 0 0 1rem 0;
    padding-top: 50px;
}

.about-container .about-text p{
   color: rgb(56, 53, 53);
   font-weight: 300;
   font-size: 1.1rem;
   margin: 0;
   text-align: left;
}

/*-----  About Section End-----*/




/*-----  Profile Gallary Section Start-----*/


.gallery-row{
    margin-top: 2rem;
    margin-bottom: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.gallery{
 align-items: center;
 margin: auto;
}

.state{
    color: rgb(56, 53, 53);
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1.1rem;
}

.team{
    font-weight: 550;
    color: rgb(56, 53, 53);
    margin-top: 2rem;
    font-size: 28px;
}

.desc{
    color: rgb(56, 53, 53);
    margin: 1.5rem 0 2rem;
    text-align: left;
    font-weight: 450;
    font-size: 1rem;
}

.img-fluid{
    border: 1px solid rgb(253, 251, 251);
    width: 320px;
    height: 220px;
  
}


.img-fluid:hover{
    transform: scale(1.3);
    transition: 1s;
}


/*-----  Profile Gallary Section End-----*/





/*-----  Mission & Vision Section Start-----*/

.wrapper{
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
    padding: 5rem 0 5rem 0;
    justify-content: center; 
}

.wrapper h2{
    text-align: left;
    font-size: 1.6rem;
    font-weight: 520;
    color: rgb(56, 53, 53);
    padding-bottom: 1.6rem;
}

.collapsible{
    width: auto;
    display: grid;
    grid-template-columns:  repeat(1, 3fr);
    gap: 1rem;
    max-width: 450px;
    overflow: hidden;
    font-weight: 500;
    position: relative;
    top: -100%;
    opacity: 1;
    transition: all 0.3s ease;
}

.collapsible input{
    display: none;
}


.collapsible label{
    position: relative;
    background: rgba(76, 101, 212, 0.781);
    display: block;
    color: rgb(56, 53, 53);
    margin-bottom: 0px;
    padding: 15px;
    cursor: pointer;
    font-weight: 550;
    font-size: 1rem;
    z-index: 1;
    transition: background 0.2s;
}

.collapsible label:hover{
    background: rgb(76, 101, 212);
}

.collapsible label:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 14px;
    height: 12px;
    color: rgb(56, 53, 53);
    background: url(image/arrow.svg) no-repeat 0 0;
    transition: all 0.3s ease;
} 


.collapsible input:checked ~ label:after{
    transform: rotate(90deg);
}    


.collapsible-text{
    max-height: 1px;
    line-height: 1.4;
    overflow: hidden;
    position: relative;
    top: -50%;
    transition: all 0.3s ease;
}

.collapsible input:checked ~ .collapsible-text{
    background: white;
    display: block;
    max-height: 300px;
    padding: 20px 0 10px 0;
    opacity: 1;
    top: 0;
}

.collapsible-text p{
    color: rgb(56, 53, 53);
    padding: 0 15px 0 15px;
}


/*-----  Mission & Vision Section Start-----*/



@media(max-width: 1024px){
    
    .about-row{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 2.5rem 1rem 6.5rem 1rem;
    }


    .about-sec{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 2.5rem 1rem 8rem 1rem;
    }
    
    .about-video{
        flex: auto;
    }
    
    .about-content{
        flex: auto;
    }
    
    .about-content h3{
        font-size: 1.4rem;
        margin: 0 0 1.1rem 0;
    }
    
    .about-content p{
        font-weight: 400;
        font-size: 1.2rem;
    }
    

    .about-container{
        width: 95%;
        display: flex;
        align-items: center;
        gap: 2rem;
        padding: 4rem 1rem 4rem 1rem;
    }
    
    .about-container .about-img{
        width: 295px;
    }

    .about-container .about-text{
        width: 600px;
        padding: 20px;
    }
    
    .about-container .about-text h2{
        font-weight: 550;
        color: rgb(56, 53, 53);
        padding-bottom: 4px;
        margin: 0 0 1rem 0;
    }
    
    .about-container .about-text p{
       color: rgb(56, 53, 53);
       font-weight: 350;
       font-size: 1.2rem;
       margin: 0;
    }


    
.gallery-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.gallery-container{
    width: 90%;
}

.state{
    font-size: 1.2rem;
}

.team{
    font-size: 28px;
}

.desc{
    font-size: 1.1rem;
}

.img-fluid{
    width: 320px;
    height: 220px;
}



    .wrapper h2{
      text-align: center;
}


}




@media(max-width: 700px){

    .about-row{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 1rem 7rem 1rem;
    }
    
    
    .about-content h3{
        font-size: 1.2rem;
        margin: 0 0 1rem 0;
    }
    
    .about-content p{
        font-weight: 300;
        font-size: 1rem;
    }

    .about-container{
        width: 100%;
        display:flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 2rem;
        padding: 4rem 0.5rem 4rem 0.5rem;
    }
    
    .about-container .about-img{
        width: 85%;
        height: 290px;
    }
    
    .about-container .about-text{
        width: 100%;
        padding: 20px;
    }
    
    .about-container .about-text h2{
        font-weight: 550;
        color: rgb(56, 53, 53);
        padding-bottom: 2px;
        margin: 0 0 1rem 0;
    }
    
    .about-container .about-text p{
       color: rgb(56, 53, 53);
       font-weight: 350;
       font-size: 0.8rem;
       margin: 0;
    }



    .gallery-row{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.2rem;
    }
    
    .state{
        font-size: 1rem;
    }
    
    .team{
        font-size: 26px;
    }
    
    .desc{
        font-size: 1rem;
    }
    
    .img-fluid{
        width: 300px;
        height: 200px;
    }

    .img-fluid:hover{
        transform: scale(1.2);
        transition: 1s;
    }
    


    .wrapper h2{
        text-align: center;
  }
  
      .collapsible{
          margin-left: 0rem;
      }
  


}