@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

p {
    padding: 0;
    margin: 0;
}
.navbar-toggler:focus{
    box-shadow:none !important;
}
.buttons{
    display:flex;
}
.buttons a {
    background: linear-gradient(to right, #e6051b, #db1443);
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    display:flex;
}

.buttons a:first-child {
    background: linear-gradient(to right, #043758, #076299);
}

.buttons a:last-child {
    background: linear-gradient(to right, #ddc000, #b7cc03);
}

footer {
    background-color: black;
}

footer * {
    color: #fff;
    text-decoration: none;
}
.hsec7-iframe{
    overflow:hidden;
}
@media screen and  (max-width:991px){
    .buttons a {
  
   display:block;
    margin-bottom:20px;
}
    .buttons{
    display:block;
}
}
@media screen and  (max-width:600px){
 .buttons{
    display:block;
}
    .buttons a {
   padding: 10px 20px;
  display:block;
    margin-bottom:20px;
}
.banner{
    height:30vh;
}
.banner img{
    height:100%;
}
}