@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family:  "Urbanist", serif;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

*[class*="col-"]{
    padding: 0px 15px;
}

.container{
    max-width: 1320px;
    margin: auto;
    
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.align-center{
    align-items: center;
}

.justify-center{
    justify-content: center;
}

.justify-between{
    justify-content: space-between;
}

.gap-25{
    gap: 25px;
}

.gap-20{
    gap: 20px;
}

.gap-40{
    gap: 40px;
}

.head{
    position: sticky;
}

.logo{
    margin-top: 30px;
    margin-left: 50px;
}

.menu{
    padding: 30px;
    font-family: "Urbanist", serif;
    color: #7a818e;
    font-weight: 600;
    transition: all 0.3s linear;
}

.menubar:hover{
    color: rgba(63,120,224,1);
    cursor: pointer;
}

.icons{
    padding: 30px;
    transition: all 0.5s linear;
}

.icons span i {
    font-size: 20px;
}

.d-none{
    display: none;
}

.d-none {
   font-size: 20px;
}

.icons i:hover{
    cursor: pointer;
    position: relative;
    bottom: 5px;
}

.banner{
    padding: 90px 0px 0px 0px;
    width: 100%;
    background-image: url(../image/bg22.png);
    border-radius: 10px;
}

.about-content h1 {
    margin-left: 50px;
    font-size: 46px;
    color: #3b4558;
}

.about-content span {
    color: #f04378;
}

.about-content p {
    margin-left: 50px;
    font-size: 23px;
    color: #60697B;
    margin-top: 20px;
}

.about-content button{
    margin-left: 50px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    border: none;
    background-color: #f65097;
    color: white;
    transition: all 0.8s linear;
}
 
.about-content button:hover{
        cursor: pointer;
        position: relative;
        bottom: 5px;
}

.discription{
    padding-top: 130px;
}

.features{
    text-align: center;
    font-size: 16px;
    color: #fa9fc9;
}

.designed{
    margin-top: 20px;
    text-align: center;
    font-size: 38px;
    color: #343f52;
}

.box{
    margin-top: 40px;
    margin-bottom: 50px;
}

.Software{
    margin-bottom: 50px;
}

.Software img{
  width: 30px;
  height: 30px;
}
.Software h3{
    margin-left: 15px;
  font-size: 22px;
  color: #343f52;
}

.Software p{
    margin-top: 10px;
    margin-left: 45px;
    font-size: 17px;
    color: #60697b;
}

.Software svg{
    width: 30px;
    height: 30px;
}

.solutions{
    padding: 100px 0px;
}

.op{
    height: 200px;
    background-color: blue;
}

.about-img-2 img {
    width: 500px;
    height: 600px;
}

.customers-soluition{
     margin-top: 100px;
}
.about-image2 img{
    width: 500px;
    height: 600px;
    justify-content: center;
}

.about-content2 h2 {
    margin-top: 100px;
  font-size: 16px;
  color: #f04377;
  text-transform: uppercase;
}


.about-content2 h3{
    margin-top: 20px;
  font-size: 38px;
  color:#343f52;
}

.about-content2 p{
    margin-top: 20px;
  font-size: 17px;
  color:#60677b;
  line-height: 1.8;
}

.check i {
    margin-top: 40px;
}

.check p {
  font-size: 17px;
  color:#60677b;
  margin-left: 10px;
  margin-top: 34px;
}

.different{
    margin-top: 100px;
}

.about-image3{
    background-image: url(../image/about27.jpg);
    background-repeat: no-repeat;
}


.about-content3 h2{
    margin-top: 100px;
  font-size: 16px;
  color: #f04377;
  text-transform: uppercase;
}

.about-content3 h3{
    margin-top: 20px;
  font-size: 38px;
  color:#343f52;
}

.about-content3 p{
    margin-top: 20px;
  font-size: 17px;
  color:#60677b;
  line-height: 1.8;
}

.check2 i{
    margin-top: 30px;
   }

.check2 p {
    margin-left: 15px;
   }

.Clients{
    width: 208px;
    height: 100px;
    background-color:white;
   margin-top: 100px ;
   margin-left: -80px;
   border-radius: 10px;
}

.Clients svg {
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-left: 20px;
}

.Clients H2{
    margin-top: 20PX;
    margin-left: 10PX;
  font-size: 25px;
  color:#343f52;
}

.Clients H4{
    margin-left: 70PX;
    margin-top: -25px;
  font-size: 16px;
  color:#60677B;
}

.happy{
    width: 230px;
    height: 189px;
    background-color:white;
   margin-top: 100px ;
   margin-left: -80px;
   border-radius: 10px;
}

.happy h1 {
    margin-left: 80px;
    margin-top: -40px;
  font-size: 40px;
  color:#555555;
}

.happy h4 {
    font-size: 20px;
    color:#343f52;
    margin-left: 60px;
}

.goals{
    height: 700px;
}

.target{
    width: 100%;
    margin-top: 100px;
    height: 500px;
    background-image: url(../image/bg22.png);
    border-radius: 10px;
}

.works h3{
    font-size: 38px;
    color:#343f52;
    margin-left: 60px;
    margin-top: 100px;
    font-weight: 600;
}

.works p{
    font-size: 22px;
    color:#60697b;
    margin-left: 60px ;
    margin-top: 15px;
}


.groth svg {
    height: 50px;
    width: 50px;
    margin-left: 80px;
}

.achivments{
    margin-top: 100px;
}

.project{
    padding: 90px 140px;
}



.groth h2{
    margin-top: 5px;
    margin-left: -80p;
    font-size: 41px;
    color:#343f52;
    text-align: center;
}

.groth p{
    margin-top: 5px;
    margin-left: -100p;
    font-size: 17px;
    color:#60697b;
    text-align: center;
} 

.emp{
    justify-content: space-evenly;
    margin: -100px 50px  ;
}

.suggest{
    border: 0;
    background-color: white;
    color: inherit;
    box-shadow: 0px 08px 0px 0px rgba(207,206,234,1);
    border-radius: 7PX;
    padding: 20px;
}

.suggest p {
    text-align: center;
    font-size: 18px;
    color:#60697b;
    padding: 20px 20px;
}

.suggest h5 {
    font-size: 19px;
    color:#343f52;
    padding-left: 40px;
    padding-bottom: 10px;
}

.suggest h6 {
    font-size: 19px;
    color:#60697B;
    padding-left: 40px;
    padding-bottom: 20px;
}

.dis{
    padding-top: 130px;
}

.dis h2{
    text-align: center;
    font-size: 16px;
    color: #f04377;
    text-transform: uppercase;
}

.dis h3{
    margin-top: 20px;
    text-align: center;
    font-size: 38px;
    color: #343f52;
}

.case-studies{
    padding-top: 50px;
}

.cs-desc {
    padding: 50px 0;
}

.cs-desc h3 {
    font-size: 24px;
    color: #343f52;
}

.position-relative {
    position: relative;
}

.read-more-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #1e222899;
    color: white;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all 0.3s linear;
}

.cs-image {
    border-radius: 10px;
    overflow: hidden;
}

.cs-image:hover .read-more-wrapper {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.cs-image img {
    transition: all 0.1s linear;
}

.cs-image:hover img {
    transform: scale(1.08);
}

.date{
    padding-top: 10px;
}

.date h1 {
    padding-left: 010px;
    padding-right: 40px;
    font-size: 15px;
    color: #AAB0BC;
}

.date i {
    color: #AAB0BC;
}

.strategy{
    padding-top: 140px;
}

.about-image4 img {
    border-radius: 10px;
}

.about-content4 h2{
    margin-top: 80px;
    color: #f04377;
    font-size: 16px;
}

.about-content4 h1{
    margin-top: 20px;
    color: #343f52;
    font-size: 38px;
}

.about-content4 p{
    margin-top: 20px;
    color: #60677B;
    font-size: 17px;
    line-height: 1.8;
}

.creative-comtent p{
    padding-top: 10px;
}

.vision{
    padding-top: 140px;
}

.circle h4{
    height: 45px;
    width: 45px;
    background-color: #e6e5f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle h2 {
    padding-left: 20px;
    padding-top: 5px;
    font-size: 20px;
    color: #343f52 ;
    font-weight: 700;
}

.circle p {
    padding-left: 65px;
    padding-top: 5x;
    font-size: 17px;
    color: #60677B ;
    font-weight: 500;
}

.Contact{
    padding-top: 140px;
}

.about-content5 h2 {
    margin-top: 80px;
    color: #f04377;
    font-size: 16px;
    text-transform: uppercase;
}

.about-content5 h1 {
    margin-top: 20px;
    color: #343f52;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.4;
}

.about-content5 div svg {
    margin-top: 50px;
    width: 50px;
    height: 50px;
}

.add h4 {
    margin-top: 50px;
    margin-left: 15px;
    color: #343f52;
    font-size: 19px;
    font-weight: 700;
}

.add h5 {
    margin-top: 5px;
    margin-left: 15px;
    color: #60697b ;
    font-size: 19px;
    font-weight: 700;
}

.e-mail:hover{
    cursor: pointer;
}

.request{
    margin-top: 140px;
    background-image: url(../image/bg22.png);
    height: 380px;
    border-radius: 10px;
    padding: 90px 0px;
}

.request h2 {
    margin: auto;
    text-align: center;
    color: #f04377;
    font-size: 16px;
    text-transform: uppercase;
}

.request h1 {
    margin-top: 20px;
    text-align: center;
    color: #343f52 ;
    font-size: 38px;
    font-weight: 700;
}

.request{
    margin-top: 30px;
    text-align: center;
}

.request button{
    margin-left: 50px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    border: none;
    background-color: #f65097;
    color: white;
    transition: all 0.8s linear;
}
 
.request button:hover{
        cursor: pointer;
        position: relative;
        bottom: 5px;
}

.footer-content{
    padding-top: 140px;
    padding-bottom: 140px;
}

.footer-content h5 {
    margin-top: 20px;
    font-size: 17px;
    color: #60697B;
}

.footer-icon i {
    font-size: 20px;
    margin: 30px 18px 0px 0px;
    transition: all 0.9S linear;
}
.footer-icon i:hover{
    cursor: pointer;
    position: relative;
    bottom: 5px;
}

.footer-content h4 {
    font-size: 20px;
    color: #343f52;
}

.footer-content p {
    margin-top: 30px;
    color: #60697B;
    font-size: 17px;
}

.footer-content h2{
    margin-top: 10px;
    font-size: 20px;
    color: #60697b
}

.footer-content h3{
    font-size: 20px;
    color: #343f52;
}

.about-us li{
    margin: 20px 0px 10px 0px;
    font-size: 17px;
    color: #60697b;
}

.about-us li:hover{
    cursor: pointer;
    color: rgba(63,120,224,1);
}

.footer-content h1{
    font-size: 20px;
    color: #343f52;
}

.footer-content input {
    margin-top: 20px;
    padding: 15px;
    width: 200px;
    border: 1px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.footer-content button{
    margin-top: 20px;
    padding: 20px;
    border-radius: 0px 10px 10px 0px;
    border: none;
    background-color: #f65097;
    color: white;
    transition: all 0.8s linear;
}

.footer-content button:hover{
    cursor: pointer;
}