.advertise-layout{
    max-width: 1140px;
    width: 1140px;
    margin: 0 auto;
}
@media (max-width: 1236px) {
    .advertise-layout{
        width: 100%;
        padding: 0 15px;
    }
}
.adws-wrapper h2 {
  padding-bottom: 10px;
}
.adws-wrapper h3 {
  padding-bottom: 8px;
  padding-top: 4px;
}
.adws-wrapper h4 {
  padding-bottom: 4px;
}
.gradient-divider {
  height: 20px;
  position: relative;
  width: 100%;
  background: radial-gradient(ellipse farthest-side at top center, rgba(0,0,0,0.08), transparent);
}
.gradient-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0,0,0,0.02)), color-stop(rgba(0,0,0,0.02)), to(transparent));
  background: linear-gradient(left, transparent, rgba(0,0,0,0.02), rgba(0,0,0,0.02), transparent);
}

#duwun-advertise-with-us-clappr-player video{
  background-color: #fff;
}

/* //    *************circle percent*********** */
.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 60%;
    max-height: 250px;
}
@media(min-width:768px) and (max-width:991px){
    .circular-chart{
        margin: 0px auto; 
         max-width: 50%;
    }
}
.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;

}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.green .circle {
    stroke: #4CC790;
}

.blue .circle {
    stroke: #3c9ee5;
}

.percentage {
    fill: #666;
    font-size: 0.5em;
    text-anchor: middle;
}

* {
    padding: 0;
    margin: 0;
  }

  html {
    overflow-x: hidden !important;
  }

  .content {
    width: 83.33333333%;
  }

  body {
    background: #ddd;
  }

  .section {
    background-size: cover;
  }
 
  .sale h2 {
    color: #ed7123;
    font-size: 30px;
    margin: 20px 0px;
    font-weight: bold;
  }
  @media (max-width: 768px) {
    .sale h2 {
      line-height: 32px;
    }
  }
  
  .sale h3 {
    display: block;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  
  .sale p {
    font-size: 16px;
  }

  .video-bg {
    margin-top: -5%;
    margin-bottom: -8%;
  }
  
  @media (max-width: 768px) {
    
    .video-bg {
      display: none;
    }
  }
  
  #header-wrapper {
    min-height: 100px;
  }

  .main-img {
    display: none;
  }
  
  @media (max-width: 768px) {
    
    #header,
    #header-wrapper {
      min-height: 50px;
    }
    
    .main-video {
      display: none;
    }
  
    .main-img {
      display: block;
    }
  }
  
  .video-bg {
    width: 100%;
    height: auto;
    position: relative;
  }

  #section1 {
    background-image: linear-gradient(45deg, rgba(23, 18, 18, 0.7), rgba(23, 18, 18, 0.7)), url(https://duwun-data.sgp1.cdn.digitaloceanspaces.com/react-assets/image/advertiseWithUsConnectedBg.jpg);
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  @media (max-width: 768px) {
    
    #section1 {
      background-position: center center;
    }
  }
  
  .connect h2,
  .connect p {
    text-align: center;
    color: #fafafa;
    padding: 0px 14px;
  }
  
  .connect h2 {
    font-family: "Niconne" !important;
    font-size: 4em;
    color: rgba(250, 250, 250, 0.85);
  }
  @media (max-width: 768px) {
    .connect h2 {
      line-height: 42px;
      margin-bottom: 16px;
    }
  }
  .connect p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(250, 250, 250, 0.85);
  }

  .valuable {
    margin-bottom: 50px;
    padding-top: 20px;
  }
  
  .valuable p {
    font-size: 17px;
  }
  
  .valuable .value {
    float: right;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    background: #ffea84;
    background: radial-gradient(circle, #ffea84 65%, rgb(62 17 3) 100%);    
  }
  
  .valuable .value p {
    margin-top: 28%;
    text-align: center;
    /* color: #fafafa; */
    font-size: 18px;
    padding: 5px;
    color: #af2d17;
    text-shadow: 0px 2px 5px #ffffff;    
  }
  
  .valuable .value p span {
    font-size: 32px;
    /* color: gold; */
  }
  @media (max-width: 768px) {
    
    .container {
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .container .row {
      padding-right: -15px;
      padding-left: -15px;
    }
  
    .valuable h2 {
      text-align: center;
    }
    
    .valuable p {
      text-align: center;
    }
    
    .valuable .value {
      float: none;
    }
  }
  
  .platforms {
    text-align: center;
    margin-bottom: 100px;
  }
  
  .platforms p {
    font-size: 18px;
  }
  
  .platforms h2 {
    margin-bottom: 30px;
  }
  
  .platforms h4 {
    margin-top: 15px;
    font-size: 16px;
    opacity: 0.8;
  }
  
  .platforms .icon {
    margin: 18px auto;
    border-radius: 50%;
    width: 80px;
    line-height: 80px;
  }
  
  .platforms .icon .customIcon {
    color: #fff;
    font-size: 35px;
    vertical-align: middle;
  }
  
  .platforms .icon-facebook {
    background: #3a589a;
  }
  
  .platforms .icon-youtube {
    background: #df0404;
  }
  
  .platforms .icon-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  }
  
  .platforms .icon-web {
    background: #fd5949;
  }
  
  .platforms .icon-mobile {
    background: #009017;
  }
  
  .platforms .icon-desktop {
    background: #337ab7;
  }
  
  .platforms .icon-viber {
    background: #7b519d;
  }
 
  @media (max-width: 768px) {
    
    .platforms hr {
      display: block;
    }
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    
    .platforms .flex-container {
      display: block;
    }
  }
 
  @media (min-width: 1200px) {
    
    .platforms .clipwrapper {
      left: -8px;
    }
  }

  .count {
    margin-bottom: 20px;
  }
  
  .count hr {
    border: 1px solid #fff;
  }
  
  .count p {
    font-size: 17px;
    padding: 0px 10px;
  }
  
  .count h2 {
    margin-bottom: 10px;
  }
  
  .count h2,
  .count p {
    text-align: center;
  }
  
  .count .count-view {
    text-align: center;
    margin-top: 30px;
  }

  .count .count-view h3 {
    font-size: 28px;
    font-weight: bold;
    color: #29708e;
  }
  
  .count .count-view .customIcon{
    color: #29708e;
    font-size: 3em;
  }

  .inventory img {
    height: 80px;
  }
  
  .inventory h2,
  .inventory h3 {
    text-align: center;
  }
  
  .inventory p {
    font-size: 16px;
  }
  
  .inventory .inventory-item {
    text-align: center;
    margin-top: 1em;
  }
  .inventory .inventory-item h3 {
      opacity: 0.8;
      color: #29708e;
  }
  
  .inventory .inventory-item img {
    margin: 0 auto;
  }
  
  .inventory .inventory-item p {
    padding: 0px 20px 20px;
    opacity: 0.8;
  }
  
  .inventory .inventory-item p .hightlight {
    color: #ed7123;
    font-size: 18px;
  }

  .service .customHr {
    margin: 25px 0px;
    border: 0;
    border-top: 1px solid #ddd;
    width: 100%;
  }
  
  .service h2 {
    text-align: center;
  }
  
  .service p {
    font-size: 16px;
  }
  
  .service h3 {
    color: #29708e;
    font-weight: bold;
    font-size: 1.3em;
  }
  
  .service .title {
    background: #29708e;
    text-align: center;
    margin: auto;
  }
  
  .service .title p {
    margin-top: 9%;
    font-size: 50px;
  }

  @media (max-width: 768px) {
    
    .service .content {
      width: auto;
    }
    
    .service h3 {
      text-align: center;
    }
  }
  
  #contact {
    line-height: 5.3em;
    width: inherit;
    background: #ed7123;
    z-index: 9;
    color: #ffffff;
  }
  
  #contact a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
  }
  #contact a:hover {
    text-decoration: underline;
  }
  
  #contact p {
    font-size: 16px;
    text-align: center;
  }
  
  #contact .row {
    margin-top: 10px;
    text-align: left;
  }
  
  #contact .contact-item {
    text-align: center;
    background: #8e430af7;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    width: 40px;
    display: inline-block;
    line-height: 37px;
    margin-right: 5px;
  }
  /* line 363, ../sass/style.bk.scss */
  #contact .contact-item .fa {
    color: #fff;
    vertical-align: middle;
  }
  
  #contact .contact-item .fa {
    color: #fff;
    vertical-align: middle;
  }
  
  @media (min-width: 992px) and (max-width: 1200px) {
    
    #contact a {
      font-size: 12px;
    }
  }
  @media (max-width: 992px) {
    
    #contact {
      line-height: 30px;
      padding: 20px;
    }
    
    #contact .contact-item {
      margin-top: 10px;
    }
   
  }
  
  #web-nav-bar {
    top: 0px;
  }

  .scrollToTop {
    bottom: 105px;
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9;
    border: 1px solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #ed7123;
    color: #ffffff;
  }

  #section6 .scrollToTop {
    visibility: hidden;
  }

  .brands hr {
    display: none;
  }
  
  .brands .flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .brands h2 {
    color: #ed7123;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
  }
  .clipwrapper {
    position: relative;
    left: 0px;    
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
    border-left-color: #ef7116;
    border-top-color: #ef7116;
    border-right-color: #9b490e;
    border-bottom-color: #9b490e;
    border-width: 3px;
    border-style: solid;
  }
  
  .brands .clipwrapper {
    height: 120px;
    width: 120px;
  }
  
  .brands .clipwrapper img {
    width: 100%;
  }
  
  .brands .brands-item {
    text-align: center;
    margin: 10px 0px;
  }

  .brands .brands-item .customIcon {
    width: 20px;
    height: 20px;
    background: #3a589a;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    position: absolute;
    bottom: 20px;
    text-align: center;
  }
  
  .brands .brands-item p {
    font-size: 13px;
  }

  .brands-item > a {
    margin-left: -12px;
  }  

  @media (max-width: 768px) {
    
    .brands hr {
      display: block;
    }
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    
    .brands .flex-container {
      display: block;
    }
  }

  .about-us h2 {
    text-align: center;
  }
  
  .about-us article p {
    font-size: 17px;
    text-indent: 50px;
    margin-top: 20px;
  }
  @media (max-width: 768px) {
    
    .about-us article p {
      margin-top: 10px;
    }
  }
  
  @font-face {
    font-family: 'fa-viber';
    src: url("../fonts/fa-viber.eot?-3dwksg");
    src: url("../fonts/fa-viber.eot?#iefix-3dwksg") format("embedded-opentype"), url("../fonts/fa-viber.ttf?-3dwksg") format("truetype"), url("../fonts/fa-viber.woff?-3dwksg") format("woff"), url("../fonts/fa-viber.svg?-3dwksg#fa-viber") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  .fa-viber:before {
    font-family: 'fa-viber';
    content: "\e666";
  }

  .audience h2 {
    text-align: center;
  }
  
  .audience .people,
  .audience .urban {
    background: #fff;
    display: flex;
    justify-content: space-around;
    flex: 1;
    align-items: flex-end;
  }
  @media (max-width: 768px) {
    .audience .people,
    .audience .urban {
      align-items: center;
    }
  }
  
  .audience .img-para {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
  }
  
  .audience .people img,
  .audience .urban img {
    width: 70px;
    height: 70px;
  }

  .audience .con {
    width: 250px;
    height: 250px;
    display: block;
    border-radius: 50%;
    background-color: #4bc6df;
    border: 1px solid #29a3bc;
    margin: 70px auto;
  }
  
  .audience .rate {
    -webkit-box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.35);
    -moz-box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.35);
    box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.35);    
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #4bc6df 50%), linear-gradient(110deg, #04bd92 50%, rgba(0, 0, 0, 0) 50%);
  }
  
  .audience .rate img {
    width: 28px;
    height: 28px;
  }
  
  .audience .rate .male-container {
    margin-left: 140px;
    margin-top: 50px;
  }
  
  .audience .rate .male-container .male-img {
    margin-left: 15px;
    margin-bottom: 5px;
  }
  
  .audience .rate .female-container {
    margin-left: 20px;
  }
  
  .audience .rate .female-container .female-img {
    margin-left: 25px;
    margin-bottom: 5px;
  }
  
  .audience .rate .male-container,
  .audience .rate .female-container {
    color: #fafafa;
  }
  
  .audience .single-chart {
    width: 33%;
    justify-content: space-around;
    display: inline-block;
  }

  @media (max-width: 768px) {
    .audience .single-chart {
      width: 44%;
      margin-left: 15%;
    }
    .audience .img-para {
      margin-left: 15%;
    }
  }
  
  .audience .circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 60%;
    max-height: 250px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    
    .audience .circular-chart {
      margin: 0px auto;
      max-width: 50%;
    }
  }
  
  .audience .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
  }
  
  .audience .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
  }
  @keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }
  
  .audience .circular-chart.green .circle {
    stroke: #4CC790;
  }
  
  .audience .circular-chart.blue .circle {
    stroke: #3c9ee5;
  }
  
  .audience .percentage {
    fill: #666;
    font-size: 0.4em;
    text-anchor: middle;
  }
  
  @media (max-width: 1200px) {
    
    .platform-item:last-child,
    .brand-item:last-child {
      width: 100%;
    }
  }
  