* {
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: 0.25px;
    color: #161616;
}

.main_content{
	max-width: 1376px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	padding-top: 150px;
	padding-left: 50px;
	padding-right: 50px;
}

.paragraph p{
	margin: 10px 0;
}

.paragraph {
    margin: 30px 0;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 56px;
    line-height: 120%;
    font-weight: 500;
    text-transform: capitalize;
}

h2 {
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    text-transform: capitalize;
}

h3 {
    font-size: 30px;
    line-height: 120%;
    font-weight: 500;
    text-transform: capitalize;
}

h4 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 500;
}

h5 {
    font-size: 26px;
    line-height: 120%;
    font-weight: 500;
}

h6 {
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    color: #1A1A1A;
}

.btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 32px;
    gap: 10px;
    min-height: 50px;
    border-radius: 100px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
}

.btn.btn--outline {
    background: #FEFEFE;
    border: 1px solid #161616;
    color: #161616;
}

.btn.btn--outline:hover {
    background: #161616;
    border: 1px solid #161616;
    color: #FEFEFE;
}

.btn.btn--solid {
    background: #161616;
    border: 1px solid #161616;
    color: #FEFEFE;
}

.btn.btn--solid:hover {
    background: #FEFEFE;
    border: 1px solid #161616;
    color: #161616;
}

@media (max-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: 768px;
    }
}
@media (max-width: 480px) {
    body {
        word-break: break-word;
    }
    .container {
        max-width: 100%;
        padding: 0 16px;
    }
}

.section-curve-marquee{ position:relative; z-index:0; }

.cm-svg{ pointer-events:none; }
.cm-text{ pointer-events:auto; }

.cm-svg {
    display: block;
    width: 100%;
    height: auto;
}
.cm-line {
    fill: none;
    stroke: #333;
    stroke-width: 50;
    stroke-linecap: square;
    vector-effect: non-scaling-stroke;
}
.cm-under{
    fill: #FFFFFF;
}
.cm-text {
    font-size: 25.3664px;
    line-height: 31px;
    font-weight: 400;
    color: #FFFFFF;
    fill: #fff;
	font-kerning: normal;
  	text-rendering: geometricPrecision;
}
.cm-text-sec{
	text-anchor: middle;
	dominant-baseline: middle;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;	
}
.section-curve-marquee-mobile {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
@media (max-width: 1280px) {
    .cm-svg {
        height: 240px;
    }
}
@media (max-width: 768px) {
    .section-curve-marquee {
        margin-top: -75px;
        z-index: 0;
        position: relative;
    }
    .section-curve-marquee-desktop {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    .section-curve-marquee-mobile {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .cm-line {
        fill: none;
        stroke: #333;
        stroke-width: 30;
        stroke-linecap: square;
        vector-effect: non-scaling-stroke;
    }
    .cm-text {
        font-size: 27px;
        line-height: 100%;
        font-weight: 400;
        color: #FFFFFF;
        fill: #fff;
    }
    .cm-svg {
		min-height: 100px;
        height: auto;
    }
    section.section-curve-marquee.section-curve-marquee-1.section-curve-marquee-mobile {
        margin-top: 0;
    }
    section.section-curve-marquee.section-curve-marquee-2.section-curve-marquee-mobile {
        margin-top: -14px;
    }
    section.section-curve-marquee.section-curve-marquee-3.section-curve-marquee-mobile {
        margin-top: -95px;
    }
}

@media (max-width: 600px) {
    section.section-curve-marquee.section-curve-marquee-1.section-curve-marquee-mobile {
        margin-top: 7%;
    }
}