* {
  margin: 0;
  padding: 0;
}

body {
  background: url("./../img/tmb_142494_3522.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Montserrat Alternates', sans-serif;
}

body::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000095;
  top: 0;
  left: 0;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

section {
  position: relative;
}

h1 {
margin-top: 100px;
  color: #fff;
  font-size: 36px;
}

h4{
    font-size: 24px;
}

p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 25px;
  margin: 20px 0;
  width: 100%;
}

.logo {
  max-width: 100%;
  margin: 40px;
  text-align: center;
}

.logo img {
  max-width: 300px;
}

.title{
    text-align: center;
    color: #fff;
}

.title p{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.countdown {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

.countdown-number {
  width: 120px;
  border: 1px solid #ffffff45;
  border-radius: 6px;
  background: #ffffff48;
  display: inline-block;
  margin-right: 8px;
  -webkit-backdrop-filter: 10px;
          backdrop-filter: 10px;
}

.countdown-time {
  font-size: 80px;
  font-weight: 600;
  color: #fff;
}

.swiper {
      width: 100%;
      height: 100%;
}

.col_icons{
    margin-top: 40px;
}

.col_icons ul li{
    height: 100px;
    width: auto;
}
.col_icons ul li img{
    height: 100%;
    border-radius: 8px;
}

.countdown-text {
  display: block;
  font-size: 16px;
}

.col_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.col p{
    font-weight: 600;
}

li {
  list-style: none;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.footer__social svg {
  fill: #fff;
}

.footer__social li:hover svg {
  fill: #4bce49 !important;
}

.contact {
  margin: 30px 0;
  background-color: #d98f07;
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact a {
  color: #fff;
  text-decoration: none;
}

.contact a:hover {
  color: #4bce49;
}

.contact h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff1e;
  padding-bottom: 10px;
}

.contact div {
  margin-bottom: 10px;
}

.contact div span {
  margin-right: 10px;
  color: #ffffff98;
}

@media screen and (max-width: 900px) {
  .col_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  h1 {
      margin-top: 0;
    font-size: 24px;
  }
  .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
  }
  .countdown-time {
    font-size: 50px;
  }
  .countdown-number {
    width: 80px;
  }
  .title {
    padding: 30px 20px 0;
    text-align: center;
  }
}
