#history-head:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url('../img/direction-banner.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


html, body{
   
    overflow-x: hidden;
}

/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}





.fadein{
opacity: 0;
}   


@keyframes fadeinnav {
    from {opacity: 0;}
    to {opacity: 1;}
  }


  .fade-in-nav{
    animation-name: fadeinnav;
    animation-duration: 0.9s;
  }
/* End Animations*/


.main-btn {
    background: #fff;
    border: none;
    padding: 10px 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    width: 200px;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-21deg);
   
  }
  
  .main-btn-span {
    display: inline-block;
    transform: skew(21deg);
  }
  
  .main-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: rgb(20, 20, 20);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
  }
  
  .main-btn:hover {
    color: #fff!important;
    
  }
  .main-btn:hover span{
    color: white!important;
  }
  
  .main-btn:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
  }



  .sec-btn {
    background: #ffc000;
    border: none;
    padding: 10px 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    width: 200px;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-21deg);
  }
  
  .sec-btn-span {
    display: inline-block;
    transform: skew(21deg);
  }
  
  .sec-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
  }
  
  .sec-btn:hover {
    color: #ffc000;
  }

  .sec-btn:hover span{
    color: #ffc000!important;
  }
  
  
  .sec-btn:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
  }


  .wp-btn {
    background: #017f01;
    border: none;
    padding: 10px 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    width: 200px;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-21deg);
    color: white;
  }
  
  .wp-btn-span {
    display: inline-block;
    transform: skew(21deg);
  }
  
  .wp-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
  }
  
  .wp-btn:hover {
    color: #017f01!important;
  }

  .wp-btn:hover span{
    color: #017f01!important;
  }
  
  .wp-btn:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
  }



.container-fluid{
    max-width: 90%;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Radio Canada';
}
p{
    font-family: 'Poppins';
}

.top-bar{
    background: url('../img/header_bg_1-1.png')rgba(0, 0, 0, 0.55);
    background-blend-mode: multiply;
    color: white;
}

.top-bar-col{

    border-right: 1px solid #4b4b4b;
}

.top-bar-col:hover{
    color: #ffc000;
    transition-duration: 0.4s;
}

.social-box{
    border: 1px solid #727272;
    border-radius: 50%;
    padding: 6px 10px;
    margin-right: 15px;
    
}

.social-box:hover{
    background-color: #ffc000;
    transition-duration: 0.3s;
}


.social-box:hover i{
    color: black;
    transform: rotate(360deg);
    transition-duration: 0.4s;
    
}

.navbar{
    background: rgb(255,255,255);
background: linear-gradient(30deg, rgba(255,255,255,1) 30%, rgba(255,192,0,1) 30%);
box-shadow: none!important;
}

.navbar li{
    font-family: 'Poppins';
    font-weight: 400;
    margin: 0px 7px;
    font-size: 18px;
    color: black!important;
}

.navbar li a{
    border-bottom: 2px solid transparent;
}


.navbar li a:hover{
    border-bottom: 2px solid black;
    color: black!important;
    transition-duration: 0.3s;
}

.navbar li a{
    color: black;
}



.carousel-1{
    background: url('../img/home-banner.jpg')rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
}

.carousel-2{
    background: url('../img/taxi-row.jpeg')rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
}


#carousel-home{
    background: rgb(255,255,255);
    background: linear-gradient(332deg, rgba(255,255,255,1) 11%, rgba(255,192,0,1) 11%);

}



  

  .sticky{
    position: fixed;
    top: 0;
    z-index: 100!important;
    background: rgb(255,255,255);
    background: linear-gradient(30deg, rgba(255,255,255,1) 30%, rgba(255,192,0,1) 30%);
    box-shadow: none!important;
    width: 100%;
  }


  .carousel-caption{
    bottom: 35%;
  }


  .about-taxi-2{
    width: 70%;
    margin-left: 36%;
    border: 6px solid white;
    margin-top: -20%;
  }

  .about-taxi-1{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }


  .about-box{
    border: 1px solid #dddddd;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }


  #home-banner{
    background: url('../img/service_bg_1_1-4-1.jpg');
    background-size: cover;
    background-position: 0% 35%;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    height: 50vh;
  }

  .service-box{
    
    background-color: white;
    
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 15px;
  }


  

.about-box-2{
    margin: 10vh 0;
    background-color: white;
    padding:  2%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   
}


.car-box-active{
    margin: 1%;
    
    box-shadow: 0px 0px 10px #b3b3b3bf;
    border: 1px solid rgb(245, 245, 245);
    padding: 5%;
}


.taxi-bg{
    background: url('../img/saranda-taxi-logo.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 70% 15%;

}

.item:hover{
    background: rgb(255,255,255)!important;
    background: linear-gradient(332deg, rgba(255,255,255,1) 31%, rgba(255,192,0,1) 11%)!important;
    transition-duration: 0.3s;
}


#history-head{
    background: url('../img/direction-banner.jpg')rgba(0, 0, 0, 0.55);
    background-position: 60% 0%;
    background-size: cover;
    height: 35vh;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
    background-attachment: fixed;
    background-blend-mode: multiply;

}

#history-head-2{
    background: url('../img/home-banner.jpg')rgba(0, 0, 0, 0.55);
    background-position: 60% 0%;
    background-size: cover;
    height: 35vh;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
    background-attachment: fixed;
    background-blend-mode: multiply;

}




@media only screen and (max-width: 980px) {
    .top-bar-contact {
      display: none!important;
    }
    .top-bar-socials{
        display: flex;
        justify-content: end!important;
        padding-bottom: 10px;
    }
    .navbar{
        background: rgb(255,192,0);
background: linear-gradient(148deg, rgba(255,192,0,1) 100%, rgba(255,255,255,1) 100%);
padding-bottom: 10px!important;
padding-bottom: 15px;

    }
    .navbar-container{
        padding-left: 0px!important;

padding-right: 0px!important;
    }
    .navbar li a{
        color: white;
    }

    .carousel{
        margin-right: 0px!important;
    }
    .carousel-caption{
        bottom: 20%!important;
    }

    .carousel-links{
        display: block!important;
    }

    .fact-col{
        padding: 15px 7px!important;
    }
    .about-box h2{
        font-size: 20px!important;
    }
    .about-box p{
        font-size: 16px!important;
    }
    #history-head{
        height: 40vh;
    }
    #history-head-2{
        height: 40vh;
    }
  }


  #about-head{
    background: url('../img/taxi-row.jpeg')rgba(0, 0, 0, 0.35);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 45vh;
    display: flex;
    align-items: center;
    color: white;
  }

  #services-head{
    background: url('../img/services-head.jpg')rgba(0, 0, 0, 0.35);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 45vh;
    display: flex;
    align-items: center;
    color: white;
  }
  
  span{
    text-decoration:none;
    
}

#contact-head{
    background: url('../img/direction-banner.jpg')rgba(0, 0, 0, 0.35);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 45vh;
    display: flex;
    align-items: center;
    color: white;
}