* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("image/a1.jpg");
    background-size: 100%;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.708);
    z-index: -1;
}

.logo {
    color: white;
    z-index: 2;
    position: absolute;
    left: 100px;
    top: 20px;
    height: 100px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.logo h3 {
    font-size: 50px;
    color: aqua;
}

#b1 {
    font-size: 25px;
    position: absolute;
    left: 160px;
    top: 5px;
}

#b2 {
    font-size: 20px;
    position: absolute;
    left: 160px;
    top: 29px;
    color: pink;
}

.tepa {
    color: white;
    z-index: 2;
    position: absolute;
    margin: 40px 50px;
    top: 0;
    height: 100px;
    font-size: 23px;
    left: 900px;
}

.tepa a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 30px;

}

a:hover {
    color: aqua;

}

.orta {
    width: 100%;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.orta h2 {
    position: absolute;
    top: 250px;
    left: 100px;
    font-size: 50px
}

.orta h4 {
    position: absolute;
    top: 320px;
    left: 100px;
    font-size: 30px
}

.orta span {
    position: absolute;
    top: 0px;
    left: 300px;
    font-size: 30px;
    width: 600px;
    color: aqua;
}

.rasm img {
    width: 550px;
    height: 720px;
    position: relative;
    left: 1200px;

}


button {
    width: 200px;
    height: 50px;
    position: relative;
    top: 500px;
    left: 200px;
    margin: 30px;
    border-radius: 30px;
    font-size: 20px;
}

button:hover {
    transition: 0.4s;
    box-shadow: 0 0 20px 0 aqua;
}

#a1 {
    color: black;
    background-color: aqua;
    border-color: rgba(255, 255, 255, 0);
}

#a2 {
    color: white;
    background-color: rgba(0, 255, 255, 0);
    border: 2px solid aqua;
}

.orta h6 {
    position: absolute;
    top: 380px;
    left: 100px;
    font-size: 50px;
    width: 900px;
    font-size: 25px;
    font-weight: 100;
    text-align: justify;
}

.oq {
    width: 100%;
    height: 800px;
    background-color: rgba(7, 163, 225, 0.851);
    position: absolute;
    top: 100%;
    box-shadow: 0 0 5px 0 aqua;
    z-index: -1;
}

.haqida1 {
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    z-index: 2;
    padding-bottom: 50px;
}

.haqida1 h1 {
    text-align: center;
    font-size: 45px;
    margin-top: 80px;
    margin-bottom: 60px;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
    position: relative;
}

.haqida-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 0 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.haqida-img {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    display: flex;
    justify-content: center;
}

.haqida-img img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 25px 0 aqua;
    border: 3px solid aqua;
    transition: 0.5s;
}

.haqida-img img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px 0 aqua;
}

.haqida-info {
    flex: 2;
    min-width: 300px;
}

.haqida-info h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color: aqua;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
}

.haqida-desc {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: justify;
    color: #e0e0e0;
}

.info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px 25px;
    border-radius: 20px;
    flex: 1;
    min-width: 250px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    transition: all 0.4s ease;
    backdrop-filter: blur(15px);
}

.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 255, 255, 0.2);
    border-color: aqua;
    background: rgba(255, 255, 255, 0.1);
}

.info-card .icon {
    font-size: 45px;
    margin-bottom: 20px;
    text-align: center;
    filter: drop-shadow(0 0 10px aqua);
}

.info-card h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: white;
    letter-spacing: 1px;
}

.info-card ul {
    list-style-type: none;
    padding: 0;
}

.info-card ul li {
    font-size: 17px;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    color: #cccccc;
    transition: 0.3s;
}

.info-card ul li:hover {
    color: white;
    transform: translateX(5px);
}

.info-card ul li::before {
    content: '▹';
    position: absolute;
    left: 0;
    color: aqua;
    font-size: 22px;
    line-height: 1;
}