@font-face {
    font-family: 'Barlow-Regular';
    src: url('../fonts_new/Barlow-Regular.eot?v1.1');
    src: url('../fonts_new/Barlow-Regular.eot?v1.1') format('embedded-opentype'), 
    url('../fonts_new/Barlow-Regular.ttf?v1.1') format('truetype'), 
    url('../fonts_new/Barlow-Regular.woff?v1.1') format('woff') ;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow-SemiBold';
    src: url('../fonts_new/Barlow-SemiBold.eot?v1.1');
    src: url('../fonts_new/Barlow-SemiBold.eot?v1.1') format('embedded-opentype'), 
    url('../fonts_new/Barlow-SemiBold.ttf?v1.1') format('truetype'), 
    url('../fonts_new/Barlow-SemiBold.woff?v1.1') format('woff') ;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow-Medium';
    src: url('../fonts_new/Barlow-Medium.eot?v1.1');
    src: url('../fonts_new/Barlow-Medium.eot?v1.1') format('embedded-opentype'), 
    url('../fonts_new/Barlow-Medium.ttf?v1.1') format('truetype'), 
    url('../fonts_new/Barlow-Medium.woff?v1.1') format('woff') ;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts_new/Barlow-Bold.eot?v1.1');
    src: url('../fonts_new/Barlow-Bold.eot?v1.1') format('embedded-opentype'), 
    url('../fonts_new/Barlow-Bold.ttf?v1.1') format('truetype'), 
    url('../fonts_new/Barlow-Bold.woff?v1.1') format('woff') ;
    font-weight: normal;
    font-style: normal;
}
body {
    color: #212121;
    font-family: "Barlow-Regular";
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px;
    background-color: rgba(13, 17, 23, 1);

}
.match_day_tech {
    position: fixed;
    top: 0;
    width: inherit;
}
.match_day_tech {
    margin-top: 30px;
    margin-bottom: 70px;
    display: flex;
    padding: 30px;
    justify-content: space-between;
}
.sticky {
    border-radius: 15px;
    background: rgba(61, 61, 61, 0.5);
    padding: 30px;
    z-index: 2;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(5px);
}
.polyfeed-header{
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/webp/polyfeedbg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.polyfeed-h1{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-Bold;
    font-size: 75px;
    letter-spacing: -1.5px;
    text-align: center;
    line-height: 75px;
}
.polyfeed-p{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-Regular;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 35px;
    padding-top: 20px;
}
.polyfeed-p1{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-SemiBold;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.feed-btn{
    width: 250px;
    height: 56px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    background-color: rgba(1, 156, 188, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 0;
}    
.flx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.feed-title{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-Bold;
    font-size: 60px;
    letter-spacing: -1.38px;
    line-height: 65px;
}
.feed-title26{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-SemiBold;
    font-size: 26px;
    letter-spacing: -0.2px;
    margin: 0;
    padding-bottom: 8px;
}
.feed-title24{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-SemiBold;
    font-size: 24px;
    letter-spacing: -0.2px;
}
.feed-sub{
    color: rgba(1, 156, 188, 1);
    font-family: Barlow-SemiBold;
    font-size: 18px;
    letter-spacing: 2.7px;
    text-transform: uppercase;
}
.feed-p{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-Regular;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 35px;
}
.feed-p1{
    color: rgba(204, 204, 204, 1);
    font-family: Barlow-Regular;
    font-size: 20px;
    font-weight: 400;
}
.prebuilt{
    display: flex;
    gap: 30px;
   flex-wrap: wrap;
   padding: 60px 0;

}
.prebuilt-item{
    width: 45%;
    border-radius: 30px;
    position: relative;
}
.prebuilt-item img{
    border-radius: 30px;
}
.prebuilt-item h5{
   padding-top: 40px;
   padding-bottom: 45px;
}
.wide-ranginng{
    display: flex;
    gap: 40px;
}
.daily-activity{
    display: flex;
    gap: 140px;
    justify-content: center;
}
.activity-item{
    display: flex;
    gap: 29px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 28px;
    margin-bottom: 28px;
}
.activity-item:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.lets-talk-btn{
    width: 200px;
    height: 56px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    background-color: rgba(1, 156, 188, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 0;
} 
.alx{
    padding-top: 35px;
}
.feed-title26.mt70{
    margin-top: 69px;
}
.section-gap{
    padding: 60px 0;
}
.team-tech{
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 60px;
}
.team-tech-item{
    width: 30%;
}
.team-tech-item figure{
    width: 67px;
    height: 67px;
    border-radius: 20px;
    background-color: rgba(36, 40, 46, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.built-to-bost{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
    width: 70%;
    margin: 0 auto;
}
.built-to-bost .activity-item{
    width: 45%;
}
.built-to-bost .activity-item:nth-last-child(2){
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.flexible-box{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-top: 70px;
}
.flexible-item{
    width: 315px;
    height: 310px;
    border-radius: 30px;
    background-color: rgba(36, 40, 46, 1);    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flexible-item figure{
    padding-bottom: 30px;
}
.flexible-item:hover{
    box-shadow: 0 0 0 1px rgba(134, 134, 134, 1);
    border: 2px solid #868686;
}
.pricing-box{
    padding-top: 70px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.pricing-item h4{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-Bold;
    font-size: 32px;
    letter-spacing: -0.25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing-item p{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-Regular;
    font-size: 18px;
}
.pricing-item{
    border-radius: 30px;
    flex: 1;
    padding: 40px;
    background-image: url('../images/price-bg.webp');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.pricing-item:hover{
    box-shadow: 0 0 0 1.5px rgba(1, 156, 188, 1);
    background: linear-gradient(148deg, 
    0% rgba(1, 156, 188, 1), 
    64% rgba(40, 42, 46, 1), 
    100% rgba(36, 40, 46, 1), 
    100% rgba(36, 40, 46, 1));
}
.syblR{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-Bold;
    font-size: 28px;
    letter-spacing: -0.58px;
}
.amt{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-Bold;
    font-size: 46px;
    letter-spacing: -0.96px;
    line-height: 35px;
}
.times{
    color: rgba(204, 204, 204, 1);
    font-family: Barlow-Regular;
    font-size: 18px;
    letter-spacing: -0.38px;
}
.srt-btn{
    margin: 30px 0;
}
.srt-btn a{
    width: 100%;
    height: 56px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    background-color: rgba(1, 156, 188, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: Barlow-Bold;
    font-size: 16px;
}
.srt-btn a:hover, .str-btn-footer:hover{
    text-decoration: none;
}
.price-list li{
    color: #cccccc;
}
.bes{
    padding-bottom: 20px;
}
.price-list li{
    padding-bottom: 10px;
}
.handle-data{
    background-image: url('../images/handle-data.webp');
    height: 521px;
    border-radius: 30px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.str-btn-footer{
    width: 250px;
    height: 56px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 1);    
    color: rgba(1, 156, 188, 1);
    font-family: Barlow-Bold;
    font-size: 16px;
    letter-spacing: -0.13px;
    line-height: 27px;
    text-transform: uppercase;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.handle-data-txt{
    margin-left: 60px;
}
.Vinlogo{
    padding: 30px 0;
}
.latest-title{
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-SemiBold;
    font-size: 28px;
    letter-spacing: -0.23px;
    line-height: 35px;
}
.datep{
    color: rgba(204, 204, 204, 1);
    font-family: Barlow-Medium;
    font-size: 16px;
    font-weight: 500;
    padding-top: 35px;
}
.latest-article{
    display: flex;
    padding-bottom: 50px;
    padding-top: 50px;
    gap: 30px;
}
.latest-article-item{
    flex: 1;
}

/* accordion faq start */
.prizep-accordion-sec{
    padding-top: 60px;
    padding-bottom: 60px;
}
.prizep-accordion-sec .common-heading65{
    margin-bottom: 50px;
}
.prizep-accordion-sec .panel-default{ 
    padding: 25px 30px 25px 60px;
    border-color: transparent;
    margin-bottom: 30px;
    background-color: rgba(36, 40, 46, 1);
    border-radius: 30px;
}
.prizep-accordion-sec .panel-default.active{
    border-color: #00B46A;
    background-color: #fff;
}
.prizep-accordion-sec .panel-body{
    padding-left: 0;  
    color: #cccccc;
    padding-right: 0; 
    font-size: 20px; 
    line-height: 27px; 
    max-width: 1010px;
    padding-top: 10px;
}
.prizep-accordion-sec .panel-title a{
    position: relative;
    color: #FFFFFF;
    font-family: Barlow-Medium;
    font-size: 24px;
    font-weight: 500;
}
.prizep-accordion-sec .panel-title a:hover{
    text-decoration: none;
}
.prizep-accordion-sec .panel-title > a:before {
    content: "";
    background: url('../images/collapse_icon.png') no-repeat;
    background-size: 20px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 13px;
    left: -40px;
}
.prizep-accordion-sec .panel-title > a.collapsed:before{
    background: url('../images/expand_icon.png') no-repeat;
    top: 4px;
}
.que-ans{
    padding-top: 50px;
}
.trending-topics{
    background-image: url('../images/trending0bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.feed-btn:hover{
    cursor: pointer;
}
.lets-talk-btn:hover{
    cursor: pointer;
}
.str-btn-footer:hover{
    cursor: pointer;
}
.srt-btn:hover{
    cursor: pointer;
}
.prebuilt-bg1{
    height: 304px;
    border-radius: 30px;
   background: linear-gradient(-11deg, rgba(97, 97, 97, 1) 0%, rgba(36, 40, 46, 1) 100%);
}
.prebuilt-bg2{
    height: 304px;
    border-radius: 30px;
   background: linear-gradient(-11deg, rgba(97, 97, 97, 1) 0%, rgba(36, 40, 46, 1) 100%);
}
.prebuilt-bg3{
    height: 304px;
    border-radius: 30px;
   background: linear-gradient(-11deg, rgba(97, 97, 97, 1) 0%, rgba(36, 40, 46, 1) 100%);
}
.prebuilt-bg4{
    height: 304px;
    border-radius: 30px;
   background: linear-gradient(-11deg, rgba(97, 97, 97, 1) 0%, rgba(36, 40, 46, 1) 100%);
}
.bst{
    width: 110px;
    height: 20px;
    color: rgba(255, 255, 255, 1);
    font-family: Barlow-SemiBold;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    background-color: rgba(1, 156, 188, 0.24);
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 5px;
}
@media screen and (max-width: 1600px) {
    .prizep-accordion-sec .common-heading65{
      font-size: 56px;
      line-height: 54px;
    }

  }
  
@media screen and (max-width: 1440px) {
    .prizep-accordion-sec .panel-default{
      border-radius: 20px;
    }
    .prizep-accordion-sec .panel-title{
      font-size: 20px;
    }

    .prizep-accordion-sec .common-heading65{
      margin-bottom: 30px;
    }
  
  }
  
@media screen and (max-width: 767px) {
    .prizep-accordion-sec{
      padding: 0px 15px;
    }
    .prizep-accordion-sec .common-heading65{
      margin-bottom: 10px;
      font-size: 38px;
      line-height: 42px;
    }
    .prizep-accordion-sec .panel-title{
      font-size: 18px;
      line-height: 24px;
    }
    .prizep-accordion-sec .panel-default{
      padding: 10px 20px 10px 60px;
      border-radius: 18px;
    }
    .prizep-accordion-sec .panel-title > a.collapsed:before{
      top: 64% !important;
    }
    .prizep-accordion-sec .panel-title > a:before{
      top: 96% !important;
      transform: translateY(-50%);
    }
    .polyfeed-h1 {
        font-size: 54px;
        letter-spacing: -1.08px;
        line-height: 58px;
    }
    .polyfeed-p, .polyfeed-p1 {
        font-size: 26px;
        letter-spacing: -0.5px;
        line-height: 35px;
    }
    .feed-title {
        font-size: 40px;
        letter-spacing: -1.38px;
        line-height: 50px;
    }
    .feed-p {
        font-size: 20px;
        letter-spacing: -0.5px;
        line-height: 32px;
    }
    .prebuilt{
        flex-direction: column;
        padding-bottom: 0;
    }
    .prebuilt-item, .team-tech-item, .flexible-item{
        width: 100%;
    }
    .prebuilt-item h5 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .prebuilt-bg3 {
        height: 200px;
    }
    .prebuilt-bg4, .prebuilt-bg2, .prebuilt-bg1 {
        height: 232px;
    }
    .feed-title26 {
        font-size: 24px;
        padding-bottom: 8px;line-height: 31px;
    }
    .wide-ranginng{
        flex-direction: column;
        text-align: center;
    }
    .wide-ranginng figure{
        display: flex;
        justify-content: center;
    }
    .daily-activity{
        flex-direction: column;
        gap: 40px;
    }
    .feed-title26.mt70 {
        margin-top: 20px;
    }
    .activity-item{
        flex-direction: column;
        gap: 15px;
    }
    .team-tech{
        flex-direction: column;
        gap: 15px;
    }
    .built-to-bost{
        flex-direction: column;
        width: 100%;
    }
    .built-to-bost .activity-item {
        width: 100%;
    }
    .flexible-box{
        flex-direction: column;
    }
    .pricing-box{
        flex-direction: column;
    }
    .latest-article{
        flex-direction: column;
        gap: 30px;
    }
    .section-gap {
        padding: 30px 0;
    }
    .container.section-gap{
        padding-left: 15px;
        padding-right: 15px;
    }
    .handle-data{
        background-image: url('../images/handle-data-mobile.webp');
        height: 729px;
        background-size: contain;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .handle-data-txt {
        margin-left: 0;
        padding: 0 10%;
    }
    .srt-btn a {
        width: 230px;
        height: 50px;
    }
    .str-btn-footer{
        height: 51px;
        margin-top: 30px;
    }
    .polyfeed-header {
        height: 800px;
        background-image: url(../images/polyfeedbgmobile.webp);
        background-size: cover;
    }
    .match_day_tech{
        margin-top: 0;
        padding: 15px 30px 0 0px;
        width: 100%;
    }
    .sticky{
        padding: 15px 15px;
        top: 0px;
        left: 0;
    }
    .feed-btn.mobile{
        width: 140px;
        height: 32px;
        font-size: 12px;
    }
    .VinfotechLogo{
        width: 130px;
    }
    .polyfeed-item{
        padding-top: 60px;
    }
    .price-list li {
        padding-bottom: 10px;
        font-size: 18px;
        
    }
    .pricing-item{
        padding: 30px;
    }
    .prizep-accordion-sec .panel-body{
        font-size: 18px;
        line-height: 26px;
    }
    .prizep-accordion-sec .panel-title a {
        font-size: 18px;
        font-weight: 500;
    }
}
/* end */