
.navigation
{ 
  top: 0;
  position: fixed;
  align-items: center;
	height: 124px;
  width: 100%;
  background-color:#ffff;    
  z-index: 1;         
}
.swiper{
  z-index: 0!important;
}
.swiper-button-next, .swiper-button-prev, .swiper-pagination{
  z-index: 0!important;
}
.carousel-control-prev, .carousel-control-next{
  z-index: 0!important;
}

.nav-links a{
  display: block;
}

.nav-anchors{
  display: flex;
  justify-content:space-around;
  align-items: center;
}

.nav-links{
  display: flex;
  flex:1;
  align-items: center;
  justify-content: space-around;
}

.nav-anchors a
{
	text-decoration: none;
    color: #222;
	  float: left;
	  font-size: 16px;    
    font-weight: 550;   
    padding: 25px;
    padding-right: 25px;
    font-family: 'Encode Sans Condensed', sans-serif;
}

.topic{
  font-family: Brush Script MT, cursive;
  font-size: 50px;
}

.simple{
    margin-left: 0px;
    font-size: 27px;
    margin-top: 6px;
}

.nav-anchors a.active {
  color:  #add8e6; /* or apply any other styling you want for active links */
}

.nav-anchors a:hover{
  color: #add8e6;
}

 .search-container {
  float: right;
}

 .fa-search{
  display: inline-block;
  font: normal normal normal 25px / 1 FontAwesome;
  font-size: 25px!important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: darkgrey;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-menu[data-bs-popper] {
    top: 96%;
    margin-top: var(--bs-dropdown-spacer);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 100%;
}

.dropbtn {
  color: black;
  padding: 24px;
  font-size: 16px;
  padding: 20px 0;    
  padding-right: 70px;
  border: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(143, 139, 139, 0.2);
  z-index: 1;
}
.search-container button:hover {
    background: lightgray;
    overflow: hidden;
}

.dropdown-content a:hover {background-color: #fcf4f4;}


.header {
    overflow: hidden;
    background-color: #fff;
    height: 79px;
  }
  
  .header a {
    float: left;
    color: black;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    font-size: 18px; 
    line-height: 25px;
    border-radius: 4px;
  }
  
 .logo{
  padding-top: 0;
  padding-bottom: 25px;
 }
  
  .header a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .header-right {
    float: right;
  }
  .background-design-hero{
    background-image: url(./img/pexels-n.jpg);
                  background-repeat: no-repeat;
                  background-size: cover;
              }
  
              .padding-hero-content{
                  padding-top: 15vh;
                  padding-bottom: 15vh;
                  background-size: cover;
              }
       
        .sidebar {
            height: 100%;
            width: 320px;
            top: 0;
            right: 0;
            overflow-x: hidden;
            padding-top: 16px;
        }
        .sidebar a {
          padding: 6px 8px 6px 16px;
          text-decoration: none;
          font-size: 20px;
          color: #818181;
          display: block;
        }
  
  .sidebar a:hover {
    color: #070707;
  }
      a{
      text-decoration: none;
      color: black;
  }
  
  .detail-box  {
   color: black;
  }
  
  .detail-box :hover{
    color: #188754;
  }
  .hover-box {
    color: black;
  }
  .hover-box :hover{
    color: #ffff;
    background-color:#212429;
    fill: #ffff;
  }
  .icon:hover {
    fill: #ffff;
  }
  .icon a :hover {
    fill: #ffff;
    color: #ffff;
  }
  .notice{
    color: #070707;
  }
  .notice :hover{
    background-color: #6c747e;
    color: #ffff;
  }
  .cardo {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
  }
 
  /* On mouse-over, add a deeper shadow */
  .cardo:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transform: translateY(-2px) translateX(2px);
  }
  .img-box  {
    display: block;
    background-color: black;
    border-radius: 50%
  }
  .img-box :hover {
    opacity: 0.8;
  }
  .padding-content{
    width: 1150px;
  }
  hr.new1 {
    border-top: 1px solid white;
    
  }
  .head{
    height: 80%;
  }
   
  .next1{
    background-color: #4d4d4d;
    color: #ffff;
    height: 35px;
    width: 35px;
  }
  
  .prev1{
    background-color: #4d4d4d;
    color: #ffff;
    height: 35px;
    width: 35px;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}

.side{
 padding-left: 60px;
  padding-right: 60px;
}

.ride{
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 75px;
  }
  
.image{
    width: 500px;
    height: 550px;
    min-height: 90vh;
    top: 10%;
}
  .popup{
    justify-content: center;
    min-height: 100vh;
    left: 50%;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
  }

  .popup span{
    display: block;
    margin: 0 0  auto;
    background-color: transparent;
    font-size: 35px;
    color: #817d7d;
    border: none;
    cursor: pointer;
  }
.image{
  object-fit: cover;
}

      footer {
      background-image: url(https://lb6a57.n3cdn1.secureserver.net/wp-content/themes/seedfinancial/assets/css/../../assets/img/bottom-footer.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right;
      } 
  
  .footer-menu a:hover {
  color: #e2e211 !important; 
  }
  
  .main {
    margin-left: 160px; /* Same as the width of the sidenav */
    padding: 0px 10px;
  }
  
  @media screen and (max-width: 490px) {
    .header a {
      float: none;
      display: block;
      text-align: left;
    }
    
    .header-right {
      float: left;
    }
  }
  @media screen and (max-height: 490px) {
    .swiper-slide {
      display: block;
    }
    
  }

  @media screen and (max-width: 600px) {
    .nav-links.responsive {position: relative;}
    .nav-links.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
  
    .nav-links.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }