/********** Template CSS **********/


.ff-secondary {
    font-family: 'Poppins', cursive;
}

.dawning-of-a-new-day-regular {
    font-family: "Dawning of a New Day", cursive;
    font-weight: 400;
    font-style: normal;
    color: #FEA116;
  }
  
.fw-medium {
    font-weight: 600 ;
}

.fw-semi-bold {
    font-weight: 700 ;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#cardNew {
    .center {
        margin: auto;
        width: 50%;
        border: 3px solid green;
        padding: 10px;
      }
}
/*** Button ***/
.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}



/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: #F1F8FF;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #E4A025;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
    text-align: center;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;

}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #ffffff;
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #222222;
    }
}


/*** Hero Header ***/
.hero-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image:
    url(../images/img-Gif.52f67e4fef85b7981141.gif); */
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #E4A025;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #E4A025;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.service-item img{
    width: 256px;
}

.text-gradient{
    background:  #ffa600;
    -webkit-background-clip: text;
    color: transparent;
}

.round-solid{
    border-radius: 33px;
}

.service-item:hover {
    background: #E4A025;
    
}

.service-item  {
    transition: .5s;
}

.service-item:hover  {
    color: #F1F8FF;
    
}

.text-gradient:hover{
    background: linear-gradient(to right, rgb(255, 255, 255),rgb(0, 0, 0), #E4A025);
    -webkit-background-clip: text;
    color: transparent;
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid #E4A025;
}




/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #E4A025;
    border-color: #E4A025;
}

.testimonial-carousel .owl-item.center .testimonial-item  {
    color: #F1F8FF;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: #E4A025;
    border-color: #E4A025;
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F1F8FF;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #E4A025;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #F1F8FF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.Banner_0{
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 0;
}

.Home_Wrapper  video {
    
    height:500px;
    margin-left: -170px;
    object-fit: fill;
    opacity: 1;
    width: 500px;
    z-index:-100;
}

.container-fluid{
    background-color: #ffffff ;
}
@media screen and (max-width: 500px) {
    .Home_Wrapper  video {
        height:300px;
        margin-left: -20px;
        object-fit: fill;
        opacity: 1;
        width: 300px;
        z-index:-100;
    }
}



.Home_Wrapper  .Banner_0 {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

.Home_Wrapper  .Banner_0.animate {
    -webkit-animation: animate1 4s;
    animation: animate1 4s
}


.Right_side {
    float: right;
    position: absolute;
    animation: animate 4s;
    top: 0px;
}
@media screen and (max-width: 500px) {
    .Right_side {
        opacity: 0.6;
        height: 500px;
   }
}
@keyframes animate {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
.Right_side img {
    width: 100%;
}
@media screen and (max-width: 500px) {
    .Right_side img {
        width: 751px;
        margin-left: -368px;
        opacity: 0.9;
   }
}

.bg-light{
    background-color: #ffffff;
}

.footer{
    background-color: #300000;
}

.background-image {
    width: 100%;
    height: auto;
    z-index: 0;
}

.overlay-image {
    position: absolute;
    top: 90%;
    left: 20%; 
    transform: translate(-50%, -50%); 
    width: 150px; 
    height: 150px; 
    border-radius: 50%; 
    background: #ffffff
    filter: blur(100px);
}

.overlay-image2 {
    position: absolute;
    top: 80%;
    left: 80%; 
    transform: translate(-50%, -50%); 
    width: 150px; 
    height: 150px; 
    border-radius: 50%;
    background: #ffa600cc;
    filter: blur(100px);
}

.overlay-image3 {
    position: absolute;
    top: -210px;
    left: 0%; 
    width: 80%; 
    height: 150px; 
    border-radius: 50%;
    background: #ffa600;
    z-index: 100;
    scale: 100%;
    overflow: hidden;
}
  

@media (min-width: 768px) {
    .text-sm-justify {
      text-align: center;
    }
  }

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px; 
    padding: 10px;
    border-radius: 20px;
    position: relative; 
}

.text {
    flex: 1;
    margin-right: 20px; 
}

.image-container {
    text-align: center; /* Center-aligns inline-block elements */
}

.images {
    max-width: 350px; /* Maximum width of the image */
    height: 350px; /* Maintain aspect ratio */
    border-radius: 20px; /* Rounded corners */
    display: inline-block; /* Align images horizontally */
    margin: 25px; /* Spacing between images */
    border-color: #FEA116;
}


/* .images:hover {
    transform: scale(1.05);
    box-shadow: 8px 8px 8px 8px rgba(255, 166, 0, 0.3); 
} */




.text {
    flex: 1;
    margin-right: 20px; 
}



.text2 {
    margin-top: 10px; /* Space between image and text */
    font-size: 18px; /* Font size for the text */
    margin-left: 140px;
}

.text3 {
    margin-top: 7px; /* Space between image and text */
    font-size: 18px; /* Font size for the text */
    margin-left: 140px;
}


.content {
    margin-left: 60px; /* Adjust margin for consistent alignment */
}


.images5 {
    display: flex;
    gap: 10px; /* Space between images */
    margin-top: 10px; /* Space between the paragraph and the images */
    width: 100%; /* Ensure it takes the full width of the parent container */
    justify-content: center; /* Center align items */
    flex-wrap: wrap; /* Allow images to wrap to the next line */
}


.images5 img {
    max-width: 400px; /* Set a maximum width for images */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 10px; /* Space below each image */
    border: 2px solid #E4A025;
    border-radius: 4px;
}

.content {
    font-size: 20px; /* Size for the paragraph */
}

.important {
    font-size: 20px; /* Size for the strong tag */
}




.image-container2 p {
    margin-top: 5px; /* Space between image and text */
    font-weight: bold; /* Make the text bold */
    font-size: 15px; /* Adjust font size */
}

.CardNew {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }