* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

svg {
  height: 100%;
  width: 100%;
}

img {
  display: block;
  object-fit: cover;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #FDE000;
  border-radius: 2px;
}

a, button, i, input, textarea {
  text-decoration: none;
  outline: 0;
  border: 0;
}

a:focus, button:focus, i:focus, input:focus, textarea:focus {
  outline: 0;
}

i {
  font-style: italic;
}

input, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
}

button {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
}
button:hover {
  cursor: pointer;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.privacy h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 20px 0;
}

.privacy h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
}

.privacy h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}

.privacy h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
}

.privacy p {
  margin: 10px 0;
}

.privacy img {
  max-width: 350px;
  margin: 0 auto;
}

.header {
  position: relative;
}
.header-first__row {
  height: 600px;
  overflow: hidden;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 604px;
  z-index: -1;
}
.header-info {
  margin-top: 114px;
}
.header-info__logo {
  margin-left: 27px;
}
.header-info__title {
  font-size: 22px;
  line-height: 27px;
  text-align: justify;
  text-transform: uppercase;
  margin-top: 62px;
  width: 382px;
}
.header-info__background {
  position: absolute;
  top: 0;
  z-index: -1;
}
.header-nav {
  background: #FDE000;
  height: 100px;
}
.header-nav .header-two__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header-nav__menu {
  width: 740px;
  display: flex;
  justify-content: space-between;
}
.header-nav__menu li:hover a {
  color: #00AAEE;
}
.header-nav__menu li a {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
.header-nav__login {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  display: flex;
}
.header-nav__login img {
  margin-left: 5px;
}
.header-nav__login:hover {
  color: #00AAEE;
}

.main {
  padding-top: 60px;
}
.main-row {
  display: flex;
  align-items: start;
}
.main-row .sidebar {
  width: 350px;
  margin-left: 55px;
  flex-shrink: 0;
}

.post-box {
  position: relative;
  padding-bottom: 55px;
  border-bottom: 5px solid rgba(253, 224, 0, 0.2);
  margin: 52px 0;
}
.post-box:first-child {
  margin-top: 0;
}
.post-box:last-child {
  border: none;
}
.post-box__title {
  font-size: 35px;
  line-height: 41px;
  text-transform: uppercase;
  width: calc(100% - 75px);
}
.post-box .like {
  display: flex;
  width: 68px;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 22px;
}
.post-box .like img {
  margin-right: 15px;
}
.post-box__img img {
  margin: 26px 0;
  object-fit: cover;
  width: 100%;
  max-height: 350px;
}
.post-box__text {
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
}
.post-box__text p {
  margin-bottom: 10px;
}
.post-box__text a {
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #00AAEE;
}
.post-box__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 3px solid rgba(253, 224, 0, 0.1);
}
.post-box__info .social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
}
.post-box__info .statistic {
  display: flex;
}
.post-box__info .statistic-date {
  margin-right: 35px;
}
.sidebar-box__title {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 5px;
}
.sidebar-box ul li {
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  position: relative;
  padding-left: 15px;
  margin-bottom: 22px;
}
.sidebar-box ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FDE000;
  position: absolute;
  left: 0;
  top: 5px;
}
.sidebar-box ul li:hover {
  color: #00AAEE;
}
.sidebar-box ul li a {
  color: #000;
}
.sidebar-box.posts .sidebar-box__title {
  margin-top: 30px;
}
.sidebar-box .sidebar-posts {
  margin-bottom: 40px;
}
.sidebar-box .sidebar-posts__title {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000;
}
.sidebar-box .sidebar-posts__img {
  height: 208px;
  width: 100%;
  object-fit: cover;
  margin: 10px 0 20px;
}
.sidebar-box .sidebar-posts__text {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 12;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.footer {
  background: #FDE000;
}
.footer-row {
  height: 276px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-row__menu {
  width: 600px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.footer-row__menu li {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}
.footer-row__menu li:hover a {
  color: #00AAEE;
}
.footer-row__menu li a {
  color: #000;
}
.footer-row__social {
  width: 250px;
  display: flex;
  justify-content: space-between;
}
.category {
  display: grid;
  gap: 60px 23px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}
.category-box {
  padding: 16px 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}
.category-box__img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.category-box__name {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #00AAEE;
  margin: 12px 4px;
}
.category-box__title {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #000;
}
.category-box__text {
  font-size: 10px;
  line-height: 13px;
  text-transform: capitalize;
  padding-bottom: 25px;
  border-bottom: 3px solid rgba(253, 224, 0, 0.1);
  color: #000;
}
.category-box__author {
  margin-top: 25px;
}
.category-box__view {
  position: absolute;
  bottom: 35px;
  right: 15px;
}

.author {
  display: flex;
  width: max-content;
  flex-shrink: 0;
}
.author-img, .author img {
  width: 57px;
  height: 57px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  margin-right: 10px;
}
.author-info__date {
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
  opacity: 0.1;
}
.author-info__name {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #00AAEE;
  margin: 5px 0;
}
.author-info__subtext {
  font-size: 10px;
  line-height: 12px;
}

.view {
  display: flex;
}
.view img {
  margin-right: 8px;
}

.single .post-box {
  margin: 0;
  border: 0;
  padding: 0;
}

.comments {
  padding-top: 25px;
  border-bottom: 3px solid rgba(253, 224, 0, 0.1);
}
.comments-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
}
.comments-title img {
  margin-right: 15px;
}
.comments-title span {
  margin-left: 15px;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.1);
}
.comments-box {
  background: rgba(253, 224, 0, 0.1);
  padding: 11px 9px;
  margin: 25px 0;
}
.comments-box__title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 18px;
}
.comments-box__content {
  display: flex;
}
.comments-box__content .author {
  margin-right: 22px;
}
.comments-box__content .text {
  font-size: 10px;
  line-height: 13px;
}

.addcomment-title {
  margin: 25px 0;
}
.addcomment-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}
.addcomment-form__input {
  border-bottom: 1px solid #000000;
  width: 330px;
  margin-bottom: 30px;
}
.addcomment-form__textarea {
  border: 1px solid #000000;
  padding: 5px;
}
.addcomment-form__btn {
  background: #FDE000;
  border-radius: 10px;
  margin: 25px auto 0;
  height: 50px;
  padding: 0 50px;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}
.addcomment-form__btn:hover {
  opacity: 0.8;
}

.map-links {
  width: 100%;
}
.map-links ul {
  margin-bottom: 60px;
}
.map-links ul li {
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  position: relative;
  padding-left: 15px;
  margin-bottom: 22px;
}
.map-links ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FDE000;
  position: absolute;
  left: 0;
  top: 5px;
}
.map-links ul li:hover {
  color: #00AAEE;
}
.map-links ul li a {
  color: #000;
}

/*# sourceMappingURL=style.css.map */
