/* custom page css */

.topHeding {
    margin-bottom: 30px;
}

a {
    text-decoration: none;
}

p {
    text-align: justify;
    color: #fffbfb;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.topHeding_Yellow h2 {
    color: #d42e2e;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 500;
}

.topHeding_Yellow {
    position: relative;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: blue;
}

.bannerHeading {
    color: #d42e2e;
    font-weight: 600;
}

.bannerPara {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.largeHeading {
    font-size: 35px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.topHeding_Yellow::after {
    position: absolute;
    bottom: 0px;
    content: " ";
    width: 10%;
    background: #d42e2e;
    height: 2px;
}

h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.comonContent {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    font-weight: 400;
    color: #fff !important;
    line-height: 24px;
}

.main-btn {
    background: #901534;
    text-transform: uppercase;
    padding: 9px;
    border: 1px solid #901534;
    border-radius: 5px;
    color: #fff;
}

.main-btn:hover {
    background: transparent;
    text-transform: uppercase;
    padding: 9px;
    border: 1px solid #901534;
    border-radius: 5px;
    color: #901534;
    transition: 0.3s;
}

/* _____________________ MENUFACTURING PAGE START ___________________ */

/* gallery section  */

.manufacturing_Page .gallery-wrapper {
    background-image: url(../images/1-about.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 60vh;
    display: flex;
    align-items: center;
}

.manufacturing_Page .gallery-wrapper img {
    border-radius: 20px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
    width: 260px;
}

.manufacturing_Page .gallery-wrapper .backImg {
    text-align: center;
    margin-top: 20px;
}

/* gallery section exit */

/* THIS IS A BACK SHOW ON HOVER CONTENT START  */

.manufacturing_Page .backCard_Section .flip-card {
    background-color: transparent;
    height: 300px;
    perspective: 1000px;
    width: 356px;
    margin-bottom: 80px;
}

.manufacturing_Page .backCard_Section .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.manufacturing_Page .backCard_Section .flip-card:focus {
    outline: 0;
}

.manufacturing_Page .backCard_Section .flip-card-back p {
    font-size: 16px;
    line-height: 30px;
}

.manufacturing_Page .backCard_Section .flip-card:hover .flip-card-inner,
.manufacturing_Page .backCard_Section .flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
    transition: 0.5s;
}

.manufacturing_Page .backCard_Section .flip-card-front,
.manufacturing_Page .backCard_Section .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.manufacturing_Page .backCard_Section .flip-card-front {
    background: linear-gradient(to right, #50485b, #736c7c);
    color: black;
    z-index: 2;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}

.manufacturing_Page .backCard_Section .flip-card-front img {
    border-radius: 20px;
    width: 356px;
}

.manufacturing_Page .backCard_Section .flip-card-back {
    background: linear-gradient(to right, #50485b, #736c7c);
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 30px;
}

.manufacturing_Page .backCard_Section {
    padding: 50px 0;
    margin-bottom: 20px;
}

.manufacturing_Page .backCard_Section .cardDetails h4 {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 500;
}

/* THIS IS A BACK SHOW ON HOVER CONTENT EXIT  */

/* whyChoose_Us start */
.manufacturing_Page .whyChoose_Us {
    margin-top: 30px;
}

.manufacturing_Page .iframe {
    width: 100% !important;
}

.manufacturing_Page .whyChoose_Us .accordion .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.manufacturing_Page .whyChoose_Us .accordion .accordion-item p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.manufacturing_Page .whyChoose_Us .accordion .accordion-item h3.heading {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.manufacturing_Page .whyChoose_Us .accordion .accordion-button {
    background: none;
    border: 1px solid #fff;
    box-shadow: none;
    color: #d42e2e;
    padding: 15px 20px;
    font-size: 14px;
}

.manufacturing_Page .whyChoose_Us .accordion .accordion-button:hover {
    color: #fff;
    transition: 0.4s;
}

.manufacturing_Page .whyChoose_Us .accordion .accordion-body {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.manufacturing_Page .whyChoose_Us .accordion .accordion-header {
    margin-bottom: -3px !important;
}

.manufacturing_Page
    .whyChoose_Us
    .accordion
    .accordion-button:not(.collapsed)::after {
    display: none !important;
}

.manufacturing_Page .whyChoose_Us .accordion .accordion-button::after {
    display: none !important;
}

/* whyChoose_Us exit */

/* _____________________ MENUFACTURING PAGE EXIT ___________________ */

/* ______________________ CELEBRITIES PAGE START __________________ */

.celebrities_Page {
    margin: 50px 0;
}

.celebrities_Page .zoom-effect-container {
    float: left;
    position: relative;
    /* width: 355px; */
    /* height: 260px; */
    margin: 0 auto;
    /* overflow: hidden; */
    border-radius: 20px;
    cursor: pointer;
    /* display: flex;
    justify-content: center; */
    margin-bottom: 20px;
}

.celebrities_Page .image-card {
    /* position: relative; */
    /* width: 355px; */
    /* height: 260px; */
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.celebrities_Page .image-card img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    /* height: 355px; */
}

.celebrities_Page .zoom-effect-container:hover .image-card img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.celebrities_Page .imgContent {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.5);
}

.celebrities_Page .imgContent p {
    color: #ffff;
}

/* ______________________ CELEBRITIES PAGE EXIT __________________ */

/* ____________________ ABOUT US PAGE START _____________________ */

.bannerImage {
    background-image: url(/images/blog-three.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 560px;
}

/* COMPANY PROFILE START */
.companyAbout {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
}

.companyLimited {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.companyText {
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
}

.companyHeading {
    font-size: 16px;
    font-weight: 600;
}

/* COMPANY PROFILE EXIT */

/* .bannerContent {
    padding: 15rem 5rem;
} */
.bannerContent {
    /* display: flex;
    justify-content: center;
    align-items: center; */

    /* width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat; */
    width: 100%;
    position: relative;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.1)) 0% 0%;
}
.bannerContent::before {
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.1)) 0% 0%;
}
.about-us-content {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    left: 8.5%;
    transform: translateY(-50%);
    /* transform: translate(-50%, -50%); */
    width: 100%;
    /* height: 100%; */
    /* background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.1)) 0% 0%; */
    /* background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.1)) 0% 0%; */
}
.about-us-content .bannerPara {
    text-align: left !important;
}
.inner_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 25px;
}
.aboutUs_Page {
    margin: 50px 0;
}

.aboutUs_Page .topHeding_Yellow {
    margin-bottom: 30px;
}

.aboutUs_Page .headerContent {
    margin: 0px 0px 0px 0px;
    padding: 15px;
    background-color: #242424;
    display: flex;
    justify-content: center;
    /* align-items: flex-start; */
    align-items: center;
}

.aboutUs_Page .headerContent i {
    fill: #d42e2e;
    /* color: #d42e2e; */
    border-color: #d42e2e;
    font-size: 25px;
}

.aboutUs_Page .headerContent p {
    color: #ffff;
    margin: 0px 0px 0px 18px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
}

.aboutUs_Page .comonContent {
    margin-top: 12px;
    margin-bottom: 25px;
}

.aboutUs_Page .sliderContent .comonContent {
    margin-top: 12px;
    margin-bottom: 25px;
    padding-left: 45px;
}

.text {
    text-align: left;
    color: #d42e2e;
    font-size: 20px;
    margin-bottom: 5px;
}

/* CUSTOM SLIDER START */
.customSlider_Main .sliderHead {
    text-align: center;
}

.customSlider_Main .sliderContent {
    position: relative;
}

.customSlider_Main .cotsIcon {
    color: #fff;
    position: absolute;
    left: 0;
    top: -15px;
}

.customSlider_Main .sliderHead .name {
    color: #d42e2e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}

.customSlider_Main .sliderHead .location {
    color: #d42e2e;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    text-align: center;
}

/* CUSTOM SLIDER  */

/* ____________________ ABOUT US PAGE EXIT _____________________ */

/* ______________________ EVENT PAGE START __________________ */

.event_Page {
    margin: 50px 0;
}

.event_Page .zoom-effect-container {
    float: left;
    position: relative;
    width: 100%;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.event_Page .image-card {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 175px;
    height: auto;
    overflow: hidden;
}

.event_Page .image-card img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    height: 380px;
    /* width: 380px; */
}

.event_Page .zoom-effect-container:hover .image-card img {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
}

/* ______________________ EVENT PAGE EXIT __________________ */

/* ____________________ FAQ PAGE START ___________________ */

.faq_Page {
    margin: 20px 0;
}

.faq_Page .accordionHead {
    color: #7a7a7a;
}

.faq_Page .accordion-body p {
    /* color: #7A7A7A !important; */
    font-size: 13px !important;
    margin-top: 15px;
    line-height: 27px !important;
}

.faq_Page .accordionImg img {
    margin: 20px 0;
}

.faq_Page .accordion .accordion-button {
    background: none;
    border: 1px solid #fff;
    box-shadow: none;
    color: #d42e2e;
    padding: 15px 20px;
    font-size: 15px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

/* ____________________ FAQ PAGE EXIT ___________________ */

/* __________________ CAREERS PAGE START ____________________ */

.careers_PageBannerImage {
    background-image: url(/images/careerBanner.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 560px;
}

.careers_Page {
    margin: 30px 0;
}

.careers_Page p {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 30px;
}

/* contact section */

.careers_Page .info li span {
    color: var(--bg-light-pink);
    font-size: 2rem;
}

.careers_Page .info li p a {
    font-size: 1rem;
    display: inline-block;
    margin: 0.75rem 1rem;
}

.careers_Page .form-group {
    margin-bottom: 1.5rem;
}

.careers_Page .form-control {
    height: 3.75rem;
    padding: 0.75rem 0.875rem;
    border: none;
    font-size: 1rem;
    box-shadow: 0 0.1875rem 1.25rem 0 rgb(0 0 0 / 30%);
}

.careers_Page .contactHead {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.careers_Page .list a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 400;
    line-height: 27px;
    margin: 0 auto;
}

.careers_Page .form-label {
    color: #7a7a7a;
}

.careers_Page .star {
    color: red;
    margin-left: 8px;
    font-size: 16px;
}

.careers_Page [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.careers_Page [type="file"] + label {
    background: #5b0919;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 1rem;
    outline: none;
    padding: 1rem 20px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}

.careers_Page [type="file"] + label:hover {
    background-color: #5b0919;
}

/* contact section exit */

/* __________________ CAREERS PAGE EXIT ____________________ */

/* __________________ PAYMENT PAGE START ___________________ */
.payment_Page .logo img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    background: #fff;
    padding: 8px;
}

.payment_Page .form-control {
    height: 50px;
}

.payment_Page .logo {
    margin-bottom: 20px;
}

.payment_Page .logo span {
    font-weight: bold;
    line-height: 28px;
    max-width: 80%;
    display: inline-block;
    color: #fff;
    margin-left: 20px;
}

.payment_Page .contactHead {
    font-size: 24px;
    line-height: 32px;
}

.payment_Page .paymentDatails {
    background: #0000004d;
    padding: 25px;
    border-radius: 20px;
}

::placeholder {
    text-transform: capitalize;
}

.payment_Page .textarea {
    margin-top: 0.3125rem;
    border-radius: 0.25rem;
    padding: 0.75rem 0.875rem;
    border: none;
    font-size: 1rem;
    box-shadow: 0 0.1875rem 1.25rem 0 rgb(0 0 0 / 30%);
    width: 100%;
    height: 50px;
}

.payment_Page .textarea:focus {
    outline: none;
    border: none;
}

.payment_Page .paymentBtn img {
    max-width: 280px;
    margin-top: 5px;
}

.payment_Page .large {
    margin: 0;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: bold;
}

.payment_Page .small {
    font-size: 14px;
    margin: 0;
}

.payment_Page li.list {
    margin-bottom: 20px;
}

.payment_Page .socialIcon {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.payment_Page .socialIcon img {
    width: 30px;
    margin: 0px 10px 0px 0px;
}

.payment_Page .socialIcon a {
    margin: 0 !important;
}

.payment_Page .share {
    margin: 0;
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 600 !important;
}

.payment_Page .contactUs {
    display: flex;
    align-items: center;
}

.payment_Page .contactUs .small {
    margin-left: 15px;
}

.list .URL {
    color: #5298f3 !important;
}

.logopay {
    width: 150px;
    margin-bottom: 10px;
}

/* __________________ PAYMENT PAGE EXIT ___________________ */

/* __________________ GES STONE PAGE START ______________________ */

.gemStone {
    background-image: url(/images/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
}

.gemStone_Page .readMore {
    color: red;
}

.gemStone_Page .ListCard {
    background: #0000004d;
}

.gemStone_Page .ListCard .card-title {
    color: #ffff;
}

.gemStone_Page .ListCard .card-body {
    border: 1px solid #d42e2e;
    padding: 25px 15px;
    text-align: center;
}

.gemStone_Page .ListCard .card-text:last-child {
    text-align: center;
}

.gemStone_Page .ListCard .listUL {
    color: #ffff;
    list-style: none;
    margin-top: 20px;
}

.gemStone_Page .ListCard .listUL li {
    margin-bottom: 15px;
}

.gemStone_Page .someBorder .card-title {
    text-align: left;
}

.gemStone_Page .someBorder .card-text:last-child {
    text-align: left;
}

.gemStone_Page .someBorder .boder {
    text-align: left;
    color: #d42e2e;
    font-size: 14px;
    font-weight: 600;
}

.gemStone_Page .someBorder .card-body {
    border-bottom: 1px solid #d42e2e;
    padding: 20px 15px 15px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.gemStone_Page .someBorder .card-title {
    color: #d42e2e !important;
    font-size: 18px !important;
}

.gemStone_Page .sapList {
    border: 1px solid #d42e2e;
}

.gemStone_Page .sapList .list-group-item a {
    color: #d42e2e;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

.gemStone_Page .sapList .list-group-item {
    background: black;
    border: 1px solid #d42e2e;
    color: #d42e2e;
}

/* custom card start  */
.customCard {
    background: #0000004d;
    padding: 0;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.customCard p {
    font-size: 13px;
}

.customCard .card-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.customCard .card-body {
    padding: 25px 15px 30px;
    min-height: 155px;
    height: auto;
}

/* custom card exit  */

/* __________________ GES STONE PAGE EXIT ______________________ */
.banner_image_mob {
    display: none;
}
@media (max-width: 576px) {
    .manufacturing_Page .backCard_Section .flip-card {
        width: 100%;
        height: 250px;
    }

    .manufacturing_Page .backCard_Section .cardDetails h4 {
        font-size: 18px;
    }
    /*custom css*/
    .event_Page .image-card img {
        width: 100%;
        height: auto;
    }
    /*about us page banner css*/
    .bannerContent .bannerHeading {
        font-size: 20px;
        font-weight: 500;
    }
    .banner_image_mob {
        display: block;
        position: relative;
    }
    .banner_image {
        display: none;
    }
    .banner_image_mob::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.1)) 0%
            0%;
    }
    .about-us-content {
        padding: 0 34px;
        left: 0;
    }
}
