.main-sub-p {
  max-width: 450px;
  font-size: 16px;
  position: absolute;
  bottom: 15%;
  right: 10%;
  color: white;
  line-height: 19px;
  font-family: "Phosphor", sans-serif;
}

.single-performance-specifications-info.new-blog {
  display: flex;
  margin: 0;
  padding: 0;
  background-color: white;
  margin-bottom: 20px;
}

.single-performance-specifications-info.new-blog .icon {
  width: 30%;
  height: 150px;
}

.single-performance-specifications-info.new-blog .icon img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  /* object-fit: cover; */
}

.new-blog .content {
  width: 70%;
}

.connect-header.header h1 {
  margin-top: 60px;
  font-size: 31px;
}

.mx-auto.connect-header.new {
  font-size: 12px;
  line-height: 14px;
}

.default-btn.new {
  background-color: #005daa;
}

.section-title.text-center.mx-auto {
  margin-top: 60px;
  font-size: 31px;
}

.section-title.text-center.mx-auto .text-new,
.welcome-text {
  margin-top: 20px;
  font-size: 12px;
  line-height: 14px;
}

.welcome-section {
  display: flex;
  gap: 20px;
}

.welcome-image {
  width: 50%;
  display: flex;
  gap: 20px;
}

.welcome-img-left {
  margin-top: 21px;
  width: 40%;
}

.welcome-img-left img,
.welcome-img-right img {
  border-radius: 5px;
}

.welcome-area {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.welcome-contents {
  width: 50%;
  margin-top: 50px;
}

.welcome-title h2 {
  font-size: 36px;
  line-height: 38px;
}

.welcome-img-right {
  position: relative;
  width: 40%;
  margin-bottom: 20px;
}

.welcome-sub-title {
  position: absolute;
  width: 120px;
  left: -10px;
  top: 30px;
  background-color: #005daa;
  color: white;
  /* padding-left: 10px; */
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  line-height: 17px;
  padding: 25px 25px 25px 10px;
}
.welcome-span {
  font-size: 16px;
  line-height: 18px;
  color: #005daa;
  margin-top: 20px;
}

.welcome-contents .welcome-titel {
  font-size: 34px;
  line-height: 36px;
  color: black;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}

.footer-menu .navbar-nav.footer {
  display: flex;
  gap: 10px;
  flex-direction: row;
}

.footer-menu {
  align-content: end;
}

.line {
  width: 100%;
  height: 2px;
  background-color: white;
  display: block;
  margin: 10px auto;
}

.navbar-brand.footer img {
  width: 80%;
  margin-top: 10px;
}

.line.header {
  margin-top: 0;
  height: 1px;
  /* margin-left: 15px; */
  margin-bottom: 0;
  /* margin-right: 15px; */
}

.content.third-section h3 {
  font-size: 20px;
  margin-top: 40px;
}

.content.third-section p {
  font-size: 12px;
  line-height: 14px;
  margin-right: 100px;
}

.icon {
  position: relative;
}

.icon .img-title {
  position: absolute;
  font-size: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.pp-head-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pp-logo {
  display: flex;
  align-items: normal;
  margin-bottom: 0px;
}

.container.copyright-first {
  padding-top: 20px;
}
.button-section a {
  color: white;
}

.button-section a:hover {
  color: #005daa;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .welcome-img-left {
    margin-top: 19px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .welcome-img-left {
    margin-top: 19px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding-top: 0px;
  }

  .banner-wrapper-area {
    padding-top: 80px;
    padding-bottom: 200px;
  }

  .welcome-image {
    gap: 15px;
  }

  .welcome-img-left {
    margin-top: 14px;
  }
}

@media (max-width: 768px) {
  .welcome-image {
    width: 100%;
    justify-content: center;
    margin: auto;
    gap: 10px;
  }
  .welcome-contents {
    width: 100%;
    text-align: center;
  }

  .welcome-section {
    flex-direction: column;
  }

  .pp-logo {
    display: none;
  }

  .pp-head-section {
    text-align: center;
  }

  .single-performance-specifications-info.new-blog .icon,
  .new-blog .content {
    width: 100%;
  }

  .new-blog .content {
    margin-bottom: 20px;
  }
  .content.third-section h3 {
    text-align: center;
    margin-top: 20px;
  }
  .content.third-section p {
    text-align: center;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .welcome-sub-title {
    padding: 10px 15px 10px 10px;
  }

  .welcome-img-left {
    margin-top: 15px;
  }
  .welcome-img-right {
    margin-bottom: 5px;
  }

  .container.copyright-first {
    padding-top: 10px;
  }

  .copyright-area {
    padding-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
  }
  .copyright-area ul {
    margin-top: 0;
  }
  .footer-area {
    padding-top: 0;
  }
  .navba-nav.footer {
    margin-top: 0;
  }

  /* .main-sub-title {
    display: none;
  } */
  .main-sub-p {
    right: 0;
    font-size: 12px;
    bottom: 10px;
    left: 20%;
  }
  .banner-wrapper-area {
    padding-top: 90px;
    padding-bottom: 240px;
  }

  .banner-wrapper-content h1 {
    line-height: 38px;
  }

  .welcome-sub-title {
    width: 80px;
    top: 15px;
    font-size: 12px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .welcome-img-left {
    margin-top: 17px;
  }
}

@media (max-width: 480px) {
  .welcome-img-left {
    margin-top: 15px;
  }
}

.gallery-carousel .item img {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  object-fit: cover; 
}

.owl-carousel {
  position: relative;
  padding: 0 60px;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-carousel .owl-nav button {
  background: none;
  border: none;
  pointer-events: all;
  position: absolute;
}

.owl-carousel .owl-nav .owl-prev {
  left: -50px;
}

.owl-carousel .owl-nav .owl-next {
  right: -50px;
}

.custom-nav-icon {
  background-color: black;
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.custom-nav-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Rotate directions */
.custom-nav-icon.prev img {
  transform: rotate(-90deg);
}

.custom-nav-icon.next img {
  transform: rotate(90deg);
}

@keyframes fly-away-left {
  0% {
    opacity: 1;
    transform: rotate(-90deg) translateX(0);
  }
  100% {
    opacity: 0;
    transform: rotate(-90deg) translateY(-300px) scale(0.5);
  }
}

@keyframes fly-away-right {
  0% {
    opacity: 1;
    transform: rotate(90deg) translateX(0);
  }

  100% {
    opacity: 0;
    transform: rotate(90deg) translateY(-300px) scale(0.5);
  }
}

.fly-left {
  animation: fly-away-left 0.5s ease forwards;
}

.fly-right {
  animation: fly-away-right 0.5s ease forwards;
}

@media (max-width: 1200px) {
  .owl-carousel.owl-loaded {
    margin: auto;
  }

  .custom-nav-icon img {
    width: 20px;
    height: 20px;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 0px;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 0px;
  }
}
