/*************
*INDEX-SLIDER*
**************/
.slider-container {
  width: 100%;
  height: 28vw;
  display: flex;
}

.logoContainer {
  width: 67%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(5% + 0.37rem) 0 calc(5% - 0.37rem);
}

.logo {
  width: 75%;
  height: auto;
}

.picsContainer {
  width: 33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}

.picCropper {
  height: calc(100% / 2);
  overflow: hidden;
  border-radius: 4px;
}

.picture {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 900px) {
  .slider-container {
    height: 23vw;
  }
  .picsContainer {
    display: none;
  }
  .logoContainer {
    width: 100%;
    padding: calc(5% - 0.37rem) 0 calc(5% - 0.37rem);
  }
  .logo {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 640px) {
  .slider-container {
    height: 25vw;
  }
}

@media (max-width: 567px) {
  .slider-container {
    height: 28vw;
  }
}

@media (max-width: 414px) {
  .slider-container {
    height: 33vw;
  }
}

@media (max-width: 390px) {
  .slider-container {
    height: 35vw;
  }
}

@media (max-width: 350px) {
  .slider-container {
    height: 36vw;
  }
}

/*************
*INDEX-STRIP2*
**************/
.strip2Container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 0 1rem;
}

@media (max-width: 900px) {
  .strip2Container {
    background-color: rgb(255 255 255 / 40%);
    padding: 1rem 1rem 0;
  }
}

@media (max-width: 640px) {
  .strip2Container {
    flex-direction: column;
  }
}

@media (max-width: 414px) {
  .strip2Container {
    gap: 0;
    padding: 0.5rem 1rem 0;
  }
}


/*************
*INDEX-STRIP3*
**************/
.strip3Section
{
  background-color: rgb(255 255 255 / 40%);
  padding: 1rem 0;
}

.strip3Container
{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1rem;
  justify-content: center;
  max-width: 1270px;
  margin: 2rem auto;
  align-items: center;
}

.strip3-image-text
{
  display: flex;
  align-items: center;
}

.textContainer
{
  display: flex;
  flex-direction: column;
  padding: 0 2.5rem;
  gap: 1rem;
}

.strip3Section h1
{
  font-size: 3rem;
  color: var(--clr-pandacom-darker-orange);
  margin-top: 0;
  margin-bottom: 20px;
}

.strip3Section h4
{
  font-size: 22px;
  margin: 20px auto;
}

.strip3Section p,
.strip3Section ul
{
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 20px;
}

.strip3Section a
{
  width: fit-content;
  padding: 0.75rem 2rem;
  margin: 0 auto;
  background: var(--clr-pandacom-grey);
  color: #fff;
  font-size: 1rem;
  border-radius: 0.5rem;
}

.strip3-image-text .textContainer p
{
  margin-bottom: 0;
}

.strip3-h4-image-mobile span
{
  white-space: nowrap;
}

.strip3-h4-image-mobile img
{
  display: none;
}

@media (max-width: 1320px)
{
  .strip3-image-text
  {
    align-items: flex-start;
  }

  .strip3Section img
  {
    width: 440px;
    height: auto;
  }
}

@media (max-width: 1300px)
{
  .strip3Section h1
  {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px)
{
  .strip3Container img
  {
    display: none;
  }

  .strip3-image-text .textContainer
  {
    padding-left: 0;
  }

  .strip3-h4-image-mobile
  {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
  }

  .strip3-h4-image-mobile h4
  {
    text-align: center;
    line-height: 2;
    max-width: 350px;
  }

  .strip3-h4-image-mobile img
  {
    display: block;
  }
}

@media (max-width: 800px)
{
  .strip3-h4-image-mobile img
  {
    width: 400px;
    height: auto;
  }
}

@media (max-width: 730px)
{
  .strip3-h4-image-mobile img
  {
    width: 350px;
  }
}

@media (max-width: 680px)
{
  .strip3-h4-image-mobile
  {
    flex-direction: column;
    padding-left: 0;
  }

  .strip3-h4-image-mobile h4
  {
    max-width: unset;
  }

  .strip3-h4-image-mobile img
  {
    width: unset;
    max-width: 90%;
  }
}

@media (max-width: 550px)
{
  .strip3-h4-image-mobile img
  {
    max-width: 99%;
  }
}

@media (max-width: 500px)
{
  .textContainer
  {
    padding: 0 1.2rem;
    gap: 0.8rem;
  }

  .strip3Section h1
  {
    font-size: 2.3rem;
  }
}

@media (max-width: 380px)
{
  .textContainer
  {
    padding: 0 0.8rem;
    gap: 0.7rem;
  }
  .strip3Section h1
  {
    font-size: 2.2rem;
  }
  .strip3Section h4
  {
    font-size: 1.3rem;
  }
}
@media (max-width: 350px)
{
  .strip3Container
  {
    margin: 1.5rem auto 2rem;
  }
}
