@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
   --primary:#d97706;
   --secondary:#b45309; 
   --white:#fff;  
}

body{ 
  font-family: "Inter", sans-serif;
    overflow-x: hidden;       
    font-size: 16px; 
}

button:focus {   
    outline: none;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
    -ms-touch-action: pan-y !important; 
    touch-action: pan-y !important;
}
html {   
  scroll-behavior: smooth !important; 
} 
.dropdown:hover>.dropdown-menu {
 display: block;
}

h1, h2, h3, h4, h5, h6, p {
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;

}
.h1, h1 {
        font-size: 45px;
    }
a { 
  text-decoration: none;
  transition: color .3s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.bg-blue{
     background-color: #15183f;
}
.bg-yellow{
    background-color: #9b731b;
}
.text-yellow{
    color: #b17507;
}

/* --------header-start--------*/

.header{
   
}
li.nav-item {
    margin: 0px 20px;
}

.btns {
    padding: 12px 20px;
    border-radius: 2px;
}
.form {
    border: #d9c296 1px solid;
    background-color: #15183f;
    align-items: center;
    position: relative;
    margin: -170px auto 70px;
    height: 100%;
    padding: 50px 40px;
    z-index: 99999999;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}
.forms {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
}
.form-btn {
    float: left;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.form-div {
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background-color: #9b731b;
    border: #5a5243 1px solid;
}
::placeholder{
    color: #fff !important;
}
.india{
    background-color: #070929;
}
.india-block h4{
    color: #d9c293;
    font-size: 30px;
}
.india-block h2{
  font-size: 50px;
}
.india-block p{
    font-size: 20px;
}
.invest{
    border: #d9c296 1px solid;
    padding: 50px 30px;
    position: relative;
    text-align: center;
}
.invest h1 {
    color: #b17507;
    font-family: Philosopher, sans-serif;
}
.invest h6 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 20px 0px;
}
.iblocks1, .iblocks2 {
    float: left;
    width: 50%;
}
.ibs {
    float: left;
    display: flex;
    align-items: center;
}
.iblocks2 p {
    color: #fff;
    text-align: left;
    font-size: 22px;
}
.bg-grey{
    background-color: #f4f4f4;
}
.head h1 span{
    color: #b9831e;
}
.s-block{
 background-color: #fff;
 padding: 15px;
 border-radius: 10px;
}
.s-block img{
    width: 330px;
    height: 180px;
}
.s-block h2 {
    color: #b17507;
    font-size: 23px;
    padding-top: 15px;
}
.s-block p{
     color: #000;
}
.s-block1 img{
    width: 350px;
    height: 260px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.sms img{
    width: auto;
    height: auto;
}
.sms{
    height: 220px;
}
.map-block ul li{
color: #b17507;
font-size: 18px;
margin-bottom: 10px;
}


.map-block ul li span {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.head p {
    font-size: 22px;
}
.why-block ul li {
    border-bottom: 1px solid #df9b1e;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bg-grey1{
    background-color: #bba377;
}
.high-block{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 220px;
    margin-bottom: 20px;
}
.high-block h3{
  font-weight: 600;
}
.footer{
    background-color: #070929;
}
.footer p{

}
.footer p a,.footer p,.footer a{
    color: #ccc;
    font-size: 16px;
    text-align: center;
}
.copy{
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.fonts{
    font-size: 20px;
}