/* product page css start  */

.main-project-area {
    padding: 2rem 0;
}

.main-project-area hr {
    border: 1px solid black;
    margin: 1rem 0;
    width: 100%;
}

.main-project-area .contem .contentBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
    background: transparent;
    /* background-color: #ffebed; */
}

.main-project-area .contem .contentBox h2 {
    font-size: 2em;
    font-weight: 600;
    color: #ff0c1c;
    margin-bottom: 0;
}

.main-project-area .contem .contentBox p {
    font-size: 1.05em;
    font-weight: 500;
    color: #000;
}

.main-project-area .contem .contentBox h4,
.main-project-area .contem .contentBox h5 {
    font-weight: 600;
    color: #ff0c1c;
}

.main-project-area .bgcolor {
    position: relative;
    padding: 2rem 0;
    z-index: 1;
    background: transparent;
}

.main-project-area .bgcolor::after {
    content: '';
    position: absolute;
    top: 0;
    right: 66%;
    height: 100%;
    width: 37%;
    border-radius: 22px 0 0 22px;
    background-color: #ff0c1c;
    z-index: -1;
}


.main-project-area .bgcolor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    height: 100%;
    width: 72%;
    border-radius: 0px 22px 22px 0px;
    background-color: #ffebed;
    z-index: -1;
}

.evenBox::after {
    right: unset !important;
    left: 66% !important;
    border-radius: 0px 22px 22px 0px !important;
}

.evenBox::before {
    left: unset !important;
    right: 30% !important;
    border-radius: 22px 0px 0px 22px !important;
}

.single-project-style4 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    border: 3px solid white;
    box-shadow: 0px 2px 4px #111;
}


/* product page css end  */




/* default section css  */

.defaultBannerSec {
    position: relative;
    width: 100%;
    z-index: 1;
}

.defaultBannerSec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: .5;
}

.defaultBannerSec .bannerDefaultBox img {
    width: 100%;
}


.defaultBannerSec .contentBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;

}

.defaultBannerSec .contentBox h1 {
    font-size: 3.2em;
    color: #fff;
    margin-bottom: .6rem;
}

.defaultBannerSec .contentBox ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
}

.defaultBannerSec .contentBox ul li p,
.defaultBannerSec .contentBox ul li a {
    font-size: 1.1em;
    margin-bottom: 0;
    color: #fff;
}

/* default section css  */



/* about page css start  */

.our-product-section {
    position: relative;
}

.our-product-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/dots-bg.png");
    background-position: center center;
    background-size: cover;
    opacity: .2;
    z-index: -1;
}


.my_heading {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}

.my_heading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #00000017, black, #00000017);
    z-index: -1;
}

.my_heading h2 {
    color: white;
    background-color: red;
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: .4rem;
    border: 2px solid rgb(0, 0, 0);
}

/* about page css end  */





/* footer page css  */
.mapouter {
    position: relative;
    text-align: right;
    height: 250px;
    width: 342px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 250px;
    width: 342px;
}

.copyWriteBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyWriteBox p {
    font-size: 1.1em;
    color: #fff;
    font-weight: 400;
}

.copyWriteBox p span,
.copyWriteBox p a {
    font-size: 1.1em;
    color: #ff4141;
    font-weight: 500;
}

/* footer page css  */




/* index page css  */

.our-product-section {
    position: relative;
}

.our-product-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/dots-bg.png");
    background-position: center center;
    background-size: cover;
    opacity: .3;
    z-index: -1;
}

.my-container {
    max-width: 1440px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.my_heading {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}

.my_heading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #00000017, black, #00000017);
    z-index: -1;
}

.my_heading h2 {
    color: white;
    background-color: red;
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: .4rem;
    border: 2px solid rgb(0, 0, 0);
}

.our-product-section .product-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.our-product-section .product-container .product-box {
    width: 100%;
    border: 3px solid red;
    cursor: pointer;
    transition: all .1s ease-in;
}

.our-product-section .product-container .product-box:hover {
    box-shadow: 0px 4px 6px rgb(83, 83, 83);
}

.our-product-section .product-container .product-box .product-name {
    width: 100%;
    padding: 1.2rem 0;
    background-color: #f3f3f3e3;
}

.our-product-section .product-container .product-box .product-name h4 {
    margin: 0;
    font-weight: 500;
    text-align: center;
    color: red;
    font-size: 1.4rem;
}

.category-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    height: auto;
}

.category-container .category-box {
    max-width: 32%;
    width: 100%;
    height: auto;
    border-radius: .1rem;
    overflow: hidden;
    border: 2px solid red;
    transition: all .1s ease-in;
}

.category-container .category-box:hover img {
    scale: 1.1;
    box-shadow: none;
}

/* index page css  */





@media screen and (max-width:768px){
    .single-project-style4{
        margin:6px !important;
    }
    .main-project-area{
        padding:1rem !important;
    }
    .main-project-area .bgcolor::after{
        width:0 !important;
        height:0 !important;
        left:0 !important;
    }
    .main-project-area .bgcolor::before{
        border-radius:22px !important;
        width: 100% !important;
        right: 0% !important;
    }
    .copyWriteBox{
        justify-content:center !important;
        flex-direction:column;
    }
      .copyWriteBox p{
          text-align:center !important;
      }
    .product-section{
        padding-bottom:20px !important;
    }
    .defaultBannerSec .contentBox h1{
        font-size:2.2em !important;
    }
    .defaultBannerSec .bannerDefaultBox img{
        width:100% !important;
        height:170px !important;
        object-fit:cover !important;
    }
    .sub-banner-box{
        gap:10px !important;
        padding:0 .5rem !important;
    }
    .category-container{
        gap:10px
    }
    .category-container .category-box{
        max-width:47%;
    }
}





