@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* pastikan tinggi minimal sama dengan layar */
}

main {
  flex: 1; /* area utama akan mengisi ruang kosong */
  padding: 0;
  background: #f5f5f5;
}
header{
  background: #f5f5f5;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
#loginForm{
  padding: 1rem;
}
/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #ff695f;
  font-weight: 700;
  opacity: 1;
  text-transform: capitalize;
}

.section-heading span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff695f;
  opacity: 0.15;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-blue-button-hover a:hover {
  background-color: #ff695f;
}

.main-red-button a {
  display: inline-block;
  background-color: #ff695f;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button-hover a {
  display: inline-block;
  background-color: #ff695f;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-red-button-hover a:hover {
  background-color: #03a4ed;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #ff695f;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}
.modal {
  padding-right: 0px;
}

.modal-dialog {
  top: 20%;
}

.modal-content {
  border-radius: 0px;
  border: none;
  top: 40%;
}

.modal-backdrop {
  background-color: #0f8845;
}
.floating {  
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}
@keyframes floating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 15px); }
  to   { transform: translate(0, -0px); }    
}

.logo .img__logo{
  max-width: 50px;
}
.main-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landing-front h1 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  font-family: 'Nunito Sans', sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}
@media(max-width:768px){
  .landing-front h1 {
    font-size: 1.4rem;
  }
}
.landing-front h6{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 20px;
  color: #2d8dea !important;
}
.landing-front .text {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.about.type_one {
  position: relative;
  padding: 100px 0px 100px;
  background: #f3f9fe;
}
.heading.tp_one h6 {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #187be7;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
}
.heading.tp_one h1 {
  position: relative;
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 768px){
  .heading.tp_one h6 {
    font-size: 14px;
  }
  .heading.tp_one h1 {
    font-size: 22px;
  }
}
.about .type_one .description {
  margin-bottom: 20px;
}
.about p {
  font-family: 'Poppins', sans-serif;
  color: #3f5f7f;
}
.about.type_one .symptoms h2 {
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 20px;
}
.about.type_one .symptoms ul li span {
  font-size: 8px;
  width: 25px;
  float: left;
  border-radius: 50px;
  line-height: 28px;
  height: 25px;
  background: #208eec;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin-top: 1px;
}
.about.type_one .image_box img {
  border-radius: 10px;
}
.thumb_img{
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.thumb_img_2{
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.thumb_img img,
.thumb_img_2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media(max-width: 768px){
  .thumb_img_2{
    height: 250px;
  }
}
    /*
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo{
  color: #1e1e1e!important;
}

.header-area {
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.header-area.header-sticky {
  min-height: 80px;
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area {
    padding: 0px 15px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-dec img {
  position: absolute;
  z-index: 1;
  width: 459px;
  height: 702px;
  right: 0;
  bottom: -400px;
}
.google-login{
  display: flex;
  justify-content: center;
  align-items: center;
}
.google-login a{
  background-color: #4285f4;
  border: solid 1px #4285f4;
  border-radius: 2px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2px;
}
.google-login a img{
  max-width: 40px;
  background-color: #fff;
}
.google-login a h4{
  background-color: #4285f4;
  font-size: 14px;
  padding: 0 10px;
}
