@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

.container {
    width: 1440px;
    height: 6950px;
    margin: 0 auto;
}

nav {
    width: 1360px;
    height: 94px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
}

nav img {
    width: 124px;
    height: 24px;
}

nav ul {
    width: 843px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    list-style-type: none;
}

nav a {
    text-decoration: none;
    color: rgba(20, 20, 20, 1);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}
il button{
    
}

.btn-group {
    width: 257px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.login {
    width: 94px;
    height: 54px;
    box-sizing: border-box;
    border: 2px solid rgba(248, 244, 244, 1);
    border-radius: 8px;
    background-color: white;
    color: rgba(51, 51, 51, 1);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
}

.register {
    width: 153px;
    height: 54px;
    border-radius: 8px;
    background: rgba(0, 153, 255, 1);
    border: none;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
}

.main {
    width: 900px;
    height: 452px;
    margin: 16px auto;
}

.main h1 {
    color: rgba(14, 16, 22, 0.95);
    font-family: Roboto;
    font-size: 120px;
    font-weight: 400;
    line-height: 110px;
    letter-spacing: 2px;
    text-align: center;
}

.main p {
    width: 500px;
    padding-top: 73px;
    color: rgba(53, 57, 63, 1);
    font-family: Roboto;
    font-size: 26px;
    font-weight: 400;
    line-height: 36.4px;
    letter-spacing: 0%;
    margin: 0 auto;
    text-align: center;
}

.main input {
    width: 300px;
    height: 54px;
    border-radius: 8px 0px 0px 8px;
    background: rgba(255, 255, 255, 1);
    border: 3px solid rgba(0, 153, 255, 1);
    color: rgba(178, 178, 178, 1);
    padding-left: 10px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    outline: none;
}

.main div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.main button {
    width: 157px;
    height: 58px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: rgba(0, 153, 255, 1);
    border: none;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
}

.last {
    width: 1180px;
    height: 178px;
    margin: 0 auto;
    padding-top: 44px;
}

.last img {
    width: 100%;
}

.box {
    width: 860px;
    height: 691.89px;
    margin: 60px auto;
    text-align: center;
}

.box h3 {
    color: rgba(0, 0, 0, 1);
    font-family: Roboto;
    font-size: 36px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 1.5px;
    text-align: center;
}

.box img {
    width: 860px;
    height: 486px;
    padding-top: 30px;
}

.section {
    width: 1160px;
    height: 526.3px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.section_right {
    width: 676.66px;
    height: 456.3px;
    background: url(img/section\ right.png);
    background-size: cover;
    margin-top: 50px;
}

.section_left {
    padding-top: 40px;
}

.section_left span {
    color: rgba(12, 159, 100, 1);
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
}

.section_left h4 {
    color: rgba(14, 16, 22, 0.95);
    width: 370px;
    font-family: Roboto;
    font-size: 56px;
    font-weight: 700;
    line-height: 63.8px;
    letter-spacing: 1.5px;
    text-align: left;
    padding-top: 15px;
}

.section_left p {
    width: 390px;
    padding-top: 24px;
    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;
}

.section_left button {
    width: 136px;
    height: 54px;
    box-sizing: border-box;
    border: 2px solid rgba(248, 244, 244, 1);
    border-radius: 8px;
    background-color: white;
    color: rgba(51, 51, 51, 1);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 26px;
}

.create_left {
    width: 676.66px;
    height: 476.3px;
    background: url('img/create.png');
    background-size: cover;
    margin-top: 50px;
}

.create_right {
    width: 483.33px;
    height: 509px;
    padding-left: 40px;
}

.create {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.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);
    width: 400px;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.8px;
    letter-spacing: 0%;
    padding-top: 24px;
    text-align: left;
}

.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-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
    background-color: white;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}

main {
    width: 1240px;
    height: 1137px;
    border-radius: 20px;
    background: rgba(32, 46, 120, 1);
    margin: 80px auto;
    text-align: center;
}

main .logo {
    width: 80px;
    height: 80px;
    padding-top: 70px;
}

main h3 {
    color: rgba(255, 255, 255, 1);

    font-family: Roboto;
    font-size: 56px;
    font-weight: 700;
    line-height: 63.8px;
    letter-spacing: 1.5px;
    text-align: center;
    padding-top: 24px;
}

main p {
    width: 719px;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 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(244, 246, 248, 1);
    font-family: Roboto;
    font-size: 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;

}

.customers-left img {
    width: 580px;
    height: 520px;
    border-radius: 8px 0px 0px 8px;
}

.customers-right img {
    width: 129px;
    height: 24px;
    padding-top: 40px;
    padding-right: 310px;
}

.customers-right p {
    width: 470px;
    height: 100px;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
    padding-top: 39px;
    padding-left: 40px;

}


.customers-right button {
    width: 212px;
    height: 54px;
    box-sizing: border-box;
    border: 2px solid rgba(248, 244, 244, 1);
    border-radius: 8px;

}


.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: rgba(255, 255, 255, 0.4);
}

.dots .active {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 1);
}

.black {
    width: 1240px;
    height: 974px;
    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;
}

.text {
   width: 666.5px;
        height: 650px;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 0;

}

.text button {
      width: 63px;
        height: 32px;
        background: rgba(246, 71, 117, 1);
        color: rgba(255, 255, 255, 1);
        border-radius: 40px;
        margin-left: 150px;

}

.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;
}

.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%;
}

.bgimg {
        width: 2191px;
        height: 465px;
        background: url(./img/black.png);
        background-size: cover;
        background-position: left;
        margin-left: 580px;
}
.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;
}

.stat_left,
.stat_right {
    width: 620px;
    height: 404px;
    background-color: chocolate;
    border: 2px solid red;
    text-align: 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;
    }