.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

th,
td {
    vertical-align: middle !important;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.overflow-2 {
    -webkit-line-clamp: 2;
}

.overflow-3 {
    -webkit-line-clamp: 3;
}

.overflow-4 {
    -webkit-line-clamp: 4;
}

.overflow-5 {
    -webkit-line-clamp: 5;
}

.f-shadow {
    text-shadow: 2px 2px 4px #000000;
}

.logo img {
    height: 70px;
}

.home-price-list .card {
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    height: 100%;
}

.home-price-list .card .card-header {
    border-radius: 25px 25px 0 0;
}

.home-price-list .card .card-footer {
    border-radius: 0 0 25px 25px;
}

.home-price-list .card.package-1 .card-header,
.home-price-list .card.package-1 .card-footer button {
    background: rgb(2, 0, 36);
    background: -moz-linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    background: linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#00d4ff", GradientType=1);
}

.home-price-list .card.package-2 {
    transform: scale(1.2);
    position: relative;
}

.home-price-list .card.package-2 .special-offer {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 120px;
}

.home-price-list .card.package-2 .card-header,
.home-price-list .card.package-2 .card-footer button {
    background: rgb(63, 94, 251);
    background: -moz-linear-gradient(50deg, rgba(63, 94, 251, 1) 0%, rgba(149, 70, 252, 1) 100%);
    background: -webkit-linear-gradient(50deg, rgba(63, 94, 251, 1) 0%, rgba(149, 70, 252, 1) 100%);
    background: linear-gradient(50deg, rgba(63, 94, 251, 1) 0%, rgba(149, 70, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f5efb", endColorstr="#9546fc", GradientType=1);
}

.home-price-list .card.package-3 .card-header,
.home-price-list .card.package-3 .card-footer button {
    background: rgb(2, 0, 36);
    background: -moz-linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    background: linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#00d4ff", GradientType=1);
}

.home-about {
    background-image: linear-gradient(to right, rgba(9, 9, 121, 0.8), rgba(9, 9, 121, 0.8)), url('/images/bg3.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.home-our-clients img {
    height: 200px;
    object-fit: cover;
    transition: ease 0.3s;
}

.home-our-clients img:hover {
    transform: scale(1.1);
}

.card-packages {
    transition: ease 0.3s;
}

.card-packages:hover, .card-packages.active {
    transform: scale(1.1);
}
