/*--------------header---------*/
    .h1, h1 {
       
        color: #08016d;
    }



.navbar{
    background: white !important;
    border-bottom: 1px solid grey;
}

.navbar-nav{
    align-items: center !important;
    justify-content: center !important;
}
.logo{
    width: fit-content;
    height: fit-content;
}
.navbar-nav{
    margin-left: auto !important;
}
.booknow-btn{
    background: orange !important;
}
.nav-link{
    text-transform: uppercase;
    margin: 0 8px;
    color: black;
    font-size:15px;
}

@media(max-width:1450px){
    .navbar{
       padding: 0 0px !important;
       margin:0 auto !important;
    }
    .navbar .nav-link{
        font-size:12px !important;
        margin:0 !important;
    }
    .navbar .nav-item{
        margin:0 !important;
    }
    .navbar .container{
        justify-content:space-between !important;
    }
   
   
}







/*------footer-------*/

footer .container{
    padding: 50px 0 0px 0;
    color: white;
}
footer .container .fa{
    color: yellow !important;
    font-weight: bold !important;
    opacity: 1 !important;
}
.fa-facebook-f{
    background: #000;
    padding: 10px 14px;
    border-radius: 100%;
}
.fa-twitter{
    background: #1DA1F2;
    padding: 8px 10px;
    border-radius: 100%;
}

.fa-instagram{
    background: rgb(240, 4, 122);
    padding: 10px !important;
    border-radius: 100%;
    font-size:20px;
}
.carousel-item {
  
    max-height: 750px;
}
.middleyellowbg {
    background: #0b0e6c !important;
}
footer p{
   
    color:white !important;
    font-size:14px;
}
footer .mx-auto p{
   transition:1s;
}
footer .mx-auto p:hover{
    transform:translateX(10px);
}



@media(min-width:768px) and (max-width:1450px){

.sociallinks{
    display:flex !important;
    flex-direction:column !important;
}
.sociallinks a{
    margin: 6px 0 !important;
}

}




@media(max-width:768px){
      footer .row{
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 0 !important;
        padding:0 0px !important;
      }
      footer .col-md-3{
        width: 100% !important;
        padding:0 20px !important;
        margin: 10px 0 !important;
        text-align: left !important;
      }
}



.left-right img {
   
    object-fit: cover;
}



#mainBanner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 110px;
    display: block;
    background-image: url(../images/download.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 1;
}


.carousel-item {
     transition: transform 1s ease-in-out;
}
 .carousel-caption {
     top: 48%;
     transform: translate(0, -25%);
     bottom: auto;
     left: 0;
     right: 0;
      width: 0;
      opacity: 0;
      overflow: hidden;
      text-align: left;
}
 .carousel-item.active .carousel-caption  {
     animation: widthSlide 3.5s 1;
     opacity: 1;
      z-index: 999;
      width: 100% ;
}
 @keyframes widthSlide {
     0% {
         width: 0% ;
         opacity: 0;
    }
   50% {
        width: 100% ;
         opacity: 1;
    }
     100% {
         width: 100% ;
         opacity: 1;
    }
}


.border-4{
    width: 40%;
    }
    
.carousel-caption h5 {
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-stroke:2px #dfa906 !important;
    color: #030303 !important;
    
    position: relative;
    width: fit-content;
    padding-right: 10px;
}
.border-light{
        border-color: rgb(96 5 5) !important;
}
.carousel-caption h5:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: -20px;
    opacity: 1;
}
 .carousel-item.active .carousel-caption h5:after {
    width: 10%;
    height: 4px;
    animation: titleCover 2.5s 1;
    opacity: 0;
}

 @keyframes titleCover {
     0% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
       opacity: 1;
    }
   20% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
       opacity: 1;
    }
   30% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    55% {
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        opacity: 1;
    }
   95% {
        left: 0;
        right: 0;
        width: 10%;
    }
     100% {
        left: 0;
        right: 0;
        width: 10%;
        opacity: 0.5;
    }
}
.carousel-item > img {
    height: 100vh;
    object-fit: cover;
    transform: scale(1);
}
.carousel-item.active > img {
    transform: scale(4);
    animation: bgScale 200s 1;
}
@keyframes bgScale {
  0% {
      transform: scale(1);
    }
  100% {
      transform: scale(4);
    }
}
 .carousel-item:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
   /*  background: linear-gradient(91deg, rgb(5 5 5 / 47%), rgb(244 244 244 / 40%), rgb(98 0 255 / 0%));*/
     z-index: 99;
}

 .carousel-caption p {
     font-size: 2.35em;
     font-weight: 600;
     text-transform: uppercase;
   color: #070707 !important;
}
 .carousel-caption * {
     white-space: nowrap;
}
.carousel-indicators {
    right: 10px;
    left: auto;
    margin: 0;
    width: 25px;
    flex-wrap: wrap;
    bottom: auto;
    top: 45%;
    transform: translate(0, -50%);
    gap: 10px;
    z-index: 9999;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: none;
}
li.nav-item > a:after {
    content: '';
    position: absolute;
    height: 3px;
    background: white;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 85%;
  transition: 0.3s all ease-in-out;
}
li.nav-item > a.active:after,
li.nav-item > a:hover:after {
    bottom: 0;
    opacity: 0.8;
}
li.nav-item > a {
    position: relative;
}


@media screen and (max-width: 991px) {
  .carousel-caption h5 {
    font-size: 3.5em;
}
  .carousel-caption p {
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
}
}

@media screen and (max-width: 768px) {
  .carousel-caption h5 {
    font-size: 3.5em;
}
  .carousel-caption p {
    font-size: 1em;
    font-weight: 600;
}
  .carousel-item img {
    height: 80vh;
}
  .mian-logo > span {
    font-size: 1em;
}
.carousel-indicators {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    flex-wrap: nowrap;
    top: auto;
    transform: unset;
    width: auto;
    gap: 5px;
}
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
}
}

@media screen and (max-width: 575px) {
  .carousel-caption h5 {
    font-size: 2em;
}
  .carousel-item img {
    height: 60vh;
}
  .carousel-caption p {
    font-size: 0.75em;
}
  .carousel-caption {
     width: 100%;
    opacity: 0;
}
 .carousel-item.active .carousel-caption {
     animation: sample 2.5s 1;
    opacity: 1;
}
  .carousel-caption * {
    white-space: unset;
}
 @keyframes sample {
     0% {
         opacity: 0;
    }
   50% {
         opacity: 1;
    }
     100% {
         opacity: 1;
    }
}
  .carousel-caption h5 {
    -webkit-text-stroke: 1px #E2FADB;
}
  hr.border-light {
    max-width: 200px;
}
}

@media screen and (max-width: 480px) {
.carousel-caption h5 {
    font-size: 1.45em;
}
  .carousel-caption p {
    font-size: 0.7em;
}
  .carousel-item img {
    height: 50vh;
}
}



