.header_main_text {
  width: 57%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0%);
}

.header_main_text > p {
  font-size: 2.3rem;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -1.1px;
  margin: 10px 0;
}
.header_main_text > p strong {
  font-weight: 500;
}

.main_header {
  width: 100%;
  height: 100vh;
  position: relative;
}

.header_bottom_text {
  margin: 50px 0;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.header_highlight_one,
.header_highlight_two,
.header_highlight_three,
.header_highlight_four {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.header_highlight_one p,
.header_highlight_two p,
.header_highlight_three p,
.header_highlight_four p {
  font-size: 2.75rem;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}

.header_highlight_one img,
.header_highlight_two img,
.header_highlight_three img {
  width: 5rem;
  height: 5rem;
}

.header_star_container {
  position: relative;
}

.header_star {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  transform: translate(-55%, -80%);
}

.case_studies_main_container {
  padding: 100px 40px;
  overflow-x: hidden;
}

.case_studies_main_container > h1 {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 200;
  color: #37373a;
  margin-bottom: 10px;
}

.case_studies_main_container > h2 {
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 3rem;
  font-weight: 200;
}

.study_main_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
}

.studies_swiper_container {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.studySwiper {
  width: 100%;
  height: auto;
}

.studySwiper .swiper-slide {
  aspect-ratio: 3/2.25;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.studySwiper .swiper-slide:hover .study_main_image {
  transform: scale(1.1);
}

.sgr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75),
    rgba(255, 255, 255, 0)
  );
  z-index: 1;
}

.studies_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}

.studies_info_logo {
  width: calc(100% - 170px);
}

.studies_info_logo p {
  color: #fff;
  font-weight: 200;
  line-height: 1;
  margin: 0;
  font-size: 1rem;
}

.studies_info_logo img {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}

.default_slide {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

.wedo_main_container {
  height: 100vh;
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}

.wedo_relative_container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  flex-wrap: nowrap;
}

.wedo_main_image {
  width: 30%;
  height: 95%;
  overflow: hidden;
  border-radius: 10px;
  transform-origin: center center;
  position: relative;
  z-index: 3;
}

.wedo_main_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wedo_text_container {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 50%;
}

.wedo_text_container p {
  color: #fff;
  font-weight: 200;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0;
  z-index: 2;
  margin-bottom: 20px;
}

.wedo_topic {
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: 4;
  color: #fff;
  line-height: 2.75rem;
  margin: 0;
  font-size: 4rem;
  text-transform: uppercase;
  width: max-content;
  transform-origin: bottom left;
}

.wd_l_one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wd_l_one {
  width: 25%;
  height: 65%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.wd_l_two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wd_l_two {
  width: 25%;
  height: 50%;
  border-radius: 10px;
  overflow: hidden;
  margin-left: -20%;
  position: relative;
  z-index: 1;
}

.wd_r_one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wd_r_one {
  width: 25%;
  height: 65%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.wd_r_two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wd_r_two {
  width: 25%;
  height: 50%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: -20%;
  position: relative;
  z-index: 1;
}

.wedo_gr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}

/* what we do new start */
.what_we_do {
  height: 100vh;
  width: 100%;
  margin-bottom: 50px;
  background-color: transparent;
  padding: 0;
}
.what_we_do_inner {
  position: relative;
  height: 100%;
}
.what_we_do .center_block {
  width: 50%;
  height: calc(100% - 150px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
}
.what_we_do .book_block {
  width: 70%;
  height: 100%;
  transform: rotate(-10deg);
  position: relative;
}
.what_we_do .book_block .l-gray-back {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 99%;
  height: 50px;
  background-color: #e4e4e4;
  z-index: 2;
  transform: rotate(-3deg) translate(2px, 1px);
  border-radius: 10px;
}
.what_we_do .book_block .d-gray-back {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 98%;
  height: 50px;
  background-color: #c8c8c8;
  z-index: 2;
  transform: rotate(-4deg) translate(2px, -5px);
  border-radius: 10px;
}
.what_we_do .book_block .img-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.what_we_do .book_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
  position: relative;
}
.what_we_do .book_block h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
  text-transform: uppercase;
  color: white;
  font-size: 5rem;
  line-height: 1;
}
.what_we_do .book_block .block_overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.6);
  opacity: 0;
}

.what_we_do .text_container {
  position: absolute;
  bottom: 30px;
  left: 180px;
  z-index: 5;
  opacity: 0;
  transform: translateY(50px);
}
.what_we_do .text_container p {
  color: #fff;
  font-weight: 200;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0;
  z-index: 2;
  margin-bottom: 20px;
}

.what_we_do .left_block,
.what_we_do .right_block {
  width: 30%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.what_we_do .left_block {
  left: 0;
}
.what_we_do .right_block {
  right: 0;
}
.what_we_do .left_block .side_block {
  width: 60%;
  aspect-ratio: 4/5;
  transform: rotate(10deg);
}
.what_we_do .right_block .side_block {
  width: 90%;
  aspect-ratio: 5/4;
  margin-left: auto;
  transform: rotate(10deg);
}
.what_we_do .side_block {
  border-radius: 10px;
  overflow: hidden;
}
.what_we_do .side_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .header_main_text {
    width: 47%;
  }
}

@media (max-width: 1200px) {
  .what_we_do {
    height: 60vh;
  }
  .what_we_do .left_block,
  .what_we_do .right_block {
    display: none;
  }
  .what_we_do .center_block {
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .what_we_do .book_block {
    width: 100%;
    transform: rotate(0);
  }
  .what_we_do .book_block .l-gray-back,
  .what_we_do .book_block .d-gray-back {
    display: none;
  }
  .what_we_do .book_block img {
    border-radius: 0;
  }
  .what_we_do .book_block .block_overlay {
    opacity: 1;
  }
  .what_we_do .text_container {
    padding: 0 30px;
    opacity: 1;
    left: 0;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .what_we_do {
    height: 80vh;
  }
  .what_we_do .book_block h2 {
    font-size: 4rem;
  }
  .what_we_do .text_container p {
    font-size: 1.8rem;
  }
  .what_we_do .text_container p br {
    display: none;
  }
}
/* what we do new end */

.feature_video_main_container {
  padding: 100px 0;
}

.feature_video_main_container > h1 {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 200;
  color: #37373a;
  margin-bottom: 50px;
}

.video_main_container {
  position: relative;
  overflow: hidden;
  width: 75%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.video_container_one {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}

.video_container_two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 50px);
  z-index: 2;
  transform: translateY(100%);
  border-radius: 15px;
  overflow: hidden;
}

.video_relative_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video_relative_container video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.play_icon {
  position: absolute;
  bottom: 70px;
  right: 70px;
  width: 70px;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 3;
  cursor: pointer;
}

.video_white_strip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  z-index: 3;
}

.video_white_strip span {
  display: block;
  background-color: #ffffff;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.video_text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 70px 0 70px 70px;
}

.video_text h1 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  color: #fff;
  font-weight: 500;
}

.video_text h2 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  color: #fff;
  font-weight: 200;
}

.video_text p {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  color: #fff;
  font-weight: 200;
}

.video_text_down {
  display: none;
}

.ocs-right-box .swiper {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.ocs-fullbox-row.seccond-box .ocs-right-box {
  position: relative;
}

.ocs_swiper_nav {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 20px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}

.ocs_swiper_nav img {
  width: 35px;
  height: auto;
  transition: all 0.25s ease-in-out;
}

.ocs_swiper_nav img:hover {
  transform: scale(1.25);
}

.ocs-right-box .swiper-wrapper {
  align-items: center;
}

.our-core-services-section {
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 15%);
  padding: 50px 0;
}

.osc-title {
  color: #2a2a2a;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 60px;
  text-align: center;
}

.osc-para {
  color: #4d4949;
  font-size: 22px;
  font-weight: 200;
  line-height: 110%;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

.ocs-fullbox-row {
  display: flex;
}

.ocs-left-box {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}

.ocs-right-box {
  width: 75%;
  margin: 0 auto;
  padding: 20px;
}

.ocs-right-box .swiper-slide {
  height: 300px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  border-radius: 20px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 1);
  transition: all 0.25s ease-in-out;
  padding: 30px;
  overflow: hidden;
  transform: scale(0.95);
}

.ocs-right-box .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.swiperbox-text {
  color: #000;
  position: relative;
  z-index: 2;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: -1.1px;
}

.ocs-right-box .swiper-slide img {
  width: 25%;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
  aspect-ratio: 1/1;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  display: none;
}

.ocs-right-box .swiper-slide:hover img {
  transform: scale(1.25);
}

.ocs-right-box .swiper-slide:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.scroll-wrapper {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  height: auto;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.scroll-text {
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  font-size: 120px;
  font-weight: 300;
  line-height: 99%;
  letter-spacing: -5px;
}

section.our-difference-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: black;
  color: #fff;
  padding: 100px 0px;
  display: flex;
  align-items: center;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b90000;
  opacity: 0.1;
  backdrop-filter: blur(20px);
  z-index: 1;
  transition: all 0.5s ease;
}

.our-difference-section .container {
  position: relative;
  z-index: 2;
}

.our-difference-section h2 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 30px;
  font-weight: 200;
}

.our-difference-section p strong {
  font-weight: bold;
}

.our-difference-section p {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  font-weight: 200;
  color: #fff;
}

.medtext {
  font-weight: 300;
}

.client-heilight-section {
  background: #37373a;
  min-height: 100vh;
  padding: 80px 0px;
  align-items: center;
}

.client-heilight-container {
  height: auto;
}

.client-heilight-headding1 {
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 200;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}

.client-heilight-headding2 {
  color: #fff;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 100;
  line-height: 4.2rem;
  margin-bottom: 2rem;
  width: 70%;
}

@media (min-width: 1750px) {
  .client-heilight-headding2 {
    width: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .client-heilight-headding2 {
    width: 90%;
  }
}

.client-heilight-logos-row-section {
  margin-top: 6rem;
}

.client-heilight-logos {
  width: 20%;
  padding: 20px;
}

.client-heilight-logos-row {
  display: flex;
  flex-wrap: wrap;
    gap: 10px 55px;
}

img.client-heilight-log {
  width: 14%;
  height: auto;
  opacity: 0.75;
  transition: all 0.25s ease-in-out;
}

img.client-heilight-log-special {
  width: 11.5%;
}


img.client-heilight-log-special2 {
  width: 9%;
}


img.client-heilight-log-special3 {
  width: 19%;
}


@media (min-width: 1750px) {
	
.client-heilight-logos-row {

    gap: 20px 50px;
}	
	
	

	img.client-heilight-log {
  width: 11%;

}
	
	
	
img.client-heilight-log-special {
  width: 9.5%;
}


img.client-heilight-log-special2 {
  width: 7%;
}


img.client-heilight-log-special3 {
  width: 17%;
}	
	
	
	
}






img.client-heilight-log:hover {
  opacity: 1;
}

section#why-clients {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: #f7f7f7;
  height: 100vh;
}

.why-container {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
}

.image-container {
  position: relative;
  width: 45%;
  overflow: hidden;
  min-height: 500px;
  background: #ddd;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.image-container img.active {
  opacity: 1;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  transform: translate(-100%, 0px);
}

.text-container {
  width: 55%;
  padding: 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.text-container h2 {
  margin-bottom: 40px;
  color: #000000;
  font-size: 60px;
  font-style: normal;
  font-weight: 200;
  line-height: 79%;
  letter-spacing: -3px;
}

.text-container h2 strong {
  color: #000000;
}

.boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.box {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: flex-end;
  border: 1px solid #d7d7d7;
  backdrop-filter: blur(15px);
}

.box p {
  color: #777;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 200;
  letter-spacing: -0.9px;
  transition: all 0.3s ease;
  margin: 0;
}

.box p span {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

img.bg-overlay-image {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  transition: all 0.4s ease;
}

.box.active img.bg-overlay-image {
  opacity: 1;
}

.box.active {
  color: #fff;
  border: 1px solid #fff;
  background: #999;
  backdrop-filter: blur(15px);
}

.box.active p {
  color: #fff;
}

.box:hover {
  background-color: #efefef;
}

.box.active:hover {
  background: #999;
}

@media (max-width: 1400px) {
  .swiperbox-text {
    font-size: 1.8rem;
    letter-spacing: -1px;
  }

  .ocs-right-box .swiper-slide {
    padding: 25px;
  }
}

@media (max-width: 1300px) {
  .header_main_text > p {
    font-size: 1.9rem;
  }

  .box p {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .swiperbox-text {
    font-size: 2rem;
    letter-spacing: -1px;
  }

  .boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .header_main_text {
    width: 75%;
  }

  .video_container_two,
  .video_container_one {
    position: relative;
    transform: translateY(0);
    bottom: initial;
    left: initial;
    margin-bottom: 30px;
  }

  .video_main_container {
    aspect-ratio: auto;
    height: fit-content;
    overflow: visible;
  }

  .video_relative_container {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .sgr {
    height: 75%;
  }

  .ocs-right-box {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .text-container h2 {
    margin-bottom: 30px !important;
  }

  .play_icon {
    bottom: 35px;
    right: 35px;
    width: 70px;
  }

  .video_text {
    padding: 35px 0 35px 35px;
  }

  .video_text h1 {
    font-size: 2rem;
  }

  .video_text h2 {
    font-size: 1.75rem;
  }

  .studySwiper .swiper-slide {
    aspect-ratio: 3/3.5;
  }

  .studies_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }

  .studies_info_logo {
    width: 100%;
  }

  .ocs-right-box {
    width: 95%;
  }

  .text-container {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  section#why-clients {
    height: fit-content;
  }

  .why-container {
    flex-direction: column;
  }

  .image-container,
  .text-container {
    width: 100%;
  }

  .text-container {
    padding: 30px;
  }

  .box p {
    font-size: 18px;
  }

  .client-heilight-headding1 {
    font-size: 1.8rem;
  }

  .client-heilight-headding2 {
    font-size: 3.6rem;
    line-height: 1.1;
  }

  .studySwiper .swiper-slide {
    aspect-ratio: 1/1;
  }

  .studies_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
  }

  .studies_info_logo img {
    height: 40px;
  }

  .studies_info_logo p {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .case_studies_main_container > h1 {
    font-size: 1.2rem;
  }

  .case_studies_main_container > h2 {
    font-size: 2.4rem;
  }

  .case_studies_main_container {
    padding: 100px 20px;
  }

  .play_icon {
    bottom: 20px;
    right: 20px;
    width: 50px;
  }

  .video_text {
    padding: 20px 0 20px 20px;
  }

  .video_text h1 {
    font-size: 1.25rem;
  }

  .video_text h2 {
    font-size: 1rem;
  }

  .ocs-right-box .swiper {
    padding: 20px 0;
  }

  .osc-title {
    font-size: 3rem;
  }

  .ocs-left-box {
    width: 100%;
    padding: 20px;
  }

  .ocs-right-box {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .boxes {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .header_main_text > p {
    font-size: 1.4rem;
  }

  .nav_logo_fixed img {
    height: 100px;
  }

  .header_main_text {
    width: 90%;
  }
  .header_highlight_one p,
  .header_highlight_two p,
  .header_highlight_three p,
  .header_highlight_four p {
    font-size: 1.6rem;
  }

  section.our-difference-section {
    height: fit-content;
    padding: 30px 15px;
  }
  .our-difference-section h2 {
    font-size: 40px;
  }
  .our-difference-section p {
    font-size: 24px;
    line-height: 1.4;
  }

  .client-heilight-section {
    padding: 50px 30px;
    min-height: fit-content;
  }
  .client-heilight-headding1 {
    font-size: 1.4rem;
  }
  .client-heilight-headding2 {
    font-size: 2.8rem;
    width: 90%;
  }
  .client-heilight-logos-row-section {
    margin-top: 50px;
  }

  .client-heilight-logos-row {
    gap: 25px;
  }

  img.client-heilight-log {
    width: 25%;
  }

  .video_main_container {
    width: calc(100% - 60px);
  }
}

@media (max-width: 400px) {
  .osc-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 350px) {
  .boxes {
    grid-template-columns: 1fr;
  }

  .box {
    aspect-ratio: 6/4;
  }
}
