/*============= RESETS & DEFAULT STYLING=============*/

/*--- iPhone X Remove Gutters ---*/

/*--- Prevent Horizontal Scrolling & Font Style ---*/

html, body{
font-family:   'Lato', sans-serif;
    color: black;/* #505962;*/
    overflow-x: hidden;
   /* overflow-y: hidden; 
   /*background-color: rebeccapurple;*/

}

.turkizna{
    color: #2E86C1;
}

.turkiznaBG{
    background-image: url("../img/banner/topbanner.jpg");
    background-repeat: no-repeat;
    background-size: auto;
}

h3.heading{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 1.9rem;
}

.heading-underline{
    width: 3rem;
    height: 0.2rem;
    background-image: url("../img/banner/topbanner.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0 auto 2rem;
}

/*--- Nav Scrolling Offset ---*/
/*
.offset:before{
    height: 4rem;
    display: block;
    content: "";
}


/*--- Extra Bootstrap Column Padding ---*/

[class*="col-"]{
    padding:1rem;
}

/*---  Za testiranje ---*/
/*
#home{
    height: 950px;
}
*/

/*============= NAVIGATION =============*/
.link1 {
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.1rem 2rem;
  transition: background-color 1s ease;
  color: black;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  top: calc(100% + .25rem);
  background-color: white;
  padding: .75rem;
  border-radius: .25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

.dropdown.active > .link + .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.information-grid {
  display: grid;
  grid-template-columns: repeat(1, max-content);

}

.dropdown-links {
  display: flex;
  flex-direction: column;
}

/*------------------------------------------*/

.link{
    border: none;
    font-weight: 800;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    background: none;
    color: white;
    padding-top: 0.5rem;
    padding-left: 0px;
    margin: 0;
    
}
.navbar-nav .link.active,
.navbar-nav .link:hover{
    color: #2E86C1;
}

.navbar-nav a:hover{
    text-decoration: none;
}


/*----------------------------------------------*/


.link2 {
  text-transform: uppercase;
  font-weight: 500;
  transition: background-color 1s ease;
  color: black;
}

.dropdown {
  position: relative; /*relative*/
  background-origin: padding-box;
}

.dropdown-menu {
  position: absolute;
  left: -300px;
  top: calc(100% + .25rem);
  background-color: white;
  padding: .75rem;
  border-radius: .25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

.dropdown.active > .link3 + .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.information-grid {
  display: grid;
  grid-template-columns: repeat(2, max-content);

}

.dropdown-links {
  display: flex;
  flex-direction: column;
}

/*------------------------------------------*/

.link3{
    border: none;
    font-weight: 500px;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    background: none;
    color: black;
    padding-top: 0.8rem;
    
}

/*------------------navbar------------------------

.navbar-nav a:hover{
    text-decoration: none;
}

.navbar-brand img{
    height: 4rem;
}
.navbar{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    transition: background-color 1s ease;
}
.navbar-nav .nav-link {
    color: white;
    
}
.navbar-nav {
    padding-right: 0.8rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover{
    color: #2E86C1;
}
.custom-toggler-icon{
    color: white;
    font-size: 1.8rem;
}

.navbar-nav li{
    padding-right: 0.8rem;
}

button:focus, 
a:focus{
    outline: none;
    
}
button, a, a.btn{
    transition: color 0.6s ease;
}
.navbar.solid,
.navbar.solid-toggle{
   /* background-color: rgba(0,0,0,0.7);
    background-color: #cda434; /*#634309;*/
   /* background-image: url("../img/banner/topbanner.jpg"); 
    transition: background-color 1s ease;
}
/*--- Remove Button Outline ---*/


/*============= LANDING PAGE: HOME =============*/



/*--- Fixed Landing Page Section ---*/

/*--- IMAGE SLIDER ---*/

.carousel-item{
    height: 50vh;
    min-height: 18.75rem;
    background: no-repeat center center scroll;
    background-size: cover;
    filter: brightness(0.5);
    
}
.carousel-inner{
    background-color: #1A1A1A; /*barva ozadja med slide-i carousel*/
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active{
    transition: transform 1.5s ease;
    display: block;
}
/*--- oblikovanje za napis na 1.sliki (caption)---*/
.caption{
    z-index: 1;
    position: absolute;
    top: 18%;
    width: 100%;
    max-width: 100%;
}
.caption h1{
    font-size: 4.5rem;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 1rem;
   /* animation: bounceInUp 2s linear 0.6s;*/
}
.caption h3{
    font-size: 2.5rem;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 2rem;
   /* animation: bounceInUp 2s linear 0.8s;*/
}
.caption .btn-lg{
    border-width: medium;
    padding: .8rem 1.5rem;
    font-size: 1.1rem;
    /*animation: bounceInUp 2s linear 1s;*/
}
/*oblikovanje za video


.video-background{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0,0.7);
}


.video-wrap{
    clip: rect(0,auto,auto,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
    z-index: -1000;
    
}

video{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url("") no repeat;
    background-size: cover;
    transition: is opacity;
}

/*--- oblikovanje za animirano puščico (Bouncing Down Arrow) ---*/
/*
.arrow{
    position: absolute;
    bottom: 15%;
    width: 100%;
    animation: bounce 2s infinite;
}
.fa-angle-down{
    font-size: 2.2rem;
    color: white;
    opacity: .3;
    transition: opacity .6s ease;
}
.fa-angle-down:hover{
    opacity: .8;
}



/*============= FEATURES SECTION =============*/

.element span{
    color: #cda434; /*#634309;*/
    margin-bottom: .6rem
}

.element h3{
    text-transform: uppercase;
    font-size: 1.3rem;
    padding-bottom: .4rem;
}

/*===== FIXED BACKGROUND IMG DARK =====*/

/*--- iOS Fixed Background Image ---*/

.fixed{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fixed-wrap{
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -9999;
}

.fixed-inner{
    background-image: url(/img/fixed/apple1.png);
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    /* Za naprave IOS*/
    transform: translateZ(0);
    will-change: transform;
    display: table;
    z-index: -1;
    top: 0;
    left: 0;
}

.dark{
    background-color: rgba(0, 0, 0, .7);
    padding: 7rem 0;
    z-index: 1000;
}

/*============= PORTFOLIO SECTION =============*/

.portfolio-item img:hover{
    cursor: zoom-in;
    transform: scale(1.2);
}
.portfolio-item{
    overflow:hidden;
}
.portfolio-item img{
    transition: transform .4s ease;
}
.portfolio-text{
    font-size: 3rem;}

/*============= PRICING SECTION =============

.pricing-panel{
    background-color: white;
    height: 100%;
    padding: 2.5rem;
    border-top: .2rem solid #2E86C1;
    box-shadow: 0 0 .8rem rgba(0,0,0,.7);
    transition: transform .7s ease;
    position: relative;
    overflow: hidden;
}

.pricing-panel:hover{
    transform: scale(1.1);
}

.pricing-panel h4{
    font-size: 1.1rem;
    font-weight: 700;
}

.trak{
    background-color: #6C757D;
    color: white;
    font-size: .8rem;
    font-weight: 700;
    height: 2rem;
    width: 10rem;
    padding-top: .4rem;
    position: absolute;
    top: 1.5rem;
    right: -2.8rem;
    transform: rotate(45deg);
}

.pricing-panel .btn-sm{
    padding: .5rem 2rem;
}

/*============= TEAM SECTION FIXED BG IMG LIGHT =============*/

/*--- Team Light Background Image ---

.fixed-light{
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    /* Za naprave IOS
    transform: translateZ(0);
    will-change: transform;
    display: table;
    z-index: -1;
    top: 0;
    left: 0;
}

.light{
    background-color: rgba(255, 255, 255, .7);
    padding: 7rem 0;
    z-index: 1000;
}

.card{
    height: 100%;
    border-radius: 0;
    text-align: center;
    margin: 0 1rem;
    border: .1rem solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .3);
    transition: transform .4s ease;
}

.card:hover{
    transform: scale(.95);
}

.card ul{
    list-style: none;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
}

.card li{
    display: inline;
    padding-right: .8rem;
}

.card a{
    color: #1EBBA3;
    transition: color .2s ease;
}

.card a:hover{
    color: #505962;
}

button.owl-dot{
    margin-top: 2rem;
    transition: background-color .2s ease;
}

button.owl-dot.active span,
button.owl-dot:hover span{
    background-color: #2E86C1 !important;
}

/*============= SKILLS SECTION =============

#skills .btn-lg{
    color: white;
    text-transform: uppercase;
}

#skills .btn-lg:hover{
    color: #505962;
}

/*============= CLIENTS SECTION =============

#clients-carousel{
    max-width: 1200px;
    margin: 0 auto;
}

.clients img{
    border-radius: 50%;
    transition: transform .4s ease;
}

.clients img:hover{
    transform: scale(.95);
}

blockquote .fa-quote-left{
    color: #1EBBA3;
    margin: 1rem;
}

/*============= CONTACT SECTION =============*/

.footer{
    background:url('../img/footer/footer_yellow.jpg');
    background-size:cover;
    color:white;
}

.row.outer{
    background-color:rgba(57,63,70, .65);*/
    padding: 1rem 2rem 3rem;
}

.footer img{
    height: 2.5rem;
    margin: 1.5rem 0;
}

ul.social {
    list-style: none;
    font-size: 1.5rem;
    padding: 0;
}

ul.social li{
    display: inline;
    padding-right: .8rem;   
}

ul.social a{
    color:white;
}

ul.social li a:hover{
    color: #2E86C1; 
}

.footer h3{
    text-transform: uppercase;
    margin: 1.5rem 0;
}

/*--- Contact Form ---*/

.form-control{
    background-color: #53595F;
    border-radius: 1;
    border: .15rem solid #666B71;
    color: white;
}

.form-group input::placeholder,
.form-group textarea::placeholder{
    color: #B2B5B8;
}

.form-control:focus{
    background-color: #53595F;
    color: white;
    border: .15rem solid #666B71;
    -webkit-appearance: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 1.3rem;
}

input.btn{
    margin-top: 1rem;
}

.socket{
    border-top: .1rem solid #666B71;
    width: 100%;
}

/*============= TOP SCROLL =============*/

a.top-scroll{
    position: fixed;
    bottom: 1.2rem;
    right: 1.2rem;
    opacity: .3;
    z-index: 1000;
}

.fa-angle-up{
    background-color: white;
    color: #53595F;
    font-size: 3rem;
    height: 1.7rem;
}

a.top-scroll:hover{
    opacity: .6;
}


/*============= MEDIA QUERIES =============*/

/* Devices under 992px (lg) */
 
@media (max-width:991px){

.caption h1{
	font-size:3.5rem;
	letter-spacing: .2rem;
	padding-bottom: .8rem;
}

.caption h3{
	font-size:2.2rem;
	padding-bottom: 1.7rem;
}

.caption .btn-lg{
	padding: .7rem 1.2rem;
	font-size: 1rem;
}

.clients img{
	max-width:50%;
	margin:0 auto;
}

}

/* Devices under 768px (md) */

@media (max-width:767px){

.caption h1{
	font-size:2.7rem;
	letter-spacing: .15rem;
	padding-bottom: .5rem;
}

.caption h3{
	font-size:1.7rem;
	padding-bottom: 1.2rem;
}

.caption .btn-lg{
	padding: .6rem 1.1rem;
	font-size: 1rem;
}

.carousel-control-next,
.carousel-control-prev{
	display:none;
}

}

/* Devices under 576px (sm) */

@media (max-width:575px){

.caption{
	top:43%;
}

.caption h1{
	font-size:1.9rem;
	letter-spacing: .1rem;
	padding-bottom: .4rem;
}

.caption h3{
	font-size:1.2rem;
	padding-bottom: 1rem;
}

.caption .btn-lg{
	padding: .4rem .9rem;
	font-size: .9rem;
}

}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: #11101d;
  z-index: 100;
  transition: all 0.5s ease;
}
.sidebar.close{
  width: 78px;
}
.sidebar .logo-details{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links{
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: auto;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li:hover{
  background: #1d1b31;
}
.sidebar .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.close .nav-links li .iocn-link{
  display: block
}
.sidebar .nav-links li i{
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #1d1b31;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
}
.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img{
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 12px;
}
.home-section{
  position: relative;
  background: white;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}
.sidebar.close ~ .home-section{
  left: 78px;
  width: calc(100% - 78px);
}
.home-section .home-content{
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
  color: #11101d;
  font-size: 35px;
}
.home-section .home-content .bx-menu{
  margin: 0 15px;
  cursor: pointer;
}
.home-section .home-content .text{
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 400px) {
  .sidebar.close .nav-links li .sub-menu{
    display: none;
  }
  .sidebar{
    width: 78px;
  }
  .sidebar.close{
    width: 0;
  }
  .home-section{
    left: 78px;
    width: calc(100% - 78px);
    z-index: 100;
  }
  .sidebar.close ~ .home-section{
    width: 100%;
    left: 0;
  }
}
----
.logo-img{
    position: absolute;
}
.carousel-item img{
     position: relative;
}



