@media screen and (min-width: 400px) {
  .section-one .img-badge {
    top: 6px;
    width: 102px;
  }
  .section-one .img-dragon {
    max-width: 325px;
    left: 50%;
  }
  .section-two .imgs-container .img-airplane {
    max-width: 325px;
  }
  .section-two .text {
    width: 35%;
  }
  .section-two .imgs-container .img-bg-airplane {
    max-width: 455px;
    left: 10%;
    top: -90px;
  }
  .section-three .img-laptop {
    max-width: 375px;
  }
  .section-three .text {
    width: 36%;
    left: 12px;
  }
  .section-four {
    overflow: hidden;
  }
  .section-four .bgs .img-mask {
    top: 1px;
  }
  .section-four .bgs .img-castle {
    top: 10px;
  }
  .section-four .bgs .fade-left {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.95) 1%,
      rgba(0, 0, 0, 0.65) 70%,
      rgba(0, 0, 0, 0.15) 85%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .section-five {
    min-height: 391px;
  }

  .section-five .text_n_button {
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .section-five .text_n_button .cta-btn {
    width: 100%;
    margin-left: unset;
    max-width: 135px;
  }
  .section-five .bgs .gradient-bottom {
    top: 94%;
    filter: blur(7px);
    z-index: 2;
    height: 51px;
  }
  .section-five .light {
    bottom: 1px;
  }
}

@media screen and (min-width: 475px) {
  .section-three .text {
    width: 43%;
  }
  .section-five .bgs .gradient-top {
    height: 56px;
    top: -34px;
    filter: blur(12px);
  }
  .section-five .second-title {
    bottom: 165px;
  }
  .section-five .text {
    bottom: 70px;
  }
}

@media screen and (min-width: 500px) {
  .section-five {
    min-height: 426px;
  }
  .section-five .text_n_button p {
    margin-top: 10px;
  }
  .section-five .second-title {
    position: relative;
    left: 23px;
    bottom: 182px;
    font-size: 32px;
    font-family: "IntelOne Display";
    font-style: italic;
    font-weight: 700;
    letter-spacing: -1.1px;
    text-align: left;
    line-height: 30px;
    z-index: 2;
    padding-right: 20px;
    max-width: 90%;
  }
  .section-five .text {
    position: absolute;
    left: 20px;
    bottom: 90px;
    max-width: 95%;
    z-index: 2;
    padding-right: 10px;
  }
  .section-four .bgs .img-mask {
    top: -2%;
  }
}

@media screen and (min-width: 600px) {
  .section-one {
    background-image: image-set(
      url(../assets/images/backgrounds/section1_bg_dt.png) 1x,
      url(../assets/images/backgrounds/section1_bg_dt@2x.png) 2x,
      url(../assets/images/backgrounds/section1_bg_dt@3x.png) 3x
    );
  }
  .section-one h1 {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 36px;
  }
  .section-one .cta-btn {
    font-size: 16px;
    bottom: 224px;
    left: 17%;
  }

  .section-one .img-dragon {
    max-width: 345px;
    top: 121px;
    left: 68%;
  }

  .section-one .img-badge {
    left: 84%;
    top: 8%;
  }

  .section-two h2 {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 40px;
  }
  .section-two .text {
    font-size: 16px;
    margin-top: 15px;
  }
  .section-two .imgs-container .img-bg-airplane {
    max-width: 500px;
    left: 6%;
    top: -199px;
  }
  .section-two .imgs-container .img-airplane {
    max-width: 337px;
    top: -34px;
  }
  .section-three {
    min-height: 358px;
  }
  .section-three h2 {
    left: 92px;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 36px;
  }
  .section-three .text {
    left: 64px;
    font-size: 16px;
    margin-top: 15px;
  }
  .section-three .cta-btn {
    left: 64px;
    font-size: 16px;
    margin-top: 0px;
  }
  .section-three .img-laptop {
    top: -148px;
    z-index: 4;
  }
  .section-four {
    overflow: unset;
    min-height: 429px;
    z-index: 1;
  }
  .section-four h2 {
    left: 40px;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 36px;
  }
  .section-four .text {
    left: 40px;
    font-size: 16px;
    top: 130px;
    width: 60%;
  }
  .section-four .bgs .img-mask {
    display: none;
  }
  .section-four .bgs .img-mask_two {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: -260px;
    left: -10px;
    opacity: 0.3;
  }
  .section-four .bgs .img-castle {
    top: -40px;
    height: 340px;
  }
  .section-four .bgs .img-gamer_girl {
    max-width: 645px;
  }
  .section-four .bgs .light {
    bottom: 124px;
    top: unset;
  }
  .section-four .bg-transition_no-mb {
    position: absolute;
    height: 210px;
    top: -40%;
    width: 100%;
    display: block;
    z-index: 3;
    background: linear-gradient(
      180deg,
      rgba(23, 43, 96, 0) 0%,
      #172b60 55.29%,
      #172b60 66.23%,
      rgba(23, 43, 96, 0.8) 79.81%,
      rgba(23, 43, 96, 0) 100%
    );
  }

  .section-four .img-pattern_only-dt {
    display: block;
    position: relative;
    z-index: 4;
    top: 281px;
    width: 550px;
  }

  .section-four .bgs .fade-left {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.95) 10%,
      rgba(0, 0, 0, 0.65) 33%,
      rgba(0, 0, 0, 0.15) 49%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .section-four .bgs .fade-left_two {
    bottom: 64px;
  }

  .section-five {
    min-height: 500px;
  }

  .section-five .bgs .img-light_n_shadow {
    position: absolute;
    top: 4px;
    width: 100%;
    height: 1169px;
    z-index: 5;
    opacity: 0.8;
  }

  .section-five .bgs .gradient-top {
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
    filter: blur(16px);
    width: 120%;
    height: 155px;
    display: block;
    position: absolute;
    z-index: 6;
    top: -79px;
    left: -20px;
  }

  .section-five .bgs .gradient-bottom {
    top: 96%;
    filter: blur(10px);
    z-index: 6;
    height: 52px;
  }

  .section-five .bgs .img-pattern-only_dt {
    display: block;
    position: absolute;
    z-index: 6;
    width: 241px;
    top: 32%;
    right: 1%;
  }

  .section-five .title {
    top: 18px;
    z-index: 8;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 36px;
    left: -55%;
  }
  .section-five .second-title {
    left: 5%;
    bottom: 215px;
    z-index: 5;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 36px;
  }
  .section-five .text_n_button {
    top: 10px;
    z-index: 6;
    font-size: 16px;
    right: 10%;
  }
  .section-five .text_n_button p {
    margin-bottom: 10px;
    max-width: 133px;
    margin-top: 0;
  }
  .section-five .text {
    top: unset;
    left: 5%;
    z-index: 5;
    font-size: 16px;
    max-width: 100%;
    bottom: 142px;
    width: 100%;
    padding-right: 50px;
  }
  .section-seven {
    margin-top: -80px;
  }
  .section-seven .badges {
    margin-bottom: 17px;
    margin-top: 27px;
  }
  .section-seven .badges .img-badges {
    width: 360px;
  }
  .section-seven .title {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 36px;
    margin-top: 39px;
    padding: 0px 60px 10px 54px;
  }
  .section-seven .text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .section-seven .text:nth-of-type(2),
  .section-seven .text:nth-of-type(3),
  .section-seven .text:nth-of-type(4) {
    line-height: 12px;
  }
}

@media screen and (min-width: 768px) {
  .section-one .img-dragon {
    max-width: 425px;
    top: 100px;
    left: 68%;
  }
  .section-two .imgs-container .img-airplane {
    max-width: 510px;
    top: -134px;
  }
  .section-three .img-laptop {
    top: -188px;
    z-index: 4;
    max-width: 415px;
  }
  .section-four .bgs .img-gamer_girl {
    max-width: 770px;
  }
  .section-five .bgs::after {
    top: calc(32px + 100%);
  }

  .section-five .bgs .gradient-bottom {
    top: 96%;
    filter: blur(9px);
    z-index: 6;
    height: 52px;
    display: none;
  }
  .section-five .bgs .img-boy_laptop {
    top: 37px;
  }
  .section-five .text {
    bottom: 144px;
    filter: drop-shadow(0px 1px 4px black);
  }
  .section-seven .title {
    padding: 5px 60px 10px 54px;
  }
}

/* @media screen and (min-width: 880px) {
  .section-five .bgs .gradient-bottom {
    top: 98%;
  }
} */

@media screen and (min-width: 900px) {
  .section-one .img-badge {
    left: unset;
    right: -30px;
  }
  .section-three .glow_only_dt {
    display: block;
    width: 650px;
    position: absolute;
    top: -177px;
  }
  .section-five .bgs .gradient-top {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
    filter: blur(20px);
    width: 100%;
    height: 76px;
    display: block;
    position: absolute;
    z-index: 6;
    top: -50px;
  }
  .section-four .bgs .fade-left_two {
    height: 89px;
  }
  .section-four .bgs .light {
    bottom: 150px;
  }
}

@media screen and (min-width: 900px) {
  .section-one {
    min-height: 742px;

    background-image: image-set(
      url(../assets/images/backgrounds/section1_bg_dt.png) 1x,
      url(../assets/images/backgrounds/section1_bg_dt@2x.png) 2x,
      url(../assets/images/backgrounds/section1_bg_dt@3x.png) 3x
    );
  }
  .section-one .img-pattern {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 10;
    width: 266px;
    height: 163px;
  }
  .section-one .img-badge {
    top: 75px;
    width: 142px;
    left: unset;
    right: 4px;
  }
  .section-one .img-dragon {
    max-width: 573px;
    left: 66%;
    top: 26%;
  }
  .section-one h1.only-dt {
    display: block;
    font-size: 72px;
    letter-spacing: -1px;
    line-height: 70px;
    max-width: 500px;
    left: 150px;
    top: 140px;
  }
  .section-one h1.only-dt .to_left {
    position: relative;
    display: inline;
    left: -90px;
    letter-spacing: -0.1px;
  }
  .section-one .cta-btn {
    bottom: 40%;
    left: 31%;
    font-size: 18px;
    font-weight: 300;
    width: auto;
    padding: 10px 30px;
  }
  .section-two {
    position: relative;
    min-height: 805px;
    max-width: 100%;
  }
  .section-two h2 {
    right: 20%;
    font-size: 72px;
    letter-spacing: -1px;
    line-height: 70px;
  }
  .section-two h2 .to_right {
    right: -95px;
  }
  .section-two .text {
    width: 40%;
    font-size: 20px;
    font-weight: 300;
    top: 183px;
    right: 50px;
    line-height: 0.9;
  }
  .section-two .imgs-container .img-bg-airplane {
    max-width: 600px;
    left: 3%;
    top: -179px;
  }
  .section-two .imgs-container .img-airplane {
    max-width: 488px;
    top: -142px;
    left: 2%;
  }
  .section-two .imgs-container .img-pattern_only-dt {
    display: block;
    width: 417px;
    height: auto;
    position: absolute;
    right: 0;
    top: 197px;
  }
  .section-two .imgs-container .img-glow_only-dt {
    display: block;
    width: 380px;
    height: auto;
    position: absolute;
    right: 20%;
    top: -160px;
  }

  .section-three {
    min-height: 474px;
  }

  .section-three .img-laptop {
    top: -288px;
    max-width: 535px;
  }

  .section-three h2 {
    font-size: 72px;
    letter-spacing: -1px;
    line-height: 70px;
    left: 19%;
    top: -165px;
  }
  .section-three h2 .to_left {
    left: -124px;
  }
  .section-three .text {
    font-size: 20px;
    font-weight: 300;
    left: 6%;
    line-height: 1.02;
    top: -150px;
  }
  .section-three .cta-btn {
    font-size: 18px;
    font-weight: 300;
    width: fit-content;
    padding: 10px 30px;
    left: 6%;
    top: -130px;
    margin-top: 20px;
    display: block;
  }
  .section-four {
    min-height: 447.5px;
  }

  .section-four .bgs .img-castle {
    top: -170px;
    height: unset;
  }
  .section-four .bgs .img-gamer_girl {
    max-width: 785px;
  }
  .section-four .bgs .img-mask_two {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: -80px;
    left: 0px;
    height: 684px;
    opacity: 1;
  }
  .section-four h2 {
    font-size: 72px;
    letter-spacing: -1px;
    line-height: 70px;
    left: 94px;
    top: -10px;
  }
  .section-four .text {
    font-size: 20px;
    top: 139px;
    font-weight: 300;
    left: 120px;
    max-width: 430px;
    line-height: 21px;
  }
  .section-four .bgs .fade-left {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.95) 46%,
      rgba(0, 0, 0, 0.65) 59%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .section-four .img-pattern_only-dt {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 73%;
    z-index: 7;
    left: 0px;
  }

  .section-four .bg-transition_no-mb {
    height: 286px;
    top: -264px;
    background: linear-gradient(
      180deg,
      rgba(23, 43, 96, 0) 0%,
      #172b60 24.29%,
      #172b60 46.23%,
      rgba(23, 43, 96, 0.8) 68.81%,
      rgba(23, 43, 96, 0) 100%
    );
  }
  .section-five {
    min-height: 805px;
  }
  .section-five .bgs .img-light_n_shadow {
    position: absolute;
    top: 99px;
    width: 100%;
    height: 1362px;
    z-index: 5;
    opacity: 0.97;
  }
  .section-five .bgs .gradient-top {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgb(0, 0, 0) 100%
    );
    filter: blur(17px);
    width: 120%;
    height: 240px;
    display: block;
    position: absolute;
    z-index: 6;
    top: -150px;
  }
  .section-five .bgs .gradient-bottom {
    top: 92%;
    z-index: 6;
    height: 55px;
    width: 120%;
    left: -40px;
  }
  .section-five .bgs .img-pattern-only_dt {
    top: 31%;
  }
  .section-five .title {
    top: 13px;
    z-index: 8;
    font-size: 72px;
    letter-spacing: -1px;
    line-height: 60px;
    text-align: left;
    right: unset;
    left: 70px;
    z-index: 10;
  }
  .section-five .title .to_left {
    position: relative;
    display: block;
    left: 75px;
    letter-spacing: -1.1px;
  }
  .section-five .text_n_button {
    z-index: 10;
    top: 18px;
    max-width: 210px;
    right: 14%;
    align-items: flex-start;
  }
  .section-five .text_n_button p {
    max-width: unset;
    line-height: 21px;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
  }
  .section-five .text_n_button .cta-btn {
    width: 60%;
    margin-left: unset;
    max-width: 385px;
    font-size: 18px;
    font-weight: 300;
    width: auto;
    padding: 8px 25px;
  }
  .section-five .second-title {
    left: 5%;
    bottom: 250px;
    z-index: 5;
    font-size: 72px;
    letter-spacing: -1px;
    line-height: 60px;
    max-width: 90%;
  }
  .section-five .connectivity {
    letter-spacing: -1.5px;
    right: -10px;
    position: relative;
  }
  .section-five .text {
    top: unset;
    left: 6.3%;
    z-index: 6;
    font-size: 16px;
    bottom: 170px;
    max-width: 880px;
  }
  .section-five .text p {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
  }
  .section-seven {
    min-height: 800px;
    margin-top: -160px;
  }
  .section-seven .title {
    font-size: 72px;
    letter-spacing: -1px;
    line-height: 76px;
    padding: 26px 170px 20px;
    margin-top: 50px;
  }
  .section-seven .badges {
    margin-top: 30px;
    margin-bottom: 12px;
  }
  .section-seven .badges .img-badges {
    width: 550px;
  }
  .section-seven .text {
    font-size: 16px;
  }
  .section-seven .text:nth-of-type(2),
  .section-seven .text:nth-of-type(3),
  .section-seven .text:nth-of-type(4) {
    line-height: 16px;
  }
  .section-seven .text:nth-of-type(5) {
    padding: 5px 32px 20px 36px;
    letter-spacing: 0px;
    line-height: 16px;
  }
  .section-seven .light {
    height: 8px;
  }
  .section-seven .light::after {
    filter: blur(2px);
  }
}

@media screen and (min-width: 1228px) {
  .section-one .img-badge {
    width: 163px;
  }
  .section-one .img-dragon {
    max-width: 700px;
    top: 123px;
    left: unset;
    right: -242px;
  }

  .section-one .cta-btn {
    left: 24%;
  }

  .section-two .imgs-container .img-airplane {
    max-width: 802px;
    top: -236px;
    left: 3%;
  }

  .section-two .text {
    right: 108px;
    width: 30%;
  }
  .section-two .imgs-container .img-bg-airplane {
    max-width: 790px;
    top: -279px;
  }
  .section-two .imgs-container .img-pattern_only-dt {
    top: 38px;
  }

  .section-three h2 {
    left: 15%;
    top: -140px;
  }
  .section-three .text {
    left: 5.5%;
    top: -130px;
  }
  .section-three .cta-btn {
    left: 16%;
    top: -120px;
    line-height: 1.05;
  }

  .section-three .img-laptop {
    top: -472px;
    max-width: 669px;
  }

  .section-three .glow_only_dt {
    width: 800px;
    top: -277px;
  }
  .section-four .bgs .img-gamer_girl {
    max-width: 1035px;
  }
  .section-four .bgs .fade-left {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.95) 26%,
      rgba(0, 0, 0, 0.65) 49%,
      rgba(0, 0, 0, 0.15) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    height: 151px;
  }
  .section-four .img-pattern_only-dt {
    top: 71%;
  }
  .section-four .text {
    margin-top: 10px;
  }
  .section-five {
    min-height: 975px;
  }
  .section-five .bgs .img-light_n_shadow {
    top: 130px;
    height: 1684px;
    opacity: 0.9;
  }
  .section-five .bgs .gradient-bottom {
    top: 90%;
    z-index: 6;
    height: 62px;
  }
  .section-five .second-title {
    bottom: 270px;
  }
  .section-five .text {
    bottom: 190px;
  }

  .section-five .bgs .img-pattern-only_dt {
    top: 32%;
    width: 411px;
    right: 4%;
  }
  .section-seven {
    margin-top: -190px;
  }
  .section-seven .badges {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .section-seven .title {
    margin-top: 30px;
    padding-inline: 300px;
  }
  .section-seven .text:nth-of-type(2) {
    padding: 7px 230px 0px;
  }
  .section-seven .text:nth-of-type(3) {
    padding: 9px 174px 0px;
  }
  .section-seven .text:nth-of-type(4) {
    padding: 9px 154px 0px;
  }
}

@media screen and (min-width: 1380px) {
  .section-five .bgs .gradient-bottom {
    top: 98%;
  }
  .section-seven {
    margin-top: -130px;
  }
}

@media screen and (min-width: 1500px) {
  .section-one {
    min-height: 886px;
    background-position: left;
  }
  .section-one::after {
    background: unset;
  }
  .section-one .img-pattern {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 10;
    width: 396px;
    height: auto;
  }
  .section-one h1.only-dt {
    display: block;
    font-size: 107px;
    letter-spacing: -4.2px;
    line-height: 110px;
    max-width: 700px;
    left: 169px;
    top: 238px;
  }
  .section-one h1.only-dt .to_left {
    position: relative;
    display: inline;
    left: -117px;
    letter-spacing: -2.1px;
  }
  .section-one h1.only-dt .exp {
    position: relative;
    display: inline;
    left: 52px;
    letter-spacing: -3.9px;
  }
  .section-one h1.only-dt .your {
    position: relative;
    display: inline;
    left: 17px;
    letter-spacing: -3.9px;
  }
  .section-one .cta-btn {
    bottom: 23%;
    left: 28.8%;
    font-size: 31px;
    font-weight: 300;
    width: auto;
    padding: 15px 46px;
  }
  .section-one .img-badge {
    top: 60px;
    width: 222px;
    left: unset;
    right: -81px;
  }
  .section-one .img-dragon {
    max-width: 885px;
    left: 61.7%;
    top: 12.5%;
  }
  .section-two h2 {
    right: 15%;
    font-size: 107px;
    letter-spacing: -3.3px;
    line-height: 100px;
    top: 90px;
  }
  .section-two h2 .to_right {
    right: -161px;
    letter-spacing: -2.3px;
  }
  .section-two .text {
    width: 45%;
    font-size: 40px;
    font-weight: 300;
    top: 323px;
    right: 43px;
    line-height: 44px;
    letter-spacing: 0.4px;
  }
  .section-two .imgs-container .img-bg-airplane {
    max-width: 890px;
    left: 3.9%;
    top: -242px;
  }
  .section-two .imgs-container .img-airplane {
    max-width: 969px;
    top: -240px;
    left: 0%;
  }
  .section-two .imgs-container .img-pattern_only-dt {
    width: 530px;
    top: 193px;
  }

  .section-three {
    min-height: 895px;
  }
  .section-three .img-laptop {
    top: -232px;
    max-width: 974px;
    right: 2px;
  }
  .section-three h2 {
    font-size: 112px;
    letter-spacing: -5.3px;
    line-height: 110px;
    top: -82px;
    left: 175px;
    top: 45px;
  }
  .section-three h2 .to_left {
    left: -103px;
    font-size: 109px;
  }
  .section-three .text {
    font-size: 40px;
    top: 73px;
    font-weight: 300;
    top: 70px;
    left: 86px;
    letter-spacing: 0.3px;
    width: 37%;
    line-height: 42px;
  }
  .section-three .cta-btn {
    font-size: 31px;
    font-weight: 300;
    padding: 13px 47px;
    left: 225px;
    top: 90px;
  }

  .section-three .glow_only_dt {
    top: 61px;
    width: 1040px;
  }
  .section-four {
    min-height: 805px;
  }
  .section-four .bg-transition_no-mb {
    position: absolute;
    height: 375px;
    top: -25%;
    width: 100%;
    display: block;
    z-index: 3;
    background: linear-gradient(
      180deg,
      rgba(23, 43, 96, 0) 0%,
      #12265b 30.29%,
      #172b60 50.23%,
      rgba(23, 43, 96, 0.8) 69.81%,
      rgba(23, 43, 96, 0) 100%
    );
  }
  .section-four .bgs .img-castle {
    top: -43px;
  }
  .section-four .bgs .img-gamer_girl {
    max-width: unset;
    bottom: 33px;
    right: -2px;
    z-index: 4;
  }
  .section-four h2 {
    font-size: 110px;
    letter-spacing: -5px;
    line-height: 105px;
    left: 126px;
    top: 84px;
  }
  .section-four h2 .to_right {
    position: relative;
    display: block;
    left: 69px;
    top: 4px;
    letter-spacing: -3.5px;
  }
  .section-four .text {
    font-size: 40px;
    top: 302px;
    font-weight: 300;
    left: 125px;
    max-width: 940px;
    line-height: 45px;
    letter-spacing: 0.5px;
  }
  .section-four .img-pattern_only-dt {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 7;
    left: 0px;
    top: 600px;
  }
  .section-four .bgs .img-mask_two {
    top: -50px;
    height: 880px;
  }
  .section-four .bgs .light {
    bottom: 295px;
    top: unset;
  }
  .section-four .bgs .fade-left {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.95) 57%,
      rgba(0, 0, 0, 0.65) 86%,
      rgba(0, 0, 0, 0.15) 95%,
      rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    z-index: 3;
    height: 295px;
  }
  .section-five {
    min-height: 1142px;
    margin-top: 20px;
    background-color: #081330;
  }
  .section-five .bgs {
    min-height: 1040px;
  }
  .section-five .bgs::after {
    top: calc(92px + 100%);
  }
  .section-five .bgs .img-light_n_shadow {
    position: absolute;
    top: 128px;
    width: 100%;
    height: 2190px;
    z-index: 5;
  }
  .section-five .bgs .img-boy_laptop {
    top: 100px;
  }
  .section-five .bgs .gradient-top {
    background: linear-gradient(
      180deg,
      rgb(0 0 0 / 94%) 0%,
      rgb(0 0 0 / 99%) 100%
    );
    filter: blur(15px);
    width: 120%;
    height: 450px;
    display: block;
    position: absolute;
    z-index: 6;
    top: -283px;
  }
  .section-five .bgs .gradient-bottom {
    top: 95%;
    z-index: 6;
    height: 51px;
  }
  .section-five .title {
    top: 55px;
    z-index: 8;
    font-size: 111px;
    letter-spacing: -4.5px;
    line-height: 110px;
    text-align: left;
    right: unset;
    left: 109px;
    z-index: 10;
  }
  .section-five .title .to_left {
    position: relative;
    display: block;
    left: 142px;
    letter-spacing: -4.7px;
  }
  .section-five .text_n_button {
    z-index: 10;
    top: 50px;
    max-width: 410px;
    right: 9.9%;
    align-items: flex-start;
  }
  .section-five .text_n_button p {
    line-height: 41px;
    text-align: left;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
  .section-five .text_n_button .cta-btn {
    width: 60%;
    margin-left: unset;
    max-width: 385px;
    font-size: 33px;
    font-weight: 300;
    width: auto;
    padding: 12px 42px;
    margin-top: 25px;
  }
  .section-five .second-title {
    z-index: 5;
    font-size: 112px;
    letter-spacing: -4.8px;
    line-height: 90px;
    top: unset;
    left: 4%;
    bottom: 530px;
  }
  .section-five .connectivity {
    letter-spacing: -5.6px;
    right: -21px;
    position: relative;
    font-size: 111px;
  }
  .section-five .text {
    z-index: 6;
    font-size: 16px;
    bottom: 300px;
    max-width: 98%;
    left: 5.5%;
  }
  .section-five .text p {
    font-size: 40px;
    line-height: 39px;
    letter-spacing: 0.3px;
    text-align: left;
    font-weight: 300;
  }
  .section-five .bgs .img-pattern-only_dt {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    right: -1px;
    top: 353px;
    z-index: 6;
  }
  .section-seven {
    margin-top: -220px;
  }

  .section-seven .title {
    font-size: 127px;
    letter-spacing: -4.9px;
    line-height: 115px;
    padding: 80px 265px 80px 252px;
  }
  .section-seven .badges {
    margin: 0 auto;
    padding-top: 173px;
    z-index: 2;
    margin-bottom: 44px;
  }
  .section-seven .badges .img-badges {
    width: 624px;
    position: relative;
    left: 9px;
  }
  .section-seven .text {
    font-size: 26.1px;
    font-weight: 300;
  }
  .section-seven .text {
    letter-spacing: 0.2px;
    margin-bottom: unset;
  }

  .section-seven .text:nth-of-type(2),
  .section-seven .text:nth-of-type(3),
  .section-seven .text:nth-of-type(4) {
    line-height: 26px;
    padding: 25px 181px;
  }
  .section-seven .text:nth-of-type(3) br {
    display: none;
  }
  .section-seven .text:nth-of-type(2) {
    padding: 22px 158px 24px 227px;
  }
  .section-seven .text:nth-of-type(3) {
    padding: 0 42px;

    letter-spacing: normal;
  }
  .section-seven .text:nth-of-type(4) {
    line-height: 26px;
    padding: 27px 53px;
    letter-spacing: 0.1px;
  }
  .section-seven .light {
    height: 10px;
  }
}
