:root{
    --bg : #023E8A;
    --buttonColor : #48CAE4;
}
*{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family:"Plus Jakarta Sans", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
header a:hover{
    text-decoration: underline;
}
li{
    list-style: none;
}
.navIcon-cont{
    display: none;
    z-index: inherit;
    /* padding: 10px; */
}
.navIcon-cont i.navIcon{
    font-size:3rem;
    cursor: pointer;
    color: #fff;
}
header {
    border-bottom: 1px solid grey;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    padding: 10px 2em;
    /* height: 100px; */
    /* border: 2px solid red; */
    background: var(--bg);
    display: flex;
}
.logo{
    z-index: inherit;
    width: 200px;
    /* border: 2px solid red; */
    margin: 0 0 0 20px;
}
.link-cont{
    z-index: inherit;
    width: calc(100% - 200px);
    /* border: 2px solid red; */
    /* float: right; */
    transition: width 900ms cubic-bezier(0.075, 0.82, 0.165, 1);
    
}
.link-cont.open{
    width: 100%;

}

.list{
    float: left;
    /* justify-content: center; */
    display :flex;
    margin: 0 0 0 300px;
    justify-content: center;
    padding: 10px 0;
    gap: 20px;
}
.right-link{
    padding: 10px 0;
    float: right;
    /* border: 2px solid green; */
    position: relative;
}
.right-link li{
    display: inline-block;
    margin: 0 15px;
}
.right-link li a.reg{
    /* border: 2px solid red; */
    border-radius: 30px;
    padding: 13px 24px;
    background: var(--buttonColor);
    line-height:normal;
    letter-spacing:normal
}

/* body{ */
    /* background: #023E8A; */
/* } */
main{
    position: relative;
    /* z-index: 99 !important; */
}
.ellipse{
    opacity: 5%;
    height: 914px;
    /* z-index: 1 !important; */
    width: 914px;
    position: absolute;
    border: 70px solid #fff;

}
.ellipse-1{
    top: -557px;
    left: 983px;
    border-radius: 100%;
}
.ellipse-2{
    top: 350px;
    left: 956px;
    border-radius: 100%;
}
.ellipse-3{
    top: -707px;
    left: -444px;
    border-radius: 100%;
}
.ellipse-4{
    top: 350px;
    left: -457px;
    border-radius: 100%;
}

/* index main */
.hero-card{
    position: relative;
    margin: 65px 0 0 0;
    height: 800px;
    /* overflow: hidden; */
    background: var(--bg);
}

.hero-card-intro{
    width: 600px;
    text-align: center;
    /* height: 178px; */
    top: 100px;
    position: relative;
    /* border: 2px solid red; */
    margin: 0 auto;    
}
.hero-card-intro h1{
    /* line-height: 89.28px; */
    letter-spacing: -3%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 50px;
}
.hero-card-intro h2{
    color: #D5D7D9;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -2%;

}
.hero-card-button, .how-it-work-button{
    display:flex;
    position: relative;
    gap: 24px;
    top: 120px;
    justify-content: center;
}
.hero-card-button a.sell, .how-it-work-button a.sell{
    background-color: var(--buttonColor);
    border-radius: 34px;
    padding: 13px 24px;
}
.hero-card-button a.check-rate, .how-it-work-button a.check-rate{
    background: #1A202C;
    border-radius: 34px;
    padding: 13px 24px;
}
.hero-img{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.hero-img img{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 1000px;
}

.benefit{
    height: 850px;
    padding: 4em;
    background: #fff;
}
.benefit-title{
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
}
.description{
    color: #596780;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width:501px;
    margin: 40px 0 0 0;
    letter-spacing: -2%;
    /* border: 2px solid red; */
}
.title{
    width: 300px;
}
.title h6{
    font-size: 20px;
    color: #023E8A;
    font-weight: 600;
    letter-spacing: -2%;
    line-height: 30px;
}
.title h2{
    /* margin-top: 20px; */
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -3%;
    color: #002C15;
}
.benefit-group{
    /* width: 1000px; */
    margin: 40px auto;
    display: flex;
    gap: 10px;
    /* border: 2px solid red; */
}
.benefit-g{
    width: 384px;
    /* border: 1px solid green; */
    height: 528px;
}
.group{
    margin:10px 0 0 0;
    height: 130px;
    color: #596780;
    line-height: -2%;
    font-size: 14px;
    /* border: 1px solid yellow; */
}
.group h3{
    color:#040815;
    font-size: 18px;
    font-weight:700;
    margin-bottom: 8px;
}
.group span{
    color: var(--buttonColor);
    font-size: 14px;

}
.frame{
    border-radius: 8px;
    height: calc(528px - 130px);
    background-color: #023E8A;
    padding: 5px;
}
.frame img{
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
}
.how-it-work{
    /* border: 2px solid red; */
    height: 776px;
    background: var(--bg);
    padding: 5em 3em;
    display: flex;
    gap: 4em;
}
.how-it-work-image img{
    border-radius: 10px;
    width: 588px;
    height: 536px;
}
.how-it-work-title{
    color: #fff;
    width: 500px;
    margin: 0 0 20px 0;
}
.how-it-work-title h2{
    font-size: 2em;
}
.how-it-work-title h3{
    color: var(--buttonColor);
    margin-bottom: 20px;
    font-weight: 500;
}
.stepper {
    width: 100%;
    max-width: 800px;
    margin: 2em auto;
}

.stepper-chain {
    display: flex;
    flex-direction: column;
    gap: 2em;
    position: relative;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 1.5em;
    position: relative;
    z-index: 2;
}

.step-icon {
    font-size: 1.5em;
    color: #48CAE4;
    background: #fff;
    border-radius: 50%;
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5em;
    height: 2.5em;
}

.step.active .step-icon {
    color: #fff;
    background: #48CAE4;
}

.step-content {
    flex: 1;
}

.step-content h4 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.step-content p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 1.25em;
    top: 3.5em;
    height: calc(100% + 1em);
    width: 2px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.success-story{
    padding: 4em;
}
.success-story-frame table{
    width: 100%;
    justify-content: center;
    align-items: center;
    border-collapse: collapse;
    text-align: left;
}

.success-story-frame table tr:nth-child(odd){
    background-color: #48CAE414;
    padding: 10px;
}
.success-story-frame table tr td{
    padding: 10px 20px;
    font-size: 16px !important;
    /* text-align: center; */
    font-weight: 600;
    color:#000;
}

.success-story-frame tr td:nth-child(1){
    width: fit-content;
}
.success-story-frame tr td:nth-child(2){
    padding: 0 60px;
    font-weight: 400;
}

td#f002{
    color: green;
    font-weight: 400;
    font-size: 16px;
}
.f001{
    display: flex;
    gap: 10px;
    font-size: 16px;  
    line-height: 2;
}
.f001 span{
    font-size: 16px;
}
.success-story-logo{
    display: flex;
    gap: 10px;
    margin: 20px 0;
}
.success-story-logo h2{
    line-height: 2.5;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 700;
}

.how-it-work-first{
    background-color: var(--bg);
    height: 600px;
    padding: 4em;
}
.how-it-work-title-2{
    width: 500px;
    text-align: center;
    margin: 0 auto 60px auto;
}
.how-it-work-title-2 h4{
    color: #48CAE4;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin:20px 0;
    
}
.how-it-work-title-2 h2{
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
}
.how-it-work-frame{
    width: 946px;
    margin: 0 auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    gap: 40px;

}
.how-it-work-group{
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    text-align: center;
    height: 180px;
    /* line-height: 4; */
    width: 199px;
}
.how-it-work-group p{
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 20px;

}
.how-it-work-group i{
    font-size: 2.5em;
    margin: 0;
    /* border-radius: 50%; */
    /* border: 5px solid #000; */
    position: absolute;
    color:var(--buttonColor);
    left: 0;
    /* background-color: #fff; */
    top: -20px;
}
.how-it-work-group h2{
    font-size: 1.2em;
    color: #1E1E1E;
    margin: 30px 0 10px 0;
    font-weight: 800;

}
.how-it-work-button{
    top: 30px;
}
.call-to-action{
    /* border: 2px solid red; */
    height: 500px;
    position: relative;
    padding: 4em;
    display:flex;
    background-color: #F2F5F7;
}
.call-to-action-content{
    margin-top: 70px;
    float: right;
    width: 589px;
}
.call-to-action-content h2{
    color: #002C15;
    font-weight: 700;
    font-size: 1.5em;
    width: 396px;
    margin-bottom: 20px;
    line-height: 40px;
    letter-spacing: -3%;
}
.call-to-action-content p{
    color: #596780;
    width: 589px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -2%;
    line-height: 30px;
}
.call-to-action-content span{
    color: #48CAE4;
}
.call-to-action-img{
    /* border: 2px solid red; */
    width: calc(100% - 589px);
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
    /* height: fit-content; */
}
.call-to-action-img img{
    margin-top: -10px;
    height: 500px;
    /* object-fit: cover; */

}
.trade-btn{
    padding: 13px 24px;
    background-color: var(--buttonColor);
    display: inline-block;
    border-radius: 30px;
    margin-top: 35px;
}
footer{
    height: 400px;
    /* border: 2px solid red; */
    position:relative;
    padding: 4em;

}
.footer-wraper{
    display: flex;
    /* gap: 70px; */
}
.footer-logo{
    width: 243px;
    color: #596780;
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;

}

.footer-logo p{
    margin-top: 20px;
}
.footer-section h2{
    color: #1A202C;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -2%;

}
.footer-links{
    display: flex;
    gap: 50px;
    margin-left: 70px;

}
.footer-section{
    padding: 0 20px;
    /* border: 2px solid red; */
}
.footer-section ul li a{
    text-decoration: none;
    display: inline-block;
    color: #596780;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
.footer-section ul{
    margin-top: 20px;
}
.footer-copyRight{
    display:flex;
    z-index: 99;
    color: #596780;
    justify-content: space-between;
    /* gap: 20px; */
    margin-top: 20px;
    position: relative;
}
.copy-contactus{
    float: left;

}
footer hr{
    margin-top: 20px;
}
.copy-contactus ul{
    display: flex;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -2%;
    line-height: 24px;

}
.copy-contactus ul li a{
    color: #596780;
    display: inline-block;
    width: 100%;
    cursor:pointer;
    /* text-decoration: none; */
}



/*  Contact Page */
.contact-header-cont{
    /* z-index: 99; */
    margin: 65px 0 0 0;
    background: #D5D7D9;
    position: relative;
    /* border: 2px solid red; */
}
.contact-header-frame{
    width: 800px;
    position: relative;
    margin: 0px auto;
    padding: 30px 20px;
    /* border:2px solid green; */
    display: flex;
}
.contact-header-section{
    width: calc(100% - 90px);
    /* border: 2px solid yellow; */
}
.contact-header-section h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0%;
}
.contact-header-section h3{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 36px;
}
.contact-header-section-b{
    width: 90px;
    text-align: right;

}
.contact-header-section-b i{
    display: block;
    margin: 25px 0;
    font-size: 1.6em;
    
}
form.contact-form{
    width: 1000px;
    margin: 0px auto;
    padding: 30px 20px;
    /* border: 2px solid red; */
}
.contact-input-cont{
    display: flex;
    gap: 30px;
}
.input-field{
    /* border: 2px solid red; */
}
.input-field input{
    border: none;
    margin-top: 10px;
    display: inline-block;
    border-bottom: .5px solid #000;
    background-color: transparent;
    color: #069;
    outline: none;
}
.contact-message-cont{
    width: 100%;
    margin: 30px 0;
    /* padding: 4em; */
}
.contact-message-cont textarea{
    width: 100%;
    resize: none;
    outline: none;
    border: none;
    border-bottom: .4px solid #000;
    background-color: transparent;

}
.contact-form button{
    padding: 20px 15px;
    background-color: #48CAE4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 38px;

}
.contact-frame-img{
    width: 1000px;
    border-radius: 32px;
    margin: 20px auto;
    height: 362px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.contact-frame-img img{
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}
.contact-info-cont{
    padding: 100px 24px;
    background-color: #0F4890;
    display: flex;
    color: #fff;
    gap: 30px;
}

.contact-info-header{
    width: 500px;
    padding: 20px 20px;
    /* border: 2px solid red; */
}
.contact-info-header h3{
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
}
.contact-info-header h2{
    font-size: 40px;
    line-height: 50px;

}
.contact-info-cont-details{
    width: calc(100% - 500px);
    /* border: 2px solid red; */
    display: flex;
    gap: 40px;
}
.contact-info-cont-details ul li{
    font-size: 15px;
    font-weight: 400;
    margin: 20px 0;
}
li.con092tacto29{
    margin-top: 30px !important;
}
.contact-info-cont-details ul li strong{
    font-size: 18px;
    font-weight: 600;
    line-height: 22.63px;
    letter-spacing: 0%;
    display :block;
}
.contact-info-cont-details ul li a{
    font-size: 15px;
    font-weight: 400;
}
.contact-info-cont-details ul li hr{
    width: 30px;
    height: 2px;
    background: #fff;
}
/* logins section */
#form-body{
    background-color: #F8FAFC;
}
.logs{
    width: 480px;
    /* border: 2px solid red; */
    height: 530px;
    margin: 10px auto;
    /* padding: ; */
}
.log-header-wrap{
    text-align: center;
    align-items: center;
    margin: 0 0 32px 0;
    line-height: 44px;
    letter-spacing: 1.4%;
}
.log-header-wrap h2{
    font-weight: 700;
    color: #1E293B;   
    font-size: 32px;
}
.log-header-wrap p{
    color: #475569;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0%;
    line-height: 24px;
}
.logs form{
    /* border: 2px solid red; */
    width: 100%;

}
.logs-input label{
    font-size:14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.6%;
    color: #1E293B;
    display: block;
}
.logs-input{
    margin: 20px 0;
}
button{
    cursor: pointer;
    opacity: 1;
    transition:opacity 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
button:hover{
    opacity:0.8
}
.logs-input input{
    padding: 12px;
    display:block;
    width: 100%;
    border-radius: 8px;
    outline: none;
    font-size: 16px;
    color: #069;
    border: 1px solid #CBD5E1;
}
.logs-input a{
    color: #023E8A;
    font-size: 14px ;
    font-weight: 700;
    letter-spacing: -0.6%;
    cursor: pointer;
}
.logs-input button{
    width: 100%;
    border-radius: 1234px;
    padding: 12px 20px;
    background-color: #48CAE4;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.logs-input p{
    font-size: 14px ;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.6%;
    align-self: center;
}

.logs-input p a{
    color:#023E8A;
}




