.bg-light{
background-color: #fff !important;
}

.homepage-section-1 {
    background: url('../assets/images/homepage-section1-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 550px;
}

* {
    font-family: "Poppins", sans-serif;
}

.homepage-section-1-bg {
    background: url('../assets/images/home-section-1-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    min-height: 500px;
    padding: 20px;
    padding-right: 80px;
    padding-top: 60px;
}

.homepage-section-1-bg {
    color: white;
    text-align: right;
}

.homepage-section-1-bg h2 {
    font-size: 60px;
}

.homepage-section-1-bg h4 {
    font-size: 20px;
}

.homepage-section-2 {
    background-color: #F4EFEA;
    padding: 6.25rem 7.5rem;
}


.homepage-section-2 h2 {
    font-size: 40px;
    color: #455A64;
    text-align: center;
    font-family: 'Podkova';
}

.homepage-section-2 h2 span {
    color:#FF7F0B;
    font-family: 'Podkova';
}
.homepage-section-2 h3 span{
    color:  #455A64;
    font-weight: 600;
    font-family: 'Quando';
   
}
.homepage-section-2 p{
    font-weight: 500;
   
}
.homepage-section-3 h2 {
    text-align: center;
    font-size: 40px;
    color: #455A64;
    font-family: 'Podkova';    
}
.homepage-section-3 {
    background-color: #ECECEC;
    color: white;
    padding: 40px 20px;
}

.homepage-section-3 h4 {
    font-size: 22px;
}

.homepage-section-3 a {
    text-decoration: none;
}


.homepage-section-3 a:hover {
    text-decoration: none;
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3); /* Add a shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

.homepage-section-3 a img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.homepage-section-3 a:hover img {
    transform: scale(1.05); /* Slight zoom effect on the image */
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.5); /* Strong shadow for the image */
}

.homepage-section-3 a:hover h3 {
    transform: scale(1.05); /* Slight zoom effect on the image */
    /* box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.5); Strong shadow for the image */
}



.homepage-section-3 h3 {
    font-size: 22px;
    color: #FB1735;
    font-weight: 600;
    padding-top:1.5rem;
}

.homepage-section-3 p {
    font-size: 14px;
    color: #4A4848;
}
.homepage-section-3 h2 span {
    color: white;
}

/* .homepage-section-3 h3 {
    font-size: 22px;
    color: #F2F1EF;
    ;
} */

/* .homepage-section-3 p {
    font-size: 14px;
    color:#CDCDCD;
    ;
} */

.homepage-section-4 {
    background-color: #F4EFEA;
    padding: 6.25rem 7.5rem;
}

.homepage-section-4 h2 {
    font-size: 40px;
    color: #263238;
    text-align: center;
    font-family: 'Podkova';    

}

.homepage-section-4 h2 span {
    color: white;
    color: #1E8CAB;
    font-family: 'Podkova';        
}

.homepage-section-4 p {
    font-size: 14px;
    color: #455A64;
}

.section-4-card {
    border-radius: 40px;
    background-color: #fff;
    padding: 40px;
}

.section-4-card .content {
    min-height: 220px;
}

.section-4-card .content h2 {    
    color: #263238;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Podkova';
}

.section-4-card p{
    font-size: 20px;
    font-weight: 500;
}

.homepage-section-5{
    padding: 6.25rem 7.5rem;

}

.homepage-section-5 h3 {
    font-size: 22px;
    color: #1E8CAB;
}

.homepage-section-5 p {
    font-size: 14px;
    color: #455A64;

}


.homepage-section-5 p {
    font-size: 14px;
    color: #455A64;

}
FF7F0B

.bg-white h3 {
    line-height: 28px;
    font-weight: 600;
}

.bg-pitch {
    background: #DDC7B0;
    padding: 20px;
}


.bg-pitch h4 {
    color: #263238;
    font-size: 20px;
    font-weight: 600;
}

.bg-pitch p {
    color: #352E2A;
    font-size: 16px;
}

.homepage-section-6 {
    background-color: #352E2A;
    color: white;
    padding: 40px 20px;
}

.homepage-section-6 h2 {
    font-size: 40px;
    color: #FF7F0B;
    text-align: center;
}

.homepage-section-6 h3 {
    font-size: 28px;
    color: #263238;
    text-align: center;
}


.homepage-section-5-card {
    background-color: #352E2A;
    border-radius: 40px;
    padding: 20px;    
}

.homepage-section-5-card h2 {
    color: white;
    font-size: 40px;
}

.homepage-section-5-card h2 span {
    color: #FF7F0B;
}

.homepage-section-5-card p {
    color: #CDCDCD;
    font-size: 20px;
}

.custom-footer {
    background-color: #201c09;
    color: white;
    min-height: 40px;
    span{
        color: #FFFFFF66
    }
    ul{ 
        li{
        color: #FFFFFF66;
        font-size: 18px;
       a {
            color: inherit; 
        }
        
    } 
    }
}
.push-left {
    margin-right : auto ;
}

.btn-tc-primary {
    border-radius: 28px;
    background-color: #1E8CAB;
    color: white;
    border: 0px;
    padding: 10px 25px;
}

.btn-tc-light {
    border-radius: 24px;
    background-color: #fff;
    padding: 10px 25px;
    color: #352E2A;
}

.btn-tc-light:hover {
    background-color: #e7e7e7;
    color: #352E2A;
}


.btn-tc-primary:hover {
    background-color: #9b4d04;
}
.btn-tc-secondry {
    border-radius: 28px;
    background-color: #1E8CAB;
    color: white;
    border: 0px;
    padding: 10px 25px;
}
.btn-tc-secondry:hover {
    color: #0c5e75;
    background-color: #fff;
    border-color: #0c5e75;
    border: solid;
}
.nav-link.active {
    color: #EE2C30 !important;        
    /* font-size: 0.75rem; */
    /* font-style: normal; */
    font-weight: 700;
    /* line-height: normal; */
}

.nav-link {
    color: #78909C;
    font-weight: 700;    
}

.circle::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #EE2C30;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 4px;
}

.contact-left-card h3 {
    color: #FF7F0B;
    font-weight: 600;
}

.contact-left-card h5 {
    font-size: 14px;
    color: #78909C;
}

.contact-left-card h2 {
    font-family: 'podkova';
}
.contact-left-card h2 span{
    font-family: 'podkova';
}

@media (min-width: 992px) {
    .content{
        padding-right: 7.5rem;
        padding-left: 7.5rem;
    }
}

/* About */
.about-section-1 {
    background: url('../assets/images/About/about-section-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 400px;
    padding-top: 140px;
}

.about-section-1-bg h2 {
    display: flex;
    justify-content: center;
    font-size: 48px;
    color: #263238;
}
.about-section-1 p {
    font-size: 14px;
    color: #78909C;
}
.about-section-2 {
    background-color: #fff;
}

.about-section-2 h2 {
    font-size: 40px;
    color: #263238;
    font-weight: 600;
    font-family: 'podkova';
    /* text-align: center; */
}

.about-section-2 h2 span i{
    font-size: 24px;
    font-weight: 600;
    color: #FF7F0B;
    font-family: 'podkova';
}
.about-section-2 p {
    font-size: 14px;
    color: #78909C;
}
.about-section-3 {
    background-color: #F4EFEA;
}
.about-section-3 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    font-family: 'podkova';
    /* text-align: center; */
}
.about-section-3 h2 span {
    color: #FF7F0B;
    font-family: 'podkova';
}
.about-section-3 p {
    font-size: 14px;
    color: #78909C;
}
.about-section-4 {
    background-color: #fff;
}

/* .content{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
} */

.about-section-4 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    font-family: 'podkova';

    /* text-align: center; */
}

.about-section-4 h2 span {
    color: #FF7F0B;
    font-family: 'podkova';

}

.about-section-4 p {
    font-size: 14px;
    color: #78909C;
}

/* Projects */
.projects-section-1 {
    background: url('../assets/images/projects/project-section-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 400px;
}

.projects-section-1-bg {
    background: url('../assets/images/projects/Layer.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    min-height: 400px;
    padding: 20px;
    padding-top: 120px;
}

.projects-section-1-bg h2 {
    margin-left: 30px;
    color: #fff;
    font-size: 48px;
}

.projects-section-2 {
    background-color: #F4EFEA;
}

.projects-section-2 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    text-align: center;
    font-family: 'Podkova';
}

.projects-section-2 h2 span {
    font-weight: 600;
    color: #FF7F0B;
    font-family: 'Podkova';
}
.projects-section-2 p
{color: #78909C;
}

.projects-section-4 {
    background-color: white;
    padding-top: 6.25rem;
    padding-bottom:  7.5rem;
}

.projects-section-4 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    text-align: center;
    font-family: 'Podkova';
    margin-bottom: 3rem;
}

.projects-section-4 h2 span {
    font-weight: 600;
    color: #FF7F0B;
    font-family: 'Podkova';
}

.projects-section-4 p {
    font-size: 14px;
    color: #78909C;    
}


.projects-section-4 a {
    text-decoration: none;      
}

.projects-section-4 h3 {
    font-size: 24px;
    color: #263238;
    padding-top: 1rem;
    margin-bottom: 0;
}

/* Services */
.services-section-2 {
    background-color: #fff;
}


.services-section-2 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    text-align: center;
}

.services-section-2 h2 span {
    font-weight: 600;
    color: #FF7F0B;
}

.services-section-2 p {
    font-size: 14px;
    color: #78909C;
}
.service-contant{
    padding-left: 80px;
    padding-right: 150px;
}
.services-section-3 {
    background-color: #fff;
    padding: 40px 20px;  
}

.services-section-3 img{
border-radius: 1.5rem;
}


/* contact */
.contact-section-2 {
    background-color: #F4EFEA;
}


.contact-section-2 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    text-align: center;
}

.contact-section-2 h2 span {
    color:#FF7F0B;
    ;
}
.contact-section-2 h3 {
    font-size: 14px;
    font-weight: 600;
    color:  #FF7F0B;
   
}
.contact-section-2 p{
    font-weight: 500;
   
}
.contact-section-3 {
    background-color: #352E2A;
    color: white;
    padding: 40px 20px;
}

.contact-section-3 h4 {
    font-size: 22px;
}

.contact-section-3 p {
    font-size: 14px;
}
.contact-section-3 h2 span {
    color: #FF7F0B;
}

.contact-section-3 h3 {
    font-size: 22px;
    color: #F2F1EF;
    ;
}

.contact-section-3 p {
    font-size: 14px;
    color:#CDCDCD;
    ;
}

.contact-section-3 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #F2F1EF;
}
.contact-section-4 {
    background-color: #fff;
    padding: 40px 20px;
}

.contact-section-4 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    text-align: center;
}

.contact-section-4 h2 span {
    font-weight: 600;
    color: #FF7F0B;
}
@media (max-width: 600px) {
    .custom-navbar .navbar-toggler {
        display: none; /* Hide the navbar-toggler */
    }

    .custom-navbar .navbar-collapse {
        display: block !important; /* Show the navbar items */
    }

    .custom-navbar .navbar-nav {
        flex-direction: column; /* Stack items vertically */
        gap: 5px;
    }

    .custom-navbar .nav-item {
        margin: 5px 0;
    }
}.bg-footer{
    background-color: #ECEFF1;
    ul{
        li{
            color: #78909C;
        }
    }
}