.contact .row .col-md-5 .ct1 h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    color: #7E46F3;
}

.contact .row .col-md-5 .ct1 p {
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #505875;
}

.contact .row .col-md-5 .ct1 button {
    padding: 16px 36px;
    background-color: #7E46F3;
    color: white;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    /* border: 1px solid #7E46F3; */
    border: 0;
    letter-spacing: 0em;
}

.contact .row .col-md-5 .ct1 button:hover {
    padding: 16px 36px;
    background-color: white;
    color: #7E46F3;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    /* border: 1px solid #7E46F3; */
    border: 3px solid #7E46F3;
    letter-spacing: 0em;
    transition: 400ms ease-in;
}

.ct2 {
    background-image: url('../images/service/2nd.png');
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.ct2 .row .col-md-12 .text {
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
    white-space: nowrap;
    transform: rotate(180deg);
    transform-origin: 45% 50%;
    font-family: Urbanist;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0.04em;
}


.ct2 .row .col-md-12 .text2 {
    width: 35%;
    padding: 0 3rem;
    display: flex;
    align-items: end;
    flex-direction: column;
}

.ct2 .row .col-md-12 .text2 h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    color: white;
    display: inline-block;
}


.ct2 .row .col-md-12 .text2 .text2-des {
    display: flex;
    align-items: end;
    flex-direction: column;
    color: #ffffff;
}

.ct2 .row .col-md-12 .text2 .text2-des p {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 0.6rem;
    line-height: 25px;
    letter-spacing: 0.04em;
}



@media(max-width:998px) {
    .ct2 .row .col-md-12 .text2 {
        width: 60px;
    }
}

@media(max-width:768px) {
    .ct2 .row .col-md-12 .text {
        writing-mode: horizontal-tb;
        white-space: wrap;
        transform: rotate(0deg);
        transform-origin: 0;
        font-family: Urbanist;
        font-size: 36px;
        font-weight: 600;
        line-height: 43px;
        letter-spacing: 0.04em;
    }

    /* .ct2 .row .col-md-12 .text2 ul li{
        color: #000;
    } */
    .ct2 .row .col-md-12 .text2 {
        width: 100%;
    }

    .ct2 .row .col-md-12 .text2 ul {
        width: 100%;
    }
}

.service2 .row .col-md-6 .row .col-6 p {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0 1rem;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #7E46F3;
}

.service2 .row .col-md-6 .row .col-6 .sm-hexa {
    padding: 0 1rem;
}

.service2 .row .col-md-6 .row .col-6 .arrow {
    padding: 0 1rem;
    width: 60px;
}

.service2 .row .col-md-6 .row .color {
    color: white;
    background-color: #7E46F3;
    /* font-size: 32px; */
    font-weight: 700;
}

.service2 .row .col-md-6 .r2 {
    background-color: #7E46F3;
}

.service2 .row3 .c2 .title {
    font-size: 50px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;
    color: #7E46F3;
    margin: 24px 0;
}

.service2 {
    margin-top: 6em;
}

.service2 .row3 .c2 {
    padding: 0 2em;

}

.service2 .row3 .c2 .para {

    font-family: Urbanist;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.04em;
    text-align: left;
}

.service2 .row3 .c2 button {
    padding: 16px 36px;
    color: white;
    background-color: #7E46F3;
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    border: 0;
    margin-top: 1.5em;
    margin-bottom: 23px;

}


.service2 .row3 .c2 button:hover {
    padding: 16px 36px;
    color: #7E46F3;
    background-color: white;
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    margin-top: 1.5em;
    border: 3px solid #7E46F3;
    transition: 500ms ease-in-out;
}

.service2 .arrow {
    width: 50px;
}

.service2 .row3 .clr .row .col-6 .arrow:hover {
    transform: translateX(30px);
    transition: transform 600ms;
}


@media(max-width:500px){
    .service2 .row3 .clr .row .col-6 p{
        font-size: .9rem;
    }
}