@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

.bg-base-dark2 {
    background-color:black !important;
}
/* .prt-header-style-01 #site-header-menu .site-navigation ul.menu > li >a {
    color: #000 ;
}
.icon-menu{
    color: #000 ;
} */
.border-sec {

    padding: 0px 10px;
}


#video{
    width: 100%;
    padding: 0px !important;
    margin: 0px;
}


.content {
    width: 100%;
    position: absolute;
    color: white;
    top: 50%;
    font-size: 40px;
    font-weight:500;
    transform: translateY(-50%);
    text-align: center;
    font-family: "Libre Baskerville", serif;
    /* text-shadow: 1px 1px 5px black; */
}

.bg-base-blue {
    background-color: #01052b;
}

.logo-clr {
 color: white;
}
.site-header-menu-inner.prt-stickable-header {
    background: white;
}




/* responsive */



@media(max-width: 767px)
{
    .heading-front2 {
        margin-bottom: 0px !important;
    }
    .content{
        font-size: 22px;
        font-weight: 400;
    }
    .logo-clr {
        color: black;
       }

       .site-branding h4 {
        position: relative;
        top: 7px;
    }
    .padding-top-0 {
        padding-top: 0 !important;
    }
    .container.mrtop {
        margin-top: -18% !important;
    }      
    .mainTitle  {
        font-size: 27px !important;
    }
    #mobile-top-bottom {
        padding: 40px 0 50px !important;
    }
    .prt-textbox-style1 .prt-box-content .prt-box-title h3 {
        font-size: 15px;
    }
    .mobile-bottom-30 {
        margin-bottom: 20px
    }
    .prt-pfbox-view-style5 .prt-box-title h3 {
        font-size: 26px !important;
    }
    .mobbottomcount {
        padding: 55px 0px 55px 0 !important;
    }
    .mycompanyname {
        font-size: 15px !important;
        padding-top: 21px;
        text-align: justify;
    
    }
}
.mytopp-30 {
    padding: 0px 0 60px !important;
}
.behind {
    padding: 60px 0 !important; 
}

.heading-front {
        margin-top: 0px !important;
}
.menu-footer-menu {
    display: flex;
    justify-content:center;
}
.container.mrtop {
    margin-top: 10%;
}

@media(min-width: 1024px){  
    .about-tittle {
        font-size: 44px !important;
    }
    .about-tittle-space {
        padding:50px 0 20px !important;
    }
    .dmb-50 {
        margin-bottom: 50px !important;
    }
    .myheadsize {
        font-size: 22px !important;
    }
    .margin-top-100{
        margin-top: 100px;
    }
}

.justify-text {
    text-align: justify;
}
.heading-front {
    text-align: center;
}
.certifications {
    display: flex;
    align-items: center;
    gap: 10px;
}
.heading-front {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}


.card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card img {
    width: 40%;
    height: auto;
}

.card-content {
    padding: 20px;
    text-align: center; /* Centers content */
}

.icon-container {
    font-size: 2rem;
    color: #007BFF;
    margin-bottom: 15px;
}

.card h2 {
    margin-bottom: 10px;
    color: #333;
    font-size: 1.5rem;
}

.card p {
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}

/* Card Container Styles */
.card-container {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

/* Container and Row Styles */
.Container {
    width: 100%;
    margin: 0 auto;
}


    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }


/* Column Styles */
.col-md-4 {
    width: 100%;
    padding: 15px;
}

@media (min-width: 768px) {
    .col-md-4 {
        width: 30%;
    }
  .card {
        margin-left: 48px;
    }
    .imgcontent {
        display:flex;
        justify-content: space-around;
        gap: 40px;
    }
}

/* Card Styles */
.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
}
.card {
    width: 70%;
}

.card-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px; /* Adjust height as needed */
    overflow: hidden;
}

.card-img-top {
    width: 10% !important;
    height: 10%;
    object-fit: cover;
}


.card-body {
    padding: 20px;
    text-align: center;
}

.card-body h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.card-body p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.btn:hover {
    background-color: #0056b3;
}

.subheading-size {
    font-size: 24px;
    color: var(--base-skin);
}
.subheading-size2{
    font-size: 30px;
    line-height: 45px !important;
}
.whyheading{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
}
.whymagnumtex {
    padding: 112px 0 60px !important;
}

.mycolor {
    color: var(--base-skin);
}
.mainTitle {
    font-size: 41px;
    color: var(--base-skin);
}
.myTitlecolor {
    color: var(--base-skin);
}
.mytop {
    padding: 60px 0 90px !important;
}
.mytopp {
    padding: 0px 0 90px !important;
}

.iconimage {
    width: 20%;
    height: 10%;
    margin-bottom: 35px;
}
.mycard-content {
    padding: 20px;
    text-align: justify;
}
.carddesign {
    background: #01052b1a;
    border-radius: 20px;
    padding: 21px;
}
.borderblue {
    border: 3px solid;
    border-image: linear-gradient(to right, #0072ff, #00c6ff) 1;
    background: #fff !important;
}


.myTitlepadding {
    padding: 0px 0px 0px 19px;
}

.mybottom {
    padding: 0 0 90px !important;
}
.companyimag {
    width: auto;
    height: 50%;

}

.companydetails {
    padding: 30px 20px;
    border: 2px solid white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: aliceblue;
}

.companydetails2 {
    padding: 30px 20px;
    border: 2px solid white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: aliceblue;
}
.prt-page-title-row1{ 
    background-image: url(../images/bg-image/about-banner.webp);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}
.prt-page-title-row2{ 
    background-image: url(../images/bg-image/contact-banner.webp);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}
.prt-page-title-row3{ 
    background-image: url(../images/bg-image/whymangum-banner.webp);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}
.prt-page-title-row4{ 
    background-image: url(../images/bg-image/product-banner.webp);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}
.prt-page-title-row5{ 
    background-image: url(../images/bg-image/infra-banner.webp);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}
.prt-page-title-row6{ 
    background-image: url(../images/bg-image/desgin-banner.webp);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}


h2.title.fontes {
    font-size: 50px;
}
a.teb {
    font-size: 30px !important;
    padding: 19px 33px 20px 0px !important;
}
p.contentpra {
    font-size: 22px;
}
.prt-detailbox.line-height {
    margin-bottom: 8.1%;
}
@media (max-width:495px) {
    p.mar {
        margin: 20px 0px 0px;
    }
    .tebs{
        display: ruby;
    }
    
}
@media (max-width:400px) {
    .c-gallery__items {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 0px;
    }
    .c-gallery__filter {
        gap: 0px !important;
        padding: 12px 9px !important;
    }
    .maintittledesign {
        font-size: 22px !important;
        line-height: 60px;
        color: var(--base-skin);
    }
    .logo-clr img {
        
        top: 5px !important;
       
    }
    
}
@media (max-width:799px) {
    .prt-detailbox.line-height {
        margin-bottom: 3.1%;
    }
    
}
.fstyle{
    font-family: var(--base-headingfont), sans-serif;
}
.prt-row.steps-section {
    padding: 0px 0 108px;
}
h2.title.fontes {
    font-size: 40px;
}
.footer-menu-item.tm-2column-menus {
    padding: 0px 0px 14px 0;
    display: inline-flex !important;
    width: calc(50% - 3px);
}
@media (max-width: 991px) {
    h2.title.fontes {
        font-size: 20px;
        text-align: center;
    }
    a.teb {
        font-size: 16px !important;
    }
    p.contentpra {
        font-size: 14px;
    }
}
.mt_10.res-1199-mt-30.p-2.tab-color{
    background-color: #01052b;
    border-radius: 8px;
}
h2.title.fontes.fstyle {
    color: #fff;
}
a.teb {
    color: #fff;
}
p.contentpra {
    color: #fff;
}


@media(min-width: 768px) and (max-width: 1024px){
    .content {
        font-size: 28px;
    }
    .prt-portfolio-format-video {
        left: 6%;
    }
    .mobile-bottom-30 {
        margin-bottom: 30px;
    }
    .tabmb-50 {
        margin-bottom: 50px;
    }
    .logo-clr img {
        width: 245px;
        top: 0px;
    }
    .companyimag {
        width: 60px;
        height: 19%;
    }
}
.bg-base-dark {
    background-color: #01052b;
}
.bg-base-light {
    background-color: #d7a03a;
}

.prt-page-title-row.print{
    background-image: url('../images/bg-image/print-bg.webp');
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
  }
  .prt-page-title-row.plaids{
      background-image: url('../images/bg-image/plaid-bg.webp');
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #000;
  }
  .prt-page-title-row.jacquard{
      background-image: url('../images/bg-image/JACQUARD_11zon.webp');
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #000;
  }
  @media (max-width:765px) {
  a.tm-adv-sub-title-link {
      font-size: 17px !important;
  }
  }
  a.pp_expand {
    display: none !important;
}
.row .aligment{
    
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
  
    .pp_details{
        display: none !important;
    }
    .prt_single_image-wrapper {
        overflow: hidden; /* Ensures the image does not overflow */
        display: inline-block; /* Keeps the container size intact */
    }
    
    .prt_single_image-wrapper img {
        transition: transform 0.3s ease-in-out; /* Smooth transition */
    }
    
    .prt_single_image-wrapper:hover img {
        transform: scale(1.2); /* Zoom-in effect */
    }
    .prt-page-title-row.chambray{
        background-image: url(../images/bg-image/cham-bg.webp);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    }
    a.tm-adv-sub-title-link {
        font-size: 14px !important;
    }
    @media (max-width:325px) {
    p.mb-0 {
        font-size: 13px;
    }}