/* * {
    margin-top: 0;
    margin-left:  0;
    margin-right: 0;

    padding: 0;
    box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'poppins',sans-serif;
    -ms-text-size-adjust: auto;
    text-size-adjust: auto;
} */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins',sans-serif;
    -ms-text-size-adjust: auto;
    text-size-adjust: auto;
}

body {
    margin-top: 0;
    margin-left:  0;
    margin-right: 0;
    margin-bottom: 0;
    font-family: Arial,sans-serif;
    /* align-items: center; */
    /* justify-content: center; */
    /* min-height: 100vh; */
    background-image: url(https://images.pexels.com/photos/1939485/pexels-photo-1939485.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    /* background-repeat:repeat;
    background-size:contain; */
}

/********** HEADER *********/
.header{
    
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 20px 0%; */
    padding: 0.5% 5%;
    background-color: #148651db;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius:50% ;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 100;

}

.logo{
    position: relative;
    font-size: 25px;
    color: rgb(11, 204, 230);
    text-decoration: none;
    font-weight: 600;
    cursor: default;
    opacity: 0;
    animation: slideRight 1s ease forwards;
}

.header img
{
    width: 100px;
    height: 70px;
}

.navbar a{
    
    display: inline-block;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: .3s;
    /* opacity: 0; */
    animation: slideTop 04s ease forwards;
}
.navbar a:hover{
    color: #0ef ;
}
.main{
    padding-top: 10%;
    width: 50%;
    text-align: center;
    margin: 2% 0 2%;
    margin-left: 24%;
    padding-top: 1%;
    padding-bottom: 1%;
    box-shadow: 0 0 10px rgba(85, 48, 48, 0.1);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: rgb(255, 255, 255);
    font-style: italic;
    animation: slideTop 1.5s ease forwards;
    border-style: solid;
    border-color: rgb(226, 211, 143);
    font-family: 'Times New Roman', Times, serif;

}

/* CONTAINER */

.container {
    margin-left: 32%;
    align-items: center;
}
.image-item {
    width: 50%;
    height: 50%;


}


/* .slider-wrapper .slide-button 
{
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
    background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
    left: -25px;
    display: none;
}

.slider-wrapper .slide-button#next-slide {
    right: -25px;
} */

/* .slider-wrapper .image-list {
    display:block; 
    grid-template-columns: repeat(10, 1fr); 
    gap: 18px;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    margin-left:auto;
    scrollbar-width: none;
} */

/* .slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
}

.slider-wrapper .image-list .image-item {
    width: 325px;
    height: 400px;
    object-fit: cover;
}

.container .slider-scrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.slider-scrollbar .scrollbar-track {
    background: #ccc;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
}

.slider-scrollbar:hover .scrollbar-track {
    height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
}

.slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
} */

/* Styles for mobile and tablets */
/* @media only screen and (max-width: 1023px) {
    .slider-wrapper .slide-button {
        display: none !important;
    }

    .slider-wrapper .image-list {
        gap: 10px;
        margin-bottom: 15px;
        scroll-snap-type: x mandatory;
    }

    .slider-wrapper .image-list .image-item {
        width: 280px;
        height: 380px;
    }

    .slider-scrollbar .scrollbar-thumb {
        width: 20%;
    }
} */


/* DIV class"p" */
.p
{
    width: 300px;
        background-color: #0b946b;
        border-style: solid;
        border-color: rgb(11, 59, 131);
        border-radius: 10%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        margin-left:10%;
        padding-bottom:1%;
        /* padding-top: 1%; */
        transition: transform 0.3s ease-in-out;
        text-align: center;
        width: 80%;
        color: #000000;
}

/* OPENINGS */
.container1 {
    position: relative;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 800px;
    margin: 0 auto;
   }

.job-card {
    background-color: #faf6f6;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 2%;
    width: 200px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    border-style: solid;
    border-color: #948b8b;
}
.job-card1{
    color:#072e33;
    border-style: solid;
    border-color:rgb(212, 124, 212);
    border-radius: 20%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-left:15%;
    width: 70%;
    text-align: center;
    background-color:rgb(218, 174, 218);
    transition: transform 0.3s ease-in-out;
}
.job-card:hover {
    transform: scale(1.05);
}

h2 {
    color: #333;
    margin-bottom: 10px;
}


/*****************************************************************/

/****************** ANIMATIONS *************/

@keyframes slideTop {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideRight{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes slideBottom{
    0% {
            transform: translateY(-100px);
            opacity: 0;
        }
    
        100% {
            transform: translateY(0px);
            opacity: 1;
        }
}
@keyframes slideLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }

}
.footer
{
    background: linear-gradient(80deg, #072e33 50%, #072e33 50%);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    color: rgb(255, 255, 255);
    text-align: center;
    text-size-adjust: auto;
    justify-content: space-between;
    padding-left: 40%;
    padding-bottom: 1%;
    display: flex;
}