@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Merienda:wght@300..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Varela&family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap');
*{
     font-family: "Libre Baskerville", serif;
}

/* Hide bottle images 1.png to 6.png and premium_bottle_prince_indrusties.png across entire website */
img[src*="bottles/1.png"],
img[src*="bottles/2.png"],
img[src*="bottles/3.png"],
img[src*="bottles/4.png"],
img[src*="bottles/5.png"],
img[src*="bottles/6.png"],
img[src*="premium_bottle_prince_indrusties.png"] {
    display: none !important;
}

/*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.gallery-sec-text{
    padding-top: 10rem !important;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.feature-item h4{
    font-weight: 600;
    font-size: 20px;
}
.feature-item p{
    font-size: 14px !important;
    font-weight: 100;
}
.contact .row .col-lg-6 .display-3{
        font-size: 40px !important;
    margin: 18px auto;
}
.contactPointheadings h4{
    font-weight: 600;
    font-size: 20px !important;
}
.contactPointheadings p{
    font-size: 13px;
}
.about-item h1.display-3.mb-3{
        font-size: 41px !important;
        font-weight: bold;
        line-height: 58px;
}
.feature .display-3{
    line-height: 67px;
}
.feature-item h2{
    font-weight: 600 !important;
    font-size: 21px !important;
}
.abt-cn h2{
    font-weight: 600;
    font-size: 20px;
}
.counter-item h4{
    font-weight: 600;
}
.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
   
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 23px 0;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 65px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
     font-family: "Libre Baskerville", serif;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 65px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
    }

    .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    .navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.carousel-header {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;

}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background-size: cover;
}

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
    display: none;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start;
}
.carousel-item img{
    height: 89vh;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2{
    background: none !important;
    position: absolute;
    top: -50px;
}

@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
        margin-top: -100px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        justify-content: center;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }



    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}

.modal .modal-header {
    height: 100px;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6);
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(0 20 66 / 17%), rgb(0 20 66 / 33%)), url(../img/prince_header_image.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 0;
    }
    .bg-breadcrumb .container{
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}
/*** Single Page Hero Header End ***/


/*** Features Start ***/
.feature .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature .feature-item .feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon i {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
    transform: rotate(360deg);
}

.feature .feature-item a.btn {
    transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
    color: var(--bs-primary) !important;
}
/*** Features End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px; 
    margin-left: 30px;
}

.about .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);

}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.about .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    font-size: 25px;
    font-weight: bold;
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}
/*** About End ***/

.blog-item2-main{
    background-color: unset !important;
}
.blog-item2-main:hover{
    box-shadow: none !important;
}

/*** Service Start ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}
.display-3 {
        font-size: 3.5rem !important;
    }
.service-item:hover::after {
    width: 100%;
    height: 100%;
}
.service-content h2{
    font-size: 19px;
    font-weight: 600;
}
.service-content p{
    font-size: 13px;
}
.product .display-3{
    font-size: 3.5rem !important;
        font-weight: bold;
        margin-top: 15px;
}
.product-content .h5{
    margin: auto 36px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
}

.service-item:hover .service-content a:hover {
    color: var(--bs-secondary);
}

.service-item:hover .service-content p {
    color: var(--bs-white);
} 

.service-item .service-btn {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.service-item .service-btn i {
    transition: 0.5s;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}

.service-item:hover .service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}
/*** Service End ***/


/*** Counter Start ***/
.counter {
    position: relative;
    overflow: hidden;
    background:linear-gradient(rgb(25 64 154 / 82%), rgb(25 64 154 / 77%)), url(../img/prince_header_image.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter .counter-item .counter-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*** Counter End ***/


/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}
.product-item-f img{
     width: 100%;
    /* height: 500px !important; */
}
.product-item-s img{
    width: 100%;
    /* height: 500px !important; */
}

/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 2;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}
.blog .blog-item .blog-content .h4 {
    transition: 0.5s;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.blog .blog-item .blog-content p {
    font-size: 14px !important;
}

.team .team-item .team-inner .bg-light h4{
    font-size: 20px;
    font-weight: 600;
}
.testimonial-item .d-block h4{
    font-weight: 600;
    font-size: 20px;
}
.navbar-brand h1 {
    font-weight: 600;
    font-size: 30px;
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.team .team-item .team-inner {
    transition: 0.5s;
}
.team .team-item:hover .team-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.team .team-item .team-inner .team-img {
    position: relative;
    z-index: 2;
}

.team .team-item .team-inner .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 209, 249, 0.2);
    transition: 0.5s;
    z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
    height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
    z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
    opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important; 
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon { 
    left: -25px; 
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid var(--bs-secondary);
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-secondary) !important;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}
@media (max-width: 425px) {
    .carousel-header{
        top: 85px !important;
    }
    .he-fi{
        height: 350px !important;
    }
    .he-se{
        height: 448px !important;
    }
    .carousel-inner{
        height: 480px !important;
    }
    .navbar-light {
    background: auto !important;
}
.navbar-light .d-flex.align-items-center a{
    font-size: 10px !important;
}
    .fir-cra-img img{
        height: 100vh;
        top: 14%;
        object-fit: fill !important;
        position: relative;
    }
        .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
        width: 100%;
    }
    .carousel-caption-2-content{
        top: 25%;
        position: absolute;
        background: rgb(255 255 255 / 38%) !important;
    }
    .carousel-caption-1-content h4,.carousel-caption-2-content h4{
        font-size: 15px;
    }
    .service .col-lg-6 div img{
        height: auto !important;
    }
    .carousel-caption-1-content h1,.carousel-caption-2-content h1{
        font-size: 25px;
    }
    .carousel-caption-2-content h1{
        font-size: 1.1rem !important;
    }
    .carousel-caption-2-content p{
        margin-bottom: 5px !important;
    }
    .carousel-caption-2-content{
        padding: 10px 15px !important;
    }
    .carousel-caption-1-content p,.carousel-caption-2-content p{
        font-size: 17px !important;
    }
    .product-button-main{
        width: 60% !important;
        margin-top: 0px !important;
    }
    .product-content p{
        text-align: center !important;
    }
    /* .product-item-s img{
        height: 450px !important;
    } */
    .carousel-caption-1-content-btn a,.carousel-caption-2-content-btn a{
        padding: 0.5rem 1.5rem !important;
    }
    .testimonial-item .d-block p{
        text-align: center !important;
    }
    p{
        text-align: justify !important;
    }
    .about .about-img .about-exp{
        padding: 10px;
    font-size: 18px;
    }
    .about-item h1.display-3.mb-3{
        font-size: 27px !important;
        line-height: 40px !important;
    }
    .abt-cn h2{
        font-size: 18px;
    }
    .abt-cn p{
        font-size: 12px;
    }
    .service {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .service-content h2{
        font-size: 12px !important;
    }
    .service .text-center.mx-auto.pb-5.wow.fadeInUp{
        padding-bottom: 25px !important;
    }
    .service-content p{
        font-size: 10px;
    }
    .service div .display-3,.product div .display-3, .blog div .display-3, .team div .display-3,.testimonial div .display-3, .feature div .display-3, .contact div .display-3{
        margin-bottom: 0px !important;
        font-size: 25px !important;
        line-height: 37px !important;
    }
    .product-content .h5 {
    margin: 0;
    font-size: 15px;
    }
    .contact div .display-3{
        margin-bottom: 10px !important;
    }
    .feature{
        /* padding-top: 0px !important; */
        padding-bottom: 10px !important;
        margin-top: 0px !important;
    }
    .contact .row .col-lg-6 .display-3 {
    font-size: 23px !important;
    margin: 15px auto;
}
    .feature .container{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .product{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .about,.counter{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .blog .blog-item .blog-content a{
        font-size: 20px;
    }
    .team div p{
        text-align: center !important;
    }
}

/*** testimonial End ***/
@media only screen and (min-width: 426px) and (max-width: 768px){
    .product,.product .container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .product .container h1{
        font-size: 35px !important;
        margin-bottom: 0px !important;
    }
    .product .container .row .product-content{
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .product .container .row .product-content .h5{
        font-size: 12px;
        margin-top: 0rem !important;
        margin-left: 0px;
        margin-right: 0px;
        line-height: 20px;
        margin-bottom: 0.5rem !important;
    }
    .display-3 {
    font-size: 3rem !important;
}
.carousel-caption-1-content, .carousel-caption-2-content{
    padding: 2rem !important;
}
.blog .blog-item .blog-content .h4 {
    transition: 0.5s;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
}
    .product .container .row .product-content .fs-6{
        font-size: 12px !important;
        margin-bottom: 0.7rem !important;
    }
    .product .container .row .product-content a{
        margin-bottom: 0px !important;
    }
    .blog-content .h4{
        font-size: 16px !important;
    }
    .product .row{
        gap: 0rem !important;
    }
     .carousel .carousel-inner .carousel-item img{
        height: auto !important;
    }
    .carousel .carousel-inner .carousel-item{
        height: auto;
        margin-top: 0px !important;
    }
    .service .col-lg-6.col-xl-4.wow.fadeInUp .bg-transparent img{
        height: auto !important;
    }
    /* .navbar-light {
    background: none !important;
} */
    .product-item img{
        height: auto !important;
    }
    .product .col-lg-6.col-xl-4.wow.fadeInUp
 {
    width: 33.33%;
}
.product-content a{
    font-size: 15px;
}
.product-content p.fs-6.mb-3{
    font-size: 0.68rem !important;
}
.blog .col-lg-6.col-xl-4.wow.fadeInUp{
    width: 50%;
}
    .ceo-vid{
        display: none !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
    .carousel .carousel-inner .carousel-item img{
        height: 700px !important;
    }
    .ec-ec-ec,.ceo-vid{
        display: none !important;
    }
    .feature-item h4 {
    font-size: 16px;
}
.feature-item p{
    font-size: 11px !important;
}
.about {
    padding-top: 0px !important;
}
.feature{
    padding-bottom: 0px !important;
} 
.product .display-3{
    font-size: 3rem !important;
}
.product-content .h5 {
    margin: 10px !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}
.blog .blog-item .blog-content .h4 {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 25px;
}
    .about .row .col-xl-6 {
        width: 50% !important;
    }
    .about-item h1{
        font-size: 25px !important;
    }
    .product .row .col-lg-6,.blog .row .col-lg-6 {
        width: 33% !important;
    }
    .blog-content a{
        font-size: 13px !important;
    }
    .display-3{
        font-size: 3rem !important;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 15px !important;
            margin-right: 22px !important;
    }
    .navbar{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .btn {
    padding: 9px 16px !important;
    font-size: 10px !important;
}
    .blog-content p{
        font-size: 13px !important;
    }
    .product-item img{
        height: 300px !important;
    }
}
/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

/* Footer logo - white background & circular */
.footer .footer-item h3 img,
.footer h3 img[src*="logo"] {
    background-color: #fff;
    border-radius: 50%;
    padding: 4px;
    box-sizing: content-box;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
    font-size: 14px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/

/* Responsive Styles */
@media (max-width: 768px) {
    /* Header & Navigation */
    .navbar-brand h1 {
        font-size: 1.5rem;
    }
    
    /* Carousel */
    .carousel-caption-1-content h1,
    .carousel-caption-2-content h1 {
        font-size: 2rem;
    }
    
    .carousel-caption-1-content p,
    .carousel-caption-2-content p {
        font-size: 1rem !important;
    }
    
    /* Features */
    .feature-item {
        margin-bottom: 20px;
        height: 100%;
    }
    
    /* Products */
    .product-item {
        margin-bottom: 30px;
    }
    
    /* Team */
    .team-item {
        margin-bottom: 30px;
    }
    
    /* Counter */
    .counter-item {
        margin-bottom: 30px;
    }
}

/* Animations */
.feature-item:hover,
.service-item:hover,
.product-item:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Modern UI Improvements */
.btn-primary,
.btn-secondary {
    transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Card Styles */
.blog-item,
.team-item,
.product-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Image Hover Effects */
.product-item img,
.team-img img,
.blog-img img {
    transition: all 0.5s ease;
}

.product-item:hover img,
.team-img:hover img,
.blog-img:hover img {
    transform: scale(1.05);
}

/* Navigation Improvements */
.navbar {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
}

/* Loading Animation */
#spinner {
    backdrop-filter: blur(10px);
}

/* Testimonial Cards */
.testimonial-item {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

/* Footer Improvements */
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}

/* Modern UI Variables */
:root {
    --primary: #2196F3;
    --secondary: #15233C;
    --light: #F8F9FA;
    --dark: #1C2833;
    --gradient: linear-gradient(45deg, #2196F3, #15233C);
}

/* Global Styles */
body {
     font-family: "Libre Baskerville", serif;
    background-color: var(--light);
}

h1, h2, h3, h4, h5, h6 {
     font-family: "Libre Baskerville", serif;
}

/* Navbar Styling */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.navbar-brand h1 {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Hero Section */
.carousel-header {
    position: relative;
    overflow: hidden;
    top: 100px;
}

.carousel-item img {
    filter: brightness(0.8);
    transition: transform 0.5s ease;
}

.carousel-item:hover img {
    transform: scale(1.05);
}

.breadcrumb-item.active{
    color: #19409A !important;
}

.carousel-caption-1-content,
.carousel-caption-2-content {
        /* background: rgb(255 255 255 / 6%); */
        background: rgb(0 88 243 / 47%);
    backdrop-filter: blur(2px);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    /* background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1); */
}

/* Feature Cards */
.feature-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.feature-icon {
    background: var(--gradient);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

/* Product Cards */
.product-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.product-content {
    position: relative;
    z-index: 1;
}
.product-content a{
     font-family: "Libre Baskerville", serif;
}
.product-content p{
     font-family: "Libre Baskerville", serif;
    font-size: 1.15rem;
}

/* Team Section */
.team-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
}

.team-inner {
    position: relative;
}

.team-img img {
    transition: all 0.5s ease;
}

.team-item:hover .team-img img {
    transform: scale(1.1);
}

.team-share {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.team-item:hover .team-share {
    opacity: 1;
    transform: translateY(0);
}

/* Testimonial Section */
.testimonial-item {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    margin: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Buttons */
.btn {
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 12px;
}
.footer-item h3,.footer-item h4{
    font-weight: 600;
    font-size: 21px;
}
.footer-item a{
    font-size: 15px;
}
.btn-primary {
    background: var(--gradient);
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(33, 150, 243, 0.3);
}

/* Footer */
.footer {
    background: var(--dark);
    color: var(--light);
}

.footer-item a {
    color: var(--light);
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}

.footer-item a:hover {
    color: var(--primary);
    transform: translateX(10px);
}

/* Animations */
.wow {
    visibility: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--light);
}

::-webkit-scrollbar-thumb {
    background: var(--gradient);
    border-radius: 6px;
}

/* Loading Spinner */
#spinner {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(10px);
}

.spinner-grow {
    width: 3rem;
    height: 3rem;
}

/* Gallery Styles */
.gallery {
    background: var(--light);
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    color: white;
    font-size: 2rem;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay i {
    transform: scale(1);
}

/* Gallery Filter */
.gallery-filters {
    margin-bottom: 30px;
}

.gallery-filters .filter-btn {
    padding: 8px 25px;
    border-radius: 30px;
    border: 1px solid var(--primary);
    color: var(--primary);
    background: transparent;
    margin: 5px;
    transition: all 0.3s ease;
}

.gallery-filters .filter-btn.active,
.gallery-filters .filter-btn:hover {
    background: var(--primary);
    color: white;
}

/* Page Header */
.page-header {
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/prince_header_image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item a {
    color: var(--light);
    transition: all 0.3s ease;
}

.page-header .breadcrumb-item a:hover {
    color: var(--primary);
}


