/*
    Copyright PRO TV S.A. All rights reserved.
    Contact: @protv.ro
*/
@charset "utf-8";

/*
        INCLUDES
*/
@import "reset.css";
@import "bootstrap.min.css";
@import "animate.css";
@import "fontawesome-all.min.css";
@import "footer.css";

/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/* GENERAL */
:root {
    --main-color-hero: 221, 172, 190; /* pink for main hero image */
    --main-color: 131, 194, 52; /* green dettol */
    --second-color: 32, 73, 152; /* dark blue dettol */
    --bg-color: 249, 249, 251;
    --white: 255, 255, 255;
    --black: 0, 0, 0;
    --grey: 242, 242, 242;
}

::placeholder {
    color: rgba(var(--white), 1) !important;
}

:-ms-input-placeholder {
    color: rgba(var(--white), 1) !important;
}

::-ms-input-placeholder {
    color: rgba(var(--white), 1) !important;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: rgba(var(--second-color), 1);
    transition: all 0.2s linear;
    text-decoration: none;
}

a:hover {
    color: rgba(var(--second-color), .75);
    transition: all 0.2s linear;
    text-decoration: none;
}

html,
body {
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
    font-weight: 400;
    font-style: normal;
    background: rgba(var(--bg-color), 1);
    color: rgba(var(--black), 1);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 2px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: #F5F5F5;
}

body {
    margin: 0;
    font-size: 100%;
}

.bg-light {
  background-color: white!important;
}

.headline {
  text-align: center;
  padding: 50px 0;
}

.video-iframe {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 14px;
  position: relative;
}

.video-form {
  width: 100%;
  background: rgba(241, 241, 241, 1);
  background: -moz-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(208, 209, 208, 1) 50%, rgba(188, 188, 188, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 241, 241, 1)), color-stop(50%, rgba(208, 209, 208, 1)), color-stop(100%, rgba(188, 188, 188, 1)));
  background: -webkit-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(208, 209, 208, 1) 50%, rgba(188, 188, 188, 1) 100%);
  background: -o-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(208, 209, 208, 1) 50%, rgba(188, 188, 188, 1) 100%);
  background: -ms-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(208, 209, 208, 1) 50%, rgba(188, 188, 188, 1) 100%);
  background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(208, 209, 208, 1) 50%, rgba(188, 188, 188, 1) 100%);
  padding-top: 60px;
  padding-bottom: 60px;
}
 
.playvideo {
  position: absolute;
  background-image: url(https://assets.protv.ro/assets/dettol/images/playbtn.png);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: 78px 78px;
  background-repeat: no-repeat;
}

.video-iframe video {
  width: 100%;
}

.videos {
  background-color: rgba(var(--main-color), 1);
  padding: 20px 0;
  text-align: center;
}

/* video section */

#videoDettol {
  margin-top: 150px;
}

.videodt {
  background-color: #83c234;
  padding: 45px 0;
  position: relative;
}

.articol-anchor {
  margin-top: 28px;
}

.articol-anchor a {
  color: #ffffff;
  font-weight: 600;
}

.articol-anchor a:hover {
  color: #204998;
}


/* SLIDER */
.slider-big div {
  position: relative;
}
.slider-big div:first-child {
  width: 100%;
}

.slider-big div>img {
  height: auto;
}


.slider-big div::before {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16/9));
}

.slider-big div>:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: white;
}

.slider-dettol img {
    border: 5px solid #83c234;
    display: block;
    width: 100%;
    opacity: .5;
}

.slick-slider {
    margin-bottom: 30px;
    padding: 10px;
    margin: 10px;
}

.slick-dotted.slick-slider {
    margin-bottom: 45px;
}

.slick-photo-gallery {
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
}

.slider-dettol.slick-current.slick-active img,
.slider-dettol.slick-current.slick-center img {
    border: 5px solid white;
    opacity: 1;
}

/* end video section */

h2.section-title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 50px 0;
  color: rgba(var(--second-color), 1);
}

h3.subtitle-h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 0;

}

.articol {
  margin: 0 20px;
}

.articles-slick {
  width: 100%;
  max-width: 1000px;
}

.article-card {
  position: relative;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #ccc;
}

.article-card .img-article img {
  border-radius: 10px 10px 0 0;
}

.article-title {
  padding: 10px;
  text-align: center;
  min-height: 100px;
}

.cta {
  padding-bottom: 20px;
}

.cta button {
    color: #ffffff;
    background-color: rgba(var(--main-color), 1);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    border: 0;
    outline: 0;
}

.section-title {
  text-align: center;
  padding-top: 5px;
}

.section-title button {
  color: rgba(var(--second-color), 1);
  background-color: rgba(var(--white), 1);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: 0;
  outline: 0;
}

/* .cta button.more {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
} */

.cta button .cumpara {
  text-transform: uppercase;
}

section.keyvisual {
  margin-top: 100px;
  margin-bottom: 150px;
  height: 100vh;
  position: relative;
}

.keyvisual {
  background-image: url('https://assets.protv.ro/assets/dettol/images/kv.png');
  background-repeat: none;
  background-position: center center;
}

.details-kv {
  position: absolute;
  bottom: -200px;
}

.details-kv img.img-packs {
  position: absolute;
  bottom: 0;
  left: 20%;
}

.details-kv img.img-tzupi {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 170px;
  z-index: 1;
}

.details-kv img.img-detalii-dettol {
  right: 10%;
  position: absolute;
  bottom: 100px;
  z-index: 2;
}

.produse-dettol {
  margin-top: 30px;
}

.produs {
  background-color: rgba(var(--white), 1);
  color: black;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 20px;
  min-height: 500px;
}

.produs-bg {
  background: rgba(255,255,255,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(102,183,3,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(102,183,3,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(102,183,3,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(102,183,3,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(102,183,3,1) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(102,183,3,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#66b703', GradientType=1 );
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.title-produs {
  color: rgba(var(--second-color), 1);
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: white;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid white;
  padding-top: 10px;
  margin-bottom: 20px;
}

.img-produs {
  padding: 20px 0 40px 0;
}

.produs-descriere {
  padding: 10px;
  font-size: 14px;
}
.descriere-produs div{
  text-align: center;
}

.cta button.cumpara {
  margin: 10px;
}

footer {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 4px solid #498042;
}

footer img {
  padding: 10px 0 20px 0;
}

.slick-prev:before,
.slick-next:before {
    font-size: 0;
}

.slick-prev {
    z-index: 5;
}

.slickie .slick-prev svg,
.slickie .slick-next svg {
    width: 23px;
    display: inline-block;
    height: auto;
}

.slickie .slick-prev {
    left: -12px;
}

.slickie .slick-next {
    right: -15px;
}

.slick-arrow {
    height: 100%;
}

.slickie {
    width: 100%;
    height: 50px;
}

.slidercall .slick-arrow {
    height: auto;
}

.slick-disabled {
    opacity: 0;
    visibility: hidden;
}


.slick-slide img {
  display: block;
  width: 100%;
}




@media (max-width: 1024px) {
  .details-kv img.img-packs {
  left: 5%;
  }
}

@media (max-width: 991px) {
  .produs-bg {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
  }
  .produs-descriere {
    min-height: 333px;
  }
}

@media (max-width: 768px) {
  .details-kv img.img-packs {
    display: none;
  }
  .details-kv img.img-detalii-dettol {
    right: auto;
    left: 50%;
    transform: translate(-50%);
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .img-packs {
    display: none;
  }
  .article-card {
    width: 100%;
  }
  .slick-prev {
    left: -8px;
  }
  .slick-next {
    right: -8px;
  }

  section.keyvisual {
    margin-top: inherit;
    margin-bottom: inherit;
  }

  .keyvisual {
    background-repeat: no-repeat;
    background-size: 260%;
  }

}


/* ARTICOL PAGE */

h1.titlu-articol {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: rgba(var(--second-color), 1);
  margin: 30px 0;
}

h2.lead-articol {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}

p {
  margin-bottom: auto;
}

.paragraf-1-articol p {
  background-color: white;
  padding: 30px;
}

.imagine-articol {
  max-height: 400px;
}

.imagine-articol img {
  max-height: 400px;
}

.continuare-articol {
  margin-top: 20px;
}

.continuare-articol ul {
  text-indent: 50px;
}
.continuare-articol ul li {
  list-style: none;
}

.articol-section p {
  text-indent: 50px;
}

.indent-text-1 {
  padding-left: 50px;
}

h4 {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

button.backtohp {
  border-radius: 10px;
  color: rgba(var(--white), 1);
  background-color: rgba(var(--main-color), 1);
  padding: 5px 15px;
  border: none;
}