.productFirst{
    height: 70vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#132257f2 ;
}

.productFirst::before{
    content: '';
    position: absolute;
    height: 70vh;
    width: 100%;
    background-image: url('/assets/images/all\ images/b1.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    filter: brightness(0.5);
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
}

.insideProductFirst{
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideProductFirst h2{
    font-size: 40px;
    align-self: flex-start;
    position: relative;
    z-index: 99999999999;
    color: #fff;
    text-transform: uppercase;
    margin: 0.5rem 0;
}

.insideProductFirst p {
    position: relative;
    z-index: 9999999;
    font-size: 18px;
    color: #fff;
    margin: 1rem 0;
    align-self: flex-start;
}

.insideProductFirst button {
    background: #d2083b !important;
    position: relative;
    z-index: 9999999999;
    color: #fff;
    width: fit-content;
    padding: 1rem;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 16px;
    outline: none;
    border: none;
    align-self: flex-start;
}

.productSecond{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #132257f2;
}


.insideProductSecond{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideProductSecondCard{
    height: 20rem;
    width: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1rem;
    border-radius: 1rem;
}

.ipsc1{
    height: 24rem;
}

.insideProductSecondCard i {
    font-size: 40px;
    color: #fff;
    height: 5rem;
    width: 5rem;
    background: #0006;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.insideProductSecondCard h3 {
    margin: 1rem;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
}

.insideProductSecondCard p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.productThird {
    padding: 4rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #132257f2;
    padding-top: 2rem;
}

.productThird button{
    font-size: 18px;
    padding: 1rem 2rem;
    margin-top: 2rem;
    border: 1px solid #e3222b;
    background: transparent !important;
    outline: none;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}

.insideProductThird{
    width: 80%;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.insideProductThirdCard {
    height: 20rem;
    width: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem;
    background: #0b132d;
    border-radius: 1rem;
}

.iptcIMG {
    height: 16rem;
    width: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iptcIMG img {
    height: inherit;
    width: inherit;
    background: #fffffff0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.iptcContent {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    margin-top: 1rem;
    margin-left: 1rem;
}

.iptcContent h3 {
    color: #ffffffe3;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

.mainProductCard{
    background-color: #d2083b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.insideMainProductCard{

}

@media screen and (max-width:1024px){
    .insideProductSecond {
        width: 100%;
    }
}

@media screen and (max-width:900px){
    .insideProductFirst h2 {
        font-size: 36px;
    }
    .insideProductFirst p {
        font-size: 16px;
    }
    .insideProductSecondCard i {
        font-size: 30px;
    }
    .insideProductSecondCard i {
        height: 4rem;
        width: 4rem;
    }
    .insideProductSecondCard h3 {
        font-size: 18px;
    }
    .insideProductSecond {
        flex: 1;
        flex-wrap: wrap;
    }
    .ipsc1 {
        height: 20rem;
    }
    .iptcContent h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:765px){
    .insideProductSecondCard {
        height: 14rem;
        width: 35rem;
    }
    .productThird {
        padding-top: 0rem;
    }    
    .insideProductThirdCard {
        height: 16rem;
        width: 15rem;
    }
    .iptcIMG {
        height: 12rem;
    }
}

@media screen and (max-width:600px){
    .insideProductFirst h2 {
        font-size: 32px;
    }
    .insideProductFirst p {
        font-size: 14px;
        margin-top: 0.6rem;
    }   
}
