﻿:root {
    --about-bg: #020b1f;
}

#about-us-section {
    background-color: var(--about-bg);
    height: 800px;
}

.about-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: var(--main-page-text-color);
}

.about-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 120%;
    color: var(--main-page-text-color);
}





.circle-size {
    width: 70px !important;
    height: 70px !important;
}

.advantag-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: var(--main-page-text-color);
}

.advantag-text {
    font-family: 'Inter', sans-serif;
    
    font-size: 16px;
    line-height: 120%;
    letter-spacing:0;
    color: var(--main-page-text-color);
}

.custom-vertical-line {
    width: 1px; 
    height: 71px; 
    background-color: #6280EB;
}


.collage {
    position: relative;
    width: 600px; 
    height: 600px; 

    margin: 0 auto;
}
.img {
    position: absolute;
    width: 400px; 
    border-radius: 8px; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

.img1 {
    top: 0;
    left: 0;
}

.img2 {
   top: 160px;
    right: -80px;
}

.img3 {
    bottom: 80px;
    left: -20px;
}

.img4 {
    bottom: -85px;
    right: -70px;
}

/*.top-left, .top-right, .bottom-left, .bottom-right {
    position: absolute;
    padding: 2cm;
    background-color: #6280EB;

}*/
.top-right-img1 {
    top: -70px;
    right: 120px;
    position: absolute;
}
.bot-left-img1 {
    bottom: 310px;
    left: -70px;
    position: absolute;
}

.top-right-img2 {
    top: 405px;
    right: -130px;
    position: absolute;
}

.bot-left-img2 {
    bottom: -160px;
    left: 180px;
    position: absolute;
}

/*.padding-about-section {
    padding-left: 8.125rem !important;
    padding-right: 8.125rem !important;
    box-sizing: border-box;
}
*/
.collage-wrapper {
    position: relative;
    padding-top:100px;
    padding-bottom:300px;
    padding-left: 8.125rem;
    padding-right: 8.125rem; 
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden; 
}
.advantages-container{
    margin-top:150px;
}

.advantage-item{
    width:552px;
}

@media (max-width: 768px){
    .advantages-container{
        margin-top: 20px;
        margin-bottom: 52px;
    }

    .advantages-container div{
        width: 353px;
    }

    .advantage-item{
        width: 353px;
    }

    .circle-size{
        width:50px !important;
        height:50px !important;
    }

    .custom-vertical-line{
        width: 1px !important;
    }

    .circle-container {
        width: 50px !important;
    }

    .advantag-heading{
        font-size: 18px;
    }

    .about-heading{
        font-size: 20px;
        margin-bottom: 0;
    }

    .about-subtitle{
        font-size: 1rem;
    }

    .collage-wrapper{
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .collage{
        display: flex;
        justify-content: center;
        align-items:center;
        height: 280px;
        width: 100%;
        padding: 0 8px 0 8px;
    }

    .img{
        width: 273px;
        position: relative;
    }

    .top-right-img1{
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
    }

    .bot-left-img1{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 40px;
    }
}