html{
    scroll-padding-top: 103px;
}

body{
    background-color: rgba(25,40,255,1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 71px;
    overflow-y: scroll;
}

.section-title{
    font-size: 50px;
}

.estimation-simulator{
    color: white;
    padding: 64px 0;
}

.estimation-simulator h2{
    text-align: center;
    margin-bottom: 48px;
    font-weight: 700;
}

.estimation-simulator .nav-link{
    border: 1px solid white;
    color: white;
    background: rgba(25,40,255,1);
    border-radius: 48px;
    min-width: 228px;
    margin-bottom: 8px;
}

.estimation-simulator .nav-link:hover,
.estimation-simulator .nav-link.active{
    color: rgba(25,40,255,1);
    background: white;
}

.estimation-component{
    padding: 16px 24px;
    border-bottom: 1px solid white;
}

.estimation-component:first-child{
    border-top: 1px solid white;
}

.estimation-radio{
    width: 350px;
}

.estimation-result{
    padding: 16px 24px;
    border-bottom: 1px solid white;
}

.estimation-result-label{
    font-size: 24px;
}

.estimation-result-value{
    font-size: 59px;
}


.estimation-cto-input input{
    width: 100%;
    border: 1px solid white;
    color: white;
    background: rgba(25,40,255,1);
    border-radius: 48px;
    height: 60px;
    padding: 16px;
    font-size: 14px;
    outline: none;
}


.estimation-cto-input input::placeholder {
    color: white;
}

.estimation-cto-button{
    position: relative;
}

.NewButton{
    position: absolute;
    left: 150px;
    width: 200px;
    height: 120px;
}

.estimation-cto-button input{
    width: 100%;
    border: 1px solid white;
    color: rgba(25,40,255,1);
    background: white;
    border-radius: 48px;
    height: 60px;
    padding: 16px 24px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}

.estimation-cto-button input:hover{
    background: #d9d9ff;
}
.estimation-cto-button button{
    width: 100%;
    border: 1px solid white;
    color: rgba(25,40,255,1);
    background: white;
    border-radius: 48px;
    height: 60px;
    /* padding: 16px 24px; */
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.estimation-cto-button button{
    text-align: left;
    padding-left: 24px;
}

.estimation-cto-button button:hover{
    background: #d9d9ff;
}

.cto-download-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 38px;
    font-size: 26px;
    color: rgba(25,40,255,1);
}

.cto-phone-icon{
    font-size: 56px;
    margin-left: 16px;
}

.cto-phone-value span{
    font-size: 10px;
}

.cto-phone-value div{
    font-size: 45px;
    line-height: 1;
    font-weight: 800;
}

.tab-content>.tab-pane {
    display: none!important;
}

.tab-content>.active {
    display: block!important;
}





.input-group .button-minus,
.input-group .button-plus {
    font-weight: bold;
    height: 20px;
    padding: 0;
    width: 20px;
    position: relative;
    color: white;
    background-color: rgba(25,40,255,1);
    border: 1px solid white;
    border-top-right-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
    border-top-left-radius: 20px!important;
    border-bottom-left-radius: 20px!important;
    line-height: 18px;
}

.input-group .quantity-field {
    position: relative;
    height: 38px;
    text-align: center;
    width: 56px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    resize: vertical;
    background: rgba(25,40,255,1);
    color: white;
    border: none;
    text-align: center;
    margin-left: unset!important;
    left: unset!important;
}

.button-plus {
    left: -13px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.hero-header{
    position: relative;
    overflow-x: hidden;
}

.hero-header .hero-header-bg{
    position: absolute;
    bottom: 0;
    right: -220px;
    z-index: -1;
}

.hero-header-message{
    width: 622px;
    color: white;
    padding: 150px 0;
    text-align: left;
}

.hero-header-message h1{
    font-size: 70px;
    font-weight: 500;
}

.hero-header-message h1 span{
    font-weight: 700;
}

.hero-header-message p{
    font-weight: 500;
    font-size: 20px;
}

.hero-header-message a{
    font-weight: 500;
    font-size: 13px;
    padding: 12px 64px;
    color: white;
    border: 1px solid white;
    background: rgba(25,40,255,1);
    text-decoration: none;
    border-radius: 32px;
}

.hero-header-message a:hover{
    color: rgba(25,40,255,1);
    border: 1px solid white;
    background: white;
}

.hero-header-message .hero-header-suffix{
    font-size: 14px;
    margin-top: 156px;
}

.communication{
    background: rgba(36,36,36,1);
    color: white;
    padding-top: 88px;
    padding-bottom: 120px;
}

.communication .communication-message{
    width: 564px;
}

.communication .communication-message h4{
    font-size: 16px;
}

.communication .communication-message p{
    font-size: 14px;
}

.portfolio{
    height: 88vh;
}

.portfolio.background-crm{
    background-image: url('images/crm.png');
    background-position: center;
}

.portfolio .portfolio-carousel{
    padding: 40px 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}

.portfolio .arrow-button a{
    font-size: 40px;
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding: 16px;
}

.portfolio .arrow-button a:hover{
    color: #ffffff80;
}

.portfolio .portfolio-item{
    max-width: 500px;
    width: 90%;
}

.portfolio .portfolio-item h4{
    font-size: 25px;
}

.portfolio .portfolio-item p{
    font-size: 14px;
    font-weight: 400;
}

.team-members{
    color: white;
    padding: 64px 0;
}

.team-member{
    margin-top: 64px;
}

.team-member img{
    max-width: 100%;
}

.team-members .team-member-name{
    font-size: 25px;
    font-weight: 600;
}

.team-members .team-member-post{
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 18px;
    border-bottom: 1px solid white;
    width: 108px;
    margin: 0 auto;
}

.team-members .team-member-contact a{
    text-decoration: none;
    color: white;
    font-size: 24px;
}

.team-members .team-member-contact a:hover{
    color: #ffffff80;
}

.estimation-header{
    color: rgba(36,36,36,1);
    background-color: white;
    padding: 56px 0;
    text-align: center;
}

.estimation-header h2{
    font-size: 70px;
    font-weight: 700;
}

.estimation-header p{
    font-size: 20px;
    font-weight: 400;
}

footer{
    background-color: rgba(36,36,36,1);
    color: white;
}

footer p.small{
    font-weight: 400;
}

.footer-copyrights{
    width: 330px;
    margin: 0 auto;
    color: white;
    margin-top: 80px;
}

.footer-copyrights h5{
    font-size: 28px;
}

.footer-copyrights p{
    font-size: 14px;
    font-weight: 400;
}

footer a {
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 400;
}

footer a:hover, a:focus {
  text-decoration: none;
  color: #ffffff80;
}

footer p.number{
    font-size: 24px;
    font-weight: 600;
}

footer .text-14{
    font-size: 14px;
    font-weight: 400;
}

nav.navbar .nav-item a.nav-link{
    color: rgba(25,40,255,1);
    font-size: 14px;
    font-weight: 500;
}

nav.navbar .nav-item a.nav-link:hover{
    color: rgba(25,40,255,.6);
}

nav.navbar .nav-item a.nav-link.cta-button-nav{
    padding: 8px 24px;
    background-color: rgba(25,40,255,1);
    color: white;
    border-radius: 24px;
}

nav.navbar .nav-item a.nav-link.cta-button-nav:hover{
    background-color: rgb(0, 12, 179);
}

nav.navbar.navbar-expand-lg.fixed-top.navbar-light.bg-light{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.services{
    color: white;
    padding: 40px;
}

.services .accordion-item{
    background-color: transparent;
    border: none;
}
.services .accordion-button{
    background-color: rgba(25,40,255,1);
    border: none;
    border-bottom: 1px solid white;
    color: white;
    outline: none;
}

.max-w-100{
    max-width: 100%;
}

@media screen and (max-width: 900px){
    .hero-header-message{
        width: 100%;
        text-align: center;
    }
    .hero-header-message h1{
        font-size: 48px;
    }
    .hero-header .hero-header-bg{
        bottom: 0;
        right: -220px;
        opacity: 0.5;
    }
}

@media screen and (max-width: 600px){
    .flex-sm-column{
        flex-direction: column;
    }
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after{
    background-image: url('images/arrow.svg');
}

.accordion-button:not(.collapsed)::after{
    background-image: url('images/arrow.svg');
    transform: rotate(90deg);
}

.nos-realisations-cards{
    padding: 88px 0;
}

.nos-realisations-card{
    position: relative;
}

.nos-realisations-card img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
}

.nos-realisations-card figcaption {
    position: absolute;
    top: 0;
    bottom: 8px;
    left: 32px;
    right: 0;
    align-items: start;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    line-height: 1.1em;
    opacity: 0;
    z-index: 2;
    transition-delay: 0.1s;
    font-size: 24px;
    font-weight: 600;
    color: white;
  }

.nos-realisations-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: calc(100% - 24px);
    height: 100%;
    background-color: #00000087;
    pointer-events: none;
    opacity: 0;
    border-radius: 12px;
    transition: opacity 0.3s;
}

.nos-realisations-card:hover::before,
.nos-realisations-card:hover figcaption{
    opacity: 1;
}