@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
  background-color: #E5E5E5;
}

body {
  margin-top: 62px !important;
}

*, *::after, *::before {
  box-sizing: border-box;
}

a,
select,
button {
  cursor: pointer;
}

div,
form,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  display: inline-block;
}

button,
select,
input,
img,
a:focus{
	outline: none;
}

.container {
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;  
}

@media (max-width: 1200px) {
  .praytimes {
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .prayer-times {
    width: 43% !important;
  }
  .prayer-times.active {
    width: 43% !important;
    height: 105px !important;
    margin: 20px 10px 10px 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 105px;
    border-radius: 10px;
    background-color: #f2f2f2;
    float: left;
    padding-top: 8px !important;
  }
  .prayer-times.active .time,
  .prayer-times.active b {
    font-size: 16px !important;
  }
  .prayer-times.active .countdown-time {
    font-size: 26px !important;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 30px 20px !important;
  }
}

@media (max-width: 992px) {
  .header {
    margin-bottom: 10px !important;
  }
  .header .date {
    margin-top: 15px;
    width: 100%;
  }
  .header .title {
    display: block;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .prayer-times {
    width: 31% !important;
  }
  .prayer-times.active {
    width: 31% !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .prayer-times {
    width: 145px !important;
    height: 105px !important;
  }
  .prayer-times.active {
    height: 160px !important;
    width: 225px !important;
    line-height: 158px;
    margin-top: -1rem !important;
    background-image: url(../img/asr.png);
    color: #fff;
    padding-top: 30px !important;
  }
}

.section {
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px;
  width: 100%;
  background-color: #fff;
}

.section .header {
  width: 100%;
  margin-bottom: 55px;
}

.header .title {
  /* display: block; */
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.date {
  float: right;
  text-align: center;
}

.date p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
}

.date b {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 22px;
}

/* praytimes */

.praytimes {
  width: 100%;
  transform: translate3d(-10px, 0px, 0px);
}

.prayer-times {
  width: 145px;
  height: 105px;
  margin: 20px 10px 10px 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 105px;
  border-radius: 10px;
  background-color: #f2f2f2;
  float: left;
  padding-top: 26px;
}

.prayer-times.active {
  background-repeat: no-repeat;
  color: #fff;
  background-size: cover;
}

.prayer-times.active b,
.prayer-times.active .time
 {
  color: #fff;
}

.prayer-times.active .countdown-time {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  margin-top: 8px;
}

.prayer-times b {
  font-size: 18px;
  font-weight: 700;
  color:#000;
  line-height: 27px;
  display: block;
  margin: 0;
}

.prayer-times .time {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  font-size: 18px;
  margin-top: 8px;
}

/* Regions */

.region {
  padding: 10px 18px;
  background-color: #f2f2f2;
  margin: 10px 3px;
  border-radius: 20px;
  cursor: pointer;
  border: 3px solid transparent;
}

.region:hover,
.region.active {
  border: 3px solid #e3ba19;
}

.regions a {
  color: #000;
}