/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20-Mar-2026, 1:22:49 pm
    Author     : Ajit Chandra
*/
.home-sub-section {
  background: #091413;
  border-bottom: 5px solid #4B2E2B; }
  .home-sub-section .title {
    font-family: var(--heading-font);
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold; }
  .home-sub-section .btn {
    display: inline-block;
    padding: 15px 25px;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    border: none;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
    background: linear-gradient(to right, #e61e4d 0%, #e31c5f 50%, #d70466 100%); }
    .home-sub-section .btn:hover {
      box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; }

.home-abbout-us img {
  border-radius: 15px; }

@media (min-width: 576px) {
  .home-sub-section .title {
    font-size: 2rem; } }
@media (min-width: 768px) {
  .heading-title .title {
    font-size: 2.5rem; }

  .home-sub-section .title {
    font-size: 3rem; } }
@media (min-width: 992px) {
  .home-sub-section .title {
    font-size: 3.2rem; } }
@media (min-width: 1200px) {
  .home-sub-section .title {
    font-size: 3.5rem; } }
@media (min-width: 1400px) {
  .home-sub-section .title {
    font-size: 4rem; } }

/*# sourceMappingURL=homestyle.css.map */
