*{
    padding: 0;
    margin: 0;
}
body {
    overflow-x: hidden !important;
    
}

.commingScoon{
    height: 100vh;
}
.secondaryHeading{
    font-family: "Bellota";
    font-weight: 700;
    font-size: 68px;

}
.thirdText{
    font-family: "Bellota";
    font-weight: 400;
    font-size: 28px;
}
.logo{
    width: 208px;
}
.navIcons{
    width: 18px;
    height: 18px;
}
.siteText{
    font-family: "Bellota";
}
.heroBg {
    background: url('assests/indexBg.png');
    width: 100%;
    height: 80vh;  /* This sets the height relative to the viewport height */
    background-position: center;
    background-size: contain; /* Changed from 'contain' to 'cover' to ensure full coverage */
    background-attachment: scroll; /* Changed to 'fixed' for better handling on mobile devices */
    background-repeat: no-repeat;
}

/* Ensure the image adjusts on mobile devices */
@media (max-width: 768px) {
    .heroBg {
        height: 25vh; /* Adjust height on smaller screens */
        background-attachment: scroll; /* Mobile devices handle 'fixed' poorly */
    }
}

.bgBrown{
    background: url('assests/bgBrownimg.png');
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
.bgMain{
    background: url('assets/mainBg.png'); /* Ensure the path is correct */
    width: 100%;
    
    background-position: center;
    background-size: cover; /* Changed from 'contain' to 'cover' to ensure full coverage */
    background-attachment: scroll; /* 'fixed' might be another option you want if you don't want it to scroll with the content */
    background-repeat: no-repeat;
}
.configText{
    font-family: "Bellota";
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
}
.cursive{
    font-family: "Sacramento", cursive !important;
    font-weight: 400;
    font-size: 32px;
    line-height: 46.7px;
}
.btn-success {
    background-color: #7a9b7a !important;
    width: 200px;
    height: 40px;
    color: white;
}
.position-relative {
    position: relative; /* This is crucial if you're positioning children absolutely inside */
}

.new-collection-btn {
    width: 180px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
}
.new-collection-btn {
    width: 180px;
    height: 40px;
    position: absolute;
    top: 20%;  /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust the position to truly center the button */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.descText{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}
.descText2{
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
}
.descText3{
    font-weight: 700;
    font-size: 22px;
    line-height: 16px;
}
.text-secondary{
    font-family:"Bellota" ;
    font-weight: 700;
    font-style: italic;
    font-size: 18x;
    line-height: 21px;
}
.iconText{
    font-family: "Bellota";
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;

}
.paraText{
    font-family: "Bellota";
    font-weight: 700;
    font-size: 18px;
    color: #2e382e;
}
.iconImages{
    width: 164px;
    height: 209px;
}
.bg-green{
    background-color: #7a9b7a !important;
}
.bgGreen{
    
    background-color:#536B53 ;
}
a{
    text-decoration: none !important;
}
