/* #navbar-section {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
} */
#navbar-section .navbar {
  padding: 20px 40px;
}
#navbar-section .navbar .navbar-brand {
  font-size: 24px;
  font-weight: bold;
  color: rgb(60, 116, 226);
}
#navbar-section .navbar .navbar-nav {
  gap: 25px;
}
#navbar-section .navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
}
#navbar-section .navbar .quote-btn .btn {
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
}

/* knowledge Section */
#knowledge-section .knowledge_section {
  padding-top: 100px;
  padding-bottom: 80px;
}
#knowledge-section .knowledge_section .get-in-touch {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: rgb(60, 116, 226);
  text-transform: uppercase;
}
#knowledge-section .knowledge_section .get-in-touch::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
  background-color: rgb(60, 116, 226);
  vertical-align: middle;
  border-radius: 1px;
  margin-right: 6px;
}
#knowledge-section .knowledge_section .main-heading {
  font-weight: bold;
  font-size: 55px;
  color: black;
  margin-bottom: 15px;
}
#knowledge-section .knowledge_section .features {
  border-right: 2px solid rgba(0, 0, 0, 0.548);
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.595);
}
#knowledge-section .knowledge_section .gaming-pc {
  color: rgba(0, 0, 0, 0.595);
  font-size: 17px;
  width: 80%;
}

#corpo-infra-section {
  padding: 80px 0;
}
#corpo-infra-section .corpo_infra_section .heading-container {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
}
#corpo-infra-section .corpo_infra_section .heading-container .icon {
  height: 50px;
  width: 50px;
  background: rgba(192, 192, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0;
  border: 0.01px solid rgb(60, 116, 226);
}
#corpo-infra-section .corpo_infra_section .heading-container .icon i {
  font-size: 18px;
}
#corpo-infra-section .corpo_infra_section .heading-container .heading-left-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 14px;
}
#corpo-infra-section .corpo_infra_section .heading-container .heading {
  line-height: 1.1;
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 600;
}
#corpo-infra-section .corpo_infra_section .heading-container .heading-para {
  font-size: 14px;
}
#corpo-infra-section .corpo_infra_section .card {
  padding: 16px;
  position: relative;
}
#corpo-infra-section .corpo_infra_section .card .label {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  background-color: rgba(192, 192, 255, 0.3);
  color: rgb(60, 116, 226);
  width: fit-content;
  padding: 6px 12px;
  border: 0.01px solid rgb(60, 116, 226);
  border-radius: 50px;
}
#corpo-infra-section .corpo_infra_section .card .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
#corpo-infra-section .corpo_infra_section .card .card-para {
  margin: 20px 0;
  font-size: 13px;
  color: #5a5a5a;
}
#corpo-infra-section .corpo_infra_section .card .date-time-container {
  height: 66px;
}
#corpo-infra-section .corpo_infra_section .card .position-bottom {
  position: absolute;
  bottom: 30px;
}
#corpo-infra-section .corpo_infra_section .card .position-bottom .date-time {
  display: flex;
  font-size: 12px;
  gap: 12px;
  margin-bottom: 20px;
}
#corpo-infra-section .corpo_infra_section .card .position-bottom .date {
  display: flex;
  align-items: center;
  gap: 6px;
}
#corpo-infra-section .corpo_infra_section .card .position-bottom .read {
  font-size: 13px;
  color: rgb(60, 116, 226);
  font-weight: 600;
}

#gaming-workstation {
  padding: 0 0 100px 0;
}
#gaming-workstation .gaming_workstation .heading-container {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
}
#gaming-workstation .gaming_workstation .heading-container .icon {
  height: 50px;
  width: 50px;
  background: rgba(192, 192, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0;
  border: 0.01px solid rgb(60, 116, 226);
}
#gaming-workstation .gaming_workstation .heading-container .icon i {
  font-size: 18px;
}
#gaming-workstation .gaming_workstation .heading-container .heading-left-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 14px;
}
#gaming-workstation .gaming_workstation .heading-container .heading {
  line-height: 1.1;
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 600;
}
#gaming-workstation .gaming_workstation .heading-container .heading-para {
  font-size: 14px;
}
#gaming-workstation .gaming_workstation .card {
  padding: 16px;
}
#gaming-workstation .gaming_workstation .card .label {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  background-color: rgba(192, 192, 255, 0.3);
  color: rgb(60, 116, 226);
  width: fit-content;
  padding: 6px 12px;
  border: 0.01px solid rgb(60, 116, 226);
  border-radius: 50px;
}
#gaming-workstation .gaming_workstation .card .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
#gaming-workstation .gaming_workstation .card .card-para {
  margin: 20px 0;
  font-size: 13px;
  color: #5a5a5a;
}
#gaming-workstation .gaming_workstation .card .date-time-container {
  height: 66px;
}
#gaming-workstation .gaming_workstation .card .position-bottom {
  position: absolute;
  bottom: 30px;
}
#gaming-workstation .gaming_workstation .card .position-bottom .date-time {
  display: flex;
  font-size: 12px;
  gap: 12px;
  margin-bottom: 20px;
}
#gaming-workstation .gaming_workstation .card .position-bottom .date {
  display: flex;
  align-items: center;
  gap: 6px;
}
#gaming-workstation .gaming_workstation .card .position-bottom .read {
  font-size: 13px;
  color: rgb(60, 116, 226);
  font-weight: 600;
}

#refurbished-systems {
  padding: 0 0 100px 0;
}
#refurbished-systems .refurbished_systems .heading-container {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
}
#refurbished-systems .refurbished_systems .heading-container .icon {
  height: 50px;
  width: 50px;
  background: rgba(192, 192, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0;
  border: 0.01px solid rgb(60, 116, 226);
}
#refurbished-systems .refurbished_systems .heading-container .icon i {
  font-size: 18px;
}
#refurbished-systems .refurbished_systems .heading-container .heading-left-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 14px;
}
#refurbished-systems .refurbished_systems .heading-container .heading {
  line-height: 1.1;
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 600;
}
#refurbished-systems .refurbished_systems .heading-container .heading-para {
  font-size: 14px;
}
#refurbished-systems .refurbished_systems .card {
  padding: 16px;
}
#refurbished-systems .refurbished_systems .card .label {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  background-color: rgba(192, 192, 255, 0.3);
  color: rgb(60, 116, 226);
  width: fit-content;
  padding: 6px 12px;
  border: 0.01px solid rgb(60, 116, 226);
  border-radius: 50px;
}
#refurbished-systems .refurbished_systems .card .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
#refurbished-systems .refurbished_systems .card .card-para {
  margin: 20px 0;
  font-size: 13px;
  color: #5a5a5a;
}
#refurbished-systems .refurbished_systems .card .date-time {
  display: flex;
  font-size: 12px;
  gap: 12px;
  margin-bottom: 20px;
}
#refurbished-systems .refurbished_systems .card .date {
  display: flex;
  align-items: center;
  gap: 6px;
}
#refurbished-systems .refurbished_systems .card .read {
  font-size: 13px;
  color: rgb(60, 116, 226);
  font-weight: 600;
}

#repairs-upgrades {
  padding: 0 0 100px 0;
}
#repairs-upgrades .repairs_upgrades .heading-container {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
}
#repairs-upgrades .repairs_upgrades .heading-container .icon {
  height: 50px;
  width: 50px;
  background: rgba(192, 192, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0;
  border: 0.01px solid rgb(60, 116, 226);
}
#repairs-upgrades .repairs_upgrades .heading-container .icon i {
  font-size: 18px;
}
#repairs-upgrades .repairs_upgrades .heading-container .heading-left-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 14px;
}
#repairs-upgrades .repairs_upgrades .heading-container .heading {
  line-height: 1.1;
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 600;
}
#repairs-upgrades .repairs_upgrades .heading-container .heading-para {
  font-size: 14px;
}
#repairs-upgrades .repairs_upgrades .card {
  padding: 16px;
}
#repairs-upgrades .repairs_upgrades .card .label {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  background-color: rgba(192, 192, 255, 0.3);
  color: rgb(60, 116, 226);
  width: fit-content;
  padding: 6px 12px;
  border: 0.01px solid rgb(60, 116, 226);
  border-radius: 50px;
}
#repairs-upgrades .repairs_upgrades .card .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
#repairs-upgrades .repairs_upgrades .card .card-para {
  margin: 20px 0;
  font-size: 13px;
  color: #5a5a5a;
}
#repairs-upgrades .repairs_upgrades .card .date-time-container {
  height: 66px;
}
#repairs-upgrades .repairs_upgrades .card .position-bottom {
  position: absolute;
  bottom: 30px;
}
#repairs-upgrades .repairs_upgrades .card .position-bottom .date-time {
  display: flex;
  font-size: 12px;
  gap: 12px;
  margin-bottom: 20px;
}
#repairs-upgrades .repairs_upgrades .card .position-bottom .date {
  display: flex;
  align-items: center;
  gap: 6px;
}
#repairs-upgrades .repairs_upgrades .card .position-bottom .read {
  font-size: 13px;
  color: rgb(60, 116, 226);
  font-weight: 600;
}

#search-topic {
  padding: 40px 0;
  background-color: rgba(239, 239, 239, 0.6901960784);
}
#search-topic .search_topic .search-topic-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#search-topic .search_topic .search-topic-container .search-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #5a5a5a;
}
#search-topic .search_topic .search-topic-container .search-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  background-color: rgba(192, 192, 255, 0.3);
  color: rgb(60, 116, 226);
  width: fit-content;
  padding: 6px 12px;
  border: 0.01px solid rgb(60, 116, 226);
  border-radius: 50px;
}

#blog-need .blog_need {
  background: #000;
  padding: 80px 0;
  color: #fff;
}
#blog-need .blog_need h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
#blog-need .blog_need p {
  max-width: 600px;
  margin: 0 auto 35px;
  color: #cfcfcf;
  font-size: 16px;
}
#blog-need .blog_need .cta_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#blog-need .blog_need .btn_primary {
  background: #fff;
  color: rgb(60, 116, 226);
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
#blog-need .blog_need .btn_primary:hover {
  background: #f1f1f1;
}
#blog-need .blog_need .btn_outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
#blog-need .blog_need .btn_outline:hover {
  background: #fff;
  color: #000;
}

#footer-section .footer_section {
  background: #000;
  padding: 20px 0;
  color: #bbb;
}
#footer-section .footer_section h5 {
  color: white;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#footer-section .footer_section p {
  font-size: 14px;
  line-height: 1.7;
}
#footer-section .footer_section ul {
  list-style: none;
  padding: 0;
}
#footer-section .footer_section li {
  margin-bottom: 12px;
  font-size: 14px;
}
#footer-section .footer_section a {
  text-decoration: none;
  color: #bbb;
  transition: 0.3s;
}
#footer-section .footer_section a:hover {
  color: rgb(60, 116, 226);
}
#footer-section .footer_section .footer_logo {
  width: 70px;
  margin-bottom: 20px;
}
#footer-section .footer_section .footer_contact li {
  display: flex;
  align-items: center;
}
#footer-section .footer_section .footer_contact li i {
  color: rgb(60, 116, 226);
  margin-right: 10px;
}
#footer-section .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding: 5px 0;
  font-size: 13px;
  color: #777;
}

/*# sourceMappingURL=blog.css.map */
