@media only screen and (max-width: 575px) {
    .custom-container{
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .custom-containertwo {
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .topbar {
        background: #9AD1E2;
        color: #161616;
        height: 100%;
    }
    .topbar-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        flex-direction: column;
        padding: 10px;
    }
    .topbarleft {
        display: none;
    }
    .header-menu ul {
        display: none;
    }
    .left-text {
        width: 100%;
        background: rgb(0,0,0,0.4);
        padding: 25px;
        position: relative;
        margin-left: 0;
        border-radius: 72px;
    }
    .left-text h1 {
        font-size: 42px;
        color: #fff;
        letter-spacing: 0.68px;
        line-height: 55px;
        text-align: center;
    }
    .border-btn {
        color: rgba(255,255,255,0.8);
        border: 2px solid rgba(255,255,255,0.8);
        padding: 14px 33px;
        font-size: 16px;
        border-radius: 30px;
        font-weight: 600;
        width: 169px;
        display: block;
        text-align: center;
    }
    .left-text ul {
        display: flex;
        margin-top: 40px;
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .left-text p {
        text-align: center;
    }
    .banner {
        background-image: url(../images/slide-1.png);
        min-height: 100%;
        height: 100%;
        object-fit: cover;
        background-position: 80% 100%;
    }
    .banner-inner {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 50px 0 70px 0;
    }
    .video-btn {
        color: #000;
        background: #fff;
        width: 50px;
        height: 50px;
        display: flex;
        position: absolute;
        bottom: -20px;
        left: 10px;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        border-radius: 50%;
        border: 1px solid;
        transition: unset;
        border-image-source: linear-gradient(257.76deg, #FFFFFF 21.47%, rgba(0, 0, 0, 0) 58.92%, rgba(255, 255, 255, 0) 58.92%);
    }
    .left-cinner {
        padding-right:0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        align-items: center;
    }
    .left-cinner h2 {
        font-family: Helvetica;
        font-size: 42px;
        font-weight: 400;
        line-height: 50px;
        letter-spacing: 0.6800000071525574px;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }
    .left-cinner p {
        display: none;
    }
    .left-cinner a {
        display: none;
    }
    .mycarousel {
        margin: 30px 0;
    }
    .mobiltext{
        padding: 0 15px;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.68px;
        text-align: center;
    }
    .mobiltext {
        display: block;
    }
    .m-btn {
        display: flex;
        margin-top: 30px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .usecasesinner {
        display: none;
    }
    .bg2 {
        display: none;
    }
    section#usecases {
        padding-top: 0;
    }
    .usecases-title h3 {
        font-family: Helvetica;
        font-size: 36px;
        font-weight: 400;
        line-height: 76px;
        letter-spacing: 0.6800000071525574px;
        text-align: center;
        color: #fff;
        margin-bottom: 0;
    }
    div#usecasesslideritem .owl-nav {
        display: none;
    }
    .usecasesslideritem{
        display: block;
    }
    .contactus {
        height: 400px;
    }
    .contactinner {
        height: 400px;
    }
    .contactinner h4 {
        font-family: DM Sans;
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0em;
        text-align: center;
        color: #fff;
        width: 100%;
    }
    .contactinner a {
        background: #fff;
        color: #151515;
        padding: 15px 20px;
        border-radius: 10px;
        width: 60%;
        margin-top: 30px;
        font-size: 19px;
    }
    .teaminner p {
        font-size: 21px;
        padding: 0px 0px;
        display: block;
        text-align: center;
    }
    .ttitemimg img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }
    .ttitemimg {
        height: 150px;
        width: 100%;
    }
    .footer {
        background-image: url(../images/footer.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
    }
    .widget-titles {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .flang {
        font-size: 18px;
        padding: 4px 7px;
        margin-bottom: 0px;
    }
    .mypt{
        padding-top: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    /* buraya tabletler ve büyük telefonlar için geçerli CSS kodları eklenecek */
    .custom-container{
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* buraya dizüstü ve masaüstü bilgisayarlar için geçerli CSS kodları eklenecek */
    .custom-container{
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1200px) {
    /* buraya geniş ekranlı dizüstü ve masaüstü bilgisayarlar için geçerli CSS kodları eklenecek */
}
