@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

li{
    list-style-type: none;        
}

a{
    text-decoration: none;
    color:white;
    font-size: medium;
}

.btn {
  background-color: rgb(46, 39, 145);
  /*background: linear-gradient(198deg, rgba(247,20,27,1) 0%, rgba(6,23,254,1) 100%);*/
  border:none;
}


.banner1 {
  background-image:
  linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(46, 39, 145, 0.2), rgba(46, 39, 145)),
  url('../img/banner1.jpg');
  width:100%;
  height: 450px;
  background-size: cover;
  color: white;
}

.banner2 {
  background-image:
  linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(46, 39, 145, 0.2), rgba(46, 39, 145)),
  url('../img/banner2.jpg');
  width:100%;
  height: 450px;
  background-size: cover;
  color: white;
}

.banner3 {
  background-image:
  linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(46, 39, 145, 0.2), rgba(46, 39, 145)),
  url('../img/banner3.jpg');
  width:100%;
  height: 450px;
  background-size: cover;
  color: white;
}

.banner4 {
  background-image:
  linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(46, 39, 145, 0.2), rgba(46, 39, 145)),
  url('../img/banner4.jpg');
  width:100%;
  height: 450px;
  background-size: cover;
  color: white;
}


footer{
    background-color: rgb(46, 39, 145);
    /*background: linear-gradient(132deg, rgba(247,20,27,1) 0%, rgba(6,23,254,1) 100%);*/
}