/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #797979;
    background: #ffffff;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d2434;
}

a {
    color: #454545;
    transition: 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #ff00aa;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

/* .container-fluid {
    max-width: 1366px;
} */

.back-to-top {
    position: fixed;
    display: none;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    background: #1d2434;
}

.back-to-top:hover i {
    color: #d5b981;
}

.back-to-top i {
    color: #1d2434;
    padding-top: 10px;
}
@media only screen and (max-width: 600px) {
    body {
        font-size: 14px;
    }

    .back-to-top {
        display: block;
    }
}

/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 40px;
    background: #000000;
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 9px;
    font-weight: 400;
    margin: 0;
}

.top-bar .social {
    display: flex;
    height: 60px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 70%;
    font-size: 12px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.top-bar .social a:hover {
    color: #ff00a2;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
    .top-bar .social {
        display: flex;
    }
}

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: 0.5s;
    z-index: 999;
    height: 100px;
}
.navbar-toggler {
    width: 70px;
}
.navbar-toggler img {
    width: 100%;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #000000;
    font-size: 45px;
    line-height: 0px;
    font-weight: 800;
}

.navbar .navbar-brand span {
    font-weight: 800;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 110px;
}

.nav-sticky .navbar-nav .nav-link,
.nav-sticky .navbar-nav .nav-link:focus,
.nav-sticky .navbar-nav .nav-link:hover,
.nav-sticky .navbar-nav .nav-link.active {
    padding: 50px 20px 50px 20px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    padding: 50px 20px 50px 20px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: rgb(243, 87, 126);
    transition: none;
    color: #ffffff;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff;
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 60px;
        padding: 20px 60px;
        background: rgba(255, 255, 255, 0.474) !important;
        z-index: 9;
    }

    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #ffffff !important;
    }

    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 800;
        color: #ffffff;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 0px 10px 40px 10px;
        background: #ffffffae !important;
    }

    .navbar a.nav-link {
        background: #ffffff;
        padding: 3px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 800;
        color: #ffffff;
    }

    .navbar .dropdown-menu {
        box-shadow: none;
        color: rgb(255, 255, 255);
        padding: 3px 15px;
    }

    .navbar .navbar-brand img {
        max-width: 110%;
        max-height: 90px;
    }
}

/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
    width: 100%;
    height: 50rem;
    background-image: url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    position: relative;
    text-align: right;
}

.hero .hero-image img {
    width: 100%;
    height: 100%;
}

.hero .hero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10rem 0rem;
}

.hero .hero-text h3 {
    color: #ffffff;
    text-shadow: #000000;
    font-size: 23px;
    animation: fadein 2s;
    text-align: center;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hero .hero-text h1 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 800;
    animation: fadein 4s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hero .hero-text p {
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    margin: 20px;
    animation: fadein 6s;
    text-align: center;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hero .hero-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1d2434;
    background: none;
    border: 2px solid #1d2434;
    border-radius: 0;
    transition: 0.3s;
}

.hero .hero-text .btn:hover {
    color: #d5b981;
    background: #1d2434;
}

.hero .btn-play {
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.hero .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1d2434;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.hero .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1d2434;
    border-radius: 50%;
    transition: all 200ms;
}

.hero .btn-play:hover:after {
    background-color: darken(#1d2434, 10%);
}

.hero .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.hero .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #ffffff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media screen and (max-width: 1250px) {
    .hero .hero-text h1 {
        font-size: 50px;
    }
    .hero .hero-text p {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .hero-text {
        width: 100%;
        margin: 0;
    }
    .hero {
        align-items: center;
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .hero .hero-text h1 {
        font-size: 38px;
        font-weight: 600;
    }

    .hero .hero-text p {
        font-size: 24px;
    }

    .hero .hero-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 575.98px) {
    .hero .hero-text p {
        font-size: 14px;
    }
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    height: 52vh;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/pageheader.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.page-header h2 {
    position: relative;
    color: #1d2434;
    font-size: 60px;
    font-weight: 800;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: white;
    text-transform: uppercase;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
}

.page-header a:hover {
    color: #dbdbdb;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }

    .page-header a {
        font-size: 18px;
    }
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 65px 0;
    align-items: center;
    text-align: justify;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0px 0px 0px 40px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about .about-img::before {
    position: absolute;
    content: "";
    top: -60px;
    right: 60px;
    bottom: 60px;
    left: -60px;
    background: #fb01b4;
    z-index: 0;
}

.about .about-img::after {
    position: absolute;
    content: "";
    top: -30px;
    right: 30px;
    bottom: 30px;
    left: -30px;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: 2;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text {
    padding: 0px 0px 20px 40px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1d2434;
    border: 2px solid #1d2434;
    border-radius: 0;
    background: none;
    transition: 0.3s;
}

.about .about-text a.btn:hover {
    color: #ff008c;
    background: #1d2434;
}



@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
        margin: 60px 0 0 60px;
    }
    .about.btn{
        display: flex;
        justify-content: center;

    }

    .about {
        height: 100%;
    }

    .about .about-text {
        padding: 0px 0px 0px 0px;
    }

    .about .section-header {
        margin-bottom: 20px;
        padding: 30px 0px 0px 0px;
        text-align: center;
    }
}

/*******************************/
/********* Product CSS *********/
/*******************************/
.product {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.product .product-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    background: rgba(29, 36, 52, 0.04);
}

.product .product-img {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.product .product-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product .product-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    border: 1px solid #F6F6F7;
    z-index: 1;
}

.product .product-item h3 {
    margin: 0;
    padding: 25px 15px 15px 15px;
    font-size: 25px;
    font-weight: 700;
}

.product .product-item p {
    margin: 0;
    padding: 0 25px 25px 25px;
    font-size: 16px;
}

.product .product-item a.btn {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #1d2434;
    border: 2px solid #1d2434;
    border-radius: 0;
    background: none;
    transition: 0.3s;
}

.product .product-item:hover a.btn {
    color: #ff0088;
    background: #1d2434;
    border-color: #1d2434;
}
@media (max-width: 767.98px) {

}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/

.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 120px 0;
    background: linear-gradient(
            rgba(29, 36, 52, 1),
            rgba(29, 36, 52, 0.5),
            rgba(29, 36, 52, 1)
        ),
        url(../img/testimonial-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .container {
    max-width: 700px;
}

.testimonial .testimonials-carousel {
    position: relative;
    width: 100%;

}

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.testimonial .testimonial-item img {
    width: 60px;
    border-radius: 60px;
    margin-bottom: 25px;
}

.testimonial .testimonial-item p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial .testimonial-item h2 {
    color: #d5b981;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.testimonial .owl-nav {
    width: 135px;
    margin-top: 45px;
    display: flex;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d5b981;
    background: #1d2434;
    font-size: 22px;
    transition: 0.3s;
}

.testimonial .owl-nav .owl-next {
    margin-left: 15px;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    color: #1d2434;
    background: #d5b981;
}

.testimonial .testimonial-item img.testimonial-image {
    width: 200px;
    height: auto;
    margin-bottom: 25px;
    border-radius: 0;
}
.awards-heading {
    color: #d5b981;
    margin-bottom: 35px;

}
@media (max-width: 767.98px) {
    .testimonial-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonial .testimonial-item p {
        text-align: center;
    }
    .awards-heading {
        text-align: center;
    }
    #gold{
        text-align: center;
        margin: 0 auto;
        padding-bottom: 4px;
    }






}
/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #f5f5f5;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-about {
    position: relative;
    margin-bottom: 45px;
    color: #373737;
}

.footer-contact {
    width: 130%;
}
.footer-contact iframe {
    width: 100%;
}
.footer-link {
    margin-left: 50px;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-about h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #373737;
    transition: 0.3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #ff008c;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 30px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #000000;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #ff008c;
}

.footer .copyright {
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright p {
    margin: 0;
    color: #454545;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #1d2434;
    font-weight: 700;
}

.footer .copyright p a:hover {
    color: #ff008c;
}

.footer .footer-about .footer-img img {
    max-width: 100%;
    max-height: 110px;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }

    .footer-link {
        margin-left: 0px;
    }


    .footer-contact {
        width: 100%;
    }

    .map {
        width: 100%;
        padding: 0px 100px 0px 0px;
    }
}


/*******************************/
/********* Details CSS *********/
/*******************************/

.container {
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.item-img {
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}

.item-img img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.5s ease;
}

.item-img :hover img {
    transform: scale(1.2);
}

.item-content {
    flex: 1;
    width: 50%;
}

.item-content h2 {
    font-size: 43px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
}

.item-content p {
    font-size: 20px;
    line-height: 1.5;
    color: #666;
    text-align: justify;
}

.item-content .read-more {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    border-radius: 25;
    margin-top: 15px;
}
.item .item-img {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.item .item-img img {
    display: block;
    width: 100%;
    height: auto;
}
.item .item-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    z-index: 1;
}

/*******************************************************
*********************Contact us ************************
*******************************************************/

.contact {
    padding: 50px 0;
}

.contact .heading h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.contact .heading h2 span {
    color: #ff009d;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    background: #919191;
    color: #ffffff;
}

.contact button.btn:hover {
    background: #ff00dd;
    color: #ffffff;
}


.contact .title h3 {
    font-size: 28px;
    font-weight: 700;
}

.contact .title p {
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .title-2 h3 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.contact .title-2 p {
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.6;
    margin: 0 0 40px;
    text-align: center;
    color: #ebebeb;
}

.contact .content .info {
    margin-top: 30px;
    border: 0.01px solid;
    border-color: #e9e9e9;
    padding: 20px 20px 20px 35px;
    border-radius: 20px;
}

.contact .content .info:hover {
    box-shadow: 0 2px 5px rgba(54, 54, 54, 0.1);
    border-color: #ff65bf;
}

.contact .content .info i {
    font-size: 30px;

    padding: 0;
    margin: 0;
    color: #000000;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}

.contact .content .info i:hover {
    color: #ff0080;
}

.contact .content .info h4 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.contact .content .info h4 span {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
}

.form {
    border: 0.1px solid;
    border-radius: 10px;
    padding: 70px 40px;
    background-color: #000000;
}
.page-contact {
    position: relative;
    height: 52vh;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/contactus.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.page-contact h2 {
    position: relative;
    color: #1d2434;
    font-size: 60px;
    font-weight: 800;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: white;
    text-transform: uppercase;
}

.page-contact a {
    position: relative;
    padding: 0 12px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
}

.page-contact a:hover {
    color: #dbdbdb;
}

.page-contact a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-contact a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-contact h2 {
        font-size: 35px;
    }
    .contact .title{
        padding-top: 30px;
    }

    .page-contact a {
        font-size: 18px;
    }
}
/****************88888888888888888888888888*******************************/

.vismis-section {
    width: 100%;
    display: grid;
    place-items: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row h1 {
    width: 100%;
    text-align: center;
    font-size: 3.75em;
    margin: 0.6em 0;
    font-weight: 600;
    color: #070024;
}

.column {
    padding: 0.5em;
}

.card-cls {
    padding: 2.1px 0.15px 2.1px 0.15px;
    text-align: center;
    background: linear-gradient(0deg, #ff0088 10px, transparent 10px);
    background-repeat: no-repeat;
    background-position: 0 0.62em;
    border-radius: 0.5em;
    transition: 0.5s;
    cursor: pointer;
}

.card-cls .icon {
    font-size: 2.5em;
    height: 2em;
    width: 2em;
    margin: auto;
    background-color: #2a2a2a;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
}

.icon:before {
    position: absolute;
    content: "";
    height: 1.5em;
    width: 1.5em;
    border: 0.12em solid #2a2a2a;
    border-radius: 50%;
    transition: 0.5s;
}

.card-cls h3 {
    font-size: 1.3em;
    margin: 1em 0 1.4em 0;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #070024;
}

.card-cls p {
    line-height: 2em;
    color: #625a71;
}

.card-cls:hover {
    background-position: 0;
}

.card-cls:hover .icon:before {
    height: 2.25em;
    width: 2.25em;
}

@media screen and (min-width: 768px) {
    section {
        padding: 1em 7em;
    }
}

@media screen and (min-width: 992px) {
    section {
        padding: 1em;
    }

    .card-cls {
        padding: 5em 2em;
    }

    .column {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 1em;
    }
}

@media screen and (min-width: 992px) {
    .visimis.section {
        padding: 1em 3em;
    }

    .column {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

/***********************About 2*********************/
.about-2 {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 65px 0;
    align-items: center;
    text-align: justify;
}

.about-2 .section-header {
    margin-bottom: 30px;
    margin-left: 40;
    padding: 0px 0px 0px 40px;
}

.about-2.about-img {
    position: relative;
    height: 100%;
}

.about-2 .about-2-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about-2 .about-2-img::before {
    position: absolute;
    content: "";
    top: 60px;
    right: 60px;
    bottom: -60px;
    left: -60px;
    background: #eeeeee;
    z-index: 0;
}

.about-2 .about-2-img::after {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    bottom: -30px;
    left: -30px;
    background: transparent;
    border: 3px solid #939393;
    z-index: 2;
}

.about-2 .about-2-text p {
    font-size: 16px;
}

.about-2 .about-2-text {
    padding: 0px 0px 20px 40px;
}

.about-2 .about-2-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1d2434;
    border: 2px solid #1d2434;
    border-radius: 0;
    background: none;
    transition: 0.3s;
}

.about-2 .about-2-text a.btn:hover {
    color: #ff008c;
    background: #1d2434;
}

@media (max-width: 767.98px) {
    .about-2 .about-2-img {
        margin-bottom: 30px;
        height: auto;
        margin: 60px 0 0 60px;
    }

    .about-2 {
        height: 100%;
    }

    .about-2 .about-text {
        padding: 0px 0px 0px 0px;
    }

    .about-2 .section-header {
        margin-bottom: 20px;
        padding: 30px 0px 0px 0px;
        text-align: center;
    }
}
/**********Services section**************/
.custom-header {
    position: relative;
    height: 52vh;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/services.jpg");
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}

.custom-header h2 {
    position: relative;
    color: #1d2434;
    font-size: 60px;
    font-weight: 800;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: white;
    text-transform: uppercase;
}

.custom-header a {
    position: relative;
    padding: 0 12px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
}

.custom-header a:hover {
    color: #dbdbdb;
}

.custom-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.custom-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .custom-header h2 {
        font-size: 25px;
    }

    .custom-header a {
        font-size: 18px;
    }

    #service-section {
        flex-direction: column;
        padding: 40px 5%;
    }


    .service-left,
    .service-right{
        display: flex;
        justify-content: center;

    }

    .service-left,
    .service-right {
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
    }

    .service-right {
        width: 100%;
    }

    .service-left h1,
    .service-right h1 {
        font-size: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    .service-left p,
    .service-right p {
        font-size: 14px;
        text-align: center;
    }

    .service-left img,
    .service-right img {
        width: 100%;
        max-width: 300px;
        transform: translateY(0);
        margin-bottom: 20px;
    }

    .service-right img {
        order: -1;
    }
}

#service-section {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 12%;
}

.service-left img,
.service-right img {
    width: 100%;
    height: auto;
    transform: translateY(0);
    margin-bottom: 20px;
}

.service-right,
.service-left {
    width: 54%;
    position: relative;
}

.service-right ul li,
.service-left ul li {
    display: flex;
    align-items: center;
}

.service-right h1,
.service-left h1 {
    color: #373737;
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 800;
    padding-bottom: 15px;
}

.service-right p,
.service-left p {
    color: #444;
    line-height: 26px;
    font-size: 15px;
}


 .service-right a.btn,
 .service-left a.btn{
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1d2434;
    border: 2px solid #1d2434;
    border-radius: 0;
    background: none;
    transition: 0.3s;
}

.service-right a.btn:hover,
.service-left a.btn:hover {
    color: #ff008c;
    background: #1d2434;
}

@media (max-width: 991.98px) {
    #service-section {
        flex-direction: column;
        align-items: center;
        padding: 50px 12%;
        position: relative;
    }

    .service-right,
    .service-left {
        width: 100%;
        text-align: center;
        position: relative;
        margin-bottom: 50px;
    }

    .service-right img {
        position: absolute;
        top: -470px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-width: 300px;
        margin-bottom: 10px;
    }

    .service-right h1 {
        color: #373737;
        top: 550px;
        font-size: 25px;
        margin-bottom: -75px;
        margin-top: 20px;
        font-weight: 800;
    }

    .service-right p {
        position: relative;
        top: 80px;
        margin-top: -40px;
    }
}




.page-product {
    position: relative;
    height: 52vh;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/products.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.page-product h2 {
    position: relative;
    color: #1d2434;
    font-size: 60px;
    font-weight: 800;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: white;
    text-transform: uppercase;
}

.page-product a {
    position: relative;
    padding: 0 12px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
}

.page-product a:hover {
    color: #dbdbdb;
}

.page-product a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-product a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-product h2 {
        font-size: 35px;
    }

    .page-product a {
        font-size: 13px;

    }
}
@media (max-width: 767.98px) {
    .prh2{
        /*justify-content: center;*/
        text-align: justify;
    }
    .prp{
        text-align: center;
    }
}
.star-rating {
    display: inline-block;
    font-size: 24px; /* Adjust the font size as needed */
}

.star {
    display: inline-block;
    width: 24px; /* Adjust star size */
    height: 24px; /* Adjust star size */
    margin-right: 2px; /* Adjust spacing between stars */
}

.star svg {
    stroke: #ccc; /* Outline color for the star icon */
    stroke-width: 2; /* Adjust outline thickness */
}

.star.filled svg {
    stroke: #ffbb00; /* Outline color for filled star */
}

.star.half-filled svg {
    stroke: #ffbb00; /* Outline color for half-filled star */
    stroke-dasharray: 0.5; /* Make the outline dashed for half-filled appearance */
}

.inquiry-btn {
    background-color: black;
    color: white;
    border: none;
    border-radius: 20px; /* Adjust border radius for rounded corners */
    padding: 10px 80px; /* Adjust padding as needed */
    font-size: 16px; /* Adjust font size as needed */
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition on hover */
}

.inquiry-btn:hover {
    background-color: #ff00dd; /* Change background color on hover */
}


.popup-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 80%;
    max-width: 600px; /* Limit the maximum width of the form */
}

.popup-form form {
    width: 100%;
}

.popup-form input[type="text"],
.popup-form input[type="email"],
.popup-form textarea {
    width: calc(100% - 20px);
    margin-bottom: 10px;
    padding: 10px;
}

.popup-form button[type="submit"],
.popup-form button[type="button"] {
    width: 45%;
    margin-right: 10px;
}

.success-message {
    text-align: center;
    color: green;
    font-weight: bold;
    margin-top: 20px;
}

.popup-form button[type="submit"] {
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 7px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.popup-form button[type="submit"]:hover {
    background-color: #ff00dd;
}


/*-----------------------------------------SERVICE SECTION----------------------------------------------------------------*/

.s-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    background: rgba(29, 36, 52, 0.04);
}

.s-img {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.s-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-img::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: transparent;
    z-index: 1;
}

.s-item h3 {
    margin: 0;
    padding: 25px 15px 15px 15px;
    font-size: 25px;
    font-weight: 700;
}

.s-item p {
    margin: 0;
    padding: 0 25px 25px 25px;
    font-size: 16px;
}

.s-item a.btn {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #1d2434;
    border: 2px solid #1d2434;
    border-radius: 0;
    background: none;
    transition: 0.3s;
}

.s-item:hover a.btn {
    color: #ff0088;
    background: #1d2434;
    border-color: #1d2434;
}

.s-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 300px;
    height: 450px;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: rgba(29, 36, 52, 0.04);
}

.s-img img {
    max-width: 100%;
    max-height: 200px;
    margin-bottom: 20px;
}


.service-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bold-item {
    margin: 5px 0;
    font-weight: bold;
}

/*------------------------------------package header---------------------------------------------------*/

.pkg-header {
    background-color: #f0f0f0;
    color: #333;
    padding: 20px; 
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    max-width: 100%;
    width: 100%; 
    overflow: hidden; 
}

.container-fluid {
    padding: 0; 
}

.row {
    margin: 0; 
}



/*--------------------------men------------------------*/


.header-image-container {
    padding: 20px;
    margin-bottom: 20px;
}

.header-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.service-image-container {
    padding: 10px;
}

.service-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    margin: 10px;
}

.card-body {
    padding: 20px;
}

.card-title {
    margin-top: 10px; 
}

.list-group-item {
    font-weight: bold; 
    font-size: 0.9em; 
}

.card-title {
    font-weight: bold; 
}


.svg img {
    max-width: 100%;
    height: auto;
}
