    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        color: #222;
        line-height: 1.6;
    }

    .container {
        width: 1440px;
        height: 3700px;
        margin: 0 auto;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 80px;
    }

    .navbar .logo {
        font-weight: bold;
        font-size: 18px;
    }

    .navbar ul {
        display: flex;
        list-style: none;
        gap: 20px;
    }

    .auth .btn {
        background-color: #007bff;
        color: white;
        padding: 8px 16px;
        border-radius: 5px;
        margin-left: 10px;
    }

    .hero {
        text-align: center;
        padding: 80px 20px;
    }

    .hero h1 {
        font-size: 48px;
    }

    .hero-form {
        margin-top: 20px;
    }

    .hero-form input {
        padding: 10px;
        width: 250px;
        margin-right: 10px;
    }

    .hero-form button {
        padding: 10px 20px;
        background-color: #007bff;
        border: none;
        color: white;
        border-radius: 5px;
    }

    .subtext {
        margin-top: 10px;
        font-size: 14px;
        color: gray;
    }

    .logos {
        display: flex;
        justify-content: center;
        gap: 40px;
        padding: 40px 0;
    }

    .new {
        border-radius: 50%;
        background-color: palevioletred;
    }

    .logos img {
        height: 100px;
    }

    .how {
        text-align: center;
        padding: 60px 20px;
    }

    .how-box {
        position: relative;
        display: inline-block;
    }

    .how-box img {
        width: 600px;
        border-radius: 10px;
    }

    .play-btn {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 20px;
        padding: 10px 20px;
        cursor: pointer;
    }

    .hire {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 40px;
    }

    .hire_right {
        width: 676.66px;
        height: 476.3px;
        background: url(section\ right.png);
        background-size: cover;
        margin-top: 50px;


    }

    .hire_left {
        width: 483.33px;
        height: 509px;
        padding-left: 40px;
    }

    .hire_left span {
        color: rgb(8, 130, 55);
        font-family: Roboto;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0%;
        text-align: left;
    }

    .hire_left h3 {
        color: rgba(14, 16, 22, 0.95);
        font-family: Roboto;
        font-size: 57px;
        font-weight: 700;
        line-height: 63.8px;
        letter-spacing: 1.5px;
        text-align: left;
        padding-top: 15px;
    }

    .hire_left p {
        color: rgba(14, 16, 22, 0.95);
        font-family: Roboto;
        font-size: 22px;
        font-weight: 400;
        line-height: 30.8px;
        letter-spacing: 0%;
        text-align: left;
        width: 400px;
        padding-top: 24px;
    }

    .hire_left button {
        width: 136px;
        height: 54px;
        box-sizing: border-box;
        border: 2px solid rgba(248, 244, 244, 1);
        border-radius: 8px;
        color: rgba(51, 51, 51, 1);
        font-family: Roboto;
        font-style: 18px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
        background-color: white;
        margin-top: 25px;
        cursor: pointer;
    }

    .create {
        display: flex;
        justify-content: space-around;
        align-items: center;

    }

    .create_left {
        width: 676.66px;
        height: 476.3px;
        background: url(img5.png);
        background-size: cover;
        margin-top: 50px;


    }

    .create_right {
        width: 483.33px;
        height: 509px;
        padding-left: 40px;
    }

    .create_right span {
        color: rgba(254, 193, 4, 1);
        font-family: Roboto;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0%;
        text-align: left;
    }

    .create_right h3 {
        color: rgba(14, 16, 22, 0.95);
        font-family: Roboto;
        font-size: 57px;
        font-weight: 700;
        line-height: 63.8px;
        letter-spacing: 1.5px;
        text-align: left;
        padding-top: 15px;
    }

    .create_right p {
        color: rgba(14, 16, 22, 0.95);
        font-family: Roboto;
        font-size: 22px;
        font-weight: 400;
        line-height: 30.8px;
        letter-spacing: 0%;
        text-align: left;
        width: 400px;
        padding-top: 24px;
    }

    .create_right button {
        width: 136px;
        height: 54px;
        box-sizing: border-box;
        border: 2px solid rgba(248, 244, 244, 1);
        border-radius: 8px;
        color: rgba(51, 51, 51, 1);
        font-family: Roboto;
        font-style: 18px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
        background-color: white;
        margin-top: 25px;
        cursor: pointer;

    }

    main {
        width: 1240px;
        height: 1157px;
        border-radius: 20px;
        background: #150780;
        margin: 80px auto;
        text-align: center;
    }

    main .logo2 {
        width: 140px;
        height: 100px;
        padding-top: 70px;
    }

    main h3 {
        color: #e5dfdf;
        font-family: Roboto;
        font-style: 56px;
        font-weight: 700;
        line-height: 63.8px;
        letter-spacing: 1.5px;
        text-align: center;
        padding-top: 24px;
    }

    main p {
        width: 719px;
        color: #e5dfdf;
        font-family: Roboto;
        font-style: 22px;
        font-weight: 400;
        line-height: 30.8px;
        letter-spacing: 0%;
        text-align: center;
        margin: 0 auto;
    }

    main button {
        width: 213px;
        height: 54px;
        box-sizing: border-box;
        border: 2px solid rgba(248, 244, 244, 1);
        border-radius: 8px;
        color: rgba(248, 246, 248, 1);
        font-family: Roboro;
        font-style: 18px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0%;
        margin: 70px auto;
        text-align: center;
        cursor: pointer;
        background-color: transparent;
    }

    .customers {
        background-color: rgba(0, 6, 57, 1);
        margin: 0 auto;
        border-radius: 20px;
        width: 1160px;
        height: 520px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .customers_left {
        width: 600px;
        height: 520px;
        background: url(img6.png);
        background-size: cover;
        border-top-left-radius: 20px;
    }

    .customers_right {
        display: inline;
        justify-content: space-around;
        align-items: center;
        width: 600px;
        height: 520px;
    }

    .customers_right img {
        width: 129px;
        height: 45px;
    }

    .customers_right h3 {
        color: white;
        font-family: Roboto;

        font-size: 25px;
        font-weight: 400;
        text-align: left;

    }

    .cistomers_right p {
        width: 500ox;
        height: 61px;

    }

    .dots {
        width: 1160px;
        height: 40px;
        margin: 20px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .dots .dot {
        width: 8px;
        height: 8px;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .dots .active {
        width: 14px;
        height: 14px;
        background-color: rgba(255, 255, 255, 1);
    }

    .black {
        width: 1240px;
        height: 1100px;
        border-radius: 20px;
        background: rgba(24, 24, 24, 1);
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        overflow: hidden;
    }

    .black_text {
        width: 666.5px;
        height: 650px;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 0;

    }

    .black_img {
        width: 2191px;
        height: 465px;
        background: url(img9.png);
        background-size: cover;
        background-position: left;
        margin-left: 580px;
    }

    .black_text .new {
        width: 63px;
        height: 32px;
        background: rgba(246, 71, 117, 1);
        color: rgba(255, 255, 255, 1);
        border-radius: 40px;
        margin-left: 150px;
    }

    .black_text h3 {
        width: 428px;
        height: 64px;
        color: rgba(255, 255, 255, 1);
        font-family: Roboto;
        font-size: 58px;
        font-weight: 700;
        line-height: 63.8px;
        letter-spacing: 1.5px;
    }

    .black_text h5 {
        width: 441px;
        height: 31px;
        color: rgba(244, 243, 243, 1);
        font-family: Roboto;
        font-size: 22px;
        font-weight: 400;
        line-height: 30.8px;
        letter-spacing: 0%;
    }

    .black_text .bt {
        width: 212px;
        height: 51px;
        font-weight: 412px;
        line-height: 51px;
        color: aliceblue;
        background: #007bff;
        border-radius: 10px;
        margin-left: 80px;
    }

    .stars {
        width: 1240px;
        height: 504px;
        margin: 40px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .stars_left,
    .stars_right {
        width: 620px;
        height: 404px;
        text-align: center;
        display: grid;
        justify-content: center;
    }

    .st_lf_img {
        width: 157px;
        height: 34px;
    }

    .stars_left h3 {
        width: 124px;
        height: 115px;
        color: rgba(14, 16, 22, 0.95);
        font-family: Roboto;
        font-size: 82px;
        font-weight: 700;
        line-height: 114.8px;
        letter-spacing: 0%;
    }

    .st_lf_img2 {
        width: 285px;
        height: 47px;
    }

    .stars_left h6 {
        width: 254px;
        height: 28px;
        color: rgba(14, 16, 22, 0.95);
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0%;
    }

    .stars_left p {
        width: 218px;
        height: 28px;
        color: rgba(14, 16, 22, 0.95);
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0%;
    }

    .st_rg_img {
        width: 160px;
        height: 44px;
    }

    .stars_right h3 {
        width: 254px;
        height: 115px;
        color: rgba(14, 16, 22, 0.95);
        font-family: Roboto;
        font-size: 82px;
        font-weight: 700;
        line-height: 114.8px;
        letter-spacing: 0%;
        text-align: center;
    }

    .st_rg_img2 {
        width: 115px;
        height: 60px;
    }

    .stars_right h6 {
        width: 220px;
        height: 28px;
        color: rgba(14, 16, 22, 0.95);
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0%;
        text-align: center;
    }

    .stars_right p {
        width: 263px;
        height: 28px;
        color: rgba(14, 16, 22, 0.95);
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0%;
        text-align: center;
    }

    .dog {
        width: 1240px;
        height: 650px;
        border-radius: 20px;
        background: rgba(60, 169, 255, 1);
        margin: 50px auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        margin-top: 10px;
        padding: 40px;
    }

    .dog2 {
        width: 538.5px;
        height: 501px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 40px;
    }

    .dog2 img {
        width: 190px;
        height: 190px;
    }

    .dog2 h3 {
        width: 394px;
        height: 64px;
        color: rgba(255, 255, 255, 1);
        font-family: Roboto;
        font-size: 57px;
        font-weight: 700;
        line-height: 63.8px;
        letter-spacing: 1.5px;
        text-align: center;
    }

    .dog2 .h3 {
        width: 556px;
        height: 64px;
        color: rgba(255, 255, 255, 1);
        font-family: Roboto;
        font-size: 58px;
        font-weight: 700;
        line-height: 63.8px;
        letter-spacing: 1.5px;
        text-align: center;
    }

    .dog2 button {
        width: 153px;
        height: 51px;
        color: rgba(255, 255, 255, 1);
        background: rgba(14, 16, 22, 1);
        border-radius: 8px;
    }

    .dog3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px;
    }

    .dark {
        width: 1240px;
        height: 640px;
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.95);
        margin: 80px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .bir {
        width: 222.39px;
        height: 480px;
        color: rgba(119, 130, 145, 1);
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0%;
        text-align: left;
        gap: 20px;
    }

    .ikki {
        width: 333.59px;
        height: 480px;
        color: rgba(119, 130, 145, 1);
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0%;
        text-align: left;
        gap: 20px;
    }

    .uch {
        width: 333.59px;
        height: 480px;
        color: rgba(119, 130, 145, 1);
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 50px;
        letter-spacing: 0%;
        text-align: left;
        gap: 30px;
    }

    .uch input {
        margin: 5px;
    }

    .white {
        color: rgba(255, 255, 255, 1);
        width: 69px;
        height: 24px;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: left;
    }

    .green {
        color: rgba(12, 159, 100, 1);
        width: 69px;
        height: 24px;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: left;
    }

    .yellow {
        color: rgba(254, 193, 4, 1);
        width: 69px;
        height: 24px;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: left;
    }

    .pink {
        width: 42px;
        height: 23px;
        background: rgba(246, 71, 117, 1);
        color: white;
        border-radius: 30px;
    }

    .red {
        width: 21px;
        height: 21px;
        background: rgba(252, 73, 69, 1);
        color: white;
        border-radius: 50%;
    }

    .grey3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .grey {
        width: 256px;
        height: 40px;
        border-radius: 8px 0px 0px 8px;
        background: rgba(119, 130, 145, 0.3);
    }

    .grey2 {
        width: 78px;
        height: 40px;
        border-radius: 0px 8px 8px 0px;
        background: rgba(89, 93, 104, 1);
    }

    .ijtm {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .pink2 {
        width: 34px;
        height: 34px;
        background: palevioletred;
        color: rgba(255, 255, 255, 1);
        border-radius: 20px;
    }

    .blue {
        width: 34px;
        height: 34px;
        background: rgba(0, 123, 182, 1);
        color: rgba(255, 255, 255, 1);
        border-radius: 20px;
    }

    .fly {
        width: 34px;
        height: 34px;
        background: rgba(64, 153, 255, 1);
        color: rgba(255, 255, 255, 1);
        border-radius: 20px;
    }