@import "../../app/variables";
.about-us {

    .bg {
        background-color: $primary-blue;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .swiper-button-next {}
    .fw-400 {
        font-weight: 400;
    }
    .section-padding {
        padding-top: 100px;
    }
    .learts-mb-n30 {
        margin-bottom: -30px;
    }
    .learts-mb-30 {
        margin-bottom: 30px;
    }
    .about-us3 {
        .sub-title {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 20px;
            color: $primary-coral;
        }
        .title {
            font-size: 40px;
            font-weight: 400;
            line-height: 1.4;
            margin-bottom: 20px
        }
        desc {
            margin-bottom: 35px;
        }
    }
    .icon-box4 {
        min-height: 100%;
        img {
            width: 20px;
            margin-bottom: 15px;
        }
        .title {
            font-family: "Futura";
            font-size: 16px;
            font-weight: 800;
            line-height: 1;
            margin-bottom: 15px;
            color:$text-dark;
        }
    }
    .fw-600 {
        font-weight: 600;
    }

    .text-heading {
        color:$text-dark!important;
    }

    .section-title2 {
        margin-bottom: 4px;

        .sub-title {
            font-size: 56px;
            font-weight: 300;
            line-height: 1;
            margin-bottom: 8px;
            color: $primary-yellow;
            font-family: peyda, sans-serif !important;
        }


    }

    .instafeed-item {
        transition: all .5s ease 0s;

        .text-overlay {
            transition: all .5s ease 0s;
            background-color:$shadow-dark;
            opacity: 0;

            i {
                font-size: 20px;
                position: absolute;
                z-index: 2000;
                top: 50%;
                left: 50%;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                width: 30px;
                height: 30px;
                margin-top: -15px;
                margin-left: -15px;
                transition: all .5s ease 0s;
                opacity: 1;
                color: $pure-white;
            }
        }

        &:hover {
            .text-overlay {
                opacity: 1;

                i {
                    transform: scale(1.5);
                }
            }
        }


    }



}