﻿@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("../../assets/css/color_variables.css");
/*:root {
    --primary-color: #373BD7;
    --grey-color: #4D4D5A;
    --white-color: #fff;
}*/
/*Social Media Colors*/
/*Theme Colors*/
/*Lite color*/
/*Theme Colors For Dark*/
/*$FontFamily1: "Rubik", sans-serif;
$FontFamily2: "IBM Plex Sans", sans-serif;*/
.header-section {
  height: 80px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1050;
  transition: all 1s ease;
}
.header-section.fixed-header {
  background-color: var(--white-color, #fff);
  transition: all 1s ease;
  z-index: 1050;
  box-shadow: 0px 4px 30px rgba(157, 157, 157, 0.1294117647);
  position: fixed;
}
.header-section.fixed-header .nav .nav-links a {
  color: var(--grey-color, #4D4D5A);
}

.nav .nav-links a {
  color: var(--white-color, #fff);
  font-size: 1 rem;
  font-family: Montserrat;
  letter-spacing: 0px;
  font-weight: 500;
  position: relative;
  transition: all 1s;
}
.nav .nav-links a::after {
  content: "";
  height: 0px;
  width: 11px;
  background-color: #FFFFFF;
  position: absolute;
  top: -12px;
  border-radius: 0 0 5px 5px;
  left: 44%;
  transition: all 0.5s ease;
}
.nav .nav-links a:hover::after {
  height: 21px;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: var(--white-color, #fff);
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}

.nav > #nav-check {
  display: none;
}

@media (max-width: 992px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,
  .nav #nav-check:checked ~ .nav-btn > label {
    background-color: #F0F0FC;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid var(--white-color, #fff);
  }
  .fixed-header .nav > .nav-btn > label > span {
    border-top: 2px solid var(--primary-color);
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #F0F0FC;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .nav > #nav-check:checked ~ .nav-btn > label > span {
    border-top: 2px solid var(--primary-color);
  }
  .nav > #nav-check:checked ~ .nav-btn > label > span:last-child {
    display: none;
  }
  .nav > #nav-check:checked ~ .nav-btn > label > span:first-child {
    transform: rotate(57deg);
    position: relative;
    top: 14px;
  }
  .nav > #nav-check:checked ~ .nav-btn > label > span:nth-child(2) {
    transform: rotate(123deg);
  }
  .join-alumni {
    width: 178px !important;
    margin: 0 18px;
  }
  .nav .nav-links a {
    color: var(--primary-color);
  }
  .nav .nav-links a::after {
    display: none;
  }
}
.hero-sec-bg {
  background: var(--primary-color) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 127px 127px;
  height: 100vh;
}

.join-alumni {
  color: var(--primary-color) !important;
  font-family: Montserrat;
  font-weight: 500;
  padding: 10px 18px !important;
  transition: all 1s ease;
  border: 1px solid var(--primary-color) !important;
}

.fixed-header .join-alumni {
  color: var(--white-color, #fff) !important;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.hero-section {
  padding: 0 0 100px;
  height: calc(100vh - 64px);
}
.hero-section .hero-heading h1 {
  margin-top: 90px;
  font-size: 3.5rem;
  line-height: 72px;
  font-weight: 700;
  font-family: Poppins;
  color: var(--white-color, #fff);
}
.hero-section .hero-heading h1 span {
  color: #009FFB;
}
.hero-section .hero-heading p {
  color: var(--white-color, #fff);
  font-family: Poppins;
  font-weight: 400;
  font-size: 1rem;
  line-height: 35px;
}
.hero-section .hero-img {
  position: relative;
  /*margin-top: 50px;*/
  /*img {
      width: 100%;
  }*/
}
.hero-section .hero-img .outer-hero-img {
  width: 420px;
  height: 390px;
}
.hero-section .hero-img .outer-hero-img img {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.13);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  margin-top: 50px;
}
.hero-section .hero-img .hero-bg-img {
  position: absolute;
  left: 12%;
  top: -14%;
  z-index: 1;
  width: 417px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 479px;
}

.btn-outline-white {
  font-family: Montserrat;
  color: var(--white-color, #fff);
  border-color: var(--white-color, #fff);
  padding: 10px 18px !important;
  font-weight: 500;
}
.btn-outline-white:hover {
  border-color: var(--white-color, #fff);
  color: var(--primary-color);
  background-color: var(--white-color, #fff);
  font-weight: 500;
}

@media (max-width: 992px) {
  .hero-section .hero-heading h1 {
    margin-top: 44px;
    font-size: 2.3rem;
    line-height: 50px;
    font-weight: 700;
    font-family: Poppins;
    color: var(--white-color, #fff);
  }
  .hero-section .hero-heading h1 span {
    color: #009FFB;
  }
}
.secondary-sec {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 102px;
  margin: 30px 30px 0 30px;
  position: relative;
  margin-top: -100px;
  padding: 75px 75px 0 75px;
}
.secondary-sec .about-section {
  margin-bottom: 100px;
  margin-top: 55px;
  transition: all 1s ease;
}
.secondary-sec .about-section .expandable-div {
  overflow: hidden;
  max-height: 320px;
  transition: max-height 0.3s ease-out;
}
.secondary-sec .about-section h5 {
  color: var(--primary-color);
  font-size: 1.25rem;
}
.secondary-sec .about-section h2 {
  font-size: 2.125rem;
  font-family: Poppins;
  font-weight: 700;
}
.secondary-sec .about-section p {
  color: var(--grey-color, #4D4D5A);
  font-family: Montserrat;
  font-size: 0.875rem;
  line-height: 28px;
  font-weight: 500;
}
.secondary-sec .about-section .about-img {
  position: relative;
}
.secondary-sec .about-section .about-img .outer-about-img-front {
  width: 340px;
  height: 442px;
}
.secondary-sec .about-section .about-img .outer-about-img-front .about-img-front {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.13);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.secondary-sec .about-section .about-img .about-img-bg {
  position: absolute;
  left: 21%;
  top: -14%;
  z-index: 1;
  width: 382px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 418px;
}

@media (max-width: 992px) {
  .secondary-sec {
    top: 175px;
    padding: 5px;
    margin: 5px;
  }
  .secondary-sec .about-section .about-img .about-img-bg {
    width: 100%;
    top: 20%;
    left: 3%;
  }
  .secondary-sec .about-section .about-img .about-img-front {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .secondary-sec .about-section h5 {
    font-size: 1rem;
  }
  .secondary-sec .about-section h2 {
    font-size: 1.5rem;
  }
}
.btn-blue {
  font-family: Montserrat;
  color: var(--white-color, #fff);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-blue:hover {
  border-color: var(--white-color, #fff);
  color: var(--white-color, #fff);
  background-color: var(--primary-color);
}

#modalAbout .modal-body .aboutIcons {
  height: 50px;
  width: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
#modalAbout .modal-body .aboutIcons .bi {
  font-size: 25px;
}
#modalAbout .modal-body #aboutIcon1 {
  background: linear-gradient(135deg, #9a56ff 0%, #e36cd9 100%);
}
#modalAbout .modal-body #aboutIcon2 {
  background: linear-gradient(135deg, #289cf5, #84c0ec);
}
#modalAbout .modal-body #aboutIcon3 {
  background: linear-gradient(135deg, #f48665 0%, #fda23f 100%);
}
#modalAbout .modal-body h4 {
  border-bottom: 1px solid black;
  display: inline-block;
  padding: 8px 0 4px 0;
}

.community-section {
  position: relative;
}
.community-section .social-tagline {
  background-color: var(--primary-color);
  padding-top: 45px;
  padding-bottom: 43px;
  font-family: Poppins;
  border-radius: 33px;
  color: var(--white-color, #fff);
  text-align: center;
  position: relative;
  z-index: 10;
}
.community-section .community-bg {
  position: absolute;
  top: 4%;
  left: -4%;
}
.community-section .benefits-section {
  position: relative;
  z-index: 10;
}
.community-section .main-heading {
  text-align: center;
  margin-top: 60px;
}
.community-section .main-heading h5 {
  color: var(--primary-color);
  font-size: 1.25rem;
}
.community-section .main-heading h2 {
  font-size: 2.125rem;
  font-family: Poppins;
  font-weight: 700;
}

.community-cards-section {
  margin-top: 60px;
}
.community-cards-section .community-card {
  background: var(--white-color, #fff) 0% 0% no-repeat padding-box;
  box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  margin-bottom: 25px;
  height: 269px;
}
.community-cards-section .community-card .community-card-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.community-cards-section .community-card .community-card-header .community-card-icon {
  height: 68px;
  width: 68px;
  background: #F0F0FC;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  color: var(--primary-color);
  font-size: 1.563rem;
  margin-bottom: 15px;
}
.community-cards-section .community-card .community-card-header h4 {
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 600;
}
.community-cards-section .community-card .community-card-body {
  font-size: 0.75rem;
  font-family: Montserrat;
  font-weight: 500;
}
.community-cards-section .community-card-uplift {
  position: relative;
  top: -60px;
}

@media (max-width: 992px) {
  .community-section .social-tagline {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
  .community-section .community-cards-section {
    margin-top: 20px;
  }
  .community-section .community-cards-section .community-card-uplift {
    top: 0px;
  }
  .community-section .community-bg {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .community-section .main-heading h2 {
    font-size: 1.5rem;
  }
}
.notable-alumni-section {
  margin-top: 60px;
}
.notable-alumni-section .notable-alumni {
  background: var(--primary-color) 0% 0% no-repeat padding-box;
  border-radius: 33px;
  padding: 52px 52px 140px 52px;
  position: relative;
}
.notable-alumni-section .notable-alumni .main-heading h4 {
  font-family: Poppins;
  font-size: 2.125rem;
  font-weight: 700;
  color: var(--white-color, #fff);
}
.notable-alumni-section .notable-alumni .main-heading p {
  font-family: Montserrat;
  font-size: 1rem;
  color: var(--white-color, #fff);
  line-height: 32px;
  margin-bottom: 0;
}
.notable-alumni-section .notable-alumni .notable-alumni-bg {
  position: absolute;
  top: -33%;
  right: -5.4%;
}
.notable-alumni-section .notable-alumni-cards-section {
  position: relative;
  top: -102px;
  margin: 0 23px 20px 23px;
}
.notable-alumni-section .notable-alumni-cards-section .notable-alumni-card {
  background: var(--white-color, #fff) 0% 0% no-repeat padding-box;
  box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  padding: 26px 24px;
  margin-bottom: 20px;
}
.notable-alumni-section .notable-alumni-cards-section .notable-alumni-card .notable-alumni-card-header .notable-alumni-card-icon {
  height: 64px;
  width: 64px;
  background: #F0F0FC;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  color: var(--primary-color);
  font-size: 1.563rem;
  margin-bottom: 15px;
}
.notable-alumni-section .notable-alumni-cards-section .notable-alumni-card .notable-alumni-card-header .notable-alumni-card-icon img {
  width: 100%;
}
.notable-alumni-section .notable-alumni-cards-section .notable-alumni-card .notable-alumni-card-header h5 {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 600;
  color: var(--grey-color, #4D4D5A);
}
.notable-alumni-section .notable-alumni-cards-section .notable-alumni-card .notable-alumni-card-body p {
  font-family: Montserrat;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0;
}
.notable-alumni-section .notable-alumni-cards-section .notable-alumni-card .notable-alumni-card-body .paraNotableDesc {
  overflow: hidden;
  max-height: 50px;
  transition: max-height 0.4s ease-out;
  /*display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;*/
}
.notable-alumni-section .notable-alumni-cards-section .notable-alumni-card .notable-alumni-card-body .paraNotableDesc:hover {
  max-height: 400px !important;
  transition: max-height 0.5s ease-in;
  /*-webkit-box-orient: initial;*/
  /*-webkit-line-clamp: unset;*/
  /*display: block !important;*/
}
.notable-alumni-section .notable-alumni-cards-section .notable-alumni-card #btnReadMoreNota {
  font-size: 0.75rem;
}

.carousel-wrap {
  width: 100%;
  position: relative;
}
.carousel-wrap .owl-stage-outer {
  border-radius: 0 0 30px 30px;
}
.carousel-wrap .owl-dots {
  display: none;
}
.carousel-wrap .owl-nav.disabled {
  display: block;
}
.carousel-wrap .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
  top: 36%;
  font-size: 18px !important;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color, #fff) !important;
  box-shadow: 0px 3px 16px rgba(46, 46, 46, 0.16);
  border-radius: 2px;
}
.carousel-wrap .owl-nav .owl-prev:hover {
  color: var(--primary-color);
}
.carousel-wrap .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  top: 36%;
  font-size: 18px !important;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color, #fff) !important;
  box-shadow: 0px 3px 16px rgba(46, 46, 46, 0.16);
  border-radius: 2px;
}
.carousel-wrap .owl-nav .owl-next:hover {
  color: var(--primary-color);
}

@media (max-width: 992px) {
  .notable-alumni-bg {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .notable-alumni-bg {
    display: none;
  }
  .notable-alumni-section .notable-alumni .main-heading h4 {
    font-size: 1.5rem;
  }
}
.bottom-sec {
  background: var(--primary-color) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 127px 127px;
  padding: 0 0 90px 0;
}
.bottom-sec .placed-alumni-section {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 127px 127px;
  padding: 55px;
  position: relative;
  z-index: 10;
}
.bottom-sec .placed-alumni-section .main-heading {
  text-align: center;
  position: relative;
  z-index: 10;
}
.bottom-sec .placed-alumni-section .main-heading h5 {
  color: var(--primary-color);
  font-size: 1.25rem;
}
.bottom-sec .placed-alumni-section .main-heading h2 {
  font-size: 2.125rem;
  font-family: Poppins;
  font-weight: 700;
}
.bottom-sec .placed-alumni-section .placed-alumni-company {
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
.bottom-sec .placed-alumni-section .placed-alumni-company img {
  object-fit: contain;
}
.bottom-sec .placed-alumni-section .placed-alumni-company .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.bottom-sec .placed-alumni-section .placed-alumni-company .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .align-img-similar {
  width: 100%;
  height: 200px;
  object-fit: none !important;
  object-position: center;
}
.bottom-sec .placed-alumni-section .placed-bg-img {
  position: absolute;
  top: 0%;
  left: 3%;
}

@media (max-width: 992px) {
  .placed-bg-img {
    width: 100%;
  }
  .bottom-sec .placed-alumni-section .placed-alumni-company img {
    height: 32px;
    width: 150px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .placed-bg-img {
    display: none;
  }
  .bottom-sec .placed-alumni-section .main-heading h2 {
    font-size: 1.5rem;
  }
  .bottom-sec {
    margin-top: 68px;
  }
  .bottom-sec .placed-alumni-section {
    padding: 20px;
  }
}
.gallery-section {
  margin: 60px 0;
  position: relative;
}
.gallery-section .main-heading {
  text-align: center;
}
.gallery-section .main-heading h2 {
  font-size: 2.125rem;
  font-family: Poppins;
  font-weight: 700;
  color: var(--white-color, #fff);
}
.gallery-section .gallery-bg {
  position: absolute;
  top: -170px;
  right: 39px;
}
.gallery-section .gallery-container {
  margin-top: 50px;
  position: relative;
  z-index: 10;
  text-align: center;
}
.gallery-section .gallery-container .card-image {
  margin-bottom: 30px;
  height: 173px !important;
  width: 100% !important;
}
.gallery-section .gallery-container .card-image img {
  border: 2px solid var(--white-color, #fff);
  border-radius: 6px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .gallery-bg {
    display: none;
  }
  .gallery-section .main-heading h2 {
    font-size: 1.5rem;
  }
}
#modalGallery .modal-body .modalGallery-container .bg-img {
  width: 259px !important;
  height: 146px !important;
}
#modalGallery .modal-body .modalGallery-container .bg-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.footer-bg {
  background: #F2F2F9 0% 0% no-repeat padding-box;
  border-radius: 127px 127px 0px 0px;
  margin-top: -95px;
}
.footer-bg .footer-section .newsletter-sec {
  background-color: var(--white-color, #fff);
  padding: 40px 55px;
  border-radius: 38px;
  position: relative;
  top: -44px;
}
.footer-bg .footer-section .newsletter-sec .newsletter-text h5 {
  font-size: 1.25rem;
  font-family: Poppins;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 0;
}
.footer-bg .footer-section .newsletter-sec .newsletter-text h2 {
  font-size: 2.125rem;
  font-family: Poppins;
  font-weight: 700;
  color: var(--grey-color, #4D4D5A);
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec {
  background: var(--white-color, #fff) 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEF8;
  display: flex;
  justify-content: space-between;
  padding: 2px;
  border-radius: 7px;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec input {
  width: 100%;
  border: none;
  padding: 5px;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec input:focus-visible {
  outline: none !important;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec input::placeholder {
  color: #9F9FAC;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec button {
  background-color: var(--primary-color);
  color: var(--white-color, #fff);
  font-family: Montserrat;
  border-radius: 7px;
}
.footer-bg .footer-section .footer-nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer-bg .footer-section .footer-nav .footer-nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-bg .footer-section .footer-nav .footer-nav-links a {
  color: var(--grey-color, #4D4D5A);
  font-size: 0.82rem;
  font-family: Montserrat;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  padding: 40px 20px;
}
.footer-bg .footer-section .footer-copyright {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bg .footer-section .footer-copyright .copyright-left-section {
  width: 35%;
  color: var(--white-color, #fff);
  padding: 25px 0px;
  border-radius: 0px 70px 0px 0px;
  background-color: var(--primary-color);
  text-align: center;
  font-size: 0.75rem;
}
.footer-bg .footer-section .footer-copyright .copyright-right-section {
  width: 35%;
  color: var(--white-color, #fff);
  padding: 25px 0px;
  border-radius: 70px 0px 0px 0px;
  background-color: var(--primary-color);
  text-align: center;
  font-size: 0.75rem;
}
.footer-bg .footer-section .footer-copyright .footer-social-icons {
  padding: 25px 0px;
}
.footer-bg .footer-section .footer-copyright .footer-social-icons img {
  margin: 0px 10px 0px 10px;
}

@media (max-width: 992px) {
  .footer-bg .footer-section .newsletter-sec {
    padding: 25px 35px;
    border-radius: 23px;
  }
  .footer-bg .footer-section .newsletter-sec .newsletter-text h5 {
    font-size: 1rem;
  }
  .footer-bg .footer-section .newsletter-sec .newsletter-text h2 {
    font-size: 1.5rem;
  }
  .footer-bg .footer-section .footer-nav .footer-nav-links a {
    padding: 7px 12px;
  }
  .footer-bg .footer-section .footer-copyright .copyright-left-section {
    border-radius: 0;
    width: 100%;
  }
  .footer-bg .footer-section .footer-copyright .copyright-right-section {
    border-radius: 70px 70px 0px 0px;
    width: 100%;
  }
  .footer-bg .footer-section .footer-copyright .footer-social-icons {
    width: 100%;
    text-align: center;
  }
}
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  overflow: visible;
  background: #fff url("../../assets/images/1.gif") no-repeat center center;
}

.align-img-similar {
  aspect-ratio: 3/2 !important;
  object-fit: contain !important;
  mix-blend-mode: color-burn !important;
}
