@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    
}

html {
    scroll-behavior: smooth;

}

body {
    overflow-x: hidden;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;

}

.header .logo {
    width: 800px;
    position: relative;
    top: -70px;
}

.links-wrapper {
    display: flex;
    position: absolute;
    bottom: 70px;
    gap: 30px;
}

.header .links-header {
    width: 60px;
    border-radius: 50%;
}

.ytfix2 {
    width: 80px !important;
    position: relative;
    top: -10px;
    right: -5px;
}

.bottom-header {
    position: relative;
    top: 580px;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #D9D9D9;
    font-family: "Inter", serif;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
}

.bottom-header a {
    text-decoration: none;
    color: black;
}



.first-section {
    font-family: "Outfit", serif;
    text-align: center;
}

.first-section img {
    width: 100%;
    margin-top: 700px;
    text-align: center;
}

.first-section h1 {
    font-size: 45px;
}

.first-section h3 {
    font-family: "Overpass", serif;
    font-weight: 300;
    font-size: 30px;
    font-style: italic;
    margin-top: 25px;
}

.first-section h4 {
    font-family: "Outfit", serif;
    font-weight: 300;
    font-size: 30px;
    margin-top: 30px;
    margin-left: 50px;
    text-align: left;
    line-height: 50px;
    margin-right: 50px;

}

.first-section h2 {
    font-family: "Overpass", serif;
    font-size: 33px;
    font-style: italic;
    margin-top: 40px;
}

.second-section img {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.second-section h4 {
    font-family: "Outfit", serif;
    font-weight: 300;
    font-size: 30px;
    margin-top: 70px;
    margin-left: 50px;
    text-align: left;
    line-height: 50px;
    margin-right: 50px;
}

.second-section h1 {
    font-size: 45px;
    font-family: "Overpass";
    margin-top: 50px;
    text-align: center;
}





.slider2-parent {
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 100px;
    background-color: #CFCFCF70;
    font-family: "Overpass", serif;
    margin-right: -200px;
}

.slider2 {
    display: flex;
    width: 100%;
}

.slide-track {
    display: flex;
    animation: slide 40s linear infinite;
    
}

.slide-second {
    position: relative;
    min-width: 500px;
    height: 295px;
    margin: 40px;
    transition: 0.3s;
    overflow: hidden;
}

.slide-second img {
    width: 100%;
    display: block;
    border-radius: 40px;
}

.slide-hover {

    position: absolute;
    border-radius: 40px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: background 0.3s, opacity 0.3s;
    overflow: hidden;
}

.slide-hover button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255);
    /* Bela sa providnošću */
    color: black;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 32px;
    border-radius: 20px;
    /* Zaobljeni uglovi */
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.slide-hover button:hover {
    background: rgb(209, 207, 207);
}

.slide-second:hover .slide-hover {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;

}

/* Animacija slajdera */
@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

    /* Podesi zavisno od broja slajdova */
}





.third-section {
    font-family: "Outfit", serif;
    text-align: center;
}

.third-section video {
    width: 100%;
    margin-top: 200px;
    text-align: center;
}

.third-section img {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}




.third-section h4 {
    font-family: "Outfit", serif;
    font-weight: 300;
    font-size: 30px;
    margin-top: 30px;
    margin-left: 50px;
    text-align: left;
    line-height: 50px;
    margin-right: 50px;

}

.third-section h2 {
    font-family: "Overpass", serif;
    font-size: 38px;
    font-style: italic;
    margin-top: 40px;
}

.last-section h1 {
    margin-top: 50px;
    font-size: 45px;
    font-family: "Outfit", serif;
    text-align: center;
}



.last-section h4 {
    font-family: "Outfit", serif;
    font-weight: 300;
    font-size: 30px;
    margin-top: 50px;
    margin-left: 100px;
    text-align: center;
    line-height: 50px;
    margin-right: 100px;
}

.last-section h2 {
    font-family: "Overpass", serif;
    font-size: 38px;
    font-style: italic;
    margin-top: 40px;
    text-align: center;
}

.contact {

    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
    padding: 8px 36px;
    border: 5px #578FEA solid;
    background-color: white;
    font-size: 22px;
    font-family: "Overpass";
    font-weight: 700;
    font-style: italic;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;

}

.contact:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}



.footer {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    height: 600px;
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    
    
}

.logo-div img {
    width: 400px;
}

.contact-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-div h1 {
    color: white;
    font-family: "Inter", serif;
    font-weight: 700;
}

.contact-div img {
    width: 60px;
    border-radius: 30px;
    margin-top: 15px;
}

.ytfix {
    width: 80px !important;
}

.gmailfix {
    border-radius: 0 !important;
}

.quickpicks-div {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quickpicks-div h1 {
    font-family: "Inter", serif;
    font-weight: 700;
}

.quickpicks-div a {
    color: white;
    text-decoration: none;
    margin-left: 25px;
    font-family: "Inter", serif;
}

.quickpicks-div h2 {
    font-weight: 500;
}

.end {
    display: flex;
    justify-content: space-between;
    color: white;
    background-color: black;
    font-family: "Outfit";
}

.end p {
    margin: 10px;
    font-size: 24px;
    font-size: "Inter";
}

.end a {
    text-decoration: none;
    color: #124caf;
}

.contact2 {
    cursor: pointer;
}


::-webkit-scrollbar {
    width: .6rem;
    background-color: hsl(219, 4%, 16%);
}

::-webkit-scrollbar-thumb {
    background-color: hsl(219, 4%, 24%);
    border-radius: 1rem;
}

::-webkit-scrollbar-thumb:hover {
    background-color: hsl(219, 4%, 32%);
}

.scrollup {
    position: fixed;
    right: 1rem;
    bottom: -30%;
    background-color: white;
    box-shadow: 0 8px 12px hsla(228, 66%, 45%, .1);
    display: inline-flex;
    padding: .35rem;
    border-radius: .25rem;
    color: var(--title-color);
    font-size: 1.25rem;
    z-index: var(--z-tooltip);
    transition: .3s;
    text-decoration: none;
}

.scrollup:hover {
    transform: translateY(-.25rem);
    color: var(--first-color);
}

.show-scroll {
    bottom: 8rem;
}
.staff-main {
    background-image: url("Material/last-sec.png");
    background-size: cover; /* Ensures the background image covers the entire element */
    background-position: center center; /* Centers the image */
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; /* Prevents the image from repeating */
    margin-top: 100px;
}
.staff-main .left, .staff-main .right{
    width: 50%;
    height: 800px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.staff-main img.slika{
    width: 300px;
    margin: 30px;
}
.staff-main .insta{
    width: 60px;
    margin: 30px;
}
.second.dusan{
    font-size: 28px;
    font-family: "Outfit";
    color: white;
    margin-right: 50px;
    width: 150%;
}
.first.dusan .ime{
    color: white;
    font-size: 32px;
    font-family: "Outfit";
    font-weight: 700;
    margin-left: 60px;
}
.first.dusan .funkcija{
    color: white;
    font-size: 18px;
    font-family: "Outfit";
    font-weight: 700;
    margin-left: 90px;
}
.first.dusan .insta{
    margin-left: 140px;
}

.second.milca{
    font-size: 28px;
    font-family: "Outfit";
    color: white;
    margin-left: 30px;
    width: 150%;
    text-align: right;
}
.first.milca p{
    color: white;
    font-size: 32px;
    font-family: "Outfit";
    font-weight: 700;
    margin-left: 80px;

}
.first.milca .funkcija{
    color: white;
    font-size: 18px;
    font-family: "Outfit";
    font-weight: 700;
    margin-left: 105px;
    
}
.first.milca .insta{
    margin-left: 155px;
}












@media (max-width: 1024px) {
    .header .logo{
        width: 700px;
       
    }
    .staff-main img.slika{
        width: 200px;
        margin: 20px;
    }
    .staff-main {

        height: 900px;

        justify-content: space-evenly;
        flex-direction: column; 

    }
    .staff-main .left, .staff-main .right{
        width: 100%;

    }

    .second.dusan{

        margin-left: 50px;
        
    }
    .first.dusan .ime{
        font-size: 26px;
        margin-left: 30px;
    }
    .first.dusan .funkcija{
        font-size: 15px;
        margin-left: 60px;
    }
    .first.dusan .insta{
        margin-left: 90px;
        width: 50px;
    }

    .second.milca{
        font-size: 26px;
        margin-right: 30px;
    }
    .first.milca p{
        font-size: 26px;
        margin-left: 35px;
    }
    .first.milca .funkcija{
        font-size: 15px;
        margin-left: 55px;
        
    }
    .first.milca .insta{
        margin-left: 90px;
        width: 50px;

    }



    /*
   



.second.milca{
    font-size: 28px;
    font-family: "Outfit";
    color: white;
    margin-left: 30px;
    width: 150%;
    text-align: right;
}
.first.milca p{
    color: white;
    font-size: 32px;
    font-family: "Outfit";
    font-weight: 700;
    margin-left: 80px;

}
.first.milca .funkcija{
    color: white;
    font-size: 18px;
    font-family: "Outfit";
    font-weight: 700;
    margin-left: 105px;
    
}
.first.milca .insta{
    margin-left: 155px;
}

    */

}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        height: 1000px;
        gap: 20px;
    }
    .bottom-header a{
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .staff-main .left, .staff-main .right{
        flex-direction: column;
        text-align: center;
    }
    .staff-main .second{
        font-size: 16px;
        width: 320px;
        text-align: center;

    }
    
    .staff-main .first{
        margin-left: -30px;
    }
    .staff-main .right{
        flex-direction: column-reverse;
    }
    .header .logo{
        width: 240px;
    }
    .staff-main img.slika{
        width: 120px;
        margin-left: 50px;
    }
    .first.dusan .ime{
        font-size: 22px;
        margin-left:30px ;
    }
    .first.dusan .funkcija{
        margin-right: 35px;
        margin-top: 10px;
        font-size: 12px;
    }
    .first.dusan .insta{
        margin-left: 55px;
        width: 30px;

    }
    .staff-main {
        height: 1100px;
    }
    .first.milca p{
        font-size: 22px;
    }
    .first.milca p.funkcija{
        margin-right: 15px;
        margin-top: 10px;
        font-size: 12px;
    }
    .first.milca .insta{
        margin-left: 60px;
        width: 30px;

    }
    .first-section h4, .second-section h4, .third-section h4, .last-section h4{
        font-size: 22px;
    }
    .bottom-header{
        height: 60px;
    }
    .bottom-header a{
        font-size: 14px;
    }
    .slide-hover button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255);
        /* Bela sa providnošću */
        color: black;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 32px;
        border-radius: 20px;
        /* Zaobljeni uglovi */
        border: none;
        cursor: pointer;
        transition: 0.3s;
    }
    h1{
        font-size: 24px !important;
    }
    h2{
        font-size: 18px !important;
        margin: 10px;
    }
    .logo-div img{
        width: 200px;
    }
    .first-section{
        margin-top: -100px;
    }
    .bottom-header a{
        font-size: 13px;
    }
    .bottom-header {
        margin-top: -300px;
    }

    .header{
        height: 300px;
    }
    .header .links-header {
        width: 40px;
        border-radius: 50%;
    }
    .ytfix2{
        width: 55px !important;
    }
    h3{
        font-size: 20px !important;
    }
    h4{
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    .mgfix{
        margin: 20px !important;
    }
    .end p{
        font-size: 12px !important;
    }
    .slide-second {
        min-width: 50vw;  /* Širina 80% ekrana */
        height: auto;      /* Visina se prilagođava sadržaju */
        margin: 20px;      /* Manji razmaci između slajdova */
    }
    


    .slide-hover button {
        font-size: 11px;  /* Manje dugme */
        padding: 8px 20px;
        border-radius: 15px;
    }



    .second.dusan{
        position: relative;
        top: -100px;
    }
    .right{
        margin-top: -80px;
    }
    .second.milca{
        position: relative;
        top: -40px;
    }
    .slider2-parent{
        margin-top: -80px;
        margin-bottom: -50px;
    }
    .staff-main{
        margin-top: 10px;
    }

}

@media (max-width: 400px) {
    .staff-main .left, .staff-main .right{
        flex-direction: column;
        text-align: center;
    }
    .staff-main .second{
        font-size: 16px;
        width: 320px;
        text-align: center;

    }
    .staff-main .first{
        margin-left: -30px;
    }
    .staff-main .right{
        flex-direction: column-reverse;
    }
    .header .logo{
        width: 240px;
    }
    .staff-main img.slika{
        width: 120px;
        margin-left: 50px;
    }
    .first.dusan .ime{
        font-size: 22px;
        margin-left:30px ;
    }
    .first.dusan .funkcija{
        margin-right: 35px;
        margin-top: 10px;
        font-size: 12px;
    }
    .first.dusan .insta{
        margin-left: 55px;
        width: 30px;

    }
    .staff-main {
        height: 1100px;
    }
    .first.milca p{
        font-size: 22px;
    }
    .first.milca p.funkcija{
        margin-right: 15px;
        margin-top: 10px;
        font-size: 12px;
    }
    .first.milca .insta{
        margin-left: 60px;
        width: 30px;

    }
    .first-section h4, .second-section h4, .third-section h4, .last-section h4{
        font-size: 22px;
    }
    .bottom-header{
        height: 60px;
    }
    .bottom-header a{
        font-size: 14px;
    }
    .slide-hover button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255);
        /* Bela sa providnošću */
        color: black;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 32px;
        border-radius: 20px;
        /* Zaobljeni uglovi */
        border: none;
        cursor: pointer;
        transition: 0.3s;
    }
    h1{
        font-size: 24px !important;
    }
    h2{
        font-size: 18px !important;
    }
    .logo-div img{
        width: 200px;
    }
    .first-section{
        margin-top: -100px;
    }
    .bottom-header a{
        font-size: 13px;
    }
    .bottom-header {
        margin-top: -300px;
    }

    .header{
        height: 300px;
    }
    .header .links-header {
        width: 40px;
        border-radius: 50%;
    }
    .ytfix2{
        width: 55px !important;
    }
    h3{
        font-size: 20px !important;
    }
    h4{
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    .mgfix{
        margin: 20px !important;
    }
    .end p{
        font-size: 12px !important;
    }
    .slide-second {
        min-width: 50vw;  /* Širina 80% ekrana */
        height: auto;      /* Visina se prilagođava sadržaju */
        margin: 20px;      /* Manji razmaci između slajdova */
    }
    


    .slide-hover button {
        font-size: 11px;  /* Manje dugme */
        padding: 8px 20px;
        border-radius: 15px;
    }

    
    .second.dusan{
        position: relative;
        top: -100px;
    }
    .right{
        margin-top: -80px;
    }
    .second.milca{
        position: relative;
        top: -40px;
    }
    .slider2-parent{
        margin-top: -80px;
        margin-bottom: -50px;
    }
    .staff-main{
        margin-top: 10px;
    }

}