html {
  width: 100%;
  height: 100%;
}
html body {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  scrollbar-color: var(--section-div) var(--border) !important;
  scrollbar-width: thin !important;
}

html * {
  font-family: 'Inter', 'Lato', 'Roboto', -apple-system;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --primary: #0075cf;
  --primary-light: #0fa8fc;
  --deep: #013d85;
  --select: #cfeefe;
  --select-blur: rgba(207, 238, 254, 0.7);
  --netural: #121a31;
  --netural-light: #172343;
  --enabled: #576179;
  --disabled: #747b8f;
  --disabled-light: #a2abb3;
  --border: #d6d9da;
  --section-div: #eceef0;

  --primary-yellow: #ffb600;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.main-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar:hover,
::-webkit-scrollbar:active {
  width: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  background: var(--section-div);
  border-radius: 10px;
  border: 1px solid var(--border);
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background: var(--border);
}

.main-bar {
  position: fixed;
  top: 0;
  z-index: 70;
  display: flex;
  width: 100%;
  height: 78px;
  box-sizing: border-box;
  padding: 25px 20px;
  align-items: center;
}
.main-bar-scrolled {
  position: fixed;
  top: 0;
  z-index: 70;
  display: flex;
  width: 100%;
  height: 78px;
  box-sizing: border-box;
  padding: 25px 20px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
}

.workspace-title {
  display: flex;
  box-sizing: border-box;
  height: fit-content;
  align-items: center;
  gap: 22.5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: right;
  color: var(--enabled);
  padding-right: 10px;

}

.main-brand-logo {
  display: flex;
  width: 271.5px;
  height: 27px;
  padding-bottom: 5px;
}

.company-by {
  display: flex;
  box-sizing: border-box;
  padding-top: 4px;
  align-items: center;
  gap: 11px;
 
}
.company-logo {
  display: flex;
  box-sizing: border-box;
  width: 121.44px;
  height: 26px;
}
.start-button {
  display: flex;
  margin-left: auto;
  gap: 22px;

 
}

.start-sign-in {
  outline: none;
  border: none;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 400;
  min-width: fit-content;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: right;
  color: white;
  padding: 10px 17px;
  border-radius: 10px;
  cursor: pointer;
  background-color: var(--primary-light);
}

.start-try-free {
  outline: none;
  border: none;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 400;
  min-width: fit-content;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: right;
  color: white;
  padding: 10px 17px;
  border-radius: 10px;
  cursor: pointer;
  background-color: var(--primary);
}

.brand-body {
  position: fixed;
  top: 23%;
  left: 38%;
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.brand-logo-body {
  display: flex;
  width: 513px;
}

.brand-logo-body-ivw {
  display: flex;
  width: 313px;
}
.brand-logo-body-iv7 {
  display: flex;
  width: 128px;
}

.invivo-text-header {
  display: flex;
  color: #121a31;
  font-weight: 800;
}

.brand-logo-body-header {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  gap: 20px;
 
}

.brand-description {
  display: flex;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--netural-light);
}

.brand-description_experience {
  display: flex;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  color: var(--netural-light);
  margin-bottom: -30px;
}

.main-page-second {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  height: 457px;
  min-height: 457px;
  background-image: url('./images/main-bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.main-page-third {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  height: 400px;
  min-height: 400px;
  background-image: url('./images/screens-background.png');
  background-repeat: no-repeat;
  background-size: cover;  
}


.try-invivo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0em;
  text-align: center;
  gap: 20px;
 
}

.brand-logo-wrapper {
  display: flex;
}
.try-invivo-text {
  display: flex;
  color: white;
}
.brand-logo {
  display: flex;
  width: 440px;
  height: 44px;
  margin-bottom: 8px;
}

.signup-button {
  border: none;
  border-radius: 12px;
  background-color: var(--primary-light);
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: right;
  cursor: pointer;
  color: white;
  margin: 12px 0px;
  box-sizing: border-box;
  padding: 12px 17px;
}

.carousel-wrapper {
  display: flex;
  width: 100%;
}

.carousel .control-dots .dot {
  background-color: white;
}
.carousel .control-dots .dot.selected {
  background-color: var(--primary-light);
}


.video-player {
  display: flex;
  min-width: 571px;
  max-width: 571px;
  margin: 0px;
}
ul {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  list-style-type: disc;
}
.product-section-desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  
}
.product-section-title {
  display: flex;
  overflow-wrap: break-word;
  font-size: 46px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
}
.product-section-detail {
  display: flex;
  overflow-wrap: break-word;
  flex-direction: column;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
.try-button {
  display: flex;
  border: none;
  border-radius: 12px;
  background-color: var(--primary);
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: right;
  color: white;
  margin: 12px 0px;
  padding: 12px 17px;
  cursor: pointer;
}

.ivw-desc-section {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 70px;
  background-color: #f6f6f6;
  gap: 60px;

}

.ivw-desc-section .ivw-desc {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 440px;
  min-height: 310px;
  gap: 12px;
}

.ivw-desc-title {
  display: flex;
  box-sizing: border-box;
  font-family: Lato;
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--primary-light);
}
.ivw-desc-block {
  display: flex;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}

.main-footer {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 70px;
  height: 43px;
  position: absolute;
  bottom: 0;
  background-color: #163159;
  
}
.text-link-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
}

.footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 43px;
  text-decoration: none;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  cursor: pointer;
}

.social-media-wrapper {
  display: flex;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  gap: 12px;
  
}
.social-media-icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-main-container {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}

.m-main-body-wrapper {
  display: flex;
  position: absolute;
  top: 10%;
  left: auto;
  flex-direction: column;
  align-items: center;
  
}

.bottom-img {
  display: flex;
  justify-content: stretch;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: auto;
}


.main-page-first {
  display: flex;
  flex: 1;
  min-height: 982px;
  background-image: url('./images/main-background.png');
  background-repeat: no-repeat;
  background-size: cover;
}


.landing-image {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  
}

.brand-logo-mobile {
  display: none;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 30px;
 
}

.brand-logo-mobile .company-logo-img {
  display: inherit;
  width: 86px;
  height: 19px;
}
.brand-logo-mobile .brand-logo-img {
  display: inherit;
  width: 200px;
  height: 20px;
}

.mobile-image-context {
  display: flex;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  height: 100%;
}

.m-main-button {
  display: flex;
  width: 100%;
 
}

.m-main-button button {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  border: 1.2px solid var(--primary);
  background-color: transparent;
  border-radius: 24px;
  color: var(--primary);
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  cursor: pointer;
  margin: 15px;
}

.sign-up-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
 
}
.signup-link {
  display: flex;
  font-weight: 700;
  text-decoration: none;
  color: var(--primary);
  cursor: pointer;
}

.slider-contents {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  gap: 10px;
}

.img-slider {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}

.img-slider .slide{
  display: none;
  z-index: 1;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.img-slider .slide .product-desc-section,
.img-slider .slide.active .product-desc-section  {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 435px;
  box-sizing: border-box;
  padding: 40px;
  gap: 20px;
  
}

.img-slider .slide.active{
  display: flex;
  clip-path: circle(150% at 0 50%);
  transition: 2s;
  transition-property: clip-path;
}


.img-slider .slide img{
  z-index: 1;
  width: 100%;
  border-radius: 5px;
}

.img-slider .slide .info{
  position: absolute;
  top: 0;
  padding: 15px 30px;
}

.img-slider .slide .info h2{
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}

.img-slider .slide .info p{
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  width: 60%;
  padding: 10px;
  border-radius: 4px;
}

.navigation {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 20px;
  z-index: 2;
}

.navigation .nav-btn{
  background: rgba(181, 181, 181, 0.5);
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.navigation .nav-btn.active{
  background: #2696E9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1100px){
 
  .img-slider .slide .info{
    padding: 10px 25px;
  }

  .img-slider .slide .info h2{
    font-size: 35px;
  }

  .img-slider .slide .info p{
    width: 70%;
    font-size: 15px;
  }

  .img-slider .navigation{
    bottom: 25px;
  }

  .img-slider .navigation .nav-btn{
    width: 10px;
    height: 10px;
    margin: 8px;
  }
  .img-slider .slide .product-desc-section,
  .img-slider .slide.active .product-desc-section {
    flex-direction: column;
  }
  .img-slider .slide .product-desc-section .video-player {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 620px){
  .img-slider{
    width: 400px;
    height: 250px;
  }

  .img-slider .slide .info{
    padding: 10px 20px;
  }

  .img-slider .slide .info h2{
    font-size: 30px;
  }

  .img-slider .slide .info p{
    width: 80%;
    font-size: 13px;
  }

  .img-slider .navigation{
    bottom: 15px;
  }

  .img-slider .navigation .nav-btn{
    width: 8px;
    height: 8px;
    margin: 6px;
  }
}

@media (max-width: 420px){
  .img-slider{
    width: 320px;
    height: 200px;
  }

  .img-slider .slide .info{
    padding: 5px 10px;
  }

  .img-slider .slide .info h2{
    font-size: 25px;
  }

  .img-slider .slide .info p{
    width: 90%;
    font-size: 11px;
  }

  .img-slider .navigation{
    bottom: 10px;
  }
}


@media screen and (max-width: 820px), screen and (max-height: 400px) {
  .main-container {
    display: none;
  }
  .m-main-container {
    display: flex;
  }
}

@media screen and (max-width: 820px), screen and (max-height: 400px) {
  .brand-logo {
    display: none;
  }
  .brand-logo-mobile {
    display: flex;
  }
}
