@font-face {
    font-family: "Montserrat Bold";
    src: url(./Montserrat-Bold.ttf);
}
@font-face {
    font-family: "Montserrat Regular";
    src: url(./Montserrat-Regular.ttf);
}
@font-face {
    font-family: "Montserrat Medium";
    src: url(./Montserrat-Medium.ttf);
}
@font-face {
    font-family: "Montserrat SemiBold";
    src: url(./Montserrat-SemiBold.ttf);
}
body h1{
    font-family: "Montserrat Bold"!important;
}
body p{
    font-family: "Montserrat Regular"!important;
}
body a{
    font-family: "Montserrat Medium"!important;
}
body{
    overflow-x: hidden;
}

.headerMenu {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5%!important;
}
.headerMenu a{
    color:#27c0e8;
}
.headerMenu a:hover {
    text-decoration: none;
}

.hamburger {
    display: none; /* Hide hamburger by default */
    font-size: 24px;
    cursor: pointer;
}

.mobileMenu {
    display: none; /* Hide mobile menu by default */
    flex-direction: column;
    position: absolute; /* Absolute positioning */
    top: 5%; /* Adjust based on your layout */
    left: 0; /* Align it to the left */
    background-color: white; /* Change as needed */
    width: 100%;
    z-index: 1000; /* Ensure it's on top */
    animation: slideIn 0.3s ease; /* Animation */
}

.mobileMenu a {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ccc; /* Optional separator */
}
.socialMediaLogo{
    text-align: center;
}
.socialMediaLogo a{
    text-decoration: none;
}
.socialMediaLogo a:hover{
    text-decoration: none;
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.travelHeadPic{
    position: relative;
}
.giveAway{
    position: absolute;
    top: 0%;
    text-align: center;
    width: 100%;
    background-color: yellow;
}
.giveAway a {
    text-decoration: none;
    color:black;
}
.giveAway a:hover{
    text-decoration: none;
}
.giveAway p {
    margin-top:1%;
    font-family: "Montserrat Medium"!important;

}
.text-block {
    position: absolute; 
    bottom: 55%;
    right: 65%;
    left:6%;
    color: white!important;
    padding-left: 20px;
    padding-right: 20px;
}
.text-block h1{
    font-size: 40px;
}
.travelMainInfo{
    position: relative;
    color: #0eaacc;
    background-color: #ECF4F7;
    padding-left: 7%;
    padding-top: 3%;
}
.settle{
    left:6%;
}
.travelMainFirstInfo{
    width: 50%;
    margin-left: 6%;
    margin-top: 6%;
    padding-bottom: 6%;
}
.travelMainSecondInfo{
    width: 50%;
    margin-top: 11%;
}
.travelMainSecondInfo img{
    border-radius: 50px;
}
.tabs{
    padding-top:3%;
    color: white;
}
.card{
    border: none!important;
}
.cardFirst{
    border-radius: 15px!important;
    margin-top: 7%!important;
    background-color: #0EABCE!important;
}
.inputCostumize{
    width: 30%;
}
.secondTabs{
    padding-top: 8%;
    padding-left: 6%;
}
.travelSecondInfo{
    position: relative;
    left:6%;
    margin-top: 7%;
    width: 94%;
}
.imgSecondInfo{
    width: 50%;
}
.imgSecondInfo img{
    border-radius: 50px;
}
.textSecondInfo{
    width: 50%;    
    color: #0eaacc;
}
.cardSecond{
    border-radius: 25px!important;
    display: block!important;
}
.cardSecond img {
    border-top-left-radius: 25px!important;
    border-top-right-radius: 25px!important;
}

.buttonExplore{
    display: flex;
    width: 22%;
    justify-content: space-between;
    background-color: #0EABCE;
    color: white;
    border: none;
    border-radius: 10px;
    padding:1%;

}
.text-blockSecond {
    position: absolute; 
    color: white!important;
    background-color: white;
    border-radius: 11px;
    padding-left: 20px;
    padding-right: 20px;
    top: 5%;
    left: 4%;
    right: 13%;
    bottom: 82%;
}
.ap3{
    background-image: url('../assets/images/pilot.jpg')!important; /* Update the path as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    color: white; /* Optional: ensures text stands out against the background */
  }
.cardText{
    background-color: white;
    border-radius: 15px;
    padding:3%;
}
.travelThirdInfo{
    background-color: #ECF4F7;
    margin-top:1%;
    text-align: center;
    color: #003745;
    padding-top:6%;
    padding-bottom: 6%;
}
.buttonContactUs{
    background-color: #27c0e8;
    color: white;
    border: none;
    border-radius: 10px;
    padding:1% 2% 1% 2%;
}
.findTripInputs{
    flex-direction: column;
    position: absolute;
    bottom: 22%;    
    right: 7%;
    left: 7%;
    padding-top: 1%;
    background-color: white;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.findTripInputs label{    
    color: #003745;
    font-family: "Montserrat SemiBold"!important;
}
.findHotelInputs label{    
    color: #003745;
    font-family: "Montserrat SemiBold"!important;
}
.findHotelInputs{
    flex-direction: column;
    position: absolute;
    bottom: 5%;
    right: 7%;
    padding-top: 1%;
    left: 7%;
    background-color: white;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.findTripButton{
    width: 13%;
    height: 10%;
    margin-top:1%;
    font-family: "Montserrat SemiBold"!important;
    background-color: #27c0e8;
    border:none;
    padding:1% 2% 1% 2%;
    border-radius: 10px;
    color:white
}
.findTripInputs input{
    border:none;
    width:100%;
    padding: 2%;
}
.findTripInputs select{
    border:none;
}
.findTripInputs select{
    width:100%;
    padding: 2%;
}
.findHotelInputs select{
    width:100%;
    padding: 2%;
}
.findHotelInputs select{
    border:none;
}
.findHotelInputs input{
    border:none;
    width:100%;
    padding: 2%;
}
.mb-3{
    width: 20%!important;
}




.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    opacity: 0; /* Start hidden */
    transition: opacity 0.3s ease; /* Fade transition */
}

.modal.show {
    display: block; /* Show modal */
    opacity: 1; /* Fade in */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%!important; /* Could be more or less, depending on screen size */
    transform: translateY(-50px); /* Start from above */
    opacity: 0; /* Start hidden */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Slide and fade */
}

.modal-content.show {
    transform: translateY(0); /* Slide down to original position */
    opacity: 1; /* Fade in */
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modalTitleTicket{
    width: 100%;
    text-align: center;
    font-family: "Montserrat SemiBold";
    color: #003745;
}
.buttonModalSubmit{
    width: 13%;
    height: 10%;
    margin-top:0.5%;
    font-family: "Montserrat SemiBold"!important;
    background-color: #27c0e8;
    border:none;
    padding:1% 2% 1% 2%;
    border-radius: 10px;
    color:white
}

.hotelModal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.5); 
}
.hotelModal.show {
    display: block; /* Show modal */
    opacity: 1; /* Fade in */
}
.hotelmodal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 300px; 
    text-align: center;
}
.hotelmodal-content.show {
    transform: translateY(0); /* Slide down to original position */
    opacity: 1; /* Fade in */
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.carousel-item {
    display: flex;
    justify-content: center;
  }
  .carousel-item .card {
    flex: 1;
    margin: 0 10px; /* Space between cards */
    max-width: 18rem; /* Ensure cards do not exceed this width */
    height: 368px;
  }
  .carousel-inner {
    display: flex;
  }
  .carousel-control-prev,
  .carousel-control-next {
    /*background-color: black; /* Set background color to black */
    width: 5%; /* Adjust width as needed */
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-image: none; /* Remove default icons */
  }
  .carousel-control-prev::before,
  .carousel-control-next::before {
    content: ''; /* Clear default content */
    display: block;
    width: 30px; /* Adjust size as needed */
    height: 30px; /* Adjust size as needed */
    background-color: white; /* Set icon color to white */
    clip-path: polygon(50% 0%, 0% 50%, 50% 100%, 100% 50%); /* Create arrow shape */
  }
  .carousel-control-next::before {
    transform: rotate(90deg); /* Rotate to create right arrow */
  }
  .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")!important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}
.carousel-control-prev::before, .carousel-control-next::before {
    content: none!important;
}
.carousel-control-next-icon {
    filter: invert(1) grayscale(100)!important;
}
.carousel-control-prev {
    left: 8%!important;
}
.carousel-control-next {
    right: 8%!important;
}

  .card-body{
    padding: 4% !important;
  }

  
#customCarousel{
    padding-bottom:10%;
    padding-top:5%;
    background-color: #ecf4f7;
}

.footer{
    background-color: #1b1b1b;
    color: white;
    justify-content: space-around;
    padding-top: 6%;
    padding-bottom: 6%;
}
.footerText{
    width: 50%;
    position: relative;
    left: 7%;
}
.footerInput{
    width:50%;
    position: relative;
}
.inputGroup{
    width: 50%!important;
}
.buttonContactUsFooter{
    margin-top:3%;
    background-color: #27c0e8;
    color: white;
    border: none;
    border-radius: 10px;
    padding:1% 3% 1% 3%;
}

@media screen and (max-width: 1024px) {
    .text-block{
        bottom: 52%;
    }
    .findTripInputs {
        bottom: 25%;
        font-size: small;
    }
    .findHotelInputs {
        font-size: small;
    }
}


@media screen and (max-width: 768px) {
    
    .headerMenu{
        justify-content: space-between;
        font-size: 13px;
    }
    .text-block {
        bottom: 54%;
        width: 93%;
    }
    .text-block h1{
        font-size: x-large;
    }
    .text-block p{
        font-size: small;
    }
    .giveAway p {
        font-size: 11px;
    }

    .text-block-second-pic{
        right:0%;
    }
    .findTripInputs {
        font-size: small;
        bottom:32%;
    }
    .findHotelInputs {
        font-size: small;
    }
    .tabs .card{
        width: 18rem !important;
    }
    .cardInfo .card{
        margin-bottom: 15%;
      }
      .justify-content-center{
        flex-direction: column;
        align-items: center;
      }
      .justify-content-center .card{
        margin-bottom: 3%;
      }
      .buttonExplore{
        width: 41%;
      }
}

@media (max-width: 600px) {
    body{
        overflow-x: hidden;
    }
    .text-block h1{
        font-size: xx-large;
    }
    .travelMainInfo {
        flex-direction: column;
        padding-left:4%;
    }
    .carousel-control-prev {
        left: 2%!important;
    }
    .carousel-control-next{
        right: 2%!important;
    }
    .secondTabs{
        padding-top:0%;
    }
    .text-block p {
        font-size: medium;
    }
    .headerMenu {
        display: none; /* Hide header menu on small screens */
    }
    .hamburger {
        display: block; /* Show hamburger icon */
        margin-right: 5%;
    }
    .mobileMenu {
        display: none; /* Still hidden until toggled */
    }
    .socialMediaLogo{
      padding: 0% !important;
      text-align: left;
    }
    .socialMediaLogo img{
      margin-top:2%;
    }
    .colLogo{
      padding-right:0%!important
    }
    .travelHeadPic{
        height:700px;
    }
    .travelHeadPic img{
        height: 313px;
    }
    .text-block {
        bottom: 68%;
        right: 0%; 
        left: 0%;
    }
    .findTripInputs{
        width: 40%;
        bottom: 5%;
    }
    .findHotelInputs{
        width: 40%;
        left: 55%;
    }
    .findTripInputs .mb-3{
        width: 100%!important;
    }
    .findHotelInputs .mb-3{
        width: 100% !important;
    }
    .inputDiv {
        flex-direction: column;
    }
    .inputHotel{
        flex-direction: column;
    }
    .travelMainFirstInfo{
        width: 90%;
    }
    .travelMainFirstInfo h1{
        font-size: x-large;
    }
    .findTripButton{
        width: 100%;
    }
    .secondTabs{
        padding-left: 0%;
    }
    
    .tabs{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .travelMainSecondInfo{
        width: 100%;
        margin-bottom: 15%;
    }
    .travelMainSecondInfo img{
        margin-left: 5%;
    }
    .travelSecondInfo{
        flex-direction: column;
        width: 90%;
    }
    .imgSecondInfo{
        width: 100%;
        text-align: center;
    }
    .textSecondInfo{
        padding-top:4%;
        width: 100%;
    }
    .buttonExplore{
        width: 71%;
        padding: 3%;
    }
    .cosutmizecard{
        height: 600px!important;
        width: 75%!important;
    }
    .costumizeInfo{
        margin-left: 13%;
        width: 86%;
    }
    .travelThirdInfo h1{
        font-size: x-large;
    }
    .footerInput{
        left:6%;
        width: 93%;
    }
    .footerText{
        left:6%;
        width: 93%;
    }
    .footer {
        flex-direction: column;
    }
    .modal-content{
        padding: 0%!important;
        width: 100% !important;
        margin: 15% 0% 0% 0%;
    }
    .buttonModalSubmit {
        width: 50%; 
        height: 10%;
        margin-top: 0.5%;
        margin-bottom: 3%;
    }
    .inputCostumize{
        width: 40%!important;
    }
    .inputGroup{
        width: 70%!important;
    }
}