.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: 100px ;
  
      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;
      }
  }
  </style>
  <style>
    @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;
  }
  @media only screen and (max-width: 800px) {
    .about-sec{
      flex-direction: column;
      align-items: center;
padding: 0;
    }
    .about-img{
      width: 60%;
    }
    .about-intro{
      width: 100%;
      height: 100%;
      border-top: 3px solid #00b894;
      border-left: none;
     
      margin-top: 2rem;
      font-size: 15px;
    }
    .about-intro h3,p{
      width: 80%;
    }
    .about-intro p{
      font-size: 15px;
      font-weight:  bold;
    }
  .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;
}
       
        
  