@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-color: green !important; */
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Plus Jakarta Sans", sans-serif !important;
    /* position: relative; */
    /* display: none; */
}
.web-container{
    width:50%;
    margin:auto;
}
.mode{
    align-content: center;
    text-align: center;
    /* background-color: green; */
    height: 100vh;
    display:none;
}
main{
    /* display: none; */
}
@media(max-width:600px) {
    main {
        /* display: block; */
    }
    .mode{
        /* display: none; */
    }
    .web-container{
        width:auto;
        margin: auto;
    }
}

.title {
    /* font-family: var(--font-family); */
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.homepage {
    /* background-color: green; */
    background-image: linear-gradient(
        to bottom right, 
        rgba(0, 0, 0, 0.5), 
        rgba(0, 0, 0, 0.5)
    ), 
    url('/assets/back-img-1.jpg');
    /* background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4),url("/assets/back-img-3.jpg")); */
    /* background-color: rgba(0,0,0, 0.4); */
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100vh;
    animation: change 10s infinite ease-in-out;
    /* filter: blur(2px); */
    /* background:; */
}

@keyframes change{
    0%
    {
        background-image:linear-gradient( 
            rgba(0, 0, 0, 0.5), 
            rgba(0, 0, 0, 0.5)
        ),url('/assets/back-img-1.jpg');
    }
    40%
    {
        background-image:linear-gradient( 
            rgba(0, 0, 0, 0.5), 
            rgba(0, 0, 0, 0.5)
        ),url('/assets/back-img-2.jpg');
    }
    60%
    {
        background-image:linear-gradient( 
            rgba(0, 0, 0, 0.5), 
            rgba(0, 0, 0, 0.5)
        ),url('/assets/back-img-3.jpg');
    }
    100%
    {
        background-image:linear-gradient( 
            rgba(0, 0, 0, 0.5), 
            rgba(0, 0, 0, 0.5)
        ),url('/assets/back-img-4.jpg');
    }
    
}

.header-content {
    /* background-color: green; */
    height: 80vh;
    align-content: center;
}

.header-content h1 {
    /* font-family: var(--third-family); */
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    color: #fff;
}

.header-content p {
    /* font-family: var(--third-family); */
    /* font-weight: bold; */
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.header-content .cto-btn {
    display: flex;
    gap: 15px;
    justify-content: center;
    /* padding:0 20px; */
}

.header-content .cto-btn button {
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    width:auto;
}

.header-content .cto-btn button:first-child {
    background-color: transparent;
    border: 1px solid #f1f1f1;
    color: #fff;
}

.header-content .cto-btn button:last-child {
    background: #039c40;
    color: #fff;
    padding: 10px 20px;
}

.why-join-us-content {
    /* background-color: green; */
}

.why-join-us-content .content {
    background-color: blue;
    padding: 20px 15px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    background: rgba(97, 101, 98, 0.2);
    margin: 10px 0;
}

.why-join-us-content .content span {
    width: 100%;
    text-align: left;
    /* font-family: var(--font-family); */
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.customize-your-trip-content {
    /* background-color: green; */
}

.customize-your-trip-content form input,
select,
button {
    padding: 15px 10px;
    width: 100%;
    margin: 10px 0;
    background-color: transparent;
    /* border: 1px solid rgba(255, 255, 255, 0.569); */
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #f1f1f1;
    font-size: 14px;
}
.customize-your-trip-content form input::placeholder {
    color: #f1f1f1;
    /* opacity: 0.5; */
  }

.customize-your-trip-content form select option {
    color: #000;
}

.customize-your-trip-content form button {
    border: none;
    background-color: #039c40;
    color: #f1f1f1;
    font-weight: bold;
}

.faq-content {
    /* background-color: green; */
}

.accordion {
    display: flex;
    flex-direction: column;
    /* gap:10px; */
}

.accordion-item {
    backdrop-filter: blur(4px);
    background: rgba(97, 101, 98, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    text-align: left;
    border-radius: 0 !important;
}

.accordion-collapse {
    /* background-color: green; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    font-size: 14px;
}

.accordion-button {
    background-color: transparent !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 14px;
    /* background-color: blue !important; */
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.carousel {
    /* background-color: green; */
    width: 100%;
    height: 100vh;
}

.carousel .carousel-item {
    text-align: center;
    padding: 30px 0;
}
.carousel-indicators{
    gap:15px !important;
}
.carousel-indicators .active{
    background-color: #fff !important;
}
.carousel-indicators button{
 background-color: transparent !important;
 width:15px !important;
 height: 15px !important;
 border-radius: 50%;
 border:5px solid rgba(168, 168, 168, 0.24) !important;
}

.modal {
    /* width:100%; */
    height: 100vh;
}

.footer-content {
    width: 100%;
    height: 80vh;
    /* background-color: green; */
    align-content: center;
    color: #fff;
}

.footer-content .content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.footer-content .content .text{
     color: rgba(255, 255, 255, 0.747);
     /* font-weight: bold; */
     font-size: 18px;
}
.footer-content .content span {
    font-size: 14px;
    padding:0 20px;
    /* color: rgba(255, 255, 255, 0.6); */
}

.footer-content .content button {
    width:auto;
    padding: 10px 15px;
    border: none;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.3);
}

.accordion-button::after{
   background-image: none;
}
.accordion-button:not(.collapsed)::after{
    background-image: none;
}
.preloader {
    z-index: 111;
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#ffffff;
    top: 0;
    animation: pulse;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
}

.preloader:after {
    content: url("/assets/logo.svg");
}
.explore{
    background-color: #ffffff;
    padding:30px 0;
}
.products{
    /* background-color: #ffffff; */
    width:100%;
    height:auto;
}
.products-2{
    background-color: #f1f1f1;
    width:100%;
    height:80vh;
    /* margin:10px 0; */
}
@media(max-width:600px){
    .products-2{
        display: none;
    } 
}