@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p{
    line-height:inherit;
}
body{
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Raleway', sans-serif;
}
.sliderSec .swiper.mySwiper .swiper-slide{
    height: 620px;
    background-position: top;
    background-size: cover !important;
}
.aboutSec h2{
    color: #000;
    font-size: 38px;
    font-weight: 700;
    line-height: 60px;
}
.aboutSec h6{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: initial;
}
.aboutSec h5{
    color: #cfba82;
    font-size: 35px;
    font-weight: 400;
    white-space: nowrap;
}
/*.aboutSec p{*/
/*    color: #000;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    margin-top: 10px;*/
/*    text-transform: uppercase;*/
/*}*/
.aboutSec button{
    background-image: linear-gradient(133deg,#c0aa71,#f3e0ab);
    display: inline-block;
    padding: 1rem 2rem;
    border:none;
    color: #fff;
    border-radius: 10px;
}
.fixedBotton{
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     z-index: 999;
    transform: translateY(100%);
    transition: all 0.4s ease;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
.fixedBotton.show {
    transform: translateY(0);
}
.fixedBotton a{
    color: #000;
    text-decoration: none;
}
.fixedBotton a i{
    font-size:1.7rem;
    color:var(--Primary);
}
.paraSec p{
    text-transform: none;
    font-weight: 300;
    line-height: 30px;
}
.gallerySec{
    padding: 2rem 0;
    background-image: linear-gradient(179deg,#666,#171615);
}

.advantageSec{
    padding: 3rem 0;
}
.boxAdvantage{
    background-color: #cfba82;
    padding: 4rem 0;
    text-align: center;
    border-radius: 5px;
}
.damacAround , .brandCollaboration , .locationSec , .aboutIntro{
    background:linear-gradient(#faf8ef,#fefefe);
}
.childbrand {
    background: #fff;
    text-align: center;
    padding: 1rem;
    margin: 0.7rem 0;
    border-radius: 6px;
}
.childbrand img{
    width:150px;
    margin:auto;
}
.footerSec{
    background:var(--Primary);
    padding-top:2rem;
    padding-bottom:7rem;
}
.headerIntro {
    padding: 2rem 0rem;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.headerIntro h1 {
    font-size: 1.7rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.headerIntro p{
    font-size:16px;
    color:#fff;
}
.headerIntro a{
        background: var(--Primary);
        padding:0.5rem 1.2rem;
        text-decoration:none;
        color:#fff;
        border-radius:5px;
}
.sliderSec {
    /*margin-top: 5rem;*/
}
/* Navbar spacing & shadow */
.navbar {
    padding: 12px 0;
    transition: all 0.3s ease;
}

/* Nav links style */
.myNav .nav-link {
    padding: 8px 14px;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Hover effects */
.myNav .nav-link:hover {
    background: #c59a3c;
    color: #fff !important;
}

/* Sticky state */
.navSec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    animation: slideDown 0.4s ease;
}

/* Logo thora compact jab sticky ho */
.navSec.sticky .navbar-brand img {
    width: 140px;
    transition: 0.3s;
}

/* Smooth animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.navSec{
     transition: all 0.3s ease;
    z-index: 999;
    /*background:#1c2e16;*/
}
.queryForm .form-control{
    border-radius:40px;
    height:auto;
    padding:1rem 0.8rem;
    border:1px solid var(--Primary);
}
.queryForm .form-group{
    margin:5px 0;
}
.queryForm button{
    background:var(--Primary);
    border-color:var(--Primary);
    color:#fff;
    padding:1rem 2.3rem;
    border-radius:40px;
}
.sliderSec{
    border-bottom:5px solid var(--Primary);
}
.overScroll{
    height:520px;
    overflow:auto;
    margin-top:3.4rem;
}
.overScroll ul li a{
    text-decoration:none;
    /*color:#000;*/
}
.introInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brandCollaboration .card-body a{
    background:var(--Primary) !important;
    border-color: var(--Primary) !important;
}