@import url("https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Poppins&display=swap");
body {
  background-color: #d5e1ef;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100vw;

}
.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
	margin-top: 79px;}
.twef h2{width: 100%; font-size: 170px; font-family:"Hammersmith One", sans-serif; color: #e16d18;margin-top: -57px; }
.logo-bitm{position: absolute;left: 0;}
.navbar-header {
    position: relative;
    width: 100%;
}
.cd__intro h1 {
    margin-top: -62px!important;
}
h6{font-size: 14px;padding-bottom: 15px;}
.swiper-button-next, .swiper-button-prev {
	margin-top:20px!important;}

.tb-copy{  font-family: "Poppins", sans-serif;
  font-size: 12px!important;
  text-align: center;
  color: #ccc;}

@media only screen and (max-width: 600px) {
.logo-bitm {
    position: revert!important;
	}
.twef h2 {
    font-size: 112px!important;
    margin-top: -20px!important;
    }
.cd__intro h1 {
    font-size: 12pt!important;
	padding-top: 20px;
	}
.cd__credit{
    padding: 2% 10%;
    }	
.card {
  background-color: #f9fafe;
  width: 550px;
	height:44%!important;	
	}
.name {
	font-size: 12px!important;
	}	
h6 {
    font-size: 8px!important;
	padding-bottom: 6px!important;
    }
.quote span {
    font-size: 7px!important;
    text-align: center;
    }
.quote-container {
     padding: 6px 8px 8px 8px!important;
    }
.title {
	font-size: 8px!important;
	}
.swiper-slide-active .card {
    box-shadow: 0 0px 0px 0px #c9dff0!important;
	transform: scale(1.7)!important;
    min-width: 180px!important;
    }	
.avatar {
    width: 90px!important;
    height: 90px!important;
    top: 0;
    left: 50%!important;
	box-shadow: 0 0 0px #ccc!important;
    transform: translate(-50px, -60px)!important;
    }	
.header {
    margin: 18px 0 0 0!important;
    }	
.cd__intro, .cd__credit {
    padding: 4% 5%!important;
    }	
.cd__intro p {
    font-size: 13px!important;
    }
.quote-icon {
    left: 1%!important;
    top: -14px!important;
	width: 26%!important;
	}
.swiper-slide, swiper-slide {
    margin-top: 50px;
    }	
}





.cd__main{
    display: block !important;
    background: #EB008B !important; /*old color #ddfcf5*/
    min-height: 450px;
   height: 100vh;
}
.container {
  width: 100%;
  height: 100%;
}
.card {
  background-color: #f9fafe;
  width: 550px;
  height:max-content;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 0 0 0;
  transition: transform 400ms;
  opacity: 0.5;
  box-shadow: none;
}

.quote-icon {
  position: absolute;
  z-index: 0;
  opacity: 0.05;
  left: 3%;
  top: 0;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 150px;
  border: 5px solid #f9fafe;
  box-shadow: 0 0 50px #ccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-60px, -60px);
  z-index: 1;
}

.header {
  margin: 50px 0 0 0;
  text-align: center;
  z-index: 1;
}

.name {
  font-family: "Hammersmith One", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
}

.title {
  font-family: "Hammersmith One", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 0 5px;
  color: #e16d18;;
}

.quote-container {
  margin: 0;
  height: 100%;
  z-index: 1;
  padding: 6px 15px 30px 15px;
  overflow: hidden;
}

/*.quote {
  width: 100%;
  height: 95%;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-align: center;
  color: #73808c;
  margin: 0;
}*/
.quote {
  width: 100%;
  height: 95%;
  font-family: "Poppins", sans-serif;
  font-size: 10px!important;
  text-align: center;
  color: #73808c;
  margin: 0;
}
p .quote span{
  font-size: 13px!important;
  text-align: center;

}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.swiper-slide-active {
  z-index: 1;
}

.swiper-slide-active .card {
  box-shadow: 0 8px 30px -7px #c9dff0;
  opacity: 1;
  transform: scale(1.5);
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

@media (max-height: 400px) {
  .header {
    margin: 40px 0 0 0;
  }
  .name {
    font-size: 12px;
  }
  .title {
    font-size: 10px;
  }
  .quote-container {
    padding: 5px 20px 20px 20px;
  }
  .quote-icon {
    width: 75px;
    height: 75px;
  }
  .avatar {
    width: 100px;
    height: 100px;
    transform: translate(-50px, -50px);
  }
}