
@import url('https://fonts.googleapis.com/css2?family=Annapurna+SIL:wght@400;700&family=Inter&display=swap');
body { 
    background: rgb(255, 255, 255) !important; 
    font-family: "Annapurna SIL";
}
.accordion {
    --bs-accordion-btn-bg:#adb6c0 !important;
    --bs-accordion-active-bg:#2a425c !important;
    --bs-accordion-active-color:white !important;
    --bs-accordion-btn-focus-box-shadow:none !important;
    --bs-accordion-bg:#adb6c0 !important;
    --bs-accordion-border-color:#2a425c !important;
    --bs-accordion-color:#2a425c !important;

}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
    transition: all 0.5s !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.dropdown-menu{
    --bs-dropdown-link-active-color:white !important;
    --bs-dropdown-link-active-bg:#2a425c !important;
}
.nav{
    color: #2a425c;
}
.blue {
    color:#2a425c !important;
    font-family: "Annapurna SIL";
}
.blue2{
    background-color: #2a425c;
}
.black { 
    background: #151515 !important;
}
.black2{ 
    color: #151515 !important;
}
.dgray{
    background: #636363 !important;
}
.dgray2{
    color: #636363 !important;
}
.dgray3
{
    border-color: #636363 !important;
}
.orange{
    background-color: #93682E!important;
}
.orange2{
    color: #93682E !important;
}
.hover:hover {
    background-color: #93682E !important;
  }
p,h1,h2,h3,h4,h5,h6,a{
    font-family: 'Inter', sans-serif;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
}
.block2{
    margin-left: 200px; 
    margin-right: 200px;
     margin-top: 10px; 
     margin-bottom: 10px;
     border-bottom: solid;
    border-color: #2a425c;
}
.block1 {
    margin: 10px;
    padding: 10px;
    background-color:#2a425c62;
    border-radius: 10px;
    color: #2a425c;
}
.villandrea{
    color: #2a425c;
}
.dropdown{
    position: relative;
}
.dropdown-item.active{
    background-color: red; 
}
.carousel .item {
height: 500px;
}
  
.item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 500px;
}

.btn-blue {
    background-color: #2a425c;
    color: #fff;
  }

.imgborder{
    margin-left:none;
    margin-right: none;
}
.btn-custom {
    color:#2a425c !important;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s;
    position: absolute;
    right: 50%;
    top: 3px;
    text-align: center;
}
.btn-custom:active {
    color: white !important;
}
.square-image{
    height: 150px !important;
    width: 150px !important;
}
.hide {
    display: none;
}  
.myDIV:hover + .hide {
    display: block;
    color: red;
}