@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto Flex", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12;
  background: #fff;
}
.h-300{
    height: 350px;
}
main {
    margin-top: 70px;
}
.hero-section {
    background-image: url(/LPBBAassets/img/hero-img.png);
    background-size: cover;
    background-position: center center;
    z-index: 1;
    position: relative;
    padding: 85px 0;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #14146587;
  z-index: -1;
}
.eligibility-section {
  background: rgb(140, 82, 253);
  background: linear-gradient(
    96deg,
    rgba(140, 82, 253, 1) 7%,
    rgba(153, 106, 79, 1) 100%
  );
}

.download-section {
  background: #393185;
}

.highlight {
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
  background: #6c5ce7;
}

@media (max-width: 768px) {
  .highlight {
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
    background: #6c5ce7;
  }
    .h-300 {
        height: auto;
    }
}

.Program_section {
    background-image: url(/LPBBAassets/img/program_section.png);
    background-size: cover;
    z-index: 1;
    /* height: 200px; */
    position: relative;
    background-repeat: no-repeat;
}

.Program_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff87;
  z-index: -1;
}
.success_section {
  background: #a1d1e5;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.scholarship-section {
  background: #393185;
}
.accredation-section .logo {
  width: 200px;
  height: 200px;
}

.accredation-section .wrapper_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 786px) {
  .accredation-section .wrapper_4,
  .online-section .wrapper_4 {
    display: flex;
    overflow-y: auto;
    padding: 0rem;
  }
  .accredation-section .wrapper_4 .card,
  .online-section .wrapper_4 .card {
    min-width: 225px;
    height: 210px !important;
    margin-bottom: 0.5rem;
  }
}
.admission-section {
  background: #393185;
  position: relative;
  overflow: hidden;
}
.admission-section::before {
  position: absolute;
  top: -37px;
  left: 4px;
  width: 50px;
  height: 150px;
  content: "";
  background: orange;
  transform: rotate(42deg);
}

@media (max-width: 786px){
    .admission-section::before {
        position: absolute;
        top: -37px;
        left: 4px;
        width: 20px;
        height: 150px;
        content: "";
        background: orange;
        transform: rotate(42deg);
    }

}
.Academic-Logos .carouselAcademiclogs .icon {
  background: #bd2440;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 1rem;
  margin-top: -1rem;
  box-shadow: 2px 2px 2px 2px #ffc107;
}
.Academic-Logos .carouselAcademiclogs img {
  height: 50px;
  width: 50px;
}

.Academic-Industry-Section {
  background: #393185;
  padding: 50px 0;
}
.Academic-Logos .carouselAcademiclogs .owl-dots {
  text-align: right !important;
  margin-top: 5px;
}

.Academic-Industry-Section
  .Academic-Logos
  .wrapper
  .owl-carousel
  .owl-nav
  button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #bd2440 !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.Academic-Logos .carouselAcademiclogs .owl-dots .active {
  background: #bd2440;
}
.Academic-Logos .carouselAcademiclogs .card {
    height: 215px !important;
    background: #ffffff8f;
}
.custom_row {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 786px) {
  .Academic-Logos .carouselAcademiclogs .card {
    height: auto !important;
  }
  .custom_row {
    margin-left: 0;
    margin-right: 0;
  }
}

.form-group {
  margin-bottom: 0.3rem;
}
#subscribe-new1 .sign-up-form form .form-group {
  position: relative;
}

#subscribe-new1 .sign-up-form form input {
/*  width: 100%;*/
  border: 1px solid #e5e5e5;
  padding: 8px 20px;
}

#subscribe-new1 .sign-up-form form .form-group i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 20px;
  color: #999;
}
