/*

Template 2075 Digital Team

http://www.tooplate.com/view/2075-digital-team

*/

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
  }
  body {
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
}



html, body {
     width: 100%;
     overflow-x: hidden;
  }

h1, h2, h3, h4 {
  font-weight: bold;
  letter-spacing: 2px;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
  font-size: 15px;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #CCC;
}

.section-title strong {
	color: #00C6D7;
  	font-size: 56px;
}

.section-title h1 {
	font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

#work,#about, #team, 
#portfolio, #pricing, #contact {
   padding-top: 100px;
  padding-bottom: 100px;
}


/* ==========================================================================
preloader section
========================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #00c6d7;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar {
    background: #4B4B4B;
    margin-bottom: 0;
    padding: 14px 30px;
background-color: #f3f5f3;
}
.custom-navbar .navbar-brand  {
  color:  #00c6d7;
  font-weight: 600;
  font-size: 24px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #00c6d7;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
    }
.custom-navbar .nav li a {
    color: #131212;
    font-size: 14px;
    font-weight: 500;
    }
    .custom-navbar .nav li a:hover {
      background-color:  #0dbf19d1;
       color: #0a0a0a;
    }
  
 
.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #2d2d2d;
  outline: none;
}
.custom-navbar .nav li.active > a {
      color: #13c013;
    }
.custom-navbar .navbar-toggle {
        border: none;
        padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar {
        background: #00c6d7;
        border-color: transparent;
    }
 @media(min-width:768px){
    .custom-navbar {
            background:white;
            padding: 10px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 8px;
            background: white;
        }
}

/* ==========================================================================
home section
========================================================================== */
#home {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  text-align: center;
}
#home h1 {
  font-size: 40px;
  color: #00c6d7 ;
}
#home h3 {
  font-size: 14px;
}
#home hr {
  width: 240px;
}
#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #09a12c;
  border-color: transparent;
}
#home .btn-danger {
  background: #09a12c;
  border-color: transparent;
}
#home .btn-danger:hover {
	border: 4px solid #ffffff;
  	border-radius: 0;
	background: transparent;
  	color: #ffffff;
}

/* ==========================================================================
work section
========================================================================== */
#work {
   text-align: center;
   background-color: whitesmoke;
}

#work i{
  color: rgb(21, 160, 21);
}
#work .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
  margin-left: 12%;
}
#work .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 1px 2px 8px 1px rgba(5, 5, 5, 0.767);
  margin-bottom: 2%;
}
#work h3 {
  font-size: 18px;
}

/* ==========================================================================
about section
========================================================================== */
#about {
  background: #3B3B3B;
  color: #ffffff;
}
#about h3{
  color: #00C6D7;
}
.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
  	color: #ffffff;
  	font-size: 16px;
  	padding: 10px 20px;
  	border: 0;
  	border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #00c6d7;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}

.tab-content a {
	color: #0CC;
}
 .tab-content a:hover, .tab-content a:link {
	color: #FF0;
	text-decoration: none;
}

/* ==========================================================================
team section
========================================================================== */

        /* General Styling */
        #teamm {
          background: #f8f9fa;
          padding: 60px 0;
          text-align: center;
           align-items: center;

      }
        .section-title {
          margin-bottom: 40px;
          grid-column: span 4;
          text-align: center;
      }
      
      .section-title strong {
          font-size: 24px;
          color: #007bff;
      }
      
      .section-title .heading {
          font-size: 32px;
          font-weight: bold;
          color: #333;
      }
      
      /* Team Card Styling */
      .team-wrapper {
          background: #fff;
          padding: 20px;
          border-radius: 12px;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          transition: transform 0.3s ease-in-out;
          width: 105%;
          max-width: 300px;
          }
      
      .team-wrapper:hover {
          transform: translateY(-10px);
      }
      
      .team-wrapper img {
          width: 150%;
          height: 280px;
          object-fit: cover;
          border-radius: 8px;
      }
      
      .team-des {
          padding: 15px 0;
      }
      
      .team-des h4 {
          font-size: 20px;
          color: #222;
          font-weight: bold;
      }
      
      .team-des h3 {
          font-size: 16px;
          color: #007bff;
          font-weight: 500;
      }
 /* ==========================================================================
Intro section
========================================================================== */
#Intro {
  background-color: #f6f6f6;
  text-align: center;
  padding-top: 100px;
  }
  #Intro strong{
    padding-top: 50px;
    color: #00C6D7;
  	font-size: 56px;
  }
 .intro-section {
  text-align: center;
 }

.intro-heading {
  font-size: 36px;
  color: #2c3e50;
  margin-bottom: 20px;
}

.intro-text {
  font-size: 18px;
  color: #7f8c8d;
  margin-bottom: 30px;
  line-height: 1.8;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Video container and styling */
.video-container {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.intro-video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .intro-heading {
      font-size: 28px;
  }

  .intro-text {
      font-size: 16px;
  }
}

/* ==========================================================================
pricing section
========================================================================== */
#pricing {
  text-align: center;
 }
#pricing h2 {
  font-size: 52px;
}
#pricing h3 {
  font-size: 16px;
}
.feature-thumb {
  border: 1px solid #f0f0f0;
  height: 350px;
  padding: 5em 3em;
  margin-bottom: 5%;
  box-shadow: 1px 2px 8px 1px rgba(5, 5, 5, 0.767);
 
}
 #pricing .col-md-4{
  margin-left: 11%;
}
#pricing .col-md-4 a{
text-decoration: none;
}
.feature-thumb span {
  background: #3f51b5;
  border-radius: 50px;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 5px;
}
.feature-thumb a{
  list-style: none;
  
}
 .feature-thumb h3 {
  margin: 10px 0;
}
.Register-link, .Login-link {
display: inline-block;
margin: 10px 5px;
padding: 8px 20px;
background-color: #7dce9f;
color: #151414;
text-decoration: none;
border-radius: 4px;
 }
 .Register-link:hover, .Login-link:hover {
background-color: #0056b3;
color: black;
}



/* ==========================================================================
contact section
========================================================================== */
#contact {
  background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact form {
  padding-top: 60px;
}
#contact .form-control {
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .con-info{
  display: flex;
}
#contact input {
  height: 40px;
}
#contact button {
  background:  #00c6d7;
  border: 3px solid #00c6d7;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact button:hover {
  color: #000000;
}
 


/* ==========================================================================
footer section
========================================================================== */
footer {
  background-color: #25b208ba; /* Light background color for better visibility */
  color: #f8f8f8; /* Light grey text for good contrast */
  padding: 40px 0;
}

footer h2 {
  font-size: 18px;
  color: #0c0c0c; /* Light grey for headings */
  margin-bottom: 15px;
}

footer p {
  font-size: 14px;
  line-height: 1.5;
  color:rgba(255, 255, 255, 0.921); /* Slightly darker grey for paragraphs */
}

footer a {
  color: rgba(255, 255, 255, 0.888); /* 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: #121212; /* 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;
}

 @media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  #home h1 {
    font-size: 22px;
  }
  #home h3 {
    font-size: 12px;
  }
  footer{
    width: 100%;
    text-align: center;
  }
  footer .col-sm-6 {
    margin-left: 25%;
    width: 50%;
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .cards{
    display: flex;
  }
  .col-md-4 {
      width: 50%; /* Two columns on medium screens */
      float: left;
  }
  footer .col-sm-6 {
    text-align: center;
    margin-left: 25%;
    width: 50%;
  }
  .class{
    margin-left: 7%;
 
  }
}

@media (max-width: 768px) {
  .cards{
    display: flex;
  }
  .col-md-4, .col-sm-4 {
      width: 80%; /* Full width on small screens */
      float: none;
  }
  .feature-thumb {
      text-align: center;
      padding: 20px;
  }
  .html a {
      display: block;
      margin: 10px auto;
      text-align: center;
  }
}

@media (max-width: 480px) {
  .cards{
    display: block;
    flex-direction: row;
  }
  .feature-thumb span {
      font-size: 18px;
  }
  .feature-thumb p {
      font-size: 14px;
  }
  .html a {
      font-size: 14px;
      padding: 8px;
  }
}
