﻿body {
    font-family: "Poppins", sans-serif!important;
    background-color:#f5f5f5!important;
}

h2,h1,h3{
    font-family: 'Montserrat', sans-serif!important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero {
   position:relative;
   width: 100%;
  }

.hero img {
  width: 100%;
  height:100vh;
  object-fit: cover;
  display: block;
}

.hero-text {
  position: relative;
  top: 20%;
  color: #fff;
  z-index: 2;
  padding:40px!important;
}
.hero-logo {
  position: relative;
  top: 20%;
  color: #fff;
  z-index: 2;
}

.hero-text h1 {
  font-size: 4rem;
  margin-bottom: 10px;
}

.hero-text p {
  font-size: 1.2rem;
  margin-: 20px 0;
}
 .companies {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.scroll-track {
    display: flex;
    gap: 35px;
    animation: scroll 20s linear infinite;
}

.companies img {
    width: 200px;
    height: auto;
    object-fit: contain;
}
  .hero-img {
      background:linear-gradient(to bottom, rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('/Html/img/homeimg.png') no-repeat center/cover;
      width:100%;
      height:100vh;
   }

/* Infinite scroll animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.row{
    margin:0!important;
}
.hero-logo{
    z-index:5;
}
.logo-slider-wrapper {
     width: 70%;    
    margin: 0 auto;    
    overflow: hidden;
    position: relative;
    border-left: 1px solid #fa9ffa;
}

.logo-slider {
    display: flex;
    transition: transform 0.8s ease-in-out;
   
  
}
.logo-slider img {
min-width:100%;
width:70%;
height:70%;
}
.sub-companies{
   background-color:#fff;
   padding:50px 0;
}

/* Single-line description */
   .about {
     background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('/Html/img/bag2.jpg') no-repeat center/cover;
     color: white !important;
     padding: 40px 10px;
     display:flex;
     flex-direction:column;
     justify-content:flex-start;
     align-items:center;
        }
      
       /* Container */
.cards-section {
  padding: 48px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Responsive grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* Card */
.card {
  background: #00000080!important;
  border-radius: 12px;
  padding: 28px 22px;
  box-shadow: 0 6px 18px rgba(20,30,50,0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Hover lift */
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(20,30,50,0.09);
}

/* Title */
.card-title {
  margin: 0 0 10px 0;
  font-size: 1.15rem;
  color: #fff!important;               
  font-weight: 600;
  line-height: 1.1;
}

/* Single-line description */
.card-text {
  margin: 0;
  color: #dad8d8;
  font-size: 0.95rem;
  line-height: 1.35;
  max-width: 40ch;              
}

/* Small screens tweak */
@media (max-width: 480px) {
  .cards-section { padding: 28px 12px; }
  .card { padding: 20px; min-height: 120px; }
  .card-title { font-size: 1rem; }
  .card-text { font-size: 0.9rem; max-width: none; }
}


/*Boxes Section*/
.top-box{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-auto-rows: 26.5vw;
    gap:15px;
}
.box{
    position:relative;
    overflow:hidden;
}
.box img{
     width: 100%;
     height:100%;
     object-fit:cover;
     filter:brightness(60%);
}
.box2{
    grid-column:span 2;
    background-color:#99b5d43b;
    width:100%;
    overflow:hidden;
    position:relative;
    z-index:10;
}

.box2 img {
    width: 100%;
    filter:brightness(90%);
    transition: transform 0.5s ease;
    transform-origin: left;  
}

.box2:hover img {
    transform: translateX(-50%);
}

.box-text{
    position:absolute;
    bottom:15%;      
    left:0;
    width:100%;
    padding:0 25px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    transition:0.2s ease-out;
    border-left:2px solid white;
}

.box:hover .box-text{
    bottom:3%;            
}
.box-text{
    font-family:lato;
    font-size:14px;
    font-weight:300;
}
.box3 img{
    filter:brightness(80%);
}
.box2 .box-text{
    color:#222;
    width:50%;
    position:absolute;
    bottom:15%;      
    right:0!important;
    left:unset;
    font-size:14px;
    line-height:1.5;
    bottom:10%;
    font-weight:300;
    transform:translateY(115%);
    transition:0.4s ease-out;
}
.box2:hover .box-text{
    transform:translateY(0);
    bottom:15%;
}   

@media(max-width:768px){
    .box2{
        grid-column: unset;
    }

 .top-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 60.5vw;
    gap: 15px;
  }
 .box2 img {
  filter:brightness(70%);
}
 .box2:hover img {
    transform: none;
}
 .box2 .box-text{
    position:absolute;
    bottom:10%;      
    left:0;
    width:100%;
    padding:0 25px;
    color:#fff;
    font-size:13px;
    font-weight:500;
    transform:none;
    transition:0.2s ease-out;
    border-left:2px solid white;
}
 .box2 ul{
     margin-bottom:0!important;
 }

.box2:hover .box-text{
    bottom:3%;            
}
}

/*Shop section*/
.shop-content {
    background: linear-gradient(to bottom, rgba(0,0,0,0.5),rgba(0,0,0,0.5)), 
        url('../img/shop.jpg') no-repeat center/cover;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    height:40vw;
   
}
.left-shop{
    color:white;
    padding:30px;
    width:60%;
}
.right-shop{
    width:50%;
    padding:20px;
    color:white;
    border-left: 2px solid white;
    margin-bottom:15px;
}

.contact-sec{
    margin:30px 0;
    background-color:#fff;
    padding:30px;
}
.content-box{
    text-align:center;
}
.content-box .but{
    background-color:black;
    color:white!important;
}
.content-box .but a{ 
    color:white!important;
}
.content-box .but:hover a{ 
    color:black!important;
}
@media(max-width:768px) {
    .shop-content {
        height: 65vw;
    }
    .left-shop {
    color: white;
    padding: 15px;
    width: 40%;
  }
    .left-shop h2{
        font-size:1rem;
    }
     .right-shop h2{
        font-size:1rem;
    }
     .right-shop {
     width: 60%;
     padding: 10px;
     color: white;
     border-left: 1px solid white;
     margin-bottom: 15px;
}
    .right-shop p{
        font-size:12px;
    }
    .right-shop .but{
        font-size: 12px;
        padding:4px;
    }
}

/*Companies page section*/
 .top-boox{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-auto-rows: 26.5vw;
    gap:15px;
}
.boox{
    position:relative;
    overflow:hidden;
}
.boox1{
     background:linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('/Html/img/bag7.jpg') no-repeat center/cover;
}

.boox2{
     background:linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('/Html/img/bag8.jpg') no-repeat center/cover;
}

.boox3{
     background:linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('/Html/img/bag9.jpg') no-repeat center/cover;
}

.boox4{
     background:linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('/Html/img/bag10.jpeg') no-repeat center/cover;
}

.boox6{
     background:linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('/Html/img/bag11.jpg') no-repeat center/cover;
}

.boox5{
     background:linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('/Html/img/bag12.png') no-repeat center/cover;
}

.boox7{
     background:linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('/Html/img/bag13.jpg') no-repeat center/cover;
}
.boox8{
     background:linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('/Html/img/bag14.jpeg') no-repeat center/cover;
}


.boox img{
     width: 100%;
     height:100%;
    object-fit:cover;
    overflow:hidden;
    position:relative;
    z-index:10;
    transition: transform 0.5s ease;
    transform-origin: left;  
}

.boox:hover img {
    transform: translateX(-100%);
}

/* TEXT STYLE */
.boox-text{
    font-family:lato;
    font-size:14px;
    font-weight:300;
}

 .boox-text{
    color:#fff;
    width:90%;
    position:absolute;
    bottom:15%;      
    right:0!important;
    left:unset;
    font-size:14px;
    padding:15px 10px;
    line-height:1.5;
    bottom:10%;
    font-weight:300;
    transform:translateY(115%);
    transition:0.4s ease-out;
    border-left: 2px solid #e39705;
}
 /* HOVER EFFECT */

.boox:hover .boox-text{
    transform:translateY(0);
    bottom:15%;
} 
@media(max-width:768px){
 .top-boox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 50.5vw;
  gap: 15px;
}
 .boox:hover .boox-text {
  transform: translateY(0);
  bottom: 0%;
  }
}