@media only screen and (max-width: 1440px) {
    .wf-section-ab1 {
        --section_height: 60vw;
    }
}

@media only screen and (max-width: 1160px) {
    /* section 4 */
    .shr-item.active:after{
        --line_width: calc(40vw - 160px);
        height: 8vw;
    }
    .shr-row-ad1 .content-wrap {
        padding-right: 30px;
    }
    .shr-row-ad2 {
        padding-top: 100px;
    }

    /* section 5 */
    .gen-block-ae1.block-ae1 button.plus-btn {
        top: calc(50vw - 50px);
    }
    .gen-block-ae1.block-ae2 button.plus-btn {
        top: calc(41vw - 78px);
    }
    button.plus-btn > i {
        font-size: 1vw;
        height: 2.4vw;
        width: 2.4vw;
    }
    button.plus-btn > span {
        font-size: 0.8vw;
        margin-top: 0.3vw;
    }
    .gen-block-ae1 {
        transform: translateY(-11vw);
    }

    /* section 6 */
    .git-section-af1{
        margin-top: 0;
    }

}


@media only screen and (max-width: 991px) {
    /* Default CSS */
    html{
        font-size: 14px;
    }
    body{
        font-size: 16px;
    }
    .section{
        padding: 60px 0;
    }

    /* section 1 */
    .bann-row-aa1{
        flex-direction: column-reverse;
    }
    .hero-img{
        width: 50%;
    }
    .hero-img .img {
        background-size: calc(50vw - 40px) auto;
    }
    .bann-row-aa1 .bann-content {
        padding-top: 30px;
        padding-right: 0;
        text-align: center;
    }
    .bann-row-aa1 .bann-content > h3 {
        margin-bottom: 10px;
    }
    .hero-wrap {
        padding-top: 30px;
        transform: translateX(25%);
    }
    .banner-section{
        overflow: hidden;
        padding-top: 70px;
    }
    .comm-wrap {
        margin-top: 30px;
        flex-direction: column;
    }

    /* section 2 */
    .section.wf-section-ab1 {
        min-height: auto;
        padding-top: 0;
    }
    .wf-img-ab1 {
        max-width: 100%;
        position: relative;
        left: -20px;
    }
    .content-wrap.wf-content-ab1 {
        text-align: center;
        padding-top: 40px;
    }
    .wf-heading-ab1 > h3 {
        padding-left: 0px;
    }
    ul.wf-ul-ab1 {
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }
    ul.wf-ul-ab1 > li:not(:last-child) {
        margin-bottom: 0px;
    }
    ul.wf-ul-ab1 > li {
        padding-right: 0px;
        padding-left: 35px;
    }
    ul.wf-ul-ab1 > li:before {
        content: "\f061";
        left: 0;
        right: auto;
        top: 1px;
    }

    /* section 4 */
    .section.shr-section-ad1 {
        padding-top: 0;
    }
    .shr-row-ad1 .content-wrap {
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
        padding-right: 0px;
    }
    .shr-row-ad2 {
        padding-top: 40px;
        margin-bottom: 0;
    }
    .shr-block-ad2 .content-wrap {
        padding: 40px 0;
        text-align: center;
    }

    .shr-res-content { display: block; }
    .shr-block-ad2 { display: none; }

    

    /* section 5 */
    .gen-section-ae1 .section-title {
        margin-bottom: 30px;
    }
    .gen-block-ae1 {
        transform: translateY(0);
    }
    .gen-block-ae1 > img {
        height: 100%;
    }
    .gen-block-ae1.block-ae1 button.plus-btn {
        top: calc(76vw - 60px);
        right: calc(25px + 1.5vw);
    }
    .gen-block-ae1.block-ae2 button.plus-btn {
        top: calc(76vw - 40px);
        left: 5vw;
    }
    button.plus-btn > i {
        font-size: 2vw;
        height: 5vw;
        width: 5vw;
    }
    button.plus-btn > span {
        font-size: 1.8vw;
        margin-top: 0.8vw;
    }

    /* section 6 */
    .git-section-af1 {
        border-radius: 0;
        margin-top: 0;
    }
    .git-row-af1 .content-wrap {
        padding: 0;
        text-align: center;
    }
    .git-row-af1 .content-wrap h3.mb-4{
        margin-bottom: 10px!important;
    }
    .git-row-af1 .content-wrap > .btn-wrap {
        margin-top: 20px;
    }

    /* Footer */
    .footer-row {
        padding: 40px 0 0 0;
        gap: 20px;
    }
    .footer-col.col-1,
    .footer-col.col-2, 
    .footer-col.col-3 {
        align-items: center;
    }
    .social-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    /* Default CSS */
    html{
        font-size: calc(14px - 0.05vw);
    }
    body{
        font-size: calc(14px - 0.025vw);
    }

    /* Button */
    a.def-btn, .def-btn, .submit-wrap input[type="submit"]{
        min-height: calc(50px - 0.5vw);
        min-width: calc(160px - 0.5vw);
        padding: 10px 20px;
        font-size: calc(14px - 0.01vw);
        font-weight: 400;
        border-radius: calc(15px - 0.5vw);
    }
    /* Popup */
    .popup-content {
        padding: 20px;
    }

    /* Form */
    .submit-wrap {
        flex-direction: column;
    }
    .submit-wrap input[type="submit"]{
        width: 100%;
    }

    /* section 2 */
    ul.wf-ul-ab1 > li{
        font-size: calc(20px - 0.05vw);
    }
    
    /* section 4 */
    .shr-block-ad1 {
        padding: 40px 0 60px 0;
    }
}

@media only screen and (max-width: 576px) {
    /* section 4 */
    .shr-res-content {
        width: 100%;
        text-align: center;
    }
}