@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200..800;1,200..800&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

body {
    overflow-x: hidden;
}

/** CSS PRIMARY COLORS */
:root {
    --color-primary-a0: #ffffff;
    --color-primary-a10: #dcc2dd;
    --color-primary-a20: #b988bc;
    --color-primary-a30: #944e9b;
    --color-primary-a50: #6e007b;
    --color-primary-a60: #ff0000;
    --color-primary-a70: #39103d;
    --color-primary-a80: #200d22;
    --color-primary-a90: #000000;
    --color-color-light: #F8F9FB;
}


span.navbar-toggler-icon {
    background: url(../img/menu.svg) no-repeat;
    background-size: contain;
}

a {
    color: #000;
    text-decoration: none !important;
    display: inline-block;
}

a:hover {
    color: var(--color-primary-a60);
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

a.primary-btn,
button.primary-btn {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
    background-color: var(--color-primary-a60);
    border: 1px solid var(--color-primary-a60);
    border-radius: 30px;
    color: #fff;
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: auto;
    text-decoration: none;
}

.icon {
    width: 130px;
    height: 130px;
    margin: auto;
    background: #efb374ad;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.icon img {
    transform: translateY(50%);
}
.icon:hover {
    background:var(--color-primary-a60);
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.icon:hover img {
    filter: invert(1);
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.lead-form {
    background: #fff;
    padding: 3rem;
    border-radius: 30px;
}

.lead-form input {
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 15px !important;
}
.box-1{
min-height: 260px;
overflow: hidden;
background: url(../img/free-roof-gardening.webp) no-repeat;position: relative;border-radius: 30px;
transition: all .5s;
}
.box-2{
min-height: 260px;
overflow: hidden;
background: url(../img/free-roof-gardening.webp) no-repeat;position: relative;border-radius: 30px;
transition: all .5s;
}
.box-inner {
position: absolute;
z-index: 9;
top: auto;
bottom: 25px;
left: 30px;
transition: all .5s;
}
.box-1:hover .feature-box1,.box-2:hover .feature-box2  {
transform: scale(1.1);
transition: all .5s;
}
.feature-box1 {
    background: url(../img/car-training-chennai.jpeg) no-repeat;position: relative;border-radius: 30px;
    background-position: center;
    background-size: cover;
    position: relative;
     min-height: 350px;
     transition: all .5s;
}
.feature-box1:after,.feature-box2:after {
    content: "";
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(170deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6923363095238095) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}
.feature-box2 {
    min-height: 350px;
    background: url(../img/bike-training.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    position: relative;
}

.feature-box1 a,
.feature-box2 a {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 99;
}



.feature-box1:after {
    content: "";
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(170deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6923363095238095) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    border-radius: 30px;
}


.pricing-inner {
    -webkit-box-shadow: 0px 0px 20px 0px rgb(241 241 241);
    -moz-box-shadow: 0px 0px 20px 0px rgb(241 241 241);
    box-shadow: 0px 0px 20px 0px rgb(241 241 241);
    border-radius: 30px;
    padding: 20px;
}

.cta-inner {
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px
}

.falcon-left {
    padding: 20px;
    background: rgb(84 189 1 / 20%);
    border-radius: 20px;
}

.falcon-left li,
.falcon-right li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}

.falcon-right li:last-child,
.falcon-left li:last-child {
    padding-bottom: 0;
}

.falcon-right li:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../img/cross.svg) no-repeat;
    background-size: contain;
    display: block;
    left: 0;
}

.projects .owl-nav button.owl-next span,
.projects .owl-nav button.owl-prev span {
    background: #ff0000;
    padding: 6px 15px 9px 16px;
    border-radius: 30px;
    font-size: 30px;
    color: #fff !important;
    position: absolute;
    top: 40%;
}

.projects .owl-nav button.owl-prev span {
    left: 0;
}

.projects .owl-nav button.owl-next span {
    right: 0;
}

.falcon-left li:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../img/check.svg) no-repeat;
    background-size: contain;
    display: block;
    left: 0;
}

.falcon-left ul,
.falcon-right ul {
    list-style: none;
}

.falcon-right {
    padding: 20px;
    background: rgb(234 51 35 / 10%);
    border-radius: 20px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff0000 !important;
    width: 30px;
}

.testiminials iframe {
    border-radius: 20px !important;
}

a.w-primary-btn:hover {
    background-color: transparent;
    color: #fff;
}

a.w-primary-btn {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #000;
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: auto;
    text-decoration: none;
}

a.w-secondary-btn:hover {
    background-color: #fff;
    color: #000;
}



a.w-secondary-btn {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: auto;
    text-decoration: none;
}

a.primary-btn:hover {
    background-color: transparent;
    color: var(--color-primary-a60);
}

a.secondary-btn {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    border: 1px solid var(--color-primary-a60);
    border-radius: 10px;
    color: var(--color-primary-a60);
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: auto;
    text-decoration: none;
}

a.secondary-btn:hover {
    background-color: var(--color-primary-a60);
    color: #fff;
}

.heading-bold,
.heading-bold span {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
}

.inner-title {
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    ;
}

.section-inner-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    ;
}

.p-big {
    font-size: 20px;
    line-height: 28px;
}

.y-spacing {
    padding: 60px 0px;
}

.b-spacing {
    padding-bottom: 60px;
}

.t-spacing {
    padding-top: 60px;
}

.hero-banner {
    background: url(../img/hero-banner.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
    position: relative;
}

.hero-banner::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    background: rgb(0, 0, 0);
    background:  linear-gradient(245deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 80%) 100%);
   
    z-index: 0;
}

h1.hero-content {
    font-size: 45px;
    line-height: 53px;
}

h1.hero-content span {
    color: #ff0000;
    font-size: 45px;
    line-height: 53px;
}

.project-grid {
    padding: 20px;
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 36px;
}
.project-grid img{
    border-radius: 15px;
}
.hero-title,
.hero-title span {
    font-size: 45px;
    font-weight: 800;
    line-height: 53px;
}

.hero-title span,
.heading-bold span {
    position: relative
}



.counter-inner {
    background: #efb374ad;
    border-radius: 30px;
    padding: 2rem 2rem;
}

.counter h3 {
    font-size: 55px;
    margin-bottom: 0;
}

@media(max-width:768px) {
    .m-center {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media(min-width:1024px) {
    .mx-60 {
        margin-left: -60px;
        margin-right: 60px;
    }

    .mx-40 {
        margin-left: -40px;
        margin-right: 40px;
    }

    .mx-30 {
        margin-left: -30px;
        margin-right: 30px;
    }
}

@media(min-width:600px) {
    .m-timeline {
        display: none;
    }
}

@media(max-width:600px) {
    .lead-form {
        padding: 20px;
    }

    .d-timeline {
        display: none;
    }

    h1.hero-content,
    h1.hero-content span {
        font-size: 35px;
        line-height: 43px;
    }

    .logo {
        max-width: 150px;
    }

    .heading-bold {
        font-size: 30px;
        line-height: 38px;
    }

    a.primary-btn {
        margin-bottom: 10px;
    }

    .hero-title,
    .hero-title span,
    h2.cta-title {
        font-size: 35px;
        line-height: 43px;
    }

    .inner-title {
        font-size: 20px;
        line-height: 28px;
    }

    .p-big {
        font-size: 17px;
        line-height: 23px;
    }

    .analysis1,
    .analysis2,
    .analysis3 {
        display: none
    }

    div#navbarCollapse {
        position: absolute;
        top: 71px;
        background: rgb(255, 255, 255);
        width: 100%;
        padding: 20px 0;
        z-index: 999;
    }

    li.nav-item {
        padding-bottom: 15px;
    }

    .lines::after {
        height: 0;
        width: 0;
    }

    .y-spacing {
        padding: 40px 0;
    }

    .b-spacing {
        padding-bottom: 40px;
    }

    .t-spacing {
        padding-top: 40px;
    }
}

a.whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #25D366;
    padding: 10px 20px 10px 50px;
    border-radius: 30px;
    color: #fff;
    z-index: 999;
}

a.whatsapp::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 17px;
    top: 10px;
    background: url(../img/whatsapp.svg) no-repeat;
    background-size: contain;
}
/*Timeline*/
.timeline{
  counter-reset: year 2016;
  position: relative;
}

.timeline li{
  list-style: none;
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
  font-weight:bold;
}

ul:nth-child(1){
  color: #4caf50;
}

.timeline li:before{
  counter-increment: year;
  content: counter(year);
  width: 50px;
  height: 50px;
  border: 3px solid #4caf50;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: 0 auto 10px auto;
  background: #F1F1F1;
  color: #000;
  transition: all ease-in-out .3s;
  cursor: pointer;
}

.timeline li:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 25px;
  left: -50%;
  z-index: -999;
  transition: all ease-in-out .3s;
}

.timeline li:first-child:after{
  content: none;
}
.timeline li.active{
  color: #555555;
}
.timeline li.active:before{
  background: #4caf50;
  color: #F1F1F1;
}

.timeline li.active + li:after{
  background: #fff;
}
.review-block img {
    max-width: 90px;
    margin: 0 auto 10px;
}
.review-block {
    padding: 30px 20px;
    border-radius: 30px;
}

/*slide*/
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.slider {

  margin: auto;
  overflow: hidden;
  position: relative;
}
/*.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}*/
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
  gap:30px;
}
