.nav-item{
  margin-left: 2px;
  margin-right: 50px;
}
.navbar-nav{
  margin-right: 50px;
}
#active {
  color: brown !important;
}
.navbar{
  margin-top: -10px !important;
  margin-bottom: -70px !important;
}
.navbar-toggler:hover{
border: none !important;
}
.navbar-toggler{
border: none !important;
}
.navbar-toggler:focus {
outline: none;
}
#main{
  background-color: #e71a03;
  color: aliceblue !important;
}
.active .nav-link{
  color: #e71a03 !important;
  border-bottom: 2px solid #e71a03;
}
.nav-link:hover{
  border-bottom: 2px solid #e71a03;
}
.nav-link{
  font-size: 13px;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  .nav-item {
    margin-bottom: 7px;
  }
}
.nav-link:hover::before {
  left: 0;
}

.nav-link{

  border: none;

  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
}
.nav-link::before{
  content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: #e71a03;
    transition: left 0.3s;
}
.animated-button {
  background-color: #e71a03;
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.animated-button:hover {
  background-color: hsl(0, 0%, 100%);
  color: #a70a1d;
  border: 2px solid #a70a1d;
}
.hero-section {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: center;
padding-top: 2%;
  background-size: cover;
}

.hero-content {
  width: 50%;
  margin-top: 20%;
  padding: 20px;

  color: white;
}
.carousel-item img{
  height: 130vh;
}
.hero-content h2{
  background-color: #e71a03;
  color: aliceblue;
  width: fit-content;
  border-radius: 15px;
  padding: 10px 25px 10px 25px;
}
@media (min-width: 576px) {
  .hero-section {
    height: 120vh;
  }
}

@media (max-width: 575px) {
  .hero-section {
    height: 70vh;
  }
    .carousel-item img{
  height: 300px;
}
  .hero-content h2{
      background-color: #e71a03;
      color: aliceblue;
      width: fit-content;
      border-radius: 15px;
      font-size: 20px;
      padding: 15px;
    }
    
}
.fg{
  width: 400px;
  padding: 20px;
  border-radius: 30px;
  background-color: aliceblue;
  align-items: center;
  margin-top: 150px;
  height: 95vh;
}
.form-container {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
}

.form-container label {
  color: #e71a03;
}
  
.browse-matri-data-new {
height: 50px;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
background: #e71a03;
border-radius: 52%;
padding: 5px;
}

.list-number {
  font-size: 18px;
}

.icon{
  margin-right:7px;
}
::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 20px;
}

/* Handle on hover */

#hello{

  animation: shadow-animation 2s infinite alternate;
  margin-top: 3px;
}
@keyframes shadow-animation {
  0% {
    box-shadow: 0 0 10px rgba(223, 112, 21, 0.5);
  }
  100% {
    box-shadow: 0 0 23px rgb(255, 0, 0);
  }
}
.browse-matri-data h3 {
font-size: 21px;
font-family: 'SF-Pro-Display-Semibold', sans-serif;
color: #1C1C1C;
margin-top: 0px;
margin-bottom: 5px;

}
.profile-ol{
  border-radius: 10px;
}
.browse-matri-list {
padding-left: 0px;
}
@media (max-width: 576px) {
  #btncon {
      margin-left: -200px;
  }
}

.browse-matri-list li a {
color: #1C1C1C;
font-size: 15px;
padding: 6px 3px;
transition: all 0.4s ease-in-out;
line-height: 1.7;
font-family: 'SF-Pro-Display-Regular', sans-serif;
}

.browse-matri-list li a:last-child {
font-family: 'SF-Pro-Display-Semibold', sans-serif;
}

.bm-vl {
border-left: 2px solid #585858;
height: 10px;
display: inline-block;
margin: 0px 5px;
}

.bm-pad-l {
padding-left: 0px;
}
.ourmatches{
text-align: center;
font-weight: 600;
border-bottom: 4px solid rgb(222, 28, 28);
width: 350px;
}
.footer-links {
list-style: none;
padding-left: 0;
}

.footer-links li {
margin-bottom: 5px;
}

.subscribe-form {
max-width: 300px;
}

.subscribe-btn {
margin-top: 10px;
}

.copyright {
margin-top: 20px;
text-align: center;
}
.footer {
background-color: #e71a03;
color: white;
padding: 40px 0;

}
footer{
margin-top: 100px;
}
.footer-logo {
font-size: 24px;
margin-bottom: 20px;
}

.footer-address {
margin-bottom: 20px;
}
.footer-links li a{
text-decoration: none;
color: white;

}
.ft{
border-bottom: 2px solid white;
}
.social-icon-footer p {
font-size: 14.18px;
color: #afa6a6;
margin: 0 0 18px;
display: inline-block;
}

.social-icon-footer p a {
color: #fff;
}

.social-icon-footer p a i {
font-size: 20px;
vertical-align: bottom;
margin-right: 30px;
color: #fff;
margin-top: 20px;
background-color: transparent;
text-align: center;
border-radius: 100px;
padding: 10px;
margin-right: 10px;
font-size: 17px;
border: 1px solid #FFFFFF;
}

.fb i:hover {
background-color: #9d814a;
}

.tw i:hover {
background-color: #ed7f3b;
}

.li i:hover {
background-color: #b5600b;
}

.tel i:hover {
/*background-color: #0088cc;*/
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.navb{
margin-top: 100px;
}

.cloud-title {
  position: relative;
  cursor: pointer;
}

.cloud-effect {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  background: black;
  color: white;
  border-radius: 10px;
  width: 100px;
  text-align: center;
  font-style: italic;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.cloud-title:hover .cloud-effect {
  opacity: 1;
}
#pli{
font-weight: 900;

}
#pli:hover{
cursor: pointer;
color: red;
}

.rotate {
  transform: rotate(180deg);
}

