/*-----------
# General
----------------*/
html {
  scroll-behavior: smooth;
}

@media (max-width: 540px) {
  body {
    --ssf-sol: "Noto Sans Bengali";
  }
}
/*------- System Font change --------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ssf-sol);
}
/* nav-menu */
.dropdown-ul li h5 {
  font-family: var(--ssf-sol) !important;
}
/* Featured Post title */
h2.en-Hs {
  font-family: var(--ssf-outfit);
  font-weight: 700;
}
.fp-Hs {
  color: var(--ss-c1);
}
/* Editor's Post title */
.ep-title {
  font-family: var(--ssf-body);
  color: var(--ss-c1);
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  line-height: 1.8rem !important;
}
/* Editor's Post title p*/
.ep-text-wrap .ep-p p {
  font-family: var(--ssf-body);
  font-size: 15px;
}
/* title tagg*/
.cat-span {
  font-family: var(--ssf-sol);
}
/* Post category */
.cat-name {
  font-family: var(--ssf-apona);
  font-size: 12px;
}
.cat-name:hover {
  opacity: 1 !important;
}
/* Post date */
.date-font {
  font-family: var(--ssf-sol);
}
/* Category Widget */
.categories li a {
  font-family: var(--ssf-sol);
}
/* Tags Widget*/
.tags li a {
  font-family: var(--ssf-sol);
  font-size: 0.9rem;
}
/* Box Post title */
.box-post-small a {
  color: var(--ss-c1);
}
.box-post-title {
  font-size: 15px;
  font-weight: 400;
}
.bn-Hs {
  font-family: var(--ssf-sol) !important;
}
.fp-Hs.bn-Hs {
  font-weight: 1000;
}
@media (min-width: 992px) {
  #footer h1,
  #footer h2,
  #footer h3,
  #footer h4 {
    font-family: var(--ssf-apona) !important;
  }
  .fp-Hs.bn-Hs {
    line-height: 42px !important;
  }
  .social-side .fp-Hs.bn-Hs {
    line-height: 25px !important;
  }
  .footer-content {
    font-family: var(--ssf-sol) !important;
    font-size: 18px;
  }
  .footer-content2 {
    font-family: var(--ssf-sol) !important;
    font-size: 15px;
  }
}
/* post small title */
.card-title h4,
.card-title h5 {
  font-family: var(--ssf-body);
  color: var(--ss-c1);
}
.card-title .bn-Hs {
  font-size: 18px;
  font-family: var(--ssf-sol) !important;
  font-weight: normal !important;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.list .card-title .bn-Hs {
  font-size: 1.25rem;
  line-height: 1.7rem;
}
@media (max-width: 672px) {
  .fp-Hs.bn-Hs {
    font-weight: 600;
  }
  .card-title .bn-Hs {
    font-size: 17px !important;
  }
}
.bn-Hs.ep-title {
  font-family: var(--ssf-sol) !important;
  font-weight: normal !important;
}
.bn-Hs .box-post-title {
  font-size: 15px;
  line-height: 22px !important;
  font-weight: normal !important;
  font-family: var(--ssf-sol) !important;
}
.bn-paragraph {
  font-family: var(--ssf-sol) !important;
}
@media (max-width: 540px) {
  .bn-paragraph {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.en-HS .box-post-title {
  font-family: var(--ssf-body) !important;
}
/*sing post font*/
.bn-Hs .single-post-title {
  font-family: var(--ssf-sol) !important;
}
.bn-Hs .single-post-writings h1,
.bn-Hs .single-post-writings h2,
.bn-Hs .single-post-writings h3,
.bn-Hs .single-post-writings h4,
.bn-Hs .single-post-writings h5,
.bn-Hs .single-post-writings h6 {
  font-family: var(--ssf-sol) !important;
}
/* small post main */
.small-posts-main {
  font-family: var(--ssf-sol);
}
/* Footer h */

@media (max-width: 540px) {
  h2.en-Hs {
    font-family: ;
  }
  .ep-title {
    font-family: var(--ssf-poppins);
  }
  .post-card-text .card-title h4,
  .post-card-text .card-title h5 {
    font-family: var(--ssf-poppins);
    font-size: 1rem;
  }
  .box-post-title {
    font-family: var(--ssf-poppins);
    font-size: 14px;
  }
  .bn-Hs .box-post-title {
    font-size: 17px;
  }
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--ssc-body);
  background-color: var(--ssc-body-bg);
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 992px) {
  body {
    overflow-y: hidden;
  }
}

*::-moz-selection {
  background: var(--ssc-rc-c1-light);
}

*::selection {
  background: var(--ssc-rc-c1-light);
}

a {
  color: var(--ssc-body);
  text-decoration: none;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--ssc-rc-c1-light);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.back-to-top i {
  font-size: 28px;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--ssc-rc-c1);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
/*
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  overflow: hidden;
  background: var(--ss-bg1);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--ssc-rc-c1);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
  */

::-webkit-scrollbar {
  position: fixed;
  width: 14px;
}

::-webkit-scrollbar-track {
  background: var(--ss-bg1);
}

::-webkit-scrollbar-thumb {
  background: rgb(217, 217, 217);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(191, 191, 191);
}

iframe {
  filter: none;
}

/*--------------------------------------------------------------
  # dark switch
  --------------------------------------------------------------*/

.dark body {
}

.dark *::-moz-selection {
  background: var(--ssc-rc-travel-dark);
}

.dark *::selection {
  background: var(--ssc-rc-travel-dark);
}

.dark iframe {
  filter: none;
}

.dark ::-webkit-scrollbar {
  width: 14px;
}

.dark ::-webkit-scrollbar-thumb {
  background: #3a3a3a;
}

.dark .nav-menu2 > ul::-webkit-scrollbar-thumb:hover {
  background: #414141;
}

.dark .nav-menu2 > ul::-webkit-scrollbar-thumb {
  background: #3a3a3a;
}

.dark ::-webkit-scrollbar-thumb:hover {
  background: #414141;
}

.dark #preloader:before {
  background: #1f2122;
  border-top-color: #1f2122;
  border-bottom-color: #1f2122;
}

.dark .back-to-top {
  background: #212425;
  color: #fff;
  box-shadow: 10px 10px 19px #1d1f20, -10px -10px 19px #272a2b;
}

.dark .back-to-top:hover {
  background: linear-gradient(to right bottom, #232527, #161819);
  color: var(--ssc-rc-c1);
}

.dark .fancynavbar-toggler-icon path {
  stroke: var(--ss-stroke1);
}

/*Home Page nav-menu*/

.dark .nav-menu2 > ul > li > a {
  color: #dedbdb;
}

.dark .nav-menu2 .active {
  color: var(--ssc-rc-c1);
}

.dark .nav-menu2 > ul > li > a.active:hover,
.dark .nav-menu2 > ul > li:hover a.active {
  color: var(--ssc-rc-c1);
}

@media (min-width: 991px) {
  .dark .nav-menu2 > ul > li > a:hover,
  .dark .nav-menu2 > ul > li:hover > a {
    color: var(--ssc-rc-c1-h);
  }
}
@media (max-width: 991px) {
  /*Books Page nav-menu*/
  .dark .nav-menu2 > ul > li > a {
    background: #212425;
    box-shadow: none !important;
  }

  .dark .text-light a {
    color: rgb(174, 174, 174) !important;
  }
}

.dark .header2 .nav-post.large .box-post-title {
  font-weight: 400 !important;
}

/*-----------Search Bar------------*/

.dark .bsearch {
  /*background-color: #1f2122 !important;*/
  color: rgb(212, 212, 212);
}

.dark .bsearch .container {
  border-bottom: 2px solid #b5a4775c;
  color: rgb(212, 212, 212);
}

.dark .input-search {
  color: #fff;
}
.dark .input-search::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark .btn-search {
  color: var(--ss-stroke1);
  background-color: transparent;
}

.dark .btn-cross {
  color: #ffffff;
  background-color: transparent;
}

.dark .search-for {
}

.dark #hero p span {
  color: #dabe8d;
}

.dark #hero .social-links a {
  color: #667686;
}

.dark #main {
  background-color: #1f2122 !important;
  color: rgb(212, 212, 212);
}

/*
  .dark #main2 {
    background-color: #1f2122 !important;
    color: rgb(212, 212, 212);
  }*/

.dark #hero:before {
  background: rgba(29, 31, 32, 0.8);
}

.dark .ofscrollto {
  background: black;
  color: grey;
  text-stroke: none;
  -webkit-text-stroke: 0.5px #000000;
}

.dark .ofscrollto:hover {
  background: rgb(24, 24, 24);
}

.dark .home-posts-type {
  color: ;
}

.dark .home-posts-main .svg-wrapper .animated-svg {
  filter: brightness(1) saturate(1);
}

.dark #footer {
  background: linear-gradient(to right bottom, #3e4143, #1f2122);
  color: rgb(142, 149, 151);
}

.dark #footer h3 {
  color: #667686;
}

.dark #footer .social-links a {
  background: #282b2c;
  color: #fff;
  box-shadow: 10px 10px 19px #282b2c, -10px -10px 19px #323637 !important;
}

.dark #footer .social-links a:hover {
  background: linear-gradient(to right bottom, #232527, #161819) !important;
  color: #dabe8d;
}

.dark .aziz1 {
  color: #dabe8d;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.mainy {
  position: relative;
}
.mainy.v2 {
  top: 0;
}
.mainy-assist {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100px;
  background: var(--ssc-header-bg);
  border-bottom: 1px solid transparent;
}
.nav-adds {
  display: none;
}
.mainy-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: calc(100% - 2px);
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainy-logo,
.nav-logo {
  display: flex;
  height: calc(100% - 5px);
  aspect-ratio: 1/1;
  background-image: url("../images/logo/rn2a.png");
  background-size: cover;
  background-position: center center;
  text-wrap: nowrap;
  align-items: center;
}
.mainy-image h3 {
  color: var(--ssc-body);
  font-family: var(--ssf-apona) !important;
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: -12px;
}
.mainy-logo *,
.nav-logo * {
  height: 37px;
  line-height: 40px;
  font-size: 30px;
  font-weight: 1000;
  color: var(--ssc-solid);
  font-family: "Apona Lohit", sans-serif !important;
}
.mainy-logo *:hover,
.nav-logo *:hover {
  color: var(--ssc-solid-f);
}
.mainy-date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: var(--ssc-body);
  font-family: var(--ssf-apona) !important;
  font-size: 13px;
  font-weight: bold;
  text-wrap: nowrap;
  margin: 0;
}

.nav-date h3 {
  color: var(--ssc-body);
  font-family: var(--ssf-apona) !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 10px;
  margin-bottom: -6px;
  text-wrap: nowrap;
}

.header2-wrapper {
  position: sticky;
  top: -1px;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 996;
}
#header2a {
  flex-direction: column;
  border-bottom: 2px solid var(--ssc-rc-border6);
  /*border-image: linear-gradient(to right, var(--ssc-rc-c2), var(--ssc-rc-c1)) 1;*/
}
.header2 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  justify-content: center;
  height: fit-content;
  background: var(--ssc-header-bg);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 996;
  transition: margin 0.3s ease-in, height 0.3s ease-in-out;
  overflow: hidden;
}
.header2.v2 {
  position: relative;
}
.header-top {
  width: 100%;
  height: 35px;
  position: relative;
  top: 0;
  background: var(--ssc-header-top);
  transition: height 0.3s ease-in-out;
}

#main2 {
  transition: filter 0.4s;
}

@media (max-width: 991px) {
  .header2-wrapper {
    position: fixed;
  }
  .mainy {
    overflow-y: visible;
    overflow-x: hidden;
  }
  .mainy-assist {
    height: 54px;
    display: block;
  }
  .nav-adds {
    display: block;
    position: fixed;
    width: 260px;
    height: 54px;
    z-index: 996;
  }
  #header2a .nav-adds {
    position: absolute;
  }
  .nav-image {
    background: var(--ssc-header-bg);
    z-index: 990;
  }
  .nav-logo {
    height: 100%;
  }
  .nav-image h3,
  .nav-add3 h3 {
    color: var(--ssc-body);
    font-family: var(--ssf-apona) !important;
    font-size: 30px;
    text-wrap: nowrap;
    font-weight: bold;
    line-height: 35px;
    padding-left: 10px;
    margin-bottom: -6px;
  }
  .nav-date {
    background: var(--ssc-header-bg);
    z-index: 989;
  }
  .nav-add1 {
    z-index: 988;
  }
  .nav-add2 {
    z-index: 987;
  }
  .nav-add3 {
    background: var(--ssc-header-bg);
    z-index: 986;
  }
  .mainy-image {
    display: none;
  }
  .nav-image.mobile,
  .nav-date,
  .nav-add1,
  .nav-add2,
  .nav-add3 {
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 260px;
    height: 52px;
    padding: 5px 5px 5px 10px;
    top: 0;
    transition: top 0.3s ease-in-out;
  }
  .nav-image.next,
  .nav-date.next,
  .nav-add1.next,
  .nav-add2.next,
  .nav-add3.next {
    top: -60px;
  }
  #header2a .nav-image.mobile {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .mainy {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
    margin-bottom: 0;
  }

  #main2 {
    margin-top: 80px;
    filter: none;
  }
}

.header2 .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: var(--ssf-apona);
}

.header2 .profile {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.header2 .profile-img {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
}

.text-light a {
  color: rgb(101, 101, 101) !important;
  font-size: 1.5rem;
  line-height: 2;
}

.header2 .profile ul {
  list-style: none;
  padding-left: 10px !important;
}

.header2 .profile ul li {
  font-size: 0.95rem;
}

@media (max-width: 991px) {
  .header2 .profile {
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
}

.nav-menu2 {
  height: 54px;
  justify-content: center;
  position: relative;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: height 0.4s ease-in-out;
}
.nav-menu2-next {
  height: 54px;
}

.nav-menu2 * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu2 > ul {
  position: relative;
  height: 100%;
}

.nav-menu2 > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu2 > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ssc-nav-menu);
  padding: 10px 18px 10px 18px;
  transition: width 0.4s;
  font-size: 16px;
  width: 80px;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}

.nav-menu2 > ul li a span {
  font-family: var(--ssf-sol);
  padding: 0;
  font-weight: 400;
  display: block;
}

.nav-menu2 > ul li a span i {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 4px;
}

.nav-menu2 > ul > li.dropdown > a span {
  display: flex;
  align-items: center;
}

.nav-menu2 > ul > li > a span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--ssc-rc-c2);
  transition: width 0.34s;
}

.nav-menu2 > ul > li.dropdown > a span:after {
  display: none;
}

.nav-menu2 > ul > li > a:hover > span:after {
  width: 100%;
  transition: width 0.34s;
}

.nav-menu2 .active span:after {
  width: 100%;
  transition: width 0.34s;
}

.nav-menu2 > ul > li > a.home {
  width: 75px;
}
.nav-menu2 > ul > li > a.home > span {
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: -4px;
}
.nav-menu2 > ul > li > a.home > span i {
  font-size: 18px;
  margin-left: 0;
  margin-top: 0;
  display: block;
}

@media (min-width: 991px) {
  .nav-menu2 > ul {
    width: 100%;
    justify-content: space-between;
  }
  .nav-menu2 > ul > li > a {
    width: fit-content;
  }
  .nav-menu2 > ul > .dropdown > a.colour {
    color: var(--ssc-rc-c1-h);
  }
  .nav-menu2 > ul > li:last-child > a {
    width: 60px;
  }
  .nav-menu2 > ul > li > a.scroll {
    width: 66px;
  }
  .nav-menu2 > ul > li > a.scroll span {
    color: #49371100;
  }
}
@media (max-width: 1200px) {
  .header2 {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .nav-menu2 > ul > li > a.home > span {
    height: 30px;
  }
  .nav-menu2 > ul > li > a.home > span i {
    font-size: 24px;
  }
}

/* .nav-menu2 li a,
.nav-menu2 .active,
.nav-menu2 li>a {
    background: none;
} */

.nav-menu2 .active {
  color: var(--ssc-rc-c1);
}

.nav-menu2 > ul > li > a.active:hover,
.nav-menu2 li:hover a.active {
  color: var(--ssc-rc-c1);
}

/* NAV-MENU DROPDOWN */
.nav-menu2 > ul > #dropdown > ul {
  display: none;
}
.nav-menu2 > ul > #dropdown2 > ul {
  display: none;
}
@media (min-width: 992px) {
  .nav-menu2 > ul > li > a:hover,
  .nav-menu2 li:hover > a {
    color: var(--ssc-rc-c1-h);
  }
}
@media (max-width: 1100px) {
  .nav-menu2 > ul > li > a {
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .nav-menu2 > ul > .dropdown {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-menu2 > ul > .dropdown > a {
    min-height: 56px;
  }
  .nav-menu2 > ul > .dropdown > a.color {
    color: var(--ssc-rc-c1-h);
  }
  .nav-menu2 > ul > .dropdown > ul {
    display: none;
    flex-direction: column;
    width: 100%;
    margin: -10px 20px 10px 20px;
    padding: 0px 10px 10px 10px;
    visibility: hidden;
  }
  .nav-menu2 > ul > #dropdown > ul.show,
  .nav-menu2 > ul > #dropdown2 > ul.show {
    display: block;
    visibility: visible;
  }
  .nav-menu2 > ul > .dropdown > ul > li {
    color: var(--ssc-nav-menu);
    padding: 8px 0;
  }
  .nav-menu2 > ul > .dropdown > ul > li a {
    color: var(--ssc-nav-menu);
    display: block;
  }
  .nav-menu2 > ul > .dropdown > ul > li a:hover {
    color: var(--ssc-rc-c1-h);
  }
  .nav-menu2 > ul > .dropdown > ul > li a span {
    text-align: center;
  }
  .nav-menu2 > ul > .dropdown > ul > li a.posts {
    padding: 12px;
    margin: 8px 0;
    color: var(--ssc-body);
    background: var(--ssc-body-bg);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
      rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  }
}

/* Dropdown-ul */
#dropdown-ul {
  z-index: 998;
  height: 0;
  padding: 10px 9% 15px 9%;
}
.dropdown-ul {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 10px 10px 15px 10px;
  left: 0;
  top: 100%;
  background: rgba(var(--ssg-header-bg), 1);
  visibility: hidden;
  opacity: 0;
  list-style: none;
  overflow: hidden;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  #dropdown-ul.active {
    height: 600px;
  }
  .dropdown-ul.active {
    height: 300px;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1600px) {
  #dropdown-ul {
    padding: 10px 5% 15px 5%;
  }
}
@media (max-width: 1400px) {
  #dropdown-ul {
    padding: 10px 10px 15px 10px;
  }
}
#dropdown-ul .row {
  margin-left: 0;
  margin-right: 0;
}
/* Dropdown Content */
#dropdown-ul .dropdown-content {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
  list-style: none;
}
#dropdown-ul > .dropdown-content > li {
  height: 270px;
}
#dropdown-ul > .dropdown-content > li {
  min-width: 200px;
  width: 50%;
  max-width: 400px;
}
#dropdown-ul > .dropdown-content > li:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 290px;
  position: relative;
  padding-top: 20px;
}
#dropdown-ul > .dropdown-content > li:nth-child(2),
#dropdown-ul > .dropdown-content > li:nth-child(4) {
  border-left: 1px solid var(--ssc-rc-border3);
}
#dropdown-ul > .dropdown-content .cat-content {
  height: 290px;
  padding-top: 20px;
}
#dropdown-ul > .dropdown-content .cat-content .dropdown-ad {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: calc(1.5rem * 0.5);
  padding-right: calc(1.5rem * 0.5);
  background-color: var(--ss-bg2);
}
#dropdown-ul > .dropdown-content .cat-content .dropdown-ad > * {
  display: block;
  font-size: 1rem;
  text-align: center;
  text-wrap: wrap;
  border-radius: 5px;
}
#dropdown-ul > .dropdown-content > li > .trouble {
  display: block;
  position: relative;
  height: fit-content;
  padding-left: calc(1.5rem * 0.5);
  padding-right: calc(1.5rem * 0.5);
}
#dropdown-ul > .dropdown-content > li > .trouble a {
  display: block;
}
#dropdown-ul > .dropdown-content > li a:hover {
  color: var(--ssc-solid-f);
}
#dropdown-ul li h5 {
  text-wrap: nowrap;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ssc-rc-border3);
}
#dropdown-ul li h5.allP {
  color: var(--ssc-rc-c2-dark);
  position: absolute;
  top: 0;
  right: calc(1.5rem * 0.5);
  padding-bottom: 0;
  border-bottom: 1px solid var(--ssc-rc-border3);
}
#dropdown-ul li h5 i {
  position: relative;
  bottom: -5px;
}
#dropdown-ul li h5.allP:hover {
  color: var(--ssc-rc-c2);
}
#dropdown-ul > .dropdown-content > li > ul {
  list-style: none;
  padding-left: 5px;
  margin-bottom: 0;
  width: fit-content;
  position: static;
  margin-left: calc(1.5rem * 0.5);
  padding-right: calc(1.5rem * 0.5);
}
#dropdown-ul > .dropdown-content > li ul > li {
  height: fit-content;
  width: fit-content;
}
#dropdown-ul > .dropdown-content > li ul > li > a {
  display: block;
  height: 35px;
  width: 90px;
  color: var(--ss-c1);
  font-size: 14px;
  font-family: var(--ssf-sol);
  font-weight: 500;
  line-height: 35px;
  opacity: 0.8;
  text-wrap: nowrap;
}
#dropdown-ul > .dropdown-content > li ul:hover > li > a {
  color: var(--ss-c1-f);
  font-size: 18px;
  opacity: 1;
}
/*cat post on hover*/
#dropdown-ul > .dropdown-content > li > ul > .cat-contents {
  position: absolute;
  width: calc(100% - 145px);
  height: 240px;
  top: 50px;
  right: calc(1.5rem * 1);
  border: 2px solid transparent;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
#dropdown-ul > .dropdown-content > li > ul:hover > div {
  visibility: visible;
  opacity: 1;
}

/* Dropdown Cats */
#dropdown-ul .dropdown-cats {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 40%;
  height: 559px;
  padding: 0;
  padding: 0 0 0 2.5%;
  list-style: none;
  border-left: 1px solid var(--ssc-rc-border3);
}
#dropdown-ul .dropdown-cats > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 15px;
}
#dropdown-ul .dropdown-cats li a {
  color: var(--ss-c1);
  font-size: 13px;
  font-family: var(--ssf-sol);
  font-weight: 400;
  text-wrap: nowrap;
  transition: color 0.3s;
}
#dropdown-ul .dropdown-cats li a:hover {
  color: var(--ssc-solid-f);
}
#dropdown-ul .dropdown-cats > li > a {
  font-size: 16px;
}
#dropdown-ul .dropdown-cats .parent > ul {
  list-style: none;
  padding-left: 0;
}
#dropdown-ul .dropdown-cats .parent > ul .child a {
  display: block;
  padding: 4px 8px 4px 0;
}

/*Cats UL*/
#dropdown-ul2 {
  z-index: 997;
}
#dropdown-ul2 .cats-ul {
  --w: 200px;
  list-style: none;
  width: 100%;
  height: 275px;
  max-width: 1320px;
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(8, auto);
}
#dropdown-ul2 .cats-ul > li {
  width: 0;
  height: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.4s ease-in-out;
}
#dropdown-ul2 .cats-ul > li:hover {
  width: calc(var(--w) * 1.5);
  height: calc(var(--w) * 0.5);
  filter: grayscale(0);
}
#dropdown-ul2 .cats-ul > li.acti {
}
#dropdown-ul2 .cats-ul > li > .cats_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#dropdown-ul2 .cats-ul > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--ssg-body-bg), 0.5);
  transition: backdrop-filter 0.4s linear;
}
#dropdown-ul2 .cats-ul > li:hover > a {
  background-color: rgba(var(--ssg-body-bg), 0);
  backdrop-filter: none;
}
#dropdown-ul2 .cats-ul > li > a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--ssf-apona);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-wrap: nowrap;
  line-height: 40px;
  background-color: rgba(var(--ssg-body-bg), 0.5);
  padding: 5px 8px;
  overflow: hidden;
  backdrop-filter: blur(5px);
  transition: width 0.3s linear, border-radius 0.1s linear, top 0.3s linear,
    transform 0.3s linear;
}
#dropdown-ul2 .cats-ul > li:hover > a > span {
  width: 150px;
  border-radius: 5px;
  top: 15px;
  transform: translate(-50%, 0);
  transition: width 0.1s linear, border-radius 0.1s linear, top 0.3s linear,
    transform 0.3s linear;
}

/*cats-ul nav-post container*/
.cats-ul > li > ul {
  position: absolute;
  bottom: 12px;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  padding-left: calc(1.5rem * 0.5);
  padding-right: calc(1.5rem * 0.5);
}
.cats-ul > li > ul > * {
  background: rgba(var(--ssg-body-bg), 0.8);
  backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
}
.cats-ul > li:hover > ul > * {
  visibility: visible;
  opacity: 1;
  border-radius: 2px;
  transition: opacity 0.3s linear;
  transition-delay: 0.3s;
}
.cats-ul > li > ul > *:hover {
  background: rgba(var(--ssg-body-bg), 0.9);
}
.cats-ul > li:hover > ul > *:nth-child(3) {
  transition-delay: 0.4s;
}
.cats-ul > li > ul > h6 {
  width: fit-content;
  padding: 3px;
  color: var(--ssc-solid);
  cursor: default;
}
.cats-ul > li > ul > h6:hover {
  background: rgba(var(--ssg-body-bg), 0.8);
}
.cats-ul > li > ul > li .box-post-title {
  color: var(--ssc-solid);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: calc(1.5rem * 0.5) !important;
}
.cats-ul > li > ul > li:hover .box-post-title {
  color: var(--ssc-solid-f);
}

/*-------Header nav-posts--------*/
/*nav-post small*/
.header2 .nav-post {
  height: 100px;
  position: relative;
  color: var(--ss-c1);
  margin-top: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: calc(1.5rem * 0.5);
  padding-right: calc(1.5rem * 0.5);
  border: none;
}
.header2 .nav-post + .nav-post {
  margin-top: 16px;
}
.header2 .nav-post:hover a {
  color: var(--ss-c1-f);
}
.header2 .nav-post .box-post-title {
  padding-right: 0;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
}
.nav-post .box-post-title.titleM {
  display: block;
}
.nav-post .box-post-title.titleS {
  display: none;
}
/*nav-post large*/
.header2 .nav-post.large {
  height: 238px;
  position: relative;
  flex-direction: column;
  color: var(--ss-c1);
  margin-top: 0;
  padding: 0;
  border: none;
}
.header2 .nav-post.large + .nav-post.large {
  margin-top: 16px;
}
.header2 .nav-post.large:hover {
  color: var(--ss-c1-f);
}
.nav-post.large .box-post-thumbnail {
  width: 100%;
  height: 100%;
}
.header2 .nav-post.large .box-post-title {
  position: absolute;
  width: calc(100% - 20px);
  height: fit-content;
  bottom: 10px;
  padding: 10px 12px;
  margin: 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ssc-solid);
  background-color: rgba(var(--ssg-body-bg), 0.85);
  backdrop-filter: blur(5px);
  overflow: hidden;
}
.nav-post.large .box-post-title.titleM {
  display: block;
}
.nav-post.large .box-post-title.titleS {
  display: none;
}
.header2 .nav-post.large:hover .box-post-title {
  color: var(--ssc-solid-f);
}

/*cats-ul nav-post*/
.cats-ul .nav-post {
  height: 75px;
  padding: 2px;
}

/* DROPDOWN ENDS */

@media (min-width: 992px) {
  #header2a {
    overflow: visible !important;
  }
}

@media (max-width: 1300px) {
  .nav-post .box-post-title.titleM {
    display: none;
  }
  .nav-post .box-post-title.titleS {
    display: block;
  }
}

@media (max-width: 991px) {
  .header2 {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }

  .nav-menu2 {
    display: flex !important;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 100px);
    height: 54px;
    max-width: 100%;
  }

  .nav-menu2 > ul {
    width: 80%;
    height: 100vh;
    top: 0;
    right: auto;
    left: -80%;
    background: var(--ssc-main-bg2);
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    scrollbar-gutter: stable;
    overflow-y: auto;
    transition: width 0.4s, left 0.4s;
    z-index: 999;
  }

  .nav-menu2 > ul::-webkit-scrollbar {
    position: fixed;
    width: 5px;
  }

  .nav-menu2 > ul::-webkit-scrollbar-track {
    background: var(--ss-bg1);
  }

  .nav-menu2 > ul::-webkit-scrollbar-thumb {
    background: rgb(217, 217, 217);
  }

  .nav-menu2 > ul::-webkit-scrollbar-thumb:hover {
    background: rgb(191, 191, 191);
  }

  .nav-menu2 > ul > li {
    display: flex;
    position: relative;
    height: 56px;
    justify-content: center;
    white-space: normal;
  }

  .nav-menu2 > ul > li > a {
    font-size: 1.2rem;
    width: fit-content;
  }

  .nav-menu2 > ul > li > a:first-child {
    height: 56px;
  }
}

@media (max-width: 768px) {
  .nav-menu2 > ul > li > a {
    padding: 3px 12px 3px 12px;
  }

  .nav-menu2 > ul > li > a span {
    padding: 0;
    margin: 0 0px 0 7px;
    overflow: hidden;
    transition: max-width 0.4s, margin 0.4s;
  }
}
@media (max-width: 672px) {
  .nav-menu2 {
    width: calc(100% - 70px);
  }
}
@media (max-width: 468px) {
}

@media (max-width: 991px) {
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .nav-menu2 > ul {
    left: 0;
  }
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #36a17d;
}

/*fancybar*/
/* gsap
.fancynavbar-toggler {
  display: none;
  right: 10px;
  bottom: 0;
  position: absolute !important;
  z-index: 1010 !important;
  cursor: pointer !important;
  width: 4.375rem !important;
  height: 4.375rem;
  -webkit-transform: translateY(4%) !important;
  -ms-transform: translateY(4%) !important;
  transform: translateY(4%) !important;
}

.fancynavbar-toggler-icon path {
  fill: none !important;
  stroke: var(--ss-stroke1);
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 2px !important;
}

@media (max-width: 991px) {
  .fancynavbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 0;
  }
}

@media (max-width: 540px) {
  .fancynavbar-toggler {
    transition: right 0.4s;
  }

  .nswitch-container {
    transition: left 0.4s;
  }
}*/
.fancynavbar-toggler {
  display: none;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  right: 20px;
  top: 0;
  position: fixed !important;
  z-index: 1010 !important;
  cursor: pointer !important;
  width: 56px !important;
  height: 56px;
}

.fancynavbar-toggler-icon path {
  fill: none;
  stroke: var(--ss-stroke1);
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.fancynavbar-toggler-icon.inactive path:nth-child(1) {
  stroke-dasharray: 60 207;
}
.fancynavbar-toggler-icon.inactive path:nth-child(2) {
  stroke-dasharray: 60 60;
}
.fancynavbar-toggler-icon.inactive path:nth-child(3) {
  stroke-dasharray: 60 207;
}
.fancynavbar-toggler-icon.active path:nth-child(1) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
.fancynavbar-toggler-icon.active path:nth-child(2) {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}
.fancynavbar-toggler-icon.active path:nth-child(3) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

@media (max-width: 991px) {
  .fancynavbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 540px) {
  .fancynavbar-toggler {
    transition: right 0.4s;
  }

  .nswitch-container {
    transition: left 0.4s;
  }
}

/*-----------Search Bar------------*/
.search-box {
  position: absolute;
  display: flex;
  right: 0;
  float: right;
  text-align: center;
  align-items: center;
  width: 54px;
  height: 100%;
  padding: 10px 60px 10px 10px;
  z-index: 996;
  background: linear-gradient(
    to left,
    var(--ssc-nav-menu-bg-alt) 80%,
    #ffffff00 100%
  );
  transition: width 0.4s ease-in-out;
}

.search-box-next {
  width: 360px;
  background: var(--ssc-nav-menu-bg-alt);
  border-left: 2px solid var(--ssc-rc-c1);
  border-image: linear-gradient(to bottom, var(--ssc-rc-c1), var(--ssc-rc-c2)) 1;
}

.input-search {
  height: 100%;
  width: 100%;
  position: relative;
  right: 0;
  float: right;
  border-style: none;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  transition: width 0.4s ease-in-out, opacity 1s ease-in-out, padding 0.4s;
  background-color: var(--ssc-body-bg);
  color: var(--ss-c1-f);
}
.input-search::placeholder {
  color: var(--ss-c3);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
  margin-left: 6px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.6s;
}
.input-search:focus::placeholder {
  opacity: 1;
}
.btn-search {
  border-style: none;
  font-size: 24px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  color: var(--ss-c3);
  background-color: transparent;
  pointer-events: painted;
  z-index: 998;
}

.btn-cross {
  border-style: none;
  font-size: 30px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  color: var(--ss-c3);
  background-color: transparent;
  pointer-events: painted;
  z-index: 996;
}

.btn-cross.second {
  display: none;
}

@media (max-width: 991px) {
  .search-box {
    padding: 0 60px 0 10px;
  }
  .btn-search {
    top: 16px;
  }
  .btn-cross {
    top: 14px;
  }
}

@media (max-width: 540px) {
  .search-box-next {
    width: 100%;
  }
  .input-search-next {
    width: 100%;
  }
}

.btn-search:hover {
  color: var(--ssc-rc-c1-h);
}

.btn-cross:hover {
  color: var(--ssc-rc-c1);
}

div.search_bar {
  position: absolute;
  left: 50%;
}
div.search_result {
  position: relative;
}

div.search_result .mow {
  padding-top: 10px;
}

div.search_result .mow .post-items-wrapper {
  transform: scale(0.95);
}

.bsearch {
  z-index: 490;
  position: absolute;
  flex-direction: column;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
}

.bsearch .container {
  padding-top: 30px;
  padding-bottom: 20px;
  border: 1px solid #b5a477;
  border-bottom: 3px solid #b5a477;
  color: var(--ss-c5);
  background-color: var(--ssc-body-bg);
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: calc(100vh - 56px);
  transition: padding 0.3s ease-in-out;
}

#main3 {
  display: none;
  position: relative;
}

.search-for {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: inherit;
  font-size: 17px;
  color: #464646;
  z-index: 401;
  margin-top: 10px;
  margin-bottom: 15px;
  white-space: nowrap;
}

.search-warning {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: inherit;
  font-size: 16px;
  color: #464646;
  margin-top: 5px;
}

.search-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 130px;
  border: 2px solid transparent;
  border-radius: 5px;
  margin: 20px 40px;
  padding: 10px 20px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: color 0.3s;
}
.search-banner:hover {
  color: var(--ssc-solid-f);
}
.search-banner-grad {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(var(--ssg-body-bg), 1) 10%,
    #00000000 100%
  );
  z-index: 5;
}
.search-banner h5,
.search-banner h6,
.search-banner span {
  width: fit-content;
  padding: 0 15px;
  margin-bottom: 3px;
  border-radius: 4px 4px 0 0;
  z-index: 6;
}
.search-banner h5 {
  font-size: 24px;
}
.search-banner h6 {
  font-size: 14px;
}
.search-banner span {
  font-size: 14px;
  font-family: var(--ssf-sol);
  margin-top: 5px;
}

.search_result .view-box {
  position: absolute;
  transform: scale(0.9);
  left: 50%;
  transform: translateX(-50%);
}

.search-items-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .bsearch {
    color: var(--ss-c5);
    /*background-color: var(--ss-bg1);*/
    margin-top: 0px;
  }

  div.search_result ul li {
    display: flex;
    justify-content: center;
  }

  .search-items-wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .bsearch .container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid #b5a477;
  }

  .search-warning {
    font-size: 13px;
    margin-top: 10px;
  }

  .search-banner {
    margin: 20px 25px;
  }

  .search-items-wrapper {
    margin-top: 60px;
  }

  div.search_result .mow {
    padding-top: 0;
  }

  div.search_result .mow .post-items-wrapper {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .search-banner {
    margin: 20px 20px;
  }
}
@media (max-width: 540px) {
  .search-banner {
    margin: 20px 0;
  }
  .search-items-wrapper {
    margin-top: 70px;
    padding-right: 0;
    padding-left: 0;
  }
  .search-items-wrapper .post-items-card.cardd {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*---------------Dark/Light Switch-----------------
  --------------------------------------------------*/
/* black screen slider */
.nswitch-container {
  position: absolute;
  display: flex;
  align-items: center;
  right: 65px;
  height: 100%;
  z-index: 1001;
  text-align: center;
}
.nswitch-container.v2 {
  position: absolute;
}

.parent-container {
  position: relative;
  /* other styles */
}

.nightswitch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.nightswitch:hover {
  opacity: 1;
}

.nightswitch .nsinput {
  opacity: 0;
  width: 0;
  height: 0;
}
.nightswitch #nsun {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.dark .nightswitch #nsun {
  transform: translateY(70px);
  opacity: 0;
  visibility: hidden;
}
.nightswitch #nmoon {
  transform: translateY(-70px);
  opacity: 0;
  visibility: hidden;
}
.dark .nightswitch #nmoon {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.nightswitch #nsun,
.nightswitch #nmoon {
  position: absolute;
  transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
}

.nightslider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  font-size: 22px;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--ssc-nav-menu);
}

/* Rounded sliders */
.nightslider.oval1 {
  border-radius: 34px;
}

.nightslider.oval1:before {
  border-radius: 50%;
}

@media (max-width: 991px) {
  .nswitch-container {
    position: fixed;
    justify-content: center;
    width: 15%;
    height: 50px;
    left: -90px;
    right: auto;
    top: 0;
    transition: left 0.4s;
  }
  .nswitch-container.nleft {
    left: 25%;
  }
  .nightslider {
    font-size: 28px;
  }
}

/*---------------Theme Chamge-----------------
  --------------------------------------------------*/
#theme-select {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  width: 40px;
  height: 100%;
  color: var(--ssc-nav-menu);
  font-size: 22px;
  cursor: pointer;
  z-index: 1001;
  text-align: center;
  transition: left 0.4s;
}

#dropdown-theme {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 300px;
  height: 100vh;
  height: 100lvh;
  top: 0;
  right: -300px;
  margin: 0;
  padding: 70px 10px 15px 10px;
  background: rgba(var(--ssg-header-bg), 1);
  list-style: none;
  overflow: hidden;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
}
#dropdown-theme .themes {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
.theme-option {
  position: relative;
  width: 100%;
  height: 80px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  padding: 20px 45px;
  cursor: pointer;
  outline: 3px solid transparent;
  overflow: hidden;
  transition: outline 0.5s;
}
.theme-option + .theme-option {
  margin-top: 10px;
}

#theme-normal {
  border: 1px solid var(--ssc-rc-border4);
}
#theme-normal .theme-select {
  background: var(--ssc-main-bg);
  border: 1px solid var(--ssc-rc-border);
}
#theme-isom1 {
  background: var(--isom1-bg);
}
#theme-isom1 .theme-select {
  --c: var(--isom1-shadow);
}
#theme-isom2 {
  background: var(--isom2-bg);
}
#theme-isom2 .theme-select {
  --c: var(--isom2-shadow);
}
.theme-option.isoms {
  clip-path: var(--ss-clippath10);
}
.theme-option.isoms .theme-select {
  --d: 10px;
  line-height: 30px;
  border-width: 1px 1px var(--d) var(--d);
  border-style: solid;
  border-color: var(--ssc-rc-border) var(--ssc-rc-border) #00000000 #00000000;
  background: conic-gradient(
        at left var(--d) bottom var(--d),
        #0000 90deg,
        rgb(255 255 255 / 0.15) 0 225deg,
        rgb(255 255 255 / 0.4) 0
      )
      border-box,
    conic-gradient(at left var(--d) bottom var(--d), #0000 90deg, var(--c) 0) 0
      100% border-box;
  background-color: var(--ssc-main-bg);
  clip-path: var(--clippath10);
}
.theme-option.selected:after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -6px;
  width: 40px;
  height: 40px;
  background-image: url(../images/logo/rn-os.png);
  background-size: cover;
}
.dark .theme-option.selected:after {
  filter: grayscale(0.5) brightness(0.7);
}

@media (min-width: 992px) {
  #dropdown-theme.active {
    right: 0;
  }
}

@media (max-width: 991px) {
  #theme-select {
    position: fixed;
    width: 15%;
    height: 50px;
    right: auto;
    left: -90px;
    font-size: 28px;
  }
  #theme-select.nleft {
    left: 40%;
  }
  #dropdown-theme {
    position: fixed;
    width: 80%;
    right: auto;
    left: -80%;
    transition: width 0.4s, left 0.4s;
  }
  #dropdown-theme.active {
    right: auto;
    left: 0px;
  }
}

/*.....end.....*/

/*----Google translate-----*/
.gtranslate {
  position: absolute;
  left: 10px;
  top: -13px;
  margin-top: 23px;
  z-index: 5;
  text-align: center;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
/*parallax*/
#pwrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 2;
}

#pwrapper div {
  position: absolute;
}

.pwrapper2 {
  display: none;
}

.prlx1 {
  position: absolute;
  width: 110%;
  left: -50px;
  margin-top: -110px;
  height: 120vh;
  top: 0;
  z-index: 1;
  transition: 0.1s ease-in-out;
  /*background-image: url('../images/shams3dbga.png');*/
  background-size: cover;
  background-position: center center;
}

.prlx2 {
  width: 110%;
  left: -50px;
  margin-top: -110px;
  height: 120vh;
  top: 0;
  z-index: 0;
  transition: 0.1 ease-in-out;
  /*background-image: url('../images/shams3dbgb.png');*/
  background-size: cover;
  background-position: center center;
}

.prlx3 {
  width: 100%;
  height: 110vh;
  z-index: 2;
  top: -30px;
  /*background-image: url('../images/shams3d.png');*/
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  transition: 0.1s;
  scroll-behavior: smooth;
}

@media (max-width: 2150px) {
  .prlx3 {
    background-position: 70% center;
    right: -30px;
  }
}

@media (max-width: 991px) {
  .prlx3 {
    background-position: 65% center;
  }
}

@media (max-width: 768px) {
  .prlx3 {
    background-position: 70% center;
  }
}

@media (max-width: 478px) {
  .prlx2 {
    width: 120%;
    left: -18px;
  }

  .prlx3 {
    width: 100%;
    height: 100vh;
    z-index: 10;
    right: -5px;
    background-position: 40% center;
  }
}

#hero {
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  position: absolute;
  background: #fffbee;
  opacity: 0.8;
  z-index: 3;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 20px);
  transition: 0.5s;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: var(--ss-c3);
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a.google-plus {
  top: -2px;
  position: relative;
}

#hero .social-links .twitter:hover {
  color: #00d9ff;
}

#hero .social-links .facebook:hover {
  color: #4477d7;
}

#hero .social-links .instagram:hover {
  color: #ff305d;
}

.fa-google {
  font-size: 19px;
}

.fa-google:hover {
  background: conic-gradient(
      from -45deg,
      #ea4335 110deg,
      #4285f4 90deg 180deg,
      #34a853 180deg 270deg,
      #fbbc05 270deg
    )
    73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

#hero .social-links .linkedin:hover {
  color: #257298;
}

@media (min-width: 992px) {
  .book1-container {
    padding-left: 160px;
  }
}

/*--------------------------------------fundamentals
  --------------overwriting bootstrap------------------------------------------------*/
@media (min-width: 992px) {
  .container {
    max-width: 800px;
  }
  .header2 .nav-menu2 {
    overflow: hidden;
  }
  .header2 .nav-menu2 .nav-ul {
    width: fit-content;
    min-width: 100%;
    overflow-x: auto;
  }
  .header2 .nav-menu2 .nav-ul::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1050px) {
  .container {
    max-width: 840px;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 910px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1281px) {
  .mow > * {
    padding-top: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-bottom: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .col-md-B {
    width: 25% !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1060px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 1280px) {
  .col-md-B {
    flex: 0 0 auto !important;
    width: 33.333333% !important;
  }
  .mow > * {
    padding-top: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-bottom: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
@media (max-width: 1200px) {
  .header2 .container {
    max-width: 1000px;
    margin: 0;
    margin-left: 50px;
  }
}
@media (max-width: 1150px) {
  .header2 .container {
    max-width: 970px;
    margin: 0;
    margin-left: 30px;
  }
}
@media (max-width: 1100px) {
  .header2 .container {
    max-width: 940px;
    margin: 0;
    margin-left: 20px;
  }
}
@media (max-width: 1050px) {
  .header2 .container {
    max-width: 920px;
  }
  .header2 .nav-menu2.container {
    max-width: 870px;
  }
}
@media (max-width: 991px) {
  .header2 .nav-menu2.container {
    margin: 0;
  }
  .col-md-B {
    flex: 0 0 auto !important;
    width: 50% !important;
  }
  .mow > .col-md-B {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .mow > * {
    padding-top: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-bottom: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

@media (max-width: 540px) {
  .mow > * {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }

  .tow {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .col-md-B {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
}
@media (max-width: 380px) {
  .col-md-B {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
}

/*------ Main -------*/
.main-row {
  justify-content: space-between;
}

@media (min-width: 1600px) {
  .main-row .main-sidebar {
    position: relative;
    left: -3px;
  }
}

/*--------------------------------------------------------------
# post
--------------------------------------------------------------*/
.selected-item {
  margin: 20px 0;
}
/* custom select style */
.selected-item {
  margin: 20px 0;
}
/* custom select style */
#cusSelectbox {
  height: 100%;
  width: 100%;
}
.s-hidden {
  visibility: hidden;
}
#cat-select {
  min-width: 180px;
}
#filter-select {
  min-width: 250px;
}
.custom-select {
  height: 40px;
  display: inline-block;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
}
#selectLabel {
  z-index: 120;
}
#selectLabel2 {
  z-index: 100;
}
.selectLabel {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--ss-bg1-v1);
  border: 1px solid var(--ss-c1-f);
  box-shadow: none;
  color: var(--ss-c1-f);
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  letter-spacing: 1px;
  line-height: 37px;
  padding: 0 35px 0 20px;
  text-align: left;
  text-wrap: nowrap;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectLabel:after {
  content: "\25BC";
  border-left: 1px solid #333;
  color: var(--ss-c1);
  font-size: 12px;
  line-height: 8px;
  padding: 10px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 15%;
  height: 70%;
  width: 35px;
}
.selectLabel:active {
  -webkit-transform: rotateX(30deg);
  transform: rotateX(30deg);
}
.selectLabel:active:after {
  content: "\25B2";
}
.selectLabel.filter-activate:after {
  content: "\25B2";
}
/*.selectlebel.open{
  transform': 'translateY(' + (i * 100 + 100) + '%)',
                        'transition-delay': i * 30 + 'ms'
}
*/
.options {
  position: absolute;
  top: 40px;
  height: 1px;
  width: 100%;
  background: var(--ss-bg1-alt);
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.options li {
  background: var(--ss-bg1-alt);
  color: var(--ss-c1);
  border-left: 1px solid var(--ss-c1-f);
  border-right: 1px solid var(--ss-c1-f);
  border-bottom: 1px solid var(--ss-c1-f);
  cursor: pointer;
  display: block;
  line-height: 50px;
  list-style: none;
  opacity: 1;
  padding: 0 50px 0 20px;
  text-align: left;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 0;
  height: 40px;
  width: 100%;
}
.options li.child {
  padding: 0 20px 0 30px;
}
.options li:hover {
  background: var(--ss-bg1-v1);
  color: var(--ss-c1-f) !important;
}
.options li.filter-active {
  background: var(--ss-bg1-f);
  color: var(--ss-c1-f) !important;
}
#post-flters li:nth-child(1) {
  z-index: 119;
}
#post-flters li:nth-child(2) {
  z-index: 118;
}
#post-flters li:nth-child(3) {
  z-index: 117;
}
#post-flters li:nth-child(4) {
  z-index: 116;
}
#post-flters li:nth-child(5) {
  z-index: 115;
}
#post-flters li:nth-child(6) {
  z-index: 114;
}
#post-flters li:nth-child(7) {
  z-index: 113;
}
#post-flters li:nth-child(8) {
  z-index: 112;
}
#post-flters li:nth-child(9) {
  z-index: 111;
}
#post-flters li:nth-child(10) {
  z-index: 110;
}
#post-flters li:nth-child(11) {
  z-index: 109;
}
#post-flters li:nth-child(12) {
  z-index: 108;
}
#post-flters2 li:nth-child(1) {
  z-index: 99;
}
#post-flters2 li:nth-child(2) {
  z-index: 98;
}
#post-flters2 li:nth-child(3) {
  z-index: 97;
}
#post-flters2 li:nth-child(4) {
  z-index: 96;
}
#post-flters2 li:nth-child(5) {
  z-index: 95;
}
#post-flters2 li:nth-child(6) {
  z-index: 94;
}
#post-flters2 li:nth-child(7) {
  z-index: 93;
}
#post-flters2 li:nth-child(8) {
  z-index: 92;
}
#post-flters2 li:nth-child(9) {
  z-index: 91;
}
#post-flters2 li:nth-child(10) {
  z-index: 90;
}
#post-flters2 li:nth-child(11) {
  z-index: 89;
}
#post-flters2 li:nth-child(12) {
  z-index: 88;
}

/*---Custom Select ends---*/

.home-posts-wrapper {
  --b_: 0px;
  --b_c: transparent;
  --h_: 40px;
  --c_r: var(--ssn-blue);
  --c_p: var(--ssn-green);
  width: fit-content;
  padding: 0;
}
.home-posts-options {
  width: 280px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--ssc-rc-border);
}
.home-posts-options h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  line-height: 35px;
}
.home-posts-options .popp h3 {
  line-height: 37px;
}

.home-posts-type {
  flex: calc(1 + var(--_s, 0));
  position: relative;
  min-width: 0;
  font-size: 40px;
  font-weight: bold;
  height: var(--h_);
  cursor: pointer;
  color: var(--ss-c1);
  border: var(--b_) solid var(--b_c);
  background: conic-gradient(
      at calc(100% - 1.3 * var(--b_)) 0,
      var(--b_c) 209deg,
      #0000 211deg
    )
    border-box;
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.577 * var(--h_)) 100%, 0 100%);
  padding: 0 calc(0.288 * var(--h_)) 0 0;
  margin: 0 calc(-0.288 * var(--h_)) 0 0;
  z-index: 0;
  transition: flex 0.4s;
}
.home-posts-type + .home-posts-type {
  flex: calc(1 + var(--_s, 0));
  /*border: var(--b_) solid var(--c_p);*/
  background: conic-gradient(
      from -90deg at calc(1.3 * var(--b_)) 100%,
      var(--b_c) 119deg,
      #0000 121deg
    )
    border-box;
  clip-path: polygon(calc(0.577 * var(--h_)) 0, 100% 0, 100% 100%, 0 100%);
  margin: 0 0 0 calc(-0.288 * var(--h_));
  padding: 0 0 0 calc(0.288 * var(--h_));
}
.home-posts-type:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  transition: transform 0.4s;
  z-index: -1;
}
.home-posts-type.recc:before {
  right: calc(.85* var(--b_));
  left: 0;
  transform: translateX(-105%);
  background: var(--c_r);
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.53 * var(--h_)) 100%, 0 100%);
}
.home-posts-type.popp:before {
  right: 0;
  left: 1.5px;
  transform: translateX(105%);
  background: var(--c_p);
  clip-path: polygon(calc(0.53 * var(--h_)) 0, 100% 0, 100% 100%, 0 100%);
}
.home-posts-type.selected:before {
  transform: translateX(0);
}
.home-posts-type:hover,
.home-posts-type:focus,
.home-posts-type.selected {
  --_s: 0.75;
}
/*
.home-posts-wrapper {
  width: fit-content;
  padding: 0;
}
.home-posts-options {
  position: relative;
  width: 280px;
  justify-content: space-between;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid var(--ssc-rc-border);
}
.home-posts-options h3 {
  font-size: 1.95rem;
  text-align: center;
  margin-bottom: 0;
}
.home-posts-options > div {
  width: 130px;
}
.home-posts-type {
  display: flex;
  justify-content: center;
  color: var(--ss-c1);
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
.home-posts-type + .home-posts-type {
  margin-left: 20px;
}
.home-posts-options .posts-type-selected {
  position: absolute;
  left: 0;
  height: 100%;
  background: linear-gradient(
    to right bottom,
    var(--ssc-rc-c2-light),
    var(--ssc-rc-c2)
  );
  z-index: 0;
  transition: left 0.3s ease-in-out;
}
.home-posts-options .posts-type-selected.selected {
  left: 148.5px;
}*/

.home-posts-main .svg-wrapper {
  display: none;
}
@media (max-width: 991px) {
  .home-posts-main .svg-wrapper {
    display: flex;
    position: absolute;
    padding: 0;
    bottom: 14px;
    left: 286px;
    width: calc(100% - 376px);
    height: 46px;
    overflow: hidden;
  }
}
.home-posts-main .svg-wrapper .animated-svg {
  width: 500px;
  height: 100%;
  position: relative;
  filter: brightness(3) saturate(0);
  animation: moveLeft 25s linear infinite;
}
.home-posts-main .svg-wrapper .animated-svg + .animated-svg {
  margin-left: -1px;
}
@keyframes moveLeft {
  0% {
    transform: translateX(-1px); /* Start position */
  }
  100% {
    transform: translateX(-100%); /* End position */
  }
}
.post-top-bar {
  border-bottom: 1px solid var(--ssc-section-title-h2);
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
.post-top-bar .flex span {
  line-height: 40px;
  margin-right: 20px;
}
.cat-box {
  z-index: 120;
  flex: 0 0 auto;
  width: fit-content;
}
.view-box {
  height: 40px;
  width: 90px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
}
.view-box i {
  font-size: 20px;
  line-height: 0;
}
.view-box #view-grid {
  display: flex;
  justify-content: center;
  width: 36px;
  cursor: pointer;
}
.view-box #view-grid i {
  font-size: 27px;
}
.view-box #view-list {
  display: flex;
  justify-content: center;
  width: 36px;
  cursor: pointer;
}
.view-box #view-list i {
  font-size: 24px;
}
.view-box .over-view {
  width: 36px;
  height: 36px;
  left: 6px;
  position: absolute;
  background: #00d9ff32;
  border: 2px solid var(--ss-c7a);
  border-radius: 3px;
  z-index: -1;
  transition: left 0.2s;
}
.search_result .view-box .over-view {
  z-index: 1;
}
.view-box.cardd .over-view {
  left: 48px;
  transition: left 0.2s;
}

.filter-box {
  z-index: 100;
  flex: 0 0 auto;
  justify-content: flex-end;
  width: fit-content;
}

@media (max-width: 768px) {
  .cat-box {
    width: 100%;
  }
  .filter-box {
    width: 100%;
    justify-content: flex-start;
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .home-posts-wrapper {
    width: 100%;
  }
  .home-posts-main .svg-wrapper {
    bottom: 14px;
    left: 0;
    width: calc(100% - 90px);
  }
  .home-posts-main .svg-wrapper .animated-svg {
    width: 500px;
  }
}
@media (max-width: 540px) {
  .home-posts-options {
    margin-bottom: 10px;
    width: 100%;
  }
}

.post .post-item1 {
  margin-bottom: 30px;
}

.post .post-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.post .post-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.post .post-wrap .post-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.post .post-wrap .post-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 994;
}

.post .post-wrap .post-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 994;
}

.post .post-wrap .post-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.post .post-wrap .post-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.post .post-wrap .post-links {
  text-align: center;
  z-index: 4;
}

.post .post-wrap .post-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.post .post-wrap .post-links a:hover {
  color: #148af9;
}

.post .post-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.post .post-wrap:hover .post-info {
  opacity: 1;
}

.post .post-wrap:hover .post-info::before {
  top: 15px;
  left: 15px;
}

.post .post-wrap:hover .post-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# post Details
--------------------------------------------------------------*/
.post-details {
  padding-top: 40px;
}

.post-details .post-details-slider img {
  width: 100%;
}

.post-details .post-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.post-details
  .post-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0563bb;
}

.post-details
  .post-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #0563bb;
}

.post-details .post-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}

.post-details .post-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.post-details .post-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.post-details .post-info ul li + li {
  margin-top: 10px;
}

.post-details .post-description {
  padding-top: 30px;
}

.post-details .post-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.post-details .post-description p {
  padding: 0;
}

.post-categories {
  width: 200px;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
  background: linear-gradient(
    to right bottom,
    hsl(0, 0%, 100%),
    hsl(44, 42%, 73%)
  );
  color: var(--ss-c3);
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  height: 100%;
}
.footer-content,
.footer-content2 {
  height: 100%;
  min-height: 100%;
  margin: 20px 50px;
  color: var(--ss-c1);
}
.footer-content a,
.footer-content2 a {
  color: var(--ss-c1);
}
.footer-about {
  list-style: none;
  padding: 0;
}
.footer-about li {
  text-align: start;
  transition: transform 0.3s;
  padding: 4px 10px;
}
.footer-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-posts a {
  text-align: start;
  box-shadow: 1px 1px 1px var(--ssc-rc-border6);
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 0px 10px 3px 0px;
}
.footer-posts a:hover {
  box-shadow: 1px 1px 1px var(--ssc-rc-c1);
}
.footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 50px;
}
.footer-logo {
  height: 120px;
  aspect-ratio: 1 / 1;
  background-image: url(../images/logo/rn2a.png);
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
}

#footer h3 {
  color: #bb9666;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

#footer p {
  font-size: 13px;
  padding: 0;
  margin: 0 0 20px 0;
}

#footer .social-links {
  margin: 0 0 20px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #d1b381;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ddc59e;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

.aziz1 {
  color: rgb(120, 70, 10);
  font-weight: bold;
}

@media (max-width: 991px) {
  .footer-container {
    flex-direction: column;
  }
  .footer-about li,
  .footer-posts li {
    text-align: center;
  }
  .footer-about li {
    font-size: 18px;
  }
}

/*------------------ Scroll Animations -----------------*/
.animatedii {
  visibility: hidden;
  --animate-duration: 1.5s;
  --animate-delay: 0s;
  /*opacity: 0;
  transform: translateY(40px);
  transition: opacity 2s, transform 2s;*/
}

/*Loading*/
.loading1 {
  display: none;
  border: 7px solid var(--ssc-rc-c1-light);
  border-radius: 50%;
  border-top: 7px solid var(--ssc-rc-c1-dark);
  margin: 20px 0;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading2 {
  display: none;
  position: relative;
  display: flex;
}

.loading2 span {
  width: 10px;
  height: 50px;
  margin: 0 10px;
  background: var(--ssc-body-bg);
  animation: animate 2s linear infinite;
}

.loading2 span:nth-child(1) {
  animation-delay: 0s;
}

.loading2 span:nth-child(2) {
  animation-delay: 0.3s;
}

.loading2 span:nth-child(3) {
  animation-delay: 0.6s;
}

.loading2 span:nth-child(4) {
  animation-delay: 0.9s;
}

@keyframes animate {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateX(-10px) scale(1);
  }
  50% {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    opacity: 1;
    transform: translateX(0px) scale(1.2);
  }
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateX(10px) scale(1);
  }
}

.loading_balance {
  display: none;
  position: relative;
  height: 32px;
  width: 120px;
  border-bottom: 5px solid #fff;
  box-sizing: border-box;
  animation: balancing 2s linear infinite alternate;
  transform-origin: 50% 100%;
}
.loading_balance:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ff3d00;
  animation: ballbns 2s linear infinite alternate;
}
.loading_balance:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 20px;
  width: 20px;
  transform: translate(-50%, 100%);
  border-radius: 50%;
  border: 6px solid #fff;
}
@keyframes ballbns {
  0% {
    left: 0;
    transform: translateX(0%);
  }
  100% {
    left: 100%;
    transform: translateX(-100%);
  }
}
@keyframes balancing {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}

/*Swiper*/
.swiper-pagination-bullet {
  width: 18px;
  height: 8px;
  display: inline-block;
  border-radius: 0;
  background: var(--ssc-rc-c1);
}
.swiper-pagination-bullet-active {
  background: var(--ssc-rc-c1);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}

/*-------------Very Special Case-------------*/

.flex {
  display: flex;
}

.block {
  display: block;
}

.justify-center {
  justify-content: center;
}

.opacity-0 {
  opacity: 0;
}

.noscroll {
  /*position: fixed; */
  overflow-y: hidden !important;
}

.visiVisible {
  visibility: visible;
  /*transform: translateY(-40px);*/
}

.visiHidden {
  visibility: hidden;
  /*transform: translateY(-40px);*/
}

.mobile-hide-block {
  display: block !important;
}
.mobile-show-block {
  display: none !important;
}
.mobile-hide-flex {
  display: block !important;
}
.mobile-show-flex {
  display: none !important;
}

select::-ms-expand {
  display: none;
}

@media (max-width: 991px) {
  .noscrollM {
    overflow-y: hidden !important;
  }
  .mobile-hide-block {
    display: none !important;
  }
  .mobile-show-block {
    display: block !important;
  }
  .mobile-hide-flex {
    display: none !important;
  }
  .mobile-show-flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 540px) {
  .left0-540 {
    left: 0 !important;
  }

  .right0-540 {
    right: 0 !important;
  }

  .leftAway-540 {
    left: -55px !important;
  }

  .rightAway-540 {
    right: -55px !important;
  }
}
@media (max-width: 468px) {
}

.sfsi_widget {
  min-height: 30px !important;
}
