@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

strong{
  font-weight: bold;
}

body {
  color: #1d1d1d;
  background-color: #f1f3f5;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-family: 'Sora', sans-serif;
  overflow-x: hidden !important;
}

a {
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-family: 'Sora', sans-serif;
  text-decoration: none;
}

a:hover{
  color: #d8187c;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.contact-map-card {
  border: none !important;
  box-shadow: inset 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.contact-crev {
  position: relative;
  overflow: hidden;
  padding: 120px !important;
}

.card-body{
  padding: .5rem;
}

iframe, .card-body .col-3 a svg{
  border-radius:5px;
}

.list-unstyled li h5{
  font-weight: bold;
  /*border-bottom: 1px solid #1d1d1d;*/
  text-decoration: underline;
  text-decoration-color: #696969 ;
  text-underline-offset: 8px;
  line-height: 40px;
  margin: .5rem 0px;
  width: 50%;
}

footer .logo{
  max-width: 150px;
}

.copyright {
  font-size: 13px !important;
  color: #696969;
  margin:0.5em 0px 0px auto !important;
}

.btn-primary{
  background-color: #ff0084;
  border-color: #ff0084;
}
.btn-primary:hover, .btn-primary:active{
  background-color: #94044e;
  border-color: #94044e;
}

.modal{
  box-shadow: inset 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border: none;
}

.modal-header{
  border-bottom: 5px solid #fd0083;
}

.modal-footer{
  border-top: 5px solid #fd0083;
  flex-wrap:nowrap;
  gap: 3px;
}

.modal-footer button{
  width: 50% !important;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .contact-crev, .contact-crev .col-xl-4.col-sm-12{
    padding: 0px !important;
  }

  .contact-map-card {
      padding: 1rem .2rem !important;
  }

  footer .logo{
    max-width: 100%;
    margin-bottom: 10px;
  }
  
}