/* width */
::-webkit-scrollbar {
    width: 5px;

}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(103, 103, 103, 0.53) !important;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(168, 134, 79, 0.91);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(157, 125, 73);
}

.navbar-grad {
    background: rgb(50, 50, 50);
    background: linear-gradient(180deg, rgba(50, 50, 50, 0.7111636891084558) 0%, rgba(148, 148, 148, 0) 100%);
}

.nav-scroll {
    background: #FFFFFF !important;
    height: 120px;
}


.navbar-nav > li > a, .navbar-nav > li > span {
    color: #ea9424 !important;
    font-size: 18px !important;
}

.navbar-nav > li > a:hover, .navbar-nav > li > span:hover {
    color: #ff910b !important;
}

.navbar .navbar-nav .active {
    color: #f8ead9 !important;
    background-color: #ff9e18;
    padding: 10px 15px;
    border-radius: 10px;
}

.logo-img {
    width: 11vw !important;
    margin-bottom: 0;
    padding-top: 5vh;
}

.nav-scroll .logo-img {
    width: 120px;
    margin-bottom: 45px;
}

.footer-logo {
    width: 150px;
}

.empty-margin {
    padding: 60px 0;
}

.fix-img{
    height: 230px!important;
}

.bg-dark-grey {
    background-color: #292929 !important;
}

.facilties .single-facility .facility-shape {
    opacity: 0.15;
}

.facilties .single-facility .facility-shape span {
    color: #FF9E18FF!important;
}

.facilties .single-facility{
    transition: 400ms;
}
.facilties .single-facility:hover{
    border: 1px solid #FF9E18FF!important;
}

.theme-color{
    color: #ff9a19!important;
}
.banner-header{
    height: 50vh !important;
}
.wedding-header{
    height: 70vh !important;
    max-width : 100% !important;
}

.padding-bottom-page{
    padding-bottom: 30px !important;
}

  .wedding-header{
        height: 70vh !important;
        width:100% !important;
    }

/*  LAPTOPS  */
@media screen and (min-width: 1000px) {

    .hide-laptop{
        display: none!important;
    }
    .padd-right-lg-200 {
        padding-right: 200px !important;
    }

    .padd-right-lg-150 {
        padding-right: 150px !important;
    }

    .navbar-nav > li > a, .navbar-nav > li > span {
        color: #ea9424 !important;
        font-size: 18px !important;
        padding: 10px 15px !important;
    }

    .navbar .navbar-nav .active {
        padding: 10px 15px;
    }

    .empty-margin {
        padding: 60px 0;
    }

    .service-cards .single-facility{
        /*height: 280px;*/
        height: auto !important;
    }
    .facilties .single-facility .facility-shape {
        bottom: 25% !important;
        left: 28% !important;
    }
     .wedding-header{
        height: 70vh !important;
        width:100% !important;
    }
    #chooseusMobile{
        display: none;
    }
    #mobileBanner2{
        display:none;
      }

}



/*  MOBILES  */
@media screen and (max-width: 1001px) {
    .bg-position-left {
        background-position: left center !important;
    }

    .bg-position-30 {
        background-position: 30% center !important;
    }
    .bg-position-35 {
        background-position: 35% center !important;
    }

    .bg-position-55 {
        background-position: 55% center !important;
    }
    .bg-position-40 {
        background-position: 40% center !important;
    }

    .bg-position-20{

    }

    .navbar-nav > li > a, .navbar-nav > li > span {
        padding: 5px 15px;
    }

    .logo-img {
        width: 140px;
        padding-top: 0;
    }

    .nav-scroll .logo-wrapper {
        padding: 0;
        background-color: rgba(255, 255, 255, 0);
    }

    .nav-scroll .logo-img {
        width: 120px;
        margin-top: -15px;
        margin-bottom: 0;
    }
    .hide-mobile{
        display: none!important;
    }

 .wedding-header{
        height: 36vh!important;
        width:100% !important;
    }
    #divImgEmail{
        display: none;
    }
    #divEnquiry{
        width:100%;
    }
   #countryCode{
        /* width:38% !important; */
    }
    #divName{
        width:100%;
    }
    #divEmail{
        width:100%;
    }
    #chooseusMobile{
        display: block;
    }
    #chooseusScreen{
        display: none !important;
    }
    .feature-card{
        padding:10px !important;
        min-height:140px !important;
    }
    
    .banner-header{
        height: 30vh !important;
    }
    ul.footer-explore-list{

    }
    ul.footer-explore-list li{
        float:left !important;
        margin:5px 10px;
    }
    h3.quicklinks{
        margin:10px 0px;
        display: none;
    }
    .bg-position-30 {
        background-position: 50% center !important;
    }
    .container{
        max-width:700px;
    }
    #mobileBanner{
       display: none;
    }
    #mobileBanner2{
        display: block;
    }
    .footer-title{
        font-size:18px;
    }
    .footer-contact-text{
        font-size:10px;
    }
    .footer-contact-mail{
        font-size:10px;
    }
    .footer-explore-list li a{
        font-size:10px;
    }
    .footer-logo{
        margin-top:1px !important;
        width:100px;
    }
    .banner-header{
        /*height:50vh !important;*/
    }
}


