/******* General **********/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    margin: 0;
}

/******************* Home *********************/
.sec_width .container {
    max-width: 1300px;
    margin: auto;
}
.hero_sec::before {
    content: '';
    background: url(Images/Artwork.webp);
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.hero_sec {
    padding: 5em 0 3em;
}
.hero_sec .container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
}
.hero_sec .container .hero_content ,
.hero_sec .container .hero_img {
    width: 50%;
}
.hero_sec .container .hero_img img {
    width: 100%;
}
.hero_sec .container .hero_content h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-transform: capitalize;
}
.hero_sec .container .hero_content h2 span {
    color: #0D47A1;
}
.hero_sec .container .hero_content p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 139%;
    color: #00000082;
    font-weight: 400;
}
.make_sec {
    padding: 4em 0;
}
.make_sec .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.make_sec .make_img {
    width: 48%;
}
.make_sec .make_img img {
    width: 100%;
    max-width: 654px;
}
.make_sec .make_content {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    padding-left:50px ;
    row-gap: 30px;
}
.make_sec .make_content div {
    width: 50%;
}
.make_sec .make_content h4 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 26px;
    line-height: 42px;
    color: #000000DE;
    margin: 0;
}
.make_sec .make_content p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000DE;
    max-width: 286px;
    margin-left: auto;
    margin-right: auto;
}
.preview_sec {
    padding: 4em 0;
    background-color: #E8F4FE;
}
.preview_sec .container {
    max-width: 100%;
}
.preview_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin:0 auto 50px;
}
.preview_sec h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 60px;
    line-height: 78px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #0D47A1;
    margin: 0;
}
.preview_sec .preview_header a {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2597F3;
    text-decoration: none;
}
.preview_sec .preview_content {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    gap: 30px;
}
.preview_sec .preview_content .preview_slider {
    width: 75%;
}
.preview_sec .preview_content .preview_img {
    width: 23%;
}
.preview_sec .preview_content .preview_img > img {
    width: 100%;
}
.preview_sec .slider-wrapper{
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.preview_sec .slider{
  display:flex;
  gap:20px;
  transition: transform 0.4s ease;
  padding-top: 70px;
}
.preview_sec .card{
  min-width:278px;
  background:#fff;
  border-radius:12px;
  padding:15px;
  box-shadow: 10px 10px 25px 10px #0000000D;
}
.preview_sec .card img{
  width:100%;
  border-radius:10px;
  margin-bottom:10px;
  margin-top: -70px;
}
.preview_sec .card h3{
    margin: 0;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 25px;
    line-height: 48px;
    text-transform: capitalize;
    color: #2A69C6;
}
.preview_sec .card p {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    color: #757575;
}
.preview_sec .card button{
    margin-top:10px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #0D47A1;
    border: 1px solid #2196F3;
    width: 100%;
    border-radius: 10px;
    background: transparent;
}
.preview_sec .nav{
  position:absolute;
  bottom:25px;
  width:40px;
  height:40px;
  border-radius:50%;
  border:none;
  background:#fff;
  box-shadow:0 3px 10px rgba(0,0,0,0.2);
  cursor:pointer;
}
.preview_sec .prev{
  left:45%;
}
.preview_sec .next{
  right:45%;
}
.preview_sec .nav img {
    width: 20px;
}
.recruit .make_content {
    padding-left: 0;
    padding-right: 50px;
    text-align: right;
}
.recruit .make_content p {
    margin-right: 0;
}
.testimonial_sec {
    background: #E8F4FE;
}
.testimonial_sec .container {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.testimonial_img img {
    width: 100%;
}
.testimonial_sec .container .testimonial_slider {
    width: 73%;
    padding: 0 50px;
}
.testimonial_sec .container .testimonial_img {
    width: 25%;
    padding: 4em 0;
}
.slider-wrapper_testimonial{
    overflow: hidden;
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}

.slider_testimonial{
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}

.slider-wrapper_testimonial .card_testimonial{
    min-width: calc((100% - 60px) / 3); /* 3 cards visible, 30px gap */
}
.slider-wrapper_testimonial .card_testimonial > div:first-child {
    background: #fff;
    padding: 30px;
    border-radius: 50px 50px 50px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    text-align: left;
    margin-bottom: 30px;
}
.slider-wrapper_testimonial .bubble{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000DE;
    margin-bottom: 30px;
}

.slider-wrapper_testimonial .stars{
    color:#FFD700;
    margin-bottom:10px;
    font-size: 50px;
}

.slider-wrapper_testimonial .user{
    display:flex;
    align-items:center;
    gap:12px;
}
.slider-wrapper_testimonial .user .role {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #00000082;
    margin: 0;
    font-style: italic;
}
.slider-wrapper_testimonial .user img{
    width:60px;
    height:60px;
    border-radius:50%;
    border: 3px solid #fff;
}
.slider-wrapper_testimonial .user .name {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000000DE;
    margin: 0;
}
.testimonial_sec .container .testimonial_slider {
    position: relative;
    padding: 4em 0;
}
.testimonial_sec .container .testimonial_slider::before {
    content: "";
    background: url(./Images/shape.svg);
    background-size: cover;
    position: absolute;
    width: 388px;
    background-repeat: no-repeat;
    right: 0;
    top: -50px;
    bottom: -50px;
    z-index: 0;
}
/* dots */
.testimonial_sec .dots_testimonial{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:40px;
}
.testimonial_sec .dot{
    width:10px;
    height:10px;
    background:#cbd5e0;
    border-radius:50%;
    cursor:pointer;
    transition:0.3s;
}
.testimonial_sec .dot.active{
    background:#2B59C3;
    width:25px;
    border-radius:10px;
}
.faq_container {
    padding: 4em 0;
}
.faq_container h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    color: #2A69C6;
    background: url(Images/faq_shape.svg);
    width: fit-content;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px;
}
.faq-item{
  border-bottom:2px solid #D9D9D9;
  padding: 30px 0;
}
.faq-question{
  width:100%;
  padding:0px;
  text-align:left;
  font-size:18px;
  background:none;
  border:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000000DE;
}
.arrow{
  transition:0.3s;
}
.arrow.rotate{
  transform:rotate(180deg);
}
.faq-answer{
  display:none;
  padding:15px 0 0;
  color:#555;
}
.faq-answer p {
    margin: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #00000082;
}
.cta_sec .cta_container {
    background-color: #2A69C6;
    border-radius: 21px;
}
.cta_sec .cta_content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 55px 40px;
}
.cta_sec .cta_content div:first-child {
    width: 60%;
}
.cta_sec .cta_content div:last-child {
    width: 40%;
}
.cta_sec h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #fff;
    margin: 0;
}
.cta_sec p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    margin: 15px 0 0;
}
.cta_sec input[type="email"] {
    border: none;
    background: transparent;
    color: #fff;
    width: 58%;
}
.cta_sec input[type="email"]::placeholder {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: Regular;
    font-size: 19px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;
}
.cta_sec form {
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
.cta_sec input[type="submit"] {
    border: 1px solid #2A69C6;
    background: #fff;
    color: #2A69C6;
    padding: 20px 60px;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    border-radius: 10px;
}
.cta_sec input[type="submit"]::before {
    content: url(./Images/android-send.svg);

}

/************ Our Services *************/
.hero_sec_services {
    padding: 6em 0;
}
.hero_sec_services h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 15px;
}
.hero_sec_services h2 span {
    color: #0D47A1;
}
.hero_sec_services p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
    line-height: 139%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 914px;
    margin: auto;
    color: #00000082;
}
.AI-powered_sec {
    padding: 2em 0 5em;
}
.AI-powered_sec .ai_content {
    display: flex;
    flex-wrap: wrap;
}
.AI-powered_sec .ai_content div{
    width: 50%;
}
.AI-powered_sec .ai_content div:last-child {
    text-align: right;
}
.AI-powered_sec h3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 31px;
    line-height: 42px;
    color: #2A69C6;
    margin: 0 0 15px;
}
.AI-powered_sec p {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 0;
    color: #00000091;
}
.AI-powered_sec img {
    width: 100%;
    max-width: 545px;
}
.AI-powered_sec ul {
    list-style: none;
    padding-left: 60px;
    margin: 30px 0;
}
.AI-powered_sec ul li {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    vertical-align: middle;
    color: #00000091;
    margin-bottom: 30px;
    position: relative;
    padding-left: 10px;
}
.AI-powered_sec ul li::before {
    content: "";
    background: url(./Images/check_mark.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    left: -25px;
    top: 4px;
}
.AI-powered_sec a {
    display: block;
    text-align: center;
    border: 1px solid #2A69C6;
    color: #2A69C6;
    background: transparent;
    padding: 25px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 14px;
    text-decoration: none;
}
.global_hiring h3 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 31px;
    line-height: 42px;
    text-align: center;
    color: #2A69C6;
    margin: 0;
}
.global_hiring p {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #00000091;
    margin: 15px 0 0;
}
.global_hiring {
    background-color: #E8F4FE;
    padding: 6em 0;
    margin-top: -5px;
}
.global_boxes {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 20px;
    margin-top: 60px;
}
.global_boxes div {
    background: #fff;
    border-radius: 34px;
    padding: 30px;
}
.global_boxes h4 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 25px;
    line-height: 48px;
    text-transform: capitalize;
    color: #2A69C6;
    margin: 0;
}
.global_boxes ul {
    margin: 30px 0 0;
}
.global_boxes ul li {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 40px;
    color: #757575;
}
.global_boxes a {
    display: block;
    background-color: #2A69C6;
    border-radius: 10px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
}
.data_driven {
    padding: 6em 0 ; 
}
.data_driven .container {
    display: flex;
}
.data_driven .container > div:first-child {
    width: 40%;
    margin-top: 100px;
}
.data_driven .container > div:last-child {
    width: 60%;
}
.data_driven div img {
    width: 100%;
}
.data_driven .make_content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 70px;
}
.data_driven .make_content img {
    max-width: 44px;
}
.data_driven .make_content div {
    width: 50%;
}
.data_driven .make_content h4  {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 26px;
    line-height: 42px;
    color: #000000DE;
    margin: 0;
}
.data_driven .make_content p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000DE;
}
.data_driven .container > div:last-child {
    padding-left: 50px;
}
.data_driven .container > div:last-child h3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 31px;
    line-height: 42px;
    color: #2A69C6;
    margin: 0 0 15px;
}
.data_driven .container > div:last-child > p {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #00000091;
    margin: 0;
}
.career_sec {
    background-color: #2A69C6;
    margin: 10px;
    border-radius: 12px;
    padding: 4em 0;
}
.career_sec h3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin: 0 0 25px;
}
.career_sec p {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin: 0;
}
.career_sec ul {
    list-style: none;
    margin: 40px auto 60px;
    width: fit-content;
}
.career_sec ul li {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.career_sec ul li::before {
    content: "";
    background: url(./Images/white_check_mark.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    left: -25px;
    top: 4px;
}
.career_btns {
    gap: 20px;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.career_btns div:first-child a {
    border: 1px solid #2A69C6;
    box-shadow: 0px 3px 24px 4px #0000000F;
    border-radius: 8px;
    padding: 18px 93px;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #2A69C6;
    background-color: #fff;
    text-decoration: none;
}
.career_btns div:last-child a {
    border: 1px solid #fff;
    box-shadow: 0px 3px 24px 4px #0000000F;
    border-radius: 8px;
    padding: 18px 130px;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    text-decoration: none;
}

/************************* Products ********************/
.hero_sec_products {
    position: relative;
    padding: 19em 0 6em;
}
.hero_sec_products::before {
    content: '';
    background: url(Images/Artwork.webp);
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.hero_sec_products h2{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
}
.hero_sec_products h2 span {
    color: #0D47A1;
}
.hero_sec_products p {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 24px;
    line-height: 139%;
    text-align: center;
    color: #00000082;
}
.tools_sec {
    background: #E8F4FE;
    padding: 4em 0;
}
.tools_sec h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 31px;
    line-height: 42px;
    text-align: center;
    color: #2A69C6;
    margin: 0;
}
.tools_sec .tools_boxes {
    display: flex;
    gap: 20px;
    margin-top: 60px;
}
.tools_sec .tools_boxes div {
    background: #fff;
    border-radius: 34px;
    padding: 80px 25px;
    box-shadow: 10px 10px 25px 10px #0000000D;
}
.tools_sec .tools_boxes h3 {
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 29px;
    line-height: 33px;
    text-align: center;
    text-transform: capitalize;
    color: #2A69C6;
    margin: 0 0 30px;
}
.tools_sec .tools_boxes h4 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: capitalize;
    color: #000000DE;
    margin:30px 0 50px;
}
.tools_sec .tools_boxes li {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #757575;
    margin:0  auto 20px;
    width: fit-content;
}
.tools_sec .tools_boxes a {
    padding: 15px 50px;
    border-radius: 10px;
    background: #2A69C6;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    display: block;
    text-decoration: none;
}
.tools_sec .tools_boxes ul {
    min-height: 200px;
}
.tools_sec .tools_boxes div:not(:first-child) a {
    background-color: transparent;
    border: 1px solid #2A69C6;
    color: #2A69C6;
}

/*************** Jobs ******************/
.job_hero h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 15px;
}
.how_work {
    padding: 6em 0;
}
.job_hero h2 span {
    color: #2A69C6;
}
.job_hero p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
    line-height: 139%;
    color: #00000082;
    max-width: 626px;
}
.how_work h3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 31px;
    line-height: 42px;
    color: #2A69C6;
}
.how_work ul {
    list-style: none;
    padding: 0;
}
.how_work ul li {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    vertical-align: middle;
    color: #00000091;
    margin-bottom: 30px;
}
.how_work ul li img {
    position: relative;
    top: 5px;
    padding-right: 20px;
}
.how_work h4 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-transform: capitalize;
    color: #000000DE;
    margin: 40px 0 20px;
}
.how_work h4 span {
    color: #2A69C6;
}
.how_work .categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 10px;
}
.how_work .categories li {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #2A69C6;
    border: 1px solid #2A69C6;
    padding: 10px 16px;
    border-radius: 8px;
}
.how_work h5 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-transform: capitalize;
    color: #2A69C6;
    margin: 0;
}
.how_work p.location {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
    line-height: 139%;
    text-decoration: underline;
    color: #00000082;
}
.how_work .container div:last-child img {
    width: 100%;
}
.how_work .container {
    display: flex;
    align-items: center;
}
.how_work .container > div:first-child {
    width: 60%;
}
.how_work .container > div:last-child {
    width: 40%;
}
.benefits_sec h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
}
.benefits_sec h2 span {
    color: #2A69C6;
}
.benefits_sec ul {
    display: flex;
    flex-direction: row;
    gap: 85px;
    list-style: none;
    justify-content: center;
}
.benefits_sec li {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    color: #2A69C6;
}
.benefits_sec li img {
    max-width: 25px;
    padding-right: 20px;
    position: relative;
    top: 5px;
}
.benefits_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 70px;
    max-width: 1096px;
    margin-left: auto;
    margin-right: auto;
}
.benefits_btn a {
    padding: 20px 57px;
    border-radius: 10px;
    background: #2A69C6;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    display: block;
    text-decoration: none;
    width: calc(100% / 3 - 142px);
}
.benefits_btn a:not(:first-child) {
    background:transparent;
    border: 1px solid #2A69C6;
    color: #2A69C6;
}
.benefits_sec {
    padding-bottom: 6em;
}

/****************** Login ********************/
.login_hero {
    padding: 6em 0;
}
.login_hero .container {
    display: flex;
    align-items: center;
    margin-top: 150px;
}
.login_hero .container div {
    width: 50%;
}
.login_hero input {
    border: 1px solid #2A69C6;
    padding: 12px 10px;
    border-radius: 10px;
    display: block;
    background: transparent;
}
.login_hero input::placeholder {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #000000B2;
}
.login_hero .container div > img {
    width: 100%;
    max-width: 524px;
}
.login_hero .container div:last-child {
    text-align: right;
}
.login_hero .container div:first-child {
    background: #BBDEFB5C;
    border-radius: 47px;
    padding:60px 40px;
    max-width: 524px;
    position: relative;
    margin-left: 50px;
} 
.login_hero .container div:first-child::before {
    content: url(./Images/Rectangle\ \(5\).svg);
    position: absolute;
    top: -120px;
    left: -50px;
    z-index: -1;
}
.login_hero .container div:first-child h3 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    text-transform: capitalize;
    color: #000000DE;
    margin: 0 0 20px;
}
.login_hero .container div:first-child form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.login_hero .container div:first-child input[type="submit"] {
    background: #2A69C6;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 30px;
}
.login_hero .container div:first-child a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #2A69C6;
    text-decoration: none;
    display: block;
}
.login_hero .container div:first-child p a {
    display: inline;
}
.login_hero .container div:first-child p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: #000000DE;
    text-align: center;
    margin:15px 0 0;
}
.forget_form .container div:first-child {
    height: 525px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}