
.body-bg{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.body-bg::after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: black;
    opacity: 0.6;
}
.body-bg img{
    height: 100%;
    width: 100%;   
}



header{
    display: none;
}
.carousel-container{
    position: relative;
    background-color: rgb(124, 124, 124);
}
.carousel-main .carousel-control-prev-icon, .carousel-main
.carousel-control-next-icon{
    background-color: black;
    margin: auto 50px;
}
.carousel-navbar{
    position: absolute;
    top: 10px;
    left: 0;
    color: white;
    z-index: 2;
    width: 100%;
}
.navbar-brand img{
    filter: contrast(3);
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.carousel-navbar nav{
    width: 100%;
    margin: auto;
    border-bottom:1px solid rgba(255, 255, 255, 0.685);
    background: rgba(165, 165, 165, 0.404);
    padding-left: 2rem;
    padding-right: 2rem;
}
.navbar-brand{
    background-color: rgba(255, 255, 255, 0.602);
    padding: 2px 10px;
}
.carousel-navbar .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.carousel-navbar .navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 0.9rem;
    margin: 0px 10px;
}
.carousel-navbar .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(223, 223, 223);
}
.carousel-item{
    position: relative;
}
.nav-item i{
    margin: auto 15px;
}
.carousel-container .carousel-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1;
    opacity: 0;
}
 .carousel-caption{
    z-index: 2;
    bottom: 10%;
    background: rgba(0, 0, 0, 0.7);
}

.carousel-bg-image{
    height: 98vh;
    filter: blur(2.5px);
}
.carousel-image{
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    height: 80%;
}
.carousel-footer{
    position: absolute;
    width: 100%;
    bottom: -35px;
    margin: auto;
    z-index: 2;
}
.carousel-footer .circle{
    position: relative;
    width: 70px;
    height: 70px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
}
.carousel-footer .circle::before{
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
}
.carousel-footer .circle::after{
    position: absolute;
    content: '';
    top: -20px;
    left: -20px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
}
.circle{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;

}
.circle i{
    position: absolute;
    color: #ff0435;
    font-size: 16px;
    bottom: 2.1rem;
}


/* site intro */
.site-intro{
    position: relative;
    padding: 70px;
    background-color: #fff;
    /* z-index: 3; */
}
.site-intro h3, h4, h5, h6{
    text-align: center;
}
.site-intro .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.site-intro button{
    background-color: green;
    border: green;
}
.site-intro button:hover{
    background-color: rgb(0, 161, 0);
    border: rgb(0, 161, 0);
}
.line-container{
    width: 10%;
    margin: auto;
    height: 5px;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 10px 10px;
}
.line{
    background-color: #ff0435;
}
.company-overview{
    text-align: center;
}
button{
    width: 200px;
    display: block;
    margin: auto;
    text-align: center;
}

.popular-products{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 0px;
}
.product{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #535353a4 ;
    padding: 0px 10px;
}
.product:nth-child(4), .product:nth-child(8){
    border-right:none ;
}
.popular-products .card{
    width: 15rem;
    border: none;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.555);
    border-radius: 0;
}
.popular-products img{
    height: 200px;
}
.img-container{
    overflow: hidden;
}
.popular-products .card-img-top{
    height: 200px;
    border-radius: 0;
    transition: transform .5s;
}
.card:hover .card-img-top {
    transform: scale(1.1); 
  }
.popular-products .card-body{
    max-height: 85px;
    height: 85px;
    /* background-color: #ff0435; */
    color: #ff0435;
    display: flex;
    align-items: center;
}

.popular-products p{
    display: none;
}
.popular-products h5{
    cursor: default;
    font-size: 1rem;
    color: #fff;
    color: #ff0435;
    font-weight: bold;
}

/* site intro */
/* transparent layer */
.transparent-layer{
    position: relative;
    height: 600px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.transparent-layer h6,h5,h4,h3,h2,h1{
    width: 70%;
    text-align: center;
    margin: auto;
}
.transparent-layer-content{
   display: flex;
   flex-direction: column;
   justify-items: center;
   align-items: center;
}
.transparent-layer button{
    background-color: green;
    border: green;
    border-radius: 0;
    padding: 10px;
}
.transparent-layer button:hover{
    background-color: rgb(0, 161, 0);
    border: rgb(0, 161, 0);
}
/* about-company */
.about-company{
    position: relative;
    background-color: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.about-company h2{
    width: 100%;
    text-align: left;
    padding-right: 5rem;

}
.about-company h2 span{
    border-bottom: 1px solid red;
}
.about-company p{
    padding-right: 5rem;
    color: rgb(110, 110, 110);
}
.about-company button{
    position: relative;
    background-color: green;
    border: green;
    top: -25px;
    left: 10px;
    border-radius: 0px;
    padding: 10px;
}
.about-company button:hover{
    background-color: rgb(0, 161, 0);
    border: rgb(0, 161, 0);
}
/* about-company */


/* transparent layer */

/* products */
.products{
    position: relative;
    background-color: #fff;
    height: 250px;
    display: flex;
    justify-content: center;
}
/* multiple image carousel */
.carousel-multiple-image{
    display: flex;
    justify-content: center;
    position: absolute;
    margin-top: -10%;
    
}
.carousel-multiple-image-mobile{
    display: none;
}

.carousel-multiple-image .carousel-control-prev-icon,.carousel-multiple-image .carousel-control-next-icon{
    background-color: black;
    display: none;
}
.carousel-multiple-image .carousel-control-prev,.carousel-multiple-image .carousel-control-next{
    height: fit-content;
    width: fit-content;
    margin: auto;
    display: none;
}
.carousel-multiple-image .carousel{
    width: 80vw;
}
.multiple-image-container{
    height: fit-content;
    width: 90%;
    margin: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 0px 5px;
    padding-bottom: 60px;
}
.multiple-image-container .card{
    height: fit-content;
    border-radius: 0;
    box-shadow: 0px 0px 6px 2px;
}

.multiple-image-container .card-img,.multiple-image-container .card-img-top {
    height: 250px;
    padding: 50px;
    border-radius: 0;
    transition: transform .7s;
}

.multiple-image-container .card:hover .card-img-top {
    transform: scale(1.5); 
  }

.multiple-image-container .card-body{
    background-color: #ff0435;
    height: 70px;
    max-height: 70px;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}
.multiple-image-container h5{
    font-size: 1rem;
}
.multiple-image-container .card-text,.multiple-image-container .btn{
    display: none;
}
.carousel-item{
    overflow: hidden;
}
.carousel-indicators{
    align-items: center;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 5px;
    background-color: rgb(0, 0, 0);
    opacity: 1;
    margin-top: 10px;
}

.carousel-indicators .active{
    animation: button-animation .5s linear forwards;
}
@keyframes button-animation {
    
    0%{background-color: rgb(255, 255, 255);}
    100%{background-color: #ff0435;}
}
/* multiple image carousel */
/* products */
.video-container iframe{
    width: 420px;
    height: 315px;
}
/* comapy fact sheet */
.comany-factsheet-container{
    position: relative;
    background-color: rgb(235, 235, 235);
    cursor: default;
    height: fit-content;
}
.comany-factsheet{
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.comany-factsheet .left{
    position: relative;
    background-color: #363636;
    min-height: 500px;
    height: fit-content;
    color: #fff;
    padding-bottom: 5rem;
    padding-top: 2rem ;
}
.comany-factsheet .left .img-container{
    width: 100%;
    /* background-color: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.comany-factsheet .left li{
    position: relative;
    list-style: none;
    margin-left: 5px;
    margin-top: 2rem;
    font-size: 16px;
    font-weight: 600;
}
.sign-button{
    width: 10px;
    height: 10px;
    margin-right: 10px;
    font-weight: bolder;
    border: 1px solid #ff0435;
    padding: 2px;
    
}
.sign-button:hover{
    cursor: pointer;
}
/* .comany-factsheet .left li::before{
    font-family: 'FontAwesome';
    content: '\002B'!important;
    position: absolute;
    top: 2px!important;
    left: -35px!important;
    color: #ff0435!important;
    font-size: 30px!important;
    line-height: 20px!important;
    font-weight: bolder;
    border: 2px solid #ff0435;
} */

.company-highlight-info{
    margin-top: 0.5rem;
    display: none; 
}
.default{
    display: block;
}


.comany-factsheet .left .strip{
    background-color: #ff0435;
    width: 105%;
    position: absolute;
    left: -5%;
    bottom: 5%;
    padding: 10px;
    cursor: pointer;
}
.comany-factsheet .right{
    /* background-color: white; */
    min-height: 500px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.comany-factsheet .box{
    height: 100%;
    padding: 20px;
    
}
.comany-factsheet .box{
    background-color: #fff;
}
.comany-factsheet .box p{
    text-align: center;
}
.comany-factsheet .box:nth-child(1)
{
    background-color: #ff0435;
}
.comany-factsheet .box:nth-child(4)
{
    background-color: #363636;
}
.logo{
    height: 50px;
    width: 50px;
}
.comany-factsheet .box .logo-container{
    height: fit-content;
    width: fit-content;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
}
.comany-factsheet .box:nth-child(2) .logo-container,.box:nth-child(3) .logo-container
{
    background-color: #ff0435;
}
.comany-factsheet .box:nth-child(1) .box-content,.box:nth-child(4)  .box-content
{
    color: #fff;
}

@media screen and (max-width:480px) {
    .carousel-navbar{
        display: none;
    }
    .popular-products{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 0px;
    }
    .product{
        border-right: 1px solid #535353a4 ;
        border-right: none;
    }
    .product:nth-child(4), .product:nth-child(8){
        border-right: none;
    }
    .popular-products .card{
        width: 10rem;

    }
    .popular-products img{
        height: 130px;
    }
    .popular-products h5{
        font-size: 0.9rem;
    }
    .about-company {
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .about-company .left{
        margin-top: 80px;
    }
    .video-container iframe{
        width: 300px;
        height: 315px;
    }
    .comany-factsheet {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .line-container {
        width: 70%;
        
    }
    .carousel-multiple-image{
        display: none;
        justify-content: center;
        position: absolute;
        margin-top: -25%;
        
    }
    .multiple-image-container {
        grid-template-columns: 1fr;
        
    }
    .carousel-multiple-image-mobile{
        display: flex;
    }
    .left h2{
        width: 100%;
    }
    .about-company p {
        padding-right: 0;
        color: rgb(110, 110, 110);
        width: 100%;
    }
    .about-company h2 {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }
    .about-company button {
        position: relative;
        background-color: green;
        border: green;
        top: -15px;
        left: 10px;
        border-radius: 0px;
        padding: 10px;
    }
    .carousel-bg-image {
        height: 70vh;
        filter: blur(2.5px);
    }
    .carousel-main .carousel-caption{
        font-size: 50%;
        margin-bottom: 1.2rem;
    }
}