/******************************
    GLOBAL STYLES
******************************/
html{
    scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
}
body{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
h1{
    font-size: 32px;
}
h2{
    font-size: 28px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}
img{
     max-width: 100%;
}
img,
a{
    transition: .3s;
}

/******************************
    UTILITIES
******************************/

/* Fonts */
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* Colors */
.text-gray{
    color: #828282 !important;
}

/* Containers */
@media only screen and (min-width:768px){
    .container-medium{
        max-width: 767px !important;
    }
}

/*********************************
    MAIN STYLES 
*********************************/
.coming-soon-section > .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
