@import url('./style.css');


.about-section-1 {
    background-color: #002139;
    color: var(--white-color);
    font-family: var(--franie-regular-font-family);
}
.right-bracket-title-about {
    bottom: 2rem;
    right: 3rem;
    color: white;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid white;
    border-image: linear-gradient(to right, transparent 80%, #fff 20%) 100% 1;
    width: fit-content;
    height: max-content;
}
.left-bracket-title-about {
    bottom: 2rem;
    right: 3rem;
    color: white;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid white;
    border-image: linear-gradient(to left, transparent 80%, #fff 20%) 100% 1;
    width: fit-content;
    height: max-content;
}
.right-bracket-title-about .content{
    border-right: 1px solid white;
    padding-left: 1rem;
    font-weight: 400;
    padding: 2rem 3rem 2rem 0;
    height: 100%;
}
.left-bracket-title-about .content{
    border-left: 1px solid white;
    padding-right: 1rem;
    font-weight: 400;
    padding: 2rem 0 2rem 3rem;
    height: 100%;
}
.right-bracket-title-about .content .title-1
.left-bracket-title-about .content .title-1{
    font-size: 1.2rem;
    font-family: var(--franie-light-font-family);
    font-weight: 200;
}
.right-bracket-title-about .content .title-2
.left-bracket-title-about .content .title-2{
    font-size: 1.8rem;
    width: 75%;
    margin-top: .5rem;
}


.left-bracket-title-about-dark {
    bottom: 2rem;
    right: 3rem;
    color: var(--dark-blue-color);
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid var(--dark-blue-color);
    border-image: linear-gradient(to left, transparent 80%, var(--dark-blue-color) 20%) 100% 1;
    width: fit-content;
    height: max-content;
}

.left-bracket-title-about-dark .content{
    border-left: 1px solid var(--dark-blue-color);
    padding-right: 1rem;
    font-weight: 400;
    padding: 2rem 0 2rem 3rem;
    height: 100%;
}

.left-bracket-title-about-dark .content .title-1{
    font-size: 1.2rem;
    font-family: var(--franie-light-font-family);
    font-weight: 200;
}

.left-bracket-title-about-dark .content .title-2{
    font-size: 1.8rem;
    width: 75%;
    margin-top: .5rem;
}

.about-section-1-content {
    width: 70%;
    line-height: 2rem;
    font-size: .8rem;
    font-family: var(--franie-light-font-family);
    font-weight: 200;
    height: 100%;
}
.about-section-2 {
    height: min-content;
}

.about-section-3 {
    background-color: #FCFCFC;
}

.about-section-2 img {
    width: 100%;    
    height: 50vh;
    object-fit: cover;
}



.left-bracket-title-dark {
    bottom: 2rem;
    right: 3rem;
    color: #032545;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid #032545;
    border-image: linear-gradient(to left, transparent 80%, #032545 20%) 100% 1;
    width: fit-content;
}

.left-bracket-title-dark .content{
    border-left: 1px solid #032545;
    padding-right: 1rem;
    font-weight: 400;
    padding: 2rem 0 2rem 3rem;
    height: 100%;
}

.left-bracket-title-dark .content .title-1{
    font-size: 1.2rem;
    font-family: var(--franie-light-font-family);
    font-weight: 200;
}

.left-bracket-title-dark .content .title-2{
    font-size: 1.8rem;
    width: 60%;
    font-weight: 700;
    margin-top: 0.5rem;
    
}


.about-section-4-title-1 {
    color: #BCBCBC;
    font-size: 2rem;
    font-family: var(--franie-regular-font-family);
    text-align: center;
}


.about-section-4-title-2 {
    color: #032545;
    font-size: 3rem;
    font-family: var(--franie-regular-font-family);
    text-align: center;
}

.quality-docs-img img {
    filter: grayscale(.9);
    opacity: .7;
    transition: all .5s ease-in-out;
    width: 100%;
}

.quality-docs-img:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.about-section-5 {
    width: 100%;
}

.about-section-5-gray {
    background-color: #F5F5F5;
    padding-left: 7%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}

.about-section-5-content-img-2 {
    position: absolute;
    right: 0;
    width: 25%;
    bottom: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.about-section-5-gray .title-1 {
    color: #5F5F5F;
    letter-spacing: .5rem;
    font-size: .9rem;
    width: 75%;
    line-height: 2rem;
}

.about-section-5-gray .title-2 {
    color: #092A5E;
    font-size: 3rem;
    font-family: var(--franie-bold-font-family);
    font-weight: 600;
    width: 75%;
    line-height: 3.4rem;
}

.about-section-5-gray .title-3 {
    color: #BFBFBF;
    letter-spacing: .5rem;
    font-size: .7rem;
    width: 75%;
    line-height: 2rem;
}

.about-section-5-content {
    color: #959595;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    letter-spacing: .1rem;
    line-height: 2rem;
    padding-right: 7%;
    position: relative;
   
}

.about-section-5-content i {
    font-size: 3rem;
    margin-bottom: 1.6rem;
}

.about-section-5-content-img {
    position: absolute;
    width: 18%;
    left: -15rem;
}

.about-section-6 {
    padding: 3rem 0;
    background-color: #032545;
    color: var(--white-color);
}

.about-section-6 .title-1 {
    font-size: 1.4rem;
    font-family: var(--franie-bold-font-family);
    font-weight: 600;
}

.about-section-6 .title-2 {
    font-size: 1.2rem;
    font-family: var(--franie-light-font-family);
    font-weight: 300;
}

.about-brosurs {
    position: relative;

}

.about-brosurs img {
    position: absolute;
    bottom: -3rem;
    width: 17rem;
    right: 0;
}



@media screen and (max-width: 768px) { 
    .about-section-1-content {
        width: 100%;
        text-align: justify;
    }

    .about-section-4-title-1 {
        font-size: 1.3rem;
    }

    .about-section-4-title-2 {
        font-size: 1.6rem;
    }

    .about-section-5-content {
        text-align: justify;
    }

}