/*============================== 
	- Template Name: Dermatology HTML Template
	- Author: Qtec Solution Limited
	- Version: 1.0
	- Website: https://www.qtecsolution.com
================================= */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Sora:wght@300;400;500;600;700&display=swap");
/**=====================================================**
                ANIMATION-STYLES
=======================================================**/
@keyframes slideDownIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownInMobile {
  0% {
    transform: translateY(-1.25rem);
  }
  100% {
    transform: translateY(0.625rem);
  }
  0% {
    transform: translateY(-1.25rem);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(-1.25rem);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(1.25rem);
  }
}
@keyframes slideUpInMobile {
  0% {
    transform: translateY(2.5rem);
  }
  100% {
    transform: translateY(1.5625rem);
  }
  0% {
    transform: translateY(2.5rem);
  }
}
@keyframes slideLeftIn {
  0% {
    transform: translateX(6.25rem);
  }
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-6.25rem);
  }
}
@keyframes slideRightIn {
  0% {
    transform: translateX(6.25rem);
  }
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(6.25rem);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**=====================================================**
                BREAKPOINT-VARIABLES
=======================================================**/
/**=====================================================**
                BREAKPOINT-FUNCTIONS
=======================================================**/
/**=====================================================**
                    BREAKPOINT-MIXIN
=======================================================**/
/**=====================================================**
                    BREAKPOINT-USAGE
=======================================================**/
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 12s linear infinite;
}

.updown {
  animation: updown 1s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}

@keyframes updown {
  0% {
    transform: translateY(0.25rem);
  }
  50% {
    transform: translateY(0.75rem);
  }
  100% {
    transform: translateY(0.25rem);
  }
}
html {
  box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: inherit;
}

* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
button,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
input,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
main,
nav,
object,
ol,
output,
option,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
select,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  font: inherit;
}

::-moz-selection {
  background: hsl(227, 44%, 14%);
  color: hsl(0, 0%, 100%);
}

::selection {
  background: hsl(227, 44%, 14%);
  color: hsl(0, 0%, 100%);
}

body {
  background: hsl(0, 0%, 100%);
  color: hsl(228, 11%, 46%);
  font-family: "Inter", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  scroll-snap-type: y mandatory;
  text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: hsl(227, 44%, 14%);
  margin: 0;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

img {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

svg,
picture {
  width: 100%;
  height: 100%;
}

ul,
ol {
  list-style: none;
}

a,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

strong,
i {
  font-weight: bolder;
}

iframe {
  width: 100%;
}

select {
  cursor: pointer;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-4,
.display-5,
.display-6 {
  color: hsl(227, 44%, 14%);
  font-family: inherit;
  font-weight: 700;
}

.featurebadge {
  background: hsl(0, 100%, 96%);
  color: hsl(4, 100%, 68%);
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 6.25rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
}

button,
[type=button],
[type=reset],
[type=submit] {
  /* background: transparent; */
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 1;
  /* margin: 0; */
  /* padding: 0; */
  transition: all 350ms ease-in-out;
}
button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus {
  box-shadow: none;
  outline: none;
}

.btn-hamburger {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn-hamburger i {
  font-size: 1.5rem;
}

.btn-text,
.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-align: center;
  transition: all 350ms ease-in-out;
}

.btn-text {
  background: hsl(0, 0%, 100%);
  color: hsl(227, 44%, 14%);
  font-weight: 400;
  padding: 1.46875rem 0rem;
}
.btn-text:not([disabled]):hover {
  color: hsl(4, 100%, 68%);
}

.btn-main {
  background: hsl(4, 100%, 68%);
  color: hsl(0, 0%, 100%);
  border: solid 0.0625rem hsl(4, 100%, 68%);
  border-radius: 0.25rem;
  font-weight: 600;
  padding: 0.53125rem 0.875rem;
}
@media screen and (min-width: 48rem) {
  .btn-main {
    padding: 0.78125rem 1.625rem;
  }
}
.btn-main:not([disabled]):hover {
  background: hsl(0, 0%, 100%);
  color: hsl(4, 100%, 68%);
}

.btn-signin {
  background: hsl(0, 0%, 100%);
  border: solid 0.0625rem hsl(210, 42%, 90%);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
}
.btn-signin .icon {
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.btn-signin .text {
  color: hsl(227, 44%, 14%);
  font-size: 0.875rem;
  font-weight: 600;
}
.btn-signin:not([disabled]):hover {
  background: hsl(210, 42%, 90%);
}

.btn-submit {
  background: hsl(227, 44%, 14%);
  color: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem;
  text-align: center;
  transition: all 350ms ease-in-out;
}
.btn-submit:not([disabled]):hover {
  background: #31417d;
  color: hsl(0, 0%, 100%);
}

.btn-remove {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.5rem;
}
.btn-remove svg {
  transition: transform 350ms ease-in-out;
}
.btn-remove:not([disabled]):hover svg {
  transform: rotate(90deg);
}
.btn-remove:not([disabled]):hover svg path {
  stroke: hsl(7, 100%, 55%);
}

.btn-learn {
  background: hsl(227, 44%, 14%);
  color: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.703125rem 0.875rem;
  text-align: center;
  transition: all 350ms ease-in-out;
}
.btn-learn:not([disabled]):hover {
  background: #31417d;
  color: hsl(0, 0%, 100%);
}

.cardfeature {
  border: solid 0.0625rem hsl(210, 42%, 90%);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.25rem;
  height: 100%;
}
.cardfeature .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cardfeature .title {
  font-size: 1.25rem;
  font-weight: 600;
}
.cardfeature .text {
  font-size: 0.9375rem;
  font-weight: 400;
}
.cardfeature .featurelink {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.cardfeature .featurelink .text {
  color: hsl(227, 44%, 14%);
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.cardfeature .featurelink .icon {
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cardfeature .featurelink:not([disabled]):hover .text {
  color: hsl(4, 100%, 68%);
}
.cardfeature .featurelink:not([disabled]):hover .icon svg path {
  stroke: hsl(4, 100%, 68%);
}

.cardservice {
  background: hsl(210, 20%, 98%);
  border: solid 0.0625rem hsl(210, 42%, 90%);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  padding: 1.5rem;
  height: 100%;
}
@media screen and (min-width: 48rem) {
  .cardservice {
    padding: 2.625rem 2rem;
  }
}
.cardservice-header {
  width: 100%;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 87.5rem) {
  .cardservice-header {
    height: 10rem;
  }
}
.cardservice-header .cardthumb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cardservice-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cardservice-body .title {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 87.5rem) {
  .cardservice-body .title {
    font-size: 1.5rem;
  }
}
.cardservice-body .text {
  color: hsl(228, 11%, 46%);
}

.cardreview {
  background: hsl(0, 0%, 100%);
  border: solid 0.0625rem hsl(210, 42%, 90%);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 1.25rem;
}
@media screen and (min-width: 48rem) {
  .cardreview {
    padding: 1.875rem;
  }
}
.cardreview-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.cardreview-header .reviewlist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.cardreview-header .reviewlist-item {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cardreview-header .reviewinfo .text {
  color: hsl(227, 44%, 14%);
}
.cardreview-body {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.cardreview-body .author {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cardreview-body .authorinfo {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: calc(100% - 3.375rem);
}
.cardreview-body .authorinfo .name,
.cardreview-body .authorinfo .designation {
  color: hsl(227, 44%, 14%);
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
}
@media screen and (min-width: 87.5rem) {
  .cardreview-body .authorinfo .name,
  .cardreview-body .authorinfo .designation {
    font-size: 1rem;
  }
}
.cardreview-body .authorinfo .name {
  font-weight: 400;
}
.cardreview-body .authorinfo .designation {
  font-weight: 700;
}

.cardpricing {
  background: hsl(0, 0%, 100%);
  border: solid 0.0625rem hsl(210, 42%, 90%);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.25rem;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 48rem) {
  .cardpricing {
    padding: 2rem;
  }
}
@media screen and (min-width: 62rem) {
  .cardpricing {
    padding: 3rem;
  }
}
.cardpricing-header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-bottom: solid 0.0625rem hsl(210, 42%, 90%);
  padding-bottom: 2rem;
}
.cardpricing-header .titleinfo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cardpricing-header .titleinfo .title {
  font-size: 2.125rem;
}
.cardpricing-header .titleinfo .info .text {
  color: hsl(0, 0%, 35%);
  font-size: 0.9375rem;
  font-family: "Sora", sans-serif;
}
.cardpricing-header .price {
  color: hsl(201, 63%, 12%);
  font-size: 2.125rem;
}
.cardpricing-body {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.cardpricing-body .pricinglist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 35rem;
}
.cardpricing-body .pricinglist-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.cardpricing-body .pricinglist-item .icon {
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cardpricing-body .pricinglist-item .text {
  color: hsl(0, 0%, 35%);
  font-size: 0.9375rem;
  font-family: "Sora", sans-serif;
}
.cardpricing .pricingbadge {
  background: hsl(4, 100%, 68%);
  color: hsl(0, 0%, 100%);
  border-radius: 2.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  max-width: 10.125rem;
  position: absolute;
  top: -0.5rem;
  right: -1.5rem;
  z-index: 100;
  transform: rotate(22.929deg);
}
.cardpricing.popular {
  border-color: hsl(4, 100%, 68%);
}

.header {
  background: hsl(0, 0%, 100%);
  border-bottom: solid 0.0625rem hsl(210, 42%, 90%);
  display: flex;
  align-items: center;
  height: 4.375rem;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav .brand-logo {
  width: 7.5rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header-nav .brand-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

input,
select,
textarea {
  border: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=date]::before {
  content: attr(data-placeholder);
  width: 100%;
}

input[type=date]:focus::before,
input[type=date]:valid::before {
  display: none;
}

textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input[type=search]::-webkit-search-decoration:focus,
input[type=search]::-webkit-search-cancel-button:focus,
input[type=search]::-webkit-search-results-button:focus,
input[type=search]::-webkit-search-results-decoration:focus {
  outline: none;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  outline: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  box-shadow: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none;
  outline: none;
}

.was-validated .form-control:valid:focus {
  box-shadow: none;
  outline: none;
}

.offcanvas {
  background: hsl(0, 0%, 100%);
}
.offcanvas.offcanvas-top {
  border-bottom: 0;
}
.offcanvas.offcanvas-bottom {
  border-top: 0;
}
.offcanvas.offcanvas-start {
  border-right: 0;
  width: 65%;
}
.offcanvas.offcanvas-end {
  border-left: 0;
}
.offcanvas-header .btn-close {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0rem;
  transition: all 350ms ease-in-out;
}
.offcanvas-header .btn-close i {
  color: hsl(228, 11%, 46%);
  font-size: 1.5rem;
}
.offcanvas-header .btn-close:not([disabled]):hover {
  opacity: 1;
  transform: rotate(180deg);
}
.offcanvas-header .btn-close:not([disabled]):hover i {
  color: hsl(7, 100%, 55%);
}
.offcanvas-body {
  background: hsl(0, 0%, 100%);
  padding-bottom: 3rem;
}
.offcanvas-body::-webkit-scrollbar {
  background: transparent;
  width: 0.5rem;
}
.offcanvas-body::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
}

.modal-content {
  border-radius: 1.25rem;
}
.modal-header {
  border-bottom: 0;
}
.modal-header .btn-close {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 1;
}
.modal-header .btn-close svg {
  width: 100%;
  height: 100%;
  transition: transform 350ms ease-in-out;
}
.modal-header .btn-close:not([disabled]):hover svg {
  transform: rotate(90deg);
}
.modal-header .btn-close:not([disabled]):hover svg path {
  fill: hsl(7, 100%, 55%);
}

.tooltip-inner {
  background: hsl(227, 44%, 14%);
  font-size: 0.75rem;
}
.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: hsl(227, 44%, 14%);
}
.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: hsl(227, 44%, 14%);
}
.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: hsl(227, 44%, 14%);
}
.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: hsl(227, 44%, 14%);
}

.footer {
  padding: 4rem 0rem 2rem;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4rem;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .footer-content {
    justify-content: flex-start;
    text-align: left;
  }
}
.footer .footerinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 48rem) {
  .footer .footerinfo {
    align-items: flex-start;
  }
}
.footer .footerinfo-header .footertitle {
  color: hsl(227, 44%, 14%);
  font-size: 1.25rem;
  font-weight: 600;
}
.footer .footerinfo-body .info {
  max-width: 28.75rem;
}
.footer .copyright {
  border-top: solid 0.0625rem hsl(210, 42%, 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}
@media screen and (min-width: 48rem) {
  .footer .copyright {
    align-items: flex-start;
  }
}
.footer .copyright .textcopyright {
  color: hsl(228, 11%, 46%);
  font-family: "Sora", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}

.preloader {
  background: hsl(0, 0%, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0rem;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  z-index: 9999;
}
.preloader .preloader1,
.preloader .preloader1 .loader {
  display: flex;
  align-content: center;
}
.preloader .preloader1 {
  width: 100%;
  height: 100%;
  padding: 1.25rem 0;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  perspective: 700;
}
.preloader .preloader1 .loader {
  margin: 0.3125rem;
  border-radius: 100%;
  border: solid 0.25rem hsl(227, 44%, 14%);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
}
.preloader .preloader1 .preloader1 .loader-inner-1 {
  animation: change_first_circle 2s ease-in-out infinite;
}
.preloader .preloader1 .loader-inner-2 {
  animation: change_second_circle 2s ease-in-out infinite;
}
.preloader .preloader1 .loader-inner-3 {
  width: 6.25rem;
  height: 6.25rem;
  animation: change_last_circle 3s linear infinite;
}

@keyframes change_first_circle {
  50% {
    transform: rotateX(360deg) scale(0.8);
  }
}
@keyframes change_second_circle {
  50% {
    transform: rotateY(360deg) scale(0.8);
  }
}
@keyframes change_last_circle {
  50% {
    transform: rotateX(360deg) scale(0.8);
  }
}
main {
  min-height: 100vh;
  padding: 3rem 0rem 5rem;
}
@media screen and (min-width: 48rem) {
  main {
    padding: 5rem 0rem;
  }
}
@media screen and (min-width: 87.5rem) {
  main {
    padding: 5rem 0rem 10rem;
  }
}

table tr {
  vertical-align: middle;
}
table tr th,
table tr td {
  vertical-align: middle;
}

.authform {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
.authform .passwordbox {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.inputbox {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.inputbox .inputlabel {
  color: hsl(227, 44%, 14%);
  font-family: "Sora", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.inputbox .inputfield {
  background: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  border: solid 0.0625rem hsl(210, 42%, 90%);
  border-radius: 0.25rem;
  font-family: "Sora", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.78125rem 1rem;
  width: 100%;
  transition: all 350ms ease-in-out;
}
.inputbox .inputfield:focus {
  border-color: hsl(228, 11%, 46%);
}
.inputbox .inputfield::-moz-placeholder {
  color: hsl(0, 0%, 72%);
  font-weight: 400;
}
.inputbox .inputfield::placeholder {
  color: hsl(0, 0%, 72%);
  font-weight: 400;
}

.customcheck .checkinput:checked ~ .checklabel::before {
  background: hsl(227, 44%, 14%);
  border-color: hsl(227, 44%, 14%);
}
.customcheck .checkinput:checked ~ .checklabel::after {
  opacity: 1;
  visibility: visible;
}
.customcheck .checklabel {
  cursor: pointer;
  color: hsl(228, 11%, 46%);
  font-family: "Sora", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  padding-left: 1.875rem;
}
.customcheck .checklabel::before, .customcheck .checklabel::after {
  content: "";
  position: absolute;
}
.customcheck .checklabel::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: hsl(0, 0%, 100%);
  width: 1.125rem;
  height: 1.125rem;
  border: solid 0.0625rem hsl(210, 42%, 90%);
  border-radius: 0.25rem;
  transition: all 350ms ease-in-out;
}
.customcheck .checklabel::after {
  width: 0.625rem;
  height: 0.3125rem;
  border: solid 0.125rem hsl(0, 0%, 100%);
  border-top: 0;
  left: 0.28125rem;
  border-right: 0;
  top: 50%;
  transform: translateY(-70%) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out;
}
.customcheck .checklabel::-moz-selection {
  background: transparent;
  color: hsl(227, 44%, 14%);
}
.customcheck .checklabel::selection {
  background: transparent;
  color: hsl(227, 44%, 14%);
}
.customcheck .checklabel .checklink {
  color: hsl(227, 44%, 14%);
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  transition: color 350ms ease-in-out;
}
.customcheck .checklabel .checklink:not([disabled]):hover {
  color: hsl(4, 100%, 68%);
}
.customcheck .checklabel .checklink::-moz-selection {
  background: transparent;
  color: hsl(227, 44%, 14%);
}
.customcheck .checklabel .checklink::selection {
  background: transparent;
  color: hsl(227, 44%, 14%);
}

.accountform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.accountform .inputfield {
  height: 3rem;
  background: hsl(0, 0%, 100%);
  color: hsl(227, 44%, 14%);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  max-width: 90%;
}
@media screen and (min-width: 48rem) {
  .accountform .inputfield {
    min-width: calc(100% - 11.5625rem);
    max-width: 100%;
  }
}
.accountform .inputfield::-moz-placeholder {
  color: hsl(0, 0%, 72%);
}
.accountform .inputfield::placeholder {
  color: hsl(0, 0%, 72%);
}
.accountform .btn-create {
  background: hsl(227, 44%, 14%);
  color: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 10.9375rem;
  height: 3rem;
  transition: all 350ms ease-in-out;
}
.accountform .btn-create:not([disabled]):hover {
  background: #31417d;
  color: hsl(0, 0%, 100%);
}

.desktoplist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.desktoplist-item {
  cursor: pointer;
  padding: 1.390625rem 1.25rem;
}
.desktoplist-link {
  color: hsl(227, 44%, 14%);
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.03rem;
  transition: all 350ms ease-in-out;
}
.desktoplist-link:hover:not(.active) {
  color: hsl(4, 100%, 68%);
}
.desktoplist-link.active {
  color: hsl(4, 100%, 68%);
}

.authlist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.mobilelist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.mobilelist-link {
  border-bottom: solid 0.0625rem hsl(210, 42%, 90%);
  color: hsl(227, 44%, 14%);
  display: inline-flex;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.03rem;
  padding: 1rem 0rem;
  transition: all 350ms ease-in-out;
  width: 100%;
}
.mobilelist-link:hover:not(.active) {
  border-color: hsl(4, 100%, 68%);
  color: hsl(4, 100%, 68%);
}
.mobilelist-link.active {
  border-color: hsl(4, 100%, 68%);
  color: hsl(4, 100%, 68%);
}

.footerlist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footerlist-link {
  color: hsl(228, 11%, 46%);
  transition: all 350ms ease-in-out;
}
.footerlist-link:not([disabled]):hover {
  color: hsl(227, 44%, 14%);
}

.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
}
@media screen and (min-width: 48rem) {
  .social-list {
    justify-content: flex-start;
  }
}
.social-list-link {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.joinlist {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 48rem) {
  .joinlist {
    flex-direction: row;
  }
}
.joinlist-item {
  color: hsl(227, 44%, 14%);
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
}

.visiblelist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.visiblelist-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.visiblelist-item .icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.visiblelist-item .text {
  color: hsl(227, 44%, 14%);
  font-family: "Sora", sans-serif;
  font-weight: 400;
}

.pagination {
  gap: 0.875rem;
}
.pagination .page-item .page-link {
  border: none;
  width: 3.1875rem;
  height: 3.1875rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border: none;
  border-radius: 100%;
  width: 3.1875rem;
  height: 3.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item:first-child .page-link span, .pagination .page-item:last-child .page-link span {
  width: 0.5625rem;
  height: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pagination .page-item:first-child:not([disabled]):hover .page-link span svg path, .pagination .page-item:last-child:not([disabled]):hover .page-link span svg path {
  fill: hsl(0, 0%, 100%);
}
.pagination .page-item.active .page-link {
  background: hsl(4, 100%, 68%);
  color: hsl(0, 0%, 100%);
}
.pagination .page-item:hover:not(.active) .page-link {
  background: hsl(4, 100%, 68%);
  color: hsl(0, 0%, 100%);
}

.btn-switch {
  background: hsl(4, 100%, 68%);
  border-radius: 1.5rem;
  position: relative;
  width: 3rem;
  height: 1.5rem;
}
.btn-switch::before, .btn-switch::after {
  width: 4rem;
  color: hsl(228, 11%, 46%);
  font-weight: 400;
  line-height: 1.5rem;
  position: absolute;
  bottom: 0;
}
.btn-switch::before {
  color: hsl(227, 44%, 14%);
  content: attr(monthtext);
  left: -4.375rem;
}
.btn-switch::after {
  color: hsl(228, 11%, 46%);
  content: attr(yeartext);
  right: -4.375rem;
}
.btn-switch:focus {
  outline: none;
}
.btn-switch .handle {
  background: hsl(0, 0%, 100%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0.125rem;
  transform: translateY(-50%);
  transition: all 350ms ease-in-out;
}
.btn-switch.active .handle {
  left: calc(100% - 1.375rem);
  right: 0;
}
.btn-switch.active::before {
  color: hsl(228, 11%, 46%);
}
.btn-switch.active::after {
  color: hsl(227, 44%, 14%);
}

.topbar {
  background: hsl(210, 20%, 98%);
  border-bottom: solid 0.0625rem hsl(210, 42%, 90%);
  padding: 0.71875rem 0.875rem;
  display: none;
}
@media screen and (min-width: 48rem) {
  .topbar {
    display: flex;
    align-items: center;
  }
}
.topbar .topbarcontent {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.topbar .topbarcontent .topbarinfo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.topbar .topbarcontent .topbarinfo .topbaricon {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.topbar .topbarcontent .topbarinfo .topbartext {
  color: hsl(227, 44%, 14%);
  font-size: 0.875rem;
  font-weight: 400;
}
.topbar .topbarcontent .topbarinfo .topbartext .textlink {
  color: inherit;
  font: inherit;
  font-weight: 500;
  text-decoration-line: underline;
  transition: color 350ms ease-in-out;
}
.topbar .topbarcontent .topbarinfo .topbartext .textlink:not([disabled]):hover {
  color: hsl(4, 100%, 68%);
}
.topbar .topbarcontent .btn-remove {
  position: absolute;
  right: 0;
}

.homebanner {
  background: url(../images/home-banner/bannerbg.svg) no-repeat center center/cover;
  min-height: 100vh;
  padding: 3rem 0rem 4rem;
}
@media screen and (min-width: 48rem) {
  .homebanner {
    padding: 5rem 0rem;
  }
}
.homebanner-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 87.5rem) {
  .homebanner-content {
    gap: 4rem;
  }
}
.homebanner .bannerdetail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.homebanner .bannerdetail .info {
  max-width: 47.4375rem;
  margin-inline: auto;
}
.homebanner .bottomcontent {
  position: relative;
}
.homebanner .bottomcontent .bannerthumb {
  position: relative;
  z-index: 100;
}
.homebanner .bottomcontent .banneroverlay {
  background: hsl(0, 0%, 100%);
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  height: 15.625rem;
}
@media screen and (min-width: 48rem) {
  .homebanner .bottomcontent .banneroverlay {
    bottom: -5rem;
  }
}

.homefeatures {
  padding: 3rem 1.25rem 4rem;
}
@media screen and (min-width: 48rem) {
  .homefeatures {
    padding: 5rem 1.25rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .homefeatures {
    padding: 7.1875rem 1.25rem;
  }
}
.homefeatures-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 87.5rem) {
  .homefeatures-content {
    gap: 4rem;
  }
}
.homefeatures-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

.prospecting {
  background: hsl(210, 20%, 98%);
  padding: 3rem 1.25rem 4rem;
}
@media screen and (min-width: 48rem) {
  .prospecting {
    padding: 5rem 1.25rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .prospecting {
    padding: 7.1875rem 1.25rem;
  }
}
.prospecting .leftinfo {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.prospecting .rightinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.ourservice {
  padding: 3rem 1.25rem 4rem;
}
@media screen and (min-width: 48rem) {
  .ourservice {
    padding: 5rem 1.25rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .ourservice {
    padding: 7.1875rem 1.25rem;
  }
}

.todolist {
  background: hsl(210, 20%, 98%);
  padding: 3rem 1.25rem 4rem;
}
@media screen and (min-width: 48rem) {
  .todolist {
    padding: 5rem 1.25rem;
  }
}
.todolist .todoinfo {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.todolist .todoinfo .info {
  max-width: 28.75rem;
}
.todolist .todoinfo .todolists {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.todolist .todoinfo .todolists-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.todolist .todoinfo .todolists-item .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.todolist .todoinfo .todolists-item .text {
  color: hsl(227, 44%, 14%);
  font-family: "Sora", sans-serif;
}
.todolist .todoinfo .learninfo {
  max-width: 13.75rem;
}
.todolist .description {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.todolist .description .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.todolist .description .title {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 87.5rem) {
  .todolist .description .title {
    font-size: 1.125rem;
  }
}
.todolist .description .text {
  font-size: 0.875rem;
}
@media screen and (min-width: 87.5rem) {
  .todolist .description .text {
    font-size: 1rem;
  }
}
.todolist .todothumb {
  width: 100%;
  height: 100%;
}
.todolist .todothumb img {
  width: 100%;
  height: 100%;
}

.ourclients {
  padding: 3rem 1.25rem 4rem;
}
@media screen and (min-width: 48rem) {
  .ourclients {
    padding: 5rem 1.25rem;
  }
}
.ourclients-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
}
.ourclients-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}
.ourclients-header .info {
  max-width: 34.6875rem;
  margin-inline: auto;
}
.ourclients-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 48rem) {
  .ourclients-body {
    gap: 2.25rem;
  }
}
@media screen and (min-width: 62rem) {
  .ourclients-body {
    gap: 3.75rem;
    flex-wrap: nowrap;
  }
}

.pricing {
  padding: 3rem 1.25rem 4rem;
}
@media screen and (min-width: 48rem) {
  .pricing {
    padding: 5rem 1.25rem;
  }
}
@media screen and (min-width: 62rem) {
  .pricing {
    padding: 7.5rem 0rem 10rem;
  }
}
.pricing-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.pricing-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}
.pricing-header .info {
  max-width: 34.6875rem;
  margin-inline: auto;
}

.faqsection .leftinfo {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 48rem) {
  .faqsection .leftinfo .title {
    font-size: 2.75rem;
  }
}
.faqsection .leftinfo .info {
  max-width: 28.75rem;
}
@media screen and (min-width: 62rem) {
  .faqsection .leftinfo {
    margin-bottom: 0rem;
  }
}
.faqsection .accordion {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.faqsection .accordion-item {
  background: hsl(0, 0%, 100%);
  border: solid 0.0625rem hsl(210, 42%, 90%);
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media screen and (min-width: 48rem) {
  .faqsection .accordion-item {
    padding: 1.875rem 2.25rem;
  }
}
.faqsection .accordion-item:first-of-type .accordion-button, .faqsection .accordion-item:last-of-type .accordion-button {
  border-radius: 0rem;
}
.faqsection .accordion-button {
  color: hsl(227, 44%, 14%);
  font-family: "Sora", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.faqsection .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  margin-bottom: 2rem;
}
.faqsection .accordion-body {
  background: hsl(210, 20%, 98%);
  border-radius: 0.625rem;
  padding: 1.25rem;
}
.faqsection .accordion-body .faqtext {
  color: hsl(224, 9%, 25%);
}

.jointoday {
  padding: 3rem 1.25rem 4rem;
}
@media screen and (min-width: 48rem) {
  .jointoday {
    padding: 5rem 1.25rem;
  }
}
@media screen and (min-width: 62rem) {
  .jointoday {
    padding: 7.5rem 0rem 10rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .jointoday {
    padding: 8.75rem 0rem 12.5rem;
  }
}
.jointoday-content {
  background: hsl(4, 100%, 68%);
  border-radius: 1.25rem;
  position: relative;
  padding: 5.625rem 0rem 9rem;
  overflow: hidden;
}
.jointoday-content .lefticon,
.jointoday-content .righticon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
}
.jointoday-content .lefticon {
  width: 12.5rem;
  height: 11.0625rem;
  bottom: -0.75rem;
  left: 0rem;
}
.jointoday-content .righticon {
  width: 13.0625rem;
  height: 10rem;
  top: 0rem;
  right: -0.9375rem;
}
.jointoday .joindetail {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.jointoday .joindetail-header, .jointoday .joindetail-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.jointoday .joindetail-header .jointitle {
  font-size: 2.125rem;
}
.jointoday .joindetail-header .textbox {
  max-width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 62rem) {
  .jointoday .joindetail-header .textbox {
    max-width: 51.125rem;
  }
}
.jointoday .joindetail-header .textbox .jointext {
  color: hsl(227, 44%, 14%);
  font-family: "Inter", sans-serif;
}

.aboutbanner {
  padding: 3rem 0rem 4rem;
}
@media screen and (min-width: 62rem) {
  .aboutbanner {
    padding: 3.375rem 0rem 4.625rem;
  }
}
.aboutbanner .bannerdetail {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.aboutbanner .bannerdetail .counterbox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 48rem) {
  .aboutbanner .bannerdetail .counterbox {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 62rem) {
  .aboutbanner .bannerdetail .counterbox {
    gap: 3.375rem;
  }
}
.aboutbanner .bannerdetail .counterbox .counter {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.aboutbanner .bannerdetail .bannerbuttons {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.aboutbanner .bannerdetail .bannerbuttons .learninfo {
  max-width: 10.9375rem;
}
.aboutbanner .topthumb,
.aboutbanner .bottomthumb {
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.aboutbanner .topthumb img,
.aboutbanner .bottomthumb img {
  width: 100%;
  height: 100%;
}
.aboutbanner .topthumb {
  height: 16.25rem;
}
.aboutbanner .bottomthumb {
  height: 15.625rem;
}

.visibilitycontrol {
  padding: 3rem 0rem 4rem;
}
@media screen and (min-width: 62rem) {
  .visibilitycontrol {
    padding: 3.375rem 0rem 4.625rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .visibilitycontrol {
    padding: 6rem 0rem;
  }
}
.visibilitycontrol .visibilitydetails {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 87.5rem) {
  .visibilitycontrol .visibilitydetails {
    gap: 4rem;
  }
}

.companyvalue {
  padding: 3rem 0rem 4rem;
}
@media screen and (min-width: 62rem) {
  .companyvalue {
    padding: 3.375rem 0rem 4.625rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .companyvalue {
    padding: 6rem 0rem;
  }
}
.companyvalue .companyvaluedetails {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 87.5rem) {
  .companyvalue .companyvaluedetails {
    gap: 4rem;
  }
}
.companyvalue .valueinfo .accordion {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.companyvalue .valueinfo .accordion-item {
  background: hsl(0, 0%, 100%);
  border: 0;
  border-bottom: solid 0.0625rem hsl(210, 42%, 90%);
  border-radius: 0rem;
  padding: 0rem 0rem 1.25rem;
}
.companyvalue .valueinfo .accordion-item:first-of-type .accordion-button, .companyvalue .valueinfo .accordion-item:last-of-type .accordion-button {
  border-radius: 0rem;
}
.companyvalue .valueinfo .accordion-button {
  color: hsl(227, 44%, 14%);
  font-family: "Sora", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.companyvalue .valueinfo .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  margin-bottom: 2rem;
}
.companyvalue .valueinfo .accordion-body {
  border-radius: 0rem;
  padding: 0rem;
}
.companyvalue .valueinfo .accordion-body .text {
  color: hsl(228, 11%, 46%);
}

.reviews {
  padding: 3rem 0rem 4rem;
}
@media screen and (min-width: 62rem) {
  .reviews {
    padding: 3.375rem 0rem 4.625rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .reviews {
    padding: 6rem 0rem;
  }
}
.reviews-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 87.5rem) {
  .reviews-content {
    gap: 4rem;
  }
}
.reviews-content .swiper .swiperarrows {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.reviews-content .swiper .swiperarrows .swiper-button-prev,
.reviews-content .swiper .swiperarrows .swiper-button-next {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: static;
}
.reviews-content .swiper .swiperarrows .swiper-button-prev::after,
.reviews-content .swiper .swiperarrows .swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0;
  display: none;
}
.reviews-content .swiper .swiperarrows .swiper-button-prev:not([disabled]):hover svg path, .reviews-content .swiper .swiperarrows .swiper-button-prev:not([disabled]):hover svg circle,
.reviews-content .swiper .swiperarrows .swiper-button-next:not([disabled]):hover svg path,
.reviews-content .swiper .swiperarrows .swiper-button-next:not([disabled]):hover svg circle {
  stroke: hsl(4, 100%, 68%);
}
.reviews-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.auth {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.auth-header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.auth-header .titletext {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.auth-header .titletext .textinfo {
  max-width: 30rem;
}
.auth-body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.auth-body .authinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8125rem;
}
.auth-body .authinfo .text {
  color: hsl(240, 6%, 73%);
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  min-width: 8.125rem;
  text-align: center;
}
.auth-body .authinfo .icon {
  width: calc(100% - 9.75rem);
}
.auth-body .authlink {
  color: hsl(227, 44%, 14%);
  font-family: "Sora", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  transition: color 350ms ease-in-out;
}
.auth-body .authlink:not([disabled]):hover {
  color: hsl(4, 100%, 68%);
}

.errormain {
  min-height: 50vh;
}

.notfound-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}
.notfound-thumbnail {
  width: 100%;
  height: 13.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.notfound-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.notfound .errortitle {
  font-weight: 600;
}
.notfound .btn-main {
  min-width: 8.75rem;
  max-width: 11.25rem;
  margin-inline: auto;
}

.marked {
  color: hsl(4, 100%, 68%);
}

.timecontainer {
  min-width: 100%;
  max-width: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 62rem) {
  .timecontainer {
    padding-inline: 5rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .timecontainer {
    padding-inline: 9.375rem;
  }
}