* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    scroll-behavior: smooth;
    font-family: "Montserrat", sans-serif;
}

.backgurand_cotainerr {
    background-image: url(/assests/img/asdasdsd.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.bannerr {
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #8B7EFF 0%, #0900FF 100%);
    flex-wrap: wrap;
}

.bannerr h1 {
    text-align: center;
    align-items: center;
    font-size: 21px;
    position: relative;
    top: 14px;
    color: white;
    font-weight: 500;
}

.bannerr h1 span {
    color: #00FF90;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 50px;
    flex-wrap: wrap;
}

.navbar .logo,
h2,
.slogo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 200;
}

ul {
    display: inline-flex;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.493);
    padding: 9px 10px;
    border-radius: 100px;
    align-items: center;
    color: white;
    cursor: pointer;
}

ul li {
    padding: 13px 1px;
}

a {
    padding: 13px 19px;
    border-radius: 50px;
    transition: 200ms ease-in-out;
    color: white;
    font-size: 18px;
}

ul li a:hover {
    background-color: rgba(255, 255, 255, 0.178);
    color: white;
}

.btn-1_white {
    background-color: white;
    color: black;
}

.btn {
    font-size: 20px;
    padding: 14px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: 200ms ease-in-out;
    background: rgba(19, 19, 19, 0.28);
    border: 1px solid #535353;
    box-shadow: inset 4px 5px 117.9px 6px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(22.5px);
}

.btn:hover {
    background: rgba(19, 19, 19, 0.69);
    border: 1px solid #00FF90;
    box-shadow: inset 4px 5px 134.2px -17px rgba(0, 255, 144, 0.33);
    backdrop-filter: blur(13.4px);
    transform: scale(1.03);
}

.conitaner {
    padding: 70px;
    align-items: center;
}

.başliklarrr {
    display: flex;
    flex-direction: column;
}

.conitaner .başliklarrr h1 {
    flex-wrap: wrap;
    max-width: 100%;
    font-size: 40px;
    width: 78ch;
}

.conitaner .başliklarrr h2 {
    font-size: 35px;
    max-width: 100%;
    width: 60ch;
    color: #8D8D8D;
    line-height: 39px;
    margin-top: 10px;
}

.buttonlar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

button {
    width: 146px;
    height: 57px;
    padding: 10px;
    background: rgba(19, 19, 19, 0.28);
    border: 1px solid #535353;
    box-shadow: inset 4px 5px 117.9px 6px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(22.5px);
    border-radius: 20px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    transition: 250ms ease-in-out;
}

button:hover {
    background: rgba(19, 19, 19, 0.69);
    border: 1px solid #00FF90;
    box-shadow: inset 4px 5px 134.2px -17px rgba(0, 255, 144, 0.19);
    backdrop-filter: blur(12.65px);
}

.icon_contnet h2 {
    font-size: 25px;
    color: #9D9D9D;
    width: 20ch;
    margin-top: 40px;
}

.iconn a {
    margin-right: -20px;
    position: relative;
    right: 15px;
}

.icon_contnet .iconn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.icon_contnet .iconn img {
    cursor: pointer;
    width: 80px;
    transition: 250ms ease-in-out;
}

.icon_contnet .iconn img:hover {
    transform: scale(1.05);
}

.footerr {
    width: 100%;
    height: 158px;
    padding: 70px 70px;
    position: relative;
    bottom: 70px;
}

.footerr p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.603);
}

@media only screen and (max-width: 320px) {
    

    #foot{
        padding: 12px 60px !important;
        max-width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    
    #icom img{
        width: 25px !important;
    }

    .footerr p {
        position: relative;
        top: 20px;
    }

    .footerr {
        padding: 10px 60px !important;
        width: 100%;
    }

    #imgll {
        position: relative;
        top: 40px;
    }
}

@media only screen and (max-width: 425px) {

    #başş #hekl {
        font-size: 19px !important;
    }

    #başş #hekk {
        font-size: 19px;
        line-height: 25px;
    }

    .logo h2 {
        display: none;
    }

    .conitaner {
        position: relative;
        bottom: 40px;
    }

    .footerr {
        padding: 10px 60px !important;
    }
}

@media only screen and (max-width: 469px) {

    .bannerr {
        height: 90px !important;
    }

    .bannerr h1 {
        font-size: 19px;
    }

} 


@media only screen and (max-width: 768px) {
    .footerr {
        padding: 15px 70px !important;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 896px) {
    .bannerr {
        height: 70px;
    }

    .footerr {
        padding: 15px 70px;
        margin-top: 20px;
    }

    .iconn img{
        width: 50px !important;
        height: auto;
    }
}

@media only screen and (max-width: 995px) {
    ul {
        display: none;
    }

    .footerr {
        padding: 15px 70px;
        margin-top: 20px;
    }

}


/*1024 değiştirildi*/


@media only screen and (max-width: 1024px) { 
    .conitaner , .footerr {
        padding: 210px 60px;
    }

    #başş #hekl {
        font-size: 30px;
    }

}

@media only screen and (max-width: 1440px) {
    #başş #hekl {
        font-size: 30px;
    }

    .footerr {
        padding: 64px 70px !important;
    }
}

@media only screen and (max-width: 2560px) {

    .footerr {
        padding: 50px 70px !important;
    }

    .footerr p{
        position: relative;
        top: 20px;
    }
}


::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-thumb {
    display: none;
}