@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;1,600&display=swap);
:root {
    --primary-color: #ffc107;
    --second-color: #1f6ca0;
}

a {
    text-decoration: none !important;
}

a {
    color: inherit;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Jost, sans-serif;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.bgprimary {
    background-color: var(--primary-color) !important;
    color: #000 !important;
}

.bgsecond:hover {
    background-color: var(--second-color);
}

.bgsecond {
    background-color: var(--second-color);
}

.textprimary {
    color: var(--primary-color) !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.top-header {
    background-color: #000;
    color: #fff;
    font-size: 14px;
}

nav.top-social-icon ul li {
    color: #fff;
    font-size: 14px;
}

.top-header a {
    color: #fff;
    transition: color 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

.top-header a:hover {
    color: #0d6efd;
}

.top-header i {
    font-size: 16px;
}

.contact-info {
    text-align: right;
}

.contact-info a {
    font-size: 13px;
    color: #000000b5;
}

.home-div {
    font-size: 24px;
    color: #fdca18;
}

.logo-sec img {
    width: 130px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    opacity: 0;
    display: block;
    visibility: hidden;
    position: absolute;
    background-color: #fdca18;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin: 0px;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.dropdown-content a {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #00000012;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

ul.dropdown-content a {
    color: #000000e3 !important;
}

.dropdown-content:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
}

.dropdown-menu {
    width: auto;
    border: none;
    background: #fff;
    line-height: 32px;
}

ul.dropdown-menu li a {
    color: #000000e3 !important;
}

ul.dropdown-menu li {
    padding: 0px;
}

.dropdown-menu .dropdown-item:hover {
    background: #fdca18;
}

.dropdown-menu[data-bs-popper] {
    top: inherit;
    left: inherit;
    margin-top: inherit;
}

li.nav-item.dropdown {
    padding-left: 20px;
}

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all 0.5s ease-in-out;
        margin-top: 0;
    }
    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.banner-sec {
    padding: 20px 0;
    position: relative;
    background-image: url(../images/frame.webp);
}

.custom-sub-title {
    font-size: 50px;
    color: #000;
    font-weight: 500;
    position: absolute;
    left: -4px;
    margin-top: -32px;
    font-family: "Square Peg", cursive !important;
}

.headind-tittle {
    position: absolute;
    top: 95px;
}

.custom-sub-title {
    font-size: 50px;
    color: #000;
    font-weight: 500;
    position: absolute;
    left: -4px;
    margin-top: -32px;
    font-family: "Square Peg", cursive !important;
}

.custom-title {
    font-size: 75px;
    font-family: Poppins !important;
    font-weight: 800 !important;
    color: #dc3545 !important;
    letter-spacing: 6px !important;
    text-shadow: rgb(255 255 255) 6px 4px 0 !important;
    margin-top: 10px;
}

.mask-box img {
    border-radius: 180px;
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.mask-box-content,
.mask-box-content2 {
    right: 488px;
    text-align: center;
    position: absolute;
}

.mask-box-content {
    top: 70px;
}

.mask-box {
    text-align: left;
}

.custom-sub-title2 {
    font-size: 2.5em;
    color: #1b2f88;
    font-weight: 500;
    margin-bottom: -5px !important;
    font-family: "Square Peg", cursive;
}

.mask-box-pragh {
    width: 250px;
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 1.5em;
    color: #24272c !important;
    font-weight: 400 !important;
    text-shadow: none;
    margin-bottom: 0;
}

.mask-box-content2 {
    bottom: 95px;
}

.mask-box2 {
    position: absolute;
    bottom: 40px;
}

p.advisor-d {
    font-size: 20px;
}

.item-d h5 {
    font-size: 24px;
    margin: 0px;
}

.advisor-sec {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.advisor-sec i {
    font-size: 48px;
}

p.avai-d {
    font-size: 12px;
    margin: 0px;
}

.btnprimary {
    background-color: #fdca18;
    color: #000;
}

.btnprimary:hover {
    background-color: #fdca18;
    color: #000;
}

.main-title {
    font-size: 28px;
    color: #dc3545;
}

.paragraph p {
    font-family: Jost;
    color: #697488;
}

.form-sec .form-control:focus {
    box-shadow: none;
}

.form-sec .form-select:focus {
    box-shadow: none;
}

.form-sec .form-select {
    font-size: 13px;
    color: #212529c2;
    height: 40px;
}

.form-sec .form-control {
    font-size: 13px;
    height: 40px;
}

.offertag-sec {
    font-family: Jost;
    color: #697488;
}

.offertag {
    background-color: #F44336;
    border-radius: 33px;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
}

.inclusions-list {
    line-height: 30px;
    font-size: 14px;
}

.city-d {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Jost';
}

.days span {
    color: #e91e63;
}

.days {
    font-weight: 700;
    font-family: 'Jost';
}

.inclusions-list {
    height: 215px;
    overflow: hidden;
    transition: height 0.3s ease;
}

.readmore {
    color: red;
    transition: all 0.3s ease;
    text-decoration: underline;
}

.readmore:hover {
    color: red;
}

.highlight-list ul li img {
    width: 12px;
}

.cross {
    color: red;
}

.startfrom {
    color: red;
    font-size: 12px;
    margin: 0px;
}

.prices-d {
    font-family: 'Jost';
    text-decoration: underline;
    font-size: 22px;
    font-weight: 600;
}

.perperson {
    font-size: 12px;
    color: #666;
    font-family: 'Jost';
}

.gridbtn a {
    width: 90%;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 10px 0px;
}

.btn {
    border: none;
}

span.bookingtg {
    position: absolute;
    font-family: Poppins, Sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
    fill: #fff;
    color: #fff;
    background-color: red;
    border-radius: 6px;
    top: 31px;
    left: -70px;
    padding: 5px 60px;
    rotate: 315deg;
    box-shadow: 0 0 6px 0 #ddd;
}

.image-box {
    overflow: hidden;
}


/* FOOTER BASE */

.footer-section {
    background-color: #111;
    color: #ccc;
    font-size: 14px;
}

.footer-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
    font-family: 'Jost';
    font-weight: 500;
}

.footer-title::after {
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    background: #ffffff;
    margin-top: 8px;
}

.footer-text {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
    font-family: 'Jost';
    color: #e6e6e6;
}

.highlight {
    color: #fdca18;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Jost';
}

.footer-links li {
    margin-bottom: 8px;
    font-size: 16px;
    font-family: 'Jost';
}

.footer-links a {
    color: #e6e6e6;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fdca18;
}

.footer-link {
    color: #fff;
    text-decoration: none;
}

.footer-link:hover {
    color: #fdca18;
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    display: inline-block;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #fdca18;
}

.footer-disclaimer {
    font-size: 15px;
    color: #e6e6e6;
    text-align: center;
    margin-top: 20px;
    font-family: 'Jost';
}

.footer-copy {
    font-size: 15px;
    color: #e6e6e6;
    margin-top: 10px;
    font-family: 'Jost';
}


/* SOCIAL */

.social-icons a {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #ffcc00;
}

.address-div {
    background: #eeeeee45;
    padding: 20px;
    border-radius: 10px;
    height: 550px;
}

.address-div h6 {
    color: #051036;
    font-size: 18px;
    margin-bottom: 20px;
}

.address-div p {
    margin: 0px;
    font-family: Jost;
    font-weight: 400;
    color: #00000091;
}


/* BOTTOM */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    color: #ccc;
}

.footer-bottom-links {
    margin-left: 10px;
    font-weight: 500;
}

.footer-bottom-links a {
    color: #ccc;
    text-decoration: none;
    margin: 0 5px;
}

.footer-bottom-links a:hover {
    color: #fff;
}

.whatsappsbtn {
    font-size: 14px;
    color: #fff;
    position: fixed;
    bottom: 80px;
    right: 20px;
    line-height: 40px;
    cursor: pointer;
    z-index: 2;
    text-align: center;
}

.whatsappsbtn i {
    background: #1bd741;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    border-radius: 10px;
    color: #fff;
}

.contact-btn {
    display: none;
}

.more-text {
    max-height: 0;
    overflow: hidden;
    display: inline-block;
    transition: max-height 0.4s ease;
}

.more-text.show {
    max-height: 200px;
    /* adjust according to content */
}

.free-quotes .get-free {
    background-color: #ffc107;
    color: #000;
    padding-top: 10px;
    font-size: 20px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.get-free-qoute .form-control:focus {
    box-shadow: none;
}

.free-quotes {
    background: #ffff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #0000003b;
}

.free-quotes .get-free-qoute {
    padding: 15px;
}

.free-quotes .get-free-qoute .form-control {
    height: 40px;
    font-size: 13px;
}

.free-quotes .get-free-qoute .form-select {
    height: 40px;
    color: #212529c2;
    font-size: 13px;
}

.free-quotes .get-free-qoute .form-select:focus {
    box-shadow: none;
}

.form-group {
    margin-bottom: 5px;
}

.submitbtn {
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    border: none;
    width: 100%;
    background-color: #000;
}

.modal-header {
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 99;
    text-align: right;
    background: #f8f9fa;
    right: -16px;
    border: none;
    padding-left: 10px;
    top: -20px;
    border-radius: 50%;
    color: #000;
}

.modal-dialog {
    max-width: 400px;
    margin-top: 70px;
}

.get2 p {
    font-size: 15px;
    color: #000;
}

.get2 {
    text-align: left;
    padding: 1px 20px;
}

p.click-policy {
    font-size: 12px;
    color: #0000009e;
}

.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes trin {
    20%,
    26%,
    32%,
    38%,
    44%,
    50%,
    56%,
    62%,
    68%,
    74%,
    80%,
    from {
        transform: rotate3d(0, 0, 1, 0deg)
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg)
    }
}

section.layout-thank {
    padding-top: 40px;
    text-align: center;
}

.thankyou-wrapper h2 {
    text-align: center;
    color: #e0323a;
    padding: 0 10px 10px;
    font-size: 50px;
}

.thankyou-wrapper p {
    text-align: center;
    color: #033364;
    font-size: 22px;
    font-weight: 500;
}

.thankyou-wrapper a {
    background-color: #2c393f;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
}

.travel-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.travel-card img {
    width: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 33%), rgba(0, 0, 0, 0.1));
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-around;
}

.overlay h3 {
    position: absolute;
    bottom: 80px;
    font-weight: 600;
    margin: 0px;
}

.price-box-d {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

.price-box-d span {
    font-size: 20px;
    font-weight: 600;
}

.inclusions-list li i.fa.fa-check-square-o {
    color: #009688;
    font-size: 13px;
}


/* MOBILE */

@media (max-width: 768px) {
    .image-box img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .travel-card img {
        height: 340px;
    }
    .price-box-d {
        left: 45px;
        right: 45px;
    }
    .thankyou-wrapper h2 {
        font-size: 30px;
    }
    .footer-title {
        font-size: 18px;
    }
    .logo-sec img {
        width: 90px;
    }
    .inclusions-list {
        height: 100px;
    }
    .whatsappsbtn {
        display: none;
    }
    .social-icons {
        margin-top: 10px;
    }
    .navbar-toggler {
        font-size: 15px;
        border: none;
        padding: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    li.nav-item.dropdown {
        padding-left: 0px;
    }
    .footer-bottom {
        text-align: center;
    }
    .price-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .m-0.price-d {
        text-align: right;
    }
    .gridbtn {
        display: flex;
        gap: 10px;
    }
    .gridbtn a {
        width: 100%;
    }
    .perperson {
        margin: 0px;
    }
    .days {
        margin: 0px;
    }
    .contact-btn {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        text-align: center;
    }
    .contact-btn a {
        width: 33.33%;
        /* 3 equal buttons */
        padding: 12px 0;
        font-size: 15px;
        text-decoration: none;
        color: #fff;
    }
    .contact-btn a:first-child {
        background: #fdca18;
        color: #000;
    }
    .contact-btn a:nth-child(2) {
        background: #1f6ca0;
    }
    .contact-btn a:nth-child(3) {
        background: #1BD741;
    }
}