:root {
  --color-primary: #ffe336;
  --color-secondary: #101010;
  --color-gray: #898989;
}
html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: var(--color-secondary);
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.text-gray {
  color: var(--color-gray);
}
.color-primary {
  color: var(--color-primary);
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
/* ..........top-header....... */
.top-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 10px 0;
}
.top-header.fixed-header {
  background: var(--color-secondary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 5px 0;
}
.top-header .navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
  font-weight: 500;
  transition: all 0.5 ease;
  -webkit-transition: all 0.5 ease;
  -moz-transition: all 0.5 ease;
  -ms-transition: all 0.5 ease;
  -o-transition: all 0.5 ease;
}
.top-header .navbar-nav li a:hover {
  color: var(--color-primary);
}
.top-header .navbar-nav li.link-btn a {
  border: 1px solid #ffff;
  padding: 8px 23px;
  border-radius: 50px;
}
.top-header .navbar-brand img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.top-header.fixed-header .navbar-brand img {
  max-width: 60px;
}
/* ..........banner-section......... */
.banner-section .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 80px;
  text-align: center;
}
.banner-section .banner-content h1 {
  font-size: 36px;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
}
.banner-section .banner-content h1 b {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #bcb9b9;
  letter-spacing: 2px;
}
.banner-section .banner-content .content {
  max-width: 800px;
  margin: auto;
}
/* ..........about-section......... */
.about-section {
  padding: 50px 0;
}
.global-heading {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0 0 30px;
}
.about-section .content .font-lg {
  font-size: 24px;
  margin: 0 0 40px;
}
.about-section .content .row {
  margin: 0 -40px;
}
.about-section .content .row > div {
  padding: 0 40px;
}
.about-section .content .row > div:first-child {
  border-right: 1px solid var(--color-gray);
}
/* ............work-section.......... */
.work-section .work-img img {
  border-radius: 25px;
}
.work-section .row {
  margin: 0 -30px 70px;
  align-items: center;
}
.work-section .row > div {
  padding: 0 30px;
}
.work-section .content .project-type {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #fff;
}
/* ..........team-section......... */
.team-section {
  background: #1a1a1a;
  padding: 60px 0;
}
.team-section .team-pic img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  object-fit: cover;
  filter: grayscale(1);
  aspect-ratio: 1 / 1.1;
}
.team-section .row {
  margin: 0 -30px;
  align-items: center;
}
.team-section .row > div {
  padding: 0 30px;
}
.team-section .content {
  padding: 0 0 90px;
  color: #aeadad;
}
.team-section .team-name {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.team-section .designation {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
.nav-button button.btn {
  padding: 0;
  margin: 10px 10px 0 0;
  box-shadow: none;
}
.nav-button button.btn img {
  width: 50px;
}
.team-section .nav-button {
  position: absolute;
  left: 33.33%;
  padding-left: 20px;
  bottom: 10px;
}
/* ..........line-production......... */
.line-production {
  background: url("../images/line-production.jpg") center center no-repeat;
  background-size: cover;
  padding: 200px 0;
}
.line-production .content {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: var(--color-primary);
  color: #000;
  border-radius: 20px;
  font-weight: 300;
  text-align: center;
}
.line-production .content h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
/* .............offer-section............ */
.offer-section {
  padding: 0 0 50px;
}
.offer-section .card {
  background: none;
  border-bottom: 1px solid #2e2e2e;
  border-radius: 0;
}
.offer-section .card-header {
  padding: 0;
}
.offer-section .card-header a {
  color: #a1a1a1;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  padding: 14px 35px;
  position: relative;
}
.offer-section .card-header a::after {
  content: "";
  width: 27px;
  height: 27px;
  background: url("../images/link-arrow.png") center center no-repeat;
  position: absolute;
  right: 35px;
  top: 19px;
}
.offer-section .card-body {
  padding: 0 40px 25px;
}
.offer-section .card.active {
  background: #1c1c1c;
}
.offer-section .card.active .card-header a {
  color: var(--color-primary);
  font-weight: 700;
}
.offer-section .card.active .card-header a::after {
  opacity: 0;
}
.offer-section .card .img-wrap img {
  border-radius: 20px;
}
.offer-section .card .explore-btn {
  background: var(--color-secondary);
  color: #fff;
  padding: 12px 20px;
  display: inline-block;
  margin: 10px 0 0;
  border-radius: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.offer-section .card .explore-btn:hover {
  background: var(--color-primary);
  color: #000;
}
/* ...........why-us-section......... */
.why-us-section {
  padding: 200px 0 150px;
}
.why-us-section .global-heading {
  font-size: 36px;
}
.why-us-section .img-wrap {
  padding-left: 200px;
  position: relative;
}
.why-us-section .img-wrap::after {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 100%;
  border: 1px solid #2a2a2a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.why-us-section .img-wrap img {
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.why-us-section .speciality {
  text-align: center;
}
.why-us-section .speciality p {
  color: #737373;
  font-size: 13px;
  margin: 15px 0 0;
}
.why-us-section .speciality img {
  max-height: 40px;
}
.why-us-section .speciality .row > div:not(:last-child) {
  border-right: 1px solid #898989;
}
/* ...........footer-section........... */
.footer-section {
  background: var(--color-primary);
  padding: 50px 0;
  color: #000;
  font-weight: 300;
}
.input-newsletter {
  display: flex;
  gap: 20px;
}
.input-newsletter button.btn {
  white-space: nowrap;
  background: #000;
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
}
.input-newsletter .form-control {
  background: none;
  border: 1px solid #bdb165;
  height: auto;
  padding: 10px;
}
.footer-section .heading {
  font-size: 42px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.footer-section .social-links {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
}
.footer-section .social-links li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #cfbe59;
  text-align: center;
  line-height: 60px;
  margin: 0 10px 0 0;
}
.footer-section .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-section .footer-links a {
  color: #000;
}
.footer-section .social-newsletter {
  padding-right: 50px;
}
.footer-section .copyrights {
  font-size: 14px;
  font-weight: 300;
  padding: 20px 0 0;
  border-top: 1px solid #000;
  text-align: center;
  margin: 50px 0 0;
}
/*...........menu button.............*/
#nav-icon2 {
  width: 30px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
}
#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 10px;
}
#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 20px;
}
#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
  left: 2px;
  top: 6px;
}
#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 5px;
}
#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
  left: 2px;
  top: 15px;
}
#nav-icon2.open span:nth-child(6) {
  left: calc(46% - 2px);
  top: 15px;
}
.navbar-toggler:focus {
  outline: none;
}
/* ........lottie..... */
.lottie-player {
  width: 100%;
  height: calc(100vh - 80px);
  margin-top: 80px;
}
/* ...........contact-section......... */
.contact-section {
  padding: 200px 0 100px;
}
.global-input {
  height: auto;
  border: 1px solid #36404c61;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 4px 5px 0 #00000014;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.global-btn {
  display: inline-block;
  background: var(--color-primary);
  padding: 12px 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: 0 23px 41px 0 #36404c24;
}
.contact-section .global-btn {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  padding: 13px;
}
.error {
  color: red;
}
.contact-section iframe {
    width: 100%;
    border-radius: 16px;
}
.contact-section .form-wrap {
    max-width: 500px;
    margin-left: auto;
}