/*=========================== web fonts =============================*/
@font-face {
    font-family: 'Mazzard';
    src: url('../webfonts/MazzardH-ExtraBold.eot');
    src: url('../webfonts/MazzardH-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/MazzardH-ExtraBold.woff2') format('woff2'),
        url('../webfonts/MazzardH-ExtraBold.woff') format('woff'),
        url('../webfonts/MazzardH-ExtraBold.ttf') format('truetype'),
        url('../webfonts/MazzardH-ExtraBold.svg#MazzardH-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mazzard';
    src: url('../webfonts/MazzardH-BoldItalic.eot');
    src: url('../webfonts/MazzardH-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/MazzardH-BoldItalic.woff2') format('woff2'),
        url('../webfonts/MazzardH-BoldItalic.woff') format('woff'),
        url('../webfonts/MazzardH-BoldItalic.ttf') format('truetype'),
        url('../webfonts/MazzardH-BoldItalic.svg#MazzardH-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mazzard';
    src: url('../webfonts/MazzardH-Black.eot');
    src: url('../webfonts/MazzardH-Black.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/MazzardH-Black.woff2') format('woff2'),
        url('../webfonts/MazzardH-Black.woff') format('woff'),
        url('../webfonts/MazzardH-Black.ttf') format('truetype'),
        url('../webfonts/MazzardH-Black.svg#MazzardH-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mazzard';
    src: url('../webfonts/MazzardH-Bold.eot');
    src: url('../webfonts/MazzardH-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/MazzardH-Bold.woff2') format('woff2'),
        url('../webfonts/MazzardH-Bold.woff') format('woff'),
        url('../webfonts/MazzardH-Bold.ttf') format('truetype'),
        url('../webfonts/MazzardH-Bold.svg#MazzardH-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mazzard';
    src: url('../webfonts/MazzardH-SemiBold.eot');
    src: url('../webfonts/MazzardH-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/MazzardH-SemiBold.woff2') format('woff2'),
        url('../webfonts/MazzardH-SemiBold.woff') format('woff'),
        url('../webfonts/MazzardH-SemiBold.ttf') format('truetype'),
        url('../webfonts/MazzardH-SemiBold.svg#MazzardH-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mazzard';
    src: url('../webfonts/MazzardH-Medium.eot');
    src: url('../webfonts/MazzardH-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/MazzardH-Medium.woff2') format('woff2'),
        url('../webfonts/MazzardH-Medium.woff') format('woff'),
        url('../webfonts/MazzardH-Medium.ttf') format('truetype'),
        url('../webfonts/MazzardH-Medium.svg#MazzardH-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mazzard';
    src: url('../webfonts/MazzardH-Light.eot');
    src: url('../webfonts/MazzardH-Light.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/MazzardH-Light.woff2') format('woff2'),
        url('../webfonts/MazzardH-Light.woff') format('woff'),
        url('../webfonts/MazzardH-Light.ttf') format('truetype'),
        url('../webfonts/MazzardH-Light.svg#MazzardH-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mazzard';
    src: url('../webfonts/MazzardH-Italic.eot');
    src: url('../webfonts/MazzardH-Italic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/MazzardH-Italic.woff2') format('woff2'),
        url('../webfonts/MazzardH-Italic.woff') format('woff'),
        url('../webfonts/MazzardH-Italic.ttf') format('truetype'),
        url('../webfonts/MazzardH-Italic.svg#MazzardH-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mazzard';
    src: url('../webfonts/MazzardH-Regular.eot');
    src: url('../webfonts/MazzardH-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/MazzardH-Regular.woff2') format('woff2'),
        url('../webfonts/MazzardH-Regular.woff') format('woff'),
        url('../webfonts/MazzardH-Regular.ttf') format('truetype'),
        url('../webfonts/MazzardH-Regular.svg#MazzardH-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*========================== Basic css ============================*/
html {
    font-size: 62.5%;
}

:root {
    scroll-behavior: unset;

    /* fonts */
    --mazzard: 'Mazzard';

    /* color */
    --white: #FFF;
    --black: #000;
    --primary-color: #05055E;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* body */
body {
    font-family: var(--mazzard);
    font-size: 1.6rem;
    font-weight: 400;
    background: var(--white);
    color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--mazzard);
}


/*====================== header_section start ========================*/
.header_section {
    width: 100%;
    display: block;
    background: var(--white);
    padding: 2.4rem 0rem;
    border-bottom: 1px solid rgba(38, 34, 97, 0.20);
    position: sticky;
    top: 0;
    transition: 0.2s all ease;
    z-index: 1024;
}

.header_sticky {
    box-shadow: 0.2rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
    width: 23.2rem;
}

.navbar-nav {
    gap: 4.2rem;
}

.navbar-nav li a {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--primary-color);
    transition: 0.2s all ease;
}

.navbar-nav li a:hover {
    color: #5C5CFF;
}

.navbar-nav li a.nav_btn {
    color: var(--white);
    background: #5C5CFF;
    display: inline-block;
    padding: 1.3rem 2.4rem;
    border-radius: 5rem;
}

.navbar-nav li a.nav_btn:hover {
    opacity: 0.85;
    color: var(--white);
}

/* navbar-toggler */
.navbar-toggler {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none!important;
    padding: 0rem;
    transition: 0.2s all ease;
}

.navbar-toggler img {
    width: 4rem;
}

.navbar-toggler:hover {
    opacity: 0.85;
}


/* offcanvas menu */
.offcanvas-start {
    width: 100%!important;
    background: var(--white);
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.offcanvas-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.6rem 0rem;
}

.offcanvas-header img {
    max-width: 18rem;
}

.offcanvas-body .navbar-nav {
    gap: 0rem;
}

.close_btn {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none!important;
    padding: 0rem;
    transition: 0.2s all ease;
}

.close_btn:hover {
    opacity: 0.85;
}

.close_btn img {
    max-width: 3.2rem;
}

.offcanvas-body .navbar-nav a {
    width: 100%;
    display: block;
    padding: 1.6rem 0rem;
    border-bottom: 1px solid #ddd;
    transition: 0.2s all ease;
}

.offcanvas-body .navbar-nav a:hover {
    padding-left: 1.5rem;
}

.offcanvas_bottom {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
    margin-top: auto;
}

.offcanvas_bottom .navbar-nav .nav_btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1.6rem 2rem;
}


/*================= hero_section start ===================*/
.hero_section {
   background-image: url(../img/hero-bg.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   background-color: #05055E;
   padding-left: calc((100% - 1200px) / 2);
}

.hero_text {
    max-width: 60rem;
    width: 100%;
    padding: 16rem 0rem;
}

.hero_text h4 {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 109%;
    color: #00B0CB;
}

.hero_text h1 {
    font-size: 9.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; 
    letter-spacing: -0.2rem;
    text-transform: capitalize;
    color: var(--white);
    margin: 2rem 0rem;
}

.hero_text p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white);
    max-width: 55rem;
    width: 100%;
    margin-bottom: 4rem;
}

.book_button {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 153%; 
    color: var(--white);
    background: #5C5CFF;
    display: inline-flex;
    align-items: center;
    gap: 2.4rem;
    padding: 0.5rem 0.5rem 0.5rem 3rem;
    border-radius: 61px;
    transition: 0.2s all ease;
}

.book_button img {
    width: 5.2rem;
    transition: 0.2s all ease;
}

.book_button:hover img {
    transform: rotate(45deg);
}

.book_button:hover {
    opacity: 0.9;
}

/*=============== business_section start =================*/
.business_section {
    position: relative;
    margin-top: -4rem;
    z-index: 9;
}

.management_wrapper{
    background: #EAF5FF;
    border-radius: 2.4rem;
}

.management_text {
    max-width: 49rem;
    width: 100%;
    padding: 9rem 0rem;
}

.business_item img {
    max-width: 100%;
}

.business_title h3 {
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 109%; 
     color: #05055E;
     margin-bottom: 1.4rem;
}

.business_title p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: #05055E;
    margin-bottom: 4rem;
}

.business_text h4 {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 109%; 
    color: #05055E;
    margin-bottom: 1rem;
}

.business_text p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: #05055E;
    margin-bottom: 0;
}

.business_text {
    margin-bottom: 2.4rem;
}

/* analytics wrapper */
.anlytics_wrapper {
    background: #E9F0F4;
    border-radius: 2.4rem;
    margin-top: 6.2rem;
}

.analytics_text {
    max-width: 55rem;
    width: 100%;
    padding: 9rem 0rem;
    padding-left: 9rem;
}

/* marketing_wrapper */

.marketing_wrapper {
    background: #F4E9EA;
    border-radius: 2.4rem;
    margin-top: 6.2rem;
}

.marketing_text {
    max-width: 44rem;
    width: 100%;
    padding: 10rem 0rem;
}

/* about_wrapper */
.about_text {
    max-width: 48rem;
    width: 100%;
    padding: 10rem 0rem;
}

.about_text h3 {
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 109%; 
    letter-spacing: -0.2rem;
    color: #05055E;
    margin-bottom: 2.6rem;
}

.about_text h4 {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 109%; 
    color: #5C5CFF;
    margin-bottom: 2.6rem;
}

.about_text p {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: #05055E;
    margin-bottom: 5rem;
}


/*==================== footer_section start ======================*/
.footer_section {
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer_wrapper {
    padding: 13.4rem 0rem 12.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_left {
    max-width: 69.6rem;
    width: 100%;
}

.footer_left h4 {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 109%; 
    color: #00B0CB;
    margin: 0;
}

.footer_left h3 {
    font-size: 5.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 109%; 
    letter-spacing: -0.2rem;
    color: var(--white);
    margin: 3.5rem 0rem 4rem;
}

.footer_text {
    margin-bottom: 4.8rem;
}

.footer_text h4 {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 153%; 
    letter-spacing: -0.032rem;
    color: var(--white);
    margin-bottom: 0.8rem;
}

.footer_text p {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 153%;
    letter-spacing: -0.044rem;
    color: var(--white);
}

.footer_text ul li a {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 153%;
    letter-spacing: -0.044rem;
    color: var(--white);
    display: inline-block;
    margin-bottom: 0.8rem;
}

.copyright {
    padding: 2.7rem 0rem 3.4rem;
    position: relative;
}

.copyright::before {
    content: "";
    width: 5rem;
    height: 1px;
    display: block;
    background: var(--white);
    position: absolute;
    top: 0;
    left: 0;
}

.copyright p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 153%; 
    letter-spacing: -0.032rem;
    color: var(--white);
}