@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;700&display=swap');
body{margin: 0px;
padding: 0px;
position: absolute;
font-family: 'Ubuntu', sans-serif;
width: 100%;
height:100%;
top: 0px;
bottom: 0px;
left: 0px;
background-repeat: no-repeat;
right: 0px;
 background: url("../imgs/main-bg.jpg");
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background-size: cover;
background-attachment: fixed;
}
body:after{margin: 0px;
padding: 0px;
content: "";
position:fixed;
width: 100%;
opacity: 0.6;
background: -webkit-linear-gradient(left, #fff, #ccc);
background: -moz-linear-gradient(left, #fff, #ccc);
background: -o-linear-gradient(left, #fff, #ccc);
background: -ms-linear-gradient(left, #fff, #ccc);
background: linear-gradient(left, #fff, #ccc);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
height: 100%;
z-index: 9;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
.content{width:350px;
  height: auto;
  padding-top:30px;
  background:transparent;
  padding-bottom:30px;
  text-align: center;
align-content: center;
  display:flex;
  align-items: center;
  justify-content: center;
  align-content: space-between;
  flex-direction: column;
  vertical-align: middle;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  z-index: 99;
  border-r
}
.logo{width:130px;
    margin: auto;
}
.social a {
    background: #030095;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    text-align: center;
    line-height: 42px;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 10px 5px;
  }
  .menu{
    width: 100%;
    margin-top:20px;
  }
  .menu ul {
    display: flex;
    padding: 0px;
    margin: 0px;
  }
  .menu ul li{
    background: rgba(241,90,37,.5);
    border: solid 10px rgba(255, 255, 255, .3);
    margin: 5px 5px;
    position: relative;
    padding:30px 20px;
    color: #fff;
    list-style: none;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    border-radius: 5px;
    flex-direction: column;
    width: 33.333%;
    transition: .6s ease-in-out;
    box-sizing: border-box;
  }
  .menu ul li:hover{
    background: rgba(241,90,37,.8);
    border: solid 10px rgba(255, 255, 255, .9);
    transition: .6s ease-in-out;
  }
  
  .menu ul li a {
    text-decoration: none;
  }
  .whatsapp i{
    font-size:28px;
    color: #50cd5d;
    text-decoration: none;
  }
  .whatsapp {
    position: absolute;
    bottom: -26px;
    transform: translateX(-50%);
    padding: 8px 10px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    left: 50%;
    background: #fff;
    width: auto;
    text-align: center;
    border: solid 2px rgba(255,255,255,.7);
    transition: .6s ease-in-out;
  }
  .whatsapp:hover{
    clip-path: circle(50% at 50% 50%);
    transition: .6s ease-in-out;
  }
  .menu ul li img{
    width:80px;
    margin: auto;
  }
  .button {
    background: #000000;
    border-radius: 50px;
    padding: 8px 10px;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    text-decoration: none;
    border: solid 2px #000;
    transition: .6s ease-in-out;
    margin: auto;
    box-sizing: border-box;
    display: inline-block;
    min-width: 145px;
    margin-bottom: 5px;
  }
  .button i{
    margin-right: 5px;
  }
  .button:hover {
    background:transparent;
    color: #000;
    text-decoration: none;
    border: solid 2px #000;
    box-sizing: border-box;
    transition: .6s ease-in-out;
  }
  .green{
    background: #50cd5d;
    border-color: #50cd5d;
  }
.content h1{ font-size: 18px; color: #333; text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: capitalize;
    font-weight: 300;
}
.content h1 span{display: block; color: #fff; font-weight: 700; margin-top: 20px;}
#demo{ width: 100%; padding: 0;
  margin-top:80px;
}

@media all and (max-width:768px) and (min-width: 0px) {

  .menu ul {
    flex-direction: column;
  }
  .content {
    width:70%;
    margin: auto;
      }
      .menu ul li {
        margin: 5px 0px;
        padding: 30px;
        font-family: 'Ubuntu', sans-serif;
        display:block;
        text-align: center;
        width: auto;
        border-radius: 5px;
      }
      .menu ul li:first-child {
        margin-bottom: 30px;
      }
  .content img {width:130px;}
  #demo li{
    font-size:40px;
    border-right: solid 1px #f08258;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    padding:0px 20px 0 20px ;
    display: inline-block;
    text-align: center;
    margin-right:5px;
    margin-left:0px;
  }
  #demo li:last-child{border-right: none;margin-right: 0px;}
  #demo li span {display: block;
  font-size: 13px;
  color: #fff;
  }

}