*{
    margin :0  ;
    padding :0  ;
    text-decoration: none;
}



img { 
    width : 100%;
}

.lock-scroll {
    overflow : hidden;
}

body {

    background-color: white;
    font-size: 17px;
    font-family :'Oswald', Arial, Helvetica, sans-serif;
    
}

/*footer*/
.footer {
    display: grid;
    place-content: center;
    width: 100%;
    height: 70px;
    background-color: red;
    
    margin-top: 80px;
    color: white;
    font-size: 1em ;
}




/*header*/
.header {

}

.hero{
    color: white;
    grid-area : hero;
    min-height : 400px;
    max-height: 640px;
    font-size: 10px;
    text-align: center;
    place-content: center;
    overflow: hidden;
 
}
.hero img{
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}

.features {
    color:white;
    display :grid;
    place-content: center;
    text-align: center;
    cursor: pointer;
    font-size: 0.3em;
   
}

.feature-1{
    grid-area: feature-1;
    background-image: url(../img/Desain\ tanpa\ judul\ \(6\).png);
    background-size:cover;
    background-position : center;
}
.feature-2{
    grid-area: feature-2;
    background: url(../img/Desain\ tanpa\ judul\ \(7\).png);
    background-size:cover;
    background-position: center;
}

.features .price{
    text-decoration: none;
    color: white;
    font-size: 3em;
    font-weight: 300;
    background: rgba(5, 36, 51, 0.514);
}

/*navigation*/
.menu {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    background: red;
     text-align: center;
    align-items: center;
 
    }
    
    .menu .brand {
        text-align: center;
        height: 100px;
    }
    .menu .brand img{
        height:100%;
        width: auto;
    }
    
    .menu .brand h1{
        opacity: 0%;
    }
    
    .menu ul{
        
        letter-spacing: 4px;
        font-weight: bolder;
        margin-top: -10px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        place-content: center;
        gap : 20px;
        height: 70px;
    }
    .menu li{
       
       
    }
    .menu a{
        display : block;
        color: white;
        text-decoration: none;
       
        padding: 5px;
    
        font-size: 0.85em;
    }
    .dropdown {
        float: center;
        overflow: hidden;
      }
      
      .dropdown .dropbtn {
        cursor: pointer;
    
        padding: 5px;
    
        font-size: 0.8em;
        border: none;
        outline: none;
        color: white;
        background-color: inherit;
        font-family: inherit;
        letter-spacing: inherit;
        margin: 0;
      }
      
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
      }
      
      .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
      }
      
      .dropdown-content a:hover {
        background-color: #ddd;
      }
      
      .show {
        display: block;
      }
      .dropbtn{
        line-height: 10px;
        letter-spacing: -3px;
        font-weight: bolder;
        background-color: #11056b00;
        color: white;
        padding: 0px;
        margin: 0px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-right: 35px;
      }
    
/*hamburger menu*/
.menu-toggle{
    display: none;
    flex-direction : column;
    justify-content: space-between;
    height:25px;
    position : relative;
    z-index: 999;
}

.menu-toggle span {
    display:block;
    width: 28px;
    height : 3px;
    background: white;
    border-radius: 3px;
    transition : all 0.5s;
}

.menu-toggle input {
    display: block;
    position : absolute;
    background-color: black;
    width: 40px;
    height: 28px;
    left: -5px;
    top : -5px;
    cursor : pointer;
    opacity :0;
    z-index: 2;
}
/*content1*/
/*content1*/
.content1{
  display: flex;
  flex-wrap:wrap ;
  justify-content: center;
  gap:90px;
  padding-top: 5px;
  background-color: white;
  margin-top:100px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
.content1left{
  display:grid;
  font-size: 1.05em;
  place-content: center;
  width: 500px;
  text-align: center;
  gap:20px;
}
.content1left p{
color:rgb(119, 119, 119);
font-weight: 200;
}
.content1right{
  width: 400px;
  border :1px solid white;
  overflow: hidden;
  border-radius:10px;

}
.content1right img{
  width:100%;
  height:100%;
}
/*services */
.services1{
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
    background-color :rgb(251, 127, 127);
    padding: 30px;
}
.services2{
    color: white;
    display: grid;
    text-align: center;
   font-size: 0.95em;
    background-color :red;
    grid-template-columns: repeat(auto-fit, minmax(50px,1fr));
    padding-bottom: 10px;
padding-top: 5px;
}

/*list layanan*/
.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: -22px;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 4) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;

}
.carousel .card {
  scroll-snap-align: start;
  height: 470px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding: 15px;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.carousel .card .img {
  width: 100%;
 
}
.card .img img {
  width: 100%;
  height: 260px;

  object-fit: cover;
}
.carousel .card h2 {
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;



}
.carousel .card span {
  color: #6A6D78;
  font-size: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#tranding{
  padding-top: 40px;
  padding-bottom: 60px;
}

#tranding .tranding-slider {
  height: 52rem;
  padding: 2rem 0;
  position: relative;
}
@media (max-width:1029px) {
  #tranding{
    padding-top:10px ;
    padding-bottom: 40px;

  }
  #tranding .tranding-slider {
    height: 44rem;
  }
  .tranding-slide {
    width: 32rem !important;
    height: 36rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 32rem !important;
    height: 36rem !important;
  }
}
@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}
/*listdokter */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

:root {
  --primary: red;
  --white: #ffffff;
  --bg: #f5f5f5;
}

html {
  font-size: 45%;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}


::-webkit-scrollbar {
  width: 1.3rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #797979;
  transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: #222224;
}

::-webkit-scrollbar-track {
  background: #f9f9f9;
}


.container {
  max-width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.section-heading {
  font-size: 3rem;
  color: var(--primary);
  padding: 2rem 0;
}



@media (max-width:500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}

.tranding-slide {
  width: 37rem;
  height: 42rem;
  position: relative;
}

@media (max-width:500px) {
  .tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }
}

.tranding-slide .tranding-slide-img img {
  width: 37rem;
  height: 42rem;
  border-radius: 2rem;
  object-fit: cover;
}

.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.tranding-slide-content .tranding-slide-content-bottom {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 10px;
  font-size: 1.3rem;
  background-color: #222224;
  border-radius: 0rem 0rem 2rem 2rem;

  color: var(--white);
}

.food-rating {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
  color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {
  background: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.tranding-slider-control .slider-arrow::after {
  content: '';
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}


 /* doubleside */
 .doubleside{
  margin: auto;
  max-width: 1080px;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
 }

 /* promo */
 .promo{
    text-align: center;
    margin-top:30px;
    font-size: 0.7em;
    color:red;
    letter-spacing:2px;
    margin-bottom: 30px;
}
.promo h1{
    border: solid 1px red;
    border-radius: 15px 50px 30px;
    margin-bottom: 30px;
}
.promoisi{
    display:flex;
    flex-wrap: wrap;
    gap :10px;
    justify-content: center;
}
.promoisi img{
    width: 230px;
    height:350px;
}

/*review*/
.review{
    text-align: center;
    margin-top:30px;
    font-size: 0.7em;
    
    letter-spacing:2px;
    
    
}
.review h1{
    margin-bottom:30px;
    border: solid 1px red;
    border-radius: 15px 50px 30px;
    color:white;
    background-color: red;
}


.reviewisi{
    
    display:flex;
    flex-wrap: wrap;
    gap :10px;
}
.reviewisi img{
    width: 230px;
    height:350px;
}


.button {
    background-color: #133150;
    border-radius: 10px;
     color: white;
    padding: 15px 32px;
    
    display: inline-block;
     font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
  

  

/*resposive breakpoint*/
@media  ( max-width: 1078px){
  .content1{
        gap:40px;
        margin-top: 40px;
     }
    }
@media  ( max-width: 1080px){
 .menu{
     display: grid;
     grid-template-columns: 1fr 2fr;
     align-items: center;
    }
 .menu .brand {
    font-size: 1.1em;
    color : #333;

 }
 .menu-toggle{
    display:grid;
    gap: 8px;
    justify-content:flex-end; 
    margin-right: 50px;
}

.menu-toggle img {
    height: 50px;
    width : 50px;
}

.menu ul {
    display: flex;
    position: absolute;
    left :0;
    height: 100vh;
    top :0;
    background-color: rgba(187, 0, 0, 0.841);
    width : 60%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 1;
    transform: translateX(-100%);
    opacity :0;
    transition: all 1s;
}

.menu ul.slide {
    opacity : 1;
    transform: translateY(0);

}
 .hero > * {
     text-decoration: none;
     display: block;
    
     color : white;
    
 }
 .hero {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content : center;
 }
 .awalan {
     display: ;
 }
 .category {
    font-size: 0.5em;
}
.judul {
    font-size: 1em;

}
.tda{
    font-size: 0.4em;

}


}
@media (max-width:1029px) {
  .content1{
    margin-top: 60px;
  }
}
@media  (max-width: 768px){
    .menu{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr 1fr));
        order : -1;    
    }
 
.menu-toggle{
    display:grid;
    gap: 8px;
    justify-content:flex-end; 
    margin-right: 50px;
}

.menu-toggle img {
    height: 50px;
    width : 50px;
}

.menu ul {
    display: flex;
    position: absolute;
    left :0;
    height: 100vh;
    top :0;
    background-color: #133250f1;
    width : 60%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 1;
    transform: translateX(-100%);
    opacity :0;
    transition: all 1s;
}

.menu ul.slide {
    opacity : 1;
    transform: translateY(0);

}
.grid {
   
    grid-template-columns: 1fr 25fr 1fr;
    
  }
  .awalan {
    display: none ;
}
.news1{
    min-height: 200px;
}
.newskanan{
    min-height: 200px;
}

  .newskanan >*{
    margin : 20px;
       
   }
   .category {
    font-size: 0.5em;
}
.judul {
    font-size: 1em;

}
.tda{
    font-size: 0.4em;

}
}

@media ( max-width : 600px){
    body{
   
    }
    .menu{
        display: grid;
        order : -1;
        justify-content: center;
    }
    .menu .brand {
        margin-left: 20px;
    }
    .awalan {
        display: none;
    }
    .menu-toggle{
        display:grid;
        gap: 8px;
        justify-content:flex-end; 
        margin-right: 30px;
    }

    .newskanan >*{
        margin : 10px;
        align-items: center;
       }
    .category {
        font-size: 0.5em;
    }
    .judul {
        font-size: 1em;

    }
    .tda{
        font-size: 0.4em;

    }
}
/*Hamburger Menu ANimation*/
.menu-toggle span:nth-child(2){
    transform-origin : 0 0;
}
.menu-toggle span:nth-child(4){
    transform-origin: 0 100%;
}
.menu-toggle input:checked ~ span:nth-child(2){
    background-color: white;
    transform: rotate(45deg) translate(-1px, -1px);
}

.menu-toggle input:checked ~ span:nth-child(4){
    background-color: white;
    transform: rotate(-45deg) translate(-1px, 0);
}

.menu-toggle input:checked ~ span:nth-child(3){
   opacity : 0;
   transform: scale(0);
}

/*TEXT*/
/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3IWkUHHAIjg75cFRf3bXL8LICs13Fv40pKlN4NNSeSASwcEWlbHYjMdZwlou4.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3IWkUHHAIjg75cFRf3bXL8LICs13Fv40pKlN4NNSeSASwcEWlSHYjMdZwlou4.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3IWkUHHAIjg75cFRf3bXL8LICs13Fv40pKlN4NNSeSASwcEWlZHYjMdZwlou4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3IWkUHHAIjg75cFRf3bXL8LICs13Fv40pKlN4NNSeSASwcEWlYHYjMdZwlou4.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3IWkUHHAIjg75cFRf3bXL8LICs13Fv40pKlN4NNSeSASwcEWlWHYjMdZwl.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3IWkUHHAIjg75cFRf3bXL8LICs13Fv40pKlN4NNSeSASwcEWlbHYjMdZwlou4.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3IWkUHHAIjg75cFRf3bXL8LICs13Fv40pKlN4NNSeSASwcEWlSHYjMdZwlou4.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3IWkUHHAIjg75cFRf3bXL8LICs13Fv40pKlN4NNSeSASwcEWlZHYjMdZwlou4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3IWkUHHAIjg75cFRf3bXL8LICs13Fv40pKlN4NNSeSASwcEWlYHYjMdZwlou4.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3IWkUHHAIjg75cFRf3bXL8LICs13Fv40pKlN4NNSeSASwcEWlWHYjMdZwl.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}