section {
  padding: 30px 0 0 0;
}

img {
  max-width: 100%;
}

* {
  font-size: 16px;
  font-family: "sans-reguler", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@font-face {
  font-family: sans-bold;
  src: url("../fonts/SourceSansPro-Bold.ttf");
}
@font-face {
  font-family: sans-reguler;
  src: url("../fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: sans-semibold;
  src: url("../fonts/SourceSansPro-SemiBold.ttf");
}
@font-face {
  font-family: sans-black;
  src: url("../fonts/SourceSansPro-Black.ttf");
}
.sans-bold {
  font-family: "sans-bold", sans-serif;
}

.sans-reguler {
  font-family: "sans-reguler", sans-serif;
}

.sans-semibold {
  font-family: "sans-semibold", sans-serif;
}

.sans-black {
  font-family: "sans-black", sans-serif;
}

.uppercase__font {
  text-transform: uppercase;
}

.capitalize__font {
  text-transform: capitalize;
}

.justify {
  text-align: justify;
}

.underline {
  text-decoration: underline;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
}

.semibold {
  font-weight: 700 !important;
}

.bold {
  font-weight: 900 !important;
}

.normal {
  font-weight: normal !important;
}

.no__outline {
  outline-style: none !important;
}

.pointer {
  cursor: pointer;
}

.ul__list--inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul__list--inline > li {
  display: inline-block;
}

.ul__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sosmed__list li a {
  width: 40px;
  height: 40px;
  transition: 0.5s;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: black;
}
.sosmed__list li a:hover {
  color: white;
  background-color: black;
  box-shadow: 0px 10px 40px #3e3c3c7a;
}
.sosmed__list li a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* slider */
.images__slider img {
  object-fit: cover;
  width: 1100px;
  height: 724px;
}


.slider__offset {
  width: 1100px;
}


.bg__grub--slider {
  background-color: #d0d0d026;
  border-radius: 20px;
}

.slider__arrow li {
  width: 95px;
  height: 95px;
  text-align: center;
  background-color: #fff;
  color: black;
  transition: 0.5s;
}
.slider__arrow li:hover {
  color: #fff;
  background-color: #db5a29;
}
.slider__arrow li i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}