*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
body
{
    background-image: url(IMG/poz1.png);
    background-size: contain;
}
/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    top: 89vh;
    right: 5%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */

.title-white
{
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    color: white;
}
.subtitle
{
    text-align: center;
    font-size: 20px;
    color: rgb(189, 189, 189);
    opacity: 0.8;
    margin-bottom: 100px;
    font-weight: 100;
}
.betitle-white
{
    text-align: center;
    font-size: 20px;
    margin-bottom: 2px;
    color: rgb(189, 189, 189);
}
.betitle-dark
{
    text-align: center;
    font-size: 20px;
    margin-bottom: 2px;
}
.title-white
{
    text-align: center;
    color: rgb(189, 189, 189);
    font-size: 60px;
    font-weight: 600;
}
.title-black
{
    text-align: center;
    color: rgb(54, 54, 54);
    font-size: 60px;
    font-weight: 600;
}
.subtitle-dark
{
    text-align: center;
    font-size: 20px;
    /* color: #555; */
    opacity: 0.8;
    font-weight: 200;
}
.subtitle-white
{
    text-align: center;
    font-size: 20px;
    /* color: #555; */
    opacity: 0.8;
    font-weight: 200;
    color: white;
}
.line
{
    width: 70px;
    height: 5px;
    background-color: #A68144;
    display: block;
    margin: auto;
    margin-bottom: 120px;

}
/* navigation start */
.nav-header {
    position: fixed;
    z-index: 1111111115923;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    height: 70px;
    z-index: 1111199;
    padding-left: 120px;
}
/* MENU dugme */
.whatsapp-icon
{
    width: 40px;
}
.navBtns
{
    margin-right: 100px;
    z-index: 10000;       
}
.menu-btn {
    font-size: 22px;
    background: none;
    border: none;
    font-weight: 700;
    cursor: pointer;
    color: white;
    position: relative;
    margin-left: 10px;
}
.navBtns img
{
    width: 32px;
    /* filter: invert(1); */
}
/* OVERLAY - skriven default */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* malo manje tamno da se vidi blur */
    backdrop-filter: blur(20px);     /* BLUR EFEKAT */
    -webkit-backdrop-filter: blur(10px); /* za Safari */
    
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
/* Kada je otvoren */
.overlay.show {
    display: flex;
}

.overlay-content a {
    display: block;
    color: white;
    font-size: 38px;
    text-align: center;
    margin: 18px 0;
    text-decoration: none;
    transition: 0.3s;
    margin-left: -25px;
    font-weight: 200;
}

.overlay-content a:hover {
    color: #bbb;
}
/* navigation end */

::-webkit-scrollbar
{
    display: none;
}

/* hero start */
#hero
{
    background-color: #000000;
    background-image: url(IMG/bgnew.png);
    background-size: cover;
    position: relative;
    background-position: top;
    padding: 300px 0px;
}
#hero img
{
    display: block;
    margin: auto;
    width: 30%;
}
.heroCon h1
{
    color: white;
    font-size: 55px;
    font-weight: 800;
}
.heroCon p
{
    font-size: 22px;
    color: rgb(129, 129, 129);
    margin-bottom: 20px;
}
#primaryBtn
{
    padding: 15px 30px;
    border: 1px solid white;
    color: white;
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
    transition: color 0.3s ease;
}

/* fill layer */
#primaryBtn::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: white;
    z-index: -1;
    transition: width 0.3s ease;
}

#primaryBtn:hover::before
{
    width: 100%;
}

#primaryBtn:hover
{
    color: black;
}
/* hero end */

/* what start */
#what
{
    padding: 200px 0px;
}
#what p
{
    text-align: center;
    font-size: 20px;
}
/* what end */

/* focus start */
#focus
{
    padding: 200px 0px;
}
#focus #secondaryBtn
{
    margin-left: 0px;
}
.focusBigHolder
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.focusHolder
{
    padding: 50px 90px;
    background-color: rgb(234, 234, 234);
    margin: 20px 10px;
    text-align: center;
    color: #000000;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 50%;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 12px;
    cursor: pointer;
}

.focusHolder:hover
{
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.05);
    background-color: rgb(225, 225, 225);
}
.focusHolder h3
{
    margin: 15px 0px;
    font-size: 20px;
}
.focusHolder img
{
    display: block;
    margin: auto;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    width: 55px;
}
.focusHolder p
{
    font-size: 14px;
}
.focusHolder:hover img
{
    transform: scale(1.05);
}
/* focus end */

/* information start */
#information
{
    padding: 200px 0px;
    background-color: #000000;
    background-image: url(IMG/poza.png);
    background-size: cover;
}
#information p
{
    text-align: center;
}
#infoP
{
    color: #bbb;
}
.informationHolder
{
    padding: 50px 10px;
    background-color: rgb(238, 238, 238);
    /* background-color: #69522b; */
    margin: 20px 0px;
    text-align: center;
    color: black;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    border-radius: 12px;
    cursor: pointer;
}
.informationHolder h3
{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.informationHolder p
{
    font-size: 14px;
    font-weight: 300;
}
.informationHolder {
    padding: 50px 10px;
    background-color: rgb(238, 238, 238);
    margin: 20px 0;
    text-align: center;
    color: black;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    transition: all 0.35s ease;
    border-radius: 12px;
    cursor: pointer;
}

.informationHolder:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}
/* information end */

/* test start */
#test
{
    background-image: url(IMG/bgnew.png);
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#test a
{
    display: block;
    margin: auto;

}
.test-overlay
{
    padding: 350px 0px;
    background-color: #00000060;

}
.testCon
{
    display: none;
}
.testCon h3
{
    font-size: 85px;
    color: white;
    text-align: center;
}
/* test end */

/* about start */
#about
{
    padding: 200px 0px;
}
#about p
{
    text-align: center;
    font-size: 22px;
    font-weight: 300;
}
#secondaryBtn
{
    border: 1px solid black;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    display: block;
    margin: auto;
    padding: 15px 30px;
    max-width: 250px;
    width: 100%;
    color: black;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

/* sliding background */
#secondaryBtn::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: black;
    z-index: -1;
    transition: width 0.3s ease;
}

#secondaryBtn:hover::before
{
    width: 100%;
}

#secondaryBtn:hover
{
    color: white;
}
/* about end */

/* support start */
#support
{
    padding: 200px 0px;
    background-color: whitesmoke;
    text-align: center;
}
#support a
{
    text-decoration: none;
    color: #000000;
    font-size: 22px;
}
#support img
{
    display: block;
    margin: auto;
    width: 64px;
    margin-bottom: 40px;
}
/* support end */

/* kontakt start */
#contact
{
    padding: 300px 0px 120px 0px;
    background-color: white;
}
.contactTxt
{
    font-size: 22px;
    text-align: center;
}
#con p
{
    font-size: 22px;
    font-weight: 200;
}
#contact #secondaryBtn
{
        border: 1px solid black;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    display: block;
    margin: auto;
    padding: 15px 30px;
    max-width: 250px;
    width: 100%;
    color: black;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}
#contact ul
{
    list-style: none;
    margin: 10px 0px;
    margin-left: -30px;
    font-size: 18px;
}
#contact ul li
{
    margin: 15px 0px;
}
#contact ul li a
{
    text-decoration: none;
    color: #1a1a1a;
}
#contact form .conTxt
{
    color: #555;
    font-size: 18px;
    text-align: center;
}
#contact form h3
{
    font-size: 30px;
}
#contact form
{
    background-color: #151e230b;
    padding: 30px 20px;
    /* border: 1px solid rgb(189, 189, 189); */
    /* box-shadow: 0px 10px 20px rgba(0,0,0,0.2); */
}
#contact form input
{
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0px;
    border-radius: 0px;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(189, 189, 189);
    font-size: 18px;


}
#contact form textarea
{
    width: 100%;
    padding: 5px 15px;
    margin: 10px 0px;
    border-radius: 0px;    
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(189, 189, 189);
    font-size: 18px;

}
#contact form img
{
    display: block;
    margin: auto;
    margin-top: -100px;
    width: 120px;
}
/* #contact form button
{

    max-width: 250px;
    width: 100%;
    font-weight:400;
    display: block;
    margin: auto;
    font-size: 18px;
    background-color: #070706;
    padding: 10px 30px;
    color: white;
    outline: none;
    border: none;
} */
#contact h3
{
    font-size: 22px;
    margin-top: 10px;
    font-weight: 400;
}
#contact .informationHolder a
{
    color: #555;
    margin-top: -40px;
    font-size: 20px;
}
#contact .informationHolder p
{
    font-size: 20px;
}
#information p
{
    font-size: 20px;
}
#provera
{
    display: none;
}
/* kontakt end */

/* footer start */
#footer
{
    padding: 100px 0px;
    background-color: #070706;
}
#footer h3
{
    font-weight: 300;
}
#footer img
{
    width: 150px;

}
.footer-content
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-content .footer-content-item form input
{
    outline: none;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;

}
.footer-content h3
{
    color: white;
    font-weight: 200;
}
.footer-content .footer-content-item form button
{
    background-color: #151E23;
    padding: 10px 30px;
    color: white;
    outline: none;
    border: none;
    font-weight: 600;
}
.footer-content .footer-content-item p
{
    color: white;
}
.footer-content .footer-content-item a
{
    text-decoration: none;
    color: white;
}
hr
{
    border-top: 2px solid #333; /* moÃ…Â¾e se menjati stil, boja i debljina */
    height: 5px;
    background-color: white;
}
#footer h3
{
    font-size: 20px;
    color: white;
    font-weight: 500;
}
#footer ul 
{
    list-style: none;
    font-weight: 100;

}
#footer ul li a
{
    text-decoration: none;
    color: white;
    margin-left: -30px;
}
/* footer end */

/* retatrutide start */
#retatrutide
{
    padding: 300px 0px 200px 0px;
    background-color: #070706;
    background-image: url(IMG/poza.png);
    background-size: cover;
}
#retatrutide p
{
    text-align: center;
    font-size: 20px;
    color: rgb(189, 189, 189);
}
#retatrutide a
{
    display: block;
    margin: auto;
    margin-top: 10px;
}
/* retatrutide end */

/* mehanizam start */
#mehanizam
{
    padding: 200px 0px;
}
.mehanizamHolder
{
    padding: 80px 20px;
    background-color: #000000dc;
    margin: 10px 0px;
    color: white;
}
.mehanizamHolder h3
{
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
#mehanizam p
{
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}
/* mehanizam end */

/* allfocus start */
#allfocus
{
    padding: 200px 0px;
    background-color: white;
}
#allfocus ul li
{
    margin: 20px 0px;
}
#allfocus h3
{
    font-size: 22px;
}
#allfocus p
{
    font-size: 20px;
}
/* allfocus end */

/* unique start */
#unique
{
    padding: 200px 0px;
    background-color: rgba(255, 255, 255, 0.419);
}
#unique p
{
    text-align: center;
    font-size: 20px;
}
/* unique end */

/* development start */
#development
{
    padding: 200px 0px;
    background-image: url(IMG/poza.png);
    background-size: cover;
}
#development p
{
    text-align: center;
    font-size: 20px;
    color: rgb(179, 179, 179);
}
/* development end */

/* analiza start */
#analiza
{
    padding: 200px 0px;    
    background-image: url(IMG/poza.png);
    background-size: cover;
}
#analiza img
{
    width: 75%;
    display: block;
    margin: auto;
}
#analiza p
{
    color: rgb(230, 230, 230);
    font-size: 20px;
    font-weight: 300;
}
#analiza h3
{
    color: white;
    margin-top: 50px;
}
/* analiza end */

/* questions start*/
#questions
{
    padding: 200px 0px;
    background-color: rgba(255, 255, 255, 0.227);
}
#questions .card
{
    border: 0px;
}
#faqAccordion .card-header {
    background-color: white;
    border: none;

}
#questions p
{
    text-align: center;
    font-size: 20px;
    font-weight: 300px;
}

#faqAccordion .btn-link {
    text-decoration: none;
    color: white;
    background-color: #000000;
    text-align: center;
    max-width: 60%;
    width: 100%;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 300;
}

#faqAccordion .btn-link:hover {
    color: white;
}

.card-body {
    padding: 15px;
    font-size: 1rem;
    color: #333;
    text-align: center;
}

/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
}
/*  */

@media only screen and (max-width:768px)
{
    #faqAccordion .btn-link {
    text-decoration: none;
    color: white;
    background-color: #000000;
    text-align: center;
    max-width: 100%;
    width: 100%;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 300;
}
    .focusBigHolder
    {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .focusHolder
    {
        padding: 50px 20px;
        background-color: whitesmoke;
        margin: 20px 10px;
        text-align: center;
        color: #000000;
    }
}

@media only screen and (max-width:576px)
{
    #analiza img
    {
        margin-bottom: 50px;
        padding-top: 70px;
    }
    #analiza p
    {
        margin-bottom: 40px;
        text-align: center;
        color: rgb(219, 219, 219);
    }
    #analiza 
    {
        text-align: center;
    }
    .informationHolder
    {
        padding: 50px 10px;
        background-color: #69522b;
        margin: 20px 0px;
        text-align: center;
        color: white;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        transition: all 0.3s ease;
        border-radius: 12px;
        cursor: pointer;
    }
    .focusHolder
    {
        max-width: 100%;
        width: 100%;
    }
    #focus h3
    {
        text-align: center;
    }
    #focus p
    {
        text-align: center;
        font-size: 18px;
    }
    #focus #secondaryBtn
    {
        display: block;
        margin: auto;
    }

    .menu-btn 
    {
        font-size: 22px;
        background: none;
        border: none;
        font-weight: 700;
        cursor: pointer;
        color: white;
        position: relative;
        margin-right: -20px;
    }
    #hero
    {
        background-color: #000000;
        background-image: url(IMG/smallBg2.png);
        background-size: cover;
        position: relative;
        background-position: top;
        padding: 0px 0px 100px 0px;
        background-attachment: scroll;
    }
    .navBtns
    {
        margin-right: 0px;
    }
    .logo
    {
        padding-left: 00px;
    }
    #hero img
    {
        display: block;
        margin: auto;
        width: 100%;
    }
    .heroCon h1
    {
        color: rgb(235, 235, 235);
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        margin-top: 550px;
    }
    .heroCon p
    {
        font-size: 22px;
        color: rgb(179, 179, 179);
        margin: 5px 0px;
        text-align: center;
        font-weight: 300;

    }
    #primaryBtn
    {
        padding: 15px 30px;
        color: white;
        font-weight: 400;
        text-decoration: none;
        font-size: 22px;
        max-width: 250px;
        width: 100%;
        text-align: center;
        /* background-color: #A37E3F; */
        display: block;
        margin: auto;
        margin-top: 30px;
        border: 1px solid white;
    }

     #footer img
    {
        display: block;
        margin: auto;
    }
    .footer-content
    {
        display: block;
    }
        .footer-content .footer-content-item p
    {
        color: white;
        text-align: center;
    }
    .footer-content .footer-content-item a
    {
        text-decoration: none;
        color: white;
        text-align: center;
    }
    .footer-content .footer-content-item form input
    {
        outline: none;
        border: none;
        border-bottom: 1px solid white;
        background-color: transparent;
        width: 100%;
        max-width: 100%;
        border-radius: 0px;

    }
    .footer-content .footer-content-item h3
    {
        color: white;
        text-align: center;
        font-weight: 200;
    }
    #footer h3
    {
        margin-top: 20px;
        font-weight: 200;
    }

    #footer
    {
        text-align: center;
    }
    .footer-content .footer-content-item form button
    {
        padding: 10px 30px;
        color: white;
        outline: none;
        border: none;
        font-weight: 600;
        width: 100%;
        max-width: 200px;
        display: block;
        margin: auto;
        margin-top: 10px;
    }
        #footer img
    {
        display: block;
        margin: auto;
    }

    .title-white
    {
        text-align: center;
        color: white;
        font-size: 45px;
        font-weight: 600;
    }
    .title-black
    {
        text-align: center;
        color: rgb(54, 54, 54);
        font-size: 45px;
        font-weight: 600;
    }
    #test
    {
        background-attachment: scroll;
        background-image: url(IMG/smallBg3.png);
        background-position: center;
    }
}