@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {

}

body {
    color: #818d9e;
    font-family: 'Poppins', sans-serif;
        background: url('../imagini/background5.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.advert {
    background-color: #fff;
}

.slide-up, .slide-down {
  overflow:hidden;
}
.slide-up > div, .slide-down > div {
  transform: translateY(-100%);
  transition: .4s ease-in-out;
}
.slide-down > div {            
  transform: translateY(0);
} 

.animationFade {
            animation: fadeUpAnimation ease 2s; 
            animation-iteration-count: 1; 
            animation-fill-mode: forwards; 
}

@keyframes fadeUpAnimation { 
            0% { 
                opacity: 0; 
            } 
            100% { 
                opacity: 1; 
            } 
        } 


.btn-green {
    background-color: #79e411;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #79e411;
}

.btn-greyout {
    background-color: #818d9e;
    color: #bec8d7;
}

.uiMenu {
	color: rgb(121, 228, 17);
    background: transparent;
}

@media only screen and (min-width: 960px) {
  .navbar .navbar-nav .nav-link {
    padding: 1em 0.7em;
  }
  .navbar {
    padding: 0;
  }
  .navbar .navbar-brand {
    padding: 0 0.7em;
  }
}
.navbar .navbar-nav .nav-link {
  position: relative;
}


.navbar .navbar-nav .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: -webkit-linear-gradient( #79e411, #79e411)!important;
  color: transparent;
  width: 0%;
  content: '';
  height: 5px;
  transition: all 0.5s;
  border-radius: 12px;
}
.navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.uiSelectColor::selected {
	background: #79e411 !important; 
}

.uiBox {
	background-color: #fff;
	border-spacing: 0px 0px;
	box-shadow: 1px 3px 3px -5px rgba(0,0,0,0.65);
	-webkit-box-shadow: 1px 3px 3px -5px rgba(0,0,0,0.65);
	box-sizing: border-box;
	clear: both;
	color: rgb(121, 228, 17)
	padding: 30px;
	border-radius: 5px;
}

.modalBox {
	background-color: #fff;
	border-spacing: 0px 0px;
	box-shadow: 1px 3px 3px -5px rgba(0,0,0,0.65);
	-webkit-box-shadow: 1px 3px 3px -5px rgba(0,0,0,0.65);
	box-sizing: border-box;
	clear: both;
	color: rgb(121, 228, 17)
	padding: 10px;
	border-radius: 5px;
	width: 100%;
}

.modal .modal-dialog .modal-content {
	background-color: #fff;
	border-spacing: 0px 0px;
	box-shadow: 1px 3px 3px -5px rgba(0,0,0,0.65);
	-webkit-box-shadow: 1px 3px 3px -5px rgba(0,0,0,0.65);
	box-sizing: border-box;
	clear: both;
	color: rgb(121, 228, 17)
	padding: 30px;
	border-radius: 5px;
}

body .modal {
  padding: 0;
}

.navbar-nav li.nav-item a {
	padding: 4px;
	border-radius: 5px;
	color: #636c78;
	font-size: 15px;
}


a, a:hover {
	text-decoration: none;
}


.uiButton {
	color: #79e411;
	-webkit-text-fill-color: initial;
	font-size: 21px;
	border: none;
	background-image: none;
	background-color: transparent;
}

.uiColor {
	color: #79e411;
	-webkit-text-fill-color: initial;
	background-image: none;
}

.customButton {
  background-color: #79e411;
  color: #ffffff;
  box-shadow: 1px 3px 3px -5px rgba(0,0,0,0.65);
  -webkit-box-shadow: 1px 3px 3px -5px rgba(0,0,0,0.65);
  box-sizing: border-box;
  font-size: 21px;
  border: 1px solid #79e411;
  padding: 10px 20px;
  border-radius: 5px;
}


.uiBorder {
	border: 3px solid #79e411;
    background-color: transparent;
    height: 50px;
    border-radius:50%;
    width: 50px;
    padding: 4px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
 -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-collapse: inherit;
}



.table > tbody > tr:hover {
	background-color: #efefef;
	border-radius: 11px;
 -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
}

@media (min-width: 0) {
    .g-mr-15 {
        margin-right: 1.07143rem !important;
    }
}
@media (min-width: 0){
    .g-mt-3 {
        margin-top: 0.21429rem !important;
    }
}

.g-height-50 {
    height: 40px;
}

.g-width-50 {
    width: 40px !important;
}

@media (min-width: 0){
    .g-pa-30 {
        padding: 2.14286rem !important;
    }
}

.g-bg-secondary {
    background-color: #fafafa !important;
}

.u-shadow-v18 {
    box-shadow: 1px 3px 3px -5px rgba(0,0,0,0.65);
}

.g-color-gray-dark-v4 {
    color: #777 !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.media-comment {
    margin-top:20px
}

.modal .modal-header {
	border-bottom: none !important;
}

.counter-section i {
     display: block;
     margin: 0 0 10px
 }

 .counter-section span.counter {
     font-size: 30px;
     line-height: 60px;
     display: block;
     font-family: 'Rubik', sans-serif;
     letter-spacing: 2px
 }

 .counter-title {
     font-size: 54px;
    font-weight: 800;
     color: #818d9e;
 }

 .counter-icon {
     top: 25px;
     position: relative
 }

 .counter-style2 .counter-title {
     letter-spacing: 0.55px;
     float: left
 }

 .counter-style2 span.counter {
     letter-spacing: 0.55px;
     float: left;
     margin-right: 10px
 }

 .counter-style2 i {
     float: right;
     line-height: 26px;
     margin: 0 10px 0 0
 }

 .counter-subheadline span {
     float: right
 }

 .medium-icon {
     font-size: 40px !important;
     margin-bottom: 15px !important
 }


.navbar .navbar-nav .nav-link:hover {
  color: #000000;
}


.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}

.carousel-indicators li {
    border: none;
    background: #ccc;
}

.carousel-indicators li.active {
    background: #79e411;
}


/*font size custom*/

.s21 {
	font-size: 21px;
}

.alert-info {
				background-color: rgba(238, 238, 238, 0.1);
				border: none;
				color: #5d5d5d;
				border-radius: 6px;
				border: 1px solid #ebe9e9;
}

 .badge {
     border-radius: 0;
     font-size: 12px;
     line-height: 1;
     padding: .375rem .5625rem;
     font-weight: normal
 }

 .badge-outline-primary {
     color: #405189;
     border: 1px solid #405189
 }

 .badge.badge-pill {
     border-radius: 10rem
 }

 .badge-outline-info {
     color: #3da5f4;
     border: 1px solid #3da5f4
 }

 .badge-outline-danger {
     color: #fff;
     background-color: #79e411;
 }

 .badge-outline-success {
     color: #fff;
     background-color: #2ecc71;
 }

 .badge-outline-warning {
     color: #fda006;
     border: 1px solid #fda006
 }

 .bgpills {
  border-radius: 4px;
  background-color: #fafafa;
 }

.tooltip-inner {
    background-color: #212121;
        color: #efefef;
}
.tooltip.bs-tooltip-right .arrow:before {
    display: none!important;
}
.tooltip.bs-tooltip-left .arrow:before {
    display: none!important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    display: none!important;
}
.tooltip.bs-tooltip-top .arrow:before {
    display: none!important;
}




#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 1200px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}





input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=password]:focus {
  background-color: #fff;
}

input[type=tel] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=tel]:focus {
  background-color: #fff;
}

input[type=tel]:placeholder {
  color: #cccccc;
}

input[type=text] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus {
  background-color: #fff;
}

input[type=text]:placeholder {
  color: #cccccc;
}


@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.animated {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #79e411;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}



/* OTHERS */

*:focus {
    outline: none;
} 

#icon {
  width:60%;
}


.alert-danger {
	background-color: rgba(121, 228, 17, 0.1);
	border: none;
	color: #2d510a;
}

.card-header:first-child {
    border-radius: .55rem .55rem 0 0;
}
.p-3 {
    padding: 1rem!important;
}
.align-items-start {
    align-items: flex-start!important;
}
.flex-column {
    flex-direction: column!important;
}
.border-bottom {
    border-bottom: 1px solid #363a41!important;
}
.card-footer, .card-header {
    display: flex;
    align-items: center;
}
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #282c31;
    border-bottom: 0 solid rgba(0,0,0,.125);
}
.card-footer:last-child {
    border-radius: 0 0 .55rem .55rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.p-3 {
    padding: 1rem!important;
}
.justify-content-center {
    justify-content: center!important;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:20px;
}

.title {
 
    margin-bottom: 50px;
    text-transform: uppercase;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
     
}

.cardcolorleft {
    background-color: #3e454d;
}

.cardcolorright {
    background-color: #505963;
}

.domainsearch {
    background-color: #fff;
}

.greendot {
    color: #1ee343;
    font-size: 51px;
}

.greendot2 {
    color: #1ee343;
    font-size: 31px;
}

.redalert {
    color: #f93d3d;
    background-color: #fa9f9f;
}

.iconspay {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    min-width: 80px;
}

.iconspay i {
    background-color: #2b2f34;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 24px; /* fa-2xl is 32px, this is a bit smaller */
}

.small {
    font-size: 18px;
    font-weight: 400;
}

.textOversized {
    font-size: 31px;
    font-weight: 800;
}


.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #4d5660;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #3e454d;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #3e454d;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}

#logoMentenanta {
  align-items:start;
}
#divMentenanta {
  align-items: center;
  text-align: center;
}
#comandaAcumBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
#comandaAcumText {
  color: white;
}
#start {
  align-items: center;
  padding: 0;
}
#services {
    padding: 100px 0;
    position: relative;
}
#pacheteOferite{
  font-weight:bold;
}
#custom {
  background: lightgrey;
  color: black;
}
#test {
  justify-content: center;
  align-items: center;
}
.section-title {
    padding-bottom: 45px;
}
.section-title h2 {
    font-weight: 700;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #13e52c;
    padding-left: 15px;
}

.section-footer {
   padding-bottom: 8px; 
}

.section-footer h5 {
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 15px;
    padding-left: 15px;
    color: #818d9e;
}

@media screen and (max-width: 480px) {
  .counter-title {
    font-size: 20px;
    font-weight: 800;
    color: #818d9e;
  }
  .greendot {
    color: #1ee343;
    font-size: 21px;
  }
  body {
    font-size: 7px!important;
  }

  h1, h2, h3, h4, h5 {
    font-size: 10px;
  }

}

.blur{
  -webkit-filter: blur(5px); /* Chrome, Safari, Opera */
  filter: blur(5px);
}

.pricing-box {
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
  padding: 35px 50px;
  border-radius: 20px;
  position: relative;
}

.pricing-box .plan {
  font-size: 34px;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing-badge .badge {
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #79e411;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}

.thumb-lg {
height: 88px;
width: 88px;
}
.card {
border: none;
box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
}

.m-b-30 {
margin-bottom: 30px;
}

.split-line {
   border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(129, 141, 158, 0.25), rgba(0, 0, 0, 0));
}

footer {
    background-color: transparent;
    color: #818d9e;
}

footer .socialtop {
    border-bottom: 1px solid #d9dee4;
}

#GDPR {
  margin-top: 50px;
}

/* Custom container widths */
.container-80 {
  width: 80%;
}

.container-90 {
  width: 90%;
}

/* Utility classes */
.lh-normal {
  line-height: normal;
}

.bg-light-alpha {
  background-color: rgba(0, 0, 0, 0.05);
}

.highlight-magic {
  background-color: #f0f0f0;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 500;
}
