@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body{
  background-color: #000;
}

.shivmain-web{
min-width: 100%;
height: 100vh;
}

.section_padding{
  padding: 130px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}


.btns-post{
position: absolute;
bottom: 12%;
left: 10%;

}

.jointeles{
max-width: 280px;
}

.socialsimg{
max-width: 40px;
}

.socials{
text-align: center;
}


.socials a{
margin-right: 10px;
margin-top: 10px;
display: inline-block;
}







.home_section .home_content h1{
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}
.home_section .home_content p{
  font-size: 33px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.home_section .home_content .btn1{
	font-family: 'Roboto', sans-serif;
	border-radius: 10px;
	cursor: pointer;
  padding: 15px 30px;
  text-transform: uppercase;
	font-weight: 500;
	border: 1px solid transparent;
	transition: all 0.3s ease;
	font-size: 20px;
  margin-right: 10px;
}
.home_section .home_content .btn-orange {
	background: #ff6600;
	color: white;
}
.home_section .home_content .btn-orange:hover {
	border-color: transparent;
	background-color: #fff;
	color: #0c54a0;
}
.home_section .home_content .btn-white {
	background: #fff;
	color: #0c54a0;
}
.home_section .home_content .btn-white:hover {
	border-color: transparent;
	background-color: #ff6600;
	color: #fff;
}

@media (max-width:1199px) {
  .home_section .home_content .btn1 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .home_content {
    margin-bottom: 50px;
  }
  .home_section .home_content h1 {
    font-size: 33px;
  }
  .home_section .home_content p {
    font-size: 20px;
  }
  .home_section .home_content .btn1 {
    padding: 7px 12px;
    margin-right: 2px;
    font-size: 14px;
    border-radius: 5px;
  }
}
.shivmain-mob{
display: none;
}
@media (max-width:768px) {
  .home_content{
    text-align: center;
  }
  .shivmain-web{
  display: none;
  }
  .shivmain-mob{
  display: block;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: left;
  }
  .jointeles{
    width: 200px
  }
  .btns-post{
    left: 3%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    right: auto;
    bottom: 51%;
  }
  .btns-post{
    bottom: 0;
    width: 100%;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fbd84a;
  }

  .btns-post a{
    width: 100%;
    background: #fbd84a;
    display: block;
  }

}















