/* .section-main{
    display: none;
} */
::-webkit-scrollbar-thumb {
    background: #ff6f61;
}
::-webkit-scrollbar-thumb:hover {
    background: #6a4ae6;
}

::-webkit-scrollbar {
    background-color: #fff;
}
.home-page-main{
    background: linear-gradient(90deg, #6a4ae6 0%, #9755be 24%, #ce638d 76%, #ff6f61 100%);
}
.section-main{
    padding: 48px 0;
    background: rgb(106,74,230);
    background: linear-gradient(90deg, #6a4ae6 0%, #9755be 24%, #ce638d 76%, #ff6f61 100%);
}
.outer-heading{
    padding-top: 86px;
}
.main-home-heading{
    text-align: center;
    padding-bottom: 48px;
}
.div-heading-line{
    height: 5px;
    width: 500px;
    max-width: 90%;
    margin: auto;
    background: linear-gradient(270deg, #6a4ae6 0%, #9755be 50%, #ce638d 50%, #ff6f61 100%);
    background: #fff;
    animation: heading-line 1s infinite alternate;
    box-shadow: 0 0 60px #ff6f61;
}
.main-home-heading h1{
    font-size: 56px;
    font-weight: 900;
    /* background: linear-gradient(to right, red, blue); */
    /* background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%); */
    /* background: linear-gradient(270deg, #6a4ae6 0%, #fff 50%, #fff 50%, #ff6f61 100%); */
    /* background: linear-gradient(to bottom, #000000 0%, #333333 100%); */
    /* background: linear-gradient(to bottom, #cccccc 0%, #999999 100%); */
    /* color: transparent; */
    background: #fff;
    color: #fff;
    -webkit-background-clip: text;
    text-shadow: 0 0 60px #ff6f61;
    animation: heading-anime 1s infinite alternate;
}
@keyframes heading-anime {
    100% {
        text-shadow: 0 0 60px #6a4ae6;
    }
}
@keyframes heading-line {
    100% {
        box-shadow: 0 0 60px #6a4ae6;
    }
}

/* ********************** */

.big-blog-box .blog-box-inner{
    /* background-color: aqua; */
    width: 100%;
    aspect-ratio: 1/1;
}
.big-blog-box .blog-box-inner img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.medium-blog-box{
    /* margin: 5px 0; */
    margin-bottom: 18px;
}
.medium-blog-box .blog-box-inner{
    /* background-color: aqua; */
    width: 100%;
    height: calc(50% - 15px);
    aspect-ratio: 2 / 0.965;
}
.medium-blog-box .blog-box-inner img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.full-section .medium-blog-box .blog-box-inner{
    width: 100%;
    /* height: calc(50% - 15px); */
    aspect-ratio: 3 / 1.8;
}
.blog-box-inner img{
    /* box-shadow: 0px 0px 5px -1px #000; */
    box-shadow: 1px 1px 5px -2px #000;
    border-radius: 2px;
}
.blog-box-inner{
    position: relative;
    transition: 0.5s;
}
.imag-cover{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff00;
    transition: 0.5s;
}
.blog-box-inner span{
    display: block;
    width: 100%;
    text-align: left;
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    font-size: 35px;
    font-weight: 600;
    padding: 0 15px 5px;
    text-shadow: 1px 1px 2px #fff, -1px -1px 1px #2c2c2c;
    background: linear-gradient(180deg, #ffffff00 calc(20% - 10px), #ff6f61 80%);
    transition: 0.5s;
    /* -webkit-background-clip: text; */
}
.latest .latest-heading{
    font-size: 25px;
    transition: 0.5s;
}
.blog-box-inner:hover .imag-cover{
    background-color: #00000050;
}

.blog-img-heading{
    /* overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
     */
    /* width: 300px;
    height: 82px; */
    /* overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: clip; */

    display: -webkit-box !important;
    max-height: 110px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;

    /* white-space: nowrap; */
}
.blog-box-inner:hover .blog-img-heading{
    padding-bottom: 50px;
    max-height: 160px;
    -webkit-line-clamp: 3;

    /* background: linear-gradient(180deg, #ffffff00 calc(20% - 10px), #ff6f61 80%),
        linear-gradient(0deg, #ffffff00 calc(20% - 10px), #ff6f61 80%); */

}
.latest-heading{
    max-height: 80px;
    transition: 0.5s;
}
.blog-box-inner:hover .latest-heading{
    display: -webkit-box !important;
    max-height: 115px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
}
.blog-box-inner:hover {
    /* padding-bottom: 50px; */
    background: linear-gradient(0deg, #ffffff00 calc(20% - 10px), #ff6f61 80%),
        linear-gradient(0deg, #ffffff00 calc(20% - 10px), #ff6f61 80%);

}

.section-heading{
    float: left;
    position: relative;
    width: 100%;
}
.section-heading-inner{
    float: left;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.section-heading-inner::before{
    content: '';
    background: #555;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 0;
}
.section-heading-inner span{
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 13px;
    position: relative;
    text-transform: uppercase;
    transform: skewX(-15deg);
    z-index: 1;
    background: #ff6f61;
}
.carousel-section{
    /* background-color: #6a4ae6; */
    /* width: 1200px; */
    max-width: 100%;
    margin: auto;
    /* box-shadow: 1px 1px 5px -2px #000; */
    color: #fff;
}
.top-pages{
    text-align: center;
}
.page-main a, .page-main a:hover{
    text-decoration: none;
    color: #000;
}
.page-main-inner{
    /* background-color: aqua; */
    width: 100%;
    /* aspect-ratio: 3 / 1.2; */
    aspect-ratio: 2 / 1;
    position: relative;
    padding: 0 5px;
}
.page-main-inner img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.page-main-inner h2{
    position: absolute;
    bottom: 35px;
    width: 100%;
    color: #fff;
    font-size: 48px;
    background: #ce638d;
    background: linear-gradient(90deg, #6a4ae6 0%, #9755be 24%, #ce638d 76%, #ff6f61 100%);
    padding: 8px;
    margin-bottom: 25px;
}
.page-main-inner p{
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; */
    color: #fff !important;
    text-align: left !important;
}
.slick-dots{
    bottom: 15px !important;
}
.slick-dots li{
    background: #ff6f61 !important;
    border-radius: 50%;
}
.slick-dots li button:before{
    color: transparent !important;
    font-size: 15px !important;
    line-height: 23px !important;
}
.slick-dots li.slick-active button:before{
    color: #6a4ae6 !important;
}
.slick-next:before, .slick-prev:before{
    font-size: 55px !important;
    color: transparent !important;
}
.slick-next, .slick-prev{
    z-index: 1;
}
.slick-prev{
    left: 5px !important;
}
.slick-next {
    right: 42px !important;
}
.carousel-section:hover .slick-next:before{
    color: #6a4ae6 !important;
}
.carousel-section:hover .slick-prev:before {
    color: #ff6f61 !important;
}
.home-sub-heading{
    max-width: fit-content;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}
.home-sub-heading h2{
    color: #fff;
    font-size: 40px;
}
.home-sub-heading .div-heading-line{
    max-width: 55%;
    margin-top: 4px;
    height: 3px;
}
@media (max-width: 1600px) and (min-width: 1200px) {
    .section-main .container{
        max-width: 1064px !important;
    }
}
@media (max-width: 1348px) {
    .vertical-ad{
        display: none;
    }
}
@media (max-width: 991px) {
    .slick-next:before{
        color: #6a4ae6 !important;
    }
    .slick-prev:before {
        color: #ff6f61 !important;
    }
    .main-home-heading h1{
        font-size: 54px;
        font-weight: 900;
    }
    .blog-box-inner span{
        font-size: 26px;
        font-weight: 600;
    }
    .section-heading-inner span{
        font-size: 22px;
    }
    .page-main-inner h2, .home-sub-heading h2{
        font-size: 35px;
        padding: 8px 25px;
    }
    .slick-next:before, .slick-prev:before{
        font-size: 53px !important;
    }
    .div-heading-line{
        width: 400px;
    }
}

@media (max-width: 767px) {
    .main-home-heading h1{
        font-size: 44px;
        font-weight: 900;
    }
    .page-main-inner h2, .home-sub-heading h2{
        font-size: 25px;
        padding: 8px 25px;
    }
    .blog-box-inner span{
        font-size: 20px;
        font-weight: 600;
    }
    .section-heading-inner span{
        font-size: 22px;
    }

    .slick-next:before, .slick-prev:before{
        font-size: 33px !important;
    }
    .slick-next {
        right: 20px !important;
    }
    .page-main-inner{
        aspect-ratio: 3 / 1.6;
    }
    .div-heading-line{
        width: 300px;
    }
}
@media (max-width: 576px) {
    .slick-next:before, .slick-prev:before{
        color: transparent !important;
    }
    .main-home-heading h1{
        font-size: 40px;
        font-weight: 900;
    }
    .page-main-inner {
        aspect-ratio: 3 / 2;
    }
    .big-blog-box .blog-box-inner{
        aspect-ratio: 3 / 1.8;
    }
    .page-main-inner h2, .home-sub-heading h2{
        font-size: 20px;
        padding: 8px 25px;
    }
    .blog-box-inner span{
        font-size: 20px;
        font-weight: 600;
    }
    .section-heading-inner span{
        font-size: 22px;
    }

    .slick-next:before, .slick-prev:before{
        font-size: 33px !important;
    }
    .slick-next {
        right: 20px !important;
    }
}
@media (max-width: 450px) {

    .main-home-heading h1{
        font-size: 30px;
        font-weight: 900;
        padding: 0 15px;
    }
    .page-main-inner {
        aspect-ratio: 3 / 2;
    }
    .page-main-inner h2{
        font-size: 20px;
        padding: 8px 15px;
        margin-bottom: 10px;
    }
    .slick-dots li button:before{
        font-size: 10px !important;
        line-height: 18px !important;
        width: 15px !important;
        height: 15px !important;
    }
    .slick-dots li{
        background: #ff6f61 !important;
        border-radius: 50% !important;
        width: 16px !important;
        height: 16px !important;
    }
    .slick-dots{
        bottom: 8px !important;
    }
}
