* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: myFirstFont;
    src: url('./assests/Fonts/Barlow/Barlow-Light.ttf');
}

@font-face {
    font-family: myFirstFontB;
    src: url('./assests/Fonts/Barlow/Barlow-Bold.ttf');
}

@font-face {
    font-family: poppinsLights;
    src: url('./assests/Fonts/Poppins/Poppins-Light.ttf');
}

body {
    font-family: myFirstFont;
    background-color: #000000;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.upper-case {
    text-transform: uppercase;
}

/* header */

.nav-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 300px;

    /* background: linear-gradient(to bottom, rgb(0, 0, 0) 52%, rgba(0, 0, 0, 0) 52%);
    box-shadow: 40px 4px 52% rgba(0, 0, 0, 0.5); */
    border: none;
    z-index: 999999;
}
#nav-header{
    background-image: url('/assests/Images/bgHeader.png');
    background-repeat: no-repeat;
}
.logo {
    position: absolute;
    width: 6rem;
    margin: 35px 40px;
}

#navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

#navbar li {
    list-style: none;
    position: relative;
}

#navbar li a:is(:link, :active, :visited) {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
    margin: 0 20px;
    text-transform: uppercase;
}
.hover-img1 {
    display: none;
    width: 28px;
    position: absolute;
    left: 40%;
}

.active .hover-img1 {
    display: inline-block;
}

#navbar li a:hover {
    transition: 0.3s ease-in-out;
    color: #45F882;
}

#navbar li a:is(:link, :active, :visited).act1 {
    color: #45F882 !important;
}

#mobile {
    display: none;
}

#mobile i {
    color: #fff;
    align-items: center;

}



.bas {
    display: none;
    color: #fff;
}

.dropdown li a {
    color: black;
}

ul li ul.dropdown {
    width: 15rem;
    /* Set width of the dropdown */
    background: whitesmoke;
    display: none;
    position: absolute;
    z-index: 999;
    margin-top: 20px;
    left: 0;
}

ul li:hover ul.dropdown {
    display: block;
    /* Display the dropdown */
}

ul li ul.dropdown li {
    display: block;
}

.dropdown {
    padding: 0;
    list-style: none;
    background-color: black;
}

.dropdown li {
    display: inline-block;
    position: relative;
    line-height: 2px;
    text-align: left;
}

.dropdown li a {
    display: block;
    padding: 10px 2px;
    text-decoration: none;
    margin: 10px 0;
}

.dropdown li a:hover {
    color: black;
}

/* sectiopn 1 */
.section1 {
    background-image: url('./assests/Images/1.png');
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1 h1 {
    text-align: center;
    font-family: myFirstFontB;
    font-size: 64px;
    line-height: 72.25px;
    color: #FFFFFF;
    text-shadow: 3px 3px #45F882;
}

.section1 div {
    width: 1086px;
}


/* Section 2 */

.section2 {
    position: relative;
    width: 100%;
    /* Or any specific height */
    overflow: hidden;
    min-height: 752px;
    background-image: url('./assests/Images/bg1.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.content {
    position: relative;
    z-index: 1;
    /* Ensure content is above the background */
    color: #fff;
    /* Example styling for content */
}

.img-sec2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


.content1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sub-content1 {
    width: 687px;
}

.sub-content1 h1,
.sub-section3 h1,
.contact-sec2 h1,
.contact-sec2 h3 {
    font-weight: 700;
    font-size: 48px;
    margin: 10px 0;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: myFirstFont;
}


.sub-section3 {
    text-align: center;
}

.sub-content1 p,
.sub-section3 p,
.about-sec1 p,
.contact-sec2 p {
    font-family: poppinsLights;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ADB0BC;
    text-transform: uppercase;
}

.sub-content1 button {
    padding: 10px 50px;
    border: none;
    background-color: #FFFFFF;
    font-family: poppinsLights;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 6px 6px 0 #45F882;
    margin: 50px 0 0 0;
    transition: background 0.5s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.sub-content1 button:hover, .form-group button:hover {
    background-color: #45F882;
    /* Final background color */
    box-shadow: 6px 6px 0 #FFFFFF;
    color: #FFFFFF;
    transition: 0.5s ease-in-out;
}

.h-line {
    color: #45F882;
    background-color: #45F882;
    border: none;
    width: 43px;
    height: 3px;
    margin: 40px 0;
}


/* Sectoon 3 */

.section3 {
    background-image: url('./assests/Images/b1.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 120px 0;
}

.sub-section3 p {
    color: #45F882;
}

.sub-services {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 40px 24px;
    justify-content: center;
    padding: 12px 60px;
}

.services {
    position: static;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    /* Hide overflow for smooth transitions */
}

/* Image styling */
.services img {
    display: block;
    border: 4px solid #ADB0BC;
    border-radius: 16px;
    padding: 2px;
    object-fit: cover;
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity */
}

/* Main image styling */
.main-img {
    width: 100%;
    height: auto;
}

/* Hover image styling */
.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity */
    z-index: 1;
    /* Ensure it is on top of the main image */
}

/* Title styling */
.title {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease, z-index 0.3s ease;
    /* Smooth transition for movement */
    z-index: 2;
    /* Ensure it is above the images */
}

/* Description styling */
.description {
    margin: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    width: 228px;
    font-size: 16px;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    /* Smooth transition for visibility */
}

/* Hover effects */

.ser2 img {
    display: block;
    /* Removes any extra space below the image */
    border: none;
    border-radius: 16px;
    padding: 2px;
}

.ser2 div {
    border: 4px solid #45F882;
    display: block;
    border-radius: 16px;
    padding: 2px;
}

.services {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* Ensure that overflow is hidden for smooth transitions */
}

/* Main image styling */
.services .main-img {
    display: block;
    border: 4px solid #ADB0BC;
    border-radius: 16px;
    padding: 2px;
    object-fit: cover;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

/* Hover image styling */
.services .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show hover image on hover */
.services:hover .hover-img {
    opacity: 1;
}

/* Paragraph text styling */



/* Additional text styling */


/* Overlay image using ::after pseudo-element */
.services::after {
    content: url('./assests/Images/f1.png'); /* The overlay image */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0; /* Adjust if needed */
    filter: blur(10px);
    opacity: 0;
    border-radius: 16px;
    transition: opacity 0.3s ease;
    z-index: 2; /* Ensure the overlay is below the text but above the main image */
}

/* Show overlay image on hover */
.services:hover::after {
    opacity: 1;
}
.services p {
    position: relative;
    top: 0;
    transform: translateY(-180%);
    color: white;
    font-size: 24px;
    font-weight: 700;
    z-index: 3;
    transition: transform 0.3s ease;
}
.add-text{
    font-size: 12px !important;

    font-family: poppinsLight;
    bottom:0;
    transform: translateY(-180%) !important;
    color: white;
    text-align: justify;
    width: 228px;
    margin: 0 auto;
    display: none;
}
.services:hover p {
    transform: translateY(-380%); /* Change transform on hover */
}

.services:hover .add-text {
    display: block; /* Show additional text on hover */ /* Match the transform for consistency */
}
 .s-p {
    /* Positioning the paragraph absolutely */
    position: relative;
    top: 0;
    text-align: center;
    transform: translate(-0%, -180%);
    color: white;
    /* Optional: Adjust text color for better contrast */
    font-size: 24px;
    /* Optional: Adjust font size as needed */
    text-align: center;
    /* Center the text inside the paragraph */
    font-weight: 700;
    /* Remove default margin */
    z-index: 3;
}

.s-p {
    transform: translate(-0%, -450%) !important;
}

.snd-para {
    position: absolute;
    width: 228px;
    transform: translate(-0%, -180%);
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    font-family: poppinsLight;
    z-index: 3;
    margin: 0 24px;
    text-align: start;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
}

.front-img {
    position: absolute;
    top: -8px;
    left: 0;
    width: 99%;
    /* Adjust as needed */
    height: auto;
    /* Adjust as needed */
    z-index: 1;
    object-fit: cover;
    /* Ensure this image is above the background image */
}

/* Section 4 */
.section4 {
    text-align: center;
    padding: 80px 0;
}

.gal-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
}

.sec4-img {
    width: 100%;
    padding: 50px 0;
    object-fit: cover;
}

/* Section 5 */

.section5 {
    background-image: url('./assests/Images/bg2.png'), url('./assests/Images/bg3.png');
    background-repeat: no-repeat, no-repeat; /* Ensure both images do not repeat */
    background-size: cover, cover; /* Make both images cover the entire section */
    background-position: center, center; /* Center both images */
 /* Ensure the section takes up at least the full viewport height */
    padding: 80px 0; /* Remove any padding that might affect the background size */
    height: 100vh;
}

.list {
    width: 584px;
    background-color: #000000;
    border: 1px solid #ADB0BC;
    margin: 70px auto;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-size: 20px;
    font-style: poppinsLight;
    font-weight: 700;
    height: 80px;
    border-radius: 12px;
    cursor: pointer;
}

.plus {
    background-color: #45F882;
    padding: 28px;
    border-radius: 0px 12px 12px 0;
    align-items: center;
}

.list .num {
    padding-left: 12px;
}

.list:hover {
    background-color: #45F882;
    color: #000000;
    transition: 0.5s ease-in-out;
}

.main-list {
    width: 584px;
    background-color: #000000;
    border: 1px solid #ADB0BC;
    border-radius: 12px;
    margin: 50px auto;
    height: auto;
    cursor: pointer;
}

.main-list .list {
    margin: 0;
    border: 0;
}

.para-list {
    display: none; /* Initially hidden */
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}

.para-list.active {
    display: block; /* Show when active */
}

.para-list p {
    color: #FFFFFF;
    text-align: justify;
    padding: 20px 40px;
    font-family: poppinsLight;
}


/* section 6 */

.section6 {
    margin: 50px 0;
}

.sub-section6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 0;
}

.card-sec6 {
    width: 276px;
    border: 4px solid #ADB0BC;
    border-radius: 16px;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    padding: 40px 0px;
    cursor: pointer;
}

.card-sec6 img {
    border: 4px solid #45F882;
    border-radius: 100px;
}

.card-sec6 h6 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0px 10px 0;
}

.card-sec6 p {
    font-size: 16px;
    font-family: poppinsLight;
    font-weight: 400;
}

.card-sec6:hover {
    background-color: #ADB0BC;
    color: #000000;
    border: 4px solid #FFFFFF;
    transition: ease-in-out 1s;
}


/* footer */

footer {
    background-image: url('./assests/Images/footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
}

footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 0;
}

footer ul li a {
    margin: 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF !important;
    text-transform: uppercase;
}

footer ul li a:hover {
    transition: 0.3s ease-in-out;
    color: #45F882 !important;
}

.footer-line {
    width: 1200px;
    margin: 40px auto;
    border: 2px solid #000000;
}

/* animation */



/* Set the initial state off-screen */
.animate-left,
.animate-right {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out;
}

/* Animation for sliding in from the left */
.animate-left.in-view {
    opacity: 1;
    transform: translateX(0);
}

/* Animation for sliding in from the right */
.animate-right.in-view {
    opacity: 1;
    transform: translateX(0);
}

.image-container {
    cursor: pointer;
}

.image-container img:hover {
    /* Add the bounce animation on hover */
    animation: heartBeat 1s;
}

/* Style the lines */
.line {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

/* Animation class for when elements are in view */
.line.in-view {
    opacity: 1;
    transform: translateY(0);
}

@keyframes heartBeat {

    0%,
    100% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1.2);
    }

    60% {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1024px) {

    .icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .section1 div {
        width: auto;
    }

    .mobile {
        background-color: #000000;
        width: 100%;
    }

    .section1 h1 {
        font-size: 32px;
        line-height: 30px;
    }

    .section1 {
        height: 300px;
        background-size: cover;
    }

    .img-sec2 {
        margin: 0px;
        display: block;
    }

    .content1 {
        flex-direction: column;
        justify-content: center;
    }

    .content1 h1 {
        font-size: 24px
    }

    .sub-content1 {
        width: auto;
        text-align: justify;
        padding: 12px;
    }

    .sub-content1 p {
        font-size: 12px;
    }

    .sub-content1 button {
        padding: 5px 25px;
        margin: 10px 0 0 0;
    }

    .content1 img {
        width: 300px;
        object-fit: contain;
    }

    .section3 {
        background-size: cover;
        height: auto;
    }

    .gal-img {
        justify-content: center;
        gap: 12px;
    }

    .gal-img img {
        width: 100px;
        object-fit: contain;
    }

    .list {
        width: auto;
        height: auto;
        font-size: 10px;
        justify-content: space-between;
        margin: 20px 10px;
    }

    .main-list {
        width: auto;
        margin: 20px 10px;
    }

    .para-list p {
        padding: 12px;
        font-size: 12px;
    }

    .section5,
    .section3,
    .section4 {
        background-image: none;
        padding: 50px 0;
    }

    .plus {
        padding: 12px;
    }

    .sec4-img {
        width: 100%;
        padding-top: 20px;
        object-fit: fill;
    }

    .card-sec6 {
        width: 220px;
    }

    .footer-line {
        width: auto;
    }

    footer {
        background-size: cover;
        margin: 0;
    }

    footer ul li img {
        width: 20px;
    }

    .section2 {
        background-size: cover;
    }

    .services img {
        width: 225px;
    }
    .sub-services{
        grid-template-columns: auto;
    }
    .section5{
        height: auto;
    }
    .add-text{
        transform: translateY(-220%) !important;
        width: 210px;
    }
    /* .section6 {
        margin: -220px 0px 50px 0;
    } */
}

@media screen and (max-width: 1024px) {
    .bas {
        display: block;
        color: #FFFFFF;
    }

    .logo {
        display: none;
    }

    .about {
        margin-top: 2rem;
    }

    .navbar-header,
    .btn,
    .none {
        display: none;
    }

    #navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        z-index: 99999;
        top: 0px;
        left: -400px;
        width: 300px;
        height: 100vh;
        background: #000000;
        padding: 40px 0 0 10px;
        transition: 0.3s ease-in-out;
    }

    #navbar.active {
        left: 0px;
    }

    #mobile {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        /* Full width */
        background-color: rgb(0, 0, 0);
        /* Semi-transparent background */
        padding: 0.5rem;
        /* Adjust as needed */
        z-index: 4;
        /* Ensure it appears above other content */
        display: flex;
        justify-content: flex-end;
        /* Align icon to the right */
        align-items: center;
    }

    #navbar li {
        margin-bottom: 25px;
        padding: 10px 20px;
    }

    ul li ul.dropdown {
        margin-top: 10px;
    }

    .dropdown li a {
        margin: 0;
    }

    #mobile i {
        font-size: 24px;
        cursor: pointer;
    }
    .add-text{
        font-size: 11px !important;
    }
    .services:hover::after {
        opacity: 0;
    }
}

/* slider */

.carousel-container {
    position: relative;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    box-sizing: border-box;
}

.carousel {
    display: inline-block;
}

.carousel-images {
    display: flex;
    flex-wrap: nowrap;
}

.carousel-images img {
    width: 100%;
    max-width: 100%; /* Adjust based on image size */
    height: auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    object-fit: cover;
}

/* Scrollbar styles for Firefox (limited support) */
.carousel-container {
    scrollbar-width: thin;
    scrollbar-color: #45F882  transparent; /* Use a solid color as a fallback */
}



