@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:target {
  scroll-margin-top: 70px; /* Adjust this value based on your fixed header's height */
}
*,
*::before,
*::after {
  box-sizing: border-box;
}



/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */
  /*  */
  /*  */


html, body {
    background: #000000;
    color: ;
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
}



/* headings css*/
.heading-01 {
  font-size: 37px;
  font-weight: 600;
}
/* headings css end */
header {
  height: 94px;
  display: flex;
  align-items: center;
}
/* hero-section */
.hero-section {
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
  /* height: 600px; */
  background-image: url("https://4609024.fs1.hubspotusercontent-na1.net/hubfs/4609024/26201/Hero-BG-EN-US.png");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 600px;
}
.hero-section .why-windows-11 img {
  width: 208px;
}
.hero-section .hero-section-content .the-powers {
  color: #50e6ff;
  font-weight: 600;
  font-size: 20px;
  padding-top: 34px;
  padding-bottom: 28px;
}
.hero-section .hero-section-content h1.hero-heading {
  font-size: 62px;
  font-weight: 600;
  color: #fff;
  line-height: 64px;
  margin-bottom: 16px;
}
.hero-section .hero-section-content p.hero-text {
  color: #fff;
  font-weight: 400;
}
.hero-section .hero-section-content button.watch {
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 4px;
  height: 45.09px;
  min-width: 224px;
  background-color: transparent;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  line-height: 1;
}
.hero-section .hero-section-content button.watch span {
  padding-left: 4px;
  position: relative;
  bottom: 2px;
}

/* toggle-nav-section */
#navbar {
  overflow: hidden;
  background-color: #243a5e;
  z-index: 999;
}
.sticky {
  position: sticky;
  top: -1px;
  width: 100%;
  animation: fadeEffect 1.5s;
  background-color: #000000 !important;
}
.sticky + div {
  padding-top: 60px;
}
.sticky + .sticky_spacer {
  padding-top: 200px !important;
}
.internal-nav {
  background-color: #000000;
  padding: 1.2rem 0;
}
.internal-nav ul {
  list-style: none;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #fff;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.internal-nav ul li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  min-width: 270px;
  display: inline-block;
  padding-bottom: 12px;
  font-weight: 600;
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
}
.internal-nav ul li a.active {
  font-weight: 700;
}

.internal-nav ul li a::before {
  content: "";
  position: absolute;
  bottom: 0.32rem;
  width: 100%;
  height: 0.125rem;
  padding: 0 0;
  right: 0;
  left: 0;
}
.internal-nav ul li a.active::before {
  margin-bottom: -6px !important;
  border-bottom: 4px solid #fff;
  background-color: unset !important;
  border-radius: 15px 15px 0 0;
}

#selectOption {

  outline: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #243a5e;
  color: #fff;

  line-height: 22px;
  background-image: url("https://4609024.fs1.hubspotusercontent-na1.net/hubfs/4609024/26201/bottom-indicator.svg");
  background-repeat: no-repeat;
  background-position: 99% 10px;
  border-radius: 3px;
  border: 0px;
  background-size: 20px;
  font-weight: 600;
}
#selectOption select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

/* why-window-11-pro */
.why-window-11-pro {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #282828;
  color: #fff;
}
.why-window-11-pro .why-window-11-pro-card-icon img {
  width: 100%;
}
.why-window-11-pro
  .why-window-11-pro-card
  .why-window-11-pro-card-content
  .why-window-11-pro-card-title {
  font-size: 21px;
  font-weight: 600;
}
.why-window-11-pro
  .why-window-11-pro-card
  .why-window-11-pro-card-content
  .why-window-11-pro-card-text {
  font-size: 15px;
}
.why-window-11-pro
  .why-window-11-pro-card
  .why-window-11-pro-card-content
  .card-action {
  text-decoration: none;
  color: #fff;
}

/* devices-that-empower */
.devices-that-empower {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #282828;
  color: #fff;
}
.devices-that-empower .devices-that-empower-card {
  position: relative;
}
.devices-that-empower
  .devices-that-empower-new-card
  .devices-that-empower-card-icon
  img {
  width: 100%;
}
.devices-that-empower
  .devices-that-empower-new-card
  .devices-that-empower-card-content
  .devices-that-empower-card-title {
  font-size: 21px;
  font-weight: 600;
}
.devices-that-empower
  .devices-that-empower-new-card
  .devices-that-empower-card-content
  .card-action {
  text-decoration: none;
  color: #fff;
}
.devices-that-empower .devices-that-empower-card.one {
  /* max-height: 800px; */
  /* height: 800px; */
  height: calc(100% - 10px);
}
.devices-that-empower .devices-that-empower-card.two {
  display: flex;
  align-items: center;
  /* height: 395px; */
  margin-bottom: 10px;
  background-color: #fff;
}
.devices-that-empower
  .devices-that-empower-card
  .devices-that-empower-card-content {
  background-color: #fff;
  color: #000000;
  padding: 10px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 50%;
}
.devices-that-empower
  .devices-that-empower-card.one
  .devices-that-empower-card-content {
  position: absolute;
  bottom: 0;
  width: 86%;
  left: 0;
  height: 200px;
  padding: 10px 30px;
}
.devices-that-empower
  .devices-that-empower-card
  .devices-that-empower-card-content
  .devices-that-empower-card-title {
  font-size: 29px;
  font-weight: 600;
}
.devices-that-empower
  .devices-that-empower-card
  .devices-that-empower-card-content
  .card-action {
  text-decoration: none;
  color: #0067b8;
}

.devices-that-empower .row {
  margin-left: -5px;
  margin-right: -5px;
}
.devices-that-empower .row .column,
.devices-that-empower .row .column {
  padding-left: 5px;
  padding-right: 5px;
}
/* how-copilot-activates */
.how-copilot-activates {
  padding-top: 80px;
  padding-bottom: 80px;
  <!--background-image: url(https://4609024.fs1.hubspotusercontent-na1.net/hubfs/4609024/25886-01%20-%20Windows%2011%20Pro/background6b.png);!-->
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
/* productivity-book */
.productivity-book {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(https://4609024.fs1.hubspotusercontent-na1.net/hubfs/4609024/26201/e-book-section-bg-EN-US.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  color: #fff;
}
/* .foot-note-text */
.foot-note-text {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282828;
  color: #000;
}
.foot-note-text .note-text {
  font-size: 14px;
  font-weight: 400;
}
.foot-note-text .note-text p {
  margin: 0;
  padding-bottom: 0px;
  line-height: 1.6;
}
.foot-note-text .note-text p:last-child {
  padding-bottom: 0px;
}
.foot-note-text .note-text a {
  color: #0093f9 !important;
  text-decoration: underline;
}
.small_device_nav {
  display: none !important;
}
.card-action {
  text-decoration: none;
  font-weight: 600;
}
/* .sliderContainer */
.sliderContainer {
  position: relative;
}
.progressBarContainer {
  display: table;
  height: auto;
  left: 0px;
  padding: 0;
  position: absolute;
  width: 37%;
  z-index: 1;
  bottom: 33.2%;
}
.progressBarContainer div {
  display: block;
  width: 32%;
  padding: 0;
  cursor: pointer;
  margin-right: 2%;
  float: left;
  color: #e6e6e6;
}
.progressBarContainer div span.progressBar {
  width: 100%;
  height: 5px;
  background-color: #e6e6e6;
  display: block;
}
.progressBarContainer div span.progressBar .inProgress {
  background-color: #000000;
  width: 0%;
  height: 5px;
}
.progressBarContainer div:last-child {
  margin-right: 0;
}
.toggle-auto-play {
  background-color: transparent !important;
  border-radius: 50%;
  border: 1px solid #000;
  width: 41px !important;
  height: 41px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  z-index: 99;
}
.toggle-auto-play img {
  width: 20px;
}
.slick-prev {
  background-color: #e6e6e6 !important;
  border-radius: 50%;
  width: 41px !important;
  height: 41px !important;
  z-index: 99 !important;
  background-image: url("https://4609024.fs1.hubspotusercontent-na1.net/hubfs/4609024/26201/move_left.svg")!important;
  background-repeat: no-repeat !important;
  background-position: 11px center!important;
  background-size: 16px !important;
}
.slick-next {
  background-color: #e6e6e6 !important;
  border-radius: 50%;
  width: 41px !important;
  height: 41px !important;
  z-index: 99 !important;
  background-image: url("https://4609024.fs1.hubspotusercontent-na1.net/hubfs/4609024/26201/move_right.svg")!important;
  background-repeat: no-repeat !important;
  background-position: 14px center!important;
  background-size: 16px !important;
}
.slick-prev:focus,
.slick-next:focus {
  outline: 2px dashed #2f2f2f !important;
  outline-offset: -3px;
}
.slick-prev:hover {
  background-color: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.slick-next:hover {
  background-color: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.auto-play-internal-item {
  display: block !important;
  padding: 0;
  position: relative;
}
.auto-play-copy-segment .auto-play-content-box p {
  padding-left: 26px;
}
.auto-play-copy-segment {
  background-color: transparent !important;
  box-shadow: 0 0 0 0 transparent;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  left: 0;
  bottom: 30%;
}
.auto-play-copy-segment .auto-play-content-box {
  margin: 0 0 0px 0px;
  width: 37%;
  color: #faf4f4;
  display: block;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  /* padding: 24px; */
  position: relative;
  text-align: left;
  min-height: 300px;
}
.auto-play-copy-segment .auto-play-content-box h1 {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 20px;
}
.auto-play-img {
  position: relative;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: moveInText;
}
.auto-play-img img {
  display: block;
  margin-left: auto;
  width: 60%;
}

/* video-modal */
.video-modal .modal-content {
  background-color: #000;
}
.video-modal .modal-content .modal-header {
  text-align: right;
  border: none;
  display: flex;
  justify-content: end;
}
.video-modal .modal-content .modal-header img {
  width: 36px;
}
.close {
  background: transparent;
  border: none;
}
.video-modal .modal-body video {
  min-width: 100%;
  width: 100%;
  background: #000;
}
.modal.show .modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  box-sizing: content-box;
  pointer-events: none;
  display: flex;
  align-items: center;
  min-height: 100%;
  height: auto;
}
.modal-body {
  padding: 2.1875rem 16px 1.5rem;
}
.move-to-windows-11 {
  background-color: #0067b8;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
}
.move-to-windows-11 h1.heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (min-width: 1084px) {
  .modal-body {
    padding: 0.1875rem 4rem 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .heading-01 {
    font-size: 29px;
  }
  .hero-section .hero-section-content h1.hero-heading {
    font-size: 48px;
    line-height: 50px;
  }
  .why-window-11-pro
    .why-window-11-pro-card
    .why-window-11-pro-card-content
    .why-window-11-pro-card-title {
    font-size: 18px;
  }
  .auto-play-copy-segment .auto-play-content-box {
    min-height: 270px;
  }
  .auto-play-copy-segment .auto-play-content-box h1 {
    font-size: 21px;
  }
  .devices-that-empower
    .devices-that-empower-new-card
    .devices-that-empower-card-content
    .devices-that-empower-card-title {
    font-size: 18px;
  }
  .devices-that-empower
    .devices-that-empower-card
    .devices-that-empower-card-content
    .devices-that-empower-card-title {
    font-size: 24px;
  }
  .auto-play-copy-segment {
    bottom: 26%;
  }
  .progressBarContainer {
    bottom: 25.2%;
  }
  .slick-prev,
  .slick-next {
    bottom: 15px;
  }
  .slick-prev {
    left: 26%;
  }
  .slick-next {
    left: 32%;
  }
  .auto-play-content-box .heading-01 {
    font-size: 24px !important;
  }
  .toggle-auto-play {
    bottom: calc(15px + 21px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .slick-prev,
  .slick-next {
    bottom: 16%;
  }
  .slick-prev {
    left: 28%;
  }
  .slick-next {
    left: 33%;
  }
  .toggle-auto-play {
    bottom: calc(16% + 21px);
  }
}
@media screen and (min-width: 1400px) {
  .slick-prev,
  .slick-next {
    bottom: 18%;
  }
  .slick-prev {
    left: 29%;
  }
  .slick-next {
    left: 33.5%;
  }
  .toggle-auto-play {
    bottom: calc(18% + 21px);
  }
}

@media screen and (max-width: 1440px) {
  .internal-nav ul li a {
    min-width: auto;
  }
}
@media screen and (max-width: 991px) {
  .devices-that-empower
    .devices-that-empower-new-card
    .devices-that-empower-card-content
    .devices-that-empower-card-title {
    font-size: 18px;
  }

  :target {
    scroll-margin-top: 60px;
  }
  .foot-note-text .note-text p {
    padding-bottom: 4px;
  }
  .move-to-windows-11 h1.heading {
    font-size: 16px;
  }
  .why-window-11-pro
    .why-window-11-pro-card
    .why-window-11-pro-card-content
    .why-window-11-pro-card-title {
    font-size: 21px;
  }
  .auto-play-copy-segment .auto-play-content-box h1 {
    font-size: 21px;
  }
  .devices-that-empower
    .devices-that-empower-card
    .devices-that-empower-card-content
    .devices-that-empower-card-title {
    font-size: 19px;
  }
  .heading-01 {
    font-size: 24px;
  }
  .internal-nav {
    display: none !important;
  }
  .small_device_nav {
    display: block !important;
    padding: 0.4rem 0;
  }
  .hero-section .hero-section-content h1.hero-heading {
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
  }
  .auto-play-internal-item {
    display: flex !important;
    padding: 0;
    position: relative;
    flex-direction: column-reverse;
  }
  .auto-play-copy-segment {
    position: relative;
    top: 26px;
  }
  .progressBarContainer {
    position: relative;
    top: -37px;
    width: 100%;
    left: 0;
  }
  .auto-play-copy-segment .auto-play-content-box {
    width: 96%;
    margin: 0 0 8px 0px;
    height: auto;
  }
  .auto-play-img img {
    width: 100%;
  }
  .slick-next,
  .slick-prev {
    bottom: -50px;
  }
  .slick-next {
    right: 2%;
  }
  .slick-prev {
    right: 70px;
    left: auto;
  }
  .toggle-auto-play {
    bottom: -24px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section {
    background-image: url("https://4609024.fs1.hubspotusercontent-na1.net/hubfs/4609024/26201/Hero-bg-mobile-EN-US.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
  }
  .auto-play-copy-segment .auto-play-content-box h1 {
    margin-bottom: 14px;
  }
  .auto-play-copy-segment .auto-play-content-box p {
    padding-left: 18px;
  }
  .hero-section .why-windows-11 img {
    width: 147.3px;
  }
  .hero-section .hero-section-content .the-powers {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero-section .hero-section-content p.hero-text {
    width: 90%;
  }
  .hero-section .hero-section-content h1.hero-heading {
    font-size: 30px;
    line-height: 34px;
  }
  .devices-that-empower
    .devices-that-empower-card.one
    .devices-that-empower-card-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 30px;
  }
  .devices-that-empower .devices-that-empower-card.one {
    height: 100%;
    margin-bottom: 10px;
  }

  .foot-note-text .note-text {
    font-size: 14px;
    line-height: 16px;
  }
  .productivity-book {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .why-window-11-pro,
  .devices-that-empower {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .slick-prev {
    right: 64px;
    left: auto;
  }
  header {
    height: 78px;
  }
  .auto-play-copy-segment .auto-play-content-box {
    height: 320px;
  }
}
@media screen and (max-width: 575px) {
  .video-modal .modal-content .modal-header img {
    width: 28px;
  }
}
@media screen and (max-width: 392px) {
  .slick-prev {
    right: 60px;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 880px;
  }
}