* {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

:root {
  --primary_color: #00b289;
  --secondary_color: #272727;
  --white_color: #fff;
  --bg-dark: #000;
  --border-color: #ff7000;
}

body {
  font-family: "Cairo", sans-serif;
  color: var(--secondary_color);
  background-color: var(--bg-dark);
  color: var(--white_color);
}

section {
  overflow: hidden;
}

h1 {
  font-weight: 700;
  font-size: 64px;
}

h2 {
  font-weight: 700;
  font-size: 54px;
}

h3 {
  font-weight: 600;
  font-size: 48px;
}

h4 {
  font-weight: 600;
  font-size: 32px;
}

h5 {
  font-weight: 600;
}

h6 {
  font-weight: 600;
}

p {
  font-weight: 400;
}

a {
  display: inline-block;
}

header {
  min-height: 60px;
}

h1,
h2,
h3 {
  position: relative;
  width: fit-content;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
h1::before,
h2::before,
h3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50%;
  height: 5px;
  background-color: var(--primary_color);
  border-radius: 2px;
}

header .navbar.fixed-top {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  background-color: var(--bg-dark);
}

.form-group label {
  color: var(--white_color);
  font-weight: 600;
}

.form-control {
  border-radius: 0px;
  padding: 12px 0;
  height: fit-content;
  outline: none;
  border: 0;
  border-bottom: 1px solid var(--primary_color);
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
}

button {
  background-color: var(--primary_color);
  color: var(--white_color);
  padding: 12px 25px;
  border: none;
  outline: none;
  transition: all 1s;
}

button:hover {
  transition: all 0.5s;
  transform: translateX(10px);
}

.contact-btn {
  border: 1px solid var(--primary_color) !important;
  color: var(--primary_color) !important;
  background-color: transparent;
  font-weight: 700 !important;
  border-radius: 35px;
  margin: 0 15px;
  padding: 6px 25px !important;
  text-decoration: none;
}

.contact-btn:hover {
  transition: all 0.5s;
  transform: translateX(10px);
  color: #fff !important;
  background-color: var(--primary_color);
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
  text-decoration: none;
}

.form-control::placeholder {
  font-weight: 300;
}

.form-control:focus {
  outline: none;
  box-shadow: unset;
  border-bottom: 2px solid var(--primary_color);
}

header .navbar {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 0;
}

header .navbar-brand img {
  width: 100px;
  object-fit: contain;
}

section {
  padding: 85px 0;
}

.nav-link {
  color: var(--white_color);
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  transition: all 1s;
}
.nav-link:hover {
  transition: all 0.5s;
  transform: translateX(5px);
  color: var(--primary_color);
}

.banner-sec {
  position: relative;
  padding-top: 150px;
  padding-bottom: 0px;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.team-sec img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

footer {
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: var(--secondary_color);
}

footer .footer-logo img {
  width: 150px;
  object-fit: contain;
}

footer .navbar-nav {
  flex-direction: row;
  justify-content: flex-end;
}

footer .nav-link {
  color: var(--white_color);
}

.copyright p {
  color: var(--white_color);
  padding-top: 40px;
}

.service-single {
  /* background-color: #fff; */
  box-shadow: 0 1px 4px #60667b3d;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}

.service-single img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}

.service-single h4 {
  font-size: 24px;
}

.service-single p {
  color: #a9abac;
}

.service-single:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
  transform: scale(1.02, 1.02);
}

.perspective {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -2%;
  width: 100%;
  max-width: 720px;
  min-height: 150px;
  height: 100%;
  background: #00b289;
  border-radius: 2rem;
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: perspective(600px) rotatey(-18deg);
  transform: perspective(600px) rotatey(-18deg);
  z-index: 1;
}

.half-circle {
  position: absolute;
  height: 26px;
  width: 52px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  z-index: 3;
}

.half-circle.half-circle-2 {
  top: -10%;
  right: 5%;
  -webkit-transform: rotate(65deg) scale(0.8);
  transform: rotate(65deg) scale(0.8);
  background: #e62965;
}

.half-circle.half-circle-1 {
  top: 27%;
  left: 5%;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  background: #06d6a0;
}

.right-banner-lay img {
  position: relative;
  z-index: 2;
}

.btn-two {
  color: var(--white_color);
  background-color: var(--primary_color);
  font-weight: 600;
  border-radius: 35px;
  padding: 8px 35px;
  margin-top: 15px;
  transition: all 0.5s;
}

.btn-two:hover {
  color: var(--white_color);
  text-decoration: none;
  background-color: #00b289;
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
  opacity: 0.9 0.5;
}

.team-memb img {
  width: 95%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 8px;
}

.team-memb p.name {
  font-weight: 700;
  margin: 0;
  font-size: 21px;
}

.team-memb p.desig {
  font-weight: 400;
  color: var(--primary_color);
}

.menu-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%)
    hue-rotate(5deg) brightness(108%) contrast(110%);
}

.navbar-collapse.collapse.show {
  padding-top: 15px;
}
