*
{
margin: 0;
padding: 0;

}

@font-face 
{
    font-family: montserrat;
    src: url('montserrat-font/montserrat-3z7Ey.ttf');
}

@font-face 
{
    font-family: montserrat;
    src: url('Montserrat/static/Montserrat-Light.ttf');
}

@media (max-width: 768px) {
    .logo-img {
        margin-top: 50px;
    }
    .top-description{
        padding-left: 15px;
    }
    .img-2-right
    {
        width: 300px;
    }
    .para-banner
    {
        background-image: url("images/fixed-daniel-mobile2.jpg");
        min-height: 400px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
   
    }
    .para-services
    {
        background-image: url("images/fixed-daniel.jpg");
        min-height: 400px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
   
    }
    .img-2-right
    {
        

    /*box-shadow: 0 3px 10px rgba(0,0,0,0.4);*/
    object-fit: contain;
    width: 90%;

    /* transform: translateX(70px); */

    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;

    }
    
    
}
body 
{
    font-family: montserrat; 
}


/*--------------------para--------------*/
@media (min-width: 769px){
    .para-banner
    {
        background-image: url("images/fixed-daniel.jpg");
        min-height: 450px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .para-services
    {
        
        min-height: 450px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
    }
}

/*----------------------NAV-------------------------*/

#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
    
    
}
    
.navbar
{
    
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    padding: 0 !important;
}

.navbar-brand img
{
    height: 40px;
    padding-left: 40px;

}

.navbar-nav li
{
    padding: 0 10px;
}

.navbar-nav li a{
/* color: #fff !important; */
color: black !important;
font-weight: 400;
float: right;
text-align: right !important;
/* text-shadow: 1px .5px 1px black; */
font-family: montserrat;
font-size: 25px;

}

.fa-bars
{
    color: #fff;
    font-size: 30px !important;
}

.navbar-toggler
{
outline: none !important;

}

.nav li a
{
    font-weight: 300;
    text-shadow: 1px 1px 2px black;
}

.navbar{
    transition: all 0.5s;
}

.navbar-scrolled{
    background-color: #e8e0d1;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

@media (min-width: 1000px)
{
    .dropdown:hover .dropdown-menu
    {
        display: block;
        opacity: 1;
        transition: all 0.2s;
    }
}


.dropdown-menu
{
    display: block;
    margin-top: 40px;
    opacity: 0;
    width: 10px;
    border: none;
    background-color: rgba(255,255,255,0.5);
    
}

.dropdown-menu li a
{
    font-size: 15px;
}

.dropdown-menu li a:hover
{
    border: none;
    background-color: rgba(255,255,255,0.3);

}



/*-----------------------Banner----------------------*/
#banner
{
/*     
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten; */
    width: 100%;
    color: #fff;
    padding-top: 6%;
    height: 425px;
}


.promo-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 50px;
    
}

.banner-info
{
    font-size: 35px;
}

.play-btn
{
    width: 45px;
    margin: 20px;
}

#banner a 
{
    color: #fff;
    text-decoration: none;
}

.bottom-img
{
    width: 100%;
}

.logo-img
{
   
    width: 200px;
    height: 200px;
}

.top-description
{
    padding-top: 20px;
    font-family: montserrat;
    text-shadow: 2px 2px rgba(8, 7, 7, 0.3);
    font-size: 25px;
    

}


.tm-text
{
    font-size: 10px;
}


/*------------------about us-----------------------*/
#about-us
{
    background: #f8f9fa;
    padding-bottom: 50px;
    padding-top: 50px;
}

.about-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;
    padding-left: 15px;
    font-family: montserrat;
}

#about-us ul li
{
    margin: 10px 0;

}
#about-us ul{
    margin-left: 20px;
}


/*-------------------------------item-1-left-------------------------------*/

@media (max-width: 768px){
    #box-item1
    {
        background-image: url("images/fixed-daniel.jpg");
        background-color: rgba(255,255,255,0.05);
        background-blend-mode: darken;
    
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    
    
        padding-bottom: 100px;
        padding-top: 100px;
    }
}
@media (min-width: 769px){
    #box-item1
{
    /* background: #f8f9fa; */
    background-image: url("images/fixed-daniel.jpg");
    background-color: rgba(255,255,255,0.05);
    background-blend-mode: darken;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


    padding-bottom: 100px;
    padding-top: 100px;

}
}


.new-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;
    padding-left: 15px;
    font-family: montserrat;
}

#new-stuff ul li
{
    margin: 10px 0;

}
#new-stuff ul{
    margin-left: 20px;
}

.text-box
{
    background-color: rgba(159, 96, 72, 0.9);
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
    padding: 50px;
    transition: all 0.5s;

}

.new-text
{
    padding-left: 20px;
    padding-bottom: 20px;
    font-family: montserrat;
    font-size: 20px;
}


@keyframes appear {
    from {
        opacity: 0;
        transform: translateY(120px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

.text-box {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}


/*------------------------item-2-right-----------------------*/

#box-item2
{
    background: #f5f2eb;
    padding-bottom: 100px;
    padding-top: 100px;
}
@media(min-width: 769px){
    .img-2-right
    {
        box-shadow: 0 3px 10px rgba(0,0,0,0.4);
        width: 550px;
        height: 350px;
    
        /* transform: translateX(70px); */
    
        animation: appear linear;
        animation-timeline: view();
        animation-range: entry 0% cover 40%;
    }
}


/*---------------------------Services----------------------*/
:root {
    --primary-color: #9B5B3E;
    --secondary-color: #EBE1D2;
    --accent-color: #8193A0;
    --bg-light: #F7F2EB;
    --bg-cream: #e8e0d1;
    --text-dark: #133550;
    --text-light: #6c757d;
    --gradient-primary: linear-gradient(135deg, #9ead93 ,#e8e0d1);
    --gradient-secondary: linear-gradient(45deg, #bd725b, #9f6048);
        }
/* Enhanced Services Section */
        .services-section {
            background: #81939f;
            padding: 8rem 0;
            position: relative;
            overflow: hidden;
            font-family: montserrat;
        }



        .service-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            opacity: 0;
            transform: translateY(80px) scale(0.9);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .service-card.animate {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .service-card:hover {
            transform: translateY(-20px) scale(1.03) rotateY(5deg);
            box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
        }

        .service-image {
            height: 280px;
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
        }

        .service-image::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-primary);
            opacity: 0;
            transition: all 0.4s ease;
        }

        .service-card:hover .service-image::after {
            opacity: 0.8;
        }

        .service-content {
            padding: 2.5rem;
            position: relative;
        }

        .service-title {
            font-family: montserrat;
            font-size: 1.8rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
        }

        .service-card:hover .service-title {
            color: var(--primary-color);
            transform: translateX(10px);
        }

        .services-section .btn-primary{
            box-shadow: none;
        padding: 8px 25px;
        border: none;
        border-radius: 20px;
        background-image: linear-gradient(to right, #bd725b, #9f6048);
        }

        /* Responsive Enhancements */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.8rem;
            }
            
            .hero-subtitle {
                font-size: 1.4rem;
            }
            
            .hero-logo {
                width: 170px;
                height: 170px;
                font-size: 2rem;
            }

            .feature-card,
            .service-card,
            .testimonial-card {
                margin-bottom: 2rem;
            }
        }

        /* Intersection Observer Animation Classes */
        .fade-in-up {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.6s ease;
        }

        .fade-in-up.animate {
            opacity: 1;
            transform: translateY(0);
        }

        .fade-in-left {
            opacity: 0;
            transform: translateX(-50px);
            transition: all 0.6s ease;
        }

        .fade-in-left.animate {
            opacity: 1;
            transform: translateX(0);
        }

        .fade-in-right {
            opacity: 0;
            transform: translateX(50px);
            transition: all 0.6s ease;
        }

        .fade-in-right.animate {
            opacity: 1;
            transform: translateX(0);
        }

        .scale-in {
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.6s ease;
        }

        .scale-in.animate {
            opacity: 1;
            transform: scale(1);
        }

/*-----------------------testimonials--------------------*/


#testimonials
        {
            background: #f5f2eb;
            padding-top: 100px;
            padding-bottom: 100px;
            
        }
#testimonials title{
    padding-bottom: 100px;
}

        .testimonials-animated {
            animation: appear linear;
            animation-timeline: view();
            animation-range: entry 0% cover 40%;
        }

        @keyframes appear {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .testimonial-card
        {
            background: white;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-left: 4px solid #9ead93;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .testimonial-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
        }

        .testimonial-text {
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .testimonial-author {
            margin-top: auto;
        }

        .testimonial-author strong {
            color: #9ead93;
            font-size: 16px;
            display: block;
        }

        .testimonial-author .date {
            color: #777;
            font-size: 14px;
        }




#testimonials .btn-primary
{
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to right, #bd725b, #9f6048);
}


/*------------------------Social media section-------------------*/
#social-media
{
    background: #f5f2eb;
    padding: 100px 0;

}

#social-media p
{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.social-icons img
{
    width: 60px;
    transition: 0.5s;
}

.social-icons a:hover img
{
    transform: translateY(-10px);
}

/*------------footer section---------------*/
#footer
{
    background-image: linear-gradient(to right, #9ead93 ,#e8e0d1);
    color: black;
    font-size: 20px;

}

#footer .dir-btn{
    margin-top: 5px;
    margin-bottom: 20px;
}



.footer-img
{
    width: 100%;
}

.footer-box
{
    padding: 40px;
}

.footer-box img
{
    width: 120px;
    margin-bottom: 20px;
}

.footer-box .fa{
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #91928cc1, #d9e7705c);
}
.footer-box .form-control
{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary
{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background-image: linear-gradient(to right, #bd725b, #9f6048);
    border-radius: 50px;
}

.footer-box .form-control
{
    border-radius: 50px;
}

hr
{
    background-color: #fff;
}

.copyright
{
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}

.priv-btn
{
    box-shadow: none;
    border: none;
    text-decoration: none;
    color: black;
    padding: 10px;
    font-size: 18px;
}

