@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
}


a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Geologica", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.main-heading {
    font-size: 56px;
    text-align: center;
    color: #141B1F;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -1.68px;
}

.main-btn {
    border-radius: 8px;
    background: #06A2E5;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid transparent;
}

.main-btn span {
    display: flex;
    align-items: center;
}

.main-btn.bg-color {
    background: transparent;
    color: #046;
    font-weight: 400;
    gap: 4px;
}

.title {
    font-size: 24px;
    color: #141B1F;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

/* header  */
header {
    padding: 16px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navbar {
    padding: 0;
    margin: 0;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-btn a {
    font-size: 16px;
    color: #141B1F;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.nav-btn {
    margin-left: auto;
}

.nav-btn a {
    border-radius: 8px;
    border: 1px solid #D3F2FC;
    background: #FFF;
    height: 56px;
    display: flex;
    align-items: center;
    padding-inline: 32px;
}

/* hero */
.hero {
    background: linear-gradient(180deg, #E8F7FC 0%, rgba(232, 247, 252, 0.00) 99.95%);
    padding-top: 104px;
    position: relative;
}

.hero .main-heading {
    padding-bottom: 48px;
}

.calc-cards {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 32px 0 rgba(0, 0, 0, 0.04);
    padding: 24px;
    padding-bottom: 16px;
}

.calc-content {
    padding-top: 32px;
    padding-bottom: 24px;
    min-height: 176px;
}

.calc-content h3 {
    color: #141B1F;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 8px;
}

.calc-content p {
    font-size: 14px;
    color: #141B1F;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.calc-img {
    width: 100%;
}

.calc-bottom .main-btn:first-child {
    margin-bottom: 4px;
}

.calculator-img1 {
    position: absolute;
    bottom: 70px;
    left: 10px;
    rotate: -4deg;
}

.hero-cards {
    max-width: 868px;
    width: 100%;
    margin: 0 auto;
}

.calculator-img2 {
    position: absolute;
    top: 47px;
    right: 0;
    rotate: 4deg;
}

.hero-cards-main {
    position: relative;
}

.arw-shape1 {
    position: absolute;
    top: 67px;
    left: 85px;
}

.shape-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.hero-main {
    position: relative;
    z-index: 1;
}

.arw-shape2 {
    position: absolute;
    bottom: 160px;
    right: 76px;
}

.downloadable-calculator {
    padding-top: 150px;
    padding-bottom: 166px;
    position: relative;
}

.downloadable-calculator .main-heading {
    padding-bottom: 48px;
}

.downloadable-calculator .calc-content {
    min-height: 168px;
}

.downloadable-calculator .calc-cards {
    margin-top: 16px;
}

.downloadable-calculator-main {
    position: relative;
    z-index: 1;
}

.calculator-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* footer */
footer {
    background: #046;
    padding-top: 64px;
    padding-bottom: 32px;
}

.brand-white {
    filter: invert(1);
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 32px;
}

.footer-top ol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-top ol li a {
    font-size: 14px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

footer p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.60);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* hovers */
.nav-btn a:hover {
    background: #06A2E5;
    color: #fff;
}

.main-btn:hover {
    border: 1px solid #D3F2FC;
    background: #fff;
    color: #141B1F;
}

.main-btn:hover span img {
    filter: invert(1);
}

.main-btn span img {
    transition: all 0.5s ease-in-out;
}

.main-btn.bg-color:hover span img {
    filter: none;
}

.main-btn.bg-color:hover {
    color: #046;
}