* {
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
h2,
h3,
h4,
p,
a,
h5 {
  font-family: "Saira Condensed", sans-serif;
}
.title {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 900;
  font-size: 70px;
  margin: 0;
  color: rgb(237, 28, 37);
}
.video-title {
  font-size: 19px;
}
.card-text {
  font-weight: 500;
  font-size: 20px;
}
.buttons {
  font-size: 20px;
  font-weight: 500;
  color: #f1f1f1;
  padding: 7px 15px;
  outline: 0;
  border: 0;
  background-color: rgb(237, 28, 37);
  cursor: pointer;
  border-radius: 5px;
}
.buttons:hover {
  background-color: rgb(182, 3, 3);
  transition: 0.5s;
}

.branding {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.branding img {
  width: 60px;
}
.navbar ul {
  list-style: none;
}
.navbar ul li {
  display: inline-block;
  margin-right: 30px;
}
.navbar a {
  text-decoration: none;
  color: white;
  font-weight: 700;
}
.navbar a:hover {
  color: rgb(237, 28, 37);
}
.intro {
  padding-top: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro button a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}
/* Header End */

.intro-des {
  padding-top: 50px;
}
.pipe-des {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
}
.showreel video {
  width: 500px;
  transition: 0.5s;
  cursor: pointer;
}

.showreel video:hover {
  transform: scale(1.05);
}

.text {
  font-size: 18px;
  display: flex;
}
.icon {
  padding-top: 50px;
}
.icon a img {
  width: 25px;
  margin-right: 10px;
  transition: 0.3s;
}

.icon a img:hover {
  width: 30px;
}
.video-gallary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.video {
  width: 200px;
}
/* Latest videos */
.latest-video video {
  width: 550px;
  height: 380px;
  cursor: pointer;
  transition: 0.5s;
}

.latest-video video:hover {
  transform: scale(1.05);
}

.play {
  align-items: center;
  width: 200px;
  color: white;
}
.latest-work {
  padding-top: 50px;
}
.collage {
  padding-left: 20px;
}
.second-collage {
  padding-top: 10px;
}
.pre-video {
  display: grid;
  
  cursor: pointer;
  transition: 0.5s;
}
.pre-video:hover {
  transform: scale(1.05);
}
.false-title {
  display: block;
}
.video-title {
  font-size: 18px;
}

/* photos */
.photos {
  margin-top: 20px;
}

/* services */
.services {
  padding-top: 50px;
}
.parallax {
  background: rgba(0, 0, 0, 0.3) url("/image/clapper.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: darken;
  height: 400px;
}
.service-title {
  text-align: center;
  color: white;
  padding-top: 30px;
}
.services-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.service {
  width: 200px;
  height: 200px;
  background-color: rgb(237, 28, 37);
  border-radius: 8px;
  color: white;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding: 20px;
}
.service:hover {
  background-color: rgb(182, 3, 3);
  transition: 0.5s;
}
.service img {
  padding-bottom: 5px;
  width: 60px;
}
/* Hire Us */
.hire-me {
  padding-top: 50px;
}
.card-img img {
  height: 400px;
}
.reason-title {
  background-color: rgb(237, 28, 37);
  padding-left: 10px;
  color: white;
}
/* Clients  */
.clients {
  padding-top: 50px;
  padding-bottom: 30px;
}
.clients h2 {
  text-align: center;
}
.slider {
  padding-top: 10px;
}
.slick-slide {
  margin: 0 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-initialized .slick-slide {
  display: block;
}

/* Testimony */
.testimonial-section {
  padding: 20px 0;
  background: #f1f1f1;
  text-align: center;
}
.inner-width {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
.testimonial-section h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
}
.testimonial-pics {
  padding: 40px 0;
}
.testimonial-pics img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 20px;
  filter: grayscale(100%);
  transition: 0.3s;
  cursor: pointer;
}
.testimonial-pics img:hover,
.testimonial-pics img.active {
  filter: none;
}
.testimonial-contents {
  max-width: 600px;
  margin: auto;
}
.testimonial {
  display: none;
}
.testimonial.active {
  display: block;
}
.testimonial p {
  color: #5c5c5c;
  margin: 0;
}
/* .testimonial .description {
  text-transform: uppercase;
  letter-spacing: 4px;
} */
/* contact */
.call4action {
  background-color: #000;
}
.contact {
  padding-top: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact img {
  width: 200px;
  margin-bottom: 10px;
}
.contact p {
  width: 500px;
  text-align: center;
}

/* Footer  */
.footer {
  background-color: #f1f1f1;
  padding-top: 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 20px;
}

.f-social a img {
  width: 25px;
  margin-right: 20px;
  padding-top: 10px;
  transition: 0.3s;
}

.f-social a img:hover {
  width: 30px;
}

.f-logo {
  width: 100px;
}

.f-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.focal-text {
  width: 200px;
  padding-top: 10px;
}

.focal-text p {
  font-weight: 500;
  margin-bottom: 0;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  margin-bottom: 5px;
}

.f-services a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  margin-bottom: 5px;
}

.f-services a:hover {
  color: #000;
}
.f-title {
  font-weight: 700;
}

.nav-links a:hover {
  color: #000;
}

.f-address {
  width: 240px;
}

.f-address p {
  font-weight: 500;
}

.foot-note {
  background-color: #cecece;
  padding: 5px 0;
}
.foot-note p {
  text-align: center;
  margin-bottom: 0;
}

/* Responsive */

@media (max-width: 1200px) {
  .video-gallary,
  .pipe-des {
    grid-template-columns: 1fr;
  }
  .showreel{
    width: 750px;
    align-items: center;
  }
  /* .video-title {
    width: 250px;
  } */
  
}
