* {
    margin: 0px;
    padding: 0px;
    list-style-type: none !important;
    text-transform: none;
    text-decoration: none;
    user-select: none;
}

@font-face {
    font-family: Inter;
    src: url(Inter/Inter-VariableFont_slnt\,wght.ttf);
}

button {
    cursor: pointer;
}

.active {
    color: green !important;
}

.container-main--fs {
    background-image: url(images/Home\ page.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    /* background-position: ; */
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: -99;
}

.bird-container,
.bird-container2,
.bird-container3,
.bird-container4 {
    position: absolute;
    width: 10%;
    top: 20px;
    height: 10%;
    left: -20px;
    z-index: 99;
    animation: animate-bird 4s linear infinite;
}

.bird-container2 {
    animation: animate-bird1 5s linear infinite;
    /* background-color: red; */
}

.bird-container3 {
    animation: animate-bird2 5s linear infinite;
    /* background-color: red; */
}

.bird-container4 {
    animation: animate-bird3 5s linear infinite;
    /* background-color: red; */
}

.bird,
.bird2,
.bird3,
.bird4 {
    width: 176px;
    height: 250px;
    background-image: url(images/bird.svg);
    /* background-color: red; */
    background-size: auto 100%;
    animation: bird 1s -0.5s steps(10) infinite;
}


@keyframes bird {
    100% {
        background-position: -3600px 0;
    }
}

@keyframes animate-bird {
    0% {
        transform: translate(-10%, -10%) rotate(0deg);
    }

    50% {
        transform: translate(900px, 40%) scale(0.5) rotateY(20deg);
    }

    100% {
        transform: translate(1800px, 60%) scale(0.1) rotateY(0deg);
    }
}

@keyframes animate-bird1 {
    0% {
        transform: translate(-20%, -20%) rotate(0deg);
    }

    50% {
        transform: translate(700px, 30%) scale(0.5) rotateY(20deg);
    }

    100% {
        transform: translate(1100px, -100px) scale(0.1) rotateY(0deg);
    }
}

@keyframes animate-bird2 {
    0% {
        transform: translate(-30%, -30%) rotate(0deg);
    }

    50% {
        transform: translate(800px, 20%) scale(0.5) rotateY(20deg);
    }

    100% {
        transform: translate(1200px, -150px) scale(0.1) rotateY(0deg);
    }
}

@keyframes animate-bird3 {
    0% {
        transform: translate(-40%, -40%) rotate(0deg);
    }

    50% {
        transform: translate(100px, 30%) scale(0.5) rotateY(20deg);
    }

    100% {
        transform: translate(1200px, -100px) scale(0.1) rotateY(0deg);
    }
}

.icon-bar {
    position: fixed;
    top: 40%;
    right: 0px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: green;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.navbar--top {
    width: 80%;
    height: 80px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #132F3A;
    background: rgba(178, 178, 178, 0.20);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.navbar--ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.ul-navbar--top-child {
    color: #132F3A;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;

}

.ul-navbar--top-child a {
    color: #132F3A;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    z-index: 1;
}

.ul-navbar--top-child a:hover {
    color: green;
}

.navbar-collapse {
    width: 60px;
    font-size: 2rem;
    height: 60px;
    border-radius: 12px;
    border: 1px;
    /* border-width: 1px, 1px, 1px, 1px; */

    border-style: solid;

    border-color: rgba(19, 47, 58, 1);
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* position: absolute; */
    float: right;
    margin-right: 10px;
    /* position: relative; */
}

.absolute-topimage {
    position: absolute;
    top: 0px;
    width: 100%;
}

.container-slider-child-p {
    color: #FFF;
    /* font-family: Plus Jakarta Sans; */
    font-size: 86px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

/* .container-slider-child {
    width: calc(100vw - 280px);
    height: 680px;
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(11, 10, 26, 0.67) 0%, rgba(0, 0, 0, 0.00) 100%), url(images/WhatsApp\ Image\ 2023-12-27\ at\ 4.47.40\ PM.jpeg), lightgray 50% / cover no-repeat;
} */
.auto-slider-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 760px;
    overflow: hidden;
    z-index: -22;
}

.contaner-container-main-slider {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
}

.container-slider-img {
    width: 100%;
    border-radius: 20px;
    height: auto;
    object-fit: contain;
    /* z-index: -22 */
    ;
}

.container-slider-child {
    width: 90%;
    position: relative;
}

.container-slider-child-p {
    position: absolute;
    bottom: 40%;
    left: 30px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
}

.container-categories {
    width: 312px;
    height: 189px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #FFF;
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: row;
    align-items: end;
    padding-left: 10px;
    padding-bottom: 10px;
}

.title-container-categories {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 1);
}

.categories-type-three {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    text-transform: uppercase;
    margin-top: -50px;

}

.label-collapse {
    position: absolute;
    right: 10px;
    display: none;
}

.navbar-collapse {
    display: none;
}

@media screen and (max-width: 768px) {
    .navbar--ul {
        display: block;
        position: relative;
        z-index: 99;
        bottom: -190%;
    }

    .ul-navbar--top-child {
        /* display: none; */
        padding: 10px 0px;
    }

    .auto-slider-container {
        /* height: 530px !important; */
        overflow: hidden;
    }

    .categories-type-three {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        text-transform: uppercase;
        /* margin-top: -250px; */
        margin-top: 30px;
    }

    .container-categories {
        width: 100%;
        height: 180px !important;
        flex-shrink: 0;
        border-radius: 12px;
        border: 1px solid #FFF;
        backdrop-filter: blur(6px);
        display: flex;
        flex-direction: row;
        align-items: end;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    li {
        text-align: center;
        background: rgba(178, 178, 178, .7);
        border: 1px solid;
        backdrop-filter: blur(10px);
        border-radius: 15px;
        margin: 5px 0px;
    }

    .navbar--ul {
        width: 100% !important;
        /* background: rgba(178, 178, 178, 0.60);
        border: 1px solid;
        backdrop-filter: blur(6px); */
        border-radius: 15px;
        gap: 5px;
        /* display: none; */
        position: relative;
        left: 0% !important;
        transition: all 0.5s;
    }

    .label-collapse {
        display: block;
    }

    .moveXleft {
        left: -200% !important;
    }

    .navbar-collapse {
        width: 80px;
        font-size: 2rem;
        height: 60px;
        border-radius: 12px;
        border: 1px;
        border-style: solid;
        border-color: rgba(19, 47, 58, 1);
        background-color: transparent;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        /* margin-right: 10px; */
    }

    li {
        width: 100%;
    }

    li:hover {
        background-color: white;
    }

    .navbar--top {
        background: none !important;
        box-shadow: none !important;
        border: none;
        /* visibility: hidd; */
        backdrop-filter: none;
    }

    .container-slider-child-p {
        font-size: 33.5px;
        position: absolute;
        top: 20%;
    }

    .contaner-container-main-slider {
        width: 100%;
        border: 2px solid;
        height: 100vh !important;
    }

    .container-slider-img {
        height: 100% !important;
        width: auto;
    }
}