/* Css reset */
*{text-decoration:none;margin:0;padding:0;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;color:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}
html{scroll-behavior:smooth}img{max-height:100%;max-width:100%;position:relative}.hide{display:none}
/* @font-face {
    font-family: 'Somar';
    src: url('./font/Somar-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

} */
@font-face {
    font-family: 'Inter';
    src: url('./font/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
		font-display: swap;

  }
  
  @font-face {
    font-family: 'Inter';
    src: url('./font/Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
	  	font-display: swap;

  }
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    background-color: var(--minbackground);
    line-height: 2em;
    background: var(--bg_color);
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1300px;
}
.headsection.section1 {
    background: #040911;
    color: #fff;
}
.contentitemsheader {
    min-height: 80svh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    max-width: 550px;
}

.smalltitle {
    font-size: 27px;
}

.bigtitle h1 {
    font-weight: 800;
    line-height: 56px;
    font-size: 52px;
    color: #db4526;
}

.description {
    font-size: 18px;
}

.ctabuton {
    font-size: 18px;
    background: #b22b0e;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    transition: all .3s;
}

.ctasectionhed {
    display: flex;
    gap: 20px;
}

.ctasectionhed .ricta {
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 10px;
    justify-content: center;
}

.ctasectionhed .ricta .stdate {
    font-size: 17px;
}

.ctasectionhed .ricta span.ebd {
    font-size: 15px;
}

.ctabuton:hover {
    background: #007a7d;
    color: #fff;
}


h2.sc2title {
    font-size: 70px;
    font-weight: 800;
    line-height: 75px;
    color: #b22b0e;
}

.section2 {
    text-align: center;
    background: #fff;
    color: #000;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.section2 .container {
max-width: 800px;
}

.sc2title span {
    margin-top: 20px;
    font-size: 30px;
    display: block;
}
div.sc2title {
    margin-bottom: 30px;
}
.sc2content {
    display: flex
;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.sc2card {
    background: #007a7d;
    padding: 20px;
    border-radius: 8px;
    flex-grow: 1;
    display: flex
;
color: #fff;
    flex-direction: column;
    gap: 10px;
}

.sc2card .sc2slug {
    font-weight: 800;
    font-size: 19px;
    line-height: 25px;
}

.sc2text {
    font-size: 14px;
    line-height: 23px;
}

.sc2spechal {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
}

.sc2cta {
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.sc2icon {
    font-size: 45px;
    color: #fff;
}

.tab-content {
    display: none;
    color: #fff;
}

.tab-content.active {
    display: block;
}

.section3 {
    text-align: center;
    background: #040911;
    color: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}
.sc3title h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
    color: #b22b0e;
    margin-bottom: 10px;
}

.sc3contentflx {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    
}

.section3 .left-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

button.tab-btn {
    font-size: 18px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #31343a;
    font-weight: 800;
}
button.tab-btn:after {
    content: "\f061";
    font-family: fontawesome;
	transition: all .3s
}
button.tab-btn.active {
    background: #007a7d;
    color: #fff;
}
button.tab-btn.active:after {
transform: rotate(90deg);
}

.section3 .right-section {
    padding: 20px;
    background: #191c21;
    text-align: left;
}
div.sc3title {
    margin-bottom: 30px;
}

.section4 {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.section4 .sc4contentflx {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

h2.s4titleh {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #111827;
}


.sc4title span {
    font-weight: bold;
    margin-top: 10px;
    display: block;
    color: #374151;
}

.sc4title {margin-bottom: 20px;}

.s4content {
    margin-bottom: 20px;
    color: #374151;
}

.s4content ul {
    padding-left: 30px;
}

.sc4cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.sc4cta a.ctabuton {
    background: #b22b0e;
    color: #fff;
}
.sc4cta span {
    color: #374151;
    font-size: 15px;
    font-weight: 800;
}
.right-section video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
}
.section4 .right-section {
    padding: 15px;
}
.section5 {
    text-align: center;
    background: #040911;
    color: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.section5 .sc5contentflx {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 20px;
}


.section5 .cs5cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cs5card {
    display: flex;
    gap: 20px;
    text-align: left;
    align-items: center;
}

.cs5card .cs5icon {
    font-size: 50px;
    flex-shrink: 0;
    color: #b22b0e;
    width: 50px;
    text-align: center;
}

.cs5ctitle {
    font-size: 18px;
    font-weight: 800;
}

.cs5desc {
    font-size: 13px;
    line-height: 23px;
    color: #EFEFEF;
}
h2.s5titleh {
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    margin-bottom: 20px;
}

.sc5title {
    text-align: left;
}

.sc5title span {
    color: #EFEFEF;
    font-size: 24px;
}
.imageslide img {
    display: block;
    margin: 0 20px;
}
.section6 {
    padding: 40px 0;
}

h2.sc6titleh {
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 10px;
}

.sc6title {
    margin-bottom: 30px;
    text-align: center;
}

.section6 .ctabuton {
    color: #fff;
}

.cs7crd i.fa {
    font-size: 65px;
    color: #fff;
}

.cs7title {
    line-height: 1.4em;
    font-size: 21px;
    font-weight: 800;
}
.section7 {
    text-align: center;
    background: #040911;
    color: #fff;
    padding: 40px 0;
}

h2.sc7titleh {
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
    color: #FFF;
    margin-bottom: 10px;
}

.sc7title {
    margin-bottom: 30px;
}

.sc7content {
    margin-bottom: 30px;
}

.cs7crds {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.cs7crd {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    background: #007a7d;
}
.section8 {
    padding: 40px 0;
}
.sc8contentflx {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.threcols.onecol {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
h2.s8titleh {
    font-size: 63px;
    line-height: 66px;
    color: #111827;
    font-weight: 800;
}
.sc8title span {
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    display: block;
}
.crdcontent {
    background: #cdd8d8;
    padding: 15px;
}

.crdtitle {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}

.crddesc {
    font-size: 15px;
    line-height: 28px;
    color: #444;
}

.section9 {
    text-align: center;
    background: #040911;
    color: #fff;
    padding: 40px 0;
}
.sc9content {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    border: 3px solid #007a7d;
}

.plmaintitle {
    background: #007a7d;
    font-size: 22px;
    line-height: 2em;
    padding: 10px;
}
.plpading {
    padding: 20px;
}

.plprice {
    font-size: 34px;
    margin-bottom: 20px;
}

.plprice small {
    font-size: 15px;
}
.plpading {
    padding: 20px;
}

.plprice {
    font-size: 34px;
    margin-bottom: 20px;
}

.plprice small {
    font-size: 15px;
}

.plcontent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pllistinprice {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.pllistinprice .feature-description {
    font-size: 14px;
    line-height: 26px;
}

.feature-title {
    font-size: 18px;
    line-height: 28px;
}

.feature-title .fa {
    color: #b22b0e;
}
a.ctabuton.small {
    font-size: 14px;
    padding: 5px 15px;
}

.sc9cta {
    margin-top: 10px;
}
.section10 {
    padding: 40px 0;
}
.sc10content {

    display: grid
;
    grid-template-columns: 1fr 1fr;
    /* max-width: 800px; */
    width: 100%;
    margin: 0 auto;
    gap: 20px;
}

.left-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sc10title {
    text-align: left;
}
h2.s10titleh {
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
}

.faq-item {
    background: #cdd8d8;
    color: #000;
    font-size: 22px;
    padding: 15px;
    border-radius: 12px;
}

.right-section {
    display: grid;
    gap: 10px;
}

.faq-item .faq-answer {
    display: none;
}
.faq-item .faq-question {
    font-weight: 800;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    line-height: 1.7em;
}

.faq-item .faq-question span.icon {
    font-size: 19px;
}


.faq-item.active .faq-answer {
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}
.faq-answer ul {
    padding-left: 30px;
    margin-bottom: 10px;
}
.tab-content ul {
    padding-left: 30px;
}
.cs7hidecontent {
    display: none;
    padding: 20px;
}


.cs7crd:hover .cs7icon {
    display: none;
}

.cs7crd:hover .cs7title {
    display: none;
}

.cs7crd:hover {
    background: #262729;
}

.cs7crd:hover .cs7hidecontent {
    opacity: 1;
    display: block;
}

.footer {
    text-align: center;
    background: #040911;
    color: #fff;
    padding: 40px 0;
}

.footerbot {
    margin-top: 20px;
    font-size: 18px;
}


.scfcta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

a.whatsbutton {
    background: #0c6306;
    color: #000;
    text-align: center;
    display: inline-block;
    transition: all .3s;
    font-size: 14px;
    padding: 5px 15px;
    color: #fff;
}
.scfcta a {
    font-size: 16px;
}


.flx-thx {
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
}
.flx-thx div {
    line-height: 1.5em;
}
.flx-thx span {
    line-height: 1.5em;
    font-size: 20px;
}
.flx-thx span.close {
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 100px;
    line-height: 1em;
}
.flx-thx * {
    text-align: center;
}

.flx-thx.active {
    display: flex;
}


.flx-thx {
    display: flex
;
cursor: pointer;
    align-items: center;
    font-family: "Inter", sans-serif;
    justify-content: center;
    height: 100vh;
    background: radial-gradient(circle, #3d464e 0%, #000000 140%);
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    position: fixed;
    inset: 0;
    z-index: 9999999999;
}
.sectionform {
    text-align: center;
    background: #040911;
    color: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #474d55;
}
button.submit {
    background: #b22b0e;
    color: #fff;
    font-size: 30px;
    padding: 15px;
    width: 100%;
    border: 0;
    margin-top: 20px;
}
.cusinpput.flexcus label.cheeck {
    white-space: nowrap;
}
.contact_us {
    max-width: 550px;
    margin: 30px auto;
}
.cusinpput label {
    display: none;
}
.cheeckboxcontact label.cheeck {
    display: inline-block;
}

.cusinpput input,.cusinpput textarea {
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
}

.cusinpput {
    margin-bottom: 15px;
}
.cheeckboxcontact>div {
    display: flex;
    gap: 10px;
}
input.cheeck {
    width: auto;
}
label.labcheeck {
    display: inline-block;
}
.cheeckboxcontact {
    gap: 15px;
    display: flex;
}

.cheeckboxcontact>div {
    display: flex;
    gap: 10px;
}

.cheeckboxcontact {
    gap: 15px;
    display: flex;
}



.cusinpput.flexcus {
    display: flex;
    gap: 15px;
}
.cusinpput.text {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
}
.pydetails span {
    display: none;
}

.pydetails .active {
    display: block;
}
.sectionfixd {
    background: #007a7d;
    color: #fff;
    padding: 20px 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9;
}
h2.scfixdtitleh {
    font-size: 35px;
    font-weight: 800;
}
.scfixdcontentflx {
    gap: 20px;
    display: grid;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
}
.scfixdcta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.scfixdcta a.ctabuton {
    color: #007a7d;
    background: #fff;
    border-radius: 12px;
    padding: 5px 25px;
    font-size: 16px;
}
.scfixdcta span {
    font-size: 15px;
    line-height: 25px;
}
.col-section.colone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
div#countdown {
    color: #fff;
    text-align: center;
    display: flex
;
    justify-content: center;
    gap: 40px;
}
.col-section.coltow {
    display: flex
;
    align-items: center;
    justify-content: center;
}
div#countdown span {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7em;
}

.flxheader {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.flxheader .rightheader {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rightheader img {
    width: 350px;
    height: auto;
}
.logosection img {
    height: auto;
}
.cusinpput.text {
    background: #202327;
    padding: 10px;
}

.footer.fixedfooter {
    z-index: 9;
    padding: 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
}

.footer.fixedfooter h2.sc6titleh {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 0;
}

.footer.fixedfooter .sc6title {
    margin-bottom: 15px;
}

.footer.fixedfooter .scfcta a {
    padding: 0px 15px;
}


.footer {
    padding-bottom: 140px;
    padding-top: 10px;
}

.footerbot {
    margin-top: 0;
}
.pydesc b {
    color: #b22b0e ! IMPORTANT;
    background: #fff;
    padding: 2px 6px;
    border-radius: 3px;
}
.wp-video,
.wp-video-shortcode {
    width: 640px !important;
    height: 360px !important;
    max-width: none !important;
}

.wp-video-shortcode video {
    width: 640px !important;
    height: 360px !important;
}

.scfixdtitle {
    line-height: 40px;
}
.col-section.coltree {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.sc4contentflx .right-section {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.section4 {
    overflow: hidden;
}

.sc4contentflx {
    overflow: hidden;
}
.mobile-placeholder {
    display: none;
}
.pydetails b {
    color: #b22b0e ! IMPORTANT;
    background: #fff;
    padding: 2px 6px;
    border-radius: 3px;
}