
.btn-primary {
  color: #fff;
  background-color: #B71C6F;
  border-color: #B71C6F; }
  .btn-primary:hover {
    color: #fff;
    background-color: #B71C6F;
    border-color: #B71C6F; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 33, 223, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #B71C6F;
    border-color: #B71C6F; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #B71C6F;
    border-color: #B71C6F; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(228, 24, 201, 0.5); }
.font-color-pink{
  color: #5C087A;
}
.font-montserrat{
  font-family: Montserrat;
}
.img-thumbnail{
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2.25rem;
}
.rounded-block{
  border: 1px solid #B71C6F;
  border-radius: 1.25rem;
}
.slick-dots .slick-active .btn-dot{
  background-color: #B71C6F;
}
.slick-dots .btn-dot{
  border: 1px solid #B71C6F;
}
.logo{
   border: none;
}
.banner-organize .card-img-bg {
  height: 1350px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; 
}
.banner-overview .card-img-bg {
    height: 1100px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; 
}
.banner-speaker .card-img-bg {
  height: 3400px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; 
}
.modal-content{
  background-image: linear-gradient(#8005AB, #E13591);
}
.modal-header{
  border: none;
}
.modal-header .close{
  color:#fff;
  font-size: 2rem;
}

.border-title-bottom:after {
  display: block;
  content: '';
  width: 4.5rem;
  height:1px;
  background-color: #fff;
  margin: 0; }

.border-title-bottom.style-2:after {
  background-color: white; }

@media (min-width: 768px) and (max-width: 1010px) {
  .banner-organize .card-img-bg {
    height: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; 
  }
  .banner-overview .card-img-bg {
      height: 1000px;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; 
  }
  .banner-speaker .card-img-bg {
    height: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; 
  }
}

@media (min-width: 350px) and (max-width: 800px) {
  #organize .font-color-pink{
    color: #fff !important;
  }
  #organize .text-gray-700{
    color: #fff !important;
  }
}

@media (min-width: 580px) and (max-width: 700px) {
  .banner-organize .card-img-bg {
    height: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; 
  }
  .banner-overview .card-img-bg {
      height: 1000px;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; 
  }
  .banner-speaker .card-img-bg {
    height: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; 
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .banner-organize .card-img-bg {
    height: 2400px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; 
  }
  .banner-overview .card-img-bg {
      height: 2400px;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; 
  }
  .banner-speaker .card-img-bg {
    height: 2400px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; 
  }
}