
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Galano Grotesque Alt', sans-serif;
}

:root{
    --main-red: #e26e55;
    --bs-link-color:#000;
    --bs-link-hover-color:#e26e55;
}

ul{
    list-style:none;
    padding-left: 0 !important;
}

.container{
    max-width: 1500px;
    padding: 2rem;
}

.pointers span.material-symbols-outlined{
    margin-top: 5px;
}

/********* Headline *********/
h2.headline{
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0.4rem;
    font-weight: 400;
    font-size: 28px;
}

h2.headline span{
    color: var(--main-red);
    font-weight: 600;
}
 h2.headline::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #e7e7e7;
}
 h2.headline::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 3px;
    border-radius: 2px;
    background-color: var(--main-red);
}

/********* End of Headline *********/


/******** Navbar ********/
a{
    color: #000;
}

img{
    width: 100%;
}

.navbar.navbar-expand-xl.sticky-header{
    background: rgb(255, 255, 255);
    transition:all ease 0.7s;
}

a.navbar-brand img{
    width: 250px;
}
.sticky-header{
    padding: 10px 0;
    transition: ease 0.7s;
}

.pointers{
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
} 
.main-menu li a.nav-link, .offcanvas a.nav-link{
    font-size: 1rem;    
}

.sticky-header.affix {    
    background: #fff !important;
}

.offcanvas-body .main-menu li:focus{
    background-color: var(--main-red);
}
.offcanvas-body .main-menu li a.nav-link:hover{
    color: #fff !important;
}
.offcanvas-body .main-menu li a.nav-link{
    padding: 1rem 1.5rem;
}
.main-menu li a.nav-link:hover{
    color: #fff;    
    background-color: #e26e55;
}

.main-menu li .dropdown-grid a.nav-link:hover, .offcanvas li .dropdown-grid a.nav-link:hover, .dropdown-grid a:hover .drop-title{
    color: #e26e55 !important;    
    background-color: #f8f9fa !important;
}
.main-menu li a.nav-link{
    padding:1.3rem 1rem;
    transition: all ease 0.3s;
}
.affix .main-menu li a.nav-link{
    padding:1rem 0.8rem;
}

.sticky-header .w-100.d-flex.align-items-center.justify-content-lg-between.position-relative{
    padding-left: 3rem;
    padding-right: 3rem;
    transition: all ease 0.3s;
}
.sticky-header.affix .w-100.d-flex.align-items-center.justify-content-lg-between.position-relative{
    padding-left: 2rem;
    /* padding-right: 2rem; */
}

.affix a.navbar-brand img{
    width:235px
}

.navbar-toggler{
    right: 1.2rem;
}

.navbar-toggler span.material-symbols-outlined{
    font-size: 2rem;
}

.offcanvas button.close-btn{
    outline: 0;
    border: 0;
    background: none;    
}

.offcanvas button.close-btn span{
    color: #000;
}

.dropdown-grid-item a.dropdown-link{
    display: block;
    padding: 0.5rem 30px !important;
}

.dropdown-grid .dropdown-grid-item{
    padding:1rem 0;
}

a.dropdown-link .drop-title{
    font-weight: 400;
}
a.dropdown-link .drop-title:hover{
    color: #e26e55 !important;    
}

.dropdown-grid.about-link.width-full{
    grid-template-columns:1fr;
    width: auto;
    white-space: nowrap;    
}

.offcanvas-body .dropdown-menu{
    margin: 0 !important;
}

.dropdown-grid-item .drop-title{
    font-size: 1rem !important;
    color: #999999;
}

.offcanvas-body .dropdown-toggle::after{
    content: '';
}

.minus, .dropdown-menu2{
    /* color: #fff; */
    display: none;
}

.plus{
    /* color: #575757; */
    display: block;
}

li.nav-item.dropdown.active .dropdown-menu2, li.nav-item.dropdown.active .minus{
    display: block;
    color: #fff;
}

li.nav-item.dropdown.active .btn-div{
    background-color: #e26e55;
}
li.nav-item.dropdown .btn-div a{
    color: #575757;
}
li.nav-item.dropdown.active .btn-div a{
    color: #fff;
}

li.nav-item.dropdown.active .add{
    display: none;
}

/******** End of Navbar ********/

/******** Banner ********/
.swiper.hero-slider{    
    margin-top: 4rem;
}

.hero-twelve .slider-one.slider img{    
    width: 100%;
    object-fit: cover;
}

.hero-twelve .swiper{
    padding-bottom: 0;
}

.hero-twelve .swiper-wrapper{
    height: auto;
}

/******** End of Banner ********/

/******** About-Us ********/

.material-symbols-outlined{
    /* color:var(--main-red) !important; */
    padding-right: 0.5rem;    
}

.feature-tab-info h3{
    margin-bottom: 1rem;
}

.feature-tab-list-2{
    flex-direction: column;
}

.feature-tab-list-2 li{
    position: relative;     
    transition: 0.7s ease;
}

.feature-tab-list-2 li a{
    background: none;
    border: none;
    font-size: 1.1rem; 
    color: #adadad;  
    border-radius: 0;  
    border-bottom: 2px solid #ccc; 
}

.feature-tab-list-2 li a:hover{
    background: none;
    color: #000;
    border-bottom: 2px solid #e26e55;
}

.feature-tab-list-2 li a.active{
    background: none;
    border: none;
    color: #000;  
    border-bottom: 2px solid #e26e55;  
}

@media(max-width:992px){
    .feature-tab-list-2 li a.active{
        background-color: var(--main-red);
    }

}

img.img-fluid.widget-img-1{
    width: 200px;
    height: 200px;
}
img.img-fluid.widget-img-3{
    width: 150px;
    height: 150px;
}

.widget-img-3{
    top: 71%;
    right: -60px;
}

.widget-img-1 {
    top: 22%;
    left: -135px;
}

.goals .img-fluid{
    max-width: 100%;
}

@media (max-width:1199px){
    .goals .img-fluid{
        max-width: 50%;
    } 
    
    .snapshot .img-fluid, .reputation-img.img-fluid{
        max-width: 70%;
    }
}

@media(max-width:992px){
    .reputation-img{
        width: 65%;
        display: block;
        margin-inline: auto;
        margin-bottom: 2rem;
    }
}

@media (max-width:767px){
    

    h2.headline{
        font-size: 22px;
    }
}

@media (max-width:480px){
    .container{
        padding: 1rem;
    }
    .goals .img-fluid,.snapshot .img-fluid{
        max-width: 100%;
    }     
}
/******** End of About-Us ********/

/******** Figures ********/

.figures img{
    width: 20%;
    margin-bottom: 0.5rem;
}

.figures h3{
    font-size: 3rem;
    margin-bottom: 0;
}

.figures p{
    font-size: 1.3rem;
}
/******** end of Figures ********/

/******** Key-differentiators ********/

.customer-review-tab .nav-link{
    min-height: 70px;
    justify-content: center;
}

.Key-differentiators-menu.nav-pills .nav-link{
    padding: 0.5rem;
}

.rounded-custom{
    border-radius: 0.5rem !important;
}

.Key-differentiators-menu.nav-pills .nav-link.active{
    background: var(--main-red) !important;
    border: none !important;    
}

.Key-differentiators-menu.nav-pills .nav-link p{    
    line-height: 1.3;
}
.Key-differentiators-menu.nav-pills .nav-link:hover p{    
    color: var(--main-red);
}

.Key-differentiators-menu.nav-pills .nav-link.active p{
    color: #fff;    
}

.diff-products span{
    padding: 0.3rem 1rem;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    font-size: 0.9rem;
}

.Key-differentiators-tab-content .col-div, .about-tab-section .tab-content .col-div{
    background: #fff;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    width: 100%;   
    transition: 1s ease-in-out; 
    
}

.about-tab-section .tab-content .col-div.seudo-div{
    position: relative;    
}

/* .col-div.seudo-div.pointers{
    z-index: 100;
} */

.about-tab-section .tab-content .col-div.seudo-div::before{
    content: '';
    position: absolute;
    top: -50%;
    left: -5%;
    height: 100%;   
    z-index: -1;     
    border: 1px dashed #ccc ;
}
.about-tab-section .tab-content .col-div.seudo-div::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -5%;
    width: 100%;   
    z-index: -1;     
    border: 1px dashed #ccc ;
}

.col-div span.material-symbols-outlined.arrow-right{
    position: absolute;
    top: 50%;    
    transform: translateY(-50%);
    left: -2rem;
}

.Key-differentiators-menu{
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.accordion button.accordion-button{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    color: #000;
    transition: 0.7s ease;
    box-shadow: none;
    position:relative;
}

.accordion-button:not(.collapsed)::after, .accordion-button::after{
    /* background-image:var(--bs-accordion-btn-icon);  */
    background-image:none; 
    display: none;    
}

.accordion button.accordion-button:not(.collapsed) {
    background-color: var(--main-red);
    color: #fff;
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
}
.accordion button.accordion-button.expanded{
    background-color: var(--main-red);
}
.accordion button.accordion-button.expanded span.material-symbols-outlined.btn-down{
    display: none; 
}
.accordion button.accordion-button.expanded span.material-symbols-outlined.btn-down{
    display: block;
    color: #000;
}

.accordion-button span.material-symbols-outlined{
    position: absolute;
    right: 0.5rem;
    color: #fff;
}
.accordion-button span.material-symbols-outlined.btn-down{
    display: none;    
}

.accordion-button.collapsed span.material-symbols-outlined.btn-down{
    display: block;
    color: #000;
}
.accordion-button.collapsed span.material-symbols-outlined.btn-up{
    display: none;
}

.accordion-item{
    border: 0;
    background:transparent;
}

.holographic-packaging img{
    width: 75%;
}

@media(max-width:1230px){
    .about-tab-section .tab-content .col-div.first{
        width: auto !important;        
    }
    .about-tab-section .tab-content .col-div.seudo-div{
        width: auto !important;        
    }

}

@media(max-width:1024px){
    .about-tab-section .tab-content .col-div.seudo-div{
        width: 100% !important;
        margin-left: 0 !important;
    }

    .about-tab-section .tab-content .col-div.seudo-div::before{
        left: 50%;
    }

    .about-tab-section .tab-content .col-div.seudo-div::after{
        border: 0;
        width: unset;
        left: 49.5%;
        top: -5%;
        border: solid #ccc;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        z-index: 10;
    }

    .about-tab-section .tab-content .col-div.seudo-div.new::after{
        top: -28%;
    }

    .about-tab-section .tab-content .col-div.seudo-div.second::after{
        top: -12%;
    }
    .about-tab-section .tab-content .col-div.seudo-div.fourth::after{
        top: -13%;
    }
}

@media(max-width:767px){
    .about-tab-section .tab-content .col-div.seudo-div::after{
        left:49.3%;
    }

    .holographic-packaging img{
        width: 100%;
    }
}

/******** End of Key-differentiators ********/


/******** contact ********/
.contact, .figures{
    background-image: url(../Images/factory-4.jpg) ;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;     
}

.contact a.btn{
    background-color: var(--main-red);
    color: #fff !important;
    font-size: 1rem;
    padding: 0.5rem 2.5rem ;
}

.bg-white{
    background: #fff !important;
}

.btn-send{
    background-color: #e26e55;
    color: #fff;
}

.contact-info-grid{
    background-color: #e7e7e7;
}

.contact-card{
    padding: 1rem 1rem;
    background-color: #fff;
    box-shadow: 3px 3px 10px -2px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-card img{
    width: 70px;
    height: 70px;
}

.contact-card h4, .contact-card p {
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

/******** contact End ********/


/***** clientele logos *******/

.logo-single-article{
    background-color: #fff;
    border-radius: 0.5rem;
}

.digi-logo-slider .swiper-slide{
    padding-inline: 0.5rem;
}

.digi-logo-slider .swiper-slide img{
    width: 100%;
}

.digi-logo-slider .single-logo{
    padding: 0.7rem 0.5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 55px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/******** End of clientele logos ********/

/******** Products ********/
.swiper{
    padding-bottom: 1rem;
}

.product-page .material-symbols-outlined{
    color: var(--main-red);
}
.product-page .main-header .material-symbols-outlined{
    color: rgba(12, 8, 0, 0.55);
}

    .product-swiper span{
        position: absolute;
        bottom: -1rem;
        left: 6%;
        width: 80%;
        padding: 0.5rem 0.8rem;
        background-color: var(--main-red);
        border-radius: 0.5rem;
        color: #fff;
        font-size: 1.2rem;
        z-index: 10;
        text-align: center;
    }

    .product-swiper span.swiper-button-next{
        padding: 0.5rem 0.95rem;
    }

    .product-single-article{
        overflow: hidden;
        cursor: pointer;
    }

    .product-single-article a{
        display: block;
    }

    .swiper-slide{
        cursor: pointer;
    }  
    
    .swiper-slide span{
        line-height:1.25;
    }

    span.swiper-button-prev, span.swiper-button-next{
        width:40px;
        height:40px;
        border: 1px solid #e26e55;
        /* border-radius: 50%; */
        background-color: #fff;
        position:absolute;
        cursor: pointer;
        /* box-shadow: 3px 3px 20px -5px rgba(0, 0, 0, 0.2); */
        transition: 0.5s ease;
    }

    span.swiper-button-next{
      left:unset;
      right: 0;      
      line-height: 1.2;
    }

    span.swiper-button-prev{
        left:0;
        right: unset;        
        line-height: 1.2;
      }    

    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 1.3rem;
        color: var(--main-red);
        font-weight: 900;
        line-height: 1.2;        
    }
    
    span.swiper-button-prev:hover, span.swiper-button-next:hover{
        background-color: #e26e55;
    } 
    .swiper-button-next:hover:after, .swiper-button-prev:hover:after{
        color: #fff;
    } 

    .product-hero{
        margin: 3.8rem 0 2rem 0;
    }

    .row-reverse{
        flex-direction: row-reverse;
    }

    @media (max-width:991px){
        .product-swiper span{
            bottom: 0;            
        }
    }

    @media (max-width:768px){
        .product-swiper span{            
            padding: 0.5rem 1rem;
        }
    }

    @media (max-width:576px){
        .product-swiper span{            
            padding: 0.3rem 1rem;
        }
    }

/******** Products Ends ********/


/******** Awards Start ********/

.award-div{
    width: 400px;
}

.award-grid col img{
    width: 20%;
}
@media (max-width:1240px){
    .award-div{
        width: 320px;
    }
}
@media (max-width:999px){
    .award-div{
        width: 280px;
    }
}
@media (max-width:768px){
    .award-div{
        width: 400px;
    }
}

/******** Awards Ends ********/

/******** Teams Start ********/

.team-card img{
    width: 250px;
}



.management-team h3, .management-team p, .management-team .col-md-3 {
    text-align: left;
}

.management-team .team-desc{
    text-align: justify;
}
@media (max-width:992px){
    .team-card{
        flex-direction: column;
    }

    .team-card.team-card-2{
        flex-direction: column-reverse;
    }
    .management-team h3, .management-team .team-designation, .management-team .col-md-3{
        text-align: center !important;
    } 
}
@media (max-width:768px){    
    
}

@media (max-width:480px){
    .team-card img{
        width: auto;
    }
}
/******** Teams End ********/

/******** Footer ********/
.game-footer .logo img{
    width: 220px;
}

.game-footer .container{
    padding: 0rem 2rem;
}

.game-footer.game-footer-bg .bg-white{
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
}

.ptb-120{
    padding: 40px 0 10px 0;
}

.game-footer-nav h5::after{
    background: var(--main-red);
}
.game-footer-nav div, .game-footer-nav h6, .game-footer-nav p{
    color: #c0c0c5;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
}

.c-left p, .c-right a{
    color: #c0c0c5;
    font-size: 13px;
}
.game-footer-nav div:hover, .game-footer-nav h6:hover, .game-footer-nav p:hover{
    color: #f8f9fa;    
}

.offcanvas-header button.close-btn{
    background: none;    
    outline: none;
    border: none; 
}

.slide-top{
    position: fixed;
    right: 4rem;
    bottom: 445px;
    z-index: 100;
    display: block;
}
.slide-top a{    
    border: none;
    outline: none;
    background-color: var(--main-red);
    padding: 0.5rem 0.75rem;
    border-radius: 0.3rem;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.2);;
}
.slide-top a span{
    color: #fff;
}

.tab-pane .material-symbols-outlined{
    color: var(--main-red);
}

.read-more{
    border: 1px solid #ccc;
    padding: 0.5rem 2rem;
    border-radius: 0.3rem;    
}

.read-more:hover{
    border: 1px solid #e26e55;
    background-color: var(--main-red);
    color: #fff;
}

.game-footer-nav ul li a, .game-footer-nav p, .game-footer-nav span{
    font-size: 0.9rem;
}
/******** End of Footer ********/

/******** Start of Privacy Policy ********/
.privacy-policy h4{
    margin-bottom: 0;
    font-size: 1.4rem;
}
.privacy-policy .sub-head{    
    color: var(--main-red);
    /* font-weight: 600; */
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.terms .point{
    padding: 0.75rem 0;
}

.terms h4{
    font-size: 1.4rem;
}
/******** End of Privacy Policy ********/


/******** @Media-query ********/

@media(max-width:767px){
    a.navbar-brand img{
        width: 200px;
    }

    .affix a.navbar-brand img {
        width: 200px;
    }

    .game-footer .logo img{
        width: 180px;
    }

    .sticky-header.affix {
        padding: 5px 0 !important;
        background: #fff !important;
    }
}


