.blog-container-page{
    display: flex;
    flex-direction: column;
    padding-top: 150px;

    justify-content: center;
    align-items: center;
}
.blog-container-page h2{

top: 275px;
font-family: 'Teko';
font-style: normal;
font-weight: 500;
font-size: 64px;
line-height: 20px;
color: #008081;
margin-bottom: 20px;


}
.blog-container-page h3{
 
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 20px;
margin-bottom: 20px;

color: rgba(0, 0, 0, 0.6);


}
.video-heading-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    gap: 30px;
}
.video-heading-1 h3{
    /* Walkthroughs Video Tour */



left: calc(50% - 581px/2 + 0.5px);


font-family: 'Teko';
font-style: normal;
font-weight: 500;
font-size: 72px;
line-height: 22px;
/* identical to box height, or 31% */
text-align: center;
text-transform: capitalize;

color: #008081;


}
.video-heading-1 p{
    /* Over 500 happy family members are part of joshpunar family. */


align-items: center;


font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 26px;
/* identical to box height, or 108% */
text-align: center;

color: #000000;


}
.video-items-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transition: transform 0.5s ease-in-out; /* Smooth scrolling effect */
    gap: 10px;
    
}
.video-item {
    flex: 0 0 20.333%; /* 3 items per row */
    /* Ensure padding is included in the width */
   
    background-color: #FFFFFF;
    width: 50%;
  
}
.videos-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #F4F4F4;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 30px;
}

.video-items-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Smooth scrolling effect */
    padding: 0px 30px;
}

.video-item {
    flex: 0 0 33.333%; /* 3 items per row */
    /* Ensure padding is included in the width */
   
    background-color: #FFFFFF;
    width: 100%;
   
   
}

.video-item img {
    width: 100%;
   
}

.video-item p {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-top: -10px;
    padding: 10px;
    
    background-color: #FFFFFF;
}

.video-item h3 {
    background-color: #FFFFFF;
    font-family: 'Teko';
    font-style: normal;
    font-weight: 700;
    font-size: 20.3258px;
    line-height: 27px;
    padding: 5px;
    color: #008081;
}

.pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pagination-dot {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    background-color: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #818181;
}

.pagination-dot.active {
    background-color: #008081;
    border: 1px solid #818181;
}
.video-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    gap: 30px;
}
.video-heading h3{
    /* Walkthroughs Video Tour */



left: calc(50% - 581px/2 + 0.5px);


font-family: 'Teko';
font-style: normal;
font-weight: 500;
font-size: 72px;
line-height: 22px;
/* identical to box height, or 31% */
text-align: center;
text-transform: capitalize;

color: #008081;


}
.video-heading p{
    /* Over 500 happy family members are part of joshpunar family. */


align-items: center;
padding: 20px;


font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 26px;
/* identical to box height, or 108% */
text-align: center;

color: #000000;


}

@media (max-width: 768px) {
    .video-heading {
        margin-top: 40px; /* Adjust to ensure proper spacing on smaller screens */
        gap: 20px; /* Reduced gap between heading and paragraph */
        padding: 0 20px; /* Add horizontal padding for better spacing */
    }

    .video-heading h3 {
        font-size: 50px; /* Reduced font size for smaller screens */
        line-height: 1.2; /* Adjust line height for readability */
    }

    .video-heading p {
        font-size: 18px; /* Reduced font size for smaller screens */
        line-height: 1.5; /* Adjust line height for readability */
        padding: 10px 0; /* Reduced padding for smaller screens */
    }
}


@media (max-width: 768px) {
    .blog-container-page h2 {
        font-family: 'Teko';
        font-style: normal;
        font-weight: 500;
        font-size: 60px;
        color: #008081;
        margin-bottom: 20px;
        margin-top: 80px;
    }
    
    .blog-container-page h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 20px;
        color: rgba(0, 0, 0, 0.6);
        align-items: center;
        text-align: center;
    }
    .pagination {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        display: none;
    }}
    @media (max-width: 320px){
        .blog-container-page h2 {
            font-family: 'Teko';
            font-style: normal;
            font-weight: 500;
            font-size: 40px;
            color: #008081;
            margin-bottom: 20px;
            margin-top: 80px;
        }
    }