/* nav bar start */

.nav-contact-btn {
    border: 0px;
    border-radius: 35px;
    background-color: #6B8211;
    color: #fff;
    font-size: 16px!important;
    font-weight: 600;
    font-style: normal;
}

.nav-link {
    color: #fff;
    font-size: 14px!important;
     font-weight: 500 !important;
     font-style: normal;
     letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px !important;
}
li.nav-item.active {
    color: #6B8211 !important;
     border-bottom: 2px solid #6B8211;
}
.nav-link:focus,
.nav-link:hover {
    color: #6B8211;
    border-bottom: 2px solid #6B8211;
}

.dropdown-menu {
    background: rgba(0, 0, 0, 0.63);
    border-radius: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding:0px;
} 
.dropdown-menu li{
    border-bottom: 1px solid #6B8211;
   
}
.dropdown-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-item {
    color: #fff;
}
.me-10{
    margin-right: 55px !important;
}
nav {
    position: -webkit-sticky;
    position: sticky;
    /* sticky or fixed are fine */
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background: linear-gradient(to bottom, #000, #0003 70%, #0000);
    /* background when scroll is in the top */
    transition: .5s;
    /* control how smooth the background changes */
}

nav.scrolled {
    background: rgba(111, 68, 36, 0.96);
}

main {
    height: 200vh;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #6B8211;
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #6B8211;
    color: #fff;
}
/* nav bar end */


/* banner start */
.carousel-caption {
    left: 8%;
    text-align: start;
    bottom: 0;
    top: 25%;
}
.banner-p-w{
    width:65% !important;
}
.carousel-control-prev-icon {
    background-image: none !important;
}
.carousel-control-next-icon{
    background-image: none !important;
}
.titil {
    border-left: 4px solid #6B8211;
}

.banner-btn1 {
    border: 0px;
    border-radius: 35px;
    background-color: #6B8211;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins'!important;
     font-family: 'Inria Serif', serif  !important;
  font-family: 'Poppins', sans-serif  !important;
}

.banner-btn1:hover {
    border: 2px solid #6B8211;
    border-radius: 35px;
    background-color: transparent;
    color: #fff;
}

.banner-btn2 {
    border: 2px solid #6B8211;
    border-radius: 35px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins'!important;
     font-family: 'Inria Serif', serif  !important;
  font-family: 'Poppins', sans-serif  !important;
}

.banner-btn2:hover {
    border: 0px;
    border-radius: 35px;
    background-color: #6B8211;
    color: #fff;
}

.carousel-indicators {
    display: flex !important;
    justify-content: start !important;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 10px !important;
    background-color: #6B8211;
    opacity: .3;
    border: 2px solid #fff;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-indicators {
    margin-left: 10%;
}

.carousel-item {
    transition-duration: .5s;
}
.carousel-control-prev {
    width:1% !important;
}

/* banner end */

/* media quary */
@media only screen and (max-width: 768px) {
    .carousel-caption {
        top: 20%;
        right: 15% !important;
        left: 15% !important;
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .d-none {
        display: block !important;
    }
    .me-10{
        margin-right: 0px !important;
    }
    .b-t{
        font-size: 27px!important;
    }

    
}

@media only screen and (max-width: 820px) {
  .navbar {
        background: rgba(111, 68, 36, 0.96);
    }
.banner-p-w{
    width:100% !important;
}
    .navbar-toggler-icon {
        position: relative;

    }
    
    button:focus:not(:focus-visible) {
        border: 0px solid #fff;
    }

    .navbar-toggler-icon::after {
        content: "";
        width: 100%;
        position: absolute;
        height: 2px;
        top: 65%;
        background: #fff;
        left: 0;
        border-radius: 30px;

    }

    .navbar-toggler-icon::before {
        background: white;
        content: "";
        width: 100%;
        position: absolute;
        height: 2px;
        top: 33%;
        left: 0;
        border-radius: 30px;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0rem;
    }

    .navbar-collapse {
        margin: 30px;
        padding: 20px;
        background-color: #fff;
    }
    .nav-contact-btn{
        width: 100%;
    }
    .nav-link{
        color: #6F4424;
    }
    .nav-d-btn::after{
          position: absolute !important;
          right: 0 !important;
          margin-top: 15px;
    }
    .nav-link {
       border-bottom: 1px solid #6F4424;
    }
  
}

@media only screen and (max-width: 820px)
button:focus:not(:focus-visible) {
    border: 0px!important;
}
