body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    max-width: 1440px;
}

.responsive {
    width: 1440px;
}

/* Navbar Section */

.nav-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99.8%;
    height: 60px;
    margin-top: 5px;
}

.left {
    width: 50%;
    display: flex;
    align-items: center;
}

.right {
    width: 280px;
    display: flex;
    margin-left: 280px;
}

.app-store {
    margin-left: 8px;
}

.menu {
    margin-left: 30px;
}

.menu ul {
    display: flex;
    padding: 0;
}

.menu li {
    list-style-type: none;
    margin: 0 10px;
    font-weight: 600;
    user-select: none;
    cursor: pointer;
}

.menu-icon {
    display: none;
}

/* Container Section */

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 99.8%;
    height: 680px;

}

.contents {
    width: 100%;
    display: flex;
}

.content-l {
    width: 800px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 80px;
}

.content-l h2 {
    font-size: 50px;
    line-height: 52px;
    width: 480px;
    margin: 0;
}

.content-l p {
    font-size: 18px;
    width: 630px;
}


.content-r {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.btns {
    display: flex;
    margin-top: 20px;
}

.start-btn {
    background-color: #7C3AED;
    color: white;
    padding: 16px 24px 16px 24px;
    width: 138px;
    border: none;
    height: 56px;
    border-radius: 8px;
    cursor: pointer;

}

.watch-btn {
    width: 179px;
    color: #7C3AED;
    border: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.watch-icon {
    margin-right: 5px;
}

.phone-img {
    width: 488px;
    height: 640px;
    z-index: 1;
}

/* POİNT */

.purple {
    width: 300px;
    height: 200px;
    background-color: #7C3AED;
    opacity: 0.2;
    border-radius: 100%;
    position: absolute;
    box-shadow: 0 0 100px 90px #7C3AED;
    /* right: 2px; */
    left: 1280px;
}

.relative {
    position: relative;
}

.blue {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #1DB5BE;
    opacity: 0.2;
    box-shadow: 0 0 40px 40px #1DB5BE;
    position: relative;
    top: 400px;
    left: 920px;
}

/* BAND */
.bs {
    width: 1600px;
    display: flex;
    transform: rotate(-7deg);
    position: absolute;
    top: 500px;
    left: -10px;
    right: 200px;
}

.b-1 {
    background-color: #75E3EA;
    width: 35%;
    height: 50px;
}

.b-2 {
    background-color: #ecf4f5;
    width: 20%;
    height: 50px;
}

.b-3 {
    background-color: #C4B5FD;
    width: 45%;
    height: 50px;
}

/* RIGHT-1 */

.b-4 {
    background-color: #EDE9FE;
    width: 300px;
    height: 50px;
    transform: rotate(-7deg);
    position: absolute;
    top: 384px;
    left: 1200px;

}

/* LEFT-2 */
.b-5 {
    background-color: #EDE9FE;
    width: 260px;
    height: 50px;
    transform: rotate(-7deg);
    position: absolute;
    top: 632px;
    left: 0;
}

/* RİGHT-3 */

.b-6 {
    background-color: #75E3EA;
    width: 300px;
    height: 50px;
    transform: rotate(-7deg);
    position: absolute;
    top: 466px;
    left: 1330px;
}

/* LOGO CLOUDS SECTİON */

.logo-clouds {
    width: 1440px;
    height: 100px;
    margin-left: 37px;
}

.logo-clouds hr {
    width: 85%;
}

.logo {
    /* width: 90%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    margin: 30px 50px;
}

.logo img:first-child {
    margin-left: 70px;
}

/* FEATURES SECTİON */
.features {
    width: 1440px;
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}

.top {
    margin-bottom: 30px;
}

.top h2 {
    text-align: center;
    font-size: 33px;
}

.top p {
    width: 700px;
    text-align: center;
    font-size: 16px;

}

.bottom {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.bottom h3 {
    margin-bottom: 10px;
    font-size: 28px;
}

.bottom p {
    width: 350px;
    text-align: left;
    margin-bottom: 50px;
}

.bottom p::first-letter {
    margin-left: 10px;
}

.features-1 {
    width: 25%;
    margin: 20px 15px 20px 45px;
}

.features-2 {
    width: 25%;
    margin: 20px 15px 20px 45px;
}

.features-3 {
    width: 25%;
    margin: 20px 15px 20px 45px;
}

/* TESTİMONİAL SECTİON */

.testimonial {
    width: 1520px;
    height: 800px;
    background: #D5FAFC;
    position: relative;
}

.quote {
    position: absolute;
    top: 60px;
    left: 120px;
}

.section-heading {
    position: absolute;
    top: 80px;
    left: 225px;
    width: 550px;
    height: 150px;
}

.section-heading h2 {
    font-size: 48px;
    margin-bottom: 5px;
}

.section-heading p {
    margin: 0;
}

/* ITEM-1  */
.item-1 {
    width: 400px;
    height: 200px;
    background-color: white;
    position: absolute;
    top: 190px;
    left: 770px;
    padding: 30px;
}

.item-quote-1 {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 82px;
    left: 40px;
}

.item-1 p {
    line-height: 26px;
    width: 350px;
}

.item-1 h4 {
    margin-bottom: 5px;
}

.m20 {
    margin-left: 30px;
}

/* ITEM-2  */

.item-2 {
    width: 320px;
    height: 270px;
    background-color: white;
    position: absolute;
    top: 320px;
    left: 330px;
    padding: 30px;
}

.item-quote-2 {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 78px;
    left: 35px;
}

.item-2 p {
    line-height: 26px;
    width: 300px;
}

.item-2 h4 {
    margin-bottom: 5px;
}

/* general use of tags */

.m20 .icon {
    position: relative;
    right: 30px;
    margin-bottom: 5px;
}

.testimonial span {
    color: #6B7280;
    font-size: 14px;
}

/* ITEM-3 */

.item-3 {
    width: 320px;
    height: 180px;
    background-color: white;
    position: absolute;
    top: 500px;
    left: 770px;
    padding: 30px 20px
}

.item-3 h4 {
    margin-bottom: 5px;

}

.item-quote-3 {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 84px;
    left: 27px;
}

/* FOOTER SECTİON */
.footer {
    width: 1520px;
    background-color: black;
    height: 260px;
    color: white;
    display: flex;
    justify-content: space-between;
}

.left-footer {
    width: 50%;
    margin: 60px 100px;
    color: #D1D5DB;
    font-size: 12px;
}

.left-footer p {
    margin-top: 20px;
}

.left-footer .row:nth-child(3) a {
    margin-left: 40px;
}

.left-footer .row:nth-child(3) a:first-child {
    margin: 0;
    margin-top: 20px;
}

.row a:first-child {
    margin: 20px 0 0 0;
}

.row {
    display: flex;
}

.row a {
    margin-left: 20px;
    color: white;
    text-decoration: none;
    font-size: 13px;
    margin-top: 20px;
}

.right-footer {
    margin-right: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-footer p {
    margin-left: 5px;
}

.col {
    display: flex;
    flex-direction: column;
}

.fixed {
    position: relative;
    left: 5px;
    width: 157px;
}


/* RESPONSE DESİGN FOR TABLET */


@media only screen and (max-width:768px) {
    body {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow-x: hidden;
        width: 768px;
    }

    .responsive {
        width: 768px;
    }

    /* NAVBAR SECTİON */

    .left {
        position: absolute;
        left: 25px;
    }

    .right {
        position: absolute;
        right: 70px;

    }

    .menu ul {
        display: none;
    }

    .menu-icon {
        display: inline;
        margin-right: 20px;
        cursor: pointer;
    }

    .purple {
        width: 300px;
        top: 0;
        left: 600px;
        box-shadow: 0 0 50px 80px #7C3AED;
        opacity: .1;
    }

    .blue {
        display: none;
    }

    .contents {
        margin: 0;
        padding: 0;
        flex-direction: column;
        margin-top: 380px;
    }

    .content-l {
        width: 768px;
        height: 350px;
        margin: 0 0px;
        padding: 0 50px;
    }

    .content-l h2 {
        width: 600px;
        font-size: 40px;
    }

    .content-l p {
        width: 600px;
        font-size: 15px;
    }

    .content-r {
        margin: 0;
        padding: 0;
    }

    .phone-img {
        top: 0px;
        left: -20px;
        position: relative;
    }

    /* BAND */
    .bs {
        top: 560px;
        left: -25px;
        width: 1000px;
        /* right: 200px; */
        transform: rotate(-15deg);
    }

    .b-1 {
        width: 500px;
    }

    .b-2 {
        display: none;
    }

    .b-3 {
        width: 300px;
    }

    /* LEFT-2 */
    .b-4 {
        left: -20px;
        top: 698px;
        transform: rotate(-15deg);
        width: 350px;
    }

    /* RIGHT-1 */

    .b-5 {
        left: 380px;
        top: 484px;
        width: 370px;
        transform: rotate(-15deg);
    }

    /* RIGHT-3 */

    .b-6 {
        width: 90px;
        top: 545px;
        left: 680px;
        transform: rotate(-15deg);
    }

    /* LOGO CLOUDS */

    .logo-clouds {
        margin-top: 300px;
        height: 170px;
        width: 720px;
        margin-right: 300px;
    }

    .logo-clouds hr {
        width: 95%;
    }

    .logo {
        width: 900px;
        flex-wrap: wrap;
        margin-left: -50px;
    }

    .logo img {
        /* margin-left: 60px; */
        margin-bottom: 20px;
        /* margin-right: 30px; */
    }

    .logo img:nth-child(4) {
        margin-right: 100px;
    }

    .logo img:first-child {
        margin-left: 0;
    }

    .logo img:last-child {
        margin-right: 100px;
    }

    /* FEATURES SECTİON */

    .features {
        width: 768px;
        height: 800px;
        margin: 0;
    }

    .top {
        margin: 0;
        /* margin-top: 250px; */
    }

    .top p {
        width: 600px;
    }

    .bottom {
        width: 700px;
        margin: 0;
        padding: 0;
        margin-right: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 50px;
        margin-top: 50px;
    }

    .bottom p {
        width: 300px;
        text-align: center;
    }

    .features-1 {
        width: 300px;
        padding: 0;
        margin: 0;
    }

    .features-2 {
        width: 300px;
        padding: 0;
        margin: 0;

    }

    .features-3 {
        width: 300px;
        padding: 0;
        margin: 0;
    }

    /* TESTİMONİAL SECTİON */

    .testimonial {
        width: 768px;
        height: 1150px;
    }

    .testimonial p {
        width: 600px;
    }

    .quote {
        top: 70px;
        left: 20px;
    }

    .section-heading {
        top: 110px;
        left: 50px;
    }

    .section-heading h2 {
        font-size: 33px;
        width: 660px;
        margin-bottom: 5px;
    }

    .section-heading p {
        font-size: 17px;
        font-weight: 500;
    }

    .item-1 {
        width: 630px;
        height: 200px;
        border-radius: 7px;
        top: 240px;
        left: 40px;
    }

    .item-2 {
        width: 630px;
        height: 200px;
        border-radius: 7px;
        top: 530px;
        left: 40px;
    }

    .item-3 {
        width: 650px;
        height: 150px;
        border-radius: 7px;
        top: 820px;
        left: 40px;
    }

    .m20 {
        margin-left: 40px;
    }

    /* FOOTER SECTİON */

    .footer {
        width: 768px;
    }

    .left-footer {
        margin: 60px 40px;
    }

    .row a {
        margin-left: 30px;
    }

    .row a:nth-child(5) {
        margin-bottom: 7px;
    }

    .right-footer {
        margin-right: 0px;
    }

    .left-footer p {
        letter-spacing: 1px;
    }

    .right-footer {
        margin-right: 50px;
    }

}

/* RESPONSE FOR MOBİLE PHONE */

@media only screen and (max-width:415px) {

    body {
        overflow-x: hidden;
    }

    .google-play, .app-store {
        display: none;
    }

    .responsive {}

    /* NAV-BAR SECTİON */

    .nav-bar {
        width: 375px;
    }

    .left {
        margin-left: 20px;
        position: unset;
    }

    .right {
        position: unset;
        margin-left: 130px;
    }

    /* POİNT AND GENERAL USE      */
    .relative {
        position: absolute;
    }

    .purple {
        top: 0px;
        width: 400px;
        left: 330px;
        height: 500px;
    }

    .blue {
        display: none;
    }

    .container {
        width: 450px;
        height: 500px;
        margin-top: 30px;
    }

    .content-l {
        width: 375px;
        height: 270px;
        margin: 60px 0 0 0px;
        padding: 0;
    }

    .content-l h2 {
        width: 335px;
        font-size: 35px;
        margin-left: 20px;
    }

    .content-l p {
        width: 335px;
        font-size: 18px;
        margin-left: 20px;
    }

    .start-btn {
        padding: 16px 22px 16px 22px;
        width: 150px;
        height: 50px;
        margin-left: 20px;
    }

    .watch-btn {
        width: 150px;
        margin-left: 20px;
    }

    .phone-img {
        top: 40px;
        left: -42px;
    }

    .relative {
        width: 600px;
        right: 0px;
        position: unset;
    }

    .bs {
        width: 700px;
        top: 640px;
        left: -18px;
        transform: rotate(-15deg);
    }

    .b-1 {
        width: 250px;
    }

    .b-2 {
        display: none;
    }

    .b-3 {
        width: 200px;
    }

    /* LEFT-2  */

    .b-4 {
        left: -10px;
        top: 738px;
        width: 300px;
        transform: rotate(-15deg);
    }

    /* RİGHT-1  */
    .b-5 {
        left: 320px;
        top: 583px;
        width: 80px;
        transform: rotate(-15deg);
    }

    /* RİGHT-3 */
    .b-6 {
        width: 90px;
        top: 683px;
        left: 320px;
        transform: rotate(-15deg);

    }

    /* LOGO CLOUDS */

    .logo-clouds {
        height: 250px;
        width: 375px;
        margin: 480px 0 0 0;
    }

    .logo {
        width: 370px;
        margin-left: 0;
        padding: 0;
    }

    .logo img {

        margin: 20px 35px 20px 0;
        width: 100px;
    }

    .logo img:nth-child(3) {
        margin-left: 35px;
    }

    .logo img:last-child {
        margin-right: 35px;
    }

    /* FEATURES */

    .features {
        width: 375px;
        height: 1680px;
        border: none;
        margin: 0;
        padding: 0;
    }

    .top {
        width: 430px;
        height: 300px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top h2 {
        width: 300px;
        text-align: center;
        margin-left: 25px;
    }

    .top p {
        width: 310px;
        margin-left: 15px;
    }

    .bottom {
        border: none;
        margin-left: 70px;
    }

    .bottom h3 {
        width: 200px;
        margin-bottom: 0;
    }

    .features-1 {
        width: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .features-2 {
        width: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .features-3 {
        width: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* TESTİMONİAL SECTİON */
    .testimonial {
        width: 386px;
        height: 1250px;
        border: 2px solid #D5FAFC;
    }

    .m20 p {
        width: 320px;
        margin-top: 40px;
    }

    .quote {
        left: 10px;
    }

    .section-heading h2 {
        font-size: 27px;
        width: 350px;
        margin-top: 35px;
    }

    .item-1 {
        width: 320px;
        height: 320px;
        position: unset;
        border-radius: 7px;
        margin-top: 300px;
        margin-left: 15px;
        padding: 0;
    }

    .item-1 p {
        width: 250px;
    }

    .item-quote-1 {
        top: 370px;
        left: 40px;
    }

    .item-2 {
        width: 320px;
        height: 340px;
        position: unset;
        border-radius: 7px;
        margin-top: 20px;
        margin-left: 15px;
        padding: 0;
    }

    .item-2 p {
        width: 250px;
    }

    .item-quote-2 {
        top: 710px;
        left: 40px;
    }

    .item-3 {
        width: 320px;
        height: 200px;
        position: unset;
        border-radius: 7px;
        margin-top: 20px;
        margin-left: 15px;
        padding: 0;
    }

    .item-3 p {
        width: 250px;
    }

    .item-quote-3 {
        top: 1080px;
        left: 40px;
    }

    .m20 {
        margin: 0 30px 0 50px;
    }

    .icon {
        top: 30px;
        left: -28px;
        margin-bottom: 250px;
    }

    /* FOOTER SECTİON */

    .footer {
        width: 440px;
        height: 480px;
        display: block;
        margin: 0;
        padding: 0;
    }

    .left-footer .row:nth-child(3) a {
        margin-left: 30px;
    }

    .left-footer {
        margin: 0;
        margin-left: 20px;
        position: relative;
        top: 40px;
    }

    .left-footer p {
        width: 270px;
    }

    .right-footer {
        width: 250px;
        margin: 0;
        margin-left: 20px;
        margin-top: 80px;
    }
}