


:root {
    --primary-color: #00605f;
    --secondary-color: #017479;
    --text-dark: #0f172a;
    --text-light: #949a3b8;
    --white: #ffffff;
    --max-width: 1400px;
}
* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
width:100vw;
    height:auto;
}


.hero {
    background: linear-gradient(rgba(2, 82, 89, 0.9), rgba(255, 255, 255, 0));
    background-position: center;
    background-size: cover;
    background-attachment: fixed; 
    background-image: url("bg.jpg");
    background-repeat: no-repeat;
    min-height: 131vh;
    color: var(--white);
}

.container {
    max-width: var(--max-width);
    margin: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

/* Header Section (Email + Book Now Button) */
header {
    background-color: #f4f4f4; /* Light background for header */
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--primary-color);
    font-size: 18px;
}

.header-email {
    font-weight: 600;

}

.header-btn {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.header-btn:hover {
    background-color: var(--secondary-color);
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;

  
}
.nav_logo img {
    max-width: 70px;
}
.nav_links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2rem;

    
}
.link a {
    text-decoration: none;
font-weight: 700;
color: var(--white); /* Use a variable for better maintainability */
transition: color 0.3s ease;
font-family: "Pridi", serif;
background-color: rgba(0, 0, 0, 0.607);
border-top-left-radius: 20%;
border-bottom-right-radius: 20%;
font-size: 14px;



}
.link a:hover {
    color: var(--secondary-color);
}
.search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
    background-color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    transition: 0.3s ease;
}
.search input {
    border: none;
    width: 100%;
    font-size: 1rem;
    outline: none;
}
.search input::placeholder {
    color: var(--secondary-color);
}
.search span {
    font-size: 1.5rem;
    color: var(--primary-color);
}
.login {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 600;
    color: var(--white);
    background-color: var(--primary-color);
    border-radius: 2rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.login:hover {
    background-color: var(--secondary-color);
}
.login span {
    padding: 5px 8px;
    font-size: 1.5rem;
    background-color: var(--white);
    color: var(--primary-color);
    border-radius: 100%;
}

/* Adjust spacing between header and rest of the content */
.container {
    margin-top: 1px; /* Space between header and nav section */
}

.destiny{
    margin:50px auto;
    text-align: center;
}
.destiny-wrap {
display: flex;
justify-content: center;
align-items: center;
margin: 20px auto;
}

.destiny-gallery {
width: 100%;
display: flex;
overflow-x: scroll;
}

.destiny-gallery div {
width: 100%;
display: grid;
grid-template-columns: auto auto auto;
grid-gap: 20px;
padding: 10px;
flex: none;
}

.destiny-gallery div  {
width: 100%;

transition: transform 0.5s;
}

.destiny-gallery div :hover {

cursor: pointer;
transform: scale(1.1);
transition: transform 0.5s;
}

#destinyBackBtn, #destinyNextBtn {
width: 50px;
cursor: pointer;
margin: 20px;
}

.destiny-gallery::-webkit-scrollbar {
display: none;
}

.custom-alert {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); 
justify-content: center;
align-items: center;
z-index: 999; 
}

.custom-alert-content {
background-color: white;
padding: 20px;
border-radius: 10px;
text-align: center;
width: 300px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.custom-alert-content h2 {
margin-bottom: 10px;
font-size: 22px;
}

.custom-alert-content p {
font-size: 16px;
margin-bottom: 20px;
}

.custom-alert-content button {
padding: 10px 20px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}

.custom-alert-content button:hover {
background-color: #45a049;
}

.bg-a{
background-image:url(pyramidofgiza.jpg);
height:400px;
background-size: cover;
background-position: center center;

}

.bg-b{
background-image: url(greatwallofchina.jpg);
height:400px;
background-size: cover;
background-position: center center;
}

.bg-c{
background-image: url(tajmahal.jpg);
height: 400px;
background-size: cover;
background-position: center center;
}
.bg-d{
background-image: url(Mayadevitemplelumbini.jpg);
height: 400px;
background-size: cover;
background-position: center center;
}
.bg-e{
background-image: url(chickenitza.jpg);
height: 400px;
background-size: cover;
background-position: center center;

}
.bg-f{
background-image: url(Maccha.jpg);
height: 400px;
background-size: cover;
background-position: center center;

}

.btno {
margin:50% 0;
padding: 10px 20px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;

}
.destination-container {
    position: relative;
    padding: 5rem 0 5rem 5rem;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    align-items: center;
}

.bg-img-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-100%);
    opacity: 0.6;
    z-index: -1;
}

@media (max-width: 768px) {
    @media only screen and (max-width: 600px) {
        .hero {
            padding: 10px;
            text-align: center; 
        }
    
        .nav_logo img {
            max-width: 20%; 
            height: auto; 
            margin: 0 auto; 
        }
    
        nav {
            display: flex; 
            flex-direction: column; 
            align-items: center; 
            width: 100%; 
        }
    
        .nav_links {
            display: flex;
            flex-direction: column; 
            width: 100%; 
            padding: 0; 
            margin: 10px 0; 
        }
    
        .nav_links .link {
            margin: 5px 0; 
            text-align: center; 
        }
    
        .search {
            width: 100%; 
            margin: 10px 0; 
        }
    
        .search input {
            width: 90%; 
            padding: 10px;
        }
    
        .login {
            margin: 10px 0; 
            display: flex; 
            justify-content: center;
            align-items: center;
        }
    
        .login span {
            margin-right: 5px; 
        }
    
        .login a {
            color: #fff; 
        }
    }
    
}


.bg-img-2 {
    position: absolute;
    bottom: 2rem;
    right: 50%;
    transform: translateX(100%);
    opacity: 0.8;
    z-index: -1;
}

.socials {
    position: absolute;
    top: 25rem;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.socials::after {
    position: absolute;
    content: "";
    top: -22rem;
    left: 15px;
    height: 15rem;
    width: 2px;
    background-color: var(--white);
}


.socials span {
    font-size: 2rem;
    color: var(--white);

}
.socials span:hover{
    background-color: black;
    border-radius: 50%;
    transition:0.3s ease-in-out;
    transform: scale(1.1);
}

.content h1 {
    margin-bottom: 1rem;
    font-size: 4.5rem;
    font-weight: 800;
    color: var(--white);
}

.content h1 span {
    --webkit-text-stroke: 2px var(--white);
    --webkit-text-fill-color: transparent;
}

.content p {
    max-width: 350px;
    margin-bottom: 2rem;
    line-height: 1.5rem;
    color: var(--white);
}

.content .btn {
    padding: 0.75rem 2rem;
    outline: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    background-color: var(--secondary-color);
    cursor: pointer;
}
.line{
    font-family: Poppins;
    font-weight: 600;
   
    
}

                .rounded-image {
                    position: relative;
                    height: 0;
                    padding-bottom: 100%; 
                    overflow: hidden; 
                    border-radius: 50%; 
                    width: 100%; 
                    max-width: 700px; 
                    margin: auto;
                }
            
                .rounded-image img {
                    position: absolute;
                    top: 50%;
                    left: 50%; 
                    width: 100%; 
                    height: 100%; 
                    object-fit: cover; 
                    transform: translate(-50%, -50%);
                    border-radius: 50%; 
                }
                .destiny{
                    margin:50px auto;
                    text-align: center;
                }
            .destiny-wrap {
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 20px auto;
            }
            
            .destiny-gallery {
                width: 100%;
                display: flex;
                overflow-x: scroll;
            }
            
            .destiny-gallery div {
                width: 100%;
                display: grid;
                grid-template-columns: auto auto auto;
                grid-gap: 20px;
                padding: 10px;
                flex: none;
            }
            
            .destiny-gallery div  {
                width: 100%;
               
                transition: transform 0.5s;
            }
            
            .destiny-gallery div :hover {
             
                cursor: pointer;
                transform: scale(1.1);
                transition: transform 0.5s;
            }
            
            #destinyBackBtn, #destinyNextBtn {
                width: 50px;
                cursor: pointer;
                margin: 20px;
            }
            
            .destiny-gallery::-webkit-scrollbar {
                display: none;
            }
            
            .custom-alert {
              display: none; 
              position: fixed;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.5); 
              justify-content: center;
              align-items: center;
              z-index: 999; 
            }
            
            .custom-alert-content {
              background-color: white;
              padding: 20px;
              border-radius: 10px;
              text-align: center;
              width: 300px;
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            }
            
            .custom-alert-content h2 {
              margin-bottom: 10px;
              font-size: 22px;
            }
            
            .custom-alert-content p {
              font-size: 16px;
              margin-bottom: 20px;
            }
            
            .custom-alert-content button {
              padding: 10px 20px;
              background-color: #4CAF50;
              color: white;
              border: none;
              border-radius: 5px;
              cursor: pointer;
            }
            
            .custom-alert-content button:hover {
              background-color: #45a049;
            }
            
            .bg-a{
                background-image:url(pyramidofgiza.jpg);
                height:400px;
                background-size: cover;
                background-position: center center;
                
            }
            
            .bg-b{
                background-image: url(greatwallofchina.jpg);
                height:400px;
                background-size: cover;
                background-position: center center;
            }
            
            .bg-c{
                background-image: url(tajmahal.jpg);
                height: 400px;
                background-size: cover;
                background-position: center center;
            }
            .bg-d{
                background-image: url(Mayadevitemplelumbini.jpg);
                height: 400px;
                background-size: cover;
                background-position: center center;
            }
            .bg-e{
                background-image: url(chickenitza.jpg);
                height: 400px;
                background-size: cover;
                background-position: center center;
               
            }
            .bg-f{
                background-image: url(Maccha.jpg);
                height: 400px;
                background-size: cover;
                background-position: center center;
               
            }
            
            .btno {
                margin:50% 0;
                padding: 10px 20px;
                background-color: #007bff;
                color: #fff;
                border: none;
                border-radius: 5px;
                cursor: pointer;
            
            }
            .abt {
                margin: 0 auto;
                height: auto;
                width: 100%;
                padding: 20px 0; /* Add padding for top and bottom */
                background-size: 100% 100%;
            background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
            background-image: radial-gradient(18% 28% at 24% 50%, #CEFAFFFF 7%, #073AFF00 100%),radial-gradient(18% 28% at 18% 71%, #FFFFFF59 6%, #073AFF00 100%),radial-gradient(70% 53% at 36% 76%, #73F2FFFF 0%, #073AFF00 100%),radial-gradient(42% 53% at 15% 94%, #FFFFFFFF 7%, #073AFF00 100%),radial-gradient(42% 53% at 34% 72%, #FFFFFFFF 7%, #073AFF00 100%),radial-gradient(18% 28% at 35% 87%, #FFFFFFFF 7%, #073AFF00 100%),radial-gradient(31% 43% at 7% 98%, #FFFFFFFF 24%, #073AFF00 100%),radial-gradient(21% 37% at 72% 23%, #D3FF6D9C 24%, #073AFF00 100%),radial-gradient(35% 56% at 91% 74%, #8A4FFFF5 9%, #073AFF00 100%),radial-gradient(74% 86% at 67% 38%, #6DFFAEF5 24%, #073AFF00 100%),linear-gradient(125deg, #4EB5FFFF 1%, #4C00FCFF 100%);
            }
            
            .abt h1 {
                font-size: 40px;
                text-align: center;
                margin-bottom: 20px; 
            }
            
            .abt-wrap {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 20px; 
                margin: 0 100px; 
            }
            
            .itam {
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .card {
                border: 2px solid #007bff; 
                border-radius: 10px; 
                overflow: hidden; 
                transition: transform 0.3s ease; 
            }
            
            .card:hover {
                transform: scale(1.05); 
                box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3); 
            }
            
            .card-body {
                padding: 20px; 
                text-align: center; 
            }
            
            .card-subtitle {
                margin-bottom: 10px; 
            }
            
            .btn {
                background-color: rgb(86, 114, 196);
                border-radius: 50%;
                border: none; 
                color: white; 
                padding: 10px; 
                transition: background-color 0.3s; 
            }
            
            .btn:hover {
                background-color: rgb(66, 96, 156); 
            }
            
            .card-title {
                font-size: 1.5rem; 
                margin: 10px 0; 
            }
            
            .card-text {
                font-size: 0.9rem; 
                margin-bottom: 15px; 
            }
            
            .card-links {
                display: flex;
                justify-content: space-between; 
                
            }
            
            .card-link {
                text-decoration: none;
                color: rgb(86, 114, 196); 
                transition: color 0.3s; 
                cursor: pointer;
            }
            
            .card-link:hover {
                color: rgb(66, 96, 156); 
            }
            .conta{
                background-color: rgb(240, 249, 255);
            
            }
            .contact-section {
                position: relative;
                min-height: 90vh;
                padding: 50px 150px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                background-size: cover;
            }
            
            
            
            .message-form {
                width: 40%;
                padding: 40px;
                background: #fff;
            }
            
            .message-form h2 {
                font-size: 24px;
                color: #333;
                font-weight: 500;
            }
            
            .input-field {
                position: relative;
                width: 100%;
                margin-top: 10px;
            }
            
            .input-field input, 
            .input-field textarea {
                width: 100%;
                padding: 5px 0;
                font-size: 16px;
                margin: 10px 0;
                border: none;
                border-bottom: 2px solid #333;
                outline: none;
                resize: none;
            }
            
            .input-field span {
                position: absolute;
                left: 0;
                padding: 5px 0;
                font-size: 16px;
                margin: 10px 0;
                pointer-events: none;
                transition: 0.5s;
                color: #666;
            }
            
            .input-field input:focus ~ span, 
            .input-field input:valid ~ span, 
            .input-field textarea:focus ~ span, 
            .input-field textarea:valid ~ span {
                color: #e91e63;
                font-size: 12px;
                transform: translateY(-20px);
            }
            
            .input-field input[type="submit"] {
                width: 100px;
                background: #e91e63;
                color: #fff;
                border: none;
                cursor: pointer;
                padding: 10px;
                font-size: 18px;
            }
            
            @media (max-width: 991px) {
                .contact-section {
                    padding: 40px;
                }
            
                .container {
                    flex-direction: column;
                }
            
                .container .contact-info-wrapper, 
                .message-form {
                    margin-bottom: 40px;
                    width: 100%;
                }
            }
            
          
               .blogs {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
                gap: 20px; 
                margin: 0 100px; 
                justify-content: center; 
                padding: 20px; 
            }
            
            .card {
                width: 100%; 
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
                transition: transform 0.3s, box-shadow 0.3s; 
            }
            
            .card:hover {
                transform: scale(1.05); 
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); 
            }
            
            .card-img-top {
                height: 200px; 
                object-fit: cover; 
            }
            
            .card-body {
                text-align: center; 
            }
            
            h5.card-title {
                font-size: 1.2rem;
                margin-bottom: 10px;
            }
            
            p.card-text {
                font-size: 0.95rem;
                color: #555; 
            }
            .newone i:hover{
                color: red;
                transform: scale(1.05);
                }
                .newsletter {
                    padding: 40px 20px;
                    text-align: center;
                    border-radius: 10px;
                    max-width: 600px;
                    margin: 50px auto; 
                    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
                }
                
                .readytowatch p {
                    font-size: 28px;
                    font-weight: 600;
                    
                    margin-top: 0;
                    margin-bottom: 20px;
                }
                
                .input-email {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 10px; 
                }
                
                .input-email input[type="email"] {
                    padding: 12px 20px;
                    font-size: 18px;
                    border: 1px solid #ccc;
                    border-radius: 5px;
                    width: 300px;
                    color: white;
                    transition: border 0.3s ease;
                }
                
                .input-email input[type="email"]::placeholder {
                    color: #bbb; 
                }
                
                .input-email input[type="email"]:focus {
                    outline: none;
                    border-color: #e50914;
                }
                
                .input-email button {
                    background-color: #e50914;
                    color: #fff;
                    border: none;
                    border-radius: 5px;
                    padding: 12px 25px;
                    font-size: 18px;
                    cursor: pointer;
                    transition: background-color 0.3s ease, transform 0.3s ease;
                }
                
                .input-email button:hover {
                    background-color: #b81c1c;
                    transform: scale(1.05); 
                }
                .gridfooter {
                    display: grid;
                    grid-template-columns: repeat(4, 1fr);
                    gap: 20px;
                    margin: auto;
                    padding: 20px;
                    width: 100%;
                    background-color: #141414;
                    color: #b3b3b3;
                }
                
                .footerwala {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    text-align: center;
                }
                
                .footerwala a {
                    color: #b3b3b3;
                    font-size: 16px;
                    font-weight: 500;
                    text-decoration: none;
                    transition: color 0.3s ease;
                }
                
                .footerwala a:hover {
                    color: #e50914;
                }
                
                .cntactlinks {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 20px;
                    padding: 20px 0;
                    background-color: #222;
                    border-top: 1px solid #444;
                }
                
                .cntactlinks h5 {
                    margin-right: 20px;
                    font-size: 16px;
                    color: #b3b3b3;
                }
                
                .cntactlinks span {
                    font-size: 24px;
                    color: #b3b3b3;
                    cursor: pointer;
                    transition: color 0.3s ease;
                }
                
                .cntactlinks span:hover {
                    color: #e50914;
                }
                
                /* Responsive Footer */
                @media (max-width: 768px) {
                    .gridfooter {
                        grid-template-columns: repeat(2, 1fr);
                    }
                
                    .cntactlinks {
                        flex-direction: column;
                        gap: 10px;
                    }
                
                    .cntactlinks h5 {
                        margin: 0;
                        text-align: center;
                    }
                }
                
                .questionwala {
                    text-align: center;
                    margin: auto;
                    font-size: 18px;
                    font-weight: 600;
                
                }
                
                .questionwala a {
                    color: #b3b3b3;
                    text-decoration: none;
                    transition: color 0.3s ease;
                }
                
                .questionwala a:hover {
                    color: #e50914;
                }
                
                a{
                    text-decoration: none;
                }                            
                @media only screen and (max-width: 600px) {

                   
                    .abt {
                        padding: 20px; 
                        text-align: center; 
                    }
                
                    .abt h1 {
                        font-size: 24px;
                        margin-bottom: 20px; 
                    }
                
                    .abt-wrap {
                        display: flex; 
                        flex-direction: column; 
                        align-items: center;
                        gap: 20px; 
                    }
                
                    .itam {
                        width: 100%; 
                        max-width: 350px; 
                        margin: 0 auto; 
                    }
                
                    .card {
                        padding: 15px; 
                    }
                
                    .card-title {
                        font-size: 20px; 
                    }
                
                    .card-text {
                        font-size: 14px; 
                    }
                
                    .card-links .card-link {
                        display: block; 
                        margin: 5px 0; 
                    }
                
                    .btn {
                        padding: 10px; 
                        font-size: 14px; 
                    }
                    .socials {
                        position: relative; 
                        top: auto;
                        left: auto; 
                        display: flex;
                        flex-direction: row; 
                        justify-content: center; 
                        gap: 1rem; 
                        margin-top: 1rem; 
                        flex-wrap: wrap; 
                    }
                
                    .socials::after {
                        display: none; 
                    }
                
                    .socials span {
                        font-size: 1.5rem; 
                        color: var(--white);
                    }
                
                    .socials span:hover {
                        background-color: black;
                        border-radius: 50%;
                        transition: 0.3s ease-in-out;
                        transform: scale(1.1);
                    }
                      .adjusting{
                        font-size:52px;
                          font-weight:700;
                    }
                    
                }
                
