@font-face {
  font-family: "latobold";
  src: url("../fonts/lato-bold-webfont.woff2") format("woff2"),
    url("../fonts/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latosemibold";
  src: url("../fonts/lato-semibold-webfont.woff2") format("woff2"),
    url("../fonts/lato-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latomedium";
  src: url("../fonts/lato-medium-webfont.woff2") format("woff2"),
    url("../fonts/lato-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"),
    url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "latoregular";
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.btn {
  font-family: "latomedium";
  padding: 13px 24px;
}

.btn-primary {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  border-radius: 30px;
  border: 1px solid #000;
  background: #6075c3;
}

.btn-secondary {
  color: #ffffff;
  background-color: #1a202c;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  border-radius: 30px;
  border: 1px solid #000;
}

.btn-link {
  font-size: 18px;
  line-height: 27px;
  color: #212529;
  background: transparent;
  text-decoration: none;
}

.display-2 {
  font-family: "latosemibold";
}

.common-padding {
  padding: 80px 0;
}

h1 {
  font-family: "latobold";
  color: #040815;
}

.use-para {
  line-height: 30px;
  letter-spacing: -0.4px;
}

a:hover {
  color: #6075c3;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* header css */
.navbar {
  padding-top: 23px;
  padding-bottom: 23px;
}

.nav-link {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.36px;
  color: #212529;
}

.nav-item {
  margin-right: 40px !important;
}

.nav-item:nth-last-child(1) {
  margin-right: 0 !important;
}

.dropdown-toggle::after {
  display: none;
}

header .navbar a i {
  transition: transform 1s;
  vertical-align: 0;
}

header .navbar a:hover i {
  transform: rotate(180deg);
  transition: transform 1s;
}

.logo-img {
  width: 100%;
  max-width: 159px;
  height: auto;
}

.navbar-toggler {
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.navbar-toggler .navbar-toggler-icons {
  background-color: #040815;
  height: 3px;
  width: 30px;
  margin-bottom: 5px;
  display: block;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
  position: relative;
}

.navbar-toggler .navbar-toggler-icons:last-child {
  margin-bottom: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons {
  margin-bottom: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-of-type(1) {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 5px;
}

body.menu-show {
  overflow: hidden;
}

/* hero section css */
.hero-section {
  display: block;
  background: #0d111f;
  padding-top: 120px;
}

.hero-section .btn-primary {
  padding: 13px 54px;
}

.hero-section .hero-img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 80px;
}

/* use section */
.section-tag {
  font-family: "latosemibold";
  color: #6075c3;
  letter-spacing: -0.4px;
}

.section-heading {
  letter-spacing: -1.2px;
}

.use-section {
  background: rgba(96, 117, 195, 0.1);
}

.use-section .use-para {
  font-family: "latoregular";
  color: #596780;
  opacity: 0.64;
}

.use-section .use-block {
  padding-top: 70px;
  gap: 32px;
}

.use-section .use-block-icon {
  border-radius: 12px;
  background: #6075c3;
  padding: 13px;
}

.use-section .use-block h4 {
  font-family: "latomedium";
  letter-spacing: -0.72px;
}

.use-section .use-block p {
  font-family: "latoregular";
  color: #596780;
  letter-spacing: -0.32px;
}

/* Productivity Section */
.productivity-section .btn-primary {
  padding: 13px 40px;
  border: none;
}

.productivity-section .productivity-list {
  margin-top: 52px;
}

.productivity-section h4 {
  font-family: "latobold";
  letter-spacing: -0.72px;
}

.productivity-section .productivity-img {
  width: 100%;
  max-width: 488px;
  height: auto;
}

.productivity-list li {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.36px;
  color: #0d121f;
}

/* Work Section */
.work-section {
  background: #0d111f;
}

.work-section .work-img {
  width: 100%;
  max-width: 588px;
  height: auto;
}

.work-section .use-para {
  color: #787b7f;
}

.work-section .work-block {
  background: #1a202c;
  border-radius: 12px;
  padding: 32px;
  margin-top: 62px;
}

.work-section .work-block .work-num {
  background: #6075c3;
  width: 48px;
  height: 48px;
  line-height: 48px;
  letter-spacing: -0.72px;
  border-radius: 50%;
}

.work-section .work-block .hr-1 hr {
  opacity: 1;
  position: absolute;
  transform: rotate(90deg);
  width: 40px;
  left: 6px;
  top: -10px;
  z-index: 0;
  border: 1px solid #6075c3;
}

.work-section .work-block .hr-2 hr {
  opacity: 1;
  position: absolute;
  transform: rotate(90deg);
  width: 40px;
  left: 6px;
  top: -10px;
  z-index: 0;
  border: dashed;
}

.work-section .work-block h5 {
  line-height: 30px;
}

/* Plan Section */
.plan-section h5 {
  color: #596780;
}

.plan-section .plan-switch-btn {
  margin-top: 64px;
}

.plan-section .plan-switch-btn h5 {
  font-family: "latomedium";
  color: #0d121f;
  letter-spacing: -0.4px;
}

.plan-section .plan-switch-btn .form-switch .form-check-input {
  width: 36px;
}

.plan-section .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.plan-section .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.plan-section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6075c3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.plan-section .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.plan-section input:checked + .slider {
  background-color: #6075c3;
}

.plan-section input:focus + .slider {
  box-shadow: 0 0 1px #6075c3;
}

.plan-section input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.plan-section .slider.round {
  border-radius: 34px;
}

.plan-section .slider.round:before {
  border-radius: 50%;
}

.plan-section .plan-block {
  width: 50%;
  background: #f3f5f7;
  border-radius: 12px;
  padding: 32px;
}

.plan-section .plan-block .ic-lovely {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.plan-section .plan-block h2 {
  font-family: "latomedium";
  color: #0d121f;
  letter-spacing: -0.96px;
}

.plan-section .plan-block p {
  font-family: "latoregular";
  letter-spacing: -0.32px;
}

.plan-section .plan-block h6 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.36px;
}

.plan-section .plan-block .plan-price {
  padding: 24px 0;
}

.plan-section .plan-block .btn-primary {
  width: 320px;
  border: none;
}

.plan-section .save-per span {
  display: inline-flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.28px;
  color: #0d121f;
  padding: 4px 12px;
  background: #e7defe;
  border-radius: 30px;
  margin-top: 24px;
}

.plan-section .year-content.save-per span::after {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(53% + 20px);
  background: url(../images/ic_arrow_07.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 75px;
  height: 72px;
}

.plan-section .month-content.save-per span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(47% - 90px);
  background: url(../images/ic_arrow_07.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 75px;
  height: 72px;
  transform: rotateY(180deg);
}

#year_content {
  display: none;
}

/* Care Section */
.care-section {
  background: #0d121f;
}

.care-section .use-para {
  color: #787b7f;
}

.care-section .care-img {
  width: 100%;
  max-width: 762px;
  height: auto;
}

/* footer */
footer {
  margin: 120px 0 110px;
}

footer .footer-logo-block h6 {
  font-family: "latoregular";
  font-size: 18px;
  line-height: 27px;
  color: #596780;
  /* text-align: justify !important; */
}

footer .footer-logo-block,
.footer-menu {
  padding-bottom: 64px;
}

footer .footer-menu h5 {
  font-family: "latomedium";
}

footer .footer-menu li {
  padding-top: 24px;
}

footer .footer-menu li a {
  color: #596780;
  line-height: 24px;
  letter-spacing: -0.32px;
}

footer .footer-menu li a:hover {
  color: #6075c3;
}

footer .footer-bottom {
  padding-top: 32px;
  border-top: 1px solid #6075c3;
}

footer .footer-bottom .footer-bottom-link {
  flex-direction: row;
}

footer .footer-bottom li {
  padding-right: 32px;
}

footer .footer-bottom li:nth-last-child(1) {
  padding-right: 0;
}

footer .footer-bottom a {
  font-family: "latomedium";
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.36px;
  color: #1a202c;
}

footer .footer-bottom p {
  color: #596780;
}

/* Respnsive css */
@media (max-width: 1198.98px) {
  .navbar-toggler {
    z-index: 101;
  }

  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all ease 0.3s;
  }

  .navbar .navbar-nav {
    background-color: #ffffff;
    height: 100vh;
    width: 100%;
    align-items: center;
    padding: 90px 30px 0;
  }

  .navbar .nav-item {
    margin-right: 0 !important;
    width: 100%;
  }

  .navbar-nav .nav-link {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }

  .navbar-nav .nav-link i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .navbar-nav .dropdown-menu {
    border: none;
    padding: 0;
    margin: 0;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 16px;
  }
}

@media (max-width: 991.98px) {
  .use-section .use-block {
    padding-top: 30px;
  }

  .plan-section .plan-block {
    width: 100%;
    padding: 16px;
  }

  .plan-section .plan-block .btn-primary {
    width: 200px;
  }

  footer .footer-bottom a {
    font-size: 16px;
  }

  footer .footer-bottom li {
    padding-right: 15px;
  }

  footer {
    margin: 50px 0 10px;
  }

  footer .footer-menu li {
    padding-top: 14px;
  }

  footer .footer-logo-block,
  .footer-menu {
    padding-bottom: 34px;
  }
}

@media (max-width: 767.98px) {
  .use-section .use-block {
    padding-top: 20px;
    gap: 24px;
  }

  .use-section .use-block-icon {
    padding: 10px;
  }

  .productivity-section .productivity-list {
    margin-top: 42px;
  }

  .work-section .work-block {
    padding: 24px;
    margin-top: 40px;
  }

  footer {
    margin: 60px 0 0;
  }

  footer .footer-logo-block,
  .footer-menu {
    padding-bottom: 32px;
  }

  footer .footer-menu li {
    padding-top: 16px;
  }

  footer .footer-bottom li {
    padding-right: 0;
    padding-bottom: 16px;
  }

  .plan-section .plan-block .plan-price {
    padding: 16px 0;
  }

  .plan-section .plan-switch-btn {
    margin-top: 36px;
  }

  .plan-section .year-content.save-per span::after {
    left: calc(53% + 30px);
  }

  .plan-section .month-content.save-per span::before {
    left: calc(47% - 110px);
    width: 75px;
    height: 72px;
  }

  footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  footer .footer-bottom .footer-bottom-link {
    flex-direction: row !important;
  }

  footer .footer-bottom .footer-bottom-link li {
    padding: 0 5px;
  }

  .hero-section {
    padding-top: 80px;
  }

  .hero-section .hero-img {
    margin-top: 60px;
  }
}

@media (max-width: 575.98px) {
  .logo-img {
    max-width: 129px;
  }

  .plan-section .plan-block .ic-lovely {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
