@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
html{
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
}   
.container{
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*-------Navigation-------*/
#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar-brand img {
    height: 100px;
    padding-left: 30px;
}
.navbar-nav li{
    padding: 0 10px;    
}
.navbar-nav li a{
    float: right;
    text-align: left;
}

#nav-bar ul li a:hover{
    color:grey!important;
}
.navbar
{
    background: #fff;
}
.navbar-toggler{
    border: non! important;
}
.nav-link{
    color:brown!important;
    font-weight: 600;
    font-size: 20px;
}

html{
    font-size: 10px;
    font-family: 'montserrat', sans-serif;
}
a{
    text-decoration: none;
}

/*Hero section*/
    #hero{
     
        background-image: url(./images/Homepage.jpg);
        background-size: cover;
        background-position: top center;
        position: relative;
        z-index:1;
    }
    #hero::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: .7;
        z-index:-1;

    }
    #hero .hero{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        justify-content:flex-start;
    }
    #hero h1{
        display: block;
        width: fit-content;
        font-size: 7rem;
        position: relative;
        color: transparent;
        animation: text_reveal 1.5s ease forwards;
        animation-delay: 1s;
    
    }





    #hero h1:nth-child(1){
        animation-delay: 1s;
    }

    #hero h1:nth-child(2){
        animation-delay: 2s;
    }
    #hero h1:nth-child(3){
        animation: text_reveal_name .5 ease forwards;
        animation-delay: 3s;
    }

    #hero h1 span {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background-color: brown;
        animation: text_reveal_box 1s ease;
        animation-delay: .3s;
    }

    #hero h1:nth-child(1) span{
        animation-delay: .5s;
    }
    #hero h1:nth-child(2) span{
        animation-delay: 1.5s;
    }
    #hero h1:nth-child(3) span{
        animation-delay: 2.5s;
    }






    #hero .cta{
        display: inline-block;
        padding: 10px 30px;
        background-color: transparent;
        border: 5px solid crimson;
        color: rgb(255, 255, 255);
        font-size: 4rem;
        text-transform: uppercase;
        letter-spacing: .1rem;
        margin-top: 36px;
        transition: .3s ease background-color;
        transition-property: background-colour, color;
    }
    #hero .cta:hover{
        color: white;
        background-color: crimson;
    }
/*End of hero section*/
/* About section*/

.about{
    padding-top: 100px;
    padding-bottom: 50px;

    padding-left: 35px;

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    }





    .inner-section{
    background:  url(/images/coins-1523383_1920.jpg) no-repeat left ;
    background-size:60% ;
    background-color: white;
    overflow: hidden;
    padding:100px 0;
}
.writing{
    text-align: justify;

    width: 50%;
    float: right;
    background-color: white;
    padding: 100px;
    
}
.inner-section h1{
    letter-spacing: 3px;
    color: brown;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;

}
.text{
    font-weight: 600;
    font-size: 22px;
    color: #545454;
    line-height: 30px;
    text-align: 30px;
    margin-bottom: 40px;

}


/*End About Section*/
/*services section*/

.subtitle h1{
    font-size: 55px;
    text-align: center;
    color: brown;
    letter-spacing: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.services{
  
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 35px;

    align-items: center;
    justify-content: center;
    background-color: white;
    }





    .services-inner-section{
 
    background:  url(/images/Accountancy.jpg) no-repeat right ;
    background-size:60% ;
    background-color: white;
    overflow: hidden;
    padding:0;
}
.services-writing{
    text-align: justify;

    width: 50%;
    float: left;
    background-color: white;
    padding:100px ;
    
}
.services-inner-section h1{
    letter-spacing: 3px;
    color: brown;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;

}
.services-text{
    font-weight: 600;
    font-size: 22px;
    color: #545454;
    line-height: 30px;
    text-align: 30px;
    margin-bottom: 40px;

}





.different{
    padding-top: 50px;
    padding-bottom: 50px;

    padding-left: 35px;

 
    align-items: center;
    justify-content: center;
    background-color: white;
    }





    .different-inner-section{
    background:  url(/images/payslip2.jpeg) no-repeat left;
    background-size:60% ;
    background-color: white;
    overflow: hidden;
    padding:0;
}
.different-writing{

    width: 50%;
    float: right;
    background-color: white;
    padding:100px ;
    
}
.different-inner-section h1{
    letter-spacing: 3px;
    color: brown;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;

}
.different-text{
    font-weight: 600;
    font-size: 22px;
    color: #545454;
    line-height: 30px;
    text-align: 30px;
    margin-bottom: 40px;

}

.last{
  
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 35px;

    align-items: center;
    justify-content: center;
    background-color: white;
    }





    .last-inner-section{
 
    background:  url(/images/tax-468440_1920.jpg) no-repeat right ;
    background-size:60% ;
    background-color: white;
    overflow: hidden;
    padding:0;
}
.last-writing{
    text-align: justify;

    width: 50%;
    float: left;
    background-color: white;
    padding:100px ;
    
}
.last-inner-section h1{
    letter-spacing: 3px;
    color: brown;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;

}
.last-text{
    font-weight: 600;
    font-size: 22px;
    color: #545454;
    line-height: 30px;
    text-align: 30px;
    margin-bottom: 40px;

}
/*End services section*/





/*Locations*/

#Location{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(/images/calculator-385506_1920\ \(1\).jpg);
    padding-top: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 100px
    

}


.sub-header{
    text-align: center;
    color:white;
    font-size: 40px;
    font-family:sans-serif;
    padding-bottom: 20PX;
    font-weight: 500;
    letter-spacing: 6px;


}




/*Locations*/
/*contact us*/

.contact{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(/images/calculator-385506_1920\ \(1\).jpg);
}
    .subject{
        
        width: 90%;
        margin:50px auto;
    }
    .contact-box{

        display:flex;
    }
    .contact-left{
        flex-basis:60%;
        padding:40px 60px;
    }
    .contact-right{
        flex-basis:60%;
        padding:40px;
        background: brown;
        color: white;
    }
    h1{
        margin-bottom: 10px;
        
    }
    .subject{
        margin-bottom: 40px;
        font-size: 30px;
    }
    .input-row{
        display: flex;
        justify-content:space-between;
        margin-bottom: 20px;

        
    }
    .input-row .input-group{
        flex-basis:45%;
        font-size: 16px;
        }

        input{
            
            width: 100%;
            border:none;
            border-bottom: 1px solid brown;
            outline: none;
            padding-bottom: 5px;
            
        }
        textarea{
            width:100%;
            border:1px solid gray;
            outline:none;
            padding: 10px;
            box-sizing: border-box;
        }
        label{
            margin-bottom: 6px;
            display: block;
            color:black;
            font-size: 18px;
        }
        .message-box{
            font-size: 16px;
        }
        button{
            background: brown;
            width: 100px;
            border: none;
            outline: none;
            color: white;
            height: 35px;
            border-radius: 30px;
            margin-top: 20px;
            
        }

        .contact-left h3{
            color:gray  ;
            font-weight: 600;
            margin-bottom: 30px;
        }
        .contact-right h3{
            color: white;
            font-weight: 600;
            margin-bottom: 30px;
            font-size: 24px;
        }
        tr td:first-child{
            padding-right: 100px;
        }

        tr td{
            font-size: 24px;
            padding-top: 20px;
        }

.image{
    
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
    text-align: center;
}



/*End contact us*/

/*Footer*/

.me{
    
    font-size: 18px;
    text-align: center;
    background:#333;
    padding: 12px;

}
.aakash{
    padding-top: 10px;
    color:gray ;
    font-weight: 500;
}
/*end footer/





/*Keyframes*/

@keyframes text_reveal_box {
    50%{
        width: 100%;
        left: 0;
    }
    100%{
        width: 0;
        left: 100%;
    }
        
}
@keyframes text_reveal{
    100%{
        color: white;
    }
}
@keyframes text_reveal_name{
    100%{
        color:crimson;
        font-weight: 1000;
    }
}




/*End Keyframes*/