 @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&family=PT+Serif:ital@1&family=Playfair+Display&family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


* {
    margin: 0;
    padding: 0;
    font-size: large;
}

.ImpHeading{
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(45deg, #ca0dfe, #99da02, #031c47);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(26, 48, 43, 0);
}
@keyframes animate {
    0% { background-position: 200%; }
    30% { background-position: 150% }
    50% { background-position: 100% }
    70%{  background-position: 50%}
    100% { background-position: 0%; }
}

input::placeholder{
    background: linear-gradient(45deg, #cdb6b6, #dacdcd, #7c8da9);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(26, 48, 43, 0);
}

.ImpHeading1{
    position: relative;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(45deg, #ca0dfe, #dbdb25, #031c47);
    background-repeat: no-repeat;
    background-size: 200%;
    animation: animate 8s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(50, 41, 41, 0);
   
}
body{
    width: 100%;
    overflow-x: hidden; /* Allows horizontal scrolling if needed */
    overflow-y: auto;
}
body::-webkit-scrollbar {
    display: none;
  }
  
.page-content::-webkit-scrollbar {
    display: none;
}
header {
    /* position:fixed; */
    width: 100%;
    height: 100%;

}

.background {
    background: rgba(0, 0, 0, .6) url(./img/img4.jpg);
    background-blend-mode: color-dodge;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */

}

nav {
    width: 100vw;
    height: 8vh;   /* border: 2px solid white; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#nav1 {
    position: sticky;
    top: 0px;
}

nav ul li {

    list-style: none;
    display: inline;
    text-decoration: none;
}

nav ul li a {
    margin-left: 40px;
    list-style: none;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
nav ul li a {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, padding 0.3s ease-in-out;
    /* padding: 10px 20px; */
    border-radius: 15px; /* Adjust this value to get the desired roundness */
}

nav ul li a:hover {
    color: #fc036b;
    background-color: #000000;
    transform: scale(1.1);
    padding: 10px 20px; /* Ensure padding is the same to maintain border radius */
}




nav ul {
    /* position: sticky; */
    left: 100px;

    position: absolute;
}

.image {
    position: absolute;
    left: 10px;
    /* margin-right: 100px; */

}

.image img {
    border-radius: 103px;
    border: 3px solid white;
    height: 6vh;
    transform: rotateZ(-25deg);
    margin-left: 39px;
}

.search_bar {
    display: flex;
    position: absolute;
    right: 14px;
    margin-top: 3px;
}

#search_space {
    margin-right: 8px;
    height: 23px;
    width: 220px;
    /* border: 1px solid black; */
    border-radius: 6px;
}


#search-btn {
    width: 66px;
    border: 1px solid black;
    height: 23px;
    border-radius: 10px;
}

.box{
    height: 60vh;
    width: 100vw;
}

.box h1 {
    margin-top: 20vh;
    margin-bottom: 3vh;
    margin-left: 20vw;
    margin-right: 14vw;
    font-size: 40px;
    color: white;
}

.box0 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 300px;
    font-size: 25px;
    margin-right: 300px;
    margin-left: 14vw;
    margin-right: 14vw;
    color: white;
    flex-direction: row-reverse;
}

.box0-right img {
    width: 136px;
    border-radius: 101px;
    border: 3px solid white;
}
.box0-right{

}

.box0-left {
    margin-right: 30px;
    margin-left: 6%;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(45deg, #00bbff, #ffffff, #a0b2d0);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    padding: 2px;
    -webkit-text-fill-color: rgba(26, 48, 43, 0);
}
.hoverk{
    font-size: 1.2em;
}
.hoverk {
   
    transition: all 1s ease-in-out;
}

.hoverk:hover {
    font-size: 20px;
    font-weight: bolder;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Add shadow effect */
}

.hoverkp {
    transition: all 0.51s ease-in-out;
}

.hoverkp:hover {
    transform: scale(1.03); 
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.3); /* Add shadow effect */
}

.container {
    background-color: #dfd7c7de;
}

.container h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.box1 {

    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 170px;
    font-size: 20px;
    margin-top: 50px;
    margin-right: 170px;
    margin-left: 5vw;
    font-family: 'Quicksand', sans-serif;
    margin-right: 5vw;
}

.box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Quicksand', sans-serif;
    flex-direction: row-reverse;
    margin-left: 170px;
    font-size: 20px;
    margin-top: 50px;
    margin-right: 170px;
    margin-left: 5vw;
    margin-right: 5vw;
}

.box3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 170px;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    margin-top: 50px;
    margin-right: 170px;
    margin-left: 5vw;
    margin-right: 5vw;
}

.box1-right img {
    width: 410px;
    border-radius: 15px;
    border: 3px solid white;
    transition: 0.6s;
}
img {
    transition: 0.7s;
}
 img:hover {
    transform: scale(1.1);
    z-index: 2;
    /* transform: scaleX(1.2); */
    /* transform: scaleZ(1.2); */
}
video {
    transition: 0.7s;
}
video:hover {
    transform: scale(1.1);
    z-index: 2;
 
}



.box1-left {
    margin-right: 30px;
}

.box1-left,.box2-left,.box3-left{
    font-family: 'Playfair Display', serif;
    background: linear-gradient(45deg, #ca0dfe, #000000, #03368d);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    padding: 2px;
    -webkit-text-fill-color: rgba(26, 48, 43, 0);
}

.box2-right img {
    width: 424px;
    border-radius: 15px;
    border: 3px solid white;
}

.box2-left {
    margin-right: 30px;
    margin-left: 30px;
}

.box3-right img {
    width: 424px;
    border-radius: 15px;
    border: 3px solid white;
}

.box3-left {
    margin-right: 30px;
}

.burger {
    width: 100%;
    height: 100%;
    color: black;
    position: absolute;
    left: 19px;
    top: 20px;
    visibility: collapse;

    border-radius: 50px;
    /* background-color: white; */
}

.burger li {
    width: 45px;
    height: 5px;
    list-style: none;
    border: 3px solid rgba(81, 59, 59, 0.78);
    background-color: black;
    border-radius: 50px;
}

/* Why- Us Section */
.why-us {
    background-color: #dfd7c7de;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
    flex-direction: column;
}

.border-r {
    width: 70px;
    border-radius: 90px;
    border: 3px solid white;
    height: 70px;
    border: 4px solid rgb(255, 255, 255);
}

.why-us-1,
.why-us-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    /* background: red; */
}

.why-us-1-1,
.why-us-1-2,
.why-us-2-1,
.why-us-2-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 30vw;
    height: 10vw;
    margin-right: 2vw;
    background-color: rgb(190, 192, 193);
    border: 3px solid rgb(249, 249, 249);
    border-radius: 20px;
    margin-top: 1vh;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(45deg, #ca0dfe, #000000, #03368d);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    padding: 2px;
    -webkit-text-fill-color: rgba(26, 48, 43, 0);
}

h1{
    transition: all 1s ease-in-out;
}
h1:hover{
    font-size: 38px;
    color: rgb(69, 210, 201);
}
.why-us-1-1-left,
.why-us-1-2-left,
.why-us-2-1-left,
.why-us-2-2-left {
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 5vw;
}

/* -----------------.why-us section end */

/* gallary section */
.gallary {
    /* background: rgb(158, 158, 158); */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dfd7c7de;
}

.gallary .gallary-1 {

    margin-bottom: 5vh;
    /* margin-top:5vh ; */
}

.gallary .gallary-1 h1 {
    /* display: flex; */
    margin-left: 42vw;
    margin-bottom: 5vh;
    margin-top: 5vh;
}

.gallary .gallary-1 img {

    width: 22vw;
    margin-left: 0.2vw;
    border: 3px solid white;
    height: 35vh;
    border-radius: 30px;
}

/* ------------------------Gallery Section ENd---- */
/* ------------------------Video section---- */


.video {
    /* background: rgb(158, 158, 158); */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dfd7c7de;
}

.video .video-1 {

    margin-bottom: 5vh;
    /* margin-top:5vh ; */
}

.video .video-1 h1 {
    display: flex;

    margin-bottom: 5vh;
    margin-top: 5vh;
    margin-left: 31vw;
}

.video .video-1 video {
    width: 35vw;
    margin-left: 0.2vw;
    /* border: 3px solid white; */
    height: 45vh;
    border-radius: 30px;
}

/* ------------------------Contact Section Start */
.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 60vh;
    margin-bottom: 5vh;
     
    background-color: #dfd7c7de;
    flex-direction: column;
}

.contact-prop {
    margin-bottom: 5vh;
}

.contact h1 {
    margin-top: 2.5vh;
    margin-bottom: 4vh;
}
.contact h2 {
    font-size: 25px;
    padding: 1vw;
    margin: 6px;
    background: linear-gradient(45deg, #cdb6b6, #dacdcd, #7c8da9);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    /* padding: 2px; */
    -webkit-text-fill-color: rgba(26, 48, 43, 0);
}
.our-timing li{
    margin-left: 2vw;
}

.contact .con {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail {
    width: 46vw;
    height: 45vh;
    /* background: rgba(0, 0, 0, .4) url(background.jpg); */
    background: rgba(0, 0, 0, .4) url(img/img3.jpg);
    background-blend-mode: darken;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    border-radius: 50px;
    margin-right: 2vw;
}
 
form {
    height: 45vh;
    width: 46vw;
    background: rgba(0, 0, 0,0.4) url(img/img3.jpg);
    background-blend-mode: darken;
    background-size: cover;
    border-radius: 50px;
    background-repeat: no-repeat;
   
    /* background-color: #ececec; */
    /* height: 50vh; */
}

.name {
    margin-left: 1vw;
    width: 20vw;
    height: 4vh;
    margin-top: 5vh;
    margin-bottom: 2vh;
    border-radius: 10px;
    font-family: monospace;

}

.contact1 {
    margin-left: 1vw;
    width: 20vw;
    height: 4vh;
    margin-bottom: 2vh;
    border-radius: 10px;
    font-family: monospace;
}

.email {
    margin-left: 1vw;
    width: 40.5vw;
    height: 4vh;
    margin-bottom: 2vh;
    border-radius: 10px;
    font-family: monospace;
}

.textarea {
    margin-left: 1vw;
    width: 40.5vw;
    height: 4vh;
    margin-bottom: 2vh;
    border-radius: 10px;
    font-family: monospace;
}

.submit {
    margin-left: 1vw;
    width: 7vw;
    height: 4vh;
    margin-bottom: 2vh;
    border-radius: 10px;
    font-family: monospace;
}

.address,
.enquiry,
.call,
.our-timing {

    /* width: 20%; */
    width: 21vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.detail {
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer1 {
    font-size: large;
    height: 8vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: sticky;
    bottom: 0px;
}

@media only screen and (max-width:1024px){
    .image img {
        border-radius: 73px;
        border: 2px solid white;
        height: 4vh;
        margin-left: 18px;
        transform: rotateZ(-6deg);
    }
    nav ul {
        /* position: sticky; */
        left: 42px;
        position: absolute;
    }
    nav{
        height: 4vh;
    }
    header {
        height: 49vh ;
    }
    .search_bar {
        display: flex;
        position: absolute;
        right: 14px;
        margin-top: 3px;
        font-family: monospace;
    }
    .box {
        height: 36vh;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 4vw;
    } 
    .box h1 {
        margin-top: 6vh;
        margin-bottom: 3vh;
        margin-left: 20vw;
        margin-right: 14vw;
        font-size: 40px;
        color: white;
    }
    .gallary .gallary-1 img {
        height: 15vh;
    }
    h1 {
        font-size: 44px;
    }
    .video .video-1 video {
        width: 42vw;
        margin-left: 1vw;
        height: 23vh;
        border-radius: 40px;
    }
    .video .video-1 h1 {
        display: flex;
        margin-bottom: 0vh;
        margin-top: -1vh;
        margin-left: 36vw;
    }
    .detail {
        width: 46vw;
        height: 40vh;
    }
    form {
        height: 40vh;
    }
    .contact {
        height: 44vh;
    }
    .contact h1 {
        margin-top: 2.5vh;
        margin-bottom: 4vh;
    }
    .contact-prop {
        margin-bottom: 9vh;
    }
    .footer1{
        margin-top: 12vh;
    }

    .contact h2 {
        font-size: 21px;
        padding: 1vw;
        margin: 6px;
    }
    .contact li{
        font-size: 15px;
    }

}
@media only screen and (max-width:867px) {
   .contact h2 {
        font-size: 18px;
        padding: 1vw;
        margin: 6px;
    }
    .contact li{
        font-size: 14px;
    } 
     .enquiry{
        width: 22vw;
     }
}
@media only screen and (max-width:770px) {

    nav {
        visibility: hidden; /* Use visibility:hidden to hide the nav */
        height: 5vh;
        flex-direction: column;
        transition: visibility 0.3s, height 0.3s;
    }
    
    .burger {
        visibility: visible;
        cursor: pointer;
        position: absolute;
        z-index: 1001;
        
    }
    
    .image,
    .search_bar,
    nav {
        position: relative;
    }
    
    nav ul {
        position: static;
    }
    
    nav ul li {
        display: block;
        padding: 7px;
        text-align: center;
        position: relative;
    }
    
    nav ul li a {
        padding: 10px; /* Adjust padding to avoid overlapping */
        margin-left: 40px;
        list-style: none;
        text-decoration: none;
        color: white;
        cursor: pointer;
        transition: all 1s; /* Added transition here */
    }
    
    nav ul li a:hover {
        font-size: 25px;
        /* font-weight: bolder; */
        color: aqua;
    }
    header {
        height: 81vh;
    }

    .box h1 {
        margin-top: 3vh;
    }

    .box{
            height: 68vh;
    }

    .box1,
    .box3,
    .box0 {
        flex-direction: column-reverse;
    }

    .box2 {
        flex-direction: column-reverse;
    }

    .box2-left {
        margin-left: 0px;
        margin-right: 0px;

    }

    .box2-right img {
        width: 90vw;
        height: 35vh;
    }

    .box1-right img {
        width: 90vw;
        height: 35vh;
    }

    .box3-right img {
        width: 90vw;
        height: 35vh;
    }

    .gallary .gallary-1 h1 {
        /* display: flex; */
        margin-left: 0vw;
        /* margin-bottom: 5vh;
    margin-top: 5vh; */
    }

    .gallary .gallary-1 {
        margin-left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .gallary .gallary-1 img {
        display: flex;
        margin-bottom: 1vh;
        width: 85vw;
        height: 40vh;
        flex-direction: column;
    }

    .video .video-1 video {
        width: 45vw;
        height: 20vh;
    }

    .contact .con {
        flex-direction: column;
    }

    .contact {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        margin-bottom: 5vh;
        flex-direction: column;
        background-color: #ececec;
    }

    .contact-prop {
        margin-bottom: 5vh;
    }

    .contact h1 {
        margin-top: 2.5vh;
        margin-bottom: 4vh;
    }

    .contact .con {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .detail {
        width: 85vw;
        height: 60vh;
        background: rgba(0, 0, 0, .4) url(img/img3.jpg);
        background-blend-mode: darken;
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        border-radius: 50px;
        margin-right: 2vw;
        display: flex;
        flex-direction: column;
    }

    form {
        margin-top: 5vh;
        width: 85vw;
    }

    .name,
    .contact1,
    .email,
    .textarea {
        width: 85vw;
        height: 5vh;
        margin-bottom: 1vh;
        border-radius: 10px;
    }

    .textarea {
        height: 10vh;
    }

    .submit {
        width: 13vw;
        height: 5vh;
        margin-bottom: 2vh;
        border-radius: 10px;
    }

    .address,
    .enquiry,
    .call,
    .our-timing {
        margin-left: 5vw;
        width: 80vw;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .detail {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-top: 1vh;
    }

    .contact-box1,
    .contact-box2 {

        font-size: 14px;
    }

    .contact-box1 h1,
    .contact-box2 h1 {

        font-size: 23px;
    }

    .why-us {
        padding-top: 3vh;
        background-color: #dfd7c7de;
    }

    .border-r {
        width: 50px;
        border-radius: 90px;
        height: 50px;
       
    }

    .why-us-1,
    .why-us-2 {

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 1.5vh;
        /* background: red; */
    }

    .why-us-1-1,
    .why-us-1-2,
    .why-us-2-1,
    .why-us-2-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-right: 14vw;
        width: 80vw;
        height: 20vw;
        margin-right: 1vw;
     
    }

    .why-us-1-1-left,
    .why-us-1-2-left,
    .why-us-2-1-left,
    .why-us-2-2-left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-right: 4vw;
        margin-left: 0vw;     
    }
    .name,
    .contact1,
    .email,
    .textarea {
        width: 81vw;
        height: 5vh;
        margin-bottom: 1vh;
        border-radius: 10px;
        margin-left: 2vw;
        margin-right: 2vw;     
    }
    .submit{
        margin-left: 2vw;
    }
    .contact h2 {
        font-size: 25px;
        padding: 1vw;
        margin: 6px;

    }
    .contact li{
        font-size: large;
    }
}
@media only screen and (max-width:450px) {
    
    .box h1 {
        margin-top: 3vh;
    }

  
    .box2-left {
        margin-left: 0px;
        margin-right: 0px;

    }

    .box2-right img {
        width: 90vw;
        height: 25vh;
    }

    .box1-right img {
        width: 90vw;
        height: 25vh;
    }

    .box3-right img {
        width: 90vw;
        height: 25vh;
    }
    .gallary .gallary-1 img {
        height: 20vh;
    }
    
    .video-1{
        display: flex;
        flex-direction: column;
        margin-bottom: 2vh;
    }
   
    .video .video-1 h1 {
        display: flex;
        margin-bottom: 1vh;
        margin-top: 2vh;
        margin-left: 31vw;
    }
    
    .video .video-1 video {
        width: 80vw;
        margin-left: 0.2vw;
        /* border: 3px solid white; */
        height: 30vh;
        border-radius: 30px;
    }
    .why-us-1-1,
    .why-us-1-2,
    .why-us-2-1,
    .why-us-2-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 14vw;
        width: 80vw;
    height: 40vw;
    margin-right: 1vw;
     
    }

    .why-us-1-1-left,
    .why-us-1-2-left,
    .why-us-2-1-left,
    .why-us-2-2-left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 4vw;
        margin-left: 0vw;
         
    }
  

    .detail{
        display: flex;
        flex-direction: column;
        height: 56vh;
        font-size: 20px;
    }
    .contact-box1{
        margin-left: 0.1vw;
        margin-right: 0.1vw;
        
    }
    .address,.enquiry,.call,.our-timing{
        margin-left: 10vw;
        margin-right: 10vw;
    }

    
    form {
        margin-top: 4vh;
        width: 85vw;
    }

    .name,
    .contact1,
    .email,
    .textarea {
        width: 81vw;
        height: 5vh;
        margin-bottom: 1vh;
        border-radius: 10px;
        margin-left: 2vw;
        margin-right: 2vw;
        
    }
    .contact1,
    .email,
    .textarea {
        margin-right: 2vw;
    }

    .submit {
        width: 30vw;
        height: 5vh;
        margin-bottom: 2vh;
        margin-left: 2vw;
        border-radius: 10px;
    }

}
@media only screen and (max-width:430px){
    header {
        height: 93vh;
    }
    .box h1 {
        margin-top: 15vh;
    }
    .box0-left {
        margin-right:0%;
        margin-left: 0%;
    }
}
@media only screen and (max-width:395px){
    header {
        height: 110vh;
    }
    .box h1 {
        margin-top: 29vh;
    }
     
}
