* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

header {
    padding: 10px 0;

}

/* padding: 0px */
.main {
    padding-top: 85px;
}

.main-menu {
    display: flex;
    list-style: none;
    justify-content: center;
    height: 100%;
    align-items: center;
    padding-left: 0%;

}

.nav-item {
    list-style: none;
    padding: 10px 15px;
    position: relative;
}

.nav-item a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

.nav-item:hover .nav-sub-items {
    display: block;
}

.nav-sub-items {
    position: absolute;
    width: max-content;
    left: -29%;
    top: 38px;
    display: none;
    border-radius: 5px;
    overflow: hidden;

}

.nav-sub-items .nav-sub-menu-items {
    background-color: #000;
    list-style: none;
}

.nav-sub-items .nav-sub-menu-items a {
    padding: 5px 20px;
    border-bottom: 0.5px solid #ccc;
    font-size:17px;
}

.theme-btn1 {
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    padding: 5px 20px;
    height: fit-content;
}

.theme-btn1:hover {
    border: 2px solid white;
    color: white;
}

.header-sec {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #06162e;
    padding: 0px 23px;
}

.inner-sec {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.slide-fist-heading {
    font-size: 60px;
    font-weight: 400;
}

.slide-first-content p {
    font-weight: 400;
}

.slide-first-content h3 {
    font-weight: 400;
}

.slide-second-content {
    position: absolute;
    top: 20%;
    right: 8%;
}

.sec-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.sec-dot .swiper-pagination-bullet-active {
    background-color: #fff;
}

.sec-dot {
    left: 30px !important;
}


/* jai */



.explore-more {
    width: 100%;
}



.exploreMorePic1 a {
    text-decoration: none;
    color: #000;
}

.exploreMorePicP {
    font-size: 25px;
    font-weight: 500;
}

.exploreMorePic1 {
    padding-top: 20px;
}

.demo {
    background-color: #f4f4f5;
}

.formBtn {
    color: #f4f4f5;
    background-color: #6d7bfe;
    border: 2px solid #6d7bfe;
    border-radius: 50px;
    width: 50%;
}

.formBtnCenetr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProjectsImgBox {
    width: 100%;
    position: relative;
}

.ProjectsImgBoxInner {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translate(0%, -50%);
}

.ProjectsImgBoxInner p {
    /* color: #ccc; */
    color: lab(99.19% 1 0.34);
}


.ProjectsImg {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 5px;
    border: 1px solid #000000;
}

.footerlineOne {
    border-bottom: 1px solid hwb(0 64% 34%);
    padding-bottom: 20px;
}

.footerNavLink1 {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-top: 20px;
}

.footerNavLink1 li:hover {
    color: #007bff;
    cursor: pointer;

}

.footerNavLink2 li:hover {
    color: #007bff;
    cursor: pointer;
}

.footerNavLink2 {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    list-style: none;
    border-bottom: 1px solid gray;
    padding-top: 10px;
    padding-bottom: 20px;
}

.footerImgLogo {
    margin-top: 27px;
    margin-bottom: 10px;
    width: 52%;
}

@media (max-width: 575px) {
   
    .sectio3Img{
        padding:0px !important;
        margin-bottom:20px;
    }
    .headerManuButton {
        font-size: 36px;
    }

    .logo-img {
        width: 209% !important;
    }

    .main-menu {
        display: none;
    }

    .section3outbox {
        padding-top: 0px !important;
    }

    .box1Section5 {
        padding-left: 0px !important;
    }

    .section3outbox {
        padding-left: 0px !important;
    }

    .footerImgLogo {
        max-height: 70px;
        width: 100%;
        object-fit: contain;
    }

    .footerNavLink1 {
        gap: 0px;
        padding: 0px;
        flex-wrap: wrap;
        flex-direction:column;
        align-items:start;
    }

    .footerNavLink2 {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .logo {
        width: 50%;
    }

    .topnav {

        padding-top: 10px;
    }

    .theme-btn1 {
        display: none;
    }

    .otherProSec {
        display: none;
    }

    .nav-item {
        padding: 10px 10px;

    }

    .main {
        padding-top: 68px;
    }

}

.formleftSideImg {
    padding-top: 80px;
}



/* project.htm */

.enquireBtn {
    background-color: #6f356c;
    color: white;
    font-weight: 600;
    margin-top: 1.4cqw;
    width: max-content;
    border-radius: .4vw;
    font-size: 18px;
    padding: 1vw 3vw;
    border: none;
}

/* second */

.marquee-container {
    width: 100%;
    overflow: hidden;
    color: white;
    font-weight: 600;
    background-color: #6f356c;
    padding: 1vw 3vw;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.Sec5FontSiz {
    font-size: 100px;
    font-family: emoji;
    color: #864f23;
}

/* Section -3  */

.sectionDivision3 {
    background-color: hwb(51 90% 7%);
}

.sectio3Img {
    width: 100%;
    border-radius: 50px;
    padding: 40px;
    padding-top: 0px;
}

.sectio3OutImg {
    object-fit: cover;
    overflow: hidden;
}

.sectio3Img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sectio3Img:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.section3outbox {
    /*padding-top: 160px;*/
    /*padding-left: 250px;*/
    color: #864f23;
    font-size: 40px;
    font-family: serif;
}


.video-wrapper video {
    width: 100%;
    height: auto;
}


.box1Section5 {
    /* padding-top: 200px; */
    padding-left: 60px;
    color: #864f23;

    font-family: serif;
}

.marqueeLine li i {
    margin-right: 15px;
}

/* i-pad mediaq*/

@media only screen and (max-width: 996px) {
    .menubariPaid{
        display: flex;
        align-items: center;
    }
    .main-menu {
        display: none;
    }

    .theme-btn1 {
        display: none;
    }

    .dropdown {
        display: flex;
        align-items: center;
    }

    .headerManuButton {
        font-size: 35px;
    }

    .box1Section5 {
        padding: 0px;
    }

    .explore-more {
        width: 100%;
    }

    .section3outbox {
        padding-top: 90px;
        padding-left: 58px;
    }

}

