@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');




:root{
    --redcolor:#d62240;
    --bluecolor:#00498a;
    --maincolor:#12be68;
    --seconcolor:#203240;   
    --thirdcolor:#f4f6f5; 
    --maincolor2:#90f9c4;
    --white:#fff;
    --yellow:#f7d710;
    --green:#9ace46;
    --white2:#fefefe;
    --black:#000;
    --teko: 'Teko', sans-serif;
    --rajdhani:'Rajdhani',sans-serif;
    --roboto:'Roboto',sans-serif;
   
    --oswald:'Oswald' ,sans-serif
}


html, body{
    overflow-x: hidden;
}

body {
    font-family: 'CoFo Peshka Black', sans-serif;
   font-family: var(--rajdhani);
}




blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}


* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
}

html {
    font-family: var(--teko), sans-serif;    
    box-sizing: border-box;
    overflow-x: hidden;
}









.hero{

    position: relative;
    
}

.mika{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;

    background-color: var(--bluecolor);
    opacity: .5;
    z-index: 11;
}

.hero-image{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.mob-social{
    display: none;
}

.testnav{
display: none;
}

.navigation {
    position: relative;    
    padding: 25px 0;
    z-index: 60;
    background-color: white;
    border-bottom-right-radius: 10px;
    border-bottom: 5px solid var(--redcolor);
}

.navigation ul{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    margin-left: 400px;
    
}


.navigation ul li {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}


.navigation ul li a {
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--roboto);
    background: var(--bluecolor);
  color: #fff;
  padding: 10px;
  transition: 0.5s ease;
  border-radius: 10px;
}

.navigation ul li a:hover{
    background-color: var(--redcolor);
}






@media(max-width:991px){

    .navigation ul li {
        display: inline-block;
        margin-right: 0;
        text-align: center;
       
      }


.toggle{
    position: fixed;
    top: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--redcolor) url(img/menu.png) ;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position: center;
    cursor: pointer;
    z-index: 100000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid white;
}


.toggle.active{
    background:  var(--bluecolor) url(img/close.png) ;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position: center; 
}

.navigation{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.navigation.active{
   visibility: visible; 
background-color: transparent;
}

.navigation span{
    position: absolute;
    top:-100%;
    left: calc(25% * var(--i));
    width: 25%;
    height: 100%;
    background: var(--redcolor);
    transition: 0.25s;
    border: 1px solid rgba(0,0,0,0.25);
    transition-delay: calc(0.25s * var(--i));
}

.navigation.active span{
top: 0;
}

.navigation ul{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 2;
transform: translateX(-100px);
opacity: 0;
visibility: hidden;
transition: 0.5s;
transition-delay: 0s;
margin-left: 0px;
height: 100%;
}



.testnav {
    background-color: var(--bluecolor);
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 279px;
    height: 96px;
    z-index: 1000;
    display: block;
    padding: 24px;
    border-radius: 25px;
  }

.mob-social{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 250px;
    height: 45px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.mob-social a:nth-child(2) {
    margin: 0 25px;
  }

  .mob-social a {
    color: var(--white);
  }
  
  .mob-social i {
    font-size: 25px;
  }


.navigation.active ul{
    transform: translateX(0px);
    opacity: 1;
    visibility: visible; 
    transition-delay: 0.7s;
    height: 100%;
}

.navigation ul li a{
    text-decoration: none;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    background: none;
}

.navigation ul li a:hover{
   background: #fff; 
   color: #d62240;
}


.navigation ul li a {
    font-size: 30px;
    text-transform: none;
    font-weight: 400;
    line-height: 38px;
  }   
}







ul.test {
    background-color: #fff;
    width: 100%;
    padding: 40px 0 40px 15px;
    border-bottom: 5px solid #66bb6a;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    position: relative;
}








.hero-wrapper{
    overflow: hidden;
}


.top-logo{
    width: 300px;    
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    height: 120px;
    padding: 25px;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    border-radius: 10px;        
    z-index: 100;
}


.top-logo2 {
    width: 306px;
    position: absolute;
    left: 0px;
    top: 78px;
    background-color: var(--redcolor);
    height: 47px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 100;
}


.hero, .hero-wrapper, .hero-image-wrapper, .hero-text-wrapper{
    position: relative;
    height: 880px;    
    z-index: 12;
    
}

.nav-wrapper{
    position: absolute;
    z-index: 100;
    width: 100%;
    
    /* transform: translateX(-50%); */
        
}

.hero-video{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background-color: var(--white);
    border-radius: 50%;
    z-index: 55;
    text-align: center;
    animation: shadow-pulsee3 1s linear infinite;
    cursor: pointer;    
}





@keyframes shadow-pulsee3 {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }
    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}


.slider-social-bac {
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
    width: 250px;
    height: 330px;
    background: transparent repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 10px) repeat scroll 0 0;
    z-index: 10;
}


.slider-social {
    position: absolute;
    right: 0;
    top: 50%;
    width: 232px;
    height: 290px;
    background-color: var(--redcolor);
    transform: translateY(-50%);
    text-align: center;
    z-index: 14;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}





ul.social {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

ul.social a li {
    display: block;
    font-size: 20px;
    width: 80%;
    height: 60px;
    background-color: #fff;
    margin: 0.7em auto;
    
    line-height: 64px;
    color: var(--bluecolor);
    transition: 0.6s ease-in-out;
}


ul.social a li  i{
    font-size: 25px;
}




.form-wrapper{
    margin-top: 30px;
}

.hero-text-wrapper .form-control {
    padding: 15px;
    font-size: 17px;
    font-weight: 400;
    background-color: #f4f5f8;
    border: none;
    border-radius: 2px;    
    font-family: var(--teko);
    letter-spacing: 1px;
    margin-bottom: 25px;   
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); 
}





.heart{
    position: absolute;
    left: 0;
    top: 0;
}

.hero-image {
    position: absolute;
    right: 10px;
    bottom: 60px;
    z-index: 10;
    width: 100%;
    height: 880px;
    overflow: hidden;
    background-color: var(--bluecolor);
    text-align: right;
}




.hero-image img{
    height: 880px;
    width: 100%;
    object-fit: cover;    

}



.border2{
    width: 500px;
    height: 500px;
    background: var(--maincolor);
    border-radius: 60% 40% 42% 58% / 22% 44% 56% 78% ;
    position: absolute;
    left: 10px;
    bottom: 0;
}



.border2::before{
    display: block;
    clear: both;
    content: '';
    position: absolute;
    width: 520px;
    height: 520px;
    border: 2px dashed rgba(255,255,255,.5);
    border-radius: 60% 40% 42% 58% / 22% 44% 56% 78% ;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.hero-text{
    position: absolute;
    left: 15px;
    top: 51%;
    transform: translateY(-50%);
}

.hero-text h1 {
    font-size: 39px;
    line-height: 52px;
    color: var(--white);
    font-family: var(--montserrat);    
    position: relative;
    font-weight: 600;
    text-shadow: 1px 1px 2px var(--black);
    
    
}

.hero-text h1::before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    left: 0px;
    top: 188px;
    width: 470px;
    height: 22px;
    background-color: var(--redcolor);
    z-index: -1;
    opacity: .8;
}


.hero-text h1 span.bg {
    font-size: 95px;
    margin-top: 15px;
    display: block;
    margin-bottom: 23px;
    margin-left: -8px;
    font-style: italic;
    text-transform: uppercase;
}

span.span-color {
    color: var(--white);
    padding: 0 5px;
    line-height: 11px;
    font-size: 51px;
    font-style: italic;
}

.hero-text h1 span.bg-wrapper{
    display: block;
    margin-bottom: 30px;
    font-size: 39px;
}

.hero-text p{
    font-size: 25px;
    color: var(--white);
    margin-bottom: 25px;
}

.btn-join-us {
    color: var(--white);
    background-color: var(--redcolor);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 25px;
    border-radius: 5px;
    animation: shadow-pulsee 1.3s infinite;
    }

    .btn-join-us:hover{
        background-color: var(--bluecolor);
        color: var(--white);        
    }     




    .video{
        padding: 150px 0;
        background-image: url(img/bgnight.jpg);
        position: relative;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin-top: -40px;
    }


    .rectangle {
        position: absolute;
        left: 0;
        top: 50%;
        height: 230px;
        width: 100%;
        transform: translateY(-50%);
        background-color: var(--redcolor);
        z-index: 6;
        border-radius: 10px;
      }


.video-wrapper{
    height: 450px;    
    padding: 150px 0;
    position: relative;


  
}





.main-info-wrapper{
    
    background-color: var(--bluecolor);
    margin-top: -70px;
    position: relative;
    z-index: 12;
  border-radius: 10px;
  border-top: 10px solid var(--redcolor);
  
  padding: 30px;
}

.main-info-wrapper h2{
    font-size: 45px;
    color: var(--white);
    line-height: 55px;
    margin: 20px 0;
}


.main-info-wrapper p{
    font-size: 25px;
    line-height: 30px;
    color: var(--white);
}


.main-info-wrapper p span{
    background-color: var(--redcolor);
    border-radius: 5px;
    padding: 0 10px;
}


.main-info-two{
    display: flex;
    margin-bottom: 25px;
}

.main-info-two:nth-of-type(1){
    margin-top: 32px;
  
}

.main-info-icon {
    margin-right: 25px;
}

.main-info-icon i{
    font-size: 30px;
    color: var(--yellow);
}

.main-info-text {
    font-size: 21px;
    line-height: 33px;
    color: var(--white);
  }


  .main-info-two:nth-of-type(2) .main-info-icon i{
    color: var(--green);
}

.main-info-two:nth-of-type(2) span{
    color: var(--green);
}

.main-info-two:nth-of-type(2) .main-info-text{
    width: 70%;
    margin-top: -10px;
    margin-left: 5px;
}


.main-info-two:nth-of-type(3) .main-info-icon i{
    color: var(--redcolor);
}


.main-info-two:nth-of-type(4) .main-info-text{
    width: 70%;
    margin-top: -10px;
    margin-left: -5px;
    margin-bottom: 0;
}


.mika2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--redcolor);
    opacity: .5;
    z-index: 5;
  }

  .video-title{
    position: absolute;
    top: 50%;
    left: 21%;
    transform: translate(-50%,-50%);
    z-index: 6;
  }


  .video-title h2 {
    color: var(--white);
    font-size: 94px;
    font-weight: bolder;
  }

  .video-year {
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translate(-50%,-50%);
    z-index: 6;
    font-size: 236px;
    color: var(--white);
    font-weight: bolder;
    opacity: .5;
  }




  .video-button{
    position: relative;
    z-index: 10;
    margin-top: 50px;
    background-color: var(--bluecolor);
    color: var(--white);
    
  }

  .video-text{
    position: absolute;
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    z-index: 7;
    color: var(--white);
    font-size: 18px;
  }




.second-section{
    
    background-image: url(img/bg03.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.our-team-wrapper3{
    display: none;
}
.drop-shadow {
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,.5));
}

.drop-shadow2{
filter: drop-shadow(1px -11px 11px rgba(0,0,0,.2));
}

.second-section-2abs{
    position: absolute;
    left: 0;
    height: 550px;
    width: 32%;
    background-color: var(--redcolor);
}

.second-section:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 73, 138, .8);
}


/* .second-section-wrapper{
    background-color: var(--thirdcolor);
    padding: 150px 0;
    position: relative;
    margin-top: -70px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 10px solid var(--redcolor);
    z-index: 10;
}     */






.second-section-wrapper-color{
     
    /* background-image: url(../img/bg03.jpg); */
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 90%;
    margin:  0 auto;
}






/* .second-section-wrapper-color:before{
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 73, 138, .8);
} */


.second-section-img{
    position: relative;
    height: 550px;  
    text-align: center; 
    
    margin-left: -80px;
    
}






.second-section-img img {
    height: 600px;
    
    object-fit: cover;
    object-position: center;
    margin-top: -50px;
    z-index: 4; 
    position: relative;
    
}





.second-section-text {
    padding: 25px 0px 0 100px;
}


.second-section-text h3 {
    color: var(--white);
    font-size: 40px;
    position: relative;
    font-family: var(--montserrat);
    margin-bottom: 38px;
    margin-top: 38px;
}

.second-section-text span{
    width: 23px;
    height: 23px;
    text-align: center;
    background-color: var(--white);
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    position: relative;
    font-size: 20px;
    line-height: 20px;
}




.second-section-text span::before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: -85px;
    top: 10px;
    width: 75px;
    height: 2px;
    background-color: var(--maincolor);
}


.second-section-text span::after {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    right: -85px;
    top: 10px;
    width: 75px;
    height: 2px;
    background-color: var(--maincolor);
}

.second-section-text{
    position: relative;
    color: var(--white);
}


.s-section-info{
    padding: 0 50px;
}

.s-section-info p:nth-of-type(2) {
    margin: 30px 0;
    
}


a.btn-coordinate{
    color: var(--white);
    background-color: var(--redcolor);
    font-size: 18px;
    line-height: 25px;
    padding: 15px 25px;
    border-radius: 5px;
    animation: shadow-pulsee 1.3s infinite;
    margin-top: 34px;
}


a.btn-coordinate:hover{
    background-color: var(--redcolor);
}






.third-section{
    padding: 150px;
}








.ts-form-wrapper h3{
    font-size: 40px;
    font-family: var(--rajdhani);
    font-weight: 600;
    margin-top: 45px;
}

.ts-form-wrapper p{
    font-size: 20px;
    margin-bottom: 30px;
   
}

.ts-form-wrapper{
    
    padding: 40px ;
    }

.third-section-contact .form-control {
    padding: 15px 20px;
    font-size: 17px;
    font-weight: 400;    
    
    background-color: #f4f5f8;
    border: none;
    border-radius: 2px;
    margin-bottom: 2px;
    font-family: var(--teko);
    letter-spacing: 1px;
    margin-bottom: 25px;
}


.third-section-contact textarea{
    height: 100px;
}

.btn-jon-us{
    background-color: var(--redcolor);
    display: block;
    width: 100%;
    border-radius: 5px;
    color: var(--white);
    text-transform: uppercase;
    font-size: 24px;    
    font-family: var(--rajdhani);
    font-weight: 500;
}

.btn-jon-us:hover{
    background-color: var(--maincolor);
    color: var(--white);
}


.ts-image{
    background-image: url(img/zemun.jpeg);    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    border-radius: 10px;
    position: relative;  
    overflow: hidden;  
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    
}

.ts-image::before{
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 73, 138, .8);
}

.info-flex{
    display: flex;
    align-items: center;
    width: 80%;
    margin: 30px auto;
    
    position: relative;
    font-weight: 500;
    
}

.ts-icon{
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 87px;
    border-radius: 50%;
    background-color:var(--seconcolor) ;
    margin-right: 20px;
}

.ts-icon i{
    color: var(--white);
    font-size: 26px;
}


.ts-icon-text{
    font-size: 20px;
    font-family: var(--rajdhani);
    color: var(--white);
}

.info-flex:nth-of-type(2) .ts-icon, .info-flex:nth-of-type(4) .ts-icon {    
    background-color: var(--white);
}

.info-flex:nth-of-type(2) .ts-icon i, .info-flex:nth-of-type(4) .ts-icon i{    
    color: var(--redcolor);
}



.swiper {
    width: 100%;
    height: 540px;  
    margin-top: 100px;
  
      
  }
  
  
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;  
    height: 480px;
    border-radius: 10px;
  }
  
  .swiper-slide img {
    display: block;
    /* width: 67%;
    height: 58%; */
    object-fit: cover;
    position: relative;
  }
  
  
  .swiper-slide::before{
    display: block;
    clear: both;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .swiper-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    text-align: left;
    padding: 0 25px; 
    background-color: var(--redcolor);
    
    
  }
  
  .swiper-text h5{
    font-size: 28px;
    font-family: var(--rajdhani);
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: var(--white);

    background-color: var(--bluecolor);
    position: absolute;
    left: 19px;
    top: -25px;
    padding: 5px;
    border-radius: 5px;
  }

  .swiper-text p{
    font-size: 18px;
    color: var(--white);
    margin-top: 20px;
  }
  
  
  .swiper-pagination > .swiper-pagination-bullet {
    background-color: var(--bluecolor);
    width: 20px;
    height: 10px;
    opacity: 1;
    border-radius: 20px;
  }
  
  .swiper-pagination > .swiper-pagination-bullet-active {
    background-color: var(--redcolor);
    width: 50px;
    height: 10px;
    border-radius: 20px;
    opacity: 1;
  }
  


  .fourth-section{
    background-image: url(img/drvored.jpg);
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
    position: relative;
    padding: 150px;
  }

  .fourth-section::after{
    display: block;
    clear: both;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.3) 100%);
  }


  .fs-wrapper{
    background-color: #203240;    
    position: relative;
    z-index: 1;
    padding: 110px 0;
    border-top: 8px solid var(--redcolor);
    border-radius: 10px;
  }

  .fs-icon{
    width: 110px;
    height: 110px;
    background-color: var(--redcolor);
    border-radius: 50%;        
    text-align: center;
    animation: shadow-pulsee 1.3s infinite;
    position: absolute;
    left: 50%;
    top: -55px;
    transform: translateX(-50%);
    
  }


  .fs-petition{
    position: absolute;
    
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: var(--thirdcolor);
    opacity: .1;    
  }


  .fs-petition img{
    width: 75%;    
  }


  @keyframes shadow-pulsee {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.fs-icon i{
    font-size: 80px;
    line-height: 110px;
    color: var(--white);
}


.fs-wrapper h3{
    text-align: center;    
    position: relative;
    color: var(--white);
    font-size: 45px;
    font-family: var(--rajdhani);
    font-weight: 600;
    margin-bottom: 50px;
}



.fs-right-wrapper{
    padding-left: 50px;
    margin-top: 136px;
}

.fs-right{
    position: relative;
    z-index: 10;
    display: flex;
    color: var(--white);
    margin-bottom: 20px;
}

.fs-r-icon{
    margin-right: 40px;
}

.fs-r-icon i{
    font-size: 40px;
}


.fs-r-text p{
font-size: 23px;
}

.bgdcw{
font-style: italic;  
font-size: 45px;

}



.fs-wrapper p{
    color: var(--white);
    font-size: 20px;
    text-align: center;    
    padding: 0 385px;
    position: relative;
    font-family: var(--rajdhani);
    font-weight: 500;
    letter-spacing: 1px;
}

.fs-wrapper p span{
    font-size: 30px;
    color: var(--redcolor);
}

a.btn-petition{
    background-color: var(--redcolor);
    display: block;
    width: 100%;
    border-radius: 5px;
    color: var(--white);
    text-transform: uppercase;
    font-size: 24px;
    font-family: var(--rajdhani);
    font-weight: 500;
    width: 250px;
    margin: 55px auto 0 auto;
    position: relative;
}

a.btn-petition:hover{
    background-color: var(--redcolor);
    color: var(--white);
}




.fifth-section{
    padding: 250px 0;
    background-image: url(https://lokalnasamouprava.org/wp-content/themes/cls/img/pattern-2.png);
}

.fi-wrapper{
    background-image: url(img/bg05.jpg);    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 750px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    padding: 70px;
    
}




.fi-wrapper::after{
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 73, 138, .8);
    
}

.fs-circle{
    position: absolute;
    left: 0px;
    top: -5px;
    height: 760px;
    width: 450px;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    background-color: rgba(214, 34, 64, .7);
    z-index: 10;
    border-right: 5px solid var(--white);
    border-top: 5px solid var(--white);
    border-bottom: 5px solid var(--white);
    overflow: hidden;
}


.fs-left{
    position: relative;
    z-index: 10;
    border-radius: 17px;
    overflow: hidden;
    height: 610px;
}

.fs-left::after{
position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    border: 1px solid var(--white);
    border-radius: 10px;
    z-index: 2;    
}





.fs-left img{
height: 610px;
width: 100%;
object-fit: cover;
object-position: center;
filter: blur(2px);
}

.fsicon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 120px;
    background-color: var(--white);
    border-radius: 50%;
    z-index: 55;
    text-align: center;
    animation: shadow-pulsee2 1.3s infinite;
    cursor: pointer;
}


@keyframes shadow-pulsee2 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }
    100% {
        box-shadow: 0 0 0 70px transparent;
    }
}



.popup {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    animation: fadeIn 0.5s;
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
    animation: slideIn 0.5s;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(-50%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideOut {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(-50%); opacity: 0; }
}

.hidden {
    display: none;
    animation: slideOut 0.5s forwards, fadeOut 0.5s forwards;
}


.fsicon svg {
    color: var(--redcolor);
    height: 69px;
    width: 70px;    
    margin-top: 24px;
    margin-left: 12px;
}

















.our-team{
    padding: 150px 0 770px 0;
    position: relative;
}


.our-team-bac{
    position: absolute;
    right:  0;
    top: 0;
    height: 50%;
    width: 20%;
    background: var(--redcolor);
    border-bottom-left-radius: 25px;
}


.s-section-campaign-title2 {
    position: absolute;
    transform: rotate(90deg);
    top: 338px;
    right: 7%;
    width: 450px;
    background-color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-family: var(--rajdhani);
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    letter-spacing: 2px;
    z-index: 5;
}


.our-team-wrapper{
position: relative;
}


.our-team-wrapper h3 {
    font-size: 50px;
    font-family: var(--roboto);
    font-weight: 600;
    line-height: 51px;
    position: relative;
    color: var(--bluecolor);
    margin-bottom: 100px;
}



.our-team-box{
   
height: 390px;
background-color: var(--white);
text-align: center;
padding-top: 45px;
overflow: hidden;
position: relative;
width: 90%;
margin: 0 auto;
border-radius: 10px;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}


.our-team-box-wrapper{
    position: relative;
}




.campaign {
    background-image: url(img/campaign.jpg);    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 570px;
    position: relative;   
    margin-top: 410px; 
}






.campaign::after{
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 73, 138, .9);

}

.campaign-wrapper{
    position: relative;
    height: 650px;
}



.bg-logo {
    position: absolute;
    left: 50%;
    top: -245px;
    width: 420px;
    z-index: 3;
    transform: translateX(-50%);
    background: var(--bluecolor);
    padding: 10px;
    border-radius: 10px;
  }


/* .bg-logo img{
height: 85px;
width: 100%;
object-fit: cover;
object-position: center;
} */

.campaign-info {
    height: 640px;
    background-color: var(--white);
    position: absolute;
    border-radius: 30px;
    top: -172px;
    width: 100%;
    z-index: 2;
    left: 0;
    padding: 35px;
  }

.campaign-info-box{
    overflow: hidden;
    border-radius: 25px;
    height: 623px;
    position: relative;
    margin-top: -50px;
}


.campaign-info-box-dr {
    position: absolute;
    left: 52%;
    top: 11%;
    width: 71%;
    z-index: 5;
    transform: translateX(-50%);
  }

.campaign-info-btn{
    color: var(--white);
    background-color: var(--bluecolor);
    font-size: 18px;
    line-height: 25px;
    padding: 15px 25px;
    border-radius: 5px;
    animation: shadow-pulsee 1.3s infinite;
    
    
    display: inline-block;
    
}

.campaign-info-btn:hover{
	background:var(--white);
	color:var(--redcolor);
}

.campaign-info-btn2 {
    color: var(--white);
    background-color: var(--bluecolor);
    font-size: 18px;
    line-height: 25px;
    padding: 15px 25px;
    border-radius: 5px;
    animation: shadow-pulsee 1.3s infinite;
    display: inline-block;
  }

.our-team-wrapper2{
    position: absolute;
    top: -460px;
    width: 80%;
}


.our-team-wrapper2 h3 {
    font-size: 50px;
    font-family: var(--roboto);
    font-weight: 600;
    line-height: 51px;
    position: relative;
    color: var(--bluecolor);
    margin-bottom: 100px;
}


.section-title-absolute2 {
    position: absolute;
    font-size: 98px;
    top: -450px;
    left: 25px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--redcolor);
    opacity: .15;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 76px;
}





.campaign-info-box-dr p{
    color: var(--white);
    font-size: 21px;
    
    margin-top: 25px;
    font-family: var(--rajdhani);
    margin-bottom: 40px;
}

.campaign-info-box::after{
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(214, 34, 64, .75);
    
}

.campaign-info-box img, .campaign-info-box2 img{
    
    height: 630px;
    width: 100%;
    object-fit: cover;
    object-position: center;
   
  
  
    
}



.campaign-info-box2{
    
    border-radius: 25px;
    height: 630px;
    position: relative;
    margin-top: -50px; 
}

.campaign-info-box2::after{
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    border: 1px solid var(--white);
    border-radius: 10px;
    z-index: 2;

}






/* .our-team-box-circle {
    
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 20px solid var(--redcolor);

    position: absolute;
    
    left: 0;
    top: 0;
    z-index: 1;
} */


.our-team-box-circle2 {
    height: 249px;
    width: 366px;
    background-color:var(--bluecolor);
    position: absolute;
    border-radius: 50%;
    left: -229px;
    top: 17px;
    z-index: 1;
}




.our-t-img{
    width: 210px;
    height: 210px;
    background-color: var(--redcolor);
    border-radius: 50%;
    margin:  0 auto 30px auto;
    overflow: hidden;
    
    border: 7px solid var(--white);
    z-index: 2;
    position: relative;
    
}


.our-t-img img{
object-fit: cover;
    object-position: center;
    height: 210px;
}









.report-problem{
    
    background-image: url(img/bgd005.jpg);
    background-repeat: no-repeat;
    background-position: left;    
    position: relative;
    height: 452px;
}

.report-problem-bacolor {
    position: absolute;
    right: 0;
    height: 452px;
    background-color: var(--redcolor);
    width: 66%;
    z-index: 1;
  }




.report-problem::before{
    position: absolute;
    display: block;
    clear: both;
    content: "";
    left: 0;
    top: 0;
    width: 641px;
    height: 100%;
    background-color: var(--bluecolor);
    opacity: .5;
}



.mission-bar {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 15px;
    background: transparent repeating-linear-gradient(-45deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .4) 2px, transparent 2px, transparent 8px) repeat scroll 0 0;       
    z-index: 4;
}

.mission-bar2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 15px;
    background: transparent repeating-linear-gradient(-45deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .4) 2px, transparent 2px, transparent 8px) repeat scroll 0 0;       
    z-index: 4;
}

.report-p-img{
    position: relative;    
}

.report-p-img img{
width: 80%;
margin-top: -98px;
margin-left: 122px;
position: relative;
z-index: 5;
}

a.btn-report-problem{
    color: var(--white);
    background-color: var(--bluecolor);
    font-size: 18px;
    line-height: 25px;
    padding: 15px 25px;
    border-radius: 5px;
    animation: shadow-pulsee 1.3s infinite;
    margin-top: 34px;
    margin-top: 55px;
    display: inline-block;
    width: 250px;
}

.report-text{    
    height: 100%;
    display: flex;
    flex-direction: column; 
    justify-content: center;  
    position: relative;
  z-index: 3;   
}


.report-text p{
    font-size: 39px;
    line-height: 45px;    
    color: var(--white);
    font-family: var(--roboto);    
}

.subscribe{    
    margin-bottom: -145px;
    position: relative;
    z-index: 2;
}

.subscribe-wrapper{
    height: 290px;
    background-color: var(--bluecolor);
    border-radius: 146px;
    position: relative;
    padding: 12px;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    z-index: 10;
    border: 5px solid var(--white);
    width: 80%;
    margin:  0 auto;
    
}

.zvezda{
    position: relative;
}







.sub-icon{
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    width: 87px;
    height: 106px;
}


.sub-icon2{
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    width: 87px;
    height: 106px;
}

.sub-icon img , .sub-icon2 img  {
    width: 100%;
    opacity: .5;
}

.subscribe-wrapper-dashed{
    position: absolute;    
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px dashed var(--white);
    border-radius: 5px;
    z-index: 1;
    border-radius: 130px;
z-index: 1;
}

.subscribe-wrapper h4{
    position: relative;
    text-align: center;
    color: var(--white);
    font-size: 40px;
    font-family: var(--rajdhani);
    font-weight: 500;
    letter-spacing: 1px;
    z-index: 2;    
}

.subscribe-wrapper p{
    text-align: center;
    font-size: 22px;
    color: var(--white);
    font-family: var(--rajdhani);
    margin-bottom: 30px;
}

.sub-form{
    position: relative;
    z-index: 2;
    display: flex;
    width: 450px;    
    margin: 0 auto;
}

.sub-input{
    position: relative;
    width: 450px;
}

.sub-input input{
    padding: 15px;
    border-radius: 50px;
    border: none;
}

.sub-button {
    position: relative;
    background-color: var(--bluecolor);
    margin-left: -53px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    
    
    margin-top: 2px;
}

.sub-button i{
transform: rotate(20deg);
color: var(--white);
font-size: 20px;
line-height: 35px;
}


.partner{
    padding: 50px 0 150px 0;
    background: white url(img/zadnja.png) ;
    
    background-repeat: repeat-y;
    

}

.partner-wrapper{
    position: relative;
}


.three-circle{
position: absolute;
right: 0;
top: -350px;
width: 270px;
height: 430px;
background-color: var(--white);
padding: 25px 0;
}


.three-circle2{
    position: absolute;
    left: 0;
    bottom: -270px;
    width: 270px;
    height: 430px;
    background-color: var(--white);
    padding: 25px 0;
    z-index: 10;
    }


.three-circle-square{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    width: 250px;
    height: 188px;
    border-top: 1px dashed var(--bluecolor);
    border-left: 1px dashed var(--bluecolor);;
    border-right: 1px dashed var(--bluecolor);;

}


.first-circle{
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;    
    border: 20px solid var(--redcolor);
    z-index: 1;    
    margin: 0 auto;
}   

.second-circle{
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;    
    border: 20px solid var(--bluecolor);    
    z-index: 2;
    margin: -65px auto 0 auto;
}


.third-circle{
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;    
    border: 20px solid var(--redcolor);    
    z-index: 1;
    margin: -65px auto 0 auto;
}


.partner-wrapper h3{
    font-size: 50px;
    font-family: var(--roboto);
    font-weight: 600;
    line-height: 51px;
    position: relative;
    color: var(--bluecolor);
}


.section-title-absolute {
    position: absolute;
    font-size: 98px;
    top: -33px;
    left: 25px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--redcolor);
    opacity: .15;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 76px;
}


.section-title-absolute2 {
    position: absolute;
    font-size: 98px;
    top: -23px;
    left: 25px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--redcolor);
    opacity: .15;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 76px;
}




.subsctibe-bottom{
    margin-top: -30px;    
    margin-bottom: -122px;
    position: relative;
    z-index: 10;
}

.subscribe-b-wrapper{
    padding: 35px 0;
    background-color: var(--redcolor);
    position: relative;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    border: 2px solid var(--white);
}


.sub-b-w-text{
    margin-left: 150px;
}

.subscribe-b-wrapper h4{

    text-align: center;
    color: var(--white);
    font-size: 40px;
    font-family: var(--rajdhani);
    font-weight: 500;
    letter-spacing: 1px;
    z-index: 2;
}


.subscribe-b-wrapper p {
    text-align: center;
    font-size: 22px;
    color: var(--white);
    font-family: var(--rajdhani);
    margin-bottom: 20px;
}

.sub-b-abs{
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background-color: var(--redcolor);
    padding: 0 25px;
    border-right: 2px solid var(--white);
}

.sub-b-abs img{
    height: 245px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}




footer{
    background-color: var(--bluecolor);
    padding: 250px 0 150px 0;
    
    background-image: url(img/bgvazduh.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.footer-bottom{
    background-color: var(--redcolor);
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

footer::after{
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 73, 138, .5);
}

.footer-join-us{
    position: relative;
    z-index: 10;
}


.footer-join-us p{
    color: var(--white);
    font-size: 20px;
    margin-bottom: 35px;
}

.footer-join-us h6{
    font-size: 30px;
    color: var(--white);
    margin-bottom: 30px;
}



a.btn-footer{
    color: var(--white);
    background-color: var(--redcolor);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 25px;
    border-radius: 5px;
    animation: shadow-pulsee 1.3s infinite; 
    
}



.footerlogo {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 11;
    width: 385px;
    height: 120px;
    background-color: var(--bluecolor);
    padding: 25px;
    border-radius: 10px;
    
  }
  
  .footerlogo::before {
    clear: both;
    content: "";
    display: block;
    width: 389px;
    height: 28px;
    left: -2px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .footer-bottom {
  border-top: 2px solid var(--white);
   
  }


.logo-on-mob{
    display: none;
}

.all-mem{
    padding: 10px;
    background-color: var(--white);
    margin-bottom: 25px;
}


.all-mem p{
    margin-top: 0;
    margin-bottom: 0;
    color: var(--black);
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}


.campaign-info-box .row .col-lg-4:nth-of-type(2) .all-mem img {
    width: 78%;
}


.campaign-info-box .row .col-lg-4:nth-of-type(3) .all-mem p {
    margin-bottom: 22px;
}





.campaign-info-box .row .col-lg-4:nth-of-type(4) .all-mem p{
    margin-bottom: 22px;
}


.insade-post{
    margin-top: 75px;
    margin-bottom: 50px;
}

.insade-post p{
margin: 25px 0;
}



.all-mem img{
    width: 100%;
    height: 100%;
}

.insadewprapper{
    position: relative;
    height: 450px;    
}

.insade-top{
    height: 450px;
    background-color: var(--bluecolor);    
    background-image: url(img/bgvazduh.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-bottom: 7px solid var(--redcolor);
}

.insade-top::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--redcolor);;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    bottom: -11px;
    left: 50%;
    transform: translateX(50%) rotate(45deg);
    z-index: 5;
}


.insade-top::before{
display: block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 73, 138, .5);
}    

.insade-top-title{
    position: absolute;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
}

.insade-top-title h2{
color: var(--thirdcolor);
font-size: 35px;
background-color: var(--redcolor);
padding: 0 10px;
border-radius: 5px;
}


.section-main-contact-page{
margin-top: 100px;
background-color: #fff;
padding: 25px;
position: relative;

z-index: 2;
margin-bottom: 50px;
}


.contact-right h2 {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    text-decoration: none;
    font-family: Oswald, sans-serif;
    color: #000;
    display: inline-block;
    margin-bottom: 40px;
}


ul.contact {
padding-left: 50px;
}

ul.contact li {
    margin-bottom: 25px;
    display: block;
}

.contact-icon {
    float: left;
    font-size: 35px;
    line-height: 20px;
    color: var(--redcolor);
    margin-right: 20px;
}

.contact-text {
    color: #000;
    font-size: 20px;    
}

ul.social-contact {
    margin-top: 50px;
    padding-left: 39px;
}

ul.social-contact a {
    color: #fff;
}

ul.social-contact li {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    background: var(--bluecolor);
    border-radius: 50%;    
    line-height: 54px;
    font-size: 23px;
    border: 5px solid #fff;
    box-sizing: content-box;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    margin: 0 3px;
}

ul.social-contact li:hover{
    background-color: var(--redcolor);
    
}



.contact-left .form-control {
    padding: 27px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: #212529;
    background-color: #f4f5f8;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}

.contact-left textarea.form-control {
    height: 150px;
}
.form-btna-contact-form-poll {
    background-color: var(--redcolor);
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 5px 0;
    transition: 0.3s ease-in-out;
}

.form-btna-contact-form-poll:hover{
    background-color: var(--bluecolor);
}


ul.footer-address-main {
    margin-top: 25px;
}

ul.footer-address-main li {
    margin-bottom: 15px;
}

.icon-foter {
    float: left;
    font-size: 25px;
    color: var(--redcolor);
    margin-right: 20px;
}

.footer-address {
    color: #fff;
    font-size: 20px; 
    line-height: 33px;   
}


a.btn-footer:hover{
background-color: #fff;    
color: var(--redcolor);
}



.partner-red{
    background-color: var(--redcolor);
}

.partner-blue{
    background-color: var(--bluecolor);
}

.partner-left , .partner-right{
    height: 350px;
    margin-bottom: 25px;
   border-radius: 25px;
    display: flex;
    flex-direction: column; /* Postavlja elemente u kolonu */
    align-items: center; /* Poravnava elemente po sredini vertikalno unutar kolone */
    justify-content: center; 
	text-align:center;
    color: var(--white);
}

.partner-left img{
    width: 200px;
    margin-bottom: 25px;
}









