#about-get-down {
  margin-top: 120px;
}
#about-get-down .row {
  --bs-gutter-x: 0;
  justify-content: space-between;
}
#about-get-down .row .box {
  flex-basis: 48.3333%;
  background: rgba(52, 33, 52, 0.5);
  backdrop-filter: blur(26px);
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.17);
}
#about-get-down h1 {
  font-family: "Clash Display Bold";
  font-size: 56px;
  line-height: 64px;
  background: linear-gradient(90deg, #a734bd 0%, #ff006a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  margin-bottom: 56px;
}

#about-get-down .get-down-content h2 {
  font-family: "Clash Display Semi Bold";
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: white;
  margin-bottom: 40px;
  background-color: unset;
  -webkit-text-fill-color: unset;
}
#about-get-down .get-down-content .img-holder {
  max-width: 417px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 20px;
  margin: auto;
  margin-top: 56px;
  margin-bottom: 48px;
}
#about-get-down .get-down-content p {
  font-size: 24px;
  line-height: 32px;
  color: var(--paragraph);
  padding: 0 55px;
  text-align: center;
  margin-bottom: 56px;
}
/* What down  */
#what-down {
  margin-top: 200px;
}
#what-down h2 {
  text-align: center;
  background: linear-gradient(90deg, #a734bd 0%, #ff006a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 56px;
  line-height: 64px;
  font-family: "Clash Display Bold";
  margin-bottom: 56px;
}
#what-down .row {
  --bs-gutter-x: 0;
  justify-content: space-between;
}
#what-down .box-2 {
  flex-basis: 23.75%;
  padding: 24px;
}
#what-down .box-2 .caard .img-holder {
  margin-bottom: 36px;
}
#what-down .box-2 .caard h3 {
  font-family: "Clash Display Semi Bold";
  font-size: 28px;
  line-height: 36px;
  color: white;
  margin-bottom: 40px;
}
#what-down .box-2 .caard p {
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 0;
}
#what-down .box-2:nth-child(1) {
  background: #f9035c;
  backdrop-filter: blur(26px);
  border-radius: 20px;
}
#what-down .box-2:nth-child(2) {
  background: #f90370;
  backdrop-filter: blur(26px);
  border-radius: 20px;
}
#what-down .box-2:nth-child(3) {
  background: #d31993;
  backdrop-filter: blur(26px);
  border-radius: 20px;
}
#what-down .box-2:nth-child(4) {
  background: #af2fb5;
  backdrop-filter: blur(26px);
  border-radius: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #about-get-down .get-down-content .img-holder {
    margin-bottom: 20px;
  }
  #about-get-down .get-down-content h2 {
    font-size: 48px;
  }
  #about-get-down .get-down-content p {
    font-size: 22px;
  }
  #about-get-down .get-down-content h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #about-get-down .row .box {
    flex-basis: 100%;
  }
  #about-get-down .row .box:first-child {
    margin-bottom: 30px;
  }
  #what-down .box-2:nth-child(2),
  #what-down .box-2:nth-child(1) {
    margin-bottom: 20px;
  }
  #what-down .box-2 {
    flex-basis: 48%;
  }
}
@media (max-width: 767.98px) {
  #about-get-down .row .box {
    flex-basis: 100%;
  }
  #what-down .box-2 {
    flex-basis: 100%;
  }
  #what-down .box-2 {
    margin-bottom: 16px;
  }
  #what-down .box-2:nth-child(4) {
    margin-bottom: 0;
  }
  #about-get-down {
    margin-top: 89px;
  }
  #about-get-down h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  #about-get-down .get-down-content .img-holder {
    max-width: 301px;
    margin-top: 36px;
  }
  #about-get-down .get-down-content h2 {
    font-size: 32px;
    line-height: 36px;
    color: white;
    margin-bottom: 24px;
  }
  #about-get-down .get-down-content p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 32px;
    margin-bottom: 36px;
  }
  #about-get-down .row .box {
    border-radius: 20px;
  }
  #about-get-down .row .box:first-child {
    margin-bottom: 16px;
  }
  #what-down h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}

/* End What down */
/* press */
#press {
  margin-top: 200px;
}
#press .press-holder {
  margin-top: 36px;
  background: rgba(52, 33, 52, 0.5);
  backdrop-filter: blur(26px);
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.17);
}
#press .press-holder .press-f-row {
  margin-top: 56px;
  --bs-gutter-x: 0;
  margin-right: 103px;
  margin-left: 103px;
  align-items: center;
  margin-bottom: 62px;
}
#press .press-holder .press-f-row .image-holde {
  margin-right: 85px;
}
#press .press-holder .press-f-row .image-holde:last-child {
  margin-right: 0;
}
#press .press-holder .press-s-row {
  margin-bottom: 60px;
  align-items: center;
  margin-left: 67px;
  margin-right: 36px;
}
#press .press-holder .press-s-row .img-holde {
  margin-right: 73px;
}
#press .press-holder .press-s-row .img-holde:last-child {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #press .press-holder .press-f-row,
  #press .press-holder .press-s-row {
    flex-wrap: wrap;
  }
  #press .press-holder .press-f-row .image-holde,
  #press .press-holder .press-s-row .img-holde {
    flex-basis: 50%;
    margin-right: 0;
    text-align: center !important ;
    margin-bottom: 30px;
  }
  #press .press-holder .press-f-row,
  #press .press-holder .press-s-row {
    margin-bottom: 60px;
    align-items: center;
    margin-left: 67px;
    margin-right: 36px;
  }
  #press .press-holder .press-f-row {
    margin-bottom: 0px;
  }
  #press .press-responsive {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    background: rgba(52, 33, 52, 0.5);
    backdrop-filter: blur(26px);
    border-radius: 36px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    padding: 40px 90px;
  }
  #press .press-responsive .images-holder-f .img-holder {
    margin-bottom: 48px;
  }
  #press .press-responsive .images-holder-s .img-holder {
    margin-bottom: 52px;
  }
  #press .press-responsive .images-holder-f .img-holder:last-child {
    margin-bottom: 0;
  }
  #press .press-responsive .images-holder-s .img-holder:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #press .press-responsive {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    background: rgba(52, 33, 52, 0.5);
    backdrop-filter: blur(26px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    padding: 40px 34px;
  }
  #press .press-responsive .images-holder-f .img-holder {
    margin-bottom: 48px;
  }
  #press .press-responsive .images-holder-f .img-holder:last-child {
    margin-bottom: 0;
  }
  #press .press-responsive .images-holder-s .img-holder:last-child {
    margin-bottom: 0;
  }
  #press .press-responsive .images-holder-s .img-holder {
    margin-bottom: 52px;
  }
  #press .img-hold img {
    background: linear-gradient(90deg, #a734bd 0%, #ff006a 100%);
    opacity: 0.7;
    filter: blur(200px);
  }
}
@media (max-width: 575.98px) {
  #press .press-responsive .images-holder-f .img-holder {
    width: 120px;
  }
  #press .press-responsive .images-holder-s .img-holder {
    width: 120px;
  }
}
/* contact us */
#contact-us {
  margin-top: 200px;
}
#contact-us .row {
  --bs-gutter-x: 0;
  padding: 48px 56px;
  background: rgba(52, 33, 52, 0.5);
  backdrop-filter: blur(26px);
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.17);
}
#contact-us .contact-us-content h1 {
  font-family: "Clash Display Bold";
  font-size: 70px;
  line-height: 76px;
  background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 32px;
}
#contact-us .contact-us-content p {
  font-size: 16px;
  line-height: 28px;
  color:var(--paragraph);
  max-width: 400px;
}
#contact-us .contact-us-content p a {
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}
#contact-us .contact-us-content .contact-us-img{

}
#contact-us form div {
  margin-bottom: 28px;
}

#contact-us form label{
  font-family: "Clash Display Semi Bold";
  font-size: 20px;
  line-height: 24px;
  color: white;
}
#contact-us form input {
  height: 52px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 0;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.17);
  box-shadow: none;
  color: white;
}
#contact-us form textarea {
  height: 160px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  outline: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: white;
  resize: none;
  border: 1px solid rgba(255, 255, 255, 0.17);
  box-shadow: none;
}
#contact-us form input[type ="submit"]{
  padding: 12px 49px;
  color:white ;
  font-size: 18px;
  line-height: 24px;
  font-family: "Clash Display Semi Bold";
  background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
  border-radius: 50px;
  border: none;
}
@media(min-width:992px) and (max-width:1199.98px) {
  #contact-us .contact-us-content h1 {
      font-size: 60px;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .contact-us-content {
      text-align: center;
  }
  .contact-us-content p {
      margin: auto;
  }
}
@media(max-width:767.98px){
  #contact-us {
      margin-top: 200px;
  }
  #contact-us .contact-us-content h1 {
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 24px;
  }
  #contact-us .row {
      border-radius: 20px;
      padding-left: 24px;
      padding-right: 24px;
      padding-bottom: 56px;
  }
  #contact-us .contact-us-content p {
      margin-bottom: 56px;
  }
  #contact-us form textarea {
      height: 200px;
  }
  #contact-us form div {
      margin-bottom: 16px;
  }
  #contact-us form div:nth-child(4){
      margin-bottom: 30px !important;
  }
}
#about-get-down .img-holder {
  z-index: -1;
  left: 0;
  top: -800px;
  opacity: 0.8;
}
#about-get-down .img-holder-2{
  right: 0;
}
#what-down .img-holder-3 {
  top: -500px;
}
#contact-us .img-holder-4{
  right: 0;
  bottom: -500px;
}
@media(max-width:767.98px){
  #about-get-down .img-holder-2 {
    right: 0;
    opacity: 0.88;
    top: -280px;
  }
  #what-down .img-holder-3 {
    top: 1200px;
  }
  #what-down .img-holdere-3{
    top: -300px;
    opacity: 0.7;
  }
  #contact-us .img-holder-4 {
    right: 0;
    bottom: -350px;
  }

}
