@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Arial';
    src: url('Arial-BoldMT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    --primary-color  : #228B22;
    --primary-color2 : #4EB542;
    --secondary-color: #800080;
    --dark-color     : #1A1A1A;
    --font-family    : 'Poppins', sans-serif;
}

html,
body {
    overflow-x      : hidden;
    font-family     : var(--font-family) !important;
    color           : var(--dark-color);
    line-height     : 1.5;
    background-color: #F8F8F8;
}

:not(.btn-check)+.btn-primary:active,
.btn-primary:first-child:active {
    background: #fff;
    color     : var(--primary-color);
    border    : 1px solid var(--primary-color);
}

.btn-primary {
    min-width      : 174px;
    height         : 64px;
    background     : var(--primary-color);
    border         : 1px solid var(--primary-color);
    color          : #ffffff;
    font-size      : 16px;
    display        : inline-flex;
    align-items    : center;
    justify-content: center;
    font-weight    : 600;
    border-radius  : 10px;
    box-shadow     : none;
}

.btn-primary:hover {
    background: #fff;
    color     : var(--primary-color);
    border    : 1px solid var(--primary-color);
}

:not(.btn-check)+.btn-white-outline:active,
.btn-white-outline:first-child:active {
    background: #fff;
    color     : var(--dark-color);
    border    : 1px solid #fff;
}

.btn-white-outline {
    min-width      : 174px;
    height         : 64px;
    background     : transparent;
    border         : 1px solid #fff;
    color          : #ffffff;
    font-size      : 16px;
    display        : inline-flex;
    align-items    : center;
    justify-content: center;
    font-weight    : 600;
    border-radius  : 10px;
    box-shadow     : none;
}

.btn-white-outline:hover {
    background: #fff;
    color     : var(--dark-color);
    border    : 1px solid #fff;
}

:not(.btn-check)+.btn-white:active,
.btn-white:first-child:active {
    background: var(--secondary-color);
    border    : 1px solid #fff;
    color     : #fff
}

.btn-white {
    min-width      : 174px;
    height         : 64px;
    background     : #fff;
    border         : 1px solid #fff;
    color          : #000;
    font-size      : 16px;
    display        : inline-flex;
    align-items    : center;
    justify-content: center;
    font-weight    : 600;
    border-radius  : 10px;
    box-shadow     : none;
}

.btn-white:hover {
    background: var(--secondary-color);
    border    : 1px solid #fff;
    color     : #fff
}

/*Header Css Start*/
header#myheader.sticky {
    background   : var(--secondary-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    position     : fixed;
    top          : 0px;
    z-index      : 9;
    width        : 100%;
}

header#myheader {
    background   : var(--secondary-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

header#myheader ul.navbar-nav li.nav-item a.nav-link {
    color  : #fff;
    padding: 0px 20px;
}

header#myheader ul.navbar-nav li.nav-item a.nav-link.active {
    font-weight: 600;
}

header#myheader ul.navbar-nav li.nav-item a.nav-link:hover {
    opacity: 0.75;
}

/*Header Css Ends*/
/*Footer Css Start*/
footer.footer {
    background: var(--secondary-color);
}

footer.footer ul.footer-menu.footer-contact li a {
    display    : flex;
    align-items: center;
}

footer.footer .footer-top {
    border-top   : 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding      : 50px 0px 25px;
}

footer h2.footer-heading {
    font-size    : 22px;
    color        : #fff;
    font-weight  : 600;
    margin-bottom: 25px;
}

footer.footer ul.footer-menu.footer-contact li a img {
    width       : 32px;
    height      : 32px;
    min-width   : 32px;
    object-fit  : contain;
    margin-right: 15px;
}

footer.footer .footer-menu,
footer.footer .footer-social {
    list-style: none;
    margin    : 0;
    padding   : 0;
}

footer.footer ul.footer-social li {
    display: inline-block;
}

footer.footer ul.footer-social li:not(:last-child) {
    margin-right: 7px;
}

footer.footer ul.footer-social li a {
    display        : inline-flex;
    align-items    : center;
    justify-content: center;
    width          : 30px;
    height         : 30px;
    background     : #fff;
    color          : var(--secondary-color);
    font-size      : 18px;
    text-decoration: none;
    border-radius  : 50%;
}

footer.footer ul.footer-menu li a {
    display        : block;
    color          : #fff;
    text-decoration: none;
    font-size      : 14px;
    padding        : 10px 0px;
}

footer.footer ul.footer-menu li:hover a,
footer.footer ul.footer-social li:hover a {
    opacity: 0.75;
}

footer.footer .footer-bottom {
    padding: 25px 0px;
}

footer.footer .footer-bottom p {
    font-size: 14px;
    color    : #fff;
}

footer.footer .footer-logo {
    padding: 30px 0px;
}

/*Footer Css Ends*/
/*Home Css Start*/
.section-heading h2 span {
    color: var(--primary-color2)
}

.section-heading h2 {
    font-size  : 54px;
    font-weight: bold;
    color      : var(--dark-color);
    line-height: 1.5;
}

.maxwidth850 {
    max-width: 850px;
}

.maxwidth1000 {
    max-width: 1000px;
}

.section-heading h5 {
    font-size     : 24px;
    font-weight   : 400;
    margin-bottom : 5px;
    color         : var(--dark-color);
    text-transform: capitalize;
}

.section-heading p {
    font-size  : 16px;
    font-weight: 400;
    color      : var(--dark-color)
}

.banner {
    background: var(--secondary-color);
    position  : relative;
    z-index   : 1;
}

.banner .home-carousel .item img {
    width : auto;
    margin: 0 auto;
}

.banner .banner-content h1 {
    font-size  : 65px;
    color      : #fff;
    font-weight: 700;
}

.banner .banner-content h2 {
    font-size  : 22px;
    color      : #fff;
    font-weight: 600;
    margin     : 15px 0px 10px;
}

.banner .banner-content h1 span {
    color                    : var(--primary-color);
    -webkit-text-stroke      : 1px;
    -webkit-text-stroke-color: #fff;
}

.banner .banner-content p {
    font-size  : 16px;
    color      : #fff;
    font-weight: 400;
    max-width  : 670px;
    margin     : 15px 0px 25px;
}

.shapes {
    position: absolute;
    z-index : -1;
}

.zindex1 {
    z-index: 1;
}

.shape1 {
    top: 90px;
}

.shape3 {
    top  : 70%;
    right: 55px;
}

.shape2 {
    top  : 70px;
    right: 0px;
}

.shape4.shapes {
    bottom: 110px;
    right : 0px;
}

.aboutus {
    padding-top   : 70px;
    padding-bottom: 100px;
}

.whyus {
    padding-bottom: 80px;
}

.whyus .whyus-grid h3 {
    font-size  : 32px;
    color      : var(--dark-color);
    font-weight: 600;
    margin     : 20px 0px;
}

.whyus .whyus-grid p {
    font-size  : 18px;
    color      : var(--dark-color);
    font-weight: 400;
    max-width  : 340px;
}

.whyus .whyus-grid {
    padding: 40px 15px;
}

.border-right:not(:last-child) {
    border-right: 1px solid var(--dark-color);
}

.services {
    background    : var(--secondary-color);
    padding-top   : 100px;
    padding-bottom: 100px;
}

.services .serviceimg {
    width   : 50%;
    height  : 429px;
    overflow: hidden;
}

.services .serviceimg a {
    display: block;
    height : 100%;
    width  : 100%;
}

.services .serviceimg img {
    max-height: 100%;
    height    : 100%;
    width     : 100%;
    object-fit: cover;
    transform : scale(1);
    transition: all 0.5s ease-in-out;
}

.services .servicecontent h4 {
    font-size: 40px;
    color    : #fff;
    margin   : 0px;
}

.services .servicecontent {
    width: 50%;
}

.arrowdown {
    animation: moveUpDown 3s ease-in-out infinite;
    display  : inline-block;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }
}

.arrowup {
    animation: moveUpDown2 3s ease-in-out infinite;
    display  : inline-block;
}

@keyframes moveUpDown2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

.services .serviceimg a:hover img {
    transform : scale(1.1);
    transition: all 0.5s ease-in-out;
}

.our-team {
    padding-top   : 100px;
    padding-bottom: 100px;
    position      : relative;
    z-index       : 1;
}

.mb_50 {
    margin-bottom: 50px;
}

.feature-grid {
    padding         : 35px;
    position        : relative;
    z-index         : 2;
    box-shadow      : 0px 10px 30px rgba(8, 14, 28, 0.06);
    background-color: #fff;
    border-radius   : 10px;

}

span.featuereicon {
    margin-bottom: 30px;
}

span.featuereicon {
    width          : 100px;
    height         : 100px;
    background     : var(--primary-color);
    display        : inline-flex;
    align-items    : center;
    justify-content: center;
    border-radius  : 50%;
}

span.featuereicon img {
    height: 50px;
}

.feature-grid h3 {
    font-size    : 32px;
    font-weight  : 700;
    color        : var(--dark-color);
    margin-bottom: 20px;
    max-width    : 300px;
}

.our-team .section-heading {
    max-width: 610px;
}

.feature-grid p {
    font-size: 18px;
}

.feature-card_number {
    font-size  : 80px;
    font-weight: 700;
    opacity    : 0.1;
    position   : absolute;
    right      : 30px;
    top        : 15px;
    z-index    : -1;
}

.keyfeatures {
    padding-bottom: 70px;
}

.our-team .teamimg {
    width: 50%;
}

.our-team .teamcontent {
    width          : 50%;
    align-items    : center;
    justify-content: center;
    display        : flex;
}

.our-team .teamimg img {
    height    : 550px;
    width     : 100%;
    object-fit: cover;
}

.our-team .teamcontent h4 {
    color    : #fff;
    font-size: 48px;
}

.our-team .teamcontent p {
    color        : #fff;
    font-size    : 18px;
    margin-bottom: 0px;
}

.our-team .team-para {
    max-width: 550px;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.shape8 {
    top: 50px;
}

.shape9 {
    right: 14%;
    top  : -60px;
}

.shape10 {
    left: -40px;
    top : -50px;
}

.shape11 {
    top  : 34%;
    right: -80px;
}

.cta-getstarted {
    position: relative;
    width   : 100%;
    height  : 640px;
    overflow: hidden;
    z-index : 1;
}

.cta-getstarted:before {
    content   : '';
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    bottom    : 0;
    background: rgba(0, 0, 0, 0.50);
}

.cta-getstarted video {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : -1;
}

.cta-getstarted #content-overlay {
    position  : absolute;
    top       : 50%;
    left      : 50%;
    transform : translate(-50%, -50%);
    text-align: center;
    z-index   : 1;
}

.cta-getstarted #content-overlay h2 {
    font-size  : 65px;
    color      : #fff;
    font-weight: 700;
}

.cta-getstarted #content-overlay h2 span {
    color: var(--primary-color2);
}

.cta-getstarted #content-overlay p {
    font-size  : 20px;
    color      : #fff;
    max-width  : 750px;
    margin     : 15px auto 30px;
    line-height: 1.75;
}

.cta-getstarted #content-overlay small {
    color: #fff;
}

.agencies {
    padding-top   : 100px;
    padding-bottom: 120px;
    overflow      : hidden;
}

.agency-grid {
    position  : relative;
    z-index   : 1;
    overflow  : hidden;
    transition: all 1s ease-in-out;
    background: #000;
    flex-basis: 33.33%;
    height    : 370px;
}

.agency-grid img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    opacity   : 0.50;
}

.agency-content {
    position  : absolute;
    left      : 30px;
    right     : 30px;
    bottom    : 30px;
    color     : #fff;
    text-align: left;
}

.agency-grid:hover {
    flex-basis: 40%;
    transition: all 1s ease-in-out;
    cursor    : pointer;
}

.agency-grid:hover img {
    opacity: 1;
}

.agency-grid:hover .btn-white {
    background: var(--secondary-color);
    border    : 1px solid #fff;
    color     : #fff
}

.agencycontainer {
    display  : flex;
    max-width: 1360px;
    gap      : 20px;
    margin   : 0 auto;
}

.agency-content h3 {
    font-size: 42px;
}

.agency-content p {
    color: #fff;
}

.shape12 {
    top : 50%;
    left: -5%;
}

.shape13 {
    top  : -143px;
    right: 50px;
}

.shape14 {
    bottom: -110px;
    right : 16%;
}

.testimonials,
.ourblogs,
.pricing-subscrription {
    padding-bottom: 110px;
}
.pricing-subscrription{
	 /* padding-top: 110px; */
	 padding-bottom: 110px;
}
.ourblogs{
    padding-top: 110px;
}
.pricing-grid {
    padding      : 40px;
    border       : 2px solid var(--dark-color);
    border-radius: 30px;
    color        : var(--dark-color);
}

.pricing-grid.active,
.pricing-grid:hover {
    border    : 2px solid var(--secondary-color);
    color     : #fff;
    background: var(--secondary-color);
}

.pricing-grid .pricing-head {
    font-size    : 24px;
    font-weight  : 600;
    margin-bottom: 25px;
}
.pricing-grid .pricing-head h3 del{
opacity: 0.7;
    font-size: 30px;
}
.pricing-grid .pricing-head h5 {
    font-size    : 24px;
    font-weight  : 600;
    margin-bottom: 25px;
}

.pricing-grid .pricing-head h3 {
    font-size    : 42px;
    font-weight  : 600;
    margin-bottom: 30px;
}
.pricing-grid .pricing-head p {
    font-size    : 24px;
    font-weight  : 600;
    margin-bottom: 50px;
}
.pricing-grid .pricing-head h3 sub {
    bottom     : 3px;
    font-size  : 24px;
    font-weight: 600;
}

.pricing-grid .pricing-features {
    border-top    : 1px solid var(--dark-color);
    border-bottom : 1px solid var(--dark-color);
    padding-top   : 40px;
    padding-bottom: 40px;
    min-height    : 390px;
}

.pricing-grid.active .pricing-features,
.pricing-grid:hover .pricing-features {
    border-top   : 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.pricing-grid.active .btn-primary,
.pricing-grid:hover .btn-primary {
    border    : 1px solid #fff;
    background: #fff;
    color     : var(--secondary-color);
}

.pricing-grid.active .btn-primary:hover,
.pricing-grid:hover .btn-primary:hover {
    border    : 1px solid #fff;
    background: var(--secondary-color);
    color     : #fff;
}

.pricing-grid .pricing-features ul {
    list-style: none;
    margin    : 0px;
    padding   : 0px;
}

.pricing-grid .pricing-features ul li {
    display      : flex;
    font-size    : 16px;
    margin-bottom: 15px;
}

.pricing-grid .pricing-features ul li i {
    transform: translateY(1px);
    font-size: 20px;
    min-width: 20px;
}

.shape15 {
    right : 0;
    bottom: 30%;
}

.testimonial-carousel .testimonial-content .quote_img {
    width: auto;
}

.testimonial-carousel .testimonial-content p {
    font-size    : 16px;
    color        : var(--dark-color);
    max-width    : 690px;
    margin-bottom: 30px;
}

.testimonial-carousel .testimonial-content h4 {
    font-size    : 24px;
    color        : var(--dark-color);
    font-weight  : 600;
    margin-bottom: 0px;
}

.testimonials .section-heading {
    max-width: 800px;
    position : absolute;
    top      : 0px;
    z-index  : -1;
}

.testimonials .testimonial-content {
    padding-top: 285px;
}

.shape16 {
    top : 50px;
    left: 0px;
}

.shape18 {
    bottom: 15px;
    left  : 31%;
}

.testimonials .testimonial-carousel .user_img {
    width: auto;
}

.testimonialimg:after {
    content          : '';
    background       : url("../img/shape17.svg");
    background-repeat: no-repeat;
    width            : 55px;
    height           : 49px;
    background-size  : contain;
    position         : absolute;
    top              : 0px;
    left             : 20px;
    z-index          : -1;
}

.blog-list {
    border-radius: 20px;
    overflow     : hidden;
    border       : 1px solid rgba(0, 0, 0, 0.10);
    cursor       : pointer;
}

.blog-content {
    flex-basis: calc(100% - 320px);
    margin    : auto;
    padding   : 30px;
}

.blog-content h4,
.blog-content h4 a {
    color          : var(--dark-color);
    font-size      : 32px;
    font-weight    : 500;
    text-decoration: none;
}

.blog-content p {
    color    : var(--dark-color);
    font-size: 18px;
    margin   : 20px 0px;
}

.blog-list:hover .blog-img img {
    transition: all 1s ease-in-out;
    transform : scale(1.1);
}

.blog-list:hover .blog-content h4,
.blog-list:hover .blog-content h4 a {
    color: var(--primary-color);
}

.blog-img {
    flex-basis: 320px;
    overflow  : hidden;
}

.blog-img img {
    height    : 100%;
    width     : 100%;
    object-fit: cover;
    transform : scale(1);
    transition: all 1s ease-in-out;
}

.shape19 {
    top  : 60%;
    right: -50px
}

.aboutvideoouter {
    max-width: 1280px;
    margin   : 0 auto;
}

.aboutvideo {
    border-radius: 50px;
    overflow     : hidden;
    background   : #DFDFDF;
    height       : 764px;
    width        : 100%;
    padding      : 7px;
}

.aboutvideo video {
    width          : 100%;
    border         : 40px solid #000;
    border-radius  : 50px;
    height         : 750px;
    object-fit     : cover;
    object-position: top;
}

.shape5 {
    top : 140px;
    left: 0px;
}

.shape6 {
    top  : 45%;
    right: 5%;
}

.shape7 {
    bottom: -40px;
    right : -30px;
}

/*Home Css Ends*/
/*Contact Us Css Start*/
.breadcrumb-main {
    background: var(--secondary-color);
    position: relative;
    z-index: 1;
    padding: 0px 0px 30px;
}
.breadcrumb-main h1{
    font-size: 55px;
    color:#fff;
    font-weight: 700;
    margin-bottom: 20px;
}.breadcrumb-main .breadcrumb-list nav.page-breadcrumb ol.breadcrumb {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}.breadcrumb-main .breadcrumb-list nav.page-breadcrumb ol.breadcrumb li.breadcrumb-li:first-child {
    padding-left: 0px;
}
.breadcrumb-main .breadcrumb-list nav.page-breadcrumb ol.breadcrumb li.breadcrumb-li {
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    padding: 0px 15px;
}.breadcrumb-main .breadcrumb-list nav.page-breadcrumb ol.breadcrumb li.breadcrumb-li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.breadcrumb-main .breadcrumb-list nav.page-breadcrumb ol.breadcrumb li+li:after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 50%;
    left: -2px;
    width: 6px;
    height: 6px;
    top: 11px;
}
.breadcrumb-main img.imgbreadrcumb {
    height: 180px;
}
.breadcrumb-main .shape2 img {
    height: 110px;
}
.breadcrumb-main  .shape1 {
    top: 10px;
    left: 20%;
}
.contactus{
    padding-top: 100px;
    padding-bottom: 100px;
}
.contactus .contact__item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.contactus .contact__item-thumb {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background:var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}
.contact__item-content h5 {
    font-size: 28px;
    font-weight: 600;
    color: var(--dark-color);
}
.contactus .contact__form {
    background: #fff;
    padding: 35px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.07);
    border-radius: 20px;
}
.form-group label {
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500;
}
.form-group .form-control {
    height: 64px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.10);
    padding: 12px 20px;    appearance: auto;
}
.contactus iframe {
    border-radius: 20px;
    margin-top: 60px;
}
.add_page_pading {
    padding-top:140px;
    padding-bottom:140px;
}
.fa-spin {
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
/*Contact Us Css Ends*/
header nav.navbar a.nav-link.btn.btn-primary {
    min-width: 130px;
}
.banner .banner-content h1 span {
    font-family: 'Arial';
}
.home_sect_page .price_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.home_sect_page .price_flex span {
    font-size: 14px;
    font-weight: bold;
}
.home_sect_page .price_flex .form-check {
    padding: 0px;
    margin: 0px;
    min-height: auto;
}
.home_sect_page .price_flex .form-check input.form-check-input.checkbox_toggle {
    margin: 0px;
    width: 50px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23800080'/%3e%3c/svg%3e");
    outline: 0px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.10);
    background-color: #fff;
}
.home_sect_page .price_flex .form-check input.form-check-input.checkbox_toggle:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23800080'/%3e%3c/svg%3e");
    outline: 0px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.10);
    background-color: #fff;
}

.laningpagepricing p{
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.laningpagepricing p a{
    color:var(--dark-color);
    text-decoration: underline;
}
.laningpagepricing p a:hover{
    color:var(--primary-color);
    text-decoration: underline;
}
.laningpagepricing p svg{
    font-size: 22px;
}
.laningpagepricing h4{
font-size: 20px;
font-weight:600;
margin-bottom: 10px;
}
.laningpagepricing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.laningpagepricing li{
    font-size: 16px;
    font-weight: 400;
    color: var(--dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
}
.laningpagepricing li i{
    font-size: 20px;
    min-width: 20px;
}
.terms-privacy{
    padding-top:100px;
    padding-bottom:100px;
}
.terms-privacy h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark-color);
}
.terms-privacy h3 {
    font-size: 23px;
    font-weight: 700;
    color: var(--dark-color);
}
.terms-privacy h1 {
    font-size: 42px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 20px;
}
.terms-privacy p {
    font-size: 16px;
    color: var(--dark-color);
    margin-bottom: 12px;
}
.terms-privacy ul li{
        font-size: 16px;
    color: var(--dark-color);
    margin-bottom: 12px;
}
.terms-privacy ul{
padding-left: 20px;
}