/*** Spinner Start ***/
/*** Spinner ***/

#home {
    margin-bottom: 6rem;
    background: url(../img/bg-header.png) left top no-repeat;
}

p {
    padding: 0;
    margin: 0;
}

#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;
}

/*** Spinner End ***/

/* ------------------------------home-header-bar-index------------------------------------------ */

.header-container{
    width: 85%;
    margin: auto;
}

.header-body {
    background:linear-gradient(90deg, rgba(50, 50, 50, 1) 28%, rgba(112, 0, 57, 1) 76%);
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
    box-shadow: 0 .5rem 1rem rgb(90, 85, 85) !important;
    

}
/* ---------------hamber------------------------- */

.hamber {
    color: #ffffff;
    display: none;
    font-size: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .menu {
        display: none;
    }

    .hamber {
        display: block;
    }
}

.mobile-menus a {
    background: #20155e;
    text-decoration: none;
    list-style: none;
    padding: 10px;
    margin-bottom: 20px;
    display: block;
}

.mobile-menus a {

    list-style: none;
}


/* ---------------------------------------- */


/* .header_bar {
    background:linear-gradient(90deg, rgba(50, 50, 50, 1) 28%, rgba(112, 0, 57, 1) 76%);
    position: sticky;
    width: 100%;
    z-index: 9;
    top: 0;
    box-shadow: 0 .5rem 1rem rgb(90, 85, 85) !important;
    

}

ul.menu li {
    display: inline-block;
   
}

ul.menu li a {  
    padding: 10px 15px;
    color: rgb(255, 255, 255);
}

ul.menu li a:hover {
    color: rgb(0, 255, 200);
    border-bottom: 2px solid rgb(0, 255, 200);
    border-radius: 10PX;
}

.header-text {
    color: rgb(255, 255, 255);
}

.hamber {
    color: #ffffff;
    display: none;
    font-size: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .menu {
        display: none;
    }

    .hamber {
        display: block;
    }
} */


/* ------------------------------------------------------------------- */
.header-navbar {
    overflow: hidden;
}

.header-navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.header-dropdown {
    float: left;
    overflow: hidden;
}

.header-dropdown .dropbtns {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
}

.header-navbar a:hover,
.header-dropdown:hover .dropbtns {
border-bottom: 2px solid rgb(0, 255, 200);
color:rgb(0, 255, 200);
border-radius: 10PX;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 50%;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content .header {
    background: rgb(73, 73, 73);
    padding: 16px;
    color: white;
}

.header h2{
    color: rgb(255, 255, 255);   
}

.header-dropdown:hover .dropdown-content {
    display: block;
}


.dropdown-content{
    padding: 18px;
}



/* Create three equal columns that floats next to each other */


.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background: linear-gradient(90deg, rgba(50, 50, 50, 1) 28%, rgba(112, 0, 57, 1) 76%);
    
}


/* ---------------------coursal-------------------------------------- */

.bodz {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: #f0f0f0;
}

.owl-carousel {
    width: 95%;
    /* Adjust width to fit your needs */
    max-width: 1700px;
    /* Max width for larger screens */
    position: relative;
    /* Required for positioning nav arrows */
    margin: auto;
}

.item {
    font-family:"Apple Chancery";
    background:linear-gradient(90deg, rgb(255, 166, 166) 13%, rgb(255, 168, 203) 76%);
    padding: 5px;
    color: rgb(36, 1, 1);
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    text-align: justify;
    
    
}

.item p{}

/* Custom navigation arrows */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.5);
    color: #009eb9 !important;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 101px !important;

    z-index: 10;
    /* Ensure buttons are above other content */
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

/*** About Start ***/

.about-img {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
}

.about-img::before {
    content: "";
    width: 100%;
    height: 40%;
    background: var(--bs-dark);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}


.about-img::after {
    content: "";
    width: 100%;
    height: 60%;
    background:#52041cd8;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}

.rotate-left {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    left: -10%;
    rotate: 25deg;
    z-index: 2;
}

.rotate-right {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    right: -10%;
    rotate: -25deg;
    z-index: 2;
}

.about-img img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.experiences {
    width: 160px;
    height: 200px;
    position: absolute;
    top: -0;
    right: 0;
    padding: 35px 35px;
    text-align: center;
    border-radius: 10px;
    z-index: 3;
    animation: mymove 5s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes mymove {
    from {
        top: -202px;
    }

    to {
        top: 102%;
    }
}


.about-us-heading{
    font-family: "Apple Chancery";

}

.jewel-layout img{
   border: 1px solid rgb(255, 255, 255);
    width: 100%;    
}

.jewel-layout img:hover{
    box-shadow:6px 6px 6px rgba(0, 0, 0, 0.589);
    
}

.layout-background{
    background-color: rgb(105, 18, 45);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.589);
    padding: 20px;
}




/*** About End ***/ 

 
/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(rgba(54, 16, 16, 0.842), rgba(53, 12, 12, 0.356)), url(imgs/1.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/* -------------------All-Jewellery------------------------- */

/* -------------------------Images-layout------------------------------ */

 .zoom-img {
     overflow: hidden;
     position: relative;
   
 }

 .zoom-img img {
     transition: transform 0.9s ease;
    
 }

 .slide-border{
    border:1px solid rgb(105, 18, 45);
    padding: 10px;
 }
 .zoom-img:hover img {
     transform: scale(1.1);
 }

 .zoom-img .city-content {
     position: absolute;
     background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(105, 18, 45));
     bottom: -100%;
     left: 0;
     overflow: hidden;
     height: 100%;
     width: 100%;
     display: flex;
     justify-content: start;
     align-items: center;
     transition: 0.5s;
     color: rgb(255, 255, 255);
     text-shadow: 6px 6px 6px  rgba(0, 0, 0, 0.589);
 }

 .zoom-img:hover .city-content {
     bottom: 0;
 }

 /* Additional styling for demonstration */
 .container {
     margin-top: 20px;
 }

 .icon {
     position: absolute;
     top: 20px;
     right: 20px;
     background-color: rgb(238, 246, 255);
     border-radius: 50%;
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     z-index: 199;
     opacity: 0;
     transition: transform 0.3s ease, opacity 0.3s ease,
         background-color 0.3s ease;
     /* Added background-color transition */
 }

 .zoom-img:hover .icon {
     opacity: 1;
     transform: scale(1.2);
     /* Example transform */
 }

 .icon i {
     font-size: 24px;
     color: rgb(0, 0, 0);
     transition: transform 0.3s ease;
     /* Added transition for icon transform */
 }

 .zoom-img:hover .icon i {
     transform: rotate(360deg);
     /* Example icon transform on hover */
 }

 /* ---------------wedding------------------------------ */
    
    .book-content p{
        font-family: "Apple Chancery";
        font-size: 18px;
        color:rgb(105, 18, 45);
        font-weight:550;
    }

    .custom-input{
     width: 100%;
     padding: 15px;
     border-radius: 5px;
     border: 1px solid #aa02349c;
     margin-bottom: 20px;
    }
 
   .custom-input:focus {
     border-color: rgb(105, 18, 45);
     /* Bootstrap primary color or any color you choose */
     outline: none;
     /* Remove default browser outline */
     box-shadow: 0 0 0 0.25rem rgba(255, 71, 111, 0.25);;
    }

    .select-option{
     color: transparent;
     padding: 20px;
    }

    .date-input{
        width: 45%;
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #aa02349c;
        margin-bottom: 20px;
        color: #555;
    }
         .date-input:focus {
             border-color: rgb(105, 18, 45);
             /* Bootstrap primary color or any color you choose */
             outline: none;
             /* Remove default browser outline */
            color: #555;
            box-shadow: 0 0 0 0.25rem rgba(255, 71, 111, 0.25);;
         }