.fix-size-img {
  width: 152px !important;
}

.ribbon-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #c6070e;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  margin-top: 20px;
}

.ribbon-content {
  width: 33.3333%;
  display: flex;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  color: #f0f0f0;
}

.ribbon-content:hover {
  text-decoration: none;
  color: var(--font-white);
}

.ribbon-element {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ribbon-element img {
  height: 80px;
  width: auto;
}

.why-cucii-title img {
  display: none;
}

.ribbon-element p,
.ribbon-element a {
  font-weight: bold;
  margin: 0;
  color: #f0f0f0;
  font-size: 1.2rem;
}

.ribbon-element p:hover {
  text-decoration: none;
  color: var(--font-white);
}

.ribbon-element a:hover {
  text-decoration: none;
  color: var(--font-white);
}

.bg-cucii-red {
  background-color: var(--cucii-red);
}

.logo-and-name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.dra-img {
  overflow: hidden;
  width: 9rem;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.dra-img img {
  height: 90%;
  width: auto;
}

.continue-btn {
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.continue-btn span {
  margin: 0;
}

.reason-cucii-title {
  color: #979797;
}

.reason-cucii-title b {
  color: var(--bs-body-color);
}

.size-controller {
  width: 1200px;
  gap: 8rem;
}

.floating-point img {
  width: 140px;
}

.floating-point p {
  font-size: 1.2rem;
  margin: 0 0 0 0.8rem;
  font-family: "Poppins", sans-serif;
}

.padding-card {
  position: relative;
  bottom: 1.2rem;
  padding: 0 var(--bs-card-spacer-x);
}

.accordion-width {
  width: 750px;
}

.accordion-width .accordion-button {
  font-size: 1.2rem !important;
}

.accordion-body p {
  text-align: justify;
  font-size: 1.25rem;
}

.accordion-body ul {
  padding-left: 3rem;
}

.accordion-body ul li {
  font-size: 1.25rem;
}

.overlay-primary::before {
  background-color: var(--cucii-blue) !important;
}

.control-image-jarallax #jarallax-container-1 div {
  background-position: 50% 0 !important;
}

.subtitle-cucii {
  font-size: 2.7rem;
}

.intro-education-container {
  display: flex;
  justify-content: center;
}

.intro-education-content {
  max-width: 1920px;
}

.intro-education {
  width: 33%;
}

.intro-image {
  width: 33%;
}

.nav-z-config {
  position: relative;
  z-index: 101;
}

.list-social-item:hover svg {
  fill: #f5f5f5;
}

.list-social-item:hover path {
  fill: #f5f5f5;
}

.count-plus-cards {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.count-plus-cards p:first-child {
  margin-bottom: 0;
}

.count-plus-cards p:last-child {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.btn-red-cucii {
  background-color: var(--cucii-blue);
  color: var(--cucii-white);
}

.flickity-button {
  opacity: 90%;
}

.accordion-item {
  border-width: 2px !important;
}

.careers-counter h2 {
  font-size: 4.5rem !important;
}

.careers-counter p {
  font-size: 1.2rem !important;
}

.f-800 {
  font-weight: 800 !important;
}

.logo-on-banner {
  position: absolute;
  opacity: 1;
  transition: opacity 600ms;
  animation: fadeIn 600ms;
  top: 1rem;
  left: 1rem;
  width: 390px !important;
  height: 390px !important;
  object-fit: contain !important;
}

.swap-banner {
  z-index: 1;
  height: calc(100svh - 118px);
}

#navBar-cc .real-h {
  height: 86px;
}

.swap-banner img {
  object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.flickity-button {
  background-color: var(--cucii-red) !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.banner-image-in {
  animation: fadeIn 800ms;
}

@keyframes topToBottom {
  from {
    transform: translateY(-80%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bottomToTop {
  from {
    transform: translateY(80%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.topToBottom {
  animation: topToBottom 600ms;
}

.bottomToTop {
  animation: bottomToTop 600ms;
}

.banner-text-element {
  margin: 0;
  position: relative;
  text-align: center;
  font-weight: 800;
  transition: color 600ms;
  color: #ffffff;
  text-align: left;
}

.banner-level {
  top: 0.4rem;
  font-weight: normal;
  font-size: 2rem;
}

.banner-text {
  font-size: 3.8rem;
}

.red-badge {
  background-color: #c6070e;
  color: #fff;
  padding: 0.5rem 1rem;
  width: 100%;
}

.red-badge p {
  line-height: normal;
}

.banner-text-container {
  display: none;
  height: 200px;
  align-items: center;
}

.banner-text-2 {
  margin: 0;
  position: relative;
  font-size: 2rem;
  top: 2rem;
  text-align: center;
  font-weight: 800;
  transition: color 600ms;
  color: #000;
}

.float-text-banner {
  font-weight: 800;
  color: #fff;
  transition: color 600ms;
  position: relative;
}

.banner-dark-overlay {
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999999999999999999999999999999999999999999999999999999999;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.banner-dark-overlay img {
  aspect-ratio: 16/9;
}

.abs-mod {
  left: 0;
  right: 0;
  top: 0;
}

.medal-career {
  width: 70px;
  height: auto;
}

@media screen and (max-width: 1600px) {
  .intro-education {
    width: 40%;
  }
  .intro-image {
    width: 40%;
  }
}

@media screen and (max-width: 1402px) {
  .banner-level {
    font-size: 1.8rem;
  }
  .banner-text {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1300px) {
  .logo-on-banner {
    width: 350px !important;
    height: 350px !important;
  }
}

@media screen and (max-width: 1220px) {
  .size-controller {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1210px) {
  .intro-education {
    width: 80%;
  }
  .intro-image {
    margin-top: 1.5rem;
    width: 80%;
  }
}

@media screen and (max-width: 1193px) {
  .banner-level {
    font-size: 1.6rem;
  }
  .banner-text {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1178px) {
  .subtitle-cucii {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1125px) {
  .banner-level {
    font-size: 1.4rem;
  }
  .banner-text {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1000px) {
  .logo-on-banner {
    width: 300px !important;
    height: 300px !important;
  }
}

@media screen and (max-width: 988px) {
  .banner-level {
    font-size: 1.2rem;
  }
  .banner-text {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 920px) {
  .banner-text {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 851px) {
  .banner-text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 850px) {
  .ribbon-element img {
    height: 45px;
  }
  .ribbon-element p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .accordion-width {
    width: 680px;
  }
}

@media only screen and (max-width: 785px) {
  .contact-nav {
    height: 3rem;
  }
	.swap-banner {
		height: calc(100svh - 134px );
	}
  .logo-on-banner {
    width: 280px ;
    height: 280px;
  }
  .red-badge {
		height: 9rem;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.banner-text {
		text-align: center;
	}
  .float-wsp {
    bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .size-controller {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 720px) {
  .accordion-width {
    width: 550px;
  }
  .accordion-width .accordion-button {
    font-size: 1.1rem !important;
  }
  .accordion-body p {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 709px) {
	.red-badge {
		padding: 0.5rem 0.5rem;
	}
}

@media screen and (max-width: 626px) {
  .ribbon-footer {
    padding: 1.5rem 0;
    height: auto;
    gap: 1.2rem;
  }
  .ribbon-content {
    width: 100%;
  }
  .ribbon-content .ribbon-element img {
    height: 50px;
  }
  .ribbon-content .ribbon-element p {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 570px) {
  .accordion-width {
    width: 94%;
  }
}

@media screen and (max-width: 526px) {
  .subtitle-cucii {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 483px) {
  .subtitle-cucii {
    text-align: center;
    font-size: 2rem;
  }
  .logo-and-name {
    flex-direction: column;
  }
}

@media screen and (max-width: 460px) {
  .floating-point {
    flex-direction: column;
    width: 100%;
  }
  .size-controller {
    width: 100%;
  }
}

@media screen and (max-width: 459px) {
  .logo-on-banner {
    width: 200px !important;
    height: 200px !important;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 419px) {
  .banner-text {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 374px) {
	.red-badge {
		height: 9.8rem;
	}
}

@media only screen and (max-width: 373px) {
  .banner-text-2 {
    font-size: 1.5rem;
  }
  .banner-text-container {
    height: 180px;
  }
}

@media only screen and (max-width: 350px) {
  .contact-nav a {
    font-size: 1.2rem;
    top: 0.4rem;
  }
}