@font-face {
  font-family: "MyWebFont100";
  src: url("../assets/fonts/b100.otf");
}
@font-face {
  font-family: "MyWebFont300";
  src: url("../assets/fonts/b300.otf");
}
@font-face {
  font-family: "MyWebFont500";
  src: url("../assets/fonts/b500.otf");
}
@font-face {
  font-family: "MyWebFont700";
  src: url("../assets/fonts/b700.otf");
}
@font-face {
  font-family: "MyWebFont900";
  src: url("../assets/fonts/b900.otf");
}
body {
  font-family: "MyWebFont500";
}
h1 {
  color: hsl(176deg 100% 33%) !important;
}

h1,
h2,
h3 {
  font-family: "MyWebFont900";
  font-weight: bold;
}
h4,
h5,
h6 {
  font-family: "MyWebFont500";
}
p {
  font-family: "MyWebFont300";
}
a.sercices {
  outline: none;
  text-decoration: none;
}

.parent_social {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 3em 0px 0px 0px;
}

.parent_social a i {
  font-size: 3em;
}

#mainNav {
  box-shadow: none;
  background-color: hsl(34deg 100% 76% / 92%);
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: black;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999999999999;
}
.loading img {
  width: 100%;
}
#mainNav .navbar-nav .nav-item .nav-link,
#mainNav .navbar-brand {
  color: #fff;
}
.scroller {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgb(40, 156, 228);
  height: 5px;
  z-index: 99999;
}

.carousel.slide {
  width: 75%;
  margin-top: 0em;
}
.page-section {
  padding: 8rem 0;
}
#services {
  padding: 7rem 0 0 0;
}

a.navbar-brand.logo img {
  width: 4rem;
}
a {
  color: hsl(176deg 100% 33%);
  text-decoration: underline;
}
#portfolio .row.g-0 {
  width: 100%;
  margin: 0 auto;
  padding: 0 10em;
}
#portfolio .my-2 {
  padding: 0 0.6em;
}
#portfolio a,
#portfolio a img {
  width: 100%;
}

h2 {
  color: hsl(34deg 100% 76%);
  font-size: 3em;
}
footer {
  font-size: 1.4em;
}
@media (min-width: 1200px) {
  .col-lg-8.mb-4.align-self-baseline {
    margin-top: 1rem !important;
    margin-bottom: 3rem !important;
  }
  .home#services {
    padding: 15rem 0 0 0;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  #services {
    padding: 15rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .slideshow li div h3 {
    font-size: 60px;
  }
  .page-section {
    padding: 5rem 0;
  }
  #services {
    padding: 15rem 0 0 0;
  }
  #services {
    padding: 10rem 0 0 0;
  }
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 1.1rem;
}
@media (min-width: 991px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
  }
  #mainNav.navbar-shrink {
    background-color: #ffffffd4;
  }
}
@media (max-width: 990px) {
  #services {
    padding: 6rem 0 0 0;
  }
  #mainNav {
    box-shadow: none;
    /* background-color: rgb(0 0 0 / 70%); */
  }
}

@media (max-width: 768px) {
  .carousel.slide {
    width: 75%;
    margin-top: 2em;
}
  #portfolio .row.g-0 {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
  }
  .parent_social a i {
    font-size: 2.5em;
  }
  .slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 25%;
  }

  #services a i,
  .sercices a i {
    color: hsl(176deg 100% 33%) !important;
    font-size: 4em !important;
  }
  h2 {
    color: hsl(34deg 100% 76%);
    font-size: 4em !important;
  }
}

@media (max-width: 667px) {
  #portfolio .row.g-0 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 4em;
  }
  .parent_social a i {
    font-size: 2em;
  }
  .slideshow li div h3 {
    font-family: "helvetica neue", helvetica;
    text-transform: uppercase;
    font-size: 38px;
    padding: 0;
    line-height: 59px;
    color: rgba(255, 255, 255, 0.8);
  }
  [class^="bi-"]::before,
  [class*=" bi-"]::before {
    font-size: 1.4em;
    margin-bottom: 0.3em;
  }
  .parent_social i [class^="bi-"]::before,
  [class*=" bi-"]::before {
    font-size: 1.4em;
  }
  .portfolio {
    padding: 0 2em;
  }

  .carousel.slide {
    width: 100%;
    margin-top: 3em;
  }
  #portfolio {
    padding: 0 1em;
  }
  .masthead {
    padding-top: 3em;
  }
  #portfolio .my-2 {
    width: 100%;
    margin: 0 auto;
    padding: 0em !important;
  }
  #services a i,
  .sercices a i {
    color: hsl(176deg 100% 33%) !important;
    font-size: 2em !important;
  }
  h2 {
    color: hsl(34deg 100% 76%);
    font-size: 2.5em !important;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0rem;
}
.carousel.slide {
  width: 75%;
  margin-top: 1em;
}
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: none !important;
}
@media (max-width: 375px) {
  .carousel.slide {
    width: 100%;
    margin-top: 1em ;
    margin-bottom: -3em;
}
  #portfolio .row.g-0 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 1em;
  }
  header.masthead {
    padding-top: 8rem;
  }

  #portfolio .my-2 {
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
  }
  h2 {
    color: hsl(34deg 100% 76%);
    font-size: 2em !important;
}
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: #fff;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.0599999rem #fff;
}

.parent_social a:hover {
  transition: 0.5s;
  margin-top: -2em;
}

ul.navbar-nav li a:hover {
  transition: 0.3s;
  margin-top: -0.3em;
  color: hsl(176deg 100% 33%) !important;
}

#services a:hover {
  transition: 0.7s;
  margin-top: -1em;
  color: hsl(176deg 100% 33%) !important;
  display: inline-block;
}

#services a:hover h3 {
  text-decoration: underline;
}

/* Change scroll chrom style */
#page-top::-webkit-scrollbar {
  height: 12px;
  width: 9px;
  background: rgb(220, 215, 215);
}

#page-top::-webkit-scrollbar-thumb {
  background: hsl(176deg 100% 33%);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#page-top::-webkit-scrollbar-corner {
  background: #000;
}

#services a i,
.sercices a i {
  color: hsl(176deg 100% 33%) !important;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption,
#portfolio .container-sm .portfolio-box .portfolio-box-caption,
#portfolio .container-md .portfolio-box .portfolio-box-caption,
#portfolio .container-lg .portfolio-box .portfolio-box-caption,
#portfolio .container-xl .portfolio-box .portfolio-box-caption,
#portfolio .container-xxl .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(0, 168, 157, 0.564);
  transition: opacity 0.25s ease;
  text-align: center;
}

.carousel-indicators .active {
  background-color: hsl(176deg 100% 33%) !important;
}

.carousel-indicators [data-bs-target] {
  background-color: hsl(34deg 100% 76%);
}
h2 {
  color: hsl(34deg 100% 76%);
}

@media print {
  img {
    /* Hide the whole page */
    display: none !important;
  }
}

@media print {
  nav,
  div > div:not(.to-print),
  div + div:not(.to-print) {
    display: none;
  }
}

.parent_social a:hover {
  transition: 0.5s;
  margin-top: -2em;
  color: hsl(34deg 100% 76%);
  text-shadow: 1px -2px 5px black;
}

ul.navbar-nav li a:hover {
  transition: 0.3s;
  margin-top: -0.3em;
  color: hsl(176deg 100% 33%) !important;
}

#services a:hover {
  transition: 0.3s;
  margin-top: -1em;
  color: hsl(176deg 100% 33%) !important;
  display: inline-block;
}
#services a:hover i {
  transition: 0.5s;
  margin-top: -2em;
  color: hsl(34deg 100% 76%) !important;
  text-shadow: 1px -2px 5px black;
  font-size: 3em !important;
}

#services a:hover h3 {
  text-decoration: underline;
}
