*{
    margin: 0;
    padding: 0;    
    isolation: isolate;

}

html{
    height: 100%;
}
section{
    /* height:100vh; */
    width: 100%;
    position: relative;
    background-attachment: fixed;
    margin: 0;
}
section::before{

    background-image:url("home.jpg");
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.2;
    content: '';
    inset: 0;
    
    
}
#imga{
    background-image: url("Trees_files/PraQRti logo.jpg");
    width: 100px;
    height: 100px;
}
.navbar{
    padding: .8rem;
}
.navbar-nav li{
    padding-right: 20px;
}
.nav-link{
    font-size: 1.1em !important;
}

.logo img{
    position: absolute;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 0%;
}


h1{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    padding-top: 2%;    

}

h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    padding-left: 2%;
    padding-top: 1%;
}
h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    padding-bottom: 2%;
    padding-right: 43%;
    text-align: center;
    font-weight:lighter;
}

.img_lef{
    float: right;
    border-radius: 10%;
    border: 3px solid #c8aeae;
    margin: 3%;

}
.pad{
    padding-left: 1%;
}
p{
    font-family: 'Kanit', sans-serif;
    color: black;
}


li{
    font-family: 'Kanit', sans-serif;
}
.center{
   
    text-align: center;
    margin: auto;
    height: 100%;
    width: 100%;
    padding: 2%;
}
.fill{
    height: 100%;
    width: 100%;
}






.container {
	max-width: 1200px;
	/* margin: 0 auto; */
	/* padding: 0 20px; */
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

nav ul {
	list-style: none;
	display: flex;
	align-items: center;
}

nav li {
	margin-left: 20px;
}

nav a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

main {
	text-align: center;
	padding: 100px 0;
    height: 100%;
}

h2 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 20px;
}

.whtp{
	font-size: 24px;
	color: #fff;
	margin-bottom: 40px;
}

.buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.button {
	background-color: #fff;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 30px;
	border-radius: 30px;
	margin-right: 20px;
	transition: background-color 0.3s ease;
}

.button:hover {
	background-color: #333;
	color: #fff;
}

/* Principal 2 - Final */

#principal {
    background-color: #fff;
    padding: 50px 0;
  }
  
  .principal-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    max-width: 1200px;
    margin:10px;
    
  }
  
  .principal-photo img {
    max-width: 100%;
    height: auto;
  }
  
  .principal-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .principal-text p {
    font-size: 18px;
    color: #666;
}

.principal-text h2{
    color: black;
}
.principal-text p{
    padding-right: 30px;
}
  

/* TEAM CODE CSS 
 */

 #team {
    background-color: #f2f2f2;
    padding: 50px 0;
  }
  
  .team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .team-member {
    
    text-align: center;
  }
  
  .praqrtiteam{
    color: black;
    font-weight:600;
  }
  .team-member img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  
  .team-member h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .team-member p {
   
    font-size: 18px;
    color: #666;
  }
  



body {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(campus.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

html{
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.welcome{
    color: white;
}


/*  */

.pra-heading {
    color: #12cc45;
    font-family: Roboto;
    font-weight: bold;
    font-size: 40;
}

.qr-heading {
    color: orange;
    font-family: Roboto;
    font-weight: bold;
    font-size: 40;
}
.follow-us-icon-container {
    background-color: #faf7e8;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 15px;
    padding-top: 22px;
    padding-bottom: 14px;
    padding-right: 16px;
    padding-left: 22px;
}



.follow-us-heading {
    text-align: center;
    color: #183b56;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 35px;
}

.follow-us-section-icon-container {
    background-color: #faf7e8;
    border-width: 0px;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    padding-top: 22px;
    padding-bottom: 14px;
    padding-right: 16px;
    padding-left: 22px;
    margin: 10px;

}

.footer-section-container {
    background-color: #0d2436;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
.footer-section-container2 {
    background-color: #081722;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}


.footer-section-image {
    width: 60px;
    height: 60px;

}

.footer-heading {
    color: #959ead;
    font-family: Roboto;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
}

.footer-section-order-place-discription {
    color: #959ead;
    font-family: Roboto;
    font-weight: bold;
    font-size: 15px;
}
.prc-image{
    padding-top:75px;
}
.bhanu-image{
    height: 100px;
    width: 180px;
}



.members-card-container{
    padding-top: 20px;
    height:40vh;
    width: 28vh;
    
    border-width: 1;

    margin: 60px;
    margin-top: 5px;;
    margin-bottom: 10px;
    padding:10px;
}

.suyars-sir-image{
    height: 24vh;
    width: 24vh;
    border-radius: 100px;
}
.team-description{
    text-align: center;
    font-size:25px;
    
}
.meambers-names{
    font-size:25px;
   
}
.meambers-departmets{
    font-size:20px;
    
}
.meambers-departmets-span{
    font-size:20px;
    font-weight: 400;
}
.meambers-departmets-teacher{
    font-size:20px;
    font-weight: 550;
}


.follow-heading{
    color:white;
    text-align: right;

}


.footersection{
    display: flex;
    justify-content: space-between;
}

.follow-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    
}


/*  */
.aboutus{
    /* height:100vh; */
    width: 100%;
    position: relative;
    background-attachment: fixed;
    margin: 0;
    height: 40vh;
   
}
.aboutus::before{

    background-image:url("699.jpg");
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.8;
    content: '';
    inset: 0;
    
    
}

.aboutalign{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.aboutustext{
    font-size: 100px;
}
