*{
    margin : 0;
    padding : 0;
}

html{
    background-color: #080D16;
}
header{
    margin : 0;
    padding : 0;
    background-color: #121019;
    width: 100%;
    height: 64px;
    position: fixed;
}

#menu{
    border-bottom: thin solid #777160;
    height: 64px;
}

ul{
    display : flex;
    flex-direction : row;
    align-items: center;
    justify-content: space-around;
    height: 64px;
}

li{
    list-style-type:none;
}

button{
    background-color: #121019;
    border-style: none ;
}

a{
    font-family: Lexend;
    text-decoration:none;
    color: #ffffff;
    font-size: 16px;
    transition: color 300ms;
}



.info{
    min-height: auto;
    width: 25%;
    background-color: #121019;
    border: thin solid #404040;
    border-radius: 10px;
}

.infooo{
    min-height: 450px;
    width: 25%;
    background-color: #121019;
    border: thin solid #404040;
    border-radius: 10px;
}

a:hover{
    color: #E7B783;
}


#log{
    background-color: #E7B783;
    color: #000000;
    font-size: 16px;
    font-family: Lexend;
    font-weight: bold;
    width: 135px;
    height: 35px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-info{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: auto;
    padding-top: 2.5%;
}
h1{
    text-transform: uppercase;
    font-family: Lexend;
    font-weight: bold;
    display: flex;
    color: #ffffff;
    justify-content: center;
    font-size: 40px;
    padding-top: 13vw;
    padding-bottom: 0.5vw;
}


h2{
    font-family: Lexend;
    margin: 20px 0px 20px 0px;
    font-size: 32px;
    display: flex;
    color: #ffffff;
}

.probleme h2{
    font-family: Lexend;
    margin: 0px 0px 0px 0px;
    font-size: 25px;
    display: flex;
    color: #ffffff;
}

hr{
    margin-left: 10%;
    margin-right: 10%;
}

.feature-card p{
    text-transform: uppercase;
    line-height: 150%;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 250;
    color: #ffffff;
    padding-bottom: 30px;
}

.cardBoard{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
}

.AllMode{
    margin-left: 4%;
}

#allmode{
    margin-left: 2%;
}

.titleCard{
    font-weight: bold;
    justify-content: center;
}

#First{
    font-weight: 350;
    margin-top: 2%;
}

#main {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(8, 13, 22, 0.8) 70%, #080d16 100%),
        url("guitar-learning-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 50vw;
}

.imm{
    margin-top: 1.5vw;
    border: solid #696456;
    width: 60vw;
    border-radius: 20px;
    height: 25vw;
    overflow: hidden;
}

#tr03{
    width: 100%;
    border-radius: 20px ;
}

.probleme{
    padding-top: 7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.solutions{
    padding-top: 7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.probleme p, .solutions p{
    font-family: Roboto;
    padding-top: 5px;
    line-height: 150%;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    
}


.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0 20px 0; 
}

.allInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carr{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
    margin-bottom: 4vw;
}

.carr img{
    width: 100%;
    border-radius: 20px;
}


.tex{
    width: 30vw;
    padding-left: 5vw;
}

.tex p {
    color: #fff;
}

.tex h4 {
    font-family: Roboto;
    padding-top: 5px;
    line-height: 150%;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1vw;
}

.carrImg{
    width: 50vw;
    border: solid #696456;
    border-radius: 20px;
    overflow: hidden;
}

.Ntex{
    padding-left: 0vw;
    padding-right: 5vw;
}


.hero-text {
color: #fff;
font-family: Roboto;
font-weight: 500;
text-shadow: 0 2px 8px #18181855;
max-width: 700px;
text-align: center;
font-size: 23px;
margin-bottom: 30px;
}

.cta-btn {
background: #E7B783;
color: #121212;
border: none;
border-radius: 30px;
font-size: 1.2rem;
font-weight: bold;
padding: 16px 40px;
margin-top: 10px;
cursor: pointer;
transition: background 0.2s;
}
.cta-btn:hover {
background: #d6a66a;
}
.features {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin: 40px 0;
}
.feature-card {
background: #181818;
border-radius: 18px;
box-shadow: 0 4px 16px rgba(0,0,0,0.25);
padding: 32px 24px;
max-width: 340px;
min-width: 260px;
text-align: left;
transition: transform 0.2s;
}
.feature-card:hover {
transform: translateY(-8px) scale(1.03);
box-shadow: 0 8px 32px rgba(231,183,131,0.12);
}
.feature-card h2 {
color: #E7B783;
font-size: 1.3rem;
margin-bottom: 10px;
}
.feature-card hr {
border: 1px solid #E7B783;
margin: 10px 0 18px 0;
}
.feature-card p {
font-size: 1rem;
color: #eee;
}
.pricing-section {
background: #181818;
border-radius: 18px;
box-shadow: 0 4px 16px rgba(0,0,0,0.25);
max-width: 900px;
margin: 40px auto;
padding: 32px 24px;
text-align: center;
}
.pricing-title {
color: #E7B783;
font-size: 2rem;
margin-bottom: 20px;
}
.pricing-options {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin-top: 20px;
}
.pricing-card {
background: #D5A55D;
border-radius: 14px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
padding: 28px 20px;
min-width: 220px;
max-width: 260px;
text-align: center;
transition: transform 0.2s, box-shadow 0.2s;
border: 2px solid transparent;
cursor: pointer;
}
.pricing-card.selected, .pricing-card:hover {
border: 2px solid #E7B783;
transform: scale(1.04);
box-shadow: 0 8px 32px rgba(231,183,131,0.12);
}
.pricing-card .plan-title {
font-size: 1.2rem;
color: #E7B783;
margin-bottom: 10px;
font-weight: bold;
}
.pricing-card .plan-price {
font-size: 2rem;
color: #fff;
margin-bottom: 10px;
}
.pricing-card .plan-desc {
font-size: 1rem;
color: #ccc;
margin-bottom: 16px;
}
.pricing-card .plan-features {
text-align: left;
margin-bottom: 16px;
color: #eee;
font-size: 0.98rem;
height: 80px;
}
.pricing-card .plan-features li {
margin-bottom: 6px;
height: auto;
}
.subscribe-btn {
background: #E7B783;
color: #121212;
border: none;
border-radius: 30px;
font-size: 1.1rem;
font-weight: bold;
padding: 12px 32px;
margin-top: 10px;
cursor: pointer;
transition: background 0.2s;
}
.subscribe-btn:hover {
background: #d6a66a;
}
.subscription-cards {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
gap: 40px;
margin: 64px auto 48px auto;
flex-wrap: nowrap;
width: 96vw;
max-width: 1600px;
z-index: 1;
}

.ddiv{
    display: flex; 
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: auto;
}


.subscription-card {
background: #181818;
border-radius: 18px;
box-shadow: 0 4px 24px 0 #00000033, 0 1.5px 6px 0 #E7B78333;
padding: 36px 24px 48px 24px;
flex: 1 1 0;
max-width: 370px;
min-width: 0;
width: 100%;
text-align: center;
transition: 
box-shadow 0.22s cubic-bezier(.4,2,.6,1), 
transform 0.22s cubic-bezier(.4,2,.6,1), 
border 0.18s, 
background 0.25s;
border: 2.5px solid #D5A55D;
cursor: pointer;
opacity: 0;
transform: translateY(40px) scale(0.98);
animation: cardFadeIn 0.7s forwards;
margin: 0 auto;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: flex-start;
height: 100%;
margin-bottom: 8%;
margin-top: 3%;
}

.subscription-card.selected, .subscription-card:hover {
border: 2.5px solid #E7B783;
box-shadow: 0 8px 32px 0 #E7B78333, 0 2px 8px #00000022;
transform: translateY(-8px) scale(1.03);
background: #232323;
}

.subscription-card .plan-title {
color: #E7B783;
font-size: 1.4rem;
margin-bottom: 14px;
font-weight: 700;
letter-spacing: 1px;
text-shadow: 0 2px 8px #18181844;
}

.subscription-card .plan-price {
font-size: 2.1rem;
color: #fff;
margin-bottom: 10px;
font-weight: 600;
text-shadow: 0 2px 8px #18181833;
}

.subscription-card .plan-desc {
font-size: 1.08rem;
color: #e7b783cc;
margin-bottom: 22px;
min-height: 38px;
line-height: 1.4;
font-weight: 500;
}

.subscription-card .plan-features {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
text-align: left;
margin-bottom: 32px;
color: #eee;
font-size: 1.01rem;
padding-left: 0;
list-style: none;
width: 100%;
max-width: 320px;
}

.subscription-card .plan-features li {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 0;
padding-left: 0;
word-break: normal;
font-weight: 400;
font-family: Lexend;
line-height: 1.5;
background: none;
border-radius: 0;
box-shadow: none;
position: relative;
font-size: 1em;
}

.subscription-card .plan-features li::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
min-width: 20px;
min-height: 20px;
margin-right: 8px;
background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23E7B783" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 13l4 4L19 7" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
content-visibility: visible;
vertical-align: middle;
}

.choose-btn {
background: #E7B783;
color: #181818;
border: none;
border-radius: 30px;
font-size: 1.08rem;
font-weight: bold;
padding: 13px 0;
margin-top: auto;
margin-bottom: 0;
align-self: stretch;
width: 100%;
cursor: pointer;
transition: background 0.18s, box-shadow 0.18s, color 0.18s;
box-shadow: 0 2px 12px #e7b78322;
letter-spacing: 0.5px;
margin-top: 110px;
}
.choose-btn:hover {
background: #d6a66a;
color: #232323;
box-shadow: 0 4px 24px #e7b78344;
}


@keyframes cardFadeIn {
to {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}
@media (max-width: 1200px) {
.subscription-cards {
    flex-wrap: wrap;
    gap: 24px;
}
.subscription-card {
    min-width: 320px;
    max-width: 100%;
}
}
@media (max-width: 900px) {
.subscription-cards {
    flex-direction: column;
    align-items: center;
    width: 100vw;
    gap: 24px;
}
.subscription-card {
    max-width: 95vw;
    min-width: 0;
}
}

@media screen and (max-width: 1500px) {
    p{
        font-size : 14px;
    }
    h2{
        font-size : 30px;
    }
}

@media screen and (max-width: 1250px) {
    p{
        font-size : 12px;
    }

    h2{
        font-size : 26px;
    }
}

@media screen and (max-width: 1000px) {
    p{
        font-size : 10px;
    }
    h2{
        font-size : 18px;
    }
}

@media screen and (max-width: 700px) {
    h1{
        margin-top: 30px;
    }
    h2{
        font-size : 18px;
    }
        p{
        font-size : 14px;
    }
    .all-info{
        margin-top: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .info{
        margin-bottom: 30px;
        width: 60%;
    }

}
