
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');



*:focus {
    outline: none !important;
}

h2 {
    font-size: 24px;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

body {
    font-family: "Rubik", sans-serif;
}

@media only screen and (max-width: 768px) {
    .head-search-box {
        width: 95% !important;
    }
    .vidoe-title {
        padding: 5px 0px !important;
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

/*#loaddestination {*/
/*    cursor: pointer;*/
/*    border: 2px solid rgba(17, 24, 39);*/
/*    color: rgba(17, 24, 39);*/
/*    border-radius: 5px;*/
/*    font-weight: 500;*/
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
/*    background-color: transparent;*/
/*    transition: 200ms;*/
/*}*/

/*#loaddestination:hover {*/
/*    background-color: rgba(17, 24, 39);*/
/*    color: white;*/
/*}*/

/*#loaddestination:hover .chevron-down {*/
/*    color: white;*/
/*}*/

.chevron-down {
    height: 14px;
    width: 16px;
    margin-top: 6px;
    color: rgba(17, 24, 39);
}

.head-search-box {
    padding: 5px;
    width: 70%;
    border-radius: 10px;
    background-color: white;
}

.homepage-search-dropdown {
    padding: 10px;
    border: none;
}

.homepage-search-dropdown-button {
    background-color: white;
    border: none;
    color: #374151;
    width: max-content;
    padding: 13px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 200ms;
}

.homepage-search-dropdown-button:hover {
    background-color: #f3f4f6;
}

.homepage-search-category {
    display: block;
    background-color: white;
    color: #374151;
    border: none;
    width: 100%;
    font-size: 15px;
    padding: 8px 15px;
    transition: all 200ms;
    cursor: pointer;
}

.homepage-search-category:hover {
    background-color: #f3f4f6;
}

.homepage-search-category-div {
    position: absolute;
    top: 60px;
    z-index: 100;
    min-width: 150px;
    border: none;
    border-radius: 5px;
}

.homepage-search-dropdown-active {
    background-color: #059669;
    color: white;
}

.homepage-search-dropdown-active:hover {
    background-color: #059669;
    color: white;
}

.homepage-main-search {
    height: 50px;
    width: 92%;
    border: none;
    background-color: white;
    border-radius: 10px;
    padding: 0px 15px;
}

.homepage-main-search::placeholder {
    color: #374151;
    opacity: 1;
}

.homepage-search-button {
    padding: 6.2px 15px;
    border: none;
    cursor: pointer;
    border-radius: 10%;
    background-repeat: no-repeat;
    background-position: center;
    background: linear-gradient(90deg, rgba(16, 185, 129, 1) 0%, #34d399 100%);
    transition: all 200ms;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.homepage-search-button:hover {
    background-color: #f3f4f6;
}

.discover {
    cursor: pointer;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
}

.discover-div {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
}

.discover:hover {
    filter: brightness(1.1);
}

.h-300 {
    height: 300px;
}

.title-underline {
    height: 4px;
    width: 100px;
    border-radius: 5px;
    background-color: #25634d;
}

.discover-title {
    position: absolute;
    bottom: 0%;
    color: white;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 20px;
    text-decoration: none !important;
    z-index: 1;
}

.discover-title:hover {
    color: white;
}

/*the big content issue can be solved if I can make the width auto, I need to wait for the right image for the section*/
.destination-img {
    cursor: pointer;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-fit: cover;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
}

.destination-img:hover {
    filter: brightness(90%);
}

.destination-div-slick {
    width: 194px;
    height: 300px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
}

.offer {
    cursor: pointer;
    height: auto;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
}

.offer-div {
    width: 100%;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
}

.home-title {
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.589);
    color: white;
}

.header-background {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-target {
    overflow-x: auto;
    flex-wrap: inherit;
}

.home-pledge-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
    padding: 10px 20px;
    border: 3px solid white;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 30px;
}

.home-pledge-btn:hover {
    background-color: white;
    color: #059669;
}

.pledge-input {
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 30px;
    width: 49%;
    border: none;
    background-color: #32cd3229;
}

.pledge-input::placeholder {
    color: #059669;
    opacity: 1;
}

.pledge-submit {
    padding: 8px 20px;
    background-color: #059669;
    border: none;
    color: white;
    border-radius: 30px;
    cursor: pointer;
}

.modal-content {
    border: none;
}

.partner {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.news-title {
    font-size: 25px;
    text-decoration: none !important;
    color: #fff;
}

.news-title:hover {
    color: #fff;
}

.news-image {
    height: 400px;
    padding-top: auto;
    padding-left: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.news-image2 {
    height: 187.5px;
    padding-top: auto;
    padding-left: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.load-more {
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    background-color: #03a84e;
    text-decoration: none !important;
    transition: 300ms;
}

.load-more:hover {
    color: white;
    background-color: #00b351;
}

.category {
    padding: 2px 10px;
    border-radius: 5px;
    color: white;
    background-color: #25634d;
    display: inline-block;
}

.pledge-text {
    overflow-y: auto;
}

.destiny-text {
    padding: 18px;
    position: absolute;
    bottom: 0%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}

.destiny-img {
    transition: 200ms;
}

.destiny-img:hover {
    filter: brightness(1.1);
}

.border-r-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.border-r-b-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.border-r-10 {
    border-radius: 10px;
}

.search-links {
    border: none;
    background-color: transparent;
    font-size: 14px;
    cursor: pointer;
    color: white;
    font-weight: 400;
}

.search-links:hover {
    color: white;
}

@media only screen and (max-width: 600px) {
    .main-dest {
        height: 177px;
    }

    .sub-dest {
        height: 100px;
    }

    .stay-location {
        font-size: 18px !important;
    }
}

.scroll-thin::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    cursor: pointer;
}

/* width */
.scroll-target::-webkit-scrollbar {
    width: 2px;
    height: 5px;
    cursor: pointer;
}

/* Track */
.scroll-target::-webkit-scrollbar-track {
    border-radius: 5px;
    cursor: pointer;
}

/* Handle */
.scroll-target::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    height: 5px;
}

/* Handle on hover */
.scroll-target::-webkit-scrollbar-thumb:hover {
    background: #e0e0e0;
    cursor: pointer;
    height: 5px;
}

.search-svg {
    height: 25px;
    width: 25px;
    margin-top: 6px;
    color: white;
}

.styled-button {
    padding: 8px 25px;
    border: 2px solid #111827;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    text-decoration: none !important;
}

.styled-button {
    background: #111827;
    color: #fff;
    z-index: 1;
}

.styled-button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transition: all 0.3s ease;
}

.styled-button:hover {
    color: #111827;
}

.styled-button:hover:after {
    top: 0;
    height: 100%;
}

.styled-button:active {
    top: 2px;
}

.simple-load {
    font-weight: 400;
    color: #111827;
    text-decoration: none !important;
}

.simple-load:hover {
    color: #059669;
}

.vidoe-title {
    padding: 9px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #111827;
    text-decoration: none !important;
}

.video-div {
    border-radius: 20px;
}

.video-div:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.video-div:hover .video-div-icon {
    display: none;
}

.video-div:hover .video-div-icon-black svg {
    color: black;
}

.video-div-icon-black {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 34%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
}

.video-div-icon {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 34%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
}

.video-image {
    border-radius: 10px;
    width: 100%;
    height: 143px;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .sm-pad {
        padding-top: 40px;
    }
    .video-image {
        height: 100px;
    }

    .stay-image {
        height: 100px !important;
    }

    .stay-sm-padding {
        padding-bottom: 20px;
    }

    .stay-location {
        bottom: 65px !important;
    }
}

.stay-image {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.stay-category {
    font-weight: 400;
    font-size: 14px;
    color: #059669;
}

.stay-location {
    font-weight: 500;
    position: absolute;
    bottom: 50px;
    padding: 10px;
    color: white;
    font-size: 30px;
}

.cursor-pointer {
    cursor: pointer;
}

@media only screen and (max-width: 574px) {
    #meghalaya {
        order: 3;
    }
    #indonesia {
        order: 3;
    }
    .sm-padding-none {
        padding: 0px !important;
    }
}
@media only screen and (min-width: 574px) {
    .hidden-destiny {
        display: flex !important;
    }
}
