
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --fontcolor:gray;
    --topbarcolor:#4682B4;
    --background:white;
    --spancolor:orange;
    --skycolor:azure;
    --shadow: 0px 0px 20px 0px rgb(132 144 255 /20%);

    --fet-card-width: 70vw;
    --fet-card-height:calc(var(--fet-card-width)/9)
  
}  

html,body{
    width: 100%;
    font-family:sans-serif;
    font-size: 62.5%;
    scroll-behavior: smooth;
} 
h1{ font-size: 3.3rem; line-height: 41px; color:var(--fontcolor); font-weight: 500;}
h2{font-size: 3rem; line-height: 38px; color: var(--fontcolor); font-weight: 500;}
h3{font-size: 2.7rem; line-height: 30px;color:var(--fontcolor); font-weight: 500;}
h4{font-size: 2.4rem; line-height: 27px; color: var(--fontcolor); font-weight: 500;}
h5{font-size: 2.1rem; line-height: 26px;color: var(--fontcolor); font-weight: 500;}
h6{font-size: 1.9rem; line-height: 25px; color: var(--fontcolor);font-weight: 500;}
p{font-size: 1.7rem; line-height: 23px; color: var(--fontcolor);font-weight: 500;}
a{text-decoration: none;}

/*-Top Bar */
#topbar{
    background-color: var(--topbarcolor);
    height: 2.7rem;
    display: flex; 
    align-items: center;
    justify-content: space-between;
    padding: 0 60px 0 60px;
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}
#topbar .mail a{
    text-decoration: none;
    color: white;
    font-size: 1.4rem;
}
.social-links{
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links a{
    font-size: 1.5rem;
    list-style: none;
    padding: 0 12px;
    position: relative;
    color: white;
}
/* For Navigation Sction */
#hader{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 60px 0 60px;
    box-shadow: 0 50X 15Px rgba(0, 0, 0, 0.06);
    z-index: 999;
    position: sticky;
    top: 2.5rem;
    left: 0;
    background-color: azure;
}
#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}
#navbar li a{
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 500;
    color: #1a1a1a;
    transition: 0.3s ease;
}
#navbar li a:hover,
#navbar li a.active{
    color: #088178;
}
#navbar li a.active::after,
#navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background-color:  #088178;
    position: absolute;
    bottom: -4px;
    left: 20px;
}
#close{
    display: none ;
}
.logo{
    margin-top: 1px;
    width: 25rem;
}
.cart{
    width: 30px;
}
/* form midia qry  X nu button hide kara mate*/
#Mobile{
    display: none;
    align-items: center;
}
/*======================================================
    repit use item 
===================================================== */
.section{
    padding: 5rem 0;
}
.container{
    max-width: 140rem;
    margin: 0 auto;
}
.grid{
    display: grid;
    gap: 9rem;
}
.grid-two-column{
    grid-template-columns: repeat(2,1fr);
}
.comman-heading{
    font-size: 3.8rem;
    font-weight: 600;
    margin-bottom: 6rem;
    text-transform: capitalize;
    position: relative;
}
/* sodo alemant whout html creat Text or circel text  */ 
.comman-heading::before{
    content: "";
    position: absolute;
    top: 140%;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: orange;
    border-radius: 50%;
}
.comman-heading::after{
    content: "";
    position: absolute;
    top: 157%;
    min-width: 20rem;
    left: 0;
    left: 1.5rem;
    height: .3rem;
    background: var(--fontcolor);
}
span{
    color: orange;
}
.btn{
    width: 20rem;
    margin-top: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1rem ;
    color: red ;
    background-color: transparent; 
    border-radius: .7rem;
    cursor: pointer;
    border: 2px solid #4682B4;
    outline: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;  /*all brouser ma transection sapot karva mate  */
}
.btn:hover{
    background-color: var(--skycolor); 
    color: royalblue ;
}  
/* ==============================================================
Hero  Section
================================================================= */
.hero-img{
    max-width: 85%;
}
.section-hero-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-hero-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6rem;
}
#hero h3{
    padding-bottom: 7PX;
    font-size: 2.5rem;
    line-height: 30px;
}
#hero h6{
    padding-top: 2rem;
    line-height: 2rem;
}
#hero h1{
    font-size: 3.5rem; 
}
#hero h5{
    padding-top:3rem; 
    font-size: 1.8rem;
}
/* =============================================================================
about next virson
================================================================================== */
.next-image img{
    max-width: 80%;
    border: 1px solid var(--fontcolor);
    box-shadow: -2rem -2rem 0 0  var(--fontcolor);  /* image ni pachal sedow mate  */
    display: inline-block;
}
.next-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -4rem;
}
/* IMAGE ANEMATION */
.next-image:hover img{
    animation:bounceInLeft ; 
    animation-duration: 1s;
 }

.about-next{
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding-right: 6rem;
}
/* About Next virson ANEMATION */
.about-next:hover H3{
    animation:bounceInRight ; 
    animation-duration: 1s;
 }
.about-next .Brochure {
    margin-top: 4.8rem;
}
/* ==================================================================================
Product hading  Section
=========================================================================== */
.section-prodhading{
    background-image: url(Img/Banner/Laptop.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    position: relative;
    background-attachment: fixed;  /*barck gorund Fix tase and form scroll tase*/
}
.section-prodhading .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: 0.7; /*Image or boxe ne transprant karva mate*/
}
.section-prodhading .container {
    position: relative;
}
.section-prodhading h2{
    font-size: 3.4rem;
}
.section-prodhading p{
    font-size: 2.6rem;
}
.section-prodhading h3{
    font-size: 2.2rem;
}
.section-prodhading h2,
.section-prodhading p,
.section-prodhading h3{
    color: white;
    margin-bottom: 1.5rem;
}
/* =======================================================================
    Product Slider  Section
============================================================================= */
.container-slider{
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10rem;
    margin-bottom: 7rem;
}
.swiper{
    width: 75%;
    height: fit-content;
    /* position: relative;   box na chiled aa box ni undar e ena mate position relativ aapvu */
}
.swiper-slide img{
    width: 100%;
    /* position: absolute;  main box ne reliativ ahoy and Chield ne Absolute apie atle all image Main box ni andar avi jase */
}
.swiper .swiper-button-prev, .swiper .swiper-button-next{
    color: gray;
}
.swiper .swiper-pagination{
   display: none;/*Image ni niche bullate disple karva hoy to aa remove karvu*/
}

/* ======================= Android Image ========================================= 
=======================================================================================*/
.and-titel{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -50px;
}
.and-titel h3{
    font-size: 4rem;
}
.mobile-body{
    margin-top: 75px;
    min-height: 70vh;
    display: grid;
    place-items: center;
}
.and-container{
    height: 400px;
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    background: gainsboro;
    overflow: hidden;
}
.and-slid-container{
    display: flex;
    width: calc(2220px * 5);
    animation: scroll 15s linear infinite; /* -- Koe pan anemation ne chlu rakva mate infinite no use karo */
}
@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-500px * 5));
    }
}
.and-slid-image{
    height: 250px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px; /* ---- Images Ne Pop Up Karva mate ----------- */
}
.and-slid-image img{
    width: 760px;
    /* ---transection in movement smooth karva mate ---- */
    transition: transform 1s;
}
.and-slid-image img:hover{
    /* ---- Images Ne Ketli Dur Lijavi enamate ----------- */
    transform: translateZ(1px);
}

/* =======================================================================
    Software features
======================================================================== */
#features{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4%;
}
#features .features-center{
    width: var(--fet-card-width);
    height: var(--fet-card-height);
    background-image: url(Img/Banner/BannerHome.jpg);
    background-size: cover;
    background-position: top;
    position: relative;
    background-attachment: fixed;  /*barck gorund Fix tase and form scroll tase*/
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
    border-radius: 4px;
}
#features .features-center h2{
    color: white;
}
#catg{
    width: 100%;
    height: 100%;
    padding-top: 9rem;
    padding-bottom: 5rem;
    margin-top: -4%;
    background-color: gainsboro;
}
#catg .catg-box{ 
    width: 27rem;
    text-align: center;
    /* padding: 14px 11px;  farti border rakava mate */
    padding: 12px 0;
    background-color: white;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.05);
    border: 1px solid #cce7d0;
    border-radius: 4px;
    margin: 3.5rem 1.8rem;
}
.ficon{
    width: 5rem;
    margin-top: -3.5rem;
    background-color: var(--skycolor);
    padding: .7rem;
    border: 1px solid gray;
    border-radius: .5rem;
    margin-bottom: .9rem;
    filter: invert(1%) sepia(1%) saturate(10%) hue-rotate(1deg) brightness(100%) contrast(70%);
}
/* === anemation mate https://animate.style/ aa sige ma thi style copy karvi */
#catg .catg-box:hover img{
    animation: heartBeat;
    animation-duration: 1s;
}
#catg .catg-box:hover{
    box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.01);
}   
.img {
    display: inline;
    width: 100%;
    min-width: 23%; 
    background-size: cover;
    background-position: center;
}
#catg .catg-box p{
    color: white;
    padding: 2rem .5rem 2rem 2rem;
    font-size: 1.7rem;
    line-height: 2.4rem;
    text-align: left;
    /* text-align: justify;    paragraph ni bane baju adjust karva mate */
}
#catg .catg-box .img1{
    background-color: var(--topbarcolor);
    /*background-image: url(Img/Catg/Fetu01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    background-size: 100%;*/
    position: relative;
    height: 16rem; 
}
#catg .catg-box h3{
    display: inline-block;
    padding: 17px 15px 10px 15px;
    line-height: 1px;
    border-radius: 4px;
    color: darkblue;
    font-size: 1.7rem;
}
#catg{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
    
/* ========================================= Software Type =======================
================================================================================== */
.soft-function{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 3rem 2rem;
    margin-left: 5rem;
}
#soft-type{
    width: 100%;
    /* background-color: gainsboro;  */
    background-image: linear-gradient(60deg, #db5d5d, #91b7cc, #936fb6);
    background-size: 600% 600%;
    animation: softtypebag 10s linear infinite;
}
@keyframes softtypebag{
    0%{
        background-position: 0% 85%;
    }
    50%{
        background-position: 100% 20%;
    }
    100%{
        background-position: 0% 85%;
    }
}
.timeline{
    position: relative;
    max-width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
}
.time-container{
    padding: 10px 50px;
    position: relative;
    width: 50%;
    /* background-color: var(--topbarcolor); */
    animation: movedown 1s linear forwards;  /* container ne hide kerva mate*/
    opacity: 0;
}
/*container ne move karva mate aa function set karel che*/
@keyframes movedown{   
    0%{
        opacity: 1;
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }  
}
/*Line disply 8s che tena parman ma box open karva mate 4 box / 8 = 2s*/
.time-container:nth-child(1){
    animation-delay: 0s;
}
.time-container:nth-child(2){
    animation-delay: 1.5s;
}
.time-container:nth-child(3){
    animation-delay: 3s;
}
.time-container:nth-child(4){
    animation-delay: 4.5s;
}
.time-container:nth-child(5){
    animation-delay: 6s;
}
.text-box{
    padding: 20px 30px;
    background-color: white ;
    position: relative;
    border-radius: 6px;
    font-size: 1.7rem; /*small tag mate font size set krava */
    color: gray;
}
.Soft-catg{
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 3rem;
    text-transform: capitalize;
    position: relative;
}
/* sodo alemant whout html creat Text or circel text  */ 
.Soft-catg::before{
    content: "";
    position: absolute;
    top: 110%;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: crimson;
    border-radius: 50%;
}
.Soft-catg::after{
    content: "";
    position: absolute;
    top: 127%;
    min-width: 50%;
    left: 0;
    left: 1.5rem;
    height: .3rem;
    background: var(--fontcolor);
}
.soft-detl{
    font-size: 1.7rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    line-height: 2.7rem;
    color: darkolivegreen;
    padding-left: 20px;
}
.left-container{
    left: 0;
}
.right-container{
    left: 50%;
}
.time-container img{
    position: absolute;
    width: 50px;
    border-radius: 7%;
    right: -20px;
    top: 32px;
    z-index: 10;
}
.left-container img{
    background-color: white;
    padding: 5px;
    right: -25px;
}
.right-container img{
    background-color: white;
    padding: 5px;
    left: -25px;
}
.timeline::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background-color:white;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: 1;
    animation: moveline 8s linear forwards; /*ketao time line ne dile karviche temate ex= 8s*/
}
/*Lien ne move karva mate aa function set karel che*/
@keyframes moveline{ 
    0%{
        height: 0;
    }
    100%{
        height: 100;
    }  
}
.text-box h2{
    color: orange;
}
.text-box small{
    display: inline-block;
    margin-bottom: 15px;
    color: maroon;
}
.left-container-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 33px;
    z-index: 5;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    right: -15px;
}
.right-container-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 33px;
    z-index: 5;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid white;
    left: -15px;
}

/* ================================================ our team =======================
==================================================================================== */
#ourteam{
    text-align: center;
}
#ptop{
    width: 100%;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ptop h2{
    margin-top: 35px;
    color: crimson;
}
#panel{
    background-color: transparent;
    /* overflow: hidden;   box ni bar koi objuct nikale to hide karva mate */
 }    
#pbtm{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5rem;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    /* height: calc(100% - 7rem);    total box ma thi hader ni height less karv mate calc */
}
.bubble{
    width: 20%;
    min-width: 250px;
    padding: 10px 10px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
    margin: 15px 7px;
    transition: 0.2s ease;
    position: relative;
    background-color: Light Gray;
}
.bubble img{
    width: 100%;
    border-radius: 20px;
    background-image: url(Img/Team/TeamBg.jpg);
    background-size: 100%;
    background-size: cover;
    background-position: center; 
}
.bubble:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.bubble .desc{
    text-align: start;
    padding: 10px 0;
}
.bubble .desc span{
    color: #088178;
    font-size: 1.5rem;
}
.bubble .desc h5{
    padding: 5px 0;
    color: #088178;
    font-size: 1.6rem;
}
.bubble .desc h4{
    margin-top: -5px;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 700;
    color:#088178;
}
.bubble .desc i{
    margin-right: .8rem;
    font-size: 2rem;
    color: lightslategray;
}
.bubble .cart{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color:#cce7d0 ;
    font-size: 2.3rem;
    font-weight: 500;
    color:#088178;
    border: solid 1px cadetblue;
    position: absolute;
    bottom: 17px;
    right: 20px;
}

/* ======================================== Inquery sesan ========================
================================================================================== */


/* ===================== Contact Us================================================     
=================================================================================== */
#contactme{
    width: 100%;
    overflow: hidden;
    /* background ma Coller na shade horigental and varticl karva mate linear-grident no use karvo */
    background: linear-gradient(90deg, #4682B4 0%,#4682B4 30%,gainsboro 30%,gainsboro  100%);
}
.contactus{
    position: relative;
    width: 100%;
    padding: 35px 90px;
    box-shadow: 0 5px rgba(0, 0, 0, 0.15);
}
.contactus .titel{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactus .titel h4{
    color: #0e3959;
    font-size: 3rem;
    padding-bottom: 30px;
}
.form{
    grid-area: form;
}
.info{
    grid-area: info;
}
.map{
    grid-area: map;
}
.contact{
    padding: 30px 40px;
    background: white;
}
.box{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas: "form info" "form map";
    grid-gap: 20px;
}
.contact h5{
    font-size: 2.3rem;
    color: #0e3959;
}

/* --- form ---- */
.formbox{
    position: relative;
    width: 100%;
}
.formbox .row50{
    display: flex;
    gap: 20px;
}
.inputbox{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}
.formbox .row100 .inputbox{
    width: 100%;
}
.inputbox span{
    font-size: 1.5rem;
    color: #0e3959;
    margin-top: 10px;
    margin-bottom: 5px;
}
.inputbox input{
    padding: 7px;
    font-size: 1.5rem;
    outline: none;
    border: 1px solid #333;
}
.inputbox textarea{
    padding: 7px;
    font-size: 1.7rem;
    outline: none;
    border: 1px solid #333;
    resize: none;
    min-height: 200px;
    margin-bottom: 10px;
}
.inputbox input[type="Submit"]{
    background: #4682B4;
    color: white;
    border: none;
    font-size: 2rem;
    max-width: 120px;
    cursor: pointer;
    padding: 10px;
} 
.inputbox ::placeholder{
    color:#999;
} 
/* --- info --- */
.info{
    background:#4682B4;
}
.info h5{
    margin-bottom: 10px;
    color: white;
}
.info .infobox div{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.info .infobox div span{
    min-width: 40px;
    height: 40px;
    color: #4682B4;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 50%;
    margin-right: 15px;
}
.info .infobox div .loct{
    margin-top: -45px;
}
.info .infobox div p{
    color: white;
    font-size: 1.7rem;
}
.info .infobox div a{
    color: white;
    text-decoration: none;
    font-size: 1.7rem;
}
.sci{
    margin-top: 20px;
    display: flex;
}
.sci li{
    list-style: none;
    margin-right: 15px;
    margin-bottom: -15px;
}
.sci li a{
    color: white;
    font-size: 4.3rem;
}
.sci li a:hover{
    color: lightblue;
}
.map{
    padding: 0;
}
.map iframe{
    width: 100%;
    height: 100%;
}

/*Midea Qurery Fro TABLET OR MOBILE or large screen ========================================================*/
@media(min-width:1700px){
#catg .catg-box{ 
    width: 33rem;
    margin: 3.5rem 7rem;
}
}

/* ========================  For Tablet =============================== 
================================================================================================*/

@media(max-width:925px){

    /* =============== About Next Virson ============== */
    .next-image img{
        max-width: 100%;
    }
    .next-image{
        margin-left: 50px;
    }
    .about-next{
        padding-right: 2rem;
    }
    .about-next H3{
        font-size: 3.2rem;
     }
     /* ============ Slider box =========  */
    .container-slider{
        height: 25vh;
    }
    .swiper{
        width: 90%;
        height: fit-content;
    }
    /* ============== android app ============*/
    .and-titel h3{
        margin-top: 50px;
        font-size: 4rem;
    }
    .mobile-body{
        margin-top: -125px;
        min-height: 70vh;
        display: grid;
        place-items: center;
    }
    /* ====== feature section ========= */
    #features{
        margin-top: -100px;
        margin-bottom: 5rem;
    }
    #features .features-center{ 
        width: 90%;
        height: 10vh;
        
    }
    .features-center h2{
        font-size: 4rem;
    }
    #catg{
        margin-top: -9rem;
        padding-top: 5rem;
        padding-bottom: 2rem;
    }
    /* ====== Product Hading  Section ======= */
    .section-prodhading p {
        font-size: 2rem;
        padding: 0 2rem;
        line-height: 2rem;
    }
    .section-prodhading h3{
        font-size: 1.9rem;
        padding: 0 8rem;
        line-height: 1.6rem;
        line-height: 3rem;
    }
    /* =========== Our Team ===== */
    #pbtm{ 
        gap: .1rem;
    }
    /* ==== contect us ================ */
    #contactme{
        background: #4682B4;
    }
    .map{
        min-height: 400px;
    }
    .box{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: "form" "info" "map";
    }
    .formbox .row50{
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .inputbox{
        width: 100%;
    }
    .contactus{
        width: 100%;
        padding: 30px 0;
    }
}
@media(max-width:699px){
.comman-heading{
    font-size: 3rem;
}
#topbar{
    padding: 0 20px 0 20px;
}
#topbar .mail .co-mail{
    display: none;
}
.social-links a{
    padding: 0 7px;   
}
/* Navigation bar */
#hader {
    padding: 10px 30px;
}
#hader a{
    margin-left: -10px;
}
#navbar{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -250px ;
    height: 100vh;
    width: 250px;
    background-color: azure;
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
    padding: 80px 0 0 10px;
    transition: 0.4s;
}
#navbar.active{
    right: 0px;
}
#navbar li{
    margin-bottom: 25px;
}
#Mobile{
    display: flex;
    align-items: center;
}
#Mobile i{
    color: #465b52;
    font-size: 24px;
    padding-left: 20px;
}
#close{
    display: initial;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #465b52;
    font-size: 24px;
}
#Mobile a{
    display: none;
}
.logo{
    margin-top: 7px;
    width: 230px;
}
/* ==========  hero section ============= */
.grid{
    gap: 3rem;
}
.grid-two-column{
    grid-template-columns: repeat(1,1fr);
}
.hero-img{
    max-width: 100%;
}
.section-hero-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-hero-data{
    padding-left: 4rem;
}
#hero h3{
    padding-bottom: 7PX;
    font-size: 2.3rem;
    line-height: 30px;
}
#hero h6{
    padding-top: 2rem;
    line-height: 2rem;
}
#hero h1{
    font-size: 2.5rem; 
}
#hero h5{
    padding-top:2.5rem; 
    font-size: 1.6rem;
}
.about-next{
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding-left: 4rem;
}
/* ====== Product Hading  Section ======= */
.section-prodhading{
    background-size: 150vh;
}
.section-prodhading h2{
    margin-bottom: 1.3rem;
    font-size: 2.5rem;
    padding: 0 1rem;
}
.section-prodhading p {
    font-size: 1.7rem;
    padding: 0 2rem;
    line-height: 2.2rem;
}
.section-prodhading h3{
    font-size: 1.6rem;
    padding: 0 2rem;
    line-height: 2.2rem;
}
 /* ============ Slider box =========  */
 .container-slider{
    height: 5vh;
}
.swiper{
    width: 90%;
    height: fit-content;
}

/* ======== feature =============  */
#features{
    margin-top: 33%;
    margin-bottom: 5rem;
}
#features .features-center{ 
    width: 90%;
    height: 11vh;
}
.features-center h2{
    font-size: 2.2rem;
}
#catg{
    margin-top: -9rem;
    padding-top: 5rem;
    padding-bottom: 2rem;
}
#catg .catg-box h3{
    color: darkslategray;
    font-size: 1.7rem;
}
/* ======== Software Type ======================  */
.soft-function{
    padding: 2rem 2rem;
    margin-left: 1.3rem;
}
.timeline{
    margin: 1rem auto 2rem auto ;
}
.timeline::after{
    left: 25px;
}
.time-container{
   width: 100%;
   padding-left: 65px;
   padding-right: 22px;
}
.right-container{
    left: 0;
}
.right-container img, .left-container img{
    background-color: transparent;
    left: 0px;
}
.soft-detl{
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.5rem;
    padding-left: 2px;
}
.left-container-arrow,right-container-arrow{ 
    border-right: 15px solid white;
    border-left: 0;
    left: -15px;
}
/* ========================== android app ===========================*/
.and-titel h3{
    margin-top: 30px;
    font-size: 2.5rem;
}
.mobile-body{
    margin-top: 25px;
    margin-bottom: -110px;
}

}
/*Midea Qurery Fro MOBILE ==================================================================*/
@media(max-width:399px){
}