/*.gradient-background {
  background: linear-gradient(300deg, #00bfff, #ff4c68, #ef8172);
  background-size: 180% 180%;
  animation: gradient-animation 15s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}*/

/*wave*/
.custom-shape-divider-top-1754236671 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1754236671 svg {
    position: relative;
    display: block;
    width: calc(115% + 1.3px);
    height: 87px;
}

.custom-shape-divider-top-1754236671 .shape-fill {
    fill: #EBEBDF;
}

/*heading*/
#heading {
  background-color: #191265;
}

span {
	color: #EBEBDF;
}

/*content*/
#content {
  background-color: #EBEBDF;
}

.picture_cat {
	height: 200px;
	border-radius: 50%;
}

.container {
  color: #191265;
}

.intro {
  line-height: 35px;
  font-weight: 500;
}

.text-body-emphasis {
  color: #191265 !important;
}

.detail {
  color: #191265;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 500px 500px;
  gap: 35px;
}

.item-3 {
  grid-column: span 2;
}

.grid-item {
  border:#191265 solid;
  border-radius: 30px;
}

/*content > education*/
.education {
  display: flex;
  flex-direction: column;
  text-align: left;
}

/*content > carousel*/
.carousel-inner {
  height: 500px;
  background-color: #191265;
}

.carousel-item {
  height: 500px;
} 

/*footer*/
#footer {
  background-color: #191265;
}

.contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	text-align: right;
}

.text-body-secondary {
	text-decoration: none;
	margin: 0 6px;
	line-height: 35px;	
}

.contact-me {
	margin-bottom: 6px;
}