* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  
}

a{
  color: white;
  text-decoration: none;
}


.our-services{
  font-size: 2.9rem !important;
  margin-bottom: 30px;
}
.whatsapp-icon{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  transition: transform 0.3s;
  background-color: #25D366;
  align-items: center;
 
 }

 .whatsappSvg{
  margin: 13px;
  /* margin-top: 5px; */
  display: flex;
  justify-content: center;
  align-items: center;
 
  }

  .right-image{
    width: 370px;
    /* height: 200px; */
    /* object-fit: contain; */
    overflow: hidden;
  }
  
 

.hero{
    color: #ffff;
    /* background-color: wheat; */
    position: relative;
    /* background-image: url("../../assets/world-map.png"); */
    /* background-image: url("../../assets/back1.png"); */
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 1rem;

    
}

.navbar {
  /* background-color: #1f5156; */
  background-color: #183028 ;
  /* height: 70px; */
  /* height: 90px; */
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  /* position: fixed; */
  top: 0;
  z-index: 20;
  transition: all 0.5s ease;
 /* box-shadow: 5px 10px #f5b921; */
 
  
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  max-width: 1500px;
 
}


.whatsapp-icon{
 position: fixed;
 bottom: 20px;
 right: 20px;
 z-index: 1000;
 transition: transform 0.3s;
 background-color: #25D366;
 align-items: center;

}

.whatsappSvg{
margin-left: 13px;
margin-top: 5px;
}



.intro{
    margin-top: 2rem;
}

.image-Container{
    position: relative;
}

.heroImage{
    
    height: 30rem;
    object-fit: contain;
    position: absolute;
    right: 0;
    
    bottom: 1rem;
    
   
}


.appointment{
  text-decoration: none !important;
}






.bottom-footer{

  background-color: rgba(0,0,0,0.2);
  position: absolute;
  width: 100%;
  bottom: 1 ;
  margin-top: 100px;

  
 

}

.bottom-footer-content > p{
 /* font-size: 0.875rem; */
}

.social{
  margin-top: 44px;
}

.menu > li{
  font-size: 15px;
}

.link{
  text-decoration: none;
  color: #ffffff;
  
}

.link:hover{
  color: goldenrod;
}


.menu-title{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
 margin-bottom: 25px;
}

.menu-data > li:hover{
  color: goldenrod;
  cursor: pointer;

}


.footer-content{
  position: relative;
  background-image: url("../../assets/world-map.png");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: left;
 
 
}

.footer-content > p{
  line-height: 2.2;
  font-size: 15px;
  margin:0 30px

  
}

footer{
  height: 400px;
}


.footer-head{
  margin-top: 75px;
}


.custom-shape-divider-bottom-1693686075 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1693686075 svg {
    position: relative;
    display: block;
    width: calc(299% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1693686075 .shape-fill {
    fill: #FFFFFF;
   
}

.bar{
    position: relative;
    /* height: 20rem; */
  
   
}
.section-divider{
    background-color: white;
    /* height: 700px !important; */
   
    /* height: 100%; */
    
  
} 
.third-divider{
    background-color: white;
    /* height: 500px; */
   
}

.fourth-divider{
    background-color: #f5b922;
    height: 500px;
}

.secondbar{
    position: relative;
    height: 10rem;
   

}



.fourth-section{
    background-color: white;
    height: 400px;
   
   /* margin-top: -150px; */
}


.footer{
    /* background-color: #205156    ; */
    background-color: #183028;
    /* height: 300px; */
  
}

.header{
    margin-top: 10px;
    font-weight: bolder;
}

.header1, .collab{
 font-weight: bolder;
 margin-bottom: 40px;
}




.fContent{
  display: flex;
  justify-content: center;
  /* align-items: center; */
  margin: 40px;
 
}

.button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  /* background-color: rgb(0 107 179); */
  background-color: #183028;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button:hover .icon {
  transform: translate(4px);
}

.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}




  
 
  
  .socialSvg {
    width: 27px;
  }
  
  .socialSvg path {
    fill: rgb(255, 255, 255);
  }

  
  @-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  





  .g-data > img{
   margin: 4px  100px;
  }

  .Guaranteed-section{
    margin: 100px 300px;
  
  }

  .card-title {
    color: #262626;
    font-size: 1.5em;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0.5em;
  }
  
  .small-desc {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5em;
    color: white;
  }
  

  
  .go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 2em;
    height: 2em;
    overflow: hidden;
    top: 0;
    right: 0;
    /* background: linear-gradient(135deg, #6293c8, #384c6c); */
    background: linear-gradient(135deg, #f5b922
    , #f5b922
    );
    border-radius: 0 4px 0 32px;
  }
  
  .go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
  }
  
  .card {
    display: block;
    position: relative;
    max-width: 300px;
    /* max-height: 320px; */
    height: 320px;
    background-color: #f2f8f9;
    border-radius: 10px;
    padding: 2em 1.2em;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    /* background: linear-gradient(to bottom, #c3e6ec, #a7d1d9); */
    /* background: linear-gradient(to bottom,#205156 ,#ffff); */
    background: linear-gradient(to bottom,#205156 ,#292525);
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .card:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: linear-gradient(135deg, #183028, #183028);
    
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.35s ease-out;
  }
  
  .card:hover:before {
    transform: scale(28);
  }
  
  .card:hover .small-desc {
    transition: all 0.5s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .card:hover .card-title {
    transition: all 0.5s ease-out;
    color: #ffffff;
  }

  .g-data .user-image{
    width:500px;
    /* height: 200px; */
   
    object-fit: contain;
    margin: 30px;
   
    
  }



  .custom-shape-divider-bottom-1693697647 {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    height: 170px;
}

.custom-shape-divider-bottom-1693697647 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height:150px;
}

.custom-shape-divider-bottom-1693697647 .shape-fill {
    fill: #FFFFFF;
    /* fill: goldenrod; */
   

    
   
}


.custom-shape-divider-bottom-1693699711 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1693699711 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1693699711 .shape-fill {
    fill: #F5B922;
}

  

.copyright{
 font-size: 0.875rem;;
 margin-top: 12px;
}
  
/* input ends here */



/* smaller phones */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .heroImage {
    height: 20rem;
    object-fit: contain;
    position: relative;
    top: 1rem;
   
    margin: 0 auto;    
   
}

.Guaranteed-section{
    /* margin: 100px 100px; */
    margin: 0 auto;
   
    
}

.third-divider{
    /* height: 70rem; */
    /* display: none; */
    /* max-height: fit-content; */
    
}

/* .services-card{
  margin-left: 50px;

} */

.customers{
    /* margin-left: 100px; */
   
    display: flex;
    justify-content: center;
    align-items: center;
  
 
}

.followCard{
    /* margin-left: 180px; */
     margin: 0 auto;
    
     
    
}

.tax-problem {
 text-align: center;
 margin-top: 100px !important;
 
 
}



.intro{
/* text-align: center; */
margin-top: 20px;
font-size: 1.1rem;
}

.info2{
  text-align: center;
  margin-top: 20px;
  font-size: 1.1rem;
  
}

.info3{
  text-align: center;
  font-size: 1.1rem;
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}

.resolving-btn{
  display: flex;
  justify-content: center;
  /* align-items: center; */
  
}


.header1{
  text-align: center;
 margin-top: 50px;
 font-size: 1.2rem;
 font-weight: bolder;
 /* margin-bottom: 2rem; */

}

.header2{
  margin-top: 20px;
  font-size: 1.1rem;
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}

.g-data-image{
  display: flex;
  justify-content: center;
  align-items: center;
 
}


.bar{
position: relative;

top:50px;
height: 10rem;
}


.section-divider{
/* height: 860px; */
/* height: 590px; */
height: 700px !important;
}


.collab {
font-size: 1.3rem;
}

.dedicated-team{
text-align: center;
font-size: 1.1rem;
}

.footer-content > p{
margin: 0;
}

.menu > li{
margin: 0;

}



.menu-title{
margin-bottom:-30px;


}

.user-image{
  height: 55%;
}

.bottom-footer-content{
  display: block !important;
  
 
}

.copyright{
  
  text-align: center;
  padding: 0;
  
}

.bar{
  position: relative;
  /* height: 20rem; */

  
 
}

.title{
  /* font-size: .6rem; */
  /* font-size: 6rem; */
  font-size: 20rem !important;
  
  
}

.north-title{
  font-size: 1.5rem;
}




.logo2{
  width: 150px;
  box-shadow: 0 0 20px rgba(222, 255, 255, 0.964);
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 30px;
  
}



#follow{
display: none;
}

.logo{
  display: none;
}

.phone{
  text-decoration: none ;
  color: white;
  
 
}


}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  .heroImage{
    height: 20rem;
    object-fit: contain;
    position: relative;
    top: 1rem;
    margin: 0 auto;
    /* left: 5rem; */
 
}









.Guaranteed-section{
/* margin: 100px 100px; */
margin: 0 auto;

}

.third-divider{
/* height: 70rem; */
/* display: none; */
max-height: fit-content;


}



.customers{
/* margin-left: 100px; */

display: flex;
justify-content: center;
align-items: center;


}

.followCard{
/* margin-left: 180px; */
 margin: 0 auto;

 

}

.tax-problem {
text-align: center;
margin-top: 60px;

}



.intro{
/* text-align: center; */
margin-top: 20px;
font-size: 1.1rem;
}

.info2{
text-align: center;
margin-top: 20px;
font-size: 1.1rem;

}

.info3{
text-align: center;
font-size: 1.1rem;
margin-left: 1.1rem;
margin-right: 1.1rem;
}

.resolving-btn{
display: flex;
justify-content: center;
/* align-items: center; */

}


.header1{
text-align: center;
margin-top: 50px;
font-size: 1.2rem;
font-weight: bolder;
/* margin-bottom: 2rem; */

}

.header2{
margin-top: 20px;
font-size: 1.1rem;
margin-left: 1.1rem;
margin-right: 1.1rem;
}

.g-data-image{
display: flex;
justify-content: center;
align-items: center;


}


.bar{
position: relative;

top:50px;
height: 10rem;
}


.section-divider{
/* height: 860px; */
/* height: 570px; */
height: 330px;
}


.collab {
font-size: 1.3rem;
}

.dedicated-team{
text-align: center;
font-size: 1.1rem;
}




.user-image{
  height: 65%;
}




}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .heroImage{
    height: 20rem;
    object-fit: contain;
    position: relative;
    top: 1rem;
    margin: 0 auto;
    left: 5rem;
}



.Guaranteed-section{
  margin-top: 30px;
}

  

}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .heroImage{
    /* height: 20rem; */
    height: 30rem;
    object-fit: contain;
    position: relative;
    top: -8rem;
    margin: 0 auto;
    left: 5rem;
    
}
.logo2{
 display: none;
  
}

.north-title{
  font-size: 3rem;
  padding-left: 10px;
}
}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* .heroImage{
    height: 20rem;
    object-fit: contain;
    position: relative;
    top: 1rem;
    margin: 0 auto;
    left: 5rem;
} */
}





.whatsapp-socialButton{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #00000027;
  transition: 0.3s;
}

.whatsapp-socialButton:hover{
  background-color: #228700;
  box-shadow: 0px 0px 6px 3px #00000027;
}

.social-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #f2f2f2; */
  /* box-shadow: 0px 0px 15px #00000027; */
  padding: 15px 10px;
  border-radius: 5em;
}

.social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #00000027;
  transition: 0.3s;
}

.social-button:hover {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 6px 3px #00000027;
}

.social-buttons svg {
  transition: 0.3s;
  height: 20px;
}

.facebook {
  background-color: #3b5998;
}

.facebook svg {
  fill: #f2f2f2;
}

.facebook:hover svg {
  fill: #3b5998;
}

.github {
  background-color: #333;
}

.github svg {
  width: 25px;
  height: 25px;
  fill: #f2f2f2;
}

.github:hover svg {
  fill: #333;
}

.linkedin {
  background-color: #0077b5;
}

.linkedin svg {
  fill: #f2f2f2;
}

.linkedin:hover svg {
  fill: #0077b5;
}

.instagram {
  background-color: #c13584;
}
.whatsapp{
  background-color: #25D366;
}

.instagram svg {
  fill: #f2f2f2;
}

.instagram:hover svg {
  fill: #c13584;
}




/* services card */
.notification {
  display: flex;
  flex-direction: column;
  isolation: isolate;
  position: relative;
  /* width: 18rem; */
  width: 20rem;
  height: 8rem;
  background: #29292c;
  border-radius: 1rem;
  overflow: hidden;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 16px;
  /* --gradient: linear-gradient(to bottom, #2eadff, #3d83ff, #7e61ff); */
  --gradient: linear-gradient(to bottom, #fdd300, #228700, #075f1c);

  /* --color: #32a6ff */
  --color: #ffff
}

.notification:before {
  position: absolute;
  content: "";
  inset: 0.0625rem;
  border-radius: 0.9375rem;
  background: #18181b;
  z-index: 2
}

.notification:after {
  position: absolute;
  content: "";
  width: 0.25rem;
  inset: 0.65rem auto 0.65rem 0.5rem;
  border-radius: 0.125rem;
  background: var(--gradient);
  transition: transform 300ms ease;
  z-index: 4;
}

.notification:hover:after {
  transform: translateX(0.15rem)
}

.notititle {
  color: var(--color);
  padding: 0.65rem 0.25rem 0.4rem 1.25rem;
  font-weight: 500;
  font-size: 1.1rem;
  transition: transform 300ms ease;
  z-index: 5;
}

.notification:hover .notititle {
  transform: translateX(0.15rem)
}

.notibody {
  color: #99999d;
  padding: 0 1.25rem;
  transition: transform 300ms ease;
  z-index: 5;
}

.notification:hover .notibody {
  transform: translateX(0.25rem)
}

.notiglow,
.notiborderglow {
  position: absolute;
  width: 20rem;
  height: 20rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle closest-side at center, white, transparent);
  opacity: 0;
  transition: opacity 300ms ease;
}

.notiglow {
  z-index: 3;
}

.notiborderglow {
  z-index: 1;
}

.notification:hover .notiglow {
  opacity: 0.1
}

.notification:hover .notiborderglow {
  opacity: 0.1
}

.note {
  color: var(--color);
  position: fixed;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.9rem;
  width: 75%;
}
/* services card ends here */