:root {
    --menu-grey: #475467;
    --border-grey: #E4E7EC;
    --black: #06071B;
    --slate-blue: #7471F3;
}

@font-face {
    font-family: "Proxima Nova";
    src: url('../fonts/ProximaNova/ProximaNova-Regular.ttf') format("truetype");
}

html {
    scroll-behavior: smooth;
}

body {
    max-width: 1400px;
    margin: auto;
    width: 100%;
    background-color: #FFFFFF;
}

header {
    height: 100px;
    display: flex;
    /* justify-content: center;
    align-items: center; */
    border-bottom: 1px solid var(--border-grey);
}

@media (max-width:767px) {
    .hide-mobile {
        display: none !important;
    }

    h1 {
        font-size: 35px !important;
        line-height: 1.2;
    }

    h2,
    h3,
    h4 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    .content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-left {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .banner-right {
        width: 100% !important;
    }

    .banner-right-partner-image {
        max-width: 80%;
        display: flex;
        justify-content: center;
        margin: auto !important;
    }

    .banner-desc {
        font-size: 16px !important;
    }

    .service-tiles,
    .choose-tiles {
        min-width: 300px !important;
        width: 80% !important;
    }

    .colored-section {
        flex-wrap: wrap;
        padding-bottom: 240px !important;
    }

    .colored-section-testimonial {
        padding-top: 200px !important;
    }

    .pricing-section,
    .contact-wrapper {
        flex-wrap: wrap;
        flex-direction: column !important;
    }

    .contact-section {
        background-color: white;
        background-image: none !important;
    }

    .contact-desc {
        font-size: 14px !important;
    }

    .content>.banner-left,
    .banner-section>.banner-left,
    .colored-section>.banner-left,
    .pricing-section>.banner-left {
        padding: 20px !important;
        width: calc(100% - 40px) !important;
    }

    .pricing-page-section,
    .contact-block {
        flex-wrap: wrap;
    }

    .pricing-block-wrapper {
        width: 80% !important;
        margin-bottom: 30px;
    }

    .contact-left-info,
    .contact-right-info {
        width: calc(100% - 60px) !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding: 20px !important;
    }
    .bg-circle {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (min-width:768px) {
    .hide-desktop {
        display: none !important;
    }
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation>a,
.floating-menu-nav>a {
    font-family: 'DM Sans';
    margin-right: 20px;
    color: var(--menu-grey);
    text-decoration: none;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    /* text-align: left; */
}

.content {
    display: flex;
    align-items: center;
    width: 100%;
}

.content-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(227.29deg, #FF8D3A 6.03%, #B76BF2 50.99%, #1585F2 96.9%);
    height: 400px;
}

p,
button,
label,
span,
li,
a,
input {
    font-family: 'Proxima Nova', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'DM Sans', sans-serif;
}

h1 {
    font-family: 'DM Sans';
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--black);
}

h2 {
    font-family: 'DM Sans';
    font-size: 45px;
    font-weight: 700;
    line-height: 71px;
    letter-spacing: -0.02em;
    text-align: center;
    display: flex;
    justify-content: center;
}

.bg-circle {
    background: linear-gradient(227.29deg, #FF8D3A 6.03%, #B76BF2 50.99%, #1585F2 96.9%);
    opacity: 0.11;
    filter: blur(200px);
    border-radius: 274.465px;
    width: 514px;
    height: 514px;
    position: absolute;
}

.colored-button {
    background: linear-gradient(227.29deg, #FF8D3A 6.03%, #B76BF2 50.99%, #1585F2 96.9%);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 64px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 18px 50px;
    border: 1px solid;
}

button:hover {
    cursor: pointer;
}

.colored-section {
    display: flex;
    background-image: url('../images/coloredSection.svg');
    width: 100%;
    min-height: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20%;
    padding-bottom: 20%;
    margin-top: 65px;
    align-items: center;
}

.pricing-section {
    display: flex;
    /* background-image: url('../images/coloredSection.svg'); */
    width: 100%;
    min-height: 60%;
    /* background-repeat: no-repeat;
    background-size: cover; */
    /* padding-top: 20%;
    padding-bottom: 20%; */
    margin-top: 65px;
    align-items: center;
}

@media screen and (min-width: 1441px) {
    .colored-section {
        /* padding-top: 10vw;
        padding-bottom: 10vw; */
        max-height: 2500px;
    }
}

.left-arrow-nav {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: calc(50% - 30px);
}

.left-arrow-nav:hover {
    cursor: pointer;
}

.right-arrow-nav {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: calc(50% - 30px);
    transform: rotateY(180deg);
}

.right-arrow-nav:hover {
    cursor: pointer;
}



.contact-section {
    position: relative;
    z-index: 2;
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 90px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 17px 7px 132px rgba(136, 77, 227, 0.05);
    border-radius: 25px;
    height: 200px;
    background-image: url('../images/contact-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-wrapper {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
    margin: auto;
}

.contact-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90% !important;
}


.contact-heading {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.02em;
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
}

.contact-desc {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: var(--menu-grey);
    margin-top: 0;
}


.contact-white-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding: 10px 30px; */
    width: 140px;
    height: 45px;
    background: #FFFFFF;
    border: none;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 64px;
    color: var(--slate-blue);

    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

footer {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    background-color: #FFFFFF;
    max-width: calc(1400px - 60px);
    width: calc(100% - 80px);
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 30px;
    border-top: 1px solid var(--border-grey);
}


.footer-section>a {
    display: flex;
    text-decoration: none;
    text-align: center;
    color: var(--menu-grey);
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}


::-webkit-scrollbar {
    display: none;
    width: 0px;
}

div {
    scrollbar-width: none;
    /* The most elegant way for Firefox */
}

.floating-menu {
    display: none;
    background-color: white;
    width: 100%;
    position: absolute;
    top: 100px;
}

.floating-menu-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.floating-menu-nav>a {
    margin-bottom: 20px;
}