@font-face {
    font-family: 'Chasa Marelo';
    src: url('../fonts/ChasaMarelo-Italic.woff2') format('woff2'),
        url('../fonts/ChasaMarelo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chasa Marelo';
    src: url('../fonts/ChasaMarelo-Italic.woff2') format('woff2'),
        url('../fonts/ChasaMarelo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Chasa Marelo';
    src: url('../fonts/ChasaMarelo.woff2') format('woff2'),
        url('../fonts/ChasaMarelo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chasa Marelo';
    src: url('../fonts/ChasaMarelo.woff2') format('woff2'),
        url('../fonts/ChasaMarelo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    color: #161D6F;
    overflow-x: hidden;
    font-family: "Nunito Sans", sans-serif;
}


/*Comman Css Start*/
html {
    scroll-behavior: smooth;
    margin: 0!important;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}
h1,h2{
    font-family: 'Chasa Marelo';
}
h1,h2{
    font-size: 50px;
    line-height: 72px;
}
h5{
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
}
h6{
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
}
p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}

figure {
    margin: 0!important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button:focus {
    outline: none;
    box-shadow: none;
}
.container-fluid,
.container {
    padding: 0 15px;
}
.offcanvas {
    z-index: 1111;
    overflow-y: visaible;
}
.offcanvas::-webkit-scrollbar {
    display: none;
}
.offcanvas {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* Comman Css End*/









/* Coming Soon Page */
.coming-soon-wrapper{
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.coming-soon-text{
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.coming-soon-text .logo-image{
    margin: 0 auto 32px auto;
    max-width: 451px;
    width: 100%;
    display: table;
}
.info-text{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 39px 0;
}
.info-text img{
    width: 18px;
}
.info-text h2{
    font-size: 45px;
    line-height: 65px;
    color: #fff;
    margin: 0 0 0 0;
}
.coming-soon-text h4,.hero-banner-text h4{
    font-size: 28px;
    font-weight: normal;
    line-height: 35px;
    color: #fff;
    max-width: 439px;
    width: 100%;
    margin: 0 auto 32px auto;
}
.coming-soon-text h1{
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 38px 0;
    font-family: "Nunito Sans", sans-serif;
}
.coming-soon-text h6{
    font-size: 18px;
    line-height: 35px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 0 0;
}
.coming-soon-text h6 a{
    color: #fff;
}


