
@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap');
/*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;
}   


/* End Animations*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
.navbar{
    background-color: transparent!important;
    box-shadow: none!important;
    padding: 2em;
    position: relative;
    z-index: 10;
}

.navbar li a{
    font-family: 'Jost';
    font-weight: 500;
    color: black;
}

.navbar li a.active{
    color: #00aac8!important;
}

.navbar-nav{
    margin-bottom: 2em;
}

.navbar-toggler{
    border: 2px solid white;
    border-radius: 50%;
    padding: 0.5em 0.6em;
    background-color: #113d48;
}

.carousel-1{
    background: url('../img/corfu-main.jpg')rgba(0, 0, 0, 0.55);
    height: 90vh;
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-blend-mode: multiply;
   
    border-radius: 20px;
     display: flex;
    align-items: center;
}

.carousel-2{
    background: url('../img/corfu-streets.jpg')rgba(0, 0, 0, 0.55);
    height: 90vh;
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
   
    border-radius: 20px;
     display: flex;
    align-items: center;
}

.carousel-3{
    background: url('../img/corfu-3.jpg')rgba(0, 0, 0, 0.55);
    height: 90vh;
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
   
    border-radius: 20px;
     display: flex;
    align-items: center;
}


.contact-btn{
    background-color: white;
    font-family: 'Manrope';
    text-transform: capitalize;
    color: black;
    font-size: 15px;
}


.contact-btn:hover{
    background-color: #113d48;

    color: white;
    transition-duration: 0.3s;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Manrope';

}

p{
    font-family: 'Jost';
}

.carousel-caption{
    text-align: start;
    bottom: 25%;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.prim-btn{
    background-color: #113d48;
    font-family: 'Manrope';
    text-transform: capitalize;
    font-size: 15px;
    color: white;
    border: 2px solid #113d48;

    border-radius: 5px;
}

.prim-btn:hover{
    background-color: white;
    font-family: 'Manrope';
    text-transform: capitalize;
    font-size: 15px;
    color: #113d48;
    border: 2px solid #113d48;

    border-radius: 5px;
}

.search-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            background-color: #fff;
            padding: 20px 0;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        
        .search-field {
            flex: 1;
            min-width: 200px;
        }
        
        .field-label {
            display: block;
            font-weight: 600;
            margin-bottom: 8px;
            color: #333;
             font-family: 'Jost';
        }
        
        input, select {
            width: 100%;
            padding: 12px;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            background-color: #f9f9f9;
            font-size: 16px;
           font-family: 'Manrope';
        }
        
        input:focus, select:focus {
            outline: none;
            border-color: #0d5e6d;
        }
        
        .form-button {
            background-color: #0d5e6d;
            color: white;
            border: none;
            padding: 12px 0;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            border-radius: 4px;
            min-height: 50px;
            transition: background-color 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }
        
        .form-button:hover {
            background-color: #0a4a57;
        }
        
        .search-button {
            flex: 1;
            min-width: 150px;
            align-self: flex-end;
        }
        
        .search-icon {
            margin-left: 8px;
        }
        
        input[type="date"]::-webkit-calendar-picker-indicator {
            filter: invert(0.5);
        }
        
        @media (max-width: 768px) {
            .search-field {
                flex: 100%;
            }
        }


  .timeline-container {
            position: relative;
            padding: 20px;
        }

        .timeline {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .timeline-item {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            z-index: 2;
        }

        .timeline-circle {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: rgba(0, 170, 200, 0.1);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .timeline-number {
            font-size: 24px;
            font-weight: bold;
            color: #00aac8;
        }

        .timeline-connector {
            width: 2px;
            background-color: #00aac8;
            height: 80px; /* This controls the spacing between points */
            margin: 5px 0;
            border-right: 2px dashed #00aac8;
            border-left: none;
            background-color: transparent;
        }

        /* Controls for adjusting spacing */
        .spacing-controls {
            position: fixed;
            top: 20px;
            right: 20px;
            background-color: white;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .spacing-controls label {
            display: block;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .spacing-controls input {
            width: 80px;
            padding: 5px;
        }

        .spacing-controls button {
            background-color: #00aac8;
            color: white;
            border: none;
            padding: 5px 10px;
            border-radius: 4px;
            cursor: pointer;
            margin-top: 10px;
        }      


        .paleo{
            background: url('../img/palaiokatstritsa/4.JPG')rgba(0, 0, 0, 0.40);
        }

         .kanoni{
            background: url('../img/kanoni/2.JPG')rgba(0, 0, 0, 0.40);
        }

        .kumquat{
            background: url('../img/KumQuat-Distillery/1.JPG')rgba(0, 0, 0, 0.40);
        }

        .mone-repo{
            background: url('../img/mone-repo/2.JPG')rgba(0, 0, 0, 0.40);
        }

        .old-town{
            background: url('../img/corfu-main.jpg')rgba(0, 0, 0, 0.40);
        }

        .destination-thumb{
            background-size: cover;
            background-position: center;
            height: 400px;
            display: flex;
            align-items: end;
            background-repeat: no-repeat;
            background-blend-mode: multiply;
            color: white;
            padding: 1em;
            border-radius: 20px;
        }

        .owl-nav .owl-prev{
    position: absolute;
    top: calc(37%);
    color: rgba(255, 255, 255, 0.829)!important;
    left: 1%;
    opacity: 1;
    font-size: 22px!important;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #00aac8!important;
    color: #ffffff!important;
    border: 1px solid #e0e0e0!important;
    transition-duration: 0.3s;
    border-radius: 50%!important;
}
.owl-nav .owl-next{
    position: absolute;
    top: calc(37%);
    right: 1%;
    opacity: 1;
    font-size: 22px!important;
    z-index: 1;
    width: 40px;

    height: 40px;
     background-color: #00aac8!important;
   color: #ffffff!important;
    border: 1px solid #e0e0e0!important;
    transition-duration: 0.3s;
    border-radius: 50%!important;
    
    
}

.why-us{
    margin-top: 6em;
 background: #efd9ff;
background: linear-gradient(329deg,rgba(239, 217, 255, 0.71) 0%, rgba(255, 255, 255, 1) 32%, rgba(199, 237, 242, 1) 100%);
padding: 4em 0em;
display: flex;
align-items: center;
}

.reviews{
    padding: 6em 0em;
    background-color: #ffffff;
}

.owl-2 .item{
    background: #efd9ff;
background: linear-gradient(329deg,rgba(239, 217, 255, 0.71) 0%, rgba(255, 255, 255, 1) 32%, rgba(199, 237, 242, 1) 100%);
    padding: 3em;
    border-radius: 20px;
    color: black;
}


footer{
    background: url('../img/view.jpg')rgba(0, 0, 0, 0.85);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    margin-top: -1em;
    padding: 4em 0em;
    padding-top: 5em;
}

.footer-link-nav{
    color: black!important;
}


.tour-section{
    
    background: url('../img/corfu-3.jpg')rgba(0, 0, 0, 0.55);
    height: 60vh;
   margin: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
   
    border-radius: 20px;
     display: flex;
    align-items: center;

}

.about-head{
    
    background: url('../img/about-head.png')rgba(0, 0, 0, 0.65);
    height: 60vh;
   margin: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
   
    border-radius: 20px;
     display: flex;
    align-items: center;

}



.contact-head{
    
    background: url('../img/contacthead.jpg')rgba(0, 0, 0, 0.65);
    height: 60vh;
   margin: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
   
    border-radius: 20px;
     display: flex;
    align-items: center;

}


@media only screen and (max-width: 870px) {
  .contact-btn {
    display: none!important;
  }
  .mob-img{
    margin: 0.4em 0em!important;
    display: none;
  }
  .col-about{
    margin-top: 3em!important;
  }
  .about-section{
    padding-bottom: 1em!important;
  }
  .timeline-container{
    display: none!important;
  }
  .copyright{
    display: flex;
    justify-content: start!important;
  }
}