body {
  font-family: "PT Sans", sans-serif;
  overflow-x: hidden;
  background: #fdfdfd;
}

/*@font-face {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/WorkSans-Italic-VariableFont_wght.ttf') format('truetype'),
       url('../fonts/WorkSans-VariableFont_wght.ttf') format('truetype'),
}*/

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  /*font-family: 'Acme', sans-serif;*/
  font-weight: bold;
}

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #444;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

ul {
  padding-left: 0;
}

:root {
  --default: #ffe5d9;
  --main-corn: #023E7D;
  --main-oxford: #002855;
  --main-l-red: #d16b86;
  --main-blue: #713cd5;
}

/*%%%%%%%%%%%%% Common %%%%%%%%%%%%%*/
.top-space-80 {
  padding-top: 80px;
}

.bottom-space-80 {
  padding-bottom: 80px;
}

.space-80 {
  padding: 80px 0;
}

.top-space-120 {
  padding-top: 120px;
}

.bottom-space-120 {
  padding-bottom: 120px;
}

.space-120 {
  padding: 120px 0;
}

.center {
  text-align: center;
}

.heading {
  max-width: 650px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.btn-default {
  background: linear-gradient(0deg, #24226d, #46e7ff);
  padding: 15px 35px;
  color: #fff;
  margin-top: 25px;
  transition: 0.5s ease-in-out;
  border-radius: 30px;
  border: none;
}

.btn-default:hover {
  color: var(--main-corn);
  background: linear-gradient(0deg, #24226d, #46e7ff);
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  box-shadow: 1px 10px 35px 0px rgba(30, 30, 30, 0.2);
}

.btn-border {
  background: #fff;
  padding: 15px 35px;
  color: var(--main-blue);
  margin-top: 25px;
  border: 2px solid var(--main-blue);
  transition: 0.5s ease-in-out;
  border-radius: 20px;
}

.btn-border:hover {
  transition: 0.5s ease-in-out;
  border-radius: 10px;
  box-shadow: 1px 10px 35px 0px rgba(113, 60, 213, 0.28);
  -webkit-box-shadow: 1px 10px 35px 0px rgba(113, 60, 213, 0.28);
  -moz-box-shadow: 1px 10px 35px 0px rgba(113, 60, 213, 0.28);
}

.light-bg {
  background: #353451;
}

.dark-bg {
  background: #30304c;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.39);
}

.no-padding {
  padding: 0;
}

.section-title {
  margin-bottom: 10px;
}

.section-title h2 {

  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #d5e4f9;
  margin-bottom: 30px;
  border-bottom: 2px solid #dd0031;
}

.section-title span {
  padding-bottom: 10px;
  padding-right: 20px;
  background: #fff;
}

.section-title i {
  color: #287df4;
}

.page-title {
  display: ruby;
}

.page-title h2 {
  color: #403f5e;
  margin-bottom: 50px;
  font-size: 25px;
}

.page-title span {
  color: #555473;
}

.page-title img {
  width: 50px;
  margin-right: 15px;
  margin-top: -10px;
}

@media(min-width: 576px) and (max-width: 991px) {
  .card-columns {
    column-count: 2;
  }
}


/*%%%%%%%%%%%%% Navbar %%%%%%%%%%%%%*/
.landing-navbar {
  /*background: rgba(253, 75, 75, 0.3);*/
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.03);
  transition: 0.5s ease-in-out;
}

.landing-navbar .navbar-brand h3 {
  font-size: 55px;
  color: var(--main-oxford);
  transition: 0.5s ease-in-out;
}

.landing-navbar .navbar-nav .nav-link {
  padding: 5px 25px;
  color: #5b5b5b;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.navbar-light .navbar-nav .nav-link.active {
  background: var(--default);
  color: var(--main-blue);
  padding: 5px 25px;
  border-radius: 25px;
}

.landing-navbar.scrolled {
  background: #fd1f44;
  transition: 0.5s ease-in-out;
}

.landing-navbar.scrolled .navbar-brand h3 {
  font-size: 35px;
  transition: 0.5s ease-in-out;
}

.landing-navbar.scrolled .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #bdbdbd;
}

.navbar-toggler {
  background: #fff;
  border-radius: 0;
}

/*New navbar*/
.cs-navbar {
  background: #fff;
  /* background: radial-gradient(111% 111% at 74.29% -11%, #A93300 0%, #000 100%), linear-gradient(127.43deg, #AEBEFF 0%, #E8B6B6 100%); */
  background-blend-mode: difference, normal;
}

.sub_menu {
  margin-bottom: 0;
}

.top {
  padding: 15px 0 0 0;
}

.logo h1 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}

.search-top input {
  background: #fff;
  border: none;
  margin-right: 5px;
  border-radius: 3px !important;
}

.search-top span {
  color: #444;
  background: #fff;
  border: none;
  border-radius: 3px !important;
}

.search-list {
  z-index: 20;
  position: absolute;
  background-color: white;
  list-style: none;
  margin-top: -15px;
  display: none;
  left: 0;
  right: 5px;
  border-radius: 2px;
}

.search-list img {
  width: 20px;
}

.social-icon {
  text-align: right;
}

.social-icon ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
}

.social-icon li {
  list-style: none;
  display: inline;
}

.social-icon a {
  background: #fff;
  color: #287df4;
  line-height: 37px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 35px;
}

.menu-bar .navbar {
  background: #fff !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 0;
}

.menu-bar .navbar-nav a {
  color: #333 !important;
  font-size: 15px;
  margin-right: 10px;
}

.menu-bar .navbar-nav i {
  margin-right: 3px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-top: 8px;
  background: #444;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-top: 8px;
  background: #fff;
}

.menu-bar .navbar-nav .dropdown-item:hover {
  background: #287df4;
  color: #fff !important;
}

.menu-bar .navbar-nav .dropdown-item img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

/*%%%%%%%%%%%%% Banner %%%%%%%%%%%%%*/
.banner {
  background: #f5f3ef;
  padding: 150px 0;
  /*  background: radial-gradient(111% 111% at 74.29% -11%, #D55E2A 0%, #1f1564 100%), linear-gradient(127.43deg, #51AEFF 0%, #1B0088 100%);
  background-blend-mode: difference, normal;
*/
}

.banner-content h2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 45px;
  letter-spacing: 2px;
}

.banner-content h5 {
  color: #333;
  margin-bottom: 50px;
  line-height: 30px;
  font-weight: 400;
  font-size: 18px;
}

@media(max-width: 769px) {
  .banner-content h2 {
    font-size: 35px;
  }
}

.banner-icon {
  background: #fff;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  padding: 7px;
  border-radius: 7px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.5s ease-in-out;
}

.banner-icon img {
  width: 40px;
  margin-bottom: 5px;
}

.banner-icon h5 {
  font-size: 13px;
  color: #287df4;
}

.banner-icon:hover {
  transition: 0.5s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


/*%%%%%%%%%%%%% Feature %%%%%%%%%%%%%*/
.feature {
  /*background: #0a0931;*/
  margin-top: -80px;
}

.feature-card {
  padding: 50px 20px;
  border-radius: 5px;
  background: linear-gradient(45deg, #2e2b96, #27b0df);
  margin-bottom: 30px;
}

.feature-card h5 {
  color: #eee;
  margin-bottom: 15px;
}

.feature-card p {
  color: #a4a4a4;
}

.category-info {
  background: #fff;
  padding: 20px 15px;
  border-radius: 7px;
  margin-bottom: 30px;
  text-align: center;
  transition: 0.5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.category-info:hover {
  margin-top: -2px;
  transition: 0.5s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.category-info h5 {
  color: #333;
  margin-top: 20px;
  font-size: 17px;
}

.category-info img {
  width: 40px;
  height: 40px;
}

.category-icon {
  display: inline-block;
  width: 53px;
  height: 53px;
  padding: 7px;
  border-radius: 7px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 0.5s ease-in-out;
}

.category-icon:hover {
  transition: 0.5s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.collage-img .collage-thumb:nth-child(1) {
  float: left;
  width: 70%;
  margin-bottom: 30px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.collage-img .collage-thumb:nth-child(2) {
  float: right;
  width: 40%;
  margin-top: -70%;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.collage-img .collage-thumb:nth-child(3) {
  float: right;
  width: 70%;
  margin-top: -20%;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.collage-img .collage-thumb img {
  border-radius: 15px;
}

.large-text h2 {
  margin-top: 50px;
  font-size: 22px;
  font-weight: normal;
  line-height: 35px;
}


/*%%%%%%%%%%%%% Content %%%%%%%%%%%%%*/
.cheat-sheet-content {
  padding-top: 70px;
  background: url("{{ asset('assets/images/language.jpg') }}");
}

.cheat-sheet-content .card {
  border: none;
  background: transparent;
}

.topic-title h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
  padding-left: 35px;
  color: #555;
}

.topic-title {
  position: relative;
  margin-bottom: 20px;
}

.topic-title::after {
  content: '';
  position: absolute;
  background: #ccc;
  height: 2px;
  width: 30px;
  top: 10px;
}

.topic-header {
  background: linear-gradient(45deg, #2e2b96, #27b0df);
  padding: 10px;
}

.cheat-sheet .topic-header:nth-child(1) {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.topic-header h6 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.cheat-sheet {
  background: #fff;
  /*background: linear-gradient(135deg,#cc8ef7,#7e67ea);*/
  border-radius: 7px;
  border: none;
  margin-bottom: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.content-exm {
  padding: 15px;
}

.content-exm p {
  font-size: 13px;
}

.content-exm ul {
  padding-left: 15px;
}

.content-exm li {
  font-size: 13px;
  color: #000;
}

.content-exm strong {
  font-weight: bold;
}

.content-exm .tbl-head {
  background: #e1e9f9 !important;
  /*text-align: center;*/
}

.content-exm th {
  font-size: 14px;
  padding: 0px 10px;
  background: #040864;
  color: #fff;
  border-top: 1px solid #040864;
}

.content-exm td {
  font-size: 13px;
  padding: 3px 10px;
}

.content-exm h5 {
  font-size: 16px;
}

.vim-table td:nth-child(1) {
  padding: 5px 10px;
  background: #e1e9f9;
  border-bottom: 10px solid white;
  font-size: 13px;
}

.vim-table td:nth-child(2) {
  padding-left: 10px;
  font-size: 13px;
}

.left-seperator {
  padding-left: 7px;
  border-left: 5px solid #e1e9f9;
  margin-bottom: 15px;
  margin-left: -5px;
}

.left-seperator strong {
  background: #e1e9f9;
}

.column-two .card-columns {
  column-count: 2 !important;
}

.command-color td:nth-child(1) {
  padding: 5px 10px;
  background: #e1e9f9;
  border-bottom: 10px solid white;
  font-size: 13px;
}

.command-color td:nth-child(2) {
  padding-left: 10px;
  font-size: 13px;
}

.color-bg {
  background: #e1e9f9;
  padding: 5px;
}

@media (max-width: 991px) {
  .column-two .card-columns {
    column-count: 1 !important;
  }
}

.content-exm .power {
  position: relative;
  top: -7px;
}

/*%%%%%%%%%%%%% Footer %%%%%%%%%%%%%*/
.back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.to-top {
  background: linear-gradient(45deg, #2e2b96, #27b0df);
  color: #fff !important;
  font-size: 27px;
  border: none;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 0px 5px;
  display: inline-block;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 8px 15px #0404046b;
}

.to-top:hover,
.to-top:focus {
  /*background: #2b488d;*/
  /*color: #ffff00 !important;*/
  transition: 0.5s;
  box-shadow: none;
  margin-bottom: -2px;
}


#button:hover {
  cursor: pointer;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#footer .overlay {
  text-align: center;
  background: linear-gradient(0deg, #fff, rgba(113, 60, 213, 0.2));
}

.footer-link li {
  list-style: none;
  display: inline-block;
  padding: 10px 30px;
}

@media (max-width: 769px) {
  .footer-link li {
    padding: 10px 10px;
  }

}

.footer-link li a {
  color: var(--main-blue);
}

#copyright {
  background: #30304c;
  border-top: 1px solid rgba(2, 62, 125, 0.2);
  padding: 20px 0;
  text-align: center;
}

.copyright-text p {
  margin: 0;
  color: #fff;
}

.copyright-text a:hover {
  color: #fd1f44;
}

.btn-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: var(--default);
  color: var(--main-l-red);
  border-radius: 50%;
  border: none;
  transition: 0.5s ease-in-out;
  box-shadow: 1px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.btn-to-top:hover {
  bottom: 20px;
  color: #fff;
  transition: 0.5s ease-in-out;
}

/*///////// New Design /////////*/
.code-bg1 {
  background: #000;
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.code-bg1 p {
  color: #ffd87b;
  margin: 0;
}

.block-cell {
  background: #2e2b96;
  color: #fff;
}

.bg-white {
  background: #fff !important;
  width: 10px;
  border: none !important;
}

.ash-bg {
  color: #7d7d7d;
}

.ash {
  color: #7d7d7d !important;
}

.ash span {
  color: #7d7d7d !important;
}

.code-bg1 td {
  color: #ffd87b !important;
  border: none;
}

.key-desing {
  background: #fff;
  text-align: center;
  padding: 1px 1px 1px 4px;
  border-radius: 2px;
  margin-right: 5px;
  color: #040404;
}

.logo {
  margin-bottom: 10px;
}

.logo img {
  max-width: 220px;
}

.search-top .input-group {
  height: 45px;
  margin-top: 10px;
}

.search-top input {
  border: 1px solid #e5e7eb;
  box-shadow: none;
}

.search-top input:focus {
  border-color: #e5e7eb;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  --webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
}

@media (max-width: 579px) {
  .search-top {
    padding: 0 15px;
  }

  .social-icon {
    position: absolute;
    top: -90px;
    right: 15px;
    z-index: 999;
  }
}

pre code.hljs {
  font-size: 13px;
}

.table-dark .command-color td:nth-child(1) {
  padding: 5px 10px;
  background: transparent;
  color: #f92672;
  border: none;
}

.design-css .table-dark td:nth-child(3) {
  color: #f92672;
  min-width: 150px;
}

.color-first-col .table-dark td:nth-child(1) {
  color: #f92672;
}


.color-second-col .table-dark td:nth-child(2) {
  color: #f92672;
}

pre {
  margin-bottom: 0;
  /*white-space: pre-wrap;*/
  /*white-space: pre-line ;*/
}

.table td {
  vertical-align: middle !important;
  border-top: none;
}

.table-dark .hljs {
  background: transparent !important;
  padding: 5px;
}

pre code.hljs {
  overflow-x: hidden !important;
  transition: 0.5s ease-in-out;
}

pre code.hljs:hover {
  overflow-x: auto !important;
  transition: 0.5s ease-in-out;
}

.content-exm .table-dark {
  background-color: #061f3c !important;
}

.vim-sheet .command-color td:nth-child(1) {
  min-width: 80px;
}

.content-exm .table-dark {
  background-color: #061F3C !important;
}

.page-title-logo {
  width: 30px;
  margin-right: 10px;
}

.key-button {
  box-sizing: border-box;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  width: 40px;
  color: #555;
  background: #fff;
  cursor: pointer;
  margin: 5px;
  height: 40px;
  border-color: #f2f2f2;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  font-family: sans-serif;
  display: inline-block;
  transition: box-shadow 0.3s ease, transform 0.15s ease;
  box-shadow: 0 0 1px #fffafa, 0 1px 0 #fff, 0 0 0 #c0c0c0, 0 0px 30px rgba(170, 170, 170, 0.15), 2px 2px 4px rgba(68, 68, 68, 0.25), -2px 2px 4px rgba(255, 255, 255, 0.25), 0 0px 4px rgba(242, 242, 242, 0.25);
}

.key-button-group {
  display: flex;
}

.key-join {
  line-height: 45px;
  font-size: 20px;
  /*text-shadow: 0 0.5px 1px #777, 0 2px 6px #f2f2f2;*/
}

.key-text {
  line-height: 15px;
  font-size: 13px;
  margin-left: 7px;
  margin-top: 15px;
}

.row-exm {
  margin-bottom: 15px;
  border-bottom: 1px solid #040864;
}

.content-highlight {
  color: #040864;
}

.highlight-row p {
  margin-bottom: 5px;
}

.highlight-row .content-highlight {
  padding-right: 10px;
}

.tab-content {
  padding-top: 30px;
}

.w-auto {
  width: auto;
  padding: 0 7px;
}

.banner-adsense {
  max-width: 468px;
  margin: 15px auto;
}

.banner-adsense img {
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.joomla .content-exm p {
  margin-bottom: 5px;
}

.tcp-sheet .phase strong {
  color: #30304c;
  font-weight: bold;
  font-size: 18px;
}

.tcp-sheet-table {
  margin-bottom: 30px;
}

.tcp-sheet-table .head {
  background: #061f3c;
  color: #fff;
  border: 1px solid #fff;
}

.tcp-sheet-table .head:nth-child(1) {
  font-size: 20px;
}

.tcp-sheet-table tr {
  background: #ccc;
  border: 1px solid #fff;
  font-size: 14px;
}

.tcp-sheet-img {
  margin: 30px 0;
}

/* Refined Cookie Consent Banner */
#cookies-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: linear-gradient(145deg, #212121, #1a1a1a);
  color: #e0e0e0;
  padding: 24px;
  z-index: 1000;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  font-family: "Roboto", Arial, sans-serif;
  animation: slide-up 0.5s ease-out;
  max-width: 500px;
  display: none;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

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

.consent-content {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

#cookies-banner h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.75em;
  color: #ffffff;
  font-weight: bold;
}

#cookies-banner p {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 1rem;
  color: #bdbdbd;
}

.consent-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 600px) {
  #cookies-banner {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 16px;
  }

  .consent-actions {
    flex-direction: column;
  }

  .consent-actions button {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
  }
}

#cookies-banner .btn-theme-color:hover {
  background-color: var(--button-hover-color);
  color: var(--button-text-color) !important;
}

#cookies-banner .btn-green-color:hover {
  background-color: var(--background-color);
  color: var(--button-color) !important;
}

/* Pricacy policy page style */
.privacy-row {
  margin-bottom: 2em;
}

.privacy-policy-page h1 {
  font-size: 1.5rem;
}

.privacy-policy-page h3 {
  font-size: 1.2rem;
}

.privacy-policy-page ul {
  padding-left: 3em;
}

.privacy-policy-page a {
  color: #27b0df;
}

.privacy-policy-page a:hover {
  color: #023E7D;
}

.copyright-text a {
  color: #27b0df;
  font-style: italic;
}

.privacy-policy-page .banner-adsense{
  display: none;
}