@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    font-family: "Poppins", serif !important;
    overflow-x: hidden;
}
.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.box-shadow-ii{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: #fff;
}

.description h1, .description h2, .description h3, .description h4, .description h5
{
    font-family: "Poppins", serif !important;
    margin-bottom: 1rem !important;
} 
.description p, .description span, .description ul li, .description ol li{
    color: #636363 !important;
    font-family: "Poppins", serif !important;
}
.description ul li{
    list-style-type: disc;
    margin-left: 1rem;
}



.accordion .title svg {
    transition: transform 0.3s ease-in-out;
}

.accordion .title svg.rotate-180 {
    transform: rotate(180deg);
}

iframe{
    width: 100%!important;
}
.description, .about-content, .page-details p, .page-details h1, .page-details span, .page-details h2, .page-details h3, .page-details h4, .page-details h5, .page-details h6{
    display: inline-block; 
    font-family: "Poppins", serif !important;
    color: #57534e !important;
    line-height: 2rem !important; /
}