
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.video-section{
    position:relative;
    width:100%;
    height:100vh; /* Full Screen Height */
    overflow:hidden;
}

.bg-video{
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    top:0;
    left:0;
}

.video-content{
    position:relative;
    z-index:2;
    color:#fff;
    text-align:center;
    top:50%;
    transform:translateY(-50%);
    font-family:Arial, sans-serif;
}

.video-section::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4); /* Dark Overlay */
    z-index:1;
}



img {transition: transform 0.3s;}
img:hover { animation: bounce 0.6s;}
@keyframes bounce {
  0% { transform: translateY(0); }
  30% { transform: translateY(-10px); }
  50% { transform: translateY(0); }
  70% { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.baground-fiximage {
    width: 100%;
    /* float: left; */
    background-image: url(../img/fixbg.png);
    /* background-attachment: fixed; */
     padding: 0px 0px 0px 0px;
    /* -webkit-background-size: cover; */
    /* background-size: cover; */   
    margin: -170px 0 0px 0px;
    height: 1000px;background-repeat: no-repeat;
}

    canvas {
        background-color: transparent;
        width: 100% !important;
        margin: -535px 0 0 0px;
        z-index: 100;
        max-height: 400px;
		position: absolute;
    }

 .baground-fiximage2 { margin: 0px; padding: 0px;}

#cross2a2 {height: 0px;width: 0px;position: fixed;right: 42px;top: 60%;background-color:#000;z-index: 60000;transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-o-transform: rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
#cross2a2 a {
    display: block;
    background-color: #ffc323;
    height: 30px;
    padding-top: 5px;
    margin: 12px 0px 0 0px;
    width: 140px;
    text-align: center;
    color: #080808;
    letter-spacing: 1px;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;   
}
#cross2a2 a:hover {background-color:#000;color: #fff;}


.py-5ext {
    padding-top: 3rem !important;
    padding-bottom: 9rem !important;
}


.logo{font-family: "Poppins", sans-serif;font-weight: 300!important;font-size: 20px;color: #ffc323!important;}
.banner-text-line{font-family: "Poppins", sans-serif;font-weight: 300!important;font-size: 32px;color: #ffc323!important; text-align: center;margin-top: 160px;}
.section-black{ background-color: #000;margin: -50px 0 0 0px;}

.vision-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 50px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.text-primary {
    color: #ffc323 !important;
}

.videowidth {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.footer-text{font-family: "Poppins", sans-serif;
    font-weight: 300;}
/* Vertical line */
.line-container {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
  position: relative;
  width: 1px;
  height: 220px;
  background: #555;
}

.line-container2 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
  position: relative;
  width: 1px;
  height: 330px;
  background: #555;
}
.line-container3 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
  position: relative;
  width: 1px;
  height: 180px;
  background: #555;
}
.img-wd{ width: 100%;}
.img-wd50{ width: 50%;}
.portfolio-side-banner{margin: -137px 0 0 0px;}
.sec-center{ text-align: center;}
.shadetext{font-family: "Poppins", sans-serif;font-weight: 300; font-size: 26px; color: #ffc323; padding-top: 40px;}




.vision-bg-mob{background: transparent;}

/* Moving dot */
.moving-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 45px;
  background: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
  animation: moveUpDown 12.5s ease-in-out infinite;
}
.moving-dot-black {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 45px;
  background: #000;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
  animation: moveUpDown 12.5s ease-in-out infinite;
}

/* Animation */
@keyframes moveUpDown {
  0% {
    top: 0;
  }
  50% {
    top: 160px;
  }
  100% {
    top: 0;
  }
}


.services {
    max-width: 1100px;
    margin: auto;
}

.service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 133px;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0,0,0,0.6);
	position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.15),
        rgba(255,255,255,0)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* Hover effect */
.service:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.4);
}

.service:hover::before {
    opacity: 1;
}

/* Content above gradient */
.service > * {
    position: relative;
    z-index: 2;
}
.service:not(:last-child) {
    margin-bottom: -1px;
}

.service .left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service .left i {
    font-size: 30px;
}

.service h2 {
    margin: 0;
    font-size: 28px;
    text-transform: uppercase;
	color: #ffffff;
	  font-family: "Poppins", sans-serif;
       font-weight: 400;
}

.service ul {
    list-style: none;
    padding: 0;
    margin: 0 138px 0px 0px;
    text-align: right;
    font-size: 14px;
	font-family: "Poppins", sans-serif;
       font-weight: 300;
}

.service ul li {
    margin-bottom: 5px;
}

/* Colors */
.brandfirst { background: #ffa18d; }
.brand { background: #f58a72; }
.visual { background: #f25b4a; }
.web { background: #cc2c25; }
.digital { background: #b8002a; }
.presentation { background: #8b0022; }
.brandlast { background: #69021d; }

/* Responsive */
@media (max-width: 768px) {
    .service {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .service ul {
        text-align: left;
        margin-top: 15px;
    }
}



.bg-dark {
    background-color: #000 !important;
    padding: 240px 0 140px 0px;
   
}
.spc-bott{margin-bottom: -480px;}

/* Text styling */
.content h5 {
   letter-spacing: 2px;
	font-family: "Poppins", sans-serif;
	font-weight: 300!important;
}
.vision-yellow{color: #f5c400;}
.vision-white{color: #fff;}
.vision-black{color: #080808;}
.vision-spc-top{margin: 110px 0 0 0px;}
.display-none2{ display: inline;}
.content h2 {
  
  line-height: 1.3;
	font-family: "Poppins", sans-serif;
	font-weight: 300!important;
	padding: 9px 0 9px 0px;
}

.content p {  
  max-width: 420px;
	font-family: "Poppins", sans-serif;
	font-weight: 300!important;
}


.cups div img {
  transition: all 0.3s ease;
}

.cups div:hover img {
  /* box-shadow: 0 0 15px rgba(255,195,35,0.2); */
  transform: scale(1.03);
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.6; }
  100% { opacity: 1; }
}

.cups div:hover img {
  animation: blink 0.6s ease-in-out;
}
.section{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:20px;
}

.cups{
    display:flex;
    gap:0px;
    flex-wrap:wrap;
    justify-content:center;
}

/* Cup Style */
.cup{
    width:90px;
    height:90px;
    border-radius:50%;
    position:relative;
    cursor:pointer;

    /* Animation initial state */
    opacity:0;
    transform:translateY(40px) scale(0.9);
    transition:all 0.6s ease;
}

.cup::after{
    content:"";
    width:20px;
    height:35px;
    border:6px solid #f5f5f5;
    border-left:none;
    border-radius:0 20px 20px 0;
    position:absolute;
    right:-18px;
    top:25px;
}

.cup.show{
    opacity:1;
    transform:translateY(0) scale(1);
}

.cup:hover{
    transform:translateY(-6px) scale(1.05);
    box-shadow:0 0 25px rgba(255,200,100,0.6);
}

/* Coffee colors */
.c1{ background:#f8f5ef; }
.c2{ background:#f1d7b0; }
.c3{ background:#e4c39b; }
.c4{ background:#c89b6d; }
.c5{ background:#5a3a2e; }
.c6{ background:#1f1f1f; }

/* Text */
.tagline{
	font-family: "Poppins", sans-serif;
  font-weight: 300;
    margin-top:30px;
    color:#d4a400;
    font-size:28px;
    text-align:center;

    opacity:0;
    transform:translateY(30px);
    transition:all 0.8s ease;
}

.tagline.show{
    opacity:1;
    transform:translateY(0);
}

/* Responsive */
@media(max-width:600px){
    .cup{
        width:70px;
        height:70px;
    }
    .cup::after{
        width:16px;
        height:28px;
        top:18px;
    }
    .tagline{
        font-size:18px;
    }
}



/* work gallery */
.gallery{
    display:grid;
    grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));
    gap:15px;
}

.gallery a{
    position:relative;
    overflow:hidden;
    border-radius:8px;
    background:#fff;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.gallery img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform 0.4s ease;
}

.gallery a:hover img{
    transform:scale(1.08);
}

/* Optional: different heights */
.h-1{height:180px;}
.h-2{height:260px;}
.h-3{height:340px;}

@media(max-width:600px){
    .h-1,.h-2,.h-3{height:200px;}
}


.portfolio-mob{display: none;}
.portfolio-web{display: inline;}

@media screen and (max-width: 1000px) {	
	
	.portfolio-mob{display: inline;}
	.portfolio-web{display: none;}
.vision-bg-mob{background: rgba(255, 255, 255, 0.9);}

.display-none2{ display: none!important;}
	 canvas {
        background-color: transparent;
        width: 100% !important;
        margin: -235px 0 0 0px;
        z-index: 100;
        max-height: 400px;
		position: absolute;
    }

	
.banner-text-line {
    font-family: "Poppins", sans-serif;
    font-weight: 300 !important;
    font-size: 48px!important;
    color: #ffc323 !important;
    text-align: center;
    margin-top: 50px;
}



}