* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
}

/*-----------------------------------
# Common
-----------------------------------*/
a {
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.btn {
  border-radius: 8px;
  background: #4f9cf9;
  border: 0px solid transparent;
  color: #fff;
  line-height: 60px;
  min-width: 227px;
  text-align: center;
  padding: 0 10px;
  font-size: 1.8rem;
}

.btn a {
  color: #fff;
}

.btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.word-beak {
  word-break: break-all;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp, 2);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-3 {
  --line-clamp: 3;
}

.container {
  width: 1480px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.section-heading {
  color: #212529;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.44px;
}

.section-desc {
  color: #212529;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 166.667%; /* 166.667% */
  letter-spacing: -0.36px;
}

/*-----------------------------------
# Header
-----------------------------------*/
.header {
  padding: 16px 0;
  background: #043873;
}

.header__fixed {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header__body {
  display: flex;
  align-items: center;
}

.header__logo {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.header__nav {
  margin-left: auto;
}

.header__list {
  display: flex;
  gap: 32px;
}

.header__item {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.header__link {
  padding: 18.5px 0;
  color: #fff;
  font-family: "DM Sans";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28; /* 127.778% */
}

.header__bt {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
}

.header__bt,
.header__try-link,
.header__try-icon {
  cursor: pointer;
}

.header__cta {
  margin-left: 60px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.header__login {
  color: #043873;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28; /* 127.778% */
  letter-spacing: -0.36px;
  border-radius: 8px;
  background: #ffe492;
  line-height: 60px;
  min-width: 126px;
  text-align: center;
  padding: 0 10px;
}

.header__try-link {
  color: #fff;
  margin-right: 10px;
}

/*-----------------------------------
# Hero
-----------------------------------*/
.hero {
  padding: 140px 0;
  background: #043873;
  min-height: 100vh;
}

.hero__body {
  display: flex;
  justify-content: space-between;
}

.hero__title {
  margin-top: 94px;
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: -1.28px;
}

.hero__desc {
  margin-top: 24px;
  color: #fff;
}

.hero__cta {
  margin-top: 60px;
  min-width: 219px;
  line-height: 63px;
}

.hero__link {
  color: #fff;
  margin-right: 10px;
}

.hero__img {
  width: 824px;
  height: 549px;
  object-fit: cover;
}

/*-----------------------------------
# project
-----------------------------------*/
.project {
  padding: 140px 0;
}

.project__body {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.project__top {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.project__top-heading {
  margin-top: 68px;
}

.project__top-desc {
  margin-top: 24px;
}

.project__top-btn {
  line-height: 63px;
  margin-top: 60px;
}

.project__top-img {
  width: 748px;
  height: 547px;
}

.project__bottom {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.project__bottom-media {
  position: relative;
  width: 710px;
  height: 661px;
}

.project__bottom-point {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #ffdc4d;
  border-radius: 100%;
  color: #fff;
  z-index: 1;
}

.project__bottom--box1 {
  left: 140px;
  top: 23px;
}

.project__bottom--box2 {
  top: 102px;
  left: 332px;
  background: #00ca75;
}

.project__bottom--box3 {
  top: 71px;
  right: 76px;
  background: #37a3ff;
}

.project__bottom--box4 {
  left: 0;
  top: 296px;
  background: #ff5758;
}

.project__bottom--box5 {
  left: 137px;
  top: 296px;
  background: #37a3ff;
}

.project__bottom--box6 {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 28px 21px;
  border-radius: 10px;
  top: 281px;
  left: 316px;
  background: #fff;
  box-shadow: 0px 4px 50px -11px rgba(0, 0, 0, 0.25);
}

.project__bottom--box7 {
  top: 296px;
  left: 524px;
  background: #37a3ff;
}

.project__bottom--box8 {
  top: 489px;
  left: 331px;
  background: #ffbf60;
}

.project__bottom--box9 {
  top: 401px;
  left: 640px;
  background: #00ca75;
}

.project__bottom--box10 {
  bottom: 23px;
  left: 137px;
  background: #37a3ff;
}

.project__bottom--box11 {
  right: 14px;
  top: 0;
  width: 661px;
  height: 661px;
  border: 2px dashed #a7cefc;
  background: transparent;
  z-index: 0;
}

.project__bottom--box12 {
  top: 137px;
  left: 172px;
  width: 387px;
  height: 387px;
  border: 2px dashed #a7cefc;
  background: transparent;
  z-index: 0;
}

.project__bottom-content {
  width: 670px;
  height: 661px;
  padding: 183.5px 0;
}

.project__bottom-desc {
  margin-top: 24px;
}

.project__bottom-cta {
  margin-top: 60px;
  min-width: 186px;
  line-height: 63px;
}

.project__bottom-link {
  margin-right: 10px;
}

/*-----------------------------------
# extension
-----------------------------------*/
.extension {
  padding: 140px 0;
  background: #043873;
}

.extension__body {
  display: flex;
  justify-content: space-between;
  gap: 98px;
}

.extension__content {
  padding: 92.5px 0;
}

.extension__heading {
  color: #fff;
  position: relative;
  z-index: 1;
}

.extension__heading::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 333px;
  height: 19px;
  background-image: url("../images/line-after.svg");
  bottom: 40px;
  left: 215px;
  z-index: -1;
}

.extension__desc {
  color: #fff;
  margin-top: 24px;
  width: 697px;
}

.extension__cta {
  margin-top: 60px;
  min-width: 171px;
  line-height: 63px;
}

.extension__link {
  margin-right: 10px;
}

.extension__media {
  width: 686px;
}

/*-----------------------------------
# customize
-----------------------------------*/
.customize {
  padding: 140px 0;
}

.customize__body {
  display: flex;
  justify-content: space-between;
  gap: 98px;
}

.customize__img {
  width: 714px;
  height: 532px;
}

.customize__content {
  padding: 60.54px 0;
  width: 669px;
}

.customize__heading {
  line-height: 104px;
  z-index: 2;
}

.customize__heading::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 333px;
  height: 19px;
  background-image: url("../images/line-after.svg");
  z-index: -1;
}

.customize__desc {
  margin-top: 24px;
}

.customize__cta {
  margin-top: 60px;
  min-width: 171px;
  line-height: 63px;
}

/*-----------------------------------
# plan
-----------------------------------*/
.plan {
  padding: 140px 0;
  background: #fff;
}

.plan__body {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.plan__title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.plan__heading {
  line-height: 7.2rem;
}

.plan__desc {
  width: 979px;
  text-align: center;
}

.plan__row {
  display: flex;
  gap: 32px;
}

.plan__item {
  margin: 63.5px 0;
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: start;

  border-radius: 10px;
  border: 1px solid #ffe492;
  background: #fff;
  width: 472px;
  transition: 0.25s ease;
}

.plan__item--active {
  color: #fff;
}

.plan__item--active {
  margin: 0;
  display: flex;
  padding: 80px 44px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  flex: 1 0 0;
  color: #fff;
  border: none;

  border-radius: 10px;
  background: #043873;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}

.plan__price {
  display: flex;
  gap: 25px;
  flex-direction: column;
  justify-content: space-between;
}

.plan__price-name {
  color: #212529;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5; /* 150% */
}

.plan__money {
  color: #212529;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.72px;
}

.plan__money--yellow {
  color: #ffe492;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}

.plan__item-desc {
  color: #212529;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.27; /* 127.778% */
  letter-spacing: -0.36px;
}

.plan__list-package {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.plan__package {
  display: flex;
  gap: 19px;
}

.plan__package-icon {
  color: #212529;
  width: 18.006px;
  height: 18.006px;
}

.plan__package-icon {
  color: #ffe492;
}

.plan__cta {
  min-width: 166px;
  line-height: 51px;
}

.plan--recommend {
  color: #fff;
}

/*-----------------------------------
# feature
-----------------------------------*/
.feature {
  padding: 140px 0;
  background: #043873;
}

.feature__content {
  width: 1064px;
  margin: 0 auto;
  text-align: center;
}

.feature__heading {
  color: #fff;
  margin: 0 auto;
  line-height: 7.2rem;
}

.feature__desc {
  margin-top: 24px;
  color: #fff;
}

.feature__cta {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/*-----------------------------------
# data
-----------------------------------*/
.data {
  padding: 140px 0;
}

.data__body {
  display: flex;
}

.data__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: space-between;
  align-items: start;
  width: 800px;
  margin: 30px 0;
}

.data__summary {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.data__heading {
  line-height: 87px;
}

.data__img {
  width: 720px;
  height: 384px;
}

/*-----------------------------------
# brand
-----------------------------------*/
.brand {
  padding: 140px 0;
}

.brand__body {
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: space-between;
}

.brand__title {
  line-height: 8.7rem;
  text-align: center;
}

.brand__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: auto;
}

.brand__item--apple {
  width: 55.469px;
  height: 68px;
}

.brand__item--msc {
  width: 287px;
  height: 62px;
}

.brand__item--slack {
  width: 280px;
  height: 71px;
}

.brand__item--google {
  width: 210.996px;
  height: 69.814px;
}

/*-----------------------------------
# favorite
-----------------------------------*/
.favorite {
  padding: 140px 0;
  background: #043873;
}

.favorite__body {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.favorite__media {
  width: 582px;
  height: 471px;
  position: relative;
}

.favorite__app {
  width: 72.75px;
  height: 72.75px;
  border-radius: 50%;
  position: absolute;
  padding: 14.55px;
  background: #fff;
}

.favorite__app--gmail {
  top: 0;
  right: 275.74px;
  z-index: 2;
}

.favorite__app--dropbox {
  top: 146.54px;
  right: 406.36px;
  z-index: 2;
}

.favorite__app--slack {
  top: 146.54px;
  right: 116.4px;
  z-index: 2;
}

.favorite__app--logo {
  width: 103.929px;
  height: 103.929px;
  top: 226.56px;
  right: 240.08px;
  z-index: 2;
}

.favorite__app--outlook {
  top: 279.13px;
  right: 509.25px;
  z-index: 2;
}

.favorite__app--drive {
  top: 279.13px;
  right: 0;
  z-index: 2;
}

.favorite__app--calendar {
  bottom: 14.87px;
  right: 254.26px;
  z-index: 2;
}

.favorite__app--circle-1 {
  z-index: 1;
  top: 34.3px;
  right: 151.74px;
  width: 291px;
  height: 291px;
  background: transparent;
  border: 2px dashed #4f9cf9;
}

.favorite__app--circle-2 {
  z-index: 1;
  top: 179.8px;
  right: 254.62px;
  width: 291px;
  height: 291px;
  background: transparent;
  border: 2px dashed #4f9cf9;
}

.favorite__app--circle-3 {
  z-index: 1;
  top: 179.8px;
  right: 36.37px;
  width: 291px;
  height: 291px;
  background: transparent;
  border: 2px dashed #4f9cf9;
}

.favorite__content {
  width: 798px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 60px;
}

.favorite__summary {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.favorite__heading {
  line-height: 8.7rem;
  color: #fff;
}

.favorite__desc {
  line-height: 3rem;
  color: #fff;
}

.favorite__cta {
  min-width: 194px;
  line-height: 63px;
}

.favorite__link {
  margin-right: 10px;
}

.favorite__icon {
  width: 14px;
  height: 14px;
}

/*-----------------------------------
# feedback
-----------------------------------*/
.feedback {
  padding: 140px 0;
}

.feedback__heading {
  line-height: 8.4rem;
  text-align: center;
}

.feedback__list {
  margin-top: 60px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.feedback__item {
  width: 471.67px;
  padding: 60px 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 15px 10px 50px 0px #0000001a;
}

.feedback__item--active,
.feedback__item:hover {
  background: #4f9cf9;
}

.feedback__summary {
  padding-bottom: 40px;
  border-bottom: 1px solid #212529;
}

.feedback__summary--active,
.feedback__item:hover .feedback__summary {
  border-color: #fff;
}

.feedback__icon {
  width: 86px;
  height: 61.461px;
  color: #043873;
}

.feedback__desc {
  margin-top: 32px;
}

.feedback__info {
  margin-top: 60px;
  display: flex;
  gap: 42px;
  justify-content: space-between;
}

.feedback__info-name {
  color: #212529;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5; /* 150% */
}

.feedback__info-desc {
  margin-top: 15px;
  color: #212529;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.32px;
}

.feedback__avatar {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}

/* feedback__dots */
.feedback__dots {
  margin: 60px auto 0;
  width: 60px;
  display: flex;
  gap: 12px;
}

.feedback__dot {
  /* display: inline-block; */
  width: 12px;
  height: 12px;
  background: #4f9cf9;
  border-radius: 50%;
}

.feedback__dot:hover,
.feedback__dot--active {
  cursor: pointer;
  background: #043873;
}

.feedback__desc--active,
.feedback__icon--active,
.feedback__item:hover .feedback__desc,
.feedback__item:hover .feedback__icon,
.feedback__item:hover .feedback__info-desc {
  color: #fff;
}

.feedback__info--active,
.feedback__item:hover .feedback__info-name {
  color: #043873;
}

/*-----------------------------------
# install
-----------------------------------*/
.install {
  padding: 140px 0 32px;
  background: #043873;
}

.install__body {
  margin: 0 auto;
  width: 608px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.install__head {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.install__heading {
  line-height: 8.7rem;

  color: #fff;
}

.install__desc {
  margin: 0 auto;
  width: 550px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.33; /* 133.333% */
  letter-spacing: -0.48px;
}

.install__cta {
  min-width: 218px;
  line-height: 59px;
}

.install__link {
  margin-right: 10px;
}

.install__cta-desc {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33; /* 133.333% */
  letter-spacing: -0.48px;
}

.install__brands {
  display: flex;
  gap: 40px;
}

.install__brand {
  width: 60px;
  height: 60px;
}

/*-----------------------------------
# footer
-----------------------------------*/
.footer {
  margin-top: 100px;
  padding: 140px 0 32px;
  background: #043873;
}

.footer__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.footer__body::after {
  position: absolute;
  top: 249.071px;
  content: "";
  height: 1px;
  width: 1480px;
  background: #2e4e73;
}

.footer__top {
  display: flex;
  gap: 100px;
}

.footer__about-company {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__logo {
  display: flex;
  gap: 10px;
  color: #fff;
  align-items: center;
}

.footer__name-logo {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.4rem;
}

.footer__icon-logo {
  width: 37px;
  height: 29px;
  flex-shrink: 0;
}

.footer__top-desc {
  width: 240px;
  color: #f7f7ee;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.67; /* 166.667% */
  letter-spacing: -0.36px;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__link {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.32px;
}

.footer__link--heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  letter-spacing: -0.36px;
}
.footer__link:hover {
  color: #ffe492;
}

.footer__logo {
  width: 205px;
}

.footer__try {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 23px;
  width: 259px;
}

.footer_try-heading {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.29; /* 128.571% */
  letter-spacing: -0.56px;
}

.footer__try-desc {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.32px;
}

.footer__cta {
  min-width: 186px;
}

.footer__icon-right {
  width: 14px;
  height: 14px;
}

.footer__end {
  display: flex;
  color: #fff;
}

.footer__copyright {
  display: flex;
  align-items: center;
  gap: 60px;
}

.footer__language {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer__icon-earth {
  width: 19px;
  height: 19px;
}

.footer__select {
  min-width: 80px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.32px;
}
.footer__select:active {
  background: transparent;
  border: none;
}

.footer__icon-down {
  width: 12px;
  height: 6px;
}

.footer__social {
  margin-left: auto;
  width: 105px;
  display: flex;
  align-items: center;
  gap: 32px;
}
