@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Exo 2", sans-serif;
}
body {
  font-family: "Exo 2", sans-serif;
}
p {
  font-weight: 500;
}
:root {
  --primary: #e45413;
  --secondary: #6bc23d;
  --gray: #6f6f6f;
  --gray2: #3d3b3b;
  --white: #fff;
}

.button-green {
  border: none;
  padding: 10px 20px;
  background-color: var(--secondary);
  color: white;
  text-decoration: none;
  outline: none;
}

.button-orange {
  border: none;
  padding: 10px 20px;
  background-color: var(--primary);
  color: white;
  text-decoration: none;
  outline: none;
}

.landing {
  /* background: url("../img/landing-banner.png"); */
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.header {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  width: 100%;
}

.header .nav-link {
  color: var(--white) !important;
  position: relative;
  font-weight: 500;
  margin-right: 10px;
}

.header .nav-link.active {
  color: var(--white) !important;
  position: relative;
}
.header .nav-link.active::before {
  width: 80%;
}
.header .nav-link:hover::before {
  width: 80%;
}
.header .nav-link::before {
  content: "";
  position: absolute;
  width: 0;
  transition: ease-in 0.5s;
  height: 2px;
  background-color: var(--primary);
  display: block;
  bottom: 5px;
}

.color-primary {
  color: var(--primary);
}

.title {
  font-size: 30px;
}
.landing-bottom h2 {
  padding-bottom: 20px;
  font-weight: 400;
}

.bg-orange {
  background-color: var(--primary);
}

.why-terra-section h1,
.why-terra-section h2,
.why-terra-section h3,
.why-terra-section p {
  color: var(--white);
}
.why-terra-row {
  margin-top: 20px;
}
.whytera-card {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whytera-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.why-terra-section h2 {
  font-size: 30px;

  font-weight: 700;
}
.why-terra-section h3 {
  font-size: 20px;

  font-weight: 400;
}
.service-section h2 {
  font-weight: 600;
}

.service-section {
  background: url("../img/servicebg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.service-section p {
  color: var(--white);
}

.service-section .img-container {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-section .img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.section-innovation h2,
.section-innovation h3 {
  font-weight: 600;
}
.section-innovation h2,
.section-innovation h3,
.section-innovation p,
.section-innovation div,
.section-innovation span {
  color: var(--white);
}

.section-innovation {
  background: url("../img/section-innovationbg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.underline {
  position: relative;
}
.underline::before {
  content: "";
  position: absolute;
  width: 80%;
  transition: ease-in 0.5s;
  height: 2px;
  background-color: var(--primary);
  display: block;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-innovation h3 {
  font-size: 64px;
}
.section-innovation p {
  font-size: 18px;
}
.section-brand h2 {
  color: var(--primary);
  text-align: center;
  font-weight: 700;
}
.section-brand {
  width: calc(100vw - 20px);
  overflow: hidden;
}
.section-brand p {
  color: var(--gray);
  text-align: center;
}

.swiper-slide {
  margin-right: 0 !important;
}
/* .swiper {
  width: 120px;
} */

/* footer  */
footer h6 {
  font-weight: 700 !important;
}
.hover-effect1 {
  min-height: 20px;
  background: #f44336;
  text-align: center;
}
.hover-effect1 ul {
  padding-top: 1px;
}
.hover-effect1 ul li {
  display: inline-block;
}
.hover-effect1 ul li a {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin: 0px 10px;
  line-height: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #dc3545;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.hover-effect1 ul li:hover a {
  border-radius: 50%;
  background: #dc3545;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
footer {
  background: var(--gray2);
}

footer p,
footer a,
footer li {
  color: var(--white);
  text-decoration: none;
  text-align: left;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

footer h6 {
  color: var(--primary);
  text-align: left;
}
.footer-copyright {
  color: var(--white);
  border-top: solid #7e7e7e 1px;
}
.icon-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.icon-container i {
  font-size: 20px;
}

.footer2 p {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
}

.footer2 p i {
  padding: 5px;
  color: black;
  background: var(--white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.footer-last {
  display: flex;
  align-items: unset;
}

footer h6 {
  padding-bottom: 20px;
}
.carousel-inner {
  position: relative;
}
.carousel-content {
  z-index: 0 !important;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(20%, -50%);
}

.carousel-content h1 {
  color: var(--primary);
  font-size: 50px;
  font-weight: 700;
}
.carousel-content p {
  color: var(--white);
  max-width: 500px;

  font-weight: 500;
}

.carousel-content a {
  margin-top: 20px;
  font-weight: 500;
  display: inline-block;
}

.about-banner {
  /* background: url(""); */
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}
.bg-gray {
  background: #eeeeee;
}
.about-banner {
  height: 100%;
}
.bread-crum {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 50px;
  transform: translate(-50%, -50%);
}
.bread-crum h1 {
  color: var(--white);
  font-weight: 700;
}

.bread-crum ul {
  padding: 0;
  display: flex;
  gap: 10px;
  list-style-type: none;
  justify-content: center;
  margin-top: 30px;
  color: white;
  font-weight: 600;
}
.bread-crum ul i {
  font-size: 13px;
}

/*=================== contact ===================*/

.contact-details ul {
  display: flex;
  /* align-items: center; */
  justify-content: space-around;
}

.contact-details ul {
  display: flex;
  justify-content: space-around;
  border: 1px solid #e45413;
  padding: 40px 10px 30px;
  border-radius: 15px;
}
.form-section {
  background: #dedeff6b;
}
.form-section .form-title h2 {
  padding: 10px 0px 10px 0px;
  color: #e45413;
  padding-bottom: 10px;
}

.main-contact li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-contact .text {
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .why-terra-section h1,
  .why-terra-section h2,
  .why-terra-section h3,
  .why-terra-section p {
    text-align: center;
  }
  .whytera-card {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .m-space {
    margin-bottom: 20px;
  }

  .navbar-brand {
    width: 200px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .carousel-content {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -43%);
    padding: 44px 0;
  }
  .carousel-content h1 {
    color: var(--primary);
    font-size: 23px;
  }
  .carousel-content h1 {
    color: var(--primary);
    font-size: 23px;
  }
  .carousel-content a {
    margin-top: 10px;
  }
  .carousel-content h1 br {
    display: none;
  }
  #carouselExampleInterval,
  .carousel-inner,
  .carousel-item,
  .carousel-item img {
    height: 100%;
  }
  .navbar-collapse {
    background: white;
    width: 100%;
    color: black;
    z-index: 999;
  }
  .navbar-collapse .nav-link {
    color: black !important;
  }
  .footer-last {
    display: none;
  }
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 5px;
    width: calc(100% - 10px);
    padding: 20px;
  }
  .button-green.ms-3 {
    margin-left: 0rem !important;
  }
  .navbar-collapse .nav-link.active {
    color: var(--primary) !important;
  }
  .navbar-toggler {
    color: white;
    border: solid 1px white !important;
  }
  .contact-details ul {
    flex-direction: column;
    gap: 20px;
  }
}
.about-us h1 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 700;
}
.testimonial__inner {
  gap: 15px px;
}
.testimonial__inner {
  padding-left: 30px;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .testimonial__inner {
    padding-left: 0;
    text-align: left;
    padding: 30px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .testimonial__thumb {
    flex-direction: column;
  }
  .testimonial__author {
    width: 100% !important;
  }
  .service-list {
    grid-template-columns: 1fr !important;
  }
  .services p {
    text-align: justify !important;
  }
  .about-banner {
    height: 250px;
  }
  .about-banner img {
    height: 100%;
    object-fit: cover;
  }

  section.landing {
    padding-bottom: 0px !important;
  }
  #carouselExampleInterval {
    height: 300px;
  }
  .landing {
    height: 100%;
  }
}

.testimonial__inners {
  background-color: #d7724569 !important;
}
.testimonial__inner {
  background-color: #fff;
  padding: 30px 15px;
  gap: 20px;
}
.testimonial__thumb {
  margin-left: 0;
  /* border-bottom: 1px solid #ecf0f3; */
  display: flex;
  padding-bottom: 25px;
}
.testimonial__thumb .thumb {
  width: 90px;
  height: 90px;

  margin: auto;
}
.testimonial__author {
  /* width: calc(100% - 60px); */
  width: calc(100% - 150px);
  text-align: left;
}

.background-primary {
  background-color: var(--primary) !important;
  color: white !important;
}

.about-us h2 {
  font-weight: 600;
}

.testimonial__thumb .thumb {
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.service-list {
  list-style: none;
  padding: 0;
}

.service-list li {
  margin: 10px 0;
  display: flex;
}

.service-list li span {
  margin-right: 10px;
}

.service-list img {
  width: 30px;
  height: 30px;
}

.font-600 {
  font-weight: 600;
}

.first-letter::first-letter {
  color: var(--primary);
  font-size: 30px;
}

.first-line::first-line {
  color: var(--primary);
}
