
.carousel-inner{
    height: 100vh;
}
.carousel-item{
    width: 100%;
    height: 100%;
    position: relative;
}
.ci-text{
    position: absolute;
    top: 38%;
    left: 4%;
}
.ci-text a{
    text-decoration: none;
}
.cit-one{
    font-size: 70px;
    font-weight: 500;
    color: #fff;
}
.cit-two{
    font-size: 30px;
    font-weight: 400;
    color: #e3e3e3;
}
.cit-three{
    text-align: center;
    width: 270px;
    height: 45px;
    background-color: rgb(233,51,35);
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 29px;
}

.cits-one{
    font-size: 78px;
    font-weight: 500;
    color: #000;
}
.cits-two{
    font-size: 30px;
    font-weight: 400;
    color: #000;
}
.cits-three{
    text-align: center;
    width: 270px;
    height: 45px;
    background-color: rgb(233,51,35);
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 29px;
}



.carousel-item img{
    width: 100%;
    height: 100%;
}

.product{
    background: linear-gradient(to bottom, #6B6B6B, #A3A3A3);
}
.content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 80px 150px;
}
.product-one{
    width: 28%;
    height: 72vh;
    border: 3px solid black;
}
.po-img{
    width: 100%;
    height: 68%;
}
.po-img img{
    width: 100%;
    height: 100%;
}
.po-img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.po-text{
    width: 100%;
    height: 32%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:3px 15px ;
}
.pot-one{
    font-size:25px;
    color: #fff;
}
.pot-two{
    font-size: 18px;
    color: #eae7e7;
    margin-top: -25px;
    font-weight: 300;
}
.pot-three{
    font-size:15px;
    color: red;
}

.carousel-control-next,
.carousel-control-prev{
    background-color:rgba(0, 0, 0, .1);
    border: none;
    opacity: 0;
}
.carousel-control-next:hover,.carousel-control-prev:hover{
    opacity: 1;
}
.carousel-control-next:active,.carousel-control-prev:active{
    opacity: 0;
}
.link-workshop{
    float: right;
    color: aliceblue; 
    font-weight: bolder;   
}
.link-workshop:hover{
    text-decoration: none;
    color: #fff;
    font-weight: 900;
}
.what-we-desc:hover{
    border-radius: 20px;
    font-weight: 900;
    background: #fff;
    color: #0b385d;
}
.index_display{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-but button:hover{
    background-color: #c00000;
    font-weight: bolder;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .carousel{
        margin-top: 0;
    }
}
@media screen and (max-width: 1098px) {
    .carousel-inner{
        height: 100%;
    }
    .content{
        display: flex !important;
        flex-direction: column !important;
        padding: 30px 30px 0 60px;
    }
    .product-one{
        border: 1.8px solid black;
        width: 100%;
        height: 200%;
        margin-bottom: 40px;
    }
    .po-img{
        width: 100%;
        height: 150%;
    }
    .po-img>video{
        width: 100%;
        height: 100%;
    }
    .pot-two{
        margin-top: 0;
    }
    .pot-one{
        font-size:23px;
    }
    .pot-two{
        font-size: 17px;
    }
    .pot-three{
        font-size:15px;
    }

    .cit-one{
        font-size: 16px;
    }
    .cit-two{
        font-size: 10px;
    }
    .cit-three{
        width: 70px;
        height: 15px;
        margin-top: 2px;
        font-size: 10px;
    }
    .cits-one{
        font-size: 16px;
    }
    .cits-two{
        font-size: 7px;
    }
    .cits-three{
        width: 70px;
        height: 15px;
        margin-top: 2px;
        font-size: 10px;
    }
}
