@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Momo+Signature&display=swap');

body,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;

}

body {
    padding-top: 100px;
}

section {
    width: 100%;
    height: 600px;
    font-size: 40px;
    margin: 0;
    align-items: center;
    text-align: center;
    color: aliceblue;
}

#home {
    font-weight: 500;
    background-image: url(images/lisa.jpg);
    background-repeat: no-repeat;
    padding-top: 70px;
    background-position: center, center;
    background-size: cover;
    height: 750px;
}

.anasehife {
    border: none;
    font-size: 22px;
    border-radius: 40px;
    background: #dae2ff;
    border: 2px solid #386969;
    color: #386969;
    padding: 6px 15px;
    margin-top: 50px;
    margin-right: 10px;
    transition: all 0.5s linear;
}

.anasehife:hover {
    transform: scale(1.2);
    background-color: transparent;
}

.Haqqinda {
    padding: 6px 15px;
    font-size: 22px;
    border-radius: 50px;
    background-color: transparent;
    margin-top: 50px;
    transition: all 0.5s linear;
}

.Haqqinda:hover {
    transform: scale(1.2);
    background-color: #a3c8c8;
    color: white;
}

a{
    text-decoration: none;
    color: #386969;
}



.home h1 {
    font-size: 45px;
    color: aliceblue;
    margin-left: 600px;
    margin-bottom: 30px;
    padding-top: 50px;
}

.home p {
    font-size: 20px;
    color: aliceblue;
    margin-left: 550px;
    margin-top: 0;
}


nav {

    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #386969;
    background: linear-gradient(90deg, rgba(56, 105, 105, 1) 0%, rgba(225, 237, 237, 1) 48%, rgba(92, 92, 92, 1) 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

nav .container {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .nav_links {
    display: flex;
    list-style: none;

}

nav .nav_links {
    display: flex;
    list-style: none;
}

nav .nav_links li {
    margin: 0 10px;
}

nav .nav_links li a {
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-weight: 500;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-shadow: 4px 3px 4px black;
}

nav .nav_links li a:hover {
    color: black;
    font-weight: 200px;
    background: linear-gradient(135deg, #575353 0%, #939096 100%);
    text-shadow: none;
    border-radius: 40px;
    padding: 2px 3px;
}

.al {
    padding: 3px 5px;
    border-radius: 50px;
    font-size: 20px;
    text-decoration: none;
}

.galareya {
    border: 2px solid palevioletred;
    background: whitesmoke;
    color: rgb(246, 100, 217)
}

.qrup {
    border: 2px solid palevioletred;
    background: whitesmoke;
    color: rgb(254, 133, 223);
}

.butin {
    margin: 100px;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
}

.yazi {
    font-size: 40px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 200;
    color: rgb(195, 190, 190);
    text-shadow: 4px 5px 5px black;
    margin-top: 100px;
}

h1 {
    font-family: "Momo Signature", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    color: azure;
    text-shadow: 4px 3px 4px black;
}

#about {
    width: 100%;
    height: 750px;
    padding: 140px 0;
    background-image: url(images/rockstar.jpg) ;
    background-position: center, center;
    background-size: cover;
    background-repeat: no-repeat;
}

.soz {
    margin-top: 150px;
    color: rgb(0, 0, 0);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    text-shadow: 3px 3px 4px gray;
}

#services {
    background: #EEAECA;
    background: radial-gradient(circle, rgb(240, 213, 225) 15%, rgb(189, 217, 249) 70%);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    padding: 30px 0;

}

#services .container {
    width: 80%;
    text-align: center;
}

.cards {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;

}

#services h1 {
    margin: 25px 0;
    font-size: 46px;
}

.cards .card {
    width: 400px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fad7e4;
    background: radial-gradient(circle, rgba(250, 215, 228, 1) 0%, rgba(185, 215, 237, 1) 100%);
    transition: all 1s linear;
}

.cards .card:hover {
    transform: scale(1.10);
    box-shadow: rgb(62, 104, 255) 0px 5px 15px 0px;
}

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: black;
}

.card .card-desc {
    font-size: 18px;
    color: black;
    font-weight: 500;
}

#music {
    background-image: url(images/manobal.jpg);
    background-repeat: no-repeat;
    padding-top: 70px;
    background-position: center, center;
    background-size: cover;
    height: 750px;
    width: 100%;
}

.title {
    margin-bottom: 70px;
    margin-top: 30px;
}

#galery{
    background-image: url(images/bg.avif);
    background-repeat: no-repeat;
    padding-top: 70px;
    background-position: center, center;
    background-size: cover;
    height: 750px;
    width: 100%;
}

.galery{
    width: 80%;
    height: 100px;
    display: flex;
    gap: 5;
}

.galery img{
    height: 350px;
    width: 100px;
    border-radius: 10px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 90px;
}

.galery img:hover{
    transform: scale(1.09);
    width: 300px;
    height: 400px;
}

.footer{
    background-color: #a3c8c8;
}