:root {
  --white: 255, 255, 255;
  --silver: 248, 250, 252;
  --cloud: 220, 222, 224;
  --steal: 148, 163, 184;
  --lgray: 100, 116, 139;
  --gray: 71, 85, 105;
  --dgray: 30, 41, 59;
  --base: 7, 20, 35;
  --primary: 210, 10, 50;
  --lprimary: 253, 236, 212;
  --secondary: 5, 25, 60;
}
body {
  background-color: rgb(var(--silver));
  color: rgb(var(--base));
  font-family: "Noto Sans Devanagari", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
}
::before,
::after {
  content: "";
  position: absolute;
  left: 0;
}
.no-list li {
  list-style: none;
}
.img-responsive{
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.75;
  font-size: 1.13rem;
}
a {
  color: rgb(var(--secondary));
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
}
a:hover,
a:visited {
  outline: none;
  color: rgb(var(--base));
  transition: all 0.25s ease-out;
}
a:hover {
  color: rgb(var(--primary));
}
a p {
  font-weight: 400;
}

/* start code for header */
.site-top-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  background: linear-gradient(
      217deg,
      rgba(40, 40, 40, 0.8),
      rgba(100, 100, 100, 0) 70.71%
    ),
    linear-gradient(127deg, rgb(var(--base)), rgb(var(--secondary)) 70.71%),
    linear-gradient(336deg, rgba(30, 30, 30, 0.8), rgba(0, 0, 255, 0) 70.71%);
}
.site-top-wrap::before {
  width: 100%;
  height: 100%;
  background-image: url("../images/img-noise-361x370.png");
  opacity: 0.1;
  top: 0;
}
.site-top-adview {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  color: rgb(var(--silver));
}
.site-top-adview img {
  max-width: 970px;
  width: 100%;
  height: auto;
  min-width: 100%;
}
.site-header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0.25rem 0;
  background-color: rgb(var(--secondary));
  z-index: 99;
}

.wrapper {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.wrap-header {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.site-branding {
  display: flex;
  max-width: 4rem;
}
.site-branding img {
  width: 4rem;
  max-width: 4rem;
  height: auto;
}
.site-branding .site-description {
  color: rgb(var(--white));
  font-size: .75rem;
  position: relative;
  top: -.5rem;
}

.item-search {
  display: block;
  height: 32px;
  width: 32px;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.icon-search {
  display: inline-flex;
  height: 100%;
  width: 100%;
  background-color: rgb(var(--silver));
  mask-image: url("../images/icon-search.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 60%;
}
.main-navigation {
  display: inline-flex;
  width: auto;
}

/*------------------- Start code for navigation here ---------------------------*/
.primary-menu {
  display: flex;
  gap: 2rem;
  position: relative;
}
.primary-menu li a {
  padding: 1rem 0.5rem;
  display: flex;
  color: rgb(var(--white));
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
}
.primary-menu li a::before {
  height: 2px;
  width: 0;
  background-color: rgb(var(--lprimary));
  bottom: 0.88rem;
  transition: ease-in-out 0.25s all;
}
.primary-menu li a:hover {
  color: rgb(var(--lprimary));
}
.primary-menu li a:hover::before {
  width: 100%;
}
.primary-menu .current-menu-item a {
  color: rgb(var(--lprimary));
}
.primary-menu .current-menu-item a::before {
  height: 2px;
  width: 100%;
  background-color: rgb(var(--lprimary));
  bottom: 0.88rem;
  transition: ease-in-out 0.25s all;
}
.btn-hamburger{
  display: none;
}
/*------------------- end code for navigation here -----------------------------*/
.show-search-form {
  display: none;
  flex-direction: column;
  padding: 4rem 0;
  background-color: rgb(var(--white));
  box-shadow: 0 0 2rem rgba(var(--dgray), 0.25);
  position: absolute;
  left: 0;
  width: 100%;
  top: 70px;
}
.show-search-form.active {
  display: flex;
}

.show-search-form fieldset {
  margin-top: 0.5rem;
  display: flex;
  padding: 2rem;
  flex-direction: row;
  border: 1px dashed rgba(var(--dgray), 0.25);
  justify-content: space-between;
  flex: 1 1 0;
}
.show-search-form input {
  border: 0;
  display: flex;
  width: 80%;
}
.show-search-form button {
  display: inline-flex;
  padding: 1rem 2rem;
  align-items: center;
  justify-items: center;
  background-color: rgb(var(--secondary));
  color: rgb(var(--white));
}
/* end code for header */

/* ---------------------- START CODE FOR HOME PAGE  -------------------------------- */
.hero-wrapper {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(
    to bottom,
    rgb(var(--white)),
    rgb(var(--lprimary))
  );
  margin-bottom: .5rem;
}
.hero-home {
  display: flex;
  flex-direction: row;
  gap: 2rem;

}
.hero-posts {
  display: flex;
  width: 20%;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.88rem;
  line-height: 1;
  color: rgb(var(--base));
}
.hero-posts img {
  width: 100%;
  height: auto;
}
.hero-posts span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.75;
  width: 92%;
}
.hero-posts:hover {
  color: rgb(var(--primary));
}
.img-wrapper {
  display: flex;
  overflow: hidden;
}
a .img-wrapper img {
  scale: calc(100%);
}
a:hover .img-wrapper img {
  scale: calc(120%);
}
.img-wrapper img {
  display: flex;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  transition: ease-in-out 0.25s all;
}
.img-wrapper:hover img {
  scale: calc(120%);
}

.bg-noise {
  position: relative;
}
.bg-noise::before {
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/img-noise-361x370.png");
  opacity: 0.1;
}

.featured-wrap {
  display: flex;
  padding-top: 2rem;
}
.featured-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  --s: 2rem;
  padding: 1rem;
  border: 0.125rem solid rgb(var(--secondary));
  -webkit-mask: conic-gradient(at var(--s) var(--s), #0000 75%, #000 0) 0 0 /
      calc(100% - var(--s)) calc(100% - var(--s)),
    linear-gradient(#000 0 0) content-box;
}
.featured-content .featured-swiper {
  background-color: rgb(var(--secondary));
}
.featured-posts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: rgb(var(--secondary));
  overflow: hidden;
  color: rgb(var(--white));
}
.featured-posts .img-content {
  width: 60%;
  display: flex;
  position: relative;
}
.featured-posts .img-content:before {
  left: auto;
  right: 0;
  width: 70%;
  height: 100%;
  background-image: linear-gradient(
    to left,
    rgba(var(--secondary), 1),
    rgba(var(--secondary), 0)
  );
}
.featured-posts .img-wrapper {
  display: flex;
  width: 100%;
}
.featured-cnt-wrap {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding: 0 4rem;
  color: rgb(var(--white));
}
.featured-cnt-wrap .page-title {
  color: rgb(var(--white));
}
.featured-brand {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
}
.content-brand {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.brand-logo-circle {
  border-radius: 50%;
  height: 8rem;
  width: 8rem;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-out;
  background-color: rgb(var(--white));
  overflow: hidden;
  font-weight: 700;
}
.brand-logo-circle:hover {
  background-color: rgba(var(--steal), 0.5);
}
.show-brand-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.btn-link {
  display: inline-flex;
  padding: 0.5rem 0;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 6px;
  color: rgb(var(--base));
  z-index: 9;
}
.btn-link:hover {
  color: rgb(var(--primary));
}
.home-container {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.section-post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  padding: 1rem 0;
}
.section-post-grid-type1 {
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 1rem;
}
.section-post-grid-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.section-post-grid-col3.v-display {
  gap: 1rem;
}
.section-post-grid-col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}
.section-heading-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  align-items: baseline;
  gap: 0;
  background: repeating-linear-gradient(
    135deg,
    rgb(var(--primary)) 0,
    rgb(var(--primary)) 1%,
    transparent 0,
    transparent 50%
  );
  background-size: 0.25em 0.25em;
  background-color: rgb(var(--silver));
  opacity: 1;
  position: relative;
  padding: 0.5rem 0;
}
.section-heading-wrap::after {
  height: 90%;
  width: 100%;
  background-color: rgb(var(--silver));
}
.section-heading-wrap .heading-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1.125rem;
  position: relative;
  background-color: rgb(var(--white));
}
.section-heading {
  font-size: 1.5rem;
  display: inline-flex;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  padding-left: 1.125rem;
  padding-top: 0.5rem;
  color: rgb(var(--primary));
}
.section-heading::before {
  height: 0.75rem;
  width: 0.75rem;
  background-color: rgb(var(--primary));
  border-radius: 50%;
  top: 42%;
}
.review-content {
  display: flex;
  width: 100%;
  padding-top: 2rem;
}
.link-heading {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 1rem;
  font-weight: 700;
}
.link-heading:hover {
  color: rgb(var(--primary));
}
.left-post-primary {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.right-post-secondary {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.group-post-items{
  display: flex;
  gap: 1rem;
}
.group-col-posts{
  display: flex;
  flex-direction: column;
  background-color: rgb(var(--primary));
  width: 100%;
  margin: 0;
  padding:0;
}
.group-col-posts h3{
  font-size: 1.5rem;
  color: rgb(var(--white));
  line-clamp: 3;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  display: flex;
  padding: 0 2rem;
}
/* ---------------------- END CODE FOR HOME PAGE  ---------------------------------- */
/* ---------------------- START CODE FOR FOOTER ------------------------------------ */
.site-footer {
  background-color: rgb(var(--secondary));
  padding: 4rem 0;
  color: rgb(var(--silver));
}
.site-footer a {
  color: rgb(var(--silver));
}
.footer-info {
  display: flex;
  padding: 2rem 0;
  background-color: rgb(var(--base));
  color: rgb(var(--silver));

  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.footer-info-nav {
  display: flex;
  width: 100%;
  justify-content: center;
}
.copyright {
  display: inline-flex;
  justify-content: center;
  font-size: 0.75rem;
}
.footer-nav-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.footer-nav-item a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
/* ---------------------- END CODE FOR FOOTER -------------------------------------- */
.post-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-weight: 600;
}
.post-items.side-display {
  flex-direction: row;
  align-items: center;
}
.post-items.side-display .img-wrapper {
  width: 100%;
  height: auto;
}
.side-img-wrap{
  width: 40%;
}
.side-content{
  width: 60%;
}
.full-post-item {
  display: flex;
  flex-direction: row;
  background-color: rgb(var(--base));
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: rgb(var(--white));
}
.full-post-item:hover {
  color: rgb(var(--white));
}
.left-items {
  display: flex;
  padding: 4rem;
  width: 50%;
  flex-direction: column;
  gap: 2rem;
}

.right-items {
  display: flex;
  width: 50%;
  position: relative;
}
.right-items::before {
  width: 80%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgba(var(--base), 1),
    rgba(var(--base), 0)
  );
}

.right-items img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

.cat-brand-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  padding: 4rem 0;
}
.brand-tiles {
  display: flex;
  justify-content: center;
  padding: 1rem;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgb(var(--cloud));
  background-image: radial-gradient(
    circle,
    rgb(var(--white)),
    rgb(var(--silver))
  );
  border-radius: 2rem;
}

/* ---------------- START CODE FOR EMBLA ------------------- */
.splide {
  overflow: hidden;
}
/* ---------------- START CODE FOR EMBLA ------------------- */
/*----------------- START CODE FOR category page -----------------------------*/
.cat-section-top{
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  background-image: linear-gradient(
    to bottom,
    rgb(var(--white)),
    rgb(var(--cloud))
  );
  margin-bottom: 2rem;
}
.cat-hero-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-basis: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: start;
}
.cat-hero-content {
  width: 100%;
}
.cat-hero-sidebar {
  width: 340px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cat-ads-wrapper{
  display: flex;
  flex-direction: column;
  gap: .125rem;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.ads-heading{
  font-size: .75rem;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  color: rgb(var(--lgray));
}
.full-page-ads{
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
}
.full-page-ads .ads-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-tiles{
  display: grid;
  gap: 4rem;
}
.post-tiles.col-2{
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.post-tiles.col-3{
  grid-template-columns: repeat(3, 1fr);
}
.post-tiles.col-4{
  grid-template-columns: repeat(4, 1fr);
}
.post-grid-display{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}
/*----------------- END CODE FOR category page -------------------------------*/
/*----------------- start CODE FOR details page -------------------------------*/
.single-post-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
}
.sticky-container{
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.post-top-info,
.post-content-details{
  display: flex;
  flex-direction: row;
  gap: 6rem;
  flex-basis: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: start;
}
.post-left-col{
  width: 100%;
}
.post-info-sidebar{
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-post-heading h1{
  margin: 0;
  font-size: 2.5rem;
}
.post-single-attributes{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
  row-gap: 1rem;
  font-size: .88rem;
  padding-bottom: 2rem;
}
.post-single-attributes span{
  font-size: .75rem;
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
  display: flex;
}
.post-single-attributes div{
  font-weight: bold;
}
.post-single-attributes a{
  color: rgb(var(--primary));
  font-size: .88rem;
}
.post-share-wrap{
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 1rem 0;
  border-top: 1px dashed rgb(var(--lgray));
  border-bottom: 1px dashed rgb(var(--lgray));
}
.post-share-wrap span{
  font-size: .88rem;
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
  display: flex;
}
.single-post-share-links{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-post-share-links li{
  display: flex;
}
.single-post-share-links li a{
  padding:.5rem 0;
}
.single-post-content-display{
  position: relative;
  overflow: hidden;
  color: var(--base);
}
.single-related-post{
  display: flex;
  flex-direction: column;
}
.single-related-post h3{
  margin: 0;
}
.related-post-item{
  padding: 1rem 0;
  border-bottom: 1px dashed rgb(var(--lgray));
}
/*----------------- end CODE FOR details page -------------------------------*/
/*----------------- start CODE for search page -------------------------------*/
.search-wrap{
  display: flex;
  flex-direction: row;
  gap: 6rem;
  flex-basis: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
.search-wrap h3,
.search-wrap h5{
  margin: 0;
}
.search-left-col{
  width: 100%;
}
.search-side-bar{
  width: 440px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 2rem 0;
}
.search-content-wrap{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(var(--lgray), .25);
}
.search-content-sticky{
  
  position: sticky;
  top: 80px;
}
.search-content-wrap .img-col{
  width: 440px;
  display: flex;
}
.search-right-content{
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.search-form-result{
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-bottom: 2rem;
}
.search-form-result input{
  display: flex;
  width: 100%;
  padding: 1rem;
}
.search-form-result button{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--secondary));
  color: rgb(var(--white));
  padding: 1rem;
  font-size: 1rem;
}
/*----------------- end CODE for search page -------------------------------*/
/*----------------- start CODE for 404 page -------------------------------*/
.sec-404-main{
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 2rem 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 320px;
}
.sec-404-main h1, 
.sec-404-main p{
  margin: 0;
  line-height: 1;
}
.sec-404-main h1{
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-style: italic;
  color: rgb(var(--gray));
  text-align: center;
}
.sec-404-img-wrap{
  width: 160px;
  height: auto;
}
.sim-content{
  width: 300px;
  flex-direction: column;
  display: flex;
}
.sim-search-bar{
  display: flex;
  justify-content: center;
  align-items: center;
}
.ms-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 2rem 0;
  gap: 4rem;
}
.ms-post-item{
  display: flex;
  flex-direction: column;
  background-color: rgb(var(--lprimary));
}
.ms-content{
  display: flex;
  padding: 2rem;
}
/*----------------- end CODE for 404 page -------------------------------*/
.ads-display figure{
  margin: 0;
  padding: 0;
}

/*----------------- start CODE for swiper -------------------------------*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper.dark-view .swiper-pagination-bullet{
  background-color: rgb(var(--silver));
  height: 10px;
  width: 10px;
}
.swiper.dark-view .swiper-pagination-bullet-active{
  background-color: rgb(var(--white));
}
.swiper.dark-view .swiper-button-prev,
.swiper.dark-view .swiper-button-next{
  color: rgb(var(--white));
  height: 3rem;
  width: 3rem;
  text-align: center;
}
.swiper.dark-view .swiper-button-prev:after,
.swiper.dark-view .swiper-button-next::after{
  font-size: 1.5rem;
  left: 25%;
}
/*----------------- end CODE for swiper -------------------------------*/
.advertise-form{
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.advertise-form label{
  font-size: 12px;
  font-weight: 500;
}
.advertise-form .btn-submit{
  background-color: rgb(var(--base));
  color: rgb(var(--white));
  border: 0;
  width: 160px;
  border-radius: .5rem;
  align-items: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
}
.advertise-form .btn-submit:hover{
  background-color: rgb(var(--primary));
}
.centerWrapContent{
  width: 100%;
  max-width: 440px;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  padding: 6rem 0;
}
.centerWrapContent p{
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  margin: .25rem 0;
}