.main{
    overflow: visible;
    margin: 0;
    padding: 0;
}
.bg-custom-color {
    background-color: black;
    /* Replace with your desired color code */
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    background-color: black;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.titleContainer{
    margin-left: 10px;
}
.title{
    font-size: 26px;
    font-family: "Times New Roman";
    margin: 10px 0 0px 0px;
}
.logoImg{
    height: 70px;
    width: 100px;
}
.navbarmainContainer{
    background-color: #000000;
    color: white;
}
.navbarTop{
    display: flex;
    padding: 1px 0px 0px 35px;
}
.helpTitle{
    text-align: end;
    font-size: 11px;
    font-family: "Times New Roman";
    margin: 0px;
}
/* links */

.firstAnchor{
    margin-left:100px ;
}
.linksContainer{
    display: flex;
    color: white;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    margin-left: 540px;
    padding-bottom: 6px;
}
.anchor{
    font-family: "Times New Roman";
    color: white;
    font-size: 15px;
    text-decoration: none;
    margin-left: 25px;
}
body {
    margin: 0;
    padding: 0;
    overflow: visible;
}
.menu{
    display: none;
}
.hrline{
    margin: 0 0 5px 0;
    color: aliceblue;
}
 .carousel-item img {
     max-height: 500px;
     /* Adjust the height as needed */
     width: 100%;
     object-fit: cover;
 }
.firstImg{
    background-image: url("/images/mainPic1.svg");
    background-size: cover;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.navbar-container{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.bodycontent{
    padding-top: 108px;
        height: calc(100vh);
        overflow-y: auto;
}
.bodycontent::-webkit-scrollbar {
    display: none;
}
.bodycontent {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.aboutImagecontainer{
    background-image: url("/images/pillers.svg");
    background-size: cover;
    height: 400px;
    width: 70%;
    padding: 30px 0px 0px 15px;
}
.pillerText {
    color: white;
    font-size: 20px;
    margin: 10px 10px 0px 15px ;
    font-family: "Times New Roman";
}
.endContainer{
    background-color: #361C1C;
    color: white;
    text-align: end;
    padding: 10px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.endContainerparent{
    display: flex;
    justify-content: end;
    align-items: end;
    margin-top: 68px;
}
.thirdImage{
    height: 300px;
}
.thirdImgName{
    font-family: "Times New Roman";
    color: white;
    font-size: 45px;
    text-decoration: underline;
    text-align: center;
}
.thirdimgcontainer1{
    width: 50%;
}
.thirdimgcontainer2 {
    width: 50%;
    padding: 50px 15px 0px 15px;

}
.thirdImgName2heading{
    font-family: "Times New Roman";
    font-size: 26px;
    color: white;
}
.thirdImgName2heading2 {
    font-family: "Times New Roman";
    font-size: 16px;
    color: white;
}
.thirdEndContainer1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}
.thirdEndContainer2{
    width: 205px;
    background-color: white;
    padding: 10px;
    font-size: 20px;
    font-family: 'Times New Roman';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}
.pKnowMoreThird{
    margin-top: 10px;
    margin: 0;
}
/* -----------------------services------------------ */
.servicesMainContainer{
    background-color: #FFDDDD;
    padding: 30px 30px 50px 30px;
    width: 100%;
}
.servicesHeading{
    font-family: 'Times New Roman';
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
}
.servicespara{
    font-family: 'Times New Roman';
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.gridContainerMain{
    display: grid;
    grid:auto / auto auto auto;
    gap: 20px;
}
.gridContainer{
    width: 400px;
    background-color: #D05700;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.textGrid{
    font-size: 20px;
    font-weight: 900;
    font-family: 'Times New Roman';
    margin: 0;
}
.arrow1{
    font-size: 20px;
}
.exploreContainer{
    margin: 30px 0 0 25px;
}
.fiveColorsContainer{
    display: flex;
    width: 100%;
}
.fiveColorsContainer1 {
    display: flex;
    width: 100%;
}
/* five colors 1 */
.fiveColors1{
    background-color: #361C1C;
    height: 65px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 20%;
}
.fiveColors2 {
    background-color: #D05700;
    height: 65px;
    width: 10%;
}
.fiveColors3 {
    background-color: #361C1C;
    height: 65px;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fiveColors4 {
    background-color: #D05700;
    height: 65px;
    width: 10%;
}
.fiveColors5 {
    background-color: #361C1C;
    height: 65px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 20%;
}
.fiveColorsName{
    font-family: 'Times New Roman';
    font-size: 25px;
    color: white;
    margin: 0;
}

/* five colors 2 */
.fiveColors12 {
    background-color:#FFDDDD;;
    height: 65px;
    width: 20%;
}

.fiveColors22 {
    background-color: #361C1C;
    height: 65px;
    width: 10%;
}
.fiveColors32 {
    background-color: #FFDDDD ;
    height: 65px;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fiveColors42 {
    background-color: #361C1C;
    height: 65px;
    width: 10%;
}
.twocontainersMain{
    display: flex;
    justify-content: space-around;
}
.twocontainers1{
    background-color: #D05700;
    padding: 22px;
    text-align: center;
    font-size: 20px;
    font-family: 'Times New Roman';
    color: white;
    border-radius: 12px;
    width: 450px;
}

@media only screen and (max-width: 767px){
.gridContainerMain {
        display: grid;
        grid: auto / auto
    }
    .textGrid{
        font-size: 13px;
        font-weight: 500;
    }
}
/* -------------------------Mobile View  -----------------------------------------------*/
@media only screen and (max-width: 767px) {
    /* Your CSS styles for mobile devices here */
    .navbar-container {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 999;
        }
    
        .bodycontent {
            padding-top: 57px;
            height: calc(100vh);
            overflow-y: auto;
        }
    
        .bodycontent::-webkit-scrollbar {
            display: none;
        }
    
        .bodycontent {
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
    .linksContainer{
        display: none;
    }
         .content {
             margin-top: 10px;
         }
    .menu-title{
        display: flex;
        justify-content: space-between;
        padding: 0 10px 0 10px  ;
    }
        .menu {
            display: block;
        }
        .title {
            font-size: 15px;
            margin: 0px 0 0px 0px;
        }
    
        .logoImg {
            height: 50px;
            width: 80px;
        }
        .links-mainContainer{
            display: none;
        }
        .menu-color{
            color: white;
        }
                .navbarTop {
                    display: flex;
                    padding: 1px 0px 0px 1px;
                    
                }
                                .navbarTop {
                                    display: flex;
                                    padding: 1px 0px 0px 1px;
                                    justify-content: center;
                                    align-items: center;
                                }
                                                                .aboutname {
                                                                    color: white;
                                                                    font-size: 15px;
                                                                }


}
/* ------------------------- Tablet View ------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* Your CSS styles for tablet devices here */
    .linksContainer {
            display: flex;
            color: white;
            list-style-type: none;
            margin: 0px 0px 0px 0px;
            /* margin-left: 540px; */
            justify-content: space-around;
            /* padding-bottom: 6px; */
            padding-left: 0px;
            
        }
                .title {
                    font-size: 23px;
                    margin: 0px 0 0px 0px;
                }
        
                .anchor {
                    color: white;
                    font-size: 12px;
                    text-decoration: none;
                    margin-left: 0px;
                    
                }
                                .navbarTop {
                                    display: flex;
                                    padding: 1px 0px 0px 1px;
                                    justify-content: center;
                                    align-items: center;
                                }

}
 #carouselExampleIndicators .carousel-inner {
     height: 489px;
 }
 #carouselExampleIndicators img {
     object-fit: cover;
     height: 100%;
     
 }
   /* Mobile View - Height 300px */
   @media (max-width: 576px) {
       #carouselExampleIndicators .carousel-inner {
           height: 140px;
       }
           .firstImg {
               background-image: url("../images/mainPic1.svg");
               background-size: cover;
               height: 140px;
               display: flex;
               flex-direction: column;
               justify-content: center;
               align-items: center;
           }
           
       
   }

   /* Tablet View - Height 400px */
   @media (min-width: 577px) and (max-width: 991px) {
       #carouselExampleIndicators .carousel-inner {
           height: 250px;
           
       }
           .firstImg {
               background-image: url("/mainPic1.svg");
               background-size: cover;
               height: 250px;
               display: flex;
               flex-direction: column;
               justify-content: center;
               align-items: center;
           }
   }
.colors-container{
    display: flex;
    width: 100%;
}
.marginwhite1{
    background-color: white;
    width: 70%;
    height: 0px;
}
.marginwhite2 {
    background-color: #361C1C;
    width: 10%;
    height: 70px;
}
.marginwhite3 {
    background-color: white;
    width: 10%;
    height: 70px;
}
.marginwhite4 {
    background-color: #361C1C;
    width: 10%;
    height: 70px;
}
.marginwhite12 {
    background-color: #361C1C;
    width: 70%;
    height: 70px;
}
.marginwhite14 {
    background-color: #361C1C;
    width: 90%;
    height: 70px;
}
.fourthbg1{
    background-color: #793300;;
    width: 90%;
    height: 65px;
}
.fourthbg2 {
    background-color:white;
    width: 10%;
    height: 65px;
}
.fourthbg12{
    background-color: white;;
    width: 67%;
    height: 50px;
}
.fourthbg22 {
    background-color:black;
    width: 15%;
    height: 50px;
}
.fourthbg23 {
    background-color: white;
    width: 18%;
    height: 50px;
}
.marginwhite22 {
    background-color: white;
    width: 10%;
    height: 70px;
}
.marginwhite32 {
    background-color: #361C1C;
    width: 20%;
    height: 70px;
}
.first-container{
    background-color: #361C1C;
    padding-left: 40px;
    display:flex;
    height: 400px;
    width: 100%;
}
.first-container2 {
    background-color:#793300;;
    padding: 0 10px 0px 0;
    display: flex;
    height: 400px;
    width: 100%;
}
.marginwhite13 {
    background-color: white;
    width: 90%;
    height: 0px;
}
.marginwhite23 {
    background-color:#D05700;;
    width: 10%;
    height: 70px;
}
.marginwhite14 {
    background-color: #D05700;;
    width: 90%;
    height: 0px;
}
.marginwhite24 {
    background-color: white;
    width: 10%;
    height: 70px;
}
.aboutusName{
    /* margin-right: 300px; */
    width: 30%;
}
.unorderList2{
    list-style-type: none;
    color: white;
    margin-top: 25px;
}
.list2{
    font-size: 15px;
        font-family: "Times New Roman";
}
.aboutname{
    color: white;
    font-size: 40px;
        font-family: "Times New Roman";
}


/* --------mobile---- */
@media only screen and (max-width: 767px) {
    .first-container{
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 10px;
    }
    .abountname{
    font-size:18px;
    }
    .about-heading-container{
    display:flex;
    gap:10px;
    font-size:18px;
    }
    .aboutusName{
        width: 100%;
        font-size:18px;
    };
    .pillerText{
        color: white;
        font-size: 10px;
        margin: 0px;
        font-family: "Times New Roman";
    }
    .aboutImagecontainer{
        height: auto;
        width: 100%;
        padding: 2px;
    }
    .endContainerparent {
        margin-top: 10px;
    }
    .marginwhite1{
        height: 40px;
    }
    .marginwhite2 {
        height: 40px;
    }
    .marginwhite3 {
        height: 40px;
    }
    .marginwhite4 {
        height: 40px;
    }
.marginwhite12 {
    height: 40px;
}

.marginwhite22 {
    height: 40px;
}

.marginwhite32 {
    height: 40px;
}

.marginwhite42 {
    height: 40px;
}
.marginwhite13{
    height: 40px;
}
.marginwhite23 {
    height: 40px;
}
.fourthbg1{
    height: 40px;
}
.fourthbg2{
    height: 40px;
}
.thirdImgName{
    font-size: 35px;
}
.thirdimgcontainer1{
    width: 100%;
}
.thirdImage {
    height: 180px;
}
/* --------------colors completed---- */
.first-container2{
    display: flex;
    flex-direction: column;
    height: auto;
}
.thirdimgcontainer2{
    width: 100%;
    padding: 10px 0px 0 10px;
}
.thirdEndContainer1{
    align-items: end;
    justify-content: end;

}
.thirdImgName2heading{
    font-size: 24px;
}
.gridContainer{
    width: 100%;
}
.fiveColorsContainer1{
    display: none;
}
.twocontainersMain{
    flex-direction: column;
}
.twocontainers1{
    width: 100%;
    margin-top: 10px;
}
.bAndWhite1{
    height: 40px;
}
.bAndWhite2 {
    height: 40px;
}
.bAndWhite3 {
    height: 40px;
}
    /* -------2---------- */
    /* ------------------start freshly------- */
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .pillerText {
            color: white;
            font-size: 17px;
            margin: 0px;
            font-family: "Times New Roman";
    }
    .endContainerparent {
        margin-top: 35px;
    }
    /* -------------2----- */
    .first-container2 {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .thirdimgcontainer2 {
        width: 100%;
        padding: 10px 0px 0 10px;
    }
    .thirdImgName2heading {
        font-size: 24px;
    }
    .thirdEndContainer2{
        width: 210px;
        margin-left: 389px;
    }

    /* -------3---------- */
        .gridContainerMain{
            grid: auto/auto auto;
        }
.gridContainer {
    width: 340px;
    margin-left: 5px;
}
.twocontainers1{
    margin-left: 3px;
}
        /* ------------------start freshly------- */
        
    
}
