* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.slider-container {
    position: relative;
    width: 100vw;
    height: 103vh;
    overflow: hidden;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
     opacity: 0;
   transition: opacity 0.5s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Apply left:50% only for desktop */
@media (min-width: 769px) {
    .slide {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Apply left:0 for mobile */
@media (max-width: 768px) {
    .slide  {
        left: 0 !important;
		justify-content: end;
    align-items: center;
      
    }
}


.desktop-image {
    display: block;
    width: 100%;
    height: 103vh; /* Full viewport height */
    object-fit: cover; /* Ensures the image covers the entire area */
   
    max-width: 100vw;
    max-height: 103vh;
}

/* Default for all images */
/* .desktop-image {
    object-position: top center !important;
} */

/* Custom positions for specific images */
.post-3047 .desktop-image { object-position: center center !important; }  
.post-3050 .desktop-image { object-position: center center !important; } 
.post-2954 .desktop-image { object-position: center center !important; } 
.post-2953 .desktop-image { object-position: bottom center !important; } 



.slide.active {
    opacity: 1;
    z-index: 1;
}

.slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%; /* Adjust the height of the gradient */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

svg {
    fill: white; /* Ensure the icon is visible */
}

/* Adjust height for mobile view */
@media (max-width: 768px) {
    .slider-container {
        height: 60vh;
    }
}

.pagination-slider {
    position: absolute;
    margin-left: 80px;
    left: 20px;
    bottom: 60px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 5px 10px;
    border-radius: 5px;
}

.pagination-item {
    font-family: "Nebula-Regular", Sans-serif;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    opacity: 0.7;
    position: relative;
    padding: 2px;
}

.pagination-item.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

@media (max-width: 768px) {
    .slider-container {
        height: 90vh;
    }

    .pagination-slider {
        bottom: 0px;
        left: 10px;
        gap: 10px;
        padding: 3px 5px;
    }

    .pagination-item {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .slider-container {
        height: 92vh !important;
    }

    .pagination-slider {
        bottom: 5px;
        left: 5px;
        gap: 8px;
        padding: 2px 4px;
        margin: 0px 0px 30px 0px;
    }

    .pagination-item {
        font-size: 18px;
    }
}

.pagination-slider {
    position: absolute;
    bottom: 60px;
    left: 20px;
    z-index: 2;
    display: flex;
    justify-content: space-between; /* Ensures left and right sections are spread out */
    align-items: center; /* Centers the content vertically */
    width: 100%;
}

.pagination-left {
    width: 50%;
    display: flex;
    align-items: center;
}

.pagination-right {
    width: 40%;
    display: flex;
    align-items: center;
}

.pagination-left {
    justify-content: flex-start;
    gap: 15px;
   
}

.pagination-right {
    justify-content: center;  
    text-align: center;  
}

#more-about-btn {
  
    align-items: center;  
    text-decoration: none;
    background-color: #ffff;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    padding: 12px 23px 12px 24px;
    border-radius: 36px;
    font-size: 18px;
    color: #000000;
}

#more-about-btn svg {
    margin-left: 5px; /* Adds some space between the text and the SVG */
    transition: transform 0.3s ease;
    width: 15px;
    height: 15px;
}

#more-about-btn:hover {
       background-color: black;
    color: #ffffff;
}
#more-about-btn svg {
   
	  fill: black;
}

#more-about-btn:hover svg {
   
	  fill: white;
}

/* Adjustments for mobile */
@media (max-width: 768px) {
    .pagination-slider {
       display: flex;
        flex-direction: row; /* Ensures name and button are side by side */
        justify-content: space-between; /* Adds space between the columns */
        width: 100%; /* Takes full width of the container */
    }

    .pagination-left,
    .pagination-right {
        width: 100%;
       
    }

    .pagination-item {
        width: 50%; /* Takes 50% of the width */
        text-align: left; /* Aligns the name to the left */
    }

    #more-about-btn {
        width: 50%; /* Takes 50% of the width */
        text-align: right; /* Aligns the button to the right */
        white-space: nowrap; /* Prevents text from wrapping */
    }
}
@media (max-width: 480px) {
	.pagination-slider{
		bottom:0px;
	}
	}



.desktop-image {
    display: block;
    width: 100%;
    height: auto;
}

.mobile-image {
    display: none;
    width: 100%;
    height: auto;
}

/* Show mobile images only on smaller screens */
@media (max-width: 768px) {
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
}



.desktop-image {
    display: block;
    width: 100%;
    height: 100vh; /* Full viewport height */
    object-fit: cover; /* Ensures the image covers the entire area */
    object-position: center; /* Centers the image */
}

.mobile-image {
    display: none;
    width: 100%;
    height: auto;
}

/* Show mobile images only on smaller screens */
@media (max-width: 768px) {
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
        width: 100%;
        height: auto;
    }
}







/* Default: Hide mobile view */
.mobile-view {
    display: none;
}

/* Default: Show desktop view */
.desktop-view {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

/* Mobile View (less than 768px) */
@media screen and (max-width: 767px) {
    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }
}



.desktop-image {
    display: block;
    width: 100%;
    height: 100vh; /* Full viewport height */
    object-fit: cover; /* Ensures the image covers the entire area */
    object-position: center center; /* Centers the image horizontally and vertically */
}


.slide-logo {
    position: absolute;
    top: 200px;
    left: 80px;
    z-index: 5;
    width: 250px; /* Adjust size */
    height: auto;
}

.slide-logo img {
    max-width: 100%;
    height: auto;
}


/* Adjust logo size for mobile */
@media (max-width: 768px) {
    .slide-logo {
        top: 150px;
        left: 50px;
        width: 200px;
    }
}
@media (max-width: 480px) {
	.slide-logo {
        top: 250px;
        left: 50px;
        width: 200px;
    }
	
}

