@font-face {
  font-family: myFont;
  src: url(../gotham.ttf);
}
*{
  margin :0  ;
  padding :0  ;
  text-decoration: none;

}
body {
  font-size: 18px;
  font-family :myFont;
  font-weight: 100;
overflow-x: hidden;
    max-width: 100%;
  
}
html{
    overflow-x: hidden;
    max-width: 100%;
}
.lock-scroll {
  overflow : hidden;

}
/*header*/
.header{
  max-height: 480px;
  overflow: hidden;
  position: relative;
  border : 0px solid white;   
  margin-bottom: 30px;
}
.image{
  max-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
  
}
.image img{
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
/*navigation*/
.menu {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  background-color: white;
  text-align: center;
  align-items: center;
  }
  .menu .brand {
      text-align: center;
      height: 90px;
  }
  .menu .brand img{
      height:100%;
      width: auto;
  }
  
  .menu .brand h1{
      opacity: 0%;
  }
  
  .menu ul{
      letter-spacing: 2px;
      font-weight: bolder;
      list-style: none;
      display: flex;
      place-content: center;
      gap : 20px;
  }
  .menu li{
     
     
  }
  .menu a{
      display : block;
      color: black;
      text-decoration: none;
      padding: 5px;
      font-size: 0.80em;
  }

    .show {
      display: block;
    }
    .dropbtn{
      line-height: 10px;
      letter-spacing: -3px;
      font-weight: bolder;
      background-color: #11056b00;
      color: black;
      padding: 0px;
      margin: 0px;
      border: none;
      cursor: pointer;
      width: 100%;
      margin-right: 35px;
    }
/*Kata-kata*/
.kata{
color: #155799;
  letter-spacing: 1px;
text-align: center;
font-size: 0.8em;
}
.kata1{
  border-bottom:1px solid black;
  width: 100%;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 35px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-size: 0.8em;

}
.kata2{
  width: 100%;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: 200;
}
.kata111{
  text-align: center;
  font-size: 1em;
  padding: 20px;
  text-align: center;
  letter-spacing: 5px;
  position: absolute;
  color: white;
background-color: #13325073;
}

/*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;
}
/*isi*/

.out{
  max-width: 100%;
}
.in{ 
  justify-content: center;
  align-items: center;
  gap:5px;
padding-top : 35px;

}
.subnews > * {

}


.isi{
  position: relative;
  background-color: white;
  height: 236px;
  width : 253px;
  border: solid 0px #d7d7d7;
  border-radius: 5px;
  overflow: hidden;
}
.isi >*{
margin-top:-10px;
}
.clickbait {
     background-color: white;
     height:190px;
     text-align: center;
     margin-top:0px;
     margin-bottom:6px;
}
.clickbait img{
  object-fit: cover;
  width: 100%;
  height: 100%;

}
.judul{
  position: absolute;
  bottom: 0;
  white-space: nowrap; 
  font-weight: bold;
  text-align: center;      
  font-size: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: white;
  padding-bottom: 13.8px;
  padding-top:13.8px;
  background-color: rgba(53, 53, 53, 0.393);           
}
.button {
  background-color: #133150;
  border-radius: 10px;
   color: white;
  padding: 15px 32px;
  font-weight: 400;
  display: inline-block;
   font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
/*footer*/
.footer{
  display: flex;
  max-height: 440px;
  overflow: hidden;
  position: relative;
  font-size: 0.8em;
  border-top: 0px solid black;
  justify-content: center;
  margin-top : 40px;
  align-items: center;
}
.isif{
  position: absolute;
  display: grid;
  text-align: center;
  gap:50px;
}
.isifooter{
  display: grid;
  grid-template-columns: auto auto;
  background-color: rgba(161, 161, 161, 0.824);
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
  margin: auto;
  margin-top: -40px;
}
.a{
  display: grid;
  grid-template-columns: 50px auto;
  gap: 15px;
}
.tert{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.3em;
  letter-spacing: 1.2px;
}
.kont{
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}
.info{
  font-family: "Roboto", sans-serif;
  margin-top: 5px;
  font-size: 1.3em;
  font-weight: 400;
}
.tulisan{
  display: grid;
  text-align: left;
}
.up{
  display: flex;
  align-items: flex-end;
}
.katafooter{
  display: grid;
  width: 100%;
  color: white;
}
.tert{
  margin-bottom: 20px;
  margin-left: 60px; 
  margin-right: 60px;
}
.imagef{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.imagef img{
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
@media(max-width:628px){
  body{
      font-size: 12px;
  }
  .tert{
      font-size: 2em;
      margin-left: 40px; 
      margin-right: 40px;
  }
  .a{
      grid-template-columns: 32px auto;
      gap: 5px;
  }
  .logof img{
      width: 32px;
      height: 32px;
  }
  .isifooter{
      gap : 10px;
      padding: 10px;
  }
}
@media(max-width:480px){
  body{
      font-size: 12px;
  }
  .footer{
    height: 480px;
  }
  .imagef{
    height: 480px;
  }
  .tert{
      font-size: 1.9em;
      margin-left: 40px; 
      margin-right: 40px;
  }
  .a{
      grid-template-columns: 28px auto;
      gap: 5px;
  }
  .logof img{
      width: 28px;
      height: 28px;
  }
  .isifooter{
    grid-template-columns: 1fr;
      gap : 5px;
      padding: 5px;
  }
}
/*resposive breakpoint*/
@media  ( max-width: 1080px){
  body{
      font-size: 17px;
  }
.menu{
   display: grid;
   grid-template-columns: 1fr 2fr;
   align-items: center;
  }
.menu .brand {
  font-size: 1.1em;
  color : #333;
  margin-left: 20px;
}
.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: 520px;
  top :0;
  background-color: #404e5cf5;
  width : 50%;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  transform: translateX(-100%);
  opacity :0;
  transition: all 1s;
}
.menu a{
  color: white;
}
.menu ul.slide {
  opacity : 1;
  transform: translateY(0);

}
}
@media(max-width:746px){
  body{
   font-size: 15px;
  }
  .isi{
      width: 225px;
      height:211px;
  }
  .clickbait{
      height : 170px;
  }

}
@media(max-width:480px){

  .isi{
      width: 160px;
      height:162px;
  }
  .clickbait{
      height:120px;
  }

}
@media(max-width:587px){
.kata1{
  letter-spacing: 1.7px;
}
}
/*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);
}
/*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;
}


.containers {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.section-heading {
  font-size: 3rem;
  color: var(--primary);
  padding: 2rem 0;
}
.tranding-slide {
  width: 32rem !important;
  height: 36rem !important;
}
.tranding-slide .tranding-slide-img img {
  width: 32rem !important;
  height: 36rem !important;
}
@media (max-width:859px) {
  .tranding-slide {
    width: 28rem !important;
    height: 32rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 32rem !important;
  }
}

.tranding-slide {
  width: 37rem;
  height: 42rem;
  position: relative;
}

@media (max-width:500px) {
  .tranding-slide {
    width: 24rem !important;
    height: 28rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 24rem !important;
    height: 28rem !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;
  margin-top: 35px;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}
/*Slider*/
.container{

    max-width: 100%;
}
.slider {
  margin-bottom: 30px;
  position: relative;

    max-width: 100%;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.05);
  opacity: 1;
  background: #222224;
  color: #fff;

}
.slider-card {

  background: #fff;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.83);
  opacity: 0.5;
  transition: all 0.3s;

}
.slider-card img {

  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
}
.mb-4{
  margin-bottom: 0px!important;
}
h5{
  padding: 5px;
  font-size: 0.75em;
}
@media(max-width:760px){

  .slider-card{
    transform: scale(0.65);

  }
}
@media(max-width:700px){
  .slider .owl-item.active.center .slider-card {
    transform: scale(1.20);}
  .slider-card{
    transform: scale(0.8);

  }
}
@media(max-width:480px){
  .slider .owl-item.active.center .slider-card {
    transform: scale(1.25);}
  .slider-card{
    transform: scale(0.7);

  }
}
@media(max-width:320px){
  .slider .owl-item.active.center .slider-card {
    transform: scale(1.4);}
  .slider-card{
    transform: scale(0.8);
}
h5{

  font-size: 0.55em;
}
}

@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);
}
