/* @import url('https://fonts.googleapis.com/css2?family=Gulzar&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Gulzar&display=swap'); */

@font-face {
    font-family: myfonts;
    src: url(../css/myFonts/Montserrat-Medium.ttf);
}
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: myFonts;
}
a{
    text-decoration: none !important;
}
a:hover{
    color: white !important;
}
hr.section-end{
    background-color: var(--heading-color);
    margin: 100px 0px;
}
body{
    background-color: black !important;
}
:root{
    --bg-color:black;
    /* --heading-color: #ffbb33; */
    --heading-color:  #C0942C;

}
.var-heading{
    /* color: var(--heading-color); */
    color:  #C0942C ;
    font-weight: bolder;
}
.commercial-plan-bgimg{
    /* background-image:url(../../images/commercial-plan/slider-1.webp); */
    /* height: 100vh; */
    background-size:100% 100%;
    margin-top: 100px;
}
.fa-youtube-play{
    color: rgb(255, 0, 0);
}
.fa-facebook{
    color:white;    
}
.fa-instagram{
    color: #DD2A7B;
}

#header{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top:90px;
}
#header-2,.info-section-2{
    display: none;
}
.navbar-collapse{
    background-color: black;
}
.navbar{
    background-color: black;
}
nav .navbar-toggler{
    padding: 10px 10px;
    background-color: white;
}
.navbar-nav li{
    margin: 10px 0px;
}
.nav-item .nav-link{
    padding: 10px 15px !important;
    font-weight: bold;
    cursor: pointer;
}
.nav-link.active{
    border-bottom: 1px solid var(--heading-color);
}
 
#commercial-segments .sub-menu{
    display: none;
    position: relative;
}
#commercial-segments:hover .sub-menu{
    display: block;
    position: absolute;
    top: 62%;
    background-color: black;
}
#commercial-segments .sub-menu li{
    list-style: none;
}

 .collapse form button{
    margin-left: 20px !important;
    font-weight: bold;
}
.container-fluid .info-section{
    position: absolute;
    width: 25%;
    padding-top: 20px;
    top: 0%;
    right: 7%;
    background-color: rgba(0, 0, 0, 0.511);
    height: 100%;
}
.info-section .heading{
    font-size: 23px;
}

.info-section a{
    background-color:var(--heading-color);
}
.commercial-and-login-invester .row .col-md-6{
    background-color: black;
}
.commercial-and-login-invester .col-12 h1{
    padding: 40px 0px;
    margin-top: 20px;
    /* border-bottom: 1px solid var(--heading-color); */
}
.invester-login{
    height: 100%;
    background-color: #2F2F2F;
    padding: 70px 0px;
    padding-bottom: 100px;
    position: relative;
    isolation: isolate;
}
.invester-login .test-svg,.invester-login .test-svg-2{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.invester-login .test-svg-2{
    transform: rotateY(180deg);
}
.invester-login .heading,.commercial-invester .heading{
    color: var(--heading-color);
}
.invester-login p,.commercial-invester p{
    color: rgb(210, 201, 201);
}
.invester-login a{
    margin: 50px 0px ;
    border: 1px solid black;
    background-color:var(--heading-color);
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
}
.invester-login a.text-white:hover{
    background-color: black;
    border: 1px solid var(--heading-color);
}
.shah-intro p{
    font-size: 25px;
}
.shah-text p{
    line-height: 30px;
}
.shah-yt-btn button{
    border: 2px solid var(--heading-color);
    background-color: black;
    color: var(--heading-color);
    font-weight: bold;
}
.shah-yt-btn button a{
    color: var(--heading-color);
}
.shah-yt-btn button:hover, .shah-yt-btn button:hover a{
    background-color: rgb(231, 166, 1);
    color: white;
}
.scl-heading p{
    font-size: 40px ;
    margin-bottom: 30px;
    font-weight: bolder;
    color: var(--heading-color);
}

/* reasons to buy session start */
  .commercial-Hub-heading{
    /* padding: 50px 0px; */
    font-size: 20px;
  }
  .brand-pics{
    margin-top: 70px;
  }
  .index-page .carousel-item img {
    width: 20%;
    margin: 5px 20px;
  }
  .carousel-control-next,.carousel-control-prev{
    opacity: 1 !important;
  }

  #carouselExampleDark button{
    border: 0px;
    background-color:rgba(0, 0, 0, 0.288) ;
    color: white;
  }
  
  
/* reasons to buy session end */



/* valued customersession start */

.valued-session .visually-hidden{
    display: none;
}

/* valued customersession end */



/* footer session start */
.footer{
    background-color: #252525;
}
.footer .footer-dtl{
    margin-top: 30px;
}
.footer .footer-dtl h5{
    margin-bottom: 30px;
}
.footer .footer-dtl a:hover{
    color: white;
    margin-left: 15px;
    transition: 0.5s;
}
.footer .copyright p{
    color: gray;
}
.footer .copyright a{
    color: var(--heading-color);
}


#collapseWidthExample .card{
    width: 500px;
}
     
.expo-img{
    width : 100%;
}
.expo-mob-img{
    width:"100%";
    display:none;
}
 .expo-desk-img{
    width:"100%";
    display:block;
    height:100vh;
} 
.blog img{
    width: 100%;
    height: 35vh !important;
    max-height: 200px;
    min-height: auto;
}
.blog-heading{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0,0.4);
    padding: 10px;
    width: 100%;
    height: 60px;
}
.blog-heading h6 {
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.versios-head{
    font-size: 18px;
}

/* footer session end */

 