
/*

Colors:

Fonts:

body {
    background: linear-gradient(120deg, #292A31, #35373F);
    width: 100%;
    min-height:100vh;
    background-size: cover;
}

*/


lottie-player {
  margin: 0 auto;
}

body {
    background: #292A31;
}


/* ======================================== Global */
html,
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    color: #304857;
}

.btn {
    transition: all 0.3s ease-in-out;
}

h1 {
 font-family: 'Prata', serif;
 font-size: 3.0rem;
}

h2 {
 font-family: 'Prata', serif;
 font-size: 2.5rem;
}

p {
    font-size: 1.5rem;
    font-weight: 300;
}

p .card-text {
    font-size: 1.25rem;
    font-weight: 300;
}

ul {
    font-weight: 300;
    font-size: 15pt;
}

.lead {
    font-size: 1.5rem;
    font-weight: 300;
}

.slanted-div {
  position: relative;
  padding: 200px 0;
  background: #181818;
  overflow: visible;
  z-index: 1;
}

.slanted-div:before, .slanted-div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  transform-origin: left top;
  transform: skewY(-3deg);
}

.slanted-div:after {
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(3deg);
}

.cardrow {
    padding-top: 20px;
}



/* ======================================== Navbar */

.navbar {
    background-color:rgba(48, 72, 87, 0.95);
    border-bottom: 0px solid #dedede;
    font-family: 'Lato', sans-serif;
    font-size: 13pt;
    font-weight: 400;
    padding-top:50px;
    padding-left:30px;
    padding-right:30px;
    /* height: 80px; */
}

.navbar .nav .nav-item .nav-link {
    color: #d1d1d1;
    padding-top:35px;
}

.navbar .nav .nav-item .nav-link:hover {
    color: white;
}

.navbar-toggler {
    color: white;
}


/* ======================================== Header */

#header {
    padding: 10rem 0;
    background: #292A31;
    color: white;
}

#header p {
    margin-bottom: 30px;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:0px;
}

#header .logo {
    padding-bottom: 40px;
}

#header .header-left {
    margin-top: 100px;
    padding-left:30px;
}

#header .header-right {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-style: solid;
    border-radius: 30px;
    border-width: 1px;
    border-color: white;
}

#header .fa {
    margin: 5% 0;
}

#header a .fa {
    color: white;
}

#header a .fa:hover {
    color: #39b449;
}

#header .btn {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    width: 50%;
}

#header .btn:hover {
    background-color: #39b449;
    color: white;
}


/* ======================================== section-one */

#section-one {
    padding: 5rem 0;
    background-color: white;
}

#section-one h2 {
    padding-left:10px;
}

#section-one p {
    padding-top:20px;
    padding-bottom:0px;
    padding-left:10px;
}

#section-one .btn-section-one {
    background-color: transparent;
    color: #39b449;
    border: 1px solid #39b449;
    width: 50%;
    margin-top: 30px;
}

#section-one .btn-section-one:hover {
    background-color: #39b449;
    color: white;
}

#section-one ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}


/* ======================================== section-two */

#section-two {
    padding: 5rem 0;
    background-color: #eeeef2;
}

#section-two p{
    font-size: 1.25rem;
    font-weight: 300;
}

#section-two .lead {
    padding-bottom: 30px;
    font-size: 1.5rem;
}

#section-two .btn-section-two {
    background-color: transparent;
    color: #27a877;
    border: 1px solid #27a877;
    width: 100%;
    margin: 10px 0 10px 0;
}

#section-two .btn-section-two:hover {
    background-color: #27a877;
    color: white;
}


/* ======================================== section-three */

#section-three {
    padding: 5rem 0;
    background-color: #304857;
}

#section-three h2{
    color: white;
}

#section-three p{
    font-size: 1.25rem;
    font-weight: 300;
}

#section-three .lead {
    padding-bottom: 30px;
    font-size: 1.5rem;
}

#section-three .btn-section-three {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 10px 0 10px 0;
}

#section-three .btn-section-three:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

#section-three .card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.1);
  border: 10px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}


/* ======================================== contact */

#contact {
    padding: 5rem 0;
    background-color: #eeeef2;
}

#contact .lead {
    padding-bottom: 30px;
}

#contact .btn-contact:hover {
    background-color: transparent;
    color: #39b449;

}

#contact .btn-contact {
    background-color: #39b449;
    color: white;
    border: 1px solid #39b449;
    width: 100%;
    font-size: 21px;
}


/* ======================================== footer */

#footer {
    padding: 3rem 0;
    background-color: white;
    color: #304857;
    text-align: center;
}

#footer p {
    font-size: 1.0rem;
}

#footer a {
    font-size: 0.8rem;
    color: #39b449;
}


/* ======================================== Media Queries */

@media(max-width: 768px) {

    /* ------------------------ header */
    #header .text-xs-center p {
      text-align: left!important;
    }

    #header img {
        margin: 0 auto;
    }

    #header .btn {
        width: 100%;
    }

    #header h1 {
        font-size: 2.5rem;
    }

    /* ------------------------ section-one */
    #section-one .text-xs-center p {
      text-align: left!important;
    }

    /* ------------------------ section-three */
    #section-three {
        text-align: left;
    }

    /* ------------------------ section-three */
    #section-three {
        text-align: left;
    }

    #section-one img {
        margin-bottom: 15%;
    }

    /* ------------------------ footer */
    #footer {
        text-align: center;
    }

}


@media(max-width: 480px) {


  #header {
      padding: 5rem 0;
  }

  lottie-player {
    margin: 0 auto;
  }

}


/* ======================================== Form */

.form-group{
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}
.form-group input,
.form-group textarea{
  width: 100%;
  /* padding: 10px;*/
  border: 1px solid rgba(128, 128, 128, 0.199);
  margin-top: 5px;
}
textarea{
  resize: vertical;
}

#kk-form-status{
  width: 100%;
  text-align: center;
  margin-top: 20px;
  /* padding: 20px;*/
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
}
#kk-form-status.success{
  background-color: rgb(57, 180, 73);
  color: white;
  animation: status 12s ease  forwards;
}
#kk-form-status.error{
  background-color: rgb(42, 78, 42);
  color: white;
  animation: status 12s ease  forwards;
}

@keyframes status{
  0%{
    opacity: 1;
    pointer-events: all;
  }
  90%{
    opacity: 1;
    pointer-events: all;
  }
  100%{
    opacity: 0;
    pointer-events: none;
  }
}
