:root {
  --main-font: "Poppins", sans-serif;
}

html {
  overflow-x: hidden !important;
}

*,
body,
a {
  z-index: 1;
  text-decoration: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--main-font);
}

.fa {
  font-family: 'FontAwesome';
}

.deacorp-bg-hand {
  position: absolute;
  filter: opacity(4%);
  bottom: 0 !important;
  width: 45%;
  float: right;
  right: 0;
}

.header-address {
  font-size: 1rem !important;
  z-index: 3;
}

.header-address a {
  font-size: .75rem !important;
  color: var(--txt-gray-color) !important;
  cursor: pointer !important;
}

.header-address a:hover {
  font-size: .75rem !important;
  color: var(--txt-green-color) !important;
  cursor: pointer !important;
}

input::placeholder {
  color: var(--txt-gray-color) !important;
  font-family: var(--main-font);
  font-size: .8rem;
}

.form-group label {
  font-family: var(--main-font);
  font-size: .9rem;
}

.mt-100 {
  margin-top: 100px;
}

/*------------------------------------------------- section all */
.gray-area {
  width: 100%;
  background-color: var(--bg-gray-color);
  font-family: var(--main-font);
}


#section a {
  cursor: pointer;
  color: var(--txt-green-color);
}

#section h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  color: var(--txt-blue-color);
  margin-top: 201px;
}

#section h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--txt-blue-color);
}

#section p {

  font-style: normal;
  font-weight: 400;
  font-size: .9rem;
  text-align: justify;
  color: var(--txt-purple-color);
  line-height: 1.5rem;
}

#section button {
  width: auto;
  height: auto;
  background: var(--bg-blue-color);
  border-radius: 10px;
  border: none;
  color: #fff;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

#section button:hover {
  background-color: #4f9952;
}

/*------------------------------------------------- news */
/* CARD NEWS */

#news-slider,
#portofolio-slider {
  margin-top: 50px;
  flex-wrap: wrap;
  width: 100%;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, max-content));
  grid-gap: 0px;
  justify-content: center;
  padding: initial;
}

.post-slide {
  margin: 20px 5px 0px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  max-width: 320px;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.post-slide .post-img img {
  width: 100%;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
  object-fit: cover;
  height: 180px;
}

.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(128, 179, 23, 0.3) 0%, rgba(235, 97, 35, 0.5) 100%);
  transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 15px 2px 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  min-height: 250px;
  width: 100%;
  margin-left: 0;
}

.post-content div:nth-child(2) h3 {
  height: 100%;
  display: flex;
}

.post-short-desc {
  min-height: 100px;
}

.post-slide .post-title a {
  font-size: .8rem;
  font-weight: bold;
  color: var(--txt-purple-color) !important;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: var(--txt-green-color) !important;
}

.post-slide .post-description {
  line-height: 1.2rem !important;
  color: #808080;
  color: var(--txt-purple-color);
  font-size: .8rem !important;
}

.post-slide .post-date,
.post-slide .post-tag,
.post-slide .post-view {
  color: #a9a9a9;
  font-size: .7rem;
}

.post-slide .post-date i,
.post-slide .post-tag i,
.post-slide .post-view i {
  font-size: 1rem;
  margin-right: 2px;
  color: #CFDACE;
}

.post-info {
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.post-content div:nth-child(4) {
  height: auto;
  display: flex;
  align-items: center;
}

.post-slide .read-more {
  margin-top: 15px;
  margin-bottom: 15px;
  width: fit-content;
  float: right;
  font-size: .7rem;
  color: var(--txt-blue-color) !important;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  font-weight: bold;
}

.post-slide .read-more:hover {
  text-decoration: none;
  color: #fff;
}




/*------------------------------------------------- section provide */
#provide {
  width: 100%;
  background-size: cover;
  background-image: linear-gradient(125deg,
      hsl(19deg 83% 53%) 0%,
      hsl(18deg 82% 54%) 9%,
      hsl(18deg 80% 54%) 18%,
      hsl(18deg 79% 55%) 27%,
      hsl(18deg 77% 56%) 36%,
      hsl(19deg 76% 56%) 45%,
      hsl(19deg 70% 54%) 55%,
      hsl(18deg 61% 50%) 64%,
      hsl(18deg 62% 46%) 73%,
      hsl(18deg 64% 41%) 82%,
      hsl(18deg 69% 36%) 91%,
      hsl(19deg 82% 28%) 100%);
  color: #fff;
  font-family: var(--main-font);

  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

#provide h4 {
  font-size: 24px;
}

#provide .container div:nth-child(2) .col:nth-child(1) {
  /* border: 1px solid blue; */
  width: 40% !important;
  flex: 1 0 0%;
  margin-right: 100px;
}

#provide .container div:nth-child(2) .col:nth-child(2) {
  /* border: 1px solid green; */
  width: 60%;
  flex: 1 0 25%;
}

#provide .container div:nth-child(2) .col:nth-child(2) .row {
  width: 100%;
  display: flex;
  flex-direction: row;
}

#provide .container div:nth-child(2) .col:nth-child(2) .row .col-auto {
  /* border: 1px solid green; */
}

#provide .btn-contact {
  height: 40px;
  width: 300px;
  float: right;
  border-radius: 15px;
  background-color: var(--bg-blue-color);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

#provide .btn-contact div {
  margin-top: 2px;
}

#provide .btn-contact:hover {
  scale: 105%;
  background-color: var(--bg-green-color);
}

#provide p {
  width: 100%;
  font-weight: 400;
  font-size: .8rem;
}

#provide span {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
}

#provide a {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: .8rem;
  color: #fff;
  text-decoration: none;
  margin-top: 24px;
}

#provide a img {
  width: 40px;
}

.provide-logo-dea-white {
  width: 100px !important;
}

.social-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

/*------------------------------------------------------ section footer */
footer {
  bottom: 0;
  background-color: var(--bg-green-color);
  color: #fff;
  width: 100%;
  height: 37px;
}

footer .content {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  text-align: left;
}

.wow {
  visibility: hidden;
}


.h-50vh {
  height: 50vh;
}





/* !================================================ M O B I L E ================================================ */
/* !============================================================================================================= */

@media only screen and (max-width: 991px) {
  :root {
    --main-font: "Poppins", sans-serif;
  }

  html {
    overflow-x: hidden !important;
  }

  *,
  body,
  a {
    z-index: 1;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--main-font);
  }

  .fa {
    font-family: 'FontAwesome';
  }

  .deacorp-bg-hand {
    position: absolute;
    filter: opacity(4%);
    bottom: 0 !important;
    width: 45%;
    float: right;
    right: 0;
  }

  .header-address {
    display: none;
  }

  .header-address a {
    font-size: .75rem !important;
    color: var(--txt-gray-color) !important;
    cursor: pointer !important;
  }

  .header-address a:hover {
    font-size: .75rem !important;
    color: var(--txt-green-color) !important;
    cursor: pointer !important;
  }

  input::placeholder {
    color: var(--txt-gray-color) !important;
    font-family: var(--main-font);
    font-size: .8rem;
  }

  .form-group label {
    font-family: var(--main-font);
    font-size: .9rem;
  }

  .mt-100 {
    margin-top: 100px;
  }

  /*------------------------------------------------- section all */
  .gray-area {
    width: 100%;
    background-color: var(--bg-gray-color);
    font-family: var(--main-font);
  }


  #section a {
    cursor: pointer;
    color: var(--txt-green-color);
  }

  #section h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    color: var(--txt-blue-color);
    margin-top: 201px;
  }

  #section h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--txt-blue-color);
  }

  #section p {

    font-style: normal;
    font-weight: 400;
    font-size: .9rem;
    text-align: justify;
    color: var(--txt-purple-color);
    line-height: 1.5rem;
  }

  #section button {
    width: auto;
    height: auto;
    background: var(--bg-blue-color);
    border-radius: 10px;
    border: none;
    color: #fff;

    font-style: normal;
    font-weight: 300;
    font-size: 14px;
  }

  #section button:hover {
    background-color: #4f9952;
  }

  /*------------------------------------------------- news */
  /* CARD NEWS */

  #news-slider,
  #portofolio-slider {
    margin-top: 50px;
    flex-wrap: wrap;
    /* width: 100%; */

    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(90%, max-content));
    grid-template-columns: none;
    grid-gap: 0px;
    justify-content: center;
    padding: initial;
    width: 100%;
  }

  .post-slide {
    margin: 20px 5px 0px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    max-width: 90% !important;
    min-width: 90% !important;
  }

  .post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .post-slide .post-img img {
    width: 100%;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
    object-fit: cover;
    height: 180px;
  }

  .post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
  }

  .post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(128, 179, 23, 0.3) 0%, rgba(235, 97, 35, 0.5) 100%);
    transition: all 0.50s linear;
  }

  .post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
  }

  .post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
  }

  .post-slide .post-content {
    background: #fff;
    padding: 2px 15px 2px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    min-height: 250px;
    width: 100%;
    margin-left: 0;
  }

  .post-content div:nth-child(2) h3 {
    height: 100%;
    display: flex;
  }

  .post-short-desc {
    min-height: 100px;
  }

  .post-slide .post-title a {
    font-size: 1rem;
    font-weight: bold;
    color: var(--txt-purple-color) !important;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
  }

  .post-slide .post-title a:hover {
    text-decoration: none;
    color: var(--txt-green-color) !important;
  }

  .post-slide .post-description {
    line-height: 1.2rem !important;
    color: #808080;
    color: var(--txt-purple-color);
    font-size: .9rem !important;
  }

  .post-slide .post-date,
  .post-slide .post-tag,
  .post-slide .post-view {
    color: #a9a9a9;
    font-size: .7rem;
  }

  .post-slide .post-date i,
  .post-slide .post-tag i,
  .post-slide .post-view i {
    font-size: 1rem;
    margin-right: 2px;
    color: #CFDACE;
  }

  .post-info {
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .post-content div:nth-child(4) {
    height: auto;
    display: flex;
    align-items: center;
  }

  .post-slide .read-more {
    margin-top: 15px;
    margin-bottom: 15px;
    width: fit-content;
    float: right;
    font-size: .9rem;
    color: var(--txt-blue-color) !important;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    font-weight: bold;
  }

  .post-slide .read-more:hover {
    text-decoration: none;
    color: #fff;
  }




  /*------------------------------------------------- section provide */
  #provide {
    width: 100%;
    background-size: cover;
    background-image: linear-gradient(125deg,
        hsl(19deg 83% 53%) 0%,
        hsl(18deg 82% 54%) 9%,
        hsl(18deg 80% 54%) 18%,
        hsl(18deg 79% 55%) 27%,
        hsl(18deg 77% 56%) 36%,
        hsl(19deg 76% 56%) 45%,
        hsl(19deg 70% 54%) 55%,
        hsl(18deg 61% 50%) 64%,
        hsl(18deg 62% 46%) 73%,
        hsl(18deg 64% 41%) 82%,
        hsl(18deg 69% 36%) 91%,
        hsl(19deg 82% 28%) 100%);
    color: #fff;
    font-family: var(--main-font);

    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #provide h4 {
    font-size: 1.2rem;
  }



  #provide .container div:nth-child(1) .col {
    display: flex;
    flex-direction: column;
    width: 40% !important;
    flex: 1 0 100%;
    margin-right: 100px;
    position: relative;
    align-items: center;
  }

  #provide .container div:nth-child(2) .col:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 40% !important;
    flex: 1 0 100%;
    margin-right: 100px;
    position: relative;
    align-items: center;
  }

  #provide .container div:nth-child(2) .col:nth-child(2) {
    display: flex;
    flex-direction: column;
    width: 60%;
    flex: 1 0 25%;
  }

  #provide .container div:nth-child(2) .col:nth-child(2) .row {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
    margin-top: 50px;
  }

  #provide .container div:nth-child(2) .col:nth-child(2) .row>.col-auto {
    /* border: 2px solid cyan; */
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  #provide .row .col:nth-child(1) {
    text-align: center;

  }

  #provide .row .col:nth-child(2) {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  #provide .btn-contact {
    height: 40px;
    width: 80%;
    border-radius: 15px;
    background-color: var(--bg-blue-color);
    font-style: normal;
    font-weight: 600;
    font-size: .9rem;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  #provide .btn-contact div {
    margin-top: 2px;
  }

  #provide .btn-contact:hover {
    scale: 105%;
    background-color: var(--bg-green-color);
  }

  #provide p {
    width: 100%;
    font-weight: 400;
    font-size: .8rem;
    margin-top: 20px;

  }


  .provide-logo-dea-white {
    width: 25% !important;
  }

  #provide span {
    font-style: normal;
    font-weight: 600;
    font-size: .8rem;
  }

  #provide .container div:nth-child(2) .col:nth-child(2) .row .col-auto span {
    font-size: 1.2rem;
  }

  #provide .container div:nth-child(2) .col:nth-child(2) .row .col-auto a {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: .8rem;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    height: 30px;
  }

  #provide a img {}


  .social-icon {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social-icon a {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .social-icon a img {
    width: 40px !important;
  }

  /*------------------------------------------------------ section footer */
  footer {
    bottom: 0;
    background-color: var(--bg-green-color);
    color: #fff;
    width: 100%;
    height: 37px;
  }

  footer .content {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }

  .wow {
    visibility: hidden;
  }


  .h-50vh {
    height: 50vh;
  }
}


/* SIIIMPLE TOAST */
.siiimpleToast {
  position: absolute;
  padding: 14px 18px;
  min-width: 250px;
  z-index: 999999;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  user-select: none;
  opacity: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  box-sizing: border-box;
  transform: scale(.5);
  transition: all .4s ease-out;
  text-align: center;
}

.siiimpleToast[data-state=default] {
  background-color: #323232;
}

.siiimpleToast[data-state=success] {
  background-color: var(--red) !important;
}

.siiimpleToast[data-state=alert] {
  background-color: var(--text-dark-gray) !important;
}