*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    color: white;
    background-color: #101622;
    font-family: "Inter", Arial, sans-serif;
}
header{
    width: 100%;
    height: 10vh;
    background-color: #101622;
    border-bottom: 0.5px solid white;
    box-shadow: white 0px 0px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(41, 37, 37, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

}
.head{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 0px;
    justify-content: flex-start;
}
.chance{
    width: 40px;
    height: 40px;
    border: #2a68ff 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #101a2f, #0b1324);
}
.head-2{
    display: flex;
    align-items: center;
    gap: 12px;
}
.logo-mark{
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: linear-gradient(135deg, #2a6cff, #0b1f46);
    position: relative;
    display: inline-block;
    box-shadow: 0 0 10px rgba(42, 108, 255, 0.4);
}
.logo-mark::before,
.logo-mark::after{
    position: absolute;
    top: 2px;
    font-weight: 800;
    font-size: 14px;
    color: #dbe7ff;
    font-family: 'Inter';
}
.logo-mark::before{
    content: "<";
    left: 4px;
}
.logo-mark::after{
    content: ">";
    right: 4px;
}
.button-home{
    width: 100px;
    height: 40px;
    color: #dbe7ff;
    background-color: #1b2a44;
    border: 1px solid #2b3f63;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0.01s;
}
.button-home:hover{
    color: white;
    background-color: #253455;
    border-radius: 12px;
    border: 1px solid #3d5aa6;
    font-size: 16px;
}
.nav-links{
    display: flex;
    align-items: center;
    gap: 12px;
}
.nav-link-h{
    text-decoration: none;
    color: #9fb2cc;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 8px;
    border-radius: 8px;
    transition: 0.2s ease;
}
.nav-link-h:hover{
    color: #dbe7ff;
    background-color: #1b2a44;
}
.margin100{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-left: 0px;
}
.login{
    color: white;
    font-size: 16px;
    font-weight: 600;
    width: 100px;
    height: 40px;
    background-color: #135bec;
    font-family: 'Inter';
    border: none;
    border-radius: 12px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0.1s;
    
}
.login:hover{
    color: white;
    background-color: #082661;
}
.starting{
    background-color: #001c52;
    color: #0156ff;
    width: 200px;
    height: 22px;
    border: #011b46 1px solid;
    border-radius: 32px;
    font-family: 'Inter';
}
.getstarted{
    width: 1200px;
    height: 500px;
    background-image: url(home\ images\ main.jpg);
    background-repeat: repeat;
    background-size: cover;
    border-radius: 32px;
    margin-left: 80px;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding-left: 90px;
}
.h1-1{
    font-size: 58px;
}
.h1-2{
    color: #135bec;
}
.p-1{
    color: #98a1ac;
    font-size: 15px;
}
.button-getting{
    color: white;
    background-color: #135bec;
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 12px;
    transition-property: all;
    transition-duration: 0.4s;
    transition-delay: 0.1s;
    font-size: 17px;
    font-family: 'Inter';
}
.button-getting:hover{
    transform: translateY(-16px);
    box-shadow: 0 10px 18px -10px #0f224b;
}
.button-view{
    width: 160px;
    height: 50px;
    font-size: 17px;
    border: none;
    background-color: #1e293b;
    color: white;
    transition-property: all;
    transition-duration: 0.4s;
    transition-delay: 0.1s;
    border-radius: 12px;
    font-family: 'Inter';
}
.button-view:hover{
    transform: translateY(-16px);
    box-shadow: 0 10px 18px -10px #0f3437;
}
.line{
    width: 80%;
    border-bottom: 1.5px solid gray;
}
.courses{
    width: 100%;
    height: 500px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.button-learn{
    color: white;
    font-weight: 700;
    width: 100px;
    height: 45px;
    border: #0f224b solid 2px;
    background-color: #1b3f8d;
    border-radius: 12px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0.00001s;
}
.button-learn:hover{
    width: 110px;
    box-shadow: 10px 10px 10px -10px #1b3f8d;
}
.button-learn-1{
    color: white;
    font-weight: 700;
    width: 100px;
    height: 45px;
    border: #0f3437 solid 2px;
    background-color: #1b5358;
    border-radius: 12px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0.00001s;
}
.button-learn-1:hover{
    width: 110px;
    box-shadow: 10px 10px 10px -10px #1b5358;
}
.cpp{
    margin-top: 100px;
    width: 200px;
    height: 250px;
    background-color: #0f172a;
    color: white;
    border-radius: 12px;
    border: #0f224b solid 2.5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.cpp:hover{
    transform: translateY(-16px);
    box-shadow: 0 10px 18px -10px #0f224b;
}
.mmm{
    margin-left: -100px;
}
.mm{
    margin-left: -170px;
}
.python{
    margin-top: 100px;
    width: 200px;
    height: 250px;
    background-color: #0f172a;
    color: white;
    border-radius: 12px;
    border: #0f3437 solid 2.5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.python:hover{
    transform: translateY(-16px);
    box-shadow: 0 10px 18px -10px #0f3437;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.html{
    margin-top: 100px;
    width: 200px;
    height: 250px;
    background-color: #0f172a;
    color: white;
    border-radius: 12px;
    border: #0f224b solid 2.5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.html:hover{
    transform: translateY(-16px);
    box-shadow: 0 10px 18px -10px #0f224b;
}
.css{
    margin-top: 100px;
    width: 200px;
    height: 250px;
    background-color: #0f172a;
    color: white;
    border-radius: 12px;
    border: #0f224b solid 2.5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.css:hover{
    transform: translateY(-16px);
    box-shadow: 0 10px 18px -10px #0f224b;
}
.javascript{
    margin-top: 100px;
    width: 200px;
    height: 250px;
    background-color: #0f172a;
    color: white;
    border-radius: 12px;
    border: #0f3437 solid 2.5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.javascript:hover{
    transform: translateY(-16px);
    box-shadow: 0 10px 18px -10px #0f3437;
}
.why{
    margin-left: 140px;
}
.modern{
    width: 100%;
    min-height: 200px;
    background-color: #0f172a;
    color: white;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.modern:hover{
    transform: translateY(-16px);
    box-shadow: 0 10px 18px -10px #0f224b;
}
.p-2{
    display: inline;
    font-size: 14px;
}
.quality{
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    gap: 24px;
    width: min(1100px, 92%);
    margin: 80px auto 0;
    align-items: stretch;
}
.coding{
    width: 100%;
    min-height: 200px;
    background-color: #0f172a;
    color: white;
    border-radius: 12px;
    border: #0f224b solid 2.5px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.coding:hover{
    transform: translateY(-16px);
    box-shadow: 0 10px 18px -10px #0f3437;
}
.global{
    width: 100%;
    min-height: 200px;
    background-color: #0f172a;
    color: white;
    border-radius: 12px;
    border: #0f224b solid 2.5px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.global:hover{
    transform: translateY(-16px);
    box-shadow: 0 10px 18px -10px #0f224b;
}
footer{
    width: 100%;
    height: 15vh;
    background-color: #101622;
    border-top: 1.5px solid rgb(218, 218, 218);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.button-globe{
    width: 24px;
    height: 24px;
    border-radius: 1000px;
    border: none;
    background-color: transparent;
}
.img-globe{
    width: 25px;
    height: 25px;
}
.button-contact{
    width: 24px;
    height: 24px;
    border-radius: 1000px;
    border: none;
    background-color: transparent;
}
.uz{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.middle{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1000px){
    .quality{
        grid-template-columns: repeat(2, minmax(260px, 1fr));
    }
}
@media (max-width: 680px){
    .quality{
        grid-template-columns: 1fr;
    }
}
