:root{
    --body-color:#f1f1f1;
    --txt-light:#737373;
    --dark-gray:#949494;
    --border:#bababa;
    --bblack:#353535;
    --sami-dark:#373737;
}
img{
    width: 100%;
    height: auto;
}
html,body{
    height: 100%;
}
body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: var(--body-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: var(--txt-light);
    margin: 0px;
    padding: 0px;
}
.sp-70{
    padding: 70px 0px;
}
.section-shot-head{
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--bblack);
}
/* header */
.mainHeader{
    position: fixed;
    left: 3%;
    right: 3%;
    top: 3%;
    z-index: 9999;
}
.main-header-white{
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.brand-logo{
    width: 35%;
}
/* slider */
.main-slider{
    max-height: 750px;
    overflow: hidden;
    position: relative;
}
.black-overflow{
    background-color: rgba(0, 0, 0, 0.28);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 9998;
}
.slider-txt{
    position: absolute;
    left: 5%;
    top: 50%;
    width: 40%;
    z-index: 99999;
    /* background-color: rgba(250, 250, 250, 0.83); */
    padding: 20px 30px;
}
.slider-txt .heading{
    font-size: 30px;
    font-weight: 400;
    color:#ffffff;
    text-transform: uppercase;
}
.slider-txt .sub-head{
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0px;
    color:#ffffff;
}
.slider-txt .head-link a{
    text-decoration: none;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}
.slider-txt .head-link a:hover{
    text-decoration: underline;
    color:#ffffff;
}
/* nav */
.nav-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}
.nav-item{
    float: left;
}
.nav-link{
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 30px 15px;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}
.nav-link:hover{
    color: #ffffff;
    text-decoration: underline;
}
.main-header-white .nav-link{
    color: var(--txt-light);
}
.main-header-white .nav-link:hover{
    color: var(--bblack);
}
/* section 1 */
.section-left{
    background-color:var(--sami-dark);
    color: #ffffff;
    padding: 80px;
    text-transform: uppercase;
    position: relative;
    margin: 0px 80px 0px 0px;
}
.border-box{
    position: absolute;
    height: 8px;
    width: 25%;
    top: 0px;
    right: 20px;
    background-color: var(--body-color);
}
.section-left .head{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
.section-left .pera{
    font-size: 13px;
    text-transform: capitalize;
}
/* section heading */
.section-heading{
    margin: 0px 0px 35px 0px;
}
.section-heading .main-head{
    font-size: 30px;
    font-weight: 400;
}
.section-heading .main-head small{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #949494;
}
.section-heading .sub-heading{
    font-size: 13px;
    font-weight: 400;
}
/* section 2 */
.head-img{
    border: 0px solid var(--txt-light);
    margin: 0px 0px 25px 0px;
}
.head-img img{
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.service-box{
    text-align: center;
}
.service-box .head{
    font-size: 19px;
    font-weight: 500;
    margin: 0px;
    text-transform: uppercase;
}
.service-box .head-txt{
    font-size: 13px;
    font-weight: 400;
    color: var(--txt-light);
    margin: 15px 0px 15px 0px;
}
/* footer */
.main-footer{
    background-color: #ffffff;
    padding: 60px 0px;
    border-top: 1px solid var(--border);
}
.copyright{
    font-size: 11px;
    color: var(--txt-light);
    margin-top: 15px;
    text-transform: uppercase;
}
.terms-conditions ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.terms-conditions li{
    float: left;
    margin: 0px 15px 0px 0px;
}
.terms-conditions li a{
    text-decoration: none;
    color: var(--txt-light);
    font-size: 11px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.terms-conditions li a:hover{
    color: var(--bblack);
    text-decoration: underline;
}
.social-links ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}
.social-links li{
    float: left;
}
.social-links li a{
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: block;
    line-height: 35px;
    font-size: 15px;
    background-color:var(--dark-gray);
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    text-align: center;
}
.social-links li a:hover{
    background-color: var(--bblack);
}
.address{
    font-size: 11px;
    color: var(--txt-light);
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: end;
    line-height: 20px;
}
.address i{
    margin-right: 10px;
    color: var(--bblack);
}
/* arow */
.pre-next-cus .owl-prev {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 90px;
    top: 55%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-next {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 40px;
    top: 55%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-prev:hover,
.pre-next-cus .owl-next:hover {
    background-color: var(--bblack) !important;
    color: #ffffff !important;
}

.pre-next-cus .owl-dots {
    display: none !important;
}
.news-item{
    background-color: #ffffff;
    margin: 10px;
}
.news-body{
    padding: 25px;
}
.posted-by{
    color: var(--txt-light);
    font-size: 13px;
}
.news-link{
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding: 15px 0px;
    color: var(--black);
    transition: all 0.3s ease-in-out;
}
.news-link:hover{
    text-decoration: none;
    color: var(--red);
}
.newsrun{
    font-size: 13px;
    color: var(--txt-light);
    margin: 0px 0px 15px 0px;
}
.read-more{
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    color: var(--txt-light);
    transition: all 0.3s ease-in-out;
}
.read-more:hover{
    color: var(--txt-light);
    text-decoration: none;
}
.ineer-bg{
    background-image: url(../img/inner-banner.png);
    background-size: cover;
    background-position: bottom center;
    position: relative;
}
.inner-header-box{
    text-align: center;
    padding: 150px 0px 50px 0px;
    position: relative;
    z-index: 1;
}
.inner-header-box h1{
color: #ffffff;
font-weight: 700;
margin: 0px;
padding: 0px;
}
.overlayer-black{
    background-color: rgba(0, 0, 0, 0.58);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.btn-big-gray{
    border: none;
    background-color: #4B4E56;
    color: #ffffff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    width: 100%;
}
.btn-big-gray:hover{
    background-color:#69686D;
    color: #ffffff;
    text-decoration: none;
}
.btn-cart-sm{
    border: none;
    background-color: #4B4E56;
    color: #ffffff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
}
.btn-cart-sm:hover{
    background-color:#69686D;
    color: #ffffff;
    text-decoration: none;
}
.news-details{
    font-size: 14px;
    line-height: 25px;
}
.btn-custome{
    border: 1px solid #353535;
    color: #ffffff;
    background-color: #353535;
    font-size: 14px;
    font-weight: 500;
}
.btn-custome:hover{
    border: 1px solid #353535;
    color: #ffffff;
    background-color: #353535;
}
.dropdown-menu{
    border: none;
}
.dropdown-item{
    font-size: 13px;
    text-transform: uppercase;
}
.artist-list{
    margin: 15px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}
.artist-list li{
    float: left;
}
.artist-list li a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #373737;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}
.artist-list li a:hover{
    text-decoration: underline;
    color: #373737;
}
.bio-txt{
    padding: 0px 0px 0px 50px;
}
.gem-hover-box{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gem-hover-box img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.gem-hover-box:hover img{
   transform: scale(1.2);
}

.gem-hover-txt{
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
    bottom: 20px;
    left: 15px;
    right: 15px;
    text-align: center;
}
.gem-overlayer{
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
.subscribe{
    background-color:#A3A3A3;
}
.sub-box{
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    padding: 0px 0px 0px 12%;
}
.sub-box img{
    width: 9%;
    position: absolute;
    left: 0px;
}
.subscribe-form{
    position: relative;
}
.subscribe-form input{
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    outline: none;
    width: 100%;
}
.subscribe-form button{
    position: absolute;
    background-color:#8B8B8B;
    right: 0px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
}