*{
    box-sizing: border-box;
    margin: 0;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
}
a{
    text-decoration: none;
    font-weight: bolder;
    color: black;
}
.cen{
    left: 10%;
    right: 10%;
}
.mar{
    margin-left: auto;
    margin-right: auto;
}
.nav{
    overflow: hidden;
    display: flex;
    position: fixed;
    top: 0;
    width: 80%;
    height: auto;
    z-index: 5;
    padding: 90px 10px;
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
}
.logo{
    color: black;
    padding: 12px;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(10px);
    width: 20%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: transparent;
    margin-right: auto;
    margin-left: 2%;
    /* border-radius: 8vh; */
}
.vij{
    background-image: url('/images/about-bg.jpg');
    background-size: cover;
    background-position: center;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
    color: red;
    /* text-shadow: 1px 1px 5px black; */
    font-size: x-large;
    font-weight: bolder;
}
.vij::after{
    content: "లగ్జరీ టూరిజం బోటు ";
    position: absolute;
    z-index: 1;
    font-size: small;
    bottom: 25%;
}
.noafter::after{
    display: none;
}
.litem1{
    padding: 12px;
    margin-right: 2%;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(10px);
    height: 80%;
    width: 10%;
    margin-top: auto;
    margin-bottom: auto;
    /* border-radius: 8vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.itm2{
    padding: 12px;
    margin-right: 2%;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(10px);
    height: 80%;
    width: 10%;
    margin-top: auto;
    margin-bottom: auto;
    /* border-radius: 8vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.itm1{
    margin-right: 2%;
}
.togg{
    display: none;
    margin-left: auto;
    /* margin-right: auto; */
}
.rota{
    transform: rotate(90deg);
}
.slct:hover{
    background-color: grey;
    color: white;
}

/* Hero Section */
.hero {
    position: relative;
    background-image: url('/images/IMG-20211130-WA0006.jpg');
    background-size: cover;
    background-position: center;
    /* overflow: hidden; */
    width: 100%;
    height: 100vh;
    margin-top: 0;
    /* border-radius: 2vh; */
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    display: flex;
    /* justify-content: center;
    align-items: center; */
}
.herotx{
    /* width: fit-content; */
    height: fit-content;
    font-size: xx-large;
    font-weight: bolder;
    text-align: center;
    /* background: rgba(255,255,255,0.4); */
    /* backdrop-filter: blur(20px); */
    background: white;
    border-radius: 8vh;
    padding: 10px;
    color: red;
    letter-spacing: 1px;
    position: relative;
    margin-top: 30%;
    font-family: 'Bebas Neue', cursive;
    /* text-shadow: 2px 2px 5px red; */

}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
.book{
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    margin-bottom: 10%;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    text-align: center;
    background: url(/images/back2.jpg) fixed center;;
}
.btn{
    width: 20%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: royalblue;
    color: white;
    font-weight: bolder;
}
.btn:hover{
    cursor: pointer;
    background-color: rgb(123, 155, 250);
}
.btn:active{
    background-color: rgb(2, 31, 117);
}
.con{
    /* display: none; */
    color: white;
}
.num{
    background: black;
    font-weight: bolder;
    margin-bottom: 5px;
    /* text-shadow: 2px 2px 2px red; */
}
.about{
    background-image: url('/images/back6.jpg');
    background-size: cover;
    background-position: center;
    min-height: 20vh;
    width: 60%;
    margin-left: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
    text-align: center;
    border-bottom: solid royalblue 5px;
    border-right: solid royalblue 5px;
    border-radius: 10px;
}
.abbtn{
    margin-top: 10%;
    width: fit-content;
    height: 40px;
    font-weight: bolder;
    font-size: large;
    color: white;
    background-color: royalblue;
    border: none;
}
.hvr:hover{
    background-color: blue;
}
.hvr:active{
    background-color: blueviolet;
}
.abtx{
    font-size: larger;
    font-weight: 900;
    margin-bottom: 10%;
    width: 60%;
    /* text-shadow: 2px 2px black; */
    /* -webkit-text-stroke: 1px black; */
   color: orangered;
    }
.pabtn{
    width: fit-content;
    height: 40px;
    font-size: large;
    margin-top: 10%;
    color: white;
    font-weight: bolder;
    background-color: royalblue;
    border: none;
}
.paptx{
    font-size: larger;
    font-weight: 900;
    margin-bottom: 10%;
    width: 60%;
    color: orangered;
}
/* Gallery CSS */
div#carousel {
    perspective: 1200px;
    background: white;
    padding-top: 10%;
    font-size:0;
    margin-bottom: 3rem;
    overflow: hidden;
  }
  figure#spinner {
    transform-style: preserve-3d;
    height: 500px;
    transform-origin: 50% 50% -500px;
    transition: 1s;
  }
  figure#spinner img {
    max-height: 400px;
    width: 40%; max-width: 425px;
    position: absolute; left: 30%;
    transform-origin: 50% 50% -500px;
    outline:1px solid transparent;
  }
  figure#spinner img:nth-child(1) { transform:rotateY(0deg);
  }
  figure#spinner img:nth-child(2) { transform: rotateY(-45deg); }
  figure#spinner img:nth-child(3) { transform: rotateY(-90deg); }
  figure#spinner img:nth-child(4) { transform: rotateY(-135deg); }
  figure#spinner img:nth-child(5){ transform: rotateY(-180deg); }
  figure#spinner img:nth-child(6){ transform: rotateY(-225deg); }
  figure#spinner img:nth-child(7){ transform: rotateY(-270deg); }
  figure#spinner img:nth-child(8){ transform: rotateY(-315deg); }
  div#carousel ~ span {
    color: black;
    margin: 5%;
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    transition: 0.6s color;
    position: relative;
    margin-top: -6rem;
    border-bottom: none;
    line-height: 0; }
  div#carousel ~ span:hover { color: blue; cursor: pointer; }

.foot{
    display: flex;
    height: auto;
    background-color: royalblue;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    bottom: 0;
}
.foot span{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.glry{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: khaki;
    margin-bottom: 10%;
}
.glry img{
    width: 100%;
}






/* Mobile and Tablet CSS */
@media only screen and (max-width: 1044px) {
    .vij{
        font-size: large;
    }
    .vij::after{
        /* display: none; */
        bottom: 8%;
    }
}
@media only screen and (max-width: 768px) {
    .nav{
        left: 0;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 20px 10px
    }
    .glry{
        width: 100%;
    }

    .logo{
        width: 100%;
        height: 8vh;
        /* margin-top: 2%; */
        /* margin-bottom: 2%; */
        margin-left: 0;
        padding: 10px;
    }
    .vij{
        height: 100px;
        width: 80%;
    }
    /* .vij::after{
        display: none;
    } */
    .litem1, .itm2{
        margin-top: 2%;
        margin-bottom: 2%;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        height: 8vh;
        /* display: none; */
    }
    .user{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2%;
    }
    .togg{
        display: block;
    }
    .unhd{
        display: none;
        -webkit-transition: all .9s linear 0s;
        transition: all .9s linear 0s;
    }
    .hero{
        justify-content: center;
        align-items: center;
    }
    .herotx{
        left: 0;
        right: 0;
        justify-self: center;
    }
    .btn{
        width: 70%;
    }
    .about{
        width: 100%;
        margin-left: 0;
    }
    .abtx{
        text-justify: justify;
        width: 90%;
    }
    .paptx{
        text-justify: justify;
        width: 90%;
    }
    figure#spinner img{
        width: 70%;
        left: 0;
        right: 0;
    }
    figure#spinner img:nth-child(1) { left: 15%;
    }
    figure#spinner img:nth-child(2) { left: 15%; }
    figure#spinner img:nth-child(3) { left: 15%; }
    figure#spinner img:nth-child(4) { left: 15%; }
    figure#spinner img:nth-child(5) { left: 15%; }
    figure#spinner img:nth-child(6) { left: 15%; }
    figure#spinner img:nth-child(7) { left: 15%; }
    figure#spinner img:nth-child(8) { left: 15%; }


}