@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.subfont{
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    color: #9D9D9D;
    font-style: normal
}

/* section 1 */
.b-img{
    clip-path: polygon(0 0, 100% 0, 100% 89%, 49% 100%, 0 89%);
}
.s1-text{
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight:900;
    font-size: 25px;
    line-height: 15px;
}
.s1-text1{
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight:900;
    font-size: 20px;
    line-height: 30px;
}
.s1-subtext{
    font-size: 15px;
    font-family:'Times New Roman', Times, serif;
    font-weight: normal;
}


/* section 3 */
.img-3{
    background-image: url(img/background/bg_2.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/* section 4 */



@media(min-width:567px){
    .sec4{
        line-height: 25px;
    }
    .s1-text{
      
        font-size: 40px;
        line-height: 20px;
    }

}

@media(min-width:967px)
{    
.s1-text{
        font-size: 50px;
        line-height: 40px;
    }

.sec4{
    font-size: 18px;
    line-height:40px;
}

}