/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
  --c3: #b0cadc;
  --c2: #1f3351;
  --c4: #00f83e;
  --neon: #37fd12;
  --c1x: #f50160;
  --c1: #0063b2;
  --colorx: #404756;
  --eyellow: #ffca6c;
  --yellow: #ffde9b;
  --eseagreen: #24bbb1;
  --epink: #ef5098;
  --eblue: #17a8e0;
  --blue: #4f91ff;
  --brightblue: #00d3ff;
  --green: #49e4a3;
  --egreen: #5cc97b;
  --ebluegreen: #0779a1;
  --the-blue: #003ecb;
  --the-black: #0d1e29;
  --the-blackx: #026670;
  --white-shade1: #f8f9fa;
}

.h100 {
  height: 100%;
}
.bold {
  font-weight: bolder;
}
.img-128 {
  width: 128px;
}

.tag {
  background-color: #fff;
  padding: 5px;
  font-weight: bold;
  display: inline-block;
}

.bg-theblue {
  background-color: var(--the-blue) !important;
  color: #fff;
}

.bg-thegreen {
  /* background-color: var(--the-blue) !important; */
  background-color: var(--egreen) !important;
  color: #000;
}

.bg-skyblue {
  background-image: linear-gradient(42deg, #00caf1, #00a0e2 88%, #009ae0);
  color: #fff;
}

.bg-theblack {
  background-color: var(--the-black) !important;
  color: #fff;
}

.dark h2,
.bg-theblue h2,
.bg-theblack h2,
.bg-theblack h1 {
  color: #fff;
}

.bg-theblue a {
  color: rgba(255, 255, 255, 0.9);
}
.bg-theblue .nav-link.active,
.bg-theblue h1 {
  color: #fff;
}
.bg-theblue p {
  color: rgba(255, 255, 255, 0.9);
}

.bg-brightblue {
  background-color: var(--brightblue);
}

.ops09 {
  opacity: 0.9;
}

.bg-yellow {
  background-color: var(--yellow);
}
.text-yellow {
  color: var(--eyellow);
}

.bg-seagreen {
  background-color: var(--eseagreen);
}

.bg-pink {
  background-color: var(--epink);
}
.bg-light-pink {
  color: #ffd4e8;
}
.bg-pink h2 {
  color: #ffd4e8;
}

.text-green {
  color: #83ff36 !important;
}

.text-purpule {
  color: #de54e0 !important;
}

.bg-pink P,
.bg-pink li {
  color: #fff;
}

.bg-blue {
  background-color: var(--blue) !important;
  color: #fff;
}

.bg-green {
  background-color: var(--green);
  color: #f0fff9;
}

.bg-bluegreen {
  background-color: var(--ebluegreen);
}

.keyword {
  border-radius: 12px;
  padding: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.inline-block {
  display: inline-block;
}

.tagword {
  background-color: var(--white-shade1);
  color: #000;
  display: inline-block;
  font-weight: bold;
  line-height: 24px;
  border-radius: 5px;
  padding: 0.6rem;
  margin: 0.2rem 0.2rem 0.4rem 0.2rem;
  vertical-align: middle;
  align-items: center;
  min-width: 150px;
}
.tagword > img {
  vertical-align: middle;
  position: relative;
}

.tagword > img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    255,
    0,
    0,
    0.5
  ); /* Adjust the color and opacity as needed */
  z-index: 1;
  pointer-events: none;
}

ol.steps li {
  background-color: #ffd4e8;
  color: var(--c1x);
  /* box-shadow: 2px 2px 1px #e11c75; */

  box-shadow: rgba(225, 28, 117, 0.16) 0px 1px 4px;

  border-radius: 15px;
  text-align: center;
  margin: 1rem;
  padding: 1rem;
}

ol.checklist li {
  margin-top: 0.5rem;
}

.bg-rounded,
.rounded {
  border-radius: 18px;
}

html,
body {
  height: 100%;
  margin: 0;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  /* font-family: 'Inter'; */
  font-weight: 100;
  color: #202226;
}

.navbar {
  background-color: #fff;
}

/*
    color: #202226;
    background-color: #f4f6f8;
    BORDER: #2278fd;
}

  */

.main-image {
  background-color: #f4f6f8;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-white1 {
  background-color: #f4f6f8;
}

.bg-white2 {
  background-color: #fbfdff;
}

.blur {
  opacity: 0.5;
}

.desu {
  filter: brightness(0) invert(1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}

.card-title,
h6 {
  font-size: 2rem;
}
h5,
.big-p {
  font-size: 2.5rem;
}
h4 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.7rem;
}
h2 {
  font-size: 2rem;
  color: #000;
}

h1 {
  font-size: 2.5rem;
  color: #202226;
}

.nav-link {
  color: #000;
}

.icon-title {
  display: block;
  padding-top: 2rem;
}

.card-boxer {
  width: 100%;
  height: 100%;
}
.wrapper-gapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.wrapper-japper {
  padding: 4rem;
}

.wrapper-japper-2 {
  padding: 2rem;
}

.wrapper-japper-1 {
  padding: 1rem;
}
.white-icon {
  /*filter: invert(8%) sepia(100%) saturate(6481%) hue-rotate(246deg)
    brightness(102%) contrast(143%);*/
  filter: invert(100%);
  fill: white; /* Set the fill color to white */
  padding-bottom: 1rem;
}

.ccenter {
  text-align: center;
  vertical-align: middle;
}
.ccenter p {
  vertical-align: middle;
}
h1.hero {
  font-size: 2.5rem;
}

.navbar-logo {
  height: 35px;
}

.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.text-bg {
  background-color: rgba(240, 248, 255, 0.5);

  box-shadow: 0 2px 3px -2px #fff;
  border-radius: 5px;
}

.page-container {
  min-height: 100vh;
}

.page-container90 {
  min-height: 90vh;
}

.text-bg2 {
  background-color: rgba(0, 0, 0, 0.8);

  box-shadow: 0 2px 3px -2px #fff;
  color: var(--c3);
  border-radius: 5px;
}

.hero-text {
  font-size: 1.4rem;
}

.bdr {
  border: 1px solid #000;
}

.bdrr {
  border: 1px solid #f00;
}

.bdrg {
  border: 1px solid #0f0;
}

.bdrb {
  border: 1px solid #00f;
}

.heading {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.vcenter-childs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-bg-green {
  background-color: #25e102;
}
.mazhar {
  background-image: url(images/gdg.jpg);
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.shadow1 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.icon {
  width: 64px;
}

.text-justify {
  text-align: justify !important;
}

.mission {
  content: url("images/mission-md.png");
}

@media (min-width: 821px) {
  .about-us {
    content: url("images/about-us.png");
  }

  .mentor-help {
    background-image: url("images/mentor-help.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .astro {
    content: url("images/astro.png");
  }

  .try-footer {
    background-image: url(images/footer-1200.png);
  }

  .footer-section {
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
}

.try-footer {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

@media (max-width: 820px) {
  .try-footer {
    background-image: url(images/footer-md.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }

  .about-us {
    content: url("images/about-us-md.png");
  }

  .mentorXXX {
    content: url("images/mentor-iso-md.png");
  }

  .footer-section {
    background-image: url(images/footer-md.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
  }

  .astro {
    content: url("images/astro-opsrace-md.png");
  }
}

@media (max-width: 450px) {
  .big-p {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .pt-2-sm {
    padding-top: 2rem !important;
  }

  .mt-1-sm {
    margin-top: 1rem !important;
  }
  .mt-2-sm {
    margin-top: 2rem !important;
  }
  .mt-3-sm {
    margin-top: 2.5rem !important;
  }
  .mt-4-sm {
    margin-top: 3rem !important;
  }
  .mt-5-sm {
    margin-top: 3.5rem !important;
  }

  .mb-5-sm {
    margin-bottom: 6rem;
  }

  .mb-2-sm {
    margin-bottom: 2rem;
  }

  .ptb-2-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pt-3-sm {
    padding-top: 3rem;
  }
  .icon-title {
    padding-top: 1rem;
  }
  .text-justify-sm {
    text-align: justify;
  }
  .text-center-sm {
    text-align: center;
  }
  .p-2-sm {
    padding: 2rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h5 {
    font-size: 1.5rem;
    line-height: 150%;
  }
}

star {
  outline: 1px solid #f00 !important;
}

ul.footer,
ul.social {
  list-style-type: none;
  padding-left: 0;
}

ul.social a {
  color: #000;
}

ul.footer a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.text-black {
  color: var(--the-black);
}

.text-accent {
  /* color: var(--eblue) !important; */
  color: #00d3ff !important;
}

.lazy-load {
  opacity: 0.01;
}
.box2by2 {
  width: 10rem;
  height: auto;
}
/* Sprite sheet */

.sprite {
  display: inline-block;
  overflow-y: hidden;
  width: 100%;
}

.bg-opsrace_white {
  width: 346px;
  height: 269px;
  background: url("images/css_sprites.png") -380px -10px;
}

.bg-partner_individuals {
  width: 128px;
  height: 128px;
  background: url("images/css_sprites.png") -746px -10px;
}

.bg-partner_softwarehouse {
  width: 128px;
  height: 128px;
  background: url("images/css_sprites.png") -746px -158px;
}

.bg-partner_univeristy {
  width: 128px;
  height: 128px;
  background: url("images/css_sprites.png") -746px -306px;
}

.bg-check {
  width: 24px;
  height: 24px;
  background: url("images/css_sprites.png") -830px -570px;
}

.bg-community_material {
  width: 96px;
  height: 96px;
  background: url("images/css_sprites.png") -746px -454px;
}

.bg-community_mentorship {
  width: 96px;
  height: 96px;
  background: url("images/css_sprites.png") -10px -669px;
}

.bg-community_network {
  width: 96px;
  height: 96px;
  background: url("images/css_sprites.png") -126px -669px;
}

.bg-community_supportive {
  width: 96px;
  height: 96px;
  background: url("images/css_sprites.png") -242px -669px;
}

.bg-community_workshops {
  width: 96px;
  height: 96px;
  background: url("images/css_sprites.png") -358px -669px;
}

.bg-contact_opsrace {
  width: 150px;
  height: 41px;

  background: url("images/css_sprites.png") -380px -299px;
}

.bg-contact_us {
  width: 350px;
  height: 350px;
  background: url("images/css_sprites.png") -10px -10px;
}

.bg-icon_automation {
  width: 64px;
  height: 64px;
  background: url("images/css_sprites.png") -746px -570px;
}

.bg-icon_development {
  width: 64px;
  height: 64px;
  background: url("images/css_sprites.png") -474px -669px;
}

.bg-icon_devops {
  width: 64px;
  height: 64px;
  background: url("images/css_sprites.png") -558px -669px;
}

.bg-icon_testing {
  width: 64px;
  height: 64px;
  background: url("images/css_sprites.png") -642px -669px;
}

.bg-mission_database {
  width: 64px;
  height: 64px;
  background: url("images/css_sprites.png") -726px -669px;
}

.bg-mission_devops {
  width: 64px;
  height: 64px;
  background: url("images/css_sprites.png") -810px -669px;
}

.bg-mission_test {
  width: 64px;
  height: 64px;
  background: url("images/css_sprites.png") -10px -785px;
}

.bg-mission_web {
  width: 64px;
  height: 64px;
  background: url("images/css_sprites.png") -94px -785px;
}

.bg-opsrace_black {
  width: 346px;
  height: 269px;
  background: url("images/css_sprites.png") -10px -380px;
}

.bg-opsrace_blue {
  width: 346px;
  height: 269px;
  background: url("images/css_sprites.png") -376px -380px;
}

.bg-theblack,
.nav-link {
  color: #fff !important;
}

.navbar-brand {
  color: var(--brightblue) !important;
}
