.desktop_none {
    display: none;
}

.mobile_none {
    display: block;
}

.bg-image:not([class*=absolute]) {
    position: absolute;
}
.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#carouselExampleAutoplaying {
  position: relative;
}

/* Common styles */
#carouselExampleAutoplaying .carousel-control-prev,
#carouselExampleAutoplaying .carousel-control-next {
  top: auto;
  bottom: -55px;              /* moves buttons down */
  transform: none;
  width: 48px;
  height: 48px;
    /* dark background */
  border-radius: 8px;
  opacity: 1;
  


}
#carouselExampleAutoplaying .carousel-inner {
  padding-bottom: 70px;
}


/* Position LEFT button */

#carouselExampleAutoplaying .carousel-control-prev-icon,
#carouselExampleAutoplaying .carousel-control-next-icon {
  filter: invert(1);
}

.color_change_page.active {
   background-color: #EFB422;
   border: 1px solid #EFB422;
   border-color: black;
}
.color_change_page {
    color: black;
}

#slide_controls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: fit-content;
    position: absolute;
    right: 35px;
    bottom: 0px;
    z-index: 10;
    height: 100%;
}

#slide_controls div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #EFB422;
    opacity: 1;
}
#slide_controls div.active {
    background-color: #fff7c0;
}
.degree_div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
}


@media only screen and (max-width: 700px) {
    .mobile_none {
        display: none;
    }

    .desktop_none {
        display: block;
    }



}

@media only screen and (min-width: 780px) and (max-width:991px) {}

@media only screen and (min-width: 992px) and (max-width: 1151px) {}

@media only screen and (min-width: 1152px) and (max-width:1279px) {}

@media only screen and (min-width: 1280px) and (max-width:1348px) {}

@media only screen and (min-width: 1349px) and (max-width:1439px) {}

@media only screen and (min-width: 1440px) and (max-width:1499px) {}

@media only screen and (min-width: 1500px) and (max-width:1599px) {}

@media only screen and (min-width: 1600px) and (max-width:1699px) {}

@media only screen and (min-width: 1700px) and (max-width:1799px) {}

@media only screen and (min-width: 1800px) and (max-width:1919px) {}