@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/Poppins/Poppins-Regular.ttf') format('truetype'),
         url('/assets/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/Poppins/Poppins-Bold.ttf') format('truetype'),
         url('/assets/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

.x-menu {
    color: #f5f5f5 !important;
}

.x-menu:hover {
    color: #cddc2c !important;
}

.nav-item {
    padding-right: 50px !important; /* Adjust the value as needed */
}

.x-bg-theme {
    background-color: #cddc2c;
}

.x-bg-shadow {
    /* box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.5); */
    box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.3);
}

.x-text-name {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
}

.x-divider {
    border: 1;
    border-bottom: 2px solid #cddc2c;
}

.x-header-slide {
    margin-top: 100px;
    margin-bottom: 100px;
}

.x-text-theme-primary {
    color: #cddc2c;
}

.spacer {
    height: 1000px; /* Adjust height based on your content */
}

.x-footer {
    background-color: #151515;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    min-height: 100vh;
    padding: 60px 0;
}

.x-footer span {
    font-size: 12px !important;
}
.x-footer a {
    font-size: 12px !important;
}

.x-list {
    list-style-type: none; /* Remove default list style */
    padding: 0; /* Remove default padding */
}

.x-list li {
    margin-bottom: 5px; /* Optional: Adjust spacing between list items */
}

.x-list li a {
    color: white; /* Set link color to white */
    text-decoration: none; /* Remove default underline */
}

.x-list li a:hover {
    color: #cddc2c; /* Change color on hover */
}

.x-content-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.x-service-image {
    position: absolute;
    z-index: 1;
    width: 60%;
    height: auto;
}

.x-service-text {
    z-index: 2;
}

.x-bg-text {
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 70px;;
}

.x-slider-service-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.x-slider-service-space-holder {
    position: relative;
    width: 100%;
}

.x-slider-service-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

.x-slider-service-horizontal {
    position: absolute;
    height: 100%;
    will-change: transform;
}

.x-slider-service-cards {
    position: relative;
    height: 100%;
    padding: 0 0 0 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.x-slider-service-sample-card {
    position: relative;
    height: 300px;
    width: 500px;
    background-color: #111f30;
    margin-right: 75px;
    flex-shrink: 0;
}

.x-card {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.8); /* Black color with 50% opacity */
    padding: 20px;
    color: white; /* Text color */
}

.x-bg-action {
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}

.x-space-section {
    margin-top: 100px;
}

.x-animate {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.x-column-content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.x-bg-dark {
    background-color: #0c0c0c;
}

.x-full-height-section {
    min-height: 100vh; /* Full height of the viewport */
    display: flex;
    align-items: center; /* Center content vertically */
}


/* ======================= ANIMATE ========================== */

.animate-zoom {
    transition: transform 0.5s ease;
}

.zoom:hover {
    transform: scale(1.3);
}

/* ======================= ANIMATE ========================== */
