@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Gill Sans';
  font-size: 16px;
  line-height: 26px;
  padding-top: 55px;
}

h1 {
  line-height: 34px;
  font-weight: 500;
  font-size: 27px;
}

h2 {
  font-size: 13px;
  color: #a7abb2;
  font-weight: 400;
  line-height: 23px;
}

h2 a {
  color: #a7abb2 !important;
  text-decoration: none;
}

a {
  color: black;
  font-weight: 700;
  text-decoration: underline #f47938;
  text-transform: capitalize;
}

a:hover {
  color: white;
  background-color: #f47938;
}

.title {
  font-family: 'Impact';
  font-size: xx-large;
  text-transform: capitalize;
  margin: 15px 0;
  color: #868686;
}

.shdw1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

nav {
  font-size: small;
  font-family: 'Helvetica';
}

nav > i {
  font-size: x-small;
}

nav > a {
  color: rgb(37, 37, 37);
  margin: 0 5px;
  text-decoration: none;
}

.champions {
  border-top: #333 solid 2px;
}

.color1 {
  color: #2d3034;
}

.color2 {
  color: #a7abb2;
}

.color3 {
  color: blue;
}

.p100 {
  width: 100%;
}

.p75 {
  width: 75%;
}

.p66 {
  width: 66.333%;
}

.p50 {
  width: 50%;
}

.p33 {
  width: 33%;
}

.p25 {
  width: 25%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clr {
  clear: both;
}

.pd10 {
  padding: 10px;
}

.pd20 {
  padding: 20px;
}

.continer {
  width: 100%;
}

img {
  max-width: 100%;
}

p {
  margin: 20px;
}

blockquote {
  background: #f1f1ec url('../assets/site/quote.png') no-repeat center;
  background-size: contain;
  color: #f54e32;
  margin: 25px -10px;
  padding: 30px 20px;
  text-align: center;
  font-size: 21px;
  line-height: 27px;
}

header {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 667;
  background: white;
  top: white;
  top: 0;
}

body.openmenu {
  overflow: hidden;
}

body.openmenu #darkbg {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.3);
}

header #menubtn {
  position: absolute;
  top: 25px;
  padding: 15px;
  left: 10px;
}

header #advertisement {
  background: #f2f2f2;
  text-align: center;
  height: 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 15px;
  color: #757575;
  text-transform: uppercase;
}

header .logo {
  float: left;
  margin: 10px 0;
  max-width: 50%;
}

#artical-header h1 {
  margin-bottom: 10px;
}

#artical-profile {
  margin-top: 10px;
  font-size: x-small;
  color: #535353;
  line-height: 14px;
}

#trndin {
  background-color: #bfc3cc25;
}

#sharing-btns {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.face-share {
  color: #eff7ff;
  padding: 5px 10px 3px;
  border-radius: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-weight: 400;
  margin: 0 5px;
}

.face-share:hover {
  text-decoration: none;
}

.img-responsive {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.art {
  overflow: hidden;
  background: white;
  border-radius: 3px;
  margin-top: 20px;
}

.art .art-bg {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
}

.art .art-title {
  padding: 5px 20px 14px;
}

.art .art-title a {
  text-decoration: none;
}

.art h2 {
  margin-bottom: -4px;
  margin-top: 5px;
}

.foot_logo {
  text-align: center;
  padding: 20px;
  background: black;
}

/* ------- */
.os-button {
  max-height: 100px;
  margin: auto;
  background-color: #8b8b8b;
  border-radius: 20px;
  border: solid 3px #dbdbdb;
}

.rating-t,
.rating-b {
  width: 90%;
}

.rating-t {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
}

@media only screen and (min-width: 750px) {
  .rating-b {
    justify-content: space-between;
  }

  .rating-img {
    width: 40%;
  }
}

@media only screen and (max-width: 750px) {
  .rating-b {
    flex-wrap: wrap;
  }

  .rating-img {
    width: 95%;
    margin: auto;
  }
}

footer {
  background: black;
  color: white;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

footer a {
  color: #a7abb2;
}

.list {
  padding: 20px;
  border-left: 10px solid #f47938;
  margin-bottom: 20px;
}

.bigcta {
  text-decoration: none;
}

.bigcta div {
  width: 100%;
  background-color: #d15620;
  box-shadow: 0 5px 0 0 #fa921e;
  border: 0;
  border-radius: 5px;
  padding: 12px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  margin: 15px 0;
  color: white;
}

.cta-div {
  background-color: white;
  padding: 2px;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.cta-img {
  width: 500px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.cta-btn {
  width: 500px;
  padding: 0 20px;
}

.os-button,
.os-rating {
  max-width: 100%;
}

.os-button {
  background-color: black;
  border-radius: 10px;
  border: solid 3px gray;
}

.os-rating {
  margin-top: 10px;
}

.gost h2 span {
  display: none;
}

.gost #advertisement span {
  color: transparent;
}

.gost #timer9658Div {
  display: block !important;
}

.gost #comments {
  display: block !important;
}

.gost .redtext {
  display: block !important;
}

/*  */
#myVideo {
  max-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.col1 {
  width: 20%;
}

.col1 > img {
  width: 100%;
  background-color: blue;
  border-radius: 20%;
}

.col2 {
  width: 50%;
  color: #000;
  text-align: left;
  margin-left: 10px;
}

.col3 {
  width: 25%;
  background: rgb(149, 85, 0);
  background: linear-gradient(
    0deg,
    rgba(149, 85, 0, 1) 0%,
    rgba(255, 151, 4, 1) 51%,
    rgba(255, 220, 0, 1) 76%,
    rgba(255, 224, 13, 1) 100%
  );
  color: aliceblue;
  border-radius: 15px;
  text-decoration: none;
  border: 3px solid rgb(255, 226, 153);
}

.star {
  width: 15px;
  margin-left: -2px;
}

@media only screen and (max-width: 750px) {
  .col1 {
    width: 25%;
    margin-top: 10px;
  }

  .col2 {
    margin-top: 20px;
    width: 60%;
  }

  .col3 {
    margin-top: 20px;
    width: 90%;
    margin-bottom: 20px;
  }
}

.policy {
  font-size: small;
  color: white;
  text-transform: capitalize;
  text-decoration: none;
}

.policy:hover {
  background-color: transparent;
}
