/*  HEADER */
::selection {
    background-color: #f9c349;
    color: black;
    }
    
    
    .navbar-nav{
    margin-left: auto;
    gap: 10px;
    font-size: 16px;
    }
    
    .navbar{
    background-color:#62615c;
}
    
    .nav-item a{
    color:white;
    }
    @media screen and (max-width: 1300px) {
        .nav-item a{font-size: 13px;}
    }
    @media screen and (min-width: 760px) {
      .navbar-nav{font-size: 14px;}
  }
  
    .nav-item a:hover{
        color:#f9c349 ;
        }
        
        .active {
            color:#f9c349 !important;
        }
        
    
    .btn {
    -moz-user-select: none;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;    
     margin-top: 2px;
    
    }
    .btn{
    border:2px solid #f9c349; 
    background-color:none;
    color:#f9c349 !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-family: 'Roboto', sans-serif;
    
    
    
    }
    
    .btn:hover{
    background-color:#f9c349;
    color:white !important;
    transition: 0.3s;
    }


    
/*FOOTER*/


.site-footer
{
background-color:#26272b;
padding:80px 0 20px;
font-size:15px;
line-height:24px;
color:white;
}
.site-footer hr
{
border-top-color:#bbb;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:#fff;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:white;
}
.site-footer a:hover
{
color:#f9c349;
text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
.footer-links li
{
display:block;
color: white;

}
.footer-links a
{
color:white;
}
.footer-links #footer,.footer-links a:focus,.footer-links a:hover
{
color:#f9c349;
text-decoration:none;
}
.footer-links.inline li
{
display:inline-block
}


.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .social-icons
{
text-align:center
}
}




.col-xs-6 a{
text-decoration: none;
}

.copyright-text img{
width:20%;
}

.col-xs-6 iframe{
height:62%;
width:100%;

}



.col-xs-6 li{
color:white;
}

.col-5 svg{
fill:none;
}

#logo{
text-align: right;
}



/*BACKGROUND*/

#about-head {
  background: url(images/things-to-do-in-saranda-bucket-list.jpg) 
  rgba(54, 54, 54, 0.911);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px;
  font-family: 'Playfair Display', sans-serif; 
  color: white;  
}

   .pt-5{
    padding-top: 6rem!important;
   } 

    
    #title {
      font-family: 'Montserrat', sans-serif;
    }
    


    


    /*ABOUT*/
    .button {
        -moz-user-select: none;
        background-image: none;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;    
         margin-top: 2px;
        
        }
        .button{
        border:1px solid #f9c349; 
        background-color:transparent;
        color:#f9c349 !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        font-family: 'Roboto', sans-serif;
        
        
        
        }
        
        .button:hover{
        background-color:#f9c349;
        color:white !important;
        transition: 0.3s;
        }


.img-fluid{
    height: 90%;
}
    





    /*DESTINATIONS*/



.destinations{
    background: linear-gradient(rgba(238, 194, 75, 0.836),
    rgba(238, 194, 75, 0.836)),
    url('images/Saranda-Albania-Riviera-Explore-Tours-Choose-Balkans-4.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    align-items: center;
}


.flip-card {
    background-color: transparent;
    width: 400px;
    height: 400px;
    perspective: 1000px;
    font-family: 'Montserrat', sans-serif; 
    }
    
    .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 2%;

    }
    
    .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  


    }
    
    .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 20px;
    border:1px solid none;
    border-radius: 2%;


    }
    
    .flip-card-front {
    background-size: cover;
    color: white;

    }
    
    .flip-card-back {
    background-color: #383838;
    color: white;
    transform: rotateY(180deg);

   }


   @media screen and (max-width: 950px) {
    .prg1 {
      font-size: 12px;
    }
  }

  @media screen and (max-width: 950px) {
    .prg2 {
      font-size: 12px;
    }
  }
  

  @media screen and (max-width: 950px) {
 
    .prg3 {
      font-size: 12px;
    }
  }
  
  
   .bttn {
    -moz-user-select: none;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;    
     margin-top: 2px;
    
    }
    .bttn{
    border:1px solid black; 
    background-color:black;
    color:white !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: 'Roboto', sans-serif;
    
    
    
    }
    
    .bttn:hover{
    background-color:rgb(49, 0, 29);
    color:white !important;
    transition: 0.3s;
    }


/*PROGRESS*/
.progress {
    background: rgba(255,255,255,0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 40px;
  }
  
  #p1 {
    animation: load1 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background:#f9c349;
    height: 30px;
  }
  
  @keyframes load1 {
    0% { width: 0; }
    100% { width: 90%; }
  }


  #p2 {
    animation: load2 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background:#f9c349;
    height: 30px;
  }
  
  @keyframes load2 {
    0% { width: 0; }
    100% { width: 85%; }
  }


  #p3 {
    animation: load3 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background:#f9c349;
    height: 30px;
  }
  
  @keyframes load3 {
    0% { width: 0; }
    100% { width: 95%; }
  }




    /*SARANDA-CENTER*/



    .saranda-center{
        background: linear-gradient(rgba(27, 27, 27, 0.733),
        rgba(66, 66, 66, 0.801)),
        url('images/AF1QipMS5mXRj58ez5J_Se1nJV7QnDtoyMK4Nid6a31Ws512.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        width: 100%;
        height: 500px;
        position: relative;
        align-items: center;
    }
    


/*CARS*/

.cars{
    -moz-user-select: none;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;    
     margin-top: 2px;
    
    }
    .cars{
    border:1px solid #383838; 
    background-color:#383838;
    color:white !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-family: 'Roboto', sans-serif;
    
    
    
    }
    
    .cars:hover{
    background-color:rgb(49, 0, 29);
    color:white !important;
    transition: 0.3s;
    }



.container{  
    position: relative;
    height: 70%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



/*ANIMATIONS*/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
  }
  
  
  @keyframes slideInUp {
    0% {
      opacity: 0;
      transform: translateY(25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes slideInDown {
    0% {
      opacity: 0;
      transform: translateY(-25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes slideInleft {
    0% {
      opacity: 0;
      transform: translateX(25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      transform: translateX(-25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes zoomIn {
    0% {
      opacity: 0;
      transform: scale(0.75);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes zoomReverseIn {
    0% {
      opacity: 0;
      transform: scale(1.25);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  
  @keyframes flipInY {
    0% {
      opacity: 0;
      transform: perspective(90vw) rotateY(67.50deg);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  
  
  [data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
  }
  
  
  .animations-disabled {
    &,
    [data-animation] {
      animation: none !important;
      opacity: 1 !important;
    }
  }
  
  .slideInUp {
    animation-name: slideInUp;
  }
  .slideInDown {
    animation-name: slideInDown;
  }
  .slideInLeft {
    animation-name: slideInleft;
  }
  .slideInRight {
    animation-name: slideInRight;
  }
  
  
  .fadeIn {
    animation-name: fadeIn;
  }
  
  
  .zoomIn {
    animation-name: zoomIn;
  }
  .zoomReverseIn {
    animation-name: zoomReverseIn;
  }
  
  
  .flipInY {
    animation-name: flipInY;
  }
  .flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
  }