
body {
  font-family: 'poppinsregular';
  color: #000000;
  font-weight: 400;
}

/* Firefox */
::-moz-selection {
    background: #000000;
    color: #fff;
}

/* Chrome, Edge, Safari, Opera */
::selection {
    background: #000000;
    color: #fff;
}

a {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; /* For older Safari */
  transition: 0.3s all ease-in-out;
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'poppinssemibold';

}
p{
    color: #000000;
    font-family: 'poppinsregular';
    font-weight: normal;
}
b, strong {
    font-weight: normal;
    font-family: 'poppinssemibold';
}

.container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.site-wrap {
  position: relative;
}

.techcrossword {
  height: 50px;
}
.section {
  padding: 70px 0;
  scroll-margin-top: 60px;
}

@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}

.section.first-section {
  padding-top: 100px;
}

@media (min-width: 992px) {
  .section.first-section {
    padding-top: 130px;
  }
}

.text-heading-color {
  color: var(--bs-heading-color);
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.crossword-home {
    margin: 0px 0px 0px 0px;
    background: #ffffff;
    padding: 100px 0px 30px 0px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.crossword-home h1 {
	margin: 0px 0 0px 0px;
	font-size: 34px;
	line-height: 60px;
	width: 100%;
	text-align: center;
	display: inline-block;
  font-family: 'poppinssemibold';

}

.crossword-home h2 {
	margin: 0px 0 0px 0px;
	font-size: 40px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.crossword-home p {
	margin: 0px 0 10px 0px;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	text-align: center;
	display: inline-block;
	letter-spacing: 2px;
}

.crossword-home h5 {
  padding-bottom: 0px;
  margin: 0px 0 0px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

.list-checked {
  padding: 0;
  margin: 0;
  color: var(--bs-body-color);
}

.list-checked li {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
}

.list-checked li i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 50%;
  font-size: 20px;
}

.list-checked li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: "";
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.btn {
    padding: 7px 20px 7px 20px;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    line-height: 24px;
    font-family: 'poppinsmedium';
    font-family: 'poppinssemibold';
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

.btn.btn-white.hover-outline {
  border: 1px solid transparent !important;
}

.btn.btn-white.hover-outline:hover {
  background: transparent !important;
}

.btn.btn-white-outline {
  background: transparent;
}

.btn.btn-white-outline:hover,
.btn.btn-white-outline:focus,
.btn.btn-white-outline:active {
  background: transparent !important;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.5) !important;
}

.block-squares {
  position: absolute;
  bottom: -12px;
  right: 0;
  z-index: 1;
  width: auto;
}

.a-link i {
  font-size: 26px;
  margin-left: 10px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.a-link:hover i {
  margin-left: 15px;
}

.page-title {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  background: rgba(var(--inverse-color-rgb), 0.03);
}

.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; /* For older Safari */
  transition: 0.3s all ease-in-out;
}

.special-link .icons i.icon-1 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link .icons i.icon-2 {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fbs__net-navbar {
  position: fixed;
  top: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; /* For older Safari */
  transition: 0.3s all ease-in-out;
  z-index: 15;
  width: 100%;
  /*background: #fbae1f !important;*/
  background: #000;
  border: none;
}

@media (min-width: 992px) {
  .fbs__net-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1c1c1c;
    /*background: #e9ae2f;*/
  }
}

.fbs__net-navbar>.container {
  position: relative;
}

.fbs__net-navbar.relative {
  position: absolute;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
    white-space: nowrap;
}

/*.fbs__net-navbar .navbar-brand .logo.dark {
  display: none;
}*/

.fbs__net-navbar .navbar-brand .logo.light {
  display: block;
}

.fbs__net-navbar .navbar-nav>li>.nav-link {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    color: #fff !important;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav>li>.nav-link {
  }
}

.fbs__net-navbar .navbar-nav>li>.nav-link:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 5px;
  height: 1.5px;
  bottom: 0;
  left: 10px;
  background: currentcolor;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.fbs__net-navbar .navbar-nav>li>.nav-link:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fbs__net-navbar .navbar-nav>li>.nav-link:hover,
.fbs__net-navbar .navbar-nav>li>.nav-link:focus {
 
}

@media (max-width: 991.98px) {

  .fbs__net-navbar .navbar-nav>li>.nav-link:hover,
  .fbs__net-navbar .navbar-nav>li>.nav-link:focus {
    color: var(--inverse-color) !important;
  }
}

@media (max-width: 767.98px) {
  .fbs__net-navbar .navbar-nav>li>.nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.fbs__net-navbar .navbar-nav>li>.nav-link.active {
 
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav>li>.nav-link.active {
    color: var(--inverse-color);
  }
}

.fbs__net-navbar .navbar-nav>li>.nav-link.active:before {
  content: "";
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fbs__net-navbar .navbar-nav>li>.nav-link.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fbs__net-navbar .navbar-nav>li>.nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav>li>.nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.fbs__net-navbar .navbar-nav .dropdown-menu {
  background: var(--nav-bg);
}

.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link:hover {
    background: #fff;
    color: #fabb2a;
}

.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}

.fbs__net-navbar .navbar-nav .dropdown-toggle .bi-chevron-down {
  margin-left: 0.5rem;
}

.fbs__net-navbar .fbs__net-navbar-toggler {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background: #000000;
 
  border: none;
  display: none;
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .fbs__net-navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fbs__net-navbar .navbar-brand {
  margin-right: 0 !important;
}

.fbs__net-navbar .navbar-nav .dropdown>.dropdown-menu,
.fbs__net-navbar .navbar-nav .dropend>.dropdown-menu,
.fbs__net-navbar .navbar-nav .dropstart>.dropdown-menu {
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {

  .fbs__net-navbar .navbar-nav .dropdown>.dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend>.dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart>.dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    width: 200px;
    border: none;
  }
}

.fbs__net-navbar .navbar-nav .dropdown>.dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropdown>.dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropend>.dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropend>.dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropstart>.dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropstart>.dropdown-menu .nav-link {
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 0;
    background: #231f20;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #fff;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out;
}
@media (min-width: 992px) {

  .fbs__net-navbar .navbar-nav .dropdown:hover>.dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend:hover>.dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart:hover>.dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 0.3s ease;
    animation: fadeInUp 0.3s ease;
  }
}

@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-animation: fadeInRight 0.3s ease;
    animation: fadeInRight 0.3s ease;
  }
}

@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropstart:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-animation: fadeInLeft 0.3s ease;
    animation: fadeInLeft 0.3s ease;
  }
}

.fbs__net-navbar .navbar-nav .dropdown-toggle::before {
  display: none;
}

.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}

.fbs__net-navbar .navbar-nav li.dropend>a,
.fbs__net-navbar .navbar-nav li.dropstart>a {
  position: relative;
}

.fbs__net-navbar .navbar-nav li.dropend>a .bi,
.fbs__net-navbar .navbar-nav li.dropstart>a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {

  .fbs__net-navbar .navbar-nav li.dropend>a .bi,
  .fbs__net-navbar .navbar-nav li.dropstart>a .bi {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -10px;
  }
}

.fbs__net-navbar .navbar-nav li.dropend>a::after,
.fbs__net-navbar .navbar-nav li.dropstart>a::after {
  display: none;
}

.fbs__net-navbar .navbar-nav li.dropend>a {
  position: relative;
}

.fbs__net-navbar .navbar-nav li.dropend>a:hover {
  background: var(--dropdown-hover-bg) !important;
}

.fbs__net-navbar .navbar-nav li.dropend>a .caret {
  position: absolute;
  right: 10px;
}

.fbs__net-navbar .navbar-nav li.dropstart>a {
  position: relative;
}

.fbs__net-navbar .navbar-nav li.dropstart>a:hover {
  background: var(--dropdown-hover-bg) !important;
}

.fbs__net-navbar .navbar-nav li.dropstart>a .caret {
  position: absolute;
  left: 10px;
}

.fbs__net-navbar .navbar-toggler:hover,
.fbs__net-navbar .navbar-toggler:focus,
.fbs__net-navbar .navbar-toggler:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fbs__net-navbar .header-social a {
    transition: 0.3s all ease;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
}

.fbs__net-navbar .header-social a:hover {
  background: transparent;
}

@media (min-width: 992px) {
  .fbs__net-navbar .header-social a {
   
  }
}

.fbs__net-navbar .header-social .btn {
  width: 100%;
  height: 40px;
  background: #000000;
  color: #fff !important;
  padding: 0px 35px;
  border-radius: 100px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .fbs__net-navbar .header-social .btn {
    display: none;
  }
}

.fbs__net-navbar.active {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000000 !important;
}

.fbs__net-navbar.active .navbar-brand {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}

.fbs__net-navbar.active .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.active .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.active .nav-link {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}

.fbs__net-navbar.active .nav-link:hover {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}

.fbs__net-navbar.active .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--inverse-color);
}

.fbs__net-navbar.active .header-social a:hover {
  background: rgba(var(--inverse-color-rgb), 0.1);
}

@media (min-width: 992px) {
  .fbs__net-navbar.active .header-social a {
    color: rgba(var(--inverse-color-rgb), 1) !important;
  }
}

.fbs__net-navbar.active .header-social .btn {
  width: auto !important;
  height: auto !important;
  background: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.fbs__net-navbar.active .navbar-nav>li>.dropdown-toggle:hover {
  color: var(--inverse-color) !important;
}

.fbs__net-navbar.active .navbar-nav>li>.nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}

.fbs__net-navbar.active .navbar-nav li.dropdown a:hover,
.fbs__net-navbar.active .navbar-nav li.dropend a:hover,
.fbs__net-navbar.active .navbar-nav li.dropstart a:hover {
  color: var(--inverse-color) !important;
}

.fbs__net-navbar .fbs__net-icon-menu {
  display: block;
}

.fbs__net-navbar .fbs__net-icon-close {
  display: none;
}

.offcanvas-active .fbs__net-navbar .fbs__net-icon-menu {
  display: none;
}

.offcanvas-active .fbs__net-navbar .fbs__net-icon-close {
  display: block;
}

.fbs__net-navbar.dark {
  -webkit-box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
  box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
}

.fbs__net-navbar.dark .navbar-brand .logo.dark {
  display: block;
  padding: 0px 0px;
  height: 34px;
}

.fbs__net-navbar.dark .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.dark a {
  color: var(--inverse-color) !important;
}

.fbs__net-navbar.dark a:hover {
  color: var(--inverse-color);
}

.fbs__net-navbar.dark .header-social a:hover {
  background: rgba(var(--inverse-color-rgb), 0.05);
}

.fbs__net-navbar.dark ul li a {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}

.fbs__net-navbar.dark ul li a:hover {
  color: var(--inverse-color) !important;
}

.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.dark {
  display: block;
}

.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.light {
  display: none;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


/*CrossWord*/

.crossword-main {
  margin: 0px 0px 0px 0px;
  background: #fff;
  padding: 85px 0px 30px 0px;
  cursor: auto;
}

.crossword-main .conttop {
    margin: 0px 0 30px;
    padding: 0px;
    font-size: 18px;
    text-decoration: none;
    list-style: none;
    color: #000000;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    font-family: 'poppinssemibold';
    gap: 10px;
}

.crossword-main .conttop .timebg {
    margin: 0px 0px 0px 10px;
    padding: 8px 15px 6px 15px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    list-style: none;
    line-height: 14px;
    color: #fff;
    align-items: center;
    background: #000000;
    border-radius: 50px;
    position: absolute;
    border: 0px solid #ddd;
    width: 75px;
    display: inline-block;
    right: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
}
.crossword-main .conttop span {
    margin: 0px 0px 0px 5px;
    font-size: 14px;
    color: #fbae1f;
    font-family: 'poppinssemibold';
    
}
.reveal-mobile{
  display: none;
}
.crossword-main h3 {
  padding-bottom: 0px;
  margin: 0px 0 0px;
  border-bottom: 0px solid #E6E6B7;
  font-size: 40px;
  display: flex;
  justify-content: flex-start;
}

.crossword-main h3 i {
  margin: 0px 0px 10px 0px;
  border-bottom: 0px solid #E6E6B7;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  list-style: none;
  /* background: #ececec; */
  color: #000000;
  /* width: 40px; */
  /* height: 40px; */
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'poppinsmedium';
}

.crossword {
    position: relative;
/*    display: inline-block;*/
    display: flex;
    margin: 0px 0px;
}

.crossword-clues {
    font-size: 14px;
    padding: 0px 0px 0px 30px;
    position: relative;
}

table.crossword-grid {
  /*    width: 100%;*/
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.grid-row {
  clear: left;
}

.grid-square {
  position: relative;
  background-clip: padding-box;
  border: 0px solid #fbae1f;
}

.grid-square:after {
  content: '';
  display: block;
  /*  margin-top: 100%; */
  width: 34px;
  height: 34px;
}

.grid-square.active {
    border: 2px solid #fbae1f;
    background: #fff;
}

.grid-square.current-word {
  background: #FFF7E0;
}

/*.grid-square.correct-across,
.grid-square.correct-down {
    background: #dff082;
}*/

.grid-square.correct-across.current-word,
.grid-square.correct-down.current-word {
  /*background: #dff082;*/
}

.grid-square .word-label {
    position: absolute;
    z-index: 0;
    top: 2px;
    left: 2px;
    line-height: 1;
    font-size: calc(10px + .25vw);
    color: #231f20;
    pointer-events: none;
    font-family: 'poppinssemibold'; 
}

.grid-square input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.2em;
  font-size: calc(9px + .5vw);
  border: 0;
  padding: 0;
  text-transform: uppercase;
  border-radius: 0;
  background: transparent;
  color: #fff;
}
.across-clues h4 i {
    font-size: 22px;
    line-height: 24px;
}
.down-clues h4 i {
    font-size: 22px;
    line-height: 24px;
}

.crossword-clues ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0px 0px 0px 0px;
}

.crossword-clues li {
    position: relative;
    list-style: decimal;
    font-size: 14px;
    padding: 5px 7px 5px 10px;
    line-height: 18px;
    font-family: 'poppinssemibold';
    margin-left: 15px;
    margin-bottom: 0px;
    border-radius: 4px;
}
.crossword-clues li small {
    font-size: 14px;
    padding: 3px 0px 0px 15px;
    font-weight: 500;
}
.crossword-clues li i{
    margin: 0px 15px 0px 10px;
    border-bottom: 0px solid #E6E6B7;
    font-size: 13px;

    text-decoration: none;
    list-style: none;
    background: #000000;
    color: #fbae1f;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.crossword-clues li span {
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    text-decoration: none;
    list-style: none;
    background: transparent;
    color: #000;
    border-radius: 0px;
    display: inline-block;
    align-items: center;
}

.crossword-clues li a {
    position: relative;
    list-style: decimal;
    font-size: 20px;
    padding: 0px;
    line-height: 24px;

    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
/*    text-decoration: underline;*/
}
.crossword-clues li a:hover {
    color: #000000;
    text-decoration: underline;
}

.crossword-clues li label {
    display: block;
    cursor: pointer;
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
    font-family: 'poppinsmedium';
}

.crossword-clues li label::marker {
    list-style-type: decimal;
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
    font-size: 15px;

}

.crossword-clues li.active {
    background: #FFF7E0;
    background: #fbae1f;
}

.crossword-clues li.correct {
    background: transparent;
    /*color: #000000;*/
    text-decoration: none;
}

.crossword-clues li.correct.active {
    background: #fbae1f;
}

.crossword-clues li.correct label:before {
  content: "\f00c";
  display: contents;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0px;
  top: 0.1em;
  display: none;
}

.crossword-clues a.hint {
  display: none;
}

.show-hints.crossword-clues a.hint {
  display: inline;
  color: #000;
  font-size: 14px;
}

/*.clue-tooltip {
    position: absolute;
    z-index: 10;
    background: rgb(35 31 32);
    padding: 4px 10px;
    margin-bottom: 10px;
    transform: translateY(-90%);
    max-width: 100vw;
    color: #fff;
    left: 0% !important;
}*/

/*.clue-tooltip {
  position: absolute;
  padding: 10px 10px 10px 15px;
  background: #fff;
  border-radius: 13px;
  transform: translate(-10%, -90%);
  width: 300px;
  color: #000;
  z-index: 1;
  display: none;
}
*/
.clue-tooltip-text p{
    font-size: 14px;
    margin: 0px;
    display: inline;
    font-family: 'poppinssemibold';
}
.clue-tooltip-text p span{
    font-size: 12px;
    margin: 10px 0px 0px 0px;
    display: block;
    font-family: 'poppinsmedium';
}

.clue-tooltip-text h4{
    font-size: 20px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin: 2px 5px 0px 0px;
}
.clue-tooltip-text h4 img{
    /*padding-right: 15px;*/
    margin-top: -4px;
}
.clue-tooltip h4 i {
    font-size: 20px;
    color: #000000;
    vertical-align: middle;
    font-family: 'poppinsmedium';
    padding: 0px 0px 0px 0px;
}
.clue-tooltip-text span{
/*  border: 2px solid #fabb2a;
  box-shadow: 0px 0px 5px #fabb2a;
  width: 30px;
  height: 30px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  font-size: 16px;
}

.clue-tooltip .close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: 200;
  text-decoration: none;
  align-items: center;
  line-height: 30px;
}

/*.clue-tooltip {
  position: absolute;
  z-index: 10;
  padding: 10px 15px 10px 15px;
  background: #fff;
  border-radius: 5px;
  transform: translateY(70%);
  max-width: 100vw;
  color: #000;
  right: 0;
  width: 200px;
  max-width: 200px;
  box-shadow: 0px 0px 5px #aaa;
}
.clue-tooltip-text{
  font-size: 14px;
}*/
/*.clue-tooltip .clue-tooltip-arrow {
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    border-bottom: none;
    position: absolute;
    top: 100%;
    left: 75% !important;
}*/

.across-clues {
    margin: 0;
/*    padding: 0px 0px 0px 0px;*/
}

.across-clues ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0px 0px 0px 0px;
}
.crossword-puzzle{
    padding: 0px 0px 0px 0px;
    display: inline-block;
}
.across-clues h4 {
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    display: flex;
    color: #000000;
    margin-bottom: 10px;
    line-height: 24px;
    position: relative;
    gap: 10px;
}

.down-clues {
    margin: 0px;
    /*    padding: 0px 0px 0px 15px;*/
}

.down-clues h4 {
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    display: flex;
    color: #000000;
    margin-bottom: 10px;
    line-height: 24px;
    gap: 10px;
    align-items: center;
    vertical-align: middle;
}

.across-right {
  padding: 0px 0px 0px 0px;
}

.across-right ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0px 0px 0px 0px;
}
.crossword-right li {
    position: relative;
    list-style: decimal;
    font-size: 16px;
    padding: 0px 0px 10px 0px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    justify-content: start;
    align-items: center;
    letter-spacing: 1px;
}
.crossword-right li a {
    position: relative;
    list-style: decimal;
    font-size: 20px;
    padding: 0px;
    line-height: 24px;

    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: poppinssemibold;
}

.crossword-right li span {
    margin: 0px 20px 0px 0px;
    font-size: 20px;

    text-decoration: none;
    list-style: none;
    background: #000000;
    color: #fbae1f;
    width: 32px;
    height: 32px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3px;
}

.across-right h4 {
    padding: 5px 15px 5px 15px;
    font-size: 17px;
    font-weight: 500;
    background: #000000;
    display: inline-block;
    color: #fabb2a;
    margin-bottom: 20px;
    text-align: left;
    line-height: 24px;
    border-radius: 4px;
}

.down-right {
  font-size: 14px;
  padding: 10px 0px 0px 0px;
}

.down-right h4 {
  padding: 0px 0px 10px 0px;
  font-size: 24px;
}

/* dynamic back button */
#backButton {
    background: transparent;
}

.grid-square.wrong-across,
.grid-square.wrong-down {
  background: #f8d7da;
}

button.btn.btn-default.hide-hint {
  display: none;
}

.correct-letter {
    /*background: #4CAF50 !important;*/
    color: #4CAF50;
}

.wrong-letter {
  /*background: #ff7370 !important;*/
  color: #ff7370 !important;
}

.wrong-across,
.wrong-down {
  /*background: #ff7370 !important;*/
  color: #ff7370;
}

.grid-square {
  position: relative;
}

.cross-symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ff7370;
  pointer-events: none;
}

.popup-msg {
    position: fixed;
    top: 50%;
    left: 30%;
    transform: translateX(-50%);
    z-index: 999999;
}
.popup-msg img {
    width: 250px;
    animation: pop 0.25s ease-out;
}

@keyframes pop {
   from { transform: scale(0.7); opacity: 0; }
   to   { transform: scale(1); opacity: 1; }
}

.hero__v6 {
  padding: 10rem 0 !important;
}

.hero__v6 .hero-subtitle {
  background: color-mix(in srgb, var(--bs-secondary), transparent 70%);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.hero__v6 .hero-title {
  font-size: 48px;
}

@media (max-width: 1199.98px) {
  .hero__v6 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .hero__v6 .hero-title {
    font-size: 30px;
  }
}

.hero__v6 .logos .logos-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: color-mix(in srgb, var(--bs-primary), transparent 10%);
}

.hero__v6 .logos img {
  width: 140px;
}

.hero__v6 .hero-img {
  position: relative;
}

.hero__v6 .hero-img .img-main {
  position: relative;
  z-index: 9;
}

.hero__v6 .hero-img .img-card {
  z-index: 10;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  position: absolute;
  max-width: 280px;
  bottom: -40px;
  left: -60px;
}

@media (max-width: 991.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 380px;
  }
}

@media (max-width: 575.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 280px;
  }
}

.features__v2 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: var(--bs-secondary);
}

.features__v2 .content {
  background: rgba(var(--bs-secondary-rgb), 0.2);
}

.features__v2 .btn-play i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background
}

.about__v4 .subtitle {
  background: rgba(var(--bs-secondary-rgb), 0.2);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.about__v4 .features li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: var(--bs-primary);
 
}

.about__v4 .mission-statement {
  background: var(--bs-primary);
  position: relative;
  bottom: -20px;
  width: 100%;
}

.about__v4 .mission-statement h3 {
  font-size: 10px;
}

.about__v4 .mission-statement p {
 
}

.about__v4 .mission-icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background: rgba(var(--bs-secondary-rgb), 0.1);
}

.about__v4 .mission-icon i {
}

.pricing__v2 .subtitle {
  background: rgba(var(--bs-secondary-rgb), 0.2);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.pricing__v2 .price-table {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.pricing__v2 .price-table .price {
  color: var(--bs-heading-color);
}

.pricing__v2 .price-table .price strong {
  font-size: 40px;
}

.pricing__v2 .price-table .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(var(--bs-white-rgb), 0.2);
}

.pricing__v2 .popular {
  background: var(--bs-primary);
 
}

.pricing__v2 .popular .price {
}

.pricing__v2 .popular h3 {
 
}

.pricing__v2 .popular p {
 
}

.pricing__v2 .popular .pricing-features h4 {
  font-size: 12px;
}

.howitworks__v1 .subtitle {
  background: rgba(var(--bs-secondary-rgb), 0.2);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.howitworks__v1 .step-card {
  position: relative;
}

.howitworks__v1 .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background: var(--bs-primary);
  font-size: 18px;
}

.howitworks__v1 .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .howitworks__v1 .arch-line {
    display: none;
  }
}

.howitworks__v1 .arch-line.reverse {
  top: 20px;
}

.services__v3 .subtitle {
  background: rgba(var(--bs-secondary-rgb), 0.2);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.services__v3 .icon {
  display: inline-block;
  position: relative;
  color: var(--bs-primary) !important;
}

.services__v3 .icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  right: -10px;
  bottom: 0px;
  border-radius: 50%;
  background: rgba(var(--bs-secondary-rgb), 1);
}

.services__v3 .icon svg {
  width: 50px;
}

.services__v3 .service-card {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.faq__v2 {
  background: rgba(var(--inverse-color-rgb), 0.02);
}

.faq__v2 .subtitle {
  background: rgba(var(--bs-secondary-rgb), 0.2);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.faq__v2 .custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}

.faq__v2 .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}

.faq__v2 .custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: var(--inverse-color);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "\f2ea";
}

.faq__v2 .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out; /* For older Safari */
  transition: 0.3s all ease-in-out;
}

.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-heading-color);
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}

.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--inverse-color);
  -webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
  box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}

.faq__v2 .custom-accordion .accordion-item .accordion-body {
  border-top: none;
}

.stats__v3 .content {
  padding-top: 70px;
  padding-bottom: 70px;
  background: var(--bs-primary);
 
  overflow: hidden;
  position: relative;
}

.stats__v3 .content h3 {
}

.stats__v3 .content .rounded-borders {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}

.stats__v3 .content .rounded-borders .rounded-border-1,
.stats__v3 .content .rounded-borders .rounded-border-2,
.stats__v3 .content .rounded-borders .rounded-border-3 {
  border: 1px solid var(--bs-secondary);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
}

.stats__v3 .content .rounded-borders .rounded-border-1 {
  right: 20px;
  top: 20px;
}

.stats__v3 .content .rounded-borders .rounded-border-2 {
  right: 40px;
  top: 40px;
}

.testimonials__v2 .subtitle {
  background: rgba(var(--bs-secondary-rgb), 0.2);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.testimonials__v2 .testimonial {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.testimonials__v2 .testimonial-author .author-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.contact__v2 .subtitle {
  background: rgba(var(--bs-secondary-rgb), 0.2);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.contact__v2 .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
  border-radius: 50%;
}

.footer {
  background: #000000;
  font-size: 16px;
  padding: 50px 0px 40px 0px;
  border-top: 0px solid #D3D2CC;
  display: block!important;
}

.footer .logo {
  padding: 0px 0px;
}

.footer .logo img {
    padding: 0px 30px 0px 0px;
    height: 40px;
    margin-bottom: 20px;
}

.footer .logo2 {
  padding: 0px 0px;
}

.footer .logo2 img {
  padding: 0px 0px;
  height: 40px;
  margin-bottom: 20px;
}


.footer h4 {
  font-size: 40px;
  line-height: 34px;
  color: #ababab;
  font-weight: 300;
}

.footer h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.footer ul {
  padding: 0;
  margin: 0 0 0px 0;
  display: inline-block;
  list-style: none;
}

.footer ul li a {
    padding: 0 0px 0 0px;
    margin: 0 0px 0px 0px;
    display: block;
    line-height: 34px;
    font-weight: 300;
    color: #ababab;
}
.footer ul li a:hover {
    color: #fabb2a;
    padding: 0px 0px 0px 5px;
    transition: 0.3s;
}

.footer .contact ul {
    padding: 0;
    margin: 0 0 0px 0;
    display: inline-block;
}

.footer .contact ul li {
    padding: 0 0px 0 0px;
    margin: 0px 0px 10px 0px;
    display: inline-flex;
    line-height: 26px;
    font-weight: 300;
    color: #ababab;
    width: 100%;
}
.footer .contact ul li i {
    padding: 0px 10px 0px 0px;
    font-size: 16px;
}

.footer .contact ul  li a:hover {
    color: #fabb2a;
    padding: 0px 0px 0px 5px;
    transition: 0.3s;
}


.footer .platforms ul {
    padding: 0;
    margin: 0 0 0px 0;
    display: inline-block;
}

.footer .platforms ul li{
    padding: 5px 15px 5px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-flex;
    line-height: 26px;
    font-weight: 300;
    color: #f6f6f6;
}
.footer .platforms ul li i {
    padding: 0px 10px 0px 0px;
    font-size: 16px;
}
.footer .platforms ul li img {
    height: 30px;
}
.footer .platforms ul  li a:hover {
    color: #fabb2a;
    padding: 0px 0px 0px 0px;
    transform: translateY(5px);
}
.footer h4 {
    padding: 0px 0 0px 0;
    font-size: 12px;
    margin: 0px;
    font-family: 'poppinsregular';
    
}
.copyright {
    color: #fff;
    text-align: center;
    width: 100%;
    border-top: 1px dotted #1c1c1c;
    padding: 20px 0px 20px 0px;
    margin: 50px 0px 0px 0px;
}

.copyright a {
  color: #ccc;
  text-decoration: none;
  font-size: 16px;
}

.copyright a:hover {
  color: #fabb2a;
}

.footer a .badge {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: rgba(var(--bs-primary-rgb), 0.1);
}

.footer a:hover .badge {
  background: rgba(var(--bs-primary-rgb), 1);
 
}

.footer .quick-contact i {
  color: var(--inverse-color);
}

.footer .credits {
  font-size: 16px;
  width: 100%;
  padding: 30px 0px;
  border-top: 1px solid #2c2c2c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer .social-links {
  float: right;
  justify-content: flex-start;
  width: 100%;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* border: 0px solid color-mix(in srgb, var(--default-color), transparent 50%); */
  font-size: 30px;
  color: #fff;
  transition: 0.3s;
  margin-right: 20px;
}

.footer .social-links a:hover {
  color: #a3a1a2;
  border-color: var(--default-color);
}

.footer .newsletter {
  padding-bottom: 30px;
}

.footer .newsletter h6 {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding-bottom: 15px;
  color: #fff;
  margin: 0px;
}

.footer .newsletter .input-group {
  position: relative;
  display: flex;
  flex-wrap: initial;
  width: 100%;
}

.footer .newsletter .form-control {
  display: block;
  width: 100%;
  padding: .375rem 1rem;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.5;
  height: 52px;
  color: #fff;
  -moz-appearance: none;
  appearance: none;
  background: #474445;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
}

.footer .newsletter .form-control::placeholder {
  color: #fff;
  font-weight: normal;
}

.input-group .btn {
  position: relative;
  z-index: 2;
  margin: 0px;
  padding: 15px 27px;
  outline: none;
}

.input-group .btn:hover {
  outline: none;
}

.footer .newsletter .input-group-text {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  height: 52px;
  text-align: center;
  white-space: nowrap;
  background: #A3A1A2;
  border: none;
  border-radius: 0px;
  outline: none;
}

.btn-icon {
  background: transparent;
  color: #fff;
}

.footer .social-links a img:after {
  content: "";
  border-right: 1px solid #A9A9A9;
  margin-right: 30px;
  padding: 10px 0px 10px 30px;
  display: inline;
}

.footer .social-links a img:first-child {
  border-right: 1px solid #ffffff4f;
  padding: 0px 20px 0px 0px;
}

.footer .social-links a img:after {
  content: "";
  border-right: 1px solid #A9A9A9;
  margin-right: 30px;
  padding: 10px 0px 10px 30px;
  display: inline;
}

/*.footer .social-links a:first-child {
    border: none;
    padding-right: 20px;
}*/

.footer .footer-links ul a:hover {
  color: var(--default-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  visibility: visible;
  opacity: 0;
  background: #fbae1f;
  color: #000;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999999;
  width: 40px;
  height: 40px;
}

#back-to-top i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#back-to-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}


/* crossword Start CSS */


.alphabet-palette {
    margin-top: 0px;
    display: none;
}

.alphabet-letter {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px 3px 6px 3px;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    color: #000000;
    border-radius: 2px;
    border: 0px solid #388e3c;
    cursor: move;
    user-select: none;
    text-align: center;
    transition: transform 0.2s ease, background-color 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.alphabet-letter.active,
.alphabet-letter:hover {
    background: #45a049;
    transform: scale(1.1);
    color: #fff;
}
.alphabet-letter.disabled {
/*    opacity: 0.3;*/
    pointer-events: none;
}

.alphabet-letter:active {
    cursor: grabbing;
    opacity: 0.7;
    transform: scale(1.2);
}


.alphabet-palette h4 {
    padding: 0px 0px 10px 0px;
    font-size: 24px;

}
.grid-square input.letter {
    text-align: center;
}


.square.correct-across, .correct-down
.crossword-grid td.grid-square .correct-across, .correct-down {
  color: #000;
  animation: correctCell 0.3s ease-out forwards;
}

@keyframes correctCell {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* zoom in */
  }
  100% {
    transform: scale(1); /* back to normal */
  }
}

.crossword-grid input.letter {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    outline: none;
    background: transparent;
    color: #009f55;
    font-size: 22px;
    font-family: 'poppinsbold';
    cursor: pointer;
}

.crossword-grid input.letter.correct-letter {
    font-weight: bold;
    color: #009f55;
    /*animation: correctLetter 0.5s ease;*/
}
.btn-green {
    background: #198754;
    color: #fff;
}
.btn-green:hover {
  background: #000000;
  color: #fff;
}

.btn-red:hover {
  background: #000000;
  color: #fff;
}
.btn-red {
background: #dc3545;
    color: #fff;
}


/* ---------- ABOUT US ---------- */
.crosslist {
    background: #fff;
    display: inline-block;
    padding: 0px 0 50px 0;
    width: 100%;
}

.crosslist h2 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #000000;
}

.crosslist h2 small {
    padding-left: 10px;
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

/* ---------- CARD ---------- */
.crosslist .mainlist {
    width: 100%;
    background: #000000;
    transition: 0.3s;
    margin-bottom: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.crosslist .mainlist:hover {
    transform: translateY(-10px);
}

/* ---------- IMAGE SECTIONS ---------- */
.crosslist .leftimg1,
.crosslist .leftimg2,
.crosslist .leftimg3,
.crosslist .leftimg4,
.crosslist .leftimg5,
.crosslist .leftimg6 {
    text-align: center;
    border-radius: 10px 10px 0 0;
    transition: transform 0.3s ease-out;
}
.crosslist .leftimg1 a img,
.crosslist .leftimg2 a img,
.crosslist .leftimg3 a img,
.crosslist .leftimg4 a img,
.crosslist .leftimg5 a img,
.crosslist .leftimg6 a img {
    color: #fff;
    padding: 90px 70px;
    transition: transform 0.3s ease-out;
    color: rgb(255 255 255 / 0.3) !important;
}
.crosslist .leftimg1:hover a img,
.crosslist .leftimg2:hover a img,
.crosslist .leftimg3:hover a img,
.crosslist .leftimg4:hover a img,
.crosslist .leftimg5:hover a img,
.crosslist .leftimg6:hover a img {
    transform:translateY(10px);
    transform: scale(1);
    transform: translateY(-10px);
    transform: scale(1.1);
    color: rgb(255 255 255 / 0.5) !important;
}

.leftimg1 { background: #e55123; }
.leftimg2 { background: #7c54bc; }
.leftimg3 { background: #9fa135; }
.leftimg4 { background: #0089a5; }
.leftimg5 { background: #a98c00; }
.leftimg6 { background: #198754; }

.crosslist .mainlist .img {
    max-width: 100%;
    position: relative;
    /* padding: 100px; */
    transition: transform 0.3s ease-out;
    transform: translateY(0px);
    width: 150px;
    min-height: 300px;
}
.crosslist .mainlist:hover .img {
	transform: translateY(-10px);
}

/* ---------- CONTENT ---------- */
.crosslist .cont {
    width: 100%;
    text-align: center;
}

.crosslist .cont h2 {
    margin: 0;
    background: #000;
}

.crosslist .cont h2 a {
    display: block;
    font-size: 24px;
    color: #fbae1f;
    text-decoration: none;
    font-family: 'poppinsmedium';
    padding: 25px 0;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.crosslist .mainlist:hover .cont h2 a {
    color: #fff;
}
#tooltip {
  display: block;
  border: 8px solid transparent;
  border-top-color: rgba(255, 196, 35, 0.9);
  border-bottom: none;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.text-white {
    color: rgb(255 255 255 / 0.3)!important;
}
.details {
  margin: 0px 0 0px;
  border-bottom: 0px solid #E6E6B7;
  font-size: 30px;
  background: #fff;
  padding: 80px 0px 50px 0px;
  min-height: 850px;
}

.details h2 {
  padding-bottom: 0px;
  margin: 0px 0 0px;
  border-bottom: 0px solid #E6E6B7;
  font-size: 40px;
  display: flex;
  justify-content: flex-start;
}

.details h2 span {
  margin: 0px 15px 0px 0px;
  border-bottom: 0px solid #E6E6B7;
  font-size: 18px;
  text-decoration: none;
  list-style: none;
  background: #231f20;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details h2 i {
  margin: 0px 15px 20px 0px;
  border-bottom: 0px solid #E6E6B7;
  font-size: 34px;
  font-weight: bold;
  text-decoration: none;
  list-style: none;
  background: #ececec;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-arrow{
  display: inline-block;
}
.icon-arrow i {
    margin: 0px 0px 0px 0px;
    background: #ececec;
    color: #000000;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-arrow:hover i {
  background: #fbae1f;
  color: #000000;
}
.details h1 {
  padding-bottom: 0px;
  margin: 10px 0 0px;
  border-bottom: 0px solid #E6E6B7;
  font-size: 34px;
  display: flex;
  justify-content: flex-start;
}

.details h1 span {
  margin: 0px 15px 0px 0px;
  border-bottom: 0px solid #E6E6B7;
  font-size: 18px;
  text-decoration: none;
  list-style: none;
  background: #231f20;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details .cont h2 {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin: 30px 0 10px 0px;
}

.details .cont {
  width: 100%;
  display: inline-block;
  padding: 0px 70px 0px 0px;
  border-right: 1px solid #efefee;
}

.details .cont h4 {
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  margin: 30px 0 10px 0px;
}

.details .cont h5 {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin: 30px 0 10px 0px;
}

.details .cont p {
  font-size: 17px;
  line-height: 30px;
  color: #000000;
  margin: 0px 0px 20px 0px;
  font-weight: normal;
}

.details .cont p strong {
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin: 0px 0px 20px 0px;
  
}

.content_info ol {
  margin: 0px;
  padding: 0px 0px 20px 15px;
  list-style: auto;
}

.content_info ol li {
  padding: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  margin: 0px 0px 20px 0px;
}

.content_info ol li strong {
  margin: 0px 0px 5px 0;
  display: inline-block;
  font-size: 17px;
  
}

.content_info ol ul {
  padding: 5px 0px 10px 25px;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  list-style: disc;
  margin-left: -20px;
}

.content_info ol ul li {
  padding: 0px 0px 0px 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

.content_info ul {
  padding-left: 0px;
  margin-bottom: 20px;
}

/*.content_info ul:last-child {
  padding-left: 0px;
  margin-bottom: 20px!important;
}*/

.content_info ul li {
  padding: 3px 0px 5px 20px;
  margin: 0 0 0px 0;
  font-size: 17px;
  display: block;
  line-height: 28px;
  position: relative;
  font-weight: normal
}

.content_info ul li strong {
  margin: 0px 0px 0px 0;
  display: inline-block;
  font-size: 17px;
  
}

.content_info ul li::before {
    content: "";
    font-family: bootstrap-icons !important;
    color: #e5aa22;
    margin-right: 0px;
    border: 0px solid #212121;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    z-index: 1;
    background: #e5aa22;
}

.content_info ol li::marker {
  font-weight: 500;
}

/*Sidebar Sticky*/

.main>nav {
  position: sticky;
  top: 2rem;
  align-self: start;
}

.section-nav li.active>a {
  color: #000000;
  font-weight: 500;
}

/* Sidebar Navigation */
.section-nav {
  padding-left: 0;
  border-left: 1px solid #efefef;
}

.section-nav a {
  text-decoration: none;
  display: block;
  padding: 7px 0px;
  color: #666;
  font-size: 20px;
  transition: all 50ms ease-in-out;
}

.section-nav a:hover,
.section-nav a:focus {
  color: #000000;
}

.section-nav ul,
  ol {
    list-style: none;
    margin: 0;
    padding: 0px 0px;
}

.section-nav ul,
  ol li {
    margin-left: 0px;
}

.main {
  width: 100%;
  margin: 0 auto;
}

.mt-50 {
  margin-top: 50px;
}

.table2 {
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin: 0px 0px 20px 0px;
  font-weight: normal;
}

.table2 thead tr th {
  background: #f6f6f6;
  font-size: 16px;
  padding: 7px 20px;
}

.table2 tbody tr:nth-child(odd) td {
  background: #fff;
  font-size: 16px;
  padding: 7px 20px;
}

.table2 tbody tr:nth-child(even) td {
  background: #f6f6f6;
  font-size: 16px;
  padding: 7px 20px;
}

.table2:not(caption)>* {
  border: 1px solid #f1f1f1;
}

.clue { 
  cursor:pointer ; 
  padding: 5px; 
  margin: 3px; 
  border: 1px solid #ccc; 
  border-radius: 5px;
  width: fit-content;
}
.clue:hover { background: #f0f0f0; }
.answer { display: none; font-weight: bold; color: green; margin-left: 10px; }

    .swiper {
      width: 100%;
      height: 100%;
    }
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 0;
    display: block;
    padding-top: 15px;
}
    .swiper-slide {
    text-align: center;
    font-size: 18px;
    }

    .swiper-slide img {
      width: 100%;
      margin: 0 auto;
      padding: 0px 0px;
    }

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, #fabb2a);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 4px;
    display: inline-block;
    border-radius: 4px;
    background: #FF9800;
    z-index: 15;
    position: relative;
    top: 0px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 40px;
    margin-top: calc(0px - 0px);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0000001f;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 18px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
/*    background: #ffffff45;*/
    padding: 0px;
}
.swiper-pagination{
  display: none;
}

.modal-body h6{
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 400;
}
.modal-body h6 span{
    display: flex;
    justify-content: center;
    font-weight: 400;
    color:#fb6459;
    padding-left: 10px;
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    text-align: center;
    width: 100%;
}
.crossword-buttons {
    clear: both;
    text-align: left;
    padding: 0px;
    display: initial;
    margin: 0px;
    float: right;
}

.btn-default {
    background: #000000;
    color: #FFB001;
}

.btn-default:hover {
  background: #000000;
  color: #fff;
}

.btn-black {
  background: #000000;
  color: #FFB001;
}
.btn-black:hover {
  background: #000000;
  color: #fff;
}

.btn-black a {
  background: #000000;
  color: #FFB001;
  outline: none;
}
.btn-black a:hover {
  background: #000000;
  color: #fff;
}
.btn-answer {
    background: #4CAF50;
    color: #fff;
}
.btn-answer:hover {
  background: #000000;
  color: #fff;
}
.crossword-right {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    height: 100%;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: #000000;
    background: #000000;
    color: #fff;
}
.overlay {
  position: fixed;
  top: 0;
  inset: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  transition: opacity 0.3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}

.overlay.is-open {
  visibility: visible;
  opacity: 1;
}
/*body.popup-open {
  overflow: hidden;
}*/

.popup1 {
    margin: 130px auto;
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    width: 900px;
    min-height: 250px;
    position: relative;
    transition: all 2s ease-in-out;
    box-shadow: 0px 0px 5px #aaa;
/*    background-image: url(../../assets/images/popup-bg.svg);*/
    background: linear-gradient(#FDBE14, #FFB001);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

}
.popup1 .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: 100;
    text-decoration: none;
    color: #000000;
}
.popup1 .content {
    overflow: auto;
    font-size: 15px;
}


.popup1 .content-left{
    padding: 0px;
}
.popup1 .content-left h4 {
    margin: 0px 0 20px;
    padding: 0px;
    font-size: 34px;
    color: #000000;
}
.popup1 .content-left h6 {
    padding: 0px;
    font-family: 'poppinsregular';
    font-size: 18px;
}
.popup1 .content-left p {
  font-size: 16px;
  margin: 10px 0px 10px 0px;
  text-decoration: none;
}
.popup1 .content-left p a {
    font-size: 16px;
    margin-top: 30px;
    text-decoration: underline;
}
.popup1 .content-left p a:hover {
  color: #333;
}
.popup1 .content-right{
  margin-left: 15px;
}
.popup1 .content-right .content-text{
  margin-left: 15px;
}
.popup1 .content-right h6{
    font-size: 16px;
    margin: 0px 0px 5px 0px;
}
.popup1 .content-right h5{
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}
.content-box{
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
}

.content-right .content-box .icon-img {
    display: block;
}
.content-right .content-box .icon-img img {
    height: 50px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}
.popup2 {
    margin: 130px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 220px;
    text-align: center;
    position: relative;
    transition: all 2s ease-in-out;
    box-shadow: 0px 0px 5px #aaa;
}
.popup2 p {
    color: #000000;
    font-family: 'poppinsregular';
    font-weight: normal;
    text-align: center;
    font-size: 18px;
}
.popup2 .close {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: 200;
    text-decoration: none;
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
}
.popup2 .content {
    overflow: auto;
    font-size: 15px;
}

.popup2 h4 {
  margin: 0px 0 10px;
  padding: 0px;
  font-size: 20px;
  text-decoration: none;
  list-style: none;
  color: #000000;
  display: flex;
  justify-content: start;
  align-items: center;
  
}
.popup2 h4 span {
    margin: 0px 10px 0px 0px;
    font-size: 16px;

    text-decoration: none;
    list-style: none;
    background: #231f20;
    color: #fbae1f;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup2 h6 {
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 400;
}
.popup2 h6 span {
    display: flex;
    justify-content: center;
    font-weight: 400;
    color: #fb6459;
    padding-left: 10px;
}
.overlay2 {
    position: fixed;
    top: 0;
    inset: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    transition: opacity 0.3s ease;
    visibility: visible;
    z-index: 99999;
}

.overlay2.is-open {
  visibility: visible;
  opacity: 1;
}

.overlay2 {
   display: none;
}

.overlay2:target {
   display: block;
}

#open-overlay{ 
    padding:10px 5px;
    background:blue;
    color:white;
    text-decoration:none;
    display:inline-block;
    margin:20px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
}

.feedback{
  padding: 0px;
  margin: 0px;
}

.feedback .form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  font-size: 16px;
  background: transparent;
  border: 1px solid #ccc;
}

.feedback label {
    font-size: 16px;
    display: block;
}
.feedback span {
  font-size: 18px;
  font-weight: bold;
    margin: 0px 0 0px 0px;
}
.feedback label span {
  color: #ff0000;
  font-weight: 400;
  font-size: 18px;
  padding-left: 5px;
}
.feedback .form-check-input:checked {
    background: #fbae1f !important;
    border-color: #fbae1f !important;
}
.feedback .form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 0em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #ccc;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.feedback .btn {
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    display: inline-block;
    border-radius: 4px;
    line-height: 24px;
    font-family: 'poppinsmedium';
}
.feedback .btn-default {
    background: #000000;
    color: #fff;
}

.feedback .btn-default:hover {
  background: #000000;
  color: #FFB001;
}

.form-check {
    min-height: 1.5rem;
    padding-left: 1em;
    margin-bottom: .125rem;
    display: inline-block;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1.1rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.1em;
}

.niclogo{
  height: 30px;
  margin-right: 10px;
}

  .works-wrapper-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.works-wrapper-1 > * .image {
  transform-origin: bottom right;
}
.works-wrapper-1 > *:nth-child(2n) .image {
  transform-origin: bottom left;
}
.works-wrapper-1 .work-box .thumb:hover .t-btn {
  opacity: 1;
}
.works-wrapper-1 .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  transform: scale(0.9);
}
.works-wrapper-1 .work-box .thumb .image img {
  transform-origin: center;
}
.works-wrapper-1 .work-box .thumb img {
  width: 100%;
  cursor: none;
}
.works-wrapper-1 .work-box .thumb .t-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  padding: 10px 20px;
  display: inline-block;
  background: white;
  color: var(--black);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: -25px 0 0 -65px;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
.works-wrapper-1 .work-box .content {
  margin-top: 13px;
}
.works-wrapper-1 .work-box .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

/* Sticky Navbar */
.fbs__net-navbar.scrolled {
    background: #000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Logo normal size */
.techcrossword {
    height: 40px;
    transition: all 0.3s ease;
}

/* Logo smaller on scroll */
.fbs__net-navbar.scrolled .techcrossword {
    height: 40px;
}
.content-right .content-box {
    display: flex;
    align-items: center;
    margin: 15px 0px;
}

/*.popup2 {
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.25);
    z-index: 9999;
    display: none;
}

.current-word {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 3px;
    font-size: 20px;
}*/


/*.tooltip-fullscreen{
  display: block;
}

.tooltip-mobilescreen{
  display: none;
}
*/
.clue-tooltip {
    position: absolute;
    width: auto;
    margin: 0 0px;
    padding: 12px;
    background: #FFB001;
    border-radius: 0px;
    z-index: 99999999999999999;
    display: none;
    transform: none !important;
}

.clue-tooltip-text {
    flex: 1;
    font-size: 14px;
    padding: 0px 10px;
    display: flex;
    align-items: self-start;
    gap: 10px;
    z-index: 1;
}

.nav-arrow {
    font-size: 30px;
    cursor: pointer;
    color: #000000;
    font-family: 'poppinssemibold';
    width: 34px;
}

.nav-arrow:hover {
    color: #000;
}
.current-word {
  background-color: #ffe6a1;
  border-color: #ff9800;
  cursor: pointer;
}

.alphabet-letter.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.alphabet-letter.active {
    background: #0d6efd;
    color: #fff;
    font-weight: bold;
}

.reveal-word {
    position: absolute;
    right: 90px;
    z-index: 0;
    top: 0px;
    background: #4C4C4C;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reveal-word:hover {
    background: #fbae1f;
}
/*.show-answers{
  display: block;
}*/
input.letter.revealed {
    background: #e7f1ff;
    color: #0d6efd;
    font-weight: 600;
}

.top-bar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px;
    background: #fff;
}

.timer {
    background: #fbae1f;
    color: #212121;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 5px;
}

.menu-btn {
    position: relative;
    font-size: 18px;
    border: 0px solid #ddd;
    border-radius: 100px;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-left: 5px;
    color: #fff;
    width: 30px;
    height: 30px;
	Background:transparent;
}

.menu-btn:hover {
    color: #fff;
    Background: #353535;
}
/* Popup */
.menu-popup {
    position: absolute;
    top: 51px;
    right: 15px;
    width: 160px;
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    display: none;
    z-index: 1;
}

.menu-popup ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.menu-popup li a {
  padding: 5px 15px 5px 15px;
  cursor: pointer;
  font-size: 14px;
  color: #000;
}

.menu-popup li a:hover {
  color: #fbae1f;
}


/* ===============================
   CUSTOM CROSSWORD KEYBOARD
================================ */

.cw-keyboard {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 5px 5px;
    z-index: 9999;
    user-select: none;
}

/* ROW */
.cw-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

/* BUTTON BASE */
.cw-keyboard button {
    background: #ffffff;
    color: #000;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    margin: 2px;
    padding: 0px 0;
    font-size: 16px;
    font-family: 'poppinssemibold';
    min-width: 34px;
    height: 42px;
    line-height: 1;
    box-shadow: 0 1px 0 rgba(0,0,0,.15);
    cursor: pointer;
    transition: background .1s, transform .05s;
}

/* PRESS EFFECT */
.cw-keyboard button:active {
    background: #d9d9d9;
    transform: scale(0.96);
}

/* WIDE KEYS */
.cw-keyboard .wide {
    min-width: 50px;
}

/* EXTRA WIDE */
.cw-keyboard .space {
    min-width: 140px;
}

/* SHIFT / BACKSPACE / ENTER */
.cw-keyboard .shift,
.cw-keyboard .backspace,
.cw-keyboard .enter {
    background: #e6e6e6;
    font-weight: 700;
    font-size: 30px;
}

/* TOGGLE BUTTON */
.cw-keyboard .toggle-num,
.cw-keyboard .toggle-abc {
    background: #e0e0e0;
    font-weight: 700;
    font-size: 16px;
}

.kb-layout {
  display: none;
}

.kb-layout.active {
  display: block;
}

.kb-numbers button {
  font-size: 18px;
}

.kb-layout.active {
  display: none;
}

.cw-keyboard {
  display: none;
}

.nav-arrow {
  display: none;
}

.grid-square.wrong-letter input.letter {
    color: #ff7370 !important;
}

.grid-square.correct-letter input.letter {
    color: #009f55 !important;
    background: transparent;
}
.grid-square.row-locked input.letter {
    color: #111111 !important;        /* green letters */
}
.grid-square.row-locked {
    background-color: #e7f6ee;
}
.grid-square.row-locked input {
    pointer-events: none;
}
input.letter.locked-input {
    cursor: pointer;
}
.crossword-main h2 {
    display: block;
}
.visible {
    visibility: hidden!important;
}
.reveal-mobile{
  display: none!important;
}

@media (max-width: 768px) {
   .reveal-word {
      display: none;
   }
}
.answers-desktop {
        display: block;
    }
.correct-across, .correct-down {
    /*background-color: #fff7e0 !important; */
    transition: background-color 0.3s ease;
}
input.letter.locked-letter {
   background: transparent;
   pointer-events: none;
}
input.letter.locked-letter {
   pointer-events: none;
   cursor: pointer;
}

.fbs__net-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.3s ease-in-out;
}

.fbs__net-navbar.hide {
  transform: translateY(-100%);
}

.clue-tooltip-text {
  width: 100%;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  transform: translateX(0);
  opacity: 1;
}

.slide-left-out .clue-tooltip-text {
  transform: translateX(-100%);
  opacity: 0;
}

.slide-right-out .clue-tooltip-text {
  transform: translateX(100%);
  opacity: 0;
}

.prepare-left .clue-tooltip-text {
  transition: none !important;
  transform: translateX(-100%);
  opacity: 0;
}

.prepare-right .clue-tooltip-text {
  transition: none !important;
  transform: translateX(100%);
  opacity: 0;
}

.reset .clue-tooltip-text {
  transform: translateX(0);
  opacity: 1;
}
.main-scroll{
  margin-bottom: 50px;
}

.clue-tooltip{
  display: none;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
    background-color: #5e5e5e;
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px 10px 15px;
}

.fa-moon {
  color: #f1c40f;
}

.fa-sun {
  color: #f39c12;
}

.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked+.checkbox-label .ball {
  transform: translateX(24px);
}


/*  Support me if you like it */
.support {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.support a {
  color: #212121;
  font-size: 32px;
  backface-visibility: hidden;
  display: inline-block;
  transition: transform 0.2s ease;
}

.support a:hover {
  transform: scale(1.1);
}

#autoScroll {
  overflow-y: auto;
  scroll-behavior: smooth;
  height: 350px;
  /* or any fixed height */
}

/*
.btn:hover {
  background: #f0f0f0;
  background: #f5b323;
}*/

.dark .content-tag.disk_style li a {
  color: #000;
}

i.bi.bi-sun {
    color: #f7ac2d;
    z-index: 15;
}

i.bi.bi-moon {
    color: #fff;
    z-index: 15;
}
.popup1 .content-left p span {
    color: #000;
    font-size: 20px;
}
input.letter {
    caret-color: #000;     /* make caret visible */
    cursor: text;
}

.time-taken span{
  font-size: 24px;
  font-family: 'poppinssemibold';
}





.content1 {
  max-width: 650px;
  margin: 0 auto;
  top: 35%;
  position: relative;
}
.content1 h1 {
  line-height: 1.5;
  color: white;
  font-weight: 300;
  text-align: center;
  font-size: 3rem;
  text-shadow: 0 2px 5px black;
}
/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #272727;
  z-index: 1000;
}
.page-loader .txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}













/* ===========================light and dark css=============================== */

body.dark {
  background-color: #212121;
}

body.dark h1,
body.dark h2,
body.dark .page-content .orange h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark span,
body.dark .page-content li,
.page-content ul li strong,
body.dark ul li a body.dark .support a {
  color: #fff;
}

body.dark span.eicon-security {
  filter: invert(1);
}

body.dark p,
body.dark {
  color: #fff;
}

body.dark a,
body.dark {
  color: #fff;
}

body.dark ul li a,
body.dark {
  color: #fff;
}

body.dark .viewAll a {
  color: #000;
}

body.dark .oct_menu ul li a {
  color: #000;
}

body.dark .crossword-home {
    background: #000;
}
body.dark .crosslist {
    background: #000;
}

body.dark .crosslist .cont h2 {
    background: #1c1c1c;
}

body.dark .footer {
    border-top: 1px solid #1c1c1c;
}

body.dark .menu-popup {
  background: #1c1c1c;
}

body.dark .crossword-main {
    background: #000;
}
body.dark .crossword-main .conttop .timebg {
    background: #1c1c1c;
}
body.dark .footer {
    border-top: 1px solid #1c1c1c;
}
body.dark .crossword-main .conttop {
    color: #fff;
  }

body.dark .clue-tooltip-text p{
  color: #000;
}

body.dark .clue-tooltip-text span{
  color: #000;
}

body.dark i.bi.bi-sun {
    color: #fff;
    z-index: 15;
}

body.dark i.bi.bi-moon {
    color: #f7ac2d;
    z-index: 15;
}
body.dark .details {
    background: #000;
}

body.dark .details .cont p {
    color: #fff;
}

body.dark .details .cont p strong {
    color: #fff;
}
body.dark .content_info ol li {
    color: #fff;
}
body.dark .details .cont {
    border-right: 1px solid #1c1c1c;
}

body.dark .feedback .btn-default {
    background: #FFB001;
    color: #000;
}
body.dark h6, body.dark .page-content li, .page-content ul li strong, body.dark ul li a body.dark .support a {
    color: #000;
}
body.dark .popup1 .content-left p {
    color: #000;
}
body.dark .popup1 .content-left a {
    color: #000;
}
body.dark .crossword-clues li.active span{
    color: #000 !important;
}
body.dark .crossword-clues li.active {
    color: #000;
}
body.dark ::marker {
      color: #fff;
}
body.dark .popup1 .content-right h5 {
    color: #000;
}
body.dark .popup1 .content-left p span {
    color: #000;
    font-size: 20px;
}
body.dark .popup1 .content-right .content-text a {
    color: #000;
}
body.dark .across-clues h4 img {
    filter: invert(1);
}
body.dark .down-clues h4 img {
    filter: invert(1);
}
body.dark .details-arrow{
    background: #000;
}
body.dark .feedback .overall-experience .wpcf7-radio span {
    color: #fff;
}
body.dark .wpcf7 input[type=text]{

}
body.dark .wpcf7 .wpcf7-form .c4wp-icon-captcha-container label {
    color: #000000;
}
body.dark .feedback .wpcf7 input[type="submit"] {
  background: #FFB001;
  color: #000;
}
body.dark .feedback .wpcf7 input[type="submit"]:hover {
  color: #ffffff;
}
body.dark .details .cont h4 {
    color: #fff;
}
