* {
  box-sizing: border-box;
}

body {
  margin: 0;
  /* font-family: "Hiragino Kaku Gothic ProN", sans-serif; */
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

.clear {
  clear: left;
}

/* header */
header {
  height: 65px;
  width: 100%;
  background-color: rgba(34, 49, 52, 0.9);
  position :fixed;
  top: 0;
  z-index: 10;
}

.logo {
  line-height: 22px;
  margin-top: 20px;
}

.logo h1 {
  color: rgba(144, 236, 230, 0.8);
  /* color:aliceblue; */
  font-size: 24px;
  letter-spacing: 1px;
  text-shadow: 3px 3px 3px #232222;
}

.logo span {
  color:rgb(49, 168, 212, 0.8);
}

.header-left {
  float: left;
}

.header-right {
  float: right;
  margin-right: 25px;
}

.header-right a {
  line-height: 65px;
  padding: 0 25px;
  color: white;
  display: block;
  float: left;
  text-shadow: 3px 3px 3px #232222;
  transition: all 0.5s;
}

.header-right a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Smartphone login icon - Google fonts*/
.material-symbols-outlined {
  /* color: white;
  float: right;
  font-size: 25px;
  padding: 21px 0;
  display: none; */
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24,
}

.menu-icon {
  color: white;
  float: right;
  font-size: 25px;
  padding: 21px 0;
  display: none;
}

/* Top-wrapper */

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.top-wrapper {
  padding: 250px 0 100px 0;
  background-image: url("./img/background_img.jpg"), url("./img/background_img2.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: hard-light ;
  color: rgb(49, 168, 212);
  text-align: center;
}

.top-wrapper h1 {
  opacity: 0.9;
  font-size: 45px;
  letter-spacing: 5px;
  margin-top: 100px;
  mix-blend-mode: hard-light;
  text-align: center;
  text-shadow: 2px 2px 3px #232222;
}

.top-wrapper h2 {
  opacity: 0.9;
  font-size: 35px;
  letter-spacing: 5px;
  margin-top: 15px;
  mix-blend-mode: hard-light;
  text-align: center;
  text-shadow: 2px 2px 3px #232222;
}

.top-wrapper p {
  opacity: 0.7;
}

.btn {
  padding: 8px 24px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
  text-align: center;
}

.btn:hover {
  opacity: 1;
}


/* Middle-wrapper */

.middle-wrapper {
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #f7f7f7;
  text-align: center;
}

.heading {
  padding-top: 80px;
  padding-bottom: 50px;
  color: #5f5d60;
}

.heading h2 {
  font-weight: normal;
}

.application {
  float: left;
  width: 25%;
}

.application-icon {
  position: relative;
}

.application-icon p {
  position: absolute;
  top: 55%;
  width: 100%;
  font-style: italic;
  font-weight: bold;
  color: rgb(119, 120, 119);
}

.text-contents {
  width: 80%;
  height: 170px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #838184;
  text-align: left;
}


.congestion-icon {
  padding: 15px 80px;
  background-color: #75FB4D;
  box-shadow: 0 7px #3fc815;
}

.congestion-icon:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}

.weather-icon {
  padding: 15px 80px;
  background-color: #F19E38;
  box-shadow: 0 7px #da7e0d;
}

.weather-icon:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}

.devstat-icon {
  padding: 15px 80px;
  background-color: #E79BB6;
  box-shadow: 0 7px #d65a85;
}

.devstat-icon:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}

.specialized-icon {
  padding: 15px 80px;
  background-color: #95E3FF;
  box-shadow: 0 7px #5697e7;
}

.specialized-icon:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}

/* bottom wrapper */

/* .bottom-wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 80px;
  text-align: center;
}

.heading h2 {
  font-weight: normal;
} */

/* footer */

footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-logo h1{
  line-height: 30px;
  font-size: 22px;
  color:#90ece6;
  text-shadow: 1px 1px 2px #232222;
}

.footer-logo span {
  color:rgba(49, 168, 212, 0.8);
}

.footer-logo p{
  color: #b3aeb5;
  font-size: 12px;
}
