@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    /* font-weight: 400; */
}

body.hidden-scroling {
    overflow-y: hidden;
}

* {
    margin: 0;
    box-sizing: border-box;
}
.home-section {
    width: 100%;
    display: block;
    min-height: 100vh;
    background-image: url("../images/retail.webp");
    background-position: center top;
    background-size: cover;
}
.container1 {
    width: 100%;
    margin-top: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


/* HEADER HAI YAHA PE hai  */



/* yaha se heading and main page start ki css start ho rahi hai 
 */

.heading {
    background: transparent;
    margin-top: 17rem;
    position: absolute;
    z-index: 99;
}
.heading p{
    font-family: 'Lato', sans-serif;
}

.hero {
    color: #fff;
    font-size: 2.5rem;
    font-family: 'Lato', sans-serif;
}

.hero>a {
    text-decoration: none;
    color: #fff;
}

.hero:hover>a {
    text-decoration: none;
}

.integration:hover {
    color: #39b7ff;
}

.retail:hover {
    color: #39b7ff;
}

.heading {
    background: transparent;
    margin-top: 17rem;
    position: absolute;
    z-index: 99;
}

.heading p {
    position: absolute;
    z-index: 99;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
}

.hero {
    color: #fff;
    font-size: 3.1rem;
    justify-content: left;
    font-weight: bolder;
    padding: 0;
}


/* portfolio ka container yaha se start ho raha hai  */

.section-title {
    padding-bottom: 30px;
}

.section-title h2 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    color: #00a2fe;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 600;
}

.col-lg-4.col-md-4.portfolio-item {
    padding: 0px;
    margin: 10px 1%;
    width: 31%;
    flex: 0 0 31%;
}

.con1 {
    position: relative;
    width: 350px;
    height: 500px;
    display: inline-block;
    margin: 10px 1%;
}

.image1 {
    display: block;
    width: 350px;
    height: 500px;
}

.overlay1 {
    position: absolute;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    background-color: #024e80;
    ;
}

.con1:hover .overlay1 {
    opacity: 1;
}

.text1 {
    color: white;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    line-height: 1.4rem;
}

.text1 h2 {
    font-size: 20px;
}

.overlayLeft1 {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
}

.con1:hover .overlayLeft1 {
    width: 90%;
}

.text1 p {
    font-size: 18px;
    text-align: justify;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 100%; */
}

.img-fluid {
    max-width: fit-content;
    height: 100%;
    width: auto;
}

.conimghed {
    display: flex;
    justify-content: center;
    background-color: black;
}

.imghead {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 4px;
}


/* products and services ka page yaha se start ho raha hai  */

.con2 {
    position: relative;
    width: 350px;
    height: 350px;
    display: inline-block;
    margin: 10px 1%;
}

.image2 {
    display: block;
    width: 350px;
    height: 350px;
}

.overlay2 {
    position: absolute;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    background-color: #024e80;
    ;
}

.con2:hover .overlay2 {
    opacity: 1;
}

.text2 {
    color: white;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    line-height: 1.1rem;
}

.text2 h2 {
    font-size: 1.3rem;
}

.overlayLeft2 {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
}

.con2:hover .overlayLeft2 {
    width: 90%;
}

.text2 p {
    font-size: 1rem;
    text-align: justify;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 100%; */
}

.img-fluid {
    max-width: fit-content;
    height: 100%;
    width: auto;
}


/* industry ka section yaha se start hai  */

.clfret21 {
    background-color: #fff;
}

.retailsol_1 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.header_div1 {
    margin-bottom: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.header_text1 {
    font-size: 30px;
    font-weight: 500;
    color: #00a2fe;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.con4 {
    position: relative;
    width: 250px;
    height: 400px;
    display: inline-block;
    margin: 10px 1%;
}

.image4 {
    display: block;
    width: 250px;
    height: 400px;
}

.overlay4 {
    position: absolute;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    background-color: #024e80;
    ;
}

.con4:hover .overlay4 {
    opacity: 1;
}

.text4 {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 1.4rem;
    width: 100%;
}

.overlayLeft4 {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
}

.con4:hover .overlayLeft4 {
    width: 90%;
}


/* .text4 p {
    font-size: 18px;
    text-align: justify;
} */

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 100%; */
}

.img-fluid {
    max-width: fit-content;
    height: 100%;
    width: auto;
}

.conimghed {
    display: flex;
    justify-content: center;
    background-color: black;
}

.imghead {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 4px;
}

.industries_ul1 {
    list-style: none;
    text-align: left;
    margin-left: 0px !important;
    color: #fff;
    padding-top: 10px;
    padding-left: 15px;
    width: 100%;
}

.industries_ul1 li {
    font-size: 12px;
    width: 100%;
}


/* testimonial ka section yaha se start hai  */

#testimonials {
    margin-top: 5rem;
}

.testi {
    color: #00a2fe;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 60px;
    font-weight: 700;
}


/* .test-card {
    margin: 20px;
}

.car-img {
    max-height: 70px;
    margin-top: 50px;
    width: 50%;
    margin-left: 70px;
}  */

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card {
    border-radius: 25px;
    background-color: #FFF;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-color: #00a2fe; */
    border-radius: 25px 25px 0 25px;
}


/* .overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px; */


/* background-color: #00a2fe; */


/* }

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
} */

.card-image {
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 50%;
    border: 4px solid #00a2fe;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: left;
    /* padding-top: 2rem; */
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #00a2fe;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #265DF2;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }
    .swiper-navBtn {
        display: none;
    }
}


/* =================hot air balloon section yaha se start ho raha hai ======= */

#secondbannerimg {
    width: 100%;
    display: block;
    min-height: 100vh;
    background-image: url("https://cyntralabs.com/assets/img/HotAirBalloon.gif");
    background-position: center top;
    background-size: cover;
    margin: 3rem 0 3rem 0;
}

.headsec {
    color: #FFF;
    position: absolute;
    padding-top: 15rem;
    padding-left: 7rem;
}

.c-btn1:hover {
    background-color: transparent;
}


/* =============partners ka section yaha se shuru ho raha hai  */

#partners {
    margin-top: 3rem;
}

.partner {
    color: #00a2fe;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 4px;
}

.part {
    margin: auto;
    padding: auto;
    display: flex;
    justify-content: center;
}

.partimg {
    height: 150px;
    width: 150px;
    padding: 1rem;
    object-fit: contain;
    align-items: center;
}


/* =============footer ka section yaha se start ho raha hai sir  */
