@import url("https://fonts.googleapis.com/css2?family=Preahvihear&family=Roboto:wght@200;300;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}

.body-wrapper {
    overflow: hidden !important;
}

.scrollable-element {
    scrollbar-color: green !important;
}
html {
    scroll-behavior: smooth;
}

.video-container {
    width: 100%;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        7,
        7,
        7,
        0.2
    ); /* Adjust the alpha channel (0.5 in this example) for opacity */
}

/* Navigation */
nav {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.nav-item a {
    color: rgb(255, 254, 254);
}

.nav-hr {
    color: white;
}

.navbar-toggler {
    background-color: transparent;
    border: none !important;
}

.navbar-toggler:active {
    border: none !important;
}

.background-clip {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 90%;
}

.login a {
    text-decoration: none;
    color: white;
    transition: 0.5s ease;
    padding: 12px 25px;
    border-radius: 15px;
}

.login a:hover {
    text-decoration: none;
    color: white;
    background-color: rgb(15, 15, 15);
    padding: 12px 25px;
    border-radius: 15px;
}

.main-header-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lets-travel-wrapper p {
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.main-header-text h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 70px;
    color: white;
}

.main-header-text h1 span {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 70px;
    color: rgba(255, 255, 255, 0);
    letter-spacing: 1px;
    font-style: normal;
    text-decoration: none;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    transition: 0.5s ease-in-out;
}

.main-header-text h1 span:hover {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 70px;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
}

.main-header-text .sri-lanka {
    color: rgb(255, 255, 255);
}

.explore-more {
    display: flex;
    justify-content: space-between;
}

.explore-more a {
    color: white;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 15px 35px;
}

/* aboutus section */

.best-travel {
    display: flex;
    flex-direction: column;
    line-height: 0.5rem;
}
.best-travel p {
    letter-spacing: 4px;
    font-size: 14px;
    color: green;
    font-weight: 300;
}

.best-travel span {
    color: rgb(24, 122, 24);
    font-weight: 900;
}

.best-travel h3 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.best-travel-discription p {
    font-weight: 350;
    text-align: justify;
}

.experience {
    display: flex;
    flex-direction: row;
}

.experience .list {
    line-height: 35px;
}
.call-icon {
    justify-content: center;
}

.call-numbers {
    display: flex;
    flex-direction: column;
    line-height: 15px;
}

.call-numbers h4 a {
    text-decoration: none;
    color: #000;
}

.about-right::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 16%;
    background-image: radial-gradient(
        circle,
        rgb(31, 131, 11) 10%,
        transparent 10%
    );
    background-size: 30px 30px;
    z-index: 4;
}

.about-us-image-wrapper img {
    display: flex;
    width: 100%;
    height: 120%;
    padding-left: 5%;
    padding-top: 25%;
    z-index: 110;
    overflow-x: hidden !important;
}

.popular-tours {
    background-color: rgb(244, 252, 246);
}

.package-details {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.package-price {
    position: absolute;
    top: 45px;
    right: 0px;
    transform: rotate(-90deg);
}

.package-price .price p {
    background-color: rgb(40, 79, 44);
    padding: 12px 12px 12px 20px;
    color: white;
}

.package-details .name p {
    color: white;
    font-weight: 500;
    font-size: 25px;
}

.package-details .price p {
    color: white;
    font-weight: 500;
    font-size: 20px;
    background-color: green;
    display: inline;
    padding: 15px;
    position: absolute;
    top: 0;
    transition: 0.5s ease-in-out;
}

.package-card {
    position: relative;
}

.package-image-wrapper {
    overflow: hidden !important;
}

.package-image-wrapper img {
    transition: transform 0.5s linear;
}

.package-card img:hover {
    transform: scale(1.15);
}

.package-card:hover .package-price .price p {
    background-color: rgb(0, 0, 0);
    padding: 12px 12px 12px 20px;
    color: white;
}

.name_hr {
    border: 1px solid white;
    width: 10%;
    transition: 0.5s ease-in;
}

.package-card:hover .name_hr {
    width: 100%;
    border: 1px solid rgb(255, 255, 255);
}

/* .package-card:hover .package-details .name p {
  background-color: black;
} */

.why-us-wrapper {
    background-image: url(../images/elephants-national-park-sri-lanka.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 50%;
}

/* .why-us-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

.why-us-card-icon i {
    color: rgb(255, 253, 253);
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 18px;
    border-radius: 50%;
}

.why-us-heading p {
    color: rgb(255, 255, 255);
}

.why-us-main-heading p {
    font-weight: 700;
    font-size: 45px;
    color: rgb(0, 0, 0);
    letter-spacing: 1px;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
}

.why-us-card:hover .why-us-card-icon i {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(19, 18, 18, 0.3);
}

.popular-card-image {
    height: 450px;
    width: 200px;
    margin: 15px;
    background-color: rgb(61, 65, 61);
}

.contact-us-wrapper {
    background-image: url(../images/elephants-national-park-sri-lanka.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 50%;
    justify-content: center;
}

/* .contact-us {
  background-color: rgba(255, 255, 255, 0.671);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
} */

.form-details {
    overflow-x: h;
}

.contact-us p {
    font-size: 35px;
    width: 100%;
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.671);
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* border: 1px solid rgba(19, 18, 18, 0.3); */
}

.contact-form-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgb(246, 253, 252);
}

.form-image {
    position: absolute;
}
.form-content {
    background-color: white !important;
    position: absolute;
    left: 25%;
    top: -20%;
    display: inline-block;
    justify-content: center;
    /* width: 50%; */
    justify-content: center;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.submit-form-btn button {
    text-decoration: none;
    color: white;
    background-color: green;
    padding: 15px 40px;
    border: none;
}

/* Testimonials */
.testimonials-wrapper {
    position: relative;
    height: 100%;
}

.testimonials-card {
    color: rgb(2, 2, 2);

    padding-left: 25px;
}

.testimonials-cards-body {
    position: relative;
    background-color: rgb(251, 253, 251);
    padding: 10px;
    border-radius: 15px;
    border: 1px solid rgb(196, 193, 193);
}

.feedback p {
    text-align: justify;
}

.testimonials-cards-image {
    position: absolute;
    top: 10px;
    z-index: 100;
}

.testimonials-cards-image img {
    height: 80px;
    width: 80px;
    border: 2px solid rgb(255, 255, 255);
}

.star-rating i {
    font-size: 14px;
    color: #ffdc12;
}

.slick-prev {
    position: absolute;
    background-color: green;
    border: none;
    color: green;
    padding: 12px 18px;
    z-index: 200;
    right: -60px;
    clip-path: polygon(100% 0, 100% 100%, 50% 50%);
}

.slick-next {
    position: absolute;
    background-color: rgb(2, 2, 2);
    border: none;
    color: rgb(0, 0, 0);
    padding: 12px 33px;
    z-index: 200;
    top: 40px;
    right: -110px;
    clip-path: polygon(0 0, 0 100%, 50% 50%);
}

/* footer */
.footer {
    overflow: hidden;
}

.footer-wrapper {
    background-color: rgb(8, 26, 8);
    color: white;
    font-weight: 200;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.footer-heading p {
    font-size: 20px;
    text-transform: uppercase;
}

.footer-hr {
    border: 1px solid rgb(12, 214, 12);
    width: 50px;
    opacity: 100%;
    transition: 0.5s ease-in-out;
}
.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    float: left;
}

.footer-links li a {
    text-decoration: none;
    color: grey;
}

.footer-links li a:hover {
    text-decoration: none;
    color: rgb(248, 246, 246);
}

#footer-area:hover .footer-hr {
    border: 1px solid rgb(12, 214, 12);
    width: 100px;
    opacity: 100%;
}

.designer-details p {
    color: rgb(209, 202, 202);
    text-decoration: none;
}

.designer-details p a {
    color: rgb(209, 202, 202);
    text-decoration: none;
}

.social-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.social-links a {
    padding: 15px 19px;
    border-radius: 50%;
    background-color: #0e6812;
    color: white;
}

.social-links .facebook {
    padding: 15px 21px;
    border-radius: 50%;
    background-color: #0e6812;
    color: white;
}

.social-links a:hover {
    padding: 15px 19px;
    border-radius: 50%;
    background-color: #0e6812;
    color: rgb(0, 0, 0);
}

.social-links .facebook:hover {
    padding: 15px 21px;
    border-radius: 50%;
    background-color: #0e6812;
    color: rgb(0, 0, 0);
}

/* TOP */
.scrollToTop {
    background-color: #fafafa;
    border: 1px solid #f3f2f2;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: rgb(39, 112, 4);
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.15s ease;

    &:after {
        content: "";
        border: solid rgb(7, 59, 20);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(-135deg);
    }

    &.showBtn {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    #progress-bar {
        --scrollAmount: 0px;

        & svg {
            position: absolute;
            top: 0;
            left: 0;
            max-width: 50px;
            max-height: 50px;
            transform: rotate(90deg);

            & path {
                stroke-width: 0.15em;
                stroke-dasharray: 154;
                stroke-dashoffset: calc(-154px + var(--scrollAmount));
                animation-fill-mode: forwards;
            }
        }
    }
}

#myModal {
    display: none;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
    z-index: 1500;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.modal-header {
    display: flex;
    flex-direction: column !important;
}

.modal {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); */
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Adjust the alpha channel as needed */
}

.modal-content {
    background-color: rgba(
        255,
        255,
        255,
        0.7
    ); /* Adjust the alpha channel as needed */
}

.select-button-wrapper {
    justify-content: space-around;
    align-content: center;
}

.local-btn {
    border: none;
    background-color: black;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.foreign-btn {
    border: none;
    background-color: rgb(145, 112, 7);
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    text-align: center;
}

.local-btn a,
.foreign-btn a {
    color: white;
    padding: 15px 5px;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-align: center;
}

.local-btn a span,
.foreign-btn a span {
    opacity: 0;
}

.local-btn:hover .local-btn a span {
    opacity: 100%;
}

.local:hover {
    border: none;
    background-color: black;
    color: white;

    text-decoration: none;
}

.foreign:hover {
    border: none;
    background-color: rgb(145, 112, 7);
    color: white;

    text-decoration: none;
}

.dropdown button {
    padding: 12px 25px;
    border-radius: 15px;
    border: none !important;
}

.dropdown button:hover {
    padding: 12px 25px;
    border-radius: 15px;
    border: 1px solid rgb(10, 10, 10);
}

.model-image-wrapper {
    position: relative;
    overflow: hidden;
}

.model-image {
    position: absolute;
    opacity: 20%;
}

.model-image img {
    height: 100%;
    width: 100%;
}

.backgorund-image-wrapper {
    position: relative;
}

.backgorund-image-wrapper img {
    filter: grayscale(20%);
}

.about-us-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-us-heading h1 {
    font-weight: 800;
    color: white;
}

.about-us-heading p {
    color: white;
}

.about-paragraph p {
    color: grey;
    text-align: justify;
}

.find-package a {
    text-decoration: none;
    background-color: #000;
    color: white;
    padding: 15px 20px;
}

.call-numbers h4 a {
    font-weight: 600;
}

.navbar-brand img {
    max-height: 40px; /* Adjust the height as needed */
    width: auto;
    max-width: 100%; /* Ensure the logo does not exceed its container */
}

.gallery {
    position: relative;
}

.gallery-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-heading h1 {
    color: white;
    font-weight: 800;
}

.gallery {
    display: flex;
}

.gallery a {
    gap: 15px;
}

.login-input {
    border: 1px solid rgb(236, 235, 235);
    padding: 10px;
    width: 400px;
}

.login-card {
    border: 1px solid rgb(243, 239, 239);
}

.contact-card {
    border: 1px solid rgb(248, 245, 245);
    background-color: #fffefe;
    border-radius: 15px;
}

.dropdown-menu {
    background-color: #fafafa !important;
    border-bottom: 5px solid green !important;
}

.dropdown-menu li a {
    color: black !important;
}
