@font-face {
    font-family: poppins;
    src: url(./Poppins-Regular.ttf);
}

@font-face {
    font-family: gilroy;
    src: url(./Gilroy-Regular.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: gilroy !important;
}

* {
    font-family: poppins !important;
    font-weight: 100 !important;


}

p {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.2s ease-out;
}

.headerVisible {
    opacity: 1;
    transform: translateY(0);
}

* {
    padding: 0;
    margin: 0;
    color: #fff;
    /* font-family: Hind Siliguri; */
    font-weight: 800;
    font-size: 18px;
}

.page-content {
    position: relative;
}

.nav-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #e5e5e5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    z-index: 900 !important;
}

.nav-link {

    color: #fff !important;
    /* font-family: Hind Siliguri; */
    font-weight: 500 !important;
    /* font-size: 16px!important; */
}

.dropdown-item {
    color: #fff !important;
    font-weight: 500 !important;
    text-decoration: none !important;

}

.dropdown-item:hover {
    color: #000 !important;
    font-weight: 500 !important;
    background-color: #fff !important;
}

.dropdown-menu {
    background-color: transparent !important;
    border: 1px #fff solid !important;
    border-radius: 10px;
}

.review-card {
    border-radius: 20px;
    height: 100%;
    border: 2px #fff solid;
    padding: 0rem 2rem;
}

.review-overlay {
    display: flex;
    justify-content: center;
}

.review-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.review-header-text {
    width: 80%;
    margin-left: 2rem;

}

.img-bg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.review {
    z-index: 3;
    font-family: poppins;
    font-weight: 100;
}



.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;


}

.navbar-toggler {
    border: 2px white solid !important;
}

.title {
    font-size: 50px;
    font-weight: 800;
}

html {
    overflow-x: hidden !important;

}

body {
    background-color: #161616 !important;
    height: 100%;
    width: 100%;
    overflow-x: hidden !important;
    background-image: url("../assets/bg_space.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.nav {
    height: 10vh;
    width: 100%;
}

.bg-black {
    background-color: black;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh !important;
    width: 100vw;
    overflow: hidden;
}

.banner-body {
    position: relative;
}

.banner-img-wrapper {
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 80%;
}

.banner-img-wrapper img {
    width: 100%;
    animation: fadeInAnimation ease 2s !important;
    animation-iteration-count: 1 !important;
    animation-fill-mode: forwards !important;
}

.about-section {
    background-image: url("../assets/bg-about.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.footer {
    background-image: url("../assets/footer.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.spacial-thnx {
    background-image: url("../assets/bg-black2.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.review-section {
    background-image: url("../assets/bg-black3.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.bg-black4 {
    background-image: url("../assets/bg-black3.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 5rem 0;

}

/* .mask-text {
    font-size: 15vw;
    line-height: 15vw;
    font-weight: 800 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    background: url("../assets/bg-mask.gif") 0 0 / cover no-repeat;
    color: #de466c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


} */
.mask-text {
    font-size: 15vw;
    line-height: 15vw;
    -webkit-text-stroke-width: 0.3rem;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke-color: #bcc9d4;
    color: transparent !important;

}

.showinmobile {
    overflow: hidden;
    visibility: hidden;
    display: none;
}

@media only screen and (max-width: 700px) {
    .showindesktop {
        display: none;
        overflow: hidden;
        visibility: hidden;
    }

    .showinmobile {
        overflow: auto;
        visibility: visible;
        display: block;

    }
}

@media only screen and (max-width: 600px) {
    .review-header{
        flex-wrap: wrap!important;

    }
    .review-header-text{
        text-align: center;
        margin: 0!important;
        padding: 0!important;
        margin-top: 1rem;
    }
    .title{
        text-align: center!important;
    }
    .carousel-item img{
        height: 250px!important;
    }
    .banner-body {
        height: 50vh;
    }

    .banner-img-wrapper img {
        width: 250%;
        margin-bottom: 80%;
    }

    .footer-img {
        margin: 0 !important;
    }

    .mask-text {
        margin-top: -30rem !important;
        width: 100%;
        font-size: 20vw;
        line-height: 20vw;
        -ms-word-break: break-all;
        word-break: break-all;
        white-space: pre-wrap
    }

    .banner-img-wrapper {
        bottom: -60%;
    }

    .col-image {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }
}

.col-image {
    width: 100%;

    border-radius: 10px;
    overflow: hidden;
}

.map-section {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.map {
    height: 70vh;
    background-color: black;
    padding: 1rem;
    border-radius: 10px;
    width: 80%;
    border-radius: 10px;

}

.top-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.banner-global {
    margin-top: 3rem;

    border-radius: 20px;
    background-position: center;
    background-position-y: 25%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.banner2 {
    background-image: url("../assets/banner2.webp");

}

.banner3 {
    background-image: url("../assets/banner3.webp");

}

.exp-txt p {
    border-left: 2px #fff solid;
    padding-left: 1rem;
}

.hideTxt {
    opacity: 0;
    transform: translateX(200px);
    transition: all 1.2s ease-out;
}

.showText {
    opacity: 1;
    transform: translateX(0);

}

a {
    text-decoration: none !important;
    font-weight: 800 !important;
    color: #fff !important;
}

.rssfeed {

    margin-top: 2rem;
    overflow: hidden;
    width: 80%;
}

@keyframes RSSFEED {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.animatedrss {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    width: 100%;
    animation: RSSFEED 28s infinite ease;
}

img {
    animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.contact-icons {
    display: flex;
    flex-direction: row;
    gap: 30px;

}

.contact-icons a i {

    font-size: 30px;

}
::-webkit-scrollbar {
    display: none;
}