@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
    font-family: "Roboto", sans-serif;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.w-200 {
    width: 200px;
}

section {
    padding: 50px 0;
}

.wm-100 {
    max-width: 100%;
}

.text-12 {
    font-size: 12px;
}

.text-18 {
    font-size: 18px;
}

.dark-section {
    background-color: #000;
    color: #fff;
}

.accordion {
    --bs-accordion-inner-border-radius: #000;
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: #000;
}

.accordion-button {
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

/* body {
    position: relative;
    padding-bottom: 150px;
    min-height: calc(100vh - 72px);
}

@media screen and (max-width: 992px) {
    body {
        padding-bottom: 300px;
    }
} */

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    z-index: 5555;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

nav .container {
    height: 72px;
}

nav .logo img {
    max-height: 75%;
    max-width: 85%;
}

nav ul {
    height: 72px;
    gap: 20px;
    margin: 0;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    color: inherit;
    padding: 8px 12px;
}

main {
    margin-top: 72px;
}

nav ul li a:hover {
    color: #fff;
    background-color: #202124;
    border-radius: 34px;
}

main section.hero {
    overflow: hidden;
    background-color: #000;
    color: #fff;
    padding: 100px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

main section.hero_resellers {
    overflow: hidden;
    background-color: #000; 
    color: #fff;
    padding: 100px 0 100px;
    /* background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url(/images/tvs.webp); */
}

main section.hero .logo {
    max-width: 350px;
}

main section.hero h1 {
    font-size: 4em;
    font-weight: 700;
    margin: 30px 0;
}

@media screen and (max-width:576px) {
    main section.hero h1 {
        font-size: 3em;
    }
}

main section.hero .tv-intro {
    margin-top: 150px;
    gap: 100px;
}

main section.hero .tv-intro p {
    text-align: left;
    font-size: 28px;
    font-weight: 300;
}

main section.hero .tv-intro .img-container {
    height: fit-content;
}

main section.hero .tv-intro .img-container img {
    height: 450px;
    /* position: absolute;
  left: 0; */
    /* max-width: 85vw; */
}

@media screen and (max-width: 992px) {
    main section.hero .tv-intro .img-container img {
        width: 100%;
        height: auto;
    }
}

main section.clients {
    background-color: #e6e8ed;
    padding: 40px 0;
}

main section.clients img {
    width: 100%;
    margin: auto;
}

main section.features {
    padding: 100px 0;
}

main section.feature-info img {
    border-radius: 20px;
    width: 80%;
}

@media (max-width: 992px) {
    main section.feature-info img {
        margin: auto;
        display: block;
        width: 100%;
    }
}

main section.features .card-container {
    /* width: 20%; */
    padding: 20px;
    text-align: center;
    font-size: 24px;
}

main section.features .card-container i {
    color: #ea4335;
    font-size: 35px;
}

main section.features .card-container h3 {
    color: #423f3f;
    margin: 20px 0;
}

main section.features .card-container p {
    font-size: 14px;
}

@media (max-width: 768px){
    main section.features .card-container:not(:nth-child(2n)) {
        border-right: 2px solid #e8eaed;
    }
}

@media (min-width: 768px) and (max-width:992px){
    main section.features .card-container:not(:nth-child(3n)) {
        border-right: 2px solid #e8eaed;
    }
}

@media (min-width: 992px){
    main section.features .card-container:not(:nth-child(5n)) {
        border-right: 2px solid #e8eaed;
    }
}

main section.features .card-container:last-child {
    border-right: none;
}

main section.feature-info {
    padding: 100px 0;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

main section.feature-info i {
    font-size: 35px;
}

main section.feature-info p.subtitle {
    font-weight: 500;
    margin: 32px 0 24px;
    width: 500px;
}

main section.feature-info h3 {
    font-size: 40px;
    max-width: 500px;
}

main section.feature-info p.description {
    margin-top: 16px;
    max-width: 500px;
}

main section.kids {
    padding: 100px 0;
}

main section.kids h3 {
    font-size: 40px;
    margin: 20px 0;
}

main section.kids img {
    margin: auto;
}

@media screen and (max-width: 992px) {
    main section.kids {
        text-align: center;
    }
}

footer {
    background-color: #f8f9fa;
    color: #000;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
}

footer .warning {
    background-color: #f2f5b3;
}

footer img {
    max-width: 150px;
    max-height: 100px;
    margin: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer ul {
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

footer ul a {
    text-decoration: none;
    color: #423f3f;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

/* Pricnig Page */
main section.pricing {
    padding: 50px 0 100px;
    color: #000;
}

main section.pricing .plans {
    gap: 20px;
}

main section.pricing .pricing-plan {
    background-color: #f6f7f9;
    border-radius: 10px;
    padding: 20px;
    border-top: 10px solid #000;
}

main section.pricing .pricing-plan i {
    font-size: 40px; 
    margin: 20px;
    color: #9d9d9d;
}

.first-sub-img {
    display: block;
    margin: auto;
    max-width: 70%;
    /* margin-top: 100px; */
}

@media screen and (min-width: 992px) {
    .column-5 {
        width: 20%;
    }
}

main section.platform .card-container i {
    color: var(--bs-primary);
}




.knowledgebase {
    margin: 100px 0;
}

.knowledgebase .rounded {
    margin-top: 20px;
}

.bars {
    padding: 20px;
}

.about-hero {
    height:70vh; 
    background-image: url('/images/about.png');
}

@media screen and (max-width: 512px) {
    .about-hero {
        height: 50vh;
    }
}