@font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
}
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.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;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #000;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #0068b4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Mobile Header */
#header .mobile-header {
    width: 25%;
    height: 100%;
    position: fixed;
    background: #ffffffc2;
    top: 0;
    z-index: 9;
    right: 0;
    padding: 30px 10px 0px 10px;
    transition: 0.7s;
    transform: translateX(100%);
    box-shadow: 0px 0px 7px #ddd;
}
li.nav-link a {
    color: #000;
}
#header .mobile-header.show {
    transform: translateX(0%);
}
#header .mobile-header ul.mobile-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
#header .mobile-header .cancel {
    background: #000000;
    width: 35px;
    text-align: center;
    height: 34px;
    line-height: 35px;
    margin: 0px 20px 20px auto;
    color: #fff;
}
#header .mobile-header ul.mobile-nav li.nav-item {
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #dddddd4a;
}
#header .mobile-header ul.mobile-nav li.nav-item a {
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
}
#header .canvas-icon i {
    font-size: 24px;
    background: #000000;
    padding: 5px 7px;
    color: #fff;
    display: none;
}
@media (max-width: 991px) {
    #header .nav {
        display: none;
    }

    #header .second-col-input {
        display: none;
    }
    #header button.navbar-toggler {
        display: none;
    }
    #header .canvas-icon i {
        display: block;
    }
}
@media (max-width: 575px) {
    #header .mobile-header {
        width: 35%;
    }
}
@media (max-width: 480px) {
    #header .mobile-header {
        width: 55%;
    }
}
/* Mobile Header */

/* .coming-sec {
    background: url(../img/balticvideo.mp4);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;

} */
.nav-web-logo img {
    width: 30%;
}
header.nav {
    padding: 10px 0pc;
}
.video-coming-soon video {
    width: 100%;
    height: auto;
}
/* .video-coming-soon {
    position: relative;
    height: 860px;
    overflow: hidden;
} */
.video-coming-soon {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.coming-sec {
    position: absolute;
    top: 220px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(2, 0, 36);
    background: linear-gradient(
        90deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(9, 9, 121, 1) 100%
    );
    opacity: 0.7;
    z-index: 1;
}
.coming-soon-head span {
    font-size: 15px;
    color: #ffb803;
}
.coming-soon-head h2 {
    font-size: 74px;
    color: #ffffff;
    margin-bottom: 40px;
}
p {
    color: #ffffff;
    font-size: 12px;
}
.comming-soon-para span {
    color: #ffb803;
}
.comming-soon-input input {
    width: 60%;
    height: 58px;
    background-color: transparent;
    /* background: rgb(255,255,255); */
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(153,153,153,1) 10%); */
    background: rgb(255 255 255 / 26%);
    /* background: linear-gradient(90deg, rgb(255 255 255 / 43%) 0%, rgb(153 153 153 / 23%) 57%); */
    border-radius: 60px;
    border: none;
    outline: none;
    position: relative;
    backdrop-filter: blur(12px);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(153, 153, 153, 0.1) 100%
    );
    border: 1px solid wheat;
    color: #fff;
    padding: 0px 26px;
}
.btn {
    display: inline-block;
    font-weight: 600 !important;
    line-height: 1.53;
    color: #000 !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4375rem 1.25rem;
    font-size: 0.9375rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}
.comming-subscribe-btn button {
    width: 100%;
    background-color: #ffffff;
    height: 46px;
    border-radius: 60px !important;
}
.comming-subscribe-btn {
    position: absolute;
    top: 5px;
    right: 285px;
    /* border: none; */
}
.comming-soon-input {
    position: relative;
    margin-top: 22px;
}
.create-account-dv .btn {
    background-color: white;
    border-radius: 20px;
    text-transform: capitalize;
}
header {
    border-bottom: 1px solid #ffffff;
}
.coming-all a {
    color: #4bedff;
}
.comming-subscribe-btn button {
    width: 188px;
    /* gap: 4px; */
}
.icon {
    background: #2e31fc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.icon img {
    margin: 7px;
}
.for-right-text {
    width: 70%;
    margin-right: 0 auto;
    margin: 0;
    margin-left: auto;
}
.copy_right p {
    color: #ffffff;
    margin: 0;
}
.socail_icon {
    gap: 10px;
    /* border-top: 1px solid #ffffff; */
}
/* Style the video: 100% width and height to cover the entire window */

/* Register Page Css  */
.register-input input {
    width: 100%;
    height: 58px;
    background-color: transparent;
    /* background: rgb(255,255,255); */
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(153,153,153,1) 10%); */
    background: rgb(255 255 255 / 26%);
    /* background: linear-gradient(90deg, rgb(255 255 255 / 43%) 0%, rgb(153 153 153 / 23%) 57%); */
    border-radius: 60px;
    border: none;
    outline: none;
    position: relative;
    backdrop-filter: blur(12px);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(153, 153, 153, 0.1) 100%
    );
    border: 1px solid wheat;
    color: #fff;
    padding: 0px 26px;
}
.register-button button {
    width: 100%;
    background-color: #ffffff;
    height: 46px;
    border-radius: 60px;
}
.register-form-dv {
    width: 50%;
    margin: 0 auto;
}

/* ************************Responsive****************** */
@media (max-width: 1367px) {
    .video-coming-soon {
        position: relative;
        height: 854px;
        overflow: hidden;
        object-fit: cover;
    }
}
@media (max-width: 1367px) {
    .coming-sec {
        position: absolute;
        top: 129px;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 3;
    }
   .comming-subscribe-btn {
    position: absolute;
    right: 225px !important;
    /* border: none; */
}
    .video-coming-soon {
        position: relative;
        height: 724px;
        overflow: hidden;
        object-fit: cover;
    }
}

@media (max-width: 1200px) {
   .comming-subscribe-btn {
    position: absolute;
    right: 225px !important;
    /* border: none; */
}
}

@media (max-width: 575px) {
}
/* ************************End of Responsive****************** */
