#gold {
background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #b77b08 30%, #f8eb7f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #836922 25%, #cc9b09 62.5%, #5d4a1f 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.overview {
padding: 70px 0;
background: url("../IMG/bgsecond.png");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.paritoshone{
background: url(https://theluxehubindia.in/LUXURYPROJECT/IMG/bgbgone.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

@media screen and (min-width: 240px) and (max-width: 1024px){
#mobileview{
display: none;
}
}

.kingdomking{
background: url(IMG/bgbgbgone.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.highlight-list li::before {
content: "✔";
position: absolute;
left: 0px;
color: rgb(79, 195, 247);
}
.highlighparitsh{
background: url(IMG/bgbgblackone.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

.section-btn {
    background: #1f3f8b;
    color: #fff;
    padding: 12px 28px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 1024px){
.hero-box {
background: #000;
opacity: 0.7;
padding: 25px 20px;
width: 95%;
max-width: 420px;
border-radius: 4px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
}