@import url('https://fonts.googleapis.com/css2?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');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background:black;
    color: white;
    z-index:-1;
    overflow: hidden;
}

.main_schedule {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9999;
    min-height: 100vh;
}


.main_page {

  background-color: hsla(95, 0%, 0%, 1);
  background-image:
    radial-gradient(at 88% 79%, hsl(268, 73%, 48%) 0px, transparent 50%),
    radial-gradient(at 50% 9%, hsl(191, 100%, 82%) 0px, transparent 50%),
    radial-gradient(at 88% 79%, hsl(334, 43%, 46%) 0px, transparent 50%),
    radial-gradient(at 13% 9%, hsl(294, 29%, 53%) 0px, transparent 50%),
    radial-gradient(at 11% 10%, rgb(117, 33, 212) 0px, transparent 50%);
  animation: gradient 5s ease infinite;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  z-index: 1 !important;
  filter: blur(300px);
  animation: gradient 13s ease infinite;

}

.main2 {
    min-height: 90vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 20%;
    }

    25% {
        background-position: 100% 50%;
    }

    50% {
        background-position: 50% 70%;
    }

    100% {
        background-position: 0% 20%;
    }
}

.port_button {
    border: none;
    outline: none;
    border: 2px solid white;
    color: white;
    background-color: transparent;
    width: 12vw;
    padding: 10px;
    border-radius: 10px;
    font-size: 1vw;
}

.tablinks.active {
    background: black;
}

.portfolio_head,
.about_head {
    font-size: 2vw;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.about_parra {
    text-align: center;
    color: white;
    font-size: 1vw;
}

.about_parras {
    color: white;
    font-size: 0.9vw;
}

.button_slide {
    color: #FFF;
    border: 2px solid white;
    border-radius: 10px;
    padding: 15px;
    display: inline-block;
    font-size: 1vw;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #000;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    margin-top: 0.5vw;
}

.slide_diagonal:hover {
    background-color: #000;
    color: white;
    border: 2px solid white;
}

.tabcontent {
    display: none;
}

.modal {
    height: 100vh;
    background: #000000;

}

.modal-header {
    border: none;
}

.carousel_images {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.mobile_version {
    display: none;
}

.border_top {
    position: absolute;
    bottom: 0px;
    border-top: 2px solid white;
}

.para_footer {
    font-size: 1vw;
}

.carousel_images {}

.images_updated {
    height: 80vh;
    margin: 0 auto;
    object-fit: contain;
}

.modal-content {
    background-color: transparent;
}

.bi-arrow-left-short,
.bi-arrow-right-short {
    color: white !important;
    font-size: 5vw;
}

.bi-arrow-left-short {
    margin-right: 0vw;
}

.bi-x-circle {
    font-size: 4vw;
    color: white;
    position: absolute;
    top: 0px;
}

.btn-close {
    opacity: 1;
}

.work_title {
    font-size: 1.2vw;
    text-align: center;
    margin-top: 0.2vw;
    text-transform: uppercase;
}

.gear_title {
    font-size: 1.2vw;
    margin-top: 0.2vw;
    text-transform: uppercase;
}

.work_row {
    margin-top: 1vw;
}

.work_images {
    width: 8vw;
}

.about_width {
    width: 30%;
}

@media only screen and (max-width: 990px) {
    .mobile_version {
        display: block;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile_version p {
        text-align: center;
    }

    .desktop_version {
        display: none;
    }
}