.theme-menu-one.d-align-item.fixed .logo,
.theme-menu-one.d-align-item .logo {
  width: 10em;
  top: 24px;
}
.theme-menu-one.d-align-item .logo {
  top: 68px;
}
.text-pink {
  color: #f569f8;
}


#theme-banner-four .screen-one {
  position: absolute;
}
#theme-banner-four .screen-two {
  position: absolute;
}
#theme-banner-four .screen-three {
  position: absolute;
}
#theme-banner-four .screen-four {
  position: absolute;
}

@media (min-width: 768px) {
  #theme-banner-four .screen-four {
    z-index: 4;
    width: 50%;
    right: -4%;
    top: 15%;
  }
  .sub-title {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  #theme-banner-four .screen-four {
    width: 34%;
  }
  #theme-banner-four .screen-three {
    display: block !important;
    width: 65%;
    right: -8%;
    top: 16%;
    z-index: 3;
  }
}

@media (min-width: 1200px) {
  #theme-banner-four .screen-four {
    width: 27%;
    top: 12%;
    right: -2%;
  }

  #theme-banner-four .screen-three {
    width: 60%;
  }
  #theme-banner-four .screen-two {
    width: 50%;
    right: 8%;
    top: 26%;
    z-index: 2;
  }
}

@media (min-width: 1440px ) {
    #theme-banner-four .screen-four {
    width: 25%;
    top: 10%;
    right: 0;
  }

  #theme-banner-four .screen-three {
    width: 50%;
    right: -5%;
  }
  #theme-banner-four .screen-two {
    width: 50%;
    right: 6%;
    top: 26%;
    z-index: 2;
  }
}
