body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #fff; 
}
.icon{
    color: #602074 !important;
}
.btn-primary1{
    background-color: #602074;
    color: #fff;
    border: none !important;
}
#header {
    background-color: #602074; 
    color: #fff; 
}
.navbar-nav {
    padding-right: 15px; 
}
.landing-section {
position: relative;
background-image: url('../img/gallery/gallery-67.jpg'); 
background-size: cover;
background-position: center;
color: #fff;
padding: 100px 0;
}

.landing-content {
position: relative;
z-index: 1;
}

.landing-section:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); 
z-index: 0;
}



.landing-content {
    max-width: 800px;
    margin: 0 auto;
}

.landing-content h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff; 
}
.t{
    color:black !important ;
}
.features-section {
     background-color: white; 
    color: black !important;
    padding: 50px 0;
}

.feature {
    text-align: center;
    margin-bottom: 30px;
    color: #fff; 
}

.feature i {
    font-size: 3em;
    color: #711e0e; 
}

.feature h3 {
    font-size: 1.5em;
    margin: 10px 0;
    color: #fff; 
    font-family: 'Montserrat', sans-serif;
}

.feature p {
    color: black; 
}

.call-to-action-section {
    background-color: white; 
    color: #131212; 
    text-align: center;
    padding: 50px 0;
}

.call-to-action-section h2, .call-to-action-section p {
    color: rgb(243, 238, 238); 
    font-family: 'Montserrat', sans-serif;
}

.call-to-action-section .btn {
    background-color: #602074; 
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
}

.btn-primary {
    background-color: #602074 !important; 
    color: #fff;
    border: none !important;
}

.btn-small{
      background-color: #602074 !important;
    border: none !important;
    color: white;
}

@media (max-width: 767.98px){
    .app-header-fixed {
        padding-top: 0px;
    }

    .landing-content{
        padding: 100px 0px 0px 20px;
    }
}