.ftco-blog{
padding: 2em 0 0 !important;
}
h2, h3{
    text-align: right !important;
}

h2{
    font-size: 25px !important;
}
/* .navbar {
    border-bottom: 1px solid #ffffff54;
} */

.ftco-new-article .col-lg-8 {
    padding: 10px 30px !important;
}

@media(max-width:700px){
    .ftco-new-article .col-lg-8 {
    padding: 0px !important;
    }
    
    .article-content{
        height: 500px !important;
        margin-bottom: 30px !important;
        border-bottom: 1px solid #d0d0d0 !important;
        border-radius: 0 !important;
    }
}

.cate-section{
    padding: 3em 0 1em !important;
}

.article-content{
height: auto !important;
/* background: #f1f1f1 !important; */
/* margin: 20px 0 !important; */
padding: 0 !important;
/*height: 480px !important;*/
}

.article-content .img-prod{
position: relative;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
    /* width: 180px; */
    z-index: 1;
    border-radius: 10px;
}

.prd .img-prod {
    height: 230px !important;
}

@media(min-width:992px){
    .article-content {
        margin-bottom: 25px !important;
    }
}

@media(max-width:992px){
    .article-content{
        height: 560px !important;
    }
    
}

@media(max-width:700px){
    .article-content .img-prod {
        height: 300px !important;
    }
    .article-content {
        height: 500px !important;
    }
}
@media (max-width: 576px) {
    .article-content .img-prod {
        height: 250px !important;
    }
    .article-content {
        height: auto !important;
    }
}
@media (max-width: 420px) {
    .article-content .img-prod {
        height: 210px !important;
    }

    .article-content {
        height: auto !important;
    }
}

@media(max-width:700px){
    .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width:900px){
    .new-articles .col-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 33% !important;
    }
}

@media(min-width:1200px){
    .new-articles .col-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 25% !important;
    }
}

.article-content .img-cover{
max-width: 100%;
}

.article-content span{
font-size: 13px !important;
}

.article-content .article-in{
font-size: 14px !important;
text-align:justify;
}
.article-content .article-topic{
margin: 7px 0 !important;
}

p, h3{
    text-align: justify;
}

.article-content .article-topic a{
font-size: 15px !important;
}
.article-content .ar-fot{
display: flex;
justify-content: space-between;
}
.detail-content{
display: flex;
justify-content: space-between;
flex-direction: column;
}
.ar-row{
justify-content: center !important;
}

.ar-head{
    margin: 0 23px !important;
}

h3, .h3 {
    font-size: 20px;
}

.article-topic a:hover{
    color: #a04bc7 !important;
}

/* .category-ar li > a{
    color: #FFADOO;
  } */
  .category-ar li > a:hover{
    color: #333;
  }

  
  /* .category-ar li > a:after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #b67ae0;
      transition: width .3s;
  }

  .category-ar li > a:hover::after {
      width: 100%;
      transition: width .3s;
  } */

  .category-ar li > .cate-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #b67ae0;
    transition: width 0.3s;
}

.category-ar li > .cate-link:hover::after {
    width: 100%;
}

.category-ar li > .cate-link.clicked{
    transition: none; 
    color: #b67ae0 !important;
}

.dropdown-menu.show {
    display: block;
    z-index: 1;
}

  .dropdown-menu{
    z-index: 1;
  }
.outer-ul{
    display: flex;
    flex-wrap: wrap;
    width: 90% !important;
    margin: 0;
    /* padding: 0; */
    justify-content: space-evenly;
	gap: 10px; 
	/* padding-left: 0; */
	list-style: none;
    justify-content: flex-start;
}

.cate-head {
    margin: 0px 30px 20px;
}

.cate-item{
    padding: 10px 0 10px 25px;
    list-style: none;
    flex: 0 1 auto;
    /* height: 50px;
    width: 100px; */
    width: 122px !important;
    height: 50px !important;
}

.cate-link {
    color: #42006f !important;
    float: right;
    text-align: right;
}


.dropdown-menu {
    position: relative;
    /* top: 100%; */
    top: 0%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    /* min-width: 1rem; */
    padding: 0.7rem 0;
    /* margin: 18.125rem 0 0 !important; */
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(206 206 206 / 18%);
    border-radius: 8px;
    box-shadow: 0 6px 12px rgb(40 40 40 / 22%);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 0;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
    color: #b67ae0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #b67ae0;
    text-decoration: none;
    background-color: #ffffff;
}

.ar-row .col-sm-5,
.ar-row .col-md-3,
.ar-row .col-lg-3{
    padding: 15px !important;
}

.prd .img-prod img {
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 992px) {
    .owl-carousel.home-slider .slider-item .slider-text .one-forth .text {
        position: absolute;
        top: 65% !important;
        text-align: right;
        left: 48% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        max-width: 50%;
        padding-left: 45px;
        padding-right: 3em;
    }
}

@media (min-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1,
    .owl-carousel.home-slider .slider-item .slider-text p {
        color: #ffffff !important; 
        color: #ffffff !important;
        font-size: 30px;
    }
}

@media(max-width:1024px){
    .new-cont{
        margin-bottom: 65px;
    }
}

.co-wrap{
    /* height: 100% !important; */
    height: 760px !important;
    border-radius: 10px;
}

@media(max-width:992px){
    .co-wrap{
        height: 400px !important;
    }
    .cate-gallery{
        columns: 2 !important;
    }
}

@media(max-width:576px){
    .co-wrap{
        height: 570px !important;
    }
}

@media(max-width:430px){
    .co-wrap{
        height: 470px !important;
    }
}

.new-r .col-lg-6{
    padding: 0 15px 20px !important;
}



.cate-gallery {
    columns: 4;
    column-gap: 1.5rem;
    width: 100%;
}

.cate-name{
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .cate-gallery{
        columns: 2 !important;
    }
    .contact-img{
        display: none !important;
    }
}

@media (max-width: 480px) {
    .cate-gallery{
        columns: 1 !important;
    }
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
    animation-delay: calc(var(--delay) * 0.2s);
    background: black;
}

.gallery-item:hover .overlayed {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item:hover .gallery-caption{
    display: none;
    transform: translateY(0);

}

.gallery-item img {
    width: 100%;
    height: 200px;
    display: block;
    transition: transform 0.3s ease;
    opacity: 0.4;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.overlayed {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgb(96 0 168 / 72%), transparent);
    padding: 2rem 1.5rem;
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    text-align: right;
}

.overlayed h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: white !important;
}

.overlayed p {
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.9;
}

.photo-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 0.8rem;
    opacity: 0.8;
    text-decoration: none;
}

.photo-credit:hover {
    opacity: 1;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #00A89D;
    z-index: 1000;
    transition: width 0.3s ease;
}

.gallery-caption {
    position: absolute;
    top: 40%;
    left: 40%;
    color: white;
    font-size: 20px;
    /* padding: 5px 10px; */
    /* border-radius: 5px; */
    font-size: 17px !important;
}

.daily-quote{
    padding: 3em 0 0 !important;
}

.quote-area{
    display: flex;
    justify-content: center;
}

.quote-of-day{
    text-align: right;
    border-right: 1px solid;
    border-left: 1px solid;
    padding: 0 20px;
}

@media (min-width: 991.98px) {
    .blog-brand, .about-brand {
        padding: 15em !important;
    }
    .hero-wrap.hero-bread {
        margin-top: 0px;
    }
}

.order-lg-last{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.bread-section{
    padding: 3rem 6rem !important;
}


.breadcrumbs{
    margin-bottom: 1rem}

.breadcrumbs p{
    text-align: right !important;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 12px;
}

.breadcrumbs p a{
    color: #4f0080 !important;
    padding: 0 5px;
}

@media(max-width:992px){
    .bread-section{
        padding: 1rem !important;
    }
    .search-form{
        margin-left: 30px !important;
    }
    .about-section{
        padding: 3rem 3rem 0 !important;
    }
    .about-section .breadcrumbs{
        margin-bottom: 2rem !important;
    }
}

@media(max-width:768px){
    h2{
        font-size: 18px !important;
    }
}

@media(max-width:576px){
    h2{
        font-size: 17px !important;
    }
}

@media(max-width:420px){
    
}

.daily{
    font-size: 17px !important;
}

.daily-topic{
    color: #c677ff;
    font-size: 20px !important;
    font-style: italic;
}

.read-more{
    font-size: 14px !important;
    width: 24%;
    color: white !important;
}

.search-form input{
    font-size: 14px !important;
}

@media(max-width:576px){
    .search-form{
        margin-bottom: 20px !important;
    }
}

@media(max-width:1024px){
    .sidebar{
        display: none !important;
    }
}

h2, h3{
    color: #383E43 !important;
}

.quote-box p{
    font-style: italic;
}

.quote-box span{
    font-size: 13px;
}

.about-author p{
    line-height: 26px;
    text-align: justify;
}

a:focus {
    outline: 0;
    outline-offset: -2px;
}

input::placeholder,
textarea::placeholder {
  color: #ffffff; /* Change this to any color you want */
  opacity: 1; /* Optional: ensures it's not faded */
}

.articlecrumbs{
    margin-bottom: 0;
}

.hero-wrap .slider-text .bread{
    font-size: 25px !important;
}

@media(min-width:1024px){
    .hero-wrap.hero-bread {
        padding: 20em;
    }
    .in-article{
        padding: 3rem 6rem 1rem !important;
    }
}

@media(max-width:1024px){
    .hero-wrap.hero-bread {
        padding: 12em 2em 10em !important;
    }

    .in-article{
        padding: 2rem 1rem 0 !important;
    }
}

@media(max-width:768px){
    .hero-wrap.hero-bread {
        padding: 10em 2em 8em !important;
    }
    .hero-wrap .slider-text .bread{
        font-size: 22px !important;
    }
}

@media(max-width:576px){
    /*.hero-wrap.hero-bread {*/
    /*    padding: 8em 1em 5em !important;*/
    /*}*/

    .hero-wrap.contact-brand{
        padding: 9em !important;
    }
}

@media(max-width:410px){
    .hero-wrap.hero-bread {
        padding: 8em 1em 5em !important;
    }
    .hero-wrap .slider-text .bread{
        font-size: 18px !important;
    }
}

.article-text img{
    border-radius: 10px;
    margin: 15px 0;
}

.tags{
    margin: 2rem 0;
}

.ftco-related-article{
    padding: 1rem 0;
}

.ftco-related-article .col-6{
    padding: 10px;
}

.related-head{
    margin: 1rem 2rem;
    font-weight: bold;
}

@media(min-width:1024px){
    .ftco-related-article .col-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 25%;
    }
}

.user-menu{
    width: 20% !important;
    left: 2% !important;
    right: 78%;
    top: 45% !important;
    border-radius: 7px !important;
    position: absolute !important;
}

.scrolled .user-menu{
    top: 80% !important;
}

.contact-head{
    margin-bottom: 40px !important;
}

.contact-direct,
.contact-info a{
    color: #b729ff !important;
}

.contact-direct:hover,
.contact-info a:hover{
    color: #cb65ff !important;
}

.contact-section{
    padding: 1em 0 1em !important;
    position: relative;
}

.contact-info{
    justify-content: space-around !important;
    text-align: right;
}
.text-success{
    text-align: right !important;
}

.about-info{
    text-align: right !important;
}

.contact-with-author a{
    color: #9c00ff;
    border: 1px solid #9c00ff;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    width: 30px;
    height: 30px;
}
.contact-with-author a span{
    font-size: 21px;
}

.contact-link{
    display: flex;
}

.about-author-section{
    padding: 1em 0 1em !important;
    position: relative;
}

.about-section{
    padding: 1rem !important;
}

.about-section .breadcrumbs{
    margin: 0 !important;
}

.about-info p{
    text-align: justify;
}

.ftco-footer {
    padding: 5em 0 !important;
    position: relative;
}

.ftco-footer .ftco-footer-widget h2{
    text-align: center !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.align-items-stretch h2{
    color: #ffffff !important;
}

@media(min-width:992px){
    .mobile-vs{
        display: none !important;
    }
}

@media(max-width:992px){
    .mobile-vs{
        text-align: right;
        color: #ffffff;
    }
    .filtering {
        display: flex;
        justify-content: space-between;
        flex-direction: column !important;
    }
    .article-search{
        margin-left: 0 !important;
    }
}

@media(max-width:680px){
    .articlecrumbs a{
        font-size: 13px;
    }
}

.c-mark{
    font-family: 'Times New Roman', Times, serif;
}

@media(max-width:1024px){
    .hero-wrap.hero-bread.article-bread{
        padding: 22em 6em 8em !important;
    }
}

@media (max-width: 768px) {
    .hero-wrap.hero-bread.article-bread{
        padding: 22em 2em 8em !important;
    }
}
@media (max-width: 576px) {
    .hero-wrap.hero-bread.article-bread{
        padding: 15em 1em 9em !important;
    }
}
@media (max-width: 410px) {
    .hero-wrap.hero-bread.article-bread{
        padding: 14em 1em 6em !important;
    }
}

.new-head{
    font-size: 22px !important;
}

.new-post-title{
    margin: 20px 0;
    font-style: italic;
}

.pagination{
    display: flex;
    justify-content: center;
}

.pagination li{
    padding:2px 10px;
    border: 1px solid #e9e9e9;
}

.pagination li:hover{
    background: #cfa8ff;
    color: white;
}

.pagination li a{
    color: #bd49ff;
    font-weight: bold;
}

.pagination li span, 
.pagination li a{
    font-size: 17px;
    font-weight: bold;
}

.new-head a {
    color: #444444;
}
