@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap&family=Arimo:ital,wght@0,400..700;1,400..700');
*,*:before,*:after{
  box-sizing: border-box;
}
*{
  font-family: Urbanist, sans-serif;
}

html{
  scroll-behavior: smooth;
}

html::-webkit-scrollbar{
  display: none;
}
body{
  overflow-x: hidden;
}
h2{
  color: #233050;
    letter-spacing: -.02rem;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Urbanist, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.25rem;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

p {
  color: #4f4f4f;
  letter-spacing: -.01rem;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}

body{
  padding: 0;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  -webkit-transition-delay: 99s;
}

/*-------------Nav Bar styles-------------*/

.static-nav{
  width: 100%;
  z-index: 10;
}
nav{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  height: 70px;
  padding: 0 100px;
  
}
.logo img{
  width: 15rem;
}
nav .nav-items{
  display: flex;
  flex: 1;
  justify-content: center;
}
nav .nav-items li{
  list-style: none;
  padding: 0 15px;
}

nav .nav-items li:first-child a{
  color: #c93357;
}
nav .nav-items li a{
  color: #0e0000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
nav .nav-items li a:hover{
  color: #DA3960;
}
nav .menu-icon span,
nav .cancel-icon span{
  display: none;
  width: 40px;
  text-align: center;
  margin: 0 50px;
  font-size: 18px;
  color: #c93357;
  cursor: pointer;
}

.quote-btn a{
  border-radius: 6px;
  border: 1px solid #DA3960;
  padding: 0.5rem;
  color: rgb(18, 18, 18);
  text-decoration: none;
  transition: all 0.2s linear;
}

.quote-btn a:hover{
  background-color: #DA3960;
  color: white;
}


.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content header{
  font-size: 30px;
  font-weight: 700;
}
.content .text{
  font-size: 30px;
  font-weight: 700;
}
.content .space{
  margin: 10px 0;
}
/*Done*/

/*-------Home page----------*/
.home{
  width: 100%;
  height: 85vh;
  padding: 8rem 5rem 0 5rem;
}
.home-page{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-left{
  width: 50%;
  display: flex;
  flex-direction: column;
  grid-row-gap:1.2rem;
}
.home-left .main-content{
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 4.5rem;
}

.home-left .main-subtext{
  font-size: 1.5rem;
  color: rgb(80, 80, 80);
}

.home-left a{
  text-decoration: none;
}
.home-left .home-btn{
  cursor:pointer;
  background-color: #c93357;
  color: white;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #DA3960;
  padding: 0.5rem;
  transition: all 0.2s linear;
}
.home-left .home-btn:hover{
  border: 1px solid #DA3960;
  background-color: white;
  color: #c93357;
}
.home-right img{
  width: 42vw;
}


/*---------------Choose us-----------*/

.choose-us {
  width: 100%;
  height: 100vh;
  background-image: url("https://assets-global.website-files.com/64c8d677de0261980c032d96/64c8d725b07ad7f8b4e6b9b5_red%20Middle%20glow.svg"), 
                    url("https://assets-global.website-files.com/64c8d677de0261980c032d96/64c8d729be927ed3e4c2199e_Yellow%20Glow%20Middle.svg"), 
                    url("https://assets-global.website-files.com/64c8d677de0261980c032d96/64c8d729be927ed3e4c2199e_Yellow%20Glow%20Middle.svg"), 
                    url("https://assets-global.website-files.com/64c8d677de0261980c032d96/64c8d72436efec5cd8f04c10_Rainbow%20Circle.svg");
  background-position: 71% 0, 0 -12%, 30% 41%, 50% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  padding: 0 15px;
}

.choose-us-container{
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  /* margin-right: auto;
  margin-left: auto; */
  
}

.cu-s1 span{
  font-size: 1.3rem;
}

.cu-s1 span:last-child{
  background-color: #1a2934;
  border-radius: 3px;
  padding: 0 6px;
  color: white;
  font-weight: 600
}

.cu-s3{
  display: flex;
  align-items: baseline;
  grid-column-gap: 75px;
  width: 90%;
  margin: 0 auto;
}


.cu-s3-card {
  text-align: center;
  width: 25%;
}

.image-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 0 30px rgba(226, 226, 226, .5);
  border-radius: 8px;
}

.image-block-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62%;
  height: 62%;
  border-radius: 16px;
}

.image-block-inner i{
  color: white;
  font-size: 2rem;
}

.card-border {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 135%;
  right: auto;
}

.text-block {
  color: #233050;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.125rem;
  padding-top: 25px;
  padding-bottom: 10px;
}

.img-center {
  margin: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

/*-------- ABout us ---------*/

.about{
  padding: 5rem 4rem 0 2rem;
}
.about-page{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-image{
  padding: 2rem;
}
.about-image img{
  width: 40vw;
  animation: floatImage 4s ease-in-out infinite;
  border-radius: 20px;
}
.about-content{
  width: 50%;
}
.sec-name{
  color: #DA3960;
  font-size: 1.5rem;
  font-weight: 550;
}
.sec-heading{
  font-size: 2.5rem;
}

.check{
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.check .check-logo{
  width: 20%;
}

/*-----------Tech Stack--------------*/
.tech-stack{
  width: 100%;
  height: auto;
  padding: 5rem 4rem 0 2rem;
}

.ts1 h2{
  text-align: center;
  font-weight: 550;
  color: #DA3960;
}
.ts1 p{
  text-align: center;
}

.ts2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ts-card {
  /* border: 1px solid #ccc; */
  /* border-radius: 8px; */
  padding: 20px;
  margin: 10px;
  width: 200px;
  text-align: center;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.ts-icon {
  height: 100px;
  width: 100px;
  position: relative;
  margin: 0 auto;
}

.ts-icon img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 1;
  max-width: 100%;
  max-height: 100%;
}

.ts-card span{
  font-weight: bold;
}


/*-----------Projects--------------*/
 .projects{
  margin-top: 7rem;
  padding:2rem;
  
}

.projects-heading{
  text-align: center;
  font-weight: 550;
  color: #DA3960;
}

.project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  transition: opacity 0.3s;
}

.project-block:hover .project-info {
  opacity: 1;
}

.project-info h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.project-info p {
  font-size: 0.8rem;
  color: white;
}

.slider {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.slider .owl-item.active.center .slider-card {
  transform: scale(1.5);
  opacity: 1;
  background: #d2d2d2; /* fallback for old browsers */
  color: #fff;
}

.project-title{
  display: none;
  font-size: 1.4rem;
}
.owl-item.active.center .project-title{
  display:block;
}
.slider-card {
  position: relative;
  background: #fff;
  margin: 50px 15px 65px 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;

}

.slider-card:hover .project-info {
  opacity: 1;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 75px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 75px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}

.owl-dots {
  margin-top: 2rem;
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #c93357 !important;
}

/*-----------Contact--------------*/

.contact{
  background-image: url(../assets/contact-glow.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10rem 0;
}
.contact-container{
  margin: 0 auto;
  max-width: 85%;
}
.contact-wrapper{
  display: flex;
  justify-content:space-between;
  align-items:center;
}
.c1{
  width: 35%;
}
.c1-tag, .subscribe-tag{
  background-color: #f5f2f3;
  color: #4f4f4f;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 20px;
  line-height: 2rem;
  padding: 0 1rem;
  justify-content: center;
}
.tag-text{
  background-image:linear-gradient(to right, #c93357,#233050);
  -webkit-text-fill-color: transparent;
  background-clip:text;
  display: inline-block;
}
.c1 h2{
  max-width: 80%;
  margin: 2rem 0;
}
.c1 p{
  margin-bottom: 2rem;
}
.text-color-crimson{
  color: #c93357;
}

.ratings{
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ratings-img,.starts-text{
  width: 50%;
}
.rating-count{
  display: flex;
  flex-direction: column;
  letter-spacing: .01rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}




.c2{
  width: 50%;
  padding: 3.37rem 1.25rem 0 1.25rem;
  position: relative;
}
.form-container{
  z-index:2;
  background-color: white;
  border-radius: 0.5rem;
  padding: 3rem;
  box-shadow: 0 4px 18px rgba(201, 51, 87,0.2);
  position: relative;
}
.contactForm{
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}
.contact-input{
    color: #0d0d0d;
    text-align: left;
    border: 1px solid #d3e3f7;
    border-radius: .375rem;
    min-height: 3.125rem;
    margin-bottom: 0;
    padding-left: 1.25rem;
    vertical-align: middle;
    background-color: white;
    width: 100%;
    height: 38px;
    padding: 1rem;
}
.contactForm textarea{
  min-height: 8.125rem;
  padding: 1.25rem;
  height: auto;
}
.form-background1 {
  max-width: 7.1875rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form-background2 {
  width: 6rem;
  position: absolute;
  top: auto;
  bottom: -1rem;
  left: 0%;
  right: auto;
}
.submitBtn{
    background-color: #c93357;
    color: white;
    text-align: center;
    border-radius: .25rem;
    border:0;
    margin-bottom: 0;
    padding: 1rem 1.5rem;
    transition: color .35s, background-color .35s;
}

.submitBtn:hover{
  border: 1px solid #c93357;
  color: #DA3960;
  background-color: white;
}

.form-success, .form-fail{
  display: none;
  color: #6270ea;
  text-align: center;
  margin-top: 1rem;
}

.form-success{
  color: #6270ea;
}

.form-fail{
  color: #ea7462;
}


/*------------Vist us-----------*/

.visit-us{
  padding: 10rem 0;
}
.visit-us-container{
    max-width: 1268px;
    margin: 0 auto;
}
.visit-us-wrapper{
    background-image: url(../assets/office.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    justify-content: space-between;
    align-items: center;
    /* padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 72px; */
    padding: 4.2rem 0 4.2rem 4.2rem;
    display: flex;
    position: relative;
}
.visit-us-card{
  z-index: 1;
  max-width: 520px;
  padding: 4rem;
  position: relative;
  background-color: white;
  box-shadow: 0 2px 6px 0 rgba(39,57,147,0.06);
  border-radius: 24px;
  overflow: hidden;
}

.visit-us-card h2{
    color: var(--neutral--800);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
}

.contact-details{
  display: flex;
  flex-direction: column;
  row-gap:1rem;
  margin: 1rem;
}
.contact-details a{
  text-decoration: none;
}

.contact-info{
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
}

.visit-us-btn button{
  cursor:pointer;
  background-color: #c93357;
  color: white;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #DA3960;
  padding: 0.5rem;
  transition: all 0.2s linear;
  
}





/*----------Email Subscribe----------*/

.footer-section{
  background-image: url(../assets/footer-glow.png);
  background-position: 140% 70%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.subscribe-section{
 padding: 4rem 0;
 max-width: 513px;
 margin: 0 auto;
 display: flex;
 flex-direction: column;
 align-items: center;
}

.subscribe-tag{
  margin-bottom: 1.5rem;
}

.subscribe-section p{
  text-align: center;
  margin-bottom: 3rem;
}
#subscribe-form{
  width: 100%;
  color: #8e929d;
  border: 1px solid #d8d8d8;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding:0 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.subscribe-emailInpt{
    background: transparent !important;
    border: 0;
    outline: 0;
    min-height: 3rem;
    font-family: Urbanist, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.875rem;
    width: 100%;
}


.subscribe-btn{
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #c93357;
  border-radius: 4px;
  width: 2.2rem;
  height: 2.2rem;
  color: white;
  box-shadow: 0 10px 20px rgba(207, 102, 127, .2);
}

.social-logos{
  margin:0;
  padding:0;
  width: 100%;
  text-align: center;
}

.social-btn {
  display:inline-block;
  width:60px;
  height: 60px;
  background: #f1f1f1;
  margin: 10px;
  border-radius: 30%;
  box-shadow:-5px 5px 15px -5px #f1f1f1; 
  overflow: hidden;
  position: relative;
  transition: 0.3s linear;
}

.social-btn i {
  line-height: 60px;
  font-size: 26px;
  transition: 0.3s linear;
}

.social-btn:nth-child(1) i {
  color:#3b5998;
}

.social-btn:nth-child(2) i {
  color:#000000;
}

.social-btn:nth-child(3) i {
  color:#c32aa3;
}

.social-btn:nth-child(4) i {
  color:#0077B5;
}

.social-btn:hover {
  transform: scale(1.1);
}

.social-btn:hover i {
  transform: scale(1.2);
  color: #fff;
}

.social-btn:before {
  content:"";
  position:absolute;
  width:120%;
  height:120%;
  transform: rotate(45deg);
  left: -110%;
  top:90%;
}

.social-btn:nth-child(1)::before {
  background: #3b5998;
}

.social-btn:nth-child(2)::before {
  background: #000000;
}

.social-btn:nth-child(3)::before {
  background: #c32aa3;
}

.social-btn:nth-child(4)::before {
  background: #0077B5;
}

.social-btn:hover::before {
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

footer{
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-top{
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0;
}

.fc{
  width: 30%;
}
.fc1{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fc1 img{
  width: 75%;
  margin-bottom: 1rem;
}
.fc1 p{
  text-align: justify;
  font-size: 1rem;
}

.quote-btn2{
  width: 150px;
  text-align: center;
  align-self: flex-start;
  border-radius: 6px;
  border: 1px solid #DA3960;
  color: rgb(18, 18, 18);
  background-color: transparent;
  padding: 0.5rem;
  text-decoration: none;
  transition: all 0.2s linear;
}
.quote-btn2:hover{
  background-color: #DA3960;
  color: white;
}

.fc2{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fc2 span{
  font-size: 1.2rem;
  font-weight: 500;
  color: #c93357;
  margin-bottom: 2rem;
}

.fc2 ul{
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.fc2 li{
  width: 30%;
  list-style: none;
  margin-bottom: 1rem;
  text-align: center;
}
.fc2 a{
  text-decoration: none;
  color: #4f4f4f;
  letter-spacing: -.01rem;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.fc2 a:hover{
  color: #0067f7;
}

.mapouter{
  position: relative;
  text-align: right;
  height: 246px;
  width: 100%;
}

.gmap_canvas{
  overflow: hidden;
  background: none !important;
  height: 246px;
  width: 100%;
}














@keyframes aaa {
  0% {
    left: -110%;
    top:90%;
  }
  50% {
    left:10%;
    top: -30%;
  }
  100% {
    left: -10%;
    top: -10%;
  }
}

@keyframes floatImage {
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(-2.4rem);
  }
  100%{
      transform: translateY(0);
  }
}

@media (max-width : 1500px){
  .home-right img{
    width: 46vw;
  }
  .home-left .main-content{
    font-size: 3rem;
  }
}
@media (max-width : 1433px){
  .home-left .main-content{
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .about-page{
    padding-top: 4.5rem;
    flex-direction: column;
    align-items: center;
  }
  .about-image img{
      margin-top: 2rem;
      width: 70vw;
  }
  .about-content{
      width: 80%;
      padding-top: 2rem;
  }
  .check{
    width: 100%;
  }
  .check .check-logo{
    width: 5%;
  }
  .check-logo img{
    width: 60%;
    margin-top: -0.5rem;
  }

  .ratings-img{
    width: 40%;
  }
  
}

@media (max-width: 1245px) {
  .static-nav,
  .home,
  .choose-us,
  .about,
  .features,
  .work,
  .contact,
  .visit-us,
  .footer-section{
    height: auto;
  }
  nav{
    padding: 0 50px;
  }
  .home{
    padding: 8rem 5rem;
  }
  .home-left .main-content{
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .home-left ,main-subtext{
    font-size: 1rem;
  }
  .home-right img{
    width: 40vw;
  }

  .choose-us{
    height: 50vh;
  }

  .card-border {
    left: 115%;
  }

  .check .check-logo {
    width: 7%;
  }

  .node-content{
    width: 65%;
  }
  .node-content h3{
    font-size: 1rem;
  }
  .node-content p{
    font-size:0.8rem;
    line-height: 1.2rem;
  }

  .work-container{
    width: 80%;
  }

  .c1-tag{
    font-size: 0.9rem;
  }
  .c1 h2{
    max-width: 90%;
  }
  .ratings{
    width: 100%;
  }
  .rating-count{
    font-size: 1rem;
  }

  .fc1 img{
    width: 70%;
  }
  .fc1 p{
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 1245px) and (orientation: landscape){
  .static-nav,
  .home,
  .choose-us,
  .about,
  .features,
  .work,
  .contact,
  .visit-us,
  .footer-section{
    height: auto;
  }
}


@media (max-width: 1024px){
  nav .logo{
    flex: 2;
    text-align: center;
  }
  nav .nav-items{
    position: fixed;
    z-index: 99;
    top: 70px;
    width: 100%;
    left: -100%;
    padding: 10px 50px 0 50px;
    text-align: center;
    background: #ffffff;
    display: inline-block;
    transition: top 0.3s ease;
    color: #c93357;
  }
  nav .nav-items.active{
    left: 0px;
  }
  nav .nav-items li{
    line-height: 40px;
    margin: 30px 0;
  }
  nav .nav-items li a{
    font-size: 20px;
  }
  .menu-icon span{
    display: block;
  }

  .home-page{
    flex-direction: column-reverse;
  }

  .home-left{
    width: 80%;
    margin-top: 2.5rem;
  }

  .home-left .main-content{
    font-size: 3rem;
    line-height: 3.2rem;
  }


  .home-right img{
    width: 70vw;
  }

  .card-border {
    left: 95%;
  }

  .check .check-logo {
    width: 10%;
  }

  .phase{
    font-size: 1.2rem;
  }
  .phases-right{
    width: 70%;
  }

  .c1-tag{
    font-size: 0.9rem;
  }
  .c1 h2{
    max-width: 95%;
  }
  .rating-count{
    font-size: 0.9rem;
  }
  .c2{
    width: 55%;
  }

  .visit-us-card{
    max-width: 420px;
    padding: 2.5rem;
  }

  .fc1 img{
    width: 65%;
  }
  .fc1 p{
    line-height: 1.2rem;
  }

  .fc2{
    width: 25%;
  }


}

@media (max-width: 900px){

  nav{
    padding: 0 1rem;
  }
  nav .menu-icon span,
  nav .cancel-icon span{
    margin: 0;
  } 

  .home{
    padding: 8rem 0;
  }
  .home-left .main-content{
    font-size: 2.2rem;
    line-height: 2.7rem;
    text-align: center;
  }
  .home-left .main-subtext{
    text-align: center;
  }
  .home-left a{
    align-self: center;
  }

  .choose-us{
    height: auto;
  }
  .cu-s1{
    margin: 4rem 0;
  }
  .cu-s3{
    padding: 3rem 0;
    flex-wrap: wrap; 
    justify-content: center;
    row-gap:2rem;
  }
  .cu-s3-card{
    width: 40%;
  }
  .card-border{
    display: none;
  }

  .about{
    padding: 1rem 0;
  }
  .about-content{
    width: 90%;
    padding-top: 1rem;
  }

  .features-top h2{
    width: 80%;
  }
  .grid-container{
    flex-direction: column;
    grid-row-gap: 3rem;
  }
  .grid-node{
    width: 90%;
  }
  .node-content{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .node-content h3{
    font-size: 1.5rem;
  }
  .node-content p{
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .phase {
    font-size: 1rem;
  }

  .contact-wrapper{
    flex-direction: column;
    height: auto;
  }
  .c1{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
  }
  .c1 p{
    text-align: center;
  }

  .ratings{
    width: 50%;
  }
  .c2{
    width: 90%;
  }

  .visit-us-card{
    max-width: 390px;
    padding: 2rem;
  }
  .visit-us-card h2{
    font-size: 35px;
  }

  .footer-top{
    flex-direction: column;
  }
  .fc{
    width: 100%;
    margin-bottom: 3rem;
  }
  .fc1 img{
    width: 40vw;
  }
  .fc1 p{
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .fc2 ul{
    flex-direction: row;
  }
}


@media (max-width:780px){
  .home-left .main-content{
    font-size: 2rem;
  }
  .home-left .main-subtext{
    font-size: 1.2rem;
  }
  .home-right img,
  .about-image img{
    width: 80vw;
  }

  .check .check-logo{
    width: 13%;
  }

  .project-block {
    flex: 0 0 250px;
    height: 180px;
  }

  .project-info h3 {
      font-size: 1.2em;
  }

  .project-info p {
      font-size: 0.9em;
  }

  

  .contact-container{
    max-width: 95%;
  }
  .c1{
    width: 85%;
  }
  .c1 h2{
    text-align: center;
  }
  .c1-tag{
    font-size: 1rem;
  }
  .ratings{
    width: 60%;
  }
  .ratings-img{
    width: 43%;
  }
}
@media(max-width: 600px){
  .logo img{
    width: 12rem;
  }
  .quote-btn{
    display: none;
  }

  .check .check-logo{
    width: 16%;
  }

  .cu-s2 h2{
    text-align: center;
  }
  .cu-s3-card .text-block{
    font-size: 1.1rem;
  }
  .cu-s3-card p{
    font-size: 1rem;
  }
  
  .slider .owl-item.active.center .slider-card{
    transform: scale(1.1);
  }
  .slider-card{
    margin-bottom: 35px;
  }
  .project-title{
    margin-top: -2rem;
  }
  .owl-nav{
    display: none;
  }

  .ratings{
    width: 70%;
  }

  .visit-us-card{
    max-width: 300px;
    padding: 2rem;
  }
  .visit-us-card h2{
    font-size: 28px;
  }
  .visit-us-card p{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .contact-details{
    margin: 0;
  }
  .contact-details a:last-child{
    margin-bottom: 1rem;
  }
}

@media(max-width: 500px){
  .home-left .main-content{
    font-size: 1.7rem;
  }
  .sec-name{
    display: block;
    text-align: center;
  }
  .sec-heading{
    font-size: 1.8rem;
    text-align: center;
  }
  .check .check-logo{
    width: 22%;
  }

  .project-block {
    flex: 0 0 200px;
    height: 150px;
  }

  .project-info h3 {
      font-size: 1em;
  }

  .project-info p {
      font-size: 0.8em;
  }
  
  .ratings{
    width: 90%;
  }

  .form-container{
    padding: 1.5rem;
  }

  .visit-us-card{
    max-width: 200px;
    padding: 1rem;
  }
  .visit-us-card h2{
    font-size: 20px;
  }
  .visit-us-card p{
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .contact-details{
    margin: 0;
    font-size: 10px;
    row-gap: 0.4rem;
  }
  .contact-details a:last-child{
    margin-bottom: 1rem;
  }
  .visit-us-btn{
    font-size: 0.5rem;
    padding: 0 3rem;
  }

}



@media (max-width: 400px){

  .home-left .main-content{
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .home-left .main-subtext{
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  
  .about-image {
    padding: 0;
  }
  .about-image img{
    width: 100vw;
  }

  .cu-s3{
    padding: 2rem 0;
  }
  .cu-s3-card{
    width: 100%;
  }
  .image-block{
    width: 150px;
    height: 150px;
  }
  .cu-s3-card .text-block{
    font-size: 1.5rem;
  }
  .cu-s3-card p{
    font-size: 1.2rem;
  }

  .sec-name{
    margin-bottom: 2rem;
  }
  .sec-heading{
    font-size: 1.4rem;
  }
  .about-content p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .check .check-logo {
    width: 25%;
  }

  .features-top h2{
    width: 100%;
  }

  .project-title{
    font-size: 1rem;
  }

  .work-container{
    width: 95%;
  }

  .c1{
    width: 95%;
  }
  .c1-tag{
    font-size: 0.7rem;
  }
  .c1 p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .rating-img{
    width: 40%;
  }

  .c2{
    width: 100%;
  }
  .form-container{
    padding: 0.8rem;
  }
}
