@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
a {
  color: #000;
  text-decoration: none;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
li {
  font-family: "Poppins", sans-serif;
}

.section-padding {
  padding: 45px 0px;
}

@media screen and (min-width: 991px) {
  .section-padding {
    padding: 90px 0px;
  }
}

.btn-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF)) !important;
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%) !important;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 8px 25px;
}

.btn-gradient:hover {
  color: #fff;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
}

#section__header .top__navBar {
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
  width: 100%;
  height: auto;
  font-family: "Poppins", sans-serif;
}

#section__header .top__navBar .top__content .top__left-content a {
  color: #000;
  font-size: 14px;
}

#section__header .top__navBar .top__content .top__left-content a:hover {
  color: #fff !important;
}

#section__header .top__navBar .top__content .top__right__content i {
  padding-left: 8px;
  font-size: 20px;
  color: #000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#section__header .top__navBar .top__content .top__right__content i:hover {
  color: #FF84C2;
}

@media screen and (max-width: 409px) {
  #section__header .top__navBar .top__content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center !important;
  }
  #section__header .top__navBar .top__content a,
  #section__header .top__navBar .top__content i {
    font-size: 14px !important;
  }
}

#section__header .navbar .navbar-brand img {
  width: 9rem;
}

#section__header .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#section__header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #FF3199;
}

#section__header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #FF84C2;
}

#section__header .navbar .navbar-toggler {
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
  border: none;
}

.top-banner {
  padding: 90px 0;
}

.top-banner h1 {
  font-size: 48px;
  font-weight: 600;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(to top, #FF84C2 0%, #00ECFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top--title h1 {
  font-size: 48px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(to top, #FF84C2 0%, #00ECFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top--title h2,
.top--title h3,
.top--title h4,
.top--title h5,
.top--title h6 {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(to top, #FF84C2 0%, #00ECFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pagination .page-item .page-link {
  border-radius: 50% !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(to top, #FF84C2 0%, #00ECFF 100%);
  color: #fff;
  width: 2rem;
  height: 2rem;
  padding: 3px 0px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.pagination .page-item .page-link:hover {
  color: #000;
}

#aboutUs__container .about__us-content .content h1 {
  line-height: 40px;
}

#aboutUs__container .about__us-content .content p {
  line-height: 20px;
}

#aboutUs__container .about__us-content .content-list li i {
  font-size: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(to top, #FF84C2 0%, #00ECFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 3px;
}

#aboutUs__container .about__us-content .flex-img {
  width: 100%;
  height: 38rem;
  border-radius: 8px;
  overflow: hidden;
}

#aboutUs__container .about__us-content .flex-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#aboutUs__container .about__us-content .flex-img1 {
  width: 100%;
  height: 18.3rem;
  border-radius: 8px;
  overflow: hidden;
}

#aboutUs__container .about__us-content .flex-img1 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  #aboutUs__container .about__us-content .hidden__sec {
    display: none;
  }
}

#aboutUs__container .aboutUs__counter {
  margin-top: 5rem;
}

#aboutUs__container .aboutUs__counter .overlap {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

#aboutUs__container .aboutUs__counter .overlap .overflow-box {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

#aboutUs__container .aboutUs__counter .overlap .overflow-box .card {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
}

#aboutUs__container .aboutUs__counter .overlap .overflow-box .card p {
  font-size: 18px;
  line-height: 22px;
}

#aboutUs__container .aboutUs__counter .overlap .overflow-box .card-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
  color: #fff;
}

#aboutUs__container .aboutUs__counter .overlap .counter {
  padding-bottom: 60px;
}

#aboutUs__container .aboutUs__counter .overlap .counter .conter-list {
  color: #fff;
  line-height: 20px;
}

#aboutUs__container .aboutUs__counter .overlap .counter .conter-list h1 {
  font-size: 64px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(to top, #FF84C2 0%, #00ECFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

#aboutUs__container .aboutUs__counter .overlap .counter .conter-list h2 {
  font-size: 46px;
  margin: 0;
}

#aboutUs__container .aboutUs__counter .overlap .counter .conter-list p {
  font-size: 24px;
  margin: 0;
}

@media screen and (max-width: 992px) {
  #aboutUs__container .aboutUs__counter .overlap .overflow-box {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 25px;
  }
}

#aboutUs__container .team-section .team-holder {
  width: 100%;
  height: 35rem;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

#aboutUs__container .team-section .team-holder img {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}

#aboutUs__container .team-section .team-holder::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 132, 194, 0.6);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 0;
}

#aboutUs__container .team-section .team-holder .social_media {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 280%);
          transform: translate(-50%, 280%);
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#aboutUs__container .team-section .team-holder .social_media a {
  font-size: 38px;
  color: #fff;
}

#aboutUs__container .team-section .team-holder:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#aboutUs__container .team-section .team-holder:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#aboutUs__container .team-section .team-holder:hover .social_media {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

#aboutUs__container .team-section .team-holder .name_wrapper .text {
  position: absolute;
  bottom: 20px;
  left: 5%;
  width: 90%;
  height: auto;
  background-color: #fff;
  z-index: 12;
  padding: 10px;
  border-radius: 12px;
}

#album__container .album-content a .album-img {
  width: 100%;
  height: 23rem;
  border-radius: 12px;
  overflow: hidden;
}

#album__container .album-content a .album-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#album__container .album-content a .album-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#album__container .album-content a:hover {
  color: #FF84C2;
}

#gallery__container .collection_content .grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 0.4rem;
}

#gallery__container .collection_content .grid-wrapper .image-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 5px;
}

#gallery__container .collection_content .grid-wrapper .image-holder img {
  height: 100%;
  width: 100%;
  padding: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#gallery__container .collection_content .grid-wrapper .image-holder img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#gallery__container .collection_content .grid-wrapper .wide {
  grid-column: span 2;
}

#gallery__container .collection_content .grid-wrapper .tall {
  grid-row: span 2;
}

#academic__container .top__title {
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 18px 0;
  color: #fff;
}

#academic__container .content-wrapper {
  padding-right: 20px;
}

#academic__container .content-wrapper p {
  font-size: 18px;
  line-height: 20px;
}

#academic__container .course-list li {
  font-size: 18px;
}

#academic__container .fee-structure .top-header {
  padding: 3px 0;
  border-radius: 12px 12px 0 0;
  margin-bottom: 10px;
}

#academic__container .fee-structure .white-box .top-card {
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
  text-align: center;
  border-radius: 12px 12px 0 0;
  color: #fff;
  padding: 7px 0;
}

#academic__container .fee-structure .white-box .top-card h2 {
  margin: 0;
}

#academic__container .fee-structure .white-box .middle-card {
  border: 1px solid #9c9c9c;
  border-radius: 0 0 12px 12px;
}

#academic__container .fee-structure .white-box .middle-card .content p {
  font-size: 20px;
  line-height: 40px;
}

#academic__container .fee-structure .white-box .middle-card .content h1 {
  font-size: 24px;
}

#academic__container .fee-structure .white-box .middle-card .content h1 span {
  font-size: 38px;
}

#academic__container .fee-structure .white-box .middle-card .content ul {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin-bottom: 50px;
}

#academic__container .fee-structure .white-box .middle-card .content ul li {
  font-size: 20px;
  line-height: 30px;
}

#academic__container .fee-structure .white-box .middle-card .btn {
  font-size: 26px;
}

#event__container .event__wrapper .event_card {
  margin-bottom: 50px;
}

#event__container .event__wrapper .event_card .event__image {
  width: 100%;
  height: 20rem;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

#event__container .event__wrapper .event_card .event__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#event__container .event__wrapper .event_card .event__details h4 {
  font-weight: 600;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#event__container .event__wrapper .event_card .event__details p {
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#event__container .event__wrapper .event_card:hover .event__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#event__container .event__wrapper .event_card:hover .event__details {
  color: #FF84C2;
}

#event__details-container .event__details-title {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(to top, #FF84C2 0%, #00ECFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#event__details-container .event__details-title h3 {
  font-weight: 600;
}

#event__details-container .event__details-content .event_detail-image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

#event__details-container .event__details-content .event_detail-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#event__details-container .event__details-content .event_detail-text p {
  margin-bottom: 0;
  line-height: 20px;
}

#event__details-container .related__slider-holder .related-title h3 {
  font-weight: 600;
}

#event__details-container .related__slider-holder .swiper {
  width: 100%;
  height: 100%;
}

#event__details-container .related__slider-holder .swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#event__details-container .related__slider-holder .swiper-slide .swiper-item {
  margin-bottom: 40px;
}

#event__details-container .related__slider-holder .swiper-slide .swiper-item a {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

#event__details-container .related__slider-holder .swiper-slide .swiper-item a .swiper-img {
  width: 100%;
  height: 15.5rem;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 5px;
}

#event__details-container .related__slider-holder .swiper-slide .swiper-item a .swiper-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#event__details-container .related__slider-holder .swiper-slide .swiper-item a .swiper-text h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

#event__details-container .related__slider-holder .swiper-slide .swiper-item a .swiper-text p {
  font-size: 13px;
  line-height: 15px;
}

#event__details-container .related__slider-holder .swiper-slide .swiper-item a:hover {
  color: #FF84C2;
}

#event__details-container .related__slider-holder .swiper-pagination .swiper-pagination-bullet {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(to top, #FF84C2 0%, #00ECFF 100%);
  width: 1rem;
  height: 1rem;
}

#contact__container .contactContent {
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
  border-radius: 12px 12px 0px 0px;
  margin-top: 5rem;
  height: 600px;
}

#contact__container .contactContent .contentLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 550px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
  padding-top: 5rem;
  padding-left: 5rem;
}

#contact__container .contactContent .contentLeft .topContent {
  text-align: center;
  color: #fff;
}

#contact__container .contactContent .contentLeft .topContent h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

#contact__container .contactContent .contentLeft .topContent p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

#contact__container .contactContent .contentLeft .bottomContent {
  padding: 2rem 0;
}

#contact__container .contactContent .contentLeft .bottomContent .location,
#contact__container .contactContent .contentLeft .bottomContent .phone,
#contact__container .contactContent .contentLeft .bottomContent .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
}

#contact__container .contactContent .contentLeft .bottomContent .location i,
#contact__container .contactContent .contentLeft .bottomContent .phone i,
#contact__container .contactContent .contentLeft .bottomContent .email i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  margin-top: -0.1rem;
  color: #fff;
}

#contact__container .contactContent .contentLeft .bottomContent .location .detail,
#contact__container .contactContent .contentLeft .bottomContent .phone .detail,
#contact__container .contactContent .contentLeft .bottomContent .email .detail {
  margin-left: 1rem;
  color: #fff;
}

#contact__container .contactContent .contentLeft .bottomContent .location .detail h3,
#contact__container .contactContent .contentLeft .bottomContent .phone .detail h3,
#contact__container .contactContent .contentLeft .bottomContent .email .detail h3 {
  font-size: 1.2rem;
  margin: 0;
  color: #fff;
}

#contact__container .contactContent .contentLeft .bottomContent .location .detail p,
#contact__container .contactContent .contentLeft .bottomContent .phone .detail p,
#contact__container .contactContent .contentLeft .bottomContent .email .detail p {
  font-size: 0.8rem;
  margin: 0;
}

#contact__container .contactContent .contentRight {
  margin-top: -3rem;
  height: 550px;
  width: 450px;
  margin-left: 3rem;
  background: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 1rem;
}

#contact__container .contactContent .contentRight .center {
  width: 450px;
  background: #fff;
  border-radius: 10px;
  height: 600px !important;
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
}

#contact__container .contactContent .contentRight .center p {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 3.5rem 1rem 0;
}

#contact__container .contactContent .contentRight .center h1 {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid silver;
}

#contact__container .contactContent .contentRight .center form {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contact__container .contactContent .contentRight .center form .signup_link {
  margin: 30px 0;
  text-align: center;
  font-size: 16px;
  color: #666666;
}

#contact__container .contactContent .contentRight .center form .signup_link a {
  color: linear-gradient(109.2deg, #ff84c2 0%, #00ecff 100%);
  text-decoration: none;
}

#contact__container .contactContent .contentRight .center form .signup_link a:hover {
  text-decoration: underline;
}

#contact__container .contactContent .contentRight .center input[type="submit"] {
  width: 12rem;
  height: 50px;
  border: 1px solid;
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
  border-radius: 12px 0 0 12px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  font-family: "Poppins", sans-serif;
}

#contact__container .contactContent .contentRight .center input[type="submit"]:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
}

@media (max-width: 1200px) {
  #contact__container .contactContent .contentRight {
    width: 350px;
    margin-top: -2.5rem;
  }
  #contact__container .contactContent .contentRight .center {
    width: 350px;
    background: white;
    border-radius: 10px;
    height: 100%;
    -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
  }
  #contact__container .contactContent .contentRight .center p {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 650;
    text-align: center;
    padding: 3.5rem 1rem 0;
  }
  #contact__container .contactContent .contentRight .center h1 {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid silver;
  }
}

@media (max-width: 992px) {
  #contact__container .contactContent .contentLeft {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 500px;
    padding-top: 4rem;
    padding-left: 3rem;
  }
  #contact__container .contactContent .contentLeft .topContent {
    text-align: center;
    color: #fff;
  }
  #contact__container .contactContent .contentLeft .topContent h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
  }
  #contact__container .contactContent .contentLeft .topContent p {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent {
    padding: 0;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location,
  #contact__container .contactContent .contentLeft .bottomContent .phone,
  #contact__container .contactContent .contentLeft .bottomContent .email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location i,
  #contact__container .contactContent .contentLeft .bottomContent .phone i,
  #contact__container .contactContent .contentLeft .bottomContent .email i {
    font-size: 1.2rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location .detail,
  #contact__container .contactContent .contentLeft .bottomContent .phone .detail,
  #contact__container .contactContent .contentLeft .bottomContent .email .detail {
    margin-left: 0.9rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location .detail h3,
  #contact__container .contactContent .contentLeft .bottomContent .phone .detail h3,
  #contact__container .contactContent .contentLeft .bottomContent .email .detail h3 {
    font-size: rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location .detail p,
  #contact__container .contactContent .contentLeft .bottomContent .phone .detail p,
  #contact__container .contactContent .contentLeft .bottomContent .email .detail p {
    font-size: 0.7rem;
  }
  #contact__container .contactContent .contentRight {
    margin-top: -2rem;
    height: 540px;
    width: 320px;
    margin-left: -1rem;
    background: white;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 1rem;
  }
  #contact__container .contactContent .contentRight .center {
    width: 320px;
  }
  #contact__container .contactContent .contentRight .center p {
    font-size: 0.8rem;
    font-weight: 600;
  }
  #contact__container .contactContent .contentRight .center h1 {
    padding: 15px 0;
    border-bottom: 1px solid silver;
  }
  #contact__container .contactContent .contentRight .center form {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  #contact__container .contactContent {
    width: 100%;
    height: 800px;
    margin-bottom: 3rem;
  }
  #contact__container .contactContent .contentLeft {
    padding: 0;
    height: 250px;
    width: 100%;
    max-width: 90%;
    margin: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact__container .contactContent .contentLeft .topContent {
    text-align: center;
    color: #fff;
  }
  #contact__container .contactContent .contentLeft .topContent h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
  }
  #contact__container .contactContent .contentLeft .topContent p {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location,
  #contact__container .contactContent .contentLeft .bottomContent .phone,
  #contact__container .contactContent .contentLeft .bottomContent .email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.4rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location i,
  #contact__container .contactContent .contentLeft .bottomContent .phone i,
  #contact__container .contactContent .contentLeft .bottomContent .email i {
    font-size: 1rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location .detail,
  #contact__container .contactContent .contentLeft .bottomContent .phone .detail,
  #contact__container .contactContent .contentLeft .bottomContent .email .detail {
    margin-left: 0.9rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location .detail h3,
  #contact__container .contactContent .contentLeft .bottomContent .phone .detail h3,
  #contact__container .contactContent .contentLeft .bottomContent .email .detail h3 {
    font-size: 0.8rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location .detail p,
  #contact__container .contactContent .contentLeft .bottomContent .phone .detail p,
  #contact__container .contactContent .contentLeft .bottomContent .email .detail p {
    font-size: 0.6rem;
  }
  #contact__container .contactContent .contentRight {
    height: 500px;
    width: 90%;
    margin: 0.5rem auto;
  }
  #contact__container .contactContent .contentRight .center {
    width: 100%;
  }
  #contact__container .contactContent .contentRight .center p {
    font-size: 0.7rem;
    font-weight: 600;
    padding-top: 1rem;
  }
  #contact__container .contactContent .contentRight .center h1 {
    padding: 15px 0;
    border-bottom: 1px solid silver;
  }
  #contact__container .contactContent .contentRight .center form {
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  #contact__container .contactContent {
    width: 100%;
    height: 720px;
  }
  #contact__container .contactContent .contentLeft {
    height: 150px;
  }
  #contact__container .contactContent .contentLeft .topContent {
    text-align: center;
    color: #fff;
  }
  #contact__container .contactContent .contentLeft .topContent h1 {
    font-size: 1.4rem;
    font-weight: 550;
    color: #fff;
  }
  #contact__container .contactContent .contentLeft .topContent p {
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 0.85rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location,
  #contact__container .contactContent .contentLeft .bottomContent .phone,
  #contact__container .contactContent .contentLeft .bottomContent .email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.1rem;
    margin: 0 0.1rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location i,
  #contact__container .contactContent .contentLeft .bottomContent .phone i,
  #contact__container .contactContent .contentLeft .bottomContent .email i {
    font-size: 0.7rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location .detail,
  #contact__container .contactContent .contentLeft .bottomContent .phone .detail,
  #contact__container .contactContent .contentLeft .bottomContent .email .detail {
    margin-left: 0.3rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location .detail h3,
  #contact__container .contactContent .contentLeft .bottomContent .phone .detail h3,
  #contact__container .contactContent .contentLeft .bottomContent .email .detail h3 {
    font-size: 0.7rem;
  }
  #contact__container .contactContent .contentLeft .bottomContent .location .detail p,
  #contact__container .contactContent .contentLeft .bottomContent .phone .detail p,
  #contact__container .contactContent .contentLeft .bottomContent .email .detail p {
    font-size: 0.5rem;
  }
  #contact__container .contactContent iframe {
    width: 100%;
    margin-bottom: 3rem;
  }
}

#form__container .white-box {
  margin-top: 3px;
  background-color: #fff;
}

#form__container .white-box .form-title {
  border-bottom: 2px solid gray;
}

#form__container .white-box .form-title h1 {
  color: #FF84C2;
  margin-bottom: 0;
}

#form__container .white-box .form-title p {
  font-size: 18px;
  margin-bottom: 0;
}

#form__container .white-box .form-title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

#form__container .white-box .form__input-box {
  padding: 40px 90px;
}

#form__container .white-box .form__input-box h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  color: #FF84C2;
  font-size: 22px;
}

#form__container .white-box .form__input-box .form-control,
#form__container .white-box .form__input-box .form-select {
  border-radius: 0 !important;
  border-color: #000;
}

#form__container .white-box .form__input-box .form-control:focus,
#form__container .white-box .form__input-box .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#login__container {
  position: relative;
  width: 100%;
  height: 100vh;
}

#login__container .login__content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 480px;
  height: 560px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 100px 34px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 4px 100px 34px rgba(0, 0, 0, 0.9);
  padding: 60px 50px;
}

#login__container .login__content-wrapper .nav-pills .nav-link {
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  padding: 3px 12px;
  margin-right: 10px;
  position: relative;
}

#login__container .login__content-wrapper .nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#login__container .login__content-wrapper .tab-content .tab-pane .form-floating label {
  color: #fff !important;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding: 1rem 0.25rem;
}

#login__container .login__content-wrapper .tab-content .tab-pane .form-floating .form-control {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
}

#login__container .login__content-wrapper .tab-content .tab-pane .form-floating .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid #FF84C2;
}

#login__container .login__content-wrapper .tab-content .tab-pane .form-check2 {
  margin-bottom: 45px;
}

#login__container .login__content-wrapper .tab-content .tab-pane .form-check2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

#login__container .login__content-wrapper .tab-content .tab-pane .form-check2 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 5px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#login__container .login__content-wrapper .tab-content .tab-pane .form-check2 label {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

#login__container .login__content-wrapper .tab-content .tab-pane .form-check2 label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

#login__container .login__content-wrapper .tab-content .tab-pane .btn-sign {
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
  border: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  width: 12rem;
  border-radius: 21px;
}

#login__container .login__content-wrapper .tab-content .tab-pane .forget {
  font-size: 18px;
  color: #fff;
}

#main__body-section #wowslider-container1 {
  overflow: hidden;
}

#main__body-section #wowslider-container1 .ws-title {
  color: #FF84C2;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  bottom: 16rem;
  left: 2em;
}

#main__body-section #wowslider-container1 .ws-title div {
  font-size: 2.8rem;
  color: #fff;
}

@media screen and (max-width: 1350px) {
  #main__body-section #wowslider-container1 .ws-title {
    bottom: 10rem;
  }
}

@media screen and (max-width: 1200px) {
  #main__body-section #wowslider-container1 .ws-title {
    font-size: 2.3rem;
  }
  #main__body-section #wowslider-container1 .ws-title div {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 992px) {
  #main__body-section #wowslider-container1 .ws-title {
    font-size: 1.8rem;
    bottom: 7rem;
  }
  #main__body-section #wowslider-container1 .ws-title div {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #main__body-section #wowslider-container1 .ws-title {
    font-size: 1.3rem;
    bottom: 5rem;
  }
  #main__body-section #wowslider-container1 .ws-title div {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 512px) {
  #main__body-section #wowslider-container1 .ws-title {
    font-size: 1rem;
    bottom: 3rem;
    left: 1rem;
  }
  #main__body-section #wowslider-container1 .ws-title div {
    font-size: 1rem;
  }
  #main__body-section #wowslider-container1 .ws-title .btn {
    margin-top: 10px !important;
    font-size: 1rem;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 330px) {
  #main__body-section #wowslider-container1 .ws-title {
    font-size: 1rem;
    bottom: 2rem;
  }
  #main__body-section #wowslider-container1 .ws-title div {
    font-size: 1rem;
  }
  #main__body-section #wowslider-container1 .ws-title .btn {
    margin-top: 10px !important;
    font-size: 1rem;
    padding: 5px 10px;
  }
}

#main__body-section .partner_companies {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
}

#main__body-section .partner_companies .companies {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

#main__body-section .partner_companies .companies img {
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  #main__body-section .partner_companies .companies {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

#main__body-section .show__section {
  /* background-image: url("../Images/BG-1.png");*/
  width: 100%;
  min-height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#main__body-section .show__section .overflow {
  width: 100%;
  height: 100%;
  background: rgba(255, 49, 153, 0.62);
}

#main__body-section .show__section .section__content {
  z-index: 1;
}

#main__body-section .show__section .section__content .show__content span {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

#main__body-section .show__section .section__content .show__content h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  margin-bottom: 3px;
}

#main__body-section .show__section .section__content .show__content p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
}

#main__body-section .choose__us-content .section__wrapper {
  padding-top: 20px;
}

#main__body-section .choose__us-content .section__wrapper .content {
  padding: 0 70px;
  margin-bottom: 40px;
}

#main__body-section .choose__us-content .section__wrapper .content h2 {
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
}

#main__body-section .choose__us-content .section__wrapper .content h2::after {
  position: absolute;
  bottom: -14px;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
  width: 6rem;
  height: 7px;
}

#main__body-section .choose__us-content .section__wrapper .content p {
  line-height: 19px;
}

@media screen and (max-width: 992px) {
  #main__body-section .choose__us-content .section__wrapper .content {
    padding: 0px 0px;
  }
}

#main__body-section .choose__us-content .section__wrapper .conter__holder .left__counter {
  border-right: 3px solid rgba(55, 50, 56, 0.29);
  line-height: 15px;
}

#main__body-section .choose__us-content .section__wrapper .conter__holder .left__counter h1 {
  color: #FF84C2;
  font-size: 52px;
  margin: 0;
}

#main__body-section .choose__us-content .section__wrapper .conter__holder .left__counter p {
  font-size: 13px;
}

#main__body-section .choose__us-content .section__wrapper .conter__holder .right__counter {
  line-height: 15px;
}

#main__body-section .choose__us-content .section__wrapper .conter__holder .right__counter h1 {
  color: #FF84C2;
  font-size: 52px;
  margin: 0;
}

#main__body-section .choose__us-content .section__wrapper .conter__holder .right__counter p {
  font-size: 13px;
}

#main__body-section .student__life {
 /* background-image: url("../Images/testback.png"); */
  width: 100%;
  min-height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#main__body-section .student__life .section-title {
  padding: 15px 0;
}

#main__body-section .student__life .section-title h3 {
  color: #fff;
  margin: 0;
}

#main__body-section .student__life .white-box {
  background-color: #FF84C2;
}

#main__body-section .student__life .white-box .image__content {
  width: 100%;
  height: 25rem;
}

#main__body-section .student__life .white-box .image__content img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#main__body-section .student__life .white-box .box-content {
  line-height: 18px;
}

#main__body-section .student__life .white-box .box-content h3,
#main__body-section .student__life .white-box .box-content p,
#main__body-section .student__life .white-box .box-content span {
  color: #fff;
}

#main__body-section .student__life .white-box .bottom-btn {
  background-color: #FF3199;
  color: #fff;
  padding: 13px 25px;
}

#main__body-section .event__section {
 /* background-image: url("../Images/news.png");*/
  width: 100%;
  min-height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 35px 0;
}

#main__body-section .event__section .video {
  border-radius: 10px;
  overflow: hidden;
}

#main__body-section .event__section .upcoming_events {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

#main__body-section .event__section .upcoming_events h1 {
  color: #fff;
}

#main__body-section .event__section .upcoming_events h1 span {
  color: #FF84C2;
}

#main__body-section .event__section .upcoming_events p {
  color: #fff;
}

#main__body-section .event__section .upcoming_events .event__lists {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

#main__body-section .event__section .upcoming_events .event__lists li {
  color: #fff;
}

#main__body-section .event__section .upcoming_events .event__lists li .date {
  background-color: #FF84C2;
  width: 100%;
  padding: 10px 0;
}

#main__body-section .event__section .upcoming_events .event__lists li .date h2 {
  font-size: 36px;
}

#main__body-section .event__section .upcoming_events .event__lists li .date h4 {
  font-size: 20px;
}

#main__body-section .event__section .upcoming_events .event__lists li .text__wrapper {
  line-height: 15px;
}

#main__body-section .event__section .upcoming_events .event__lists li .text__wrapper h6 {
  color: #fff;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

#main__body-section .event__section .upcoming_events .event__lists li .text__wrapper span {
  color: #fff;
  font-size: 12px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

#main__body-section .event__section .upcoming_events .event__lists li:hover h6,
#main__body-section .event__section .upcoming_events .event__lists li:hover span {
  color: #FF84C2;
}

#main__body-section .gallery__wrapper .gallery__title h2 {
  font-weight: 600;
}

#main__body-section .gallery__wrapper .gallery__title h2 span {
  color: #FF84C2;
}

#main__body-section .gallery__wrapper .gallery__title p {
  font-weight: 500;
}

#main__body-section .gallery__wrapper .gallery__images-list .gallery__images {
  position: relative;
  width: 100%;
  height: 20rem;
  overflow: hidden;
  border-radius: 8px;
}

#main__body-section .gallery__wrapper .gallery__images-list .gallery__images img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#main__body-section .gallery__wrapper .gallery__images-list .gallery__images::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 132, 194, 0.5);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#main__body-section .gallery__wrapper .gallery__images-list .gallery__images:hover::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#footer #top-footer {
  /* background-image: url("../Images/footerImage.png"); */
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#footer #top-footer .footer__wrapper {
  background: linear-gradient(96.28deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 57.43%, rgba(0, 0, 0, 0.413922) 70.87%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}

#footer #top-footer .footer__wrapper .footer__img {
  width: 12rem;
  height: auto;
}

#footer #top-footer .footer__wrapper .footer__details table tr td {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

#footer #top-footer .footer__wrapper .footer__title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
}

#footer #top-footer .footer__wrapper .footer__title::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #fff;
  height: 2px;
  width: 10rem;
}

#footer #top-footer .footer__wrapper .footer__title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #FF84C2;
  width: 4rem;
  height: 4px;
}

#footer #top-footer .footer__wrapper ul {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

#footer #top-footer .footer__wrapper ul li {
  margin-bottom: 8px;
}

#footer #top-footer .footer__wrapper ul li a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#footer #top-footer .footer__wrapper ul li a:hover {
  color: #FF84C2;
}

#footer #top-footer .footer__wrapper .qr__img {
  width: 10rem;
  height: auto;
  margin-top: 20px;
}

#footer #top-footer .footer__wrapper .qr__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 992px) {
  #footer #top-footer .footer__wrapper {
    background-color: #000;
  }
}

#footer .bottom__footer {
  background: -webkit-gradient(linear, left top, right top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(90deg, #FF84C2 0%, #00ECFF 100%);
}

#footer .bottom__footer .copyright {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

#footer .bottom__footer .social-links a {
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#footer .bottom__footer .social-links a:hover {
  color: #FF84C2;
}

#download__container .table th {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(to top, #FF84C2 0%, #00ECFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

#download__container .table td {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

#download__container .table td a {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF84C2), to(#00ECFF));
  background: linear-gradient(to top, #FF84C2 0%, #00ECFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*# sourceMappingURL=index.css.map */