: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;
    }
}

.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; }






      