/**
* Template Name: Flexor
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/flexor-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #D2D3D6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  color: #ff5821;
  text-decoration: none;
}

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

.dropdown-menu {
  min-width: 0;
  width: 100%;
  border: none;
  background-color: transparent;
}

.dropdown-item {
  cursor: pointer;
  padding: 0;
  background-color: #181C27;
  font-size: 16px;
}

.dropdown-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.unclickable {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bs-stepper-circle {
  background-color: #ff5821 !important;
}

.step.active > button > .bs-stepper-label {
  color: #ff5821;
}

/*-------------------
NANO SUPPORT COLOR
---------------------*/
.color-ns {
  color: #ff5821 !important;
}

.color-white {
  color: white;
}

.bg-ns {
  background-color: #ff5821 !important;
}

.button-ns {
  font-size: 18;
  font-weight: 600;
  background-color: #ff5821;
  padding: 10px 15px;
  font-family: "Raleway", sans-serif;
  border: none;
  color: white;
  transition: 0.3s;
}

.button-ns:hover {
  background-color: white;
  color: #ff5821;
}

.button-ns-select {
  font-size: 24px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  padding: 10px 15px;
  color: white;
  background-color: transparent;
  border: 2px solid #ff5821;
  margin: 15px;
  min-width: 150px;
  width: 100%;
  transition: 0.3s;
}

.button-ns-select:hover,
.button-ns-select.active {
  background-color: #ff5821;
}

.background {
  width: 100%;
  height: 110%;
  background-color: #100E1D;
  position: fixed;
  clip: rect(auto, auto, auto, auto);
  z-index: -3;
}

.following {
  top: -75px;
  left: -75px;
}

.background-balls {
  z-index: -2;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.ball-row {
  height: 500px;
}

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

@media screen and (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important;
  }
}

@keyframes scroll-background {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 250px 250px;
  }
}

.background-blur {
  height: 110%;
  width: 100%;
  z-index: -1;
  backdrop-filter: blur(250px);
  position: fixed;
  background-image: url("../img/grid.png");
  background-size: 250px;
  background-repeat: repeat;
  animation: scroll-background 20s linear infinite;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff5821;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

span.locale-control {
  cursor: pointer;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff774a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 10;
  background: #181C27;
  height: 60px;
}

#header.header-fixed {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0 0 0 10px;
  text-decoration: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

#header .bg {
  background-color: #181C27;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.scrolled-offset {
  margin-top: 60px;
}

.navbar-toggler {
  border: 2px solid white;
  box-shadow: none;
  transition: 0.3s;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  box-shadow: none;
  border: 2px solid #ff5821;
}

.navbar-toggler:hover > i,
.navbar-toggler:focus > i {
  color: #ff5821;
}

.navbar-toggler i {
  font-size: 28px;
  color: white;
  transition: 0.3s;
  pointer-events: none;
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a,
.nav-item > .nav-link.active {
  color: #ff5821;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #ff5821;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ff6b3b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ff5821;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.dropdown-toggle {
  background-color: transparent;
  color: white;
  border: none;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #473d3a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 37, 35, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #473d3a;
}

.navbar-mobile span,
.navbar-mobile span:focus {
  padding: 10px 0;
  font-size: 15px;;
}

.navbar-mobile span:first-child,
.navbar-mobile span:first-child:focus {
  padding: 10px 0px 10px 20px;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ff5821;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ff5821;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 70px);
  position: relative;
  padding: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h3 {
  color: #fff;
}

#hero .flavor-text {
  color: #fff;
}

#hero .get-started-icon {
  font-size: 24px;
  background: #ff5821;
  padding: 14px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 5;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

#hero .btn-get-started {
  margin-right: 20px;
}

#hero .no-background {
  background: transparent;
}

#hero .no-background:hover {
  background: transparent;
}

#hero img {
  max-height: 90vh;
  width: 120%;
  filter: grayscale(100%) brightness(120%);
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  background: radial-gradient(transparent 0, #100E1D 60%, #100E1D 100%);
  background-size: cover;
}

.section-bg {
  background: #171B26;
}

.section-bg .section-title h2::before {
  background-color: white;
}

.section-bg .section-title h2::after {
  background-color: white;
}
 
.section-title h2 {
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: white;
  margin-top: 50px;
  text-align: center;
  position: relative; /* Ensure relative positioning for child elements */
  overflow: hidden;   /* Hide any overflow */
}

.section-title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: #ff5821;
  transform: translate(-115px, 30px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: #ff5821;
  transform: translate(15px, 30px);
}

.section-title p {
  margin-top: 20px;
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Approach
--------------------------------------------------------------*/

#approach .step-label {
  text-transform: uppercase;
  color: #A0A4AD;
}

#approach .step-number label {
  font-size: 32px;
  color: white;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#approach .step-circle {
  width: 70px;
}

#approach h4 {
  color: white;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 35px;
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

#services .box i {
  font-size: 32px;
  background-color: white;
  color: #ff5821;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  margin-bottom: 12px;
  border-radius: 25px;
}

#services .box h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

#services .box p {
  text-align: justify;
}

#services svg {
  border-radius: 20px;
  width: 80%;
}

#services img {
  object-fit: contain;
  max-height: 115%;
  filter: grayscale(100%) brightness(120%);
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

#why-us .negative-margin {
  margin-bottom: -80px;
}

#why-us .box {
  transition: 0.3s;
  background-color: #282E40;
  border-radius: 16px !important;
  min-height: 250px;
}

#why-us .box:hover {
  transform: translateY(-10px);
}

#why-us .box i {
  font-size: 32px;
  color: #ff5821;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  border-radius: 25px;
}

#why-us .box h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

#why-us .box p {
  text-align: center;
}

.why-us .content {
  padding: 30px;
  background: #ff5821;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #ff5821;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #ff5821;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #716f6f;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5821;
}

#jobs .job-entry {
  background-color: #2A2F40;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact .box-link {
  display: block;
}

#contact .box {
  min-height: 250px;
  background-color: #2A2F40;
  transition: 0.3s;
}

#contact .box:hover {
  transform: translateY(-10px);
}

#contact .box i {
  font-size: 32px;
  color: white;
  background-color: #ff5821;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 15px;
  line-height: 60px;
}
#contact .box i.green {
  background-color: #368B44;
}
#contact .box i.gray {
  background-color: #707076;
}

#contact .box label {
  margin-bottom: 5px;
  color: #C6C6C7;
}

#contact .box a, #contact .box span {
  font-size: 18px;
  color: white;
}

#contact button {
  font-size: 24px;
  color: white;
  background-color: #ff5821;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #ff5821;
  font-weight: 700;
}

.font-weight-bold {
  font-weight: 700;
}

#testimonials .testimonial-tags > span {
  background-color: #ff5821;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #171B26;
  color: white;
  min-height: 300px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer img {
  width: 50px;
}

#footer h4 {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

#footer h3 {
  font-size: 36px;
}

#footer span {
  margin-top: 5px;
  margin-bottom: 5px;
  color: white;
}

#services .title {
  text-align: center;
}

#jobs a {
  color: white;
  cursor: pointer;
}

.testimonial-pic {
  border-radius: 5%;
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  border: 5px solid #171B26;
}

.testimonial-pic > img {
  display: inline;
  margin: 0 auto;
  width: 100%;
}

.testimonial-info {
  border-right: 2px solid #ff5821;
}

@media screen and (max-width: 992px) {
  .testimonial-info {
    max-width: 90vw;   /* Fix bottom line overflow */
    border-bottom: 2px solid #ff5821;
    border-right: 0px;
  }
}

.bold {
  font-weight: 600;
}