.content {
    padding: 100px 200px;
}

.first {
    width: 1700px;
}
 
.first h1 {
    font-size: 90px;
    font-weight: 400;
    padding-bottom: 100px;
}

.first h2 {
    font-size: 50px;
    font-weight: 600;
}

.first p {
    font-size: 30px;
    padding-right: 130px;
    padding-bottom: 100px;
}

.image-right {
    position: absolute;
    top: 400px;
    right: 0;
    width: 800px;
    height: 1400px;
    z-index: 0;
    pointer-events: none;
}

.image-right img {
  height: 100%;
  object-fit: cover;
}

.second h2 {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 60px;
}

.second ol {
    font-size: 35px;
    font-weight: 600;
    list-style-position: inside;
    padding-right: 130px;
}

.second li {
    padding-bottom: 20px;
}

.second #in {
    font-size: 30px;
    font-weight: 500;
}

.third {
    padding-bottom: 135px;
}

.third h1 {
    font-size: 50px;
    padding-bottom: 80px;
}

.third li {
    padding-bottom: 40px;
    font-size: 30px;
}

hr {
  color: #fff;
  max-width: 1400px;
  margin-right: 50px;
  margin-top: 40px;
}

.web-dev-2025 {
    padding-top: 100px;
    max-width: 1400px;
}

.omnichannel {
  padding-top: 100px;
  max-width: 1400px;
}

.how-to-now {
  max-width: 1400px;
}

.art {
  display: flex;
  justify-content: flex-start;
}

.art img {
  padding: 0;
  width: 20%;
}

.btn-art {
  background-color: #fff;
  display: flex;
  font-size: 25px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  gap: 50px;
  text-decoration: none;
  color: #151516;
  padding: 10px 90px;
  border-radius: 55px;
  cursor: pointer;
  z-index: 100;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-art:hover {
  transform: scale(1.08);
}

.btn-art img {
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-art:hover img {
  transform: rotate(-12deg) translateY(-6px) translateX(6px);
}

.how-to-now h2,
.web-dev-2025 h2,
.omnichannel h2 {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 60px;
}

.how-to-now p,
.web-dev-2025 p,
.omnichannel p {
    font-size: 25px;
    padding-bottom: 40px;
}

@media (min-width: 2560px) {
  .content { padding: 200px 400px; }
  .first h1 { font-size: 100px; padding-bottom: 100px; }
  .first h2 { font-size: 60px; padding-bottom: 60px; }
  .first p { font-size: 40px; padding-bottom: 50px; padding-top: 20px; }
  .image-right { right: -900px; top: 1200px; height: 2200px; }
  .second h2 { font-size: 60px; padding-bottom: 60px; }
  .second ol { font-size: 40px; }
  .second #in { font-size: 40px; }
  .third { padding-bottom: 50px; }
  .third h1 { font-size: 100px; padding-bottom: 160px; }
  .third li { font-size: 40px; padding-bottom: 80px; }
  .web-dev-2025 { padding-top: 200px; }
  .omnichannel { padding-top: 200px; }
  .how-to-now h2,
  .web-dev-2025 h2,
  .omnichannel h2 { font-size: 50px; padding-bottom: 120px; }
  .how-to-now p,
  .web-dev-2025 p,
  .omnichannel p { font-size: 35px; padding-bottom: 80px; }
  .btn-art { font-size: 35px; padding: 20px 180px; }
  .subs-btn { font-size: 35px; padding: 0 180px; border-radius: 110px; }
  
  button.subs-btn.learn-more {
    font-size: 60px !important;
    padding: 0 100px !important;
  }
  
  button.subs-btn.learn-more .button-text {
    font-size: 35px !important;
  }
}

@media (min-width: 1367px) and (max-width: 1600px) {
  .content { padding: 100px 100px; }
  .first { width: 1200px; }
  .first h1 { font-size: 90px; padding-bottom: 70px; }
  .first h2 { font-size: 40px; }
  .first p { font-size: 25px; padding-right: 80px; padding-bottom: 40px; padding-top: 20px;}
  .image-right {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: auto;
    right: auto;
    top: auto;
    bottom: 0;
    z-index: 1;
  }
  .image-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .second h2 { font-size: 50px; padding-bottom: 80px; }
  .second ol { font-size: 25px; padding-right: 80px; }
  .second #in { font-size: 25px; }
  .third { padding-bottom: 100px; }
  .third h1 { font-size: 60px; padding-bottom: 100px; }
  .third li { font-size: 25px; padding-bottom: 50px; }
  .web-dev-2025 { padding-top: 0px; }
  .how-to-now { padding-top: 0; }
  .omnichannel { padding-top: 0; }
  .how-to-now h2,
  .web-dev-2025 h2,
  .omnichannel h2 { font-size: 35px; padding-bottom: 20px; padding-top: 70px; }
  .how-to-now p,
  .web-dev-2025 p,
  .omnichannel p { font-size: 25px; padding-bottom: 20px; }
  .btn-art { font-size: 24px; padding: 0px 20px; border-radius: 55px; }
  .btn-art img { width: 60px; height: 60px; }
  .art { gap: 40px; padding-top: 20px; }
  .subs-btn { font-size: 32px; padding: 0 60px; border-radius: 60px; }
  
  button.subs-btn.learn-more {
    font-size: 32px !important;
    padding: 0 60px !important;
  }
  
  button.subs-btn.learn-more .button-text {
    font-size: 32px !important;
  }
}

@media (min-width: 1367px) and (max-width: 1600px) {
  .image-right {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .content { padding: 60px 30px; }
  .first { width: 900px; }
  .first h1 { font-size: 70px; padding-bottom: 60px; }
  .first h2 { font-size: 40px; }
  .first p { font-size: 24px; padding-right: 40px; padding-bottom: 60px; }
  .image-right { right: -200px; top: 600px; height: 700px; }
  .second h2 { font-size: 30px; padding-bottom: 40px; }
  .second ol { font-size: 22px; padding-right: 40px; }
  .second #in { font-size: 18px; }
  .third { padding-bottom: 60px; }
  .third h1 { font-size: 30px; padding-bottom: 40px; }
  .third li { font-size: 18px; padding-bottom: 20px; }
  .web-dev-2025 { padding-top: 50px; }
  .how-to-now { padding-top: 0px; }
  .omnichannel { padding-top: 50px; }
  .how-to-now h2,
  .web-dev-2025 h2,
  .omnichannel h2 { font-size: 25px; padding-bottom: 20px; }
  .how-to-now p,
  .web-dev-2025 p,
  .omnichannel p { font-size: 20px; padding-bottom: 20px; }
  .btn-art { font-size: 18px; padding: 0px 15px; border-radius: 55px; }
  .btn-art img { width: 40px; height: 40px; }
  .art { gap: 30px; padding-bottom: 30px; }
  .subs-btn { font-size: 18px; padding: 0 30px; border-radius: 30px; }
  
  button.subs-btn.learn-more {
    font-size: 18px !important;
    padding: 0 30px !important;
  }
  
  button.subs-btn.learn-more .button-text {
    font-size: 18px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .content { padding: 30px 10px; }
  .first { width: 100%; }
  .first h1 { font-size: 40px; padding-bottom: 30px; }
  .first h2 { font-size: 22px; }
  .first p { font-size: 14px; padding-right: 10px; padding-bottom: 30px; }
  .image-right { right: -80px; top: 300px; height: 400px; }
  .second h2 { font-size: 18px; padding-bottom: 20px; }
  .second ol { font-size: 13px; padding-right: 10px; }
  .second #in { font-size: 11px; }
  .third { padding-bottom: 30px; }
  .third h1 { font-size: 16px; padding-bottom: 20px; }
  .third li { font-size: 11px; padding-bottom: 10px; }
  .web-dev-2025 { padding-top: 0px; padding-bottom: 0px; }
  .how-to-now { padding-top: 0; }
  .omnichannel { padding-top: 0; }
  .how-to-now h2,
  .web-dev-2025 h2,
  .omnichannel h2 { font-size: 18px; padding-bottom: 20px; }
  .how-to-now p,
  .web-dev-2025 p,
  .omnichannel p { font-size: 18px; padding-bottom: 15px; }
  .btn-art { font-size: 18px; padding: 10px 15px; border-radius: 55px; }
  .art { gap: 30px; padding-bottom: 50px; }
  .subs-btn { font-size: 11px; padding: 0 10px; border-radius: 10px; }
  
  button.subs-btn.learn-more {
    font-size: 11px !important;
    padding: 0 10px !important;
  }
  
  button.subs-btn.learn-more .button-text {
    font-size: 11px !important;
  }
}



@media (max-width: 1366px) {
  .image-right {
    display: none;
  }
}

@media (max-width: 1366px) {
  .content { padding: 120px 40px; }
  .first { width: 100%; }
  .first h1 { font-size: 70px; padding-bottom: 30px; }
  .first h2 { font-size: 30px; padding-bottom: 30px; }
  .first p { font-size: 25px; padding-bottom: 30px; width: 100%; }
  .second h2 { font-size: 30px; padding-bottom: 30px; }
  .second ol { font-size: 25px; }
  #in li { padding-bottom: 30px !important; }
  .second #in { font-size: 25px; }
  .third { padding-bottom: 30px; }
  .third h1 { font-size: 50px; padding-bottom: 30px; }
  .third li { font-size: 25px; padding-bottom: 30px; }
  .web-dev-2025 { padding-top: 50px; padding-bottom: 10px; }
  .omnichannel { padding-top: 50px; }
  .how-to-now { padding-top: 50px; }
  .how-to-now h2,
  .web-dev-2025 h2,
  .omnichannel h2 { font-size: 25px; padding-bottom: 8px; }
  .how-to-now p,
  .web-dev-2025 p,
  .omnichannel p { font-size: 20px; padding-bottom: 6px; }
  .btn-art { font-size: 20px; padding: 4px 40px; border-radius: 55px; }
  .art { padding-top: 20px; gap: 20px; }
  .subs-btn { font-size: 24px; padding: 0px 20px; border-radius: 55px; }
  
  button.subs-btn.learn-more {
    font-size: 24px !important;
    padding: 0px 20px !important;
  }
  
  button.subs-btn.learn-more .button-text {
    font-size: 24px !important;
  }
}

@media (max-width: 1024px) {
  .content { padding: 100px 30px; }
  .first { width: 100%; }
  .first h1 { font-size: 60px; padding-bottom: 20px; }
  .first h2 { font-size: 28px; padding-bottom: 20px; }
  .first p { font-size: 22px; padding-bottom: 20px; width: 100%; }
  .second h2 { font-size: 28px; padding-bottom: 20px; }
  .second ol { font-size: 22px; }
  #in li { padding-bottom: 20px !important; }
  .second #in { font-size: 22px; }
  .third { padding-bottom: 20px; }
  .third h1 { font-size: 40px; padding-bottom: 20px; }
  .third li { font-size: 22px; padding-bottom: 20px; }
  .web-dev-2025 { padding-top: 50px; padding-bottom: 15px; }
  .omnichannel { padding-top: 50px; padding-bottom: 15px; }
  .how-to-now { padding-top: 50px; }
  .how-to-now h2,
  .web-dev-2025 h2,
  .omnichannel h2 { font-size: 30px; padding-bottom: 15px; }
  .how-to-now p,
  .web-dev-2025 p,
  .omnichannel p { font-size: 25px; padding-bottom: 15px; }
  .btn-art { font-size: 20px; padding: 4px 40px; border-radius: 55px; }
  .art { padding-top: 20px; gap: 20px; }
  .subs-btn { font-size: 18px; padding: 0px 15px; border-radius: 55px; }
  
  button.subs-btn.learn-more {
    font-size: 18px !important;
    padding: 14px 64px !important;
  }
  
  button.subs-btn.learn-more .button-text {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .content { padding: 100px 20px; }
  .first { width: 100%; }
  .first p,
  .second ol,
  .third li,
  .second #in,
  .third,
  .how-to-now h2,
  .web-dev-2025 h2,
  .omnichannel h2,
  .how-to-now p,
  .web-dev-2025 p,
  .omnichannel p,
  .subs-btn {

    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word;
    padding-right: 0;
  }
  .first p,
  .second ol,
  .third li,
  .second #in,
  .third h1,
  .first h1,
  .first h2,
  .second h2,
  .how-to-now h2,
  .web-dev-2025 h2,
  .omnichannel h2,
  .how-to-now p,
  .web-dev-2025 p,
  .omnichannel p,
  .subs-btn {
    overflow-x: auto;
  }
  .first h1 { font-size: 50px; padding-bottom: 15px; }
  .first h2 { font-size: 20px; padding-bottom: 15px; }
  .first p { font-size: 17px; padding-bottom: 15px; width: 100%; }
  .second h2 { font-size: 20px; padding-bottom: 15px; }
  .second ol { font-size: 17px; }
  #in li { padding-bottom: 15px !important; }
  .second #in { font-size: 17px; }
  .third { padding-bottom: 15px; }
  .third h1 { font-size: 30px; padding-bottom: 15px; }
  .third li { font-size: 17px; padding-bottom: 15px; }
  .web-dev-2025 { padding-top: 50px; padding-bottom: 10px; }
  .omnichannel { padding-top: 50px; }
  .how-to-now { padding-top: 50px; }
  .how-to-now h2,
  .web-dev-2025 h2,
  .omnichannel h2 { font-size: 25px; padding-bottom: 8px; }
  .how-to-now p,
  .web-dev-2025 p,
  .omnichannel p { font-size: 20px; padding-bottom: 6px; }
  .btn-art { font-size: 20px; padding: 4px 40px; border-radius: 55px; }
  .art { padding-top: 20px; gap: 20px; }
  .art, .btn-art { overflow-x: auto; }
  .subs-btn { font-size: 20px; padding: 4px 85px; border-radius: 55px; }
  
  button.subs-btn.learn-more {
    font-size: 12px !important;
    padding: 13px 100px !important;
  }
  
  button.subs-btn.learn-more .button-text {
    font-size: 12px !important;
  }
}

@media (min-width: 2560px) {
  .image-right {
    display: none !important;
  }
}

@media (min-width: 2560px) {
  body .content .image-right {
    display: none !important;
  }
}



@media (max-width: 1366px) {
  .first {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
}


button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.subs-btn.learn-more {
  width: auto;
  height: auto;
  min-width: 12rem;
  padding: 8px 90px;
  border-radius: 55px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px;
  color: inherit;
  font-size: 30px;
  font-weight: 600;
}

button.subs-btn.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 1.625rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

button.subs-btn.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

button.subs-btn.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.subs-btn.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  transform: rotate(45deg);
}

button.subs-btn.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  color: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: none;
  font-size: 30px;
  z-index: 1;
}

button.subs-btn.learn-more:hover .circle {
  width: 100%;
}

button.subs-btn.learn-more:hover .circle .icon.arrow {
  background: #000;
  transform: translate(1rem, 0);
}

button.subs-btn.learn-more:hover .button-text {
  color: #000;
}


.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: opacity, transform;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .how-to-now h2, .web-dev-2025 h2, .omnichannel h2 {
    font-size: 25px;
  }
  .how-to-now p, .web-dev-2025 p, .omnichannel p {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .how-to-now h2, .web-dev-2025 h2, .omnichannel h2 {
    font-size: 18px;
  }
  .how-to-now p, .web-dev-2025 p, .omnichannel p {
    font-size: 16px;
  }
  .first h1 {
    font-size: 40px;
  }

}

@media (max-width: 320px) {
  .how-to-now h2, .web-dev-2025 h2, .omnichannel h2 {
    font-size: 18px;
  }
  .how-to-now p, .web-dev-2025 p, .omnichannel p {
    font-size: 16px;
  }
  .btn-art {
    font-size: 16px;
  }
}