@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
body {
    padding: 0;
    margin: 0;
    place-items: center;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 35px;
}

p {
    /* font-size: 19px; */
}

/* first*/

#first {
    text-align: center;
}

#first .h6 {
    text-align: justify;
}

@keyframes slide1 {
    from {
        margin-top: 100%
    }
    to {
        margin-top: 0%
    }
}

/*features */

.features-service-sec {
    background-color: transparent;
}

.features-service-sec .col {
    padding: 0 1em 1em 1em;
    text-align: center;
}

.features-service-sec .service-card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.features-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: -97%;
    z-index: -2;
    transition: all .5s cubic-bezier(0.77, -0.04, 0, 0.99);
}

#features .d_card .col:nth-child(odd) .service-card::after {
    background-color: #0d6efd;
}

#features .d_card .col:nth-child(even) .service-card::after {
    background-color: #10be6d;
}

.features-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    font-weight: bold;
    z-index: 3;
}

.features-service-sec p {
    color: #080808;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-align: justify;
    font-weight: 500;
    z-index: 3;
}

.features-service-sec .service-card:hover:after {
    top: 0%;
}

.features-service-sec .service-card:hover h3 {
    color: white;
}

.features-service-sec .service-card:hover div {
    color: white;
}

.features-service-sec .service-card:hover p {
    color: white;
    font-weight: normal;
}

/*why*/

.why dt {
    font-size: 22px;
    font-weight: bold;
    color: #1f194c;
}

.why dd {
    font-size: 19px;
    text-align: justify;
}

.why .selector {
    border-top-right-radius: 10%;
    border-bottom-left-radius: 10%;
    padding: 50px;
    border: 2px dashed red;
}

.customer tr {
    border: none;
}

.customer tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.customer table,
td {
    border: 3px solid #ffa500;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    border-top: none;
    border-bottom: none;
}

.affordability .col {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.affordability .sub_title {}

.affordability .p_card .card {
    box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    background-color: var(--cardColor);
    border: 5px solid white;
    box-shadow: #181717;
    color: white;
    border-radius: 20px;
    width: 65%;
    padding: 30px;
    margin: auto;
    justify-content: center;
    text-align: center;
}

.affordability .text {
    justify-content: center;
    text-align: center;
}

.affordability #bd {
    border: 1px solid transparent;
    border-radius: 15px;
    background-color: #ffff;
    padding: 7px;
}

.affordability button {
    background: white !important;
    border: 1px double rgb(247, 243, 243);
    border-radius: 20px;
    color: rgb(17, 16, 16) !important;
}

.affordability img {
    width: 40px;
}

.affordability #fbd {
    color: #fff;
    box-shadow: 0 0 4px gray;
    border: 4px solid white;
    border-radius: 10px;
    background-color: #fd7e14;
    margin-bottom: 20px;
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 20px;
}

.affordability .card.fbd1 {
    /* position: absolute;
top: 30%; */
    margin-top: 5%;
    background-color: white;
    width: 70%;
    left: 50%;
    font-weight: bold;
    font-size: 25px;
    transform: translateX(-50%);
    box-shadow: 3px 10px 20px rgba(7, 7, 7, 0.2);
    border-radius: 25px;
    border: 0;
}

/* clients*/

.clients .card {
    box-shadow: 0 0 6px #080808;
}

.clients .card.bg-secondary {
    border: 2px solid white;
}

.affordability .social {
    margin: 25px 0px;
    font-size: 18px;
}

.clients .slider {
    height: 100px;
    margin: 150px;
    overflow: hidden;
    position: relative;
    width: auto;
    .slide-track {
        display: flex;
        width: 100%;
    }
    .slide {
        height: 80px;
        width: 200px;
        margin-left: 40px;
        padding: 0;
    }
}

.selling_easier {
    position: relative;
}

.selling_easier::before {
    content: '';
    background-color: #fd7e14;
    position: absolute;
    top: 6%;
    left: 0;
    height: 70%;
    width: 100%;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    z-index: -1;
}

.mobile_view {
    display: none;
}

@media (max-width:768px) {
    .why dt {
        font-size: 20px;
    }
    .why dd {
        color: black;
        font-size: 16px;
    }
    .why .selector {
        border-radius: 0;
        padding: 30px;
    }
    .affordability #fbd {
        width: 90%;
        font-size: 16px;
    }
    .mobile_view {
        display: block !important;
    }
    .desktop_view {
        display: none !important;
    }
    .customer table,
    td {
        font-size: 16px;
        padding: 10px;
    }
    .affordability .card.fbd1 {
        width: 100%;
        font-size: 10px;
    }
    .affordability .p_card .card {
        margin: 0 !important;
        box-shadow: 0 0 6px rgba(0, 0, 0, .8);
        background-color: var(--cardColor);
        border: 5px solid white;
        box-shadow: #181717;
        color: white;
        border-radius: 20px;
        width: 100%;
        padding: 10px;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px;
    }
    #first {
        text-align: start;
        background-color: rgb(0, 102, 255);
        border-bottom-right-radius: 110%;
    }
    #first p {
        padding-top: 20px;
    }
    h2 {
        font-size: 24px;
    }
    p {
        font-size: 14px;
    }
    .affordability .h5 {
        text-align: justify;
    }
    .affordability .col {
        display: none;
    }
    .affordability img {
        width: 35px;
    }
    .affordability .social {
        margin: 20px 0px;
        font-size: 15px;
    }
    #first h2 {
        text-align: start;
    }
    .clients .slider {
        margin: 20px;
    }
    .clients .slider .slide {
        height: 50%;
        width: 250px;
        margin-left: 10px;
        padding: 0;
    }
    .selling_easier::before {
        top: 6%;
        left: 0;
        height: 50%;
        width: 100%;
        border-top-right-radius: 0%;
        border-top-left-radius: 0%;
        z-index: -1;
    }
}