* {
    padding: 0px;
    margin: 0px;
    font-family: "Quicksand", sans-serif;
}

.body-1 {

    background-color: #212529;
}

a {
    text-decoration: none;
}



/* Mobile View Start */


/* section 1 start */


.sec-1 {

    /* section 1 position css */

    background-image: linear-gradient(#00000050, #00000090), url(./imgs/header.jpg);
    width: 100%;
    /* height: 50vh; */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;


    /* position: relative; */
}




.ul {

    /* ul css  */

    display: flex;
    list-style: none;
    justify-content: space-evenly;
}

.nav-decoration {

    /* navigation words css */

    color: white;
}

.loc-icon {

    /* nav location icons */
    font-size: 20px;
    color: #dc3545;
}

.head-div {

    /* section main heading div css */
    padding: 20px;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;

    /* font-size: larger; */
    color: white;
}

.head-inner {
    text-align: center;
}



.para-1 {

    /* para-1 css */
    padding-top: 10px;
}

.btn-1 {

    /* btn-1 css */

    /* position: absolute; */
    /* left: 53%; */
    margin-top: 30px;
    padding: 5px 55px;
    background: transparent;
    border: 1px solid white;
    border-radius: 30px;
    /* top: 126%; */



}

/* .btn-1-sec-1 {} */

.in-btn-word {

    /* in btn 1 watch video css */
    color: white;

}

.play-icon {

    /* play icon css used in heart icon also */
    font-size: 20px;
    color: #dc3545;
}

/* section 1 End */


/* section 2 start */

.sec-2 {

    /* section 2 bg color */


}

.head-2 {

    /* section 2 heading 2 css */

    text-align: center;
    color: white;
    padding-top: 20px;
}

.para-2 {

    /* section 2 para css */

    text-align: center;
    padding-top: 20px;
    color: #fff;
    opacity: .9;
    letter-spacing: .6px;

}

.all-img-parent {

    /* section 2 all images flex parent */


}

.img-1 {

    /* section 2 img-1 css */

    width: 100%;
    height: 30vh;
    object-fit: cover;
    background-position: center;
    border-radius: 0.25rem;
    padding-top: 22px;

}

.img-parent-1 {

    /* section 2 img parent-1 */
    position: relative;


}



.Excepteur-Sint {

    /* in image content css */
    position: absolute;
    top: 25%;
    left: 29%;
    color: white;
}

.sec-2-para {

    /* sec-3 in image para */
    text-align: center;

}

.Ex-sint-head {
    /* ex-sint word css */
    text-align: center;
    /* padding-top: 120px; */
}


/* section 2 img overlay css start */

.image-container {
    position: relative;
    width: 100%;
    /* height: 31vh; */
    padding-top: 20px;
    overflow: hidden;
}

.image-container .after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}

.image-container:hover .after {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .6);
    transition: 1s;
}

/* section 2 img overlay css End */

.load-more span{

    /* load more word css */

    color: white;
    padding-top: 40px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.sec-3-head {

    /* section 3 heading css */
    text-align: center;
    padding-top: 20px;
    color: white;
}

.sec-3-para {

    /* sec-3 para css */

    text-align: center;
    padding-top: 20px;
    color: #FFF;
    opacity: 0.9;
}

.Ex-magna {

    text-align: center;
    padding-top: 10px;
}

.sec-3-img1 {

    /* sec-3 img 1css */
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    padding-top: 20px;

    border-radius: 10px;
}

.sec-3-img-1{
    padding: 10px;
   
}

.date {

    /* date css */
    text-align: center;
    color: white;
    padding-top: 10px;
}

.contact {

    /* contact word section 4 css */

    text-align: center;
    color: white;
    padding-top: 15px;
}

.sec-4 {

    /* sec-4 bg img css */

    background-image: linear-gradient(#00000050, #00000090), url(./imgs/footer.jpg);
    width: 100%;
    /* height: 35vh; */
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;

}

/* footer form */

.form {
    text-align: center;
}

.name {

    background: transparent;
    padding: 10px 50px;
    margin-top: 15px;
    border: 1px solid white;
    text-align: center;
}

.mail-1 {


    background: transparent;
    padding: 10px 50px;
    margin-top: 10px;
    border: 1px solid white;
    text-align: center;
}

.area-text {

    background: transparent;
    margin-top: 15px;
    border: 1px solid white;
    text-align: center;
}

::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

.last-div-btn {

    text-align: center;
}

.last-btn {

    /* last btn css */

    margin-top: 15px;
    padding: 6px 86px;
    background: transparent;
    color: white;
    border: 1px solid white;
}

.copywright {

    /* copywright css */

    text-align: center;
    color: white;
    padding-top: 20px;
}

textarea:focus,
input:focus {
    color: white;
}

.ar-text {

    text-align: center;
}


/* Mobile View End */



@media(min-width:768px) {

    .ul {
        display: flex;
        list-style: none;
        justify-content: space-evenly;
        background-color: black;
        opacity: 0.6;
        padding: 20px;
    }

    .head-div {
        font-size: x-large;
        color: white;
        padding-left: 40px;
    }

    .btn-1 {

        margin-top: 60px;
        padding: 5px 55px;
        background: transparent;
        border: 1px solid white;
        border-radius: 30px;

    }

    .head-2 {
        text-align: center;
        color: white;
        padding-top: 41px;
    }

    .para-2 {
        text-align: center;
        padding-top: 33px;
        color: #fff;
        opacity: .9;

    }

    .Ex-sint-head {
        text-align: center;
        /* padding-top: 128px; */
    }

    .sec-3-head {
        text-align: center;
        padding-top: 29px;
        color: white;
    }

    .sec-3-para {
        text-align: center;
        padding-top: 31px;
        color: #FFF;
        opacity: 0.9;
    }

    .date {
        text-align: center;
        color: white;
        padding-top: 20px;
    }

    .name {
        background: transparent;
        padding: 10px 50px;
        margin-top: 47px;
        border: 1px solid white;
        text-align: center;
    }

    .area-text {
        background: transparent;
        margin-top: 25px;
        border: 1px solid white;
        text-align: center;
    }

    .last-btn {
        margin-top: 33px;
        padding: 6px 86px;
        background: transparent;
        color: white;
        border: 1px solid white;
    }

    .all-img-parent {
        display: flex;
        padding-top: 20px;
    }

    .image-container {
        position: relative;
        width: 100%;
        /* height: 31vh; */
        padding-top: 0px;
    }

    .Ex-magna {

        text-align: center;
        padding-top: 10px;
    }


}

@media(min-width:992px) {




    .sec-3-img-parent {

        display: flex;
        justify-content: space-between;
    }


    .sec-4 {

        padding: 10px 0;
    }

    .img-1 {

        /* section 2 img-1 css */

        width: 100%;
        /* height: 30vh; */
        object-fit: cover;
        background-position: center;
        border-radius: 0.25rem;
        /* padding-top: 20px; */
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

    }

    .img-parent-1 {

        /* section 2 img parent-1 */
        position: relative;


    }

    .Ex-sint-head {
        text-align: center;
        /* padding-top: 70px; */
    }

    .Excepteur-Sint {

        /* in image content css */
        position: absolute;
        top: 50%;
        left: 29%;
        color: white;
    }

   

    /* .image-container .after {
        position: absolute;
        top: 4%;
        left: 0;
        width: 100%;
        height: 68%;
        display: none;
        color: #FFF;
    } */

    .sec-1 {

        /* section 1 position css */
    
        background-image: linear-gradient(#00000050, #00000090), url(./imgs/header.jpg);
        width: 100%;
        height: 600px;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        object-fit: cover;
    
    
        /* position: relative; */
    }

}