
body{
    max-width: 1500px;
    margin: 0 auto !important;
    position: relative;
     font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden !important;
}

:root {
  --heading-size: 18px;
  --largeFont: 25px;
  --mediumFont: 18px;
  --normalFont: 14px;
  --smallFont: 11px;
  --lineheight: 200%;

  /* Colors */
  --titlecolor: #ffffff;
  --smalltextcolor: #acc4cb;
  --green: #409d2b;
  --lightgreen2: #f1fdef;
  --lightgreen: #2ea463;
  --blue: rgb(37, 99, 235);
  --titles: #5bd4b9;
  --backgroundhigh: #edf3ef;

  /* Greys and blacks */
  --darkblack: rgb(0, 0, 0);
  --lightblack: #2e2c2c;
  --lightblack2: #686666;
  --darkgrey: #6b6464;
  --secoundrygrey: #e5e5e5;
  --primarygrey: #f5f5f5;
}

a{
    text-decoration: none !important;
}


body::-webkit-scrollbar {
    display: none;
    width: 15px;

    background-color: transparent;
}

.breadcrumb-item a{
 
        color: #0fa40f;
    
}
.breadcrumb-item.active{
    color: grey;
}

.offcanvas-backdrop{
    position: static !important;
}

.nav-item.dropdown2{
  margin-bottom: 0 !important;  
}

.nav-item{
    margin-bottom: 0 !important;
}

.videoevtol{
    width:100%;
    object-fit:cover;
    height:400px;
    border-radius:20px
}

img{
    overflow: hidden;
}

#faq{
    margin: 10%;
}

.combinesection{
    padding: 5%;
}
.topsection{
    padding: 5%;
    padding-top: 0% !important;
    text-align: center;
}

.topsectiondiv{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   
}

.leftsectionh1{
  font-weight: 700;
  
}

 .date{
        background: var(--green);
        padding: 3px 10px;
        background: var(--lightgreen2);
    padding: 3px 10px;
    font-size: .7rem !important;
    border-radius: 20px;
    border-color: var(--green);
    border: 1px solid var(--green);
    color: var(--green) !important;
    margin-top: 20px;
    }
    
    .rightsection{
        padding: 10%;
        padding-top: 0;
    }
    
    .description{
        margin-top:3% ;
    }

.description p{
            font-size: .8rem;
        font-weight: 500;
        line-height: 200%;
        color: #252424;
        padding-left: 10px;
}

footer {
    background: #edf3ef;
    overflow: hidden;
     font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden !important;
}
.comp{
     background: radial-gradient(circle at 30% 30%, #27783e, #3853ca, #0a0f14);
   background-clip: text;
   color: transparent;
   font-size: .75rem;
   font-weight: 700;
}

.description h5{
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 180%;
}

ul li{
    font-size: .85rem;
    font-weight: 500;
    margin-bottom: 10px;
    
}

.description span{
    color: grey;
    font-size: .8rem;
    font-weight: 500;
    margin-left: 20px;
    padding-bottom: 20px;
}
 .firstpara::first-letter {
            font-size: 4rem;
            line-height: 90%;
            float: left;
            margin-right: 0.5rem;
             font-family: serif; 
            font-weight: 900;
            color: transparent;
             background: radial-gradient(
  circle at 30% 30%,
  #27783e 0%,
  #3853ca 50%,
  #0a0f14 100%
);
background-clip: text;
            margin-bottom: 0;
        }
   
   .leftsectionh1{
      line-height:150%; 
   }


.dropdownlistdiv h2{
    font-size: 1rem;
    font-weight: 600;
}

.footertexteff {
    position: absolute;
    text-align: center;
    bottom: -15%;
    width: 100%;
}

.footertexteff h1 {
    font-size: 200px;
    color: transparent;
    background: linear-gradient(179deg, #dae1d8, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    margin: auto;
}

@media screen and (max-width:600px) {
    .videoevtol{
        object-fit: contain;
        height: fit-content;
    }
    .landingcontent2{
        padding: 10px !important;
        margin-top: 20px;
        h1{
            font-size: 2.5rem !important;
        }
    }
    
    .rightsection{
        padding-top: 10%;
    }
    .description p{
        word-spacing: 2;
        font-size: .8rem;
    }
    
    .leftsectionh1{
        font-size: 1.5rem;
    }
     .footertexteff{
        bottom: -3% !important;
     }
    .footertexteff h1{
        font-size: 95px !important;
    }
    
}

.nav-item.dropdown2{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dropdown-menu {
    width: max-content !important;
    /* left: 2% !important;
    right: 2%; */
    top: 80% !important;
    padding: 20px;
    border-radius: 10px;
    background: transparent;
    border: none;
    margin-top: 0 !important;
    .dropdownlistdiv{
        border: 1px solid rgb(239, 238, 238);
        padding: 20px;
        border-radius: 20px;
        margin-top: .525rem;
        width: 100%;
       
        h6{
            font-weight: 700;
            color: var(--green);
        }
        li:hover{
            background-color: #f2f2f2;
            border-radius: 10px;
            a{
            color: #000000 !important;
        }
    }
    }
}


.dropdown-menu .dropdownlistdiv li {
        margin-bottom: 0;
    }


.dropdownlistdiv{
       background: #ffffff; /* white */
   width: max-content;  

}


#headercomponent #navbarNav ul li span {
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
    color: black;
}


.dropdown-menu li a.dropdown-item{
    font-weight: 500;
}



a {
    text-decoration: none;
}
.nav-item.dropdown2 .dropdown-menu {
        background: transparent;
    border: none;
}

.nav-item.dropdown2:hover .dropdown-menu {
    display: block;
    width: fit-content;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle::after{
    display: none !important;
}

.dropdown-menu li {
    padding: 5px;
}



.dropdown-menu li a:hover {
    background-color: #f2f2f2;
    color: black;
   
}

.dropdown-menu li a::after,
.dropdown-menu li a:active {
    /* background-color: #f2f2f2; */
    color: #000000;
   
}

#headercomponent #navbarNav ul li a {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
    color: black;
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 500;
}


.offcanvas-backdrop{
    position: fixed !important;
    top: 84px !important;
    height: 100% !important;
    background-color: #ffffffaf;
}

@media screen and (max-width:1100px) {
    .navbar-nav{
        gap: 5px;
    }
    .navbar-collapse{
        padding-left: 0;
    }
}

@media screen and (min-width:1101px){
    .navbar-nav{
        gap: 20px;
    }
    .navbar-collapse{
        padding-left: 20px;
    }
}


@media screen and (min-width:991.33px) {

    /* #nav-logo{
    padding-left: 20px;
} */
    .showLink {
        display: block;
    }

    /* .head-sett-ic {
        display: none !important;
    } */

    #headercomponent #navbarNav ul li a {
        width: fit-content;
    }

    /* #headercomponent.homehead {
        width: 100%;
        margin-left: 0;
        top: 0;
        border-radius: 0;
    } */

    
}

.footercard{
    margin: 20px;
    border: 1px solid #f0f0f0;
    background: #fff;
    padding: 40px;
    padding-top: 40px;
    border-radius: 30px;
    box-shadow: 0 0 30px rgb(239, 241, 239);
    margin-bottom: 100px;
}

.footertexteff{
    position: absolute;
    text-align: center;
bottom: -15%;
width: 100%;
h1{
     font-size: 200px;
    color: transparent;
    /* margin-left: auto; */
    background: linear-gradient(179deg, #dae1d8, transparent);
    background-clip: text;
    margin: auto;
}   
}

footer li {
    list-style: none;
    font-size: .7rem;
    color:  #878787;
    font-weight: 500;
    line-height: 1.7;
    text-align: justify;
    padding: 4px;
    word-spacing: 2px;
    margin-bottom: 0;
}


footer li a {
    color: #878787;
    font-weight: 500;
    font-size: .7rem;
}
footer li a:hover{
    color: #1a1a1a;
}

.adtmem::-webkit-scrollbar {
    display: none;
}





/* .... */

/* .ant-select-selector {
    border-radius: 20px !important;
    padding: 5px 15px !important;
    padding-left: 20px !important;
    background: #eae5e578 !important;
    border: none !important;
        font-size: 12px !important;
    font-family: 'Poppins';
    color: grey !important;
   
    height: 38px !important;
    backdrop-filter: blur(5px);
    input{
        padding-right: 20px !important;
        padding-left: 10px !important;
    }
} */

.ant-select-arrow{
    top: 60% !important;
}

.gradientbutton{
 background: linear-gradient(to right, var(--lightgreen), var(--blue)); 
overflow:hidden;
padding: 10px 30px !important;
color: #fff;
border: none;
/* background: linear-gradient(to right, #2ea463, #228f87, #3853ca); */

    border-radius: 20px;
    border-color: transparent;
    font-size: .85rem;
}



.gradientbutton:hover{
    border: 1px solid;
    border-color:#27783e;
    background: linear-gradient(to right, #27783e, #3853ca);
    background-clip: text;
    color: transparent;
}

.officoncan{
    background: linear-gradient(to right, #27783e, #3853ca);
    color: transparent !important;
    background-clip: text;
    margin-right: 20px;
}


.buttondiv{
    width: fit-content;
    /* padding: 20px; */
    border-radius: 30px;
    background: linear-gradient(to right, #27783e, #3853ca);
    /* padding: 2px; */
    /* background: #d5e4d5; */
}

.blurbutton{
        font-weight: 600;
    border-radius: 25px;
    /* background: black; */
    width: 100%;
    padding: 15px 25px;
    font-size: 15px;
     margin-top: 0; 
    background: #ffffffd1;
    backdrop-filter: blur(5px);
    border: none;
   
    background-clip: text;
    color:transparent;
    transform: scale3d(1.05,1.05,1.05);
    transition: .5s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}

.blurbutton:hover{
    transform: scale3d(1.1,1.1,1.1);
    transition: .5s ease;
}



.formcard{
     border-radius: 20px;
        background: #f9fafb;
padding: 30px;
margin-top: 40px;
/* max-width: 600px; */
min-width: 300px;
border-color: #e5e7eb;
border:1px solid #e5e7eb;
color: #000000;
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,0 0 #0000;
label{
    font-weight: 600;
    margin-left: 10px;
     font-family: 'Poppins', sans-serif;
     margin-bottom: 10px;
     font-size: .9rem;
}
input{
    padding: 10px 10px 10px 15px;
    border-color: #d1d5db;
    background: #ffffff;
    background-color: #ffffff;
    border-radius: 15px;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
}
.form-control:focus{
    border-color: #ffffff72;
    background-color: #ffffff23 !important;
}

 /* button{

    background: #ffffff24;
border: none;
box-shadow: none;
padding: 10px 30px;
width: 300px;
font-size: 1rem;
font-weight: 600;
color: #f9fafb;
border-radius: 20px;
}  */
}

.footerinstall{
     background: radial-gradient(circle at 30% 30%, #27783e, #3853ca, #0a0f14);
   
     border-radius: 20px;
      border: 1px solid rgb(255, 255, 255);
      backdrop-filter: blur(16px);
      box-shadow: 0 4px 40px rgba(243, 248, 244, 0.08);
      padding: 15px;
      max-width: 210px;
      cursor: pointer;
      display: flex;
      gap: 10px;
      justify-content: center;
      align-items: center;
      h6{
        margin-bottom: 0;
      }
     svg{
        color: #fff;
     }
}

@media screen and (max-width:600px) {

    .slide1, .slide2{
        height: fit-content;
        img{
            width: 200px !important;
            height: 120px;
        }
    }
    .sliderC .slide1, .sliderC2 .slide2{
        gap: 0 !important;
    }
    
.acdimg{
    gap: 30px !important;
    img{
        width: 50px !important;
    }
}

#faq{
    margin: 0 !important;
    margin-bottom: 20px !important;
}
}


@media screen and (max-width:1200px) {
    .searchlink{
        display: none;
    }
}


.onestop{
    padding: 5%;
    padding-top: 0;
    h1{
        font-size: 2rem;
        font-weight: 600;
        line-height: 130%;
        /* background:  linear-gradient(to right, var(--green), var(--blue));
        background-clip: text;
        color: transparent; */
    }
}
.onestopcard {
    padding: 20px;
    width: 330px;
    border-radius: 20px;
    background: rgb(245, 244, 244);
    text-align: center;
    transition: background 0.5s ease-out, box-shadow 0.5s ease-out, transform 0.5s ease-out;
}

.onestopcard:nth-child(2):hover{
    transform: scale3d(1,1,1);
}

.onestopcard:nth-child(2){
    padding: 0;
    background: linear-gradient(to right, var(--lightgreen), var(--blue));
    box-shadow:  0px 10px 15px 4px #cbc9c9;
    transform: scale3d(1.05, 1.05, 1.05); /* use this instead of translateZ */
    border-radius: 20px;
    overflow: hidden;
    div{
        padding: 20px;
 background: #ffffffd1;
    backdrop-filter: blur(5px);
    border: none;
    /* background: linear-gradient(to right, #27783e, #3853ca); */
    background-clip: text;
    color:transparent;
    border-radius: 20px;
   

    svg{
        color: #ffff;
    }
   h5{
    color: #fff;
   } 
   h6{
    color: #ffffff;
   }
   p{
    color: #ffff;
   }
}
}

.onestopcard h5 {
    font-size: 1.1rem;
    font-weight: 600;
   
}

.onestopcard h6 {
    font-size: 0.8rem;
    font-weight: 500;
   
}

.onestopcard p {
    font-size: 0.7rem;
    font-weight: 500;
    color: grey;
    line-height: 180%;
   
}

.onestopcard:hover {
    background: linear-gradient(to right, var(--lightgreen), var(--blue));
    box-shadow: 0 0 10px rgb(216, 216, 216);
    transform: scale3d(1.05, 1.05, 1); /* use this instead of translateZ */
    transition: 0.5s ease;
    /* Update text colors */
    color: #fff;
}

.onestopcard:hover h5,
.onestopcard:hover h6,
.onestopcard:hover p {
    color: #fff;
}


.herosection3, .herosection4{
.tith4{
background: linear-gradient( to right, var(--green),var(--blue));
width: fit-content;
text-align: center;
overflow: hidden;
 border-radius: 15px;
    h4{
        font-size: .8rem;
        /* padding: 10px 20px; */
        font-weight: 600; 
        color: #fff;
        text-align: center;  
        margin-bottom: 0;
          backdrop-filter: blur(10px);
padding: 8px 23px;
        /* margin-bottom: 0;
      
        border-radius: 20px;
        background-clip: text;
        color: black;
        background: #efeded9e; */
    }
}
h2{
    font-weight: 600;
    font-weight: 2rem;
    text-align: center;
}
}

.smalltexthero{
    color: grey;
    font-weight: 500;
    font-size: .75rem;
    text-align: center;
    line-height: 180%;
}

.sec3menu{
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 20px;
    h6{
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0;
        display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 5% !important;
    padding: 15px;
    backdrop-filter: blur(10px);
    color: grey;
    border-radius: 20px;
    transition: .5s ease;
    }
   
}
.sec3menu.active{
background:linear-gradient(to right, var(--green),var(--blue));
color:#fff;
box-shadow: -8px 8px 10px 0px #e5e2e2;
border-radius: 20px;
transition: .5s ease;
h6{
    color: #fff;
}
}

.section3descriptiondiv{
    padding: 20px;
    h5{
        font-weight: 600;
    }
}

.dronetechcards{
width: 350px;
height: 300px;
border-radius: 20px;
position: relative;
    img{
        width: 100%;
        height: 100%;
        border-radius: 30px;
        filter: grayscale(.4);
        cursor: pointer;
        transition: .5s ease;
    }
    div{
        position: absolute;
        bottom: 20px;
        left: 10px;

        h6{
            font-size: 1.5rem;
            color: #fff;
            font-weight: 600;
        }
    }
}

.dronetechcards:hover{
    img{
        filter: grayscale(.1);
        transition: .5s ease;
    }
}


.section4card{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef36;
    backdrop-filter: blur(5px);
    border: 1px solid #efeeee;
    .col-md-6{
        padding: 0;

        img{
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }
        h5{
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 150%;
        }
        p{
            font-size: .7rem;
            font-weight: 500;
            color: rgb(58, 57, 57);
            line-height: 180%;
        }
    }
    h1{
        font-size: 1.5rem;
        font-weight: 600;
    }

    p{
        font-size: .9rem;
        font-weight: 500;
    }

    .smalltab{
        padding: 10px;
        border-radius: 10px;
        background-color: #cbf2cb66;
        h6{
            font-size: .8rem;
            color: var(--green);
            margin-bottom: 0;
            font-weight: 600;
        }
    }
}


.blurbuttontext{
        font-weight: 600;
    border-radius: 25px;
    /* background: black; */
    /* width: 130px; */
    padding: 15px 25px;
    font-size: 15px;
     margin-top: 0; 
   background: linear-gradient(to right, #27783e, #3853ca);
   background-clip: text;
    backdrop-filter: blur(5px);
    border: none;
    /* background: linear-gradient(to right, #27783e, #3853ca); */
    background-clip: text;
    color:transparent;
    transform: scale3d(1.05,1.05,1.05);
    transition: .5s ease;

    svg{
        stroke: var(--blue);
    }

}


.herosection5{
    padding: 5%;
    /* background: radial-gradient(circle at 30% 30%, var(--green), var(--blue), #0a0f14 100%);
     */
     background: var(--backgroundhigh);
    .section4card{
        position: sticky;
        top: 80px;
        background: #fff;
        border: 1px solid rgb(249, 248, 248);
    }

    .imgcards{
        border-radius:20px;
        overflow:hidden;
 background: #ffff;
    backdrop-filter: blur(5px);
   h6{
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    color: black;
    margin-bottom: 0;
   }
    }
    p{
        font-size:.78rem;
        line-height:200%;
        text-align:justify;
        color: grey;
        font-weight: 500;
    }
}

.textbackground{
    writing-mode: vertical-lr;
    text-align: left;
    max-height: 300px;
    margin-top: 10%;
    justify-content: end;
    background-image: url('/aimages/dronerepair.webp');
    background-clip: text;
    background-attachment: fixed;
    background-position: center;
    h1{
        font-size: 4rem;
        font-weight: 800;
        color: transparent;
    }
}


@media screen and (max-width:600px) {
    .sect{overflow-x: hidden;}
}


#headercomponent{
   position: sticky;
      border-bottom: 1px solid #efefef;
      top: 10px;
     background: #ffffffc9;
width: 95% !important;
    margin: auto;
    /* overflow: hidden; */
    border-radius: 40px;
    padding: 5px;
    margin-bottom: 10px;
}

@media screen and (min-width:992px) {   
.navstylemax{
    display: flex;
    justify-content: center !important;
width: fit-content !important;
}

}

.homehead .ant-select-selector {
    border-color: grey !important;
    color: rgb(11, 11, 11) !important;
     background: #dadada8a !important;
}

.homehead .ant-select-arrow{
    color: grey;
}



.heading {
    color: var(--darkblack);
    font-size: 30px;
    font-weight: 600;
}



.head-sett-ic {
    /* margin-left: 20px; */
    cursor: pointer;
}

.head-sett-ic:hover .head-setting {
    display: block;
}

.head-setting {
   background: #efefef36;
    backdrop-filter: blur(5px);
    border: 1px solid #efeeee;
    
    padding: 5px;
    position: absolute;
    width: 200px;
    top: 90%;
    z-index: 3;
    right: 5px;
  
    border-radius: 20px;
    display: none;

    .head-div {
        padding: 8px;

        h6 {
            margin: 0;
        }
    }

    .head-menudiv {
        padding: 3px;
    }

    hr {
        margin: 0;
        color: #9b9b9b;
    }

}

.head-menudiv ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px;
    cursor: pointer;

    P {
        margin: 0;
        font-size: 14px;
    }
}

.head-menudiv ul li:hover {
    background-color: #e8e8e8;
    border-radius: 5px;
}


.head-triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #efefef36;;
    position: absolute;
    top: -5%;
    z-index: 10;
    right: 40px;
}



/* nnnnnnnnnnnnnnnn */



.landingheading1{
    font-size: 6rem

}


.repair h1,
.repair h3 {
    color: var(--darkblack);
}

.centerEx h1 {
    color: var(--darkblack);
}

.coursesrowhm h5 {
    color: var(--darkblack);
}

.courevstar i {
    font-size: 14px;
}
/* 
#nav-logo {
    margin-left: 3%;
} */

/* a.nav-link.addHeder {
    border-bottom: 2px solid;
    border-color: #1717d3;
    border-radius: 0 !important;
    font-weight: 500;
} */
a.nav-link.addHeder::before {
   content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--green);
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
}
/* 
.navbar-nav > .nav-item > a.nav-link.addHeder::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
} */



/* @media  (min-width: 1050px) {
    .d-lg-none {
        display: none !important;
    }
} */

@media (max-width: 990px) {
   #nav-logo {
    margin-left: 3%;
}
   
}


.homecon {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .imgeff.eff2{
    transform: scale3d(.5,.5,.5);
    transition: .5s ease linear;
} */
#mouseEff {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 100;
    user-select: none;
    font-size: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frnt {
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.imgeff {
    position: absolute;
    top: 30%;
    /* transform-style: preserve-3d;
transform: rotateX('0deg');
transform: rotateY('0deg'); */
}

.section1::-webkit-scrollbar {
    display: none;
}

.sect::-webkit-scrollbar {
    display: none;
}

.frnt.showh2 h1 {
    opacity: 0;
    transition: .5s ease;

}

.frnt.showh2 .h5 {
    opacity: 1;
    transition: .5s ease;

    z-index: 10;

}

.frnt .h5 {
    opacity: 0;
    transition: .3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;

}

.frh1 {
    font-size: 60px;
}

.h51 {
    font-size: 20px;
    color: grey;
}

.h52 {
    font-size: 40px;
    position: relative;
    top: 100px
}

.leftcontents {

    display: inline-block;
}

.leftcontents .left2 {
    margin-left: 20%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.leftcontents .left2 h2 {
    font-size: 40px;
    font-weight: 600;

}

.leftcontents .left2 p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    word-spacing: 2px;
}

.gallery {
    display: flex;
    /* outline:1px solid red; */
}

.left {
    width: 50%;
    padding-left: 5%;
}

.right {
    height: 100vh;
    /* outline:1px solid purple; */
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.deskphotos {
    width: 38vw;
    height: 25vw;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(230, 228, 228, 0.4);
}

.deskphoto {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;

}

.section2 {
    background-color: #ffffff;
}

.cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.section3 {
    background-color: #fff;
    position: relative;
}

.section4 {
    background-color: #100C32;
    position: relative;
}

.h1section3home {
    font-size: 80px;
    font-weight: 600;
    line-height: 88px;
    letter-spacing: 3px;
    color: black;
}



.section4 div #sw-js-blob-svg {
    position: absolute;
    bottom: 0;
    width: 95%;
    height: 95%;
}





/* #headercomponent{
    backdrop-filter: blur(5px);
    position: sticky;
    top: 0;
    background-color: #f2f3f4cc !important;
    z-index: 999;
} */




#headercomponent.homehead #navbarNav ul li .nav-link {
    color: rgb(18, 17, 17);
}

.whitelgicon {
    display: none;
}

#headercomponent.homehead .head-sett-ic .bi-person {
    color: rgb(242, 242, 242);
}

/* .nav-link.active{
    font-weight: 600;
} */

#headercomponent.homehead {
    position: fixed;
    width: 86%;
    z-index: 1;
    top: 20px;
    margin-left: 7%;
    background-color:#dadada4f !important;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    padding-bottom: 10px;
    border-bottom: none;
    
    
    svg{
        color: grey;
    }
    .ant-select-selection-placeholder{
    color: grey;
}
}


.mnhomeimg1 {
    width: 100%;
}

.mnhomeimg2 {
    width: 100%;
    height: 100vh;
    display: none;
}

.mnhomeh11 {
    font-size: 80px;

    color: black
}

.mnhomeh12 {
    font-size: 70px;

    color: black
}

.mnhomeh13 {
    font-size: 80px;
    display: block;
    color: black
}

.mnhomep {
    width: 70%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: rgb(255, 255, 255);
}


.morCour:hover .dropdown-menu.morcouDrop {
    display: block !important;

}

.morCour {
    cursor: pointer;
    font-size: 14px;
}

.morcouDrop {
    display: none !important;
    position: absolute;
    top: 60%;
    right: 99.7%;

}

.slidecontainer {
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}

.sliderC {
    height: 150px;
    overflow-x: hidden;
    position: relative;
    width: auto;

}

.sliderC .slider-track {
    animation: slid 35s infinite linear;
    display: flex;
    gap: 20px;


}

.slider-track:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.sliderC .slide1 {
    height: 150px;
    display: flex;
    gap: 40px;
}

.sliderC2 .slide2 {
    height: 150px;
    display: flex;
    gap: 40px;
}

.sliderC::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    z-index: 2;
    content: '';
    background: linear-gradient(to left, rgb(255, 255, 255, 0), rgb(249, 248, 248));
}

.sliderC::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    z-index: 2;
    content: '';
    background: linear-gradient(to right, rgb(255, 255, 255, 0), rgb(249, 248, 248))
}

@keyframes slid {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.sliderC2 {
    height: 150px;
    overflow-x: hidden;
    position: relative;
    width: auto;
    margin-bottom: 40px;
}

.sliderC2 .slider-track2 {
    animation: slid2 35s infinite linear;
    display: flex;
    gap: 20px;


}

.slider-track2:hover {
    animation-play-state: paused;
    cursor: pointer;
}


.sliderC2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    z-index: 2;
    content: '';
    background: linear-gradient(to left, rgb(255, 255, 255, 0), rgb(249, 248, 248))
}

.sliderC2::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    z-index: 2;
    content: '';
    background: linear-gradient(to right, rgb(255, 255, 255, 0),rgb(249, 248, 248))
}


@keyframes slid2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.slide1 img {

    padding: 30px;

}

.slide2 img {

    padding: 30px;
}

.moreCicon {
    position: absolute;
    right: 8px;
    color: inherit;
    margin-top: 2px;
}

.showLink {
    display: none;
}

.mnhomecolleb {
    position: absolute;
    top: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}


/* contact us */
.reachinput {
    border: none;
    border-bottom: 2px solid;
    border-bottom-color: #e0dcdc;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.reachinput:active,
.reachinput:focus {
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#cardreach {
    width: 50%;
    margin-top: 30px;
    padding-top: 10px;
}



button.btn-outline-dark.active {
    background-color: black;
    color: #fff;
}

#reachbtn:hover {
    background-color: black;
}

.mobileContent {
    display: none;
    width: 80vw;
}


.mnhomebtn {
    width: 130px;
    margin-top: 40px;
    padding: 15px;
    border-radius: 30px;
    background: var(--darkblack);
    /* border-color: rgb(13 42 218) */
}

.mnhomebtn:hover,
.mnhomebtn:focus,
.mnhomebtn:active {
    background: black;
}

.mnhome2p {
    width: 80%;
    font-size: 14px;
    backdrop-filter: blur(3px);
    color: #fff;
    text-align: center
}

.mnhome2h1 {
    font-size: 60px;
}

.stylep {
    font-size: .8rem;
    line-height: 1.8rem;
    text-align: justify;
    font-weight: 500;
}

.stylebutton2 {
    border: none;
    background: transparent;
    color: var(--lightblack);
    border-bottom: 2px solid var(--lightblack);
    border-radius: 0;
}

.stylebutton2:hover,
.stylebutton2:focus,
.stylebutton2:active {
    background: var(--lightblack);
    color: #fff;
    border-color: var(--lightblack);
}

.bi-star-fill,
.bi-star-half {
    color: var(--lightblack);
}



.card2 {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background-color: #f3f3f3;
    max-width: 370px;
    /* min-height: 370px; */
    position: relative;
    box-shadow: 0 0 10px #ebeaea;
    overflow: hidden;
    margin-bottom: 20px;
    transition: .5s ease;

    img {
        width: 30px;
        margin-bottom: 20px;
        z-index: 2;
        position: relative;
    }

    i {
        font-size: 30px;
        position: relative;
        bottom: 12px;
        color: #626060;

    }

    i.arricon {
        position: absolute;
        font-size: 20px;
        color: orange;
        top: 13px;
        right: 18px;
        height: fit-content;
    }

    h6 {
        text-align: center;
       
    }

    p {
        text-align: center;
    }

    .content {
        margin-top: 10px;
        z-index: 2;
        position: relative;
    }
}

.card2:hover {
    box-shadow: -11px 20px 10px #f9f9f9;
    transition: .8s ease;
}


.smalltext {
    font-size: .7rem;
    line-height: 200%;
    text-align: justify;
    word-spacing: 2px;
    color: grey;
    font-weight: 500;
    margin-bottom: 0;
}

.smallheading {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
}


.sec3cen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    gap: 20px;
}


.imgscen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    gap: 40px;
}

.imgcard:hover {
    box-shadow: -11px 20px 10px rgb(243, 243, 243);
    transition: .8s ease;
    transform: rotateZ(10deg);
}
.ant-modal-content{
    border-radius: 20px !important
}

.imgcard {
    max-width: 300px;
    height: 400px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    transition: .5s ease;

    img {
        width: 100%;
        height: 100%;
    }

    i {
        position: absolute;
        top: 10px;
        right: 15px;
        padding: 2px 5px 0px;
        border-radius: 50%;
        background: #fff;
        color: orange;

        width: fit-content;
    }

    .imgcontent {
        position: absolute;
        bottom: 0;
        padding: 10px;
        left: 10px;

        h5 {
            font-size: var(--largeFont);
            font-weight: 600;
            color: #fff;
        }
    }
}

@media screen and (max-width:850px) {
    #cardreach {
        width: 80%;
    }
}

@media screen and (max-width:500px) {

    .frh1 {
        z-index: 2;
    }

    #cardreach {
        width: 100%;
    }

    .reachinputsdiv {
        flex-direction: column;
    }


}

@media screen and (max-width:600px) {
    .left {
        display: none;
    }

    .right {
        height: auto !important;
        width: 100% !important;
        align-items: center;

    }

    .mobileContent {
        display: block;
    }

    .deskphotos {
        display: none;
    }

    .section2 {
        background-color: #fff !important;
        margin-bottom: 30px;
    }

    /* .imgeff{
        top:70%
    } */
    .h52 {
        top: 0;
        font-size: 30px;
    }

    .mnhomeimg2 {
        display: block;
    }

    .mnhomeimg1 {
        display: none;
    }

    .mnhomeh11 {
        font-size: 60px;
    }

    .mnhomeh12 {
        font-size: 50px;
    }

    .mnhomeh13 {
        font-size: 60px;
    }

    .mnhomep {
        margin-top: 5%;

    }

    .mnhome2h1 {
        font-size: 25px;
    }

    .mnhome2p {
        font-size: 12px;
        backdrop-filter: blur(5px);
    }

    .mnhomebtn {
        margin-top: 0 !important;
        padding: 10px;
        font-size: 10px;
        width: 100px;
    }

    .mnhomecolleb {
        top: 60%
    }

    .mnhmimg3 {
        display: block !important;
    }

    .mnhmimg2 {
        display: none;
    }
}




.teamAb {
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid transparent;
    box-shadow: 0 0 10px #fff;
}

.aboutmatter {
    color: #d9d4d4;
    font-family: serif;
    font-size: 18px;
    background: transparent;
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 20px;
    border: 1px solid transparent;
    box-shadow: 0 0 10px;
}

.infield {
    background-color: #d9d4d4;
    border-color: transparent;
    backdrop-filter: blur(20px);
    margin: 15px;
    width: 90%;
    color: aliceblue !important;
    background-color: rgba(23, 23, 143, 0.651);
}

.infield:focus,
.infield:active {
    border: none;
    background-color: rgba(23, 23, 143, 0.651);
}

.infield::placeholder {
    color: aliceblue;
}

.reachbtn {
    background-color: aliceblue;
    color: rgba(23, 23, 143, 0.651);
    font-weight: 500;
}

.reachbtn:hover {
    background-color: aliceblue;
}

#reachrow {
    background: rgba(21, 21, 108, 0.628);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    box-shadow: 0 0 10px black;
    margin: 20px;
}

.mnhmimg3 {
    display: none;
}

.addressbkimage {
    height: fit-content;
    /* background-image: url('/public/aimages/contact.svg');
    background-repeat: no-repeat;
    background-size: contain; */
    background-color: #f5fdff;
    ;
    margin-top: 5%;
    padding: 5%;
}

.addressCard {
    margin: 30px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgb(226, 225, 225);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    background-color: #e5e5e863;
    align-items: center;
    flex-direction: column;
}

.homeImagesec2 {
    width: 100%;
    height: 100vh;
}

.sec4homebk {
    /* background-image: url('/public/aimages/pback.png');
    width: 100%;
    background-size: contain; */
    background-color: #fff;

    h1 {
        color: black !important;
    }

    p {
        color: black !important;
    }
}

.sec4hm8 {
    padding: 40px;
}

.hmsec6 {
    background-image: url('/public/aimages/home13.webp');
    padding: 5%;
    background-size: cover;
}

.hmsec6div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.btimgfe {
    animation: imgscal 2s ease-in-out infinite;
    animation-direction: alternate;
}

@keyframes imgscal {
    from {
        transform: scale3d(.7, .7, .7);
    }

    /* 25%  {transform: scale3d(.8,.8,.8)}
  50%  {transform: scale3d(.9,.9,.9)} */
    to {
        transform: scale3d(1, 1, 1)
    }
}

.sec5imgsiz {
    width: 80%;
}

@media screen and (max-width:768px) {
    .reachimgmar {
        height: 500px;
    }
}

@media screen and (max-width:500px) {

    .hmcaro h1 {
        font-size: 25px !important;
        margin-top: 10%;
    }

    .hmcaro p {
        font-size: 11px !important;
        width: 80% !important;
    }

    .homeImagesec2 {
        height: 100%;
    }

    .h1secdevmar {
        margin-top: 0 !important;
    }

    .h1section3home {
        font-size: 60px;

    }

    .bteff {
        width: 100% !important;
        position: relative;
        top: 19%;

        h3 {
            color: #fff;
            z-index: 3;
        }

        p {
            color: #fff !important;
            z-index: 3;
        }
    }

    .sec4hm8 {
        padding: 30px;
    }

    .sec4hmh1 {
        font-size: 55px !important;
    }

    .btimgfe {
        width: 80% !important;
    }

    .sec5imgsiz {
        width: 100% !important;
    }

    .sec5h1fusz {
        font-size: 55px !important;
        z-index: 3;
        position: relative;
    }

    .sec5hms {
        padding: 10% !important;
    }

    .sec5imgper {
        top: 10px !important;
    }

    .hmsec6div h1 {
        font-size: 55px !important;
    }

    .reachimgmar {
        margin-bottom: 10% !important;

        img {
            width: 100% !important;
        }
    }

    .sec4homebk {
        padding-bottom: 40px;
    }
}

.dronemove {
    animation: dronemoveEf 30s ease infinite;
}

@keyframes dronemoveEf {
    from {
        left: -100px;
    }

    to {
        left: 99%;
        transform: translateY(200px);
    }
}

.headerlogoefff {
    animation: logoanim 8s ease-in-out infinite;
    position: relative;
}

@keyframes logoanim {
    from {
        left: -130%;
    }

    to {
        left: 130%;
    }
}


.offcanvas-body::-webkit-scrollbar {
    display: none;
}

.offcandiv1 {
    padding: 10px;
    margin-top: 10%;

    a {
        color: inherit;
    }

    ul {
        padding-left: 0;
        list-style: none;

        li {
            padding: 10px;
            font-size: 20px;
            list-style: none;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: space-between;

            i {
                font-size: 15px;
            }
        }
    }
}

.offcantag {
    font-size: 16px;
    color: var(--darkgrey);
    line-height: 200%;
    margin-top: 10%;
}

.offcanbutt {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 10%;

    span:nth-child(1) {
        padding: 10px 20px;
        font-size: 18px;
        background: var(--lightblack);
        border-radius: 25px;
        font-weight: 500;
        color: #fff;
    }

    span:nth-child(2) {
        padding: 10px 20px;
        font-size: 18px;
        background: #fff;
        border-radius: 25px;
        font-weight: 500;
        color: #000000;
        border: 1px solid;
        border-color: var(--secoundrygrey);
    }
}

.offcandropdown-menu {
    display: none;
    transition: .5s ease;

    a {
        li {
            width: 100%;
            font-weight: 400 !important;
            font-size: 15px !important;
        }
    }

}

.offcandropdown-menu.showmen {
    display: block;
    transition: 2s ease;
}


.offsubdiv {
    li {
        position: relative;
    }
}

.suboveroff {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.iconrightoff.shicon2 {
    display: none !important;
}

.icondownoff {
    display: none;
}

.icondownoff.shicon1 {
    display: block;
}