* {
    font-family: Inter;
    color: white;
}

a , button{
    cursor: pointer;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.global-header {
    border-bottom: 1px solid #676767;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 65px;
}

.header-nav div a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    color: black;
}

.main-banner-section {
    background-color: #011320;
}

.main-banner_inner {
    background-image: url(/assets/Group\ 433.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 211px 0px;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.main-banner_inner h1 {
    font-family: Open Sans;
    font-size: clamp(36px,10vw,60px);
    font-weight: 700;
    line-height: 81.71px;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    max-width: 1072px;
}

.main-banner_inner p {
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 600;
    line-height: 29.96px;
    max-width: 1072px;
    margin: 0 auto;
}

.services-section {
    background-color: #011320;
    padding: 70px 60px;
}

.services-section_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 124px;
}

.services-inner_title{
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    border-bottom: 1px solid white;
    width: 100%;
    max-width: 600px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 21px;
}

.services-section_inner span {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;  
    margin-top: 25px;  
}

.points-container {
    display: flex;
    flex-direction: column;
    gap: 27px;
    margin-top: 20px;

}

.points-container_block {
    background: #0165A64D;
    box-shadow: 4px 4px 0px 0px #027BB8;
    padding: 13px 10px;
    display: flex;
    gap: 30px;
    border-radius: 4px;
}

.points-container_block img {
    max-width: 100px;
}

.points-block_text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.points-container_block .points-block_text h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    margin: 0;
}

.points-block_text span {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;

}

.services-square_container {
    display: grid;
    gap: 15px;
    margin-top: 35px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.square_container_block {
    background: #0165A64D;
    box-shadow: 4px 4px 0px 0px #027BB8;
    padding: 13px 18px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

.square_container_block img {
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
}

.square_container_block h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.78px;
    text-align: left;
    margin: 0;
    margin-top: 25px;
}

.square_container_block span {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    margin-top: 25px;
}    

.entreprise-section {
    background-color: #011320;
    padding: 0 60px 58px;
}

.entreprise-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.entreprise-inner img {
    width: 100%;
}

.entreprise-inner h2 {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid white;
    width: 100%;
    max-width: 785px;
    padding-bottom: 24px;
    margin-top: 60px;
    text-transform: uppercase;
}

.entreprise-inner span {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.68px;
    max-width: 900px;
    text-align: center;
    margin-top: 26px;
}

.contact-section {
    background: #012C48;
    padding: 40px 79px;
    padding-bottom: 84px;
}

.contact-text h2 {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid white;
    width: 100%;
    max-width: 785px;
    padding-bottom: 24px;
    margin-top: 43px;
    text-transform: uppercase;
}

.contact-inner_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contact-us-form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 1000px;
}

#contact-us-form input {
    background-color: #597384;
    color: white;
    padding: 16px 31px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    text-align: left;
    border: none;
    border: 2px solid #597384;
    outline: none;
}   

#contact-us-form input:hover, 
#contact-us-form input:focus-within,
#contact-us-form textarea:hover, 
#contact-us-form textarea:focus-within {
    border: 2px solid white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #597384 inset !important;
    box-shadow: 0 0 0px 1000px #597384 inset !important;
    background-color: #597384 !important;
    -webkit-text-fill-color: white  !important;
}


#contact-us-form textarea {
    background-color: #597384;
    color: white;
    padding: 16px 31px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    text-align: left;
    min-height: 115px;
    outline: none;
    border: 2px solid #597384;
    resize: vertical;
}   

input::-webkit-input-placeholder {
    color: white;
}

input::-moz-placeholder {
    color: white;
}

input:-ms-input-placeholder {
    color: white;
}

input::placeholder {
    color: white;
}

#contact-us-form button {
    text-transform: uppercase;
    color: black;
    width: 100%;
    border: none;
    text-decoration: none;
    outline: none;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    border-radius: 5px;
}

.global-footer {
    background: #2C2C2C;
    padding: 97px 0px;
}

.footer-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-inner_links {
    display: flex;
    gap: 26px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.footer-inner_links a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
}

.footer-inner_reserved {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.footer-inner_reserved p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin: 0;

}

.text-section_inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 16px;
}

.text-section_inner p {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    text-align: left;
    color: #1F1A1A;
    /* margin-bottom: 0; */
}

.text-section_inner span {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: #1F1A1A;
}

.text-section_inner li {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: #1F1A1A;
}


.mobile-show {
	display: none;
}

.empty-class {
    display: none;
}

.mobile-show_nav {
	display: none;
	width: 60vw;
	height: 105vh;
    overflow: hidden;
    background: #222;
	padding-top: 35px;
    padding-left: 35px;
	transform: translateX(-180%); 
    transition: transform 0.5s ease; 
    flex-direction: column;
    gap: 40px;
}

.mobile-show_nav.open {
    transform: translateX(69%);
}
.mobile-menu_overlay {
	display: none;
	width: 109vw;
	height: 110vh;
    overflow: hidden;
	position: absolute;
    top: -10px;
    left: -10px;
	z-index: 90;
	backdrop-filter: blur(5px);
}

#mobile-menu {
	margin: 0; 
}

#close-mobile-menu {
	margin: 0; 
	font-size: 1.25rem;
	padding: 5px;
	position: absolute;
	top: 32px;
	right: 15px;
}

.header-links {
    display: flex;
    gap: 20px;
}

.header-inner_navigation {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.header-inner_navigation a {
    text-decoration: none;
    color: white !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}

@media (max-width: 960px) {
    .mobile-show {
        display: flex;
    }
    .header-links {
        display: none;
    }
    .header-nav {
        padding: 14px 16px;
    }
    .main-banner_inner {
        padding: 125px 16px;
        width: auto;
    }

    .main-banner_inner h1 {
        line-height: normal;
    }

    .main-banner_inner p {
        line-height: normal;
        font-size: 20px;
    }

    .services-section {
        padding: 70px 16px;
    }

    .services-section_inner {
        padding: 0;
    }

    .entreprise-section {
        padding:  0 16px 58px;
    }
    .services-square_container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .square_container_block {
        max-width: 400px;
    }
    .contact-section {
        padding: 40px 16px;
        padding-bottom: 84px;
    }
    .entreprise-inner span {
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .points-container_block {
        align-items: center;
        flex-direction: column;
    }
}