
.myContainer {
    width: 100%;
    max-width: calc(100% - 180px);
    margin: 0 auto;
}
section.sec1 {
    padding-top: 30px;
}
.comingSoonPage {
    height: 100%;
}
body {
    padding: 0;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    font-family: 'Poppins';
}
.myContainer {
    color: #fff;
}
ul {
    list-style-type: none;
}
section.sec2 {
    display: flex;
    min-height: 80vh;
    align-items: center;
}
.heading h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 124.213px;
    line-height: 149px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.heading h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 102.356px;
    line-height: 1;
    color: #FFC531;
    margin: 0;
    text-transform: uppercase;
}
div#countdown {
    display: flex;
    gap: 90px;
    padding-top: 40px;
}
div#countdown div {
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 28.7173px;
    line-height: 39px;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
div#countdown div span {
    font-style: normal;
    font-weight: 700;
    font-size: 95.7245px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom:15px;
}
section.footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.footerContent {
    display: flex;
    align-items: center;
    gap: 111px;
}
.footerContent p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
}
.followUs {
    display: flex;
    align-items: center;
    gap: 40px;
}
.followUs ul {
    display: flex;
    margin: 0;
    gap: 30px;
    padding: 0;
}
.followUs span {
    font-style: normal;
    font-weight: 700;
    font-size: 19.1453px;
    line-height: 1;
}
.followUs li a {
    font-size: 24px;
    color: #fff;
    transition: all .3s linear 0s;
    position: relative;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration:none;
}
.followUs li a:hover {
    color:#FFC531;
}
.followUs li a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: #fff;
    transition: all .3s linear 0s;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
}
.followUs li a:hover:before {
    width: 40px;
    height: 40px;
}
.rightImg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index:-1;
}
span.girlImg {
    position: absolute;
    right: 120px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}
.girlImg img {
    max-width: 100%;
}

@media(min-width:991px){
    .myContainer {
        max-width: calc(100% - 9.375vw);
    }
    section.sec1 {
        padding-top: 1.563vw;
    }
    .heading h1 {
        font-size: 6.469vw;
        line-height: 7.76vw;
    }
    .heading h2 {
        font-size: 5.331vw;
    }
    div#countdown {
        gap: 4.688vw;
        padding-top: 2.083vw;
    }
    div#countdown div {
        font-size: 1.496vw;
        line-height: 2.031vw;
    }
    div#countdown div span {
        font-size: 4.986vw;
        padding-bottom:0.781vw;
    }
    section.footer {
        bottom: 1.563vw;
    }
    .footerContent {
        gap: 5.781vw;
    }
    .footerContent p {
        font-size: 0.729vw;
    }
    .followUs {
        gap: 2.083vw;
    }
    .followUs ul {
        gap: 1.563vw;
    }
    .followUs span {
        font-size: 0.997vw;
    }
    .followUs li a {
        font-size: 1.25vw;
    }
    .followUs li a:hover:before {
        width: 2.083vw;
        height: 2.083vw;
    }
    span.girlImg {
        right: 6.25vw;
    }
    .girlImg img {
        
        width: 39.063vw;
    }
    .logo img {
        width: 7.708vw;
        height: 5.052vw;
    }
}



@media (orientation: portrait) and (min-width:991px) {

    .comingSoonPage section.sec1 {
        height: 4.3vh;
    }
    section.sec2 {
        height: 95.6vh;
        display: flex;
        align-items: center;
    }
    section.sec2 .heading {
        margin-top: -10vh;
    }
    .footerContent p {
        font-size: 1vw;
    }
    .followUs span {
        font-size: 1vw;
    }
    .rightImg {
        width: 55%;
    }
    span.girlImg {
        right: 0vw;
    }
    .girlImg img{
        width:100%;
    }
    
}

@media(min-width:200px) and (max-width:767px){
    .heading h1 {
        font-size: 40px;
        line-height: 1;
        padding-bottom: 10px;
        flex: 0 0 100%;
        text-align: center;
        justify-content: center;
    }
    .heading h2 {
        font-size: 25px;
    }
    div#countdown {
        flex-flow: wrap;
        justify-content: center;
        gap:0px;
    }
    section.footer {
        position: static;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-top: 60px;
    }
    .rightImg {
        width: 100%;
    }
    .myContainer {
        max-width: 95%;
        padding-left: 10px;
        padding-right: 10px;
    }
    body {
        overflow: auto;
        height: auto;
    }
    .footerContent {
        flex-flow: wrap-reverse;
        gap: 25px;
        justify-content: center;
    }
    .followUs {
        flex-flow: wrap;
        gap: 10px;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
    section.sec1 {
        padding-top: 20px;
    }
    .heading {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        padding-top: 80px;
    }
    div#countdown div {
        flex: 0 0 calc(50% - 0px);
        font-size: 21px;
        line-height: 1;
        padding: 10px;
        border: 1px solid;
        box-sizing: border-box;
    }
    div#countdown div span {
        font-size: 60px;
        padding-bottom: 0px;
    }
    section.sec2 {
        min-height: unset;
        padding-top: 100px;
    }
    .comingSoonPage {
        min-height: 100vh;
    }
    span.girlImg {
        bottom: auto;
        top: 150px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .girlImg img {
        max-width: 150px;
    }
    .footerContent p {
        font-size: 12px;
        line-height: 1.5;
    }
    div#countdown div:nth-child(1),div#countdown div:nth-child(2) {
        border-bottom: 0;
    }
    div#countdown div:nth-child(even) {
        border-left: 0;
    }
    .comingSoonPage{
        padding-bottom:30px;
    }
}
    

@media(min-width:768px) and (max-width:990px){
    .heading h1 {
        font-size: 80px;
        line-height: 1;
        padding-bottom: 10px;
        flex: 0 0 100%;
        text-align: center;
        justify-content: center;
    }
    .heading h2 {
        font-size: 45px;
    }
    div#countdown {
        flex-flow: wrap;
        justify-content: center;
        gap:0px;
    }
    section.footer {
        position: static;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-top: 60px;
    }
    .rightImg {
        width: 100%;
    }
    .myContainer {
        max-width: 95%;
        padding-left: 10px;
        padding-right: 10px;
    }
    body {
        overflow: auto;
        height: auto;
    }
    .footerContent {
        flex-flow: wrap-reverse;
        gap: 25px;
        justify-content: center;
    }
    .followUs {
        flex-flow: wrap;
        gap: 20px;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
    section.sec1 {
        padding-top: 20px;
    }
    .heading {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        padding-top: 80px;
    }
    div#countdown div {
        flex: 0 0 calc(50% - 0px);
        font-size: 31px;
        line-height: 1;
        padding: 10px;
        border: 1px solid;
        box-sizing: border-box;
    }
    div#countdown div span {
        font-size: 90px;
        padding-bottom: 0px;
    }
    section.sec2 {
        min-height: unset;
        padding-top: 200px;
    }
    .comingSoonPage {
        min-height: 100vh;
    }
    span.girlImg {
        bottom: auto;
        top: 160px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .girlImg img {
        max-width: 242px;
    }
    .footerContent p {
        font-size: 12px;
        line-height: 1.5;
        flex:0 0 100%;
    }
    div#countdown div:nth-child(1),div#countdown div:nth-child(2) {
        border-bottom: 0;
    }
    div#countdown div:nth-child(even) {
        border-left: 0;
    }
    .followUs li a {
        font-size: 30px;
    }
    
    .footerContent p {
        font-size: 16px;
    }
    .followUs span{
        font-size: 30px;
    }
    .comingSoonPage{
        padding-bottom:30px;
    }
}
    
