/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
body{
  /* min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; */
  font-family: halyard-text, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

h1{
  font-family: halyard-display, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  /* border-radius: 25px; */
}
.card{
  /* border-radius: 25px; */
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-content{
  position: relative;
  row-gap: 5px;
  /* border-radius: 1px; */
  /* border-top-right-radius: 22px;
  border-top-left-radius: 22px; */
  color: white;
}

.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  /* border-radius: 25px 25px 0 25px; */
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  /* border-radius: 0 25px 0 0; */
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.card-content{
  font-size: 15px;
  color: #000000;
  text-align: center;
  margin:14px;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #0032823b;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #003282;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #0032823b;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #003282;
}

@media screen and (max-width: 768px) {
  .slide-content{

  }
  .swiper-navBtn{
  }
}


.collapsible {

  cursor: pointer;
  /* width: 100%; */
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: background-color .5s ease-in-out;

}

 .collapsible:hover {
  /* background: rgb(2,0,36); */
  /* background-color: linear-gradient(90deg, rgba(2,0,36,0) 25%, rgba(255,255,255,0.7301514355742297) 50%, rgba(0,212,255,0) 75%);

  transition: background-color .5s ease-in-out; */
}

.content {
  /* padding: 0 18px; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background-color: #f1f1f100;
  /* border-left: solid #aaaaaa; */
}

svg{
  fill: #989898;
  width: 27px;
  margin: auto;
  display: block;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  
}

.active{
  margin-top: 20px;
}

.active svg{
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);

}

.imgcap{
  float: left;
  width: 25%;
  margin-right: 20px;
}

figcaption{
  color: #1b1b1c;
  font-size: 13px;
  text-align: center;
}

img {
  width: 100%;
}

p {
  text-align: justify;

}

.italic{
  font-style: italic;
  padding-bottom: 26px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 24rem;
  /* border-radius: 0.5rem; */
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  /* border-radius: 0.25rem; */
  background-color: lightgray;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.card-content > p{
  padding-bottom: 10px;
} 

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}