.Banner {
    height: 730px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}
.floating_circle, .floating_circle video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.baner_col_right{
    text-align: -webkit-center;
}
.bannercontent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(98deg,rgb(238, 65, 35) 0%, rgba(238, 66, 35, 0) 60%);
}
.Banner .banner_img_box {
    position: relative;
}
.Banner .banner_img {
    height: 100%;
    object-fit: cover;
}
.Banner .banner_img_box::after {
    content: "";
    position: absolute;
    width: 744px;
    height: 3px;
    background: var(--color3);
    left: 50%;
    transform: translateX(-50%);
    bottom: 1px;
    z-index: 1;
}
.banner_title {
    position: relative;
    z-index: 1;
    /* width: 660px; */
}
.banner_title .section_title {
    font-size: 58px;
    color: var(--color1);
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.banner_subtitle {
    font-size: 35px;
    color: white;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 16px 0 5px;
    display: inline-block;
}
.graph_img {
    width: 100px;
    position: absolute;
    left: 104px;
    top: 70px;
    box-shadow: -9px 8px 16px -4px #bab8b8;
    animation: Animate_topContent 2s ease-in-out infinite alternate;
}
.piechart_img {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 105px;
    box-shadow: -9px 8px 16px -4px #bab8b8;
    animation: Animate_bottomContent 2s ease-in-out infinite alternate;
}
.crm_section{
    background:var(--color4);
    margin-bottom: 80px;
}
.crmLogo_grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.crmLogo_grid .grid_item {
    background: var(--color1);
    padding: 20px;
    border-radius: 10px;
    width: 146px;
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.crmLogo_grid .grid_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: 0.3s;
}
.crmLogo_grid .grid_item:hover img{
    filter: none;
    -webkit-filter: none;
}
.crm_section .section_title{
    color: var(--color1);
    margin-bottom: 40px;
    text-align: center;
}
@keyframes Animate_bottomContent {
    0% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes Animate_topContent {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}
.banner_topcontent h6{
    font-size: 30px;
    margin-bottom: 10px;
}
.banner_topcontent p{
    color: var(--color2);
}
.graph_img{
    width: 100px;
}
.banner_bottomcontent {
    background: white;
    width: fit-content;
    padding: 15px 25px;
    border-radius: 10px;
    position: absolute;
    right: -102px;
    bottom: 21px;
    text-align: left;
}
.banner_bottomcontent p{
    color: var(--color2);
}
.banner_bottomcontent h6{
    font-size: 30px;
}

/* .marquee {
    height: 269px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
     width: 20%;
}
.marquee img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.marquee.Image2 {
    height: 200px;
}
.marquee.Image3 {
    height: 230px;
}
.marquee.Image4 {
    height: 140px;
} */
/* .banner_slider .splide__list{
    align-items: end;
} */

/* ====== about section start ====== */
.about_section{
    position: relative;
    overflow: hidden;
}
.about_section p{
    text-align: justify;
}
.about_section::before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-color: var(--color4);
}
.about_section::before {
    position: absolute;
    content: "";
    right: -200px;
    top: -105px;
    background-color: #ffdedec4;
    z-index: -1;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    filter: blur(50px);
}
.about_listBox{
    display: flex;
    flex-wrap: wrap;
}
.about_list {
    background: var(--color1);
    width: 46%;
    box-shadow: 0 3px 16px -4px #bababa8c;
    padding: 22px;
    border-radius: 20px;
    /* font-size: 18px; */
    display: flex;
    margin: 10px 9px;
    align-items: center;
    gap: 25px;
    transition: 0.3s;
}
.about_list:hover{
    transform: scale(1.03);
    background: #ffeeea;
}
.home_aboutlstbox .about_list:hover{
    background: #ffeeea;
}
.about_icon{
    width: 47px;
}
/* ====== about section end ====== */

/* ====== Telephony section start ====== */
.telphony-box {
    background: var(--color1);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 16px 0 #e2e2e2bd;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.telphony-box:hover .telephony_img img{
    transform: scale(1.1);
}
/* .telphony-box.telphony-box-even{
    flex-direction: column-reverse;
} */
.telephony_img {
    height: 340px;
    border-radius: 15px;
    overflow: hidden;
}
.telphony-box .telephony_img img{
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.telophony_boxTitle {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    color: black;
}
.telephony_slider .splide__arrow{
    top: -50px;
    right: 4rem;
    height: 40px;
    width: 60px;
    border-radius: 5px;
    background: var(--color2);
    color: var(--color1);
    opacity: 1;
}
.telephony_slider .splide__arrow--prev{
    left: inherit;
    right: 8.5rem;
}
.telephony_slider .splide__arrow svg{
    fill: var(--color1);
}
.telephony_slider a{
    color: var(--color2);
}
.telephony_slider .content_box {
    display: flex;
    padding: 0 10px;
    gap: 18px;
    position: relative;
}
.icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 9px;
    font-size: 26px;
}
/* ====== Telephony section end ====== */

/* ====== Logo section start ====== */
.logos .logo_img{
    margin: 40px 30px 0;
}

/* ====== Logo section end ====== */

/* ====== industries section start ====== */
.industries{
    background-image: url(../images/backdrop1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.industries_innerBox{
    background: rgba(255, 255, 255, 0.589);
    padding: 40px 28px;
    backdrop-filter: 10px;
    border-radius: 20px;
}
.side_box{
    background-image: url(../images/home-images/ecommerce.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 20px;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: end;
     position: relative;
    isolation: isolate;
    overflow: hidden;
}
.side_box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000ab 0%, #00000000 68%);
    top: 0;
    left: 0;
    z-index: -1;
}
.side_box h6{
    color: var(--color1);
    font-size: 34px;
}
.industries_content ul{
    padding-left: 20px;
}
.industries_content ul li::marker{
    color: var(--color3);
    font-size: 27px;
}
.industries_content p {
    font-size: 16px;
    margin-left: 12px;
    margin-bottom: 0;
    transform: translateY(-4px);
}
/* ====== industries section end ====== */

/* ====== why choose section start ====== */
.why-choose .container{
    background-image: url(../images/backdrop2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 30px;
}
.why-choose_item{
    background: #ffffff33;
    border-radius: 30px;
    color: var(--color1);
    padding: 13px 26px;
    width: 41%;
    margin: 10px 5px;
    font-size: 18px;
    display: inline-block;
    transition: 0.3s;
}
.why-choose_item span{
    color: var(--color1);
}
.why-choose_item:hover{
background: #ffffff59;
}
.why-choose .section_title{
    color: var(--color1);
}
/* ====== why choose section end ====== */

/* ====== blog section start ====== */
.blog {
    background: var(--color1);
    border-radius: 8px;
    box-shadow: 0 5px 16px 0 #e2e2e2bd;
    overflow: hidden;
    /* padding: 15px; */
}
.blog-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.blog-image img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
}
.blog-image img:hover {
    transform: scale(1.05);
}
.blog-image .date {
    position: absolute;
    bottom: 15px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--color1);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.blog-content {
    padding: 18px 12px;
}
.blog-content .blog_title a {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--color2);
}

.blog-btn {
    color: var(--color3);
}
/* ====== blog section end ====== */
