*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}


 /** nav bar **/
.navbar{
    width: 100%;
    height:90px;
    display: flex;
    background-color: rgb(240, 244, 248);
    position:sticky;
    top:0;
    z-index: 1;
}

.logo{
    position: absolute;
    left:4px;
    background-color: whitesmoke;
    background-image:url(images-1/logo.jpeg) ;
    height:70px;
    width:70px;
    background-size: cover;  
    border-radius: 300px;
    margin-top:6px ;
}
.clgname{
    margin-left: 10px;
    position:absolute;
    left:70px;
}
.name{
    font-size: 40px;
    font-weight: 900;
    color: red;
    font-weight: bolder;
}
.institute{
    font-size: x-small;
    font-weight: 900;
    margin-top: 0px;
    color:rgb(4, 4, 98);
    margin-top:0px;
}
.ugc{
  font-size: x-small; 
  color: brown;
  font-weight: 900;
}
.rec{
    font-size: xx-small;
    font-weight: 900;
}
.app{
    font-size: xx-small;
    font-weight: 900;
}
.sublogo-1{
  background-image: url(images-1/sublogo-3.jpeg);  
  height:50px;
  width:50px;
  background-size: cover;
  position: absolute;
  right:113px;  
  top:10px;
  border-radius:300px;
}
.sublogo-2{
  background-image:url(images-1/sublogo-2.jpeg) ;  
  height:50px;
  width:50px;
  background-size: cover;
  position: absolute;
  right:60px;  
  top:10px;
   border-radius:300px;
}
.sublogo-3{
  background-image: url(images-1/sublogo-1.jpeg);  
  height:50px;
  width:50px;
  background-size: cover;
  position: absolute;
  right:5px;  
  top:10px;
   border-radius:300px;
}
.sublogo-4{
  background-image: url(images-1/clublogo.jpeg);  
  height:55px;
  width:55px;
  background-size: cover;
  position: absolute;
  right:165px;  
  top:8px;
   border-radius:300px;
}

/** header **/
header{
    position:sticky;
    background-color:  rgb(240, 244, 248);
    top:90px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    z-index:100;
}

.homebut{
    font-size:15px;
    color:black;
    text-decoration: none;
    background-color:white;
    padding: 10px;
    border-radius: 100px;

} 
.nav a{
   font-size: 15px;
   color:black;
   background-color: white;
   padding:10px;
   border-radius: 100px;
}

/**social**/
.social{
   position: absolute;
   right:10px;
   padding:10px;
    display:flex;
    font-size: 13px;
    margin-top: 5px;
    background: rgba(225,225,225,.6);
    width: fit-content;
}
.social-1{
    font-size: 11px;
    color:rgb(168, 62, 62);
}
.social-2{
    font-size: 11px;
    margin-left: 5px;
    color:green;
}
.icon{
   font-size: 11px;
}


/** hero **/
/** hero **/
.club{
    height:690px;
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}
.clublogo{
    background-image: url(images-1/clublogo.jpeg);
    height:300px;
    width:300px;
    background-size: cover;
    border-radius: 300px;
    box-shadow: 2px 2px 6px 6px rgb(232, 232, 233);
    
}
.clubname{
    font-size: 45px;
    margin-top: 30px;
    font-weight: 600;
    color:rgb(219, 40, 40);
}
.branch{
   font-size: 25px;
   color:black;
   font-weight: 600;
   margin-top: 10px;
}


/* Hero */
.hero {
  height: 550px;
  background-image:url(images-1/club1.jpeg) ;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 40px;
}
/* Content */
.content {
  display: flex;
  gap: 30px;
  padding: 40px;
}

.left {
  flex: 3;
}

.right {
  flex: 1.5;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gallery img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

/* Cards */
.card {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-left: 4px solid #f4b400;
}





/**last**/
.last{
    margin-top: 200px;
    max-height: fit-content;
    width:100%;
    background: lightgray;
    padding:40px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.last-1{
    width:100%;
    height:100%;
}

.logo-1{
    position: absolute;
    left:4px;
    background-color: whitesmoke;
    background-image:url(images-1/logo.jpeg) ;
    height:70px;
    width:70px;
    background-size: cover;  
    border-radius: 300px;
    margin-left: 40px;

}
.clgname-1{
    margin-left: 10px;
    position:absolute;
    left:70px;
    position: relative;
    
}
.name-1{
    font-size: 30px;
    font-weight: 900;
    color: red;
    font-weight: bolder;
}
.institute-1{
    font-size: x-small;
    font-weight: 900;
    margin-top: 0px;
    color:rgb(4, 4, 98);
    margin-top:0px;
}
.ugc-1{
  font-size: x-small; 
  color: brown;
  font-weight: 900;
}
.rec-1{
    font-size: xx-small;
    font-weight: 900;
}
.app-1{
    font-size: xx-small;
    font-weight: 900;
}

.info{
    font-size: 13px;
    margin-top: 15px;
    margin-left: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}
.address{
    font-size: 11px;
    margin-left:20px ;
    font-weight: 400;
    margin-top: 1px;
}
.details-2{
    width:150px;
    height:120px;
    color:rgb(65, 64, 64);
    font-size: 11px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 20px;
}
.details-1{
    margin-top: 18px;
    border-bottom: 2px solid rgb(65, 64, 64);
}
.social-5{
   position: absolute;
   right: 30px;
   padding:10px;
    display:flex;
    font-size: 13px;
    margin-top: 5px;
    background: rgba(225,225,225,.6);
    width: fit-content;
}
.social-6{
    font-size: 11px;
    color:rgb(168, 62, 62);
}
.social-7{
    font-size: 11px;
    margin-left: 5px;
    color:green;
}
.icon{
   font-size: 11px;
}

