:root {
  --greenKaro1: #99cc99;
  --blueKaro1: #003366;
  --blue: #d9d9d9;
  --black: #000;
  --white: #ffffff;
  --bgMenu: #edeff0;
  --border: #e2e4e4;
  --txMenu: #1b82b7;
  --bgS1: #181b23;
  --reducere: #ff6600;
  --subreducere: #C0E8F9;
  --galben: #fff;
}

/*@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,700;1,700&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");*/

* {
  /*font-family: "Roboto", sans-serif;*/
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}


ul {
  position: relative;
  list-style: none;
}

/*

li::before {
  content: '\00bb';
  position: absolute;
  left: -25px;
  color:var(--greenKaro1);

 
}
*/

strong{margin:0px;padding:0px;}

a {
  color: var(--bgS1);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: "Oswald", sans-serif;

  /*background-color: var(--bgColor);*/
  background: linear-gradient(
    to right,
    rgba(243, 251, 245, 50),
    rgb(245, 248, 243),
    rgba(250, 244, 245, 50)
  );
}

.colorIcons {
  background: linear-gradient(
    to right,
    rgba(96, 167, 57, 50),
    rgb(245, 248, 243),
    rgba(32, 133, 174, 50)
  );
}

h1 {
  margin: 10px;
  font-size: 30px;
  font-weight: 700;
}

h2 {
  color: var(--blueKaro1);
}

h2,
h3,
h4,
h5 {
  margin: 10px;
  font-size: 20px;
  font-weight: 700;
}

h3 {
  text-decoration: underline;
}

p {
  text-indent: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom:20px;
}

.imgHeader{
  width:300px;
}

.rpdesk{
  display:none;
}

.blueBanda{
  background-color: var(--blueKaro1);
  color:var(--white);

}

.s_oferta {
  background-color: var(--reducere);
  color: var(--black);
  padding: 15px;
  /*padding-bottom: 15px;*/
  font-weight: 700;
  font-size: 25px;
}

#container_content img {
  float: right;
  shape-outside: url("../img/volan.png");
  /*shape-image-threshold: 0.2;*/
  /*shape-margin: 10px;*/
}

.boxben {
  padding-top: 50px;
  padding-bottom: 50px;
}

.s1 {
  /* background-image: url("../img/bg-6.png");
  background-repeat: no-repeat;
  background-size: cover;*/
  background-color: var(--bgS1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.s2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.reducere {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
}

.reducere ul{
  font-size:30px;
  font-weight: 900;
}

.callBtn {
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  padding: 10px;
  border: 2px solid var(--border);
  border-radius: 20px;
  text-decoration: none;
  background: linear-gradient(
    to right,
    rgba(19, 114, 187, 50),
    rgb(30, 122, 46),
    rgba(128, 190, 61, 50)
  );
}

.callBtnContent {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  padding: 10px;
  border: 2px solid var(--border);
  border-radius: 20px;
  text-decoration: none;
  background-color: #ff7d00;
  text-align: center;
}

.contentlink {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*
.subReducere {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
}
*/
.subReducere {
  font-size: 30px;
  font-weight: 900;
  /*background-color: var(--galben);*/
  padding:16px;
  margin:16px;
  /*border:1px solid var(--blue);
  border-radius:5px;*/
  color:var(--white);
}


.subtitlu{
  font-size:25px;
  font-weight: 300;
  margin: 4px;
  padding:8px;
  color:var(--white);
}

.bgprice{
  background-color: var(--reducere);
  color:var(--white);
}

#header {
  padding-top: 70px;
  padding-bottom: 70px;
}

#mesaj {

  /*width: 50%;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  color: var(--white);
}

.container_urgentare {

  width: 1000px;
  margin: auto;
  text-align:center;
}

.container {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  width: 1000px;
  margin: auto;
}

.container_content {
  display: flex;
  flex-direction: column;

  width: 1000px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  /*padding-left: 10px;
  padding-right: 10px;*/
}

.container_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 1000px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container_header {
  display: flex;
  justify-content: left;
  flex-direction: row;
  align-items: center;
  width: 1000px;
  margin: auto;
}

.logo {
  width: 30%;
}

.meniu {
  width: 70%;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
}

.mobileCallBtn {
  color: var(--txMenu);
  display: none;
}

.mobileMenuBtn {
  color: var(--txMenu);
  display: none;
}

.navMenu {
  list-style-type: none;
  margin: 0px;
  padding: 15px;
  overflow: hidden;
  background-color: var(--bgMenu);
  border-radius: 10px;
  border: 1px solid var(--border);
}

.navMenu li {
  float: left;
  margin: 0px 25px 0px 0px;
}

.navMenu li a {
  display: block;
  color: var(--txMenu);
  text-decoration: none;
}

.navMenu li a:hover {
  text-decoration: underline;
}

#closeMenuMobile {
  display: none;
}

#poza {
  width: 50%;
  align-items: flex-end;
  align-self: flex-end;
}

.s2Ben {
  text-align: center;
}

.s2BenIcons {
  font-size: 30px;
}

footer {
  width: 100%;
  background-color: var(--bgS1);
  color: var(--white);
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer a,
h5,
footer span {
  color: var(--white);
  font-size: 15px;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 651px) and (max-width: 1000px) {

  .imgHeader{
    width:200px;
  }

  .rpdesk{
    display:none;
  }

  .container_urgentare{
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .container_content {
    width: 100%;
  }
  .container_footer {
    width: 100%;
  }

  #rp {
    width: 90%;
  }

  .s_oferta {
    font-size: 14px;!important
  }  
}

.callDown {
  width: 100%;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 0px;
  background-color: red; /* green */
  color: #fff;
  display: none;
}

.callDown a { /* fff */
  font-size: 30px; /* 25 */
  font-weight: 900; /* 700 */
  color:#fff;
}

@media screen and (max-width: 500px) {


  .subtitlu{
    font-size:18px;
    font-weight: 300;
    margin: 4px;
    padding:8px;
    color:var(--white);
  }


  ul {
    position: relative;
    list-style: none;
  }
  /*
  li::before {
    content: '\00bb';
    position: absolute;
    left: -25px;
    color:var(--greenKaro1);
  
   
  }
*/

  .imgHeader{
    width:150px;
  }

  .rpdesk{
    margin-top:30px;

    display:block;
  }

  .callDown {
    display: block;
  }

  .container_urgentare{
    width: 100%;
  }

  #mesaj {
    width: 100%;
    text-align: center;
  }

  #closeMenuMobile {
    display: block;
  }

  .mobileMenuBtn {
    padding-right: 20px;
    font-size: 25px;
    display: block;
  }

  .mobileCallBtn {
    padding-right: 40px;
    font-size: 25px;
    display: block;
  }

  .container {
    width: 100%;
  }

  .navMenu {
    display: none;
    position: absolute;
    top: 35px;
    z-index:9999;
  }

  .navMenu li {
    float: none;
    padding-bottom: 15px;
    margin: 3px;
  }

  .reducere {
    font-size: 45px;
  }
  .subReducere {
    font-size: 25px;
    font-weight: 900;
    /*background-color: var(--galben);*/
    padding:3px;
    margin:8px;
    /*border:1px solid var(--blue);
    border-radius:5px;*/
    color:var(--black);
  }

  .container_header {
    width: 100%;
    flex-direction: column;
  }

  #poza {
    display: none;
  }

  footer a,
  h5,
  footer span {
    color: var(--white);
    font-size: 20px;
    text-decoration: none;
  }

  .container_footer {
    flex-direction: column;
    width: 100%;
  }

  .container_content {
    width: 100%;
  }

  #linkuri {
    display: none;
  }

  #harta {
    display: none;
  }

  .s_oferta {
    font-size: 14px;!important
  }
}


/* item galery details*/
.item-gallery img {
  border: 1px solid #000;
  border-radius: 10px;
}