*{
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    color: white;
}

.main-landing {
  width: 100%;
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.596), rgba(0, 0, 0, 0.596)), url("./1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}


.left h1{
    font-size: 50px;
    margin: 0;
}
.left p{
    margin: 12px 0px;
}
.main-btn{
    margin-top: 10px;
    width: 50%;
    height: 25px;
    background-color: rgb(6, 44, 67);
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
}

.main-btn:hover{
    background-color: rgb(12, 85, 131);
    cursor: pointer;

}

.left{
    width: 550px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 160px;
}


.btn-container div,p{
    display: inline-flex;

}

.main-btn-options{
    background-color: transparent;
    border: 1.5px solid #fff;
    border-radius: 40px;
    color: #fff;
    line-height: 24px;
    padding: 1px 12px 0;
}

.main-btn-options:hover{
    background-color: white;
    color: black;
    cursor: pointer;
}


.comming-soon{
    background: linear-gradient(rgb(0, 0, 0),rgb(0, 0, 0));
    height: auto;
    min-height: 150px;
}

.comming-soon h1{
    text-align: center;
    font-size: 50px;
    font-weight:1000;
}

.comming-soon p{
    text-align: center;
    margin: 0px 10rem;
    margin-bottom: 10px;
}

@media (max-width:1200px){
    *{
        text-align: center;
    }

    .left{
        margin: 90px;
    }


}