#dawan{
    position: relative;
    display: flex;
    flex-direction: column;
}
#dawan p ,#dawan li{
    line-height: 180%;
    margin: 0 auto 10px;
    color: #939393;
    font-size: 16px;
    font-weight: 400;
}
 #dawan li{
    margin-bottom: 25px;
}
#dawan li h2{
    font-size: 20px;
    font-weight: 600;
}
#dawan ul.impbox{
    padding-left: 10px;
    border-left: #b1b1b19e 2px solid;
    margin-left: 7px;
    margin-top: 10px;
}
#dawan h2.matitle{
    line-height: 200%;
    font-size: 26px;
}
#dawan .endtexxt{
    padding: 40px 0;
    border-top: #afafaf9c 1px solid;
    margin: 40px auto 40px;
    border-bottom: #afafaf9c 1px solid;
}
#dawan .contactbon{
    display: flex;
    justify-content: center;
}
#dawan .maphtoo{
    margin: 30px auto 30px;
}

/*btn*/




#dawan .btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#dawan .btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}

#dawan .first {
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
#dawan .first:hover {
  box-shadow: 0 0 40px 40px #e74c3c inset;
}

#dawan .second {
  border-radius: 3em;
  border-color: #1abc9c;
  color: #fff;
  background-image: linear-gradient(to right, rgba(26, 188, 156, 0.6), rgba(26, 188, 156, 0.6) 5%, #1abc9c 5%, #1abc9c 10%, rgba(26, 188, 156, 0.6) 10%, rgba(26, 188, 156, 0.6) 15%, #1abc9c 15%, #1abc9c 20%, rgba(26, 188, 156, 0.6) 20%, rgba(26, 188, 156, 0.6) 25%, #1abc9c 25%, #1abc9c 30%, rgba(26, 188, 156, 0.6) 30%, rgba(26, 188, 156, 0.6) 35%, #1abc9c 35%, #1abc9c 40%, rgba(26, 188, 156, 0.6) 40%, rgba(26, 188, 156, 0.6) 45%, #1abc9c 45%, #1abc9c 50%, rgba(26, 188, 156, 0.6) 50%, rgba(26, 188, 156, 0.6) 55%, #1abc9c 55%, #1abc9c 60%, rgba(26, 188, 156, 0.6) 60%, rgba(26, 188, 156, 0.6) 65%, #1abc9c 65%, #1abc9c 70%, rgba(26, 188, 156, 0.6) 70%, rgba(26, 188, 156, 0.6) 75%, #1abc9c 75%, #1abc9c 80%, rgba(26, 188, 156, 0.6) 80%, rgba(26, 188, 156, 0.6) 85%, #1abc9c 85%, #1abc9c 90%, rgba(26, 188, 156, 0.6) 90%, rgba(26, 188, 156, 0.6) 95%, #1abc9c 95%, #1abc9c 100%);
  background-position: 0 0;
  background-size: 100%;
  transition: background 300ms ease-in-out;
}
#dawan .second:hover {
  background-position: 100px;
}

#dawan .third {
  border-color: #3498db;
  color: #fff;
  box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
  transition: all 150ms ease-in-out;
}
#dawan .third:hover {
  box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}

#dawan .fourth {
  border-color: #f1c40f;
  color: #fff;
  background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
}
#dawan .caall .fourth{
    color: #6372c2;
    border-color: #6372c2;
    background-image: linear-gradient(45deg, #6372c2 50%, transparent 50%);
}
#dawan .linee .fourth{
    border-color: forestgreen;
    color: forestgreen;
    background-image: linear-gradient(45deg, #228b22 50%, transparent 50%);
}
#dawan .fourth:hover {
  background-position: 0;
  color: white;
}

#dawan .fifth {
  border-color: #8e44ad;
  border-radius: 0;
  color: #8e44ad;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 150ms ease-in-out;
}
#dawan .fifth:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #8e44ad;
  z-index: -1;
  transition: width 150ms ease-in-out;
}
#dawan .fifth:hover {
  color: #fff;
}
#dawan .fifth:hover:after {
  width: 110%;
}

#dawan .sixth {
  border-radius: 3em;
  border-color: #2ecc71;
  color: #2ecc71;
  background-image: linear-gradient(to bottom, transparent 50%, #2ecc71 50%);
  background-position: 0% 0%;
  background-size: 210%;
  transition: background 150ms ease-in-out, color 150ms ease-in-out;
}
#dawan .sixth:hover {
  color: #fff;
  background-position: 0 100%;
}
@media screen and (max-width: 640px){
  #dawan .fourth{width: 150px;padding: 18px 0;}
}
@media screen and (max-width: 550px) {
	#dawan .maphtoo img{
      height: 222px;
      object-fit: cover;
      object-position: 40% 50%;
  }
  #dawan ul.impbox, #dawan .textJ ,#dawan .endtexxt{
    margin-left: 0;
    border-left: none;
    padding: 0 15px;
  }
  #dawan .endtexxt p{
    padding: 20px 0;
}
}
