html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    background-color: #000000;
    scroll-behavior: smooth;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}
.modal-backdrop.show {
    opacity: .7;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ea0304;
}
  
::selection {
    color: #fff;
    background: #ea0304;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
            outline: none;
}
a {
    text-decoration: none;
    color: #c5c5c5;
}
a:hover{
    color: #fff;
}
p{
    color: #c5c5c5;
}
p:last-child {
    margin-bottom: 0 !important;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    font-weight: 700;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
}

.btn:focus,
button:focus {
    /*border: none !important;*/
    box-shadow: none !important;
    outline: none !important;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

textarea:focus,
input:focus {
    outline: none;
}
.btn-style-1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 0.8;
    color: #fff;
    background-color: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 30px;
    padding: 18px 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: rgba(255,255,255,.10);
}
/* ===== Coming Soon Page ===== */

.comingsoon-page {
    position: relative;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    color: #ffffff;
}

/* Background Video */
.comingsoon-page .bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .18;
    filter: blur(.2px) saturate(1.05) contrast(1.05);
    transform: scale(1.02);
    z-index: 0;
    pointer-events: none;
}

.content-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(100% - 180px);
    z-index: 5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content {
    background: rgba(255, 255, 255, .05);
    padding: 40px 60px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
}
/*.comingsoon-page .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}*/
.logo-home {
    width: 180px;
    margin: 0 auto;
    position: relative;
}
.comingsoon-page .logo-home img {
    display: block;
    width: 100%;
    height: auto;
}
.comingsoon-page h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}
.comingsoon-page h2 {
    font-size: 32px;
    font-weight: 700;
}

.comingsoon-page h5 {
    font-size: 20px;
    font-weight: 600;
}

/* Paragraph */
.comingsoon-page p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #c5c5c5;
}

.btn-1 {
    display: inline-block;
    background: #000; /* Replace with your theme color */
    color: #fff;
    padding: 15px 32px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-1:hover {
    transform: translateY(-3px);
    opacity: 0.9;
    color: #fff;
}

.inner-header{
    background: #000;
    border-bottom: 1px solid rgba(255,255,255,.19);
}
.logo-inner {
    width: 180px;
    margin: 0 auto;
}

.inner{
    padding: 95px 0;
    background: rgba(255, 255, 255, .05);
}
.heading-1{
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}
.para-1 p{
    color: #c5c5c5;
}
/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 14px 14px;
    margin: 0;
    overflow: hidden;
}
/* ---- form-style-1 :end ---- */
.footer {
    border-top: 1px solid rgba(255, 255, 255, .19);
    padding: 15px 0;
}

/* Responsive */
@media (max-width: 1280px) {
    .comingsoon-page h1 {
        font-size: 40px;
    }
    .comingsoon-page h2{
        font-size: 32px;
    }
}
@media (max-width: 992px) {
    .comingsoon-page h1 {
        font-size: 36px;
    }
    .comingsoon-page h2{
        font-size: 28px;
    }
    .content-wrapper{
        
    }
    .inner {
        padding: 75px 0;
    }
    .heading-1{
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .comingsoon-page h1 {
        font-size: 28px;
    }
    .comingsoon-page h2{
        font-size: 24px;
    }
    .comingsoon-page h5 {
        font-size: 18px;
    }

    .comingsoon-page p {
        font-size: 14px;
    }

    .comingsoon-page .logo img {
        max-width: 140px;
    }
    .content{
        padding: 30px;
    }
    .inner {
        padding: 50px 0;
    }
    .heading-1{
        font-size: 32px;
    }
    .logo-inner{
        width: 140px;
    }
    p{
        font-size: 15px;
    }
}