* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* navbar */
.navbar {
  background-color: #00293b;
  color: #fff;
}

.navbar img {
  width: 100px;
}

.navbar-toggler {
  border-color: #fff;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bg-red {
  background-color: #e71c3e !important;
}

.btn-red {
  background-color: #e71c3e !important;
}

.cstm div img{
  width: 100% !important;
  height: 100%;
}

/* Button */
.button-search {
  display: flex;
}

.outer {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 3.4rem;
}

.outer button {
  margin-top: 2.5rem;
}

.btn-red {
  flex: 0 0 15%;
  padding: 10px;
  margin: 10px;
}

.paddle {
  position: absolute;
  top: 8px;
  bottom: 0;
  width: 30px;
  height: 20px;
}

.lefty {
  top: 56px;
  left: 260px;
  width: 40px;
  height: 40px;
}

.limit-ov{
  height: 500px;
  overflow: auto;
}

.righty {
  top: 56px;
  right: 828px;
  width: 40px;
  height: 40px;
}

.search input {
  margin-top: 6rem;
  height: 42px;
  width: 91%;
}

.form-control:focus {
  border-color: #e71c3e;
  box-shadow: 0 0 0 0.2rem rgba(231, 28, 62, 0.25);
}

/* Blog */
.blog {
  margin-top: 30px;
}

.coba {
  margin-bottom: 100px;
}

.cstm a img{
  width: 100%;
  height: 100%;
}


.isi-blog {
  margin-bottom: 30px;
  border: 2px solid #636363;
  box-shadow: 10px 10px 10px rgba(225, 225, 225, 0.8);
  border-radius: 10px
}

.button-blog button {
  width: 180px;
  border: 0;
  border-radius: 10px;
  height: 40px;
  background-color: #e71c3e;
  margin-bottom: 20px;
}

/* Footer */
.footer {
  background-color: #00293b;
}

.isi-footer {
  display: flex;
  justify-content: space-around;
}

.txt-footer {
  padding-top: 30px;
}

.txt-footer h5 {
  font-size: 36px;
}

.location {
  margin-top: 60px;
}

.trix-content img {
  width: 300px;
  height: 300px;
}

@media (min-width: 360px) and (max-width: 760px) {
  /* Button */
  .outer{
    margin-left: 0;
  }
  .button-search {
    display: block;
    margin: auto;
    padding: auto;
    width: 75%;
  }
  .btn-red{
    padding: 8px;
    margin: 0px;
    margin-right: 10px;
  }
  .search input {
    margin-top: 10px;
    height: 42px;
    width: 100%;
  }
  .lefty {
    left: 5px;
  }
  
  .righty {
    right: 5px;
  }

  /* Footer */
  .txt-footer h5 {
    font-size: 20px;
  }
  .txt-footer p {
    font-size: 14px;
  }
  .isi-footer {
    display: block;
  }
}

@media (min-width: 760px) and (max-width: 1200px) {
  /* Button */
  .button-search {
    display: block;
    margin: auto;
    padding: auto;
    width: 93%;
  }
  .btn-red{
    padding: 8px;
    margin: 0px;
    margin-right: 10px;
  }
  .search input {
    margin-top: 15px;
    height: 42px;
    width: 100%;
  }
  .lefty {
    left: 9px;
  }
  
  .righty {
    right: 9px;
  }
  

  /* Footer */
  .txt-footer h5 {
    font-size: 24px;
  }
  .txt-footer p {
    font-size: 18px;
  }
  .location {
    width: 300px;
    margin-top: 30px;
  }
}

@media (min-width: 800px) and (max-width: 1200px){
  /* Button */
  .button-search {
    display: block;
    margin: auto;
    padding: auto;
    width: 98%;
  }
  .btn-red{
    padding: 8px;
    margin: 0px;
    margin-right: 10px;
  }
  .search input {
    margin-top: 15px;
    height: 42px;
    width: 100%;
  }
  .lefty {
    left: 9px;
  }
  
  .righty {
    right: 9px;
  }
  

  /* Footer */
  .txt-footer h5 {
    font-size: 24px;
  }
  .txt-footer p {
    font-size: 18px;
  }
  .location {
    width: 300px;
    margin-top: 30px;
  }
}

@media (min-width: 1200px){
  /* Button */
  .outer{
    margin-left: 0;
    margin-right: 0;
  }
  .button-search {
    display: block;
    margin: auto;
    padding: auto;
    width: 100%;
    margin-left: 20px;
  }
  .btn-red{
    padding: 8px;
    margin: 0px;
    margin-right: 10px;
  }
  .search input {
    margin-top: 15px;
    height: 42px;
    width: 100%;
    margin-right: 40px;
  }
  .lefty {
    left: 9px;
  }
  
  .righty {
    right: 9px;
  }

  .footer {
    margin-top: 30px;
  }
  
}

@media (min-width: 1400px) {
  /* Button */
  .button-search {
    display: flex;
    justify-content: space-between;
  }

  .outer {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 3.4rem;
  }

  .outer button {
    margin-top: 2.5rem;
  }

  .btn-red {
    flex: 0 0 15%;
    padding: 10px;
    margin: 10px;
  }

  .paddle {
    position: absolute;
    top: 8px;
    bottom: 0;
    width: 30px;
    height: 20px;
  }

  .lefty {
    top: 56px;
    left: 30px;
    width: 40px;
    height: 40px;
  }

  .righty {
    top: 56px;
    right: 440px;
    width: 40px;
    height: 40px;
  }

  .search input {
    margin-top: 6rem;
    height: 42px;
    min-width: 350px;
  }
  
}

@media (min-width: 1500px){
  .lefty {
    top: 56px;
    left: 80px;
    width: 40px;
    height: 40px;
  }

  .righty {
    top: 56px;
    right: 490px;
    width: 40px;
    height: 40px;
  }
  
} 

@media (min-width: 1600px){
  .lefty {
    top: 56px;
    left: 130px !important;
    width: 40px;
    height: 40px;
  }

  .righty {
    top: 56px;
    right: 540px !important;
    width: 40px;
    height: 40px;
  }
  
} 

@media (min-width: 1700px){
  .lefty {
    top: 56px;
    left: 180px !important;
    width: 40px;
    height: 40px;
  }

  .righty {
    top: 56px;
    right: 590px !important;
    width: 40px;
    height: 40px;
  }
  
} 

@media (min-width: 1800px){
  .lefty {
    top: 56px;
    left: 250px !important;
    width: 40px;
    height: 40px;
  }

  .righty {
    top: 56px;
    right: 660px !important;
    width: 40px;
    height: 40px;
  }
  
} 

@media (min-width: 1900px){
  .lefty {
    top: 56px;
    left: 280px !important;
    width: 40px;
    height: 40px;
  }

  .righty {
    top: 56px;
    right: 690px !important;
    width: 40px;
    height: 40px;
  }
  
} 


/* 90% Monitor Besar */
@media (min-width: 2100px) and (max-width: 2300px){
  .lefty {
    top: 56px;
    left: 380px !important;
    width: 40px;
    height: 40px;
  }
  

  .righty {
    top: 56px;
    right: 800px !important;
    width: 40px;
    height: 40px;
  }
}

/* 80% Monitor besar */
@media (min-width: 2300px) and (max-width: 2500px){
  .lefty {
    top: 56px;
    left: 510px !important;
    width: 40px;
    height: 40px;
  }

  .righty {
    top: 56px;
    right: 930px !important;
    width: 40px;
    height: 40px;
  }
  
}

/* 75% Monitor Besar */
@media (min-width: 2500px) and (max-width: 2750px){
  .lefty {
    top: 56px;
    left: 590px !important;
    width: 40px;
    height: 40px;
  }

  .righty {
    top: 56px;
    right: 1010px !important;
    width: 40px;
    height: 40px;
  }
  
}

/* 67% monitor besar */
@media (min-width: 2750px){
  .lefty {
    top: 56px;
    left: 740px !important;
    width: 40px;
    height: 40px;
  }

  .righty {
    top: 56px;
    right: 1165px !important;
    width: 40x;
    height: 40px;
  }
  
}
