.loader-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    z-index: 999999;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-display: optional;
}

::selection {
    background-color: #0c1025;
    color: white;
}

body {
    z-index: 9999;
    background-color: rgb(0, 2, 10);
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

img {
    filter: contrast(120%);
}

.color {
    background-color: rgb(0, 2, 10);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.row div {
    margin: 5px 0px;
}
/* FOOTER */
.footer {
    position: relative;
    bottom: 0;
    left: 0;
    background: url(../images/footer-pic1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: #ffffff;
    object-fit: cover;
    height: auto;
    width: 100%;
    text-align: center;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
 }

.footer p {
     margin: auto;
     padding: 0;
}

.p-align {
     background-color: rgba(0, 0, 0, 0.4);
     display: flex;
     flex-direction: column;
     filter: contrast(110%);
     height: 50vh;
     width: 100%;
     margin: auto;
     font-size: 1.25rem;
 }

.p-middle {
    color: white;
    font-weight: bolder;
    margin: auto;
}

 .social-align {
    position: relative;
    right: 5%;
    text-align: right;
    color: white;
    float: right;
 }

 .fa {
    padding: 20px 15px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 30%;
    padding-top: 2vh;
    left: 2%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media(min-width:1280px){
    .fa {
        width: 4vw;
    }
}

@media(max-width:1280px){
    .fa {
        padding: 15px 20px;
    }
}

.fa:hover {
    text-decoration: none;
    background: black;
    color: white;
}

.fa-facebook {
    color: black;
    background: white;
}

.fa-instagram {
    color: black;
    background: white;
}
/* FOOTER END */

@font-face {
    font-family: Pirulen;
    src: url(../pirulen.rg-regular.otf);
}

.font-basic {
    font-family: "Play","Comic Sans MS";
}

.font-title {
    font-family: 'Pirulen',"Comic Sans MS";
}

.font-ha {
    font-family: 'Pirulen',"Comic Sans MS";
}
/* SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
  }
  
::-webkit-scrollbar-track {
    background-color: black;
  }

::-webkit-scrollbar-thumb {
    background: grey; 
    border-radius: 10px;
  }

::-webkit-scrollbar-thumb:hover {
    background: white; 
  }
/* SCROLLBAR END */

/* LANDING */
span {
    margin: 2px;
}

span:nth-child(1) {
    margin-left: 120px;
}

.container-start {
    height: 90vh;
    width: 100vw;
    filter: contrast(120%);
    margin-right: 20px;
    overflow-y: hidden;
}

#vid {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
  }

.text {
    position: relative;
    top: 40%;
    height: auto;
    width: 70vw;
    text-transform: uppercase;
    padding: 15px;
    background: rgba(7, 17, 24, 0.507);
    backdrop-filter: blur(5px);
    border-right: rgb(33, 33, 199) 10px solid;
    border-top: rgb(255, 255, 255) 5px solid;
    transform: perspective(900px) rotateY(40deg);
    transition: all 1s;
}

.text:hover {
    transform: rotateY(0deg);
}

.text h1, h2 {
    position: relative;
    left: 10%;
    margin-right: 20px;
}

.text h2 {
    color: transparent;
    font-size: calc(0.5vw + 1rem);
    letter-spacing: 5px;
}

.text h1 {
    color: transparent;
    font-size: 6em;
    font-weight: 700;
    margin-bottom: 50pt;
}

@media screen and (max-width: 1280px) {
    .text {
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        height: auto;
        width: auto;
        border-right: none;
        border-bottom: rgb(33, 33, 199) 10px solid;
        word-break: normal;
        transition: none;
    }

    .text:hover {
        transform: translate(-50%, -50%);
    }

    .text h1 {
        font-size: 1.5em;
    }

    .text h2 {
        font-size: 0.75em;
    }

    .text h1, h2 {
        left: 0;
        margin-right: 0;
    }

    span:nth-child(1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 300px) {
    .text h2 {
        font-size: 0.5em;
    }

    .text {
        transition: none;
    }

    .text:hover {
        transform: translate(-50%, -50%);
    }
}
/* LANDING TEXT ANIMATION */
.text h1 span {
    animation: animate_welcome 2s linear;
    animation-fill-mode: forwards;
}

.text h1 span:nth-child(1){
    animation-delay: 0s;
}
.text h1 span:nth-child(2){
    animation-delay: 0.22s;
}
.text h1 span:nth-child(3){
    animation-delay: 0.44s;
}
.text h1 span:nth-child(4){
    animation-delay: 0.66s;
}
.text h1 span:nth-child(5){
    animation-delay: 0.88s;
}
.text h1 span:nth-child(6){
    animation-delay: 1s;
}
.text h1 span:nth-child(7){
    animation-delay: 1.22s;
}
.text h1 span:nth-child(8){
    animation-delay: 1.44s;
}

@keyframes animate_welcome{
    0%{
        color: transparent;
        text-shadow: none;
    }
    
    100% {
        color: white;
        text-shadow: 1px 1px 10px white;      
    }
}

.animate-in {
    animation: animate_h3 1s linear;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}
@keyframes animate_h3{
    0% {
        color: transparent;
    }

    100%{
        color: white;
        text-shadow: 0px 0px 10px white;
    }
}
/* LANDING ANIMATION END */

/* LANDING END */


/* NAVBAR */
#navbar {
    transition: all 0.7s;
}

.navbar-brand img {
    border-radius: 40px;
}

.navbar-custom .navbar-nav .nav-link {
    font-size: 15pt;
    color: white;
    margin-right: 30pt;
}

.nav-link:active {
    color: aqua!important;
}

.nav-link:hover {
    transition: all 0.3s;
    color: rgb(45, 55, 190)!important;
}

@media(max-width: 1280px){
    .navbar-custom .navbar-nav .nav-link {
        font-size: 15pt;
        text-align: center;
    }
}

a.nav-link {
    position: relative;
}

a.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: rgb(45, 55, 190);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

a.nav-link:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.navbar-collapse {
    text-align: center;
}

.custom-toggler {
    border: none;
}

.custom-toggler:focus {
    outline: none;
}

#nav-icon {
    width: 50px;
    height: 40px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}
  
#nav-icon span:nth-child(2) {
    top: 18px;
}
  
#nav-icon span:nth-child(3) {
    top: 36px;
}
  
#nav-icon.open span:nth-child(1) {
    background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    top: 18px;
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
}
  
#nav-icon.open span:nth-child(2) {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -60px;
    top: -20px;
}
  
#nav-icon.open span:nth-child(3) {
    background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    top: 18px;
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
}
/* NAVBAR END*/

/* PRODUCTS */
#products {
    width: 100vw;
}

.align-mid {
    position: relative;
    top: -50px;
    left: 25vw;
    height: 100px;
    text-align: center;
    background-color: white;
    width: 50vw;
}

.align-mid h1 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1280px) {
    .align-mid h1 {
        font-size: 1em;
        word-break: normal;
    }
}

.imgs {
    margin-top: 10vh;
}

.wrap-img {
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0px 0px 20px white;
    transition: 0.5s all ease-in-out;
}

.wrap-img img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.wrap-img:hover {
    box-shadow: 0px 0px 20px rgb(0, 238, 255);
}

.wrap-img:hover img {
	transform: scale(1.2);
}


#gotoProducts {
    transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.text-prod {
    margin: 20vh 0px;
}

.text-prod a {
    font-size: 2.5vh;
    font-weight: bolder;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    transition: .4s;
}

.text-prod a:hover {
    text-decoration: none;
    color: rgb(0, 2, 10);
    background-color: white;
}

.row img {
    width: 100%;
    height: 100%;
}

.overlay-text {
    position: absolute;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    z-index: 10;
}
/* PRODUCTS END */

/* News */
#news {
    background: linear-gradient(10deg, rgb(16, 80, 122) 40%, rgba(16, 80, 122, 0.1) 83%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px 10px #cacaca;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
}

.light {
    background: linear-gradient(to top, #0c1025 0%, white 70%);
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.new {
    font-size: 1.5rem;
    color: white;
    padding-bottom: 10vh;
}

.each
{
    width: 85%;
    margin: auto;
    padding: 10px 10px 2px 20px;
    text-align: justify;
    margin-bottom: 10px;
    word-wrap: break-word;
    hyphens: auto;
}

.place {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
  
.iframe-size {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 20px;
    width: 70%;
    height: 60%;
}

@media screen and (min-width: 1280px) {
    .each {
        margin-left: 0;
        margin-bottom: 100px;
    }

    .each:nth-child(even) {
        margin-left: auto; 
        margin-right: 0;
        text-align: right;
    }

    .each:nth-child(even) .iframe-size {
        right: 0;
    }
}

@media screen and (max-width: 1280px) {
    .iframe-size {
        width: 100%;
        height: 90%;
    }

    .post {
        width: 50%;
        margin: auto;
    }
}
/* News END */



/* RENT */

#rent{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    padding-bottom: 10vh;
}

#rent img {
    width: 100%;
}

.resp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.condition {
    padding-top: 10vh;
    padding-bottom: 5vh;
    text-align: center;
    letter-spacing: 10px;
    color: white;
}

.conditions {
    font-size: calc(0.75vh + 1.5rem);
    padding-bottom: 4vh;
}

.about-des {
    display: grid;
    padding: 4rem;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    font: 600 100%/1.5 system-ui;
    font-size: 1.5rem;
    color: beige;
}

.about-des img {
    max-width: 100%;
    height: auto;
}

.about-des h2 {
    background: linear-gradient(170deg, rgb(9, 255, 243) 0%, white 100%);
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (max-width: 700px) {
    .about-des {
        display: inline;
        text-align: center;
    }
}
/* RENT END */

/* GALLERY */
#gallery {
    padding-top: 100px;
    background: linear-gradient(0deg, rgb(0,0,0) 0% ,rgba(14, 14, 14, 1) 53%, rgba(16, 80, 122, 0.1) 96%);
    overflow-x: hidden;
    display: flex;
    padding-bottom: 8vh;
    align-items: center;
    justify-content: center;
    color: black;
}

.carousel-inner img {
    width: 100%;
}

.carousel-inner {
    box-shadow: 0 0 20px 20px rgb(6, 9, 32);
}

@media screen and (min-width: 1280px) {
    .center-carousel {
        width: 75vw;
    }   
}
/* GALLERY END */

/* CONTACT */
#contact{
    background: url("../images/contact.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    filter: contrast(120%);
    height: 100%;
    width: 100%;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    color: white;
}

.custom-shape-divider-top-1597944727 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1597944727 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 95px;
}

.custom-shape-divider-top-1597944727 .shape-fill {
    fill: linear-gradient(0deg, rgba(14, 14, 14, 1) 33%, rgba(16, 80, 122, 0.1) 96%);
}

.contacts {
    font-size: calc(0.75vh + 1.5rem);
    padding-top: 20vh;
    padding-bottom: 5vh;
    text-align: center;
    letter-spacing: 10px;
    color: white;
}

@media(max-width: 1280px){
    .contacts {
        letter-spacing: 0px;
    }
}

.container {
    text-align: center;
    height: 60%;
    padding-bottom: 20px;
}

.contact-heading {
    text-align: center;
    font-size: calc(0.75vh + 1rem);
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

.contact-heading h2 {
    position: relative;
    left: 0;
}

hr {
    background-color: white;
}
/* CONTACT END */