@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
  overflow-x: hidden !important;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  background-color: #f8f7fd;
}

:root {
  --primary-col: #ff9900;
  --dark-col: #181818;
}

li,
ul {
  list-style: none;
}

a:active,
a:focus,
a:hover,
button:active {
  text-decoration: none;
  outline: 0;
  color: var(--thm-color);
}

a {
  color: var(--black-col);
}

a:hover {
  transition: all 0.5s;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

h2 {
  font-size: 31px;
  font-weight: 600;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

h3 {
  font-size: 1.67rem;
}

h4 {
  font-size: 1.5rem;
}

p {
  font-size: 14px !important;
}

section {
  padding: 50px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btns {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}


.btn {
  border-radius: 4px;
  border: none;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 20px;
  font-family: "poppins", sans-serif;
}

.text-primary {
  color: var(--primary-col) !important;
}

.bg-primary {
  background-color: var(--primary-col) !important;
}

.btn-primary {
  background-color: var(--primary-col);
  color: white;
}

.btn-secondary {
  background-color: var(--dark-col);
  color: white;
}

.btn-primary-outline {
  background-color: transparent;
  color: black;
  border: 1px solid var(--primary-col) !important;
}

.btn-blue {
  background-color: #007bff !important;
  color: white !important;
}

.btn-light:hover {
  color: white;
}

.navbar .btn-primary {
  border-radius: 50px;
  box-shadow: 0px 0px 17px 1px #ff9900;
}

.error {
  color: red;
}

section {
  padding: 50px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

.active::after {
  background: none repeat scroll 0 0 transparent;
  display: block;
  height: 2px;
  margin-top: 10px;
  background: blue;
  width: 100% !important;
}

.navbar {
  background-color: transparent;
  width: 100% !important;
  
  .dropdown-item {
    &:hover {
      background-color: rgb(235, 235, 235) !important
    }
  }

  .offcanvas {
    background-color: var(--primary-col);
    .offcanvas-body {
      li {
        margin-bottom: 20px;
      }
      a {
        font-size: 16px !important;
        color: white;
      }

      .accordion-item {
        background-color: transparent;
        border: none;
      }
      .accordion-button {
        background-color: transparent;
        box-shadow: none;
        color: white;
        padding: 0px;
      }
      .accordion-body {
        background-color: white;
      }
    }
  }
}

.navbar-brand > img {
  /* width: 250px !important; */
}

.hero-section {
  padding-top: 130px !important;
  background: url(/assets//images/banner.png);
}

.home-hero {
  border-top: 4px solid #ff9900;
}


.hero-form {
  /* background-color: white; */
  position: relative;
  &::before {
    content: "";
    position: absolute;
    background: #ff9900;
    border-radius: 0px 20px;
    width: 100%;
    height: 105%;
    left: -1rem;
    top: -1.3rem;
    z-index: 1;
  }
  .form-inner {
    position: relative;
    background: #ffffff;
    border-radius: 0px 20px !important;
    padding: 30px 15px;
    z-index: 1;
    .form-main {
      flex-direction: column;
    }
    input,
    textarea {
      background: #faf1f1;
      border-radius: 0px;
      font-family: sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      color: #8c8a8b;
      padding: 12px 15px;
      margin: 9px 0;
      border: none;
    }
  }
}


.brandSwiper {
  img {
    max-width: 120px;
    object-position: center;
    height: 50px;
    object-fit: contain;
  }
}

.navbar .btn {
  min-width: fit-content !important;
}

@keyframes navChange {
  from {
    background-color: transparent;
  }

  to {
    background-color: rgba(40, 40, 40, 0.9);
  }
}

.nav-item {
  color: var(--secondary-col-rgba) !important;
  min-width: fit-content;
  font-weight: 600;
}

.active {
  font-weight: bold;
  color: white !important;
}



.navbar-toggler {
  background-color: black !important;
  
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  color: white !important;
  
}

.navbar-bg-dark {
  background-color: rgb(78, 78, 78) !important;
}

.net-box {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 30px 12px;
  padding: 27px 17px;
  height: 100%;
  p {
    font-size: 14px !important;
  }
}

.net-box-1 {
  background-color: #edddb3;
}

.net-box-2 {
  background-color: #f5d9df;
}

.net-box-3 {
  background-color: #dfd9f5;
}

.net-box-4 {
  background-color: #d9e9f5;
}

.net-box-5 {
  background-color: #dbdcda;
}

.net-box-6 {
  background-color: #e0eae1;
}

.net-box-7 {
  background-color: #e7caf0;
}

.net-box-8 {
  background-color: #f5e8d9;
}

.net-box-9 {
  background-color: #dff0ff;
}

.grow-section {
  background: url(/assets/images/cta_img.png) no-repeat center;
  background-size: cover;
}

.steps {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 15px;
  position: relative;

  &::before {
    content: "";
    width: 94%;
    height: 1%;
    background: #ff9900;
    position: absolute;
    top: 4rem;

    left: 2rem;
  }
  .step-box {
    text-align: center;
    position: relative;
    z-index: 2;
  }
}

.portfolio-section {
  .nav-pills .nav-link {
    border-radius: 15px;
    background: #e4e4e4 !important;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
  }
  .nav-pills .nav-link.active {
    background: var(--primary-col) !important;
  }
}

.feature-main-box {
  background: linear-gradient(
    333.76deg,
    #181717 1.59%,
    #222222 56.33%,
    #111111 95.84%
  );
  padding: 70px 0px;
  border-radius: 20px;
}

.feature-box {
  background: #eaeaea;
  border-radius: 60px 60px 16px 16px;
  padding: 30px 32px;
  margin: 15px 15px;
  height: 100%;
}

.test-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 45px 40px;
}

.contact-section {
  background: url(/assets/images/c_sec.png) no-repeat;
  background-size: cover;
}

.form-main {
  display: flex;
}

.contact-section {
  .form-main {
    gap: 10px;
  }

  .form-control,
  .form-select {
    box-shadow: none !important;
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 7px 30px;
    padding-left: 10px;
    margin: 10px 0px;
    &::placeholder {
      color: white;
    }
  }
  .btn-primary {
    font-size: 20px !important;
    width: 100%;
    border-radius: 50px;
    background-color: white;
    color: black;
  }

  .select-group {
    display: inline-block !important;
  }

  .form-group {
    width: 50%;
  }
  .message-group {
    width: 100% !important;
  }
}


.generic-modal button.is-close-btn {
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  width: 50px;
  height: 50px;
  line-height: 16px;
  border-radius: 100%;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  padding: 5px;
  font-size: 18px !important;
  background-color: transparent !important;
  color: #000 !important;
  font-weight: bold;
}

.generic-modal {
  background-image: url(/assets/images/yellow_bg.png) !important;
    background-size: cover;
    padding: 3rem 30px;
    border: 2px solid black !important;
    border-radius: 35px !important;
    padding-bottom: 1rem;

  .form-control {
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px;
    border: solid 1px #a6a6a6;
  }

  label {
    margin-bottom: 10px;

    a {
      color: var(--dark-blue) !important;
    }
  }
}

.generic-modal .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px !important;
  align-items: center;
  width: 100% !important;
}

.generic-modal {
  .select-group {
    display: inline-block !important;
  }
  .form-main {
    gap: 20px;
  }
}

.generic-modal .form-wrapper input,
.generic-modal .form-wrapper textarea,
.generic-modal .form-wrapper select {
  box-sizing: border-box;
    border-bottom: 1px solid #FFFFFF;
    background: transparent;
    border: none;
    border-bottom: 1px solid #141313;
    border-radius: 0;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px !important;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 7px 30px;
    padding-left: 15px;
    box-shadow: none !important;
    margin: 10px 0px;
}

.generic-modal input::placeholder,
.generic-modal textarea::placeholder {
  color: black;
}

.generic-modal p {
  font-size: 14px;
}

.generic-modal .btns {
  justify-content: center !important;
}

.generic-modal .btn-primary,
.generic-modal .btn {
  background: #000000;
    color: #fff;  
    width: 100%;
    border-radius: 50px;
}

#dialog-content {
  display: none;
}
