*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#0b0b0b;
    color:#fff;
    font-family:'Roboto',sans-serif;
    overflow-x:hidden;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

section{
    padding:45px 0;
}

.text-danger{
    color:#ff1e1e !important;
}

.logo-wrpr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-section{
    background:#111;
}

.hero-section h1{
    font-size:58px;
    font-weight:700;
    line-height:1.3;
}

.hero-image{
    /* max-width:420px; */
    width: 40%;
    margin-left:auto;
}


 .intro-section{
    background:#151515;
}

.intro-content{
    margin:auto;
    font-size:28px;
    line-height:1.2;
    font-style:italic;
}
/* carousel */
.carousel-banner{
    width:100%;
    border-radius:20px;
    object-fit:cover;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
}

.carousel-control-prev,
.carousel-control-next{
    width:8%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-size:70%;
}


@media(max-width:991px){

    .carousel-banner{
        border-radius:15px;
    }
}


@media(max-width:767px){

    .carousel-control-prev,
    .carousel-control-next{
        width:12%;
    }

    .carousel-indicators{
        margin-bottom:0.5rem;
    }

    .carousel-banner{
        border-radius:10px;
    }
}

.showcase-section{
    background:#101010;
}

.update-section{
    background:#111;
}

.section-title {
    color:#fff;
    font-size:28px;
    font-weight:600;
    margin-bottom:45px;
}

.section-title span{
    /* display:block; */
    color:#fff;
    font-size:32px;
    font-weight:400;
    line-height:1.8;
    margin-top:15px;
}



.problem-section{
    background:url('assets/problem_backimg.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.problem-section h2{
    margin-bottom:25px;
}

.problem-section ol{
    line-height:2;
    font-size:20px;
}



.product-section{
    background:#101010;
}

.product-section h2{
    font-size:50px;
    margin-bottom:20px;
    line-height:1.3;
}

.product-section p{
    font-size:22px;
    line-height:1.8;
}



.theme-section img,
.card-section img{
    width:100%;
    transition:0.3s ease;
}

.theme-section img:hover,
.card-section img:hover{
    transform:translateY(-8px);
}

.card-section{
    background:#0c0c0c;
}
/* footer */
.footer-section{
    background:#080808;
    border-top:1px solid rgba(255,255,255,0.08);
    padding:70px 0 30px;
}

.footer-section h3{
    color:#ff1e1e;
    font-size:24px;
    font-weight:600;
    margin-bottom:20px;
}

.footer-section p{
    color:#d8d8d8;
    font-size:18px;
    line-height:1.9;
    margin-bottom:0;
}

.footer-section a{
    color:#fff;
    text-decoration:none;
    transition:0.3s;
}

.footer-section a:hover{
    color:#ff1e1e;
}

.footer-bottom{
    margin-top:50px;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,0.08);
    text-align:center;
    color:#888;
    font-size:15px;
}


/* tablet */
@media(max-width:991px){

    .footer-section{
        text-align:center;
    }

    .footer-section h3{
        font-size: 21px;
    }

    .footer-section p{
        font-size:17px;
    }

    .footer-bottom{
        margin-top:40px;
    }
}

/* mobile */
@media(max-width:767px){

    .footer-section{
        padding:50px 0 25px;
    }

    .footer-section h3{
        font-size:20px;
    }

    .footer-section p{
        font-size:16px;
        line-height:1.8;
    }

    .footer-bottom{
        font-size:14px;
        margin-top:30px;
        padding-top:20px;
    }
}
/* laptop */

@media (max-width:991px){

    section{
        padding:50px 0;
    }
.logo-wrpr{
    flex-direction: column-reverse;
}
    .hero-section{
        text-align:center;
    }

    .hero-image{
        margin:auto;
        /* max-width:320px; */
         width: 35%;
    }

    .hero-section h1{
        font-size:42px;
    }

    .intro-content{
        font-size:24px;
    }

    .section-title{
        text-align:center;
        font-size:25px;
    }

    .section-title span{
        font-size:26px;
    }

    .problem-section ol{
        font-size:18px;
    }

    .product-section{
        text-align:center;
    }

    .product-section h2{
        font-size:38px;
    }

    .product-section p{
        font-size:20px;
    }
}

/* tabview  */

@media (max-width:767px){

    section{
        padding:25px 0;
    }

    .container{
        padding-left:20px;
        padding-right:20px;
    }

    .hero-section h1{
        font-size:32px;
    }

    .hero-image{
        max-width:220px;
    }

    .intro-content{
        font-size:18px;
        line-height:1.8;
    }

    .section-title{
        font-size:22px;
        line-height:1.5;
    }

    .section-title span{
        font-size:18px;
        line-height:1.8;
    }

    .problem-section h2{
        font-size:24px;
    }

    .problem-section ol{
        font-size:16px;
        line-height:1.8;
    }

    .product-section h2{
        font-size:28px;
    }

    .product-section p{
        font-size:16px;
        line-height:1.8;
    }
}

/* mobileview  */

@media (max-width:480px){

    .hero-section h1{
        font-size:26px;
    }

    .intro-content{
        font-size:16px;
    }

    .section-title{
        font-size:20px;
    }

    .section-title span{
        font-size:16px;
    }

    .product-section h2{
        font-size:24px;
    }

    .product-section p{
        font-size:15px;
    }

    .problem-section ol{
        font-size:15px;
    }
}