.white{
    color: inherit;
}
.white:hover{
    color: inherit;
}
html{
    color:#222;
    font-size:1em;
    line-height:1.4
}
::-moz-selection{
    background:#b3d4fc;
    text-shadow:none
}
::selection{
    background:#b3d4fc;
    text-shadow:none
}
hr{
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0
}
audio,canvas,iframe,img,svg,video{
    vertical-align:middle
}
fieldset{
    border:0;
    margin:0;
    padding:0
}
textarea{
    resize:vertical
}
.browserupgrade{
    margin:.2em 0;
    background:#ccc;
    color:#000;
    padding:.2em 0
}
*{
    font-family:'Montserrat',sans-serif;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition:all .6s ease-in-out
}
#dg-wrapper{
    background:#e09900;
    position:relative
}
#dg-header{
    width:100vw;
    background:rgba(255,255,255,0.1);
    position:fixed;
    z-index:400
}
#dg-header header{
    display:flex;
    justify-content:space-between
}
@media (max-width:600px){
    #dg-header header{
        display:flex;
        justify-content:space-between;
        background-color:#fff!important
    }
}
#dg-header header #navigation{
    display:flex;
    justify-content:space-between
}
#dg-logo img{
    width:80%;
    max-width:100%
}
@media (max-width:600px){
    #dg-logo img{
        width:100%;
        max-width:100%
    }
}
#dg-header #navigation-switch{
    z-index:500;
    outline:0;
    margin-right:20px
}
@media screen and (max-width: 600px){
    #dg-header #navigation-switch{
        margin-right:0px
    }
}
#dg-header #navigation-switch .drugi{
    display:none
}
#dg-header nav{
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    background:#e09900eb;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    align-content:center;
    opacity:0;
    height:0;
    width:0
}
#dg-header nav #nav-links{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    align-content:center;
    color:#fff;
    overflow:auto
}
#dg-header nav #nav-links a{
    text-decoration:none;
    color:#fff;
    font-size:2em
}
#dg-header nav #nav-links a:hover{
    color:#000;
    font-weight:700
}
#dg-hero{
    width:100vw;
    height:100vh
}
#dg-hero-image{
    display:flex
}
#dg-hero-image .dg-hero-image-slide{
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover
}
#dg-hero-image .slide-1{
    background-image:url(../img/hero-image-nekretnine-i-konsalting.jpg)
}
#dg-hero-image .slide-2{
    background-image:url(../img/hero-image-projektovanje-i-menadzment-gradnje.jpg)
}
#dg-hero-image .slide-3{
    background-image:url(../img/hero-image-turizam.jpg)
}
#dg-hero-image .slide-4{
    background-image:url(../img/hero-image-rentanje-automobila.jpg)
}
.slide-1{
    opacity:1;
    visibility: visible;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition:all .6s ease-in-out
}
.slide-2,.slide-3,.slide-4{
    opacity:0;
    visibility: hidden;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition:all .6s ease-in-out
}
#dg-hero-navigation{
    position:absolute;
    height:100vh;
    right:0;
    top:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-end;
    align-content:center;
    overflow:hidden;
    z-index:40
}
.dg-hero-navigation-item{
    background:rgba(0,0,0,0.7);
    margin:10px 0;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    width:360px;
    position:relative;
    right:-310px
}
.dg-hero-navigation-item-icon{
    color:#ffae00;
    font-size:30px!important;
    margin:10px
}
.dg-hero-navigation-item-text{
    color:#fff;
    position:relative
}
.dg-hero-navigation-item:hover{
    right:0;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    cursor:pointer
}
@media screen and (max-width: 1024px){
    .dg-hero-navigation-item:hover{
        right:-325px;
        transform:scale(1.1)
    }
    .dg-hero-navigation-item:hover .dg-hero-navigation-item-icon{
        color:#fff
    }
}
#dg-hero-description{
    width:30%;
    top:0;
    left:0;
    height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    align-content:center;
    background:rgba(0,0,0,0.7);
    text-align:center;
    position:relative;
    z-index:70
}
@media screen and (max-width: 1024px){
    #dg-hero-description{
        width:80%
    }
}
.dg-hero-description-slide{
    position:absolute;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition:all .6s ease-in-out
}
.dg-hero-description-title{
    color:#fff;
    font-size:2em
}
.dg-hero-description-text{
    color:#fff;
    padding:20px;
    font-size:1.2em;
    font-weight:lighter
}
@media screen and (max-width:400px){
    .dg-hero-description-title{
        font-size:1.6em
    }
    .dg-hero-description-text{
        font-size:1em
    }
}
.dg-button{
    text-decoration:none;
    background:#e09900;
    color:#fff;
    border:none;
    font-size:20px;
    text-align:center;
    padding:10px;
    box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);
    -webkit-transition:all .35s ease-in-out;
    -moz-transition:all .35s ease-in-out;
    -ms-transition:all .35s ease-in-out;
    -o-transition:all .35s ease-in-out;
    transition:all .35s ease-in-out
}
@media (max-width:600px){
    #navigation-switch.dg-button{
        text-decoration:none;
        background:#e09900;
        color:#fff;
        border:none;
        font-size:16px;
        text-align:center;
        box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);
        -webkit-transition:all .35s ease-in-out;
        -moz-transition:all .35s ease-in-out;
        -ms-transition:all .35s ease-in-out;
        -o-transition:all .35s ease-in-out;
        transition:all .35s ease-in-out
    }
}
.dg-button:hover{
    box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
    -webkit-transition:all .35s ease-in-out;
    -moz-transition:all .35s ease-in-out;
    -ms-transition:all .35s ease-in-out;
    -o-transition:all .35s ease-in-out;
    transition:all .35s ease-in-out;
    cursor:pointer
}
.dg-button:active{
    border:none
}
.dg-button-two{
    text-decoration:none;
    color:#fff;
    border:none;
    font-size:20px;
    text-align:center;
    padding:0 10px;
    -webkit-transition:all .35s ease-in-out;
    -moz-transition:all .35s ease-in-out;
    -ms-transition:all .35s ease-in-out;
    -o-transition:all .35s ease-in-out;
    transition:all .35s ease-in-out;
    margin:5px 0
}
#dg-hero-container{
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    position:relative;
    background-position:center
}
@media (max-width:600px){
    #dg-hero-container{
        height:122vh;
        display:flex;
        justify-content:center;
        align-items:center;
        align-content:center;
        position:relative
    }
}
.o-nama-background{
    background:url(../img/o-nama.jpg)
}
.nekretnine-background{
    background:url(../img/diamondgroup%20-%20nekretnine.jpg)
}
.projektovanje-background{
    background:url(../img/diamondgroup%20-%20projektovanje%20i%20menadzment%20gradnje.jpg)
}
.turizam-background{
    background:url(../img/diamondgroup%20-%20turizam.jpg)
}
.rentanje-background{
    background:url(../img/diamondgroup%20-%20rentanje%20auta%20i%20smjestaja.jpg)
}
.rentanje-background-two{
    background:url(../img/pozadina-Diamond-Group-Automobili-1.jpg)!important;
    background-size:cover!important
}
.sarajevo-background{
    background:url(../img/pozadina-Diamond-Group-Sarajevo.jpg)!important;
    background-size:cover!important
}
.mostar-background{
    background:url(../img/pozadina-Diamond-Group-Mostar.jpg)!important;
    background-size:cover!important
}
.bihac-background{
    background:url(../img/pozadina-Diamond-Group-Bihac.jpg)!important;
    background-size:cover!important
}
.blagaj-background{
    background:url(../img/pozadina-Diamond-Group-Blagaj.jpg)!important;
    background-size:cover!important
}
.jajce-background{
    background:url(../img/pozadina-Diamond-Group-Jajce.jpg)!important;
    background-size:cover!important
}
.konjic-background{
    background:url(../img/pozadina-Diamond-Group-Konjic.jpg)!important;
    background-size:cover!important
}
.planine-background{
    background:url(../img/pozadina-Diamond-Group-Planina2.jpg)!important;
    background-size:cover!important
}
.parkovi-background{
    background:url(../img/pozadina-Diamond-Group-Parkovi.jpg)!important;
    background-size:cover!important
}
.jezera-background{
    background:url(../img/pozadina-Diamond-Group-Jezera.jpg)!important;
    background-size:cover!important
}
.pocitelj-background{
    background:url(../img/pozadina-DiamondGroup-Pocitelj.jpg)!important;
    background-size:cover!important
}
.visoko-background{
    background:url(../img/pozadina-Diamond-Group-Visoko.jpg)!important;
    background-size:cover!important
}
.travnik-background{
    background:url(../img/pozadina-Diamond-Group-Travnik.jpg)!important;
    background-size:cover!important
}
.kontakt-background{
    background:url(../img/contact.jpg)
}
.posao-background{
    background:url(../img/posao.jpg)
}
.not-found-background{
    background:url(../img/404.png);
    background-size:cover!important;
    background-position:center!important
}
#dg-hero-content{
    background:rgba(255,255,255,0.9);
    width:50%;
    box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
    transform:rotate(-1deg)
}
@media screen and (max-width:600px){
    #dg-hero-content{
        width:80%;
        transform:rotate(0deg);
        position:absolute;
        left:0;
        overflow-y:hidden;
        z-index:60;
        height:auto;
        margin-top:5%
    }
}
@media screen and (max-width:600px){
    #dg-hero-title h2{
        font-size:1.2em
    }
    #dg-hero-text{
        padding:10px 30px!important
    }
    #dg-hero-text p{
        font-size:.9em
    }
}
@media screen and (min-width:601px) and (max-width:1600px){
    #dg-hero-content{
        width:70%
    }
}
#dg-hero-content:hover{
    transform:scale(1.1) rotate(-5deg)
}
#dg-hero-content #dg-hero-title{
    text-align:center;
    font-size:1.6em
}
#dg-hero-content #dg-hero-title h2{
    margin-bottom:0
}
@media (max-width:600px){
    #dg-hero-content #dg-hero-title h2{
        margin-bottom:0;
        font-size:1em!important
    }
}
#dg-hero-content #dg-hero-title-tourism h2{
    text-align:center;
    font-size:2em
}
#dg-hero-content #dg-hero-text{
    padding:10px;
    font-size:1.2em;
    text-align:justify
}
@media (max-width:600px){
    #dg-hero-content #dg-hero-text{
        font-size:1em;
        text-align:justify
    }
}
#dg-hero-pulsing-button{
    position:absolute;
    bottom:10%;
    left:50%;
    transform:translate(-50%,-50%)
}
@media screen and (max-width:600px){
    #dg-hero-pulsing-button{
        display:none
    }
}
.icon{
    display:inline-block;
    width:50px;
    height:50px;
    background:#FFF;
    border-radius:50%;
    text-align:center;
    font-size:60px;
    cursor:pointer;
    color:#000;
    line-height:50px
}
.icon:after{
    pointer-events:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:50%;
    content:'';
    box-shadow:inset 0 0 0 3px #FFF;
    transition:transform 0.2s,opacity .2s
}
.icon:hover:after{
    transform:scale(2.45);
    opacity:.8
}
.pulsing:before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:50%;
    content:'';
    box-shadow:inset 0 0 0 3px #FFF;
    transition:transform 0.2s,opacity .2s;
    animation:pulsing 2.7s infinite
}
@keyframes pulsing{
    0%{
        transform:scale(1);
        opacity:1
    }
    50%{
        transform:scale(2);
        opacity:0
    }
    100%{
        transform:scale(1);
        opacity:0
    }
}
#dg-hero-pulsing-button .material-icons{
    font-size:35px
}
#dg-intro-container,#dg-second-container{
    background:#fff;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center
}
#dg-intro-container-about,#dg-second-container-about,#dg-third-container-about{
    background:#fff;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center
}
#dg-second-container{
    padding-bottom:5%
}
#dg-intro-description{
    padding:5% 10%
}
.smaller-padding{
    padding:1% 10%!important
}
#dg-second-content{
    width:60%;
    padding:5% 10% 0
}
@media screen and (max-width:1024px){
    #dg-intro-description,#dg-second-content{
        width:94%!important;
        padding:5%
    }
}
#dg-intro-content-about,#dg-second-content-about,#dg-third-content-about{
    padding:5%
}
#dg-second-content-about{
    display:flex;
    justify-content:center;
    padding:1%
}
@media screen and (max-width:1024px){
    #dg-intro-content-about,#dg-second-content-about,#dg-third-content-about{
        padding:5%
    }
    #dg-second-content-about{
        flex-direction:column
    }
}
#dg-intro-text,.light-text{
    font-size:1.3em;
    font-weight:lighter
}
.nonlight-text{
    font-size:1.3em
}
#dg-carousel-container{
    background:#fff;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center
}
#dg-carousel{
    width:100%;
    overflow-y:hidden;
    display:flex;
    flex-direction:row;
    align-items:center
}
#dg-carousel img{
    max-width:100%;
    padding:0;
    margin:0;
    height:250px;
    filter:brightness(0.8)
}
#dg-carousel img:hover{
    transform:scale(1.1);
    cursor:pointer;
    filter:brightness(0.9)
}
.nekretnine-background-two{
    background:url(../img/pozadina-Diamond-Group-Vila-1.jpg)!important;
    background-size:cover!important
}
.projektovanje-background-two{
    background:url(../img/pozadina-Diamond-Group-Vila-1.jpg)!important;
    background-size:cover!important
}
#dg-last-container{
    background:#eaeaea
}
#dg-last-content{
    padding:1% 10%;
    text-align:center
}
#dg-last-content h3{
    font-size:1.5em;
    color:#cecece
}
#dg-last-content p{
    font-size:1.5em;
    color:#cecece;
    margin-bottom:0
}
#dg-last-content i{
    font-size:100px;
    padding:0;
    margin:0;
    color:#cecece
}
#dg-last-content:hover{
    padding:2%;
    cursor:pointer
}
#dg-last-content:hover h3{
    color:#e09900
}
#dg-last-content:hover p{
    color:#000
}
#dg-last-content:hover i{
    color:#000
}
#dg-tourism-container{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:#fff
}
.dg-tourism-content{
    display:flex;
    justify-content:space-around;
    align-items:center;
    align-content:center;
    width:80%
}
.dg-tourism-content-container{
    width:48%;
    margin-top:20px
}
.dg-tourism-content-container a{
    text-decoration:none!important
}
.dg-tourism-content-container h3{
    color:#fff;
    background:#555;
    width:auto;
    text-align:center
}
.dg-tourism-content-container img{
    width:100%;
    max-width:100%;
    filter:brightness(0.8);
    box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
}
.dg-tourism-content-container img:hover{
    filter:brightness(1);
    box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
}
@media screen and (max-width:600px){
    .dg-tourism-content{
        flex-direction:column
    }
    .dg-tourism-content-container{
        width:100%;
        margin-top:20px
    }
}
.tourism-last-container{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center
}
.tourism-last-container #dg-last-content:hover{
    cursor:pointer;
    padding:2% 10%
}
.tourism-last-container #dg-last-content a{
    text-decoration:none
}
.tourism-last-container .go-turizam i{
    transform:rotate(180deg)
}
.tourism-last-container .go-pocetak i{
    transform:rotate(180deg)
}
@media screen and (max-width:600px){
    .tourism-last-container{
        flex-direction:column
    }
}
.fa-social{
    padding:20px;
    font-size:70px!important;
    text-align:center;
    text-decoration:none;
    margin:5px 2px;
    width:100px;
    box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
}
.fa-social:hover{
    opacity:.9;
    box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
    text-decoration:none
}
.fa-facebook{
    background:#3B5998;
    color:#fff
}
.fa-twitter{
    background:#55ACEE;
    color:#fff
}
.fa-google{
    background:#dd4b39;
    color:#fff
}
.fa-instagram{
    background:#125688;
    color:#fff
}
#dg-intro-social-icons{
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    align-content:center
}
#dg-intro-social-icons div{
    width:100%;
    display:flex;
    justify-content:space-around;
    align-items:center;
    align-content:center;
    padding-bottom:20px
}
.contact{
    font-size:1.3em
}
.contact .fa{
    font-size:1.5em
}
#dg-contact-icons{
    margin:30px 0
}
.objasnjenje{
    font-size:14px
}
.center{
    text-align:center
}
.small-margin h3{
    margin:1%!important
}
.dg-tourism-content-container h3:hover{
    background:#bd8100;
    padding:1%
}
@media (max-width:600px){
    #dg-intro-social-icons div a{
        font-size:30px!important
    }
}
@media (max-width:600px){
    .container-fluid{
        padding:20px 0!important
    }
}
.orange{
    color:#e09900!important
}
.dg-job-categories{
    text-align:center;
    padding:10px;
    width:25%
}
.dg-job-categories:hover{
    cursor:pointer
}
@media (max-width:1023px){
    .dg-job-categories{
        text-align:center;
        padding:10px;
        margin-bottom:20px;
        width:100%
    }
}
.dg-job-categories img{
    width:100%;
    max-width:100%;
    box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
}
.dg-job-categories:hover img{
    box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
}
@media (min-width:1024px){
    .dg-job-categories .dg-button{
        display:none
    }
}
#lightbox-container{
    position:fixed;
    visibility:hidden;
    opacity:0;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    background:rgba(255,255,255,0.8);
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden
}
#lightbox-container #lightbox-image{
    width:50%;
    padding:1%;
    box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
}
@media screen and (min-width:721px) and (max-width:1024px){
    #lightbox-container #lightbox-image{
        width:70%
    }
}
@media screen and (max-width:720px){
    #lightbox-container #lightbox-image{
        width:80%
    }
}
#lightbox-container #lightbox-image img{
    width:100%;
    max-width:100%
}
.hidden{
    display:none!important
}
.visuallyhidden{
    border:0;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
    white-space:nowrap
}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    width:auto;
    white-space:inherit
}
.invisible{
    visibility:hidden
}
.clearfix:before,.clearfix:after{
    content:" ";
    display:table
}
.clearfix:after{
    clear:both
}
@media print{
    *,:before,:after{
        background:transparent!important;
        color:#000!important;
        -webkit-box-shadow:none!important;
        box-shadow:none!important;
        text-shadow:none!important
    }
    a,a:visited{
        text-decoration:underline
    }
    a[href]:after{
        content:" (" attr(href) ")"
    }
    abbr[title]:after{
        content:" (" attr(title) ")"
    }
    a[href^="#"]:after,a[href^="javascript:"]:after{
        content:""
    }
    pre{
        white-space:pre-wrap!important
    }
    pre,blockquote{
        border:1px solid #999;
        page-break-inside:avoid
    }
    thead{
        display:table-header-group
    }
    tr,img{
        page-break-inside:avoid
    }
    p,h2,h3{
        orphans:3;
        widows:3
    }
    h2,h3{
        page-break-after:avoid
    }
}
#dg-third-content-about{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    width:80vw;
    align-items:center
}
.dg-third-content-row{
    display:flex;
    padding:20px;
    width:80vw
}
@media (max-width:1023px){
    .dg-third-content-row{
        display:flex;
        width:80vw;
        flex-direction:column
    }
}
.dg-third-content-column{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    width:95%;
    align-items:center;
    padding:10px
}
@media (max-width:1023px){
    .dg-third-content-column{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-content:center;
        width:100%;
        align-items:center;
        margin:10px 0
    }
}
.about-text-header{
    font-weight:700;
    color:#e09900
}
#dg-footer{
    margin:0;
    padding:5px
}

#dg-footer-main{
    position: absolute;
    bottom: 0;
    left:0;
    background:#e09900;
    width:100vw;
    z-index:100;
}

#dg-footer a, #dg-footer-main a{
    color:#fff;
    text-decoration: none;
}
#dg-footer h4, #dg-footer-main h4{
    font-size:16px;
    text-align:center;
    padding:5px 0;
    margin: 0 auto;
}

@media screen and (max-width:860px){
    #dg-footer h4, #dg-footer-main h4{
        display: flex;
        flex-direction: column;
        font-size:14px;
    }
}
.flags{
    width:100%
}
.flags img{
    width:100%;
    max-width:100%
}
.flags-container{
    width:15%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    margin:0 15px
}
@media (max-width:599px){
    .flags-container{
        width:100%;
        margin:0 10px
    }
}
@media (min-width: 600px) and (max-width:1200px){
    .flags-container{
        width:35%
    }
}
.flags-container a{
    margin:0 10px
}
@media (max-width:600px){
    .flags-container a{
        margin:0 2px
    }
}
.go-nekretnine:hover, .go-projektovanje:hover, .go-turizam:hover, .go-rentanje:hover{
    cursor: pointer;
}

@media screen and (max-width:600px){
    .dg-hero-description-button{
        display: none;
    }
}