html,
body {
  font-family: Montserrat, sans-serif;
  background-color: #F2F2F2;
}


section {
    padding-top: 4rem;
    background-color: #F2F2F2;
}
.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1A1341;
    height: 56px;
    margin-bottom: 1rem;
}
.section-title span {
    font-size: 1rem;
    vertical-align: middle;
}
.section-title-text {
    font-size: 1rem;
    color: #555;
    padding: 2rem 0;
}
.section-text {
    font-size: 1rem;
    color: #333;
}
.section-text h6 a {
    font-size: 0.7rem;
    color: #FF714B !important;
    margin-left: 0.5rem;
}
.section-text span{
    margin-bottom: 2rem;
}
.section-text ul li{
    font-size: 1rem;
}
.section-text h6 {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.section-text button{
    margin-top: 2rem;
}
main{padding-right: 55px;}
@media (max-width: 991.98px) {
    main{padding-right: 0;}
    
section {
    padding: 25px 0;
    min-height: 0;
}
.section-title {
    font-size: 2rem;
    text-align: center;
}
.section-title span {
    font-size: 2rem;
    vertical-align: middle;
}
.section-title-text {
    font-size: 1rem;
    color: #555;
    padding: 2rem 0;
}
.section-text {
    font-size: 1rem;
    color: #333;
    margin-top: 10px;
}
.section-text h6 a {
    font-size: 0.7rem;
    color: #FF714B !important;
    margin-left: 0.5rem;
}
.section-text span{
    margin-bottom: 2rem;
}
.section-text ul li{
    font-size: 1rem;
}
.section-text h6 {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.section-text button{
    margin-top: 2rem;
}
}


.banner {
  position: relative;
  height: auto;
  width: 100%;
}
.banner .logo-round {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 35px;
  z-index: 1000;
}
.banner .logo {
    position: absolute;
    top: 17px;
    left: 70px;
    width: auto;
    height: 20px;
  z-index: 1000;
}
.banner-text {
  position: absolute;
  top: 20%;
  left: 10%;
  padding-right: 10%;
}
.banner-text .caption {
  font-weight: 300;
  font-size: 2.5rem;
  color: #999;
}
.banner-text .caption-2 {
  transform: translate(0,-10px);
}
.banner-text .caption span {
  color: #FFF;
}
.banner-text .sub-caption {
    color: #F2F2F2;
    font-size: 1rem;
    margin: 10px 0;
}
.banner-text button {
    margin-top: 70px;
    background-color: #FF714B;
    color: #fff;
    border: none;
    cursor: pointer;
}

.banner .price {
    color: #FF714B !important;
}

@media (max-width: 991.98px) {

    .banner img {
        position: relative;
        height: 100vh;
        }
    .banner .logo {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: auto;
        width: 150px;
        height: auto;
        margin-bottom: 30px;
    }
    .banner .price {
        display: none;
    }
    .banner-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    }
    .banner-text .caption {
    font-weight: 200;
    font-size: 2rem;
    font-style: italic;
    }
.banner-text .caption span {
  display: block;
}
    .banner-text .sub-caption {
        display: none;
    }
    .banner-text button {
        margin-top: 150px;
        font-size: 1.2rem;
        background-color: #FF714B;
        color: #fff;
        border: none;
        cursor: pointer;
    }
     .side-nav{
       display: none;
   }
}

.side-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: 100vh;
    background-color: #1A1341;
    transform: translateX(165px);
    transition: transform .3s ease-in-out;
    z-index: 1000;
}
.side-nav-open {
    transform: translateX(0);
}
.nav-menu-hide{
    transform: translateX(0);
}
.side-nav .items{
    height: 50px;
    font-size: 1.5rem;
    padding-left: 1rem;
    display: flex;
    align-items: center;
}
.side-nav .items a{
    text-decoration: none;
    color: #e6e6e6;
}
.side-nav .items span{
    font-size: 1rem;
    padding-left: 20px;
}
.side-nav.closed {
    transform: translateX(-100%);
}
.menu{
    background-color: #FF714B;
}
.nav-menu-link {
    display: flex;
    align-items: center;
}
.nav-menu.phone,
.nav-menu.info {
    border-top: 1px solid #FF714B;
    
}

.flow-boxes {
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.flow-box:hover {
    transform: translateY(-5px);
}

.flow-boxes .container {
    padding: 0;
}
.flow-box-title{
    font-size: 1.5rem;
    font-weight: 600;
    color: #1A1341;
    margin-bottom: 5rem;
    margin-top: -5.5rem;
    padding: 1rem 0.5rem;
    z-index: 1000;
    background-color: #fff;
    border: 0.1rem solid #1A1341;
    border-radius: 0.5rem;
}
.stage{
    position: relative;
    padding: 0;
}
.circle {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: #FF714B;
    color: #fff;
    margin: 2rem;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    z-index: 10;
}
.circle-1, .stage-box-1{
    background-color: #1a1341;
}
.circle-2, .stage-box-2{
    background-color: #FF714B;
}
.circle-3, .stage-box-3{
    background-color: #808080;
}
.circle-4, .stage-box-4{
    background-color: #C71E64;
}
.stage-box{
    position: relative;
    text-align: center;
    height: 270px;
    width: 100%;
    color: #fff;
    padding: 90px 20px 0;
}
.stage-title{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.stage-description {
    font-size: 0.9rem;
    color: #fff;
    text-align: left;
}
.stage-description a{
    text-decoration: none;
    color: #ccc;
    margin: 2rem 0.5rem;
}
.stage-description p{
    margin-top: 1rem;
}

@media (max-width: 991.98px) {
    .flow-boxes {padding: 0;
}
.flow-box:hover {
    transform: translateY(-5px);
}

.flow-boxes .container {
    padding: 0;
}
.flow-box-title{
    display: none;
}
.stage{
    position: relative;
    padding: 0;
}
.circle {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    color: #fff;
    font-weight: bold;
    margin: 1rem;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 10;
}
.stage-box{
    position: relative;
    text-align: center;
    height: 300px;
    width: 100%;
    color: #fff;
    padding: 70px 20px 0;
}
.stage-title{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.stage-description {
    font-size: 0.9rem;
    color: #fff;
}
.stage-description a{
    text-decoration: none;
    color: #ccc;
    margin: 2rem 0.5rem;
}
.stage-description p{
    margin-top: 1rem;
}
form{
    margin-top: 1rem;
}
}
#contactForm{
    background-color: #C71E64; 
    min-height: auto;
    padding: 3rem 0;
    margin-top: 5rem;
}

.form-floating label {
    color: #C71E64;
}
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
footer{
    background-color: #1A1341; 
    color: #aaa; 
    padding-top: 2rem; 
    font-size: 0.8rem;
}
footer a{
    text-decoration: none;
    color: #aaa;
}