﻿@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500;600;700;800;900&display=swap');

body
{
    font-family: 'Hanken Grotesk', sans-serif;
    overflow-x: hidden;
}



.new_menu
{
    padding-top: 5px;
    background: #fff;
    padding-bottom: 5px;
}

    .new_menu .navbar-brand
    {
        max-width: 175px;
        margin-right: 50px;
    }

.navbar-toggler
{
    color: #000;
    border: 0;
    border-radius: 0;
    padding: 0;
    max-width: 30px;
}

    .navbar-toggler img
    {
        width: 20px;
    }

    .navbar-toggler:focus
    {
        box-shadow: none;
    }

.new_menu .nav-link
{
    font-size: 14pt;
    color: #000;
    font-weight: 600;
    padding-right: 0 !important;
    padding-left: 0px !important;
}

.new_menu .button-demo
{
    border-radius: 0 !important;
    text-transform: uppercase !important;
    padding: 5px 25px;
    line-height: 1.5;
    font-size: 13pt;
    font-weight: 600;
}

.new_menu .dropdown-toggle::after
{
    display: none;
}

.new_menu .nav-item
{
    margin-right: 40px;
    position: relative;
}

    .new_menu .nav-item:hover
    {
        opacity: 1;
    }

    .new_menu .nav-item::before
    {
        transition: 300ms;
        height: 2px;
        content: "";
        position: absolute;
        background-color: #fff;
    }

    .new_menu .nav-item::before
    {
        width: 100%;
        bottom: 4px;
        opacity: 0;
    }

    .new_menu .nav-item:hover::before
    {
        bottom: 6px;
        opacity: 1;
    }

/*.nav-item:hover .dropdown-menu  {display: block;}*/

.new_menu .dropdown-item
{
    color: #000;
    font-size: 13pt;
}

.new_menu .dropdown-menu
{
    background: #FFFFFF;
    border-radius: 0;
    border:none;
}

.new_menu .dropdown-item:hover
{
    color: #fff;
    background: #000;
}

.new_menu .login_btn
{
    border-radius: 0;
    color: #fff;
    padding: 5px 25px;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 13pt;
    font-weight: 600;
    background: #000;
}

    .new_menu .login_btn:hover
    {
        background: #0097d8;
        color: #fff;
    }

.new_menu .free_trail_btn
{
    border-radius: 0;
    color: #fff;
    padding: 5px 25px;
    background: #0097d8;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 13pt;
    font-weight: 600;
}

    .new_menu .free_trail_btn:hover,
    .new_menu .button-demo:hover
    {
        background: #000;
        color: #fff;
    }

.new_menu_btns .d-flex
{
    gap: 15px;
}

.new_hero_banner
{
    background: linear-gradient(to right, #032737 60%, #025579 100%);
    padding-top: 100px;
    padding-bottom: 100px;
}

.new_hero_banner_text h2
{
    font-size: 25pt;
    font-weight: 700;
    color: #0097d8;
}

.new_hero_banner_text h1
{
    font-size: 45pt;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}

.new_hero_banner_text h6
{
    color: #fff;
    line-height: 1.7;
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 30px;
}

footer
{
    background: #000;
    padding-top: 100px;
    padding-bottom: 55px;
}

.footer_logo
{
    max-width: 175px;
}

.social_link
{
    margin-top: 30px;
}

    .social_link ul
    {
        margin: 0;
        padding: 0;
    }

    .social_link li
    {
        display: inline-block;
        margin-right: 2px;
    }

        .social_link li a
        {
            border: 2px solid #fff;
            border-radius: 100px;
            width: 30px;
            height: 30px;
            text-align: center;
            display: inline-block;
            font-size: 12px;
            line-height: 1.5;
            padding-top: 5px;
            color: #fff;
        }

            .social_link li a:hover
            {
                border: 2px solid #0097d8;
                background: #0097d8;
            }

footer h3
{
    color: #fff;
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: 800;
}

footer .footerlist
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerlist li
{
    color: #fff;
    font-size: 12pt;
    margin-bottom: 6px;
}

    .footerlist li a
    {
        color: #fff;
        text-decoration: none;
        padding-left: 5px;
    }

        .footerlist li a:hover
        {
            color: #0097d8;
        }

    .footerlist li:before
    {
        content: "-";
    }

.footer_bottom
{
    padding-top: 40px;
    align-items: baseline;
}

    .footer_bottom p,
    .footer_bottom p a
    {
        color: #fff;
        margin: 0;
        line-height: 1.5;
        font-size: 10pt;
        text-decoration: none;
        font-weight: 300;
    }

        .footer_bottom p a:hover
        {
            color: #0097d8;
        }

@media (min-width: 1400px)
{
    .container
    {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{

    .new_menu .nav-link
    {
        font-size: 12pt;
    }

    .new_menu .nav-item
    {
        margin-right: 20px;
    }

    .new_menu .login_btn,
    .new_menu .free_trail_btn,
    .new_menu .button-demo
    {
        padding: 5px 15px;
        font-size: 11pt;
    }

    .new_menu .navbar-brand
    {
        max-width: 145px;
        margin-right: 20px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .lg_12
    {
        font-size: 12pt !important;
    }

    .lg_14
    {
        font-size: 14pt !important;
    }

    .lg_16
    {
        font-size: 16pt !important;
    }

    .lg_18
    {
        font-size: 18pt !important;
    }

    .lg_20
    {
        font-size: 20pt !important;
    }

    .lg_22
    {
        font-size: 22pt !important;
    }

    .lg_24
    {
        font-size: 24pt !important;
    }

    .lg_26
    {
        font-size: 26pt !important;
    }

    .lg_28
    {
        font-size: 28pt !important;
    }

    .lg_30
    {
        font-size: 30pt !important;
    }

    .lg_pt_60
    {
        padding-top: 60px;
    }

    .lg_pb_60
    {
        padding-bottom: 60px;
    }

    .lg_pt_50
    {
        padding-top: 50px;
    }

    .lg_pb_50
    {
        padding-bottom: 50px;
    }

    .lg_pt_40
    {
        padding-top: 40px;
    }

    .lg_pb_40
    {
        padding-bottom: 40px;
    }

    .lg_pt_30
    {
        padding-top: 30px;
    }

    .lg_pb_30
    {
        padding-bottom: 30px;
    }

    .lg_pt_20
    {
        padding-top: 20px;
    }

    .lg_pb_20
    {
        padding-bottom: 20px;
    }

    .getstarted_cta
    {
        font-size: 12pt;
    }

    .new_menu .navbar-brand
    {
        max-width: 100px;
        margin-right: 20px;
    }

    .new_menu .nav-item
    {
        margin-right: 16px;
    }

    .new_menu .nav-link
    {
        font-size: 12pt;
    }

    .new_menu .dropdown-item
    {
        font-size: 10pt;
    }

    .new_menu .free_trail_btn,
    .new_menu .login_btn,
    .new_menu .button-demo
    {
        padding: 5px 5px;
        font-size: 11pt;
    }

    .new_menu_btns .d-flex
    {
        gap: 5px;
    }

    .footer_logo
    {
        max-width: 140px;
    }

    .footerlist li
    {
        font-size: 10pt;
    }

    .book_cta
    {
        padding: 10px 15px;
        font-size: 15pt;
    }
}



@media only screen and (min-width: 0px) and (max-width: 767px)
{
    .md_12
    {
        font-size: 12pt !important;
    }

    .md_14
    {
        font-size: 14pt !important;
    }

    .md_16
    {
        font-size: 16pt !important;
    }

    .md_18
    {
        font-size: 18pt !important;
    }

    .md_20
    {
        font-size: 20pt !important;
    }

    .md_22
    {
        font-size: 22pt !important;
    }

    .md_24
    {
        font-size: 24pt !important;
    }

    .md_26
    {
        font-size: 26pt !important;
    }

    .md_28
    {
        font-size: 28pt !important;
    }

    .md_30
    {
        font-size: 30pt !important;
    }

    .md_pt_60
    {
        padding-top: 60px;
    }

    .md_pb_60
    {
        padding-bottom: 60px;
    }

    .md_pt_50
    {
        padding-top: 50px;
    }

    .md_pb_50
    {
        padding-bottom: 50px;
    }

    .md_pt_40
    {
        padding-top: 40px;
    }

    .md_pb_40
    {
        padding-bottom: 40px;
    }

    .md_pt_30
    {
        padding-top: 30px;
    }

    .md_pb_30
    {
        padding-bottom: 30px;
    }

    .md_pt_20
    {
        padding-top: 20px;
    }

    .md_pb_20
    {
        padding-bottom: 20px;
    }

    .getstarted_cta
    {
        font-size: 12pt;
    }

    .new_menu .navbar-brand
    {
        max-width: 145px;
        margin-right: 0;
    }

    .navbar-collapse
    {
        background: rgb(255, 255, 255);
        padding: 0 15px 15px 15px;
        /* border: 1px solid rgba(255, 255, 255, 0.1); */
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 60px;
        z-index: 9;
        /* -webkit-backdrop-filter: blur(10px); */
        /* backdrop-filter: blur(10px); */
    }

    .new_menu .nav-link
    {
        font-size: 11pt;
        font-weight: 500;
    }

    .new_menu .nav-item
    {
        margin-right: 0;
    }

        .new_menu .nav-item::before
        {
            display: none;
        }

    .new_menu .dropdown-item
    {
        font-size: 10pt;
    }

    .new_menu_btns .d-flex
    {
        gap: 10px;
    }

    .new_menu .login_btn,
    .new_menu .free_trail_btn,
    .new_menu .button-demo
    {
        font-size: 11pt;
    }

    footer
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        footer h3
        {
            margin-top: 20px;
        }

    .footer_bottom
    {
        padding-top: 10px;
    }

        .footer_bottom p
        {
            margin-bottom: 15px;
        }

    .book_cta
    {
        font-size: 15pt;
    }

    .new_hero_banner_text
    {
        text-align: center;
    }

        .new_hero_banner_text figure
        {
            margin-top: 15px;
        }

    /*    .democratise {
        background: linear-gradient(#000 20%, #fff 20%); 
    }
*/
    .award_winning ul
    {
        grid-template-columns: 1fr 1fr;
        margin-top: 0;
    }

    .democratise_card
    {
        width: 50%;
    }
}

.mega-menu
{
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

    .mega-menu .h6
    {
        display: block;
        font-size: 1.2rem;
    }

.mega-menu a
{
    text-decoration: none;
}

.mega-menu .nav-link
{
    font-size: 12pt;
    font-weight: normal;
}

        .mega-menu a:hover
        {
            text-decoration: none;
            color: #0097d8;
        }


@media all and (min-width: 992px)
{

}

@media(max-width: 991px)
{

}
