.h1,
h1 {
  font-size: var(--dc-fs-2);
}

.h2,
h2 {
  font-size: var(--dc-fs-3);
}

.h3,
h3 {
  font-size: var(--dc-fs-4);
}

.h4,
h4 {
  font-size: var(--dc-fs-5);
}

.h5,
h5 {
font-size: var(--dc-body-fs);
}

.h6,
h6 {
  font-size: var(--dc-body-fs);
}

@media (min-width: 1922px) {
  .h1,
  h1 {
    font-size: 70px;
  }

  h1.h2 {
    font-size: 50px;
  }

  .h2,
  h2 {
    font-size: 50px;
  }

  .h3,
  h3 {
    font-size: 36px;
  }

  .h4,
  h4 {
    font-size: 28px;
  }

  .h5,
  h5 {
    font-size: 24px;
  }

  .h6,
  h6 {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {

  .btn {
    font-size: 16px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {

  .h1,
  h1 {
    font-size: 40px;
  }

  h1.h2 {
    font-size: 30px;
  }

  .h2,
  h2 {
    font-size: 30px;
  }

  .h3,
  h3 {
    font-size: 24px;
  }

  .h4,
  h4 {
    font-size: 20px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 40px;
  }

  h1.h2 {
    font-size: 30px;
  }

  .h2,
  h2 {
    font-size: 30px;
  }

  .h3,
  h3 {
    font-size: 24px;
  }

  .h4,
  h4 {
    font-size: 20px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

 
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 30px;
  }

  h1.h2 {
    font-size: 26px;
  }

  .h2,
  h2 {
    font-size: 26px;
  }

  .h3,
  h3 {
    font-size: 20px;
  }  
    

    	/* Safari and Chrome, if Chrome rule needed */

	@media screen and (-webkit-min-device-pixel-ratio:0) {

		html,
		body {
			overflow-x:inherit;
			-webkit-overflow-x: inherit;
			-moz-overflow-x: inherit;
			position: relative;
		}


		::i-block-chrome,
		html,
		body {
			overflow-x: inherit;
			-webkit-overflow-x: inherit;
			-moz-overflow-x: inherit;
			position: relative;
		}

		.brand-sec {
			overflow-x: inherit;
		}

		::i-block-chrome,
		.brand-sec {
			overflow-x: inherit;
		}

	}
    
    
}

body#home .logo-big{
    display:none;
}

body#home .logo-small {
    display:block;
}

.navigation.fixed-top.with-strip ~ .filter-sec {
    top:102px;

}   

.navigation.fixed-top ~ .filter-list li:before {
    top:3px;
} 


 
.pagination {
  margin-bottom:30px;
}

.pagination li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 5px;
  color: var(--dc-white);
  position:relative;
}

.pagination li:first-child{ 
    padding-left:0;
}

.pagination li:first-child:before{ 
    display:none;
}

.pagination li:before {
    border-top: 2px solid var(--dc-white);
    border-left: 2px solid var(--dc-white);
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(135deg) translateY(-50%);
    transform-origin: 0px 1px;
}


.pagination li a {
  color: var(--dc-white);
  font-weight: 600;
}

.pagination li.rgt-icn {
  font-size: 12px;
}



.category-box .icon {
  position: absolute;
  right: 1.5rem;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  top: 1rem;
}

.category-sec {
  padding: 30px 0;
}

.category-list {
  padding:0px 0px 60px;
    border-bottom: 1px solid #fbd4da;
}


.category-list:last-child{ 
  border-bottom:none;

}


.category-list h2 {
  margin-bottom: 30px;
  margin-top:30px;
}

.category-flex {
  gap: 30px;
  flex-wrap: wrap;
}

.category-box {
  flex: 0 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  background: #fff;
  padding: 30px 20px 30px;
  border-radius: 20px;
  box-shadow: 0 0 8px rgb(251 212 218 / 22%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
    overflow:hidden;
}

.category-box h4 {
  margin-bottom: 10px; 
    padding:0;
}

.box-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.category-box p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}



.main-banner {
  padding:70px 0px;
  position: relative;
}

.min-bx-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-banner .container {
  position: relative;
}

.main-banner h1 {
  padding-bottom: 10px;
}

.banner-content {
  max-width: 45%;
  flex: 0 0 45%;
}

.banner-img {
  max-width: 45%;
  flex: 0 0 45%;
}

.filter-sec {
  background-color:#3f2e88;
  position: sticky;
  top:103px;
  overflow:hidden;
  z-index:99;
}   

.filter-sec h2 {
  padding-bottom: 10px;
    display:none;
}

.filter-list {
    display: flex;
    align-items: center;
    gap: 2%;
    list-style: none;
   
}




.filter-list a {
  color: #fff; 
  font-weight: 500;
  cursor: pointer;
 padding:20px 0px;
display:block;
} 


.filter-list li {
    position: relative;
    flex: 1;
    text-align: center;
}


.filter-list li:before{ 
    position:absolute; 
    left:0; 
    top:0px;
    content: '';
    width:100%;
    height:2px;
    background-color:#fff;
    opacity:0;
}

.filter-list li.active:before{
    opacity:1;
}

.filter-list li.data_not_selected  a{
    opacity:0.5; 
}


.wrapper-main{  
    padding:40px 0px;
}

#sidebar{
  flex: 0 0 30%;
  max-width: 30%;
}

#main-content {
  flex: 0 0 calc(70% - 30px);
  max-width: calc(70% - 30px);
}

#main-content .content{ 
    padding-bottom:20px;
}

#main-content .content p{ 
    padding-bottom:20px;
}


p:empty {
  display: none;
}

#main-content .content ol {
    list-style: none;
}

.abadoned-image img {
    margin: 0px auto;
    display: block;
}

.abadoned-image strong{
  text-align: center;
}

#main-content .content ol li {
/*    font-size: var(--dc-body-fs);*/
    position: relative;
    padding-left: 1.5rem;
    line-height: 2rem;
}

#main-content .content ol li:before{
    border-radius: 100%;
    height: 0.8rem;
    width: 0.8rem;
    background: rgb(247,0,208);
    background: radial-gradient(circle, rgba(247,0,208,1) 0%, rgba(255,31,47,1) 15%, rgba(242,83,73,1) 25%, rgba(255,169,63,1) 35%, rgba(172,241,183,1) 45%, rgba(95,233,255,1) 55%, rgba(0,0,255,1) 75%);
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
}

#main-content h2, 
#main-content h3,
#main-content h4,
#main-content h5, 
#main-content h6{ 
    padding:40px 0px 20px;
}

#main-content .grad-list{
    max-width:95%; 
    margin-left:auto;
}

.main-banner-detail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding:20px 0px 50px;
    background-color: #3f2e88;
}


.inner{ 
    border-radius:15px; 
    background:#fff; 
    padding:30px 0px;
}
 


.filter-sec .mobile-button button{ 
    background:none;
    border:0; 
    font-size:0;
    padding:0;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    display:none;
    width:32px;
    height:100%;
    background-color:#3f2e88;
}

.filter-sec .mobile-button .prev{ 
 left:0px;
} 

.filter-sec .mobile-button .next{ 
right:0px;;
}

    
.filter-sec .mobile-button button:before{
    border-top: 2px solid var(--dc-white);
    border-left: 2px solid var(--dc-white);
    content: '';
    display:inline-block;
    width:16px;
    height:16px;
 
}
      

.filter-sec .mobile-button .next:before {
    transform: rotate(138deg) translateY(-50%);
    transform-origin: 5px 5px;
}

.filter-sec .mobile-button .prev:before {
    transform: rotate(310deg) translateY(-50%);
    transform-origin:20px 0px;
}

footer:before {
   display:none;
}



@media (max-width:1599px) {

.navigation.fixed-top.with-strip ~ .filter-sec {
    top: 98px;
}
    
}


@media (max-width: 1440px) {
  .category-box img {
    max-width: 150px;
    width: 100%;
  }
}

@media (max-width: 1250px) {
}

@media (max-width: 1024px) {

    .main-banner {
    padding: 50px 0px;

}
    
  .logo {
    max-width: 150px;
  }
  .nav-menu li {
    font-size: 16px;
    padding: 0 10px;
  }
  .nav-menu li a.btn {
    padding: 8px 15px;
    font-size: 14px;
  }

  .min-bx-banner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .category-sec {
    padding: 20px 0;
  }


  .category-list {
    padding:0px 0px 40px;
  }

  .category-box {
    flex: 0 0 calc(48% - 0px);
    max-width: calc(48% - 0px);
  }
    
    
.category-list h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}    
    
}

@media (max-width: 991px) {
  .main-banner {
    padding: 30px 0px;
    position: relative;
  }

  .banner-img {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .banner-content {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
    

.category-flex {
    gap: 25px;
   
}    
    
}

@media (max-width: 767px) {
  .main-banner {
    padding: 20px 0;
  }

  .banner-content {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .banner-img {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }

  .category-sec {
    padding: 0px 0;
  }


  .category-list {
    padding:0px 0 30px;
  }
  .category-flex {
    gap: 15px;
  }
  .category-box {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
  }

  .category-list h2 {
    font-size: 25px;
    margin-bottom:20px;
    margin-top:20px;
  }

  .main-banner .search-query {
    padding: 25px 20px 25px 50px;
  }
  .main-banner button {
    position: relative;
    top: 20px;
  }

  #sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main-content {
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    
  }

  #categoryHead .sort {
    display: none;
  }

  .contentWrapper {
    padding: 50px 28px 72px;
    border-radius: 10px;
  }

  #categoryHead h1 {
    font-size: 25px;
    line-height: normal;
  }

  .articleList li {
    font-size: 14px;
  }

  #sidebar .nav-list a {
    font-size: 16px;
  }

  #sidebar .nav-list li {
    padding: 5px 0;
  }

  #categoryHead p {
    font-size: 14px;
  }

  #categoryHead ol {
    font-size: 16px;
  }



  .filter-list {
    gap:20px;
      padding:0 20px;
      
  }

    
.main-banner-detail {
    padding: 25px 0px;

}
    
.wrapper-main {
    padding:30px 0px;
}    

    
.filter-sec {
   top: 70px;
 
}    
    
.filter-sec .mobile-button button{ 
        display:block;
} 
    
.filter-list li {
    transition: transform 0.5s ease;
    
}    

html {
  scroll-behavior: smooth;
}
    

    
}


 


