@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,body{
    margin: 0px;
    padding: 0px;
    min-height: 100vh;
}

body{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;   
}
.space-lg{
    padding: 50px 0px;
}
a.navbar-brand.mobile-brand {
    display: none !important;
}



/*Header Area*/
section.header-area.bg-black {
    padding-top: 40px;
    padding-bottom: 20px;
}
a.nav-link {
    font-weight: 700;
    margin-right: 50px;
}
a.nav-link:hover{
    color: #c4131a !important;
}
a.nav-link.active {
    color: #c4131a !important;
}   

 .search-container {
    position: relative;
    width: 40px;
    transition: width 0.4s ease;
    overflow: hidden;
    background-color: transparent; /* No background initially */
  }

  .search-container.expanded {
    width: 250px;
  }

  .search-input {
    width: 100%;
    border: none;
    outline: none;
    padding-left: 35px;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: transparent;
  }

  .search-container.expanded .search-input {
    opacity: 1;
    background-color: #f1f1f1;
    border-radius: 20px;
    height: 40px;
    padding-right: 10px;
  }

 .search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #FFFFFF;
    z-index: 1;
    font-size: 20px;
}

  .search-form {
    display: flex;
    align-items: center;
  }

  .search-input::placeholder {
    color: #aaa;
  }

/* Main Content*/
.main-content.home-page-content {
    padding: 100px 0px;
}
.homepage-content-middle.highlight-section {
    margin-top: 30px;
}
.homepage-content-bottom{
    padding-top: 40px;
}
.left-content h1 {
    font-size: 80px;
}

.homepage-single-slider img {
    height: 500px;
    object-fit: contain;
    text-align: center;
    margin: auto;
    display: block;
}
img#brandlogo {
    width: 70%;
    margin-bottom: 30px;
}


.highlight-section {
    background-color: #c4131a;
    padding: 20px 0px;
    color: #fff;
    text-transform: uppercase;
}

.highlight-section h3 {
    margin-bottom: 0px;
}
.main-content.home-page-content {
    position: relative;
}
.homepage-single-slider {
    background-color: #FFFFFF !IMPORTANT;
    width: fit-content;
    padding: 20px;
    display: block;
    margin: auto;
}
.main-content.home-page-content:after {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    height: 109px;
    background-color: #c4131a;
    z-index: -1;
    content: "";
}
.offer-heading {
    margin: 30px 0px;
}
.machine-img img {
    min-height: 60vh;
}

.offer-heading {
    background-color: #c4131a;
    padding: 20px 0px;
    color: #ffffff;
    position: relative;
}

.offer-heading:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #c4131a;
    z-index: -1;
}

.offer-heading:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -165%;
    height: 100%;
    width: 165%;
    background: #c4131a;
    z-index: -1;
}

/*Program Page*/
.main-content .program-page-content h1 {
    font-weight: 700;
    font-size: 40px !important;
    margin-bottom: 20px;
}
.program-right-img {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 10px;
}

.main-content.program-page-content {
    padding: 100px 0px;
}
.main-content.program-page-content h1{
      font-weight: 700;
    font-size: 40px !important;
    margin-bottom: 20px;
}

.main-content.program-page-content h3 {
    font-size: 22px;
    margin-top: 40px;
}

/*Contact Page*/
.main-content.contact-page-content {
    padding: 100px 0px;
}
.main-content.contact-page-content h1 {
    font-weight: 700;
    font-size: 40px !important;
    margin-bottom: 20px;
}
.d-flex.contact-iconbox {
    margin-bottom: 10px !important;
}

.contact-icon {
    background-color: #c4131a;
    color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.contact-content h4 {
    padding-bottom: 0px !IMPORTANT;
    margin-bottom: 0px !IMPORTANT;
}

button.btn.btn-primary.px-5 {
    background-color: #c4131a;
    border: 1px solid #c4131a;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 700 !important;
}



/*Footer Area*/
section.footer-area {  
    padding-top: 30px;
    padding-bottom: 15px;
}

.footer-social ul {
    margin: 0px;
    padding: 0px;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    display: block;
    margin: 10px 10px;
    font-size: 30px;
    color: #c4131a;
}

