/*Global styles*/
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-family: 'Nunito', sans-serif !important;
    font-size: 10px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
    padding: 0;
}

p{
    font-size: 1.6rem;
}

img{
    width: 10rem;
    max-width: 500rem;
    height: 10rem;
}

section{
    padding: 5rem 0;
}

body{
    background-color: #fff;
}

/*header*/
header{
    width: 100%;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.container{
    width: 100%;
    max-width: 98rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.ob{
    color: rgba(0, 0, 0,.9);
    font-size: 1.9rem;
    margin:0;
}
.ob, ul li{
    font-size: 1.6rem;
    color: rgba(0, 0, 0,.75);
    margin-left: 20px;
}
.ob, ul li a{
    font-size: 1.6rem;
    color: rgba(0, 0, 0,.75);
    margin-left: 0px;
}

nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.nav-brand{
    width: 2rem;
}

.logo{
    width: auto;
}

.menu-icons ion-icon{
    font-size: 3.5rem;
    color: #fafafa;
    cursor: pointer;
}

.close ion-icon{
    color: #eaa800;
}

.nav-list{
    width: 25rem;
    height: 100vh;
    background-color: #fafafa;
    position: fixed;
    top: 0;
    right: -30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1500;
    transition: all 650ms ease-in-out;
}

.nav-list.active{
    right: 0;
}

.close{
    position: absolute;
    top: 1rem;
    left: 1.5rem;
}

.nav-item{
    margin: 1.5rem 0;
}

.nav-link{
    font-size: 1.6rem;
    text-decoration: none;
    color: rgba(0, 0, 0,.7);
}
/*Slika*/
.slika{
    width: 100%;
    height: 80vh;
    background: linear-gradient(135deg,rgba(2,2,2,1) 0%, rgba(15,15,15,0.6) 100%), url("img/s1.jpg") center no-repeat;
    background-size: cover;
    position: relative;
}
.slika1{
    width: 100%;
    height: 80vh;
    background: linear-gradient(135deg,rgba(2,2,2,1) 0%, rgba(15,15,15,0.6) 100%), url("img/s24.jpg") center no-repeat;
    background-size: cover;
    position: relative;
}
.slika2{
    width: 100%;
    height: 80vh;
    background: linear-gradient(135deg,rgba(2,2,2,1) 0%, rgba(15,15,15,0.6) 100%), url("img/stars.jpg") center no-repeat;
    background-size: cover;
    position: relative;
}
.slika3{
    width: 100%;
    height: 80vh;
    background: linear-gradient(135deg,rgba(2,2,2,1) 0%, rgba(15,15,15,0.6) 100%), url("img/s31.jpg") center no-repeat;
    background-size: cover;
    position: relative;
}

.slika::before,
.slika1::before,
.slika2::before,
.slika3::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 4.7rem;
    background: url("img/wave-small.png") center no-repeat;
    background-size: cover;
}

.main-message{
    width: 100%;
    max-width: 50rem;
    color: #fafafa;
    text-transform: uppercase;
    transform: translateY(20%);
    margin-top: 8rem;
}

.main-message h3{
    font-size: 1.6rem;
    letter-spacing: 2px;
}

.main-message h1{
    font-family: 'Aldrich', sans-serif !important;
    font-size: 4rem;
    margin: 1rem 0;
    color: #fed141;
}

.main-message p{
    text-transform: lowercase;
}

.main-message p a{
    text-transform: uppercase;
}

.btn, .btnf{
    background-color: rgba(255,209,39,1);
    color: #000;
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2rem;
    text-transform: uppercase;
    transition: background-color 650ms;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-color: #fed141;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0,.3); 
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.btn:hover{
    background: rgba(0, 0, 0,.9);
    color: #fff;
    outline: 0;
    transition: background-color 1s ease-out; 
     
}
.btnf:hover{
    background-color: #fff;
    color: #000;
    font-weight: bold; 
}
/*experience*/
#more 
{
    display: none;
}
.details{
    padding: 0;
}

.title-heading{
    text-transform: uppercase;
    margin-bottom: 10rem;
    color: rgba(0,0,0,.8);
}

.title-heading h3{
    font-size: 1.5rem;
    color: rgba(0,0,0,.6);
    text-align: center;
}

.title-heading h1{
    font-weight: bold;
    font-size: 2rem;
    margin: .5rem 0 1rem;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Aldrich',sans-serif !important;
}

.title-heading p{
    text-transform: lowercase;
    text-align: justify;
}
.big{
    text-transform: uppercase;
}
.activities-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(25rem,1fr));
    grid-gap: 2.5rem;
}
.activities-grid-item{
    height: 40rem;
    padding: 5rem;

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.activities-grid-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg,rgba(255,209,39,1) 0%, rgba(255,209,39,0.7) 100%);
    z-index: -1;
}

.message1{
    background: url("img/st5.jpg") center no-repeat;
}

.message2{
    background: url("img/st6.jpg") center no-repeat;
}

.message3{
    background: url("img/st3.jpg") center no-repeat;
}

.activities-grid-item ion-icon{
    font-size: 4rem;
    color: #fafafa;
}

.activities-grid-item h1{
    font-family: 'Aldrich',sans-serif !important;
    font-size: 1.7rem;
    text-transform: uppercase;
    margin: 2rem 0;
}
/*Testimonials*/
.testimonials{
    width: 100%;
    height: 80vh;
    background: linear-gradient(135deg,rgba(2,2,2,1) 0%, rgba(15,15,15,0.8) 100%), url("img/s21.jpg") center no-repeat fixed;
    background-size: cover;
    position: relative;
}

.testimonials::before{
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 4.7rem;
    background: url(img/wave-small-reversed.png) center no-repeat;
    background-size: cover;
}

.testimonial{
    position: absolute;
    color: #fafafa;
    width: 100%;
    top: 55%;
    left: 55%;
    transform: translate(-55%,-50%);
    text-align: center;
}

.testimonial p{
    font-size: 2.2rem;
    margin-top: 12rem;
    margin-bottom: 5rem;
}

.testimonial-text-box{
    padding: 0 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    color: #fed141;
}

.testimonial-text-box i{
    position: absolute;
    top: -7rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    color: #fafafa;
    opacity: .5;
    z-index: 1;
}

.testimonial-customer img{
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    border: 2px solid #fed141;
}

/*Usluge*/

.usluge-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(25rem,1fr));
    grid-gap: 2.5rem;
    margin-bottom: 2rem;
}
.usluge-grid-item p{
    color: rgba(0,0,0,0.85);
    font-size: 1.6rem;
}
.b{
    color: #fed141;
}
.b2{
    color: #ffbd33;
}
.u{
    color: #fed141;
    font-size: 2rem;
    font-family: 'Aldrich', sans-serif;
}
/*Footer*/
.footer-distributed{
	background-color: rgba(0, 0, 0,.95);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 30px 30px 40px 30px;
	margin-top: 80px;
}
 
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right,
.footer-distributed .footer-map{
	display: inline-block;
	vertical-align: top;
}
 
/* Footer left */
 
.footer-distributed .footer-left{
    width: 20%;
    margin-left: 2rem;
}
 
.footer-distributed h3{
	color:  #ffffff;
	margin: 0;
}
 
/* The company logo */
 
.footer-distributed .footer-left img{
    width: 30%;
    height: auto;
}
 
.footer-distributed h3 span{
    color:  #fed141;
}
 
/* Footer links */
 
.footer-distributed .footer-links{
	color:  #ffffff;
    margin: 20px 0 12px;
}
 
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}
 
.footer-end{
    color:  #33383b;
    background-color: #fed141;
	font-size: 14px;
	font-weight: normal;
    margin: 0;
    padding: 2rem;
    text-align: center;
    width: 100%;
}

/* Footer Center */
 
.footer-distributed .footer-center{
    width: 20%;
    color: #92999f;
    font-size: 1.5rem;
    margin-right: 10rem;
}
 
.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed p{
	font-size: 1.4rem;
	font-weight: normal;
    margin: 0;
    line-height: 20px;
    color:  #92999f;
    font-family: 'Nunito', sans-serif;
}
 
.footer-distributed .footer-center .footer-company-about p ul li{
    font-size: 0.5rem;
	font-weight: normal;
    margin: 0;
    line-height: 20px;
    color:  #92999f;
    font-family: 'Nunito', sans-serif;
}
.footer-distributed , .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
 
.footer-distributed .footer-center ul li{
    font-weight: normal;
    font-size: 1.4rem;
    font-family: 'Nunito', sans-serif;
    color: #92999f;
}
.footer-distributed .footer-icons{
	margin-top: 25px;
}
 
.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33333b;
	border-radius: 2px;
 
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
 
	margin-right: 3px;
	margin-bottom: 5px;
}
 
.footer-distributed .footer-icons a i{
    margin-top: 20%;
    color: #fed141;
}
.footer-end a, a:link a:visited a:active a:hover{
    color:#4169e1; 
}
/* Footer right */

 .border{
     width: 30px;
     background-color: #fed141;
     margin: 5px 12px 12px 12px;
     height: 2px;
     margin-left: 4rem;

 }

 .borderK{
    width: 30px;
    background-color: #fed141;
    margin: 12px;
    height: 2px;
    margin-left: 4rem;
}
.footer-distributed .footer-right{
    width: 23%;
}
 
 
.footer-distributed .footer-right i{
	background-color:  #33383b;
	color: #fed141;
	font-size: 25px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin: 10px 15px;
	vertical-align: middle;
}
 
.footer-distributed .footer-right i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
 
.footer-distributed .footer-right p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-right h2{
	color: #ffffff;
	vertical-align: middle;
    margin:0;
    font-size: 2rem;
    margin-left: 2rem;
    font-family: 'Nunito', sans-serif;

}
 
.footer-distributed .footer-right p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
 
.footer-distributed .footer-right p a{
	color:  #fed141;
	text-decoration: none;;
}
 
 /*Footer map*/
.footer-distributed .footer-map{
    width: 18%;
}

.footer-distributed iframe{
    margin: 0;
    border: 2px solid #fed141;
}

/*Dugme za povratak na vrh stranice*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0,.7);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 4.5rem;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

  #myBtn i{
      color: #fed141;
  }


  /*Media queries*/

@media screen and (min-width: 350px){
    .main-message{
        transform: translateY(40%);
    }
    .main-message h1{
        font-size: 3rem;
    }
}

@media screen and (min-width: 470px){
    .slika::before,
    .slika1::before,
    .slika2::before,
    .slika3::before{
        height: 9.8rem;
        background: url("img/wave-medium.png");
        background-size: cover;
    }
    .testimonials::before{
        height: 9.8rem;
        background: url("img/wave-medium-reversed.png");
        background-size: cover;
    }
}

@media screen and (min-width: 700px){
    header{
        height: 8rem;
    }
    .nav-brand{
        width: 3.5rem;
    }
    .nav-list{
        width: initial;
        height: initial;
        background-color: transparent;
        position: initial;
        top: initial;
        right: initial;
        display: flex;
        flex-direction: row;
        transition: initial;
    }

    .menu-icons{
        display: none;
    }

    .nav-item{
        margin: 0 2.5rem;
    }

    .nav-link,
    .current{
        color: #fafafa;
        position: relative;
        font-size: 1.3rem;
        cursor: pointer;
    }

    .nav-link::before,
    .current::before{
        content: "";
        position: absolute;
        left: 3px;
        bottom: -.5rem;
        background-color: #fed141;
        width: 90%;
        height: 2px;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 650ms;
    }

    .current::before{
        transform: scaleX(1);
    }

    .nav-link:hover::before{
        transform: scaleX(1);
    }

    .slika {
        height: 80vh;
    }
    .slika2{
        height: 60vh;
    }
    .slika1{
        height: 60vh;
    }
    .slika3{
        height: 60vh;
    }
    .main-message{
        transform: translateY(40%);
    }

    .title-heading h1{
        font-size: 1.9rem;
    }
    .slika::before,
    .slika1::before,
    .slika2::before,
    .slika3::before{
        height: 20rem;
        background: url("img/wave-large.png");
        background-size: cover;
    }
    .testimonials::before{
        height: 20rem;
        background: url("img/wave-large-reversed.png");
        background-size: cover;
    }
    .wrapper{
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
    .wrapper > *{
        padding: 2em;
    }
    .company-info h3, .company-info ul{
        text-align: left !important;
    }
}

@media screen and (min-width: 950px){
    .slika::before,
    .slika1::before,
    .slika2::before,
    .slika3::before{
        height: 22.7rem;
        background: url("img/wave-large.png");
        background-size: cover;
    }
    .testimonials::before{
        height: 22.7rem;
        background: url("img/wave-large-reversed.png");
        background-size: cover;
    }
    .main-message{
        transform: translateY(20%);
    }
    .footer-distributed .footer-left{
        width: 15%;
    }
    .footer-distributed .footer-center{
        width: 15%;
    }
    .footer-distributed .footer-right{
        width: 25%;
    }
}

@media screen and (min-width: 1200px){
    .slika .slika1 .slika2 .slika3{
        height: 85vh;
    }
    .slika::before,
    .slika1::before,
    .slika2::before,
    .slika3::before{
        height: 18rem;
        background: url("img/wave-large.png");
        background-size: cover;
    }
    .testimonials::before{
        height: 20rem;
        background: url("img/wave-large-reversed.png");
        background-size: cover;
    }
}
.footer-distributed{
    margin: 0;
}
.footer-distributed .footer-left{
    width: 20%;
    text-align: justify;
}
.footer-distributed .footer-center{
    width: 20%;
    text-align: justify;
    text-justify: inter-word;
}
.footer-distributed .footer-center ul li{
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    color: rgba(250, 250, 250, 0.65);
}
.footer-distributed .footer-right{
    width: 25%;
}
.footer-distributed .footer-map{
    width: 20%;
}

/*footer*/

footer{
	position: fixed;
	bottom: 0;
}
 
@media (max-height:1400px){
	footer { position: static; }
	header { padding-top:40px; }
}
  
@media (max-width: 880px) {
 
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
    .footer-distributed .footer-right,
    .footer-distributed .footer-map{
		display: block;
		width: 100%;
        margin-bottom: 40px;
		text-align: left;
	}
 
	.footer-distributed .footer-center i{
		margin-left: 0;
    }
    .footer-distributed .footer-left {
		margin-left: 0;
	}
 
}

/*Kontak forma*/
.company-info h3{
    font-size: 3rem;
    font-family: "Aldrich", sans-serif;
    letter-spacing: 1px;
    text-align: center !important;
    color: rgba(0, 0, 0,.9);
}

.company-info h3 span{
    color: #fafafa;
} 
.company-info i{
    color: #000;
}
.company-info iframe{
    border: 1.5px solid rgba(0, 0, 0,.7);
}
hr{
    box-shadow: none;
    border: 0.5px solid rgba(0, 0, 0,.7);
}
.cf
{
    line-height: 2;
    padding: 1em;
}

.containerC
{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}

.brand
{
    text-align: center;
    font-size: 4rem;
}

.wrapper
{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0,.3);
}

.wrapper > *
{
    padding: 3em;
}

.company-info
{
    background: #fed141;
}

.company-info h3, .company-info ul
{
    text-align: justify;
    margin: 0 0 1rem 0;
}

.contact
{
    background: #fafafa;
}
/*Stilovi forme*/
.contact form
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.contact form label
{
    display: block;
}

.contact form p{
    margin: 0;
}

.contact form .full{
    grid-column: 1/3;
}

.contact form button, .contact form input, .contact form textarea{
    width: 100%;
    padding: 1em;
    border: 1px solid rgba(0, 0, 0,.7);
}

.contact form button{
    background: #fed141;
    border: 0;
    text-transform: uppercase;
    font-weight: 800;
}

.contact form button:hover, .contact form button:focus{
    background: rgba(0, 0, 0,.9);
    color: #fff;
    outline: 0;
    transition: background-color 1s ease-out;
}

.g-recaptcha{
    width: 100%;
    grid-column:1/3;
}

.pl{
    width:100%; 
    height: auto; 
    display:flex; 
    justify-content: center; 
    align-items: center;
}

/*Preloader*/
.preload{
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 1;
}

.preload img{
    width: auto;
    height: 18rem;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40vh;
}


