@import url('https://fonts.googleapis.com/css2?family=Anton');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root{
    --blue: #0f5796;
    --gray: #ebe6e6;
    --light-gray: #e0e1e6;
    --light-blue: #84accc;
    --black: #011630;
}
body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #ebebeb;
    overflow-x: hidden;
}
.anton{
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
}
h1.anton{
    font-size: 3.5rem;
}
h2.anton{
    font-size: 2.5rem;
    letter-spacing: 2px;
}
p{
    font-size: 1.5rem;
}
section{
    padding: 100px 0;
}
.navbar{
    background-color: #e0e1e6 !important;
}
.navbar .navbar-nav .nav-item .nav-link{
    font-family: 'Anton';
    color: var(--black);
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 0.5rem 3rem;
}
.navbar .navbar-brand{
    padding: .75rem 0;
}
.navbar .navbar-brand img{
    height: 50px;
}
header{
    padding-top: 90px;
    height: 100vh;
    background-image: url(../assets/img/1.jpg);
    background-position: center;
    background-size: cover;
}
header .arc{
    background-color: rgba(255,255,255,0.45);
    padding: 200px 60px 100px;
    width: calc(50% - 120px);
    border-top-left-radius: 264px;
    border-top-right-radius: 264px;
}
header .arc h1{
    color: #fff;
}
header .arc .decorator{
    margin-right: -150%;
    margin-left: -60px;
    background-color: #ebebeb;
    padding: 10px 40px;
    position: relative;
}
header .arc h4{
    margin-bottom: 0;
}
header .arc .decorator::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 5000px;
    background-color: #ebebeb;
    top: 0;
    left: 100%;
}
header .arc .decorator::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 30px;
    background-color: var(--blue);
    top: 0;
    right: calc(100% + 16px);
}
header .arc .btn{
    background-color: #ebebeb;
    border: 4px solid #cdd1d8;
    font-family: 'Anton';
    color: var(--black);
    padding: 10px 40px;
    font-size: 1.75rem;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.group .row > :first-child h1{
    color: var(--black);
}
.group h1{
    color: var(--blue);
}
.group h3{
    color: var(--blue);
    text-transform: uppercase;
    font-size: 2rem;
}
.group .btn{
    margin-top: 3rem !important;
}
.group .img-group{
    height: 600px;
    background-image: url(../assets/img/2.jpg);
    background-position: center;
    background-size: cover;
    border-top-left-radius: 210px;
    border-top-right-radius: 210px;
    box-shadow: 80px -40px #d9e0e5;
}
.group .who{
    background-color: rgba(224, 225, 230,0.65);
    margin-left: -100px;
    text-align: center;
    margin-top: 180px;
    position: relative;
}
.group .who::after{
    position: absolute;
    height: 100%;
    width: 5000px;
    content: "";
    background-color: rgba(224, 225, 230,0.65);
    left: 100%;
    top: 0;
}
.know{
    position: relative;
    padding-top: 160px;
}
.know h2,
.know h5{
    text-transform: uppercase
}
.know h2{
    color: var(--black);
}
.know h5{
    letter-spacing: 4px;
    color: var(--blue);
}
.know > .img {
    position: absolute;
    height: calc(100% - 160px);
    width: 48%;
    background-image: url(../assets/img/3.jpg);
    background-position: center right;
    top: 80px;
    background-repeat: no-repeat;
}
.know .item{
    background-color: rgb(15, 87, 150, 0.2);
    padding: 20px 60px;
    position: relative;
}
.know .item::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 5000px;
    left: 100%;
    top: 0;
    background-color: rgb(15, 87, 150, 0.2);
}
.know .item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: calc(100% - 80px);
    bottom: calc(100% - 40px);
    background-color: rgb(15, 87, 150, 0.2);
    z-index: -1;
}
.know p span{
    color: var(--black);
    font-weight: 700;
}
.group .btn,
.know .btn{
    border-color: var(--blue);
    color: var(--blue);
    font-family: 'Anton';
    font-size: 1.25rem;
    border-radius: 0;
    padding: 10px 60px;
    position: relative;
    margin-top: 5rem;
}
.know .btn::before{
    position: absolute;
    content: "";
    height: 150px;
    width: 300px;
    bottom: 100%;
    left: 50%;
    background-image: url(../assets/img/4.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.team{
    padding-top: 160px;
}
.team h2,
.team h5{
    color: var(--blue);
    text-transform: uppercase
}
.team h5{
    letter-spacing: 4px;
}
.team .img-team{
    height: 600px;
    background-image: url(../assets/img/5.jpg);
    background-position: center;
    background-size: cover;
    border-bottom-left-radius: 260px;
    border-bottom-right-radius: 260px;
    position: relative;
}
.team .img-team::before,
.team .img-team::after{
    position: absolute;
    content: "";
}
.team .img-team::before{
    height: 120%;
    width: 100%;
    bottom: 0;
    left: 50%;
    z-index: -1;
    border-top-left-radius: 260px;
    border-top-right-radius: 260px;
    background-color: #d9e0e5;
}
.team .img-team::after{
    height: 60%;
    width: 50%;
    right: -80px;
    top: -40px;
    border-top-left-radius: 132px;
    border-top-right-radius: 132px;
    background-image: url(../assets/img/6.jpg);
    background-position: center;
    background-size: cover;
}
.featured h2{
    color: var(--blue);
    text-transform: uppercase;
}
.featured .img-icon{
    height: 100px;
    margin-right: 2rem;
}
.featured .item{
    margin: 2rem 0;
}
.featured .img-featured{
    height: 600px;
    width: 300px;
    background-image: url(../assets/img/7.jpg);
    background-position: center;
    background-size: cover;
    border-top-right-radius: 150px;
    box-shadow: -80px -50px #d9e0e5;
    position: relative;
}
.featured .img-featured::before{
    position: absolute;
    content: "";
    height: 150px;
    width: 300px;
    bottom: 20px;
    left: calc(100% - 40px);
    background-image: url(../assets/img/4.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.featured h3{
    color: var(--black);
}
.featured h3 span{
    color: #0f5796;
}
.clients h2{
    color: var(--blue);
    text-transform: uppercase;
}
.clients p span{
    font-weight: 700;
    color: var(--black)
}
.experience{
    padding-bottom: 0;
}
.experience h2{
    color: var(--black);
    text-transform: uppercase;
    padding-bottom: 0;
}
.experience .banner{
    background-image: url(../assets/img/banner.png);
    height: 200px;
    background-position: center top;
    background-size: cover;
}
.experience img{
    border-radius: 12px;
    position: relative;
    z-index: 9;
}
.experience h4{
    color: var(--blue);
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1rem;
    font-size: 1.75rem;
    z-index: 99999;
    position: relative;
}
.experience .post-banner{
    background-color: #d9d9d9;
    padding-bottom: 80px;
}
.experience .companies{
    position: relative;
}
.experience .companies::before,
.experience .companies::after{
    content: "";
    position: absolute;
    background-color: var(--light-gray);
    border-radius: 1rem;
}
.experience .companies::before{
    height: 80px;
    width: 80px;
    bottom: calc(100% - 20px);
    left: -20px;
}
.experience .companies::after{
    height: 120px;
    width: 120px;
    right: calc(0% - 20px);
    bottom: calc(0% + 20px);
}
.contact{
    background-image: url(../assets/img/12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.contact h2{
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.contact p{
    font-size: 1.25rem;
}
.contact p a{
    color: #212529;
    text-decoration: none;
}
.contact i{
    color: var(--blue);
}
.contact img{
    border-top-left-radius: 220px;
    border-top-right-radius: 220px;
}
.contact .before{
    position: relative;
}
.contact .before::before{
    position: absolute;
    content: "";
    height: 150px;
    width: 300px;
    bottom: -75px;
    left: -150px;
    background-image: url(../assets/img/4.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
@media (max-width: 1399.98px) {
    .know .item::before {
        height: 80%;
    }
}
@media (max-width: 1199.98px) {
    .navbar .navbar-nav .nav-item .nav-link{
        padding: 0.5rem 2rem;
    }
    header .arc {
        width: calc(65% - 120px) !important;
    }
    header .arc .decorator {
        margin-right: -110%;
    }
    .know .item::before {
        height: 60%;
    }
}
@media (max-width: 991.98px) {
    .navbar .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%2818, 87, 150, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    }
    header .arc {
        width: calc(85% - 120px) !important;
    }
    header .arc .decorator {
        margin-right: -70%;
    }
    .group .btn{
        margin-bottom: 5rem;
    }
    .group .who {
        margin-top: 0;
    }
    .know > .img {
        position: relative;
        height: 300px;
        background-position: center;
        background-size: cover;
        top: 0;
        width: 100%;
    }
    .contact .before {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact img{
        max-width: 60%;
    }
}
@media (max-width: 767.98px) {
    header .arc {
        width: 100% !important;
    }
    header .arc .decorator {
        margin-right: -25%;
    }
    .contact{
        background-image: none;
    }
    .contact h2, p{
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    header .arc {
        width: 100% !important;
    }
}