html {
    scroll-behavior: smooth;
  }

.navbar-brand{
    color: white !important;
    font-size: x-large;
    margin-left: 8%;
}

body{
    overflow-x: hidden;
}

.btn-border{
    border-color: transparent !important;
}
.nav-wrapper {
    opacity: 0;
    z-index: 10;
    transition: all 0.5s ease-in-out 0s;
}

.wel{
    text-align: center;
    /* margin-top: 50%; */
    padding-top: 8em;
}



/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
  
  /* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
  
  /* Style the social media icons with color, if you want 
.facebook {
    background: #3B5998;
}
.instagram{
    background: crimson;
}
.youtube {
    background: #bb0000;
}

.icon-bar a:hover {
    background-color: #000;
}*/



/* #4ccdd9 , #474869 */
.card{
    box-shadow: 10px 40px 115px 27px rgb(0 0 0 / 10%);
}

.bgimage{

    width: 100%;
    background: url(../images/middle-cover.png) no-repeat;
    background-size: 100% auto;

}
.bgimage h1{
    padding: 3rem 1rem;
}

.abt-card{
    padding: 2rem 5rem;
}

.gradient{
    position: absolute;
    background: -webkit-linear-gradient(#4ccdd9, #127c77 );
    color: #ffffff;
    padding: 0.4rem 0.8rem;
    font-weight: bold;    
}

.abt-card .box-heading{
    position: absolute;
    left: -1em;
    top: -2em;
}

.box-heading-activities{
    top: 4em;
}

.activity-image{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

.grid-gap{
    padding: 1rem 2rem;
}

.mapouter{
    position:relative;
    text-align:right;
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
}

.contact-form{
    padding: 1rem;
}

.contact-form input, .contact-form textarea{
    width: 100%;
    padding: 14px 22px;
    margin-bottom: 30px;
    border: 0;
    background: #f4f6f7;
    color: #050505;
    outline: none;
}

.footer-basic {
    padding: 6rem 0;
    background-color:#000000;
    color:#ffffff;
  }
  
  .footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size: 1.5rem;
    line-height:1.6;
    margin-bottom:0;
  }
  
  .footer-basic li {
    padding:0 10px;
  }
  
  .footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
  .footer-basic ul a:hover {
    opacity:1;
  }
  
  .footer-basic .social {
    text-align:center;
    padding-bottom: 1rem;
  }
  
  .footer-basic .social > a {
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height:2.5rem;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 1rem;
    color:inherit;
    opacity:0.75;
  }
  
  .footer-basic .social > a:hover {
    opacity:0.9;
  }
  
  .footer-basic .copyright {
    margin-top: 1em;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
  }

  .nut-images {
    width: 100%;
    height: 25rem;
  }

  @media (max-width: 500px){
      .nut-images {
        height: 500px;
    }
  }





