body{
    margin: 0;
    padding: 0;
}


/* navbar section */

.container{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.navbar_div_section{
    position: sticky;
    z-index: 100;
    top: 0;
    left: 0;
}
.navbar-text{
    color: white;
}




/* Carousel section  */
.carousel_main_div{
    position: absolute;
    /* margin-top: -55px; */
    z-index: -1;
        top: 0px;
        left: 0px;
    
}


.carousel_img_collection{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.div_section_text_over_carousel{
    width: 30%;
    color: white;
    position:relative;
    margin-top: 10%;
    left: 15%;
    /* font-size: 18px; */
    /* font-weight: 300; */
    
}
.h1_tag_for_text_over_carousel{
    font-size: 45px;
    letter-spacing: 0.2cap;
}
.btn_with_text_over_carousel{
    margin-top: 20%;
}

/* Portfolio section */

.portfolio_section_div{
    padding: 5%;
    /* margin: 2% 0 2% 0; */
    /* margin-bottom: 5%; */
}
.gallery_section_div{
    margin-bottom: 2%;
}
.my_gallery_img_tag_section{
    cursor: pointer;
    transition: transform 0.3s ease;
    -webkit-filter: brightness(90%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;


}
.my_gallery_img_tag_section:hover{
    -webkit-filter: brightness(100%);

  
}


/* Testimonial section */


.testimonial_section_div{
    /* margin-top: 5%; */
    text-align: center;
    padding: 5%;
    width: 100%;
    height: 30%;
    margin-bottom: 2%;
    /* display: flex; */
    /* flex-direction: row; */
    /* gap: 30%; */
}
.testimonial_section_div>h1{
    margin-bottom: 5%;
}
.testimonials_section_header_div{
    margin-bottom: 10%;
}

/* about section */

.about_section_main_div_tag{
 position: relative;
 margin-bottom: 5%;
}
.about_section_img_tag_h1_tag{
    position: absolute;
    margin-top: 15%;
    left: 35%;
    z-index: 2;
    letter-spacing: 0.3cap;
    word-spacing: 0.2cap;
    width: 35%;
    color: white;
    padding: 1%;
    font-size: 120%;
    /* background-color: rgba(64, 55, 192, 0.5) */
}
.about_section_img_tag_btn_tag{
    position: absolute;
    margin-top: 30%;
    /* left: 75%; */
    z-index: 2;
    letter-spacing: 0.2cap;
    width: 20%;
    color: white;
    padding: 1%;
    background-color: rgba(24, 23, 29, 0.5)
}
.about_section_img_tag{
    display: block;
    z-index: -1;
    width: 100%;
    height: 100vh;
    /* margin-left: 3%; */
    filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all 1s ease;
}
/* .about_section_img_tag:hover{
    filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;
transition: 1s ease;
} */

/* article section  */
.articles_main_div{
    padding-top: 5%;
    text-align: center;
}
.h1_tag_for_article{
    text-align: center;
}
.p_tag_for_article_details{
    display: flex;
    justify-content: center;
    /* margin-left: 20%; */
    padding-top: 3%;
    text-align: center;
    /* width: 60%; */
}
.article_section_p_tag{
    width: 60%;
}
.article_section_btn_tag_div{
    display: flex;
    justify-content: center;
}
.article_section_btn_tag_div{
    margin-top: 5%;
}



/* multi-images carousel section */
.multi_image_carousel_section{
    width: 100%;
    margin-bottom: 5%;
    /* height: 20vh; */
}
.carousel-js-classes>img{
    /* height: 30vh; */
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
    transform: translateX(0);
}

/* slogan section  */
.slogan_tag{
    /* display: flex; */
    justify-content: center;
    margin-bottom: 4%;

}
.slogan_h1_tag{
    font-family: cursive;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 3%;
}
.slogan_h1{
    width:60%;
}
.slogan_author_tag{
    text-align: center;
}

/* -------------contact---------------- */
.contact_me_section_btn_div_tag{
    position: relative;
}
.contact-me-btn{
    position: absolute; /* Position the button absolutely */
    margin-top: 2%;
    right: 5%;
}
.card-text{
    /* position: absolute; */
    margin-top: 4%;
}



