@import url('../assests/FELIXTI.TTF');

:root{
    --red-color: #000000;
    --blue-color:#a2a2a2;
}
/* @font-face {
    font-family: Felix-titling;
    src: url('../assests/FELIXTI.TTF');
    text-transform: none;
  }
*{
    box-sizing: border-box;
    font-family: 'Felix-titling', sans-serif;
} */
@font-face {
    font-family: TimesNewRoman;
    src: url('../assests//times\ new\ roman.ttf');
    text-transform: none;
}
@font-face {
    font-family: BodoniBk;
    src: url('../assests/Bodoni\ Book\ Italic.otf');
    text-transform: none;
}
h1,h2,h3,h4,h5,h6{
    color: #8B8A8A !important;
    font-family: BodoniBk !important;
}
*{
    box-sizing: border-box;
    font-family: 'TimesNewRoman' !important;
}
p, address {
    font-size: 17px;
    line-height: 26px;
    color: #707070 !important;
    text-align: justify !important;
}
.client-role {
    text-align: center !important;
}
nav .nav-link {
    font-size: 16px;
    color: #9D9D9D !important;
    font-style: italic;
    font-family: BodoniBk;
}
body{
    padding: 0;
    margin: 0;
}

/********* menu **************/
.nav-link.active {
    font-weight: bold; 
    position: relative;
}
.navbar-brand img {
    height: 45px;
    width: auto;
}
.nav-link.active::after {
    position: absolute;
    content: "";
    width: 42px;
    height: 2px;
    background: var(--blue-color);
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0px);
}
.nav-link{
    color: #000 !important;
}
.mobile-show{
    display: none;
}


/********* menu badge ***********/
.followus-badge {
    clip-path: polygon(100% 100%, 50% 90%, 0 100%, 0 0, 52% 0, 100% 0);
    background: linear-gradient(to bottom, var(--red-color), var(--blue-color));
    width: 50px;
    position: absolute;
    z-index: 3;
    left: 7px;
    top: 0px;
    padding: 0px 8px;
}
.followus-badge .center {
    height: 240px;
    border-right: 1px dashed #949494;
    border-left: 1px dashed #949494;
    display: flex;
    align-items: end;
}
.followus-badge ul li a {
    color: #fff;
    font-size: 19px;
    line-height: 35px;
}
.followus-badge ul {
    transform: translate(6px, -35px);
}
.followus-badge .center strong {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 56px;
    transform: rotate(-90deg) translate(0px ,-7px);
    left: -30px;
    width: 105px;
    letter-spacing: 4px;
}
.main-footer a, .main-footer p {
    text-decoration: none;
    font-size: 14px;
    color: #ddd;
    margin: 0px;
    line-height: 24px;
}
.followus-badge ul li a:hover {
    box-shadow : 0px 0px 10px rgba(0,0,0,0.5)
}




/********* banner ***********/
.carousel-item img {
    height: calc(100vh - 70px);
    object-fit: cover;
    object-position: center;
}
.carousel-control-prev-icon, .carousel-control-next-icon  {
    background-color: #000;
    background-size: 16px !important;
    opacity: 1;
    filter: brightness(100);
}
.banner-content .big-txt {
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
}
.niharika-pic {
    width: 300px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    margin: -30px auto 0px auto;
}
.banner-title {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    color: #ddd;
    background-color: rgba(0,0,0,0.5) !important;
    padding: 10px;
    font-weight: 500;
}
.banner-content {
    width: 60%;
    margin: 0px auto;
    position: absolute;
    top: 45%;
    left: 50%;
    /* background: rgba(0,0,0,0.7); */
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 15px 35px;
}

.fb-icon{
    margin-right: 15px !important;
}

/******** Home footer ***********/
footer  *{
    color: #fff !important;
}
.main-footer .d-flex{
    align-items: center !important;
}
.social-icons {
    margin-top: -17px;
}
.main-footer {
    width: 100%;
    background: rgba(0,0,0,1);
    padding: 10px 0px;
}
.home-main-footer {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.5) !important;
    z-index: 10;
}
.inner-title {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    font-style: italic;
    line-height: 38px;
}
.images-gallery {
    flex-direction: column;
    height: 1499px;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    overflow: hidden;
}
.images-gallery img {
    width: calc(20% - 9px);
    height: auto;
    object-fit: cover;
    /* box-shadow: 0px 0px 5px rgb(0 0 0 / 20%); */
    object-position: center;
}
.images-gallery > div{
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}
.mainsec-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 600;
    color: var(--red-color);
}
.mainsec-title::after {
    position: absolute;
    content: "";
    width: 77px;
    height: 2px;
    background: var(--blue-color);
    left: 50%;
    top: calc(100% + 14px);
    transform: translate(-50%, -100%);
}
.addressblock i {
    font-family: 'bootstrap-icons';
    font-size: 35px;
    margin-bottom: 15px;
    display: block;
    color: #8B8A8A !important;
}
a.googlemap-link {
    text-decoration: none;
    color: #707070 !important;
    font-size: 18px;
}
.googlemap-link:hover {
    text-decoration: underline;
}
.about-us address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    display: inline-block;
    text-align: center !important;
    margin-top: 15px;
}
.addressblock a, .addressblock address {
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    line-height: 35px;
    text-align: center !important;
    color: #707070 !important;
    word-break: break-word;
}
a:hover{
    color: #404040;
}
.carousel-content i {
    font-size: 60px;
    color: #8B8A8A !important;
}
.client-name {
    font-size: 25px;
    font-weight: 500;
    color: var(--blue-color);
}
.client-role{
    color: var(--red-color);
}
.sub-heading {
    font-size: 20px;
    line-height: 30px;
    color: var(--red-color);
    font-weight: 600;
}
.sub-heading i{
    font-size: 18px;
    margin-right: 10px;
}
.carousel-content p {
    width: 80%;
    margin: 0px auto;
    line-height: 30px;
    color: #000;
}
.inner-title.small {
    font-size: 55px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 64px;
}
.nav-pills .nav-item button {
    background: transparent !important;
}
.nav-pills .nav-item button {
    font-family: 'BodoniBk' !important;
    border-right: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px 40px;
    font-size: 18px;
    color: #8B8A8A !important;
    font-weight: 500;
    margin-left: -40px;
}
.nav-pills .nav-item button.active {
    font-weight: 600;
}
.nav-pills .nav-link.active::after {
    bottom: -12px;
}
.nav-pills .nav-item .nav-link.active {
    font-size: 18px;
}
main {
    min-height: calc(100vh - 116px);
}
button.navbar-toggler {
    padding: 0px !important;
    border: 0px !important;
}
.navbar-toggler-icon {
    filter: contrast(1);
}
.banner-content a {
    font-weight: bold;
    color: #fff;
}
.about-us p {
    text-align: justify;
}
.product-img {
    height: 400px !important;
    width: auto;
}
.get-quote {
    text-decoration: none;
    background: var(--red-color);
    color: #fff;
    padding: 8px 30px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 6px;
    font-weight: 500;
}
.get-quote:hover {
    background: var(--blue-color);
    color: #fff;
}
.nav-pills .nav-link, .nav-pills .nav-link.active {
    background: transparent !important;
}
.inner-tabs .nav {
    flex: 0 0 14vw;
    margin: 0px !important;
}
.inner-tabs .nav-pills .nav-link {
    color: #000 !important;
    border-bottom: 1px dashed #ddd;
    border-radius: 0px !important;
    padding: 12px 20px;
}
.inner-tabs .nav-pills .nav-link.active::after{
    display: none;
}
.inner-tabs .nav-pills .nav-link.active{
    color: var(--blue-color) !important; 
}
.innerbtns button.nav-link.active {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
.innerbtns {
    gap: 10px !important;
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0px;
    overflow-x: scroll;
}
.our-products-content .images-gallery {
    height: auto;
    width: 100%;
    overflow: hidden;
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.our-products-content .images-gallery img {
    width: 100%;
    height: auto;
}
.innerbig-img img {
    width: 100%;
    height: 650px;
}
.our-products-content .nav-pills{
    gap: 35px;
}
.tab-content button.nav-link {
    padding: 7px !important;
    border: 1px solid #ddd !important;
}
button.nav-link img{
    width: 100px !important;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.tab-content img{
    width: 100%;
}
.followus-badge.shadow.d-mobile {
   display: none;
}
.text-justify{
    text-align: justify;
}

















/********** media quaries ****************/
@media(max-width:1366px){
    .images-gallery {
        height: 179vh;
    }
}


@media only screen and (max-width:1265px){
    .followus-badge .center strong {
        font-size: 10px;
        top: 53px;
        transform: rotate(-90deg) translate(0px ,-7px);
        left: -29px;
        width: 99px;
    }
    .followus-badge {
        width: 45px;
    }
    .followus-badge .center {
        height: 218px;
    }
    .followus-badge ul {
        transform: translate(4px, -24px);
    }
    .followus-badge ul li a {
        font-size: 18px;
        line-height: 35px;
    }
    .inner-title {
        font-size: 70px;;
        line-height: 68px;
    }
}

@media only screen and (max-width:1100px){
    .followus-badge .center strong {
        display: none;
    }
    .followus-badge .center {
        height: 88px;
    }
    .followus-badge ul {
        transform: translate(4px, -14px);
    }
    .followus-badge ul a {
        transform: rotate(90deg);
    }
    .followus-badge {
        width: 45px;
        left: 20px;
        top: 50px;
        transform: rotate(-90deg);
    }
    .followus-badge ul a {
        transform: rotate(90deg);
        display: inline-block;
    }
}

@media only screen and (max-width:991px){
    .mobile-show{
        display: block;
    }
    .followus-badge.shadow {
        display: none;
    }
    .our-products-content .images-gallery {
        grid-template-columns: 1fr 1fr 1fr;
    }
    /* .niharika-pic {
        width: 50%;
        height: auto;
    } */
    .followus-badge.shadow.d-mobile {
        position: static;
        display: block;
        margin-top: -12px;
        margin-left: 7px;
    }
    .followus-badge {
        clip-path: none;
        background: transparent;
        padding: 0px;
    }
    .followus-badge .center {
        border: 0px;
    }
    .followus-badge ul li a {
        color: #000;
        font-size: 23px;
        color: #404040;
    }
    .followus-badge.shadow {
        width: 45px;
        left: calc(100vw - 137px);
        top: -15px;
        box-shadow: none !important;
    }    
    .images-gallery {
        height: 153vh;
    }
    .images-gallery img {
        width: calc(25% - 9px);
    }
    .mobile-hide{
        display: none;
    }    
    .banner-content {
        width: 75%;
        padding: 15px;
    }
    /* .banner-content {
        background: rgba(0,0,0,0.3);
      } */
}

@media only screen and (max-width:767px){
    .banner-content .small-txt {
        display: block;
    }
    .banner-content .big-txt{
        display: none;
    }  
    
    .our-products-content .images-gallery {
        grid-template-columns: 1fr 1fr;
    }  
    .banner-title {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .inner-title {
        font-size: 45px;
        line-height: 55px;
    } 
    .mainsec-title {
        font-size: 25px;
    } 
    .inner-title.small {
        font-size: 38px;
        margin-bottom: 25px !important;
    }
    .main-footer .d-flex {
        flex-wrap: wrap;
        text-align: center;
    }
    .main-footer p {
        flex: 0 0 100%;
        width: 100%;
        order: 1;
    }
    .inner-title.mb-4 {
        margin-bottom: 0px !important;
    }
}


@media only screen and (max-width:576px){
    .main-footer p {
        flex: 0 0 100%;
        width: 100%;
        order: 1;
    }
    p {
        font-size: 16px;
        line-height: 24px;
    }
    .niharika-pic {
        width: auto;
        height: 300px;
    }
    /* .niharika-pic {
        width: 60%;
        height: auto;
    } */
    .main-footer a, .main-footer p {
        font-size: 12px;
    }
    .main-footer .d-flex{
        flex-wrap: wrap;
        text-align: center;
    }
    .banner-content {
        width: 76%;
        padding: 15px;
    }
    .images-gallery img {
        width: calc(33.3% - 9px);
    }
}

@media (max-width:480px){
    .inner-title {
        font-size: 37px;
        line-height: 41px;
    }
    .images-gallery img {
        width: calc(50% - 9px);
    }
    .images-gallery {
        height: 335vh;
    }
}










