@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

*{
  padding: 0;
  margin: 0;
}

body{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #5F5A5A;
}
#wrapper{
  overflow: hidden;
}
.pt-25{
  padding-top: 25%;
}
.btn-info{
  background: linear-gradient(0deg, rgba(189, 189, 189, 0.3), rgba(189, 189, 189, 0.3)), #03A9F3;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 0;
}
.btn-info:hover{
  background: #fff;
  color: #03A9F3;
}

/* Header
=============**/
#header{
  z-index: 1;
  top: 0;
  position: fixed;
}
#header .navbar-nav li a{
  color: #fff;
}
#header .right-menus li{
  list-style: none;
}
#header .right-menus li a{
  text-decoration: none;
  display: block;
  padding: 5px;
  width: 100px;
  font-size: 14px;
  font-weight: 500;
}
#header .right-menus li:first-child a{
  background: linear-gradient(0deg, rgba(189, 189, 189, 0.3), rgba(189, 189, 189, 0.3)), #03A9F3;
  border-radius: 2px;
  color: #fff;
  margin-right: 10px;
}
#header .right-menus li:first-child a:hover{
  background: #fff;
  color: #03A9F3;
}
#header .right-menus li:last-child a{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #ECEFF1;
  border-radius: 2px;
  color: #637B86;
}
.scrolling{
  background: linear-gradient(180deg, #214CE8 0%, rgba(87, 186, 247, 0) 212.39%);
  z-index: 9 !important;
}


/* Sticky notes 
===============*/
.floating-sticky {
  height: 100vh;
}

#main-img {
  position: absolute;
  width: 520.82px;
  height: 829.37px;
  left: -5%;
  top: 14%;
  z-index: 5;
  background: url(../img/main-img.png) no-repeat;
  background-size: cover;
}

#achilles {
  position: absolute;
  width: 200px;
  height: 205px;
  left: -15%;
  top: -21%;
  z-index: 1;
  background: url(../img/achilles.png) no-repeat;
  background-size: cover;
}

#centimeters {
  position: absolute;
  width: 200px;
  height: 203px;
  left: -15%;
  top: 75%;
  z-index: 1;
  background: url(../img/centimeters.png) no-repeat;
  background-size: cover;
}

#dysplasia {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 56%;
  top: -4%;
  z-index: 1;
  background: url(../img/dysplasia.png) no-repeat;
  background-size: cover;
}

#information {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 60%;
  top: 70%;
  z-index: 1;
  background: url(../img/information.png) no-repeat;
  background-size: cover;
}

#submandibular {
  position: absolute;
  width: 200px;
  height: 200px;
  right: 5%;
  bottom: -43.2%;
  z-index: 1;
  background: url(../img/submandibular.png) no-repeat;
  background-size: cover;
}

#uterus {
  position: absolute;
  width: 200px;
  height: 200px;
  right: -10%;
  top: 30%;
  z-index: 1;
  background: url(../img/uterus.png) no-repeat;
  background-size: cover;
}



/* Layout Content
==================**/
#wrapper {
  width: 100%;
}
#content-wrapper{
  background: #f4f5f9;
  width: 100%;
  border-radius: 0 0 1% 1%;
  position: relative;
}
#content-wrapper #top-section{
  background: linear-gradient(180deg, #214CE8 0%, rgba(87, 186, 247, 0) 212.39%);
  padding-top: 10%;
  height: 1060px;
  position: relative;
}
#content-wrapper #top-section::before{
  content: '';
  position: absolute;
  background: url(../img/img-microscope-top.png) no-repeat;
  background-size: 100%;
  width: 50%;
  height: 100%;
  right: -15%;
  opacity: 0.4;
  bottom: -20%;
  transform:rotate(30deg);
}
#content-wrapper #top-section .text-column .title{
  font-size: 60px;
  font-weight: 700;
}
#content-wrapper #top-section .text-column p{
  font-size: 20px;
}
.title-blue{
  background: linear-gradient(89.98deg, #214CE8 -2.1%, #57BAF7 44.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.title-blue2{
  background: linear-gradient(90deg, #325EEA 0%, #4596F3 84.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.title-blue3{
  background: linear-gradient(90deg, #2553EA 0%, #57BAF7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.title-section-block{
  font-weight: 700;
  font-size: 36px;
  color: #181818;
}



/* sosmed  
============***/
.socmed-wrapper {
  border: 4px solid #DCDDDF;
  border-radius: 30px;
}
.socmed-content-wrapper .block.border-none{
  border-right: none;
}
.socmed-content-wrapper .block .img img{
  width: 72px;
  height: 72px;
}
.socmed-content-wrapper .block a{
  text-decoration: none;
  background: linear-gradient(90deg, #2757EA 43.74%, #52AFF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.socmed-wrapper .border-column{
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #DCDDDF;
}
.socmed-wrapper .border-column:last-child{
  border-right: none;
}



/* servics 
==============**/
#services::before{
  position: absolute;
  content: '';
  background: url(../img/pattern-services.png) no-repeat;
  width: 180px;
  height: 153px;
  right: 0;
  bottom: 10%;
}
#services .img-main{
  margin-left: -10%;
  margin-top: -10%;
  text-align: center;
}
#services .img-main img{
  object-fit: cover;
}
#services .content-floating-wrapper{
  top: 0;
}
#services .content-floating-wrapper .floation-column .title-floating{
  color: #000;
}
#services .floating-1{
  top: 40%;
  width: 20%;
}
#services .floating-2{
  top: 15%;
  left: 20%;
  width: 20%;
}
#services .floating-3{
  top: 35%;
  right: -2%;
  width: 20%;
}
#services .floating-4{
  top: 60%;
  right: 5%;
  width: 20%;
}





/* about 
===============**/
#about{
  padding-bottom: 5%;
}
#about::before{
  position: absolute;
  content: '';
  background: url(../img/pattern-about.png) no-repeat;
  width: 196px;
  height: 196px;
  bottom: 0;
  left: -5%;
}
#about::after{
  position: absolute;
  content: '';
  background: url(../img/circle.png) no-repeat;
  width: 509px;
  height: 509px;
  content: '';
  left: -22%;
  top: 40%;
}
#about-imgs .img-wrapper{
  height: 600px;
  margin-top: 100px;
}
#about-imgs .img-wrapper::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, #3675EF 0%, #4FA9F6 100%);
  right: -150px;
  top: 100px;
}
#about-imgs .img-wrapper .telescope-img{
  bottom: 0;
  top: 0;
  z-index: 1;
  right: -40%;
}
.title-about{
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.125em;
}
#about-imgs .img-wrapper .telescope-img img{
  width: 82%;
  border-radius: 50%;
}
#about-imgs .img-wrapper .monitor-img{
  top: -20%;
  right: -70%;
}
#about-imgs .img-wrapper .monitor-img img{
  width: 82%;
}

#about-2{
  padding: 10% 0;
}

#about-2 .img-wrapper::before{
  background: linear-gradient(90deg, #316CED 0%, #55B5F7 110.02%);
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 50%;
  content: '';
  bottom: 26%;
  z-index: 1;
}

#about-2 .img-wrapper img{
  z-index: 1;
  width: 97%;
  margin-left: 18px;
}

.checklist-div {
  border: 3px solid #C4C4C4;
  border-radius: 5px;
  border-left: 14px solid #C4C4C4;
  margin: 20px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
}

.left-margin {
  margin-left: 100px;
}

.checklist-img {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100px;
}

#checklist-imgs {
  padding: 10px;
}

.checklist-p {
  background: linear-gradient(89.98deg, #214CE8 -2.1%, #57BAF7 44.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#about .list-block li{
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
#about .list-block li::before{
  position: absolute;
  content: '';
  background: #214CE7;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 0;  
  top: 8%;
}
#about .list-block li span{
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.img-about-bottom-wrapper::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 495px;
  right: 0%;
  top: 13%;
  background: linear-gradient(90deg, #316CED 0%, #55B5F7 110.02%);
  border-radius: 10px;
}




/* demos 
==============*/
#demos .column-txt{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#demos .img-monitor .img{
  margin-bottom: -60px;
}
#demos .btn-wrapper .btn{
  width: 200px;
  height: 66px;
  font-weight: 500;
}
.demos-wrapper{
  height: 561px;
  display: flex;
  align-items: center;
}
.column-demos-wrapper::before{
  background: url(../img/img-monitor.svg) no-repeat;
  content: '';
  position: absolute;
  right: -10%;
  width: 782px;
  height: 651px;
  top: -78%;
}
.demos-wrapper::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #57BAF7 0%, #214CE8 100%);
  transform: rotate(-180deg);
}
.demos-wrapper .desc{
  font-size: 24px;
}


/* testimonials 
================*/
#testimonial::before{
  background: url(../img/pattern-testimonial.png) no-repeat;
  width: 217px;
  height: 333px;
  content: '';
  position: absolute;
  right: 0;
}
#testimonial::after{
  background: url(../img/circle.png) no-repeat;
  width: 509px;
  height: 509px;
  content: '';
  position: absolute;
  left: -22%;
  top: 0;
}
#testimonial .title-testi-section{
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 32px;
  color: #000;
}
#testimonial .shortdesc{
  font-size: 12px;
  line-height: 27px;
}

#testimonial-cards {
  min-height: 10vh;
  margin: 5% 0;
  color: #000;
}

#testimonial-cards .cardimg{
  border-radius: 50%;
  height: 60px;
}

#testimonial-cards .card-title{
  font-size: 24px;  
  font-weight: 400;
}

#testimonial-cards .card {
  background-color: rgba(226, 235, 249, 1);
  padding-top: 10px;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-height: 280px;
}

/* pricing 
=============*/
#pricing::before{
  position: absolute;
  content: '';
  background: url(../img/pattern-pricing.png) no-repeat;
  width: 173px;
  height: 332px;
}
#pricing .title-pricing-section{
  font-weight: 400;
  font-size: 45px;
}

#pricing-table {
  border: 3px;
  border-radius: 30px;
  border: 3px solid rgba(95, 90, 90, 0.6);
  overflow: hidden;
}

#pricing-table .medical-student{
  border-top: 3px solid rgba(95, 90, 90, 0.6) !important;
}
#pricing-table .medical-student h1{
  font-size: 28px;
}
#pricing-table .medical-student h4{
  font-weight: 400;
}


.bottom-table{
  color: #000;
  background: linear-gradient(180deg, #2C60ED 0%, #54B2F7 100%);
}

.bottom-table h1{
  font-size: 28px;
}
.bottom-table h4{
  font-size: 24px;
}
.bottom-table h5{
  font-size: 20px;
}

.fa-stack{
  font-size: 18px;
}

#pricing-table .price-box-left {
  border-right: 3px solid rgba(95, 90, 90, 0.6);
}
#pricing-table .price-box-left:hover {
  background-color: rgba(160, 223, 251, 0.4);
  border-radius: 30px 0 0 30px;
}

#pricing-table .price-box-middle {
  border-right: 3px solid rgba(95, 90, 90, 0.6);
}
#pricing-table .price-box-middle:hover {
  background-color: rgba(160, 223, 251, 0.4);
}

#pricing-table .price-box-right:hover {
  background-color: rgba(160, 223, 251, 0.4);
  border-radius: 0 30px 30px 0;
}
#pricing-table .price-box h5{
  font-size: 16px;
}
#pricing-table .col-icon{
  font-size: 20px;
}
#pricing-table .title-month{
  font-weight: 700;
  color: #000;
}
#pricing-table .before-title-month{
  font-size: 18px;
  font-weight: 700;
}
#pricing-table .desc{
  font-size: 20px;
}

#pricing-table .icon-activate {
  color: #2452E9;
}

#pricing-table .icon-deactivate {
  color: #C4C4C4;
}

#pricing-table .icon-inside {
  color: #FCFAFA;
}

#pricing-table .before-title-month {
  font-size: 28px;
}

#pricing-table .col-right-text{
  background: linear-gradient(90deg, #2757EB -5.48%, #56B7F7 100%);
  border-radius: 10px;
  width: 170px;
}

#pricing-table .list-center li{
  font-size: 20px;
  font-weight: 700;
  list-style: none;
  padding-left: 40px;
  padding-bottom: 15px;
}

#pricing-table .list-center li:first-child{
  background: url(../img/ico-ceklist.png) no-repeat;
}
#pricing-table .list-center li:nth-child(2){
  background: url(../img/ico-upload.png) no-repeat;
}
#pricing-table .list-center li:nth-child(3){
  background: url(../img/ico-chat.png) no-repeat;
}
#pricing-table .list-center li:last-child{
  background: url(../img/ico-link.png) no-repeat;
}
#pricing .btn-regist{
  background: linear-gradient(0deg, #2452E9, #2452E9), #3C83F0;
  color: #fff;
}

.or{
  background: #2452E9;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer
=============**/
#footer{
  height: 165px;
  align-items: center;
}
#footer::before{
  position: absolute;
  content: '';
  background: linear-gradient(180deg, #214CE8 0%, rgba(87, 186, 247, 0) 212.39%);
  transform: rotate(-180deg);
  width: 100%;
  height: 100%;
}
.menus-footer .navbar-nav-footer{
  flex-direction: row;
  justify-content: center;
  padding-left: 0;
}
.menus-footer li{
  list-style: none;
}
.menus-footer li a{
  color: #fff;
  padding-top: 0;
}
.contact-footer {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
}
.contact-footer a{
  color: #fff;
  text-decoration: none;
  padding-left: 30px;
}
.contact-footer .column:nth-child(1) a{
  background: url(../img/logo-vimeo.svg) no-repeat left;
}
.contact-footer .column:nth-child(2) .txt{
  background: url(../img/logo-map.svg) no-repeat left;
  padding-left: 20px;
}
.contact-footer .column:nth-child(3) a{
  background: url(../img/logo-mail.svg) no-repeat left;
}






/* Media Query
=============**/

@media screen and (min-width:1920px) {
  #content-wrapper #top-section{
    height: 1162px;
  }
  #content-wrapper #top-section::before{
    bottom: -10%;
    width: 46%;
    right: -13%;
  }
  #dysplasia{
    left: 56.5%;
    top: 2%;
  }
  #centimeters{
    top: 50%;
  }
  #information{
    left: 113%;
    top: 76.5%;
  }
}

@media screen and (min-width:780px) {
  .w-1440px{
    max-width: 1440px;
  }
  
}

@media screen and (max-width:768px) {
  #header{
    background: linear-gradient(180deg, #214CE8 0%, rgba(87, 186, 247, 0) 212.39%);
  }
  #top-section::before,
  #services::before,
  #about::before,
  #testimonial::before,
  #testimonial::after,
  #pricing::after{
    display: none;
  }
  #about::after{
    display: none;
  }
  #about-imgs .img-wrapper .telescope-img{
    right: 0;
    text-align: center;
  }
  .contact-footer{
    flex-direction: column;
  }
  #content-wrapper #top-section{
    height: 100vh;
  }
  .floating-sticky{
    display: none;
  }
  #services .img-main{
    display: none;
  }
  .content-floating-wrapper{
    position: unset !important;
  }
  .floation-column{
    position: unset !important;
    width: 100% !important;
  }
  .left-margin {
    margin-left: 50px;
  }
  #demos .img-monitor .img{
    display: none;
  }
  .demos-wrapper{
    padding-bottom: 10%;
  }
  .socmed-wrapper .border-column{
    border-right: 0;
  }
  .navbar-light .navbar-toggler{
    border: none ;
    box-shadow: none;
  }
  .navbar-light .navbar-toggler-icon{
    background-image: url(../img/white-burger.png);
  }
  #pricing-table{
    margin: 0 15px;
  }
  #pricing-table .price-box-left{
    border: none;
  }
  #pricing-table .price-box-middle{
    border: none;
  }
  #testimonial-cards .card{
    margin: 0 15px;
  }
  #testimonial-cards .cardimg{
    height: 50px;
  }
  #about-imgs .img-wrapper::before{
    right: 0;
    top: 45px;
    height: 50%;
  }
  #about-imgs .img-wrapper .telescope-img img {
    width: 58%;
  }
  #about-imgs .img-wrapper .monitor-img img {
    width: 65%;
  }
  .img-about-bottom-wrapper::before{
    display: none;
  }
  .column-demos-wrapper::before{
    display: none;
  }
  #pricing-table .col-right-text{
    width: 100%;
  }
  .list-center ul{
    padding-left: 0;
  }
  #about-imgs .img-wrapper{
    margin-top: 0;
    height: 300px;
  }
  #about-2 .img-wrapper img{
    margin-left: 0;
  }
}