html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

header {
    display: flex;
    justify-content: center;
}
a{
    text-decoration: none;
    color: rgb(6, 44, 112);
}
a:hover{
    color: rgb(83, 124, 196);
}
a.button{
    text-decoration: none;
    transition: box-shadow 0.3s ease; 
}
.header{
    display: flex;
    justify-items: center;
    min-height: 60px;
    margin-bottom: -80px;
    justify-content: space-between;
    align-items: center;
    width: 1150px;
    background-color: #f8f8f800;
}

.logo {
    flex: 1;
}

.logo img {
    width: 144px;
}

.menu {
    display: flex;
    justify-content:space-around;
    flex: 2;
    text-align: center;
    width: 50%;
}

.menu a {
    margin: 0 15px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.call-to-us{
    flex: 1;
    text-align: right;
}

.call-to-us a{
    padding: 10px 70px;
    background-color: #007bff00;
    color: white;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.call-to-us a:hover{
    box-shadow: rgba(234, 234, 236, 0.705) 0px 7px 29px 0px;
}

/*Section first*/

.first-section{
    display: flex;
    min-height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#204FA1, #204fa100), url('../img/background-hero.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.hero{
    width: 1150px;
}
h1{
    color: #fff;
    font-size: 48px;
    margin: 0;
}
.hero p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.hero a.button{
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    color: #004D74;
    width: 200px;
    border-radius: 5px;
    border: none;
    padding: 7px 50px;
}
.hero .button:hover{
    box-shadow: rgba(234, 234, 236, 0.705) 0px 7px 29px 0px;
}

/*Section second*/

.second-section{
    display: flex;
    justify-content: center;
}
.second-section .container{
    width: 1150px;
    padding: 100px 0;
}
.second-section h2{
    margin: 0;
    font-size: 36px;
    width: 100%;
    font-weight: bold;
    color: #204FA1;
    text-align: center;
}
.second-section p{
    font-size: 20px;
    margin: 50px 0;
}
.business-sector-container{
    display: flex;
    justify-content: space-between;
}
.business-sector-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    box-shadow: rgba(78, 107, 172, 0.8) 0px 5px 15px;
    border-radius: 10px;
}
.box-second{
    background: linear-gradient(#204FA1, #001944c4)
}
.business-sector-box h3{
    color: #4E6BAC;
    font-size: 32px;
    font-weight: 400;
}
.box-second h3{
    color: #fff;
}

/*Section third*/

.third-section{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-image: url('../img/baner2.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.third-section .container{
    display: flex;
    padding-top: 100px;
    width: 1150px;
    flex-direction: column;
}
.third-section h2{
    text-align: center;
    margin: 20px 0 50px 0;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.services-container{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.services-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 340px;
    background-color: #fff;
    padding: 20px 10px 80px 10px;
    border-radius: 10px;
}
.services-box h4{
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    color: #204FA1;
}
.services-box p{
    text-align: center;
    font-size: 16px;
}
.services-box img{
    width: 150px;
}

/*Section fourth*/

.fourth-section{
    display: flex;
    justify-content: center;
}
.fourth-section .container{
    width: 1150px;
    padding: 100px 0 50px 0;
}
.fourth-section h2{
    margin: 0;
    font-size: 36px;
    width: 100%;
    font-weight: bold;
    color: #204FA1;
    text-align: center;
}
.fourth-section p{
    font-size: 20px;
    margin: 50px 0;
}

/*Section fifth*/

.fifth-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fifth-section .container{
    width: 1150px;
    padding: 30px 0 ;
}
.fifth-section h2{
    margin: 0 0 50px 0;
    font-size: 36px;
    width: 100%;
    font-weight: bold;
    color: #204FA1;
    text-align: center;
}
.fifth-section .contact-container{
    display: flex;
    padding: 20px 0;
}
.contact-container .img-box{
    width: 60%;
}
.contact-container .img-box img{
    width: 450px;
}
.contact-container .contact-box{
    width: 40%;
}
.contact-box h5{
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    color: #204FA1;
}
.contact-box p{
    font-size: 20px;
}
.contact-box-second{
    width: 60%;
}
.img-box-second{
    display: flex;
    justify-content: end;
    width: 40%;
}
.contact-box .button{
    font-size: 20px;
    font-weight: bold;
    padding: 5px 50px;
    color: #fff;
    border: none;
    background:linear-gradient(90deg, rgb(32, 79, 161), rgb(6, 44, 112));
    border-radius: 5px;
}
.contact-box .button:hover{
    box-shadow: rgba(2, 2, 2, 0.705) 0px 7px 12px 0px;
}
footer{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-image: url('../img/footer-background.png');
    background-repeat: no-repeat;
    background-size: cover;
}
footer .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1150px;
    min-height: 400px;
}
footer p{
    color: #fff;
}