﻿.sectionwebsites,
.sectionpromomaterial {
    padding: 70px 60px 70px 60px !important;
}

/*Sajtovi*/
.sectionwebsites h1{
    text-align:center;
    font-family:'TextBoldPS';
    padding-bottom:30px;
    font-size:50px;
}

    .sectionwebsites h1 strong {
        color: #be1d2c;
    }

    .sectionwebsites p {
        font-family: 'BoldPS';
        font-size: 17px;
    }

        .sectionwebsites p strong {
            color: #be1d2c;
            text-decoration:underline;
        }

    .sectionwebsites .row {
    margin-top:80px ;
    }

    .sectionwebsites img {
        margin-bottom: 30px;
        width: 90% !important;
        opacity:0.9;
        transition: all ease 0.7s;
    }

        .sectionwebsites img:hover {
            transform: scale(1.2);
            opacity: 1;
        }

/*Marketing materijal - nema */
/*Branding*/

.sectionbranding {
    position: relative; /* Postavi roditelja sa relative pozicijom */
}

.branding-logo {
    position: relative; /* Pozicioniraj sliku apsolutno */
    top: 30px; /* Pozicioniraj je na vrh */
    left: 0; /* Pozicioniraj je levo */
    width: 320px; /* Opcionalno: postavi širinu slike (ako je potrebno) */
    height: auto; /* Opcionalno: održi proporcije slike */
}

.sectionbranding h1 {
    text-align: center;
    padding-top: 60px;
    padding-left: 80px;
    font-family: 'TextBoldPS';
    font-size: 50px;
}
    .sectionbranding h1 strong {
        color: #be1d2c;
    }


.sectionbranding p {
    text-align: justify;
    margin: 70px 100px 50px 100px;
    font-family: 'BoldPS';
    font-size:17px;
}

    .sectionbranding p strong {
        color: #be1d2c;
        text-decoration: underline;
    }


.brandingstart {
    display: flex;
    align-items: center;
}

.sectionbranding .row {
    padding: 30px 60px 70px 60px !important;
}

.sectionbranding .row img {
    margin-bottom: 30px;
    width: 90% !important;
    opacity: 0.9;
    transition: all ease 0.7s;
}

    .sectionbranding .row img:hover {
        transform: scale(1.2);
        opacity: 1;
    }

/*Optimizacija i oglasavanje*/


.sectionoptimisation {
margin:100px 60px;
}

    .sectionoptimisation h1,h2 {
        text-align: center;
        font-family: 'TextBoldPS';
        font-size: 40px;
        padding-bottom:20px;
    }

    .sectionoptimisation h2 {
        padding-top: 50px;
        border-top: 5px solid #be1d2c;
    }

        .sectionoptimisation h1 strong,h2 strong {
            color: #be1d2c;
            font-size: 60px;
        }

    .sectionoptimisation p {
        text-align: justify;
        font-family: 'BoldPS';
        font-size: 17px;
    }

        .sectionoptimisation p strong {
            color: #be1d2c;
            text-decoration: underline;
        }

    .sectionoptimisation ul li {
        text-align: justify;
        font-family: 'BoldPS';
        font-size: 15px;
    }

        .sectionoptimisation ul li strong {
            color: #be1d2c;
        }

    .sectionoptimisation ul:first-of-type{
        padding-bottom:40px;
    }

    .sectionoptimisation ul:nth-of-type(2){
        padding-bottom:20px;
    }


/*TELEFON*/
@media (max-width: 750px) {
    .sectionwebsites,
    .sectionpromomaterial {
        padding: 50px 20px 70px 20px !important;
    }

        /*Sajtovi*/
        .sectionwebsites h1 {
            padding-bottom: 30px;
            font-size: 25px;
        }

        .sectionwebsites p {
            font-size: 14px;
        }

            .sectionwebsites p strong {
                text-decoration: none;
            }

        .sectionwebsites .row {
            margin-top: 50px;
        }

            .sectionwebsites img:hover {
                transform: scale(1.1);
            }


    .sectionbranding {
        position: relative; /* Postavi roditelja sa relative pozicijom */
    }

    .branding-logo {
    display:none;
    }

    .sectionbranding h1 {
        padding-left: 0px;
        font-size: 25px;
    }


    .sectionbranding p {
        text-align: start;
        margin: 30px 20px 50px 20px;
        font-size: 14px;
    }

        .sectionbranding p strong {
            color: #be1d2c;
            text-decoration: none;
        }

    .sectionbranding .row {
        padding: 30px 30px 70px 30px !important;
    }


            .sectionbranding .row img:hover {
                transform: scale(1.1);
            }


    .sectionoptimisation {
        margin: 50px 30px;
    }

        .sectionoptimisation h1, h2 {
            font-size: 25px;
            padding-bottom: 20px;
        }


        .sectionoptimisation h1 strong, h2 strong {
            font-size: 27px;
        }

        .sectionoptimisation p {
            text-align: start;
            font-size: 14px;
        }

        .sectionoptimisation ul li {
            text-align: start;
            font-size: 15px;
        }

}


/*TABLET*/
@media (min-width: 750px) and (max-width: 1000px) {
    .sectionwebsites,
    .sectionpromomaterial {
        padding: 50px 20px 70px 20px !important;
    }

        /*Sajtovi*/
        .sectionwebsites h1 {
            padding-bottom: 30px;
            font-size: 30px;
        }

        .sectionwebsites p {
            font-size: 18px;
        }

            .sectionwebsites p strong {
                text-decoration: none;
            }

        .sectionwebsites .row {
            margin-top: 50px;
        }

        .sectionwebsites img:hover {
            transform: scale(1.1);
        }


    .sectionbranding {
        position: relative; /* Postavi roditelja sa relative pozicijom */
    }

    .branding-logo {
        top: 20px; /* Pozicioniraj je na vrh */
        width: 200px; /* Opcionalno: postavi širinu slike (ako je potrebno) */
    }

    .sectionbranding h1 {
        padding-left: 20px;
        font-size: 30px;
    }

    .sectionbranding p {
        text-align: start;
        margin: 50px 20px 50px 20px;
        font-size: 18px;
    }

    .sectionbranding .row {
        padding: 30px 30px 70px 30px !important;
    }



    .sectionoptimisation {
        margin: 50px 30px;
    }

        .sectionoptimisation h1, h2 {
            font-size: 30px;
            padding-bottom: 20px;
        }


            .sectionoptimisation h1 strong, h2 strong {
                font-size: 33px;
            }

        .sectionoptimisation p {
            text-align: start;
            font-size: 18px;
        }

        .sectionoptimisation ul li {
            text-align: start;
            font-size: 18px;
        }
}