@charset "utf-8";
/* CSS Document */
 
html {
  scroll-behavior: smooth !important;
}
.text-light-orange{
    color: #E7B2B2;
}
.text-medium-orange{
    color: #E7A1A1;
}
.bg-white-transparent-2{
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-medium-blue-new{
background-color: #565f72;
}
.text-left{
    text-align: left !important;
}
.anchor {
  display: block;
  height: 80px; /* Adjust this value to match your header height */
  margin-top: -80px; /* Negative margin to offset the height */
  visibility: hidden !important;
}
.text-pink{
    
    color: #eb80a3;
    
}

.text-violet{
    color: #f1cff9;
}
.bg-violet{
    background-color: #EEE2F1;
}

.border-radius-top-only {
  border-radius: 6px 6px 0 0px !important;
}
.border-radius-bottom-only {
  border-radius: 0px 0px 6px 6px !important;
}
.bg-drakest-blue{
    background-color: #011034 !important;
}
.border-top-dashed{
   
 border-top-style: dashed !important; 
    border-color: #eb80a3 !important;
   
    
}

.border-color-pink{
    
     border-color: #eb80a3 !important;
    border-style: dashed;
}
.border-color-pink2{
    
     border-color: #eb80a3 !important;
    
}
.darker-gray{
    background-color: #373839 !important;
}
.dark-pink{
    background-color: #3a0122 !important;
    
}

@media (min-width: 1200px) {
    .offset-xl-1 {
        margin-left: 3.333333% !important;
    }
}