﻿body {
    margin: 0px;
    margin-top: 0px;
    font-family: Roboto,sans-serif;
    color: black;
}

.page-wrapper {
    overflow: hidden;
    position: relative;
}

a {
    color: white;
}

h1 {
    margin: 0px;
    /* font-family: poppins; */
}

h2 {
    margin: 0px;
    /* font-family: poppins; */
}

h3 {
    margin: 0px;
    /* font-family: poppins; */
}

h4 {
    margin: 0px;
    /* font-family: poppins; */
}

h5 {
    margin: 0px;
    /* font-family: poppins; */
}

h6 {
    margin: 0px;
    /* font-family: poppins; */
}

p {
    margin: 0px;
}

a {
    text-decoration: none;
    color: white;
}

    a :hover {
        text-decoration: none;
        color: white;
    }

.paragraph-style {
    color: rgb(100,100,100);
    font-size: 15px;
    line-height: 36px;
    font-weight: 400;
    font-family: roboto, sans-serif;
    /* font-family: Roboto sans-serif; */
}

div {
    margin: 0px;
}

.container {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.hero-wrap {
    background-image: url(../Images/banner1_home6.png);
    /* width: 1266px; */
    position: relative;
    /* right: 15px; */
    /* margin: 0px; */
    background-size: cover;
    height: 980px;
    /* background-position: cover; */
    background-repeat: no-repeat;
    background-position: center;
}


/* body {
  font-family: Arial, sans-serif;
} */

.banner {
    position: -webkit-sticky;
    position: sticky;
    top: 300px;
    padding-top: 55px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    flex-wrap: wrap;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.site-logo {
    width: 130px;
}

.logo-style {
    height: auto;
    max-width: 100%;
    margin-bottom: 15px;
}

.menu-wrap {
    list-style-type: none;
    color: white;
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-top: 30px;
    margin-right: 30px;
}

.pages-links {
    text-decoration: none;
    color: white;
}

    .pages-links:hover {
        text-decoration: none;
        color: white;
    }

.sign-up-button {
    background-color: transparent;
    height: 51px;
    width: 140px;
    border: 2px solid white;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    color: aliceblue;
    cursor: pointer;
    border-radius: 5px;
    /*margin-right: 1%;*/
    z-index: 1;
    text-align: center;
    padding-top: 10px;
}

    .sign-up-button:hover {
        background-color: white;
        color: black;
        border-color: white;
        text-decoration: none;
    }

.hover-underline-animation {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

    .hover-underline-animation a {
        text-decoration: none;
        color: white;
    }

    .hover-underline-animation:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #f0f3f5;
        transform: scaleX(0);
        transform-origin: center bottom;
        transition: transform 0.5s ease-in-out;
    }

    .hover-underline-animation:hover:after {
        transform: scaleX(1);
        transform-origin: center bottom;
    }

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}

@media (max-width: 1000px) {
    .menu-wrap {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 120px;
        /* padding-top: 20px;
      padding-bottom: 20px; */
        height: 30vh;
        margin: 0;
        left: 0;
        right: 0;
        background-color: white;
        width: 100%;
        text-align: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .hero-illustration-image {
        height: 420px;
        width: 50%;
    }

    .menu-wrap.show {
        display: flex;
        flex-direction: column;
    }

    .menu-wrap h6 {
        color: white;
    }

    .hover-underline-animation a {
        color: black;
        font-size: 20px;
        font-weight: 600;
    }

    .hamburger {
        display: flex;
    }
}

.hero-right-image {
    position: relative;
    position: absolute;
    width: 310px;
    height: 430px;
    top: 28px;
    left: 955px;
    bottom: 530px;
    filter: hue-rotate(250deg) saturate(90%) brightness(150%);
}

.hero-right-image {
    position: absolute;
    width: 281px;
    height: 430px;
    top: 28px;
    left: calc(100% + 310px);
    clip-path: inset(0 100% 0 0);
    animation: slideIn 1s ease-out forwards;
}

@keyframes slideIn {
    from {
        left: calc(100% + 310px);
        clip-path: inset(0 100% 0 0);
    }

    to {
        left: calc(90% - 155px);
        clip-path: inset(0 0 0 0);
    }
}

.hero-illustration-image {
    position: absolute;
    height: 450px;
    animation: moveUpDown 8s ease-in-out infinite;
    margin: auto;
    bottom: 50;
    right: 0;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(80px);
    }

    100% {
        transform: translateY(0px);
    }
}

.monitization {
    /* font-family: popins; */
    color: white;
    position: absolute;
    z-index: 9;
    top: 367px;
    left: 77px;
    font-stretch: 150%;
    font-size: 55px;
}

.monitization-sec-heading {
    color: white;
    position: absolute;
    z-index: 9;
    top: 520px;
    left: 77px;
    font-stretch: 50%;
    font-size: 27px;
    font-weight: 700;
}

.monitization, .monitization-sec-heading {
    color: white;
    position: absolute;
    z-index: 9;
    left: 77px;
    opacity: 0;
    transform: translateY(20px); /* Start position slightly lower */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out; /* Transition for both opacity and position */
}

.monitization {
    top: 367px;
    font-stretch: 150%;
    font-size: 50px;
    font-weight: 600;
}

.monitization-sec-heading {
    top: 520px;
    font-stretch: 50%;
    font-size: 27px;
    font-weight: 150;
}

.animate {
    opacity: 1;
    transform: translateY(0); /* End position (original position) */
}


.get-startedbutton {
    background-color: transparent;
    height: 51px;
    width: 140px;
    border: 2px solid white;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    color: aliceblue;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 1%;
    z-index: 1;
    position: absolute;
    top: 600px;
    left: 77px;
    text-align: center;
    padding-top: 15px;
}

    .get-startedbutton:hover {
        background-color: white;
        color: black;
        border-color: white;
    }

.strategy-wrap {
    display: flex;
    gap: 152px;
    justify-content: space-around;
    position: relative;
}

.strategy-section {
    padding-bottom: 100px;
}

.strategy-content {
    display: flex;
    flex-direction: column;
}

.secret-strategy-points {
    color: rgb(112, 112, 133);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.point {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    padding-bottom: 12px;
}

.signup-strategy {
    background-color: transparent;
    background: rgb(96,78,247);
    height: 56px;
    width: 147px;
    border: 2px solid white;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    color: aliceblue;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 1%;
    z-index: 1;
    margin-top: 25px;
}

    .signup-strategy:hover {
        /* background-color: white; */
        /* color: black; */
        /* border-color: white; */
    }

.strategy-img {
    height: 500px;
    /* position: relative; */
}

.strategy-bg-img {
    position: absolute;
    width: 550px;
    z-index: -1;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}

.stratey-imgs-block {
    position: relative;
    margin: auto;
}

.headings {
    color: black;
    font-weight: bolder;
    font-size: 36px;
    line-height: 2;
    font-weight: 700;
}

.advertise-wrapper {
    text-align: center;
}
/* .advertise-section{
  padding-top: 50px;
} */
.lotte-imgs {
    padding-top: 10px;
    /* padding-bottom: 12px; */
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.rocket-img {
    height: 30px;
    width: 30px;
}

.dashed-img {
    height: 60px;
    width: 60px;
}

.advertising-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 88px;
}

.advertising-img {
    height: 500px;
    width: 600px;
}

.advertising-types {
}

.ads-imgs {
    height: 160px;
    width: 160px;
}

.ads-headings {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    font-family: poppis, sans-serif;
    /* margin-left: 170px; */
    /* line-height: 34px; */
}

.native-img-content {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: -5px;
}

.display-img-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.video-img-content {
    .native-img-content

{
    display: flex;
    align-items: center;
    gap: 40px;
}

}

.dotted-line {
    width: 400px;
    /* height: 100px; */
}

.ads-headings {
    margin-left: 170px;
    font-weight: 600;
    color: black;
    font-family: poppins;
}

.video-ads {
}
/* .cards{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.cards-wrapper{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-1{
  
  box-shadow: 0 2px 23px 0 rgb(0 0 0 / 5%);
  transition: all 0.5s ease-in-out;
  text-align: center;
  border-radius: 5px ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 50px 40px;
}
.card-imgs{
  height: 66px;
  width: 66px;
}
.cards-headings{
  color: black;
  font-weight: bolder;
  font-weight: 600;
  line-height: 34px;
  size: 23px;
} */
.cards {
    display: grid;
    justify-items: center;
    align-items: start;
    align-content: center;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 55px;
    grid-row-gap: 23px;
    grid-column-gap: 20px;
}

.card-paragraph-style {
    color: #555;
    line-height: 2;
}

.card-1 {
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 2px 23px 0 rgb(0 0 0 / 5%);
    transition: all 0.5s ease-in-out;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    height: 332px;
}

.card-imgs {
    height: 56px;
    width: 56px;
}

.counter-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 30px;
    color: white;
}

.counter-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.5rem;
}

.counter-box-1 {
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
}

.counter {
    font-size: 69px;
    font-weight: bold;
    margin: 0;
    /* font-weight: 600; */
}

.plus {
    font-size: 2rem;
    margin: 0;
}

.counter-section {
    /* height: 288px; */
    padding-top: 65px;
    padding-bottom: 65px;
    width: 100%;
    background-image: url(~/Images/element1.png);
    background-attachment: fixed;
    background-color: rgb(90,73,248);
}

.get-started-btn {
    background-color: rgb(90,73,248);
    height: 55px;
    width: 160px;
    margin-top: 20px;
    border: 0 solid white;
    color: aliceblue;
    cursor: pointer;
    border-radius: 5px;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.network-wrapper div {
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease-in-out;
}

    .network-wrapper div.visible {
        opacity: 1;
        transform: translateY(0);
    }


.network-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.network-img {
    height: 300px;
    width: 576px;
    /* margin-left: 12px; */
}

.process {
    text-align: center;
    color: white;
}

.process-section {
    height: 150px;
    width: 100%;
    background-image: url(~/Images/element1.png);
    background-attachment: fixed;
    background-color: rgb(90,73,248);
    display: flex;
    align-items: center;
}

.step-count {
    border-radius: 100%;
    background-color: rgb(90,73,248);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    margin-bottom: 10px;
}

.steps-wrap {
    display: flex;
    flex-direction: column;
    /* margin-bottom: 10px; */
    text-align: center;
    align-items: center;
}

.starting-steps-wrapper {
    display: flex;
    justify-content: space-evenly;
}

.count-text {
    color: white;
    font-weight: 600;
    font-size: 50px;
}

.line-height {
    line-height: 2;
    font-weight: 700px;
    font-family: poppins;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}

.form-section {
    /* margin-bottom: -44px; */
    margin-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.steps-section {
    padding-bottom: 80px;
}

.helping-img {
    /* margin-top: 20px; */
    /* height: 480px; */
    /* max-width: 500px; */
}

.support-contact-wrap {
    display: flex;
    flex-direction: column;
    /* margin-left: 11px; */
}

.support-wrapper {
    display: flex;
    gap: 98px;
    /* margin-right: 32px; */
}

/* ///// form */

.form-wrap {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    /* margin-right: 33px; */
}

.form-content {
    font-family: Arial, Helvetica, sans-serif;
}

.form-content-title {
    color: black;
    font-size: 20px;
}

.form-content-subtitle {
    color: rgb(100, 100, 125);
    width: 230px;
    font-size: 16px;
}

/* .form-content-block1 {
  border-bottom: 1px solid rgb(234, 234, 234);
  width: 369px;
}

.form-img1 {
  width: 36px;
}

.form-content-block1 {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
} */
@media screen and (min-width:300px) and (max-width:850px) {
    .counter-container {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

@media screen and (min-width:660px) and (max-width:870px) {
    .monitization-sec-heading {
        top: 322px;
        font-stretch: 40%;
        font-size: 24px;
        font-weight: 150;
    }

    .monitization {
        /* top: 322px; */
        /* font-stretch: 40%; */
        font-size: 34px;
        font-weight: 500
    }

    .get-startedbutton {
        top: 500px;
    }
}

@media screen and (min-width:330px) and (max-width:660px) {
    .monitization-sec-heading {
        top: 322px;
        font-stretch: 40%;
        font-size: 20px;
        font-weight: 150;
    }

    .monitization {
        /* top: 322px; */
        /* font-stretch: 40%; */
        font-size: 30px;
        font-weight: 500
    }

    .get-startedbutton {
        top: 520px;
    }
}


@media screen and (min-width:300px) and (max-width:985px) {
    .network-wrapper {
        display: flex;
        flex-direction: column;
    }
}




.form-content-block2 {
    display: flex;
    gap: 20px;
    padding-top: 20px;
}

.form-info {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.form-btn {
    border: 1px solid transparent;
    border-radius: 7px;
    width: 133px;
    height: 41px;
    /* background-color:  blue ; */
    color: #ffffff;
    font-size: medium;
    font-weight: 500;
}

@media screen and (min-width:300px) and (max-width:1000px) {
    .form-select {
        width: 100px;
    }
}

.form-int1 {
    display: flex;
}

.form-select {
    /* width: 377px; */
    height: 42px;
}

.form-phone {
    /* width: 370px; */
    height: 42px;
}

.form-block2 {
    display: flex;
}

.form-phone-wrap {
    display: flex;
}

.form-btn {
    border: 1px solid transparent;
    border-radius: 7px;
    width: 133px;
    height: 41px;
    background-color: rgb(90,73,248) !important;
    color: #ffffff;
    font-size: medium;
    font-weight: 500;
}

.form-int1 {
    display: flex;
    width: 100%;
}

.form-int {
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
}

.form {
    gap: 10px;
    display: flex;
    flex-direction: column;
    /* width: 769px;
  height: 702px; */
}

.form-control {
    /* width: 276px; */
    max-width: 400px;
    height: 44px;
    border-radius: 7px;
    color: #606266c1;
    border: 1px solid #ccc;
    padding: 11px 15px;
}

.form-select {
    /* width: 377px; */
    height: 42px;
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 11px 15px;
}

.form-int1 {
    gap: 15px;
}

.form-int2 {
    gap: 15px;
    display: flex;
    width: 100%;
}

.form-int3 {
    display: flex;
    gap: 15px;
}

.form-int4 {
    display: flex;
    color: #606266;
    gap: 15px;
}

.form-int5 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-int-2 {
    /* width:567px; */
    color: #606266c1;
}

.form-textarea {
    /* width: 567px; */
    line-height: 1.05;
    color: #606266c1;
}

.form-labels {
    color: rgb(100,100,115);
    font-weight: 500;
}
/* .footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: white  ;
  font-weight: 600;
  font-size: 32px;
}
.footer-column {
 position: relative;
}
.footer-logo-wrapper, .footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 22%;
}
.bg-img{
}
.footer-logo-wrapper img {
  max-width: 189px;
  margin-bottom: -55px;
  margin-top: -75px;
}
.footer-logo-wrapper p, .footer-column p {
  margin: 5px 0;
  font-size: 14px;
}
.footer-column h3 {
  margin-bottom: 10px;
  font-size: 16px;

}
.footer-column a {
  text-decoration: none;
  font-size: 17px;
}
.footer-column a:hover {
  color: rgba(231, 229, 229, 0.898);
}
.footer-para{
  font-weight: 400;
  font-size: 16px;
  font-family: roboto,sans-serif;
}
.footer-section{
  background-color:rgb(95,77,247);
  color: white;
  height: 425px;
} */
.copyrights {
    color: white;
    background-color: rgb(111, 96, 247);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 800px;
}
/* .footer-btn{
  height: 40px;
  background-color: rgb(90,73,248);
} */
.para {
}

.arrow-img {
    height: 20px;
    width: 20px;
}

.contact-wrap {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.support-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 66px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px;
}

.card-1 {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

    .card-1.show {
        opacity: 1;
        transform: translateY(0);
    }

@media screen and (min-width:300px) and (max-width:1150px) {
    .form-int1 {
        display: flex;
        flex-direction: column;
    }
    /* .last-para{
  max-width: 100%;  
} */
    .copyrights {
        display: flex;
        max-width: 100%;
        gap: 0px;
        justify-content: space-between;
    }
}

@media screen and (min-width:300px) and (max-width:1150px) {
    .form-int2 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

@media screen and (min-width:300px) and (max-width:1150px) {
    .form-int3 {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width:300px) and (max-width:1150px) {
    .form-int4 {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width:300px) and (max-width:900px) {
    .form-wrap {
        display: flex;
        flex-direction: column;
    }

    .support-wrapper {
        display: flex;
        flex-direction: column;
    }

    .form-control {
        max-width: 400px;
        margin-bottom: 12px;
    }
}

@media screen and (min-width:350px) and (max-width:1005px) {
    .strategy-wrap {
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .form-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (min-width:1100px) and (max-width:1200px) {
    .advertising-img {
        width: 400px;
        height: 400px;
    }

    .advertising-wrapper {
        gap: 40px;
    }
}

@media screen and (min-width:340px) and (max-width:1100px) {
    .advertising-wrapper {
        display: flex;
        flex-direction: column;
    }

    .advertising-img {
        width: 100%;
        /* height: 300px; */
    }
}

@media screen and (min-width:340px) and (max-width:550px) {

    .advertising-img {
        width: 100%;
        height: 250px;
    }
}

@media screen and (min-width:350px) and (max-width:750px) {
    .footer-wrapper {
        .footer-wrap

{
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

}
}

@media screen and (min-width:340px) and (max-width:750px) {
    .starting-steps-wrapper {
        gap: 27px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* ///// Login Css */

.container-login {
    width: 90%;
    margin: 0 auto;
    max-width: 550px;
}

.login-wrap {
    background-color: #3071CD;
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.349);
}

.login-hading {
    gap: 10px;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.login-had {
    margin: 0px;
    padding-top: 50px;
}

.login-para {
    margin: 0px;
    padding-bottom: 10px;
}

.login-line {
    width: 498px;
    height: 1px solid;
    color: white;
    margin-bottom: 30px;
}

.login-form {
    gap: 10px;
    display: flex;
    color: #666666;
    padding-top: 55px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    background-color: white;
}

.form-had-1 {
    margin: 0px;
}

.form-had-2 {
    color: red;
}

.text-forms {
    width: 460px;
    height: 40px;
}

.form-link {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.form-checkbox-1 {
    margin: 0px;
    color: black;
}

.link-1 {
    color: black;
}

.robot-wrap {
    display: flex;
    width: 300px;
    padding: 10px 11px;
    border: 1px solid #666666;
    justify-content: space-between;
}

.checkbox-para {
    gap: 8px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.form-checkbox-2 {
    width: 25px;
    height: 25px;
    margin: 0px;
    color: black;
    border: 2px solid #666666;
}

.para {
    color: white;
}

.robot {
    width: 30px;
    height: 30px;
}

.robot-img {
    gap: 2px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.robot-para {
    color: #555555;
    margin: 0px;
    font-size: 10px;
}

.robot-link {
    gap: 2px;
    display: flex;
    flex-direction: row;
}

.link-2 {
    color: #555555;
    font-size: 10px;
    text-decoration: none;
}

    .link-2:hover {
        border-bottom: 1px solid #666666;
    }

.link-wrap {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.link-3 {
    display: flex;
    width: 470px;
    height: 50px;
    color: white;
    align-items: center;
    border-radius: 4px;
    text-decoration: none;
    justify-content: center;
    background-color: #3071CD;
}

.link-4 {
    color: black;
    float: right;
}
/* My next work */
/* Forgot Password */
.section-footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.container-forgot {
    width: 90%;
    height: 234px;
    margin: 0 auto;
    max-width: 660px;
}

.forgot-wrap {
    background-color: #3071CD;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.404);
}

.forgot-hading {
    color: white;
    padding: 8px 15px;
}

.forgot-para {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
}

.forgot-form {
    gap: 10px;
    display: flex;
    color: #666666;
    flex-direction: column;
    background-color: white;
    padding: 20px 25px 20px 25px;
}

.form-para-1 {
    color: black;
    margin: 0px;
    font-size: 15px;
}

.form-para-2 {
    color: red;
}

.forgot-forms {
    width: 600px;
    height: 40px;
    color: #666666;
    margin-bottom: 10px;
}

.forgot-lnik {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.f-link {
    display: flex;
    width: 600px;
    height: 50px;
    color: white;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    justify-content: center;
    background-color: #3071CD;
}


/* ///// About Us Page */


.color {
    background-image: linear-gradient(to left, #7113d9, #5c44f6);
    height: 444px;
}

.sign-up-button {
    background-color: transparent;
    height: 51px;
    width: 140px;
    border: 2px solid white;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    color: aliceblue;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 1%;
    z-index: 1;
}

.Aboutus-para {
    margin-left: 11px;
}

.sign-up-button:hover {
    background-color: white;
    color: black;
    border-color: white;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

    .hover-underline-animation:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #f0f3f5;
        transform: scaleX(0);
        transform-origin: center bottom;
        transition: transform 0.5s ease-in-out;
    }

    .hover-underline-animation:hover:after {
        transform: scaleX(1);
        transform-origin: center bottom;
    }

.site-logo {
    width: 130px;
}

/* .logo-style {
  height: auto;
  max-width: 100%;
} */

.banner {
    position: -webkit-sticky;
    position: sticky;
    top: 300;
    padding-top: 55px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.menu-wrap {
    list-style-type: none;
    color: white;
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sign-up-button {
    background-color: transparent;
    height: 51px;
    width: 140px;
    border: 2px solid white;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    color: aliceblue;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 1%;
    z-index: 1;
}

    .sign-up-button:hover {
        background-color: white;
        color: black;
        border-color: white;
    }

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

    .hover-underline-animation:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #f0f3f5;
        transform: scaleX(0);
        transform-origin: center bottom;
        transition: transform 0.5s ease-in-out;
    }



    .hover-underline-animation:hover:after {
        transform: scaleX(1);
        transform-origin: center bottom;
    }

/* .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  gap: 100px;
  margin-left: 40px;
  margin-right: 40px;
} */

.navbar {
    display: flex;
    list-style-type: none;
    gap: 30px;
}

.sticky {
    position: sticky;
    top: 0px;
    z-index: 1000;
}

li a {
    color: white;
    text-decoration: none;
}

.btn:link,
.btn:visited {
    color: white;
    border: 2px solid white;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    padding: 17px 30px;
}

.btn:hover:hover,
.btn:active {
    background-color: white;
    color: black;
}

.hero {
    color: white;
    text-align: center;
    /* font-size: 30px; */
    /* font-size: 36px; */
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal
}

.hero-para {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: -22px;
}

.hero-link {
    color: white;
    text-decoration: none;
}

.hero-para1 {
    color: #ceced0;
    font-size: 17px;
    /* margin-bottom: 12px; */
}

.Second-section {
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
}

.about-had {
    margin-bottom: 80px;
}

.Aboutpara-1 {
    max-width: 1162px;
    line-height: 1.9;
    color: rgb(100, 100, 100);
    font-size: 16px;
    /* line-height: -15px; */
}

/* my next work */
.background-color {
    color: white;
    background-image: linear-gradient(60deg, #5a49f8 10%, #6f5bf4 90%);
}

.footer-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.footer-wrapper {
    gap: 27px;
    display: flex;
    flex-direction: row;
}

.footer-img {
    /* margin: -50px; */
    width: 170px;
    height: 170px;
    margin-top: -48px;
    margin-bottom: -46px;
    margin-left: -25px;
}

.footer-para {
    max-width: 216px;
    line-height: 1.8;
}

.footer-2 {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.Quick-link {
    display: flex;
    align-items: center;
}

.link-quick {
    color: white;
    text-decoration: none;
}

    .link-quick:hover {
        color: #b1afaf;
        text-decoration: none;
    }

.footer-wrapper-2 {
    gap: 138px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.footer-3 {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.Useful-link {
    display: flex;
    align-items: center;
}

.link-useful {
    color: white;
    text-decoration: none;
}

    .link-useful:hover {
        color: #b1afaf;
    }

.footer-4 {
    margin-right: -42px;
    /* background-image: url(Images/element76.png);
  background-repeat: no-repeat; */
}

.Contact-icon {
    display: flex;
    gap: 10px;
    max-width: 260px;
    line-height: 1.9;
    align-items: center;
    position: relative;
}

.icon {
    margin-top: -35px;
}

.Contact-iconlink {
    color: white;
    text-decoration: none;
}

    .Contact-iconlink:hover {
        color: #b1afaf;
    }

.footer-backicon {
    position: relative;
    right: 75px;
    top: 35px;
}

.footer-backicon2 {
    position: absolute;
    left: 40px;
    bottom: -108px;
    z-index: -1;
}

.footer-backicon3 {
    position: absolute;
    top: 51px;
    right: -8px;
}

.subclass {
    padding-top: 9px;
    padding-bottom: 9px;
}

.background-img {
    background-image: linear-gradient(60deg, #5f4ef5 0%, #7a64f2 100%);
}

.and-had {
    width: 100%;
}

.copyrights {
    color: white;
    background-color: rgb(111, 96, 247);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 800px;
}

.footer-btn {
    height: 40px;
    width: 40px;
    background-color: rgb(90, 73, 248);
    position: fixed;
    z-index: 100;
    border-radius: 5px;
    bottom: 20px;
    right: 15px;
}

.footer-section {
    background-color: rgb(95, 77, 247);
    color: white;
    background-image: url(Images/element77.png);
    background-repeat: no-repeat;
}

/* @media screen and (min-width: 1100px) and (max-width: 1400px) {
  .form-select {
    width: 100%;
  }
  .form-control {
    width: 100%;
  }
} */




@media screen and (min-width: 670px) and (max-width: 1000px) {
    .strategy-img {
        width: 100%;
        height: 720px;
        /* max-width: 380px; */
    }
}

@media screen and (min-width: 300px) and (max-width: 670px) {
    .strategy-img {
        width: 100%;
        height: 490px;
        /* max-width: 380px; */
    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    .container-Second {
        width: 90%;
        margin: 0 auto;
        max-width: 380px;
    }

    .menu-wrap {
        display: none;
    }

    .header {
        display: flex;
        gap: 62px;
        flex-wrap: nowrap;
    }

    .container-footer {
        width: 90%;
        margin: 0 auto;
        max-width: 380px;
        display: flex;
        justify-content: center;
    }

    .footer-wrap {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    /* .footer-wrapper {
    display: flex;
    flex-direction: column;
  } */

    .footer-para {
        max-width: 300px;
        line-height: 1.3;
    }

    .btn:link,
    .btn:visited {
        color: #5a49f8;
        border: 2px solid #5a49f8;
        text-align: center;
        text-decoration: none;
        border-radius: 6px;
        padding: 10px 15px;
    }

    .footer-backicon2 {
        width: 86%;
        top: 39px;
        left: 36px;
    }

    .footer-backicon3 {
        right: 18px;
        top: 447px;
        width: 220px;
    }

    .footer-backicon {
        position: relative;
        right: -4px;
        top: -185px;
    }

    .f4-para {
        max-width: 300px;
    }

    .Contact-icon {
        display: flex;
        gap: 10px;
        max-width: 400px;
        line-height: 2;
        align-items: center;
    }

    .footer-img {
        width: 160px;
        height: 170px;
        margin-top: -48px;
        margin-bottom: -46px;
        margin-left: -12px;
    }

    .para {
        display: flex;
        text-align: center;
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {

    .menu-wrap {
        display: none;
    }

    .img-large {
        display: none;
    }

    .footer-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.para {
    display: flex;
    text-align: center;
}

/*    /////////////////////      Contact Us PAge                                  */



a {
    text-decoration: none;
    color: white;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

a {
    text-decoration: none;
    color: white;
}

    a :hover {
        text-decoration: none;
        color: white;
    }

p {
    margin: 0;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.container {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.Page-wrap {
    overflow: hidden;
}

/* my next work */
.color {
    background-image: linear-gradient(to left, #7113d9, #5c44f6);
    height: 441px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 150px;
    gap: 100px;
    margin-left: 95px;
    margin-right: 40px;
}

.header {
    /* padding-top: 10px;
  padding-bottom: 10px; */
    /* background-color: white; */
}

.navbar {
    display: flex;
    list-style-type: none;
    gap: 30px;
}

.logo-img {
    /* margin: -50px; */
    /* margin-bottom: 4px; */
}

.menu-wrap {
    list-style-type: none;
    padding-left: 70px;
    color: white;
    display: flex;
    flex-direction: row;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    gap: 30px;
    padding-top: 15px;
}

/* .hover-underline-animation {
    display: inline-block;
    position: relative;
  }
  .hover-underline-animation {
    position: relative;
    display: inline-block; 
    padding-bottom: 10px; 
  }
  
  .hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px; 
    bottom: 0; 
    left: 0;
    background-color: #f0f3f5; 
    transform: scaleX(0); 
    transform-origin: center bottom; 
    transition: transform 0.5s ease-in-out; 
  }
  
  .hover-underline-animation:hover:after {
    transform: scaleX(1); 
    transform-origin: center bottom; 
  }
   */

.sign-up-button {
    background-color: transparent;
    height: 51px;
    width: 140px;
    border: 2px solid white;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    color: aliceblue;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 1%;
    z-index: 1;
}

    .sign-up-button:hover {
        background-color: white;
        color: black;
        border-color: white;
    }

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

    .hover-underline-animation:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #f0f3f5;
        transform: scaleX(0);
        transform-origin: center bottom;
        transition: transform 0.5s ease-in-out;
    }



    .hover-underline-animation:hover:after {
        transform: scaleX(1);
        transform-origin: center bottom;
    }




.sticky {
    position: sticky;
    top: 0px;
    z-index: 1000;
}

li a {
    color: white;
    text-decoration: none;
}

.btn:link,
.btn:visited {
    color: white;
    border: 2px solid white;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    padding: 17px 30px;
}

.btn:hover:hover,
.btn:active {
    background-color: white;
    color: black;
}

.hero {
    color: white;
    text-align: center;
    padding-top: 52px;
    font-size: 36px;
    /* font-family: Poppins, sans-serif; */
    font-weight: 600;
    font-style: normal;
}

.hero-para {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.hero-link {
    color: white;
    text-decoration: none;
}

.hero-para1 {
    color: #ceced0;
}

/* my next work */
.form-wrap {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.form-content {
    /* font-family: "Roboto", sans-serif; */
    font-weight: 400;
    font-style: normal;
}

.form-content-title {
    color: black;
    font-size: 20px;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 600;
    font-style: normal;
}

.form-content-subtitle {
    color: rgb(100, 100, 125);
    width: 230px;
    font-size: 16px;
}

.form-content-block1 {
    border-bottom: 1px solid rgb(234, 234, 234);
    width: 369px;
}

.form-img1 {
    width: 36px;
}

.form-content-block1 {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
}

.form-content-block2 {
    display: flex;
    gap: 20px;
    padding-top: 20px;
}

.form-info {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.form-btn {
    border: 0px;
    border-radius: 7px;
    width: 133px;
    height: 41px;
    background-color: #1a7efb !important;
    color: #ffffff;
    font-size: medium;
    font-weight: 500;
}

.form-int1 {
    display: flex;
}

.form-select {
    /* width: 377px; */
    height: 42px;
}

.form-phone {
    /* width: 370px; */
    height: 42px;
}

.form-block2 {
    display: flex;
}

.form-phone-wrap {
    display: flex;
}

.form-btn {
    /* border: 1px solid transparent; */
    border-radius: 7px;
    width: 133px;
    height: 41px;
    background-color: #1a7efb !important;
    color: #ffffff;
    /* font-family: "Roboto", sans-serif; */
    font-weight: 400;
    font-style: normal;
}

.form-int1 {
    display: flex;
}

.form-int {
    display: flex;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
}

.form {
    gap: 10px;
    display: flex;
    flex-direction: column;
    /* width: 769px;
  height: 702px; */
}

.form-control {
    /* width: 377px; */
    height: 44px;
    border-radius: 7px;
    color: #606266c1;
    border: 1px solid #ccc;
    padding: 11px 15px;
}

.form-select {
    /* width: 377px; */
    height: 42px;
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 11px 15px;
}

.form-int1 {
    gap: 15px;
}

.form-int2 {
    gap: 15px;
    display: flex;
}

.form-int3 {
    display: flex;
    gap: 15px;
}

.form-int4 {
    display: flex;
    color: #606266;
    gap: 15px;
}

.form-int5 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-int-2 {
    width: 769px;
    color: #606266c1;
}

.form-textarea {
    width: 769px;
    line-height: 1.05;
    color: #606266c1;
}

.form-labels {
    color: rgb(100, 100, 115);
    font-weight: 500;
}

/* my next work */
.background-color {
    color: white;
    background-image: linear-gradient(60deg, #5a49f8 10%, #6f5bf4 90%);
    height: 427px;
}

.background-color-about {
    color: white;
    background-image: linear-gradient(60deg, #5a49f8 10%, #6f5bf4 90%);
    height: 268px;
}

.footer-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.footer-wrapper {
    gap: 27px;
    display: flex;
    flex-direction: row;
}

.footer-img {
    width: 170px;
    height: 170px;
    margin-top: -62px;
    margin-bottom: -26px;
    margin-left: -25px;
}

/* .footer-btn {
  height: 30px;
  width: 30px;
  background-color: rgb(90, 73, 248);
  
} */

.copyrights {
    color: white;
    background-color: rgb(111, 96, 247);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 800px;
}

.footer-headinds {
    /* font-family: "Poppins", sans-serif; */
    font-weight: 600;
    margin-left: 22px;
    font-size: 22px;
    font-style: normal;
}

.footer-para {
    max-width: 216px;
    line-height: 1.8;
}

.footer-2 {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.Quick-link {
    display: flex;
    align-items: center;
}

.link-quick {
    color: white;
    text-decoration: none;
}

    .link-quick:hover {
        color: #b1afaf;
    }

.footer-wrapper-2 {
    gap: 138px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.footer-3 {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.Useful-link {
    display: flex;
    align-items: center;
}

.link-useful {
    color: white;
    text-decoration: none;
}

    .link-useful:hover {
        color: #b1afaf;
    }

.footer-4 {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.Contact-icon {
    display: flex;
    gap: 10px;
    max-width: 260px;
    line-height: 1.9;
    align-items: center;
    position: relative;
}

.icon {
    margin-top: -35px;
}

.Contact-iconlink {
    color: white;
    text-decoration: none;
}

    .Contact-iconlink:hover {
        color: #b1afaf;
    }

.footer-backicon {
    position: relative;
    right: 75px;
    top: 35px;
}

.footer-backicon2 {
    position: absolute;
    left: 40px;
    bottom: -108px;
    z-index: -1;
}

.footer-backicon3 {
    position: absolute;
    top: 26px;
    right: 50px;
}

.subclass {
    padding-top: 12px;
    padding-bottom: 12px;
}

.background-img {
    background-image: linear-gradient(60deg, #5f4ef5 0%, #7a64f2 100%);
}

@media screen and (min-width:300px) and (max-width:600px) {
    .menu-wrap {
        display: none;
    }

    /* my next work */
    .form-wrap {
        display: flex;
        flex-direction: column;
    }

    .form-content {
        display: flex;
        flex-direction: column;
    }

    .form-control {
        width: 100%;
        border-radius: 7px;
        color: #606266c1;
        border: 1px solid #ccc;
        /* padding: 11px 25px; */
    }

    .form-int1 {
        display: flex;
        flex-direction: column;
    }

    .form-int2 {
        display: flex;
        flex-direction: column;
    }

    .form-int3 {
        display: flex;
        flex-direction: column;
    }

    .form-int4 {
        display: flex;
        flex-direction: column;
    }

    .form-int5 {
        display: flex;
        flex-direction: column;
    }

    /* My next work */
    .footer-wrap {
        gap: 28px;
        display: flex;
        flex-direction: column;
    }

    .para {
        text-align: center;
    }

    .footer-btn {
        display: none;
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
    .form-int-2 {
        width: 100%;
    }
}

@media screen and (min-width:600px) and (max-width:1000px) {
    .footer-wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width:600px) and (max-width:1000px) {
    .menu-wrap {
        display: none;
    }
    /* my next work */
    .form-wrap {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .form-int1 {
        display: flex;
        flex-direction: column;
    }

    .form-int2 {
        display: flex;
        flex-direction: column;
    }

    .form-int3 {
        display: flex;
        flex-direction: column;
    }

    .form-int4 {
        display: flex;
        flex-direction: column;
    }

    .form-int5 {
        display: flex;
        flex-direction: column;
    }

    .form-control {
        width: 100%;
        border-radius: 7px;
        color: #606266c1;
        border: 1px solid #ccc;
        /* padding: 11px 25px; */
    }
    /* my next work */
    .footer-wrap {
        gap: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .para {
        text-align: center;
    }

    .footer-btn {
        display: none;
    }
}


/*  ////////////   login page css */

.container-login {
    width: 90%;
    margin: 0 auto;
    max-width: 550px;
}

.login-wrap {
    background-color: #3071CD;
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.349);
}

.login-hading {
    gap: 10px;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.login-had {
    margin: 0px;
    padding-top: 50px;
}

.login-para {
    margin: 0px;
    padding-bottom: 10px;
}

.login-line {
    width: 498px;
    height: 1px solid;
    color: white;
    margin-bottom: 30px;
}

.login-form {
    gap: 10px;
    display: flex;
    color: #666666;
    padding-top: 55px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    background-color: white;
}

.form-had-1 {
    margin: 0px;
}

.form-had-2 {
    color: red;
}

.text-forms {
    width: 460px;
    height: 40px;
}

.form-link {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.form-checkbox-1 {
    margin: 0px;
    color: black;
}

.link-1 {
    color: black;
}

.robot-wrap {
    display: flex;
    width: 300px;
    padding: 10px 11px;
    border: 1px solid #666666;
    justify-content: space-between;
}

.checkbox-para {
    gap: 8px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.form-checkbox-2 {
    width: 25px;
    height: 25px;
    margin: 0px;
    color: black;
    border: 2px solid #666666;
}

.para {
    color: white;
}

.robot {
    width: 30px;
    height: 30px;
}

.robot-img {
    gap: 2px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.robot-para {
    color: #555555;
    margin: 0px;
    font-size: 10px;
}

.robot-link {
    gap: 2px;
    display: flex;
    flex-direction: row;
}

.link-2 {
    color: #555555;
    font-size: 10px;
    text-decoration: none;
}

    .link-2:hover {
        border-bottom: 1px solid #666666;
    }

.link-wrap {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.link-3 {
    display: flex;
    width: 470px;
    height: 50px;
    color: white;
    align-items: center;
    border-radius: 4px;
    text-decoration: none;
    justify-content: center;
    background-color: #3071CD;
}

.link-4 {
    color: black;
    float: right;
}
/* My next work */
/* Forgot Password */
.section-footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.container-forgot {
    width: 90%;
    height: 234px;
    margin: 0 auto;
    max-width: 660px;
}

.forgot-wrap {
    background-color: #3071CD;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.404);
}

.forgot-hading {
    color: white;
    padding: 8px 15px;
}

.forgot-para {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
}

.forgot-form {
    gap: 10px;
    display: flex;
    color: #666666;
    flex-direction: column;
    background-color: white;
    padding: 20px 25px 20px 25px;
}

.form-para-1 {
    color: black;
    margin: 0px;
    font-size: 15px;
}

.form-para-2 {
    color: red;
}

.forgot-forms {
    width: 600px;
    height: 40px;
    color: #666666;
    margin-bottom: 10px;
}

.forgot-lnik {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.f-link {
    display: flex;
    width: 600px;
    height: 50px;
    color: white;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    justify-content: center;
    background-color: #3071CD;
}
