.what-we-do  {
  height: 300px;
  opacity: 25%;
  filter: grayscale(100%);
  transition: opacity 0.8s ease; /* Add a transition effect */

  @media (max-width: 1199px) {
    display: none;
  }
  @media (max-width: 991px) {
display: none;
  }
}

  .what-we-do:hover  {
    opacity: 100%;
    filter: grayscale(35%);
}




.cs_row_gap_20 {
  margin-left: -10px;
  margin-right: -10px;
  > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cs_light {
  font-weight: 300;
}

.cs_normal {
  font-weight: 400;
}

.cs_medium {
  font-weight: 500;
}

.cs_semi_bold {
  font-weight: 600;
}

.cs_bold {
  font-weight: 700;
}

.cs_extra_bold {
  font-weight: 800;
}

.cs_black {
  font-weight: 900;
}

.cs_radius_3 {
  border-radius: 3px;
}

.cs_radius_5 {
  border-radius: 5px;
}

.cs_radius_7 {
  border-radius: 7px;
}

.cs_radius_10 {
  border-radius: 10px;
}

.cs_radius_15 {
  border-radius: 15px;
}

.cs_mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_m0 {
  margin: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #f2f1ff;
}

.cs_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
      opacity: 80%;
}

.cs_vertical_middle {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.cs_vertical_middle_in {
  flex: none;
  width: 100%;
}

.cs_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs_white_color,
.cs_white_color_hover:hover {
  color: $white;
}

.cs_primary_color {
  color: $primary;
}

.cs_ternary_color {
  color: $ternary;
}

.cs_accent_color,
.cs_accent_color_hover:hover {
  color: $primary;
}

.cs_white_bg {
  background-color: #fff;
}

.cs_gray_bg {
  background-color: $gray;
}

.cs_primary_bg,
.cs_primary_bg_hover:hover {
  background-color: $primary;
}

.cs_text_btn {
  display: inline-flex;
  align-items: center;
    font-family: 'Lato' !important;
  svg {
    margin-left: 15px;
  }
  span {
    display: inline-block;
    position: relative;
    &::before {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: currentColor;
      transform: scaleX(0);
      transform-origin: 0 50%;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      transition-duration: 0.6s;
      transition-timing-function: ease-out;
    }
  }
  &.cs_type_1 {
    svg {
      margin-left: 0;
      margin-right: 15px;
    }
    span {
      &::before {
        left: initial;
        right: -100%;
        transform: scaleX(0) rotateY(180deg);
      }
    }
    &:hover {
      span {
        &::before {
          transform: scaleX(1) rotateY(180deg);
        }
      }
    }
  }
  &.cs_type_2 {
    svg {
      clip-path: inset(0 100% 0 0);
      transition: all 0.6s ease-in-out;
    }
    &:hover {
      svg {
        clip-path: inset(0 0% 0 0);
      }
    }
  }
  &:hover {
    span {
      &::before {
        transform: scaleX(1);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      }
    }
  }
}
.cs_post_details_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #b7b7b7;
  padding: 30px 0;
  color: $primary;
  .cs_text_btn {
    font-weight: 500;
    font-size: 22px;
    @media (max-width: 767px) {
      font-size: 16px;
    }
    @media (max-width: 350px) {
      svg {
        display: none;
      }
    }
  }
}
.cs_text_btn_group {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;

  > * {
    padding: 0 30px;
    &:not(:last-child) {
      border-right: 1px solid $ternary;
    }
  }
  @media (max-width: 991px) {
    padding-top: 20px;
  }
  @media (max-width: 420px) {
    font-size: 15px;
    > * {
      padding: 0 10px;
    }
    .cs_text_btn {
      svg {
        margin-left: 10px;
      }
      &.cs_type_1 {
        svg {
          margin-right: 10px;
          margin-left: 0;
        }
      }
    }
  }
}
.cs_btn.cs_style_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: $primary;
  color: #fff;
  line-height: 1.5em;
  padding: 18px 25px;
  min-width: 200px;
  text-shadow: 0 40px 0px currentColor;
  overflow: hidden;
  border: none;
  outline: none;
  span {
    transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  &:hover {
    span {
      transform: translateY(-40px);
    }
  }
  &.cs_color_1 {
    background-color: #fff;
    color: $primary;
  }
  @media (max-width: 991px) {
    padding: 13px 30px;
    min-width: 150px;
  }

  @media (max-width: 575px) {
    padding: 9px 25px;
    min-width: 140px;
  }
}
.cs_btn.cs_style_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  line-height: 1.5em;
  padding: 17px 24px;
  border: 1px solid $secondary;
  min-width: 200px;
  text-shadow: 0 -40px 0px currentColor;
  overflow: hidden;
  @media (max-width: 991px) {
    padding: 12px 30px;
    min-width: 150px;
  }
  span {
    transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  &:hover {
    background-color: $primary;
    border-color: $primary;
    color: #fff;
    span {
      transform: translateY(40px);
    }
  }
}

.cs_round_btn_wrap {
  padding: 15px;
  margin: -15px;
  display: inline-block;
}
.cs_round_btn {
  position: relative;
  overflow: hidden;
  height: 155px;
  min-width: 155px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid $primary;
  border-radius: 50%;
  padding: 30px 15px;
  color: $primary;
  span {
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0;
    top: 0;
    background-color: $primary;
    z-index: -1;
    border-radius: 100%;
    transition: all 0.7s;
    transform: translate(-50%, -50%);
  }
  &:hover {
    color: #fff;
    span {
      height: 350px;
      width: 350px;
      opacity: 1;
    }
  }
}

.cs_form_field {
  display: block;
  width: 100%;
  border-radius: 0;
  outline: none;
  text-align: center;
  transition: all 0.3s ease;
  border-bottom: 2px solid $primary;
  background-color: transparent;
  line-height: 1.5em;
padding: 18px 25px;
border-bottom: 2px solid $ primary;
    background-color: #ffffffc9;
      &:focus {
    border-color: $primary;
  }
  @media (max-width: 991px) {
    padding: 13px 30px;
    min-width: 150px;
  }

  @media (max-width: 575px) {
    padding: 9px 25px;
    min-width: 140px;
  }
}
label {
  margin-bottom: 12px;
}

.cs_form_field::placeholder {   color: #000 !important;}

.cs_right_full_width {
  width: calc(50vw + 660px);
  @media (max-width: 575px) {
    width: 100%;
  }
}

.cs_post_meta.cs_style_1 {
  display: flex;
  justify-content: center;
  font-size: 22px;
  line-height: 1.6em;
  @media (max-width: 1199px) {
    font-size: 20px;
  }
  @media (max-width: 991px) {
    font-size: 18px;
  }
  .cs_posted_by {
    color: $ternary;
  }
  > * {
    position: relative;
    display: inline-block;
    &:not(:last-child) {
      margin-right: 12px;
      padding-right: 12px;
      &::before {
        content: '';
        height: 20px;
        width: 2px;
        border-radius: 2px;
        background-color: $secondary;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
      }
    }
  }
}
.cs_post_details {
  h1 {
    font-size: 75px;
    line-height: 1.26em;
    margin-bottom: 32px;
    @media (max-width: 1199px) {
      font-size: 60px;
    }
    @media (max-width: 991px) {
      font-size: 46px;
      margin-bottom: 15px;
    }
  }
  h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.44em;
    margin-bottom: 30px;
    @media (max-width: 991px) {
      font-size: 26px;
      margin-bottom: 20px;
    }
  }
  p {
    line-height: 1.88em;
    margin-bottom: 26px;
    // @media (max-width: 991px) {
    //   margin-bottom: 20px;
    // }
  }
  .cs_post_meta.cs_style_1 {
    margin-bottom: 90px;
    @media (max-width: 991px) {
      margin-bottom: 50px;
    }
  }
  img {
    border-radius: 10px;
    margin-bottom: 60px;
    @media (max-width: 991px) {
      margin-bottom: 40px;
    }
  }
  blockquote {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.6em;
    background-color: $primary;
    padding: 40px 35px;
    color: #fff;
    margin: 0 110px 36px 110px;
    border-left: 5px solid #5a5959;
    small {
      display: block;
      position: relative;
      color: $ternary;
      font-size: 16px;
      line-height: 1.9em;
      font-style: initial;
      font-weight: 400;
      margin-top: 15px;
      padding-left: 35px;
      &::before {
        content: '';
        height: 2px;
        width: 20px;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        background-color: #d9d9d9;
      }
    }
    @media (max-width: 1199px) {
      margin: 0 0px 36px 0px;
      font-size: 18px;
      padding: 25px 25px;
    }
  }
  ul {
    list-style: disc;
    margin-bottom: 0;
    li {
      &:not(:last-child) {
        margin-bottom: 7px;
      }
    }
  }
}

#cs_result {
  line-height: 2.8em;
}
.cs_parallax {
  > *:not([class*='cs_shape_']) {
    position: relative;
    z-index: 5;
  }
}

.cs_cursor_lg,
.cs_cursor_sm {
  position: fixed;
  border-radius: 0%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  z-index: 9999;
  opacity: 25%;
  @media (max-width: 991px) {
    display: none !important;
  }
}
.cs_cursor_lg {
  width: 20px;
  height: 20px;
  border: 1px solid #1763ff;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: 0.15s;
}
.cs_cursor_sm {
  width: 4px;
  height: 4px;
  background-color: #1763ff;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: 0.2s;
}

.cs_layer_parallax_images_1 {
  position: relative;
  overflow: hidden;
  .cs_layer_image {
    position: absolute;
  }
  .cs_position_1 {
    left: 6%;
    top: 25%;
  }
  .cs_position_2 {
    left: 10%;
    top: 65%;
  }
  .cs_position_3 {
    left: 20%;
    top: 94%;
  }
  .cs_position_4 {
    left: 68%;
    top: 25%;
  }
  .cs_position_5 {
    left: 80%;
    top: 70%;
  }
  @media (max-width: 991px) {
    .cs_layer_image {
      display: none;
    }
  }
}

@media screen and (max-width: 1399px) {
  .cs_right_space_150 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .cs_right_space_40,
  .cs_right_space_150 {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .flex-column-reverse-lg {
    flex-direction: column-reverse;
  }
}
.cs_partners_wrap {
  overflow: hidden;
}
.cs_partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: calc(100% + 2px);
  margin-bottom: -1px;
  @media (max-width: 991px) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cs_partner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  padding: 15px;
  overflow: hidden;
  @media (max-width: 575px) {
    height: 250px;
  }
  img {
    transition: all 0.4s ease;
    opacity: 0.6;
    filter: grayscale(100%);

  }
  &:hover {
    img {
      opacity: 1;
      filter: grayscale(0%);

    }
  }
}

.cs_marquee_text_wrap {
  font-family: helvetica;
  overflow-x: hidden;
  font-size: 75px;
  line-height: 1.26em;
  color: transparent;
  -webkit-text-stroke: 2px $primary;
  @media (max-width: 1199px) {
    font-size: 60px;
  }
  // @media (max-width: 1199px) {
  //   font-size: 50px;
  // }
}
.cs_marquee_text_in {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.cs_marquee_text {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 0 6px;
  animation: slide-left 20s linear infinite;
  > * {
    margin: 0 20px;
  }
}
@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.cs_video_block.cs_style1 {
  display: block;
  height: 725px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 20px;
  &::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: rgba($black, 0.3);
    transition: all 0.4s ease;
  }
  &:hover {
    &::before {
      opacity: 1;
    }
  }
  @media (max-width: 991px) {
    height: 500px;
    .cs_player_btn {
      transform: scale(0.7) translate(-50%, -50%);
    }
  }
  &.cs_size1 {
    height: 580px;
  }
}

.cs_player_btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs_fixed_bg {
  background-attachment: fixed;
}

// .cs_parallax [class*='cs_to_'],
// .cs_parallax_bg [class*='cs_to_'] {
//   transition: all 0.6s ease;
// }

.cs_section_heading.cs_style_1 {
  .cs_section_title {
    font-size: 64px;
    margin-bottom: 0;
    line-height: 1.25em;
    @media (max-width: 1199px) {
      font-size: 52px;
    }
    @media (max-width: 991px) {
      font-size: 40px;
    }
    @media (max-width: 380px) {
      font-size: 36px;
    }
  }
  &.cs_color_1 {
    .cs_section_title {
      color: #fff;
    }
  }
}

.cs_section_heading.cs_style_2 {
  .cs_section_title {
    font-weight: 600;
    font-size: 46px;
    line-height: 1.3em;
    margin-bottom: 0;
    @media (max-width: 1199px) {
      font-size: 36px;
    }
    @media (max-width: 991px) {
      font-size: 28px;
    }
  }
  .cs_section_subtitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.6em;
    margin-bottom: 30px;
    @media (max-width: 1199px) {
      font-size: 20px;
    }
    @media (max-width: 991px) {
      font-size: 18px;
      margin-bottom: 15px;
    }
    span {
      display: inline-flex;
      position: relative;
      &::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 15px;
        background-color: currentColor;
        top: 50%;
        left: 100%;
        margin-left: 7px;
      }
    }
  }
  &.cs_type_1 {
    padding-bottom: 30px;
    border-bottom: 1px solid $ternary;
    @media (max-width: 991px) {
      padding-bottom: 20px;
    }
    .cs_section_subtitle {
      margin-bottom: 7px;
      @media (max-width: 991px) {
        font-size: 16px;
      }
    }
    .cs_section_title {
      font-weight: 700;
      font-size: 75px;
      line-height: 1.26em;
      @media (max-width: 1199px) {
        font-size: 60px;
      }
      @media (max-width: 991px) {
        font-size: 46px;
      }
      @media (max-width: 450px) {
        font-size: 40px;
      }
    }
  }
}
.cs_section_heading.cs_style_3 {
  .cs_section_title {
    font-size: 75px;
    margin-bottom: 0;
    line-height: 1.25em;
    @media (max-width: 1199px) {
      font-size: 60px;
    }
    @media (max-width: 991px) {
      font-size: 46px;
    }
    @media (max-width: 575px) {
      font-size: 40px;
      br {
        display: none;
      }
    }
  }
}
.cs_section_heading.cs_style_4 {
  .cs_section_title {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    font-size: 120px;
    line-height: 1.25em;
    color: transparent;
    -webkit-text-stroke: 2px $primary;
    z-index: -1;
    margin: 0;
    span {
      display: block;
    }
    // @media (max-width: 1199px) {
    //   margin-left: 25%;
    // }
    @media (max-width: 991px) {
      margin-left: 0%;
      position: initial;
      transform: initial;
      opacity: 1 !important;
      visibility: visible !important;
      font-size: 80px;
      padding: 60px 0 80px;
    }
    @media (max-width: 575px) {
      font-size: 60px;
    }
  }
  &.active {
    .cs_section_title {
      margin-top: -300px;
      opacity: 0;
      visibility: hidden;
      @media (max-width: 991px) {
        margin-top: 0px;
      }
    }
  }
}

.cs_hover_layer,
.cs_hover_layer1,
.cs_hover_layer3 {
  position: relative;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: perspective(600px) translate3d(0, 0, 0);
}

@keyframes particalAnimation {
  0%,
  100% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(80px, -10px);
  }

  40% {
    transform: translate(140px, 70px);
  }

  60% {
    transform: translate(90px, 130px);
  }

  80% {
    transform: translate(-40px, 80px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes animo-x {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(44px);
  }
}
@keyframes light-mode {
  50% {
    opacity: 0.5;
  }
}

@keyframes animo-y {
  50% {
    animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    transform: translateY(30px);
  }
}

@keyframes rotate-anim {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes semi-rotate-anim {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(25px) rotate(-53deg);
  }
}

@keyframes up-down-anim {
  40% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(40px) rotate(-1deg);
  }
}

@keyframes swing-anim {
  65% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-48px) rotate(-75deg);
  }
}

.cs_shape_wrap_1 {
  position: relative;
  .cs_shape_1 {
    position: absolute;
    left: 9%;
    top: 60%;
    animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  .cs_shape_2 {
    position: absolute;
    left: 88%;
    top: 20%;
    animation: animo-x 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
}
.cs_shape_wrap_2 {
  position: relative;
  .cs_shape_1 {
    position: absolute;
    left: 3%;
    top: 10%;
    animation: animo-x 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    @media (max-width: 575px) {
      display: none;
    }
  }
  .cs_shape_2 {
    position: absolute;
    left: 82%;
    top: 48%;
    animation: animo-y 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    @media (max-width: 575px) {
      display: none;
    }
  }
}
.cs_contact_info.cs_style1 {
  svg {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    max-height: 20px;
  }
  li {
    position: relative;
    padding-left: 35px;
    &:not(:last-child) {
      margin-bottom: 22px;
    }
  }
}

.cs_page_heading.cs_style1 {
  height: 650px;
  padding: 120px 0 50px;
  position: relative;
  &::after {
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    height: 151px;
    width: 151px;
    background: $primary;
    opacity: 0.8;
    filter: blur(125px);
  }
  > * {
    position: relative;
    z-index: 2;
  }
  .cs_page_heading_in {
    display: inline-block;
  }
  .breadcrumb {
    justify-content: flex-end;
    margin-bottom: 0;
    color: $ternary;
  }
  .breadcrumb-item.active {
    color: $white;
  }
  .cs_page_title {
    margin-bottom: 18px;
  }
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '';
  height: 17px;
  width: 1px;
  background-color: $white;
  padding: 0;
  position: relative;
  top: 5px;
  margin-right: 14px;
}

.cs_image_layer.cs_style1 {
  padding-right: 60px;
  padding-bottom: 60px;
  img {
    position: relative;
    z-index: 2;
  }
  .cs_image_layer_in {
    position: relative;
    border-radius: 15px;
    &::after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      right: -60px;
      bottom: -60px;
      background-color: $primary;
      border-radius: inherit;
    }
  }
  &.cs_size_md {
    padding-right: 20px;
    padding-bottom: 20px;
    .cs_image_layer_in {
      &::after {
        right: -20px;
        bottom: -20px;
      }
    }
  }
}
.cs_tab {
  display: none;
  &.active {
    display: block;
  }
}

.cs_google_map {
  height: 500px;
  iframe {
    height: 100%;
    display: block;
    border: none;
    width: 100%;
    filter: grayscale(100%) invert(90%) contrast(120%);
    border-radius: 10px;
  }
}

.cs_list.cs_style1 {
  li {
    &:not(:last-child) {
      margin-bottom: 20px;
    }
  }
}

.cs_shine_hover {
  position: relative;
  overflow: hidden;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      to right,
      transparent 0%,
      rgba(255, 255, 255, 0.15) 100%
    );
    transform: skewX(-25deg);
    z-index: 1;
  }
  &:hover {
    &::before {
      animation: shine 1.3s;
    }
  }
}

.cs_portfolio.cs_style_2 {
  .cs_shine_hover {
    position: relative;
    overflow: hidden;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: -80%;
      z-index: 2;
      width: 50%;
      height: 100%;
      background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.15) 100%
      );
      transform: skewX(-25deg);
      z-index: 1;
    }
  }
  &:hover {
    .cs_shine_hover {
      &::before {
        animation: shine 1.3s;
      }
    }
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.cs_rotate_img {
  transform: rotate(45deg);
  overflow: hidden;
  border-radius: 7px;
}
.cs_rotate_img_in {
  transform: rotate(-45deg) scale(1.4);
}

.cs_half_screen {
  width: 56vw;
}

.lg-backdrop {
  background-color: #181818;
}
.lg-toolbar .lg-icon,
#lg-counter,
.lg-actions .lg-next,
.lg-actions .lg-prev {
  color: #fff;
}
.lg-toolbar .lg-icon:hover,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs_scrollup {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  writing-mode: vertical-lr;
  transform: rotate(180deg) translateY(50%);
  margin: 0 0 0 -30px;
  white-space: nowrap;
  right: calc(((100vw - 1300px) / 2) / 2);
  margin: 0 -20px 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;

  &:after {
    content: '';
    height: 32px;
    width: 1px;
    background-color: currentColor;
    display: block;
    margin-top: 8px;
  }
  &:hover {
    color: $secondary;
    letter-spacing: 0.6px;
  }
  @media (max-width: 1450px) {
    display: none;
  }
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  .cs_entity_img {
    display: none;
  }
}

.cs_parallax_slider {
  transition: opacity 0.6s ease, transform 0.3s ease;
  &.loading {
    opacity: 0;
    visibility: hidden;
  }
}
.cs_portfolio_info_1 {
  p {
    margin-bottom: 10px;
  }
  h3 {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    @media (max-width: 1199px) {
      font-size: 20px;
    }
    @media (max-width: 1199px) {
      font-size: 18px;
    }
  }
}
.cs_portfolio_details {
  img {
    width: 100%;
    border-radius: 20px;
    display: block;
    margin-bottom: 50px;
    @media (max-width: 991px) {
      margin-bottom: 30px;
    }
  }
  p {
    margin-bottom: 50px;
    line-height: 1.72em;
    padding-left: 8.5%;
    @media (max-width: 991px) {
      margin-bottom: 30px;
      padding-left: 0;
    }
  }
}
.cs_section_heading_with_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  @media (max-width: 991px) {
    flex-direction: column;
    .cs_search_form {
      margin-top: 15px;
    }
  }
}
.cs_search_form {
  max-width: 312px;
  width: 100%;
  position: relative;
}
.cs_search_input {
  width: 100%;
  border: 1px solid $ternary;
  outline: none;
  height: 40px;
  padding: 5px 12px;
  border-radius: 10px;
  transition: all 0.3s ease;
  &:focus {
    border-color: $primary;
  }
}
.cs_search_btn {
  height: 40px;
  position: absolute;
  right: 0;
  width: 50px;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  color: $ternary;
  &:hover {
    color: $primary;
  }
}
.cs_contact_info_shape {
  padding: 0 10%;
  svg {
    max-width: 100%;
  }
}
.cs_contact_info {
  h2 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 8px;
    @media (max-width: 1199px) {
      font-size: 28px;
    }
    @media (max-width: 991px) {
      font-size: 24px;
      margin-bottom: 5px;
    }
  }
  p {
    margin: 0;
    font-size: 22px;
    line-height: 1.6em;
    @media (max-width: 1199px) {
      font-size: 18px;
    }
  }
}
.cs_text_heading.cs_style_1 {
  font-weight: 600;
  font-size: 46px;
  padding: 0 100px;
  line-height: 1.28em;
  margin: 0;
  @media (max-width: 1340px) {
    padding: 0 50px;
  }
  @media (max-width: 1240px) {
    padding: 0 30px;
  }
  @media (max-width: 1199px) {
    font-size: 36px;
  }
  @media (max-width: 991px) {
    font-size: 28px;
    padding: 0 15px;
  }
}
.cs_author_card {
  text-align: center;
  .cs_social_btns ul {
    justify-content: center;
  }
}
.cs_author_card {
  padding: 40px;
  border-top: 1px solid $ternary;
  border-bottom: 1px solid $ternary;
  img {
    width: 130px;
    height: 130px;
    margin-bottom: 25px;
  }
  h3 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 16px;
    @media (max-width: 991px) {
      font-size: 26px;
    }
  }
  p {
    margin-bottom: 24px;
    line-height: 1.88em;
  }
}
.cs_tags {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  .ca_tag {
    background-color: rgba($secondary, 0.3);
    display: inline-flex;
    justify-content: center;
    padding: 2px 18px;
    margin: 5px;
    &:hover {
      background-color: $primary;
      color: #fff;
    }
  }
}
.cs_post_details_share_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  @media (max-width: 575px) {
    flex-direction: column;
    gap: 30px;
    .cs_social_btns {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      .cs_social_title {
        margin-right: 10px;
      }
    }
  }
  .cs_social_btns .cs_social_title {
    padding: 1px 4px;
    font-size: 10px;
    font-weight: 400;
    border: 1px solid currentColor;
    display: inline-flex;
    color: currentColor;
  }
  .cs_social_btns {
    text-align: center;
    ul {
      margin: 0;
      li {
        margin: 0;
      }
      a {
        border: none;
        height: 20px;
      }
    }
  }
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .cs_parallax_bg {
    background-position: center center !important;
  }
}
@media (max-width: 991px) {
  .cs_column_reverse_lg {
    flex-direction: column-reverse;
  }
}
