@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'ClashDisplayVariable';
    src: url('./font/clashdisplayvariable.ttf') format('truetype');
}

#main-header.active-scroll {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

body,
html {
    width: 100%;
    height: 100%;
    
    background-color: white;
}
body{
    overflow-x: hidden;
}

:root {
    --primary-color: #CB2D17;
    --secondary-color: #282828;
    --montserrat: 'Montserrat', sans-serif;
    --clashplay: 'ClashDisplayVariable', sans-serif;

}

/* Header */

.header {
    position: fixed;
    top: 16px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.header.active-scroll {
    background: #309dd5 !important;
    top: 0;
    padding: 21px 0;
    border-bottom: 1px solid white;
    box-shadow: 1px 1px 40px 0 #000;
}
.header-cta-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.counter-content p {
    font-size: 18px;
}

.d-flex-store {
    display: flex;
}

.btn-header {
    font-size: 18px;
    list-style: 25px;
    font-family: "Montserrat", sans-serif;
}

.btn-primary {
    color: var(--primary-color);
}

.btn-secondary {
    color: var(--secondary-color);
}

/* Banner-section */

.hero-section {
    background: url(../images/hero-section.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 0px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.sub-title {
    font-size: 24px;
    color: white;
    font-family: 'ClashDisplayVariable', sans-serif;
}

.hero-title {
    font-family: 'ClashDisplayVariable', sans-serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 59px;
    color: white;
    letter-spacing: -3px;
}

.hero-title strong {
    font-weight: 600;
}

.hero-list {
    font-size: 18px;
    color: white;
    font-family: var(--montserrat);
    font-weight: 500;
}

.unlist-banner {
    padding: 0 20px;
    margin-top: 30px;
}

.hero-form {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 1px 1px 20px 0 #00000045;
}

h3.form-title {
    font-size: 32px;
    font-weight: 500;
    color: #1E1D20;
    font-family: 'ClashDisplayVariable', sans-serif;
    text-transform: uppercase;
    line-height: 42px;
}

.bold-text {
    font-weight: 700;
    color: var(--primary-color);
}

.inputfields {
    font-size: 15px;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #BCBCBC;
    margin-bottom: 20px;
}

.inputfields::placeholder {
    color: black;
}

.submit-btns {
    width: 100%;
    padding: 16px 0px;
    border-radius: 50px;
    border: navajowhite;
    background: #CB2D17;
    color: white;
    font-size: 16px;
    margin-top: 40px;
    font-weight: 500;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}

.trust-section {
    padding-top: 30px;
}

.sect-sub-title {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #1E1D20;
    font-family: 'ClashDisplayVariable', sans-serif;
}

.centerline-gred {
    border: none;
    background: linear-gradient(45deg, transparent, #cb2d17, transparent);
    height: 2px;
    opacity: 1;
}


.store-sections {
    padding: 80px 0;
}

.brown-text {
    color: var(--primary-color);
}

.brandstore-content h4 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'ClashDisplayVariable', sans-serif;
    color: #1E1D20;
}

.brandstore-content h1 {
    font-size: 48px;
    line-height: 53px;
    font-weight: 600;
    color: #1E1D20;
    font-family: 'ClashDisplayVariable', sans-serif;
    margin-bottom: 20px;
}

.brandstore-content p {
    font-size: 16px;
    line-height: 20px;
    color: #1E1D20;
    font-family: var(--montserrat);
}



.imgstore img {
    width: 100%;
}

.store-content {
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    transition: 0.5s;
}

p.brand-text {
    transition: 0.;
    visibility: hidden;
}

.storeboxes {
    overflow: hidden;
    cursor: pointer;
}

.storeboxes:hover .store-content {
    height: 100%;
    background: #c3363bd6;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.storeboxes:hover .store-content p.brand-text {
    visibility: visible;
}

.btn-header {
    max-width: 245px;
    background: var(--primary-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    gap: 12px;
    font-size: 18px;
    font-family: var(--montserrat);
}


h4.brand-head {
    font-size: 24px;
    color: white;
    opacity: 1;
    width: 57%;
    line-height: 28px;
    font-family: 'ClashDisplayVariable', sans-serif;
}

.brandicons {
    background: white;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
    overflow: hidden;
}

p.brand-text {
    font-size: 16px;
    font-weight: 500;
    color: white;
    line-height: 23px;
    font-family: var(--montserrat);
}

.brandicons img {
    width: 69%;
}

/* Counter section */


section.counter-section {
    background: var(--primary-color);
    background-image: url(../images/counterbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.counter-content h4 {
    font-size: 56px;
    font-weight: 900;
    color: white;
    font-family: 'ClashDisplayVariable', sans-serif;
    margin-bottom: 0;
}

.counter-content p {
    font-size: 24px;
    font-weight: 400;
    color: white;
}

/* Package sections */


.package-section {
    background: url(../images/package-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 270px 0;
}

h4.sectsab-title {
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: 'ClashDisplayVariable', sans-serif;
}

.sect-title {
    font-size: 48px;
    color: white;
    font-weight: 700;
    font-family: 'ClashDisplayVariable', sans-serif;
}

span.orangespan {
    color: var(--primary-color);
}

p.pharashort {
    font-size: 16px;
    color: white;
    font-weight: 500;
    font-family: var(--montserrat);
    line-height: 25px;
    display: flex;
    justify-content: end;
    width: 66%;
    margin: 0 0 0 auto;
}

hr.whiteline-package {
    border: none;
    background: white;
    height: 1px;
    opacity: 1;
    margin-top: 40px;
}

section.package-cards-section {
    margin-top: -202px;
    padding-bottom: 80px;
}

.package-card {
    border: 1px solid #D4D4D4;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.cardheader {
    background: #FFEEE4;
    border-radius: 0 0 10px 10px;
    padding: 0;
}

.cardtop.card-topcolor {
    background: #E75700;
    border-radius: 0px 0px 10px 10px;
    padding: 30px;
}

.card-pricebox {
    padding: 30px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.packageprice {
    font-size: 40px;
    font-weight: 600;
    color: #1E1D20;
    font-family: 'ClashDisplayVariable', sans-serif;
}

del.del {
    font-size: 24px;
    color: #E40101;
    font-family: var(--montserrat);
    font-weight: 600;

}

ul.unlist-package {
    padding: 0px 20px;
    margin: 30px 57px;
    overflow-y: scroll;
    max-height: 270px;
}

ul.unlist-package li {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1E1D20;
    font-family: var(--montserrat);
}

.cardfooter {
    display: grid;
    gap: 22px;
    padding: 0 30px 20px;
    text-align: center;
}

.cardfooter P {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--montserrat);
    color: #1E1D20;
}

h4.packagetitle {
    font-size: 24px;
    color: white;
    font-weight: 500;
}

h4.packagetitle {
    font-size: 24px;
    color: white;
    font-weight: 500;
}

.cardtop p {
    font-size: 14px;
    font-weight: 500;
    color: white;
}

/* For WebKit browsers (Chrome, Safari) */
.unlist-package::-webkit-scrollbar {
    width: 3px;
    /* Adjust width as needed */

}



.unlist-package::-webkit-scrollbar-thumb {
    background-color: black;
    /* Scrollbar thumb color */
    border-radius: 10px;
    /* Rounded corners */
}

.unlist-package::-webkit-scrollbar-track {
    background: #ccc;
    /* light gray stick/track */
    border-radius: 10px;
}

button.livebtn {
    background: #E75700;
    border: none;
    border-radius: 11px;
    color: white;
}

button.start-btn {
    background: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 14px;
}

.cardfooter button {
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    text-transform: capitalize;
    padding: 17px 0;
    font-family: 'ClashDisplayVariable', sans-serif;
    font-weight: 600;
}

.bluebg {
    background-color: #4531C3 !important;
}

.lightpurple {
    background-color: #EBE8FF !important;
}

.redbg-color {
    background-color: #EC0000 !important;
}

.lightred-color {
    background-color: #FFE4E4 !important;
}

/*  */



section.discount-section {
    background: linear-gradient(72deg, #F53834, #F88B21);
    padding: 80px 0;
}

del.discount-hd {
    font-size: 37px;
    font-weight: 500;
    color: #1E1D20;
}

del.discount-hd {
    font-size: 37px;
    font-weight: 500;
    color: #1E1D20;
    font-family: var(--clashplay);
}

h4.discountprice {
    font-size: 74px;
    color: white;
    font-weight: 600;
    font-family: var(--clashplay);
}

del.discount-hd {
    font-size: 37px;
    font-weight: 500;
    color: #1E1D20;
}

h4.discountprice {
    font-size: 74px;
    color: white;
    font-weight: 600;
}

.discount-heading {
    font-size: 72px;
    font-family: 'ClashDisplayVariable';
    font-weight: 600;
    color: #1E1D20;
}

h4.discount-ecommerce {
    font-size: 40px;
    font-family: 'ClashDisplayVariable';
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 80px;
}

ul.list-package {
    max-height: 380px;
    overflow-y: scroll;
}

ul.list-package {
    max-height: 380px;
    overflow-y: scroll;
}

/* For WebKit browsers (Chrome, Safari) */
.list-package::-webkit-scrollbar {
    width: 3px;
    /* Adjust width as needed */

}



.list-package::-webkit-scrollbar-thumb {
    background-color: white;
    /* Scrollbar thumb color */
    border-radius: 10px;
    /* Rounded corners */
}

.list-package::-webkit-scrollbar-track {
    background: #ccc;
    /* light gray stick/track */
    border-radius: 10px;
}

ul.list-package li {
    font-size: 12px;
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 8px;
}

.activtebtn a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #1E1D20;
    background: white;
    padding: 14px 40px;
    border-radius: 60px;
    text-decoration: none;
}

.activtebtn {
    margin-top: 60px;
}

.dicountcode img {
    transform: scale(1.5);
    position: relative;
    right: 60px;
    top: 110px;
}

.imagebtn-flex {
    display: flex;
    justify-content: space-between;
}

.bage-image {
    width: fit-content;
    margin-top: -45px;
}


.card-iconsbox {
    background: #282828;
    border-radius: 20px;
    padding: 70px 40px;
    margin-bottom: 25px;
}

.card-iconsbox h4 {
    font-size: 32px;
    color: white;
    font-family: 'ClashDisplayVariable';
    font-weight: 500;
    margin-bottom: 20px;
}

.card-iconsbox p {
    font-size: 16px;
    color: white;
    font-weight: 500;
    font-family: 'Montserrat';
}

.card-iconsbox img {
    float: right;
    margin-top: -33px;
}

section.iconsbox-section {
    padding: 80px 0;
}


section.ourprocess-section {
    background: #282828;
    padding: 80px 0;
}

.our-process-sty h4 {
    font-size: 24px;
    font-weight: 400;
    color: white;
    text-align: center;
    text-transform: capitalize;
    font-family: 'ClashDisplayVariable';
}

.our-process-sty h1 {
    text-align: center;
    font-size: 48px;
    color: white;
    line-height: 44px;
    font-weight: 600;
    font-family: 'ClashDisplayVariable';
    margin-bottom: 30px;
}

.our-process-sty p {
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
}









.tab-headingone {
    display: flex;
    height: 560px;
}

.tabbox {
    background: red;
    display: flex;
    align-items: center;
    /* height: 740px; */
}

.tabtile {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    height: 100%;
    align-items: center;
    padding: 50px 0px;
    width: 230px;
    transition: 0.8s;
    cursor: pointer;
}

.content-box {
    height: 100%;
    display: flex;
    align-items: center;
    background: black;
    padding: 0px 39px;
    display: none;
}

.tab-flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.tab-flex h4 {
    transform: rotate(-91deg);
    margin-bottom: 90px;
    color: white;
    font-size: 32px;
    font-weight: 500;
    font-family: 'ClashDisplayVariable';
    line-height: 42px;
}

.tabbox:nth-child(even) {
    background: #161616;
    transition: 0.5s;
}

.tabbox:nth-child(odd) {
    background: #1F1F1F;
    transition: 0.5s;
}

.tabtile h5 {
    font-size: 40px;
    color: white;
    font-family: 'ClashDisplayVariable';
    font-weight: 600;
}

.content-box.active {
    display: flex;
    color: white;
    font-size: 19px;
    font-family: 'Montserrat';

}

.tabtile:hover {
    background: #cb2d17;
}

.tabtile.active {
    background: #cb2d17;
}



section.stacksection {
    padding: 80px 0;
}

.stack-content {
    text-align: center;
    margin-bottom: 50px;
}

.stack-content h4 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'ClashDisplayVariable';
    text-transform: capitalize;
}

.stack-content h1 {
    font-size: 48px;
    font-weight: 600;
    font-family: 'ClashDisplayVariable';
}


.tabs-tacks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid #D9D9D9;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 50px;
}

.tabs-tacks button.tabs {
    background: transparent !IMPORTANT;
    padding: 0 30px;
    font-size: 24px;
    font-family: 'ClashDisplayVariable';
    font-weight: 500;
    color: #727272;
    line-height: 34px;
    border: none;
}

.tab-content-logos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
}

.tabs-content-logs {
    display: none;
}

button.tabs.active {
    color: black;
}

.tabs-content-logs.active {
    display: block;
}

.invative-content h4 {
    font-size: 24px;
    font-weight: 400;
    color: #1E1D20;
}

.invative-content h2 {
    font-size: 56px;
    font-weight: 600;
    font-family: 'ClashDisplayVariable';
    color: #1E1D20;
    line-height: 66px;
    margin: 30px 0;
}

.invative-content p {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.buttons-flex {
    display: flex;
    align-items: center;
    gap: 36px;
}

.buttons-flex a {
    text-align: center;
    border: 1px solid #CB2D17;
    border-radius: 50px;
    padding: 16px 50px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 20px;
    text-decoration: none;
    color: #1E1D20;
    transition: 0.5s;
}

a.getstart-btn {
    background: #CB2D17;
    color: white;
}

a.getstart-btn {
    background: #CB2D17;
    color: white;
    transition: 0.5s;
}

a.getstart-btn:hover {
    color: unset;
    background: unset;
}

a.livechat-btn:hover {
    background: #CB2D17;
    color: white;
}




.customer-feeds {
    background: linear-gradient(-100deg, #F53834, #F88B21), url(../images/testimonials-bd.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.customer-content {
    text-align: center;
}

.customer-content h4 {
    font-size: 24px;
    font-weight: 400;
    color: white;
    font-family: 'ClashDisplayVariable';
}

.customer-content h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 65px;
    font-family: 'ClashDisplayVariable';
    color: white;
}

.testimonialsline-color {
    border-color: white;
    opacity: 1;
    margin: 30px 0 50px;
}

.testimonials-content p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: white;
}

.testimonials-content {
    margin-bottom: 50px;
}

.testimonials-content p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: white;
}

.testimonials-head h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'ClashDisplayVariable';
    line-height: 34px;
    color: white;
}

.testimonials-head h5 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: white;
}


.testimonials-btns {
    margin-top: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.testimonials-btns button {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    overflow: hidden;
    background: transparent;
    border: 1px solid white;
    color: white;
    transition: 0.5s;
}


.testimonials-btns button:hover {
    background: white;
    color: black;
}



section.accordions-section {
    padding: 80px 0;
}

.accodions-box {
    border: 1px solid #9F9F9F;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    height: 70px;
}

.accordion-para p {
    margin-bottom: 0;
}

button.btn-faqs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    padding: 20px 30px;
    border: none;
    font-family: var(--montserrat);
    background: transparent;
    align-items: center;
}

.accordion-para {
    padding: 0 30px 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--montserrat);
}

button.btn-faqs i {
    background: #CB2D17;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: white;
}

.accodions-box.active {
    height: 100%;
    background: black;
}

.accodions-box.active .accordion-para p {
    color: white;
}

.accodions-box.active button.btn-faqs {
    color: white;
}




footer.footer {
    background: #F3F3F3;
    padding: 100px 0;
}

.footer-content h5 {
    font-size: 32px;
    font-weight: 500;
    color: #1E1D20;
    line-height: 42px;
    font-family: var(--clashplay);
}

.footer-content h1 {
    font-size: 56px;
    font-weight: 500;
    line-height: 63px;
    color: #1E1D20;
    font-family: var(--clashplay);
}

h4.contact-info {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--montserrat);
    line-height: 56px;
    color: #1E1D20;
}

.bold-text {
    font-weight: 700;
}

.content-listbox {
    margin: 30px 0;
}

.content-listbox p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--montserrat);
}

.content-listbox a {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #1E1D20;
    text-decoration: none;
    font-family: var(--montserrat);
}


.social-media-list ul {
    padding: 0;
}

.social-media-list ul a {
    display: inline-flex;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    color: #1E1D20;
    border-radius: 50px;
    margin-right: 12px;
}

.social-media-list h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--montserrat);
    margin-bottom: 20px;
}

.social-media-list ul a:hover {
    background: #cb2d17;
    color: white;
}


.form-footer {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 35px;
}

.footer-input-fields {
    height: 56px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px;
    border-radius: 8px;
    border: 1.5px solid #C8C8C8;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
}

.footer-input-fields::placeholder {
    color: #646464;
}

.footer-input-fields.textarea {
    height: 195px;
    resize: none;
}

.footer-input-fields {
    outline: none;
}

.footer-input-fields:focus {
    border: 1.5px solid #cb2d17;
}

button.submitbtn-form {
    background: #cb2d17;
    padding: 12px 40px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--montserrat);
    color: white;
    text-transform: capitalize;
}


.copyright-section {
    background: #262626 !important;
    padding: 25px 0;
}

p.copyright-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--montserrat);
    color: white;
    float: right;
}

.our-process-sty {
    margin-bottom: 70px;
}


.tab-flex img {
    width: 40px;
    margin: 10px 0 0 0;
}