.gradient-button {
    background-color: #ffd700;
    color: black;
    font-size: 12px;
    transition: 0.3s;
}
.dropdown-bgc{
    
    background-color: rebeccapurple;
}
.reg-btn{
    color: #6bb8c5;
    font-size: 10px;
    border: 2px solid #deee02 ;
}
.reg-btn:hover{

    font-size: 11px;
    transition: 0.3s;
    border: 2px solid #04AA6D;
}
.hworks{

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    justify-content: center;
    
}
@media screen and (max-width: 600px) {
    .hworks {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: dense;
        justify-content: center;
    }
  }
.review{
 background-color: white;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 justify-self: center;
}
.gather{
    grid-area: t;
}
.confront{
    grid-area: p;
}
.moneyback{
    grid-area: s;
}
.nav-end{
    text-align: end !important;
}
.text-start1{
    text-align: start !important;
}

.about-hero{
 background-repeat: no-repeat !important;
 background-size: 800px !important;
 background-position-x: left;
 background-position-y:top;
}
.grid1{
    display: grid;
}
.about-left{
    width: 500px;
	height: 760px;
	transform: skew(-25deg);
	background-image: linear-gradient(to bottom right, #00b6db, #01e2da);
    border-radius: 0px 0px 300px 0px;
}
@media screen and (max-width: 600px) {
    .about-left {
        width:0%;
        height: 0%;
        transform: skew(0deg);
        background-image: linear-gradient(to bottom right, #00b6db, #01e2da);
        border-radius: 0px 0px 0px 0px;
    }
}
.about-left-content{
    position: absolute;
    transform: skew(30deg);
    margin-top:70px;
    
    margin-left:-200px;
}
@media screen and (max-width: 600px) {
    .about-left-content {
        position: static;
        transform: skew(0deg);
       margin-top: 50px;
       margin-left: 50px;
       text-align: center;
       
    }
    
}
.about-left-content img{
    width:700px;


}
@media screen and (max-width: 600px) {
    .about-left-content img {
        width:200px;
    }
    
}

.about-right{
    width: 500px;
    position: absolute;
    margin-top: -600px;
    margin-left: 600px;
   
 
}
@media screen and (max-width: 600px) {
    .about-right {
        width: 100%;
        position: static;
        margin-top: 0px;
        margin-left: 0px;
    }
    
}
.mobilenav{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0%;
    height: 0px;
    background-color: rgba(0, 179, 255, 0);
}
@media screen and (max-width: 600px) {
    .mobilenav {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 80px;
        background-color: #00b3ff3b;
    }
    
}
.grid-2c{

    display: grid;
    grid-template-columns: 1fr 1fr; 

}
@media screen and (max-width: 600px) {
    .grid-2c {
        display: grid;
        grid-template-columns: 1fr; 
    }
    
}
.grid-2c h1{
    font-size: 1.5rem;
    font-weight: 700;
}
.section-21{
    position: relative;
    top: 200px;

    
}
@media screen and (max-width: 600px) {
    .section-21 {
        position: static;
        top: 0px;
    }
    
}
.section-22{
    position: relative;
    top: 300px;
    
}
@media screen and (max-width: 600px) {
    .section-22 {
        position: static;
        top: 0px;
    }
    
}
.section-23{
    position: relative;
    top: 200px;
    
}
@media screen and (max-width: 600px) {
    .section-23 {
        position: static;
        top: 0px;
    }
    
}
.section-24{
    position: relative;
    top: 300px;
    
}
@media screen and (max-width: 600px) {
    .section-24 {
        position: static;
        top: 0px;
    }
    
}


.approach{
    position: relative;
    margin-top: 200px;
    width: 1005;
	height: 50px;
	border-top: 400px solid transparent;
	border-left: 1200px solid #003672;
	border-bottom: 300px solid transparent;
    justify-content: center;
}
@media screen and (max-width: 600px) {
    .approach {
        position: static;
        margin-top: 0px;
        width: 100%;
        height: 50px;
        border-top: 1200px #003672 ;
        border-left: 1200px solid #003672;
        border-right: 1200px solid #003672;
        border-bottom: 1200px solid #003672;
        justify-content: center;
    }
    
}
.approach-content{
    margin-left: 100px;
    
    position: absolute;
    margin-top: -520px;
   
}
@media screen and (max-width: 600px) {
    .approach-content {
        margin-left: 0px;
        position: absolute;
        margin-top: -820px;;
    }
    
}
.approach-content img{
    position: absolute;
    top: -100px;
    width: 600px;
}
@media screen and (max-width: 600px) {
    .approach-content img {
        margin-left: 20px;
        position: absolute;
        top: -300px;
        width: 300px;
    }
    
}
@media screen and (max-width: 600px) {
    .approach-text {
        text-align: center;
        padding: 20px;
    }
    
}


.approach-content  h1{
    font-size: 2.5rem;
    color: white;
}
.approach-content  p{
    
    color: white;
}
.approach-content h2{
    color: #00b4ff ;
}

.round-button{
    
    border-radius: 40px;
    border: 2px solid rgb(7, 248, 248);
    padding: 20px;
    width: 200px;
    height: 150px;
    color: white;
}
.footer1{
    background-color: #003944;
    color: white;
    padding: 20px;
    width: 100%;
}


.asset1{
    height: 700px;
    width: 100%;
    background-color: #164e8d;
    position: absolute;
    border-bottom-right-radius: 1000px;
    transform: matrix(1.5, -0.3, 0, 1, 0, 0);
}
@media screen and (max-width: 600px) {
    .asset1 {
        height: 600px;
        width: 100%;
        background-color: #164e8d;
        margin-left:0px;
        position: absolute;
        border-bottom-right-radius: 200px;
        transform: matrix(1.5, -0.3, 0, 1, 0, 0);
    }
    
}
.asset11{
    height: 400px;
    width: 100%;
    
    background-color: #164e8d;
    position: absolute;
    margin-left:-110px;
    border-bottom-right-radius: 500px;

}
@media screen and (max-width: 600px) {
    .asset11 {
        height: 400px;
        width: 100%;
        background-color: #164e8d;
        position: absolute;
        margin-left:-110px;
        border-bottom-right-radius: 500px;
    }
    
}
.network{
   margin-left: -150px;
   margin-top: -100px;
width: 500px;
z-index: 1; position: absolute;
}
@media screen and (max-width: 600px) {
    .network {
        margin-left: 0px;
        margin-top: 0px;
        width: 300px;
        position: absolute;
        z-index: -1;
    }
    
}


.asset2 img{
    width: 800px;
   
}
@media screen and (max-width: 600px) {
    .asset2 img {
        width: 300px;
        padding: 30px;
    }
    
}
.asset-margin{
    margin-top: 100px ;
}
@media screen and (max-width: 600px) {
    .asset-margin {
        margin-top: 0px ;
    }
    
}
.asset-text{
    z-index: 2;
    position: absolute;
}
@media screen and (max-width: 600px) {
    .asset-text {
        z-index: 2;
        position: static;
        margin-top: 100px;
        margin-left: 20px;
    }
    
}
.asset-text p{
    color: white;
}
@media screen and (max-width: 600px) {
    .asset-text p {
        font-size: 12px;
    }
    
}
.asset-text h1{
    color: white;
    font-size: 4rem;
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    .asset-text h1 {
        font-size: 2rem !important;
    }
    
}

.asset-about{
    width: 800px;
    display: inline-block;
    text-align: center;
    

}
@media screen and (max-width: 600px) {
    .asset-about {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    
}


/* .fund-recovery{
    position: absolute;
    width: 100%;
    height: 700px;
    background-image: linear-gradient(to top right, #1a36b3, #01e2da);
    transform: matrix(1.5, 0, 0, 1, 0, 0);
    

}
@media screen and (max-width: 600px) {
    .fund-recovery {
        position: absolute;
        width:100%;
        height: 0;
        border-top: 50px solid transparent;
        border-right: 450px solid #2472cc;
        border-bottom: 1000px solid #2472cc;
    }
    
} */
.fund-img{
    width: 100%;
}
@media screen and (max-width: 600px) {
    .fund-img {
        width: 100%;
    }
    
}
.fund-middle{
    margin-top: 50px;
    padding: 50px;
    background-image: linear-gradient(to top right, #1a36b3, #01e2da);
    

}
@media screen and (max-width: 600px) {
    .fund-middle {
        margin-top: 0px;
    }
    
}
.hire-law{

    margin-top: 20px;
    width: 100%;
    height: 100%;
    padding: 100px;
    border: 3px solid #2472cc;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 50px;
    text-align: center;
}
.hire-law h1{
    font-size: 2rem;
    font-weight: 700;
}
.reason {
    font-weight: 700;
}

.Tracing{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 30px;
    box-shadow: rgb(65, 154, 255) 0px 0px 10px 0px;
}
.steps-to-trace{
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgb(65, 154, 255) 0px 0px 15px 0px;
}
.conclusion{
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgb(212, 212, 212) 0px 0px 10px 0px;
}

.consultation-form{
    position: relative;
    margin-top: 40rem !important;
    background-color: #ffffff;
    width: 80%;
}
.consultation-form-home-page{
    position: relative;
    margin-top: 5rem !important;
    background-color: #ffffff;
    width: 80%;
}
@media screen and (max-width: 600px) {
    .consultation-form {
        margin-top: 500px !important;
        background-color: #ffffff;
        width: 100%;
    }
    
}
.logo1 img{
    width: 200px;
}
@media screen and (max-width: 600px) {
    .logo1 img {
        width: 100px;
    }
    
}
.consultaionhero{
    margin-top: 150px;
}
@media screen and (max-width: 600px) {
    .consultaionhero {
        margin-top: 150px;
    }
    
}
.contact-form1{
    position: relative;
    width: 100%;
    height: 100%px;
    padding: 40px;
    border-radius: 20px;
    margin-top: 150px !important;
    background-color: #ffffff;
    box-shadow: #6bb8c5 0px 0px 10px 0px;
}
.map2{
    width: 500px;
    height:400px;

}
@media screen and (max-width: 600px) {
    .map2 {
        width: 100%;
        height:400px;
    }
    
}

.all-services-hero{
    width: 100%;
    height: 900px;
    background-image: linear-gradient(to top right, #1a36b3, #01e2da);
    border-bottom-left-radius: 40%;
    /* transform: matrix(1.5, -0.3, 0, 1, 0, 0); */
    position: absolute;
}
.all-services-hero img{
    width: 300px;
    
}
.all-services-hero1 , h1{
    font-weight: 900 ;
    font-size: 50px;
    color: white;
}

.all-services-hero1{
    align-self: flex-end;
    

}
.all-services-hero1 img{
    margin-top: 50px;
}
.all-services-hero-content{
    position: relative;
    height: 600px;
}
.btn-blue{
    background-color: #081729;
    color: white;
}
.btn-small-text{
font-size: 9px;
}
.btn-small-text1{
    font-size: 8px;
    font-weight: 300;
    }
.allservice-hr{
    margin-top: 200px;
    width: 100%;
    height: 15px;
    background-color: #1a36b3;
}

.all-service-content-2{

    box-sizing: border-box;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.548)0px 3px 6px;
    border-radius: 10px;

}
.all-service-content-3{
    width: 100%;
    height: 600px;
    background-image: linear-gradient(to top right, #1a36b3, #01e2da);
    transform: matrix(1.5, -0.3, 0, 1, 0, 0);
    position: absolute;
    z-index:-1;
}
.card1{
    margin-top: 280px;
    width: 100%;
    height: 400px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.548)0px 3px 6px;
    border-radius: 20px;
    padding: 70px 0;

   
}
.card2{
    margin-top: 210px;
    width: 100%;
    height: 400px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.548)0px 3px 6px;
    border-radius: 20px;
    padding: 70px 0;

   
}
.card3{
    margin-top: 140px;
    width: 100%;
    height: 400px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.548)0px 3px 6px;
    border-radius: 20px;
    padding: 70px 0;

   
}
.card4{
    margin-top: 70px;
    width: 100%;
    height: 400px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.548)0px 3px 6px;
    border-radius: 20px;
    padding: 70px 0;

   
}
.card1, .card2, .card3, .card4{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}