*{
    padding: 0px;
    margin: 0px;
}

/* Center the navbar items */
.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}
.navbar{
    --bs-navbar-padding-x: 1;
}
.bgtop{
    background-color: rgb(188,32,47);
    padding-left: 4%;
    padding-right: 4%;
}
.home-section{
    background-color: #F0F0F0;
}
.nav-text{
    font-size: 20px;
    color: rgb(188,32,47);
}

.bottam-line {
    border-bottom: none;
}

.bottam-line.scroll {
    border-bottom: 2px solid rgb(188,32,47); 
}
.slide-up {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  .slide-down {
    max-height: 200px; /* Adjust based on your content's height */
    transition: max-height 0.5s ease-in-out;
  }
.logo{
    width: 90px;
}

.mainpra{
    font-size: 20px;
}
.nav-number {
    display: none;
    color: rgb(188, 32, 47);
    font-size: 14px;
    margin-left: auto;
    align-items: center;
    margin-right: 5%;
    margin-left: 1%;
    display: flex; /* Ensure the div uses flexbox for alignment */
}

.nav-number i {
    margin-right: 8px; /* Adjust space between icon and text */
}

.first-img{
    width: 100%;
    border-radius: 100%;
    border: 2px solid #ccc; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.home-section{
    background-color: #F0F0F0;
}
#mobile-icon {
    display: none; /* Hide by default */
}

li{
   
    font-size: 20px;
    padding-left: 2%;
}
.nav-text:hover{
    border-bottom: 2px solid rgb(188,32,47); 
}

.txt{
    font-size: 18px;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}
.hidden {
    display: none;
}
.center-container {
    text-align: center; 
}
.inline-p {
    display: inline;
    margin-right: 10px;
}

.aa{
    padding-left: 8%;
    padding-right: 8%;
}

.txtstyle{
    font-family: Tahoma, Verdana, sans-serif;
}

.txtstyle1{
    font-size: 22px;
    line-height: 1.5;
    color: #2d2e33;
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
}
.txtstyle1{
    font-size: 20px;
    line-height: 1.2;
    color: #2d2e33;
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
}


.headtxt{
    /* font-family: "Times New Roman", Times, serif; */
    font-family: 'Fjalla One', sans-serif;
    font-size: 35px;
    font-weight: 600;
    /* text-transform: uppercase; */
}


.headtext{
    /* font-family: "Times New Roman", Times, serif; */
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.header-num {
    color:#fff;
    text-decoration: none;
}

.header-num:visited {
color:#fff;
text-decoration: none;
}

.header-num:hover {
color:#fff;
text-decoration: none;
}

.header-num:active {
color:#fff;
text-decoration: none;
}

/*-------------- Animation css ---------------*/

.animation-about {
    position: relative; 
    animation-name: exa;
    animation-duration: 5s;
}

@keyframes exa {
    0%   {left: -100px; top: 0px;}
    25%  {left: 0px; top: 0px;}
   
}

.animation-about1 {
    position: relative; 
    animation-name: exa1;
    animation-duration: 5s;
}

@keyframes exa1 {
    0%   {right: -100px; top: 0px;}
    25%  {right: 0px; top: 0px;}
   
}

/* --------------------------------- */

/* ---------------responsive css----------------- */


@media (max-width: 480px) {
    .headtxt{
       
        font-family: 'Fjalla One', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
      padding-top: 2rem;
    }
    .mainpra{
        font-size: 16px;
    }
    .bottam-line.scroll .nav-number {
        display: flex; /* Show when scrolled on small screens */
    }
    #mobile-icon {
        display: none; /* Hide by default */
    }
    
    .topnav {
        padding-top: 70px !important;
    }
    #mobile-icon.scroll{
        display: block; 
    }

    .btn1{
        justify-self: center;
        text-align: center;
    }

    .headtext{
        font-family: 'Fjalla One', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
    .txtstyle1{
        font-size: 16px;
        line-height: 1.5;
        color: #2d2e33;
        font-family: 'Fjalla One', sans-serif;
        font-weight: 400;
    }
    .bgtop{
        padding-left: 0%;
        padding-right: 0%;
        }
       
        .logo {
            width: 70px;
        }
        .nav-res{
            font-size: 13px !important;
        }
        
       
        .inline-p {
            display: inline;
            margin-right: 0px;
        }


}


@media (max-width: 768px) {
    .headtxt{
       
        font-family: 'Fjalla One', sans-serif;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
      padding-top: 2rem;
    }
    .mainpra{
        font-size: 20px;
    }
    .btn1{
        justify-self: center;
        text-align: center;
    }

    .headtext{
        font-family: 'Fjalla One', sans-serif;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }
    .txtstyle1{
        font-size: 18px;
        line-height: 1.5;
        color: #2d2e33;
        font-family: 'Fjalla One', sans-serif;
        font-weight: 400;
    }
    /* .bgtop{
        padding-left: 0%;
        padding-right: 0%;
        }
       
        .logo {
            width: 60px;
        } */
       
        
        .inline-p {
            display: inline;
            margin-right: 0px;
        }

        .nav-res{
            font-size: 12px;
        }

}