
*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
}

/* -----------------------------nav----------------------------------------- */

.container
{
  max-width: 1320px !important;
}

.footer-section
{
  margin-top: 150px;
}



  /* -----------------------------------------section1----------------------------------- */
.banner{
    height: 600px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
}

#banner.opacity-75
{
  opacity: 0.75;
  transition: all 0.2s ease-in-out;
}

#banner.opacity-50
{
  opacity: 0.5;
  transition: all 0.2s ease-in-out;

}

#banner.opacity-25
{
  opacity: 0.25;
  transition: all 0.2s ease-in-out;

}

#banner.opacity-0
{
  opacity: 0;
  transition: all 0.2s ease-in-out;

}


.banner-spacing {
  width: 100%;
  height: 600px ;
  padding: 300px 0px;
  display: flex;
  flex-wrap: nowrap;
}

.text_1{
    color: white;
    font-size: 8em;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    
    
}
  
main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  background: #171819;
}

.text_2{
  color: white;
  font-size: 6em;
  
  margin-bottom: 15px;
  font-weight: 800;
  margin-top: 20px;
  float:left;
  margin-left: 60px;
  
}


.projects-menu
{
  display: block;
 margin: 0px auto;
 padding: 30px 0px;
 position: sticky;
 top: 68.39px;
 background-color: white;
}

.projects-menu ul
{
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}

.projects-menu ul li
{
  list-style: none;
  display: inline-block;
  list-style: none;
}

.projects-menu ul li a
{
  font-weight: 600;
  color: black;
  font-size: 1rem;
}


/* 
.projects-menu ul:hover
{
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.projects-menu ul:hover li
{
  -webkit-filter: blur(0px);
  filter: blur(0px);
} */


.projects-menu ul li {
  transition: all 0.3s ease;
}

.projects-menu ul li:hover {
  filter: none;
  scale: 1.1;
}

.projects-menu ul:hover li:not(:hover) {
  filter: blur(3px);
}




.banner_text
{
  position: absolute;
   text-align: center;
   width: 100%;
}

.banner_text span
{
  margin-top: 50px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.sub-title{
    font-size: 23px;
   
}


.section_1{
    background-color: #131313;
    height: 1000px;
    
    
}

.banner_text h2:before {
  content: attr(data-text);
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translatex(calc(-50% - 2px));
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  overflow: hidden;
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}


  .banner_text h2:after {
    content: attr(data-text);
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translatex(calc(-50% + 2px));
    text-shadow: -1px 0 red;
    top: 0;
    color: white;
    overflow: hidden;
    animation: noise-anim 2s infinite linear alternate-reverse;
  }


  /* GLITCH ANIMZ */
@keyframes noise-anim {
  0% {
    clip: rect(61px, 9999px, 101px, 0); }
  5% {
    clip: rect(7px, 9999px, 65px, 0); }
  10% {
    clip: rect(118px, 9999px, 116px, 0); }
  15% {
    clip: rect(71px, 9999px, 128px, 0); }
  20% {
    clip: rect(30px, 9999px, 12px, 0); }
  25% {
    clip: rect(43px, 9999px, 105px, 0); }
  30% {
    clip: rect(1px, 9999px, 101px, 0); }
  35% {
    clip: rect(36px, 9999px, 48px, 0); }
  40% {
    clip: rect(125px, 9999px, 56px, 0); }
  45% {
    clip: rect(45px, 9999px, 57px, 0); }
  50% {
    clip: rect(30px, 9999px, 3px, 0); }
  55% {
    clip: rect(35px, 9999px, 35px, 0); }
  60% {
    clip: rect(96px, 9999px, 97px, 0); }
  65% {
    clip: rect(51px, 9999px, 56px, 0); }
  70% {
    clip: rect(81px, 9999px, 29px, 0); }
  75% {
    clip: rect(127px, 9999px, 100px, 0); }
  80% {
    clip: rect(81px, 9999px, 36px, 0); }
  85% {
    clip: rect(99px, 9999px, 1px, 0); }
  90% {
    clip: rect(89px, 9999px, 53px, 0); }
  95% {
    clip: rect(109px, 9999px, 64px, 0); }
  100% {
    clip: rect(5px, 9999px, 117px, 0); } }
@keyframes noise-anim-2 {
  0% {
    clip: rect(48px, 9999px, 57px, 0); }
  5% {
    clip: rect(107px, 9999px, 17px, 0); }
  10% {
    clip: rect(41px, 9999px, 37px, 0); }
  15% {
    clip: rect(79px, 9999px, 128px, 0); }
  20% {
    clip: rect(101px, 9999px, 108px, 0); }
  25% {
    clip: rect(71px, 9999px, 89px, 0); }
  30% {
    clip: rect(43px, 9999px, 37px, 0); }
  35% {
    clip: rect(118px, 9999px, 80px, 0); }
  40% {
    clip: rect(95px, 9999px, 2px, 0); }
  45% {
    clip: rect(120px, 9999px, 69px, 0); }
  50% {
    clip: rect(81px, 9999px, 101px, 0); }
  55% {
    clip: rect(17px, 9999px, 106px, 0); }
  60% {
    clip: rect(23px, 9999px, 117px, 0); }
  65% {
    clip: rect(24px, 9999px, 5px, 0); }
    70% {
      clip: rect(37px, 9999px, 64px, 0); }
    75% {
      clip: rect(19px, 9999px, 129px, 0); }
    80% {
      clip: rect(83px, 9999px, 48px, 0); }
    85% {
      clip: rect(9px, 9999px, 10px, 0); }
    90% {
      clip: rect(66px, 9999px, 127px, 0); }
    95% {
      clip: rect(12px, 9999px, 51px, 0); }
    100% {
      clip: rect(81px, 9999px, 114px, 0); } }


    .banner::after
    {
      content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/projects/background-lines.png);
    z-index: 1;
    }

    .video-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      background: #000;
    }

    .video-bg video {
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0.1;
      mix-blend-mode: luminosity;
  }

  .logo-branding-clr
{
  color:#03d6c5;
}

/* .logo-branding-video
{
  background-color:#4882b7c9;
} */

  .branding-clr
  {
    color: #fff942;
  }

  /* .branding-video
  {
    background-color: #8874f585;
  } */

  .stationery-clr
  {
    color: #9d00d1;
  }

  /* .stationery-video
  {
    background-color: #55b3abc2;
  } */

  .projects-clr
  {
    color:#f57c20 ;
  }


  .graphic-designing-clr
  {
    color: #ff1d7b;
  }

  .web-design-and-development-clr
  {
    color: #2c9eff;

  }

  .ui-ux-designing-clr
  {
    color: #18f183;
  }


/*------------------------------- Logo branding page--------------------------------- */




.Logo_1{
    display: block;
}

.projects-inner-main-img
{
  padding-bottom: 22px;
}


 .Client_details{
   
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 70px;
    
 
 }

 .Client_details_para{
    margin-top: 20px;
    font-size:1.4rem ;
    line-height: 35px;
    font-weight: 300;
    text-align: justify;
 }


 .Client_details_para1{
    margin-top: 20px;
    font-size: 1.0rem;
    line-height: 30px;
    margin-bottom: 50px;

 
 }

 /* ------------card------------ */
.card-label
{
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(195, 195, 195, 0.27);
  margin-left: auto;
  max-width: 336px;
  padding: 35px 50px;
  text-align: right;
  margin-top: -60px;
  z-index: 10;
  right: 0;
  color: #000;
  bottom: -50px;
}

.card-label h3
{
  font-size: 24px;
  font-weight: 700;
  font-family: 'poppins', sans-serif;
  width: auto;
  text-transform: uppercase;
}

.logo_branding .row div img
{
width: 100%;
position: relative;
overflow: hidden;
}

.logo_branding
{
  padding-top: 50px;
}

.portfolio-item
{
  margin-top: 100px;
  transform-style: preserve-3d;

}

.portfolio-item:hover
{

  box-shadow: 4px 21px 44px -13px rgba(43, 43, 43, 0.75);

}






/* media query (responsive for mobile) */
@media (max-width:450px)
{
.text_1
{
  margin-left: 0px;
  font-size: 3rem;
}

.sub-title
{
  margin-left: 0px;
  font-size: 14px;
  width: 100%;
}

.banner_text
{
  padding: 0px 30px;
}

.banner_text span {
  margin-top: 66px;
  font-size: 12px;
  width: 100%;
  display: inline-block;
}

.banner-spacing
{
  padding:165px 0px;
}


.logo_branding
{
  padding-top: 0px;
}

.banner 
{
  height: 310px;
}


.card-label
{
  padding: 15px 30px 5px 30px;
  bottom: -30px;
}

.card-label h3

{

font-size: 15px;

}


.banner_text.inner-page h2
{
  font-size: 27px;
}

.projects-menu
{
  position: static;
}


.projects-menu ul
{
  display: flex;
  justify-content:left;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 1rem !important;
}

.projects-menu ul li
{
  padding: 5px 10px;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
}

.projects-menu ul li a
{
  font-size: 13px;
}

.Client_details
{
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.Client_details_para
{
  margin-top: 10px;
  font-size: 1rem;
  width: 100% !important;
  line-height: 25px;
}

.banner_text h2:before
{
  display: none;
}

.banner_text h2:after
{
  display: none;
}

.projects-inner-main-img
{
  padding-bottom: 12px;
}

.projects-inner-feature-img div
{
  padding-bottom: 12px;
}

.projects-inner-four-img div
{
  padding-bottom: 12px;
}


.footer-section {
  margin-top: 20px;
}





}





@media screen and (min-width:451px) and (max-width:550px)
{
.text_1
{
  margin-left: 0px;
  font-size: 4rem;
}

.sub-title
{
  margin-left: 0px;
  font-size: 18px;
  width: 100%;
}

}

@media screen and (min-width:551px) and (max-width:750px)
{
.text_1
{
  margin-left: 0px;
  font-size: 6rem;
}

.sub-title
{
  margin-left: 0px;
  font-size: 18px;
  width: 100%;
}


}




