@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

html{
	scroll-behavior: smooth;
}

body{
	font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{
	font-family: 'Playfair Display', serif;
}

.navbar-brand{
	font-family: 'Playfair Display', serif;
}

nav{
	background-color: white;
	position: relative;
	z-index: 1;
}

@media(min-width: 992px){
	nav{
		background-color: transparent;
		position: relative;
		z-index: 1;
	}

	.nav-link{
		text-align: left;
	}
}


.nav-link{
	text-align: center;
}

.hero-section{
	margin-top: -55px;
	background-size: cover;
	height: auto;
	padding-top: 10rem;
	padding-bottom: 10rem;
	position: relative;
	background-attachment: inherit;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media(min-width: 992px){
	.hero-section{
     background-attachment: inherit;
  }
}

.hero-section .container{
	position: relative;
	z-index: 1;
}

.hero-section h1{
	color: #14274e
}

.hero-section span{
	color: #ea97ad
}

.hero-section::after{
	content: '';
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
}

.btn-primary{
	background-color: #ea97ad;
	border-color: #ea97ad;
	border-radius: 10px;
	transition: .4s;
}

.btn-primary:hover{
	background-color: transparent;
	border-color: #ea97ad;
	color: #ea97ad;
	border-radius: 10px;
	transition: .4s;
}

.btn-primary:focus{
	background-color: #ea97ad !important;
	border-color: #ea97ad !important;
	border-radius: 10px;
	box-shadow: none !important;
}

.hero-section-1 .card img{
	border-radius: 25px;
}

.hero-section-1 span{
	color: #ea97ad
}

.hero-section-2{
	background-size: cover;
	height: auto;
	padding-top: 10rem;
	padding-bottom: 10rem;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-section-2 .container{
	position: relative;
	z-index: 1;
}

.hero-section-2 h1{
	color: #14274e
}

.hero-section-2::after{
	content: '';
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
}

.hero-section-2 .card span{
	color: #ea97ad
}

footer{
	background-color: #ea97ad !important;
	color: white
}

footer a{
	color: white;
	font-weight: 500
}

footer a:hover{
	color: white;
	font-weight: 500
}
/* Timeline */
@media (min-width: 768px){
  .timeline {
      width: 750px;
  }
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;

  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.timeline:before {
  content: "";
  bottom: 0;
  top: 0;
  left: 50%;
  position: absolute;
  
  background-color: #eee;
  width: 3px;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}

/* Timeline Token */
.timeline-token {
  color: white;
  background-color: #d291bc;
  
  position: absolute;
  left: 50%;
  top: 9px;
  box-sizing: border-box;
  
  width: 40px;
  height: 40px;
  
  line-height: 42px;
  font-size: 1.4em;
  text-align: center;
  
  margin-left: -20px;
  border-radius: 50%;
}

/* Timeline Panel */
.timeline-panel {
  float: left;
  width: 43%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline-panel:before {
  content: "";
  position: absolute;
  top: 13px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
}
.timeline-panel:after {
  position: absolute;
  top: 14px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #d291bc;
  border-right: 0 solid #d291bc;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline-panel-title {
  color: white;
  background-color: #d291bc;
  padding: 11px;
  
  font-weight: 500;
   
  margin: -20px -20px 0 -20px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 1px 1px #d291bc;
}

.timeline-event-right > .timeline-panel {
  float: right;
}
.timeline-event-right > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline-event-right > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* RESPONSIVE */

@media(max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
  
  .timeline-panel {
    width: calc(100% - 90px);
    float: right;
  }
  .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  
  .timeline-token {
    left: 6px;
    margin-left: 0;
    top: 8px;
  } 
}

.timeline-token img{
	margin-top: -4px;
}