/* Index css */
.head_width{
    width: 80%;
}

.switch_div_background{
    background: rgba(243, 243, 243, 1);
}

.our_feature_head{
    font-family: AvertaStd-Bold;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0em;
}

.our_feature_text{
    font-family: AvertaStd-Regular;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.feature_div{
    background: rgba(243, 243, 243, 1);
    border-radius: 5px;
    min-height: 674px;
}

.switch_p_height{
    min-height: 92px;
}

.cursole_img_width{
    width: 70% !important;
}



.testimonal_background{
    background-image: url(../images/home/blue_background.svg);
    /* min-height: 660px !important; */
    background-repeat: no-repeat;
    background-size:cover;
}


.testimonal_text{
    font-family: AvertaStd-Bold;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0px;
}

.testimonal_name{
    font-family: AvertaStd-Semibold;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(32, 125, 255, 1);
}

.testimonal_name_tag{
    font-family: AvertaStd-Regular;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(138, 138, 138, 1);
}

.testimonial_div{
    border-radius: 10px;
    padding: 40px;
    background-color: white;
    min-height: 362px;
}

.testimonal_text{
    font-family: AvertaStd-Semibold;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
}

.move_up:hover{
    transition: all .5s;
    transform : translateY(-10px);
    /* z-index:100; */
    /* position: absolute; */
}

.padding_margin{
    padding: 0 !important;
    /* margin: 0 !important; */
}

@media screen and (min-width:1920px){
    .switch_min_height{
        min-height: 402px;
    }

    .testimonial-carousel .owl-nav {
        margin-top: 20px;
        display: flex;
        margin-left: 81% !important;
    }

    .testimonial-carousel .owl-item img {
        width: 130px !important;
        height: 120px !important;
        border-radius: 100px;
    }

    .feature_div {
        background: rgba(243, 243, 243, 1);
        border-radius: 5px;
        min-height: 837px;
    }
    
}

@media screen and (min-width:768px) and (max-width:1023px){
    .head_width{
        width: 100%;
    }

    .logo_slider {
        padding: 4em 2em !important;
    }

    .w-70 {
        width: 60% !important;
    }

    .switch_p_height {
        min-height: 100px;
    }

    .testimonal_text {
        font-family: AvertaStd-Semibold;
        font-size: 18px;
        line-height: 29px;
        letter-spacing: 0px;
    }

    .testimonial-carousel .owl-nav {
        margin-top: 20px;
        display: flex;
        margin-left: 74% !important;
    }

    .testimonal_background {
        background-image: url(../images/home/blue_background.svg);
        min-height: auto;
        background-repeat: no-repeat;
        background-size:cover;
    }
    
    .testimonial_div {
        min-height: 356px;
    }

}


@media screen and (max-width:767px){
    .head_width{
        width: 100%;
    }
    .btn-custom{
        box-shadow: 3px 4px #A2A2A2;
    }

    .logo_slider {
        padding: 3em 2em !important;
    }

    .switch_mobile_hight{
        min-height: 350px;
    }

    .w-70 {
        width: 50% !important;
    }

    .testimonial-carousel .owl-nav {
        margin-left: 38% !important;
    }

    .testimonal_text {
        font-family: AvertaStd-Semibold;
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        width: 100%;
    }

    .testimonial_div {
        border-radius: 10px;
        padding: 20px;
        background-color: white;
        min-height: 320px;
    }

}

.owl-carousel .owl-item img {
    display: block;
    /* width: 70% !important; */
}
.logo_slide_img {
    width: 330px;
    height: auto;
    animation: scroll 60s linear infinite;
}

.logo_slide-track {
width: 100%;
display: flex;
gap: 3em;
overflow: hidden;
}

.logo_slider {
background-color: whitesmoke;
padding: 6em 2em;
}

.padding{
    padding: 0px !important;
}

@keyframes scroll {
0% {transform: translateX(0);}
100% {transform: translatex(-1000%)}
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    /* background: #07f09d; */
    background: rgba(32, 125, 255, 1) !important;

}



.switch_div {
    display: flex;

}
.switch{
    position: relative;
    width: 200px;
    height: 50px;
    border-radius: 25px;
}

.switch input{
    appearance: none;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background: #000;
    outline: none;

}

.switch input::before, .switch input::after{
    z-index: 2;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bolder;

    
}

.switch input::before{
    content: "Mobile";
    left: 20px;
    color: white;
}

.switch input::after{
    content: "Desktop";
    right: 20px;
    color: black !important;
}

.switch input:checked{
    /* background: #ff9800; */
    background: rgba(222, 232, 253, 1);

}

.switch label {
    z-index: 1;
    position: absolute;
    top: 7px;
    bottom: -1px;
    border-radius: 20px;
}
.switch input{
    transition: 0.25s;
}

.switch input:checked::after,.switch input:checked::before{
    background: transparent;
    transition: color 0.5s;
}

.switch input:checked+label{
    left:10px;
    right: 100px;
    background: rgba(32, 125, 255, 1);
    transition: left 0.5s, right 0.4s 0.2s;
}

.switch input:not(:checked){
    background: rgba(222, 232, 253, 1);
    transition: background 0.4s;
}

.switch input:not(:checked)::before{
    color: #060606;
    transition: color 0.5s;
}

.switch input:not(:checked)::after{
    color: #ffffff !important;
    transition: color 0.5s 0.2S;
}

.switch input:not(:checked)+label{
    left:100px;
    right: 10px;
    background: rgba(32, 125, 255, 1);
    transition: left 0.4s 0.2s, right 0.5s, background 0.35s;
}

.mobile_screen{
    display: block;
}
.desktop_screen{
    display: block;
}

.display_none{
    display: none ;
}

.testimonial-img {
    position: relative;
    min-height: 400px;
}

.testimonial-img::after {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 200px;
    color: #EEEEEE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-img img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

/* .testimonial-img img:nth-child(1) {
    top: 0;
    left: 0;
}

.testimonial-img img:nth-child(2) {
    top: 60%;
    left: 20%;
}

.testimonial-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.testimonial-img img:nth-child(4) {
    bottom: 0;
    right: 0;
} */

.testimonial-img img .animated.pulse {
    animation-duration: 2s;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    margin-left: 74%;
}

.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: white;
    color: black;
    border: none;
    padding: 0!important;
    font: inherit;
}