@import url('https://fonts.googleapis.com/css?family=Yantramanav:100,300');

*{
    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;
}
#mobile-icon {
  display: none; /* Hide by default */
}

.nav-text:hover{
  border-bottom: 2px solid rgb(188,32,47); 
}

li{
  font-size: 20px;
  padding-left: 2%;
}

.mainpra{
    font-size: 20px;
}

.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);
}

.txt{
    font-size: 18px;
}
.logo{
  width: 90px;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.hidden {
    display: none;
}

.center-container {
    text-align: center; 
}
.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;
}

.nav-number i {
  margin-right: 8px; 
}
.inline-p {
    display: inline;
    margin-right: 10px;
}

.aa{
    padding-left: 8%;
    padding-right: 8%;
}

.underline {
  border-bottom: 5px solid rgb(188,32,47);
  border-radius: 16px;
  width: 4rem;
  margin: 0 auto; /* Center horizontally */
}




.formborder{
  border: 2px solid rgb(188,32,47);
  padding: 4%;
  background-color: white;
}
.txtform{
  /* color:rgb(188,32,47) ; */
  font-size: 18px;
  /* background-color: aliceblue; */
}

input[type="text"], input[type="radio"], select, textarea {
  color: black;
}


  .form-control {
   
    /* border-bottom: red */
    /* background-color:; */
    border-color:#cb202f;
}


.form-select{
  border-color:#cb202f;
}



.form-check-input{
  border-color:#cb202f;
}


.btnsubmit{
  font-size: 16px;
  width: 25%;
  height: 50px;
}


.btnsubmit:hover{
  font-size: 18px;
  width: 25%;
  height: 50px;
}




/*---------- Animation Css -------------*/


  .animation-contact {
    position: relative; 
    animation-name: exa;
    animation-duration: 3s;
}

@keyframes exa {
    0%   {left: 0px; top: -200px;}
    25%  {left: 0px; top: 0px;}
   
}


/*---------------- form CSS -------------*/



/*------------------- MEDIA QUERIES ------------------*/


@media (max-width: 480px){
  .bgtop{
    padding-left: 0%;
    padding-right: 0%;
    }

    .logo {
        width: 70px;
    }
    .nav-res{
      font-size: 12px;
  }
  .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; 
}
  .inline-p {
      display: inline;
      margin-right: 0px;
  }


}




@media (max-width: 768px){


.inline-p {
    display: inline;
    margin-right: 0px;
}

.nav-res{
    font-size: 12px;
}

}