:root {
--light-steel-blue: hsl(218, 33%, 77%);
  --royal-blue-light: hsl(225, 68%, 53%);
  --flickr-blue_30: hsla(225, 68%, 53%, 0.3);
  --carolina-blue: hsl(201, 92%, 47%);
  --oxford-blue-1: hsl(218, 70%, 18%);
  --oxford-blue-2: hsl(217, 100%, 12%);
  --oxford-blue-3: hsl(218, 71%, 11%);
  --gainsboro_50: hsla(0, 0%, 85%, 0.5);
  --lavender-web: hsl(225, 67%, 91%);
  --sonic-silver: hsl(0, 0%, 47%);
  --light-gray: hsl(0, 0%, 84%);
  --cultured: hsl(0, 0%, 97%);
  --black_10: hsla(0, 0%, 0%, 0.1);
  --black_8: hsla(0, 0%, 0%, 0.08);
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --jet: hsl(0, 0%, 20%);
}
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

.navbar{
    background-color: white;
  
}
.carousel-item img{
    height: 100vh;
 
}
.m{
color: white;
font-size: 30px;
}
.carousel-caption{
    background-color: rgb(151,194,224,.4);
    border-radius: 20px;
}
.carousel-caption:hover{
   transition: all ease .7s;
   background: green;
   bottom: 123px;
   margin-bottom: 10px;
}
.btn-dark{
    border-radius: 20px;border-radius: 20px;
    background: yellow;
    margin-bottom: 10px;
    color: red;
}
.carousel-indicators button{
    height: 20px;
    width: 20px;
    border-radius: 50%;

  
}
body{
  
}


.contai {
  padding: 100px 0;
}

.profilew {
  max-width: 300px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  
 .ew  {
  
  }
  
  .wq {
   
  }
  
  .ima {
    width: 75px;
    height: 75px;
    background: red;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    right: 15px;
    top: 15px;
    transform-origin: bottom left;
   
    transition: all 0.3s ease-in-out;

    background-image: url("https://images.unsplash.com/photo-1479936343636-73cdc5aae0c3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=200&q=80");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  &:hover {
    .ima {
      transform: scale(1.5);
      border-radius: 10px;
    }
  }
}
.rt i{
  padding-left: 15px;
  
}

 font{
  float: right;
  background-color: #726a95;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  width: 120px;
  height: 23px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 5px; ;
  right:1px ;
  
  }
  marquee{
  float: left;
  background-color: wheat;
  box-shadow: 1px 1px 10px black;
  font-size: 16px;
  padding: 8px;
  
  
  }
   @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
body {
    background: #ecececdb;
}
.card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: 1250px;
    margin: 150px auto;
    padding: 20px;
    gap: 20px;
}
.card-list .card-item {
    background: #fff;
    padding: 26px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
    list-style: none;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
    transition: border 0.5s ease;
}
.card-list .card-item:hover {
    border: 2px solid #000;
}
.card-list .card-item img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    object-fit: cover;
}
.card-list span {
    display: inline-block;
    background: #F7DFF5;
    margin-top: 32px;
    padding: 8px 15px;
    font-size: 0.75rem;
    border-radius: 50px;
    font-weight: 600;
}
.card-list .developer {
    background-color: #F7DFF5; 
    color: #B22485;
}   
.card-list .designer {
    background-color: #d1e8ff;
    color: #2968a8;
}
.card-list .editor {
    background-color: #d6f8d6; 
    color: #205c20;
}
.card-item h3 {
    color: #000;
    font-size: 1.438rem;
    margin-top: 28px;
    font-weight: 600;
}
.card-item .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-35deg);
    height: 40px;
    width: 40px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    margin-top: 40px;
    transition: 0.2s ease;
}
.card-list .card-item:hover .arrow  {
    background: #000;
    color: #fff; 
}
@media (max-width: 1200px) {
    .card-list .card-item {
        padding: 15px;
    }
}
@media screen and (max-width: 980px) {
    .card-list {
        margin: 0 auto;
    }
}


  @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
    box-sizing: border-box;
    padding: 0%;
    margin: 0%;
    font-family: "Poppins", sans-serif;
}



.ll {
    display: grid;
    place-items: center;
}

.l {
    font-size: 3rem;
    padding: 20px;
    margin: 20px 0px;
}

.sli {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.slider-items img {
    width: 12%;
    margin: 20px;

}

    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
*{
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.about-sec{
	display: flex;
	padding: 3rem 0;
	width: 100%;
	justify-content: center;
	background: #2c3e50;
}
.about-img{
	width: 250px;
	height: 250px;
	margin: 0 3rem;
}
.about-img img{
	height: 100%;
	width: 100%;
}
.about-intro{
	color: #fff;
	width: 400px;
	height: 250px;
	border-left: 3px solid #00b894;
	padding-left: 2rem;
	margin: 0 3rem;
}
.about-intro p{
	margin-top: 1.5rem;
	
	opacity: .7;
    text-align: center;font-size:20px;text-transform: initial;
}
@media only screen and (max-width: 900px) {
	.about-sec{
		flex-direction: column;
		align-items: center;
	}
	.about-img{
		width: 80%;
	}
	.about-intro{
		width: 100%;
		height: 100%;
		border-top: 3px solid #00b894;
		border-left: none;
		padding: 1rem;
		margin-top: 2rem;
	}
	.about-intro h3,p{
		width: 80%;
	}
	.about-intro p{
		font-size: 12px;
	}
.bb{
  margin-left: -0px;
}

}

 @import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
* {
    padding: 0;
    margin: 0;
}





header {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 300px;
    font-size: 35px;
}

header h2 {
    color: #f0525f;
}

header span {
    color: #eaa03f;
}

/* The footer is fixed to the bottom of the page */

footer {
    bottom: 0;
}

@media (max-height:800px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
}
@keyframes mymove {
    50% {transform: rotate(3deg);}
  }
  
  .we{
    animation: mymove 5s infinite;
  }

.footer-distributed {
    background-color: #2d2a30;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}


.footer-distributed h3 span {
    color: #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #e0ac1c;
    text-decoration: none;
    ;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
    background-color: #3F71EA;
}

.footer-links a:hover {
    color: #3F71EA;
}

@media (max-width: 880px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}       
  .why-chose-us{
    padding: 5px;
}
.why-chose-us h1{
    font-size: 40px;
    text-align: center;
    color: black;
    padding: 1rem;
}
.why-chose-us h1 span{
    color: var(--otherclr);
    
}
.full-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.main-choseus{
    flex: 1 1 300px;
}
.main-choseus img{
    width: 95%;
}
.chose-img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
.chose-img img{
    width: 100px;
}
.chose-img p{
    padding: 0 2rem;
    font-size: 1.5rem;
}
.hh h2{
    color: white;
   cursor: pointer;
    font-size: 20px;
    
}
.hhh i{
    margin-left: 10px;
}
.we:hover{
    animation-play-state: paused;
  }
  .we{
    animation-name: span;
animation-duration: 3s;
animation-delay: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes span{
0%{

}
50%{
    scale: 2;
    transform: rotate(0);
    border-radius: 0;

}
100%{
transform: rotate(360deg);
border-radius: 50%;

}
}
.w,.e{
    animation-name: span;
animation-duration: 1s;

animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
.w{
    animation-name: span;
animation-duration: 3s;
animation-delay: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes span{
0%{

}
50%{
    transform: rotate(0);
    border-radius: 0;

}
100%{
transform: rotate(360deg);
border-radius: 50%;

}
}

        


.navbar-nav a{
    font-size: 27px;
    margin-left: 15px;
            }
        @media (max-width:800px){
    .ff{
      background-color: #09624e;
      display: none;
    }
    .main-technology{
        margin-top: -467px;

    }
        }
      
          font{
      float: right;
      background-color: #726a95;
      color: white;
      font-size: 20px;
      font-weight: bold;
      padding: 8px;
      width: 120px;
      height: 23px;
      line-height: 30px;
      text-align: center;
      position: absolute;
      top: 5px; ;
      right:1px ;
      
      }
      marquee{
      float: left;
      background-color: wheat;
      box-shadow: 1px 1px 10px black;
      font-size: 16px;
      padding: 8px;
      
      
      }



      .::before, .::after{
        content: "";
        position: absolute;
        left: -2px;
        top: -2px;
        background: linear-gradient(45deg,#e6fb04,#ff6600,#00ff66,#00ffff,#ff00ff,#ff0099,#6e0dd0,#ff3300,#099fff);
        background-size: 400%;
        width: calc(100% + 5px);
        height:calc(100% + 5px) ;
        z-index: -1;
        animation:animate 20s linear infinite;
      }
      @keyframes animate{
        0%{
      background-position: 0 0;
        }
        50%{
          background-position: 400% 0;
      
        }
        100%{
          background-position: 0 0;
        }
      
      }
      .wrapper { width: 100%; position: relative; }
      .wrapper i { top: 50%; height: 50px; width: 50px; cursor: pointer; font-size: 1.25rem; position: absolute; text-align: center; line-height: 50px; background: #fff; border-radius: 50%; box-shadow: 0 3px 6px rgba(0,0,0,0.23); transform: translateY(-50%); transition: transform 0.1s linear; }
      .wrapper i:active{ transform: translateY(-50%) scale(0.85); }
      .wrapper i:first-child{right: 57px; top: -65px; }
      .wrapper i:last-child{ right: -2px; top: -65px; }
      .wrapper .carousel{ display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% / 5) - 12px); overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; border-radius: 8px; scroll-behavior: smooth; scrollbar-width: none; }
      .carousel::-webkit-scrollbar { display: none; }
      .carousel.no-transition { scroll-behavior: auto; }
      .carousel.dragging { scroll-snap-type: none; scroll-behavior: auto; }
      .carousel.dragging .card { cursor: grab; user-select: none; }
      .carousel :where(.card, .img) { display: flex; justify-content: center; align-items: center; }
      .carousel .card { scroll-snap-align: start; height: 285px; list-style: none; background: #b1ddb4; cursor: pointer; flex-direction: column; border-radius: 8px; }
      .carousel .card .img img { max-width: 94%; filter: grayscale(1); }
      .carousel .card:hover img { filter: grayscale(0); }
      
      .carousel .card h2 { font-weight: 500; font-size: 1.56rem; margin: 30px 0 5px; }
      .wrapper i:hover { background: #000; }
      .wrapper i:hover img {  filter: invert(1); }
      /*.team_slider_section { background: #f77a40; }*/
      
      .carousel .card span { color: #6A6D78; font-size: 1.31rem; }
      @media screen and (max-width: 900px) { .wrapper .carousel { grid-auto-columns: calc((100% / 2) - 9px); } }
      @media screen and (max-width: 600px) { .wrapper .carousel { grid-auto-columns: 109%;} }
      .style_none { list-style: none; }
      /*.our_team, .dev_name, .dev_desig { color: #fff; }*/
      .dev_name { margin-top: 10px; margin-bottom: 0px; }
      
      #left, #right { flex-direction: column; display: flex; align-items: center; justify-content: center; }
      #left img { max-width: 20px; }
      #right img { max-width: 20px; }
      .t_logo { max-width: 154px; }
      .dev_link { max-width: 20px; }
      .video_play_btn { max-width: 20px; }



      .navbar-nav a{
        font-size: 27px;
        margin-left: 15px;
                }
            @media (max-width:800px){
        .ff{
          background-color: #09624e;
          display: none;
        }
            }
          
              font{
          float: right;
          background-color: #726a95;
          color: white;
          font-size: 20px;
          font-weight: bold;
          padding: 8px;
          width: 120px;
          height: 23px;
          line-height: 30px;
          text-align: center;
          position: absolute;
          top: 5px; ;
          right:1px ;
          
          }
          marquee{
          float: left;
          background-color: wheat;
          box-shadow: 1px 1px 10px black;
          font-size: 16px;
          padding: 8px;
          
          
          }
          @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

          * {
              box-sizing: border-box;
              padding: 0%;
              margin: 0%;
              font-family: "Poppins", sans-serif;
          }
          
          
          
          .ll {
              display: grid;
              place-items: center;
          }
          
          .l {
              font-size: 3rem;
              padding: 20px;
              margin: 20px 0px;
              
          }
          
          .sli {
              display: flex;
              justify-content: center;
              align-items: center;
              height: 100%;
              width: 80%;
              overflow: hidden;
              background: rgb(255, 255, 255);
              border-radius: 16px;
              box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
              backdrop-filter: blur(7.4px);
              -webkit-backdrop-filter: blur(7.4px);
              border: 1px solid rgba(255, 255, 255, 0.4);
          }
          
          .slider-items {
              display: flex;
              justify-content: center;
              align-items: center;
              gap: 20px;
              animation: scrolling 20s linear infinite;
          
          }
          
          @keyframes scrolling {
          
              0% {
                  transform: translateX(80%);
              }
          
              100% {
                  transform: translateX(-20%);
              }
          }
          
          .slider-items img {
              width: 12%;
              margin: 20px;
          
          }
          </style>
            <style>
              @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
          *{
              font-family: 'Poppins', sans-serif;
              margin: 0;
              padding: 0;
              box-sizing: border-box;
          }
          
          .about-sec{
              display: flex;
              padding: 3rem 0;
              width: 100%;
              justify-content: center;
              background: #2c3e50;
          }
          .about-img{
              width: 250px;
              height: 250px;
              margin: 0 3rem;
          }
          .about-img img{
              height: 100%;
              width: 100%;
          }
          .about-intro{
              color: #fff;
              width: 400px;
              height: 250px;
              border-left: 3px solid #00b894;
              padding-left: 2rem;
              margin: 0 3rem;
          }
          .about-intro p{
              margin-top: 1.5rem;
              font-size: 14px;
              opacity: .7;
          }
          @media only screen and (max-width: 900px) {
              .about-sec{
                  flex-direction: column;
                  align-items: center;
              }
              .about-img{
                  width: 80%;
              }
              .about-intro{
                  width: 100%;
                  height: 100%;
                  border-top: 3px solid #00b894;
                  border-left: none;
                  padding: 1rem;
                  margin-top: 2rem;
              }
              .about-intro h3,p{
                  width: 80%;
              }
              .about-intro p{
                  font-size: 12px;
              }
          .bb{
            margin-left: -0px;
          }
          .vv{
          margin-left: 10px;
          }
          
          }
          .form-container{
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            
            padding-bottom: 70px;
         }
         
         .form-container form{
            width: 500px;
            border-radius: 5px;
            border:var(--border);
            padding:20px;
            text-align: center;
            background-color: var(--white);
         }
         
         .form-container form h3{
            font-size: 20px;
            margin-bottom: 10px;
            text-transform: uppercase;
            color:var(--black);
         }
         
         .form-container form .box{
            width: 100%;
            border-radius: 5px;
            border:var(--border);
            padding:12px 14px;
            font-size: 15px;
            margin:10px 0;
         }
         
         .form-container form p{
            margin-top: 20px;
            font-size: 15px;
            color:var(--black);
         }
         
         .form-container form p a{
            color:var(--red);
         }
         
         .form-container form p a:hover{
            text-decoration: underline;
         }
         @import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
         * {
             padding: 0;
             margin: 0;
         }
         
         
         
         
         
         header {
             text-align: center;
             padding-top: 100px;
             margin-bottom: 300px;
             font-size: 35px;
         }
         
         header h2 {
             color: #f0525f;
         }
         
         header span {
             color: #eaa03f;
         }
         
         /* The footer is fixed to the bottom of the page */
         
         footer {
             bottom: 0;
         }
         
         @media (max-height:800px) {
             footer {
                 position: static;
             }
             header {
                 padding-top: 40px;
             }
         }
         
         .footer-distributed {
             background-color: #2d2a30;
             box-sizing: border-box;
             width: 100%;
             text-align: left;
             font: bold 16px sans-serif;
             padding: 50px 50px 60px 50px;
             margin-top: 80px;
         }
         
         .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
             display: inline-block;
             vertical-align: top;
         }
         
         /* Footer left */
         
         .footer-distributed .footer-left {
             width: 30%;
         }
         
         .footer-distributed h3 {
             color: #ffffff;
             font: normal 36px 'Cookie', cursive;
             margin: 0;
         }
         
         
         .footer-distributed h3 span {
             color: #e0ac1c;
         }
         
         /* Footer links */
         
         .footer-distributed .footer-links {
             color: #ffffff;
             margin: 20px 0 12px;
         }
         
         .footer-distributed .footer-links a {
             display: inline-block;
             line-height: 1.8;
             text-decoration: none;
             color: inherit;
         }
         
         .footer-distributed .footer-company-name {
             color: #8f9296;
             font-size: 14px;
             font-weight: normal;
             margin: 0;
         }
         
         /* Footer Center */
         
         .footer-distributed .footer-center {
             width: 35%;
         }
         
         .footer-distributed .footer-center i {
             background-color: #33383b;
             color: #ffffff;
             font-size: 25px;
             width: 38px;
             height: 38px;
             border-radius: 50%;
             text-align: center;
             line-height: 42px;
             margin: 10px 15px;
             vertical-align: middle;
         }
         
         .footer-distributed .footer-center i.fa-envelope {
             font-size: 17px;
             line-height: 38px;
         }
         
         .footer-distributed .footer-center p {
             display: inline-block;
             color: #ffffff;
             vertical-align: middle;
             margin: 0;
         }
         
         .footer-distributed .footer-center p span {
             display: block;
             font-weight: normal;
             font-size: 14px;
             line-height: 2;
         }
         
         .footer-distributed .footer-center p a {
             color: #e0ac1c;
             text-decoration: none;
             ;
         }
         
         /* Footer Right */
         
         .footer-distributed .footer-right {
             width: 30%;
         }
         
         .footer-distributed .footer-company-about {
             line-height: 20px;
             color: #92999f;
             font-size: 13px;
             font-weight: normal;
             margin: 0;
         }
         
         .footer-distributed .footer-company-about span {
             display: block;
             color: #ffffff;
             font-size: 18px;
             font-weight: bold;
             margin-bottom: 20px;
         }
         
         .footer-distributed .footer-icons {
             margin-top: 25px;
         }
         
         .footer-distributed .footer-icons a {
             display: inline-block;
             width: 35px;
             height: 35px;
             cursor: pointer;
             background-color: #33383b;
             border-radius: 2px;
             font-size: 20px;
             color: #ffffff;
             text-align: center;
             line-height: 35px;
             margin-right: 3px;
             margin-bottom: 5px;
         }
         
         .footer-distributed .footer-icons a:hover {
             background-color: #3F71EA;
         }
         
         .footer-links a:hover {
             color: #3F71EA;
         }
         
         @media (max-width: 880px) {
             .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
                 display: block;
                 width: 100%;
                 margin-bottom: 40px;
                 text-align: center;
             }
             .footer-distributed .footer-center i {
                 margin-left: 0;
             }
         }  
         .we:hover{
            animation-play-state: paused;
          }
          .we{
            animation-name: span;
        animation-duration: 3s;
        animation-delay: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
        }
        @keyframes span{
        0%{
        
        }
        50%{
            scale: 2;
            transform: rotate(0);
            border-radius: 0;
        
        }
        100%{
        transform: rotate(360deg);
        border-radius: 50%;
        
        }
        }
        .w,.e{
            animation-name: span;
        animation-duration: 1s;
        
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
        }
        .w{
            animation-name: span;
        animation-duration: 3s;
        animation-delay: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
        }
        @keyframes span{
        0%{
        
        }
        50%{
            transform: rotate(0);
            border-radius: 0;
        
        }
        100%{
        transform: rotate(360deg);
        border-radius: 50%;
        
        }
        }
        
          
          .main-home{
            padding: 2rem 7%;
        
            width: 100%;
            min-height: 80vh;
            background-size: cover;
           
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        .home{
            display: flex;
            justify-content: space-between;
            align-items: center;
           
            flex-wrap: wrap;
            gap: 1rem;
        }
        .home .home-left-content{
            flex: 1 1 40rem;
        }
        
        .home-left-content span{
            font-size: 2rem;
            color: var(--maincolor);
            padding: 1rem 0;
            font-weight: bolder;
        }
        .home-left-content h2{
            font-size: 48px;
            margin: 1rem 0;
            
        }
        .home-left-content p{
            font-size: 1.7rem;
            color: var(--textcolor);
            line-height: 3rem;
        }
        
        .home-btn{
            display: flex;
            align-items: center;
            gap: 2rem;
            margin-top: 2rem;
        }
        .home-btn a{
            display: inline-block;
            padding: 1.5rem 3rem;
            background-color: var(--maincolor);
            font-size: 1.7rem;
            color: white;
            transition: 0.5s ease;
            text-decoration: none;
        }
        .home-btn a:hover{
            padding: 1.5rem 2.5rem;
        }
        
        
        .homebtnsec{
            background:transparent !important;
            color: var(--textcolor) !important;
            border: 1px solid var(--maincolor);
        }
        .homebtnsec:hover{
            background-color: var(--secondcolor) !important;
            color: white !important;
        }
        
        .home .home-right-content{
            flex: 1 1 50rem;
        }
        
        .home .home-right-content img{
           
            margin-top: 4rem;
        }
        
        .technology{
            padding: 3rem 7%;
        }
        
        .main-technology{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 3rem;
            margin-top: -167px;
        }
                @media (max-width:800px){
            .ff{
              background-color: #09624e;
              display: none;
            }
            .main-technology{
                margin-top: -50px;
        
            }
                }
        .inner-technology{
            flex: 1 1 300px;
            padding: 3rem 3rem;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            background-image: url(asset/images/backgroung-pattern-1.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
            background-color: white;
            position: relative;
            z-index: 1;
        }
        
        .inner-technology span{
            width: 0;
            height: 100%;
            background-color: var(--maincolor);
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            transition: 0.5s;
            
        }
        .inner-technology:hover span{
            width: 100%;
        }
        
        
        /* .inner-technology:hover{
            background: var(--maincolor);
            
        } */
        
        .inner-technology:hover i{
            
            color: white;
        }
        .inner-technology:hover h2{
            color: white;
        }
        .inner-technology:hover p{
            color: white;
        }
        .inner-technology i{
            font-size: 48px;
            color: var(--maincolor);
        }
        
        .inner-technology h2{
            font-size: 2.5rem;
            padding: 1rem 0;
        }
        .inner-technology p{
            font-size: 20px;
            line-height: 2.5rem;
            padding: 1rem 0;
            font-family: 'Rubik', sans-serif;text-transform: initial;
        }
        
        .right-icons .btn{
        
        padding: 1.2rem 2rem;
        font-size: 1.7rem;
        background: var(--maincolor);
        color: white;
        text-decoration: none;
        cursor: pointer;
        }
        .right-icons .btn:hover{
        background-color: var(--secondcolor);
        }
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
        
        :root{
            --maincolor:#2ec8a6;
            --secondcolor:#f8a803;
            --thirdcolor:#f4ab01;
            --textcolor:#4A5764;
        }
        *{
           
            box-sizing: border-box;
           
            text-decoration: none;
            text-transform: capitalize;
            transition:all .2s linear;
            font-family: "Inter", sans-serif;
            
        }
        
        html{
            font-size: 62.5%;
         
        }
        .bullet-list-all li{
          font-size: 15px;
        }
        </style>
        <style>
          @import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400;500;600;700&display=swap");
        * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Roboto Mono", monospace;
        }
        
        .main {
        min-height: 100vh;
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(-45deg, #ee7752, #e73c7e, #7623d5, #41a0ee);
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        }
        
        @keyframes gradient {
        0% {
        background-position: 0% 50%;
        }
        50% {
        background-position: 100% 50%;
        }
        100% {
        background-position: 0% 50%;
        }
        }
        
        .main .image-container {
        padding: 10px;
        }
        
        .main .image-container .image {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        }
        
        .main .image-container .image img {
        width: 350px;
        align-items: center;
        }
        
        .main .image-container h1 {
        color: #00bcd4;
        text-align: center;
        margin-bottom: 10px;
        font-size: 40px;
        }
        
        .main .image-container p {
        color: #324042;
        text-align: center;
        margin-bottom: 40px;
        }
        
        .main .input {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40vw;
        height: 50px;
        border-radius: 20px;
        background: rgb(202 253 255 / 50%);
        cursor: pointer;
        }
        
        .main .input .talk {
        background: transparent;
        outline: none;
        border: none;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        cursor: pointer;
        }
        
        .main .input .talk i {
        font-size: 20px;
        color: #aed0d0;
        }
        
        .main .input .content {
        color: #000000;
        font-size: 15px;
        margin-right: 20px;
        }
        
                 
          


      