.col .feautures-box {
    position: relative;
    background-position: center;
    margin-bottom: 0px;
    background-size: cover;
    overflow: hidden;
    height: 320px;
}

.col .feautures-box .transparent-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(10, 11, 12, 0.8);
    margin-bottom: 0px;
    height: 4.5rem;
    overflow: hidden;
    transition: height 0.3s ease;
    text-align: left;
    padding: 0rem 0.3rem;
}

.col .feautures-box:hover .transparent-title {
    height: 100%;
}


.col .feautures-box .transparent-title .content-wrapper {
    position: absolute;
    transition: bottom 0.3s ease;
    padding: 0px 20px;
}

.col .feautures-box .transparent-title:hover .content-wrapper {
    bottom: 10px;
}

.col .feautures-box .transparent-title:hover .production {
    color: #00A400;
    transition: color 0.8s ease-in;
}

.col .feautures-box .transparent-title:hover .generalTools{
    color: #0091FF;
    transition: color 0.8s ease-in;
}

.col .feautures-box .transparent-title:hover .TDtools{
    color: #FF7A00;
    transition: color 0.8s ease-in;
}
.meaning {
    opacity: 0;
    transition: opacity 1s ease;
}

.col .feautures-box .transparent-title:hover .meaning {
    opacity: 1;
}

div > p.feature_text_home{
    overflow: hidden;
    text-overflow: ellipsis;
    color: #B1AFAF;
    height: 4.5rem;
}

.features_title {
    font-size: 26px;
}

.regular_card {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: linear-gradient(to bottom, #28282C 0%, #1A1C1F 100%);
  height: 750px;
}

.last_card {
  position: relative;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 750px;
  background: linear-gradient(to bottom, #28282C 0%, #1A1C1F 100%);
}

.last_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #007bff, rgba(0, 123, 255, 0)) !important;
}
.green_title{
    color: #00A400;
}

.blue_title{
    color: #0091FF;
}

.orange_title{
    color: #FF7A00;
}

.hidden {
    display:none;
}
#features{
    max-height: 100px !important;
    display: block !important;
    overflow: hidden !important;
    position: relative !important;
}

.card_price{
    padding: 10px;
}

.image-background {
  position: relative;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-background-phone {
  position: relative;
  width: 100%;
  height: 550px;
  background-size: cover, cover, cover, contain;
  background-position: center, center, center, bottom;

  background-repeat: no-repeat;
}


.myBtn{
    font-size: 18px;
    font-family: 'Roboto';
    color: #484848;
    background-color: white;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    padding: 10px 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.myBtn:hover {
    background-color: #7B7B7B !important;
    color: #FFFFFF !important;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
}

.blueBtn{
    color: #FFFFFF !important;
    background-color: #0091FF;
}

.blueBtn:hover{
    background-color: #0FBFFF !important;
    transition: background-color 0.5s ease;
}

.blackBtn:hover {
    background-color: #434343 !important;
    transition: background-color 0.5s ease;
}

.pricing_container{
    background-color: #151718;
    border-radius: 10px;
}

ul.noBullets {
    height: 120px;
}

ul.noBullets, li.noBullets {
  list-style-type: none !important;
    color: #BEBEBE;
    margin-top: 5px;
}

 input[type="radio"] {
        margin-right: 10px;
    }

.titles {
    color: #B7b7b7;
    font-weight: bold;
    font-size: 30px !important;
}


.h1{
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 48px !important;
}

.h2{
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 30px !important;
    color: #d7d7d7 !important;
}

.h3{
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 24px !important;
    color: #d7d7d7 !important;

}

.h4{
    font-family: 'Roboto';
    font-size: 18px;
    color: #7b7b7b !important;
}


.h5{
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 15px !important;
    color: #d7d7d7 !important;
}

.dcc {
    background: linear-gradient(to bottom, #0A0B0C 0%, #121416 13%, #0A0B0C 100%);
    margin: 70px 0px;
    padding: 4% 21%;
}

.dccMobile {
    background: linear-gradient(to bottom, #0A0B0C 0%, #121416 13%, #0A0B0C 100%);
    margin: 70px 0px;
    padding: 4% 11%;
}

.header-container{
    position: relative;
    min-height: 700px;
}

.header-content{
    position: absolute;
    width: 100%;
    opacity: 0;
  transition: opacity 2s ease-in-out;
  visibility: hidden;
}

.header-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease-in-out;
}

.dotContainer{
    position: absolute;
     bottom: 50%;
    left: 20%;
    display: flex;
    gap: 10px;
}

.imageDots {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #D7D7D7;
    cursor: pointer;
}

.imageDots:hover{
    border: 1px solid white;
    box-shadow: 0 0 10px rgba(215, 215, 215, 0.7);
    transition: box-shadow 0.3s ease-in-out;
}

.selectedDot{
    background-color: #434A50;
}

.header-container-phone{
    position: relative;
    min-height: 700px;
}

.header-content-phone{
    position: absolute;
    width: 100%;
    opacity: 0;
  transition: opacity 2s ease-in-out;
  visibility: hidden;
  display:none;
}

.header-visible-phone {
display:block;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease-in-out;
}

.logoPro {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}



.background-container {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:
        url(''),
        url('');
    background-position: left center, right center;
    background-size: 40%, 40%;
    background-repeat: no-repeat, no-repeat;
}

.content {
    position: relative;
    z-index: 2;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    color: white;
}

.hidden-important {
    display: none !important;
}

.thankYouMessage{
 height: 500px;
 display:flex;
 align-items:center;
 justify-content: center;
}