﻿/*################################################### HERO SECTION ###################################################*/

.hero-section{
    top: 106px;
    height: 74vh;
    position: sticky;
    background-image: url('../images/background.jpg');
    background-size: cover;
    z-index: -1; /*#######################BEZ OVOGA DOLAZI DO FLIKEROVANJA NA AJFONU##################################*/
}

.background2 {
    height: 74vh;
    position: relative;
}

.hero-section .row {
    position: relative;
    top: 160px;
}

.hero-section .box {
    width: 560px;
    height: 360px;
    padding-top: 48px;
    background-color: rgba(255, 174, 0, 0.86);
    animation: moveToRight 1s ease-in-out;
    animation-delay: 300ms;
}

.hero-section .box h1{
    margin: 0;
    padding-top: 32px;
    padding-right: 48px;
    color: white;
    line-height: 1.1;
    font-size: 38px;
    font-weight: 600;
    text-align: right;
}

.hero-section .box p{
    position: relative;
    margin: 0;
    top: 36px;
    padding-top: 16px;
    padding-left: 30px;
    color: white;
    line-height: 1.2;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}