/* Media query for tablets and up (768px and wider) */
@media (min-width: 990px) {
  .section-track {
    height: 100vh;
    padding: 0;
    background-image: url('../images/bg-dektop-top.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
  .desktop-image {
    display: block !important;
  }
  .mobile-image {
    display: none !important;
  }
  .container {
    max-width: 750px;
    margin: auto;
  }
  .section-track .container {
    align-items: flex-start;
    justify-content: center;
    height: 100%;
  }
  .section-track .aside-image {
    display: none;
  }
  .aside-text {
    padding: 0;
    width: 50%;
  }
  .aside-text-content {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
  }
  .aside-text-content p span:nth-child(2) {
    color: #fffc01;
    font-size: 50px;
    display: inline-block;
    font-weight: bold;
  }
  .aside-text-content p {
    line-height: 50px;
  }
  .section-track.second-section {
    height: auto;
    padding: 40px 0px 0px 0px;
  }
  .section-track.second-section .aside-image {
    display: block;
    width: 50%;
    padding-right: 30px;
  }

  .section-track.second-section .container {
    flex-direction: row;
    align-items: end;
  }
  .section-track.second-section .aside-text {
    width: 50%;
    align-items: self-start;
    text-align: left;
  }
  .section-track.second-section .aside-text p {
    text-align: left;
    font-size: 23px;
    margin-bottom: 30px;
  }
  .section-track.second-section .aside-text p:last-child {
    /* margin-bottom: 0;*/
  }

  .section-track.second-section.third-section .aside-image {
    padding: 0px;
  }

  .section-track.second-section.third-section {
    padding: 30px 0px;
  }
  .section-track.second-section.section-track.second-section.third-section
    .aside-text
    p:last-child {
    margin-bottom: 0;
  }
  .section-track.second-section.third-section .container {
    flex-direction: row-reverse;
    align-items: center;
  }
  section.full-text .container P {
    text-align: left;
    font-size: 24px;
    margin-bottom: 30px;
  }
  section.full-text .container .imge-section {
    width: 80%;
    margin: 0 auto;
  }
  .section-track.fourth-section .aside-image {
    margin-top: 0;
  }
  .section-track.fourth-section .aside-text p {
    line-height: 37px;
  }
  .fourth-section .desktop-image {
    margin-left: -80px;
  }
  section.coming-up h2 {
    font-size: 100px;
  }
  .section-track.second-section.third-section.fifth-section {
    max-height: 400px;
  }
  .section-track.second-section.third-section.fifth-section .container {
    flex-direction: row;
    align-items: center;
    margin-top: -119px;
  }
  .section-track.second-section.third-section.fifth-section
    .container
    .desktop-image {
    margin-top: 50px;
    margin-left: 50px;
  }
  .section-track.sixth-section {
    max-height: 390px;
  }
  .section-track.sixth-section .container {
    margin-top: -120px;
  }
  .section-track.sixth-section .aside-text {
    width: 65%;
  }

  section.seventh-section.full-text .container p {
    text-align: center;
  }
  section.seventh-section.full-text .container .section-space {
    text-align: left;
    margin-top: 70px;
  }
  section.full-text.seventh-section {
    padding-top: 60px;
  }

  section.seventh-section.full-text .container .section-space p {
    text-align: left;
  }
  .section-track.second-section.third-section.dr-strange .container {
    flex-direction: row;
  }
  .section-track.second-section.third-section.dr-strange
    .container
    .aside-text {
    width: 80%;
  }

  .investment-trp .mn-bgh .ribbion-tile {
    padding: 30px 180px;
    text-align: left;
  }
  .dr-strange .aside-image img {
    width: 70%;
  }
  .section-investment h3 {
    text-align: left;
  }
  .section-investment .teaser-images h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .section-investment .flex-setting {
    display: flex;
    flex-direction: row-reverse;
  }
  .section-investment .teaser-images.second-sec-image {
    width: 38%;
  }
  .section-investment .teaser-images.second-sec-image .badge {
    width: 25%;
  }
  .section-investment .teaser-images {
    width: 100%;
  }
  .section-investment .teaser-images .mobile-image {
    width: 100%;
    margin: 0 auto;
  }
  .section-investment .flex-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .section-investment .teaser-text {
    width: 60%;
  }
  .first-investment h3 {
    font-size: 50px;
  }
  .investment-trp ul li {
    align-items: center;
  }
  .investment-trp .para p {
    text-align: left;
  }
  .img-side-text {
    display: flex;
  }
  .img-side-text .grl-by {
    width: 40%;
    z-index: 10;
  }
  .img-side-text .aside-text {
    font-size: 24px;
  }
  .img-side-text .aside-text p {
    text-align: left;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .mn-bgh {
    position: relative;
    width: 100%;
    min-height: 120px;
  }
  .mn-bgh .ribbion-tile {
    position: absolute;
    width: 220%;
    left: -30%;
    font-family: 'BauerBodni BT';
    padding-left: 30%;
    color: #fff;
    font-weight: 900;
    font-size: 50px;
  }

  .img-side-text p {
    width: 100%;
  }
  .section-track.second-section.third-section.dr-strange.million-visitors
    .container {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .section-track.second-section.third-section.dr-strange.million-visitors
    .w-full {
    width: 100%;
  }
  .investment-trp.six-things ul li p {
    font-weight: 400;
  }
  .investment-trp.six-things .para {
    width: 60%;
  }
  .bg-rasing {
    background: #ffeeee;
    width: 100%;
    padding: 35px 0 0;
  }
  .image-headibng-content {
    background: #ff8d13;
    border-radius: 15px;
    padding: 13px 13px;
    text-align: center;
  }
  .image-headibng-content h2 {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
  }
  .color-bg {
    color: #000;
  }
  .bg-img img {
    width: 100%;
  }
  .content-section {
    width: 100%;
    padding-top: 30px;
  }
  .content-list ul li {
    font-size: 23px;
    line-height: 50px;
    color: #1a1a1a;
  }
  .avoid-section {
    width: 100%;
    padding: 30px 0 0;
    background: #fff3e3;
    margin-top: 30px;
  }
  .row {
    display: flex;
    margin-top: 50px;
  }
  .left-row {
    width: 50%;
    padding: 0 15px;
  }
  .left-row img {
    width: 80%;
  }
  .avoid-section h2 {
    font-size: 40px;
    color: #ef5e19;
    font-weight: 600;
    font-family: 'BauerBodni BT';
  }
  .section-track.second-section.third-section.avoid-section .container {
    flex-direction: row-reverse;
  }
  .step-banner {
    padding: 60px 0;
    background-color: #fff;
  }
  .step-banner img {
    width: 100%;
  }
  .profile-icon img {
    position: absolute;
    top: -80px;
    left: 45%;
  }
  .number-section {
    width: 100%;
  }
  .number-section {
    background: #fff;
    padding: 50px;
  }
  .top-bottom {
    padding: 30px 0 30px;
  }
  .number-flex {
    align-items: center;
  }
  .number-div {
    width: 10%;
    padding: 0 15px;
  }
  .number-content {
    width: 90%;
    padding: 0 15px;
  }
  .number-content p {
    line-height: 40px;
    font-size: 23px;
  }
  .invested-company {
    background: #fff;
  }

  .first-row {
    width: 33.3%;
  }
  .second-row {
    width: 33.3%;
  }
  .third-row {
    width: 33.3%;
  }
  .fs-2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .bg-black .aside-image .warn-men {
    width: 70% !important;
  }
  .mt-5 {
    margin-top: 60px;
  }
  .section-track.second-section.third-section.bg-black .bg-heading {
    font-size: 45px;
    font-family: 'BauerBodni BT';
    color: #f0e41f;
    text-align: left;
    line-height: 50px;
  }
  .section-track.second-section.third-section.bg-black .container {
    justify-content: start !important;
  }
  .invest-trap {
    width: 100%;
  }
  .invest-trap img {
    width: 100%;
  }
  .list-color {
    text-align: left;
    font-size: 25px;
    color: #ff723a;
    line-height: 35px;
    list-style: disc;
    margin-left: 20px;
    font-weight: 600;
  }
  .section-track.second-section.third-section.women-invest .container {
    gap: 100px;
    justify-content: flex-end;
  }
  .section-track.second-section.third-section.women-invest .aside-text {
    width: 65%;
  }
  .section-track.second-section.third-section.women-invest .aside-text.w-full {
    width: 100%;
  }
  .section-track.second-section.third-section.women-invest .aside-image {
    width: 35%;
  }
  .invested-company .column {
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }
  .first-row {
    width: 100%;
  }
  .second-row {
    width: 100%;
  }
  .third-row {
    width: 100%;
  }
  */ .top-bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-track.second-section.third-section.avoid-section h2 {
    text-align: left;
  }
  .good-things.section-track.second-section.third-section .container {
    text-align: left;
  }
  .profile-icon {
    width: 100%;
  }
  .ribbion-tile .sticker {
    position: absolute;
    right: 0%;
    left: auto;
    transform: none;
    top: 100%;
  }
  .ribbion-tile.sticker-rb {
    margin-bottom: 0;
  }
  .over-invest.section-track.second-section .aside-image {
    width: 32%;
  }
  .like-fly-paper.section-track.second-section .aside-text {
    width: 70%;
  }
  .like-fly-paper.section-track.second-section .aside-image {
    width: 30%;
  }
  .like-fly-paper.section-track.second-section {
    padding-top: 0;
  }
  section.formSection h2 {
    text-align: left;
    width: 100%;
    margin-top: 0;
  }
  section.formSection h2 span {
    width: 100%;
    display: inline-block;
    font-size: 30px;
  }
  section.formSection h2 span.orange-text {
    font-size: 50px;
  }
  section.formSection p {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
  }
  section.formSection h2 span.orange-text.capital-italic {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 44px;
  }

  section.formSection .form-container {
    width: 100%;
  }
  section.formSection .form-container .first-row {
    padding: 50px;
    background: #fff9f5;
    border-radius: 10px;
  }

  section.formSection .form-container .first-row h3 {
    font-size: 37px;
    gap: 15px;

    margin-bottom: 50px;
  }
  section.formSection .form-container .first-row h3 input {
    padding: 10px 15px;
    width: 300px;
    font-size: 24px;
  }

  section.formSection .ribbion-tile {
    border-radius: 15px;
    padding: 15px 30px;
  }
  section.formSection .ribbion-tile h3 {
    color: #000;
    font-style: italic;
  }

  .footer-text-grayed h3 {
    font-size: 250px;
    margin-top: -50px;
  }
  .button-click button img {
    width: auto;
  }
  .footer-text-grayed h2 {
    font-size: 83px;
  }
  .number-section div:nth-child(2) {
    flex-direction: row;
  }
  .formSection .container h2 {
    padding: 0;
  }

  .dating-section .aside-image img {
    width: 100%;
  }
  .dating-section.section-track.second-section.third-section.dr-strange
    .container {
    gap: 50px;
    align-items: flex-start;
  }
  .dating-section.section-track.second-section.third-section.dating-section
    .container {
    flex-direction: row;
  }
  .section-track.second-section.dating-section .aside-image {
    width: 50%;
  }

  .section-track.second-section.dating-section .aside-image.desktop-bit-small {
    width: 30%;
  }
  .section-track.second-section.third-section.dating-section.cool-stuff
    .container {
    align-items: center;
  }
  .mobile-img-wid {
    width: auto;
    margin: 0 auto;
  }
  .full-text-m {
    text-align: left;
    padding: 0;
  }
  .section-track.second-section.third-section.dr-strange.million-visitors.clock-timer
    .container {
    gap: 50px;
  }

  .chanse-gur.section-track.second-section .aside-image {
    width: 30%;
  }

  .chase-amanties {
    width: 50%;
    margin: 0 auto;
    position: relative;
  }
  .chase-amanties .full-image {
    margin-bottom: 20px;
  }
  .chase-amanties.full-image img {
    margin-bottom: 20px;
  }
  .million-visitors.section-track.second-section .aside-image img {
    width: 60%;
  }
  .clock-timer.million-visitors.section-track.second-section .aside-image img {
    width: 100%;
  }
  .image-post img {
    width: 70%;
    margin: 0 auto 20px auto;
  }
  .order-now img {
    width: auto;
    margin: 0 auto;
  }
  .million-visitors .section-space .orange-text {
    text-align: left;
  }
  .section-track.second-section.third-section.dating-section.cool-stuff
    .disk-container:nth-child(even) {
    flex-direction: row;
  }
  .section-track.second-section.third-section .disk-container h2 {
    text-align: left;
  }
  .ribbion-tile .container img {
    height: 140px;

    right: 0;
    top: auto;
  }
  .section-track.second-section.third-section.caught-trap {
    padding: 70px 0px 0px 0px;
  }
  .fourth-section-last .container {
    gap: 100px;
    justify-content: space-between;
  }
  .fourth-section-last .text-con p {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 20px;
    text-align: left;
  }
  .fourth-section-last .text-con {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .fourth-section-last .text-con img {
    align-self: end;
  }
  .fourth-section-last .image-side {
    width: 500px;
  }
  .fourth-section-last .image-side img {
    width: 100%;
  }
  .fourth-section-last.reverced .container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: -180px;
  }
  .fourth-section-last.reverced .text-con img {
    align-self: baseline;
  }
  .you-are-in {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
  }
  .fourth-section-last.you-are-in .container {
    margin-top: 0;
  }
  .fourth-section-last.you-are-in .container .mobile-img-wid {
    margin-bottom: 50px;
  }
  .list-imges-item li {
    align-items: flex-start;
    gap: 15px;
  }
  .section-track.second-section.third-section.dr-strange.million-visitors.clock-timer.last-walking {
    padding-top: 50px;
  }
  .section-track.second-section.third-section.dr-strange.million-visitors.clock-timer.last-walking
    .container
    .section-space {
    margin-top: 0;
  }
  .section-track.second-section.third-section.cpl-grl {
    padding-top: 0;
  }
  .section-track.second-section.third-section.cpl-grl .container:first-child {
    margin-bottom: 50px;
  }
  .signature-con div {
    text-align: left;
  }
  .signature-con img {
    width: 300px;
    margin-bottom: 30px;
  }
  .seprator {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
  }
  section.full-text .accordion-header p {
    margin-bottom: 0;
    font-size: 20px;
  }
  .profile-icon .arrow-image {
    position: absolute;
    top: -40%;
    right: 359px;
    left: auto;
  }
  .arrow-icon-form {
    position: absolute;
    right: 50px;
    top: -1px;
    transform: rotate(-120deg);
    width: 100px;
  }
  section.formSection h2 span.orange-text.capital-italic {
    position: relative;
  }
  .arroe-abs {
    position: absolute;
    margin-top: 240px;
  }

  .arrow-order {
    position: absolute;
    right: 110px;
    transform: rotate(-67deg);
    top: -80px;
  }
  .ribbion-tile .container img.angel--ico {
    right: -100px;
  }
  .image-arrow {
    width: 150px;
    position: absolute;
    left: -180px;
  }
  .fourth-section-last .container {
    flex-direction: row;
  }
  .fourth-section-last .container .text-con img {
    width: auto;
    transform: none;
  }
  .fourth-section-last.reverced .container .text-con img {
    transform: none;
    float: right;
    top: 40px;
    margin-top: 36px;
  }
  .fourth-section-last .container .text-con p {
    text-align: left;
  }
  .image-arrow img {
    margin-top: 75px;
    position: absolute;
    margin-left: -40px;
  }
  section.formSection .form-container .first-row h3 {
    flex-direction: row;
  }
  .error-msg {
    position: absolute;
  }
}

/* Media query for desktop and up (1024px and wider) */
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
  .section-track.second-section .aside-image {
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1170px;
  }
}
