.home {
  background: #fff;
}

.home .btn {
  width: fit-content;
  min-width: 118px;
  height: 48px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  transition: all .3s ease-in-out;
}

.home .btn:hover {
  transform: translateY(-2px);
}

.home .title {
  text-align: center;
}

.home .title h5 {
  font-weight: 700;
  font-size: 14.5px;
  color: #004D80;
  line-height: 12.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.home .title h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2A2F36;
  line-height: 34px;
  /*text-transform: capitalize;*/
  margin-bottom: 13px;
}

.home .title p {
  font-weight: 600;
  font-size: 17px;
  color: #5C6470;
  line-height: 28px;
}

.homeBanner {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.homeBanner .swiper-wrapper,
.homeBanner .swiper-slide {
  height: 100%;
}

.homeBanner .swiper-slide {
  background-image: linear-gradient(88deg, rgba(0, 38, 62, .82) 0%, rgba(0, 38, 62, .72) 48%, rgba(0, 38, 62, .35) 100%), url('../images/home-hero.png');
}

.homeBanner .main {
  height: 100%;
  position: relative;
}

.homeBanner .text {
  width: 742px;
  position: absolute;
  top: 190px;
  left: 0;
}

.homeBanner .text h1 {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  margin-bottom: 30px;
}

.homeBanner .text h2 {
  font-weight: 700;
  font-size: 16px;
  color: #4EE5FD;
  line-height: 22px;
  margin-bottom: 38px;
}

.homeBanner .text .btn {
  width: 179px;
  background: #0086EC;
}

.homeBanner .text .btn:hover {
  background: #004D80;
}

.homeBanner .dots {
  position: absolute;
  right: 150px;
  left: auto;
  bottom: 46px;
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.homeBanner .dots .swiper-pagination-bullet {
  width: 15px;
  height: 7px;
  background: rgba(255, 255, 255, .8);
  border-radius: 20px;
  margin: 0 !important;
  opacity: 1;
  transition: all .3s ease-in-out;
}

.homeBanner .dots .swiper-pagination-bullet-active {
  width: 40px;
  background: #004D80;
}

.about {
  background: #fff;
  padding: 60px 0 46px;
}

.about .main {
  display: flex;
  gap: 35px;
}

.about .left {
  width: 615px;
  height: 520px;
  background-image: url('../images/about-card.jpg');
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.about .left::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../images/about-line.svg') center center / contain no-repeat;
  opacity: .7;
  pointer-events: none;
}

.about .left .text {
  width: 400px;
  position: relative;
  z-index: 1;
  margin-left: 50px;
  padding-top: 51px;
}

.about .left h5 {
  font-weight: 700;
  font-size: 13px;
  color: #4EE5FD;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about .left h3 {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  line-height: 30px;
  margin: 7px 0 17px;
}

.about .left p {
  font-weight: 400;
  font-size: 16px;
  color: #DCE9F1;
  line-height: 26px;
}

.about .left p:not(:last-of-type) {
  margin-bottom: 10px;
}

.about .left .btn {
  min-width: 118px;
  width: fit-content;
  border: 1px solid #fff;
  margin-top: 30px;
}

.about .left .btn:hover {
  background: #fff;
  color: #004D80;
}

.about .left .videoPlay {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
}

.about .left .videoPlay:hover {
  background: rgba(0, 134, 236, .9);
  transform: scale(1.08);
}

.about .left .videoPlay span {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid rgba(255, 255, 255, .9);
  margin-left: 3px;
}

.about .right {
  width: 480px;
  height: 520px;
  background: #fff;
  border: 1px solid #E2E6EC;
  border-radius: 5px;
  box-shadow: 0 0 13px 0 rgba(0, 77, 128, .14);
  padding: 37px 32px;
}

.about .right .item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E2E6EC;
}

.about .right .item:not(:last-child) {
  margin-bottom: 21.5px;
}

.about .right .icon {
  width: 48px;
  height: 48px;
  background: #004D80;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.about .right h4 {
  font-weight: 700;
  font-size: 26px;
  color: #2A2F36;
  line-height: 26px;
  margin-bottom: 9px;
}

.about .right p {
  font-weight: 400;
  font-size: 13px;
  color: #5C6470;
  line-height: 13px;
}

.competencies {
  background: #F4F7FB;
  padding: 114px 0 80px;
  position: relative;
}

.competencies .main {
  position: relative;
  z-index: 1;
}

.competencies .title {
  width: 763px;
  margin: 0 auto 50px;
}

.competencies .list,
.industries .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.competencies .list .item {
  min-height: 264px;
  background: #fff;
  border: 1px solid #E2E6EC;
  border-radius: 3px;
  padding: 26px;
  transition: all .3s ease-in-out;
}

.competencies .list .item:first-child{
}

.competencies .list .item:hover,
.competencies .list .active {
  border-color: #BCD8E8;
  box-shadow: 0 0 6.5px 0 rgba(0, 77, 128, .26);
}

.competencies .list .item:hover{
    box-shadow: 0 0 6.5px 0 rgb(125,125,125);
    background: #F4F7FB;
    border-color: #fff;
    transform: translateY(-10px);
}

.competencies .list .icon {
  width: 54px;
  height: 54px;
  background: #EAF4FA;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #004D80;
  margin-bottom: 12px;
  font-style: normal;
}

.competencies .list .icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.competencies .list h4,
.industries .list h4 {
  font-weight: 700;
  font-size: 18px;
  color: #2A2F36;
  line-height: 25.2px;
  margin-bottom: 12px;
}

.competencies .list p,
.industries .list p {
  font-weight: 400;
  font-size: 14px;
  color: #5C6470;
  line-height: 25px;
}

.industries {
  background: #fff;
  padding: 80px 0 80px;
}

.industries .title {
  width: 763px;
  margin: 0 auto 50px;
}

.industries .list .item {
  height: 264px;
  background: #F4F7FB;
  border: 1px solid #F4F7FB;
  border-radius: 3px;
  padding: 26px;
  transition: all .3s ease-in-out;
}

.industries .list .item:hover,
.industries .list .active {
  box-shadow: 0 0 6.5px 0 rgba(4, 46, 75, .24);
  transform: translateY(-10px);
}

.industries .list .icon {
  width: 53px;
  height: 53px;
  background: #004D80;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.industries .list .icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.industries .list p {
  /*min-height: 75px;*/
}

.industries .list span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #004D80;
  line-height: 16px;
  margin-top: 25px;
}

.comment {
  background: #005486;
  padding: 73px 0 78px;
}

.comment .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.comment .left {
  width: 497px;
}

.comment .left h3 {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  line-height: 48px;
  margin-bottom: 7px;
}

.comment .left p {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  width: 350px;
  margin-bottom: 56px;
}

.comment .left img {
  width: 237.151px;
  height: 80px;
  opacity: .35;
}

.comment .right {
  width: 520px;
  min-height: 315px;
  background: #0086EC;
  padding: 36px 33px;
  position: relative;
  border-radius: 5px;
}

.comment .right .commentSwiper {
  width: 100%;
  overflow: hidden;
}

.comment .right .swiper-slide {
  height: auto;
}

.comment .right p {
  font-weight: 400;
  font-size: 16px;
  color: #D6ECF5;
  line-height: 28px;
  margin-bottom: 46px;
  font-style: italic;
  max-height: 112px;
  overflow-y: auto;
}

.comment .right p::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  display: none;
}

.comment .right p::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 2px;
}

.comment .right p::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 2px;
}

.comment .right p::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.comment .right h4 {
  font-weight: 600;
  font-size: 14.5px;
  color: #fff;
  line-height: 21px;
  margin-bottom: 7px;
}

.comment .right h5 {
  font-weight: 300;
  font-size: 13px;
  color: #CDE7FB;
  line-height: 19px;
  margin-bottom: 21px;
}

.comment .dots {
  position: static;
  width: auto;
  text-align: left;
  display: flex;
  gap: 8px;
}

.comment .dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #8FBAD6;
  border-radius: 20px;
  margin: 0 !important;
  opacity: 1;
  transition: all .3s ease-in-out;
}

.comment .dots .swiper-pagination-bullet-active {
  width: 22px;
  background: #fff;
}

.contact {
  height: 760px;
  background-image: linear-gradient(180deg, rgba(221, 240, 249, .75) 0%, rgba(221, 240, 249, .75) 100%), url('../images/contact-bg.png');
  padding-top: 80px;
  padding-top: 50px;
}

.contact .title {
  width: 570px;
  margin: 0 auto 55px;
  margin: 0 auto 105px;
}

.contact .title h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2A2F36;
  line-height: 34px;
  margin-bottom: 21px;
}

.contact .title p {
  font-weight: 600;
  font-size: 17px;
  color: #5C6470;
  line-height: 17px;
}

.contact .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact .left {
  width: 490px;
}

.contact .left .item {
  height: 63px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border-bottom: 1px solid rgba(0, 77, 128, .25);
}

.contact .left .item:not(:last-child) {
  margin-bottom: 24px;
}

.contact .left .icon {
  width: 42px;
  height: 42px;
  background: #004D80;
  border-radius: 3px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 42px;
}

.contact .left .item:first-child .icon {
  font-size: 30px;
  line-height: 1.2;
}

.contact .left h4 {
  font-weight: 700;
  font-size: 12px;
  color: #2A2F36;
  line-height: 12px;
  margin: 5px 0 7px;
}

.contact .left p {
  font-weight: 400;
  font-size: 15px;
  color: #5C6470;
  line-height: 15px;
}

.contact form {
  width: 588px;
  min-height: 476px;
  min-height: 420px;
  background: #EAF4FA;
  border-radius: 3px;
  padding: 32px 32px 40px;
}

.contact form .row {
  display: flex;
  gap: 20px;
}

.contact form .row label {
  width: 50%;
}

.contact label {
  display: block;
  margin-bottom: 23px;
}

.contact label span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #5C6470;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.contact input,
.contact textarea {
  width: 100%;
  background: #F4F7FB;
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #2A2F36;
  padding: 0 10px;
}

.contact input {
  height: 47px;
}

.contact textarea {
  height: 126px;
  height: 70px;
  padding: 17px 10px;
  line-height: 20px;
}

.contact input::placeholder,
.contact textarea::placeholder {
  color: #9FA9B5;
}

.contact button {
  width: 100%;
  height: 47px;
  background: #004D80;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  transition: all .3s ease-in-out;
}

.contact button:hover {
  background: #0086EC;
}

body.videoOpen {
  overflow: hidden;
}

.videoPop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 450px;
  background: rgba(0, 0, 0, .5);
  transform: translate(-50%, -50%);
  z-index: 2000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
}

.videoPop video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.videoPop .videoClose {
  width: 38px;
  height: 38px;
  background: #004D80;
  border-radius: 50%;
  position: absolute;
  right: -19px;
  top: -19px;
  z-index: 1;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 38px;
  transition: all .3s ease-in-out;
}

.videoPop .videoClose:hover {
  background: #0086EC;
}

@media (max-width: 1180px) {
  .homeBanner .text {
    width: min(740px, 100%);
  }

  .homeBanner .dots {
    right: 3%;
  }

  .about .main {
    gap: 25px;
  }

  .about .left {
    flex: 1 1 55%;
    width: auto;
  }

  .about .right {
    flex: 1 1 0;
    width: auto;
    padding: 32px 28px;
  }

  .about .left .text {
    width: min(400px, calc(100% - 90px));
  }

  .about .left .videoPlay {
    left: auto;
    right: 40px;
    top: auto;
    bottom: 40px;
  }

  .competencies .title,
  .industries .title {
    width: min(763px, 100%);
  }

  .comment .main {
    gap: 48px;
  }

  .comment .left {
    flex: 1 1 0;
    width: auto;
  }

  .comment .right {
    flex: 0 0 48%;
    width: auto;
  }

  .contact .box {
    gap: 40px;
  }

  .contact .left {
    flex: 1 1 42%;
    width: auto;
  }

  .contact form {
    flex: 1 1 0;
    width: auto;
  }
}

@media (max-width: 1024px) {
  .home .title h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .homeBanner {
    height: 520px;
  }

  .homeBanner .text {
    top: 150px;
    width: min(680px, 100%);
  }

  .homeBanner .text h1 {
    font-size: 42px;
    line-height: 46px;
  }

  .homeBanner .text h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .about {
    padding: 56px 0;
  }

  .about .main,
  .comment .main,
  .contact .box {
    flex-direction: column;
  }

  .about .left,
  .about .right,
  .comment .left,
  .comment .right,
  .contact .left,
  .contact form {
    width: 100%;
    flex: none;
  }

  .about .left {
    height: auto;
    min-height: 500px;
  }

  .about .left .text {
    width: min(520px, calc(100% - 80px));
    margin-left: 40px;
    padding-top: 44px;
    padding-bottom: 92px;
  }

  .about .right {
    height: auto;
  }

  .competencies {
    padding: 86px 0 70px;
  }

  .industries {
    padding: 70px 0;
  }

  .competencies .list,
  .industries .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industries .list .item {
    height: auto;
    min-height: 264px;
  }

  .comment .left p {
    width: 100%;
    margin-bottom: 32px;
  }

  .comment .right {
    margin-top: 32px;
  }

  .contact {
    height: auto;
    padding: 70px 0;
  }

  .contact .title {
    width: min(570px, 100%);
  }

  .contact .left .item {
    height: auto;
    min-height: 63px;
    padding-bottom: 18px;
  }

  .contact .left p {
    line-height: 22px;
  }

  .videoPop {
    width: min(90vw, 800px);
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 768px) {
  .home .title h5 {
    font-size: 12px;
    line-height: 14px;
  }

  .home .title h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .home .title p {
    font-size: 15px;
    line-height: 24px;
  }

  .homeBanner {
    height: 480px;
  }

  .homeBanner .text {
    top: 130px;
  }

  .homeBanner .text h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px;
  }

  .homeBanner .text h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .homeBanner .text .btn {
    width: 220px;
  }

  .homeBanner .dots {
    left: 16px;
    right: auto;
    bottom: 30px;
  }

  .about {
    padding: 52px 0;
  }

  .about .left {
    min-height: 0;
  }

  .about .left .text {
    width: calc(100% - 48px);
    margin-left: 24px;
    padding-top: 36px;
    padding-bottom: 90px;
  }

  .about .left h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .about .left p {
    font-size: 15px;
    line-height: 24px;
  }

  .about .left .videoPlay {
    right: 24px;
    bottom: 24px;
  }

  .competencies,
  .industries {
    padding: 56px 0;
  }

  .competencies .title,
  .industries .title {
    margin-bottom: 34px;
  }

  .competencies .list,
  .industries .list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .competencies .list .item,
  .industries .list .item {
    min-height: 0;
    padding: 22px;
  }

  .industries .list p {
    min-height: 0;
  }

  .industries .list span {
    margin-top: 18px;
  }

  .comment {
    padding: 56px 0;
  }

  .comment .left h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .comment .right {
    padding: 28px 24px;
  }

  .comment .right p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 32px;
  }

  .comment .right h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .comment .right h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .contact {
    padding: 56px 0;
  }

  .contact .title {
    margin-bottom: 34px;
  }

  .contact .title p {
    line-height: 24px;
  }

  .contact form {
    min-height: 0;
    padding: 24px;
  }

  .contact form .row {
    flex-direction: column;
    gap: 0;
  }

  .contact form .row label {
    width: 100%;
  }

  .contact label {
    margin-bottom: 18px;
  }

  .contact textarea {
    height: 120px;
  }

  .videoPop .videoClose {
    right: 10px;
    top: 10px;
  }
}

@media (max-width: 480px) {
  .home .btn {
    height: 44px;
    min-width: 108px;
    padding: 0 18px;
  }

  .home .title h3 {
    font-size: 25px;
    line-height: 31px;
  }

  .home .title p {
    font-size: 14px;
    line-height: 23px;
  }

  .homeBanner {
    height: 430px;
  }

  .homeBanner .text {
    top: 112px;
  }

  .homeBanner .text h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .homeBanner .text h2 {
    font-size: 19px;
    line-height: 25px;
  }

  .homeBanner .text .btn {
    width: 100%;
    max-width: 240px;
  }

  .about {
    padding: 48px 0;
  }

  .about .left .text {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding-top: 32px;
    padding-bottom: 82px;
  }

  .about .left h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .about .left p {
    font-size: 14px;
    line-height: 23px;
  }

  .about .right {
    padding: 24px 20px;
  }

  .about .right .item {
    gap: 16px;
    padding-bottom: 18px;
  }

  .about .right .icon {
    width: 44px;
    height: 44px;
  }

  .about .right h4 {
    font-size: 24px;
    line-height: 24px;
  }

  .about .right p {
    line-height: 16px;
  }

  .competencies .list h4,
  .industries .list h4 {
    font-size: 17px;
    line-height: 24px;
  }

  .comment .right {
    padding: 24px 18px;
  }

  .contact .left .item {
    gap: 12px;
  }

  .contact .left .icon {
    width: 38px;
    height: 38px;
  }

  .contact .left p {
    font-size: 14px;
    line-height: 21px;
  }

  .contact form {
    padding: 22px 16px 26px;
  }

  .videoPop {
    width: calc(100vw - 32px);
  }
}
