* {
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 16px;
    width: 100%;
  }


}

@media only screen and (max-width: 1024px) {
  .recket-img img {
    max-width: 350px;
    width: 100%;
  }

  .left-lines img {
    max-width: 200px;
    width: 100%;
  }

  .one {
    position: relative;
    top: -8px;
  }

  .two {
    top: -100px;
  }

  .three {
    top: -190px;
  }

  .tomche-title img {
    right: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .logo img {
    max-width: 350px;
  }

  .recket-img img {
    max-width: 275px;
    width: 100%;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .text-overlay {
    font-size: 64px;
  }

  .tournament-title span {
    font-size: 60px;
  }

  .tennis-tomche h1 {
    font-size: 90px;
  }

  .date-card {
    max-width: 525px;
  }

  .border {
    margin: 24px auto 24px auto !important;
  }

  .tomche-title span {
    font-size: 32px;
  }

  .tomche-title img {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .left-lines {
    display: none;
  }

  .sports-grid {
    gap: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .recket-img img {
    max-width: 175px;
    width: 100%;
  }

  .logo {
    padding: 40px 0;
  }

  .logo img {
    max-width: 250px;
  }

  .date-card {
    max-width: 450px;
  }

  .text-overlay {
    font-size: 56px;
  }

  .tennis-tomche h1 {
    font-size: 78px;
  }

  .date-card span,
  .h2-overlay {
    font-size: 48px;
  }

  .site-details span,
  a,
  a:hover {
    font-size: 38px;
  }

  .date-card img {
    bottom: 0;
    right: -125px;
  }

  .site-details img {
    display: none;
  }

  .tomche-title img {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .recket-img img {
    max-width: 150px;
    width: 100%;
  }

  .logo img {
    max-width: 225px;
  }

  .logo {
    padding: 100px 0 0 0;
  }

  .tournament-title span {
    font-size: 38px;
    line-height: 48px;
  }

  .ladies-title {
    gap: 24px;
  }

  .text-overlay {
    font-size: 32px;
  }

  .tournament-title {
    margin-bottom: 12px;
  }

  .tennis-tomche {
    margin-bottom: 16px;
  }

  .tennis-tomche h1,
  .tennis-tomche h2 {
    font-size: 48px;
  }

  .background-text-4 {
    transform: translate(-2px, -2px);
  }

  .background-text {
    transform: translate(-6px, -6px);
  }

  .center-text {
    transform: translate(-3px, -3px);
  }

  .date-card {
    padding: 16px;
  }

  .date-card span,
  .h2-overlay {
    font-size: 32px;
    line-height: 40px;
  }

  .site-details span,
  a,
  a:hover {
    font-size: 18px;
    line-height: 30px;
  }

  .site-details {
    padding: 34px;
  }

  .sports i {
    font-size: 32px;
  }

  .sports span {
    font-size: 18px;
  }

  .registration h3 {
    font-size: 15px;
    line-height: 26px;
  }

  .tomche-title span {
    font-size: 18px;
    line-height: 32px;
  }

  .sports-grid {
    flex-direction: column;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 384px) {}