*{margin:0;padding:0;box-sizing:border-box;}

html {
    font-size: 16px;
}

body {
    font-family: GothamPro;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

h1 {
    font-size: 50px;
}

h1 span {
    font-size: 73px;
}

h2 {
    margin-bottom: 24px;
}

h2 {
    font-size: 40px;
    margin-bottom: 60px;
}

form {
    text-align: center;
}

button.btn {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 36px;
    font-size: 13px;
    border-radius: 12px;
}

.btn.btn-primary {
    --bs-btn-bg: #8C46FF;
    --bs-btn-hover-bg: #8C46FF;
    padding: 20px 46px;
    border: 0;
    border-radius: 16px;
    box-shadow: 0px 0px 20px 0px #8C46FF66;
}

.btn.btn-primary:hover{
    box-shadow: 0px 0px 20px 0px #8C46FF;
}

.btn.btn-light {
    color: #8C46FF;
    border: 2px solid #8C46FF;
}

.btn.btn-light:hover {
    color: #fff;
    background-color: #8C46FF;
}

.btn.btn-success {
    --bs-btn-bg: transparent;
    color: #0FD073;
    border: 2px solid #0FD073;
}

.btn.btn-success:hover {
    background-color: #0FD073;
    color: #fff;
}

.text-purple {
    color: #8C46FF;
}

.text-yellow {
    color: #F8B337;
}

.text-red {
    color: #FD5656;
}

.text-blue {
    color: #4690FF;
}

.btn.yellow {
    background-color: #F8B337;
}

.btn.green {
    background-color: #0FD073;
}

.btn.blue {
    background-color: #4690FF;
}

.btn.pink {
    background-color: #DA46FF;
}

nav {
    display: flex;
    gap: 40px;
}

nav a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #110B1C;
    padding: 10px 10px;
    transition: 0.15s;
}

nav a:hover {
    color: #8C46FF;
}

section {
    padding: 120px 0;
}

section.dark {
    color: white;
    background-color: #261E35;
}

section.header {
    padding-top: 0;
}

.topbar_wrapper .container, .footer_navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar_wrapper {
    /* position: absolute; */
    padding-top: 40px;
    width: 100%;
}

.header {
    min-height: 70vh;
    background: url(/assets/img/header-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.header .container {
    position: relative;
}

.header .illustration {
    position: absolute;
    top: 120px;
    right: 0;
}

.head_content {
    padding-top: 200px;
    position: relative;
    z-index: 1;
}

.head_content h1 {
    margin-bottom: 50px;
}

.head_content ul {
    padding-left: 0;
}

.head_content ul li {
    background: url(assets/img/tick.svg) no-repeat left 2px;
    padding-left:  30px;
    list-style: none;
    margin-top: 20px;
}

.head_list {
    margin-bottom: 50px;
}

.simple-card {
    border-radius: 30px;
    padding: 40px;
    background-color: #F8B3371A;
    height: 100%;
}

.simple-card.vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.simple-card.vertical .card_heading {
    margin-bottom: 0;
}

.simple-card.purple {
    background-color: #8C46FF1A;
}

.simple-card.green {
    background-color: #0FD0731A;
}

.simple-card .icon {
    max-width: 32px;
    margin-right: 8px;
}

.simple-card .card_heading {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.benefit-card .icon {
    margin: 8px 9px 12px 0;
}

.benefit_heading {
    font-size: 20px;
    font-weight: 700;
}

.service-card {
    border-radius: 30px;
    padding: 40px;
    height: 100%;
    box-shadow: 0px 20px 40px 0px #110B1C14;
}

.service-card .icon {
    margin-right: 8px;
    margin-bottom: 20px;
}

.service-card .card_heading {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.service-card .card_heading span {
    text-transform: initial;
}

.service-card button {
    display: none;
}

section.footer {
    background-color: #261E35;
    padding: 60px 0;
    color: white;
}

.footer_navbar {
    padding-bottom: 60px;
    border-bottom: 1px solid #FFFFFF1A;
}

.footer nav a {
    color: #fff;
}

.footer nav a:hover {
    color: #0FD073;
}

.footer .rights {
    margin-top: 60px;
}

@media screen and (max-width: 1399px) {
    .head_content {
        padding-top: 150px;
    }
    .header .illustration {
        max-width: 500px;
        top: 200px;
    }
}

@media screen and (max-width: 1199px) {
    .header nav, .footer nav {
        display: none;
    }
    .head_content {
        padding-top: 100px;
    }
    .head_content ul {
        max-width: 500px;
    }
    .header .illustration {
        max-width: 400px;
        top: 200px;
    }
    h1 {
        font-size: 45px;
    }
    h1 span {
        font-size: 65px;
    }
    section {
        padding: 90px 0;
    }
}

@media screen and (max-width: 991px) {
    .head_content {
        padding-top: 80px;
    }
    .header .illustration {
        max-width: 400px;
        top: 200px;
    }
    .head_content ul {
        max-width: 400px;
    }
    h1 {
        font-size: 40px;
    }
    h1 span {
        font-size: 55px;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }
    section {
        padding: 50px 0;
    }
    .topbar_wrapper {
        padding-top: 20px;
    }
    .header .illustration {
        position: static;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        max-width: 75%;
    }
    .head_content {
        padding-top: 40px;
        text-align: center;
    }
    h1 {
        font-size: 24px;
    }
    h1 span {
        font-size: 35px;
    }
    .head_content h1 {
        margin-bottom: 20px;
    }
    h2 {
        font-size: 24px;
    }
    a.tel {
        display: none;
    }
    .head_content ul {
        margin: auto;
    }
    .head_content ul li {
        margin-top: 15px;
        padding-left: 30px;
    }
    .service-card {
        border-radius: 20px;
        padding: 20px;
    }
    .service-card button {
        display: block;
    }
    .simple-card {
        border-radius: 20px;
        padding: 20px;
    }
}