/* ==== DEKSTOP  ==== */
@media (min-width: 901px) {
  .controls-width {
    max-width: 350px;
  }
}

/* ==== TABLET  ==== */
@media (min-width: 601px) and (max-width: 1024px) {
  .left-panel {
    display: none;
    border-bottom-right-radius: 0;
    z-index: 1;
    position: fixed;
  }

  #carouselExampleIndicatorsMainCont {
    display: flex !important
;
    border-bottom-right-radius: 0;
    z-index: 0;
    position: absolute;
    padding: 0;
    height: 100vh;
  }

  .right-panel {
    /* border-top: 10px solid #0171bc; */
    max-width: 100%;
    width: 100%;
    background: white;
    height: 75vh;
    /* border-top-left-radius: 40px; */
    border-top-right-radius: 150px;
    border-bottom-left-radius: 0;
    margin-top: 25vh;
    padding: 20px !important;
  }

  .main-cont {
    overflow: hidden !important;
  }

  .controls-width {
    position: fixed;
    z-index: 3;
    margin-top: -120px;
  }

  /* .footer {
    position: fixed;
    z-index: 3;
    margin-top: -400px;
  } */

  .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #0072ba; */
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
  }

  .carousel-item img {
    object-fit: cover;
    height: 75vh;
    width: 100%;
    margin-top: 0;
  }
}

/* ==== MOBILE  ==== */
@media (max-width: 600px) {
  .left-panel {
    display: none;
    border-bottom-right-radius: 0;
    z-index: 1;
    position: fixed;
  }

  #carouselExampleIndicatorsMainCont {
    display: flex !important
;
    border-bottom-right-radius: 0;
    z-index: 0;
    position: absolute;
    padding: 0;
    height: 100vh;
  }

  /* .footer {
    margin-top: 20px;
  } */

  .right-panel {
    /* border-top: 10px solid #0171bc; */
    max-width: 100%;
    width: 100%;
    background: white;
    height: 80vh;
    /* border-top-left-radius: 40px; */
    border-top-right-radius: 150px;
    border-bottom-left-radius: 0;
    margin-top: 20vh;
    padding: 20px !important;
    justify-content: start;
  }

  .main-cont {
    overflow: hidden !important;
  }

  .logo-container {
    position: fixed;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 9999;
  }

  .controls-width {
    margin-top: 25%;
  }

  /* .footer {
    position: fixed;
    z-index: 3;
    margin-top: -400px;
  } */

  .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #0072ba; */
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
  }

  .carousel-item img {
    object-fit: cover;
    height: 60vh;
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .footer {
    margin-top: 20px;
    position: relative;
  }
}

/* ==== HEIGHT  ==== */

@media (max-height: 720px) {
  .right-panel {
    justify-content: normal;
  }

  .footer {
    position: relative;
    margin-top: 40px;
  }
}
