body,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 35px 0;
}

nav {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 35px 0;
    position: fixed;


}

nav .contanier {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .nav-links {
    display: flex;
    list-style: none;
}

div .logo {
    font-size: 30px;
    color: white;
}

nav .nav-links li {
    margin: 0 10px;
}

nav .nav-links li a {
    text-decoration: none;
    font-size: 16px;
    color: white;
    font-weight: bold;
    transition: all .3s ease-in-out;
}


h1 {
    text-align: center;
    color: white;
    font-size: 55px;
    align-items: center;
}

p {
    text-align: center;
    color: white;
    margin: 5px;
    align-items: center;
    font-size: 20px;

}

#home {
    width: 100%;
    background-image: url(blackpink-dunya-turu-konserleri.webp);
    background-repeat: no-repeat;
    min-height: 950px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: beige;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;


}

.btn_1 {
    background-color: white;
    border-radius: 40px;
    width: 140px;
    height: 40px;
    color: rgb(243, 182, 192);
    border: 1px white solid;
    margin: 20px;
    text-decoration: none;
}

.btn_2 {
    background-color: white;
    border-radius: 40px;
    width: 140px;
    height: 40px;
    background-color: transparent;
    color: rgb(242, 164, 177);
    border: 1px white solid;
    margin: 20px;
    text-decoration: none;
}

#teams {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    padding: 30px 0;

}

#teams .container {
    width: 80%;
    text-align: center;
}

.cards {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;

}

#teams h1 {
    margin: 25px 0;
    font-size: 46px;
}

.cards .card {
    width: 400px;
    height: 400px;
    background-color: aliceblue;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

body {
    margin: 0;
}

.card {
    font-size: 30px;
}

.card p {
    margin: 0;
}

.card .card-icon {
    font-size: 60px;
}

.card .card-title {
    font-weight: 600;
    font-size: 32px;
    margin: 20px 0;
    color: rgb(87, 87, 247);
}

.card .card-desc {
    font-size: 18px;
    color: gray;
    font-weight: 500;
}



#properties {
    background: #e30eae;
    background: linear-gradient(90deg, rgba(227, 14, 174, 1) 0%, rgba(176, 58, 164, 1) 3%, rgba(242, 199, 239, 1) 100%, rgba(181, 118, 150, 1) 52%, rgba(219, 158, 214, 1) 16%);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;

}

#properties .container {
    width: 80%;
    text-align: center;
}

.cards {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;


}

#properties h1 {
    margin: 25px 0;
    font-size: 46px;
}

.cards .card {
    width: 400px;
    min-height: 300px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: all 1s linear;
}

body {
    margin: 0;
}

.card {
    font-size: 30px;
}

.card p {
    margin: 0;
}

.card .card-icon {
    font-size: 60px;
    margin: 10px;
}

.card .card-title {
    font-weight: 600;
    font-size: 32px;
    margin: 20px 0;
    text-align: center;
    color: rgb(79, 79, 209);


}

.card .card-decs {
    font-size: 18px;
    color: black;
    font-weight: 500;
    text-align: center;
    margin: 10px;
}

.title {
    text-align: center;
    color: rgb(79, 79, 209);
    font-size: 60px;
}

#teams {
    background: #f51475;
    background: radial-gradient(circle, rgba(245, 20, 117, 1) 25%, rgba(68, 139, 219, 1) 89%);

}

.nav-links li a:hover {
    color: rgb(227, 129, 227);
    font-weight: 200px;
    background: rgb(3, 3, 67);
    text-shadow: none;
    border-radius: 40px;
    padding: 5px 8px;
}

.cards .card:hover {
    transform: scale(1.1);
    background-color: rgb(214, 143, 214);
}

.container .btn_1 {
    transition: all 1s linear;
}

.container .btn_1:hover {
    transform: scale(1.5);
    background-color: transparent;

}

.container .btn_2:hover {
    transform: scale(1.5);
    background-color: white;

}

.container .btn_2 {
    transition: all 1s linear;
}

#galery {
    width: 100%;
    /* height: 100vh; */
    background: #e84fb2;
    background: radial-gradient(circle, rgba(232, 79, 178, 1) 31%, rgba(140, 45, 140, 1) 73%);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.images img:hover {
    transform: scale(1.1);
    background-color: rgb(214, 143, 214);
}


.images {
    display: flex;
    flex-wrap: wrap;
    transition: all 1s linear;
    margin-top: 20px;
    justify-content: center;
}

.images img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

a {
    text-decoration: none;
}