@import url("bootstrap.min.css");
@import url("app.css");
@import url("app-responsive.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* essential styles */


footer, header, nav, section { display: block; }
.no-padding { padding: 0px; }
body { font-family: "Inter", sans-serif; font-optical-sizing: auto; font-size: 16px; padding: 105px 0 0; background: #fff 0% 0% no-repeat padding-box; color: #111; -webkit-font-smoothing: antialiased; letter-spacing: 0; line-height: 1.5; height: 100vh; font-weight: 400; }
ul, li { list-style: none; padding: 0; margin: 0; letter-spacing: 0 }
* { -webkit-box-sizing: border-box; box-sizing: border-box; outline: none !important; }

::-moz-selection {
 color: #fff;
 background: #414042;
}
::selection { color: #fff; background: #414042; }
img { max-width: 100%; }
img, label { -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
a, a:hover, a:focus, button { text-decoration: none; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
a:hover { color: #3dabe3; }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 700;}
h1 { font-size: 68px; line-height: 1.2; margin: 0 0 30px; letter-spacing: 1.2;}
h2 { font-size: 2.5rem; line-height: 1.2; color: #111; margin: 0 0 30px; letter-spacing: 1.2;}
h3 { font-size: 26px; margin-bottom: 15px;  line-height: 1.6;}
h4 { font-size: 22px; margin: 0 0 15px; line-height: 1.2;}
h5 { font-size: 18px; margin: 0 0 10px; }
.container {
    max-width: 1310px;
    width: 98%;
    padding: 0 15px;
}
 @media (max-width:1199px) {
    h1 {
        font-size: 42px;
        margin: 0 0 25px;
    }
    h2 {
        font-size: 32px;
        margin: 0 0 20px;
    }
     body {
    font-size: 15px;
    padding: 90px 0 0;
}  
}
 @media (max-width:991px) {
    h1 {
        font-size: 30px;
        margin: 0 0 25px;
    }
    h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }
    h3 {
    font-size: 18px;
    line-height: 1.4;
}

 }
@media (max-width:767px) {
    h1 {
        font-size: 24px;
        margin: 0 0 25px;
    }
    h2 {
        font-size: 22px;
        margin: 0 0 15px;
    }
    body {
    font-size: 15px;
    padding: 85px 0 0;
}
}
