*{
    scroll-behavior: smooth;
    box-sizing: border-box}
.mySlides1, .mySlides2 {display: none}


img {vertical-align: middle;}


body {
    margin: 0;
    font-family: 'Cutive Mono', sans-serif;
    font-size: 18px;
    background-color: #E2E8F0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(./assets/jewelry-store-1803808_1920.jpg);

}

a {
    color: inherit;
    text-decoration: none;
}

.wrapper {

    width: 80%;
    margin: 0 auto;
}


h1{
    font-family: "Cutive Mono", sans-serif;
    margin: 0;

}
header h1 {
    margin: 0 !important;
}

h2{
    font-family: "Cutive Mono", sans-serif;
    line-height: 1;
    margin-top: 5vh;

}
h3{
    font-family: "Cutive Mono", sans-serif;
    margin: 0;
    line-height: 1;
}
h4{
    width: auto;
    text-align: center;
    color: white;    rgba(155,123,79, 1);
    background-color: rgba(39,40,42,0.9);
    backgound-color: rgba(248,248,245, 0.97);
    font-weight: bold;
    letter-spacing: 3rem;
    font-size: 5rem;
}
h5 {
    font-size: 15px !important;
    text-align: center !important;
    font-weight: bold !important;
    color: #26A69A;


}
.right-content h6 {
    text-align: center;
    font-size: 5rem !important;
    font-variant: small-caps;
    letter-spacing: 1.5rem;
    text-decoration-color: palegoldenrod;
}

.right-content h6:hover {
    cursor: pointer;
    text-decoration: underline !important;
    text-decoration-color: palegoldenrod !important;
}
.right-content:hover ~ .right-content-slika{
    transition: 1s;
    opacity: 100%;
}
.right-content p:hover{
    cursor: pointer;


}
.header_scrolled{
    background-color: white;
    transition: all 0.5s;
    border-bottom: 1px solid black;
}
header {

    z-index: 50;
    width: 100%;
    position:fixed;
    background: transparent;
    color: black;
    padding: 0px 0;
}

header h1 {
    letter-spacing: 10px;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav a {
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    transition: background-color 0.5s ease;
}


.images{
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: white;
    opacity: 99%;
    justify-content: space-around;
    padding-bottom: 10vh;
    padding-top: 10vh;
    text-align: center;
    font-family: "Cutive Mono" sans-serif;
    font-weight: ;
    font-size: 2rem;
    letter-spacing: 5px;

}
.images h2{
    border-bottom: black 1px solid;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 10vh;
    text-;

}
.images-fit{
    margin: 0vh auto 5vh auto;
    display: flex;
    width: 80%;
    justify-content: space-around;
}
.image-container{
    background-color: white;
    width: 30%;
    z-index: 10;
    position: relative;
}
.images-fit .image-container  img{
    width: 100%;
    height: 100%;
}
.transition-image{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.transition-image:hover{
    opacity: 1;
}


.fade::after{
    content: "zlato";
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.fade:hover::after{
    opacity: 0.5;
}
.edaf p{
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    margin: 0 auto;
}
.edaf p:hover{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}



footer .wrapper {
    display: flex;
}

footer span {
    margin-left: auto;
}




.main-background{
    display: none;
}
main{
    scroll-behavior: smooth;
}
@media (max-height: 1125px){
    #lijevatext{

        top: 0vh !important;
        right:0vw ;
    }
    @media (max-height: 1096px){
        #lijevatext{

            top: 0vh !important;
            right:0vw !important; ;
        }

    }

}
@media (max-height: 1126px) {
    #lijevatext{

       float: none !important;
    }
    
}
@media (max-width: 1023px) {
    header h1 {
        margin:-30px !important;
    }
    #desnatext{
        float:none !important;
        left: 0 !important;
    }
    #desnaslika{
        float: none !important;
    }
    #lijevatext{
        float: none !important; ;
        top: 0vh !important;
        right:0vw !important;
    }
    #lijevaslika{
        float: none !important;
    }
    .slika1{
        transform: rotate(0deg) !important;
     }
    .slika{
        transform: rotate(0deg) !important;
    }
    .wrapper {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .menu_btn.open{
        left:0;
        transform: translateX(-100%);
    }
    .sidebar.show{
        width: 70%;
    }

    .main-background{
        display: block !important;
         top: 0vh !important;
     }
    body {
        background: none;
    }

    main.wrapper {
        justify-content: center;
    }



    main div img {
        max-width: calc(100% + 20px);
    }



    main div:hover {
        transform: none;
    }

    .images-fit {
        display: block;
        margin-bottom: 0;
    }
    .image-container{
        width: 100%;
        padding: 10px 0;
    }
    #middle-logo{
        display: none;
    }

    .main-first{
        padding-bottom: 1vh !important;
        padding-top: 0 !important;
    }

    .images {
        padding-bottom: 10vh;
    }

    .text{
        font-size: 15px;
    }
    .text h2:nth-child(3){
        display: none;
    }
    .centar{
        height: 35vh!important;
    }
    .headercenter{
        padding-bottom: 0;
    }
    .wrapp{
        background: white !important;
    }
    .title-inner{
        overflow: hidden;
        display: block;
    }
    .title-inner h2{
        display: block !important;
        font-size: 65px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        letter-spacing: 5px !important;
    }
    .title-inner a{
        display: block;
        text-align: center;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

}

.menu_btn{
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    /*border:  3px solid white;*/
}
.menu_btn_burger{
    z-index:99;
    width: 50px;
    height: 6px;
    background: black;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255,101,47,.2);
    transition:  all .5s ease-in-out;

}
.menu_btn_burger::before,
.menu_btn_burger::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 6px;
    background: black;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255,101,47,.2);
    transition:  all .5s ease-in-out;
    z-index:99;

}
.menu_btn_burger::before{
    transform: translateY(-16px);
}
.menu_btn_burger::after{
    transform: translateY(16px);
}
/*Animation*/
.menu_btn.open .menu_btn_burger{
    transform: translateX(0px);
    background: transparent;
    box-shadow: none;
    padding-left: 3rem;

}
.menu_btn.open .menu_btn_burger::before {
    transform: rotate(45deg) translate(35px, -35px);
}
.menu_btn.open .menu_btn_burger::after {
    transform: rotate(-45deg) translate(35px, 35px);


}
.main-background {
    z-index: -2;
    overflow: hidden;
    position:fixed;
    top: -35vh;
    opacity: 80%;
    width: 100%;
}

.divider{

}
.headercenter{
    box-sizing: content-box;
    text-align: center;
    left: 0;
    margin: auto;
    align-content: center;
    padding-top: 5vh;
    padding-bottom: 15vh;
}
.headercenter img{
    width: 100%;
     height: 100%;
    max-width: 500px;
    max-height: 100%;
}

.sidebar{
    transition: all 0.5s;
    position:fixed;
    width: 250px;
    left:-250px;
    background: rgba(255,255,255, 1);
    height: 100%;
    top:0;
}
.sidebar .text{
    padding-top: 2vh;
    color: white;
    font-size: 50px;
    font-weight: 200;
    text-align: center;
    background: rgba(255,255,255, 0.2);
}
.sidebar.show{
    left:0px;

}
nav ul{
    margin-top: 50px;
    padding: 0px;
    text-align: center;
    float: left;
    background: rgba(255,255,255, 0.2);
    width: 100%;
    list-style: none;
}
nav ul li{
    line-height: 50px;
    border-bottom: 1px solid #CBC2CA;
    float: none !important;
}
nav ul li a {
    color: #CBC2CA;
    padding-left: 40px;
    font-weight: 400;
    display: block;
    border-left: 3px silver;
    font-family: "Cutive Mono";
}
nav ul li a:hover {
    color:silver;
}
.dropdown:hover .dropdown-content{
    display: block;
    position: relative;
    opacity: 100%;
    color:black;
}
.dropdown-content a:hover{
    background: #C5E8C5;
}
ul li table {
    width: max-content;
    color: black;
    olor: #CBC2CA;
    font-weight: 300;
    line-height: normal;
    font-size: 12px;
    display: flex;
    border-left: 3px silver;
    font-family: "Cutive Mono";
    margin: 0 auto;
}
.adresa{
    font-size: 10px;
    text-align: justify;
}
.wrapp{
    display: block;
    background: white;
    position: relative;
    z-index: 0;
    width: 100%;
    background:rgba(255,255,255,0.8);
    padding-top: 10vh;
    justify-content: space-between;
    transition: opacity ease-out 3s;

}
.wrapp p{
    font-family: "Cutive Mono";
    font-weight: bolder;
    line-height: 3;
    background: palegoldenrod;
}
.wrapp p:hover i{
    color: red !important;
}
.wrapp-container{
    display: grid;
    top: 0;
    width: 80%;
    position: relative;
    margin: 0 auto;
}
.container-right{
    text-align: center;
    opacity: 60%;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 20;
}
.container-right:hover {
    opacity: 100%;
    transition: opacity ease 1s;
}
.container-right:hover  .slika{
    border-radius: 15px;
    transform: rotate(0deg);

}


.container-left{
    text-align: center;

    padding-top: 5vh;
    opacity: 60%;
    padding-bottom: 10vh;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 20;
}
.container-left:hover{
    opacity: 100%;
    transition: opacity ease 1s;

}
.container-left:hover .slika1{

    border-radius: 15px;
    transform: rotate(0deg);


}
.right-content{

    display: inline-block;
    position: relative;
}
.right-content-slika{
    opacity: 100%;
    display: inline-block;
    max-height: 720px;
}
.right-content-slika:hover{
    opacity: 100%;
    transition: opacity 0.6s ease-out;
}
.slika{
    transform: rotate(deg);
    transition: ease-out 0.6s;
}

.slika1{
    transform: rotate(deg);
    transition: ease-out 0.6s;
}
.slika1:hover{
    border-radius: 15px;
    transform: rotate(0deg);
}
.wrapp-container img{
    border-radius:10px  ;
}
#desnatext{
    float:left; left: 10vw;
}
#desnaslika{
    float: right;
}

#lijevatext{
    float: right ; top: 20vh; right: 10vw;
}


#lijevaslika{
    float: left;
}
.centar{
    width: 100%;
    position: relative;
    height: 80vh;
    display: flex;
}
.main-first{
    padding-top: 10vh;
    padding-bottom: 10vh;
    align-content: center;
    display: flex;
    width: 100%;
    background: white;
    position: relative;

}
.main-first-cont{
    justify-content: center;
    display: flex;
    float: right;
    width: 60%;
    margin: 0 auto;
    border-bottom: black 1px solid;
    border-top: black 1px solid;


}
.main-first-cont:first-child{
    float: right;
}
.text{

    vertical-align: middle;
    text-align: center;
}

.active img{
    float: left;
    padding: 5px;

}
.corousel-indicators{
    color: black;
}
.title{
    padding-bottom: 5vh;
    padding-top: 5vh;
    background-image: url("assets/charisse-kenion-JxEY9Gf4bak-unsplash.jpg");
    background-position: center;
    background-size: cover ;
    display: flex;
}
.title-inner {
    color: white;
    height: 35vh;
    width: 80%;
    margin: 0 auto;
    brrackground: rgba(255, 255, 255, 0.9);
    text-align: center;
    justify-content: space-between;
    word-wrap: break-word;

}
.title-inner a{

    color: #D8A053;
    margin-left: 150px;
    margin-right: 150px;
    border:#E9B274 2px solid ;
    height: fit-content;
    font-weight:;
    background: rgba(63,21,57, 0.6);
    letter-spacing: 2px;
    opacity: 90%;
    font-size: xx-large;
}
h1 i{
    padding-right: 10px;
}
.title-inner a:hover{
    opacity: 100%;
    color: whitesmoke;
    cursor: pointer;
    text-decoration: none;
}

.title-inner h2{

    border:#E9B274 2px solid ;
    color: #D8A053;
    margin-left: 150px;
    margin-right: 150px;
    letter-spacing: 15px;
    text-align: center;
    background: #3D052F;
    font-size: 100px;
    font-weight: ;
    animation: mymove 10s;
    border-radius: 0 0px 0px 0;
    cursor: pointer;
}
.title-inner h2:hover{
    color: whitesmoke;
}
@keyframes mymove {
    from{opacity: 70%;}
    to{opacity: 90%;}
}










/* Slider */
.container{
    width: 80% !important;
    display: flex;
    height: auto !important;
}
.slick-slide {
    margin: 0px 20px;

}
.slide img{
    display: flex;
    margin: 0 auto;
}
.logo-carousel {
    overflow: inherit;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
}

.slick-slide img {
    width: 100px;
    height: 100px;


}
.slick-slider{
    height: auto !important;
}
.slick-track::before,
.slick-track::after {
    display: inline-flex;
    content: '';
}

.slick-track::after {
    clear: both;
}

.slick-track {
    padding: 1rem 0;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: #fff;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;

}

.slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg);
}

.slick-arrow.slick-prev {
    left: -40px;
}

/* Media Queries */

@media (max-width: 768px) {
    .slick-arrow {
        width: 1rem;
        height: 1rem;
    }
    .slika iframe{
        max-width: 300px !important;
        max-height: 300px !important;
    }

    .slika1 iframe{
        max-width: 300px !important;
        max-height: 300px !important;
    }
    .right-content{
        display: block;
    }
    .prstenje-text h1{
        letter-spacing: normal !important;
        font-size: 24px !important;
        text-transform: none !important;
    }

}
@media (max-width: 668px){
     .title-inner {
        display: block !important;
        overflow: hidden !important;
    }
    .title-inner h2{
        display: block;
    }
    .title-inner a{
        display: block;
        text-align: center;
    }
    #wrapper-calc{
        width: 95%;
    }
    span{
        margin: 2vh auto;
    }
    .title-text{
        width: 100%;
    }
}


.row {

    overflow: hidden;
    background: white;
    width: 100% !important;
    margin: 0 !important;

}

/* JsFiddle Example only/don't use */
.logo-carousel {
    margin-top: 32px;
    margin-bottom: 32px;

}
.prstenje-wrapp{
    text-align: center;
    background: ghostwhite;
}
.prstenje-text{
    width: 70%;
    margin: 0 auto;
    font-size: small;
}
.prstenje-text h1{
    text-align: center;
    font-size: xx-large;
    background: transparent;
    letter-spacing: 5px;
    text-transform: lowercase;
}
.prstenje-text h1:hover{
    text-transform: uppercase;
    cursor: pointer;
}

.no-gutters{
    width: 100%;
}
.leftside, .rightside{
    height: 50vh;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.leftside{
    background-image: url("assets/img/raptor.jpg");
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: center;

}
.leftside::before{
    justify-content: center;
}



.rightside{
    background-image: url("assets/img/just-watch1.jpg");
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#right{
    opacity: 70%;
}
#left {
    opacity: 70%;
}
#left:hover{
    opacity: 100%;
}
#right:hover{
    opacity: 100%;
}
#right::before{
    content: "";
}
#left::before{
    content: "";
}

#right:hover ~ #left{
    transition: ease-out 5s;
    content: url("assets/raptorlogo.jpg");
    opacity: 100%;
}
#left:hover ~ #right{
    content: url("assets/raptorlogo.jpg");
    opacity: 100%;

}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: relative;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
    background-color: #;
    color: black;
}

#fas{
     transform: rotate(90deg)}
#fas:hover{
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}



