/* font-family: 'Inter', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Reem Kufi Fun', sans-serif; */
body {
  overflow-x: hidden;
}
:root {
  --Orange: #162b75;
  --green: #50b848;
}
::selection {
  background-color: var(--green);
  color: white;
}

nav img {
  width: 5%;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--Orange);
  font-weight: 700;
}

.navbar-nav .nav-link ul:hover a {
  font-weight: 600;
}
.nav-link {
  color: var(--green);
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.nav-link:hover {
  color: var(--Orange);
  /* font-weight: 700; */
}
nav .navbar-toggler {
  color: var(--green);
  font-size: 22px;
}

header .bg-img {
  background-image: url(../Imgs/hero.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  position: relative;
}
/* header .header-sub p {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
} */

header .layer {
  /* background-color: rgba(0, 0, 0, 0.3); */
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  align-items: center;
  z-index: 1;
}
.layer .container .text-white {
  text-align: center;
}
h1 {
  font-size: 44px;
  font-weight: 700;
  color: #0c1a1a;

  /* border: var(--green) solid 2px; */
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
}
p,
li,
a,
button,
span {
  font-family: "M PLUS 1", sans-serif;
}
header p {
  font-size: 24px;
  white-space: nowrap;
  /* position: relative; */
  right: 70px;
  /* overflow: hidden; */

  vertical-align: middle;
}
header p::after {
  /* content: " "; */
  /* display: inline-block; */
  /* vertical-align: middle; */
  /* width: 0; */
  font-weight: 700;
  /* color: #fff3db; */
  /* animation: typing 6s steps(14) infinite alternate; */
  /* position: absolute;
  top: 0%; */
  /* overflow: hidden; */
  /* -webkit-animation: typing 6s steps(14) infinite alternate; */
}
header .btn.contact-btn {
  background-color: var(--Orange);
  color: #fff;
  transition: all 0s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.btn.contact-btn:hover {
  background-color: var(--green);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
}
/* @keyframes typing {
  0% {
    content: " D|";
  }
  5% {
    content: " De|";
  }
  10% {
    content: " Des|";
  }
  15% {
    content: " Desi|";
  }
  20% {
    content: " Desig|";
  }
  25% {
    content: " Design|";
  }
  30% {
    content: " Desig|";
  }
  35% {
    content: " Desi|";
  }
  40% {
    content: " Des|";
  }
  45% {
    content: " De|";
  }
  50% {
    content: " D|";
  }
  55% {
    content: " De|";
  }
  60% {
    content: " Dev|";
  }
  65% {
    content: " Deve|";
  }
  70% {
    content: " Devel|";
  }
  75% {
    content: " Develo|";
  }
  80% {
    content: " Develop|";
  }
  85% {
    content: " Developm|";
  }
  90% {
    content: " Developme|";
  }
  95% {
    content: " Developmen|";
  }
  100% {
    content: " Development|";
  }
} */
/* Existing CSS */

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 32px;
  }
  header p {
    font-size: 18px;
  }
  .navbar-nav .nav-link:hover {
    background-color: #ffffff;
    opacity: 40%;
    border-radius: 30px;
    box-shadow: 2px 2px 10px rgba(89, 89, 89, 0.7);
    -webkit-border-radius: 30%;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
  }
  .navbar-nav .nav-link {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .nav-link:hover {
    /* color: var(--Orange); */
    font-weight: 700;
    position: relative;
  }
  .service-container h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .service-container h5 {
    font-size: 22px;
  }
  header .bg-img {
    background-image: url(../Imgs/hero-sm.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    position: relative;
  }
}
.steps {
  margin-top: 80px;
}
.steps h2 {
  color: var(--Orange);
}
.steps .card-num {
  background-color: #f9f9f9;
  color: var(--green);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.steps .card {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* .steps .card:hover {
  box-shadow: 2px 2px 10px rgba(89, 89, 89, 0.5);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  border: none;
} */
.service-container {
  background-image: url(../Imgs/bg.jpg);
}
.service-container .card-img {
  width: 30%;
}
.service-container .card-img img {
  width: 100%;
}
.service-container .h-1,
.service-container .h-3 {
  color: var(--Orange);
  line-height: 30px;
}
.service-container .h-2,
.service-container .h-4 {
  color: var(--green);
  line-height: 30px;
}
.service-container p {
  line-height: 30px;
}
.service-container .card {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* .service-container .card:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
} */
.about-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.about-section h2 {
  color: var(--Orange);
}
.about-section img {
  width: 90%;
}
.about-section .about-img {
  vertical-align: middle;
}
.about-section p {
  line-height: 35px;
}
.about-section .sec-container .analysis {
  color: var(--green);
}
.about-section .sec-container .headphone {
  color: var(--Orange);
}
.product-section {
  padding: 30px 0px;
  background: linear-gradient(254.58deg, #fff, #f3fcff);
}
.product-section .product-card img {
  width: 60%;
}
.product-section h2 {
  color: var(--Orange);
}
.product-section .container .learn-btn {
  background-color: var(--Orange);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.product-section .container .learn-btn:hover {
  background-color: var(--green);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
}
.feedback-section .client-feedback img {
  width: 8%;
  margin-bottom: 5px;
}
.feedback-section .feedback-text {
  /* background-color: #c89637; */
  width: 70%;
  line-height: 35px;
}
.feedback-section i {
  color: var(--Orange);
}
.feedback-section h3 {
  font-size: 24px;
  font-weight: 600;
}
#carouselExampleIndicators button.carousel-control-prev span,
#carouselExampleIndicators button.carousel-control-next span {
  background-color: var(--green);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.articles-section {
  padding: 20px 0px;
}
.articles-section .card-body span {
  color: var(--Orange);
}
.articles-section .card-body h5 {
  color: var(--green);
}
.articles-section .card-body h4 {
  font-size: 20px;
  line-height: 30px;
}
.articles-section .card-body i {
  color: var(--green);
}
.articles-section .card-body .btn {
  background-color: var(--green);
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.articles-section .card-body .btn:hover {
  background-color: var(--Orange);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--Orange);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--green);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(41, 163, 162, 0.25);
}
.contact-section .send-btn {
  background-color: var(--Orange);
  color: #fff;
}
.contact-section .send-btn:hover {
  background-color: var(--green);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
}
.contact-section p {
  line-height: 30px;
  font-size: 18px;
}
.social-icon {
  /*background-color: aqua;
  */
  color: var(--Orange);
  width: 40px;
  height: 40px;
  margin: 0px 30px 0px 0px;
  border-radius: 20%;
  font-size: 20px;
  margin-top: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 20%;
  -ms-border-radius: 20%;
  -o-border-radius: 20%;
  -webkit-border-radius: 20%;
  border: 2px solid var(--Orange);
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.social-icon:hover {
  border: #c6ffdd 2px solid;
  background-color: var(--green);
  color: #fff;
}
.contact-section .contact-details {
  /* background-color: aqua; */
  margin: 15px 0px;
}
.contact-section .contact-details span {
  font-size: 16px;
  font-weight: 600;
  color: #0c4e4e;
}
.contact-section .contact-details i {
  font-size: 20px;
  padding-right: 5px;
  color: var(--green);
}

/* .footer-section {
  background-image: url(../Imgs/footer2.png);
  background-size: 100% 100%;
} */
.footer-section {
  background-color: #f3fcff;
}

.footer-section .company-name h2 {
  color: var(--green);
}

.footer-section ul li {
  list-style: none;
  font-size: 14px;
}

.footer-section .social-icon {
  margin: 0px 10px;
}
.footer-section .links a {
  color: var(--green);
}
.footer-section .links a.active {
  color: var(--Orange);
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer-section .links {
    text-align: center;
    margin-top: 20px;
  }

  .footer-section .links ul {
    flex-direction: column;
  }
}
.footer-section span {
  color: var(--Orange);
}
/* ///////////////////////////////////////// */
/* about style */
header .about-img {
  background-image: url(../Imgs/about-bg3.png);
  /* background-size: 100% 100%; */
  height: 40vh;
}
/* header .about-img .layer,
header .services-bg .layer,
header .products-bg .product-layer,
header .contact-bg .contact-layer {
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
} */
header .about-img h1 {
  color: var(--Orange);
}
/* .first-section {
  background-image: url(../Imgs/about-cut.png);
  background-size: 100% 100%;
} */
.first-section img.img-1,
.first-section img.img-2 {
  width: 89%;
}
.first-section h2 {
  color: var(--Orange);
}
.first-section .details {
  line-height: 35px;
}
.first-section .titles span {
  color: var(--Orange);
}
.first-section .year h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--green);
}
.first-section .year {
  background: linear-gradient(254.58deg, #fff, #fff8ec);
  padding: 10px;
}
.first-section .year span {
  font-size: 20px;
  font-weight: 600;
  color: #0c4e4e;
}
.first-section .item {
  margin-bottom: 10px;
}
.first-section .item i {
  font-size: 20px;
  color: var(--green);
}
.first-section .item span {
  font-size: 20px;
}
.numbers-section {
  background-color: #f4f4f457;
  background-image: url(../Imgs/number-bg.png);
  background-size: 100% 100%;
  margin-bottom: 20px;
  color: var(--Orange);
}
.numbers-section h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Reem Kufi Fun", sans-serif;
}
.numbers-section p {
  font-size: 32px;
  font-weight: 500;
}
.third-section {
  margin: 60px 0px;
}
.third-section .third-text {
  width: 70%;
  line-height: 35px;
  font-size: 20px;
}
.third-section h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--green);
}
.third-section h2 {
  color: var(--Orange);
}
.values-section {
  background: linear-gradient(254.58deg, #fff, #f3fcff);
}
.values-section .card-header {
  font-size: 18px;
  font-weight: 500;
  color: #0c4e4e;
}
.values-section .card-header i {
  color: var(--Orange);
}
.values-section .card-border {
  border: var(--Orange);
}
.values-section p {
  font-size: 16px;
}
.values-section h2 {
  color: var(--Orange);
}
.values-section .card {
  border: 1px #c4f8f8 solid;
  /* transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; */
}
/* .values-section .card:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  border: none;
} */
#carouselExampleIndicators2 button.carousel-control-prev span,
#carouselExampleIndicators2 button.carousel-control-next span {
  background-color: var(--green);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
/* ///////////////////////////////////////// */
/* services style */
header .services-bg {
  background-image: url(../Imgs/services-bg.png);
  /* background-size: 100% 100%; */
  height: 40vh;
}
.service-img img {
  width: 80%;
}
.first-service .titles h2 {
  color: var(--Orange);
}
.service-text h3 {
  font-size: 28px;
  font-weight: 700;
}
.service-text p {
  font-size: 20px;
  line-height: 40px;
}
.service-text .head-1 {
  color: var(--Orange);
}
.first-service,
.benefits-section {
  border-top: 6px solid #f6f6f6;
  /* padding-bottom: 50px; */
}

.service-section .service-cards img {
  width: 35%;
}
.service-section .service-cards p {
  font-size: 16px;
  line-height: 30px;
}
.service-section .h-1,
.benefits-section h2,
.benefits-section h5 {
  color: var(--Orange);
}
.service-section .h-2 {
  color: var(--green);
}
/* .service-section .card {
  transition: all 0.3s; */
/* -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; */
/* } */
/* .service-section .card:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
} */

.card-body .card-icon .icon {
  font-size: 30px;
}
.card-body .card-icon {
  /*background-color: aqua;
  */
  width: 70px;
  height: 70px;
  /* border-radius: 20px;
  border: #c3eaea 4px solid; */
  background-color: #fff;
  color: var(--green);
  /* -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; */
}
.card-body .card-icon .icon-or,
.fa-solid,
.fas {
  font-size: 30px;
  /* box-sizing: unset; */
}
.card-body .card-icon-2 {
  width: 70px;
  height: 70px;
  /* border-radius: 20px;
  border: #fff4df 4px solid; */
  background-color: #fff;
  color: var(--Orange);
  /* -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; */
}
/* ////////////////////// */
/* product style */
header .products-bg {
  background-image: url(../Imgs/products-bg.png);
  /* background-size: 100% 100%; */
  height: 40vh;
  /* background-attachment: fixed; */
  /* background-repeat: no-repeat; */
}

.benefits-section img {
  width: 75%;
}
.benefits-section {
  padding-top: 60px !important;
}
.benefits-section .product-img-container {
  background: linear-gradient(180deg, #edffff, #fff7e7);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
}

.benefits-section .detail i {
  font-size: 22px;
  color: var(--Orange);
}

.benefits-section .detail span {
  font-size: 18px;
}

.benefits-section .product-name {
  color: var(--green);
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .benefits-section .product-img-container {
    width: 100%;
  }

  .benefits-section .product-detail-container {
    width: 100%;
    margin-top: 40px;
    /* background-color: aqua; */
  }
}

@media screen and (max-width: 432px) and (min-width: 280px) {
  .benefits-section .product-detail-container {
    width: 100%;
    margin-top: 40px;
    padding: 0px 5px;
  }

  .benefits-section .product-detail-container .detail {
    border: #ceffff 1px solid;
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
.product-benefit h3 {
  padding-top: 8px;
}
.benefits-section .container {
  margin-top: 10px;
  padding-bottom: 40px;
}
/* .benefits-section .container h2 {
  color: #0c4e4e;
} */
.benefits-section .benefit-img i {
  color: #ebc070;
}
.benefits-section .container .benefit-text {
  color: var(--green);
}
.benefits-section .container .benefit-text p {
  font-size: 18px;
  line-height: 30px;
}
.benefits-section .container .benefit-text .title-or {
  color: var(--Orange);
}
.benefits-section .container .benefit-img .icon-gr {
  color: #62acac;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .benefits-section .ben-container {
    width: 100%;
  }
}
@media screen and (min-width: 418px) {
  body {
    overflow-x: hidden;
  }
}
/* ///////////////////////// */
/* contact style */
header .contact-bg {
  background-image: url(../Imgs/contact\ bg.png);
  /* background-size: 100% 100%; */
  height: 40vh;
}
.contact-info-section .contact-icon {
  width: 80px;
  height: 80px;
  border: 2px solid var(--green);
  color: var(--Orange);
}
/* .contact-info-section h2 {
  color: #0c4e4e;
} */
.contact-info-section .btn-send-msg {
  background-color: var(--Orange);
}
.contact-info-section .contact-text h4 {
  color: var(--Orange);
}
