@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@300&family=Montserrat:wght@200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto');

/* --------------- < Preloader Design > -------------- */

html, body {
    overflow-x: hidden;
}
.navbar-toggler {
    color:white;
}

#preLoader_loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: black;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;

}

#preLoader_loading img {
    width: 100px;
    height: 100px;
    animation: move 0.5s infinite linear;
}

@keyframes move {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* ---------------------- < WhatsApp Btn > ----------- */
/* #whatsappBtn{
    position: fixed;
    right: 0.5%;
    top: 80%;
    z-index: 99;
    background: #25D366;
    border-radius: 10px;
    border: 0px solid white;
    padding: 10px 10px;
    color: white;
} */



.heoric_container {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url(/images/bck_img.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* z-index: -1;
     */
    /* width: 100%;
    height: 100vh; */
    min-height: 100vh;
    max-height: fit-content;

}

.heoric_container nav {
    background-color: rgba(255, 255, 255, 0);

}

.heoric_container .navbar {
    z-index: 0;
}

.navbar-nav .nav-link {
    font-weight: 300;
    /* font-size: 20px; */
    /* font-size: 1rem; */
}

.navbar-nav .nav-link:hover {
    background-color: #f4f4f408;
    box-shadow: 2px 2px 3px rgba(34, 34, 34, 0.369);
    text-shadow: 3px 4px 3px black;

    transition: text-shadow 600ms ease, background-color 300ms ease, font-size 600ms ease, font-weight 600ms ease;
    font-size: 1.015rem;
    font-weight: 400;

}

#section_head {
    font-size: 20px;
}

#section_text {
    font-size: 65px;
}

#section_inner_text p {
    font-size: 20px;
    font-family: 'Montserrat';
}

#section_inner_text span {
    font-weight: bolder;
    /* font-size: 30px;
    line-height: 0.1; */
}

/* Common Class */
.light_button {
    background-color: #fff;
    color: #070707;

    display: block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;

    padding: 22px 38px;
    border: 1px solid transparent;
    transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}

.light_button:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.dark_button {

    border-color: #fff;
    background-color: transparent;
    color: #fff;
    text-decoration: none;


    display: block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;

    padding: 22px 22px;
    border: 1px solid #fff;
    transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}

.dark_button:hover {
    border-color: #696969;
    background-color: #fff;
    color: #070707;
    text-decoration: none;
}

.dark_bg_button {
    background-color: #070707;
    color: #fff;
    text-decoration: none;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;

    padding: 22px 22px;
    border: 1px solid transparent;
    transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}

.dark_bg_button:hover {
    border-color: #070707;
    background-color: #fff;
    color: #070707;
    text-decoration: none;
}

.light_bg_button {
    background-color: #fff;
    color: #070707;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;

    padding: 22px 38px;
    border: 1px solid #070707;
    transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}

.light_bg_button:hover {
    border-color: transparent;
    background-color: #070707;
    color: #fff;
    text-decoration: none;
}

/* Right Side Form Design */

#formMainContainer {
    background-color: rgb(234 228 228 / 43%);
    background-color: rgb(255 255 255 / 66%);
    box-shadow: 5px 11px 10px rgb(6 0 0);
    border-radius: 20px;
    width: 75%;
    /* float: cen; */
}

.rightSideContactForm h3 {
    margin: 1rem;
    /* color: white; */
    font-family: 'Montserrat';
    font-weight: bolder;
    /* background-color: #070707; */
    /* text-shadow: 3px 5px 10px #fefefeb3; */
    text-shadow: 2px 4px 1px #ababab;
}

.rightSideContactForm input::placeholder {
    font-weight: bolder;
}

.rightSideContactForm label input {
    font-family: 'Gemunu Libre';
    font-weight: 900;
    height: 3.09rem;
    margin-top: 1rem;
    box-shadow: 1px 1px 2px rgb(82 81 81);
}

.rightSideContactForm button {
    /* background-color: transparent; */
    color: #343434;
    border: 0px transparent;
    border-radius: 0px;
    width: 50%;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 1rem;
    line-height: 2.5rem;
    font-size: 1.1rem;
    min-width: fit-content;
    background-color: #fff;
    font-family: 'Gemunu Libre';
}

.rightSideContactForm button:hover {
    transition: border-color 1000ms ease, color 700ms ease, background-color 800ms ease;
    background-color: #252626;
    color: white;
    border-radius: 0px;
    border-radius: 10px;
}


/* Hero Section / Service Section Design */


.hero_section,
.ourService_Section {
    margin-top: 8rem;
}

.hero_section_mainContainer .titleContainer,
.ourService_Section_mainContainer .titleContainer {
    color: #070707;
    line-height: 1.125em;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: lighter;
}

.titleContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.titleContainer p {
    margin: 0rem;
}

.titleContainer .textSideLine {
    position: absolute;
    width: 200px;
    height: 1px;
    background-color: black;
    margin-left: 1rem;

    box-shadow: 0.5px 0.5px 0.1px black;
    animation-name: textSieLine_animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes textSieLine_animation {
    from {
        width: 0px;
    }

    to {
        width: 20%;
    }
}

.hero_section_mainContainer #btnText_Container,
.ourService_Section_mainContainer #btnText_Container {
    margin: 2rem 0rem;
}

.hero_section .hero_section_mainContainer #btnText_Container h2,
.ourService_Section_mainContainer #btnText_Container h2 {
    font-size: 42px;
    margin: 4rem;
    font-weight: bolder;
    color: black;
    width: 50%;
}

.hero_section_mainContainer .para_textContainer,
.ourService_Section_mainContainer .para_textContainer {
    font-weight: 400;
    color: #222222;
    text-align: justify;
    margin: 1.5rem 0rem;
}

.para_textContainer .aboutTextDiv {
    width: 533px;
}

/* hero section Images Size is (533 X 533 pixels) */
.hero_section_mainContainer .aboutImgContainer,
.ourService_Section_mainContainer .aboutImgContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}


/* Home Budget Caraosul Section */

.homeBudget_CarouselSection {
    background-color: rgb(245, 244, 245);
    height: fit-content;
    padding: 5rem;
}


.homeBudget_CarouselSection .Carousel_TitleContainer {
    margin: 3rem;
}

.homeBudget_Carousel .homeItem .homeBadge {
    color: rgb(255, 255, 255);
    opacity: 1;
    border: 1px solid #fff;
    padding: 3px 10px;
    max-width: fit-content;
    position: absolute;
    top: 1.5%;
    left: 7%;
    border-radius: 20px;
    background-color: #5e455a;
}

.homeBudget_Carousel .homeItem .homeSizeTxt {
    color: white;
    background-color: rgb(0 0 0 / 60%);
    ;
    position: absolute;
    bottom: 0%;
    left: 6%;
    font-weight: bolder;
    font-family: 'Roboto';

    padding: 0px 20px;
    border: 0.5px solid rgb(53 52 52);
    border-radius: 10px;
}

.homeBudget_Carousel .homeItem {
    overflow: hidden;
    border-radius: 20px;
}

#homeBudget_CarouselRow {
    overflow: auto;
}

/* img size is (533 X 533  pixels ) */
.homeBudget_Carousel .homeItem img {
    border-radius: 20px;
    min-width: max-content;
    height: max-content;
    transition: scale 0.5s ease-out;
}

.homeBudget_Carousel .homeItem {
    transition: box-shadow 0.5s ease-out;
}

.homeBudget_Carousel .homeItem:hover {
    box-shadow: 0 4px 15px 0 rgb(65 48 62 / 70%);
}

.homeBudget_Carousel .homeItem:hover img {
    scale: 1.1;
}

/* scrollbar caraosel section */
.scrollbar::-webkit-scrollbar {
    /* height: 20px; */
}

/* Service Section Image Container Code */

.serviceSection_imgContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serviceSection_imgContainer .imgContainer_LeftColumn {
    margin-top: 10vh;
    max-width: 535px;
}

.serviceSection_imgContainer .imgCard {
    position: relative;
    margin-bottom: 10%;
    overflow: hidden;
    transition: border-radius 0.5s ease-out;
}

.serviceSection_imgContainer .imgCard img {
    filter: brightness(0.6);
    transition: scale 0.3s;
    /* min-width: max-content;
    height: max-content; */
    width: 533px;
}

.serviceSection_imgContainer .imgCard:hover {
    border-radius: 20px;
}

.serviceSection_imgContainer .imgCard img:hover {
    scale: 1.1;
}

.imgCard .imgCard_Content {
    position: absolute;
    bottom: 5%;
    left: 5%;
    text-align: justify;
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto';
    font-style: unset;
}


/* Our Project Section */

.ourProjects_Section {
    background-color: #070707;
    height: max-content;
    /* height: 100vh; */
    padding: 5rem;
}

.testimonialSection {
    background-color: #fff;
    height: max-content;
    padding: 5rem;
}

.ourProjects_Section_mainContainer .titleContainer,
.testimonialSection_mainContainer .titleContainer {
    color: #fff;
    padding: 3rem;
    margin: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 20vh;
    text-transform: uppercase;
    font-weight: lighter;
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.125em;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

/* cutomer testimonial code */
.testimonialSection_mainContainer #titleContainer {
    color: #070707;
}

.ourProjects_Section_mainContainer .titleContainer #titleContainerText,
.testimonialSection_mainContainer .titleContainer #titleContainerText {
    text-transform: none;
    /* font-size: 42px; */
    line-height: 1.26em;
    font-weight: 300;
}

.ourProject_carouselSection .projectsItem,
.testimonial_carauselSection .testimonialsItem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.ourProject_carouselSection .projectsItem .projectItem_titleContainer,
.testimonial_carauselSection .testimonialsItem .testimonialsItem_titleContainer {
    width: 45%;
    align-self: center;
    color: #fff;

    transition: scale 0.3s ease;
}

/* custom code of testimonial section */

.testimonial_carauselSection .testimonialsItem #testimonialsItem_titleContainer {
    color: #070707;
}

/* --------- */


.projectItem_titleContainer h2,
.testimonialsItem_titleContainer h2 {
    font-weight: 200;
    font-family: sans-serif;
    font-size: 2.5rem;
}

.projectItem_titleContainer .staticSideLine,
.testimonialsItem_titleContainer .staticSideLine {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: white;
    margin-right: 0.5rem;

}

/* custom testimonial code */
.testimonialsItem_titleContainer #staticSideLine {
    background-color: #070707;
}

/* ----- */

.projectItem_titleContainer a,
.testimonialsItem_titleContainer a {
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto';
    text-decoration: none;

}

/*  */
.testimonialsItem_titleContainer #sideLineLink {
    color: #070707;
}

/* -------- */

.projectsItem .projectItem_ImgContainer,
.testimonialsItem .testimonialsItem_ImgContainer {
    min-width: fit-content;
    max-height: 600px;
    overflow: scroll;
    border-radius: 10px;

    transition: scale 0.5s ease;
}

.projectItem_ImgContainer img,
.testimonialsItem_ImgContainer iframe {
    width: 533px;
}

.projectsItem:hover,
.testimonialsItem:hover {
    cursor: pointer;
}

.projectsItem:hover .projectItem_ImgContainer,
.testimonialsItem:hover .testimonialsItem_ImgContainer {
    scale: 1.1;
}

.projectsItem:hover .projectItem_titleContainer,
.testimonialsItem:hover .testimonialsItem_titleContainer {
    scale: 0.9;
}

/* CSS for prev and next buttons of caraoseuls */


.ourProject_carouselSection .carousel-control-prev {
    height: 10%;
    justify-content: flex-start;
    position: absolute;
    top: 80%;
}

.ourProject_carouselSection .carousel-control-next {
    height: 10%;
    justify-content: flex-start;
    position: absolute;
    left: 5%;
    top: 80%;
}

.ourProjects_Section_mainContainer .ourProject_btnSection,
.testimonialSection_mainContainer .testimonial_btnSection {
    display: flex;
    flex-direction: row;
    margin-top: 5rem;
    margin-bottom: 5rem;
    align-items: center;
    justify-content: center;
}

.ourProjects_Section_mainContainer .ourProject_btnSection a {
    margin: auto 10px;
    border: 1px solid #fff;
}

.testimonialSection_mainContainer #testimonial_btnSection a {
    margin: auto 10px;
    border: 1px solid #070707;
}



/* Contact Banner Design */

.contactBanner_Section {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.465)), url("https://images.unsplash.com/photo-1578991624414-276ef23a534f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1927&q=80");
    background-size: cover;
    height: 70vh;
    padding: 5rem;
    margin: 15rem 0rem;

}

.contactBanner_Section .contactBanner_textContainer {
    display: flex;
    color: #f8f9fa;
    flex-direction: column;
    height: 50vh;
    justify-content: space-evenly;
    align-items: flex-start;
}

.contactBanner_textContainer h2 {
    width: 50%;
    font-weight: lighter;
    font-size: 40px;
    font-family: sans-serif;
}

.contactBanner_textContainer .staticSideLine {

    display: inline-block;
    width: 20%;
    height: 1px;
    background-color: #f8f9fa;
    /* margin-right: 0.5rem; */
}


/* ------------------------------------< Footer Design >------------------------------------ */

.footerSection {
    background-color: #070707;
}

.footerSection_mainContainer .footerUpperPart {
    display: flex;
    flex-direction: row;
    padding-top: 100px;
    padding-bottom: 50px;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #696969;
}

.footerUpperPart .footerUpperPart_left {
    max-width: 270px;
    min-width: max-content;
}

.footerUpperPart .footerUpperPart_left h2 {
    color: #dadada;
    font-weight: 300;
    /* line-height: 2.87rem; */
    font-family: sans-serif;
    font-size: 3rem;
    /* max-width: 270px; */

}

.footerSection_mainContainer .footerUpperPart_right {
    display: flex;
    flex-direction: row;
    /* width: 500px; */
    flex-wrap: wrap;
    max-width: 750px;

    justify-content: space-between;
    align-items: flex-start;

}

/* footer Upper part */

.footerUpperPart_right .footerUpperPart_text {
    font-size: 30px;
    color: #fff;
}

.footerUpperPart_right a {
    text-decoration: none;
}

.footerUpperPart_right_Column {
    margin: 2px 20px;
}

.footerUpperPart_right_Column div {
    transition: scale 0.3s ease-out;
}

.footerUpperPart_right_Column:hover div {
    scale: 1.1;
    cursor: pointer;
}

.footerUpperPart_right_Column h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: lighter;
    letter-spacing: 0.4rem;

}


/* footerMiddlePart */

.footerMiddlePart {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footerMiddlePart .footerMiddlePart_left {
    max-width: 340px;
    margin-right: 50px;
}

.footerMiddlePart_left a {
    display: inline-block;
    margin-bottom: 20px;
}

.footerMiddlePart_left p {
    color: #f8f9fa;
    text-align: justify;
}

.footerMiddlePart_left .subscribeForm {
    margin-top: 40px;
    width: 100%;
}

.footerMiddlePart_left .subscribeForm input[type=email] {
    width: 100%;
    height: 38px;
    vertical-align: middle;

    min-height: 48px;
    margin-bottom: 0px;
    padding: 0px 24px 27px 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #b3b3b3;
    border-radius: 0px;
    background-color: transparent;
    transition: border-color 300ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0.06em;
}

.footerMiddlePart_left .subscribeForm input[type=email]:focus-visible {
    outline: none;
}

.footerMiddlePart_left .subscribeForm input[type=email]::placeholder {
    color: #fff;
    font-weight: 100;
    font-family: sans-serif;
}

.footerMiddlePart_left .subscribeForm .subscribeFormBtn {
    margin-top: 30px;
}

.footerMiddlePart_left .subscribeForm .subscribeFormBtn:hover {
    border: 1px solid #fff;
}


.footerMiddlePart_middle {
    min-width: 200px;
    text-align: center;
}

.footerMiddlePart .footerMiddlePart_title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 2.6rem;
    letter-spacing: 0.15rem;
}

.footerMiddlePart_middle .footerMiddlePart_middle_Links p {
    color: #fff;
    text-decoration: none;
    font-weight: lighter;
    letter-spacing: 0.25rem;
    transition: scale 0.2s ease;
}

.footerMiddlePart_middle_Links a {
    text-decoration: none;
}

.footerMiddlePart_middle_Links a:hover p {
    color: #696969;
    scale: 1.1;
}


.footerMiddlePart_right {
    min-width: 200px;
    text-align: justify;
}

.footerMiddlePart_right .footerMiddlePart_right_Links p {
    color: #fff;
    text-decoration: none;
    transition: scale 0.2s ease;
}

.footerMiddlePart_right_Links a {
    text-decoration: none;
}

.footerMiddlePart_right_Links a:hover p {
    color: #696969;
    scale: 1.1;
}

.footerMiddlePart_right_Links i {
    margin-right: 0.5rem;
}


/* footer Lower Part */

.footerLowerPart {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #696969;
    font-size: 20px;
    font-weight: 300;
    line-height: 2.7rem;
    text-align: center;
    color: #dadada;
}

.footerLowerPart a {
    color: #fff;
    text-decoration: none;
    transition: color 300ms ease;
    transition: scale 300ms ease;
    font-weight: 400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.footerLowerPart a:hover {
    color: rgba(255, 255, 255, 0.5);
}

/* ------------------------------------< Below Footer Code >------------------------------------ */
.belowFooterSection {
    width: 100vw;
    padding-top: 150px;
    background-color: #070707;
    /* border: 1px solid red; */
    display: flex;
    gap: 50px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.belowFooterSection hr {
    width: 90%;
    height: 0px;
    background-color: #696969;

}

.belowFooterSection .sub-section {
    color: #fff;
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    font-weight: 100;
    text-align: justify;
}

.belowFooterSection .sub-section pre {
    color: #fff;
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    font-weight: 100;
    text-align: justify;
}

.belowFooterSection .sub-section .locationsDiv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    align-items: center;
    gap: 30px;
    text-align: center;

}
.locationsDiv p{
    /* width: 20px; */
    /* border: 1px solid red; */
}
.locationsDiv p a{
    color: #ffc107;
    text-transform: capitalize;
}
.locationsDiv p a:hover{
     color: #fff;

}

/* ------------------------------------< HudaInterior Best Designe Quote Design >------------------------------------ */

/* .bestDesgnQuote{
    color: #fff;
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    font-weight: 300;
    text-align: justify;
} */

/* ------------------------------------< HudaInterior Best Designer>------------------------------------ */









/* ----------------------------<<<<<<<<<<<<<<<<<<<<<< RESPONSIVE DESIGN  >>>>>>>>>>>>>>>>>>>>>>----------------------------*/

@media screen and (min-width: 320px) and (max-width : 480px) {

    .heoric_container {
        background-position: right;
    }

    .mainContent_Container .mainContent_ContainerColumn #formMainContainer {
        /* display: none; */
        width: 100%;
    }

    .mainContent_Container .mainContent_ContainerColumn {
        margin: 25px 0px;
    }


    .mainContent_Container_mainButton-Section {
        height: 25vh;
    }

    .mainContent_Container_mainButton-Section #mainButton-Section_BTNs {
        height: 100%;
    }


    .hero_section .hero_section_mainContainer #btnText_Container h2,
    .ourService_Section_mainContainer #btnText_Container h2 {
        width: 100%;
    }


    .hero_section_mainContainer .aboutImgContainer {
        overflow: scroll;
        overflow: hidden;

    }

    .hero_section_mainContainer .aboutImgContainer img,
    .ourService_Section_mainContainer .aboutImgContainer img {
        margin-bottom: 2rem;
    }

    .homeBudget_CarouselSection {
        padding: 0rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .homeBudget_CarouselSection .Carousel_TitleContainer {
        margin: 0rem;
        margin-bottom: 3rem;
        width: 100%;
    }

    .homeBudget_Carousel .homeItem img {
        height: 400px;
    }

    .serviceSection_imgContainer {
        overflow: hidden;
        overflow: scroll;

    }



    .ourProjects_Section {
        padding: 0rem;
        padding-top: 5rem;
        padding-bottom: 2rem;
    }

    .ourProjects_Section_mainContainer .titleContainer,
    .testimonialSection_mainContainer .titleContainer {
        width: 100%;
        margin: 0rem;
        padding: 0rem;
        margin-bottom: 48px;
    }

    .ourProjects_Section_mainContainer .titleContainer #titleContainerText,
    .testimonialSection_mainContainer .titleContainer #titleContainerText {
        width: 95vw;
    }

    .ourProject_carouselSection .projectsItem .projectItem_titleContainer {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .projectsItem .projectItem_titleContainer h2 {
        font-size: 1.9rem;
        font-weight: bolder;
    }

    .projectsItem .projectItem_ImgContainer {
        max-height: 450px;
    }


    .testimonialSection {
        padding: 1rem;
    }

    .testimonialSection_mainContainer .testimonial_carauselSection {
        height: 100vh;
    }

    .testimonial_carauselSection .testimonialsItem #testimonialsItem_titleContainer {
        width: 100%;
        margin-top: 1.5rem;
    }

    .ourProject_carouselSection .carousel-control-prev {
        top: 100%;
    }

    .ourProject_carouselSection .carousel-control-next {
        top: 100%;
        margin-left: 1rem;
    }


    .contactBanner_Section {
        height: 80vh;
        padding: 1.5rem 2rem;
    }

    .contactBanner_Section .contactBanner_textContainer h2 {
        width: 100%;
    }









    .footerUpperPart {
        flex-wrap: wrap;
    }

    .footerUpperPart .footerUpperPart_text {
        font-size: 20px;
    }

    .footerUpperPart .footerUpperPart_left {
        margin-bottom: 2rem;
    }

    .footerMiddlePart_middle {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .footerMiddlePart_left .subscribeForm .subscribeFormBtn {
        width: 100%;
    }

    .footerMiddlePart .footerMiddlePart_title {
        font-size: 2rem;
    }

    .footerMiddlePart_middle_Links {
        text-align: start;
    }
}