/* Portfolio page */
@media screen and (max-width: 1024px) {
  .filters {
    justify-content: start;
    padding-left: 50px;
  }
}

@media screen and (max-width: 900px) {

  .twice-img {
    padding: 40px 20px;
  }

  .form-container2>.email-section {
    flex-direction: column;
  }

  .contact-section>h1 {
    font-size: 2.5rem;
  }

  .contact-section>p {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .entry-title {
    font-size: 2.5rem;
  }


  .twice-img {
    grid-template-columns: 1fr;
    padding: 10px;
    text-align: center;
  }
  
  .twice-img>div{
    height:fit-content;
  }

  .twice-img>div>img {
    display: inline;
    width: 90%;
    height: 50% !important;
  }

  .model>video {
    background-color: black;
    width: 90%;
    object-fit: contain;
  }


  .brandContent, .salesAndBrandContent{
    text-align: start;
  }
  .email-section {
    flex-direction: column;
  }

  .disclosure-image,
  .blank-image,
  .disclosure-image,
  .lenvers-image {
    bottom: 0px;
  }

  .disclosure-image {
    margin-top: 25px;
  }

  .art-gallery h6 {
    padding-bottom: 15px;
  }

  .youtube-figure,
  .gallery-figure,
  .image-figure,
  .music-figure {
    right: 10%;

    img {
      height: 15px !important;
    }
  }

  #form1-underline {
    margin-bottom: 60px;
  }

  .login-heading {
    font-size: 2.1rem;
    text-align: center;
    margin-top: 40px;
    margin-top: 0px;
  }

  .contact-section>.form-container {
    width: 100%;
            padding: 0 16px;
        margin-bottom: 20px;
  }

  .contact-section>h1 {
    font-size: 2.5rem;
    padding: 150px 0px 10px 0px;
  }

  .form-container>.input-container1 {
    flex-direction: column;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;

    input {
      height: 35px;
      width: 90%;
    }
  }


  .form-container {
    padding-left: 40px;
  }

  .form-container>.input-container2 {
    margin: auto;

    width: 90%;

    textarea {
      width: 90%;
      margin-bottom: 50px;
    }
  }

  .about-para {
    font-size: 0.825rem;
  }

  .entry-header>p {
    width: 90%;
  }

  .twice-img > .salesAndBrand:nth-of-type(1){
    order:1;
  }
  .twice-img > .salesAndBrand:nth-of-type(2){
    order:2;
  }
  .twice-img > .salesAndBrand:nth-of-type(3){
    order:4;
  }
  .twice-img > .salesAndBrand:nth-of-type(4){
    order:3;
  }
}

@media screen and (max-width: 425px) {

  .youtube-figure,
  .gallery-figure,
  .image-figure,
  .music-figure {
    width: 35px;
    height: 35px;
  }

  .login-text {
    width: 250px;
  }

  .form-container {
    padding-left: 0px;
  }

  .form-container>.input-container2>textarea {
    width: 100% !important
  }

  .form-container>.input-container1>div>input {
    width: 100% !important;
  }


}