@import url('https://fonts.googleapis.com/css2?family=Madimi+One&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
h1,h2,h3,h4,h5,h6,p,span,a{
    margin: 0;
    padding: 0;
}
/* .logo{
    width: 25% !important;
    margin: 0 auto;
} */
.coming-soon{
    position: relative;
}
.comingSoon-slider .item{
    text-align: center;
    position: relative;
    height: 100vh;
    width: 100%;
}
.comingSoon-slider .item img{
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}

.content-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    background: rgba(0,0,0,0.5);
    padding: 50px 25px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 0px 20px -10px #fefefe;
}

.content-box h1{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 0px 5px #000;
    font-family: "Madimi One", sans-serif;
}
.content-box p{
    line-height: 1.6;
    font-family: "Madimi One", sans-serif;
}
.icon-box{
    position: fixed;
    bottom: 5%;
    z-index: 99999;
    width: 100%;
}
.icon-box ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.icon-box ul li{
    margin:  0 20px;
}
.icon-box ul li i{
    font-size: 25px;
}
.icon-box ul li a{
    width: 50px;
    height: 50px;
    border: 2px solid #3b5124;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    background: #3b5124;
}
.phone{
    font-size: 20px !important;
}
@media (max-width: 1999px) {
    .icon-box{
        position: absolute;
        bottom: 5%;
        z-index: 99999;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .content-box{
        padding: 20px;
        width: 80%;
    }
    .content-box h1{
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 10px;
        text-shadow: 0px 5px #000;
    }
    .content-box p{
        line-height: 1.6;
        font-size: 20px;
    }
    br{
        display: none;
    }
}
@media (max-width: 500px) {
    
}