:root {
  --rsp-red: #ec1c24;
}

.home-work-img {
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}

.logo-name {
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
}

.logo-name-header {
  font-size: 14px;
}

.main-color {
  color: var(--rsp-red) !important;
}

.page-intro-modern .img1 {
  height: unset;
}

.page-intro-modern .img3 {
  margin-left: 10%;
}

.index-intro {
  width: 28vw !important;
}

.index-our-work {
  margin-left: 0px;
}

.popup {
  display: none;
  width: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  padding: 20px;
  z-index: 9999;
  border-radius: 10px;
}

.close-video {
  position: absolute;
  z-index: 10000;
  right: 20px;
  top: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-fixed .right {
  padding: 130px 0px;
  padding-left: 40px;
  overflow: hidden;
}

.vew-all:after {
  width: 60px;
  height: 60px;
}

.operations-title {
  font-size: 40px;
}

.services .item-box {
  padding: 30px 40px;
}

.section-padding {
  padding-bottom: 120px;
}

.home-intro-text-sm {
  font-size: 20px;
  text-transform: uppercase;
}

.home-annotation-text-1 {
  top: 3px;
}

.home-annotation-text-2 {
  bottom: 37px;
}

.startup-header .caption p {
  top: 50%;
}

.custom-line-height {
  line-height: 25px;
}

.about-management-img {
  width: 250px;
  height: 320px;
}

.about-content-title {
  padding-left: 60px;
}

.about-section {
  padding-top: 60px !important;
}

.fit-img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.img2 img {
  -o-object-fit: cover;
  object-fit: cover;
}

.page-intro-modern .img4 {
  height: unset;
}

.about-custom-img {
  height: 590px !important;
}

.error-message {
  font-size: 12px;
  padding-left: 20px;
  margin-top: 10px;
  color: var(--rsp-red);
}

@media (max-width: 1400px) {
  .home-annotation-text-2 {
    bottom: 30px;
  }

  .home-work-img {
    height: 200px;
  }

  .startup-header .caption .lg-text {
    font-size: 100px;
  }
}

@media (max-width: 1200px) {
  .home-annotation-text-2 {
    width: 100%;
    left: 0;
    bottom: -10px;
  }

  .startup-header .caption .lg-text {
    font-size: 80px;
  }

  .index-intro {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .home-intro-text-sm {
    font-size: 14px;
  }

  .index-intro {
    width: 100% !important;
  }

  .home-annotation-text-1 {
    top: -13px;
  }

  .home-annotation-text-2 {
    width: 100%;
    left: -5px;
    bottom: 90px;
  }

  .startup-header .caption .lg-text {
    font-size: 45px;
  }

  .about-content-title {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .about-top-container {
    padding-top: 150px !important;
  }

  .about-top-part {
    padding-bottom: 50px;
  }

  .about-first-title {
    margin-top: 0px !important;
  }

  .home-annotation-text-2 {
    bottom: 120px;
  }

  .sub-title {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .section-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .portfolio-fixed .right {
    padding: 0px 0px;
  }
}

@media (max-width: 576px) {
  .home-annotation-text-2 {
    bottom: 130px;
  }

  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    flex-wrap: unset;
    align-items: center;
  }

  .page-intro-cerv .cont {
    padding: 20px;
    height: 100%;
  }

  .sub-title {
    font-size: 18px;
  }
}
