/*----- IMPORT FILES -----*/
@import url("../css/fonts.css");
@import url("../css/header_footer.css");

/*----- BASIC -----*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'SF Compact Display Regular';
  font-weight: 400;
  background: #E4F6FF;
  color: #000;  
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
  font-weight: normal;
}
a:hover{
  color: #fff;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.favicon{
  width: 16px;
  height: 16px;
  object-fit: contain;
}
main{
  padding: 80px 0 0;
}
.form-control:focus{
  box-shadow: 0 0 0 0.2rem rgb(1 94 194);
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*------ MAIN SECTION ------*/
#home{
  position: relative;
  display: block;
  padding: 90px 0 200px;
  background: url("../images/home/homebg.webp") no-repeat center;
  background-size: cover;
}
.title{
  font-size: 84px;
  font-family: 'SF Compact Display Medium';
  color: #FFFFFF;
  line-height: 90.2px;
  margin-bottom: 0;
}
.title b{
  font-family: 'SF Compact Display Medium';
  font-weight: normal;
  color: #FFA800;
}
.content{
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  margin: 35px 0;
}
#home .signup_btn{
  max-width: fit-content;
  font-size: 18px;
  align-items: center;
  padding: 12px 40px;
}
.landing__img{
  width: 100%;
}


.dashboard__link{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: auto;
  box-shadow: 0px 18.054054260253906px 39.11711883544922px 0px #0000001A;
  background: #D6ECF2;
  border-radius: 30px;
  padding: 9px;
  width: 100%;
}
.dashboard__link li a{
  border: 0.75px solid #8CA1A7;
    color: #8CA1A7;
    font-size: 12px;
    font-family: 'SF Compact Display Medium';
    border-radius: 22px;
    padding: 10px 10px;
    line-height: normal;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}
.dashboard__link li a.active, .dashboard__link li a:hover{
  background: #2181FF;
  border-color: #2181FF;
  color: #FFFFFF;
}

#work{
  background: #E4F6FF;
    border-radius: 60px 60px 0 0;
    position: relative;
    padding: 80px 0 40px;
    margin: -60px 0 0;
}
.title__blog{
  text-align: center;
  margin-bottom: 50px;
}
.sec_title{
  font-family: 'SF Compact Display Regular';
  font-size: 40px;
  color: #1E1E1E;
}
.title__blog p{
  font-family: 'SF Compact Display Regular';
    font-size: 20px;
    color: #5D5D5D;
    line-height: normal;
    margin-bottom: 0;
}
.sec_title b{
  font-family: 'SF Compact Display Bold';
}
.step__blog{
  text-align: center;
}
.step__blog span{
  width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: 'SF Compact Display Medium';
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 auto 35px;
    background: #2181FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step__blog h4{
  font-family: 'SF Compact Display Medium';
  font-size: 30px;
  color: #1E1E1E;
  margin-bottom: 10px;
}
.step__blog p{
  font-family: 'SF Compact Display Regular';
    font-size: 18px;
    color: #5D5D5D;
    line-height: normal;
}

#searchai{
  background: #FFFFFF;
  padding: 90px 0;    
  border-radius: 60px 60px 0 0;
}
#searchai h2{
  margin-bottom: 10px;
}
.work__card {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 30px;
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #fff;
box-shadow: 0px 198px 119px 0px #fff;
-webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.work__card img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 20px;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.work__card h3 {
  font-size: 28px;
  color: #1E1E1E;
  font-family: 'SF Compact Display Medium';
  margin-bottom: 20px;
  min-height: 70px;
}
.work__card p {
  font-size: 18px;
    color: #5D5D5D;
    line-height: 1.4;
    margin-bottom: 50px;
    min-height: 100px;
}
.work__card a {
  background: #2181FF;
  border-radius: 30px;
  padding: 10px 30px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'SF Compact Display Medium';  
  width: fit-content;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.work__card a:hover{
    background: linear-gradient(93.61deg, #2181FF 2.88%, #003D8C 134.48%);
}
.work__card:hover {
    border: 1px solid #2181FF30;
    box-shadow: 0px 198px 119px 0px #0000000D;
    -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.work__card:hover img {object-fit: none;-webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;}

.work__card:hover a {
    background: linear-gradient(93.61deg, #2181FF 2.88%, #003D8C 134.48%);
}
#seeker{
  background: url("../images/home/ad_banner.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 50px 0;
    height: 500px;
}
.seeker__blog h3{
  font-family: 'SF Compact Display Bold';
  font-size: 58px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.seeker__blog p{
 font-size: 22px;
 color: #FFFFFF;
 font-family: 'SF Compact Display Regular';
 margin-bottom: 40px;
 line-height: normal;
}
.seeker__blog p b{
  font-family: 'SF Compact Display Semibold';
}
.seeker__blog .signup_btn{
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #1E1E1E !important;
  max-width: fit-content;
  font-size: 18px;
  align-items: center;
  padding: 12px 40px;
}
.seeker__blog .signup_btn:hover{
    background:#10194A;
    color:#fff !important;
    border-color:#10194A;
}
.seeker__blog .signup_btn:hover svg path{
    stroke:#fff;
}

#service{
  position: relative;
  background: #FFFFFF;
  text-align: center;
  padding: 0 0 50px;
  border-radius: 0 0 60px 60px;
}
.service__first, .service__third {
  padding: 80px;  
  background: linear-gradient(360deg, #C2DCFF -29.14%, rgba(255, 255, 255, 0) 107.25%);  
  width: fit-content; 
  margin: 0 auto;
  display: block;  
  border-radius: 30px;
}
.service__blogs{
  margin-bottom: 80px;
}
.service__blogs:last-child{
  margin-bottom: 0;
}
.service__blogs .container{
  position: relative;
}
.service__content{
  max-width: 582px;
  margin: 0 auto;
  width: 100%;        
}
.service__content h4{
  font-size: 28px;
  color: #1E1E1E;
  margin-bottom: 10px;
  font-family: 'SF Compact Display Semibold';
}
.service__content p{
  font-size: 16px;
  color: #5D5D5D;
  font-family: 'SF Compact Display Regular';
  margin-bottom: 1.5rem;
}
.service__content .signup_btn{
  background: #2181FF;
  border-color: #2181FF;
  color: #FFFFFF !important;
  max-width: fit-content;
  font-size: 18px;
  align-items: center;
  padding: 12px 40px;
  margin: auto;
}
.service__content .signup_btn:hover{
    background:#B5D5FF;
    color:#fff !important;
    border-color:#B5D5FF;
}
.service__content .signup_btn:hover svg path{
    stroke:#fff;
}
.service__first_inner{
  background: #d5e7ff url(../images/home/service_1.png) no-repeat;
    border: 2px solid rgb(0 0 0 / 10%);
    border-radius: 30px;
    background-size: cover;
    padding: 50px 80px 0;
    background-position: unset;
}
.service__first_inner img{
  width: 80%;
}
.service__sec_inner{
  background: #fff4de url(../images/home/service_2.png) no-repeat;
    border: 2px solid rgb(0 0 0 / 10%);
    border-radius: 30px;
    background-size: cover;
    padding: 50px 80px 0;
    background-position: unset;
}
.service__sec_inner img{
  width: 80%;
}
.service__sec_inner .service__content, .service__first_inner .service__content{
  padding-bottom: 50px;
}
.service__third_inner{
  background: #d6ecf2 url(../images/home/service_3.png) no-repeat;
    border: 2px solid rgb(0 0 0 / 10%);
    border-radius: 30px;
    background-size: contain;
    padding: 60px 80px 0;
    background-position: bottom;
}
.service__third_inner img{
  width: 80%;
}
.service__fourth_inner{
  background: #fff4de url(../images/home/service_4.png) no-repeat;
    border: 2px solid rgb(0 0 0 / 10%);
    border-radius: 30px;
    background-size: cover;
    padding: 60px 80px 0;
    background-position: unset;
}
.service__fourth_inner img{
  width: 100%;
  margin-left: 50px;
}

#review{
  padding: 80px 0;
  position: relative;
}
#review h2{
  font-size: 36px;
}
.review__blog ul{
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 50px;
}
.review__blog p{
  font-family: 'SF Compact Display Regular';
  font-size: 24px;
  color: #5D5D5D;
  margin-bottom: 30px;
  display: block;
}
.review__blog h5{
  font-family: 'SF Compact Display Bold';
  font-size: 26px;
  color: #1E1E1E;
  margin-bottom: 3px;
}
.review__blog span{
  font-family: 'SF Compact Display Regular';
  font-size: 20px;
  color: #5D5D5D;
}
.review_user_blog{
  display: grid;
    grid-auto-flow: column;
    column-gap: 20px;
    justify-content: flex-start;
    align-items: center;
}
.review__user_icon{
  width: 100px !important;
  height: 100px !important;
  border-radius: 100px;
}
.review__blog {
  max-width: 570px;
  margin: 0 auto;
}
.owl-dots, .owl-nav{
  display: none !important;
}

/*------ Authentication ------*/
.right_blog{
  background: #2181ff url(../images/auth/bg.png) no-repeat;
    background-size: auto;
    background-position: 100% 0%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}
.right__blogin {
  max-width: 488px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-flow: column;
  text-align: center;
  padding: 50px 15px 0;
}
.right__blogin h1 {
  font-size: 30px;
  color: #fff;  
}
.right__blogin h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.right__blogin img {
  width: 100%;
  margin: 56px 0 0;
}
.auth_blog {
  max-width: 514px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 50px;
    position: relative;
    height: 100vh;
    display: flex;
    flex-flow: column;
    gap: 80px;
}
.auth_blog .brand {
  display: block; 
}
.auth__form {
  border: 1px solid #0000001A;
  border-radius: 30px;
  padding: 50px;
  background: #fff;
}
.auth_blog .form-group{
  margin-bottom: 1.5rem;
}
.input_group .form-control {
  background: #E4E4E44D;
  border: 0.85px solid #00000033;
  border-radius: 17px;
  padding: 15px 20px 15px 45px;
  height: auto;
  line-height: normal;
  font-size: 16px;
  color: #000;
}
/* .input_group .source_select {
  background: #E4E4E44D;
  border: 0.85px solid #00000033;
  border-radius: 17px;
  padding: 15px 20px 15px 45px;
  height: auto;
  line-height: normal;
  font-size: 16px;
  color: #000;
} */

.input_group {
  position: relative;
}
.input_group svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 12px;
  width: 26px;
  height: 26px;
}
.input_group i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto 15px;
  color: #5D5D5D;
}
.signin-botton {
  display: flex;
  width: 404px;
  height: 64px;
  align-items: center;
  justify-content: center;
  gap: 8.52px;
  padding: 16px;
  position: relative;
  background-color: #2181ff;
  border-radius: 30px;
}

.signin-botton .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: "SF Pro Rounded-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.auth_btn {
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #2181FF;
  background: #2181FF;
  padding: 16px 10px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 30px 0;
  line-height: normal;  
}
.auth_btn:hover {
  background: #fff;
  color: #2181FF;
}
.interlink {
  margin-bottom: 0;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #0000004D;
  font-family: 'SF Compact Display Medium';
}
.interlink a {
  color: #2181FF;
}
.custom_checkbx label span{
  font-size: 16px;
  color: 000000;
  font-family: 'SF Compact Display Medium';
}
.custom_checkbx label span a{
  color: #2181FF !important;
}
.auth__form h5{
  font-size: 22px;
  color: #000;
  font-family: 'SF Compact Display Medium';
}
.auth__form p{
  font-size: 16px;
  color: #7F859F;
  font-family: 'SF Compact Display Medium';
  display: block;
}
/* .check_verify_sec_container {
  border: 1px solid #0000001A;
  border-radius: 30px;
  padding: 50px;
  background: #fff;
  text-align: left;
}
.check_verify_sec_container h5{
  font-size: 22px;
  color: #000;
  font-family: 'SF Compact Display Medium';
  text-align: left;
}
.check_verify_sec_container p{
  font-size: 16px;
  color: #7F859F;
  font-family: 'SF Compact Display Medium';
  display: block;
  
} */

.check_verify_group {
  margin-bottom: 30px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #0000004D;
  font-family: 'SF Compact Display Medium';
  text-align: left;
}
.recovery_blog {
  text-align: center;
}
.secauth_title {
  color: #79747B !important;
  margin-bottom: 30px;
  font-family: 'SF Compact Display Light' !important;
}
.vector_img {
  margin: 30px 0;
}
.otp_inputblog .form-control {
  border: 1px solid #0000001A;
  border-radius: 5px;
  line-height: normal;
  max-width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px;
  font-size: 14px;
}
.otp_inputblog {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  max-width: 280px;
  margin: 0 auto;
}
.change_link {
  max-width: 280px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  color: #7E7B80;
  text-align: left;
}
.change_link a {
  color: #2181FF;
  margin-left: 12px;
}
.resend_link small {
  font-size: 14px;
  max-width: 280px;
  width: 100%;
  display: block;
  text-align: right;
  margin: 0 auto;
  color: #2181FF !important;
}
.otp__blog p {
  font-size: 14px;
  color: #7E7B80;
  font-family: 'SF Compact Display Regular';
}
.custom_checkbx input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.custom_checkbx label {
  margin-bottom: 0;
}
.custom_checkbx {
  display: flex;
  align-items: flex-start;
}

/* Optionally style the dropdown arrow */
