@import url(../css/clash-display.css);

/* variables */

:root {
    --c-dark: #212529;
    --c-brand: #4e57d4;
    --c-brand-light: #6970dd;
    --c-brand-rgb: 78, 87, 212;
    --c-body: #727272;
    --font-base: "ClashDisplay", san-serif;
    --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
    --transition: all 0.5s ease;
}

/* Reset & Helpers */
body {
    font-family: var(--font-base);
    line-height: 1.7;
    color: var(--c-body);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    color: var(--c-dark);
}

a {
    text-decoration: none;
     color: var(--c-body);
    transition: var(--transition);
}

a:hover {
    color: var(--c-brand-light);

}

img {
    max-width: 100%;
    height: auto;

}

.section-padding {
    padding-top: 140px;
    padding-bottom: 140px;
}

.theme-shadow {
    box-shadow: var(--box-shadow);
}


/* Image Zoom */

.image-zoon {
    position: relative;
    overflow: hidden;
}

.image-zoon-wrapper {
    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img {
    transition: var(--transition);
}

.image-zoom:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}


/* Navbars */

.navbar {
    box-shadow: var(--box-shadow);
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--c-dark);
}

.navbar-nav .nav-link.active {
    color: var(--c-brand);
}

/* Btn */

.btn {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 24px;
        background: #1A76D1;
}

.btn-brand {
    background-color: var(--c-brand);
    border-color: var(--c-brand);
    color: white;
}

.btn-brand:hover{
    background-color: var(--c-brand-light);
    border-color: var(--c-brand-light);
    color: white;
}

.btn-details {
    font-size: 14px;
    font-weight: 700;
    color: white;
}

.btn-details i {
    margin-right: 8px;
    transition: all 0.2s linear;
}

.btn-details i:before {
    font-size: 20px;
}


.btn-details i:hover {
    color: white;
}

/* header-top */
.header-top {
  background-color: var(--c-brand);
  height: 40px;
}

@media (max-width:576px) {
    .header-top {
		
        height: auto;

    }
     
}

/* Floating Social Media Bar Style Starts Here */

.fl-fl {

  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 220px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 30px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa-brands {
  font-size: 30px !important;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
  
}


.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
  font-size: 16px;
}

.float-fb {
  top: 160px;
   background: #4267B2;
}

.float-tw {
  top: 215px;
   background: #1DA1F2;
}

.float-gp {
  top: 270px;
  background: #E1306C;
}

.float-ig {
  top: 325px;
   background: #2867B2;
}

.float-pn {
  top: 380px;
   background: #ff0000;
} 

/* hero */

/*#hero {*/
    
/*    background: linear-gradient(rgba(var(--c-brand-rgb), 0.507), rgba(var(--c-brand-rgb), 0.438)), url(.../images/hero.jpg);*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/

/*#hero{*/
    /* background: linear-gradient(rgba(var(--c-brand-rgb), 0.507), rgba(var(--c-brand-rgb), 0.438)), url(./assets/images/sl-1.jpg); */
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/

#hero-irrigation{
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.507), rgba(var(--c-brand-rgb), 0.438)), url(../images/drip-hero.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
}

#hero-vertical{
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.507), rgba(var(--c-brand-rgb), 0.438)), url(../images/sl-7.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
}

#hero-biodigester{
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.507), rgba(var(--c-brand-rgb), 0.438)), url(../images/biod.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
}

#hero-waste{
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.507), rgba(var(--c-brand-rgb), 0.438)), url(../images/waste-00.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
}


#hero-water{
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.507), rgba(var(--c-brand-rgb), 0.438)), url(../images/water-001.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
}


/* section title */

.section-title {
    margin-bottom: 60px;
}

.section-title .line {
    width: 60px;
    height: 4px;
    background-color: var(--c-brand);
    margin: 16px auto 24px auto;
}

.section-title p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


/* icon Box */

.iconbox {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--c-brand-rgb), 0.1);
    color: var(--c-brand);
    font-size: 34px;
    width: 70px;
    flex: none;
}

/* services */

.service {
    position:relative;
    overflow:hidden;
    z-index: 2;
}

.service::after {
    content: "";
    width:40px;
    height:40px;
    background:rgba(var(--c-brand-rgb), 0.2);
    position: absolute;
    bottom:0;
    right:0;
    transition: var(--transition);
}

.service:hover::after {
    width:100%;
    height: 100%;
    background: var(--c-brand);
    z-index: -1;

}

.service:hover h5,
.service:hover p {
    color:white;
}

.service:hover .iconbox {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

/* counter */

#counter {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.8), rgba(var(--c-brand-rgb), 0.8)), url(./assets/images/counter.jpg);
    background-position: center;
    background-size: cover;
    display:flex;
    justify-content:center;

}

/* Portfolio */

.portfolio-item .icobox {
    background-color: var(--c-brand);
    color: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.portfolio-item:hover .iconbox {
    opacity: 1;
    top: 50%;
}


/* review */

.review small {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--c-brand);
}

.review-head {
    position: relative;
}

.review-head::after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -14px;
    background-color: white;
    transform: rotate(45deg);
}

/* team */

.team-member-content {
    background-color: var(--c-brand);
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: calc(100% - 50px);
    transform: translateX(-50%);
    padding: 24px;
    transition: var(--transition);
    opacity: 0;
}

.team-member:hover .team-member-content {
    opacity: 1;
    bottom: 24px;
}

/* Contact */

#contact {
    position: relative;
    z-index: 2;
}

#contact::after {
    content: "";
    width: 100%;
    height: 70%;
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.8), rgba(var(--c-brand-rgb), 0.8)), url(./assets/images/counter.jpg);
    /* background-image:  url(./assets/images/counter.jpg); */
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

#contact .form-control {
    border-radius: 0;

}

#contact .form-control:focus {
    box-shadow: none;
    border-color: var(--c-brand);
}

/* footer */

footer {
    padding-top: 120px;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

footer li,
footer p,
footer a {
    color: rgba(255, 255, 255, 0.7);

}

footer ul {
    list-style: none;
    padding: 0;
}

footer .line {
    width: 40px;
    height: 4px;
    background-color: var(--c-brand);
    margin-top: 12px;
    margin-bottom: 24px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 100px;
    color: var(--c-brand);

}

.social-icons a:hover {
    background-color: var(--c-brand);
    color: white;
}