@font-face {
    font-family: 'Lexend';
    src: url("Lexend/static/Lexend-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Lexend', sans-serif;
}

.container-fluid {
    padding: 0;
    margin: 0;
    width: 100%;
}

.row {
    margin: 0;
}

a {
    color: #000 !important;
    font-style: normal;
    text-decoration:none !important;
}



.active {
    font-weight: bolder !important;
}

.button {
    background-color: #0056b3;
    color: #fff;
    border-radius: 50px !important;
}

.homepagepadding{
    padding-bottom:15%
}
.textalign{
    text-align: justify;
    hyphens: auto;
}
.h1font{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}
.h2font{
    font-size: 18px;
    font-weight: 490;
}
.h3font{
    font-size: 35px;
    font-weight: 460;
    line-height: 1.2;
}

/* Logo and menu icon */

.header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.logo img {
    width: 60%;
}

.menu-icon {
    font-size: 28px;
    cursor: pointer;
    display: none;
    color: black;
}


/* Sidebar styles */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color:rgba(247, 247, 247, 1) !important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #111 !important;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    background-color: #575757;
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 26px !important;
    cursor: pointer;
}

/* Navigation links hidden on mobile */
.hidden-text {
    display: flex;
    justify-content: space-between;
}
/* Hidden sub-items initially */
.submenu {
    display: none;
    padding-left: 15px;
}

.submenu a {
    font-size: 16px !important;
    font-weight: 400;
    color: #ccc;
}

/* Show sub-items when active */
.submenu.active {
    display: block;

}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 28px;
    border: none;
    outline: none;
    /* background-color: #111; */
    color:#111;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
  }
  html {
    scroll-behavior: smooth; 
  }
   /* Background properties and transition effect to section */
   .section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    cursor: pointer;
    flex: 0.2;
    margin: 8px;
    position: relative;
    transition: all 0.7s ease-out;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    font-size: 10px;
    padding: 2px;
    padding-top: 3%;

}
.section div.txt {
display: none;
}

/* Show text in the active section */
.section.active div.txt{
display: block;
}

.section.active {
    flex: 3;
    padding: 5px;
    font-size: 16px;
    padding: 30px;
    /* padding-top: 5%; */

}
/*====================================================== Media queries(for mobile)============================================================================== */
@media (max-width: 576px) {
    @font-face {
        font-family: 'Lexend';
        src: url("Lexend/static/Lexend-Regular.ttf") format('truetype');
        font-weight: 200 !important;
        font-style: normal;
    }
    body {
        font-family: 'Lexend', sans-serif;
    }

    .vis{
        
    }
    .hidden-text {
        display: none;
        /* Hide navigation links */
    }

    .menu-icon {
        display: block;
        /* Show menu icon on mobile */
    }
   
    .h1font{
        font-size: 22px;
        font-weight: 600;
    }
    .h2font{
        font-size: 18px;
        font-weight: 600;
    }
    .h3font{
        font-size: 16px;
        font-weight: 600;
    }
    .imgpadding{
        padding-top: 18%;
    }
.logo{
    max-width: 66.666667%;
}
.logo img{
    width: 60%;
}
.homepagepadding{
    padding-bottom:35%
}

    .header {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        justify-content: space-between;
    }

    .xlcarez{
        padding-top: 2px;
        padding-bottom: 20px;
    }
    .xlcarezimg{
        width: 100%;
        border-radius: 10px;
    }
    
}

@media (min-width: 577px) {
    .menu-icon {
        display: none;
        /* Hide the menu icon on desktop */
    }
    .xlcarez{
        padding-top: 40px;
    }
    .xlcarezimg{
        width: 30%;
        border-radius: 10px;
    }

    .sidebar {
        display: none;
        /* Hide sidebar on desktop */
    }
    .hide-mobile-text{
        display: none;
    }
    .imgpadding{
        padding-top: 10%;
    }
    .rxprozcardpadddingtop{
        padding-top: 10%;
    }
}