
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,800;1,200;1,400;1,600&display=swap');

body{
  font-family: 'Poppins', sans-serif;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
}

.cursor {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  pointer-events: none;
}

.cursor:nth-child(1) {
  background-color: transparent;
  z-index: 999999;
  border: 2px solid rgb(116, 17, 17);
}
.cursor:nth-child(2) {
  background-color: rgb(245, 10, 10);
  width: 5px;
  height: 5px;
}

/*------------------------------------------------- navbar  */
.logo-flx {
  display: flex;
  align-items: baseline;
}
.logo-flx p {
  border-bottom: 3px solid red;
}
.logo-clr {
  color: red;
}
.comp-bordr {
  display: block;
}
.search {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 4px;
  border: 1px solid black;
  border-radius: 25px;
  background-color: white;
}
.search-box {
  border: none;
  outline: none;
}
/*--------------------------------------------- banner */
.banr {
  width: 100%;
  background-image: url("image/gray-banner-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  position: relative;
}
.lef-imag {
  width: 250px;
  height: 233px;
}
.lef-imag img {
  width: 100%;
  margin-top: 421px;
  height: 100%;
  object-fit: cover;
}
.lef-imagg {
  width: 250px;
  height: 233px;
}
.lef-imagg img {
  width: 100%;
  margin-top: 292px;
  margin-left: 640px;
  height: 100%;
  object-fit: cover;
}
.creativ-text {
  position: absolute;
  top: -33px;
  left: 20px;
}
.creativ-text h1 {
  font-size: 111px;
  margin-top: 200px;
  margin-left: 96px;
  font-weight: 600;
}
.creativ-text span {
  margin-left: 236px;
}
.creativ-text p {
  margin-top: 41px;
  margin-left: 306px;
  width: 400px;
}

.creativ-text2 {
  position: absolute;
  top: -37px;
  left: 20px;
}
/* ----------------------------------images */
.lef-imag {
  width: 208px;
  height: 227px;
  margin-top: -54px;
  margin-left: 95px;
}
.lef-imag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lef-imag2 {
  width: 208px;
  height: 227px;
  margin-top: -72px;
  margin-left: 733px;
}
.lef-imag2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lef-imag3 {
  width: 208px;
  height: 227px;
  margin-top: -48px;
  margin-left: 986px;
}
.lef-imag3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lef-imag4 {
  width: 208px;
  height: 227px;
  margin-top: -52px;
  margin-left: 784px;
}
.lef-imag4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* background boy image  */
.yellowcap {
  display: block;
  max-width: 100%;
  width: 100%;
  overflow: hidden;

}
.boyyellow {
  width: 100%;
  height: 650px;
  background-image: url(image/yellowboy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* subbanner  */
.subaner{
  display: block;
  margin-top: 100px;
}
.subaner h1{
  width: 74%;
  font-size: 43px;
  font-weight: 600;
}
.twoimagg{
  display: flex;justify-content: space-between;
  margin-top: 100px;
  align-items: center;
  gap: 40px;
}
.girll{
  width: 300px;
  height: 600px;
  
}
.girll img{
  width: 100%;
height: 100%;
object-fit: cover;
}
.lorm-text{
  width: 530px;
}
.boyy{
  width: 300px;
  height: 400px;
  margin-top: auto;
}
.boyy img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*-----------------------------------------branding design  */
.branding{
  margin: 100px auto;
  background-color: #CC727B;
}
.design{
  color: white;
  gap: 20px;
}
.bordr{
  padding: 5px;
  border-right: 2px solid ;
  border-bottom: 2px solid;
  color: white;
}
.bordr3{
  padding: 5px;
  border-bottom: 2px solid;
  color: white;
}
.bordr4{
  padding: 5px;
  border-right: 2px solid ;
  color: white;
}
.bordr5{
  padding: 5px;
  border-right: 2px solid ;
  color: white;
}
.bordr6{
  padding: 5px;
}

/* animated line */
.animated{
  display: inline-block;
  position: relative;
  color:white;
 
}
.animated:after{
 
  content: '';
  position: absolute;
  width:0%;
  transform: scaleX(0);
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color:white;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
 
}
.animated:hover:after{
  width: 100%;
  transform: scaleX(1);
  transform-origin: bottom left;
 
}
/*--------------------------- video --------------------- */
.vdo{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  /* overflow: hidden; */
  color: white;
  text-align: center;


}
.vdo video{
  width: 100%;
}
.projectcomp{
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: black;
  bottom: 0;
  right: 0;
}
.projectcomp::after{
  position: absolute;
  content: '';
  width: 117px;
  top: 0;
  bottom: 0;
  background-color: #EEE5E2;
  right: -117px;
}
.projectcomp h2{
  font-weight: 600;
  font-size: 100px;
  margin-top: 55px;
}
.projectcomp h3{
  font-weight: 600;
  font-size: 30px;
}
.projctaward{
  background-color: #EEE5E2;
  padding: 100px;
  height: 350px;
  margin-right: -117px;
  overflow: hidden;
}
.work h2{
font-size: 50px;
font-weight: 600;

}
.work p{
  width: 600px;
  margin-left: 155px;
  margin-top: 30px;
  }
.slikfst-imge{
  width: 350px;
  height: 350px;
  overflow: hidden;
}
.slikfst-imge img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* letstalk {
  margin: 100px 0;
}

.letstalk .col-md-6 {
  padding: 0;
  background-color: #e2e2e2;
}

.rounded-btn {
  padding: 20px 0;

} */
.navbar-nav{
  gap: 20px;
}

.emailbox {
  margin: 20px 0;
}

.email-box-ftr {
  background: #E2E2E2;
  border: none;
  font-size: 24px;
  line-height: 36px;
  border-bottom: 1px solid #121212;
  color: #121212;
  padding: 12px 0;
}

.email-box-ftr:focus-visible {
  outline: none;
}

.email-box-ftr::placeholder {
  opacity: .8;
  color: #121212 !important;
}

.footer .rights span {
  font-weight: 600;
}

.ftr-nav .navbar-nav {
  flex-direction: row;
}

.ftr-nav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 700;
}







/*--------------------------- media-query ------------------------------------ */
@media (max-width: 767px) {
  .creativ-text h1 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    margin-left: 0px;
    font-weight: 700;
  }
  .search-box {
    
    width: 100%;
  }
  .creativ-text {
    position: static;
    top: 0px;
    left: 0px;
  }
  .creativ-text h1{
    margin-top: 92px;
  }
  .creativ-text span {
    margin-left: 0px;
  }
  .creativ-text p {
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }
  .creativ-text2 {
    position: static;
    top: 0px;
    left: 0px;
  }

  .lef-imag {
    width: 100%;
    height: 120px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .lef-imag2 {
    width: 100%;
    height: 120px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .lef-imag3 {
    width: 100%;
    height: 120px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .lef-imag4 {
    width: 100%;
    height: 120px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .lef-imag img {
    margin-top: 0;
  }
  /* image  */
  .boyyellow {
   
    background-position: center;
  }
  .subaner h1 {
    width: 100%;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
  }
  .twoimagg {
    display: flex;
    flex-direction: column;
  }
  .girll {
    width: 100%;
  }
  .lorm-text {
    width:100%;
  }
  .boyy {
    width: 100%;
    
  }
  .branding {
   
    padding: 10px;
  }
  .bordr {
   
    border-right:0px;
    border-bottom: 4px solid;

  }
  .bordr3 {
   
    border-bottom: 4px solid;
  
  }

  .bordr4 {
   
    border-right: 0px;
    border-bottom: 4px solid;
   
  }
  .bordr5 {
    border-right: 0px;
    border-bottom: 4px solid;

  }
  .bordr6 {
  color: white;
    border-bottom: 4px solid;
    margin-bottom: 2px;
  }
  .projectcomp::after {
    position: absolute;
    content: '';
    width: 0px;
    top: 0;
    bottom: 0;
    background-color: #EEE5E2;
    right: 0px;
  }
  .projectcomp h2 {
    font-size: 16px;
    margin-top: 16px;
  }
  .projectcomp {
    width: 100px;
    height: 100px;
  }
  .projectcomp h3 {
    font-size: 16px;
  }
  .projctaward {
height: auto;
margin-right: 0px;
    padding: 10px;
  }
  .work p {
    width: 386px;
    margin-left: 52px;
   
  }
  .rights{
    text-align: center;
  }

}
