/*Banner*/

.page-banner-text {
    justify-content: space-between;
    padding: 270px 0;
    padding-bottom: 28px;
}

.page-banner-pages-buttons {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 16px;
    width: 760px;
    max-width: 100%;
}

.page-banner-pages-buttons .page-banner-page-link {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    padding: 17px 20px;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
}

.page-banner-pages-buttons .page-banner-page-link.reels-active {
    color: #fff;
    background: #026002;
}

.mobile-banner-pages {
    display: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    width: calc(100% + 12px);
    align-items: center;
    column-gap: 12px;
    padding-right: 12px;
}

.mobile-banner-pages::-webkit-scrollbar
{
    display: none;
}

.mobile-banner-pages .mobile-page-banner-page-link {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #232323;
    text-decoration: none;
    padding: 13px 20px;
    background: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 50px;
}

.mobile-banner-pages .mobile-page-banner-page-link.active{
    background: #026002;
    border: 1px solid #026002;
    color: #F7F8F3;
}


/*Reelslar*/

.reels-section {
    padding: 118px 0;
}

.reels-card-link
{
    text-decoration: none;
}

.reels-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.reels-card-image, .reels-card-image img {
    aspect-ratio: 1/1.55;
    object-fit: cover;
    border-radius: 4px;
}

.reels-card-text {
    position: absolute;
    bottom: 20px;
    left: 16px;
    width: calc(100% - 32px);
    padding: 16px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    background: #FFFFFF;
    border-radius: 4px;
}

.reels-card-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #232323;
}

.reels-card-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #026002;
    border-radius: 50px;
}



@media only screen and (max-width: 1640px)
{
    
}

@media only screen and (max-width: 1399px)
{
    
}

@media only screen and (max-width: 1199px)
{
    
}


@media only screen and (max-width: 991px)
{
    .page-banner-text {
    max-width: 100%;
    padding: 70px 16px;
    padding-bottom: 30px;
    justify-content: end;
    row-gap: 10px;
    padding-right: 0;
}

.page-banner-pages-buttons {
    display: none;
}

.mobile-banner-pages
{
    display: flex;
}

.reels-section {
    padding: 75px 0;
}

.reels-card-title {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.reels-card-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
}

}

@media only screen and (max-width: 767px)
{

}

@media only screen and (max-width: 475px)
{
   
}