@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Archivo+Black&family=Beth+Ellen&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Archivo+Black&family=Beth+Ellen&family=Great+Vibes&display=swap");
/* Custom Reset */
body {
  font-family: "Roboto", sans-serif;
}
* {
  padding: 0;
  margin: 0;
}
a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 10px;
  padding: 0px;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.comming {
  text-align: center;
  position: relative;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comming .main {
  padding-top: 80px;
}
.comming .bg-img {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 5%;
}
.comming::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 463px;
  left: 0;
  bottom: 0;
}
.comming .logo img {
  width: 260px;
  margin-bottom: 55px
}
.comming .comming-text h3 {
  font-size: 42px;
  font-family: "Archivo Black", sans-serif;
  font-weight: 100;
  padding-left: 60px;
  color: #1d2f41;
  line-height: 1;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  padding-top: 30px;
}
.comming .comming-text h3::after {
  position: absolute;
  content: "Dream To";
  font-family: "Great Vibes", cursive;
  left: -60px;
  top: 10px;
  font-size: 30px;
  font-weight: 600;
  color: #ff5a5a;
}
.comming .comming-text h4 {
  font-size: 30px;
  padding-top: 20px;
  color: #000000;
  font-weight: 700;
}
.comming .comming-text ul img {
  width: 30px;
}
.comming .canada {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comming .canada li {
  padding: 0 10px;
  color: #000000;
  border-right: 2px solid #000000;
  line-height: 1;
  font-weight: 500;
}
.comming .canada li:last-child {
  border-right: 0;
}
.comming .contect {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.comming .contect li {
  padding-right: 30px;
}
.comming .contect li span {
  margin-right: 10px;
}
.comming .contect li a {
  color: #1d2f41;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comming .contect li a:hover {
  color: #000000;
}
.comming .social-icons {
  position: absolute;
  right: 100px;
  top: 30px;
}
.comming .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: baseline;
}
.comming .social-icons ul li {
  margin-right: 20px;
}
.comming .social-icons img {
  max-height: 35px;
}
