/*

Template 2099 Scenic

http://www.tooplate.com/view/2099-scenic

*/


@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700');

body {
  background: #ffffff; font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}

/*---------------------------------------
  TYPOGRAPHY              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-weight: 300;
}

h1 {
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}

h4 {
  color: #505050;
  font-size: 18px;
  line-height: 28px;
}

p {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.5px;
}


/*---------------------------------------
  BUTTONS               
-----------------------------------------*/

.section-btn {
  margin: 32px 0 0 0;
  padding: 0;
}

.section-btn a,
.section-btn button {
  line-height: 45px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  color: #ffffff;
  font-weight: normal;
}

.section-btn a span,
.section-btn button span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 0 25px;
  background-color: #2bbf0dd1; /* Light background color for better visibility */
  border-radius: 1px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.csstransforms3d .section-btn a span::before,
.csstransforms3d .section-btn button span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 1px;
  color: #ffffff;
  padding: 0 25px;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.section-btn a:hover span,
.section-btn a:focus span,

.section-btn button:hover span,
.section-btn button:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .section-btn a:hover span::before,
.csstransforms3d .section-btn a:focus span::before,

.csstransforms3d .section-btn button:hover span::before,
.csstransforms3d .section-btn button:hover span::before {
  background: #000000;  
}


/*---------------------------------------
  GENERAL               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #2bbf0dd1; /* Light background color for better visibility */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #252525;
}

.section-title {
  position: relative;
  padding-bottom: 22px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

#about, #project,
#team, #contact, footer {
  background: #ffffff;
}

#about,
#team, #contact {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}


/*---------------------------------------
  PRE LOADER              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #959595;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}


/*---------------------------------------
  MENU             
-----------------------------------------*/

.custom-navbar {
  margin-bottom: 0;
  background-color: #2bbf0dd1; /* Light background color for better visibility */
  padding: 20px 0;
}

.custom-navbar .navbar-brand {
  color: #f9f9f9;
  font-weight: bolder;
  font-size: 25px;

}

.custom-navbar .nav li a {
  font-size: 14px;
  font-weight: normal;
  color: #f9f9f9;
  letter-spacing: 0.5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 15px 20px;
  text-transform: uppercase;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
}

.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active > a:after {
  background: #ffffff;
  color: #ffffff;
  width: 100%;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #ffffff;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    background: 0 0; 
  }
  .custom-navbar.top-nav-collapse {
    background: #2bbf0dd1; /* Light background color for better visibility */
    padding: 15px 0;
  }
}


/*---------------------------------------
  HOME             
-----------------------------------------*/

#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100vh;
  position: relative;
  padding-top: 10em;
}

#home {  
  background-image: url('../images/bg-image.jpg');  
  background-size: cover;  
  background-position: center;  
  background-repeat: no-repeat;  
}


#home h1 {
  color: #ffffff;
  font-size: 6em;
  line-height: 1.2em;
  font-weight: normal;
}

video {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#home p {
  color: rgba(250,250,250,0.7);
  font-weight: normal;

}

#home .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
}

#home video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

/*---------------------------------------
  ABOUT              
-----------------------------------------*/

.about1{
  padding:  0 10%;
  text-align: center;
  align-items: center;
}
.about1 h1{
  color: #2bbf0dd1;
  font-weight: 700;

}
.about1 p{
  font-weight: 500;
  font-size: 1.7rem;
  margin: .3rem 0;
  line-height: 27px;
}
.about-card1 {
  gap: 1.5rem;
  display: flex;
  text-align: center;
  align-items: center;
  background-color: white;
  box-shadow: 1px 1px 5px rgb(162, 161, 161);
  margin-top: 3%;
  width: 70%;
  padding: 1.5% 1.8%;
  margin-left: 7%;
  border-radius: 10px;
}
.about-card2{
  gap: 1.5rem;
  padding: 1.5% 1.8%;
  margin-left: 22%;
  display: flex;
  text-align: center;
  align-items: center;
  background-color: white;
  box-shadow: 2px 2px 5px rgb(162, 161, 161);
  margin-top: 3%;
  width: 70%;
  border-radius: 10px;

}
.left-card{
  width: 28%;
}
.right-card{
  width: 80%;
  text-align: left;
}
.right-card p{
  color: #090909;
}
.left-card img{
  height: 82%;
  width: 82%;
  border-radius: 50%;
  border: 2px solid grey;
}
.left-card h2{
  font-weight: bold;
  font-size: 1.5rem;
  margin: .4rem 0;
  color: #2bbf0dd1;
  line-height: 25px;
}
.left-card p{
  line-height: 14.5px;
  font-size: 1.4rem;
  font-weight: bold;
}


 /* projects */

 #projects {
  padding: 3rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(to right, #e3ffe7, #e3ffe7); /* Light green-blue gradient */
}

#projects h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #2bbf0d; /* Green shade for better contrast */
  font-family: 'Poppins', sans-serif;
}

#projects h1 span {
  color: black; /* Orangered accent */
}

.intro-text {
  font-size: 1.5rem;
  color: #444;
  max-width: 600px;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.projects {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.projects .pro {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  width: 320px; /* Ensuring all cards have the same width */
  height: 450px; /* Fixed height to maintain consistency */
  text-align: center;
  padding: 25px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensures equal spacing */
}

.projects .pro:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.projects .pro h3 {
  font-size: 1.8rem; /* Same font size for all headings */
  color: #2bbf0d;
  font-weight: 600;
  margin: 10px 0;
}

.projects .pro span {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.projects .pro p {
  color: #090909;
  margin: 10px 0; /* Adjust spacing between title and paragraph */
  flex-grow: 1; /* Ensures the paragraph doesn't create extra space */
}

.projects .pro button {
  margin-top: auto; /* Pushes the button to the bottom */
}

.projects .pro img {
  width: 100%;
  height: 150px; /* Fixed height for uniform images */
  object-fit: cover; /* Ensures images scale without distortion */
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.projects .pro:hover img {
  transform: scale(1.08);
}

.projects .pro button {
  background: #2bbf0d;
  color: white;
  font-size: 1.3rem;
  padding: 1rem 2rem;
  border: 2px solid #2bbf0d;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.projects .pro button:hover {
  background: #2bbf0daa;
  color: white;
  transform: scale(1.05);
}

/* our clients */
#clients {
  margin-top: 10rem;
}
#clients h1{
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
.scroll-container {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 15px 0;
  white-space: nowrap;
  position: relative;
}

.scroll-content {
  display: flex;
  align-items: center;
  gap: 2rem; /* Space between cards */
  animation: scrollLeft 20s linear infinite;
}

.scroll-content.reverse {
  animation: scrollRight 20s linear infinite;
}

.scroll-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  height: 120px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scroll-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
}
.scroll-item p{
  width: 50%;
  color: #000000;
}

/* Hover Effect */
.scroll-item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Pause on Hover */
.scroll-container:hover .scroll-content {
  animation-play-state: paused;
}

/* Continuous Scrolling Keyframes */
@keyframes scrollLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); } /* Moves halfway to create infinite loop */
}

@keyframes scrollRight {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}


/*---------------------------------------
  PROJECT              
-----------------------------------------*/

.project-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

.project-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.project-info {
  padding: 12em 0;
}

.project-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.project-item:hover img {
  transform: scale(1.1);
}

.project-overlay h1 {
  color: #ffffff;
  margin: 0;
}
.project-overlay h3 {
  color: #d9d9d9;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 0;
}

.project-item:hover .project-overlay {
  opacity: 1;
}


.project-item a {
  text-decoration: none; /* Removes the underline from the project item link */
}
/*---------------------------------------
   TEAM             
-----------------------------------------*/

#owl-team img{
  border-radius: 50%;
}
#team .item {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}
#team h1{
  color: #2bbf0d;
}
#team h3,
#team p {
  margin: 0;
}

.team-item {
  overflow: hidden;
  position: relative;
  margin-top: 34px;
  margin-bottom: 16px;
}

.team-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.team-item:hover img {
  transform: scale(1.1);
}

.team-overlay {
  background: rgba(0,0,0,0.5);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.team-overlay .social-icon {
  position: relative;
  top: 45%;
}
.team-overlay .social-icon li a {
  background: #ffffff;
  color: #191919;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.team-item:hover .team-overlay {
  opacity: 1;
}
#owl-team .item {
  text-align: center; /* Centers text below the image */
}

#owl-team img {
  border-radius: 50%;
  width: auto;
  height: auto;
  max-width: 12vw; /* 12% of viewport width */
  max-height: 12vw;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
  display: block;
  margin: 0 auto; /* Centers the image */
}

#owl-team p, 
#owl-team h3 {
  text-align: center; /* Centers text */
  margin-top: 10px; /* Space between image and text */
}

/*---------------------------------------
  CONTACT             
-----------------------------------------*/

#contact {
  background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
}

#contactForm {
  padding-top: 22px;
}

#contact .text-success,
#contact .text-danger {
  display: none;
  padding: 0 0 5px 20px;
}

#contact .form-control {
  border: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 22px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-color: #d9d9d9;
}

#contact input {
  height: 55px;
  line-height: 45px;
}

#contact .section-btn {
  margin: 5px 0 0 0;
}
.section-title h1{
  font-weight: bold;
}

#contact button#submit-button {
  background: transparent;
  border: none;
  padding: 0;
  line-height: 50px;
}
.marquee-container {
  width: 100%;
  overflow: hidden; /* Ensures that content outside the box is hidden */
  padding: 10px 0;
  box-sizing: border-box;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap; /* Prevents text from wrapping */
  animation: marquee 20s linear infinite; /* Animation to scroll the text */
  font-size: 18px; /* Adjust font size as needed */
  color: #333; /* Dark text color */
}

/* Keyframe for the scrolling animation */
@keyframes marquee {
  0% {
    transform: translateX(100%); /* Start off-screen on the right */
  }
  100% {
    transform: translateX(-100%); /* End off-screen on the left */
  }
}


/*---------------------------------------
  FOOTER              
-----------------------------------------*/
footer {
  background-color: #2bbf0dd1; /* Light background color for better visibility */
  color: #f8f8f8; /* Light grey text for good contrast */
  padding: 40px 0;
}

footer h2 {
  font-size: 18px;
  color: rgb(17, 17, 17); /* Light grey for headings */
  margin-bottom: 15px;
}

footer p {
  font-size: 14px;
  line-height: 1.5;
  color: white; /* Slightly darker grey for paragraphs */
}

footer a {
  color: white; /* White color for links */
  text-decoration: none;
}

footer a:hover {
  color: #1d28f2; /* Light blue on hover for links */
}

footer .contact-info p {
  margin: 5px 0;
}

footer .social-icon {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

footer .social-icon li {
  margin-right: 15px;
}

footer .social-icon a {
  font-size: 24px;
  color: #090909; /* White color for social media icons */
  transition: color 0.3s;
}

footer .social-icon a:hover {
  color: #1DA1F2; /* Light blue on hover for icons */
}

footer .copyright-text {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #fcf9f9; /* Darker grey for copyright text */
}

footer .copyright-text a {
  color: #070707; /* White for the design link */
  text-decoration: none;
}

footer .copyright-text a:hover {
  text-decoration: underline;
}
footer .row strong{
  margin-left: 8%;
}

/* Make sure it looks good on mobile devices */
@media (max-width: 767px) {
  footer .row {
      text-align: center;
  }

  footer .row strong{
    margin-left: -5%;
  }

  footer .social-icon {
      justify-content: center;
  }
}



/*---------------------------------------
  SOCIAL ICON             
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 100%;
  color: #292929;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  position: relative;
  margin: 4px 8px 0 8px;
}

.social-icon li a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/

@media (max-width: 992px) {
  #home h1 {
    font-size: 4em;
    line-height: normal;
  }
  .about-card1{
    flex-direction: column;
  }
  .about-card2{
    flex-direction: column-reverse;
  }
  .left-card{
    width: 90%;
    margin-top: 3%;
  }

  .scroll-content {
    gap: 1.5rem;
    animation-duration: 10s; 
  }

  .scroll-content.reverse{
    gap: 0.5rem;
animation-duration: 10s;
}

}

@media (max-width: 980px) {
  h1 {
    font-size: 30px;
    line-height: inherit;
  }

  #home {
    padding-top: 0em;
  }

  #about {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .project-info {
    padding: 4em 0;
  }

  footer {
    text-align: center;
  }
  footer .social-icon {
    margin-top: 32px;
  }

.about-card1{
  flex-direction: column;
}
.about-card2{
  flex-direction: column-reverse;
}
.left-card{
  width: 90%;
  margin-top: 3%;
}
.scroll-content {
  gap: 1.5rem;
  animation-duration: 10s; /* Faster scrolling on smaller screens */
}
.scroll-content.reverse{
  gap: 0.5rem;
animation-duration: 10s;
}
}

@media (max-width: 770px) {
  #home h1 {
    font-size: 3.5em;
  }
  .about-card1{
    flex-direction: column;
  }
  .about-card2{
    flex-direction: column-reverse;
  }
  .left-card{
    width: 90%;
    margin-top: 3%;
  }

  .scroll-content {
    gap: 1rem;
    animation-duration: 8s;
  }
  .scroll-content.reverse{
    gap: 0.5rem;
animation-duration: 8s;
}

}

@media (max-width: 767px) {
  .custom-navbar {
    padding: 10px 0;
  }
  .custom-navbar .nav li a {
    display: inline-block;
    line-height: 15px;
    margin-bottom: 0;
  }
  .custom-navbar .nav li:last-child a {
    margin-bottom: 5px;
  }

  .project-info {
    padding: 10em 0;
  }

  .footer-info {
    padding: 22px 0 22px 0;
  }
  .about-card1{
    flex-direction: column;
  }
  .about-card2{
    flex-direction: column-reverse;
  }
  .left-card{
    width: 90%;
    margin-top: 3%;
  }

  .scroll-content {
    gap: 1rem;
    animation-duration: 8s;
  }
  .scroll-content.reverse{
    gap: 0.5rem;
animation-duration: 8s;
}

}


@media (max-width: 580px) {
  h1 {
    font-size: 26px;
  }

  #home {
    height: 100vh;
  }

  .about-info h3 {
    font-size: 12px;
    letter-spacing: 6px;
  }

  .project-info {
    padding: 5em 0;
  }
  .about-card1{
    flex-direction: column;
  }
  .about-card2{
    flex-direction: column-reverse;
  }
   .left-card{
    width: 90%;
    margin-top: 3%;
  }

  .scroll-content {
    gap: 0.5rem;
    animation-duration: 7s;
  }
  .scroll-content.reverse{
        gap: 0.5rem;
    animation-duration: 7s;
  }

}