

header{
    background: var(--primary-color);
}





@keyframes extra_rotate {

    50%{
        transform: rotate(10deg) translateY(10px);
    }


    100%{
        transform: rotate(0deg) translateY(0px);
    }


}

@keyframes extra2_rotate {

    50%{
        transform: rotate(-10deg) translateX(10px);
    }


    100%{
        transform: rotate(0deg) translateX(0px);
    }

}

@keyframes extra3_rotate {

    50%{
        transform: rotate(-10deg) translateX(10px) translateY(-10px);
    }


    100%{
        transform: rotate(0deg) translateX(0px) translateY(0px);
    }

}

.footer{
    margin-top: 100px;
}

.about-image{
    position: relative;
}

.image-about-col{
    position: relative;
}

.about-extra1 {
    position: absolute;
    top: -66px;
    right: 30%;
    animation: extra_rotate 3s;
    animation-iteration-count: infinite;
}

.about-extra2{
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 50%;
    left: 142px;
    top: -38px;
    animation: extra2_rotate 3s;
    animation-iteration-count: infinite;
}

.about-extra3{
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    right: 51%;
    bottom: 6px;
    animation: extra2_rotate 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.about-extra4{
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--secondary-color);
    border-radius: 50%;
    right: 40px;
    bottom: -38px;
    animation: extra3_rotate 3s;
    animation-iteration-count: infinite;
}

.about-image{
    width: 550px;
    height: 300px;
}

.about-sec .row{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    padding-block: 0 40px;
}

.addressbar {
    padding-block: 18px;
    padding-top: 193px;
}


.about-image-us{
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.about-image-us img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.about-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-text p{
    font-size: 15px;
    color: #636363;
    text-align: justify;
}

.about-title{
    font-size: 17px;
    color: #3C3C3C;
    font-weight: 600;
    margin-bottom: 6px;
}

.about-sec{
    padding-block: 0px 110px;
}



.about-sec-info {
    padding-block: 50px;
    display: none;
}

.about-explain{
    padding-block: 50px 58px;
    display: none;
}

.about-info-image{
    width: 400px;
    height: 300px;
    margin-block: 15px;
}

.about-info-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-sec-info .about-title{
    text-align: center;
}

.col-about-sides{
    margin-top: 50px;
}


/*responsive*/
/*responsive*/
/*responsive*/


@media screen and (max-width: 1399px){

    .about-image {
        width: 505px;
        height: 271px;
    }

    .about-info-image {
        width: 345px;
        height: 255px;
    }

}

@media screen and (max-width: 1199px){

    .about-info-image {
        width: 291px;
        height: 206px;
    }

    .about-image {
        width: 388px;
        height: 260px;
    }

    .about-extra1 img{
        width: 80%;
    }

    .about-extra1 {
        top: -52px;
        right: 15%;
    }

    .about-extra4 {
        right: 40px;
        bottom: -58px;
    }
}

@media screen and (max-width: 991px){

    .image-about-col {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 49px;
        order: 1;
    }

    .about-sec-info {
        padding-block: 0;
    }

    .about-extra4 {
        right: -41px;
        bottom: 12px;
        width: 30px;
        height: 30px;
    }
    .about-sec {
        padding-block: 0px 0px;
    }

    .addressbar {
        padding-block: 4px;
        padding-top: 193px;
    }

    .about-center-col{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-explain {
        padding-block: 34px 53px;
    }


}

@media screen and (max-width: 767px){


}

@media screen and (max-width: 575px){

    .about-sec {
        padding-block: 0px 0px;
    }

    .about-image {
        width: 301px;
        height: 203px;
    }

    .about-extra1 img {
        width: 72%;
    }

    .about-extra4 {
        right: -54px;
        bottom: 24px;
        width: 26px;
        height: 26px;
    }

}

@media screen and (max-width: 425px){

    .about-image {
        width: 262px;
        height: 156px;
    }

    .about-extra1 img {
        width: 67%;
    }

    .about-extra2 {
        left: -29px;
        top: -38px;
    }

    .about-sec {
        padding-block: 0px 0px;
    }

    .faraz-title {
        height: 104px;
    }

    .about-title {
        font-size: 16px;
    }

    .about-text p {
        font-size: 14px;
    }

}

@media screen and (max-width: 375px){

    .about-info-image {
        width: 209px;
        height: 168px;
    }

    .about-extra2 {
        left: 28px;
        top: -38px;
    }

    .about-extra4 {
        right: 5px;
        bottom: -21px;
    }

    .about-extra3 {
        left: -2%;
        right: unset;
    }


}

@media screen and (max-width: 320px){

}


/*responsive*/
/*responsive*/
/*responsive*/
