/* Hero  */
.hero {
  padding-top: 120px; /* applied as the header section is sticky */
  padding-bottom: 25px;
  overflow: hidden;
}
.hero-left {
  padding-top: 60px;
  position: relative; /* added as the content was hidden after applying the AOS animation */
  z-index: 100;
}
.hero-left h1 {
  position: relative;
  z-index: 100;
}
.hero .intro-text {
  width: 65%;
  padding-top: 40px;
}
.hero-left-btm {
  padding-top: 120px;
  margin-bottom: 18px;
  position: relative;
}
.hero-left-btm h2 {
  position: absolute;
  line-height: 40px; /* applied as per the design */
  /* right: 83px; */
  right: 5%;
  bottom: 50px;
  z-index: 10;
  background: linear-gradient(to left, #eee, #eee, #000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-left-btm h2 span {
  padding-left: 100px;
}
.popular-services-main {
  position: absolute;
  left: 136px;
  bottom: -35px;
}
.popular-services {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.55s ease-in-out;
}
.popular-services:hover p {
  color: var(--black);
  cursor: default;
}
.hero-left-btm .popular-services::before {
  content: "";
  height: 165px;
  width: 165px;
  border-radius: 50%;
  border: 1.6px solid var(--primary);
  position: absolute;
  margin-left: 30px;
}
.popular-services p,
.marquee-main h6 {
  font-family: var(--font-family);
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px; /* applied as per the design */
  text-transform: uppercase;
  transition: all 0.55s ease-in-out;
}
.hero-right img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  right: 0;
  top: 117px;
  height: 85%;
  object-fit: cover;
  /* margin-top: 117px; */
}
.hero-left-btm img {
  width: 185px;
  height: 185px;
  object-fit: cover;
  border-radius: 10px;
}

/* About section */
.about .about-img {
  overflow: hidden;
  margin-top: 70px;
}
.about .about-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: all 1s ease-in-out;
}
.about .about-img img:hover {
  transform: scale(1.1);
}
/* Services */
.services {
  overflow-x: unset !important;
}
.services-left {
  position: sticky;
  top: 118px;
}
.services-box {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid var(--border);
}
.services-box h3 {
  color: var(--black2);
  font-weight: 400;
  text-transform: uppercase;
}
.services-box .service-num {
  color: var(--primary);
  font-weight: 700;
  margin-right: 50px;
}
.services-box p {
  margin-left: 88px;
  padding-top: 15px;
  opacity: 100%;
}
/* Marquee Section */
.marquee-main {
  background-color: var(--primary);
  padding: 20px 0;
  overflow: hidden;
}
.marquee-slider {
  display: flex;
  gap: 50px;
  white-space: nowrap;
  flex-wrap: nowrap;
  animation: services-slide 55s linear infinite;
}
.marquee-slider h6 {
  letter-spacing: 2px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
/* Marquee Animation */
@keyframes services-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Gallery */
.gallery img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.galleryImg1 img {
  height: 520px;
}
.galleryImg2 .galleryImg2A {
  height: 18rem;
}
.galleryImg3 img {
  height: 533px;
}
.galleryImg4 img {
  height: 17rem;
}
.galleryImg5 img {
  height: 13rem;
}
.img-info {
  background-color: var(--black3);
  width: fit-content;
  color: var(--white2);
  padding: 25px;
  position: absolute;
  bottom: 0;
}
.img-info2 {
  right: 50px;
}
.img-info h5 {
  font-family: var(--third-family);
  font-size: 16px;
  font-weight: 600;
}
.img-info p {
  color: var(--white2);
  font-family: var(--third-family);
  font-size: 12px;
  font-weight: 300;
}
/* Testimonials Section */
.testimonials-content {
  background-color: var(--primary);
  color: var(--white);
  padding: 60px 50px 40px 70px;
  border-radius: 8px;
  position: relative;
  height: 325px;
  /* min-height: 305px; */
}
.testimonials-content .quotation {
  position: absolute;
  top: -10px;
  width: 50px !important;
}
.testi-img {
  position: absolute;
  right: -105px;
  top: -12px;
  z-index: 100;
}
.testi-circle {
  position: absolute;
  right: -124px;
  top: -27px;
  z-index: 100;
}
.testimonials-content h2 {
  text-transform: none;
  color: var(--white);
}
/* .testimonials-content p {
  color: var(--white);
  width: 60%; 
  line-height: 30px;
  font-weight: 300;
  opacity: 100%;
} */
.testimonials-content p {
  color: var(--white);
  font-size: 0.9rem;
  width: 75%;
  line-height: 20px;
  font-weight: 300;
  opacity: 100%;
}
.testimonial-person {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 30px;
}
.person-img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: var(--black);
}
/* Custom Carousel Dots */
.owl-dots {
  position: absolute;
  bottom: 30px;
  right: 250px;
}
.owl-dots button {
  background-color: transparent;
  border: none;
  z-index: 9999;
  font-family: var(--fourth-family);
  color: var(--white);
  font-size: 14;
  font-weight: 800;
  margin-right: 20px;
  transition: all 0.55s ease-in-out;
}
.owl-dots button:hover {
  color: var(--black3);
}
.owl-carousel .active button {
  color: var(--black3);
  position: relative;
  margin-right: 80px;
  transition: all 0.55s ease-in-out;
}
.owl-carousel .active button::after {
  content: "";
  height: 2px;
  width: 62px;
  position: absolute;
  left: 23px;
  top: 10px;
  background-color: var(--black3);
}
/* Clients Section */
.clients-icon {
  width: 200px;
  height: 133px;
}
.clients .clients-icon img {
  width: 200px;
  height: 157px;
  border-radius: 8px;
  object-fit: contain;
  padding: 15px;
  /* padding: 15px 15px 15px 30px; */
}
.clients .clients-icon1 img {
  opacity: 60%;
}
.clients .clients-icon1 {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.clients .clients-icon2 {
  background-color: var(--white);
  border-radius: 8px;
}
.clients-border {
  width: 230px;
  /* height: 190px; */
  height: 163px;
  position: relative;
  background: linear-gradient(to bottom, #2ba8e2, #fa9518);
  padding: 3px;
  border-radius: 8px;
}
.client-years {
  background-color: var(--white);
  border-radius: 50%;
  font-family: var(--second-family);
  font-size: 16px;
  font-weight: 700;
  width: 96px;
  height: 96px;
  position: absolute;
  right: -30px;
  top: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.client-years span {
  font-size: 14px;
  font-weight: 400;
}
.clients-icon-hover {
  display: none;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.clients .clients-icon {
  transition: all 0.55s ease-in-out;
}
.clients .clients-icon:hover .clients-icon-hover {
  display: block;
}
.clients .clients-icon:hover .clients-icon1 {
  display: none;
}
/* Let’s Work Together Section  */
.work-together {
  background-image: url(./../../images/landing-page/banner.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.work-together .popular-services-main {
  position: relative;
  bottom: 0;
  left: 0;
}
.work-together .popular-services-main::after {
  content: "";
  height: 190px;
  width: 190px;
  border-radius: 50%;
  border: 1.6px solid var(--primary);
  position: absolute;
  left: 7px;
  top: -7px;
}
.work-together p {
  font-size: 22px;
}
.work-together .popular-services {
  height: 170px;
  width: 170px;
}
.work-together-inner {
  display: flex;
  align-items: center;
  gap: 100px;
}
.work-together h4 span {
  text-transform: none;
  color: var(--primary);
}
/* CONNECT WITH US Section  */
.form-main input,
.form-main textarea {
  border: 1px solid var(--border2);
  padding: 13px 22px;
  resize: none;
}
.form-main input::placeholder,
.form-main textarea::placeholder {
  font-family: var(--second-family);
  color: var(--placeholder);
  font-size: 18px;
  font-weight: 400;
}
.form-main input::-ms-input-placeholder,
.form-main textarea::-ms-input-placeholder {
  color: var(--placeholder);
}
input:required:valid {
  border-color: var(--green);
}
textarea:required:valid {
  border-color: var(--green);
}
input:required:focus:valid {
  background: url("https://assets.digitalocean.com/labs/icons/hand-thumbs-up.svg") no-repeat 95% 50% lightgreen;
  background-size: 25px;
}
textarea:required:focus:valid {
  background: url("https://assets.digitalocean.com/labs/icons/hand-thumbs-up.svg") no-repeat 95% 50% lightgreen;
  background-size: 25px;
}
input:focus:invalid {
  background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg") no-repeat 95% 50% lightsalmon;
  background-size: 25px;
}
textarea:focus:invalid {
  background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg") no-repeat 95% 50% lightsalmon;
  background-size: 25px;
}
.input-wrapper {
  position: relative;
}
.input-icon {
  position: absolute;
  top: 24px;
  right: 20px;
}
.form-main label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}
.form-main input:focus ~ label,
.form-main input:valid ~ label {
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 12px;
}
.form-main button {
  background-color: var(--black2);
  color: var(--white);
  font-family: var(--second-family);
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 0;
  border: none;
  border-radius: 10px;
}
.contact-addrs {
  position: relative;
}
.address-bg {
  text-align: right;
}
.contact-info {
  position: absolute;
  top: 50px;
  left: 170px;
  color: var(--white);
}
.contact-addrs .addrs-border {
  position: absolute;
  right: -14px;
  top: 10px;
}
.contact-addrs img:last-child {
  position: absolute;
  right: 22px;
  bottom: 16px;
}
.contact-info h5 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}
.contact-info h5::after {
  content: "";
  height: 3px;
  width: 28px;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-info p {
  padding-top: 15px;
  color: var(--white);
  font-size: 16px;
  opacity: 100%;
  font-weight: 300;
}
.social-media {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
  transition: all 0.55s ease-in-out;
}
.social-media a {
  color: var(--white);
  transition: all 0.55s ease-in-out;
}
.social-media-bg {
  border: 1px solid var(--white);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.55s ease-in-out;
}
/* .social-media-bg:hover {
  background-color: var(--white);
} */
.social-media-bg:hover a {
  color: var(--black);
}

@media (max-width: 767px) {
  .ftr-rights {
    flex-direction: column;
    gap: 10px;
  }
  nav ul {
    gap: 10px !important;
  }
  .hero-left h1 {
    white-space: unset !important;
    line-height: 50px;
    font-size: 3rem;
  }
  .work-together h4 {
    font-size: 2.8rem;
    line-height: 50px;
  }
  .hero .intro-text {
    width: 100% !important;
  }
  .btn-toggle {
    left: 10px;
  }
  header .header-top,
  .testi-img,
  .testi-circle {
    display: none;
  }
  .hero-left,
  .marquee,
  .testimonials,
  .clients {
    padding-top: 0 !important;
  }
  .hero {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .hero-left-btm {
    padding-top: 35px !important;
  }
  .hero .intro-text,
  .testimonials-content p {
    width: 100%;
  }
  .hero-left-btm h2 {
    line-height: 32px;
    right: 5%;
    bottom: -8rem;
    margin-bottom: 5px;
    background: var(--black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-left-btm h2 br,
  .clnt-mob {
    display: none;
  }
  .hero-left-btm h2 span {
    padding-left: 0px;
  }
  .hero-right {
    height: unset;
    margin-top: 118px;
  }
  .hero-right img {
    position: static;
    width: 93%;
    border-radius: 10px;
    margin: 13px;
    margin-bottom: 0;
  }
  .services {
    padding-right: 12px !important;
  }
  .services-box {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .clients-icon {
    margin: auto;
  }
  .services-box p {
    margin-left: 0px;
  }
  .services-box .service-num {
    margin-right: 12px;
  }
  .icon-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .clnt-mob2 {
    display: block !important;
  }
  .testimonials-content {
    height: 445px;
    padding: 70px 20px 40px 20px;
  }
  .testimonial-person {
    bottom: 1.5rem;
  }
  .owl-dots {
    display: flex;
    top: 15px;
    right: 4px;
  }
  .owl-dots button {
    font-size: 0.8rem !important;
  }
  .work-together-inner {
    gap: 66px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .work-together {
    background-position: right;
  }
  .connect {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .contact-info {
    left: 2rem !important;
  }
  .address-bg img:first-child {
    height: 575px;
  }
  .address-bg img:nth-child(2) {
    height: 582px;
  }
  .contact-addrs img:last-child {
    right: -9px !important;
    bottom: 30px;
    width: 200px;
  }
  .navbar-nav {
    width: fit-content;
  }
  .marquee-slider {
    animation: services-slide 35s linear infinite;
  }
  .about .about-img {
    margin-top: 35px;
  }
  .hero .intro-text {
    padding-top: 25px;
  }
  .contact-addrs .addrs-border {
    right: -9px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .about .about-img {
    margin-top: 35px;
  }
  .hero-left {
    padding-top: 15px;
  }
  .testimonials {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .navbar-nav {
    width: fit-content;
  }
  .hero-right img {
    position: static;
    max-width: 100% !important;
    margin-top: 50px;
  }
  .hero .intro-text {
    width: 95%;
  }
  .hero-left-btm h2 {
    background: var(--black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    right: 0;
    bottom: 0;
  }
  .testi-circle,
  .testi-img {
    display: none;
  }
  .testimonials-content {
    padding: 60px 15px 40px 25px;
  }
  .testimonials-content p {
    width: 100%;
  }
  .work-together {
    background-position: right;
  }
  .connect {
    overflow: hidden;
    padding-bottom: 90px;
  }
  .address-bg {
    text-align: left;
  }
  .contact-addrs .addrs-border {
    left: 16px;
  }
  .contact-addrs img:last-child {
    left: 15rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .clients-icon,
  .clients-border {
    width: 100% !important;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .galleryImg2 .galleryImg2B img {
    height: 44rem !important;
  }
  .galleryImg3 img {
    height: 45rem !important;
  }
}
@media (min-width: 1300px) {
  .galleryImg3 img {
    height: 51rem;
  }
  .galleryImg2 .galleryImg2B img {
    height: 50rem;
  }
  .galleryImg2 .galleryImg2A {
    height: 27.9rem;
  }
  .galleryImg4 img {
    height: 26.9rem;
  }
}
@media (max-width: 1399px) {
  .hero {
    overflow: hidden;
  }
  .hero-right img {
    max-width: 690px;
  }
  .galleryImg2 .galleryImg2B img {
    height: 32.3rem;
  }
  .hero-left-btm {
    padding-top: 85px;
  }
  .icon-wrapper {
    gap: 0px;
  }
  .clients-icon,
  .clients-border {
    width: 205px;
  }
  .contact-info {
    left: 85px;
  }
}
@media (min-width: 1400px) {
  .hero .intro-text {
    width: 50%;
  }
  .hero-left-btm h2 {
    right: 2%;
    background: linear-gradient(to left, #eee, #eee, #a2a2a2, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1700px) {
  .hero-left-btm h2 {
    right: -2%;
    background: linear-gradient(to left, #eee, #eee, #000000, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1900px) {
  .hero-left-btm h2 {
    right: -14%;
  }
  .hero .intro-text {
    width: 73%;
  }
  .hero-left-btm {
    padding-top: 100px;
  }
}
/* Post Test Changes */
@media (min-width: 1024px) {
  .hero-left-btm h2 {
    bottom: 78px;
  }
  .testimonials {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero .intro-text {
    width: 46% !important;
  }
}
@media (max-width: 1299px) {
  .hero .intro-text {
    width: 62%;
  }
  .contact-info {
    top: 18px;
    left: 70px;
  }
  .social-media {
    padding-top: 25px;
  }
  .contact-addrs img:last-child {
    right: -35px;
  }
}
@media (max-width: 1900px) {
  .hero-left h1 {
    white-space: nowrap;
  }
}
/* Landscape Mobile  Starts */
@media (max-height: 500px) {
  .hero .intro-text {
    width: 100%;
  }
  .hero-left-btm {
    padding-top: 50px;
    margin-bottom: 10px;
  }
  .hero-right img {
    border-radius: 10px;
  }
  .hero .intro-text {
    padding-top: 25px;
  }
  .popular-services-main {
    /* bottom: -35px; */
    bottom: 15px;
  }
  .hero-left-btm h2 {
    bottom: 55px;
  }
  .hero {
    padding-top: 105px;
    padding-bottom: 0;
  }
  .connect {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .services-box {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .container {
    max-width: 100% !important;
  }
  .services .row > * , .connect .row > *{
    width: 50%;
    /* background: red; */
  }
  .services-box p {
    margin-left: 60px;
  }
  .services-box .service-num {
    margin-right: 22px;
  }
  .contact-form {
    /* width: 60%; */
  }
  .work-together-inner {
    justify-content: center;
  }
  .address-bg img:first-child, .contact-addrs .addrs-border{
   height: 522px;
}
.contact-addrs .addrs-border {
  left: 10px;
}
.contact-addrs img:last-child {
  left: 11rem;
  bottom: -25px;
  width: 235px;
}
}
/* Landscape Mobile  Ends */
