* {
    margin: 0px;
    padding: 0px;
}

.main {
    width: 100%;
    height: fit-content;
    overflow-x: hidden;
    font-family: Lato;
}

.navbarContent {
    width: 100%;
    height: fit-content;
}

.navLink {
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

#logo {
    height: 100px;
}

.navigate {
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px 20px;
}

.contactUs,
.email {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px 10px;
}

.navigateLogo {
    height: 40px;
}

#emailText,
#contactText {
    font-family: Inter;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
}
.nav{
    width: 700px;
    display: flex;
    gap: 5px;
    border-radius: 10px;
    border: 1px solid rgb(0, 255, 0);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.269);
    padding: 7px 0px;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 1.1rem;
    top: -10px;
    z-index: 100;
    margin: auto;
    background-color: white;
}
.nav a{
    padding: 12px 10px;
}
.nav a:hover{
    background-color: rgb(217, 255, 0);
    border-radius: 10px;
}
.vl {
    z-index: 102;
    border-left: 2.5px solid rgb(0, 208, 166);
    border-radius: 8px;
    height: 20px;
  }

.aboutUs {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

#aboutBGImg {
    width: 100%;
}





.aboutHeader {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 10px transparent;
    border: 2px solid #4bd0c4;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 20px;
    font-size: 1.9rem;
    color: #0c7489;
    position: relative;
    top: 20px;
    z-index: 10;
    font-weight: bold;
}

.footer {
    font-family: 'Inter';
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 0px;
}

#companyfooterLogo,
#companyfooterLogo2 {
    width: 200px;
}

.footerBox {
    max-width: 23%;
    /* min-width: 200px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px 0px;
}

.footerBox h2 {
    margin-bottom: 15px;
}

a {
    word-break: break-word;
    text-decoration: none;
    color: black;
}

.footDetails {
    margin-top: -44px;
    text-align: justify;
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 10px 0px;
}

.getInTouch {
    gap: 9px 0px;
}

/* ---------- */
.achievement {
    width: 100%;
}



/* ---------------------------mobile view------------------*/
@media screen and (max-width: 850px) {
    .footerBox{
        padding-left: 7px;
        min-width: 29%;
       
    } 
    .socialIcons {
    margin-top: -4rem;
    margin-left: -18rem;
    width: 220%;
}
    .footer{
        gap: 10px;
    }
    
    #logo{
        margin-left:-38px;
    }
    #aboutBGImg{
        height: 500px;
        width: fit-content;
    }
    .aboutContent{
        font-size: 1.1rem;
        padding: 40px 20px;
    }
    .aboutHeader{
        font-size: 1.4rem;
    }
  }
@media screen and (max-width: 1200px) and (min-width:850px){
    #aboutBGImg{
        height: 700px;
        width: fit-content;
    }
    .aboutContent{
        font-size: 1.3rem;
        padding: 60px 25px;
    }
  }
  .slider{
    width: 35px;
    height: 35px;
    position: relative;
    top: 4px;
    right: 30px;
    display:none;
}

@media screen and (max-width: 723px){
    .nav, .contactUs, .email{
        display: none;
    }
    .slider{
        display: block;
    }
  }

/* case study css */
.caseStudy {
    background: linear-gradient(52.96deg, #fff, rgba(255, 255, 255, 0.4)), linear-gradient(0deg, #fff, rgba(255, 255, 255, 0)), linear-gradient(101.86deg, #4bd0c4, rgba(250, 255, 0, 0.2));
    width: 100%;
    height: fit-content;
}
.container{
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    padding: 50px 0px;
}
.headerStyle{
    width: 100%;
    height: fit-content;
}
.firstHeader{
    width: 75%;
    background-image: url('public/vector-450@2x.png');
    padding: 5px 0px;
    font-size: 2.4rem;
    color: white;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.firstRight{
    width: 50% !important;
}
.firstHeader p{
    margin-right: 8rem;
  
}
.circleNumber{
    background-color: white;
    color: #0c7489;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid green;
    position: absolute;
    font-weight: bold;
}
.leftCircle{
    top: -7px;
    left: 40px;
}
.rightCircle{
    top: -7px;
    right: 40px;
}
.secondHeader{
    width: 50%;
    position: relative;
    color: white;
    margin-left: auto;
    font-size: 2.3rem;
    padding: 5px 30px;
    background-image: url('public/vector-449@2x.png');
}
.secondRight{
    width: 70% !important;
}
.problem{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.problem p{
    max-width: 750px;
    color: black;
    font-size: 22px;
    font-family: Lato;
    font-style: italic;
    font-weight: 600;
    line-height: 32px;
    word-wrap: break-word
}
.problem img{
    height: 200px;
}
#servOn{
    margin-left: 3rem;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 6rem;

}
#solution{
    margin-left: 3rem;
    font-size: 3rem;
    color: rgb(134, 230, 0);
}
.solution{
    display: flex;
    flex-direction: column;
}
.firstSolution{
    display: flex;
    justify-content: space-around;
    gap: 70px;
    padding: 0px 50px;
    color: black;
    font-size: 20px;
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    word-wrap: break-word
}
.firstSolution img{
    height: 250px;
}
.mobileMode{
    display: none;
}
@media screen and (max-width: 1100px) {
    .mobileMode{
        display: block;
        padding: 0px 50px;
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-style: italic;
        font-weight: 400;
        line-height: 18px;
        word-wrap: break-word
    }
    .firstSolution{
        align-items: center;
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-style: italic;
        font-weight: 400;
        line-height: 18px;
        word-wrap: break-word
    }
    .firstSolution img{
        width: 50%;
    }
    .deskstopMode{
        display: none;
    }
    .firstHeader p{
        padding-left: 20px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 480px) {
    /* Adjust styling for smaller screens (phones) */
    
    .circleNumber {
      width: 40px;
      height: 40px;
      font-size: 1.2rem;
    }
  
    .firstHeader {
      width: 65%;
      font-size: 1.8rem;
      padding: 5px 10px;
    }
  
    .firstHeader p {
      margin-right: 0;
    }
  
    .secondHeader {
      width: 50%;
      font-size: 1.8rem;
      padding: 5px 10px;
    }
  
    .solution {
      flex-direction: column;
    }
  
    .firstSolution {
        font-size: 10px;
      flex-direction: row;
      gap: 20px;
      padding: 0px 10px;
    }
  
    .firstSolution img {
      height: auto;
      width: 50%;
    }
  
    .mobileMode {
      display: block;
      padding: 0px 10px;
      font-size: 10px;
      line-height: 18px;
    }
  
    .deskstopMode {
      display: none;
    }

    #servOn {
        margin-left: 0px;
        padding-left: 12px;
    }
    #solution {
        margin-left: 0px;
        padding-left: 12px;
    }
    .problem p{
    color: black;
   font-size: 10px;
    font-family: Lato;
    font-style: italic;
    font-weight: 600;
     line-height: 18px;
    word-wrap: break-word;
     margin-left: 10px;
    }
}
.socialIcons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Adjust the gap between icons */
}

.icon img {
    width: 40px; /* Adjust the icon size */
    height: 40px; /* Adjust the icon size */
}

@media screen and (max-width: 850px){
    .footDetails.footerBox {
      min-width: 86%;
    }
    #companyfooterLogo,
    #companyfooterLogo2{
          width: 240px;
    }
    #companyfooterLogo{
      position: relative;
      left: -6%;
    }
  }
  #companyfooterLogo{
      position: relative;
      left: -6%;
      width: 244px;
  }
  
  /* Add styles for the close icon */
.closeIcon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    display: none;
}
/* Adjust the styles for the open navigation bar */
.nav.show {
    width: 50%; /* Set the width to cover the entire width of the screen */
    height: 100vh; /* Set the height to cover the entire height of the screen */
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav.show a {
    padding: 20px;
    font-size: 1.5rem;
    /* Add other styles as needed */
}

/* Add media query for smaller screens */
@media screen and (max-width: 723px) {
    .nav {
        display: none;
    }

    /* Show the close icon and hide the slider icon on smaller screens when the navigation is open */
    .nav.show .closeIcon {
        display: block;
    }

    .sliderIcon {
        display: block;
    }
    .vl {
        z-index: 102;
        border-left: 0px;
        border-radius: 8px;
        height: 20px;
    }
    .nav a{
        padding: 25px;
    }
}

.odd{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    
}