/* Navbar */

.navbar-toggler {
  border: unset;
}

.navbar-toggler:focus {
  box-shadow: unset !important;
}

#indoorlighting a.active, #outdoorlighting a.active {
  border-bottom: 2px solid var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link.active {
  /*border-bottom: 2px solid var(--bs-primary) !important;*/
  box-shadow: 0px 5px 0px -1px var(--bs-primary);
  display: inline-block;
}

@media (min-width: 992px) {
  .nav-item {
    margin-right: 15px;
  }
}

.nav-link {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-transform: capitalize;
}

.navbar-nav .nav-link {
  color: var(--bs-secondary) !important;
  padding-bottom: 4px;
}

/* Home */

@media (min-width: 768px) {
  .header {
    min-height: calc(100vh - 66px);
    margin-top: 66px;
    /*min-height: 100vh;*/
  }
}

@media (max-width: 768px) {
  .header {
    margin-top: 66px !important;
  }
}

@media (max-width: 767px) {
  .header {
    margin-top: 59px !important;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 75%;
  }
}

.home h1 {
  font-family: var(--primary-font);
  font-size: 60px;
  background: linear-gradient(89.75deg, #A6F0CF 2.96%, #49C28C 50%, rgba(73,194,140,0.5) 77.86%, #A6F0CF 88.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .home h1 {
    font-size: 40px !important;
    background: linear-gradient(89.75deg, #49C28C 2.96%, #49C28C 25.04%, #49C28C 77.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}

/* Union */

.curve {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 215% 100% !important;
  background-position: center !important;
  background: radial-gradient(ellipse at 50% 33%, transparent 60%, white 60.1%);
}

.curve {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 215% 103% !important;
  background-position: center !important;
  background: radial-gradient(ellipse at 50% 33%, transparent 60%, white 60.2%);
}

@media (max-width: 575px) {
  .curve {
    background-size: 300% 110% !important;
  }
}

1 {
  font-family: var(--secondary-font);
  font-size: 19px;
}

.solutions h2 {
  font-size: 23px;
  font-family: var(--secondary-font);
  font-weight: 400;
}

@media (max-width: 767px) {
  .solutions h2 {
    font-size: 15px !important;
  }
}

@media (min-width: 992px) {
  .solutions h4 br {
    display: none;
  }
}

.solutions h4 {
  font-family: var(--primary-font);
  font-size: 45px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .solutions h4 {
    font-family: var(--primary-font);
    font-size: 25px;
    font-weight: 700;
  }
}

.solutions h3, .contact h2 {
  font-size: 20px;
  font-family: var(--secondary-font);
}

.solutions p {
  font-size: 13px;
  font-family: var(--secondary-font);
}

.bordered h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--primary-font);
}

.bordered p {
  font-size: 17px;
  font-family: var(--secondary-font);
}

/* too big too small */

@media (min-width: 991px) {
  .tbs h2 br {
    /*display: none;*/
  }
}

@media (min-width: 768px) {
  .tbs h2 br {
    display: none;
  }
}

.tbs h2 {
  font-size: 80px;
  font-family: var(--primary-font);
  text-transform: capitalize;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%,-50%);*/
  max-width: 875px;
}

.tbs h2 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .tbs h2 {
    font-size: 40px;
    /*max-width: 200px !important;*/
  }
}

/* Button */

.ourproject {
  font-size: 13px !important;
  border-radius: 50px !important;
  background-color: var(--bs-primary) !important;
  border: none;
}

.btn.greenbutton {
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
  background-color: var(--bs-primary);
  text-transform: uppercase;
  font-size: 20px;
  border: none;
  padding: 10px;
}

.btn.greybutton {
  border-radius: 5px;
  box-shadow: inset 0px 0px 12px #EBEBEB;
  background-color: var(--grey-btn);
  color: var(--bs-primary);
  border: 2px solid #FFFFFF;
  text-transform: uppercase;
  font-size: 20px;
  /*border: none;*/
  padding: 10px;
}

@media (max-width: 767px) {
  .btn.greenbutton, .btn.greybutton {
    font-size: 15px !important;
  }
}

/* Solutions */

.col-wrapper {
  margin-bottom: 1.5rem;
  /*width: 235px;*/
  /*height: 265px;*/
}

.solutions .wrapper-div {
  border-radius: 10px;
  padding: 10px;
  width: 260px;
  height: 290px;
  margin-left: auto;
  margin-right: auto;
  /*width: 100%;*/
  /*height: 100%;*/
  text-align: center;
  box-shadow: 3px 6px 21px 3px rgba(0, 0, 0, 0.04),inset 0px 4px 4px rgba(0, 0, 0, 0.07);
}

/* contact */

.contact input, .contact textarea {
  border: none;
  border-bottom: 2px solid black !important;
  border-radius: 0px;
  background-color: unset;
  resize: none !important;
  padding-left: 0;
  padding-bottom: 0;
  box-shadow: none !important;
  outline: unset !important;
}

@media (max-width: 991px) {
  .contact textarea {
    height: 100px;
  }
}

@media (max-width: 991px) {
  .contact h2 {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .contact-info {
    font-size: 9px !important;
  }
}

.contact-info {
  font-size: 17px;
}

.contact-info a {
  color: inherit;
  text-decoration: none;
}

input::placeholder, textarea::placeholder {
  color: var(--bs-secondary) !important;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  input::placeholder, textarea::placeholder {
    /*font-size: 12px !important;*/
  }
}

.submit-contact {
  height: 60px;
  width: 60px;
  background-color: var(--third-bckg) !important;
  border-radius: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: none;
}

.bt .submit-contact {
  position: absolute;
  bottom: -17%;
  right: 0;
}

@media (max-width: 991px) {
  .bt .submit-contact {
    bottom: -25% !important;
  }
}

/* About */

.about h1 {
  font-family: var(--primary-font);
  font-size: 70px;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 991px) {
  .about h1 {
    font-size: 40px !important;
  }
}

.about h2 {
  color: var(--bs-secondary);
  font-family: var(--primary-font);
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .about h2 br {
    display: none;
  }
}

@media (max-width: 991px) {
  .about h2 {
    font-size: 30px !important;
  }
}

.green-oval {
  background-color: var(--green-bckg);
  height: 450px;
  width: 300px;
  border-radius: 170px;
}

@media (max-width: 991px) {
  .green-oval {
    height: 250px !important;
    width: 150px !important;
  }
}

@media (max-width: 991px) {
  .green-oval img {
    position: absolute;
    left: -30px !important;
    bottom: -17px !important;
  }
}

.green-oval img {
  position: absolute;
  left: -45px;
  bottom: -35px;
}

.provide .wrapper {
  border: 3px var(--border-blue) solid;
  height: 260px;
  width: 235px;
  border-radius: 25px;
  box-shadow: 3px 6px 21px 3px rgba(0, 0, 0, 0.04);
}

.img-container {
  height: 40%;
}

.content-container {
  height: 60%;
}

.provide .line {
  height: 3px;
  width: 30px;
  background-color: var(--border-blue);
}

@media (max-width: 767px) {
  .provide .line {
    height: 30px !important;
    width: 3px;
  }
}

/* Why choose us */

.why-wrapper {
  min-height: 285px;
  width: 250px;
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  background-color: #ffffff;
}

.why-wrapper h3 {
  color: var(--bs-primary);
  font-size: 25px;
  font-weight: 700;
}

/* Brand */

.brands .wrapper-brand {
  width: 180px;
  height: 85px;
}

@media (max-width: 575px) {
  .brands .wrapper-brand {
    width: 160px !important;
  }
}

.brands img.logo {
  width: 100%;
  height: 100%;
}

/* solar solutions */

.big {
  margin-top: 66px;
  /*background-color: var(--third-light);*/
}

@media (max-width: 767px) {
  .big {
    margin-top: 57px !important;
  }
}

.big h1 {
  font-family: var(--primary-font);
  font-size: 90px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .big h1 {
    font-size: 40px !important;
  }
}

@media (min-width: 767px) {
  .big h1 br {
    display: none;
  }
}

@media (min-width: 768px) {
  .big {
    min-height: 50vh;
  }
}

@media (min-width: 767px) {
  .project h1 br {
    display: initial !important;
  }
}

.lefttriangle h2 {
  font-family: var(--primary-font);
  font-size: 50px;
  font-weight: 600;
  text-align: left;
  color: var(--primary-bckg);
}

@media (max-width: 767px) {
  .lefttriangle h2 {
    font-size: 30px !important;
  }
}

.light-white h3 {
  color: var(--primary-bckg) !important;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 400;
  text-transform: lowercase;
}

@media (max-width: 767px) {
  .light-white h3 {
    font-size: 18px !important;
  }
}

.solar h2 {
  font-family: var(--secondary-font);
  font-size: 55px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .solar h2 {
    font-size: 25px !important;
  }
}

.solar h3 {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.33em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .solar h3 {
    font-size: 15px !important;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
}

/* Green box */

.catalogue.change {
  flex-direction: row-reverse;
}

.catalogue {
  max-width: 450px;
  display: flex;
}

.lefttriangle::before {
  content: "";
  position: absolute;
  z-index: 99;
  top: -49px;
  left: 0;
  width: 0;
  height: 0;
  border: 70px solid transparent;
  border-top: 0;
  border-bottom: 50px solid var(--bs-primary);
  border-left: 20px;
}

@media (max-width: 767px) {
  .catalogue.change {
    /*justify-content: space-between !important;*/
  }
}

@media (max-width: 991px) {
  .catalogue.change {
    flex-direction: row;
  }
}

.rectangle {
  background: var(--light-green);
  border: 1px solid var(--border-green);
  border-radius: 5px;
}

.green-rect {
  height: 175px;
  width: 130px;
  border-radius: 5px;
  background: var(--light-green);
  display: flex;
  justify-content: center;
  border: 1px solid #49C28C;
}

@media (max-width: 991px) {
  .green-rect {
    width: 60px !important;
    height: 80px !important;
  }
}

.vertical-module {
  height: 170%;
  position: absolute;
  top: -40%;
  width: 50%;
}

.catalogue .item {
  width: 30%;
}

.catalogue .content {
  width: 65%;
  padding: 1rem;
}

.line-solar {
  border-top: 1px solid var(--bs-secondary);
}

.z-border {
  height: 100px;
  width: 60px;
  border-bottom: 1px solid var(--bs-secondary);
  border-right: 1px solid var(--bs-secondary);
  position: relative;
}

@media (max-width: 991px) {
  .z-border {
    height: 45px !important;
    width: 80px !important;
    border-bottom: 1px solid var(--bs-secondary);
    border-right: 1px solid var(--bs-secondary);
    position: relative;
  }
}

.z-border::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 0.5px;
  top: 0;
  right: -50px;
  background: var(--bs-secondary);
}

@media (max-width: 991px) {
  .z-border::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    top: 0;
    right: -60px;
    background: var(--bs-secondary);
  }
}

.solar h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-primary);
}

@media (max-width: 991px) {
  .solar h4 {
    font-size: 15px !important;
  }
}

@media (max-width: 991px) {
  .solar h4 br {
    /*display: none;*/
  }
}

.content .parag-style {
  font-size: 17px;
  font-family: var(--secondary-font);
  font-weight: 300;
  line-height: 20px;
}

@media (max-width: 767px) {
  .content .parag-style {
    line-height: 10px !important;
  }
}

@media (max-width: 991px) {
  .content .parag-style {
    font-size: 10px !important;
  }
}

.smart h2 {
  font-family: var(--primary-font);
  font-size: 100px;
  color: var(--primary-bckg);
}

@media (max-width: 767px) {
  .smart h2 {
    font-size: 50px !important;
  }
}

@media (max-width: 991px) {
  .explain {
    margin-left: -10%;
  }
}

/* Landscape */

.rectangle.big-lamp img {
  width: 135%;
  position: absolute;
  bottom: 5%;
  left: -10%;
}

@media (max-width:991px) {
  .rectangle.big-lamp img {
    width: 90% !important;
    left: 55%;
    transform: translateX(-50%) !important;
    height: 165%;
    /*position: initial !important;*/
    /*bottom: 0;*/
    /*left: 9%;*/
  }
}

@media (max-width: 991px) {
  .margin-big-lamp {
    margin-top: calc(97px + 2rem);
  }
}

@media (min-width: 992px) {
  .solar h2 br {
    display: none;
  }
}

.item-landscape {
  width: 180px;
}

.item-landscape .icon {
  width: 25%;
  margin-right: 10px;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

.item-landscape .icon img {
  width: 100%;
}

@media (max-width: 575px) {
  .item-landscape .icon img {
    /*width: 50% !important;*/
  }
}

.item-landscape .content {
  width: 75%;
}

/* Smart */

.smart h2 {
  font-family: var(--primary-font);
  font-size: 100px;
  color: var(--primary-bckg);
  font-weight: 700;
}

@media (min-width: 992px) {
  .smart::before {
    content: "";
    position: absolute;
    z-index: 99;
    bottom: -49px;
    right: 0;
    width: 0;
    height: 0;
    border: 80px solid transparent;
    border-top: 0;
    border-bottom: 50px solid var(--blue-bckg);
    border-right: 20px;
    transform: rotateX(180deg);
  }
}

@media (max-width: 991px) {
  .smart::before {
    content: "";
    position: absolute;
    z-index: 99;
    top: -49px;
    left: 0;
    width: 0;
    height: 0;
    border: 70px solid transparent;
    border-top: 0;
    border-bottom: 50px solid var(--blue-bckg);
    border-left: 20px;
  }
}

/* Sensor */

.white-card {
  background-color: white;
  box-shadow: 0px 4px 42px 0px #00000017;
  border-radius: 5px;
  padding: 1rem;
}

.content img {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .mb-sm {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .sensor-img img {
    position: absolute;
    top: -60px;
  }
}

@media (max-width: 767px) {
  .sensor-img img {
    position: absolute;
    top: -30px !important;
    right: -10px !important;
    height: 120%;
  }
}

@media (max-width: 767px) {
  .white-card {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .all .parag-style {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .all .black-title {
    margin-bottom: 0.4rem !important;
  }
}

.lefttriangle2::before {
  content: "";
  position: absolute;
  z-index: 99;
  top: -49px;
  left: 0;
  width: 0;
  height: 0;
  border: 70px solid transparent;
  border-top: 0;
  border-bottom: 50px solid var(--bs-primary);
  border-left: 20px;
}

.signals {
  width: 60px;
  height: 60px;
}

.signals img {
  width: 100%;
  padding: 0.5rem;
}

.solar-item {
  position: absolute;
  top: -45%;
  left: 15%;
  height: 360px;
  width: 350px !important;
}

@media (max-width:991px) {
  .solar-item {
    top: -40%;
    left: 5% !important;
    height: 260px !important;
    width: 270px !important;
  }
}

.solar-item2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 545px;
  width: 210px !important;
}

@media (max-width: 991px) {
  .solar-item2 {
    width: 150px !important;
    height: 390px !important;
  }
}

/* Lighting solutions */

.big-lamp {
  width: 350px;
  height: 350px;
}

@media (max-width: 767px) {
  .big-lamp {
    width: 150px !important;
    height: 150px !important;
  }
}

.lighting-nav a:active {
  border-bottom: 2px solid var(--bs-primary);
}

@media (max-width: 767px) {
  .lighting-nav a {
    font-size: 18px !important;
  }
}

.lighting-nav a {
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
}

.cards {
  width: 300px;
  height: 430px;
}

.card-img {
  height: 40%;
}

.content-card {
  padding: 2rem;
  background-color: white;
  height: 60%;
  box-shadow: 0px 4px 11px 0px #00000036;
  border-radius: 0px 0px 5px 5px;
}

.content-card .parag-style {
  font-size: 16px;
  font-weight: 300;
}

.content-card h3 {
  font-size: 20px;
  font-weight: 800;
}

/* Our Project */

.our-project {
  width: 350px;
  height: 490px;
}

.our-project .parag-style {
  font-size: 16px !important;
  font-weight: 400;
  font-family: var(--primary-font);
  margin-bottom: 0;
}

.our-project .footer {
  /*height: 129px;*/
  background: #1D1D1BC4;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
}

.our-project .footer span {
  font-weight: 700;
  text-transform: capitalize;
}

.img-proj {
  height: 100%;
}

.img-proj img {
  height: 100%;
}

@media (min-width: 991px) {
  .backg-white {
    background-color: white;
  }
}

@media (min-width: 991px) {
  .border-radius-above991 {
    border-radius: 25px;
  }
}

@media (max-width: 991px) {
  .mt-20 {
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
  .bt-contact {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}

/* Highlights */

.hightlight::before {
  content: "";
  position: absolute;
  bottom: 12%;
  left: 1.5%;
  width: 94.5%;
  /*display: inline-block;*/
  margin-left: auto;
  margin-right: auto;
  height: 27px;
  background-color: rgba(252,235,218,0.85);
  z-index: -1;
}

@media (max-width: 767px) {
  .hightlight::before {
    height: 10px !important;
  }
}

/* Contact Us */

@media (min-width: 768px) {
  .big.top-blue {
    min-height: calc(100vh - calc(96px + 16px + 0.5rem));
  }
}

