@import url('https://fonts.googleapis.com/css2?family=Poller+One&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');
@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{
    background: #fff;
    overflow-x: hidden !important;
    position: relative !important;
}
html, body { overflow-x: hidden}
h1{
    font-size: 22px;
    font-family: "Poppins";
}
h2{
    font-size: 20px;
    font-family: "Poppins";
}
h3{
    font-size: 18px;
    font-family: "Poppins";
}
h4{
    font-size: 16px;
    font-family: "Poppins";
}
h5{
    font-size: 14px;
    font-family: "Poppins";
}
h6{
    font-size: 12px;
    font-family: "Poppins";
}
p{
    font-size: 12px;
    font-family: "Poppins";
}
a{
    font-family: "Poppins";
}
label{
    font-family: "Poppins";
}
.text-primary{
    color: #80A7D7 !important;
}
.text-dark{
    color: #000 !important;
}
.btn.btn-primary {
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    background: #121C2B;
    width: 100%;
    border: none;
    height: 44px;
    font-size: 14px;
    color: #fff;
    font-family: "Poppins";
   display: flex;
   justify-content: center;
   align-items: center;
}
.btn.btn-primary:hover{
    color: #fff;
    background: #121c2be7;
}
.btn-primary:focus{
    box-shadow: 0 0 0 .25rem rgba(49, 131, 253, 0) !important;
}
