* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --background-dark: #2d3548;
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 12px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;

  /* --h1-size-lg: 4rem;
  --h1-size-sm: 3rem;
  --h1-size-xs: 1.5rem; */

  /* --font-size-para-lg: 18px;
  --font-size-para-md: 16px;

  --special-font-size-lg: 1.3rem;
  --special-font-size-md: 0.8rem; */
}

.whoweare,
.wehelpyou,
.stats,
.logo_section,
.blog_section {
  padding: var(--padding_lg);
}





/* Who_we_are Section  */

.whoweare {
  color: #ffffff;
  background-color: rgb(0, 0, 0);
  position: relative;
  padding-top: 35vh!important;
}

.whoweare .whoweare_head h1 {
  /* font-size: var(--h1-size-lg); */
  letter-spacing: 5px;
  padding-bottom: 3rem;
  font-family: var(--font-heading);
}

.whoweare .whoweare_info {
  display: grid;
  grid-template-columns: 1fr 2.5fr 1fr;
  grid-gap: 20px;
}

.whoweare .whoweare_info .whoweare_details {
  /* font-size: 18px; */
  line-height: 25px;
  /* font-weight: 400; */
  font-family: var(--font-para);
}

.best_studio {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

.best_studio img {
  filter: invert(1);
}

/* End Who_we_are Section  */

/* We_help_you Section  */

.wehelpyou_content {
  display: flex;
  gap: 10px 100px;
}

.wehelpyou .wehelp {
  /* font-size: var(--special-font-size-lg); */
  font-family: var(--font-para);
  margin-bottom: 0;
}

.wehelpyou .wehelpyou_c_one {
  flex: 0 0 400px;
  min-height: 100%;
}

.wehelpyou .wehelpyou_c_one .wehelpyou_head {
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 0 25px 0;
}

.wehelpyou .wehelpyou_c_one .wehelpyou_image img {
  width: 100%;
}

.wehelpyou .wehelpyou_c_two {
  flex: 1 0 150px;
  /* font-size: var(--font-size-para-lg); */
  font-family: var(--font-para);
  line-height: 27px;
}

.wehelpyou_c_two .wehelpyou_c_two_head {
  margin: 20px 0;
}

/* End We_help_you Section  */


/* View_images Section  */

.view_images {
  padding: 2rem 0;
}

.hero-section {
  align-items: flex-start;
  display: flex;
  min-height: 100%;
  justify-content: center;
  /* padding: var(--spacing-xxl) var(--spacing-l); */
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media(min-width: 540px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(min-width: 960px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  list-style: none;
  position: relative;
  border: none !important;
}

.card:before {
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition:
    filter 200ms linear,
    transform 200ms linear;
}

.card:hover .card__background {
  transform: scale(1.05) translateZ(0);
}

.card-grid:hover>.card:not(:hover) .card__background {
  filter: brightness(0.5) saturate(1) contrast(1) blur(10px);
}

.card__content {
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}

.card__category {
  color: var(--text-light);
  /* font-size: 0.9rem; */
  margin-bottom: var(--spacing-s);
  text-transform: uppercase;
}

.card__heading {
  color: var(--text-lighter);
  /* font-size: 1.9rem; */
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  word-spacing: 100vw;
}

/* End View_images Section  */

/* Stats section */

.stats {
  background-color: #000000;
  color: #ffffff;
}

.stat_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat_column h2 {
  /* font-size: 4rem; */
}

.stat_column p {
  /* font-size: 1.2rem; */
  margin-bottom: 0;
}

/* End Stats section */

/* Logo Section */

.logo_section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo_section p {
  text-align: center;
}

.logo_section .scroll_logo {
  margin-top: 5rem;
}


.logo_section .scroll_effect {
  display: flex;
  align-items: center;
  /* height: 100vh; */
  width: 99vw;
  overflow: hidden;
  bottom: 0;
  left: 0;
}

.logo_section .scroll-parent {
  position: relative;
  width: 100vw;
  height: 9rem;
  padding: 2rem 0;
  overflow-x: hidden;
}

.logo_section .scroll-element {
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0%;
  /* top: 0%; */
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.logo_section .scroll-element h1 {
  width: 15%;
}

.primary {
  animation: primary 20s linear infinite;
}

.secondary {
  animation: secondary 20s linear infinite;
}

@keyframes primary {
  from {
    left: 0%;
  }

  to {
    left: -100%;
  }
}

@keyframes secondary {
  from {
    left: 100%;
  }

  to {
    left: 0%;
  }
}

/* End Logo Section */

/* Blog Section */

.blog_section {
  background-color: #000000;
  color: #ffffff;
}

.blog_columns {
  display: flex;

}

.blog_column {
  width: 33.33%;
  padding: 0 1rem;
}

.blog_column h2 {
  margin: 2rem 0;
}

.blog_column .blog_button_two button {
  margin-top: 3rem;
  border: none;
  background-color: #D91F26;
  padding: 1rem 2rem;
  border-radius: 8px;
  color: #ffffff;
}

.blog_column_one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog_column_one .recent_blog button {
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 15px;
}

.blog_section .blog_column img {
  width: 100%;
}

.blog_section .blog_column .blog_details .date {
  margin: 2.5rem 0px 1.5rem;
  background-color: #1b1b1b;
  display: inline-block;
  padding: 0.3rem 0.6rem;
  border-radius: 8px;
}

.blog_section .blog_column .blog_details .blog_heading a {
  /* font-size: 1.5rem; */
  text-decoration: none;
  color: #ffffff;
}

/* End Blog Section */

@media screen and (max-width: 1024px) {

  .whoweare,
  .wehelpyou,
  .stats,
  .logo_section,
  .blog_section {
    padding: var(--padding_md);
  }

  /* We_help_you Section  */

  .wehelpyou_content {
    gap: 10px 80px;
  }

  .wehelpyou .wehelpyou_c_one {
    flex: 0 0 300px;
  }

  /* End We_help_you Section  */

  /* Logo Section */

  .logo_section .scroll_logo {
    margin-top: 6rem;
  }

  .logo_section .scroll-element h1 {
    width: 25%;
  }

  .logo_section .scroll-element h1 img {
    height: 70px;
  }

  /* End Logo Section */

  /* Blog Section */

  .blog_column .blog_button_two button {
    margin-top: 2rem;
  }

  .blog_section .blog_column .blog_details .blog_heading a {
    /* font-size: 1.3rem; */
    text-decoration: none;
    color: #ffffff;
  }

  /* End Blog Section */
}

@media screen and (max-width: 768px) {

  .whoweare,
  .wehelpyou,
  .stats,
  .logo_section,
  .blog_section {
    padding: var(--padding_sm);
  }

  /* Who_we_are Section  */

  .whoweare .whoweare_head h1 {
    /* font-size: var(--h1-size-sm); */
  }

  .whoweare .whoweare_info {
    grid-template-columns: 1fr 3fr 1fr;
  }

  .best_studio img {
    width: 80px;
  }

  /* End Who_we_are Section  */


  /* We_help_you Section  */

  .wehelpyou_content {
    gap: 10px 70px;
  }

  .wehelpyou .wehelpyou_c_one {
    flex: 0 0 250px;
  }

  .wehelpyou .wehelpyou_c_two {
    /* font-size: var(--font-size-para-md); */
    line-height: 25px;
  }

  .wehelpyou_c_two .wehelpyou_c_two_head {
    margin: 15px 0;
  }

  /* End We_help_you Section  */

  /* Stats section */

.stat_column h2 {
  /* font-size: 3rem; */
}

.stat_column p {
  /* font-size: 1rem; */
}

/* End Stats section */

/* Blog Section */

.blog_column {
  padding: 0 0.7rem;
}

.blog_column h2 {
  margin: 1rem 0;
}

.blog_column .blog_button_two button {
  margin-top: 1rem;
  padding: 0.7rem 1.5rem;
}

.blog_column_one .recent_blog button {
  padding: 0.4rem 0.8rem;
  border-radius: 10px;
}

.blog_section .blog_column .blog_details .date {
  margin: 2rem 0px 1rem;
}

.blog_section .blog_column .blog_details .blog_heading a {
  /* font-size: 1.2rem; */
  text-decoration: none;
  color: #ffffff;
}

/* End Blog Section */
}

@media screen and (max-width: 425px){

  .whoweare,
.wehelpyou,
.stats,
.logo_section,
.blog_section {
  padding: var(--padding_xs);
}

/* Who_we_are Section  */

.whoweare .whoweare_head h1 {
  /* font-size: var(--h1-size-sm); */
  letter-spacing: 5px;
  padding-bottom: 3rem;
  font-family: var(--font-heading);
}

.whoweare .whoweare_info {
  grid-template-columns: 1fr;
}

.whoweare .whoweare_info .whoweare_details {
  /* font-size: 17px; */
  margin-bottom: 3rem;
}

/* End Who_we_are Section  */

/* We_help_you Section  */

.wehelpyou_content {
  flex-direction: column;
}

.wehelpyou .wehelpyou_c_one {
  flex: 0 0 500px;
}

.wehelpyou .wehelpyou_c_one .wehelpyou_image img {
  width: 100%;
  height: 400px;
}

/* End We_help_you Section  */

/* Stats section */

.stat_column h2 {
  /* font-size: 2rem; */
}

.stat_column p {
  font-size: 0.8rem;
}

/* End Stats section */

/* Logo Section */

.logo_section .scroll_logo {
  margin-top: 6rem;
}

.logo_section .scroll-element h1 {
  width: 10%;
}

.logo_section .scroll-element h1 img {
  height: 45px;
}

/* End Logo Section */

/* Blog Section */

.blog_columns {
  flex-direction: column;
}

.blog_column {
  width: 100%;
  padding: 1rem 0;
}

.blog_column h2 {
  margin: 2rem 0;
}

.blog_column .blog_button_two button {
  margin-top: 2rem;
}

/* End Blog Section */

}
