


body{
    /* background-color: rgb(223, 223, 223); */
}



/* Laraib */


.bg-info{
    background-image: url('Intezam Events/laraib/laraib-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    position: relative;
    color: white;
}

.bg-info::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}


.bg-info .txt{
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    height: 100%;
    padding-bottom: 4rem;
}


.bg-info .txt h2{
    font-size: 5rem;
    letter-spacing: 5px;
}

.bg-info .txt p{
    font-size: 1rem;
    letter-spacing: 1px;

}

.bg-info .txt div{
    align-items: center;
    margin-top: 0.5rem;
}

.bg-info .txt img{
    width: 15px;
    margin-right: 10px;
}





.gallery .image{
    width: 100%;
    justify-content: unset;
}

.gallery .image a{
    width:32%;
    margin: 0.1rem 0.2rem !important;
}


.gallery .image img{
    width: 100%;
    object-fit: cover;
    height: 280px !important; 
}


/* Iqbal */

.bg-info.iqbal{
    background-image: url('Intezam Events/Jashan-e-Iqbal/iqbal-1.jpg');
    
}



/* agm5 */
.bg-info.agm5{
    background-image: url('Intezam Events/5th AGM Dinner/agm-1.jpg');
    
}


/* PCE  */

.bg-info.expo{
    background-image: url('Intezam Events/chemical expo/expo.jpg');
    
}



.intro{
    padding: 2rem 0;
}

.intro .heading{
    width: 25%;
    /* text-align: right; */
    padding-right: 2rem;
}

.intro .heading h2{
    
    font-size: 1.5rem;
}


.intro .text{
    width: 75%;
    padding-top: 2rem ;
    padding-left: 4rem;
}

.intro .text h2{
    color: #007478;
    margin-bottom: 0rem !important ;
    font-size: 2.5rem;
    opacity: 0.8;
    letter-spacing: 1px;
    padding-bottom: 1rem;
}


.intro .text h3{
    color: black;
    opacity: 0.7;
    font-size: 1.5rem;
    font-weight: 400;
}

.intro .text p{
    opacity: 0.9;
}

/* .intro .image{
    width: 35%;
    position: relative;
}

.intro .image::before{
    content: '';
    position: absolute;
    left: -15px;
    top: 10px;
    width: 5px;
    height: 100%;
    background-color: #007478;
}

.intro .image::after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: -15px;
    height: 5px;
    width: 100%;
    background-color: #007478;
}


.intro .image img{
    width: 100%;
} */




.related .box{
    width: 100%;
}

.services li{
    margin: 0 1rem;
    width: 45%;
    padding: 0.5rem 0;
}


.services ul{
    padding-top: 2rem;
}








@media screen and (max-width: 980px) {

    .bg-info .txt h2{
        font-size: 4rem;
        letter-spacing: 4px;
    }

.intro .text h2{

    font-size: 2rem;

}

}



@media screen and (max-width: 800px) {


    .intro .container1{
        flex-direction: column;
    }

    .intro .box{
        width: 100%;
        padding: 1rem 0;
    }

    .intro{
        padding: 1rem 0;
    }

    

    .intro ul li{
        width: 100%;
        margin: 0 ;
        list-style: none;
    }

    .intro .text{
        width: 100%;
        text-align: center;
        padding: 0; 
        padding-top: 1rem;
        line-height: 1.5;
    }


    .intro .heading{
        width: 100%;
        padding-right: 0;


    }

    .gallery .image{
        width: 100%;
        padding: 1rem 0;
    }

}



@media screen and (max-width: 500px){


    .bg-info .txt h2{
        font-size: 2rem;
        letter-spacing:2px;
    }

    .bg-info .txt{
       
        padding-bottom: 8rem;
    }

}