@import url('fonts.css');

body {
  margin-top: 70px;
  font-size: 16px;
}

:root {
  /*      Theme colors        */
  --text-gray: #3a3f50;
  --text-light: #c3c3c3;
  --bg-color: #0f0f0f;
  --white: #ffffff;
  --midnight: #1c1368;
  --sunlight: #ffd900;
  --warm-red: #aa0202;
  --golden: #836d0d;
  --leaf_green: #257e47;
  --coylogo: #3e60e9;
  /* gradient color   */
  --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  /*      theme font-family   */
  --Abel: 'Abel', cursive;
  --Anton: 'Anton', cursive;
  --Audiowide: 'Audiowide', cursive;
  --Josefin: 'Josefin', cursive;
  --Lexend: 'Lexend', cursive;
  --Livvic: 'Livvic', cursive;
  --Lato: 'Lato', cursive;
  --Montserrat: 'Montserrat', cursive;
  --Poppins: 'Poppins', cursive;
  --Roboto: 'Roboto', cursive;
}

/* Common Class */
.primary-text {
  color: var(--leaf_green);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--Poppins);
  text-align: center;

}

p {
  font-family: var(--Roboto);
}

.read_btn {
  border: 1px solid var(--golden);
  color: var(--golden);
  text-transform: uppercase;
  background-color: var(--white);
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.read_btn:hover {
  border: 1px solid var(--leaf_green);
  background-color: var(--leaf_green);
  color: var(--white);
}

/*-------------------start-Navigation-----------------------*/
.navbar-default {
  background: rgba(37, 126, 71, 0.8) !important;
  border: 0;
  text-transform: uppercase;
  font-family: var(--Lexend);
  font-size: 20px;
  -webkit-box-shadow: 0px 3px 20px var(--text-gray);
  box-shadow: 0px 3px 20px var(--text-gray);
}

.navbar-brand {
  font-family: var(--Audiowide);
  font-size: 30px !important;
  font-weight: 550 !important;
  text-shadow: 2px 2px 3px #000000;
  color: var(--white) !important;
}

.navbar-brand:hover {
  text-shadow: none;
  color: var(--golden) !important;
  text-shadow: -1px 0 #ffd900, 0 1px #ffd900, 1px 0 #ffd900, 0 -1px #ffd900;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: var(--white) !important;
}

.nav>li>a:hover {
  text-decoration: none;
  color: var(--sunlight) !important;
}

/*---------------------end-Navigation-----------------------*/
/*---------------------Start-Navigation-boot----------------------*/

/*---------------------end-Navigation-boot----------------------*/
/*---------------------start-content-----------------------*/
#showcase h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

#showcase img {
  width: 90%;
  margin-left: 40px;
  margin-top: 40px;
}

#showcase .showcase-right {
  margin-top: 90px;
}

#testimonial {
  background: #dbecd9 fixed center;
  padding: 50px 0 30px 0;
  text-align: center;
  margin-top: 40px;
}

#testimonial p {
  font-size: 30px;
  font-family: var(--Josefin);
  color: #000;
}

#testimonial p.customer {
  font-size: 15px;
  color: #666;
}

#info1 .info-right {
  margin-top: 90px;
}

.info1 img {
  width: 90%;
  margin-left: 40px;
  margin-right: 10px;
}

#info2 {
  margin: 20px 0 60px 0;
}

#contact {
  background: url(../img/power/image3_new-02-01.png);
  padding: 40px;
  color: #fff;
  border-top: #333 7px solid;
  border-bottom: #333 7px solid;
}

.alert {
  text-align: center;
  padding: 10px;
  background: #213d21;
  color: #fff;
  margin-bottom: 10px;
  display: none;
}

footer {
  padding: 30px;
}

/*-------------------media queries-----------------------*/
@media (max-width: 900px) {
  .navbar-default {
    font-size: 15px;
    -webkit-box-shadow: 0px 2px 10px var(--text-gray);
    box-shadow: 0px 2px 10px var(--text-gray);
  }

  .navbar-brand {
    font-size: 20px !important;
    font-weight: 450 !important;
    text-shadow: 2px 2px 3px #000000;
    color: var(--white) !important;
  }

  /*---------------------end-Navigation-----------------------*/
  /*---------------------start-content-----------------------*/
  #showcase h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #showcase img {
    width: 90%;
    margin-left: 30px;
    margin-top: 30px;
  }

  #showcase .showcase-right {
    margin-top: 90px;
  }

  #testimonial {
    background: #dbecd9 fixed center;
    padding: 50px 0 30px 0;
    text-align: center;
    margin-top: 40px;
  }

  #testimonial p {
    font-size: 20px;
    font-family: var(--Josefin);
    color: #000;
  }

  #testimonial p.customer {
    font-size: 12px;
    color: #555555;
  }

  #info1 .info-right {
    margin-top: 60px;
  }

  .info1 img {
    width: 70%;
    margin-left: 40px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .navbar-default {
    font-size: 12px;
    -webkit-box-shadow: 0px 2px 10px var(--text-gray);
    box-shadow: 0px 2px 10px var(--text-gray);
  }

  .navbar-brand {
    font-size: 16px !important;
    font-weight: 450 !important;
    text-shadow: 2px 2px 3px #000000;
    color: var(--white) !important;
  }
}