/* navbar second color */
.text-light {
    color: #000 !important;
}

.font-semibold {
    font-weight: 600;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.col-pink {
    background-color: #eb1875;
    color: white;
}

.col-pink:hover {
    color: white;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #1679e1;
    font-size: 12px;
    border: 1px solid #1679e1;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}

.swal-button:not([disabled]):hover {
    background-color: #eb1875;
    border: 1px solid #eb1875;
}

.btn:focus {
    box-shadow: none;
}

.upper_layer {
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-image: linear-gradient(to right, #eb1875e3, #1579e1f0);
    position: absolute;
}

.row.banner-padding {
    padding: 100px 0px 50px 0px;
}

.w-full {
    width: 100% !important;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.font-bold {
    font-weight: 700;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.block {
    display: block;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

h2.\.lg\\\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
}

.modal-dialog {
    max-width: 600px;
}

.lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0;
}

.color {
    background-color: #eb1875;
    color: #fff;
}

.font-bold {
    font-weight: 700;
}

.btn {
    width: fit-content;
}

.btn:hover {
    background: #1679e1;
    color: #fff;
}

label.error {
    color: #dc3545;
    font-size: 12px;
}

.text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px,
        rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    padding: 40px 20px 40px 20px;
    border-radius: 0px 0px 15px 15px;
}

/* hover */
.text-section:hover {
    background: #eb1875;
}

.text-section:hover,
.btn {
    color: #eb1875;
}

.text-section:hover h5 {
    color: #fff !important;
}

.text-section:hover p {
    color: #fff;
}

.text-section:hover .btn {
    background: #fff;
    color: #eb1875;
}

.text-section:hover:before {
    border-bottom: 50px solid #eb1875;
}

.text-section:hover h5::after {
    background: #fff;
}

/* active */
.text-section:before {
    content: "";
    margin-top: -90px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 50px solid #fff;
    margin-bottom: 30px;
}

.text-section h2:after {
    content: "";
    display: flex;
    background: #7c7c7c;
    width: 100%;
    height: 2px;
    margin-top: 5px;
}

.text-section p {
    padding: 10px;
}

.text-section a.btn {
    background: #1579e1;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    border-radius: 25px;
    width: 50%;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 40px solid #fff;
}

.image-section img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}

.text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px,
        rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    padding: 40px 20px 40px 20px;
    border-radius: 0px 0px 15px 15px;
}

hover
.text-section:hover {
    background: #eb1875;
}

.text-section:hover,
.btn {
    color: #eb1875;
}

.text-section:hover h5 {
    color: #fff;
}

.text-section:hover p {
    color: #fff;
}

.text-section:hover .btn {
    background: #fff;
    color: #eb1875;
}

.text-section:hover:before {
    border-bottom: 50px solid #eb1875;
}

.text-section:hover h2::after {
    background: #fff;
}

/* active */
.text-section:before {
    content: "";
    margin-top: -90px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 50px solid #fff;
    margin-bottom: 30px;
}

.text-section h2:after {
    content: "";
    display: flex;
    background: #7c7c7c;
    width: 100%;
    height: 2px;
    margin-top: 5px;
}

.text-section p {
    padding: 10px;
}

.text-section a.btn {
    background: #1579e1;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    border-radius: 25px;
    width: 50%;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 40px solid #fff;
}

.image-section img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}

/* Case studies */
.case_studies {
    background: rgb(244, 251, 255);
    padding-bottom: 80px;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 2rem !important;
}

.studies-image img {
    padding: 10px;
    width: 85%;
    margin: 10px;
    height: 49vh;
    object-fit: cover;
}

.studies-image {
    position: relative;
}

.overlay {
    position: absolute;
    top: 10px;
    left: 20px;
    right: 0;
    background-color: #eb1875;
    overflow: hidden;
    width: 0;
    height: 94%;
    transition: 0.2s ease;
}

.studies-image:hover .overlay {
    padding: 10px;
    width: 81%;
    height: 47vh;
    object-fit: cover;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.abc {
    height: 100px;
    overflow-y: scroll;
}

.custom-case-study-card {
    display: -webkit-box;
    width: 100%;
    height: 246px;
    background: #1579e1;
    border-radius: 10px;
    transition: all ease-in-out 1s;
    background-position: right bottom;
}

@media (max-width: 768px) {
    .custom-case-study-card {
        display: inline-table;
        width: 100%;
        height: 209px;
        background: #1579e1;
        border-radius: 10px;
        transition: all ease-in-out 1s;
        background-position: right bottom;
    }
}

.mobile_read {
    display: none;
}

@media (max-width: 768px) {
    .left_case {
        width: 100% !important;
        padding: 22px 5px 0 25px !important;
    }

    .mobile_read {
        display: block;
        color: white;
        margin-top: 13px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .right_case {
        width: 100% !important;
        height: 74% !important;
        padding: 0 16px 0 16px !important;
    }

    .desktop_read {
        display: none;
    }

    .case_s_hr {
        display: none;
    }

    .right_case img {
        border-radius: 10px;
    }
}

.custom-case-study-card:hover {
    background: linear-gradient(to right, #eb1875 50%, #1579e1 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 1s ease-in-out;
    transform: scale(1.1);
    /* background-position: left bottom; */
}

.left_case {
    width: 40%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 16px 5px 28px 25px;
    color: white;
}

.left_case a {
    color: white;
    /* transition: all 1s ease-in-out; */
}

.left_case a:hover {
    transform: scale(1.2);
}

.left_case a:hover img {
    transform: scale(1.2);
    transition: all 1s ease-in-out;
}

.left_case a img {
    width: 43px;
    margin-left: 13px;
}

.right_case {
    width: 60%;
    height: 100%;
    padding: 6px;
}

.right_case img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.case_s_hr {
    margin: 4px 0;
    width: 93%;
    border: 1px solid white;
    z-index: 1;
    opacity: 1;
    border-radius: 11px;
}

/* slider setting */
.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

h2 {
    font-family: sans-serif;
    color: #fff;
}

.carousel {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.integrations .slick-slide img {
    width: 70%;
    border: 2px solid #fff;
    margin: auto;
}

.integrations li a {
    color: #7c7c7c;
    font-weight: 500;
}

.use-cases .slick-slide img {
    width: 60%;
    border: 2px solid #fff;
    margin: auto;
}

.slick-prev:before {
    color: #eb1875;
}

.slick-next:before {
    color: #eb1875;
}

.slick-dots li.slick-active button:before {
    color: #eb1875;
    font-size: 10px !important;
}

.slick-dots li button:before {
    color: #eb1875;
    font-size: 10px !important;
}
