*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:'Courier New', Courier, 'monospace';
}
.ban{
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    padding: 30px;
}
.ban:hover{
    background-image: url(./new\ kolkata.jpeg);
}
.info h1{
    text-align: center;
    color: white;
    padding-top: 120px;
    font-weight: bold;
    font-size: 100px;
    
}
.info h1:hover{
    color: rgb(151, 33, 92);
    
    text-shadow: -1px 0 black, 0 1px black, 1px 0 rgb(60, 40, 133),black;
}
.info h1 span{
    font-family: 'Cinzel', 'serif';
}
.banrap5 img{
    width: 50%;
    height: 50vh;
}
.banrap1 h1{
    text-align: center;
    padding-top: 30px;
    font-size: 50px;
}
.banrap3 ul li {
    display: inline;
    padding-left: 200px;
}
.banrap3 h1{
    text-align: center;
    font-size: 20px;
}
#facebook{
    font-size: 40px;
    /* background-color: blue; */
    color: blue;
    border-radius: 30px;
}
#youtube{
    font-size: 40px;
    /* background-color: blue; */
    color: red;
    border-radius: 30px;
}
#instagram{
    font-size: 40px;
    /* background-color: blue; */
    color: purple;
    border-radius: 30px;
}
#twitter{
    font-size: 40px;
    /* background-color: blue; */
    color: rgb(77, 133, 206);
    border-radius: 30px;
}
#pinterest{
    font-size: 40px;
    /* background-color: blue; */
    color: rgba(238, 35, 8, 0.932);
    border-radius: 30px;
}
.banrap4{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap:20px ;
    /* background-color: rgb(119, 5, 43); */
   margin-top: 50px;
}
.banrap5 img{
    width: 160%;
    padding-left: 40px;
    padding-top: 20px;
}
.banrap6 h1{
    text-align: center;
    padding-bottom: 70px;
    color: black;
}
.banrap6 p{
    text-align: center;
    padding-top: px;
    color: black;
   font-weight: bold; 
    /* font-size: 18px; */
    padding-right: 20px;
    background-color: white;
}
.banrap7 p{
    text-align: center;
   
   
    background-color: black;
    color: white;
}
.banrap9{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap:20px ;
    grid-row-gap:20px;
}
/* .banrap10 img{
    width: 50%;
    height: 20vh;
} */
.banrap10 h1{
    text-align: center;
}
.banrap10  a{
    text-decoration: none;
    color: black;
    font-size: 20px;
}
/* footer */
.foot{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    background-image: url(./footer\ bag1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer1 h1{
    text-align: center;
    color: white;
  }
  .footer img{
    width: 100%;
    height: 50vh;
    border-radius: 60px;
    padding: 40px;
  }
  .footer3 h1{
    text-align: center;
    font-size: 20px;
  }